

/* Start:/local/templates/icl/css/pace.css?17006618226421*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(236, 30, 36, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
  -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
  -o-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}



@-webkit-keyframes pace-theme-center-circle-spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes pace-theme-center-circle-spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@-ms-keyframes pace-theme-center-circle-spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }

}

@-o-keyframes pace-theme-center-circle-spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes pace-theme-center-circle-spin {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/*
@-webkit-keyframes pace-theme-center-circle-spin {
  from { -webkit-transform: rotateY(0deg) }
  to { -webkit-transform: rotateY(360deg) }
}

@-moz-keyframes pace-theme-center-circle-spin {
  from { -moz-transform: rotateY(0deg) }
  to { -moz-transform: rotateY(360deg) }
}

@-ms-keyframes pace-theme-center-circle-spin {
  from { -ms-transform: rotateY(0deg) }
  to { -ms-transform: rotateY(360deg) }
}

@-o-keyframes pace-theme-center-circle-spin {
  from { -o-transform: rotateY(0deg) }
  to { -o-transform: rotateY(360deg) }
}

@keyframes pace-theme-center-circle-spin {
  from { transform: rotateY(0deg) }
  to { transform: rotateY(360deg) }
}*/


.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
}
.modal-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(1, 10, 19, 0.8);
}
.modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}
.modal-container {
  width: 632px;
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal .phpdev-form {
  display: block;
}

.modal .form-open--modal {
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 47px 70px 60px 62px;
  box-sizing: border-box;
}

.modal .form-open__title {
  text-align: left;
  padding: 0 !important;
  margin: 0 0 28px 0 !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 39px !important;
  color: #1A1A1A !important;
  font-family: 'circeregular' !important;
  width: 447px !important;
  max-width: 100% !important;
}

.modal .form-open__row {
  display: block !important;
  padding: 0 !important;
  margin: 0 0 14px 0 !important;
}
.modal .form-open__descr {
  margin: 0 0 9px 0 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 120% !important;
  letter-spacing: 0.28px !important;
  padding: 0 !important;
}

.modal .form-open__input {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.modal input.input-text {
  box-sizing: border-box !important;
  padding: 0 0 0 12px !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  height: 42px !important;
}

.modal button.btn {
  width: 275px;
  height: 67px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #FF0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal button.btn::before {
  content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #F2F2F2; 
	border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;		
}
.modal button.btn::after {
  content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #F2F2F2; 
	border-left: 10px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;		
}

.modal .jq-checkbox {
  margin-right: 20px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  background: #fff;
  border: none;
}

.modal .jq-checkbox .jq-checkbox__div {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
}
.modal div.jq-checkbox + p {
  display: block;
  padding: 0;
  margin: 0;
  width: calc(100% - 62px);
  text-align: left;
}

.modal .form-open__input {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.modal-close svg {
  display: block;
}

@media (max-width: 767px) {
  .modal-container {
    width: 400px;
  }
  .modal .form-open--modal {
    padding: 32px;
  }
  .modal .form-open__title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  .modal-close svg {
    width: 16px;
    height: auto;
  }
  .modal .jq-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }
  .modal div.jq-checkbox + p {
    width: calc(100% - 30px);
  }
  .modal button.btn {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/icl/css/owl.carousel.min.css?16564081913351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/icl/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/icl/css/pages/page.css?1656408191730*/
.page__mobile {
    display: none !important;
}

.page__content-box {
    border: 8px solid #e2e2e2;
    padding: 40px;
    background: #fff;
}

.page__content-box_first {
    margin-top: -94px;
    z-index: 1;
    position: relative;
}

.page__text {
    font-size: 14px;
    line-height: 24px;
}


@media (max-width: 1200px) {
    .page__text {
        line-height: 16px;
    }

    .page__content-box_first {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .page__content-box_first {
        margin-top: -50px;
    }

    .page__content-box {
        padding: 32px 16px;
    }

    .page__mobile {
        display: block !important;
    }

    .page__not-mobile {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/icl/css/phpdev.css?173995431842475*/
.l-wrapper-page {
	padding-bottom: 248px;
	padding-top: 100px;
}

.b-promo {
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#breadcrumbs.b-breadcrumbs a {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	border-bottom: 0;
}

#breadcrumbs.b-breadcrumbs li {
	color: #fff;
}

.pageTitle_white h1 {
	color: #fff;
	font-size: 48px;
	line-height: 55px;
}

.grayBg_noborder::before {
	display: none!important;
}

.b-card {
	display: flex;
}

.b-card__img {
	width: 37.2881355%;
	width: 440px;
	margin-right: 60px;
	height: 246px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.b-card__text {
	display: flex;
	flex-direction: column;
}

.b-card__title {
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #232323;
	font-family: 'robotobold_condensed';
	margin-bottom: 8px;
}

.b-card__teaser{
	font-size: 16px;
	line-height: 24px;
	color: #371722;
	margin-bottom: 10px;
}

.b-card__button {
	margin-top: auto;
}

.b-card__button a {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF!important;
	padding: 18px 24px 14px 24px;
	text-decoration: none;
	background: #D31B00;
	border: 0!important;
	display: inline-block;
}

.l-wrapper-box {
	padding: 80px 0;
}

.b-card-text__helper {
	font-size: 16px;
	line-height: 24px;
	color: #371722;
	margin-bottom: 16px;
}

.b-card-text__title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 8px;
	letter-spacing: 0;
	padding-bottom: 0;
}

.b-card-text__title span {
	color: #FF0000;
}

.b-card-text__teaser, .b-card-text__teaser p {
	font-size: 24px;
	line-height: 32px;
	color: #371722;
	font-family: 'robotocondensed';
	font-weight: 400;
}

.b-card-text__teaser p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.b-media {
	background-color: #030408;
}

.b-media img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.b-link-main {
	text-align: center;
	background: #D31B00;
	padding: 12px 0;

}

.b-link-main a {
	font-size: 40px;
	line-height: 50px;
	font-family: 'robotobold_condensed';
	color: #fff!important;
	text-transform: uppercase;
	border-bottom:  1px solid #fff;
}

.b-link-main a:hover {
	border-bottom-color: transparent;
}

.b-contacts__title {
	font-size: 24px;
	line-height: 32px;
	font-family: 'robotobold_condensed';
	margin-bottom: 16px;
	color: #232323;
	text-transform: uppercase;
}

.b-contacts__phone {
	margin-bottom: 16px;
}

.b-contacts__phone a {
	text-decoration: none!important;
	border-bottom: 0!important;
	font-size: 24px;
	line-height: 32px;
	color: #232323!important;
	font-family: 'robotocondensed';
	font-weight: normal;
}

.b-contacts__mail a {
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #D31B00!important;
}

@media (max-width: 1200px) {
	.l-wrapper-page {
		padding-top: 100px;
		padding-bottom: 0;
	}

	.b-card__img {
		width: 357px;
		margin-right: 18px
	}

	.siteWidth_modified {
		padding: 0 19px!important;
	}

	.l-wrapper-box {
		padding: 50px 0;
	}

	.grayBg_modified {
		padding: 30px 0!important;
	}
}

@media (max-width: 1179px) {
	.l-wrapper-page {
		padding-top: 144px;
	}
}

@media (max-width: 767px) {
	.l-wrapper-page {
		padding-top: 64px;
	}

	.pageTitle_white h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.b-promo {
		background-position: 40% 50%;
		height: 230px;
	}

	.b-promo .siteWidth {
		padding-left: 28px;
		padding-right: 15px;
	}

	.siteWidth_modified {
		padding: 0 10px!important;
	}

	.b-card {
		flex-flow: wrap;
		position: relative;
	}

	.b-card__img {
		width: 113px;
		height: 99px;
		margin-right: 17px;
	}

	.b-card__title {
		font-size: 18px;
		line-height: 24px;
		position: absolute;
		left: 130px;
		top: 35px;
	}

	.b-card__teaser {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.b-card__button {
		text-align: center;
		margin-top: 32px;
	}

	.l-wrapper-box {
		padding: 40px 0;
	}

	.b-card-text__title {
		font-size: 32px;
		line-height: 40px;
	}

	.b-card-text__teaser, .b-card-text__teaser p {
		font-size: 16px;
		line-height: 24px;
		font-family: 'circeregular';
	}

	.b-card-text__teaser {
		max-height: 290px;
		overflow: hidden;
	}

	.b-link-main {
		padding: 28px 0;
	}

	.b-link-main a {
		font-size: 18px;
		line-height: 24px;
	}
}

.button-wrap {
	display: flex;
}

.button-news-custom, .button-news-custom-mobile {
	display: block;
	text-align: center !important;
	border: none !important;
	padding: 18px 20px !important;
	margin: auto !important;
}

.button-news-custom-mobile {
	margin-top: 20px !important;
	display: none !important;
}

@media (max-width: 720px){
	.button-news-custom {
		display: none !important;
	}
	.button-news-custom-mobile {
		display: block !important;
	}
}

section.search-news {
	margin-bottom: 80px;
}

.search-news .tab-content-wrap .tab-content {
	justify-content: normal;
}

.search-news .tabs-content .tab-content-wrap {
	display: none;
}

.search-news .tabs-content .tab-content-wrap.active {
	display: block;
}

.search-news .tabs-content .tab-content-wrap .slick-track {
	margin-left: unset !important;
}

.search-news .tabs .tabs__tab.js-tab.active {
	color: #ff0000;
}

.search-news .tabs .tabs__tab.js-tab.active::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -8px;
	height: 4px;
	background-color: #ff0000;
}

.search-news .main-news-tabs__link {
	display: none !important;
}

.search-news .main-news-tabs__link.active {
	display: inline-block !important;
}

section.search-news .tabs-content .slick-slider .slider-universal-arrow--prev {
	transform: none;
	top: 60px;
	cursor: pointer;
	right: 100%;
	margin-right: 30px;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;
}

.reward-wrap {
	margin-top: -60px;
	z-index: 2;
	position: relative;
	margin-bottom: 30px;
}

.reward-wrap .siteWidth.flex {
	display: flex;
}

.reward-wrap .siteWidth.flex .reward {
	max-width: 70%;
	margin: auto;
	background: #f2f2f2;
	display: flex;
}

.reward-wrap .siteWidth.flex .reward .reward-image {
	width: 50%;
	padding: 40px 20px 20px 40px;
	display: flex;
	position: relative;
}

.reward-wrap .siteWidth.flex .reward .reward-content .reward-title .title-image-mobile {
	display: none;
	margin-right: 10px;
}

.reward-wrap .siteWidth.flex .reward .reward-image::after {
	content: " ";
	width: 100%;
	position: absolute;
	top: 100%;
	border-bottom: 4px solid #cd0000;
	left: 0;
}

.reward-wrap .siteWidth.flex .reward .reward-image img {
	margin: 0px auto auto auto;
}

.reward-wrap .siteWidth.flex .reward .reward-content {
	padding: 40px 60px 20px 20px;
	position: relative;
}

.reward-wrap .siteWidth.flex .reward .reward-content::after {
	content: " ";
	width: 100%;
	position: absolute;
	top: 100%;
	border-bottom: 4px solid #cd0000;
	left: 0;
}

.reward-wrap .siteWidth.flex .reward .reward-content .reward-title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: flex;
}

.reward-wrap .siteWidth.flex .reward .reward-content .reward-text {
	font-size: 14px;
	line-height: 21px;
}

.project-reviews {
	background: #f4f4f4
}

.project-reviews .project-reviews-slider {
	padding: 50px 0px;
}

.project-reviews .project-reviews-slider .slick-track.no-margin {
	margin-left: unset !important;
}

.project-reviews .project-reviews-slider .projects-prev-btn {
	transform: none;
	top: 40%;
	cursor: pointer;
	right: 100%;
	margin-right: 60px;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;
}

section.search-news .tabs-content .slick-slider .slider-universal-arrow--prev svg {
	width: 42px;
	height: 42px;
			fill: #ff5759;
			transition: fill 0.3s;
			display: block;
		}
.project-reviews .project-reviews-slider .projects-prev-btn svg, .project-reviews .project-reviews-slider .projects-next-btn svg {
	width: 40px;
	height: 40px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.search-news .tabs-content .slick-slider .slider-universal-arrow--next {
	transform: none;
	top: 60px;
	cursor: pointer;
	left: 100%;
	margin-left: 30px;
			position: absolute;
			outline: none;
			background: transparent;
			border: none;
		}

.project-reviews .project-reviews-slider .projects-next-btn {
	transform: none;
	top: 40%;
	cursor: pointer;
	left: 100%;
	margin-left: 60px;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;
}

section.search-news .tabs-content .slick-slider .slider-universal-arrow--next svg {
	width: 42px;
	height: 42px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.search-services {
	margin: 40px 0px 80px 0px;
}

section.search-projects {
	margin-bottom: 80px;
}

section.search-projects .main-projects__list .slick-slider .slider-universal-arrow--prev {
	transform: none;
	top: 60px;
	cursor: pointer;
	right: 100%;
	margin-right: 30px;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;

}

section.header-block {
	position: relative;
	z-index: 1;
	background-color: #ff0000;
	color: white;
}

section.header-block .header-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

section.header-block .header-back img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 80%;
}

section.header-block .header-wrap {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	padding-top: 70px;
	padding-bottom: 120px;
	box-sizing: border-box;
}

section.header-block .header-wrap .header-breadcrumbs {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

section.header-block .header-wrap .header-breadcrumbs .header-breadcumbs-link {
	font-size: 14px;
	line-height: 21px;
	color: white;
	font-family: "circeregular", sans-serif;
	display: inline-flex;
	border: none;
}

section.header-block .header-wrap .header-breadcrumbs .header-breadcumbs-link::after {
	content: "/";
	margin: 0 7px;
}

section.header-block .header-wrap h1 {
	font-family: "robotobold_condensed", sans-serif;
	font-size: 48px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
}

section.simplify {
	margin-bottom: 80px;
}

.simplify__content-box h2 {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	font-family: "robotobold_condensed", sans-serif;
	color: #232323;
	padding: 0;
	margin-top: -15px;
}

.simplify__content-box .simplify-gray-wrap .gray-block {
	padding: 16px;
	margin-bottom: 24px;
	background: #f0f0f0;
}

.simplify__content-box .simplify-gray-wrap .gray-block h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	font-family: "robotocondensed", sans-serif;
	padding: 0;
	margin-bottom: 8px;
	color: #232323;
	text-transform: uppercase;
}

.simplify__content-box .simplify-gray-wrap .gray-block p {
	font-size: 16px;
	line-height: 24px;
	color: #371722;
	font-family: "circeregular", sans-serif;
}

.simplify__content-box .simplify-icon-wrap h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	font-family: "robotocondensed", sans-serif;
	padding: 0;
	margin-bottom: 16px;
}

.simplify__content-box .simplify-icon-wrap .icon-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	box-sizing: border-box;
}

.simplify__content-box .simplify-icon-wrap .icon-box .icon-item {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.simplify__content-box .simplify-icon-wrap .icon-box .icon-item .img-wrap {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
	width: 80px;
	height: 80px;
}

.simplify__content-box .simplify-icon-wrap .icon-box .icon-item .img-wrap img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	object-position: center;
}

.simplify__content-box .simplify-icon-wrap .icon-box .icon-item .icon-item-text {
	width: 50%;
	flex-grow: 1;
	color: #371722;
	font-size: 16px;
	line-height: 24px;
	font-family: "circeregular", sans-serif;
}

section.working-from {
	margin-bottom: 80px;
}

section.working-from h2 {
	font-family: "robotobold_condensed", sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 8px;
	padding: 0;
}

section.working-from .working-from-text {
	font-size: 24px;
	line-height: 32px;
	font-family: "robotocondensed", sans-serif;
	font-weight: 400;
	color: #232323;
	margin-bottom: 24px;
}

section.working-from .working-from-links {
	margin-bottom: 40px;
}

section.working-from .working-from-links ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	box-sizing: border-box;
}

section.working-from .working-from-links ul li {
	width: 50%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

section.working-from .working-from-links ul li a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #232323;
	color: white;
	padding: 20px 40px;
	min-height: 184px;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

section.working-from .working-from-links ul li a .media-background {
	background: linear-gradient(0deg, rgba(45, 0, 0, 0.5), rgba(45, 0, 0, 0.5));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

section.working-from .working-from-links ul li a .media-background img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s;
}

section.working-from .working-from-links ul li a .media-background img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

section.working-from .working-from-links ul li a .media-text {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "robotobold_condensed", sans-serif;
	font-weight: 400;
	padding: 0;
}

section.working-from .working-from-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #232323;
	text-transform: uppercase;
	padding: 16px;
	background: #f0f0f0;
	margin-bottom: 16px;
	font-family: "robotobold_condensed", sans-serif;
}

section.working-from .working-from-second-text {
	font-family: "circeregular", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #371722;
	max-width: 880px;
}

section.services {
	margin-bottom: 80px;
}

section.services h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 40px;
	font-family: "robotobold_condensed", sans-serif;
	text-transform: uppercase;
	margin: 0;
}

section.services .service-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	box-sizing: border-box;
}

section.services .service-list .service-item-wrap {
	width: 50%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

section.services .service-list .service-item-wrap .service-item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 20px 24px;
}

section.services .service-list .service-item-wrap:nth-child(4n + 2) .service-item {
	background: #f9f9f9;
}

section.services .service-list .service-item-wrap:nth-child(4n + 1) .service-item {
	background: #f9f9f9;
}

section.services .service-list .service-item-wrap .service-item h3 {
	font-weight: 400;
	font-family: "robotobold_condensed", sans-serif;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 8px;
	padding: 0;
}

section.services .service-list .service-item-wrap .service-item .service-item-text {
	font-size: 16px;
	line-height: 24px;
	font-family: "circeregular", sans-serif;
	color: #371722;
}

section.projects {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f0f0f0;
	margin-bottom: 80px;
}

section.projects h2 {
	font-size: 40px;
	line-height: 50px;
	padding: 0;
	margin-bottom: 8px;
	color: #232323;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "robotobold_condensed", sans-serif;
}

section.projects .projects-text {
	font-size: 24px;
	line-height: 32px;
	color: #371722;
	font-family: "robotocondensed", sans-serif;
	margin-bottom: 40px;
}

section.projects .projects-icon-wrap {
	margin-bottom: 60px;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: auto;
}

section.projects .projects-icon-wrap .projects-icon-item {
	width: 16.66%;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: auto !important;
}

section.projects .projects-icon-wrap .projects-icon-item span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	text-decoration: none;
	border: none;
}

section.projects .projects-icon-wrap .projects-icon-item span img {
	max-height: 60px;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(100);
	opacity: 0.6;
	transition: filter 0.3s, opacity 0.3s;
}

section.projects .projects-icon-wrap .projects-icon-item:hover span img {
	filter: grayscale(0);
	opacity: 1;
}

section.projects .projects-slider {
	position: relative;
	margin-bottom: 24px;
}

section.projects .projects-slider .projects-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

section.projects .projects-slider .projects-slide a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border: none;
}

section.projects .projects-slider .projects-slide a .slide-img {
	position: relative;
	margin-bottom: 16px;
	overflow: hidden;
	height: 160px;
}

section.projects .projects-slider .projects-slide a .slide-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s;
}

section.projects .projects-slider .projects-slide a .slide-img .slide-title {
	padding: 12px 25px;
	background-color: #ff0000;
	color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	font-family: "robotobold_condensed", sans-serif;
}

section.projects .projects-slider .projects-slide a h3 {
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	font-family: "robotobold_condensed", sans-serif;
	margin-bottom: 8px;
	color: #232323;
	text-transform: uppercase;
	transition: color .2s;
}

section.projects .projects-slider .projects-slide a .slide-text {
	font-size: 16px;
	line-height: 24px;
	color: #371722;
	font-weight: 400;
	font-family: "circeregular", sans-serif;
}

section.projects .projects-slider .projects-slider-button.prev-button {
	display: inline-block;
	position: absolute;
	left: -100px;
	transform: none;
	top: 60px;
	cursor: pointer;
	right: 100%;
	margin-right: 60px;
	outline: none;
	background: transparent;
	border: none;

}

section.search-projects .main-projects__list .slick-slider .slider-universal-arrow--prev svg {
	width: 42px;
	height: 42px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.search-projects .main-projects__list .slick-slider .slider-universal-arrow--next {
	transform: none;
	top: 60px;
	cursor: pointer;
	left: 100%;
	margin-left: 30px;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;
}
section.projects .projects-slider .projects-slider-button.next-button {
	display: inline-block;
	position: absolute;
	left: 100%;
	transform: none;
	top: 60px;
	cursor: pointer;
	right: 100%;
	margin-left: 60px;
	outline: none;
	background: transparent;
	border: none;
}

section.search-projects .main-projects__list .slick-slider .slider-universal-arrow--next svg {
	width: 42px;
	height: 42px;
			fill: #ff5759;
			transition: fill 0.3s;
			display: block;
		}

section.projects .projects-slider .projects-slider-button svg {
	width: 40px;
	height: 40px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

.project-reviews .project-reviews-slider .slick-dots {
	display: flex !important;
	padding: 20px;
}

.project-reviews .project-reviews-slider .slick-dots li {
	margin: auto 3px;
	border-radius: 100px;
	width: 9px;
	height: 9px;
	background: #c0c0c0;
	cursor: pointer;
	opacity: 0.2;
}

.project-reviews .project-reviews-slider .slick-dots li.slick-active {
	opacity: 1;
}

.project-reviews .project-reviews-slider .slick-dots li:first-child {
	margin: auto 3px auto auto;
}

.project-reviews .project-reviews-slider .slick-dots li:last-child {
	margin: auto auto auto 3px;
}

.project-reviews .project-reviews-slider .slick-dots li button {
	display: none;
}

.project-reviews .project-reviews-slider .project-reviews-slide {
	display: flex;
	flex-flow: column;
	background: white;
	padding: 20px;
}

.project-reviews .project-reviews-slider .project-reviews-slide .slide-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.project-reviews .project-reviews-slider .project-reviews-slide .slide-text {
	margin-bottom: auto;
}

.project-reviews .project-reviews-slider .project-reviews-slide .slide-name {
	margin-top: 20px;
	text-align: right;
}
.project-reviews .project-reviews-slider .project-reviews-slide .slide-position {
	text-align: right;
	margin-bottom: 0px;
}


@media (max-width: 950px){
	.reward-wrap .siteWidth.flex .reward {
		max-width: 100%;
	}
}

@media (max-width: 450px) {
	.reward-wrap .siteWidth.flex .reward .reward-image {
		display: none;
	}

	.reward-wrap .siteWidth.flex .reward .reward-content .reward-title .title-image-mobile {
		display: block;
	}
}

section.team {
	margin-bottom: 80px;
}

section.team .team-wrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	box-sizing: border-box;
}

section.team .team-wrap ul li.team-card {
	padding: 10px;
	width: 50%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

section.team .team-wrap ul li.team-card.full-card {
	width: 100%;
}

section.team .team-wrap ul li.team-card a {
	border: none;
	color: white;
	padding: 35px 40px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-height: 224px;
	box-sizing: border-box;
	background-color: #424242;
	color: white;
	position: relative;
	overflow: hidden;
	z-index: 1;
	backface-visibility: hidden;
}

section.team .team-wrap ul li.team-card a .team-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

section.team .team-wrap ul li.team-card a .team-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s, filter .5s;
}

section.team .team-wrap ul li.team-card a .team-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s, filter .5s;
	z-index: 40;
	filter: grayscale(100%);
	background: linear-gradient(180deg, rgba(201, 42, 42, 0.71) -9.02%, #4f2727 115.06% );
}

section.team .team-wrap ul li.team-card a .team-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 0.5s;
	filter: grayscale(100%);
}

section.team .team-wrap ul li.team-card a h3 {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "robotobold_condensed", sans-serif;
	font-weight: 400;
	padding: 0;
	margin-bottom: 12px;
}

section.team .team-wrap ul li.team-card a h3 svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	margin-left: 20px;
	fill: white;
}

section.team .team-wrap ul li.team-card a .team-text {
	font-size: 24px;
	line-height: 32px;
	font-family: "robotocondensed", sans-serif;
	font-weight: 400;
	max-width: 480px;
}

section.service-man {
	margin-bottom: 80px;
}

section.service-man h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #232323;
	padding: 0;
	margin-bottom: 8px;
	font-family: "robotobold_condensed", sans-serif;
}

section.service-man .service-man-text {
	font-size: 24px;
	line-height: 32px;
	color: #371722;
	margin-bottom: 32px;
	font-family: "robotocondensed", sans-serif;
}

section.service-man .service-man-slider .service-man-slider-button {
	transform: none;
	top: 54px;
	cursor: pointer;
	position: absolute;
	outline: none;
	background: transparent;
	border: none;
}

section.service-man .service-man-slider .service-man-slider-button svg {
	width: 40px;
	height: 40px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.service-man .service-man-slider .service-man-slider-button.prev-button {
	right: 100%;
	margin-right: 60px;
}

section.service-man .service-man-slider .service-man-slider-button.next-button {
	left: 100%;
	margin-left: 60px;
}

section.service-man .service-man-slider .service-man-slide .service-man-slide-img {
	position: relative;
	margin-bottom: 15px;
}

section.service-man .service-man-slider .service-man-slide .service-man-slide-img::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
}

section.service-man .service-man-slider .service-man-slide .service-man-slide-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

section.service-man .service-man-slider .service-man-slide h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #232323;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: "robotobold_condensed", sans-serif;
	padding: 0;
}

section.service-man .service-man-slider .service-man-slide .service-man-slide-text {
	color: #371722;
	font-size: 16px;
	line-height: 24px;
	font-family: "circeregular", sans-serif;
}

section.solutions {
	margin-bottom: 80px;
}

section.solutions h2 {
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #232323;
	margin-bottom: 24px;
	padding: 0;
	font-weight: 400;
}

section.solutions .solutions-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

section.solutions .solutions-wrap .solutions-wrap-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
}

section.solutions .solutions-wrap .solutions-wrap-left .solutions-text {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 32px;
	color: #371722;
	font-family: "robotocondensed", sans-serif;
}

section.solutions .solutions-wrap .solutions-wrap-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	padding-top: 25px;
}

section.solutions .solutions-wrap .solutions-wrap-right ul {
	display: flex;
	flex-wrap: wrap;
	margin: -4px -10px;
	box-sizing: border-box;
}

section.solutions .solutions-wrap .solutions-wrap-right ul li {
	padding: 4px 10px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	box-sizing: border-box;
	border-left: 1px solid #ff0000;
	width: 50%;
}

section.solutions .solutions-wrap .solutions-wrap-right ul li .solutions-list-item {
	padding: 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	font-weight: 400;
	font-family: "circebold", sans-serif;
}

section.news {
	margin-bottom: 80px;
}

section.news .news-wrap {
	border: 10px solid #e6e6e6;
	padding: 30px 80px;
	display: flex;
	flex-direction: column;
}

section.news .news-wrap .news-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

section.news .news-wrap .news-header h2 {
	font-weight: 400;
	font-family: "robotobold_condensed", sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #232323;
	padding: 0;
	margin: 0;
}

section.news .news-wrap .news-header a {
	color: #4267b2;
	border: 1px solid #4267b2;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	flex-shrink: 0;
	text-transform: uppercase;
	font-family: "circebold", sans-serif;
	font-weight: 400;
}

section.news .news-wrap .news-header a img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-left: 15px;
	margin-bottom: 2px;
}

section.news .news-wrap .news-slider {
	position: relative;
}

section.news .news-wrap .news-slider .news-slider-button {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	background: transparent;
	border: none;
}

section.news .news-wrap .news-slider .news-slider-button svg {
	width: 40px;
	height: 40px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.news .news-wrap .news-slider .news-slider-button.prev-button {
	margin-right: 15px;
	right: 100%;
}

section.news .news-wrap .news-slider .news-slider-button.next-button {
	margin-left: 15px;
	left: 100%;
}

section.news .news-wrap .news-slider .news-slide a {
	color: #232323;
	border: none;
	flex-grow: 1;
}

section.news .news-wrap .news-slider .news-slide a .news-slide-date {
	color: #666666;
	font-family: "circebold", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}

section.news .news-wrap .news-slider .news-slide a .news-slide-date span {
	font-size: 14px;
	font-family: "circeregular", sans-serif;
	font-weight: 400;
}

section.news .news-wrap .news-slider .news-slide a h3 {
	color: rgb(204, 0, 0);
	font-family: "circeregular", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	border-bottom: 1px solid currentColor;
	text-transform: initial;
	padding: 0;
	margin: 0;
	display: inline;
}

section.news .news-wrap .news-slider .news-slide a .news-slide-text {
	margin-top: 20px;
	color: #666666;
	font-family: "circeregular", sans-serif;
}

section.ratings {
	margin-bottom: 80px;
}

section.ratings h2 {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: black;
	font-family: "robotobold_condensed", sans-serif;
	padding: 0;
	margin-bottom: 16px;
	text-align: center;
}

section.ratings .ratings-wrap .ratings-header {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 32px;
}

section.ratings .ratings-wrap .ratings-header a {
	border: none;
	font-size: 16px;
	line-height: 24px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background-color 0.2s, color 0.2s;
	font-family: "CirceExtraBold", sans-serif;
}

section.ratings .ratings-wrap .ratings-header a.active {
	background: #ff0000;
	color: white;
}

section.ratings .ratings-wrap .ratings-header a span {
	display: block;
	padding: 6px 0;
	position: relative;
}

section.ratings .ratings-wrap .ratings-header a span::before {
	content: "";
	border-top: 1px dashed #ff0000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	transition: opacity 0.2s;
}

section.ratings .ratings-wrap .ratings-items {
	position: relative;
}

section.ratings .ratings-wrap .ratings-items .ratings-item {
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0s linear 0.3s;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

section.ratings .ratings-wrap .ratings-items .ratings-item.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	z-index: 2;
	transition: transform 0.3s, visibility 0.3s;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider {
	position: relative;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-slider-button {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	background: transparent;
	border: none;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-slider-button svg {
	width: 40px;
	height: 40px;
	fill: #ff5759;
	transition: fill 0.3s;
	display: block;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-slider-button.prev-button {
	right: 100%;
	margin-right: 60px;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-slider-button.next-button {
	left: 100%;
	margin-left: 60px;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-item-slide .ratings-item-card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border: 1px solid #dedede;
	position: relative;
	padding: 40px 30px;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-item-slide .ratings-item-card .ratings-item-card-category {
	color: #888788;
	font-size: 11px;
	line-height: 16px;
	font-family: "circebold", sans-serif;
	margin-bottom: 5px;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-item-slide .ratings-item-card .ratings-item-card-title {
	font-size: 32px;
	line-height: 40px;
	font-family: "circebold", sans-serif;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 0;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-item-slide .ratings-item-card .ratings-item-card-text {
	font-size: 13px;
	line-height: 20px;
	font-family: "circeregular", sans-serif;
	margin-bottom: 35px;
}

section.ratings .ratings-wrap .ratings-items .ratings-item .ratings-item-slider .ratings-item-slide .ratings-item-card img {
	display: block;
	margin-top: auto;
	height: 48px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	align-self: flex-start;
}

section.about {
	margin-bottom: 80px;
}

section.about .about-wrap {
	padding: 50px;
	position: relative;
	z-index: 1;
	display: flex;
}

section.about .about-wrap img.about-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}

section.about .about-wrap .about-card {
	position: relative;
	z-index: 1;
	background-color: #cc0000;
	color: white;
	width: 540px;
	flex-shrink: 0;
	padding: 40px;
	box-sizing: border-box;
}

section.about .about-wrap .about-card img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

section.about .about-wrap .about-card h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "robotobold_condensed", sans-serif;
	padding: 0;
}

section.about .about-wrap .about-card .about-text {
	font-size: 16px;
	line-height: 24px;
	font-family: "circeregular", sans-serif;
	margin-bottom: 40px;
}

section.about .about-wrap .about-card .about-text p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

section.contact {
	background: #f3f3f3;
	padding: 50px 0;
}

section.contact .contact-wrap {
	display: flex;
	margin: 0 -20px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

section.contact .contact-wrap .contact-left {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
}

section.contact .contact-wrap .contact-left h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-right: auto;
	padding: 0;
	font-family: "robotobold_condensed", sans-serif;
}

section.contact .contact-wrap .contact-left .contact-left-phones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 20px;
}

section.contact .contact-wrap .contact-left .contact-left-phones .contact-left-phone {
	color: #232323;
	border: none;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 11px;
	font-family: "robotocondensed", sans-serif;
}

section.contact .contact-wrap .contact-left .contact-left-phones .contact-left-email {
	color: #d31b00;
	border: none;
	font-size: 14px;
	line-height: 21px;
	font-family: "circeregular", sans-serif;
}

section.contact .contact-wrap .contact-right {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

section.contact .contact-wrap .contact-right .contact-right-buttons {
	display: flex;
	margin-top: 20px;
	justify-content: flex-end;
}

section.contact .contact-wrap .contact-right .contact-right-buttons .contact-button-first {
	width: 50%;
	margin-right: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	padding: 15px 15px;
	font-family: "circebold", sans-serif;
	transition: background-color 0.2s;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	box-sizing: border-box;
	color: #232323;
	border: 1px solid #cccccc;
}

section.contact .contact-wrap .contact-right .contact-right-buttons .contact-button-second {
	width: 50%;
	margin-right: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	padding: 15px 15px;
	font-family: "circebold", sans-serif;
	transition: background-color 0.2s;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	box-sizing: border-box;
	color: #232323;
	border: 1px solid #cccccc;
}

@media (max-width: 1199px){
	section.simplify {
		margin-bottom: 32px;
	}

	.simplify__content-box h2 {
		margin: 0;
		margin-top: 50px;
		margin-bottom: 24px;
	}

	.simplify__content-box .simplify-icon-wrap .icon-box .icon-item {
		width: 100%;
	}

	section.working-from {
		margin-bottom: 50px;
	}

	section.working-from .working-from-links ul li {
		width: 100%;
	}

	section.services {
		margin-bottom: 40px;
	}

	section.services h2 {
		margin-bottom: 24px;
	}

	section.services .service-list .service-item-wrap {
		width: 100%;
	}

	section.projects {
		margin-bottom: 40px;
	}

	section.projects .projects-icon-wrap .projects-icon-item {
		width: auto;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	section.projects .projects-icon-wrap .projects-icon-item span {
		flex-grow: 1;
	}

	section.projects .projects-icon-wrap .projects-icon-item span img {
		height: 50px;
		width: 120px;
	}

	section.team {
		margin-bottom: 40px;
	}

	section.team .team-wrap ul li.team-card {
		width: 100%;
	}

	section.service-man {
		margin-bottom: 40px;
	}

	section.solutions {
		margin-bottom: 50px;
	}

	section.solutions .solutions-wrap {
		margin: 0;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	section.solutions .solutions-wrap .solutions-wrap-left {
		width: 100%;
	}

	section.solutions .solutions-wrap .solutions-wrap-right {
		width: 100%;
	}

	section.solutions .solutions-wrap .solutions-wrap-right ul {
		margin: 0px;
	}

	section.news {
		margin-bottom: 50px;
	}

	section.ratings {
		margin-bottom: 50px;
	}

	section.about {
		position: relative;
		z-index: 1;
		margin-bottom: 40px;
	}

	section.about .about-wrap {
		padding: 50px 0;
		position: static;
	}

	section.contact {
		padding: 30px 0;
	}

	section.contact .contact-wrap {
		margin: -10px;
	}

	section.contact .contact-wrap .contact-left {
		width: 100%;
		padding: 10px;
	}

	section.contact .contact-wrap .contact-right {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	section.news .news-wrap {
		padding: 15px 25px;
		border-width: 5px;
	}

	section.news .news-wrap .news-slider .news-slider-button {
		display: none !important;
	}

	section.solutions .solutions-wrap .solutions-wrap-right ul {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	section.solutions .solutions-wrap .solutions-wrap-right ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	section.news .news-wrap .news-header {
		flex-direction: column;
		justify-content: initial;
		align-items: initial;
	}

	section.about .about-wrap {
		padding: 0;
		flex-direction: column;
		margin: 0 -12px;
	}

	section.about .about-wrap img.about-img {
		position: static;
		width: 100%;
		object-fit: cover;
		height: 158px;
	}

	section.about .about-wrap .about-card {
		width: 100%;
		padding: 24px 12px;
	}

	section.about .about-wrap .about-card .about-task__card-link {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	section.contact .contact-wrap .contact-left {
		flex-direction: column;
		align-items: initial;
	}

	section.contact .contact-wrap .contact-left h2 {
		margin-bottom: 20px;
	}

	section.contact .contact-wrap .contact-left .contact-left-phones {
		margin-bottom: 10px;
	}

	section.contact .contact-wrap .contact-right .contact-right-buttons {
		display: flex;
		flex-direction: column;
	}

	section.contact .contact-wrap .contact-right .contact-right-buttons .contact-button-first {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	section.contact .contact-wrap .contact-right .contact-right-buttons .contact-button-second {
		width: 100%;
		margin: 0;
	}
}

.input-text.error {
	border: 1px red solid!important;
}

.rt a {
  background: url(/local/templates/icl/img/social/rt.png) !important;
}
.rt a::before {
  background: url(/local/templates/icl/img/social/rt-light.png) !important;
}

.tg a {
  background: url(/local/templates/icl/img/social/tg.png) !important;
}
.tg a::before {
  background: url(/local/templates/icl/img/social/tg-light.png) !important;
}

.yt a {
  background: url(/local/templates/icl/img/social/yt.png) !important;
}
.yt a::before {
  background: url(/local/templates/icl/img/social/yt-light.png) !important;
}

.hh a {
  background: url(/local/templates/icl/img/social/hh.png) !important;
}
.hh a::before {
  background: url(/local/templates/icl/img/social/hh-light.png) !important;
}

.fb a {
  background: url(/local/templates/icl/img/social/fb.png) !important;
}
.fb a::before {
  background: url(/local/templates/icl/img/social/fb-light.png) !important;
}

.in a {
  background: url(/local/templates/icl/img/social/in.png) !important;
}
.in a::before {
  background: url(/local/templates/icl/img/social/in-light.png) !important;
}
.tt a {
  background: url(/local/templates/icl/img/social/tt.png) !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.tt a::before {
  background: url(/local/templates/icl/img/social/tt-light.png) !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.dz a {
  background: url(/local/templates/icl/img/social/dz.png) !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.dz a::before {
  background: url(/local/templates/icl/img/social/dz-light.png) !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* End */


/* Start:/local/templates/icl/css/slick.css?17061910111844*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
width:100%;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 -15px;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
  /*  margin-left: auto;
    margin-right: auto;*/
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    text-align: left;
    margin: 0 15px;
    white-space: initial;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/icl/css/component/btn.css?17465205911270*/

.btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
    align-items: center;
    text-align: left;
    padding: 16px;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
    min-width: 180px;
    transition: all 0.3s ease-in-out;
    max-width: 280px;
}

.btn__value {
    position: relative;
    line-height: 22px;
}

.btn_white {
    position: relative;
    background: #fff;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn_white:before {
    content: '';
    background: #ff0000;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transform: matrix(1, 0, 1, 1, 0, 0);
    transition: 300ms;
}
.btn_white:hover{
    color: #fff !important;
}
.btn_white:hover:before{
    width: 120%;
}
.btn_red {
    background: #FF0000;
    color: #fff !important;
}

.btn_red:hover {
    background: linear-gradient(90.93deg, #FF0807 -10%, #FF9837 94.59%), linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%);
    color: #FFFFFF !important;
}

.btn__icon {
    margin-right: 12px;
    flex: auto;
    max-width: 23px;
    min-width: 23px;
}

.btn__text {
    color: inherit;
}
/* End */


/* Start:/local/templates/icl/css/component/header.css?17448728655974*/
.header {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    max-width: 100%;
}

.header * {
    box-sizing: border-box;
}

.header__logo-box {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    height: 100%;
    padding: 12px 6px;
    box-sizing: border-box;
    width: 110px;
    overflow: hidden;
}

.header__logo {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    width: 59px;
    height: 44px;
}

.header.fixed .header__logo-box {
    width: 60px;
    max-height: 60px;
}

.header.fixed .header__logo {
    width: 40px;
    height: 30px;
}

.header__btn {
    height: 40px;
    justify-content: center;
    width: auto;
    padding: 12px 4px;
    font-size: 11px;
    line-height: 16px;
    margin: auto 32px auto 0;
    max-width: 172px;
}
.header__btn_red.whieBtn, .header__btn_red.whieBtn:link, .header__btn_red.whieBtn:visited {
    padding: 15px 25px;
}
.header__btn_red {
    background: #ff0000;
    text-align: center;
}

.header__phone {
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    border: none !important;
}

.header__languages {
    margin-left: 32px;
}

.header__search-box {
    position: absolute;
    z-index: 1;
    right: 0;
    max-width: 100%;
}

.header__languages-box{
    height: 40px;
}

@media (min-width: 768px) {
    .header__menu {
        height: 100%;
    }
}

@media (min-width: 1180px) {
    .header {
        padding-left: 150px;
        max-width: 100%;
        padding-right: 140px;
        box-sizing: border-box;
        height: 100px;
    }

    .header.fixed {
        height: 60px;
        padding-left: 125px;
        max-width: 100%;
    }

    .header__language_current {
        border: 1px solid #ccc;
    }
    .header__search-box {
        left: 0;
        width: 40px;
    }
    .header__controls {
        position: absolute;
        right: 0;
        max-width: 120px;
        top: 50%;
        width: 120px;
        margin: -20px 0 0;
        display: flex;
        padding: 0 0 0 60px;
        justify-content: right;
        align-items: center;
        box-sizing: border-box;
    }

    .header_search-active .header__search-box {
        left: calc(-100vw + 270px);
        width: calc(100vw - 230px);
        max-width: calc(100vw - 230px);
    }
    .header.fixed.header_search-active .header__search-box {
        left: calc(-100vw + 245px);
        width: calc(100vw - 205px);
        max-width: calc(100vw - 205px);
    }
    .header-panel__group-2 .header__btn {
        margin: 0 0 0 20px;
    }
}
@media (min-width: 1280px) {
    .header {
        padding-right: 220px;
    }
    .header__controls {
        width: 200px;
        max-width: 200px;
        padding-right: 20px;
    }
    .header_search-active .header__search-box {
        left: calc(-100vw + 350px);
        width: calc(100vw - 310px);
        max-width: calc(100vw - 310px);
    }
    .header.fixed.header_search-active .header__search-box {
        left: calc(-100vw + 325px);
        width: calc(100vw - 285px);
        max-width: calc(100vw - 285px);
    }
}

@media (max-width: 1279px) {
    .header__languages {
        width: 40px;
        margin-right: 20px;
        overflow: hidden;
        flex-direction: column;
        position: absolute;
        right: 0;
        max-height: 40px;
        transition: 300ms;
        border: 1px solid #ccc;
        border-radius: 20px;
        background-color: #fff;
        z-index: 20;
    }

    .header__languages_active {
        max-height: 120px;
    }
}

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

    .header.header_search-active .header__search-box {
        left: 150px;
    }
    .header.fixed.header_search-active .header__search-box {
        left: 20px;
    }
}

@media (max-width: 1179px) {
    .header__search-box {
        right: 20px;
        top: 88px;
    }

    .header__phone {
        margin-right: 32px;
        height: 100%;
    }

    .header__logo {
        width: 40px;
        height: 30px;
    }

    .header.fixed .header__logo-box,
    .header__logo-box {
        max-height: 72px;
        width: 72px;
    }
}

@media (max-width: 767px) {
    .header {
        justify-content: flex-end;
        align-items: center;
        height: 64px;
        z-index: 20000000000;
    }

    .header.fixed .header__logo-box,
    .header__logo-box {
        max-height: 64px;
        width: 64px;
    }

    .header__search-box:not(.page__not-mobile) {
        right: 0;
        padding: 0 16px;
        height: 100%;
        display: flex !important;
        align-items: center;
        top: auto;
    }

    .header:not(.header_search-active) .header__burger {
        z-index: 20;
    }

    .header.header_search-active .header__burger {
        z-index: 0;
    }

    .header:not(.header_burger-open).header_search-active {
        overflow: hidden;
    }

    .header__btn {
        height: auto;
        flex: auto;
        width: 100%;
        max-width: unset;
        margin: 0 0 24px;
    }

    .header__phone {
        margin: 0;
        height: auto;
    }

    .header__languages {
        position: relative;
        width: auto;
        flex-direction: row;
        border: none;
    }

    .header__language_current {
        border: 1px solid #ccc;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__logo{
        margin-left: -30px;
        margin-top: -22px;
    }

    .header.fixed .header__logo {
        margin-left: -20px;
        margin-top: -15px;
    }

    .sub-menu__section-box > .sub-menu__list{
        flex: 1;
    }
}

@media  all and (max-width: 1179px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__logo {
        margin-left: -20px;
        margin-top: -15px;
    }
}

/* End */


/* Start:/local/templates/icl/css/component/header-panel.css?16564081912888*/
.header-panel {
    display: flex;
    align-items: center;
    flex: auto;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.header-panel__group-1 {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 40px;
    flex: auto;
}

.header-panel__group-2 {
    display: flex;
    font-family: 'CirceExtraBold';
}

.header-panel__groups-box {
    display: flex;
    width: 100%;
}

.header-panel__groups {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
}

@media (min-width: 1180px) {
    .header-panel__groups-box {
        height: 100%;
    }

    .header-panel__group-1,
    .header-panel__group-2 {
        max-height: 100%;
    }

    .header-panel__group-2 {
        align-items: center;
    }
    .header-panel__group-1{
        position: static;
        justify-content: space-between;
        margin: 0;
    }
}

@media (max-width: 1279px) {
    .header-panel__group-2 {
    }
}
@media (max-width: 1179px) {
    .header-panel {
        align-items: stretch;
        max-width: 1280px;
    }

    .header-panel__group-1 {
        order: 2;
        border-top: 1px solid #d3d3d3;
        padding: 0 80px 0 20px;
        flex: auto;
        height: 72px;
        width: 100%;
        margin: 0;
        box-shadow: inset 0px -1px 0px #D3D3D3;
    }

    .header-panel__group-2 {
        order: 1;
        height: 72px;
        padding: 10px 60px;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;

    }
}

@media (max-width: 767px) {
    .header-panel {
        width: 40px;
        max-width: 40px;
        margin: 0 8px 0;
    }

    .header-panel:not(.header-panel_open) .header-panel__groups {
        transform: scaleY(0);
    }

    .header-panel__groups-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .header-panel__groups {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: -1;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 64px);
        transform: scaleY(1);
        transition: 300ms;
        transform-origin: top;
    }

    .header-panel__group-1 {
        order: 1;
        overflow-y: auto;
        align-items: flex-start;
        padding: 0;
        position: static;
        box-shadow: unset;
	max-height: 65%;
    }

    .header-panel__group-2 {
        order: 2;
        flex-wrap: wrap;
        height: auto;
        max-width: 100%;
        justify-content: space-between;
        padding: 8px 8px 24px;
        align-items: center;
    }

    .header-panel__group-2 .header__btn {
        order: 1;
    }
    .header-panel__group-2 .header__phone {
        order: 2;
    }
    .header-panel__group-2 .header__controls {
        order: 3;
    }
}
/* End */


/* Start:/local/templates/icl/css/component/languages.css?1656408191377*/
.languages {
    display: flex;
    font-family: 'circeregular';
}


@media (max-width: 1279px) and (min-width: 768px) {
    .languages__language {
        transform: scaleY(0);
        order: 2;
    }
    .header__language_current {
        transform: scaleY(1);
        order: 1;
    }
    .header__languages_active .languages__language {
        transform: scale(1);
    }
}
/* End */


/* Start:/local/templates/icl/css/component/language.css?1656408191193*/
.language {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
/* End */


/* Start:/local/templates/icl/css/component/burger.css?1656408191336*/
.burger {
    position: relative;
}

.burger__svg {
    width: 40px;
    height: 40px;
}

.burger:not(.burger_open) .burger__open {
    display: block;
}

.burger:not(.burger_open) .burger__close {
    display: none;
}

.burger.burger_open .burger__open {
    display: none;
}

.burger.burger_open .burger__close {
    display: block;
}
/* End */


/* Start:/local/templates/icl/css/component/extra.css?166358278610265*/
.ul-wrapper{
    background-image: url('/test_verstka/form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0;
    z-index: 1;


}

.ul-container{
    max-width: 890px;
    position: relative;
    z-index: 2;
}

.ml-container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

/*.form__page .materials-request__item .control-alert-message {*/
/*    display: block;*/
/*}*/



.form__page  .materials-request__item{
    position: relative;
}

.form__page .control-alert-message {
    display: none;
    position: absolute;
    background: #f25830;
    z-index: 10;
    border-radius: 0 2px 2px 2px;
    padding: 2px 4px 2px 22px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    bottom: -20px;
    left: 10px;
}

.form__page .control-alert-message:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjAxNiAxMi45MTJsLTYuODgtMTEuNDU4Yy0uNTMtLjg4LTEuNzkzLS44OC0yLjMxMSAwTC45NDUgMTIuOTEyYy0uNTQuOTAyLjExMyAyLjA0MSAxLjE2MiAyLjA0MWgxMy43NThhMS4zNDcgMS4zNDcgMCAwMDEuMTUtMi4wNDF6TTcuOTk0IDUuNDQ2YS45MS45MSAwIDAxLjkxMy0uOTEzaC4xMjRhLjkxLjkxIDAgMDEuOTE0LjkxM3YzLjQxN2EuOTEuOTEgMCAwMS0uOTE0LjkxNGgtLjEyNGEuOTEuOTEgMCAwMS0uOTEzLS45MTRWNS40NDZ6bTIuMTMxIDYuNjMxYzAgLjYzMi0uNTE4IDEuMTUtMS4xNSAxLjE1LS42MzIgMC0xLjE1LS41MTgtMS4xNS0xLjE1IDAtLjYzMS41MTgtMS4xNSAxLjE1LTEuMTUuNjMyIDAgMS4xNS41MTkgMS4xNSAxLjE1eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
    no-repeat center;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.form__page .control-alert-message:after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #f25830;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.form__page .control-alert-message.show{
    display: block;
}




/*.siteWidth.materials-page{*/
/*    padding: 0 !important;*/
/*    max-width: 1200px !important;*/
/*}*/

.form__page .breadcrumb{
    margin-bottom: 20px;
    padding: 70px 20px 0px 20px;
}

.form__page .breadcrumb-item,
.form__page .breadcrumb-item__link{
    display: inline;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}



.form__page .breadcrumb-item +.breadcrumb-item:before {
    padding: 5px;
    color: #FFFFFF;;
    content: "/\00a0";
}

.form__page .breadcrumb-item__link{
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FFFFFF;
    border-bottom: none;
}

.form__page .materials-request__title{
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 70px;
    padding: 0 20px;
}


.form__page .materials-request__inner{
    background: #FFFFFF;
    border: 8px solid #E2E2E2;
    padding: 40px;
}

.form__page .materials-request__sub-title{
    text-transform: uppercase;
    color: #232323;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
}

.form__page .materials-request__notifi{
    font-size: 14px;
    line-height: 24px;
    color: #371722;
    margin-bottom: 40px;
    padding: 0;
}

.form__page .materials-request__block{
    margin-bottom: 40px;
}

.form__page .materials-request__box{
    display: flex;
    justify-content: space-between;
}

.form__page .materials-request__item{
    width: 100%;
    display: flex;
}

.form__page .materials-request__item + .materials-request__item{
    margin-left: 24px;
}

.form__page .materials-request__box + .materials-request__box{
    margin-top: 24px;
}


.form__page .request__item-input{
    width: 100%;
    background: #F2F2F2;
    box-shadow: inset 0px 3px 0px #999999;
    outline: none;
    border: none;
    padding: 11px 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
}

.form__page .request__item-input::placeholder{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.254516px;
    color: #999999;
}

.form__page .recaptcha-box{
    display: flex;
    margin-bottom: 40px;
    text-align: center;
}

.form__page .recaptcha__text{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.254516px;
    color: #999999;
    margin-left: 32px;
}

.form__page .materials-request__button{
    width: 100%;
}

.form__page .materials-request__btn{
    width: 100%;
    margin-bottom: 24px;
}

.form__page .materials-request__btn{
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 0;
    background: #FF0000;
    box-shadow: 0 5px 0 #BD1900;
    outline: none;
    border: none;
    cursor: pointer;
}

.form__page .personal-data__label{
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    cursor: pointer;
}

.form__page .personal-data__link{
    color:  #FF0000;
    text-decoration: underline;
    border: none;
}

.form__page .personal-data__input[type=checkbox] {
    display: none;
}


.form__page .personal-data__input[type=checkbox]:checked + .personal-data__label::before{
    border: 1px solid  #FE0400;
    background-image: url(/local/templates/icl/css/component/../images/check.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.form__page  .personal-data__wrap{
    padding-left: 30px;
    position: relative;
}

.form__page #personal-data-styler{
    position: absolute !important;
    left: 0;
    top:3px;
}


@media (max-width: 769px){
    .form__page .materials-request__title{
        margin-bottom: 50px;
    }

    .form__page .materials-request__inner{
        padding: 32px;
    }
    .form__page .materials-request__notifi {
        margin-bottom: 32px;
    }
    .form__page .materials-request__block{
        margin-bottom: 32px;
    }

    .form__page .recaptcha-box{
        margin-bottom: 32px;
    }
}

@media (max-width: 685px){
    .form__page .breadcrumb{
        margin-bottom: 30px;
        padding: 60px 10px 0 10px;
    }

    .form__page .recaptcha__text{
        margin-left: 0;
    }

    .form__page .materials-request__title{
        margin-bottom: 42px;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0.1px;
        padding: 0 10px;
    }

    .form__page .materials-request__sub-title{
        font-size: 24px;
        line-height: 32px;
    }

    .form__page .materials-request__inner{
        padding: 24px;
    }

    .form__page .materials-request__notifi{
        margin-bottom: 24px;
    }
    .form__page .materials-request__box{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .form__page .materials-request__item + .materials-request__item{
        margin-left: 0;
    }

    .form__page .materials-request__item + .materials-request__item{
        margin-top: 24px;
    }

    .form__page .materials-request__item + .materials-request__item {
        margin-left: 0;
    }

    .form__page .materials-request__box + .materials-request__box{
        margin-top: 24px;
    }

    .form__page .materials-request__item {
        max-width: 100%;
    }

    .form__page .recaptcha-box{
        margin-bottom: 24px;
        flex-direction: column;
    }

    .form__page .recaptcha{
        order: 2;
    }

    .form__page .recaptcha__text{
        margin-left: 0;
        margin-bottom: 16px;
        padding: 0;
    }
}

/*Document page*/

.materials-page .breadcrumb{
    margin-bottom: 20px;
    /*padding: 0 20px;*/
}

.materials-page .breadcrumb-item,
.materials-page .breadcrumb-item__link{
    display: inline;
    font-size: 14px;
    line-height: 21px;
    color: #371722;
}



.materials-page .breadcrumb-item +.breadcrumb-item:before {
    padding: 5px;
    color: #371722;;
    content: "/\00a0";
}

.materials-page .breadcrumb-item__link{
    font-size: 14px;
    line-height: 21px;
    color: #371722;
    border-bottom: none;
}

.materials-page  .access-materials__title{
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 26px;
    padding: 0;
}

.materials-page  .access-materials__sub-title{
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin-bottom: 40px;
}

.materials-page .access-materials__box{
    display: flex;
    flex-wrap: wrap;

}

.materials-page .access-materials__box:last-child{
    margin-bottom: 40px;
}

.materials-page .access-materials__box + .access-materials__box{
    margin-top: 20px;
}

.materials-page .access-materials__item{
    display: flex;
    align-items: center;
    border: 1px solid #000000;
    padding: 13px 13px;
    max-width: 352px;
    width: 100%;
}

.materials-page .access-materials__item{
    margin-left: 20px;
    margin-bottom: 20px;
}

.materials-page .access-materials__item:nth-child(3n + 1),
.materials-page .access-materials__item:first-child{
    margin-left: 0;
}

.materials-page .access-materials__link {
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    border: none;
}

@media (max-width: 1179px) {
    .materials-page .access-materials__item{
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
/*    .materials-page .access-materials__item:nth-child(2n) {*/
/*        margin-right: 0;*/
/*    }*/
}
@media (max-width: 900px) {
    .materials-page .access-materials__item {
        max-width: 306px;
    }
}


@media (max-width: 768px) {
    .materials-page .access-materials__item{
        margin-left: 0px;
        /*margin-top: 20px;*/
        margin-right: 20px;
        max-width: 306px;
    }


}

@media (max-width: 767px) {
    .materials-page .access-materials__title{
        font-size: 32px;
        line-height: 40px;
    }
    .materials-page .access-materials__box{
        justify-content: center;
    }

    .materials-page .access-materials__item{
        max-width: 100%;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/icl/components/bitrix/search.form/header__search/style.css?16564081912093*/
.search{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search__label {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    width: 40px;
    overflow: hidden;
    transition: 300ms;
    max-width: 100%;
    cursor: pointer;
}

.search__label_active {
    padding: 9px;
    border: 1px solid #ccc;
    width: 100vw;
}

.search__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
}

.search__icon:hover {
    fill: #ff0000;
}

.search__input {
    border: none !important;
    background-color: transparent;
    padding: 0;
    margin: 0 10px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    min-width: 0;
    display: block;
}

.search__icon_search {
    fill: #ccc;
    transition: 300ms;
    height: 40px;
    width: 40px;
    min-width: 40px;
}

.search__label_active .search__icon_search {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.search__icon_close {
    fill: #232323;
}

.search__results-box {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
}

.search__results {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background-color: #fff;
    max-height: 100px;
    overflow-y: auto;
}

.search__result {
    padding: 4px;
    cursor: pointer;
    display: block;
}

.search__result_select {
    background-color: #ccc;
}

.search__results_active {
    display: block;
}

.search__icon_close {
    fill: #232323;
    position: absolute;
    right: 8px;
    transform: scaleX(0);
}

.search__label_active + .search__icon_close{
    transform: scaleX(1);
    transition: transform 0ms 150ms;
}

@media (max-width: 1179px) {
    .search__label_active {
        width: calc(100vw - 32px);
    }
}

@media (max-width: 767px) {
    .search__label {
        margin-right: 40px;
    }

    .search__label_active {
        box-shadow: 0 0 0 16px #fff;
        margin: 0;
    }
    .search__icon_close {
        right: 32px;
    }
}
/* End */


/* Start:/local/templates/icl/components/bitrix/menu/newtopmenuv2/style.css?175084558121196*/
.top-menu__item {
    font-family: 'circebold';
}

@font-face {
    font-family: "circelight";
    font-weight: normal;
    src: url("/local/templates/icl/components/bitrix/menu/newtopmenu/fonts/Circe-Light.woff2");
}

.top-menu__link {
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000 !important;
    border: none !important;
    cursor: pointer;
}

.top-menu__arrow-link {
    width: 25px;
    height: 25px;
    fill: #ff0000;
}

.top-menu__list {
    display: flex;
}

.sub-menu_first{
    box-shadow: 0 80px 35px rgba(0, 0, 0, 0.25);
}

.top-menu__item {
    text-transform: uppercase;
}

.top-menu__sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    transition: 300ms;
}

.sub-menu__link {
    cursor: pointer;
    color: #929292 !important;
    border: none !important;
}

.top-menu__link_default,
.top-menu__link_open,
.sub-menu__link:hover {
    color: #000 !important;
}

.sub-menu__section-title {
    font-family: 'circebold';
    font-weight: bold;
    font-style: normal;
}

.sub-menu__header-value {
    font-family: 'robotobold_condensed', sans-serif;
    font-weight: normal;
}

.sub-menu__link-end {
    font-family: 'circeregular';
    font-weight: normal;
}

.sub-menu_company .sub-menu__list_main {
    padding: 32px 48px;
    max-width: 100%;
    flex-wrap: wrap;
}

.sub-menu_company .sub-menu__section {
    padding: 0 !important;
    border: none !important;
    max-width: 280px;
}

.sub-menu_company .sub-menu__section-title {
    color: #929292 !important;
}

.sub-menu_company .sub-menu__section-title:hover {
    color: #000 !important;
}

.sub-menu_company .sub-menu__title {
    font-family: 'circebold';
    font-weight: bold;
}


.sub_menu__it-helper {
    font-family: 'circeregular';
    font-weight: normal;
}

.sub-menu__title_end {
    margin-right: 48px;
}

@media (min-width: 768px) {
    .top-menu__list,
    .top-menu {
        height: 100%;
    }

    .top-menu__item {
        display: flex;
    }

    .top-menu__arrow-link {
        transform: rotate(90deg);
        transition: 300ms;
    }

    .top-menu__link_default .top-menu__arrow-link,
    .top-menu__link_open .top-menu__arrow-link {
        transform: rotate(-90deg);
    }

    .top-menu__sub-menu-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .top-menu__sub-menu {
        transform: scaleY(0);
        transform-origin: top;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 144px);
    }

    .top-menu__sub-menu_default,
    .top-menu__sub-menu_open {
        transform: scaleY(1);
    }

    .top-menu__link_default,
    .top-menu__link_open {
        position: relative;
    }

    .top-menu__item > .top-menu__link_default:after,
    .top-menu__item > .top-menu__link_open:after {
        content: '';
        background-color: #ff0000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
    }

    .sub-menu__section-box {
        display: flex;
        background-color: #fff;
    }


    .top-menu__sub-menu {
        background-color: #E9EDF0;
    }

    .top-menu__list {
        margin: 0 -12px;
    }

    .top-menu__item {
        margin: 0 5px;
    }

    .top-menu__sub-menu-box_child {
        height: auto;
        right: unset;
        left: 50%;
        top: 0;
        bottom: 0;
    }

    .top-menu__sub-menu_child {
        width: 50vw;
        top: 0;
        left: 0;
        right: unset;
        transform-origin: left;
        height: auto;
        padding: 32px;
        transition: transform 300ms, z-index 0ms 300ms;
    }

    .top-menu__sub-menu_child:not(.top-menu__sub-menu_open):not(.top-menu__sub-menu_default) {
        transform: translateX(-50vw) scaleY(1);
        z-index: -1;
        transition: transform 300ms;
    }

    .top-menu__link-back {
        display: flex;
        align-items: flex-start;
        font-size: 28px;
        line-height: 32px;
        justify-content: space-between;
    }

    .top-menu__close-icon {
        height: 32px;
        width: 32px;
        min-width: 32px;
    }

    .sub-menu__title {
        color: #000 !important;
        margin-bottom: 24px;
        border: none !important;
        font-size: 16px;
        line-height: 32px;
        font-family: 'robotocondensed', sans-serif;
        font-weight: 400;
        text-transform: none;

    }

    a.sub-menu__title:hover {
        color: #ff0000 !important;
    }

    .sub-menu__close-icon {
        position: absolute;
        right: 32px;
        z-index: 20;
        top: 32px;
        cursor: pointer;
    }

    .sub-menu__close-icon:hover {
        fill: #ff0000;
    }

    .sub-menu__section-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .sub-menu__item {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        color: #929292;
        margin: 4px 0;
    }

    .sub-menu__section {
        padding-bottom: 32px;
    }

    .sub-menu__section + .sub-menu__section {
        /*padding-top: 32px;*/
        /*border-top: 1px solid #D3D3D3;*/
    }

    .sub-menu__list {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: -4px 0;
        max-height: 100%;
    }

    .sub-menu__list_main {
        width: 100vw;
        max-width: 100%;
        background: #fff;
        overflow-y: auto;
        padding: 32px 20px 0;
        margin: 0;
    }

    .sub-menu__link-end {
        margin: 4px 0;
        border: none !important;
        color: #000 !important;
        font-weight: normal;
    }

    .sub-menu__link-end:hover {
        color: #ff0000 !important;
    }

    .sub-menu__link.js-top-menu-link.top-menu__link_default:after,
    .sub-menu__link.js-top-menu-link.top-menu__link_open:after {
        content: '';
        position: absolute;
        right: -20px;
        top: -4px;
        border-top: 16px solid #fff;
        border-bottom: 16px solid #fff;
        border-right: 16px solid #e9edf0;
    }

    .sub_menu__it-helper {
        background-color: #333;
        display: block !important;
        order: 1;
        z-index: 30;
        position: relative;
        padding: 24px 32px;
        bottom: -1px;
    }

    .sub_menu__it-helper .sub-menu__header-link {
        padding: 0 16px;
        color: #fff;
        border: none;
    }

    .sub_menu__it-helper .sub-menu__header-link + .sub-menu__header-link {
        border-left: 1px solid #858585;
    }
}

@media (min-width: 1180px) {
    .top-menu__sub-menu {
        max-height: calc(100vh - 100px);
        border-top: 1px solid #D3D3D3;
    }

    .header.fixed .top-menu__sub-menu {
        max-height: calc(100vh - 60px);
    }

    .top-menu__sub-menu-box {
        width: 100vw;
        right: unset;
        left: 0;
    }

    .header.fixed .top-menu__sub-menu-box_child,
    .top-menu__sub-menu-box_child {
        height: auto;
        right: unset;
        left: 50%;
    }

    .sub-menu__section-title {
        min-width: 280px;
        max-width: 280px;
        margin-right: 16px;
    }

    .sub-menu__list {
        flex: auto;
    }

    .sub-menu__list_main {
        padding: 32px 32px 49px 71px;
    }

    .sub-menu__link.js-top-menu-link.top-menu__link_default:after,
    .sub-menu__link.js-top-menu-link.top-menu__link_open:after {
        right: -32px;
    }

    .sub-menu_company {
        height: auto !important;
        box-shadow: 0 80px 35px rgba(0, 0, 0, 0.25);
        background-color: #fff;
    }

    .sub-menu_company .sub-menu__list_main {
        max-height: 216px;
    }

    .sub-menu_company .sub-menu__section-title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1179px) and (min-width: 768px) {
    .sub_menu__it-helper {
        padding: 24px 0;
    }

    .sub-menu__section-box {
        flex-direction: column;
    }

    .sub-menu_company .sub-menu__list_main {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top-menu__list {
        padding: 32px 8px;
        flex-direction: column;
        margin: -16px 0;
    }

    .top-menu__item {
        margin: 16px 0;
    }

    .top-menu__link-back {
        box-shadow: inset 0 -1px 0 0 rgba(125, 125, 125, 0.25);
    }

    .top-menu__sub-menu {
        top: 1px;
        bottom: 0;
        transition: 300ms;
        transform: translateX(calc(100% + 35px));
        z-index: 30;
    }

    .top-menu__sub-menu_open {
        transform: translateX(0);
    }


    .sub-menu {
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }

    .sub-menu__header {
        background-color: #333;
        color: #fff;
        display: flex !important;
        padding: 12px 8px;
    }

    .sub-menu__header-value {
        font-size: 16px;
        line-height: 24px;
        font-family: 'circebold';
        font-weight: bold;
    }

    .top-menu__link-back .sub-menu__header-value {
        margin-left: 4px;
    }

    .sub-menu__arrow-link {
        fill: #fff;
        transform: rotate(180deg);
    }

    .sub-menu__header-link {
        padding-right: 16px;
        color: inherit !important;
        border: none !important;
        font-size: 14px;
        line-height: 22px;
        text-transform: none;
    }

    .sub-menu__header-link + .sub-menu__header-link {
        padding-left: 16px;
        border-left: 1px solid #858585 !important;
    }

    .sub-menu__list {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .sub-menu__item {
        display: flex;
        flex-direction: column;
    }

    .sub-menu__link {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        margin: 4px 0;
    }

    .sub-menu__title {
        border: none !important;
        color: #232323 !important;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 12px;
        font-weight: bold;
    }

    .sub-menu__section {
        padding: 0 8px;
    }

    .sub-menu__section .sub-menu__section-box {
        padding: 32px 0;
    }

    .sub-menu__section + .sub-menu__section .sub-menu__section-box {
        border-top: 1px solid #d3d3d3;
    }

    .top-menu__sub-menu_child .sub-menu__list {
        padding: 32px 8px;
    }

    .top-menu__sub-menu_child .sub-menu__title {
        font-family: 'robotobold_condensed', sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 24px;
    }

    .sub-menu_company .sub-menu__section-box {
        padding: 0;
        border: none !important;
    }

    .sub-menu_company .sub-menu__title {
        color: #929292 !important;
    }

    .sub-menu_company .sub-menu__list_main {
        padding: 32px 8px;
    }

    .sub-menu_company .sub-menu__section + .sub-menu__section {
        margin-top: 8px;
    }
}
@media (max-width: 1335px)  {
    .top-menu__link{
        font-size: 14px;
    }
    .header__btn_red.whieBtn, .header__btn_red.whieBtn:link, .header__btn_red.whieBtn:visited{
        padding: 15px;
    }
}
@media (max-width: 1415px) {
    .top-menu__item {
        margin: 0 5px;
    }
}
/*new services start*/
.header-panel {
    max-width: none !important;
}
.servicesMenu, .prodMenu {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    background: #fff;
    z-index: -1;
    transform-origin: center top;
    padding: 42px 0 0 0;
    transition: all 0.3s;
    transform: scaleY(0);
    height: auto;
    overflow: hidden;
    display: flex;
    text-transform: initial;
}
.prodMenu {
    padding: 42px 0 76px 0;
}
.servicesMenu.open-block, .prodMenu.open-block {
    transform: scaleY(1);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
}
.top-menu__link_open .servicesMenu, .top-menu__link_open.servicesMenu {
    transform: scaleY(1);
}
.fixed .servicesMenu  {
    /*padding-left: 125px;*/
    padding-top: 30px;
    top: 60px;
    max-height: calc(100vh - 60px);

}
.servicesMenu.top-menu__sub-menu_open {
    transform: scaleY(1);
}
.servicesMenu-list {
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*margin-right: -20px;*/
    margin-top: -20px;
}
.servicesMenu-item__toggle, .servicesMenu-item__ul {
    width: 500px;
    margin-bottom: 16px;
}
.servicesMenu-item__toggle a, .servicesMenu-item__ul a{
    /*display: none;*/
    font-family: 'robotocondensed', sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 19px!important;
    letter-spacing: -0.02em!important;
    color: #0A0B10!important;
}
.servicesMenu-item__ul a{
    color: #929292 !important;
}
a.showAll {
    font-family: 'robotobold_condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #E83724!important;
    text-decoration: none;
    border-bottom: none!important;
}
.servicesMenu-block {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    max-width: max-content;
}
.servicesMenu-item {
    margin-top: 30px;
    height: 100%;
}
.servicesMenu-item:first-child {
    margin-top: 0;
}
.servicesMenu-item__top {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'robotocondensed', sans-serif;
    height: 100%;
}
.servicesMenu-item__top-icon {
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
}
.rightBlockServMenu .servicesMenu-item__nav{
    overflow-y:auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
}
.rightBlockServMenu .servicesMenu-item__nav::-webkit-scrollbar {
    display: none;
}
.servicesMenu-item__nav-item {
    margin-top: 14px;
}
.servicesMenu-item__toggle {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    font-family: "circebold", sans-serif;
    user-select: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}
.toggle-parent-wrapper .servicesMenu-item__toggle{
    margin-left: 0;
}
.servicesMenu-item__toggle.active{
    display: block;
}
.servicesMenu-item__toggle-link {
    border: none !important;
    padding: 0;
    /*color: #929292 !important;*/
    text-decoration: none;
    display: inline-flex;
    transition: all 0.4s;
    line-height: 150%;
    flex-grow: 1;
}
.servicesMenu-item__toggle-link:hover {
    color: #CC0000;
}
.servicesMenu-item__toggle-icon {
    content: "";
    width: 21px;
    cursor: pointer;
    min-width: 21px;
    height: 24px;
    background-image: url('/local/templates/icl/components/bitrix/menu/newtopmenuv2/./img/nav-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    transition: all 0.4s;
    background-size: 21px 24px;
    margin-right: 10px;
    order: -1;
    margin-top: -2px;
    margin-left: -31px;
}
.menu-toggle-open .servicesMenu-item__toggle-icon {
    transform: rotate(180deg);
}
/*.servicesMenu-item__ul {*/
/*    padding-top: 4px;*/
/*}*/
.servicesMenu-item__block {
    margin-bottom: 10px;
}
.servicesMenu-item__block:last-child{
    margin-bottom: 0;
}
.servicesMenu-item__link {
    text-decoration: none;
    outline: none;
    display: inline-flex;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000 !important;
    font-family: "circelight", sans-serif;
    border: none !important;
    text-transform: none !important;
}
.servicesMenu-item__link:hover {
    text-decoration: none;
    color: #FF0000 !important;
    text-decoration: none;
}

.servicesMenu-item__ul {
    display: none;
}
.servicesMenu-block a{
    border-bottom: 1px solid #E9EDF0!important;
}

.servicesMenu-block{
    padding: 15px 24px;
    margin: 0;
}
.servicesMenu-block:hover, .servicesMenu-block.active{
    background: #F8F8F8;
}
.servicesMenu-block:hover a, .servicesMenu-item__top-text:hover, .servicesMenu-block.active a{
    color: #E93622!important;
}
.servicesMenu-item__top-text{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 360px;
    align-items: center;
    height: 100%;
}

.hoverSVG{display: none}
.servicesMenu-item__top-text:hover .hoverSVG{
    display: block;
}
.servicesMenu-item__top-text:hover .unhoverSVG{
    display: none;
}
.servicesMenu-item__top-text a{
	color: #000!important;
	}
.rightBlockServMenu{
    width: 100%;
    margin: -42px 0 -75px 0;
    background: #E9EDF0;
    padding: 36px 80px 0 25px;
    display: flex;
    justify-content: space-between;
}

.toggle-parent-wrapper {
    position: relative;
    display: none;
    align-items: center;
}
.toggle-parent-wrapper.active{
    display: flex;
}
.toggle-children-icon {
    cursor: pointer;
    margin-right: 10px;
    transition: opacity 0.2s ease;
    margin-bottom: 16px;
}

.children-list {
    padding-left: 45px;
    /*margin-top: 5px;*/
    transition: all 0.3s ease;
}

.servicesMenu-item__ul {
    transition: all 0.3s ease;
}
.media{width: 285px}
.media img{width: 100%}
.media .title{
    font-family: "circelight", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #0A0B10;
    margin-top: 15px;
    text-transform: none;
}
.media .text{
    font-family: "circelight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #535457;
    margin-top: 6px;
    text-transform: none;
}
.media .btn{
    background: #E83724;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 15px;
    width: max-content;
    min-width: auto;
    margin-top: 17px;

}
@media (max-width: 1179px) {
    .servicesMenu {
        padding: 60px 20px 40px;
    }
    .fixed .servicesMenu  {
        padding-left: 20px;
        padding-left: 20px;
        padding-top: 60px;
    }
    .servicesMenu-block {
        width: 100%;
    }
    .servicesMenu {
        top: 144px;
        height: calc(100vh - 144px);
    }
    .fixed .servicesMenu  {
        top: 144px;
        height: calc(100vh - 144px);
    }
}

@media (max-width: 767px) {
    .servicesMenu {
        position: static;
        width: 100%;
        padding: 0 !important;
        max-height: none;
        overflow: hidden;
        display: none;
        transform: none;
    }
    .servicesMenu-item__toggle-icon {
        margin-left: 0;
    }
    .open-block.servicesMenu {
        display: block;
    }
    .servicesMenu {
        height: auto !important;
        max-height: none !important;
    }
    .servicesMenu-item {
        margin-top: 18px !important;
    }
    .servicesMenu-list {
        margin: 0 !important;
    }
    .servicesMenu-block {
        margin: 0 !important;
    }
    .top-menu__link_open .servicesMenu, .top-menu__link_open.servicesMenu {
        transform: scaleY(1);
        display: block;
    }
    .servicesMenu {
        top: 64px;
        max-height: calc(100vh - 64px);
    }
    .fixed .servicesMenu  {
        top: 64px;
        max-height: calc(100vh - 64px);
    }
}

.sub-menu__section{
    height: 0;
}
.top-menu__item:nth-child(2) .sub-menu__list_main{
    height: 0;
    padding:0!important;
}
.prodMenu{
    top:0;
}
.media.company, .media.press{
    position: absolute;
    right: 32px;
}
.pressBlockMenu{
    padding-bottom: 150px;
    padding-left: 145px;
}
.companyBlockMenu{
    padding-left: 145px;
}
.header.js-header.fixed .pressBlockMenu,
.header.js-header.fixed .companyBlockMenu{
    padding-left: 120px;
}
@media (max-width: 768px) {
    .media.company, .media.press{
        position: relative;
        right: auto;
        left: 0;
        order: 999;
    }
    /* Остальные пункты меню остаются в исходном порядке */
    .sub-menu__section {
        order: 0; /* (значение по умолчанию) */
    }
    .sub-menu__section{
        height: auto;
    }
    .rightBlockServMenu{
        display: none;
    }
    .top-menu__link{
        font-size: 16px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
    }
    .top-menu__link_open .top-menu__arrow-link {
        width: 25px;
        height: 25px;
        fill: #0A0B10;
        transform: scaleX(-1);
    }
}
.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998; /* Ниже меню, но выше остального контента */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-backdrop.visible {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
}

/* Убедитесь, что меню имеет больший z-index */
.top-menu__sub-menu {
    z-index: 999;
}
/* End */


/* Start:/local/templates/icl/styles.css?1750250977464347*/
@font-face {
	font-family: 'robotolight';
	src: url('/bitrix/templates/icl/fonts/roboto-light-webfont.eot');
	src: url('/bitrix/templates/icl/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/roboto-light-webfont.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/roboto-light-webfont.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'circelight';
	src: url('/local/templates/icl/../fonts/Circe-Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold_condensed';
	src: url('/bitrix/templates/icl/fonts/roboto-boldcondensed-webfont.eot');
	src: url('/bitrix/templates/icl/fonts/RobotoCondensed-Bold.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/roboto-boldcondensed-webfont.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotocondensed';
	src: url('/bitrix/templates/icl/fonts/roboto-condensed-webfont.eot');
	src: url('/bitrix/templates/icl/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/roboto-condensed-webfont.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'circebold';
	src: url('/bitrix/templates/icl/fonts/Circe_Bold_Web.eot');
	src: url('/bitrix/templates/icl/fonts/Circe_Bold_Web.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/Circe_Bold_Web.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/Circe_Bold_Web.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/Circe_Bold_Web.svg#CirceWeb-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CirceExtraBold';
	src: url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.eot');
	src: url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/icl/fonts/circleExtraBold/circe_extrabold.svg#circe_extrabold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'circeregular';
	src: url('/bitrix/templates/icl/fonts/Circe_Web.eot');
	src: url('/bitrix/templates/icl/fonts/Circe_Web.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/Circe_Web.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/Circe_Web.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/Circe_Web.svg#CirceWeb-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'als_rublregular';
	src: url('/bitrix/templates/icl/fonts/rouble-webfont.eot');
	src: url('/bitrix/templates/icl/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/icl/fonts/rouble-webfont.woff') format('woff'),
		url('/bitrix/templates/icl/fonts/rouble-webfont.ttf') format('truetype'),
		url('/bitrix/templates/icl/fonts/rouble-webfont.svg#als_rublregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

b, strong {
	font-weight: normal;
	font-family: 'circebold';
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 13px;
}

img {
	border: 0;
}

figure {
	margin: 0;
}

legend {
	border: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
	margin: 0;
}

button, input {
	line-height: normal;
	box-shadow: none;
}

button, select {
	text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0;
}

button {
	box-sizing: initial;
}

.submit {
	display: inline-block;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #ff0000;
}

.tCenter {
	text-align: center;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	box-shadow: none;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: normal;
	color: #1A1A1A;
	font-family: 'circeregular';
	font-size: 14px;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

html, body {
	height: 100%;
	position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

a:hover, a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #FF8080;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.noborder {
	border-bottom: none;
}

a.linkBlack:link, a.linkBlack:visited, a.linkBlack:hover {
	color: #1A1A1A;
}

a:hover {
	border-bottom-color: transparent;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textUpper {
	text-transform: uppercase;
}

a img {
	border: none;
}

a {
	outline: none;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.rub {
	font-family: 'als_rublregular';
	text-transform: none;
}

h1, h2, h3, h4, h5, h6, .h1span, .h2span, .h3span, .h4span, .h5span, .h6span {
	line-height: normal;
	font-weight: normal;
}

h1, .news_h1, .h1span {
	font-family: 'robotobold_condensed', sans-serif;
	font-size: 47px;
	margin: 0;
	padding: 0 0 50px 0;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

div[id*="wait_comp"] {
	display: none !important;
}

.h1span {
	display: block;
}

h2, .h2span {
	font-family: 'robotobold_condensed', sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.h2span {
	display: block;
}

h3, .h3span {
	font-family: 'robotobold_condensed', sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.h3span {
	display: block;
}

h3.center {
	padding-bottom: 35px;
}

.h3span .center {
	padding-bottom: 35px;
}

h3.center.t50 {
	padding-top: 50px;
	padding-bottom: 35px;
}

h4, .h4span {
	font-family: 'circebold';
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
}

.h4span {
	display: block;
}

.h4span h1 {
	font-family: 'circebold';
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
}

.h4span--light h1 {
	padding-bottom: 0;
}

.pad_news2 {
	padding-top: 25px;
}

.h4-descr {
	font-size: 18px;
}

h5, .h5span {
	font-family: 'circebold';
	font-size: 15px;
	margin: 0;
	padding: 0 0 10px 0;
}

.h5span {
	display: block;
}

h6, .h6span {
	font-family: 'circebold';
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}

.h6span {
	display: block;
}

h6.small {
	font-size: 12px;
	text-transform: uppercase;
}

h6.small2 {
	font-size: 13px;
	text-transform: uppercase;
}

p {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.4;
}

.h20, .h30, .h40, .h50, .h60 {
	clear: both;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h30 {
	height: 30px;
}

.h20 {
	height: 20px;
}

.h15 {
	height: 15px;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w47 {
	width: 47%;
}

.w48 {
	width: 48%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w100 {
	width: 100%;
}

.w42 {
	width: 42%;
	margin-left: 8%;
}

.w43 {
	width: 43%;
}

.w45 {
	width: 45%;
}

.nobr {
	white-space: nowrap;
}

.graytext {
	color: #666666;
	-moz-transition: color 0.3s ease-in-out 0s;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}

.smallfont {
	font-size: 13px;
}


/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container{ /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 0px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width: 30px; /* minimum dragger width */
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
	height: 12px; /* auto-expanded scrollbar */
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
	height: 8px; /* auto-expanded scrollbar */
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0; /* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #000; background-color: rgba(0,0,0,0.4);
	filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(255,255,255,0.75);
	filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(255,255,255,0.85);
	filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(255,255,255,0.9);
	filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image: url(/local/templates/icl/mCSB_buttons.png); /* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp{
	background-position: 0 0;
	/*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown{
	background-position: 0 -20px;
	/*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft{
	background-position: 0 -40px;
	/*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight{
	background-position: 0 -56px;
	/*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	bottom: 0;
	margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
	left: 0;
	right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(255,255,255,0.2);
	filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #fff; background-color: rgba(255,255,255,0.5);
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #000; background-color: rgba(0,0,0,0.2);
	filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #000; background-color: rgba(0,0,0,0.5);
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */



/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs-line {
	position: relative; display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute; display: block;
	top: 0;
}
.irs-line-left {
	left: 0; width: 11%;
}
.irs-line-mid {
	left: 9%; width: 82%;
}
.irs-line-right {
	right: 0; width: 11%;
}

.irs-bar {
	position: absolute; display: block;
	left: 0; width: 0;
}
.irs-bar-edge {
	position: absolute; display: block;
	top: 0; left: 0;
}

.irs-shadow {
	position: absolute; display: none;
	left: 0; width: 0;
}

.irs-slider {
	position: absolute; display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute; display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute; display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute; display: block;
	bottom: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0; left: 0;
	width: 1px; height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px; line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}
.irs-disabled {
	opacity: 0.4;
}
.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}


.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
	height: 66px;
}
.irs-with-grid {
	height: 75px;
}
.irs-line {
	height: 3px;
	top: 33px;
	background: #f2f2f2;
	background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
}
.irs-line-left {
	height: 8px;
}
.irs-line-mid {
	height: 8px;
}
.irs-line-right {
	height: 8px;
}

.irs-bar {
	height: 3px;
	top: 33px;
	background: #ec2224;
}
.irs-bar-edge {
	height: 3px;
	top: 33px;
	width: 14px;
	background: #ec2224;
	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
	height: 2px; top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: 26px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: #ec2224; /* W3C */
	cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
}

.irs-min, .irs-max {
	color: #aeaeae;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	bottom: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.irs-single {
	color: #000!important;
	font-size: 14px!important;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 14px; line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}
.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}
.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}




article {
	padding-bottom: 250px;
	padding-top: 100px !important;
	width: 100%;
	overflow: hidden;
}

.formzog {
	clear: both;
	color: #808080;
	font-size: 12px;
	padding: 20px 0 0;
}

.picLeft {
	float: left;
	margin: 0 20px 20px 0;
	border: 10px solid #f40000;
}

.textleft {
	text-align: left;
}

#main {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

footer {
	color: #999999;
	height: 190px;
	height: 208px;
	margin-top: -248px;
	padding-top: 40px;
	background: #333333;
	position: relative;
	z-index: 4;
}

footer .siteWidth {
	position: relative;
}

.filesCol {
	float: right;
	text-align: right;
}

header {
	z-index: 120;
	background: #fff;
	font-size: 16px;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
}

.w50 {
	width: 50%;
}

.withShad {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

#toplogo {
	border: none;
	background: #EC1E24;
	width: 54px;
	height: 42px;
	float: left;
	padding: 33px 28px 35px 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

#toplogo img {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#toplogo .logo1 {
}

#toplogo .logo2 {
	top: 65px;
}


.siteWidth {
	width: 1100px;
	padding: 0 30px;
	margin: 0 auto;
}

#topnav {
	padding-top: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#topnav > ul > li > a {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #1A1A1A;
	font-family: 'circebold';
	height: 16px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#topnav > ul > li > a.current:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 100%;
	height: 6px;
	background: #FF0000;
	content: '';
	position: absolute;
	top: -45px;
	left: 0;
}

.fixed #topnav > ul > li > a.current:before {
	top: -23px;
}

#topnav > ul > li > a:hover, #topnav > ul > li > a.current {
	color: #FF0000;
}

#topnav > ul > li {
	display: inline-block;
	margin-left: 40px;
}

#topnav > ul > li:first-child {
	margin-left: 0;
}

#topnav .hiddenMenu {
	display: none;
	background: #F2F2F2;
	background: rgba(242, 242, 242, 0.95);
	z-index: 10;
	width: 100%;
	position: fixed;
	left: 0;
	top: 110px;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	box-shadow: 0 10px 15px rgba(217, 217, 217, 0.95) inset;
	overflow: auto;
	padding: 0 20px 0 0;
	overflow-x: hidden;
	overflow-y: scroll !important;
	-webkit-transform: translateZ(2px);
}

.hiddenMenu > ul {
	display: table;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px;
}

.hiddenMenu > ul > li {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0 25px;
}


.hiddenMenu > ul > li.menucol2 {
	width: 50%;
}

.hiddenMenu > ul > li.menucol2.eng-career {
	width: 100%;
}

.hiddenMenu > ul > li > strong {
	display: block;
	text-transform: uppercase;
	color: #CC0000;
	font-size: 16px;
	white-space: nowrap;
}

.hiddenMenu > ul li li strong {
	display: block;
	text-transform: uppercase;
	color: #1A1A1A;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.hiddenMenu > ul > li > div > ul > li > strong {
	padding: 30px 30% 5px 0;
}

.hiddenMenu .menucol2 > div > ul > li {
	float: left;
	width: 50%;
}
.hiddenMenu .menucol2 > div > ul > li:nth-child(2n) {
	float: right;
}

.hiddenMenu .menucol2.eng-career > div > ul > li {
	width: 33.3333%
}

.podmenucol > .podmenucolli:first-child {
	padding: 20px 0 0 0;
}

#topnav .hiddenMenu > div {
	overflow: auto;
}

.fixed #topnav .hiddenMenu {
	top: 60px;
}

#topnav .hiddenMenu .oneCol {
	max-width: 40%;
	vertical-align: top;
	margin-left: 60px;
	display: inline-block;
}

#topnav .hiddenMenu .oneCol:first-child {
	margin-left: 0;
}

#topnav .hiddenMenu .oneCol .secondMenu {
	padding-bottom: 30px;
}

#topnav .hiddenMenu h6, #topnav .hiddenMenu .h6span {
	color: #CC0000;
	text-transform: uppercase;
}

#topnav > ul > li > a:after {
	z-index: 20;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	content: '';
	bottom: -50px;
	-webkit-transition: border 0.3s ease-in-out 0.4s, visibility 0s linear 0.3s, bottom 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out 0.4s, visibility 0s linear 0.3s, bottom 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out 0.4s, visibility 0s linear 0.3s, bottom 0.3s ease-in-out;
	transition: border 0.3s ease-in-out 0.4s, visibility 0s linear 0.3s, bottom 0.3s ease-in-out;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 7px 9px;
	border-color: transparent transparent transparent transparent;
}

.fixed #topnav > ul > li > a:after {
	bottom: -24px;
}

#topnav > ul > li.openedMenu > a:after {
	border-color: transparent transparent rgba(217, 217, 217, 0.95) transparent;
}

#topnav .hiddenMenu a, .mapList a, .itemList a {
	font-size: 13px;
	color: #1A1A1A;
	border: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 5px 15px 5px 15px;
	margin: 0 30px 1px -15px;
	-webkit-transition: all 0.2s ease-in-out, background 0.3s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, background 0.3s ease-in-out;
	-o-transition: all 0.2s ease-in-out, background 0.3s ease-in-out;
	transition: all 0.2s ease-in-out, background 0.3s ease-in-out;
	-webkit-transform: translateZ(1);

}

#topnav .hiddenMenu a:after, .mapList a:after, .itemList a:after {
	display: block;
	position: absolute;
	right: -8px;
	height: 100%;
	content: '';
	top: 0;
	width: 8px;
	background: url(/local/templates/icl/img/menuarrow.png) 0 0 no-repeat;
	opacity: 0;
	visibility: hidden;
	background-size: 8px 100%;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

#topnav .hiddenMenu a:hover:after, .mapList a:hover:after, #topnav .hiddenMenu a.current:after, .itemList a:hover:after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

#topnav .hiddenMenu a.menuheadlink:link, #topnav .hiddenMenu a.menuheadlink:visited, #topnav .hiddenMenu a.menuheadlink:hover {
	margin: 0;
	background: none;
	padding: 0;
	font-size: 16px;
	color: #CC0000;
	display: inline-block;
	white-space: nowrap;
	border-bottom: 1px solid #CC0000;
}

#topnav .hiddenMenu a.menuheadlink:hover {
	border-bottom: 1px solid transparent;
}

#topnav .hiddenMenu a.menuheadlink.current:link, #topnav .hiddenMenu a.menuheadlink.current:visited, #topnav .hiddenMenu a.menuheadlink.current:hover {
	border-bottom: 1px solid transparent;
	color: #fff;
	background: #ec1e24;
	padding: 2px 15px;
	margin: -2px -15px;
}

#topnav .hiddenMenu a > span, .mapList a span, .itemList a span {
	color: #1A1A1A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	z-index: 2;
}

#topnav .hiddenMenu a:hover, #topnav .hiddenMenu a.current, .mapList a:hover, .itemList a:hover {
	background: #EC1E24;
}

/*
#topnav .hiddenMenu .triangle:after, #topnav .hiddenMenu .triangle:before{
	display:block;
	content:'';
	position:absolute;
	right:-15px;
	top:0;
	height:50%;
	width:30px;
	-webkit-transform-origin:left center;
   -moz-transform-origin:left center;
    -ms-transform-origin:left center;
     -o-transform-origin:left center;
        transform-origin:left center;
	-webkit-transform: skewX(45deg);
   -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
     -o-transform: skewX(45deg);
        transform: skewX(45deg);
		z-index:1;
		background: #EC1E24;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
#topnav .hiddenMenu .triangle:before{
	top:50%;
	-webkit-transform: skewX(-45deg) ;
   -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
     -o-transform: skewX(-45deg);
        transform: skewX(-45deg);
	}
			*/
#topnav .hiddenMenu a:hover > span, #topnav .hiddenMenu a.current > span, .mapList a:hover span, .itemList a:hover span {
	border-bottom-color: transparent;
	color: #fff;

}

.closeCross {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
	cursor: pointer;
	right: 25px;
	top: 25px;
	background: url(/local/templates/icl/img/redclose.png) 0 0 no-repeat;
	z-index: 100;

}

#topnav .closeCross {
	right: 60px;
	top: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

#topnav .openedMenu .closeCross {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0deg) translateZ(2px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.closeCross:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);

	transform: rotate(180deg);
}

#topnav .openedMenu .closeCross:hover {
	-webkit-transform: rotate(180deg) translateZ(2px);
}

#search {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 155px;
	top: 35px;
}

#search .searchfield {
	font-size: 15px;
	vertical-align: middle;
	height: 18px;
	width: 190px;
	padding: 10px 15px;
	color: #666666;
}

.showhiddenbtn, .searchbutton {
	display: none;
}

#mainSliderPlug {
	display: none;
}

@media (max-width: 767px) {
	#main>article>.content {
		padding-top: 40px !important;
	}
	.burger {
		margin-left: auto !important;
	}
}

#mainSlider {
	width: 100%;
	height: 540px;
	position: relative;
}

#mainSlider .slides {
	height: 100%;
	width: 100%;
}

#mainSlider .slides > li {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

#mainSlider .slides > li .siteWidth {
	position: relative;
}

#mainSlider .slides > li > .bg {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#mainSlider .slides > li.current > .bg {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#mainSlider .slides > li > .bg > .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	-o-object-fit: cover;
	font-family: "object-fit:cover";
	object-fit: cover;
}

#mainSlider .info {
	-webkit-transition: all 0.5s ease-in-out 0.6s;
	-moz-transition: all 0.5s ease-in-out 0.6s;
	-o-transition: all 0.5s ease-in-out 0.6s;
	transition: all 0.5s ease-in-out 0.6s;
	position: relative;
	font-size: 36px;
	padding-top: 60px;
	color: #fff;
	font-family: 'robotobold_condensed';
	opacity: 0;
	z-index: 4;
	line-height: 1.2;
	text-transform: uppercase;
}

#mainSlider .info small {
	display: block;
	font-size: 24px;
	line-height: normal;
	padding: 25px 0 0 0;
	text-transform: none;
	font-family: 'robotocondensed';
	font-weight: normal;
}

#mainSlider .info small .rub {
	font-size: 22px;
}

.slideDate {
	display: block;
	font-size: 21px;
	line-height: 1;
	padding: 0 0 10px 0;
	margin: -20px 0 0 0;
}

.slideDate strong {
	font-weight: normal;
	font-size: 40px;
	line-height: 60px;
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-align: center;
	background: #333;
	font-family: 'robotolight';
	margin: 0 10px 0 0;
}

.slideDate strong:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #333;
	margin: -6px 0 0 0;
}

.slideLink {
	display: block;
	border: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

#mainSlider .current .info {
	opacity: 1;
}

#mainSlider .triangles {
	z-index: 3;
	top: 0;
	position: absolute;
	left: -120px;
}

#mainSlider .triangles > li {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 83px 100px 83px;
	border-color: transparent transparent rgba(153, 0, 0, 0.6) transparent;
	-webkit-transition: all 0.8s ease-in-out 0.3s, opacity 0.3s ease-in-out;
	-moz-transition: all 0.8s ease-in-out 0.3s, opacity 0.3s ease-in-out;
	-o-transition: all 0.8s ease-in-out 0.3s, opacity 0.3s ease-in-out;
	transition: all 0.8s ease-in-out 0.3s, opacity 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

#mainSlider .current .triangles > li {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#mainSlider .triangles .triang1, #mainSlider .triangles .triang3, #mainSlider .triangles .triang5, #mainSlider .triangles .triang7, #mainSlider .triangles .triang10, #mainSlider .triangles .triang12, #mainSlider .triangles .triang14, #mainSlider .triangles .triang16, #mainSlider .triangles .triang16, #mainSlider .triangles .triang18, #mainSlider .triangles .triang20, #mainSlider .triangles .triang22, #mainSlider .triangles .triang23, #mainSlider .triangles .triang25, #mainSlider .triangles .triang26, #mainSlider .triangles .triang29 {
	border-width: 100px 83px 0 83px;
	border-color: rgba(255, 0, 0, 0.2) transparent transparent transparent;
}

#mainSlider .triangles .triang1 {
	left: 0;
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
}

#mainSlider .triangles .triang2 {
	-webkit-transition-delay: 0.03s;
	-moz-transition-delay: 0.03s;
	-o-transition-delay: 0.03s;
	transition-delay: 0.03s;
	left: 83px;
	border-color: transparent transparent rgba(153, 0, 0, 1) transparent;
}

#mainSlider .triangles .triang3 {
	left: 166px;
	border-color: rgba(153, 0, 0, 1) transparent transparent transparent;
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
}

#mainSlider .triangles .triang4 {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	left: 249px;
	border-color: transparent transparent rgba(195, 0, 0, 1) transparent;
}

#mainSlider .triangles .triang5 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	left: 332px;
	border-color: rgba(195, 0, 0, 1) transparent transparent transparent;
}

#mainSlider .triangles .triang6 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	left: 415px;
	border-color: transparent transparent rgba(195, 0, 0, 1) transparent;
}

#mainSlider .triangles.triangles3 .triang6 {
	display: none;
	border-color: transparent transparent rgba(204, 0, 0, 0.6) transparent;
}

#mainSlider .triangles .triang7 {
	left: 498px;
	border-color: #ec1e24 transparent transparent transparent;
}

#mainSlider .triangles .triang8 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	left: 581px;
	border-color: transparent transparent rgba(255, 204, 204, 0.2) transparent;
}

#mainSlider .triangles .triang9 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	left: 0px;
	top: 100px;
	border-color: transparent transparent rgba(204, 0, 0, 0.8) transparent;
}

#mainSlider .triangles .triang10 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	top: 100px;
	left: 83px;
	border-color: rgba(153, 0, 0, 1) transparent transparent transparent;
}

#mainSlider .triangles .triang11 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	top: 100px;
	left: 166px;
	border-color: transparent transparent rgba(195, 0, 0, 1) transparent;
}

#mainSlider .triangles .triang12 {
	-webkit-transition-delay: 0.13s;
	-moz-transition-delay: 0.13s;
	-o-transition-delay: 0.13s;
	transition-delay: 0.13s;
	top: 100px;
	left: 249px;
	border-color: rgba(195, 0, 0, 1) transparent transparent transparent;
}

#mainSlider .triangles .triang13 {
	-webkit-transition-delay: 0.16s;
	-moz-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
	top: 100px;
	left: 332px;
	border-color: transparent transparent rgba(195, 0, 0, 1) transparent;
}

#mainSlider .triangles .triang14 {
	-webkit-transition-delay: 0.13s;
	-moz-transition-delay: 0.13s;
	-o-transition-delay: 0.13s;
	transition-delay: 0.13s;
	top: 100px;
	left: 415px;
	border-color: rgba(195, 0, 0, 1) transparent transparent transparent;
}

#mainSlider .triangles .triang15 {
	top: 100px;
	left: 498px;
	border-color: transparent transparent rgba(255, 0, 0, 0.4) transparent;
}

#mainSlider .triangles .triang16 {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 100px;
	left: 581px;
	border-color: rgba(255, 0, 0, 0.2) transparent transparent transparent;
}

#mainSlider .triangles.triangles3 .triang16 {
	border-color: rgba(255, 0, 0, 0.5) transparent transparent transparent;
}

#mainSlider .triangles.triangles2 .triang23 {
	border-color: rgba(204, 0, 0, 0.5) transparent transparent
}

/*#mainSlider .triangles.triangles2 .triang6,#mainSlider .triangles.triangles3 .triang6{top:200px;left:415px;}*/
#mainSlider .triangles .triang17 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	top: 200px;
	left: -83px;
	border-color: transparent transparent rgba(255, 204, 204, 0.3) transparent;
}

#mainSlider .triangles .triang18 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 200px;
	left: 0;
	border-color: rgba(204, 0, 0, 0.5) transparent transparent transparent;
}

#mainSlider .triangles .triang19 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	top: 200px;
	left: 83px;
	border-color: transparent transparent rgba(204, 0, 0, 0.8) transparent;
}

#mainSlider .triangles .triang20 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 200px;
	left: 166px;
	border-color: rgba(204, 0, 0, 0.8) transparent transparent transparent;
}

#mainSlider .triangles.triangles3 .triang20 {
	border-color: rgba(204, 0, 0, 0.9) transparent transparent transparent;
}

#mainSlider .triangles .triang21 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	top: 200px;
	left: 249px;
	border-color: transparent transparent rgba(204, 0, 0, 0.2) transparent;
}

#mainSlider .triangles.triangles3 .triang21 {
	border-color: transparent transparent rgba(204, 0, 0, 0.8) transparent;
}

#mainSlider .triangles .triang22 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 200px;
	left: 332px;
	border-color: rgba(255, 204, 204, 0.2) transparent transparent transparent;
}

#mainSlider .triangles.triangles3 .triang22 {
	border-color: rgba(153, 0, 0, 0.7) transparent transparent transparent;
}

#mainSlider .triangles .triang23 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 300px;
	left: -83px;
	border-color: rgba(204, 0, 0, 0) transparent transparent transparent;
}

#mainSlider .triangles.triangles2 .triang23 {
	top: 200px;
	left: 498px;
}

#mainSlider .triangles .triang24 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	top: 300px;
	left: 0;
	border-color: transparent transparent rgba(204, 0, 0, 0.3) transparent;
}

#mainSlider .triangles.triangles2 .triang24, #mainSlider .triangles.triangles3 .triang24 {
	top: 0;
	left: 415px;
}

#mainSlider .triangles .triang25 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 300px;
	left: 83px;
	border-color: rgba(204, 0, 0, 0.6) transparent transparent transparent;
}

#mainSlider .triangles .triang26 {
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 400px;
	left: 0;
	border-color: rgba(255, 204, 204, 0.3) transparent transparent transparent;
}

#mainSlider .triangles.triangles2 .triang26, #mainSlider .triangles.triangles3 .triang26 {
	top: 300px;
	left: 249px;
}

#mainSlider .triangles .triang27, #mainSlider .triangles .triang28, #mainSlider .triangles .triang29, #mainSlider .triangles .triang30 {
	display: none;
}

/*
#mainSlider .triangles.triangles3 .triang27 {
	display:block;
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 100px;
	left: 664px;
	border-color: transparent transparent rgba(204, 0, 0, 0.8) transparent;
}
*/
#mainSlider .triangles.triangles3 .triang28 {
	display: block;
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 300px;
	left: 166px;
	border-color: transparent transparent rgba(204, 0, 0, 0.5) transparent;
}

#mainSlider .triangles.triangles3 .triang29 {
	display: block;
	-webkit-transition-delay: 0.56s;
	-moz-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
	top: 200px;
	left: 498px;
	border-color: rgba(204, 0, 0, 0.6) transparent transparent transparent;
}

#mainSlider .triangles.triangles3 .triang2 {
	border-color: transparent transparent rgba(195, 0, 0, 1);
}

#mainSlider .triangles.triangles3 .triang3 {
	border-color: rgba(195, 0, 0, 1) transparent transparent;
}

#mainSlider .triangles.triangles3 .triang5 {
	border-color: #ec1e24 transparent transparent;
}

#mainSlider .triangles.triangles3 .triang7, #mainSlider .triangles.triangles3 .triang8 {
	border-color: transparent transparent transparent;
}

#mainSlider .triangles.triangles3 .triang9 {
	border-color: transparent transparent rgba(153, 0, 0, 1)
}

#mainSlider .triangles.triangles3 .triang10, #mainSlider .triangles.triangles3 .triang12, #mainSlider .triangles.triangles3 .triang20, #mainSlider .triangles.triangles3 .triang22 {
	border-color: rgba(195, 0, 0, 1) transparent transparent;
}

#mainSlider .triangles.triangles3 .triang11, #mainSlider .triangles.triangles3 .triang15, #mainSlider .triangles.triangles3 .triang21, #mainSlider .triangles.triangles3 .triang23, #mainSlider .triangles.triangles3 .triang21 {
	border-color: transparent transparent rgba(195, 0, 0, 1);
}

#mainSlider .triangles.triangles3 .triang17 {
	display: none
}

#mainSlider .triangles.triangles3 .triang18 {
	border-color: rgba(153, 0, 0, 1) transparent transparent;
}

#mainSlider .triangles.triangles3 .triang23 {
	left: 415px;
}

#mainSlider .triangles.triangles3 .triang19 {
	border-color: transparent transparent rgba(153, 0, 0, 1);
}

#mainSlider .triangles.triangles3 .triang30 {
	display: block;
	left: 415px;
	top: 200px;
	border-color: transparent transparent rgba(195, 0, 0, 1);
}

#mainSlider .triangles.triangles3 .triang26 {
	top: 400px;
	left: 0;
}

#mainSlider .triangles.triangles3 .triang28 {
	left: 0;
}

#mainSlider .sliderNav {
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

#mainSlider .sliderNav__inner {
	position: relative;
	padding: 0 100px;
}

#mainSlider .slidesWrap {
	height: 100%;
}

#mainSlider .sliderNav .next, #mainSlider .sliderNav .prev {
	cursor: pointer;
}

#mainSlider .sliderNav .prev.disabled, #mainSlider .sliderNav .next.disabled {
	opacity: .4;
}

#mainSlider .sliderNav .next, #mainSlider .sliderNav .prev, .sliderWrap > .next span, .sliderWrap > .prev span, .fancybox-prev span, .fancybox-next span {
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	top: 19px;
	position: absolute;
	height: 36px;
	width: 36px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sliderWrap > .next span, .sliderWrap > .prev span, .fancybox-prev span, .fancybox-next span {
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	border-color: #FF0000;
}

.helperPopup .fancybox-prev span, .helperPopup .fancybox-next span {
	border-color: #fff;
}

.clientSlider .next {
	right: -40px;
}

.clientSlider .prev {
	left: -40px;
}

.clientSlider .next, .clientSlider .prev {
	top: 40px;
	border-color: #FF0000;
}

.clientSlider .next.disabled, .clientSlider .prev.disabled {
	opacity: 0;
}

#mainSlider .sliderNav .next {
	right: 0;
}

#mainSlider .sliderNav .next:after, #mainSlider .sliderNav .next:before, .sliderWrap > .next span:after, .sliderWrap > .next span:before, .fancybox-next span:after, .fancybox-next span:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: url(/local/templates/icl/img/whiterightarrow.png) center center no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	height: 100%;
	width: 100%;
}

.note {
	position: relative;
	z-index: 1;
	color: #808080;
	display: block;
	font-size: 12px;
	padding: 0 0 20px 0;
}

.sliderWrap > .next span:after, .sliderWrap > .next span:before, .fancybox-next span:after, .fancybox-next span:before {
	top: 0px;
	background-image: url(/local/templates/icl/img/redrightarrow.png);
}

.helperPopup .fancybox-next span:after, .helperPopup .fancybox-next span:before {
	background-image: url(/local/templates/icl/img/whiterightarrow.png);
}

#mainSlider .sliderNav .next:after, .sliderWrap > .next span:after, .fancybox-next:after, .fancybox-next span:after {
	left: -200%;
}

#mainSlider .sliderNav .next:hover:after, .sliderWrap > .next:hover span:after, .fancybox-next:hover:after, .fancybox-next:hover span:after {
	left: 0;
}

#mainSlider .sliderNav .next:hover:before, .sliderWrap > .next:hover span:before, .fancybox-next:hover span:before {
	left: 200%;
}

.sliderWrap > .next.disabled:hover span:after {
	left: -200%;
}

.sliderWrap > .next.disabled:hover span:before {
	left: 0;
}

.sliderWrap > .next:hover span {
	opacity: 0.7;
}

#mainSlider .sliderNav .prev:after, #mainSlider .sliderNav .prev:before, .sliderWrap > .prev span:after, .sliderWrap > .prev span:before, .fancybox-prev span:after, .fancybox-prev span:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: url(/local/templates/icl/img/whiteleftarrow.png) center center no-repeat;
	content: '';
	position: absolute;
	right: 0;
	top: -1px;
	display: block;
	height: 100%;
	width: 100%;
}

.photoGallery .fancybox-prev {
	left: -50px;
}

.photoGallery .fancybox-next {
	right: -50px;
}

.photoGallery .fancybox-prev:before, .photoGallery .fancybox-next:before {
	display: block;
	content: '';
	position: absolute;
	background: #333333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	z-index: -1;
}

.photoGallery .fancybox-prev:hover:before, .photoGallery .fancybox-next:hover:before {
	background: rgba(51, 51, 51, 0.7);
}

.sliderWrap > .prev span:after, .sliderWrap > .prev span:before, .fancybox-prev span:after, .fancybox-prev span:before {
	top: 0px;
	background-image: url(/local/templates/icl/img/redleftarrow.png);
}

.helperPopup .fancybox-prev span:after, .helperPopup .fancybox-prev span:before {
	background-image: url(/local/templates/icl/img/whiteleftarrow.png);

}

#mainSlider .sliderNav .prev:after, .sliderWrap > .prev span:after, .fancybox-prev span:after {
	right: -200%;
}

#mainSlider .sliderNav .prev:hover:after, .sliderWrap > .prev:hover span:after, .fancybox-prev:hover span:after {
	right: 0;
}

#mainSlider .sliderNav .prev:hover:before, .sliderWrap > .prev:hover span:before, .fancybox-prev:hover span:before {
	right: 200%;
}

.sliderWrap > .prev.disabled:hover span:after {
	right: -200%;
}

.sliderWrap > .prev.disabled:hover span:before {
	right: 0;
}

#mainSlider .sliderNav .prev {
	left: 0;
}

#mainSlider .sliderNav .slierTabs {
	display: table;
	width: 100%;
}

#mainSlider .sliderNav .slierTabs > li {
	position: relative;
	font-family: 'circebold';
	color: #fff;
	cursor: pointer;
	height: 80px;
	vertical-align: middle;
	text-transform: uppercase;
	width: 25%;
	display: table-cell;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateZ(0);
	padding-right: 3%;
	line-height: 1.3;
}

#mainSlider .sliderNav .slierTabs > li.active, #mainSlider .sliderNav .slierTabs > li:hover {
	color: #CCCCCC;
}

#mainSlider .sliderNav .slierTabs > li:before {
	-webkit-transition: all 0.3s ease-in-out, width 0.5s ease-in-out;
	-moz-transition: all 0.3s ease-in-out, width 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out, width 0.5s ease-in-out;
	transition: all 0.3s ease-in-out, width 0.5s ease-in-out;
	background: transparent;
	position: absolute;
	width: 100px;
	height: 6px;
	content: '';
	left: 0;
	top: 0;
}

#mainSlider .sliderNav .slierTabs > li.active:before {
	background: #FF0000;
	width: 140px;
}

#mainSlider .slidesWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#mainSlider .slides {
	width: 20000em;
	position: absolute;
}

#mainSlider .slides > li {
	float: left;
}

#mainSlider .slides.elastic {
	-moz-animation: elastic 0.5s cubic-bezier(.02, -0.45, .77, 1.5);
	-webkit-animation: elastic 0.5s cubic-bezier(.02, -0.45, .77, 1.5);
	-o-animation: elastic 0.5s cubic-bezier(.02, -0.45, .77, 1.5);
	animation: elastic 0.5s cubic-bezier(.02, -0.45, .77, 1.5);
}

@keyframes elastic {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-moz-keyframes elastic {
	0% {
		/*transform*/
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		/*transform*/
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		/*transform*/
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes elastic {
	0% {
		/*transform*/
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		/*transform*/
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		/*transform*/
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-o-keyframes elastic {
	0% {
		/*transform*/
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		/*transform*/
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		/*transform*/
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.footerMenu {
	margin-top: -5px;
	vertical-align: top;
	display: inline-block;
	margin-right: 40px;
	float: left;
	min-width: 120px;
}

.footerMenu:first-child {
	margin-left: -15px;
}

.footerMenu a {
	border: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 0 25px 0 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	white-space: nowrap;
}

.footerMenu a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 5px;
	border-color: transparent transparent transparent transparent;
}

.footerMenu a:hover:after, .footerMenu a.current:after {
	border-left-color: #CC0000;
}

.footerMenu > li {
	position: relative;
	padding: 0 0 1px 0;
}

.footerMenu a:hover, .footerMenu a.current {
	background: #CC0000;
}

.label {
	display: inline-block;
	background: #808080;
	color: #fff;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	font-size: 12px;
}

.label:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 0;
	border-left: 5px solid #808080;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.newsListBlocks .label {
	margin: 10px 0 0 0;
}

/*.{
	position:relative;
	z-index:10;
	padding:0 0 50px 0;
}*/
.linkblank:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/local/templates/icl/img/blanklink.png) no-repeat 0 0;
	position: absolute;
	z-index: 1;
	margin: 0 0 0 5px;
}

.fFilter {
	padding: 0 0 50px 0;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
}

.fFilter .jq-selectbox {
	background: #fff;
	width: 250px;
}

.footerSocials {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0px;
	/*width:146px;*/
	margin-left: -72px;
	line-height: 1.4;
	font-size: 12px;
}

.footerSocials > ul {
	padding-top: 15px;
}

.footerSocials > ul li, .VacancyList > li .share > ul li, .leadershipDetail .footer ul li, #modaltest .share > ul li, .shareLine > ul > li {
	margin-right: 6px;
	display: inline-block;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.footerSocials > ul li > a, .VacancyList > li .share > ul li a, .leadershipDetail .footer ul li a, #modaltest .share > ul li a, .shareLine > ul li a {
	display: block;
	height: 38px;
	width: 37px;
	position: relative;
	border: 1px solid #666666;
	margin: 0 0 0 1px;
	background: url(/local/templates/icl/img/icl_socials.png) 0 0 no-repeat;
}

.footerSocials > ul li.fb a, .VacancyList > li .share > ul li.fb a, .leadershipDetail .footer ul li.fb a, #modaltest .share > ul li.fb a, .shareLine > ul li.fb a {
	background-position: -41px 0;
}

.footerSocials > ul li.tw a, .VacancyList > li .share > ul li.tw a, .leadershipDetail .footer ul li.tw a, #modaltest .share > ul li.tw a, .shareLine > ul li.tw a {
	background-position: -80px 0;
}

.footerSocials > ul li.vk a, .VacancyList > li .share > ul li.vk a, .leadershipDetail .footer ul li.vk a, #modaltest .share > ul li.vk a, .shareLine > ul li.vk a {
	background-position: -120px 0;
}

.footerSocials > ul li.hh a, .VacancyList > li .share > ul li.hh a, .leadershipDetail .footer ul li.hh a, #modaltest .share > ul li.hh a, .shareLine > ul li.hh a {
	background-position: -122px 0;
}
.footerSocials > ul li.yt a{
	background-image: url("/local/templates/icl/img/youtubeGrey.svg");
	background-size: cover;
}
.footerSocials > ul li.yt > a:before{
	background-image: url("/local/templates/icl/img/youtubeWhite.svg");
	background-size: cover;
}
.footerSocials > ul li.tg a {
	background-position: -201px 0;
}
.footerSocials > ul li.tg a:before {
	background-position: -201px bottom;
}

.footerSocials > ul li.rt a {
	background-position: -245px 0;
}
.footerSocials > ul li.rt a:before {
	background-position: -245px bottom;
}

.footerSocials > ul li a:after, .VacancyList > li .share > ul li a:after, .leadershipDetail .footer ul li a:after, #modaltest .share > ul li a:after, .shareLine > ul li a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	height: 0;
	width: 200%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #CC0000;
	-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%) translateZ(0);
	-moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-o-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	z-index: 2;
	backface-visibility: hidden;
}

.footerSocials > ul li a:hover:after, .VacancyList > li .share > ul li a:hover:after, .leadershipDetail .footer ul li a:hover:after, #modaltes .share > ul li a:hover:after, #modaltest .share > ul li a:hover:after, .shareLine > ul li a:hover:after {
	height: 80px;
}

.footerSocials > ul li > a:before, .VacancyList > li .share > ul li a:before, .leadershipDetail .footer ul li a:before, #modaltes .share > ul li a:before, #modaltest .share > ul li a:before, .shareLine > ul li a:before {
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(/local/templates/icl/img/icl_socials.png) left bottom no-repeat;
	/*-webkit-transform: translateZ(0);*/
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	backface-visibility: hidden;
}

.footerSocials > ul li > a:hover:before, .VacancyList > li .share > ul li a:hover:before, .leadershipDetail .footer ul li a:hover:before, #modaltest .share > ul li a:hover:before, .shareLine > ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.footerSocials > ul li.fb a:before, .VacancyList > li .share > ul li.fb a:before, .leadershipDetail .footer ul li.fb a:before, #modaltest .share > ul li.fb a:before, .shareLine > ul li.fb a:before {
	background-position: -41px bottom;
}

.footerSocials > ul li.tw a:before, .VacancyList > li .share > ul li.tw a:before, .leadershipDetail .footer ul li.tw a:before, #modaltest .share > ul li.tw a:before, .shareLine > ul li.tw a:before {
	background-position: -80px bottom;
}

.footerSocials > ul li.vk a:before, .VacancyList > li .share > ul li.vk a:before, .leadershipDetail .footer ul li.vk a:before, #modaltest .share > ul li.vk a:before, .shareLine > ul li.vk a:before {
	background-position: -120px bottom;
}

.footerSocials > ul li.hh a:before, .VacancyList > li .share > ul li.hh a:before, .leadershipDetail .footer ul li.hh a:before, #modaltest .share > ul li.hh a:before, .shareLine > ul li.hh a:before {
	background-position: -122px bottom;
}

.footerCopy {
	font-size: 11px;
}

.footerCopy div {
	padding: 5px 0 0 0;
}

#footerLanguage {
	padding: 33px 0 20px;
}

#footerLanguage li {
	line-height: 40px;
	display: inline-block;
}

#footerLanguage li > span {
	line-height: 0.8;
	height: 15px;
	width: 19px;
	padding: 12px 10px;
	display: block;
	text-align: center;
	background: #CC0000;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}

#footerLanguage li > a {
	margin: 0 14px;
	color: #fff;
	border-bottom-color: #CC0000;
	display: inline-block;
	line-height: 1;
}

#footerLanguage li > a:hover {
	border-bottom-color: transparent;
}

.altoLogo {
	font-size: 12px;
}

.altoLogo a {
	display: inline-block;
	color: #999999;
	border-bottom: 1px solid #666666;
	line-height: 1;
}

.altoLogo a:hover {
	border-bottom-color: transparent;
}

footer .siteMapbtn {
	background: #666666;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	width: 140px;
	display: block;
	text-align: center;
	font-size: 12px;
	border: none;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0;
}

.siteMapbtn > span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.siteMapbtn:hover > span {
	border-bottom-color: transparent;
}

.eventsBlock .fbLink{
	float:right;
	margin:30px 80px 0 0;
}
.eventsBlock {
	border: 10px solid #E6E6E6;
	margin: 50px -20px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.eventsBlock.evjobBlock {
	margin: 50px 0;
}

.eventsBlock.noMargin {
	margin-bottom: 0;
	margin-top: 0;
}

.eventsBlock--formed {
	margin: 40px auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	transition: all 0.3s ease;
}

.eventsBlock--formed h4, .eventsBlock--formed .formLine {
	float: left;
}

.formLine__title {
	padding-right: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.formLine__title-descr {
	display: block;
	clear: both;
}

.form-steping {
	transition: all 0.3s ease;
	overflow: hidden;
}

.lang-support-list {
	clear: both;
}

.lang-support-list li {
	display: inline-block;
	width: 25%;
	float: left;
	margin-bottom: 40px;
}

.eventsBlock--formed .formLine span {
	font-size: 12px;
	color: #989898;
}

.eventsBlock--formed hr {
	width: 100%;
	margin-top: 0;
	margin-bottom: 23px;
	padding: 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

.rotatedline {
	z-index: 1;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	padding: 30px 0 0;
	display: block;
	left: 0;
	top: -140px;
	height: 1000px;
	width: 1px;
	background: #FFCCCC;
	content: '';
	position: absolute;
}

.eventConts {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.eventConts > li {
	width: 100%;
	-webkit-transition: left 0s ease-in-out .56s, opacity .4s ease-in-out;
	-moz-transition: left 0s ease-in-out .56s, opacity .4s ease-in-out;
	-o-transition: left 0s ease-in-out .56s, opacity .4s ease-in-out;
	transition: left 0s ease-in-out .56s, opacity .4s ease-in-out;
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
}

.eventConts > li.current {
	-webkit-transition: left .6s cubic-bezier(.38, .06, .3, 1.2) 0.05s, opacity 0.4s ease-in-out;
	-moz-transition: left .6s cubic-bezier(.38, .06, .3, 1.2) 0.05s, opacity 0.4s ease-in-out;
	-o-transition: left .6s cubic-bezier(.38, .06, .3, 1.2) 0.05s, opacity 0.4s ease-in-out;
	transition: left .6s cubic-bezier(.38, .06, .3, 1.2) 0.05s, opacity 0.4s ease-in-out;
	opacity: 1;
	left: 0;
}

.eventTabs {
	padding: 45px 0;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'circebold';
}

.eventTabs li {
	padding: 0 15px;
	display: inline-block;

}

.eventTabs a {
	color: #1A1A1A;
	border-bottom: 1px dotted #FF0000;
}

.eventList, .newsList {
	text-align: center;
}

.eventTabs .current a, .eventTabs a:hover {
	border-bottom-color: transparent;
}

.eventTabs .current a {
	color: #666666
}

.eventList > li, .eventsBlock .newsList > li {
	display: inline-block;
	width: 30%;
	margin-left: 3%;
	vertical-align: top;
	text-align: left;
}

.eventsBlock .newsList2 > li {
	padding: 0 0 30px 0;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.eventsBlock > h3, .eventsBlock > .h3span {
	padding: 30px 80px;
}

.eventsBlock .newsList, .eventsBlock .eventList {
	padding-left: 4%;
	padding-right: 2%;
}

.eventsBlock .newsList > li {
	line-height: 1.3;
	color: #808080
}

.eventsBlock .newsList > li .date {
	display: block;
	padding-bottom: 15px;
	font-size: 13px;
	color: #666666;
}

.jq-selectbox__search {
	display: none;
}

.eventsBlock .newsList > li .pic {
	border: 10px solid #E6E6E6;
	display: inline-block;
	height: 55px;
	width: 100px;
	margin-left: -5px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.eventsBlock .newsList > li .pic:hover {
	border-color: #ff0000
}

.eventsBlock .newsList > li a {
	line-height: 1.6;
}

.eventsBlock .newsList.vacancy > li a:link, .eventsBlock .newsList.vacancy > li a:visited, .eventsBlock .newsList.vacancy > li a:hover {
	color: #1A1A1A;
	font-size: 13px;
	word-wrap: break-word;
}

.eventsBlock .newsList.vacancy p {
	padding: 0 0 15px 0;
}

.eventsBlock .newsList > li .date strong {
	font-family: 'robotobold_condensed';
	padding-right: 5px;
	font-size: 18px;
	font-weight: normal;
}

.eventsBlock .eventList > li > .date {
	background: #f2f2f2;
	width: 90px;
	padding: 3px 5px;
	text-align: center;
	float: left;
	margin-right: -100%;
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
}

.eventsBlock .evCol .eventList > li > .date {
	padding: 12px 0;
}

.eventsBlock .evCol .eventList > li > .date:after {
	display: none;
}

.eventsBlock .eventList > li > .date .graytext {
	display: block;
	padding: 7px 0 5px;
}

.eventsBlock .evCol .eventList > li > .date .graytext {
	padding: 0;
	background: #c8c8c8;
	width: 12px;
	height: 1px;
	line-height: 0;
	margin: 5px auto 8px auto;
	overflow: hidden;
}

.eventsBlock .eventList > li > .date:after {
	display: block;
	position: absolute;
	right: -7px;
	top: 12px;
	border-left: 7px solid #f2f2f2;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: '';
}

.eventsBlock .eventList > li > .date strong {
	line-height: 1.2;
	display: block;
	font-size: 36px;
	font-family: 'robotobold_condensed';
	font-weight: normal;
}

.eventsBlock .evCol .eventList > li > .date strong {
	font-size: 21px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.eventsBlock .evCol .eventList > li > .date em {
	display: block;
	font-style: normal;
	font-size: 10px;
	font-family: 'circeregular';
	padding-top: 4px;
}

.eventsBlock .eventList > li > .left {
	margin-left: 78px;
}

.eventsBlock .evCol .eventList > li > .left {
	margin-left: 105px;
}

.eventsBlock .eventList > li > .left p {
	color: #666666;
	line-height: 1.3;
}

.eventsBlock .evCol .eventList > li > .left p {
	padding: 0 0 10px 0;
}

.eventsBlock .eventList > li > .left a {
	color: #CC0000;
	line-height: 1.4;
}

.eventsBlock .btnBlock {
	padding: 15px 0 25px;
	text-align: center;
}

.eventsBlock .newsList2 .btnBlock {
	padding-top: 0;
}

.eventsBlock .btnBlock .redBtn {
	display: inline-block;
	-webkit-transform: translateZ(0);
}

button.redBtn {
	background: #FFF;
}

.redBtn, .redBtn:link, .redBtn:visited {
	color: #FF0000;
	position: relative;
	border: 1px solid #FF0000;
	padding: 12px 30px;
	font-family: 'circebold', monospace;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	height: 14px;
}

.redBtn.small {
	padding: 12px 25px 12px 15px;
	width: 220px;
	height: 14px;
}

.jq-file .redBtn:after {
	display: none;
}

.jq-file .redBtn {
	padding: 0;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}

.jq-file .redBtn .text {
	line-height: 40px;
}

.redBtn.noArrow.small {
	padding: 12px 15px 12px 15px;
	width: auto;
}

.redBtn.noArrow:after, .redBtn.noArrow:before {
	display: none
}

.redBtn2, .redBtn2:link, .redBtn2:visited {
	border-color: #cc0000;
	color: #cc0000;
}

.WhitewithBorder .redBtn.small, .vacancyPointSlider .redBtn.small, .eventBlock .redBtn.small {
	width: auto;
}

.redBtn.small .text:after {
	right: -11px;
}

.redBtn .text {
	position: relative;
	z-index: 6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
}

.redBtn.small .text {
	line-height: 14px;
}

.redBtn:hover > span, .jq-file.hover .redBtn > span {
	color: #fff;
}

.redBtn:after, .redBtn:before {
	display: block;
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -6px;
	background: url(/local/templates/icl/img/smallredarrow.png) 0 0 no-repeat;
	width: 5px;
	height: 9px;
	z-index: 4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	backface-visibility: hidden;
}
.redBtn.prev:after, .redBtn.prev:before{
	right:auto;
	left:14px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

.redBtn:before {
	opacity: 0;
	z-index: 5;
	visibility: hidden;
	background-position: bottom left;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.redBtn:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.redBtn--prev:after, .redBtn--prev:before {
	display: block;
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -6px;
	background: url(/local/templates/icl/img/smallredarrow.png) 0 0 no-repeat;
	width: 5px;
	height: 9px;
	z-index: 4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	backface-visibility: hidden;
	transform: rotate(180deg);
}

.redBtn--prev:before {
	opacity: 0;
	z-index: 5;
	visibility: hidden;
	background-position: bottom left;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.redBtn--prev:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.redBtn--prev.deactive {
	color: #999;
	border-color: #E0E0E0;
	pointer-events: none;
}

.redBtn--prev.deactive .helper {
	display: none;
}

.redBtn--prev.deactive:before, .redBtn--prev.deactive:after {
	opacity: 0;
}

.redBtn .helper {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	height: 0;
	width: 200%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ff0000;
	-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-o-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	z-index: 2;
	backface-visibility: hidden;
}

.redBtn2 .helper {
	background: #cc0000;
}

.blueBtn, .blueBtn:link, .blueBtn:visited {
	color: #3b5998;
	position: relative;
	border: 1px solid #3b5998;
	padding: 8px 15px;
	font-family: 'circebold';
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	line-height:normal;
	font-size:14px;
}

.blueBtn:hover {
	border-color: #cc0000;
}

.blueBtn .text {
	position: relative;
	z-index: 6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}

.blueBtn__img {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.blueBtn__img img {
	display: block;
}

.brMenu {
	float: right;
	width: 50%;
}

.brMenu .companyTopRedBlocks {
	margin: 0;
}

.brMenu .companyTopRedBlocks > li, .brMenu .companyTopRedBlocks > li:first-child {
	width: 100%;
	margin: 0;
}

#mainTabsLink {
	position: relative;
	z-index: 0;
	top: -50px;
}

#mainTabs {
	margin: 40px 0 0;
	position: relative;
}

.bigTabs {
	text-align: center;
}

.bigTabs > li {
	margin-right: 1px;
	display: inline-block;
	background: #EC1E24;
	font-family: 'robotobold_condensed';
	padding: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bigTabs > li a {
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	padding: 20px 70px 30px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	position: relative;
	border: 1px solid #EC1E24;
	line-height: 1;
	border-bottom: none;
}

.bigTabs > li:hover a, .bigTabs > li:hover {
	border-color: #CC0000;
	background: #CC0000
}

.bigTabs > li.current {
	background: #F2F2F2;
}

.bigTabs > li.current a {
	border-color: #cccccc;
	color: #1A1A1A;
	background: #F2F2F2;
}

.bigTabs > li a:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	height: 6px;
	width: 100%;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	content: '';
	background: transparent;
	position: absolute;
	left: -1px;
	bottom: 0;
	z-index: 7;
}

.bigTabs > li.current a:before {
	border-color: #cccccc;
}

.bigTabs > li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #F2F2F2;
	content: '';
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 6;
	height: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.bigTabs > li.current a:after {
	border-color: #F2F2F2;
}

.bigContentBlocks {
	margin-top: -10px;
	position: relative;
	width: 100%;
	padding: 45px 0 85px;
	background: #F2F2F2;
	z-index: 2;
}

.bigContentBlocks > li {
	display: none
}

.bigContentBlocks > li.current {
	display: block
}

.bigContentBlocks:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #f2f2f2;
}

.sliderWrap {
	position: relative;
	text-align: center;
	z-index: 5;
	margin-bottom: 20px;
}

.contSlider {
	font-size: 0;
	line-height: 1;
}

.contSlider h4, .contSlider .h4span {
	text-transform: uppercase;
	color: #FF0000;
	font-size: 13px;
	line-height: 150%;
	padding: 0;
	font-family: 'circebold';
}

.vacancyPointSlider .contSlider h4, .vacancyPointSlider .contSlider .h4span {
	font-size: 18px;
	color: #1a1a1a;
}

.contSlider h4 span {
	border-bottom: 1px solid #FF0000;
	font-family: 'circebold';
}

.contSlider a:hover h4 span {
	border-bottom-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contSlider > ul {
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 9999px;
	white-space: nowrap;
}

.WhiteBlocksSlider .contSlider > ul {
	margin-bottom: 7px;
}

.WhiteBlocksSlider .contSlider > ul > li {
	text-align: center;
	margin: 0 5px 0 5px;
	width: 240px;
	-webkit-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out, top 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out, top 0.5s ease-in-out, -moz-transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out, top 0.5s ease-in-out, -o-transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
	transition: border 0.3s ease-in-out, margin 0.4s ease-in-out, top 0.5s ease-in-out, transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
	padding: 38px 20px 15px;
}

.WhiteBlocksSlider .contSlider > ul > li {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(2) {
	-webkit-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.2s, top 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
	-moz-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.2s, top 0.5s ease-in-out, -moz-transform 0.4s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
	-o-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.2s, top 0.5s ease-in-out, -o-transform 0.4s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
	transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.2s, top 0.5s ease-in-out, transform 0.4s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(3) {
	-webkit-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.4s, top 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
	-moz-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.4s, top 0.5s ease-in-out, -moz-transform 0.4s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
	-o-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.4s, top 0.5s ease-in-out, -o-transform 0.4s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
	transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.4s, top 0.5s ease-in-out, transform 0.4s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(4) {
	-webkit-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.6s, top 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s;
	-moz-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.6s, top 0.5s ease-in-out, -moz-transform 0.4s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s;
	-o-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.6s, top 0.5s ease-in-out, -o-transform 0.4s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s;
	transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.6s, top 0.5s ease-in-out, transform 0.4s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(5) {
	-webkit-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.8s, top 0.5s ease-in-out, -webkit-transform 0.4s ease-in-out 0.8s, opacity 0.3s ease-in-out 0.8s;
	-moz-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.8s, top 0.5s ease-in-out, -moz-transform 0.4s ease-in-out 0.8s, opacity 0.3s ease-in-out 0.8s;
	-o-transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.8s, top 0.5s ease-in-out, -o-transform 0.4s ease-in-out 0.8s, opacity 0.3s ease-in-out 0.8s;
	transition: border 0.3s ease-in-out, margin 0.4s ease-in-out 0.8s, top 0.5s ease-in-out, transform 0.4s ease-in-out 0.8s, opacity 0.3s ease-in-out 0.8s;
}

.WhiteBlocksSlider.animate .contSlider > ul > li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.contSlider > ul > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index: 3;
	white-space: normal;
	font-size: 13px;
}

.WhiteBlocksSlider .contSlider > ul > li > a {
	-webkit-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	position: relative;
	color: #1A1A1A;
	top: 0;
	display: block;
	border: none;
	height: 100%;
	padding: 38px 20px 15px;
	margin: -42px -20px -15px;
	border-bottom: 4px solid #B3B3B3;
	background: #fff;
	min-height: 140px;
}

.WhiteBlocksSlider .contSlider > ul > li:hover > a, .WhiteBlocksSlider .contSlider > ul > li:hover > .nolink, .WhiteBlocksSlider.bigMargin .contSlider > ul > li:hover .nolink {
	border-bottom: 7px solid #EC1E24;
	top: -7px;
	padding-bottom: 22px
}

.WhiteBlocksSlider.touchscreen .contSlider > ul > li:hover > a, .WhiteBlocksSlider.touchscreen .contSlider > ul > li:hover > .nolink, .WhiteBlocksSlider.bigMargin.touchscreen .contSlider > ul > li:hover .nolink {
	border-bottom: 7px solid #EC1E24;
	padding-bottom: 15px;
	top: 0;
}

.WhiteBlocksSlider .contSlider > ul > li > .nolink {
	top: 0;
	height: 100%;
	background: #fff;
	margin: -42px -20px -15px;
	padding: 38px 20px 15px;
	position: relative;
	border-bottom: 4px solid #B3B3B3;
	-webkit-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, border 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.WhiteBlocksSlider.bigMargin .contSlider > ul > li .nolink {
	margin: -42px -15px -15px;
	padding: 38px 15px 15px;
}

.WhiteBlocksSlider .contSlider > ul > li > .nolink h4, .WhiteBlocksSlider .contSlider > ul > li > .nolink .h4span {
	padding-bottom: 0;
	text-transform: uppercase;
}

.WhiteBlocksSlider .contSlider > ul > li .ico {
	display: block;
	height: 60px;
	margin-bottom: 30px;
	width: 100%;
	line-height: 60px;
}

.product .WhiteBlocksSlider .contSlider > ul > li .ico {
	height: 100px;
	line-height: 100px;
}

.WhiteBlocksSlider .contSlider > ul > li .ico img {
	vertical-align: bottom;
	transform: translateZ(1px);
	-webkit-transform: translateZ(0);
}

.WhiteBlocksSlider .contSlider > ul > li > a > strong {
	text-align: center;
	width: 100%;
	font-family: 'circebold';
	font-size: 13px;
	text-transform: uppercase;
	display: inline;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #FF0000;
	border-bottom: 1px solid #FF8080;
	line-height: 1.2;
}

.WhiteBlocksSlider .contSlider > ul > li > a:hover strong {
	border-bottom-color: transparent;
}

.WhiteBlocksSlider .contSlider > ul > li .info {
	position: relative;
	line-height: 1.4;
	padding-top: 20px;
	font-size: 13px;
	text-align: center;
}

.WhiteBlocksSlider .contSlider > ul > li .info .list {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 0;
}

.WhiteBlocksSlider .contSlider > ul > li .info .list > li {
	line-height: 1.4;
	padding-bottom: 8px;
}

.WhiteBlocksSlider .contSlider > ul > li .info .moreInfo {
	display: none;
}

.WhiteBlocksSlider .contSlider > ul > li .info .modalLink {
	margin: 10px 0 20px;
	display: inline-block;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	text-transform: uppercase;
	font-family: 'circebold';
	text-align: center
}

.WhiteBlocksSlider .contSlider > ul > li .info .modalLink:hover {
	border-bottom-color: transparent;
}

#allbenefits .list {
	padding-left: 0
}

.sliderWrap > .next, .sliderWrap > .prev {
	-webkit-transition: background 0.3s ease-in-out, top 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, top 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, top 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, top 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out;
	top: 0;
	display: block;
	position: absolute;
	border: 5px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 110px;
	height: 100%;
	cursor: pointer;
	z-index: 5;
}

.sliderWrap.showanim > .next, .sliderWrap.showanim > .prev {
	top: 0;
}

.sliderWrap > .next:hover, .sliderWrap > .prev:hover {
	background: #fff;
}

.sliderWrap > .next.disabled, .sliderWrap > .prev.disabled {
	opacity: 0;
	cursor: default
}

.sliderWrap > .next.disabled span, .sliderWrap > .prev.disabled span {
	cursor: default;
}

.sliderWrap > .next.disabled:hover, .sliderWrap > .prev.disabled:hover {
	background: transparent
}

.sliderWrap > .next {
	right: -125px;
}

.sliderWrap > .prev {
	left: -125px;
}

.BigsiteWidth {
	width: 1240px;
}

.BigsiteWidth2 {
	width: 1440px;
}

.bigContentBlocks .topText {
	margin: 0 auto 25px;
	width: 45%;
	text-align: center;
}

.bannerImage {
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	min-height: 320px;
	margin-bottom: 60px;
	position: relative;
	max-height: 320px;
}

.bannerImage.expertPic {
	background-position: right top;
}

.bannerImageTop {
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	min-height: 300px;
	position: relative;
	z-index: 1;
}

.bannerImageTop:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.1);
	content: '';
}
/*
.bannerImageTop:after, .bannerImage:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.1);
	content: '';
}
*/
.bannerImageTop .siteWidth, .bannerImage .siteWidth {
	position: relative;
	z-index: 3;
}

.bannerImageTop h1, .bannerImageTop .h1span {
	color: #fff;
	line-height: 1.05;
}

.grayBgall {
	background: #F2F2F2;
}

.grayBg {
	padding: 40px 0px;
	background: #F2F2F2;
	position: relative;
}

.grayBg.noTopline2 {
	padding-top: 0;
}

.grayBg.grayBgMargin {
	padding-bottom: 0;
}

.grayBg.small {
	padding: 30px 0px;
}

.grayBg.nopadding {
	padding-top: 0;
}

.grayBg:before {
	display: block;
	position: absolute;
	top: -5px;
	background: #E6E6E6;
	width: 100%;
	height: 1px;
	content: '';
}

.grayBg.grayBg2:before {
	display: none;
}

.grayBg.noTopline:before {
	display: none;
}

.grayBg.WithLine {
	background: #F2F2F2 url(/local/templates/icl/img/line.png) right 100px no-repeat;
}

.grayBg.withBorder:before {
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: #B3B3B3;
	content: '';
	width: 100%;
}

.grayBg .rotatedline {
	padding-top: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	right: 0;
	left: auto;
}

.redinfo-full {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	background: #CC0000 url(/local/templates/icl/img/redInfobg.png) right top no-repeat;
}

.redinfo-form-steps {
	position: relative;
	padding-top: 30px;
	margin-right: -30px;
	margin-left: -30px;
}

.redinfo-form-steps__one {
	float: left;
	width: 33.3333333%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.redinfo-form-steps__one p {
	padding-top: 18px;
}

.redinfo-form-steps__one-img {
	height: 65px;
}

.redinfo-form-steps__one-img span {
	display: inline-block;
	vertical-align: middle;
}

.redinfo-form-steps__one-img img {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 14px;
}

.redInfoLabel {
	overflow: hidden;
	padding: 30px;
	font-size: 20px;
	line-height: normal;
	display: block;
	font-family: 'circebold';
	border: 10px solid #e6e6e6;
	box-sizing: border-box;
	font-style: normal;
	float: right;
	width: 45%;
}

.twoCols .redInfo {
	margin: -110px 0 35px -20px;
	background: #CC0000 url(/local/templates/icl/img/redInfobg.png) right top no-repeat;
	font-size: 16px;
	padding: 50px;
	color: #fff;
	position: relative;
	z-index: 3;
	vertical-align: middle;
}

.twoCols .redInfo strong {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.3;
}

.twoCols .redInfo p {
	font-family: 'circebold';
}

.bannerImage.noHeight {
	margin-bottom: -320px;
}

.redInfo.quote {
	color: #fff;
	position: relative;
	background: #CC0000 url(/local/templates/icl/img/redInfobg.png) right top no-repeat;
	z-index: 3;
	padding: 30px 50px;
	margin: 100px 0 60px -20px;
	text-transform: uppercase;
}

.redInfo.quote.expert {
	margin-top: 20px;
}

.redInfo.quote h4, .redInfo.quote .h4span {
	line-height: 1.6;
}

.redInfo.quote.expert h4, .redInfo.quote.expert .h4span {
	font-family: 'circebold';
	line-height: 1.8;
	max-width: 400px;
}

.redInfo.quote:after {
	display: block;
	position: absolute;
	left: -60px;
	top: 20px;
	content: '';
	width: 36px;
	height: 32px;
	background: url(/local/templates/icl/img/quotesbig.png) right 0 no-repeat;
}

.bannerImage .twoCols .redInfo {
	margin-top: 50px;
}

.twoCols h2, .twoCols .h2span {
	position: relative;
	z-index: 3;
	width: 70%;
}

.twoCols h2.whiteText, .twoCols .h2span.whiteText {
	color: #fff;
}

.twoCols .redInfo h4, .twoCols .redInfo .h4span {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
	text-transform: uppercase;
}

ol.list {
	counter-reset: li;
	list-style: none;
	position: relative;
	padding: 10px 0 15px;
}

ol.list > li {
	padding-left: 40px;
	position: relative;
	padding-bottom: 25px;
	line-height: 1.3;
}

ol.list > li:before {
	border: 1px solid #B3B3B3;
	background: #fff;
	border-radius: 50%;
	color: #1A1A1A;
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 14px;
	font-family: 'robotolight';
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: -6px;
	vertical-align: middle;
	width: 30px;
}

ul.list, .userContent ul {
	padding: 0 0 30px 20px;
}

ul.list > li, .userContent ul > li {
	line-height: 1.4;
	padding-bottom: 8px;
	position: relative;
	padding-left: 16px;
}

ul.list > li > .list {
	padding-bottom: 10px;
}

ul.bigList > li, .userbiglist ul li {
	padding-bottom: 20px;
}

.userContent ul ul {
	padding: 5px 0 10px 0;
}

ul.list > li:before, .userContent ul > li:before {
	background: #FF0000;
	width: 9px;
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	height: 1px;
}

.sublist {
	padding-top: 10px;
}

.sublist > li {
	padding-left: 20px;
	color: #808080;
	font-size: 13px;
	position: relative;
	padding-bottom: 3px;
}

.sublist > li:before {
	background: #808080;
	width: 8px;
	position: absolute;
	left: 4px;
	top: 8px;
	content: '';
	height: 1px;
}

.caseResBlock {
	border: 10px solid #f2f2f2;
	padding: 40px 30px 0 30px;
	color: #808080;
	font-size: 14px;
	margin: 0 0 40px 0;
}

.caseResBlock h4, .caseResBlock .h4span {
	text-transform: uppercase;
	color: #CC0000;
	padding: 0 0 30px 0;
	text-align: center;
}

.caseResBlock ul.list {
	padding-left: 0;
}

.caseResBlock ul.list .hidden {
	display: none
}

.caseResBlock ul.list > li:before {
	top: 7px;
	background: #808080;
}

.targetsBlock .hidden {
	display: none
}

.targetsBlock .showMore, .resultListshow .showMore {
	display: inline-block;
	margin-top: 10px;
}

.tagList {
	padding-bottom: 12px;
	overflow: hidden;
}

.tagList dd {
	margin-left: 90px;
}

.tagList li {
	font-size: 13px;
	padding-bottom: 5px;
	float: left;
	text-align: left;
	margin-right: 5px;
}

.tagList .title {
	text-align: center;
	position: relative;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #fff;
	background: #FF0000;
	width: 60px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	white-space: nowrap;
	font-size: 12px;
	margin-right: -100%;
}

.tagList .title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 5px;
	border-color: transparent transparent transparent #FF0000;
	display: block;
	right: -5px;
	content: '';
	position: absolute;
	top: 0;
}

.tagList:nth-child(2) .title {
	background: #ff8080
}

.tagList:nth-child(2) .title:after {
	border-color: transparent transparent transparent #ff8080;
}

.tagList li a {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
	color: #666666;
	border: 1px solid #999999;
	white-space: nowrap;
}

.tagList li a:hover {
	background: #666;
	color: #fff;
}

.WhitewithBorder {
	margin-bottom: 65px;
	padding: 40px 60px 20px;
	background: #fff;
	border-bottom: 4px solid #B3B3B3;
	margin-right: -20px;
	font-size: 13px;
}

.WhitewithBorder.WhitewithBorder2 {
	margin: 0;
}

.twoCols .WhitewithBorder {
	margin-top: -30px;
	margin-bottom: 40px;
}

.WhitewithBorder.light {
	padding: 30px 40px;
}

.WhitewithBorder.gray {
	border-right: 1px solid #B3B3B3;
	background: #F2F2F2;
}

.WhitewithBorder h4, .WhitewithBorder .h4span {
	text-transform: uppercase;
	font-family: 'circebold';
}

.WhitewithBorder ul.list {
	padding-left: 0;
	font-size: 14px;
	margin-left: -15px;
}

.WhitewithBorder .listblack ul.list {
	margin: 0;
}

.dottedLine {
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #CCCCCC;
	margin: 20px 0;
	clear: both;
}

.listblack > li {
	font-size: 13px;
	position: relative;
	padding-bottom: 20px;
}

.listblack > li > ul > li {
	font-size: 13px;
	line-height: 1.4;
}

.listblack > li > ul > li:before {
	background: #1a1a1a;
}

.listblack > li > ul.list {
	padding: 0;
}

.listblack p {
	padding: 0 0 10px 0;
}

.listblack > li:before {
	background: #1A1A1A;
	width: 9px;
	position: absolute;
	left: -15px;
	top: 8px;
	content: '';
	height: 1px;
}

.filesBlock {
	margin-bottom: 20px;
	text-align: center;
}

.filesBlock a {
	margin-left: 0;
}

.redFileBtn, .redFileBtn:link, .redFileBtn:visited {
	position: relative;
	text-align: left;
	color: #fff;
	padding: 18px 20px 18px 80px;
	display: inline-block;
	background: #FF0000;
	font-family: 'circebold';
	text-transform: uppercase;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	height: 34px;
	min-width: 180px;
	margin: 0 10px 20px;
	line-height: 34px;
	box-shadow: 0 4px 0 0 #ad0000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left;
}



.filesBlock .redFileBtn,
.filesBlock .redFileBtn:link,
.filesBlock .redFileBtn:visited {
	padding-right: 0;
	width: 204px;
}

.redFileBtn:hover {
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0 0 0 0 #ad0000;
}

.redFileBtn:link, .redFileBtn:visited, .redFileBtn:hover {
	color: #fff;
}

.redFileBtn.redFileBtn3 {
	background: #ff4d4d;
}

.redFileBtn.redFileBtn3:before {
	background: #ffb2b2;
}

.redFileBtn.redFileBtn2 {
	min-width: 0;
	padding-right: 30px;
}

.redFileBtn:before, .submit:before {
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	left: -60px;
	top: -59px;
	height: 120px;
	width: 120px;
	content: '';
	background: #FF8080;
	z-index: 2;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.redFileBtn:before {
	display: none;
}

.submit:before {
	z-index: 1;
	left: -70px;
}

.submit input {
	position: relative;
	z-index: 2;
}

.redFileBtn:hover:before, .submit:hover:before {
	left: -280px;
	top: -170px;
	height: 200px;
	width: 500px;
}

.submit:hover:before {
	left: -375px;
}

.redFileBtn img {
	z-index: 3;
	position: absolute;
	left: 40px;
	top: 24px;
}

.redFileBtn > span {
	display: inline-block;
	line-height: 1.3;
	vertical-align: middle;
}

.grayFileBtn, .grayFileBtn:link, .grayFileBtn:visited {
	border: none;
	color: #1A1A1A;
	font-family: 'circebold';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	border: 1px solid #CCCCCC;
	padding: 16px 15px 16px 70px;
	text-align: left;
	position: relative;
	height: 36px;
	width: 218px;
	margin: 0 10px 20px;
	line-height: 36px;
}

.grayFileBtn img {
	z-index: 3;
	position: absolute;
	left: 30px;
	top: 25px;
}

.grayFileBtn > span {
	display: inline-block;
	line-height: 1.4;
}

.grayFileBtn > span > span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #999999;
	line-height: 1.3;
}

.grayFileBtn:hover > span > span {
	border-bottom-color: transparent;
}



.whiteFileBtn, .whiteFileBtn:link, .whiteileBtn:visited {
	border: none;
	color: #1A1A1A;
	font-family: 'circebold';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	border: 1px solid #CCCCCC;
	padding: 16px ;
	text-align: left;
	position: relative;
	height: 36px;
	//width: 218px;
	margin: 0 10px 20px;
	line-height: 36px;
	background:#fff;
text-align:center;
}

.whiteFileBtn img {
	z-index: 3;
	position: absolute;
	left: 30px;
	top: 25px;
display:none;
}

.whiteFileBtn > span {
	display: inline-block;
	line-height: 1.4;
}

.whiteFileBtn > span > span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #999999;
	line-height: 1.3;
}

.whiteFileBtn:hover > span > span {
	border-bottom-color: transparent;
}

.leftPosTabs {
	width: 22%;
	margin-right: 2%;
	float: left
}

.leftPosContent {
	background: #F2F2F2;
	border: 4px solid #fff;
	outline: 1px solid #F2F2F2;
	float: right;
	width: 75%;
	position: relative;
	height:auto!important;
	overflow: hidden;
}

.leftPosContent ul.list {
	padding: 0 0 20px 0;
}

.leftPosContent > div > ol.list {
	padding-bottom: 0;
}

.leftPosTabs > li {
	margin-bottom: 30px;
}

.leftPosTabs > li > a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	padding: 12px 15px;
	text-transform: uppercase;
	color: #1A1A1A;
	border: 5px solid transparent;
	position: relative;
	line-height: 1.6;
	font-family: 'circebold';
	font-size: 13px;
}

.leftPosTabs > li > a span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px dotted #FF0000;
}

.leftPosTabs > li > a:hover span, .leftPosTabs > li > a.current span {
	border-bottom-color: transparent;
}

.leftPosTabs > li > a.current {
	color: #808080;
	border-color: #FF0000;
	cursor: default;

}

.leftPosTabs > li > a:after {
	display: block;
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leftPosTabs > li > a.current:after {
	border-color: transparent transparent transparent #FF0000;
}

.leftPosContent > div {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 20px;
	display: none;
}

.leftPosContent ol.list > li {
	padding-bottom: 10px;
}

.leftPosContent ol.list > li.left {
	float: none;
	vertical-align: top;
	display: inline-block;
}

.leftPosContent ul.list > li {
	padding-bottom: 3px;
	line-height: normal
}

.leftPosContent ol.list h4, .leftPosContent ol.list .h4span {
	margin-top: -4px;
}

.numbersBlock {
	margin: 0 -20px 40px -20px;
	color: #808080;
	line-height: 1.6;
	padding: 30px 10px;
	font-family: 'circebold';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: #fff;
	border: 1px solid #E6E6E6;
}

.numbersBlock.numbersBlockSlider {
	float: right;
	background: #fff;
	border: none;
	padding: 0;
	margin: -75px 0 0 -100%;
	width: 52%;
	position: relative;
	z-index: 1;
	height: 230px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.docreadyAnim .numbersBlock.numbersBlockSlider {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.z10 {
	position: relative;
	z-index: 10;
}

.numbersLink {
	float: right;
	width: 160px;
	white-space: normal;
	border: none !important;
	margin: 100px 10% 0 0;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	z-index: 5;
}

.numbersLink:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: -3px;
	width: 14px;
	height: 45px;
	background: url(/local/templates/icl/img/arrbot.png) no-repeat 0 0;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.numbersLink:hover:before {
	top: 3px;
}

.numbersBlock.numbersBlockSlider li {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: auto;
	padding: 0 0 0 95px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0;
	border: none !important;
	box-sizing: border-box;
	width: 100%;
	visibility: hidden;
	opacity: 0 !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	overflow: visible;
	height: auto !important;
	vertical-align: middle;
	float: none;
	background: #fff;
}

.numbersBlock.numbersBlockSlider li > div {
	display: table-cell;
	vertical-align: middle;
	height: 230px;
}

.numbersBlock.numbersBlockSlider li.active {
	opacity: 1 !important;
	visibility: visible;
	position: relative;
	z-index: 5;
}

.numbersBlock.numbersBlockSlider ul {
	float: left;
	width: 50%;
	position: relative;
	z-index: 1;
}

.numbersBlock.gray {
	background: #F2F2F2;
}

.numbersBlock > ul > li > small {
	letter-spacing: 0;
	display: block;
	line-height: 1.2;
	text-transform: none;
	font-size: 13px;
	font-family: 'circeregular';
	padding-bottom: 6px;
}

.numbersBlock > ul > li > small > span {
	display: block;
	color: #1A1A1A;
	font-size: 18px;
	font-family: 'robotolight';
}

.numbersBlock > ul > li {
	margin: 0 -2px;
	border-left: 1px dotted #CCCCCC;
	width: 18%;
	padding: 0 3.5%;
	float: left;
	font-weight: normal;
	overflow: hidden;
}
.numbersBlock.numbersBlock3 > ul > li {
	width:26.3333%;
}

.numbersBlock.blocksCount3 > ul > li {
	width: 25%;
	padding: 0 4%;

}

.numbersBlock.blocksCount2 > ul > li {
	width: 40%;
	padding: 0 5%;
	text-align: center;
}

.numbersBlock.blocksCount1 > ul > li {
	width: 80%;
	padding: 0 10%;
	text-align: center;
}

.numbersBlock.manyElems {
	margin: 0 -60px 20px -60px;
	padding: 30px;
}

.numbersBlock.manyElems > ul > li {
	width: 14%;
	padding: 30px 3%;
	border-top: 1px dotted #CCCCCC;
}

.numbersBlock.manyElems > ul > li:first-child, .numbersBlock.manyElems > ul > li:nth-child(2), .numbersBlock.manyElems > ul > li:nth-child(3), .numbersBlock.manyElems > ul > li:nth-child(4), .numbersBlock.manyElems > ul > li:nth-child(5) {
	border-top: none;
}

.numbersBlock.manyElems > ul > li:nth-child(6), .numbersBlock.manyElems > ul > li:first-child {
	padding-left: 0;
	width: 17%;
	border-left-color: transparent;
}

.numbersBlock.twoElem > ul > li {
	width: 36%;
	padding: 0 10% 0 4%;
}

.numbersBlock > ul > li:first-child {
	border-left-color: transparent;
}

.numbersBlock > ul > li strong {
	letter-spacing: -3px;
	color: #1A1A1A;
	display: block;
	line-height: 1;
	padding: 5px 0 15px;
	font-family: 'robotolight';
	font-size: 48px;
	text-transform: none;
	font-weight: normal;
}

.numbersBlock > ul > li strong sup {
	font-size: 48px;
	display: inline-block;
	letter-spacing: -1px;
	vertical-align: baseline;
	/*line-height:1.2;*/
}

.clientSlider {
	position: relative;
	margin: 40px 0;
}

.clientSlider.clientSlider2 {
	margin: 0;
}

.clientSlider.clientSlider2 {
	margin: 0;
}

.clentSliderCont {
	margin: 0 30px;
}

.clentSliderCont > ul > li {
	margin: 6px 5px 0;
	float: left;
	padding: 0 20px 10px;
	padding-bottom: 10px;
	text-align: left;

}

.clentSliderCont > ul > li .pic {
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	max-height: 100px;
	position: relative;
	border: 10px solid #E6E6E6;
	background: #fff;
	display: block;
	max-width: 140px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.clientSlider .prev, .clientSlider .next, .clientSlider .prev:hover, .clientSlider .next:hover {
	margin-top: -35px;
	background: none;
	border: none;
}

.clientSlider .prev {
	left: -80px;
}

.clientSlider .next {
	right: -80px;
}

.clentSliderCont > ul > li .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.clentSliderCont > ul > li .pic img.picvisible {
	visibility: hidden;
}

.clentSliderCont > ul > li > a {
	border: none;
	display: block;
}

.clentSliderCont > ul > li .info {
	line-height: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	color: #1A1A1A;
	border-bottom: 1px solid #999999;
	text-align: left;
}

.clentSliderCont > ul > li > a:hover .info {
	border-bottom-color: transparent;
}

.clentSliderCont > ul > li > a:hover .pic {
	border-color: #FF0000;
}

.whieBtn, .whieBtn:link, .whieBtn:visited {
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 15px;
	font-family: 'circebold';
	line-height: 1;
}

.whieBtn .helper {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	height: 0;
	width: 200%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-o-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	z-index: 2;
}

.whieBtn .text {
	color: #fff;
	position: relative;
	z-index: 6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

.whieBtn:hover .text {
	color: #CC0000;
}

.white-form-block {
	position: relative;
	margin-top: -28px;
	padding-top: 45px;
	padding-bottom: 50px;
	padding-left: 48px;
	padding-right: 48px;
	background: #FFF;
	box-sizing: border-box;
}

.white-form-block__steps {
	overflow: hidden;
}

.white-form-block__steps li {
	position: relative;
	float: left;
	padding-left: 34px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: #f2f2f2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.white-form-block__steps li:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 12px;
	border-color: transparent transparent transparent #f2f2f2;
	z-index: 1;
}

.white-form-block__steps li:first-child {
	padding-left: 30px;
	border-left: 1px solid transparent;
}

.white-form-block__steps li img {
	position: absolute;
	left: 20px;
	top: 18px;
	opacity: 0;
	transition: all 0.3s ease;
}

.white-form-block__steps li span {
	display: inline-block;
	vertical-align: middle;
}

.white-form-block__steps li span {
	color: rgba(19, 19, 19, 0.7);
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'robotobold_condensed';
}

.white-form-block__steps li.checked {
	border-color: #CC0000;
	background: #fff;
}

.white-form-block__steps li.checked span {
	color: #C00;
}

.white-form-block__steps li.checked img {
	opacity: 1;
}

.white-form-block__steps li:first-child img {
	left: 15px;
}

.white-form-block__steps li.checked:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -10px;
	width: 12px;
	height: 44px;
	background: url('/local/templates/icl/img/triangle-checked-right.svg') no-repeat center right;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}

.white-form-block__steps li.active {
	background: #CC0000;
}

.white-form-block__steps li.active span {
	color: #fff;
}

.white-form-block__steps li.active:after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 12px;
	border-color: transparent transparent transparent #CC0000;
	z-index: 1;
}

.smallTabs {
	text-align: center;
	margin-bottom: 20px;
}

.smallTabs > li {
	margin: 0 4px 20px;
	display: inline-block;
}

.smallTabs > li > a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #1A1A1A;
	padding: 6px 15px;
	border: none;
	position: relative;
}

.smallTabs > li > a span {
	border-bottom: 1px dotted #FF0000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.smallTabs > li > a:hover span, .smallTabs > li > a.current span {
	border-bottom-color: transparent;
}

.smallTabs > li > a.current {
	background: #F2F2F2;
	color: #666666;
}

.smallTabs > li > a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -8px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 0 8px;
	border-color: transparent transparent transparent transparent;
}

.smallTabs > li > a.current:after {
	border-color: #F2F2F2 transparent transparent transparent;
}

.smallTabsPanes {
	margin: 0 auto 30px;
	width: 840px;
}

.smallTabsPanes .pic {
	padding: 30px 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 10px solid #E6E6E6;
	width: 280px;
	height: 200px;
	box-shadow: -10px -10px #FF0000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 120px;
}

.smallTabsPanes .pic:hover {
	border-color: #FF0000;
	box-shadow: -10px -10px #E6E6E6;
}

.smallTabsPanes .pic img {
	vertical-align: middle;
	display: inline-block;
	margin: 0 15px;
}

.smallTabsPanes .info {
	font-size: 16px;
	float: left;
	width: 65%;
	margin-left: 5%;
}

.smallTabsPanes .info h4, .smallTabsPanes .info .h4span {
	text-transform: uppercase;
	line-height: 1.6;
}

.prevProjLink, .prevProjLink:link, .prevProjLink:visited, .nextProjLink, .nextProjLink:visited, .nextProjLink:link {
	text-transform: uppercase;
	border: none;
	color: #1A1A1A;
	width: 20%;
	line-height: 1.4
}

.nextProjLink {
	text-align: right;
}

.prevProjLink > span, .nextProjLink > span {
	border-bottom: 1px dotted #FF0000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.prevProjLink:hover > span, .nextProjLink:hover > span {
	color: #CC0000;
	border-bottom-color: transparent;
}

.prevProjLink {
	float: left;
}

.nextProjLink {
	float: right;
}

.projBottomNav .tagsBlock {
	width: 60%;
	float: left;
	margin-bottom: -12px;
}

.projBottomNav .redFileBtn {
	margin-right: 0;
	float: right;
}

.twoLvlTabs {
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.twoLvlTabs > li {
	margin: 0 15px;
	display: inline-block;
}

.twoLvlTabs > li a {
	font-size: 18px;
	font-family: 'circebold';
	color: #000000;
	border-bottom: 1px dotted #FF0000
}

.twoLvlTabs > li a:hover {
	color: #FF0000;
	border-bottom-color: transparent;
}

.twoLvlTabs > li a.current {
	color: #7e7e7e;
	border-bottom-color: transparent;
}

.pagesBar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: -55px;
	text-align: center;
}

.newsScrollerWrap .pagesBar {
	position: relative;
	bottom: 0;
	display: block;
}

.pagesBar.show {
	display: block
}

.pagesBar > li {
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.newsScrollerWrap .pagesBar > li {
	background: #e6e6e6;
}

.pagesBar > li.active, .newsScrollerWrap .pagesBar > li.active {
	background: #B3B3B3;
}

#menuMask {
	-webkit-transition: background 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: background 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: background 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: background 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
}

#menuMask.show {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background: rgba(0, 0, 0, 0.3);
	visibility: visible;
}

.companyTopRedBlocks {
	margin-top: -40px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.companyTopRedBlocks > li > a {
	width: 100%;
	display: block;
	font-size: 16px;
	font-family: 'circebold';
	text-transform: uppercase;
	color: #fff;
	border-bottom: none;
	display: block;
	height: 100%;
}

.companyTopRedBlocks > li {
	width: 50%;
	margin-left: 20px;
	float: left;
	margin-right: -20px;
	height: 230px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.companyTopRedBlocks > li:first-child {
	margin-left: -20px;
	margin-right: 20px;
}

.companyTopRedBlocks > li .pic {
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	width: 65%;
	margin-left: -15%;
	float: right;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.companyTopRedBlocks > li a:hover .title {
	width: 35%;
}

.companyTopRedBlocks > li .title {
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	background: #CC0000 url(/local/templates/icl/img/redInfobgleft.png) left bottom no-repeat;

	height: 100%;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 4;
}

.companyTopRedBlocks > li a:hover .title {
	background: #FF8080 url(/local/templates/icl/img/redInfobgleft.png) left bottom no-repeat;
}

.companyTopRedBlocks > li .title:after {
	display: block;
	position: absolute;
	right: -20px;
	top: 30px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #CC0000 transparent transparent transparent;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s linear 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s linear 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s linear 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s linear 0.3s;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.companyTopRedBlocks > li > a:hover .title:after {
	border-color: #FF8080 transparent transparent transparent;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.companyTopRedBlocks > li .title small {
	display: block;
	text-transform: none;
	font-size: 13px;
	line-height: normal;
	font-family: 'circeregular';
	padding: 20px 0 0 0;
}

.paleBlock {
	padding: 20px 10%;

	text-align: center;
	width: 80%;
	margin: 20px -10px 50px;
	color: #666666;
	font-family: 'circebold';
	font-size: 15px;
	line-height: 1.6;
	border: 10px solid #E6E6E6;
}

.paleBlock h4, .paleBlock .h4span {
	text-transform: uppercase;
	font-size: 18px;
	color: #CC0000;
}

/*.bottomConnectBlock>.siteWidth { width: 1040px; }*/
.bottomConnectBlock .grayFileBtn:last-child {
	margin-bottom: 0;
}
.bottomConnectBlock .fbLinkBlock{
	float:right;
}

.phonesBlock h4, .phonesBlock .h4span {
	color: #1A1A1A;
}

.phonesBlock {
	font-size: 13px;
	color: #666666;
}

.phonesBlock.eventFile .grayFileBtn {
	margin-bottom: 20px;
}

.phonesBlock .iblock {
	padding-right: 20px;
}

.bottomConnectBlock .phonesBlock {
	padding-right: 30px;
}

.phonesBlock strong {
	display: block;
	padding-bottom: 10px;
	color: #333333;
	font-family: 'robotolight';
	font-size: 21px;
	font-weight: normal;
}

.phonesBlock a {
	font-size: 14px;
}

.phonesBlock .grayFileBtn {
	display: inline-block;
	/*height:16px;*/
	padding: 11px 30px 11px 50px;
	line-height: normal;
	width: auto;
	margin: 0;
	height: auto;
}

.phonesBlock .redBtn {
	margin: 0 15px 20px 0;
	width: auto;
}

.phonesBlock .grayFileBtn img {
	left: 17px;
	top: 12px;
}

.phonesBlock .grayFileBtn > span, .phonesBlock .grayFileBtn > span > span {
	line-height: 1.5;
}

.bottomConnectBlock .btnBlock.left {
	margin-right: 30px;
}

.bottomConnectBlock .btnBlock.left .redFileBtn {
	margin-left: 0;
}

#breadcrumbs {
	padding: 40px 0 20px;
}

#breadcrumbs a {
	color: #808080;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
}

#breadcrumbs a:hover {
	border-bottom-color: transparent;
}

#breadcrumbs li {
	color: #808080;
	display: inline-block;
}

.whiteNumbBlock {
	border: 10px solid #fff;
	float: right;
	width: 25%;
	padding: 25px 25px 35px;
	text-align: center;
	font-family: 'circebold';
	text-transform: uppercase;
	font-size: 12px;
	color: #808080;
	min-width: 200px;
	margin: -20px 20px 40px 30px;
}

.whiteNumbBlock.left {
	float: left;
	margin-right: 0;
}

.whiteNumbBlock.gray {
	border-color: #F2F2F2;
}

.whiteNumbBlock strong {
	padding-bottom: 10px;
	display: block;
	font-size: 70px;
	color: #1A1A1A;
	font-family: 'robotolight';
	letter-spacing: -5px;
	line-height: 70px;
}

.whiteNumbBlock strong .star {
	line-height: 1;
	width: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 5px;
}

.whiteNumbBlock strong .star a {
	display: block;
	color: #1A1A1A;
	border: none;
}

.whiteNumbBlock strong .perc {
	font-size: 40px;
	vertical-align: top;
}

.whiteNumbBlock strong .rub {
	font-size: 36px;
	vertical-align: top;
	display: inline-block;
}

.vacancyPointSlider {
	margin: 60px auto 40px;
	text-align: left;
	max-width: 900px;
}

.vacancyPointSliderMargin .vacancyPointSlider {
	margin-top: 20px;
}

.vacancyPointSliderMargin .pagesBar {
	bottom: -20px;
}

.sliderWrap.vacancyPointSlider > .next, .sliderWrap.vacancyPointSlider > .prev {
	border: none;
	background: none;
}

.vacancyPointSlider h4, .vacancyPointSlider .h4span {
	text-transform: uppercase;
}

.vacancyPointSlider p {
	line-height: 1.3;
	font-size: 14px;
}

.vacancyPointSlider .icoBlock {
	text-align: center;
	float: right;
	width: 240px;
	height: 240px;
	line-height: 240px;
	border-bottom: 4px solid #B3B3B3;
	background: #fff;
}

.vacancyPointSlider .icoBlock img {
	transform: translateZ(1px);
	vertical-align: middle;
}

.vacancyPointSlider .number {
	background: #fff;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'robotolight';
	font-size: 38px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
}

.vacancyPointSlider .number:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	content: '';
	right: -6px;
	bottom: 18px;
}

.vacancyPointSlider .w55.left {
	padding-top: 25px;
	padding-left: 50px;
}

.vacancyPointSlider .contSlider > ul > li > div {
	padding: 0 40px;
}

.friendBenefits {
	margin: 60px 0 30px
}

.friendBenefits > li {
	line-height: 1.3;
	width: 100%;
	position: relative;
}

.friendBenefits > li h6, .friendBenefits > li .h6span {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.friendBenefits > li h6 span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px dashed #B3B3B3;
	line-height: 1.4;
}

.friendBenefits > li h6:hover span {
	border-bottom-color: transparent;
}

.friendBenefits > li .hidden {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
	padding-bottom: 20px;
}

.vacancyLetter h4, .vacancyLetter .h4span {
	color: #1A1A1A;
}

.vacancyLetter .blueBtn{
	margin:10px 0 0 0;
}
.vacancyLetter {
	width: 70%;
	color: #666666;
	line-height: 1.4;
	font-size: 13px;
}

.vacancyLetter.vacancyLetter2 {
	width: 300px;
}

.vacancyLetter.whiteBg.w60 {
	width: 60%;
}

.vacancyLetter .formLine label.error{
	display:none !important;
}
.vacancyLetter input[type="email"] {
	height: 21px;
	padding: 8px 10px;
	vertical-align: 20px;
	vertical-align: top;
	background: #fff;
	border: none;
	border-top: 3px solid #999999;
	font-size: 14px;
	margin-right: 18px;
	color: #666666;
	width: 242px;
	margin-bottom:20px;
}

.newVacancyList {
	margin: 0 0 50px 0;
	text-align: center;
}

.newVacancyList > li {
	float: left;
	width: 33.3%;
	margin: 10px 0 10px 0;
	line-height: 1.4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.show.newVacancyList > li {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.newVacancyList > li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.newVacancyList > li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.newVacancyList > li:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.newVacancyList > li:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.newVacancyList > li:nth-child(6) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.newVacancyList > li > a {
	display: block;
	padding: 20px 30px 40px;
	margin-right: 20px;
	border: 1px solid #E6E6E6;
	color: #666;
	text-align: center;
	position: relative;
}

.newVacancyList > li .name {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #808080;
	text-transform: uppercase;
}

.newVacancyList > li a:hover .name {
	border-bottom-color: transparent;
}

.newVacancyList > li .city {
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 15px;
	font-size: 13px;
	display: block;
}

.careerOpport {
	margin: 5px -30px 70px;
}

.careerOpport > li {
	float: left;
	width: 25%;
	position: relative;
}

.careerOpport > li > div {
	opacity: 0;
	position: relative;
	top: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.careerOpport > li:nth-child(2) > div {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.careerOpport > li:nth-child(3) > div {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.careerOpport > li:nth-child(4) > div {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.careerOpport.show > li > div {
	top: 0;
	opacity: 1;
}

.careerOpport > li > div {
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	background: #CC0000;
	margin-left: 10px;
	border-bottom: 4px solid #990000;
}

.careerOpport > li.color1 > div {
	background: #FF0000;
	border-bottom-color: #CC0000;
}

.careerOpport > li.color2 > div {
	color: #1A1A1A;
	background: #FF8080;
	border-bottom-color: #FF0000;
}

.careerOpport > li p {
	line-height: 1.4;
	padding-bottom: 0;
}

.careerOpport > li.color3 > div {
	color: #1A1A1A;
	background: #FFCCCC;
	border-bottom-color: #FF8080;
}

.careerOpport > li > div h4, .careerOpport > li > div .h4span {
	text-transform: uppercase;
}

.careerOpport > li:first-child > div {
	margin-left: 0;
}

.peopleSlider .pic img {
	height: auto;
	width: 100%;
}

.peopleSlider .pic {
	display: block;
	margin: -34px -20px 0;
	padding-bottom: 130px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.peopleSlider .pic:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background: rgba(255, 0, 0, 0.1);
}

.peopleSlider .text {
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 200px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #fff;
	text-align: left;
	z-index: 4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	width: 100%;
	line-height: 1.2;
}

.peopleSlider .text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: 40px;
	z-index: 4;
}

.peopleSlider .text .name {
	display: block;
	font-size: 18px;
	font-family: 'circebold';
	text-transform: uppercase;
	padding-bottom: 10px;
}

.peopleSlider {
	margin-bottom: 120px;
}

.WhiteBlocksSlider.peopleSlider .contSlider > ul > li:hover > a {
	top: 0;
	padding-bottom: 15px;
}

.WhiteBlocksSlider.peopleSlider .contSlider > ul > li:hover > a .text {
	height: 180px;
}

.friendInviteBlock, .friendInviteBlock:link, .friendInviteBlock:visited {
	position: relative;
	color: #CC0000;
	margin: 0 -20px 50px;
	background: #FFCCCC;
	display: block;
	border: none
}

.friendInviteBlock .pic {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 65%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

.friendInviteBlock:hover .info {
	width: 35%;
}

.friendInviteBlock .info {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'circebold';
	position: relative;
	z-index: 3;
	width: 40%;
	float: right;
	padding: 35px;
	border: none;
	background: #FFCCCC url(/local/templates/icl/img/redInfobgright.png) right bottom no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 140px;
}

.friendInviteBlock .info:after {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	top: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #FFCCCC transparent transparent;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.friendInviteBlock:hover .info:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.friendInviteBlock strong {
	display: block;
	line-height: 1.4;
	font-size: 18px;
	text-transform: uppercase;
}

.anchorNav {
	text-align: center;
	margin-bottom: 50px;
	height: 40px;
}

.anchorNav > nav {
	z-index: 40;
	top: 80px;
	background: #f2f2f2;
	width: 100%;
	-webkit-transition: top 0.3s ease-in-out, box-shadow 0s ease-in-out;
	-moz-transition: top 0.3s ease-in-out, box-shadow 0s ease-in-out;
	-o-transition: top 0.3s ease-in-out, box-shadow 0s ease-in-out;
	transition: top 0.3s ease-in-out, box-shadow 0s ease-in-out;
}

.anchorNav li {
	padding: 5px 17px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.anchorNav li:after {
	display: block;
	position: absolute;
	left: 50%;
	content: '';
	bottom: -6px;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	border-color: transparent transparent transparent transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.anchorNav li.current:after {
	border-color: #FF0000 transparent transparent transparent;
}

.anchorNav li.current {
	background: #FF0000;
}

.anchorNav li.current a {
	border: none;
	color: #fff;
}

.anchorNav a {
	color: #1A1A1A;
	border-bottom: 1px dotted #FF0000;
}

.anchorNav a:hover {
	border-bottom-color: transparent;
}

.anchorNav .fixed {
	top: 60px;
	position: fixed;
	left: 0;
	box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15);
}

.workPlaceBenefits {
	margin: 10px -20px 30px;
}

.workPlaceBenefits > div {
	width: 49%;
	height: 467px;
	position: relative;
}

.workPlaceBenefits > .left {
	margin-right: 1%;
}

.workPlaceBenefits > .right {
	margin-left: 1%;
}

.workPlaceBenefits > div > div {
	width: 100%;
	position: absolute;
	background: #fff;
	border-bottom: 4px solid #B3B3B3;
	margin-bottom: 15px;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 138px;
	-webkit-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out, opacity 0.7s ease-in-out, right 0.9s ease-in-out;
	-moz-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out, opacity 0.7s ease-in-out, right 0.9s ease-in-out;
	-o-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out, opacity 0.7s ease-in-out, right 0.9s ease-in-out;
	transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out, opacity 0.7s ease-in-out, right 0.9s ease-in-out;
	z-index: 9;
	opacity: 0;
}

.workPlaceBenefits > div > div:nth-child(2) {
	-webkit-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.15s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.15s;
	-moz-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.15s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.15s;
	-o-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.15s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.15s;
	transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.2s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.15s;
}

.workPlaceBenefits > div > div:nth-child(3) {
	-webkit-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.3s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.3s;
	-moz-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.3s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.3s;
	-o-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.3s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.3s;
	transition: height 0.4s ease-in-out, top 0.4s ease-in-out, z-index 0s ease-in-out 0.4s, left 0.9s ease-in-out 0.2s, opacity 0.7s ease-in-out, right 0.9s ease-in-out 0.3s;
}

.workPlaceBenefits > .left > div {
	left: -100%
}

.workPlaceBenefits > .right > div {
	left: auto;
	right: -100%
}

.workPlaceBenefits.show > .left > div {
	opacity: 1;
	left: 0;
}

.workPlaceBenefits.show > .right > div {
	opacity: 1;
	right: 0;
}

.workPlaceBenefits.notouchdev > div > div:hover, .workPlaceBenefits > div > div.taped {
	z-index: 10;
	height: 463px;
	-webkit-transition: height 0.7s ease-in-out, top 0.7s ease-in-out, z-index 0s ease-in-out 0s, left 0.9s ease-in-out, opacity 0.5s ease-in-out, right 0.9s ease-in-out;
	-moz-transition: height 0.7s ease-in-out, top 0.7s ease-in-out, z-index 0s ease-in-out 0s, left 0.9s ease-in-out, opacity 0.5s ease-in-out, right 0.9s ease-in-out;
	-o-transition: height 0.7s ease-in-out, top 0.7s ease-in-out, z-index 0s ease-in-out 0s, left 0.9s ease-in-out, opacity 0.5s ease-in-out, right 0.9s ease-in-out;
	transition: height 0.7s ease-in-out, top 0.7s ease-in-out, z-index 0s ease-in-out 0s, left 0.9s ease-in-out, opacity 0.5s ease-in-out, right 0.9s ease-in-out;
}

.workPlaceBenefits > div > .top2 {
	top: 160px;
}

.workPlaceBenefits > div > .top3 {
	top: 325px;
}

.workPlaceBenefits.notouchdev > div > .top2:hover, .workPlaceBenefits > div > .top2.taped, .workPlaceBenefits.notouchdev > div > .top3:hover, .workPlaceBenefits > div > .top3.taped {
	top: 0px;
}

.workPlaceBenefits > div > div strong {
	position: relative;
	height: 138px;
	line-height: 138px;
	vertical-align: middle;
	display: block;
	padding: 0 160px 0 10%;
	text-transform: uppercase;
	font-size: 18px;
}

.workPlaceBenefits.ksoList > div > div strong {
	padding: 0 10% 0 130px;
}

.workPlaceBenefits > div > div strong span {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

.workPlaceBenefits .ico {
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
}

.workPlaceBenefits.ksoList .ico {
	right: auto;
	left: 30px;
	top: 50px;
}

.workPlaceBenefits .ico img {
	display: block
}

.workPlaceBenefits .hiddenInfo {
	padding: 0 30px 0 10%;
	background: #fff;
	position: relative;
}

.workPlaceBenefits .hiddenInfo .list {
	padding-left: 0;
	margin-left: -16px;
}

.peopleQoute blockquote {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	padding: 22px;
	background: #F2F2F2;
	max-width: 210px;
	font-size: 12px;
}

.peopleQoute blockquote:after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #F2F2F2 transparent transparent transparent;
}

.peopleQoute.twoCols .redInfo {
	margin-top: 20px;
	margin-bottom: 0;
}

.peopleQoute.twoCols {
	position: relative;
	z-index: 3;
}

.leftVacancyNavCont .fbLink{
	margin:20px 0 0 0;
	position:relative;
	z-index:10;
}
.leftVacancyNavCont{
	float: left;
	width: 240px;
	margin-left: -10px;
}
.leftVacancyNavCont .leftVacancyNav{
	width:auto;
	float:none;
	margin:0;
}
.leftVacancyNav {
	float: left;
	width: 220px;
	border: 10px solid #E6E6E6;
	margin-left: -10px;
	background: #fff;
	position: relative;
	z-index: 8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leftVacancyNav ul li {
	display: block;
	cursor: pointer;
	padding: 0 10px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	border: 5px solid transparent;
	-webkit-transition: border-color 0.3s ease-in-out, border-width 0.4s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out, border-width 0.4s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, border-width 0.4s ease-in-out;
	transition: border-color 0.3s ease-in-out, border-width 0.4s ease-in-out;
	position: relative;
}

.leftVacancyNav ul li.disabled a {
	color: #999999;
}

.leftVacancyNav ul li.disabled .red {
	border-color: #999999;
	color: #999999;
}

.leftVacancyNav ul li.noborder {
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.leftVacancyNav ul li:after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leftVacancyNav ul li:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 5%;
	top: -5px;
	width: 90%;
	height: 0;
	border-top: 1px dotted #e6e6e6;
}

.leftVacancyNav ul li.current:before {
	display: none
}

.leftVacancyNav ul li.current:after {
	border-color: transparent transparent transparent #FF0000;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.leftVacancyNav ul li > a {
	color: #1A1A1A;
	height: 100%;
	width: 100%;
	border-bottom: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}

.leftVacancyNav ul li:last-child > a {
	border-bottom-color: transparent;
}

.leftVacancyNav ul li > a > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	padding: 0 15px 0 5px;
	max-height: 54px;
	overflow: hidden;
}

.leftVacancyNav ul li .red {
	color: #FF0000;
	font-family: 'robotolight';
	vertical-align: bottom;
	font-size: 13px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 11px;
	border: 1px solid #FF0000;
	height: 20px;
	min-width: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.leftVacancyNav ul li.current.disabled .red {
	background: transparent;
	border-bottom-color: #999999;
	color: #999999;
}

.leftVacancyNav ul li.current .red {
	background: #FF0000;
	color: #fff;
}

.rightSide {
	float: right;
	margin-left: -100%;
	position: relative;
	width: 100%;
	z-index: 6;
}

.rightSide > .content {
	margin-left: 260px;
}

.leftVacancyNav ul li.current {
	border: 5px solid #FF0000;
}

.leftVacancyNav ul li.current > div {
	border-bottom-color: transparent;
}

.leftVacancyNav ul li.current a {
	color: #666666;
}

.vacancyPanes > li {
	display: none;
	width: 100%;
	overflow: hidden
}

.vacancyPanes > .novacancy {
	width: auto;
	background: #fff;
	padding: 40px 30px 20px 30px;
	line-height: 150%;
}

.VacancyList > li, .contactPanes > li {
	background: #fff;
	padding: 20px 30px;
	border-bottom: 4px solid #B3B3B3;
}

.VacancyList > li {
	margin-bottom: 20px;
}

.contHead {
	padding: 25px 0;
	overflow: hidden;
	zoom: 1;
}

.contactPanes > li {
	padding: 0;
}
.linkpodmenu span:after {
	display: block;
	content: '';
	width: 9px;
	height: 5px;
	background: url("/local/templates/icl/img/smallredarrowh.png") 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}

.linkpodmenu span:after {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	top: -3px;
	right: -5px;
}

.openedMenu .linkpodmenu span:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.VacancyList > li .hiddenInfo {
	padding: 40px 0 20px;
	border-top: 1px dotted #CCCCCC;
	display: none;
	clear: both;
}

.VacancyList > li .hiddenInfo .text p > strong {
	text-transform: uppercase;
	font-size: 18px;
}

.VacancyList > li .hiddenInfo .text p > strong em {
	font-style: normal;
}

.VacancyList > li .hiddenInfo h4 {
	text-transform: uppercase;
}

.VacancyList > li .hiddenInfo .text ul {
	padding: 0 0 30px 20px;
}

.VacancyList > li .hiddenInfo .text ul > li {
	line-height: 1.4;
	padding-bottom: 4px;
	position: relative;
	padding-left: 16px;
}

.VacancyList > li .hiddenInfo .text ul > li:before {
	background: #FF0000;
	width: 9px;
	position: absolute;
	left: 0;
	top: 8px;
	content: '';
	height: 1px;
}

.VacancyList > li .buttonsBlock {
	display: inline-block;
}

.VacancyList > li .buttonsBlock .redFileBtn {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.VacancyList > li .buttonsBlock .redBtn {
	margin-top: 15px;
	margin-right: 10px;
}

.blackLink, .blackLink:visited, .blackLink:link {
	color: #000000;
	border-bottom: 1px solid #000;
}

.blackLink:hover {
	border-bottom-color: transparent;
}

.VacancyList > li .buttonsBlock .and {
	width: 100%;
	display: block;
	text-align: center;
}

.VacancyList > li .buttonsBlock .blackLink {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

.VacancyList > li .share {
	float: right;
}

.VacancyList > li .share > ul {
	margin-top: 20px;
}

.adaptiveShow {
	display: none;
}

.vacancyPanes .vacancyLetter, .rightSide .vacancyLetter {
	font-size: 13px;
	margin-top: 35px;
	background: #fff;
	padding: 50px 30px;
	width: auto;
	float: none;
}

.rightSide .vacancyLetter {
	padding-top: 40px;
	padding-bottom: 20px;
}

.rightSide .vacancyLetter .jq-selectbox {
	margin-bottom: 20px;
	width: 544px;
}

.rightSide .vacancyLetter .jq-selectbox__select {
	background: #f2f2f2;
}

.rightSide .vacancyLetter input[type="email"] {
	background: #F2F2F2;
	margin-bottom: 20px;
}

.successSlider {
	margin-bottom: 50px;
}

.successSlider .contSlider {
	margin: 0 -25px;
}

.successSlider a {
	margin: 0 25px;
	display: block;
	color: #fff;
	border: none;
	background: #F2F2F2;
	min-height: 238px;
	height: 100%;
	overflow: hidden;
}

.successSlider a .info {
	width: 40%;
	position: relative;
	float: left;
	z-index: 3;
	background: url("/bitrix/templates/icl/img/redInfobgleft.png") no-repeat scroll left bottom #cc0000;
	height: 100%;
	padding: 0px 10% 0 0;
	text-align: left;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.successSlider a:hover .info {
	padding-right: 2%;
}

.successSlider a .info:after {
	display: block;;
	content: '';
	position: absolute;
	right: -20px;
	top: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #cc0000 transparent transparent transparent;
}

.successSlider .name {
	padding-top: 20px;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'circebold';
	padding-bottom: 25px;
}

.successSlider .post {
	display: block;
	padding-left: 20px;
	line-height: 1.2;
}

.successSlider .pic {
	overflow: hidden;
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 0;
	min-width: 60%;
	max-width: 70%;
}

.successSlider .pic img {
	width: 100%;
	height: auto;
}

.successSlider.sliderWrap > .next, .successSlider.sliderWrap > .prev {
	background: none;
	border: none;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	z-index: 10;

}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close, .fancybox-close:link, .fancybox-close:visited {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 8040;
	border: none;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fancybox-close:hover {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.fancybox-close:after {
	display: block;
	content: '';
	position: absolute;
	background: red;
	height: 1px;
	width: 28px;
	left: 0;
	top: 14px;
}

.fancybox-close:before {
	display: block;
	content: '';
	position: absolute;
	background: red;
	width: 1px;
	height: 28px;
	left: 14px;
	top: 0;
}

.helperPopup .fancybox-close:before, .helperPopup .fancybox-close:after {
	background-color: #fff;
}

@media only screen and (max-width: 650px) {
	.modal-crm-form-wrp .fancybox-close, .modal-crm-form-wrp .fancybox-close:link, .modal-crm-form-wrp .fancybox-close:visited {
		top: 5px;
		right: 5px;
	}
}

.fancybox-nav {
	position: absolute;
	top: 10%;
	width: 150px;
	height: 80%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.borderedPopup:after {
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	padding: 6px;
	left: -7px;
	top: -7px;
	position: absolute;
	content: '';
	z-index: 1;
}

/* disabled fancybox scroll */
.mainPopup .fancybox-inner {
	height: auto !important;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay-fixed {
	overflow: auto !important;
}

.fancybox-wrap {
	margin-bottom: 20px !important
}

.bigPopup .fancybox-skin {
	background: #f2f2f2;
}

.bigPopup .fancybox-close:after, .bigPopup .fancybox-close:before {
	display: none;
}

.bigPopup .fancybox-close {
	width: 50px;
	height: 50px;
	background: #333333 url(/local/templates/icl/img/whiteClose.png) center center no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 50px;
	right: 50px;
}

.bigPopup.photoGallery .fancybox-close {
	right: 0;
	top: 0;
}

.bigPopup .fancybox-close:hover {
	background-color: rgba(51, 51, 51, 0.7);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav.fancybox-next, .fancybox-nav.fancybox-prev {
	border: none;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

/*.fancybox-lock body { overflow: hidden !important;}*/
.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/icl/img/fancybox_overlay.png) 0 0 repeat;
	background: rgba(0, 0, 0, 0.6);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	display: none !important;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.modalWindow {
	display: none;
}

.modalWindow .header h3, .modalWindow .header .h3span {
	padding-bottom: 15px;
}

.modalWindow .header h6, .modalWindow .header .h6span {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 0;
}

.modalWindow .header {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #CCCCCC;
	box-shadow: none;
	padding-left: 0 !important;
	max-width: unset !important;
	height: auto !important;
	display: block !important;
}
.modalWindow .header.header2{
	border-bottom:none;
	margin-bottom:0;
}

.form input[type="text"], .form input[type="email"], .form textarea, .jq-selectbox {
	padding: 10px;
	height: 40px;
	border: none;
	vertical-align: middle;
	border-top: 3px solid #999999;
	color: #000;
	background: #F2F2F2;
	font-size: 14px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
}

.jq-selectbox {
	color: #666;
	border: none;
}

.jq-selectbox.changed {
	color: #000;
}

.jq-selectbox {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.jq-selectbox__select-text {
	margin: 0 30px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jq-selectbox {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.jq-selectbox > select {
	height: 0 !important;
	width: 0 !important;
	z-index: -1;
}

.form .jq-selectbox label.error {
	top: -18px;
}

.form > h4, .form > .h4span {
	font-size: 13px;
	text-transform: uppercase
}

.jq-selectbox__select {
	padding: 10px;
	z-index: 3;
	background: white;
}

.jq-selectbox__trigger {
	position: absolute;
	z-index: 1;
	right: 3px;

	top: 3px;
	background: #f40000;
	width: 32px;
	height: 31px;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 12px;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-top: none;
	border-bottom: 6px solid #fff;
	top: 11px;
}

.jq-selectbox__dropdown {
	position: absolute;
	width: 100% !important;
	left: 0;
	background: #f2f2f2;
}

/*#getmaterialform .jq-selectbox__dropdown, #eventregistr .jq-selectbox__dropdown, #meetingform .jq-selectbox__dropdown, #expertquest .jq-selectbox__dropdown { bottom: 100% !important; }*/
#getmaterialform .jq-selectbox__dropdown > ul, #eventregistr .jq-selectbox__dropdown > ul, #expertquest .jq-selectbox__dropdown > ul {
	max-height: 230px;
}

.jq-selectbox__dropdown ul {
	max-height: 304px;
	background: white;

}

.jq-selectbox__dropdown li {
	padding: 7px 10px;
	border-top: 1px dotted #ccc;
	-webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	color: #000;
	white-space: normal !important;
}

.jq-selectbox__dropdown li.disabled, .jq-selectbox__dropdown li.disabled:hover {
	color: #898989;
}

.jq-selectbox__dropdown li.sel, .jq-selectbox__dropdown li:hover {
	background: #e6e6e6;
}

.bx-core-waitwindow {
	display: none !important;
}

.vacancyLetter.whiteBg input[type="email"] {
	background: #f2f2f2;
	-webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
	display: inline-block;
	vertical-align: top;
}

.vacancyLetter.newsSubscr input[type="email"] {
	margin-bottom: 20px;
	width: 242px;
	display: inline-block;

}

#asd_subscribe_res {
	position: absolute;
	white-space: nowrap;
	margin: -18px 0 0 0;
}

.form input[type="text"].error, .form input[type="email"].error, form textarea.error, .vacancyLetter.whiteBg input[type="email"].error {
	border-top-color: #FF8080;
	background: #FFCCCC;
	box-shadow: none;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, form textarea:focus, .vacancyLetter.whiteBg input[type="email"]:focus {
	color: #000;
	background: #e6e6e6;
}

.form label.error, .iform label.error {
	position: absolute;
	right: 0;
	top: -13px;
	font-size: 11px;
	color: #FF0000;
}

.form textarea {
	height: 100px;
}

.form .formLine {
	position: relative;
	margin-bottom: 24px;
}

.form .formLine--mb0 {
	margin-bottom: 0;
}

.formLine--ionrange {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	pointer-events: all;
	transition: all 0.3s ease;
}

.formLine--ionrange-hidden {
	position: absolute!important;
	pointer-events: none;
	opacity: 0;
}

.formLine-ionrange {
	width: 70%;
}

.form .formLine--ionrange .ionrange-descr {
	width: 30%;
}

.ionrange-descr {
	font-size: 14px!important;
}

.formLine__radio {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px;
}

.form-step {
	position: relative;
	top: initial;
	left: initial;
	opacity: 1;
	transition: all 0.3s ease;
	z-index: 0;
}

.form-step--hidden {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

.prevBtnBlock {
	float: right;
	margin-right: 40px;
}
.nextBtnBlock {
	float: right;
}

.formlinehide {
	display: none;
}

.form .formLine > div {
	position: relative;
}

.form input[type="text"]::-webkit-input-placeholder, .form input[type="email"]::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.form input[type="text"]:-moz-placeholder, .form input[type="email"]:-moz-placeholder, .form textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.form input[type="text"]::-moz-placeholder, .form input[type="email"]::-moz-placeholder, .form textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.form input[type="text"]:-ms-input-placeholder, .form input[type="email"]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}

.form input[type="text"]:input-placeholder, .form input[type="email"]:input-placeholder, .form textarea:input-placeholder {
	color: #666666;
	opacity: 1;
}

.form .jq-file {
	width: 100%;
	margin: -14px 0 0 0;
	padding: 14px 0 20px 0;
	cursor: pointer;
}

.form .jq-file input[type="file"] {
	width: 300% !important;
	font-size: 100px;
	cursor: pointer;
	z-index: 10;
}

.form .jq-file label.error {
	bottom: auto;
	top: 0;
	height: 15px;
	text-align: right;
	width: 100%;
}

.form .jq-file .jq-file__name {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.form .jq-file__browse {
	text-align: center;
	border: 1px solid #FF0000;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF0000;
	font-family: 'circebold';
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
}

.form .jq-file.changed .jq-file__name {
	display: block;
}

.form .profileLink {
	border: 8px solid #F2F2F2;
	text-align: center;
	padding: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'circebold';
	color: #808080;
	line-height: 1.4;
	margin: 30px 0;
}

.form .profileLink a {
	color: #808080;
	border-bottom: 1px solid #808080;
}

.form .profileLink a:hover {
	border-bottom-color: transparent;
}

.form input[type="submit"], .form a.submBtn {
	color: #fff;
	background: url(/local/templates/icl/img/sendBtn2.png) 0 0 no-repeat;
	font-family: 'circebold';
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 30px 0 70px;
	border: none;
	font-size: 14px;
	white-space: nowrap;
}

.form a.submBtn {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.form input[type="submit"].hidden {
	display: none;
}

.iform .left {
	position: relative;
	z-index: 1;
}

.fancybox-inner .redFileBtn, .fancybox-inner .redFileBtn:link, .fancybox-inner .redFileBtn:visited {
	margin: 0;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: auto;
	padding: 0 20px;
	min-width: 70px;
}

.redFileBtn span {
	position: relative;
	z-index: 5;
}

.form .dottedLine {
	margin: 24px 0;
}

#friendvacancymodal, #vacancymodal, #getmaterialform, .modalForm {
	width: 460px;
}

.partnersList {
	background: #fff;
	border-bottom: 4px solid #B3B3B3;
	width: 90%;
	margin: 0 auto 60px;
}

.partnersList > li {
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: #fff;
	border-right: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	text-align: center;
}

.partnersList > li:first-child, .partnersList > li:nth-child(2) {
	border-top: none;
}

.partnersList > li .ico {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.partnersList > li .ico img {
	height: auto;
	display: block;
}

.partnersList > li .partnerType {
	width: 40px;
	font-size: 11px;
	line-height: 1.2;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #666666;
}

.partnerModal .partnerType {
	width: 50px;
	font-size: 14px;
	font-family: 'circebold';
	line-height: 1.2;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.partnerModal:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent #FF0000 transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-width: 0 0 110px 110px;
}

.partnersList > li a:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 90px;
	border-color: transparent transparent #E6E6E6 transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.partnersList > li a:hover:after {
	border-color: transparent transparent #FF0000 transparent;
}

.partnersList > li a:hover .partnerType, .partnerModal .partnerType {
	color: #fff;
}

.partnersList > li .ico .hover {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.partnersList > li a:hover .ico .hover {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

.partnersList > li:nth-child(2n) {
	border-right: none;
}

.partnersList > li a {
	display: block;
	position: relative;
	height: 148px;
	line-height: 148px;
	border: none;
	color: #999999;
	width: 100%;
}

.historySlider {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-left: -10px;
}

.winLoad .historySlider {
	opacity: 1;
}

.dateScrollbar, .datePoints {
	-webkit-transition: opacity 0.5s ease-in-out 0.5s;
	-moz-transition: opacity 0.5s ease-in-out 0.5s;
	-o-transition: opacity 0.5s ease-in-out 0.5s;
	transition: opacity 0.5s ease-in-out 0.5s;
	opacity: 1;
}

.winLoad .dateScrollbar, .winLoad .datePoints {
	opacity: 1;
}

.historySlider .contSlider > ul > li {
	margin: 0 10px;
	border-bottom: 4px solid #B3B3B3;
	font-size: 13px;
	background: #fff;
	text-align: center;
	width: 300px;
	line-height: 1.4;
	-webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.historySlider .contSlider > ul > li:hover {
	border-bottom-color: #ec1e24;
	box-shadow: 0 2px 0 #ec1e24
}

.historySlider .contSlider > ul > li img {
	width: 100%;
	height: auto;
	display: block;
}

.historySlider .contSlider > ul > li .text {
	padding: 20px 15px 0 15px;
}

.historySlider .contSlider > ul > li .year {
	color: #FF0000;
	font-size: 30px;
	font-family: 'robotolight';
	letter-spacing: -1px;
	display: block;
	padding-bottom: 5px;
	font-weight: normal;
}

.historySlider .contSlider > ul > li h6, .historySlider .contSlider > ul > li .h6span {
	padding-bottom: 12px;
	text-transform: uppercase;
	font-size: 13px;
}

.historySlider .contSlider {
	margin-bottom: 60px;
	height: 100%;
	position: relative;
	padding-bottom: 2px;
}

.historySlider {
	text-align: center;
	position: relative;
	margin-bottom: -20px;
}

.dateScrollbar {
	width: 500px;
	margin: 0 auto 0;
	height: 1px;
	position: relative;
	z-index: 10;
}

.dateScrollbar .handle {
	border: 4px solid #FF0000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 38px;
	position: relative;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.3);
}

.dateScrollbar .handle:before {
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #FF0000 transparent;
}

.dateScrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 238px;
}

.datePoints {
	white-space: nowrap;
	margin: 7px auto 40px;
	text-align: center;
	position: relative
}

.datePoints:after {
	display: block;
	width: 20000em;
	background: url(/local/templates/icl/img/datedot.png) 0 0 repeat-x;
	height: 1px;
	left: -10000px;
	content: '';
	bottom: -10px;
	position: absolute;
}

.datePoints ul {
	display: inline-block;
}

.datePoints ul > li {
	cursor: pointer;
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	font-family: 'robotolight';
	position: relative;
}

.datePoints ul > li:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	height: 1px;
	width: 1px;
	background: #B3B3B3;
}

.datePoints ul > li:first-child {
	margin-left: 19px;
}

.datePoints ul > li:last-child {
	margin-right: 19px;
}

.datePoints ul > li:hover {
	color: #FF0000;
}

.leadershipList {
	margin: 0 -10px;
}

.leadershipList > li {
	float: left;
	height: 425px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 25px;
	position: relative;
}

.leadershipList > li > a, .leadershipList > li > .personBlock {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}

.leadershipList > li a.nocursor {
	cursor: default;
}

.leadershipList > li a img, .leadershipList > li .personBlock img {
	width: 100%;
	height: auto;
}

.leadershipList > li .personBlock .redBtn {
	padding: 12px 15px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.leadershipList > li a .info, .leadershipList > li > .personBlock .info {
	color: #1A1A1A;
	height: 140px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 4px solid #B3B3B3;
}

.leadershipList > li > .personBlock .info {
	padding-bottom: 70px;
	height: 120px;
}

.leadershipList > li a .info:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	left: 40px;
	top: -20px;
	content: '';
}

.leadershipList > li .name {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	font-family: 'circebold';
	padding-bottom: 5px;
}

.leadershipList > li a:hover .info {
	height: 110px;
}

.leadershipList > li .personBlock:hover .info {
	height: 165px;
}

.leadershipList > li .personBlock:hover .redBtn {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

.smallredTabs {
	text-align: center;
	margin-bottom: 15px;
}

.smallredTabs.bigFont {
	margin-top: -20px;
}

.smallredTabs.bigFont a {
	display: inline-block;
	line-height: 1.2;
	font-size: 24px;
	font-family: 'robotolight';
	letter-spacing: -2px;

}

.smallredTabs.bigFont > li {
	height: 40px;
	line-height: 37px;
}

.smallredTabs > li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 12px;
	height: 30px;
	line-height: 29px;
	position: relative;
	cursor: pointer;
}

.smallredTabs > li:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	border-color: transparent transparent transparent transparent;
}

.smallredTabs > li.current:after,.smallredTabs > li.active:after {
	border-color: #FF0000 transparent transparent transparent;
}

.smallredTabs > li a {
	line-height: 1;
	vertical-align: middle;
	color: #1A1A1A;
	border-bottom: 1px dotted #FF0000;
}

.smallredTabs > li.empty a {
	color: #808080;
	border-bottom: 0;
}

.smallredTabs > li a:hover {
	border-bottom-color: transparent;
}

.smallredTabs > li.current,.smallredTabs > li.active {
	background: #FF0000;
}

.smallredTabs > li.current a,.smallredTabs > li.active a {
	color: #fff;
	border-bottom-color: transparent;
}

.yearslider{
	display:inline-block;
	width:210px;
	vertical-align:top;
	overflow:hidden;
}
.yearslider .smallredTabs.bigFont{
	margin:0;
}
.yearslider .smallredTabs > li{
	width:70px;
	box-sizing:border-box;
}
.ynav{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:40px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.ynav:before{
	content:'';
	position:absolute;
	z-index:1;
	width:10px;
	height:10px;
	left:50%;
	top:50%;
	margin:-6px 0 0 -6px;
	border-top:2px solid #f00;
	border-left:2px solid #f00;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.ynav:hover:before{
	border-color:#000;
}
.ynav.ynext:before{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.ynav.disabled{
	cursor:default;
}
.ynav.disabled:before{
	border-color:#000;
	opacity:0.1;
}
.yearsliderBlock{
	white-space:nowrap;
	float:left;
	margin-top:-20px;
}

.CategoryBlocks {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.CategoryBlocks > li.currentCategory {
	left: 0;
}

.CategoryBlocks > li {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

.newsListBlocks {
	margin: 0 -10px;
}

.newsListBlocks > li {
	width: 25%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.newsListBlocks.newsListBlocksMain > li, .evjobBlock {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.docreadyAnim .newsListBlocks.newsListBlocksMain > li, .docreadyAnim .evjobBlock {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.newsListBlocks.newsListBlocksMain > li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.newsListBlocks.newsListBlocksMain > li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.newsListBlocks.newsListBlocksMain > li:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.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;
}

.newsListBlocks.events > li {
	display: none
}

.newsListBlocks > li > a, .newsListBlocks > li > .linkBlock, .newsListBlocks > li > .link-wrap {
	position: relative;
	display: block;
	line-height: 1.4;
	color: #808080;
	text-align: left;
	padding: 40px 25px;
	margin: 0 10px 0;
	border: 1px solid #dbdbdb;
	border-bottom: 4px solid #B3B3B3;
	background: #fff;
	-webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}

.newsListBlocks > li > a:hover, .newsListBlocks > li > .linkBlock:hover, .newsListBlocks > li > .link-wrap:hover {
	box-shadow: 0 2px 0 #EC1E24;
	border-bottom-color: #EC1E24;
}

.newsListBlocks > li > a .link, .newsListBlocks > li > .linkBlock .link, .newsListBlocks > li > .link-wrap .link {
	border-bottom: 1px solid #ff8080;
	color: #cc0000;
	line-height: 1.6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dayItem {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.evPic {
	display: block;
	overflow: hidden;
	zoom: 1;
	height: 80px;
	padding: 20px 0 0 25px;
	margin: -40px -25px 0 -25px;
	background: no-repeat center center;
	background-size: cover;
}

.evPic img {
	float: right;
}

.evPic.true {
	margin-bottom: 20px;
}

.newsListBlocks.events .graytext {
	display: inline-block;
	vertical-align: middle;
}

.newsListBlocks > li > a:hover .link, .newsListBlocks > li > .linkBlock:hover .link, .newsListBlocks > li > .link-wrap:hover .link {
	border-bottom-color: transparent;
}

.newsListBlocks > li > a .date, .newsListBlocks > li > .linkBlock .date, .newsListBlocks > li > .link-wrap .date {
	display: block;
	font-size: 13px;
	padding-bottom: 15px;
}

.newsListBlocks > li > a > .par, .newsListBlocks > li > .linkBlock > .par, .newsListBlocks > li > .link-wrap > .par {
	display: block;
	padding-bottom: 0;
	padding-top: 20px;
}

.newsListBlocks > li > a > .par p, .newsListBlocks > li > .linkBlock > .par p, .newsListBlocks > li > .link-wrap > .par p {
	padding: 0;
}

.pageNav {
	margin: 10px 0;
	text-align: center
}

.pageNav .next, .pageNav .prev {
	display: inline-block;
	background: url(/bitrix/templates/icl/img/big-next-arrow.svg) center center no-repeat;
	height: 38px;
	width: 38px;
	border: none;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	border: 1px solid transparent;
}

.pageNav .prev {
	background: url(/bitrix/templates/icl/img/big-prev-arrow.svg) 13px center no-repeat;
}

.pageNav > ul a {
	position: relative;
	line-height: 38px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	border: 1px solid transparent;
	color: #1A1A1A;
	height: 38px;
	width: 38px;
	font-size: 18px;
	font-family: 'robotolight';
}

.pageNav > ul li {
	display: inline-block;
	margin: 0 2px;
}

.pageNav > ul {
	margin: 0 40px;
	display: inline-block;
}

.pageNav > ul a:after, .pageNav .next:after, .pageNav .prev:after {
	display: block;
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 0;
	height: 0;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 1px;
	padding-right: 1px;
}

.pageNav > ul a:hover:after, .pageNav .next:hover:after, .pageNav .prev:hover:after {
	width: 100%;
	height: 100%;
	border-left: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
}

.pageNav > ul a:before, .pageNav .next:before, .pageNav .prev:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 0;
	height: 0;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
}

.pageNav > ul a:hover:before, .pageNav .next:hover:before, .pageNav .prev:hover:before {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
}

.pageNav > ul li.current a {
	background: #FF0000;
	color: #fff;
}

.pageNav > ul a:hover {
	color: #FF0000;
}

.page-descr {
	padding-bottom: 40px;
}

.friendInviteBlockSmall, .friendInviteBlockSmall:link, .friendInviteBlockSmall:visited {
	width: 45%;
	float: right;
	overflow: hidden;
	border: none;
	height: 230px;
}

.friendInviteBlockSmall .text {
	position: relative;
	background: #FF8080 url(/local/templates/icl/img/redInfobgleft.png) left bottom no-repeat;
	float: left;
	width: 50%;
	height: 100%;
	padding: 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.friendInviteBlockSmall .text:after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #FF8080 transparent transparent transparent;
	content: '';
	right: -20px;
	top: 30px;
}

.friendInviteBlockSmall .name {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'circebold';
	padding-bottom: 15px;
	line-height: 1.4;
	display: block;
}

.friendInviteBlockSmall .pic {
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: right;
}

.leadershipDetail {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.leadershipDetail__inner-info {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	background: #FFF;
}

.leadershipDetail .infoBlock {
	position: absolute;
	left: 180px;
	bottom: 100px;
	width: 40%;
	/*border: 1px solid #fff;*/
	max-height: 90%;
	/*overflow: auto;*/
	z-index: 10000;
}

.leadershipDetail .infoBlock .infoblock-detail {
	/*	max-height:600px;*/
	background: #fff;
	margin: 4px 6px;
	padding: 50px 50px 0 50px;
}

.leadershipDetail .infoBlock .post {
	font-family: 'circebold';
	color: #CC0000;
	display: block;
	padding-bottom: 35px;
}

.leadershipDetail .infoBlock blockquote {
	color: #666666;
	padding: 0 50px 0;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.4;
}

.leadershipDetail .infoBlock blockquote:after, .leadershipDetail .infoBlock blockquote:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 16px;
	background: url(/local/templates/icl/img/quotessmall.png) 0 0 no-repeat;
}

.leadershipDetail .infoBlock blockquote:before {
	right: auto;
	left: 0;
	top: 0;
	bottom: auto;
	background-position: right top;
}

.leadershipDetail .infoBlock .footer {
	color: #999999;
	font-size: 13px;
	margin: 0 -50px;
	background: #333333;
	padding: 20px 50px;
	overflow: hidden;
	zoom: 1;
	border-top: 15px solid #fff;
}

.leadershipDetail .infoBlock .footer .redBtn {
	float: right;
}

.leadershipDetail .infoBlock .footer strong {
	display: block;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
}

.newsSearch {
	width: 585px;
	margin: 60px auto 0;
	position: relative;
}
.newsSearch2{
	margin: 0 auto 60px auto;
}

.newsSearch input[type="text"] {
	color: #666666;
	font-size: 14px;
	vertical-align: middle;
	height: 38px;
	padding: 10px 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsSearch .searchbutton {
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
}

#jstestgo {
	display: inline-block;
	background: #c30000;
	border: none;
	color: #fff;
	padding: 0 20px;
	line-height: 35px;
	font-size: 13px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 50%;
	margin-right: -570px;
}

#jstestgo img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.newsDetail table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 20px 0;
	background: #fff;
}

.newsDetail table th {
	text-transform: uppercase;
	font-family: "circebold";
	color: #fff;
	background: #cc0000;
}

.newsDetail table th, .newsDetail table td {
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #f2f2f2;
}

.newsDetail .date, .videoDetail .date {
	color: #808080;
	font-size: 13px;
	display: inline-block;
	padding-bottom: 25px;
}

.newsDetail h4, .newsDetail .h4span {
	text-transform: uppercase;
	margin-top: 10px;
}

.newsDetail > .left {
	width: 42%;
	margin-top: 20px;
	margin-right: 3%;
	clear: both;
}

.newsDetail > .right {
	width: 54%;
	margin-top: 20px;
}

.newsDetail p {
	line-height: 1.4;
}

.newsDetail .photoList {
	margin-bottom: 30px;
}

.newsDetail .photoList > li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

.newsDetail .photoList .hidden {
	display: none
}

.newsDetail .photoList > li a {
	display: block;
	height: 56px;
	width: 100px;
	border: 10px solid #E6E6E6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	z-index: 1;
}

.newsDetail .photoList > li a.svideo:before, .Bigphoto a.bvideo:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	border-radius: 50%;
}

.newsDetail .photoList > li a.svideo:after, .Bigphoto a.bvideo:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #FF0000;
	margin: -7px 0 0 -3px;
}

.Bigphoto a {
	position: relative;
	z-index: 1;
	display: block;
}

.Bigphoto a.bvideo:before {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.Bigphoto a.bvideo:after {
	border-width: 14px 0 14px 20px;
	margin: -14px 0 0 -6px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.Bigphoto a.bvideo:hover:before {
	background: #f00;
}

.Bigphoto a.bvideo:hover:after {
	border-left-color: #fff;
}

.newsDetail .photoList > li a:hover, .newsDetail .photoList > li a.current {
	border-color: #FF0000;
}

.newsDetail .Bigphoto img {
	display: block;
	width: 100%;
	height: auto;
}

.newsDetail .Bigphoto {
	box-shadow: -10px -10px #FF0000;
	margin-bottom: 18px;
}

.newsDetail .eventBlock {
	background: #fff;
	border-bottom: 4px solid #B3B3B3;
	padding: 25px 35px;
}

.shareBlock {
	padding: 30px 0;
	font-size: 13px;
	line-height: 1;
	color: #666;
}

.newsDetail .eventBlock .redFileBtn {
	min-width: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.newsDetail .eventBlock .redFileBtn:hover:before {
	width: 420px;
}

.calendarList {
	margin-top: -4px;
	float: right;
}

.calendarList > li {
	margin: 0 10px;
	color: #808080;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'circebold';
}

.calendarList > li a:link, .calendarList > li a:visited, .calendarList > li a:hover {
	color: #d6d6d6;
	border-bottom: 1px dotted transparent;
	cursor: default;
}

.calendarList > li a.active {
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	cursor: pointer;
}

.calendarList > li a.current {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.calendarList > li a.active:hover {
	border-bottom-color: transparent;
}

.newsListBlocks.events .date, .newsListBlocks .pic .date {
	display: block;
	width: 60px;
	height: 50px;
	position: relative;
	background: #F2F2F2;
	text-align: center;
	color: #1A1A1A;
	padding: 5px 0;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
	margin-top: -20px;
	text-transform: lowercase;
}

.newsListBlocks.events .date {
	width: auto;
	float: left;
	margin: 0;
}

/* new-video */
.new-video-block {
	max-width: 650px;
	margin: 0 auto;
}

.new-video-block .h3span {
	text-align: center;
}

.new-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.new-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end-new-video */

.newsListBlocks .pic {
	overflow: hidden;
}

/*.newsListBlocks .pic .proj-label{
	background:#ec1e24;
	color:#fff;
	font-size:13px;
	padding:5px 40px;
	width:100px;
	top:28px;
	right:-45px;
	text-align:center;
	line-height:1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;}
*/
.newsListBlocks.events .date.today, .newsListBlocks .pic .date.today {
	width: 85px;
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
}

.newsListBlocks.events .date strong, .newsListBlocks .pic .date strong {
	font-size: 36px;
	font-family: 'robotolight';
	display: block;
	font-weight: normal;
}

.newsListBlocks.events .date:after, .newsListBlocks .pic .date:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	content: '';
	position: absolute;
	right: -5px;
	top: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #F2F2F2;
}

.newsListBlocks.events > li > a:hover .date, .newsListBlocks a:hover .pic .date, .newsListBlocks .linkBlock:hover .pic .date {
	color: #fff;
	background: #FF0000;
}

.newsListBlocks.events > li > a:hover .date:after, .newsListBlocks > li > a:hover .pic .date:after,
.newsListBlocks.events > li > .linkBlock:hover .date:after, .newsListBlocks > li > .linkBlock:hover .pic .date:after {
	border-color: transparent transparent transparent #FF0000;
}

.newsListBlocks.events > li > a:hover .graytext {
	color: #fff;
}

.newsListBlocks .pic {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 40px 25px 10px;
	margin: -40px 0 20px;
}

.newsListBlocks.newsListBlocksMain .pic {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newsListBlocks.newsListBlocksMain a:hover .pic, .newsListBlocks.newsListBlocksMain .linkBlock:hover .pic {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);

}

.newsListBlocks .organiz {
	background: #FF0000;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	line-height: 1.3;
	max-width: 110px;
}

.modalok {
	display: none;
	padding: 25px 35px;
	max-width: 340px;
}

.PhotoGalleryList {
	margin: 0 -20px 20px 0;
	overflow: hidden;
	zoom: 1;
	padding: 30px 0 0 0;
}

.PhotoGalleryList > li {
	float: left;
	width: 25%;
}

.PhotoGalleryList > li a {
	box-shadow: -5px -5px #FF0000;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	border: none;
	position: relative;
}

.PhotoGalleryList > li a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 0 0;
	border-color: #FF0000 transparent transparent transparent;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.PhotoGalleryList > li a:hover:after {
	border-width: 60px 60px 0 0;
}

.PhotoGalleryList > li a:before {
	display: block;
	background: url(/local/templates/icl/img/zoomico.png) 0 0 no-repeat;

	width: 18px;
	height: 18px;
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 3;
	opacity: 0;
}

.PhotoGalleryList > li a:hover:before {
	opacity: 1;
	left: 7px;
	top: 7px;
}

.PhotoGalleryList > li a img {
	display: block;
	width: 100%;
	height: auto;
}

.PhotoGalleryInfo .date {
	font-size: 13px;
	color: #808080;
	font-family: 'robotolight';
	display: inline-block;
	padding-bottom: 10px;
}

.PhotoGalleryList > li a.video:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 22px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -8px;
	opacity: 1;
	z-index: 3;
}

.PhotoGalleryList > li a.video:after {
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -26px;
	margin-top: -26px;
}

.PhotoGalleryList > li a.video:hover:before {
	border-color: transparent transparent transparent #ff0000;
}

.PhotoGalleryList > li a.video:hover:after {
	border: 2px solid #ff0000;
}

.allnewsLink, .allnewsLink:link, .allnewsLink:visited {
	margin-left: 15px;
	display: inline-block;
	color: #FF0000;
	background: #fff;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding: 0 15px;
	border-bottom: 3px solid #B3B3B3;
}

.allnewsLink:hover {
	border-bottom-color: #FF0000;
}

.eventShortLIst > li {
	padding-bottom: 10px;
	vertical-align: middle;
	min-height: 30px;
}

.eventShortLIst > li dt {
	width: 30px;
	float: left;
	margin-right: -100%;
}

.eventShortLIst > li dd {
	margin-left: 30px;
	line-height: 24px;
	vertical-align: middle
}

.eventShortLIst > li dd a {
	word-wrap: break-word;
	line-height: 1.2;
}

.eventShortLIst > li img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.eventSpeakers {
	padding: 30px 20px;
	border: 10px solid #fff;
	margin-bottom: 35px;
}

.speakerList strong {
	text-transform: uppercase;
}

.speakerList > li {
	line-height: 1.4;
	padding-bottom: 10px;
}

.eventSpeakers .speakwithUs {
	margin-top: 25px;
	color: #808080;
	position: relative;
	padding: 25px;
	background: #fff;
	text-align: center;
	border-bottom: 4px solid #B3B3B3;
}

.eventSpeakers .speakwithUs:before {
	display: block;;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #fff transparent;
}

.eventSpeakers .speakwithUs h6, .eventSpeakers .speakwithUs .h6span {
	text-transform: uppercase;
	font-size: 13px;
	color: #1A1A1A;
	padding-bottom: 28px;
}

.scheduleBlock {
	padding: 30px 35px;
	border: 10px solid #fff;
}

.scheduleBlock ul > li {
	padding-bottom: 15px;
	line-height: 150%;
}

.scheduleBlock ul > li > span {
	color: #808080;
	font-family: 'robotolight';
}

.w45.left.withAnim {
	opacity: 0;
	left: -100px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.w45.right.withAnim {
	opacity: 0;
	right: -100px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.w45.left.withAnim.show {
	left: 0;
	opacity: 1;
}

.w45.right.withAnim.show {
	right: 0;
	opacity: 1;
}

.newSearchList > li {
	margin-bottom: 20px;
	background: #fff;
	border-bottom: 4px solid #b3b3b3;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}

.sRoad {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	background: #e6e6e6;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 10px;
	font-size: 12px;
	word-spacing: 5px;
}

.sRoad:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -40px;
	top: 0;
	border-right: 40px solid #e6e6e6;
	border-bottom: 40px solid transparent;
}

.sRoad a:link, .sRoad a:visited, .sRoad a:hover {
	color: #666;
	border-bottom-color: #b3b3b3;
	word-spacing: normal;
}

.sRoad a:hover {
	color: #c00;
	border-bottom-color: transparent;
}

.newSearchList > li > strong {
	display: block;
}

.newSearchList > li p {
	padding: 10px 0 0 0;
}

.newSearchList > li strong a {
	color: #1a1a1a;
	text-transform: uppercase;
	line-height: 1.6;
	border-bottom: 1px dotted #ff0000;
	font-family: 'circebold';
}

.newSearchList > li strong a:hover {
	border-bottom-color: transparent;
}

.newsSearch.top {
	margin-bottom: 30px;
	margin-top: 0
}

.jq-radio, .jq-checkbox {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	vertical-align: middle;
	margin-top: -3px;
}

.jq-checkbox.disabled {
	border: 1px solid #999999;
}

.jq-checkbox.disabled + label {
	color: #999999;
}

.jq-checkbox.disabled .jq-checkbox__div {
	background: #cccccc;
}
div.jq-checkbox + p {
	display:inline;
}
.jq-checkbox {
	height: 16px;
	width: 16px;
	border: 1px solid #FF0000;
	background: #F2F2F2;
}

.jq-radio .jq-radio__div, .jq-checkbox .jq-checkbox__div {
	margin: 2px;
	height: 12px;
	width: 12px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #F2F2F2;
}

.jq-radio.checked .jq-radio__div, .jq-checkbox.checked .jq-checkbox__div {
	background: #FF0000
}

.jq-radio .jq-radio__div {
	border-radius: 50%
}

.radioList, .checkboxList {
	padding-left: 20px;
}

.radioList > li, .checkboxList > li {
	margin-bottom: 20px;
}

.contItem {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 10px 40px;
	box-sizing: border-box;
	border-left: 1px dotted #cdcccc;
}

.contHead .contItem:first-child {
	border-left: none;
}

.contItem h4, .contItem .h4span {
	text-transform: uppercase;
}

.contItem dt {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'circebold';
}

.contItem dt {
	float: left;
	margin: 0 -100% 0 0;
	width: 55px;
}

.contItem dd {
	margin: 0 20px 0 70px;
}

.contItem dl {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 5px 0;
}

.contMap {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.tagsSearch span:after {
	content: ',';
}

.tagsSearch em span:last-child:after {
	content: '.';
}

.tagsSearch em {
	font-style: normal;
	display: block;
}

.ymaps-balloon-content__header {
	margin: 0 !important;
}

.ymaps-balloon__content > ymaps {
	height: auto !important;
}

.bigVideoList {
	margin-top: 10px
}

.bigVideoList > li {
	margin-bottom: 30px;
}

.bigVideoList > li a {
	display: inline-block;
	border: none;
	position: relative
}

.bigVideoList > li a.video .playbtn:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 22px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -8px;
	opacity: 1;
	z-index: 3;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bigVideoList > li a.video .playbtn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	position: absolute;
}

.bigVideoList > li a.video:hover .playbtn:after {
	border-color: transparent transparent transparent #ff0000;
}

.bigVideoList > li a.video:hover .playbtn {
	border: 2px solid #ff0000;
}

.newsListBlocks .pic .playbtn:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 22px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -8px;
	opacity: 1;
	z-index: 3;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newsListBlocks .pic .playbtn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-left: -26px;
	margin-top: -26px;
	position: absolute;
}

.newsListBlocks a:hover .playbtn:after {
	border-color: transparent transparent transparent #ff0000;
}

.newsListBlocks a:hover .playbtn {
	border: 2px solid #ff0000;
}

.newsListBlocks .pic, .newsListBlocks .pic {
	position: relative;
	min-height: 120px;
}

.newsListBlocks.proj .pic {
	min-height: 80px;
}

.formLink {
	padding: 60px 0 80px 0;
}

#schoolForm {
	width: 470px;
	border: 10px solid #F2F2F2;
	margin: 10px auto 60px;
	padding: 35px 45px;
}

#schoolForm .formok > p {
	padding-bottom: 0
}

.shareLine {
	padding: 30px 0;
	font-size: 12px;
	line-height: 1;
	color: #666;
}

.shareLine .yashare-auto-init {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.yashare-auto-init a {
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.b-share > span {
	margin-right: 5px;
}

.shareLine .fb-like, .shareLine .twitter-share-button {
	display: inline-block !important;
	margin-left: 20px;
	vertical-align: middle
}

#fb-root {
	margin: 0;
}

.shareLabel {
	display: inline-block;
	vertical-align: middle;
}

.bigVideoList .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	z-index: 1;
}

.bigVideoList .video-container iframe, .bigVideoList .video-container object, .bigVideoList .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newsDetail .shareLine {
	text-align: left
}

.speak1 {
	overflow: hidden;
	zoom: 1;
	padding: 0;
}

.speak1 img {
	float: left;
	margin: 0 20px 20px 0;
}

.speak1 h5, .speak1 .h5span {
	text-transform: uppercase;
	font-size: 14px;
	line-height: normal;
	padding: 0 0 5px 0;
}

.speak1 h6, .speak1 .h6span {
	color: #373737;
	font-size: 14px;
	line-height: normal;
}

.eventSpeakers h4, .eventSpeakers .h4span {
	margin: 0;
	padding: 0 0 30px 0;
}

.overflow {
	overflow: hidden;
	zoom: 1;
}

.raspCol h5, .raspCol .h5span {
	text-transform: uppercase;
}

.raspCol {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 20px 0;
}

.raspCol li {
	padding-right: 20px;
}

.speakerSelector {
	display: none
}

#meetingform .speakers .jq-selectbox__dropdown {
	bottom: auto !important;
}

.formLine .onecheckbox {
	margin-bottom: 14px;
	margin-top: 12px;
}

.formLine .onecheckbox .jq-checkbox {
	margin-right: -100%;
	float: left;
}

.formLine .onecheckbox label {
	display: inline-block;
	margin-left: 32px;
}

.partnerModal {
	padding: 40px 50px;
	max-width: 700px;
}

.smallfont h4, .smallfont .h4span {
	text-transform: uppercase
}

.smallfont h6, .smallfont .h6span {
	font-size: 12px;
	text-transform: uppercase;
}

.educationBlock h4, .educationBlock .h4span {
	text-transform: uppercase;
}

.educationBlock h6, .educationBlock .h6span {
	font-size: 12px;
	text-transform: uppercase
}

#menutree {
	overflow: auto;
	zoom: 1;
	padding: 0 30px;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

.menumodalcur #menutree {
	opacity: 1;
	top: 0;
}

#menutree > li {
	float: left;
	width: 25%;
}

#menutree > li > strong {
	display: block;
	color: #cc0000;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-family: 'circebold';
	font-size: 15px;
}

#menutree > li > ul {
	padding: 0 30px 20px 0;
}

#menutree > li > ul > li {
	padding: 0 0 30px 0;
}

#menutree > li > ul > li > strong {
	display: block;
	padding: 0 0 5px 0;
}

#menutree > li > ul > li li {
	padding: 0 0 5px 0;
}

#menutree a {
	font-size: 14px;
	color: #1A1A1A;
	border: none;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 5px 35px 5px 20px;
	margin: 0 0 0 -15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	line-height: 1.5;
}

#menutree a > span {
	color: #1A1A1A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #CCCCCC;
	white-space: normal;
}

#menutree a:hover {
	background: #EC1E24;
}

#menutree a:hover > span {
	border-bottom-color: transparent;
	color: #fff;
}

/*
#menutree a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 5px;
	border-color: transparent transparent transparent transparent;
}
#menutree a:hover:after { border-left-color: #EC1E24; }*/
#advantageSlider .contSlider > ul > li .info .list {
	padding-bottom: 20px;
}

.vacancyLetter.newsSubscr {
	float: right;
	width: 262px;
}

.iblock {
	display: inline-block;
	vertical-align: top;
}

#menu > ul > li > ul {
	display: none;
}

.projList {
	margin: 0 0 0 -20px;
	overflow: hidden;
	zoom: 1;
	padding: 0 0 20px 0;
}

.projList li {
	float: left;
	width: 33.33333%;
	padding: 0 0 20px 20px;
	box-sizing: border-box;
}

.projList a {
	display: block;
	position: relative;
	z-index: 1;
	background: #fff;
	border: none;
	height: 200px;
	box-shadow: 0 3px 0 #b3b3b3;
}

.projList a:hover {
	box-shadow: 0 5px 0 #f40000;
}

.projList strong {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.projList strong > span {
	display: table;
	width: 100%;
	height: 80px;
}

.projList strong > span > span {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
}

.projList a > span {
	display: block;
	height: 120px;
	background: no-repeat center center;
	background-size: cover;
}

.mapList {
	clear: both;
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
}

.mapList.mapList2 {
	padding: 0;
}

.mapList.mapList2 > li {
	width: 33.33333%;
	clear: none;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.mapList.mapList2 > li > ul > li > strong {
	padding: 0 0 10px 0;
}

.mapList.mapList2 > li > ul > li > ul {
	padding: 0 0 40px 0;
}

.mapList > li {
	clear: both;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}

.mapList.mapList0 {
	padding: 0;
}

.maplevel1 > li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding-right: 30px;
}

.mapList > li > strong {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 30px 0;
}

.mapList > li > strong > a {
	font-size: 18px;
}

.mapList > li > ul > li > strong {
	display: block;
	color: #cc0000;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 20px 0;
}

.mapList > li > ul > li > strong > a {
	font-size: 16px;
}

.mapList > li > ul > li > ul > li > strong {
	display: block;
	color: #1a1a1a;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 10px 0;
}

.mapList > li > ul > li > ul > li > ul {
	padding: 0 0 30px 0;
}

.starrequr {
	float: right;
	font-size: 12px;
	color: #808080;
}

#bigform {
	margin-bottom: 40px;
}

.goUpBtn {
	position: fixed;
	bottom: 20px;
	right: 100px;
	color: #fff!important;
	display: block;
	width: 85px;
	height: 35px;
	padding-left: 15px;
	border: none;
	font-family: 'circebold';
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
	background: #808080;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 100;
	border:none !important;
}

.goUpBtn:after {
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	background: url(/local/templates/icl/img/smallredarrowh2.png) 0 0 no-repeat;
	width: 9px;
	height: 5px;
	content: '';
}

.goUpBtn.active {
	opacity: 0.6;
	cursor: pointer;
	pointer-events: all;
}
.goUpBtn.js-disabled {
	display: none !important;
}

.goUpBtn.active:hover {
	opacity: 1;
}

#modaltest {
	width: 600px;
	padding: 50px;
	background: #f2f2f2;
	display: none;
}

#modaltest .share {
	color: #808080;
	padding: 20px 0 0 0;
}

#modaltest .share ul {
	padding: 5px 0 20px 0;
}

.modalBtn .redFileBtn, .modalBtn .grayFileBtn {
	padding: 20px 20px;
	max-width: 280px;
	margin: 20px 0 0 0;
	width: 250px;
	text-align: center;
	height: auto;
	line-height: 1;
}

.mtStep {
	padding: 0 0 0 100px;
	position: relative;
	z-index: 1;
}

.mtStep:before {
	content: '1';
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #999999;
	font-size: 38px;
	color: #fff;
	font-family: 'robotolight';
}

#teststep3:before {
	content: '2';
}

#teststep4:before {
	content: '3';
}

.mtStep:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 23px;
	border-left: 7px solid #999;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.mtStep label {
	display: block;
	cursor: pointer;
	margin: 0 0 20px 0;
	overflow: hidden;
	zoom: 1;
	padding: 1px 0 0 0;
}

.mtStep .redFileBtn {
	width: 150px;
	margin: 10px 0 0 0;
}

.mtStep .jq-radio {
	float: left;
	margin: -1px 10px 5px 0;
}

#modaltest h4 {
	text-transform: uppercase;
}

.testPic {
	float: right;
	background: #fff;
	width: 240px;
	height: 240px;
	border-bottom: 4px solid #b3b3b3;
	margin: 0 0 0 50px;
	text-align: center;
	line-height: 240px;
}

.testPic img {
	vertical-align: middle;
}

#teststep2, #teststep3, #teststep4, #quest1, #quest2, #quest3 {
	display: none;
}

.popupPhotos {
	display: none
}

.advantTop > div {
	text-align: center;
	float: left;
	width: 30%;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.docreadyAnim .advantTop > div {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.advantTop > div:first-child > div {
	margin-left: 0;
}

.advantTop > div > div {
	padding: 38px 20px 15px;
	margin-left: 10px;
	background: #fff;
	border-bottom: 4px solid #b3b3b3;
}

.advantTop > div.bigBlock {
	width: 70%;
}

.advantTop > div ul {
	padding-left: 15px;
}

.advantTop > div ul > li {
	padding-bottom: 10px;
}

.advantTop > div ul.w45 {
	vertical-align: top;
	display: inline-block;
	padding-left: 15px;
}

.advantTop .info {
	text-align: left;
	padding: 20px 0 0;
}

.advantTop .ico {
	height: 55px;
	vertical-align: top;
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	-moz-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	-o-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
}

.advantTop > div:hover .ico {
	-moz-animation: icohover 0.7s ease-in-out;
	-webkit-animation: icohover 0.7s ease-in-out;
	-o-animation: icohover 0.7s ease-in-out;
	animation: icohover 0.7s ease-in-out;
}

.advantTop h4 {
	text-transform: uppercase;
	color: #FF0000;
	font-size: 13px;
	line-height: 150%;
	padding: 0;
}

.centerNumbs .whiteNumbBlock {
	margin-top: 0px;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	display: inline-block;
}

.centerNumbs .left, .centerNumbs .right {
	width: 49%;
}

.centerNumbs .left {
	margin-right: 1%;
	text-align: right;
}

.centerNumbs .right {
	margin-left: 1%;
	text-align: left;
}

.leftMenuWrap {
	margin-right: -100%;
	float: left;
	width: 240px;
	margin-bottom: 30px;
}

#mainLeftmenu,
.product-left-menu {
	background: #fff; 
/* 	border: 2px solid #808080; */
	position: relative;
	margin-bottom: 30px;
}
.product-left-menu  > li > ul {
	display:none;
}
.product-left-menu  > li.current > ul {
	display:block;
}
#mainLeftmenu a{
	color:#808080;
	border-bottom: none;
}
#mainLeftmenu ul>li>ul>li>a{
	color: #b3b3b3;
}

#mainLeftmenu ul, #mainLeftmenu li, #mainLeftmenu li a {
	display: none
}

#mainLeftmenu > .current, #mainLeftmenu .menulvl1 > .current {
	display: block
}

#mainLeftmenu .menulvl1, #mainLeftmenu .menulvl1 > .current {
	display: block
}

#mainLeftmenu .menulvl2 > li,
.product-left-menu li {
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	position: relative;
	display: block;
	border: 5px solid transparent;
}

#mainLeftmenu .menulvl2 > li.current, .product-left-menu  > li.current {
	border: 5px solid #ff0000;
}

#mainLeftmenu .menulvl2 > li > a,
.product-left-menu  li > a {
	border-bottom: 1px solid #cccccc;
	color: #1a1a1a;
	display: inline
}

#mainLeftmenu .menulvl2 > li > strong, .product-left-menu  li > strong {
	display: block;
	height: 65px;
	line-height: 70px;
	margin: 0 5px;
	border-top: 1px dotted #cccccc;
	padding: 0 10px 5px;
}

#mainLeftmenu .menulvl2 > li:first-child > strong,
#mainLeftmenu .menulvl2 > li.current > strong,
#mainLeftmenu .menulvl2 > li.current + li > strong {
	border-top: none;
}

#mainLeftmenu .menulvl2 > li > strong > span,
.product-left-menu  > li > strong > span {
	display: inline-block;
	vertical-align: middle;
	color: #1a1a1a;
	font-weight: normal;
	font-family: 'circeregular';
	line-height: 1.4;
}

#mainLeftmenu .menulvl2 > li > strong > span > span,
.product-left-menu   > li > strong > span > span  {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

#mainLeftmenu .menulvl2 > li > strong > span > span:hover,
.product-left-menu   > li > strong > span:hover {
	border-bottom-color: transparent;
}

#mainLeftmenu .menulvl1 > li > span {
	display: none
}

#mainLeftmenu .menulvl1 > li > strong {
	display: none
}

#mainLeftmenu .menulvl2 > li.current > strong,
.product-left-menu > li.current > strong
{
	border-bottom: none;
}

#mainLeftmenu .menulvl2 > li.current {
	border-color: #ff0000;
}

#mainLeftmenu .menulvl3,
.product-left-menu > li > ul  {
	padding: 0 15px 5px;
}

#mainLeftmenu .menulvl3 > li {
	display: block;
	padding-bottom: 15px;
}

#mainLeftmenu .menulvl3 > li a,
.product-left-menu > li a {
	font-size: 12px;
	display: inline;
	color: #666666;
	border-bottom: 1px solid #cccccc;
}

#mainLeftmenu .menulvl3 > li a:hover,
.product-left-menu  li a:hover {
	border-bottom-color: transparent;
}

#mainLeftmenu .menulvl2 > li.current > strong > span > span,
.product-left-menu > li.current > strong > span  {
	border-bottom-color: transparent;
	color: #666666;
}
/*
#mainLeftmenu .menulvl2 > li:after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent transparent;
	right: -11px;
	top: 50%;
	margin-top: -6px;
	content: '';
}

#mainLeftmenu .menulvl2 > li.current:after {
	border-color: transparent transparent transparent #ff0000;
}*/

#mainLeftmenu .menulvl3 > li.current a,
.product-left-menu  li.current > a {
	color: #ff0000;
	border-bottom-color: transparent;
}

#mainLeftmenu li.current>a {
	color: #ff0000;
	border-bottom-color: transparent;
}

.servecesBanner #breadcrumbs,.bannerImageTop #breadcrumbs {
	padding-top: 0;
}

.servecesBanner #breadcrumbs a, .servecesBanner #breadcrumbs li a,
.bannerImageTop #breadcrumbs a, .bannerImageTop #breadcrumbs li a {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.servecesBanner #breadcrumbs li a:hover,.bannerImageTop #breadcrumbs li a:hover {
	border-bottom-color: transparent;
}

.servecesBanner #breadcrumbs li,.bannerImageTop #breadcrumbs li {
	color: #fff;
}

.rightCont {
	float: left;
	margin-left: 285px;
	margin-bottom: 45px;
}

.rightCont .tagsBlock {
	margin-top: -80px;
	float: right;
	width: 60%;
	margin-bottom: 20px;
}

.rightCont .leftText {
	float: left;
	width: 60%;
}

.rightCont .rightText {
	float: right;
	margin-left: 2%;
	width: 39%;
	margin-right: -20px;
}

.rightCont .WhitewithBorder {
	padding: 40px 20px 40px 30px;
	margin-bottom: 25px;
	margin-right: 0;
}

.rightCont .rightText .redFileBtn, .rightCont .rightText .grayFileBtn {
	margin: 0 0px 20px;
}

.rightCont ol.list {
	padding: 0;
}

.redInfo .expname {
	width: 50%;
	float: right;
	text-transform: none;
	font-size: 14px;
	line-height: normal;
}

.redInfo .expname span {
	font-size: 13px;
}

.expert .whieBtn {
	float: left;
}

.expname > strong {
	margin-left: -19px;
}

.itemList > li {
	position: relative;
	/*padding: 40px 50px;*/
	padding: 40px 100px 40px 50px;
	background: #fff;
	border-bottom: 4px solid #b3b3b3;
	margin-bottom: 15px;
}

.itemList > li > .info {
	margin-bottom: 15px;
	width: 60%;
	color: #666666;
	font-size: 12px;
	line-height: 1.3;
}

.itemList > li > .pic {
	position: absolute;
	right: 30px;
	top: 40px;
}

.itemList > li > .pic img {
	-webkit-transform: translateZ(1px);
	transform: translateZ(1px);
}

.itemList > li h5, .itemList > li .h5span {
	text-transform: uppercase;

	font-size: 12px;
	font-family: 'circebold';
	padding-bottom: 15px;
	color: #cc0000
}

.itemList > li a {
	font-size: 13px;
}

.itemList > li a span {
	color: #333333;
}

.itemList > li > ul > li {
	float: left;
	width: 30%;
	margin-right: 3%;
	padding-bottom: 25px;
}

.itemList > li > ul > li > ul > li {
	padding-bottom: 5px;
}

.itemList > li.twoCols > ul > li {
	width: 45%;
	margin-right: 5%;
}

.itemList .helper a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 70px;
	line-height: 1.5;
	background-color: #f2f2f2;
}

.itemList .helper a:before {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '?';
	text-align: center;
	color: #666666;
	font-size: 14px;
	border: 1px solid #666666;
	border-radius: 100%;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	line-height: 21px;
}

.itemList .helper a:after {
	opacity: 1;
	visibility: visible;
	background-size: 10px 100%;
	right: -10px;
	width: 10px;
	background-image: url(/local/templates/icl/img/menuarrowgray.png);
}

.itemList .helper a:hover span {
	color: #333333;
}

/*start redesign .itemList*/

li.smart-list  {
	margin: 0;
	padding: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #FFFFFF;
	border: 8px solid #E2E2E2;
	box-sizing: border-box;
}
li.smart-list:not(:first-child) {
	margin-top: 40px;
}
li.smart-list .smart-list__wrap {
	margin: 44px 0 0 0;
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	overflow: hidden;
}
li.smart-list .smart-list__item {
	width: 50%;
}
li.smart-list > .pic {
	width: auto;
	max-width: 80px;
	height: 56px;
	display: block;
	position: static;
	margin-right: 20px;
}
li.smart-list > .pic > img {
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

li.smart-list > div.info {
	margin: 0;
	flex: 1 0 100%;
}

li.smart-list h3 {
	padding: 0;
}
li.smart-list h5 {
	width: 50%;
	display: block;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
li.smart-list h5:not(:first-of-type) {
	margin-top: 40px;
}
li.smart-list .smart-list__item > a {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #1A1A1A;
	background: #FFFFFF;
}
li.smart-list .smart-list__wrap > .smart-list__item > a::after {
	content: none;
}

li.smart-list h3,
li.smart-list h5,
li.smart-list a {
	color: #232323;
}

li.smart-list .smart-list__item a {
	cursor: pointer;
	transition: color 0.3s ease;
}
li .smart-list__item a:hover,
li .smart-list__item a:active{
	color: #FF0000;
}

@media (max-width: 767px) {
	li.smart-list .smart-list__item,
	li.smart-list .smart-list__wrap h3,
	li.smart-list .smart-list__wrap h5 {
		width: 100%;
	}
	li .smart-list__wrap {
		height: auto !important;
	}
	li.smart-list > h3 {
		font-size: 22px;
	}
}

/*end redesign .itemList*/


footer .siteWidth > .right {
	position: relative
}

footer .age {
	position: absolute;
	left: -100px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	vertical-align: middle;
	top: 49px;
	border: 1px solid #808080;
	border-radius: 100%;
	color: #999999;
	font-size: 16px;
	text-align: center;
}

.prodListshow .hidden {
	display: none;
}

.asd_rubrics > li {
	vertical-align: top;
	width: 45%;
	display: inline-block;
	padding-bottom: 20px;
	margin-right: 3%;
	font-size: 14px;
	color: #1a1a1a;
}

.asd_rubrics > li label {
	float: left;
	margin-left: 35px;
}

.asd_rubrics > li label .star {
	vertical-align: top;
	font-size: 12px;
	font-family: 'robotolight';
}

.asd_rubrics .jq-checkbox {
	margin-top: 0;
	float: left;
	margin-right: -100%;
}

.asd_rubrics {
	margin-bottom: 15px;
}

@-webkit-keyframes bganim {
	0% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-moz-keyframes bganim {
	0% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-ms-keyframes bganim {
	0% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-o-keyframes bganim {
	0% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bganim {
	0% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes contanim {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes contanim {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes contanim {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes contanim {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes contanim {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.helperWrap {
	position: relative;
	width: 850px;
	margin: 0px auto;
	height: 750px;
	opacity: 0;
}

.helperWrap > section {
	position: absolute;
	left: 0px;
	top: 0;
	width: 850px;
	height: 610px;
	padding-bottom: 40px;
	-webkit-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1s;
	-moz-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1s;
	-o-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1s;
	transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1s;
	font-size: 12px;
}

.helperWrap .bgWrap {
	height: 650px;
	width: 840px;
	overflow: hidden;
	position: relative;

}

.helperWrap.active2 .sect2, .helperWrap.active3 .sect2 {
	z-index: 7;
}

.helperWrap.active3 .sect3 {
	z-index: 8;
}

.helperWrap .sect1 {
	top: 80px;
	z-index: 3;
	left: 0px;

}

/* Animated background*/
.helperWrap .bgWrap .bganim {
	position: absolute;
	top: 0;
	left: 0;
	width: 840px;
	height: 610px;
	padding-top: 40px;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	z-index: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0s ease-in-out 1s;
	-moz-transition: all 0s ease-in-out 1s;
	-o-transition: all 0s ease-in-out 1s;
	transition: all 0s ease-in-out 1s;

}

.helperWrap.active2 .sect1, .helperWrap.active3 .sect2, .helperWrap.active3 .sect1 {
	z-index: 6;
}

.helperWrap.active1 .sect1 .bganim, .helperWrap.active2 .sect2 .bganim, .helperWrap.active3 .sect3 .bganim {
	-webkit-animation: bganim 1s ease-in-out;
	-moz-animation: bganim 1s ease-in-out;
	-ms-animation: bganim 1s ease-in-out;
	-o-animation: bganim 1s ease-in-out;
	animation: bganim 1s ease-in-out;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.helperWrap.active1 .sect1 .content, .helperWrap.active2 .sect2 .content, .helperWrap.active3 .sect3 .content {
	-webkit-animation: contanim 1.6s ease-in-out;
	-moz-animation: contanim 1.6s ease-in-out;
	-ms-animation: contanim 1.6s ease-in-out;
	-o-animation: contanim 1.6s ease-in-out;
	animation: contanim 1.6s ease-in-out;
	opacity: 1;
}

.helperWrap .content {
	position: relative;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity 0s ease-in-out 1.5s;
	-moz-transition: opacity 0s ease-in-out 1.5s;
	-o-transition: opacity 0s ease-in-out 1.5s;
	transition: opacity 0s ease-in-out 1.5s;
}

.helperWrap .sect1 .content {
	width: 830px;
	height: 560px;
	margin: 10px;
}

.helperWrap .sect2 .content, .helperWrap .sect3 .content {
	width: 790px;
	height: 430px;
	padding-top: 120px;
	border-bottom: 5px solid #990000;
	margin: 10px 30px 30px;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
}

.helperWrap.active1 .sect1 .content, .helperWrap.active2 .sect2 .content, .helperWrap.active3 .sect3 .content {
	opacity: 1;
}

.helperWrap.active2 .sect1 .bganim, .helperWrap.active3 .sect1 .bganim, .helperWrap.active1 .sect2 .bganim, .helperWrap.active3 .sect2 .bganim, .helperWrap.active3 .sect2 .bganim {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.helperWrap.active2 .sect1 .content, .helperWrap.active3 .sect1 .content, .helperWrap.active1 .sect2 .content, .helperWrap.active3 .sect2 .content, .helperWrap.active3 .sect2 .content {
	opacity: 1;
}

/* Animated headers*/

.helperWrap > section h2, .helperWrap > section .h2copy {
	position: absolute;
	line-height: 40px;
	display: block;
	height: 40px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 50px;
	cursor: pointer;
	padding: 0 0px 0 50px;
	z-index: 10;
	display: block;
	overflow: hidden;
	top: 0px;
	left: 0;
	width: 790px;
	z-index: 10;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
	font-family: 'circebold';
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scaleX(1) translateZ(1px);
	-ms-transform: scaleX(1);
	transform: scaleX(1) translateZ(1px);
}

.helperWrap > section .h2copy {
	bottom: 0;
	top: auto;
	-webkit-transform: scaleX(0) translateZ(1px);
	-ms-transform: scaleX(0);
	transform: scaleX(0) translateZ(1px);
	opacity: 0;
}

.helperWrap.active2 .sect1 .h2copy, .helperWrap.active3 .sect1 .h2copy, .helperWrap.active3 .sect2 .h2copy {
	-webkit-transform: scaleX(1) translateZ(1px);
	-ms-transform: scaleX(1);
	transform: scaleX(1) translateZ(1px);
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 1.4s;
	-moz-transition: all 0.8s ease-in-out 1.4s;
	-o-transition: all 0.8s ease-in-out 1.4s;
	transition: all 0.8s ease-in-out 1.4s;
}

.helperWrap .sect1 > .h2copy, .helperWrap .sect1 .bganim, .helperWrap .sect1:after {
	background: #CCCCCC;
}

.helperWrap .sect2 {
	top: 80px;
	left: 0px;
	z-index: 2;
	-webkit-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	-moz-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	-o-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
}

.helperWrap.firstanimation .sect2 {
	top: 40px;
	left: 10px;
}

.helperWrap .sect2 > .h2copy, .helperWrap .sect2 .bganim, .helperWrap .sect2:after {
	background: rgba(204, 0, 0, 0.9);
}

.helperWrap .sect3 {
	left: 10px;
	top: 80px;
	z-index: 1;
	-webkit-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	-moz-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	-o-transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
	transition: padding 0.4s ease-in-out 1s, z-index 0s ease-in-out 0.3s, top 0.5s ease-in-out 1.2s, left 0.5s ease-in-out 1.2s;
}

.helperWrap.firstanimation .sect3 {
	left: 20px;
	top: 0px;
}

.helperWrap .sect3 > .h2copy, .helperWrap .sect3 .bganim, .helperWrap .sect3:after {
	background: rgba(255, 128, 128, 0.9);
}

.helperWrap > section:after {
	display: block;
	height: 650px;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 10px;
}

.helperWrap > .sect2 h2, .helperWrap > .sect2 .h2copy, .helperWrap > .sect3 h2 {
	padding: 0 0px 0 40px;
	width: 800px;
	color: #fff;
}

.helperWrap > .sect3 h2 {
	padding: 0 0px 0 30px;
	width: 810px;
}

.helperWrap .sect1 .content .col1 {
	width: 240px;
	border-bottom: 5px solid #CC0000;
	margin-right: 10px;
	height: 555px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
}

.helperWrap .sect1 .content .col2 {
	width: 240px;
	border-bottom: 5px solid #FF0000;
	height: 555px;
	margin-right: 10px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
}

.helperWrap .sect1 .content .col3 {
	width: 326px;
	border-bottom: 5px solid #FF8080;
	display: inline-block;
	height: 555px;
	background: #fff;
	position: relative;
	vertical-align: top;
}

.helperWrap .sect1 .content .col1 ul, .helperWrap .sect1 .content .col2 ul, .helperWrap .sect1 .content .col3 ul {
	position: relative;
	z-index: 3;
}

.helperWrap .sect1 .content a {
	font-family: 'circeregular';
	font-size: 13px;
	display: block;
	border-bottom: none;
	line-height: 1.2;
}

.helperWrap .sect1 .content li {
	display: inline-block;
	width: 120px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out 1.8s;
	-moz-transition: all 0.4s ease-in-out 1.8s;
	-o-transition: all 0.4s ease-in-out 1.8s;
	transition: all 0.4s ease-in-out 1.8s;
	opacity: 0;
}

.helperWrap.firstanimation .sect1 .content li {
	opacity: 1;
}

.helperWrap .sect1 .content h4 {
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'circebold';
}

.helperWrap .sect1 .content .pic {
	min-height: 45px;
	display: block;
	line-height: 45px;
	vertical-align: bottom;
	margin-bottom: 5px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

@keyframes icohover2 {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	66% {
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}

@-moz-keyframes icohover2 {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	66% {
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes icohover2 {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	66% {
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}

@-o-keyframes icohover2 {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	66% {
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.helperWrap .sect1 .content a:hover .pic {
	-moz-animation: icohover2 0.5s ease-in-out;
	-webkit-animation: icohover2 0.5s ease-in-out;
	-o-animation: icohover2 0.5s ease-in-out;
	animation: icohover2 0.5s ease-in-out;
}

.helperWrap .sect1 .content .name {
	color: #1A1A1A;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
}

.helperWrap .sect1 .content a:hover .name {
	border-bottom-color: transparent;
}

.helperWrap .sect1 .content .pic img {
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(1px);
	margin: 0 auto;
	display: inline-block;
	vertical-align: bottom;
}

.helperWrap .sect1 .content .ico4, .helperWrap .sect1 .content .ico5, .helperWrap .sect1 .content .ico10, .helperWrap .sect1 .content .ico11, .helperWrap .sect1 .content .ico16, .helperWrap .sect1 .content .ico17, .helperWrap .sect1 .content .ico18 {
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.helperWrap .sect1 .content .ico1, .helperWrap .sect1 .content .ico7, .helperWrap .sect1 .content .ico12, .helperWrap .sect1 .content .ico13 {
	-webkit-transition-delay: 2.2s;
	-moz-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.helperWrap .sect1 .content .ico6, .helperWrap .sect1 .content .ico19, .helperWrap .sect1 .content .ico20 {
	-webkit-transition-delay: 2.4s;
	-moz-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.textup {
	text-transform: uppercase;
}

.helperWrap .sect1 .content .ico1, .helperWrap .sect1 .content .ico7 {
	left: 50%;
	margin-left: -60px;
	top: 20px;
}

.helperWrap .sect1 .content .ico2, .helperWrap .sect1 .content .ico8 {
	left: 0px;
	top: 120px;
}

.helperWrap .sect1 .content .ico3, .helperWrap .sect1 .content .ico9 {
	right: 0px;
	top: 120px;
}

.helperWrap .sect1 .content .ico9 {
	width: 110px;
}

.helperWrap .sect1 .content .ico4, .helperWrap .sect1 .content .ico10 {
	left: 0px;
	top: 295px;
}

.helperWrap .sect1 .content .ico10 {
	left: 15px;
	width: 100px;
}

.helperWrap .sect1 .content .ico5 {
	right: 0px;
	top: 295px;
}

.helperWrap .sect1 .content .ico6 {
	left: 50%;
	top: 390px;
	width: 150px;
	margin-left: -75px;
}

.helperWrap .sect1 .content .ico11 {
	right: 0px;
	top: 295px;
}

.helperWrap .sect1 .content .ico12 {
	left: 30px;
	top: 10px;
}

.helperWrap .sect1 .content .ico13 {
	right: 20px;
	top: 10px;
}

.helperWrap .sect1 .content .ico14 {
	left: -20px;
	top: 120px;
}

.helperWrap .sect1 .content .ico15 {
	left: 50%;
	margin-left: -60px;
	top: 120px;
}

.helperWrap .sect1 .content .ico16 {
	left: -20px;
	top: 295px;
}

.helperWrap .sect1 .content .ico17 {
	left: 90px;
	top: 305px;
}

.helperWrap .sect1 .content .ico18 {
	right: 20px;
	top: 305px;
}

.helperWrap .sect1 .content .ico19 {
	left: 90px;
	top: 390px;
}

.helperWrap .sect1 .content .ico20 {
	right: 20px;
	top: 390px;
}

.helperWrap .sect1 .content .ico21 {
	right: 0;
	top: 122px;
	max-width: 113px;
}
.helperWrap .sect1 .content .ico21 img{
	max-width: 40px;
	max-height: 40px;
}
.helperWrap .sect1 .line {
	position: absolute;
	top: 160px;
	width: 0px;
	height: 280px;
	background: url(/local/templates/icl/img/treeline_v.2.png) 0 0 no-repeat;
	left: 0px;
	display: block;
	z-index: 1;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.7s ease-in-out 1.8s;
	-moz-transition: all 0.7s ease-in-out 1.8s;
	-o-transition: all 0.7s ease-in-out 1.8s;
	transition: all 0.7s ease-in-out 1.8s;
}

.helperWrap.firstanimation {
	-webkit-transition: all 0.5s ease-in-out 1s;
	-moz-transition: all 0.5s ease-in-out 1s;
	-o-transition: all 0.5s ease-in-out 1s;
	transition: all 0.5s ease-in-out 1s;
	opacity: 1;
}

.helperWrap.firstanimation .sect1 .line {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	width: 890px;
}

.helperWrap .sect1 .dataCenter {
	border: 1px dotted #999999;
	height: 210px;
	width: 230px;
	position: absolute;
	z-index: 1;
	right: 12px;
	bottom: 12px;
}

.helperWrap .sect1 .dataCenter strong {
	display: block;
	text-transform: uppercase;
	color: #7F7F7F;
	letter-spacing: 0.5px;
	font-size: 11px;
	padding-left: 50px;
	padding-top: 5px;
}

.helperWrap .sect1 .leftIco {
	position: absolute;
	right: 100%;
	top: 330px;
	text-align: center;
	width: 120px;
	z-index: 10;
}

.helperWrap .sect1 .leftIco:after {
	display: block;
	content: '';
	left: 110px;
	background: #CCCCCC;
	height: 3px;
	width: 0px;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.4s ease-in-out 2s;
	-moz-transition: all 0.4s ease-in-out 2s;
	-o-transition: all 0.4s ease-in-out 2s;
	transition: all 0.4s ease-in-out 2s;
	z-index: 10;
}

.helperWrap .sect1 .rightIco {
	left: 100%;
	width: 120px;
	text-align: center;
	top: 330px;
	position: absolute;
	z-index: 10;
	border: none;
	color: #1a1a1a;
}

.helperWrap .sect1 a.rightIco:hover span {
	-moz-animation: icohover2 0.5s ease-in-out;
	-webkit-animation: icohover2 0.5s ease-in-out;
	-o-animation: icohover2 0.5s ease-in-out;
	animation: icohover2 0.5s ease-in-out;
}

.helperWrap .sect1 .leftIco span, .helperWrap .sect1 .rightIco span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

.helperWrap .sect1 .leftIco img, .helperWrap .sect1 .rightIco img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.helperWrap .sect1 .rightIco:after {
	display: block;
	content: '';
	right: 90px;
	background: #CCCCCC;
	height: 3px;
	width: 0px;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.4s ease-in-out 2s;
	-moz-transition: all 0.4s ease-in-out 2s;
	-o-transition: all 0.4s ease-in-out 2s;
	transition: all 0.4s ease-in-out 2s;
	z-index: 10;
}

.helperWrap.active1 .sect1 .rightIco:after, .helperWrap.active2 .sect1 .rightIco:after, .helperWrap.active3 .sect1 .rightIco:after {
	width: 30px;
}

.helperWrap.active1 .sect1 .leftIco:after, .helperWrap.active2 .sect1 .leftIco:after, .helperWrap.active3 .sect1 .leftIco:after {
	width: 10px;
}

.helperWrap .sect2 .content .ico, .helperWrap .sect3 .content .ico {
	width: 90px;
	margin-left: 180px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.helperWrap .sect2 .content .ico img, .helperWrap .sect3 .content .ico img {
	-webkit-transform: translateZ(1px);
	transform: translateZ(1px);
}

.helperWrap .sect2 .content .info, .helperWrap .sect3 .content .info {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	margin-left: 15px;
}

.helperWrap .sect2 .content .info p, .helperWrap .sect3 .content .info p {
	padding-bottom: 50px;
}

.helperPopup .modalWindow > h3, .helperPopup .modalWindow .h3span {
	margin-bottom: 40px;
	background: #CC0000;
	color: #fff;
	height: 60px;
	font-size: 16px;
	font-family: 'circebold';
	line-height: 60px;
	margin: 0 -50px 30px;
	padding: 0 25px;
}

.helperPopup .modalWindow {
	border-bottom: 5px solid #CC0000
}

.helperPopup .color2 > h3, .helperPopup .color2 .h3span {
	background: #FF0000;
}

.helperPopup .modalWindow.color2 {
	border-bottom: 5px solid #FF0000
}

.helperPopup .color3 > h3, .helperPopup .color3 .h3span {
	background: #FF8080;
}

.helperPopup .modalWindow.color3 {
	border-bottom: 5px solid #FF8080
}

.helperPopup .ico {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	text-align: center;
}

.helperPopup .ico img {
	-webkit-transform: translateZ(1px);
	transform: translateZ(1px);
}

.helperPopup .info {
	width: 335px;
	vertical-align: top;
	display: inline-block;
}

.helperWrap .sect2 .content .info h5, .helperWrap .sect3 .content .info h5 {
	font-size: 14px;
	text-transform: uppercase
}

.helperWrap .sect2 .content .info a, .helperWrap .sect3 .content .info a {
	color: #1A1A1A;
}

.helperWrap .sect2 .content .info .list, .helperWrap .sect3 .content .info .list {
	padding-left: 0;
}

.helperWrap .sect2 .content .info .list li:before, .helperWrap .sect3 .content .info .list li:before {
	background: #1A1A1A
}

.helperWrap .sect2 .content .info .list li, .helperWrap .sect3 .content .info .list li {
	padding-bottom: 10px;
}

.helperPopup .fancybox-prev {
	left: -150px;
}

.helperPopup .fancybox-next {
	right: -150px;
}

.helperPopup .modalWindow {
	padding: 0 50px 40px;
	width: 440px;
}

.helperPopup h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'circebold';
	padding-bottom: 15px;
}

.helperPopup .list {
	padding-left: 0;
}

.helperPopup .list a {
	color: #1A1A1A;
}

.helperPopup .list li:before {
	background: #1A1A1A;
}

.helperPopup .list li {
	padding-bottom: 5px;
}

.servFormOk + .form {
	display: none
}

.assistantForm .starrequr {
	margin-top: 10px;
}

.helperPopup .formText {
	color: #666666;
	border-top: 1px dotted #666666;
	padding-top: 20px;
	font-size: 12px;
}

.formzog label.error {
	left: 0;
	right: auto;
	width: 280px;
	top: -17px;
}

.formzog .jq-checkbox {
	float: left;
	margin-right: -100%;
	margin-bottom: 4px;
	overflow: visible !important;
}

.formzog > label {
	display: block;
	margin-left: 30px;
}

/* Animation styles*/
.services .twoCols .redInfo {
	min-height: 130px;
	line-height: 130px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

.animService .twoCols .redInfo {

	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.services .leftMenuWrap {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

.animService .leftMenuWrap {
	-webkit-transition: all 0.6s ease-in-out 0.2s;
	-moz-transition: all 0.6s ease-in-out 0.2s;
	-o-transition: all 0.6s ease-in-out 0.2s;
	transition: all 0.6s ease-in-out 0.2s;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.services .tagList li, .services .tagList .title, .projBottomNav .tagList .title, .projBottomNav .tagList li {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
}

.animService .tagList li, .animService .tagList .title, .projBottomNav.animate .tagList .title, .projBottomNav.animate .tagList li {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.animService .tagList li, .projBottomNav.animate .tagList li {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.animService .tagList li:nth-child(2), .projBottomNav.animate .tagList li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.animService .tagList li:nth-child(3), .projBottomNav.animate .tagList li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.animService .tagList li:nth-child(4), .projBottomNav.animate .tagList li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.animService .tagList li:nth-child(5), .projBottomNav.animate .tagList li:nth-child(5) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.animService .tagList li:nth-child(6), .projBottomNav.animate .tagList li:nth-child(6) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.animService .tagList li:nth-child(7), .projBottomNav.animate .tagList li:nth-child(7) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.animService .tagList li:nth-child(8), .projBottomNav.animate .tagList li:nth-child(8) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.animService .tagList li:nth-child(9), .projBottomNav.animate .tagList li:nth-child(9) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.animService .tagList li:nth-child(10), .projBottomNav.animate .tagList li:nth-child(10) {
	-webkit-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.services .rightCont .leftText, .services .rightCont .rightText, .services .twoCols .w50.left, .services .w42.right .WhitewithBorder, .services .w42.right .filesBlock {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.animService .rightCont .leftText, .animService .rightCont .rightText, .animService .twoCols .w50.left, .animService .w42.right .WhitewithBorder, .animService .w42.right .filesBlock {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.projanimateAll .project .w50.left, .projanimateAll .project .w42.right, .projectCenter.animate .w50.left, .projectCenter.animate .w42.right {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.project .w50.left, .projectCenter .w50.left {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
}

.project .w42.right, .projectCenter .w42.right {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
}

.services .rightCont .rightText, .animService .w42.right .WhitewithBorder {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.animService .w42.right .filesBlock {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.WhiteBlocksSlider .contSlider > ul > li .ico {
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	-moz-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	-o-transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	transition: all 0.7s ease-in-out, opacity 0.4s ease-in-out;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(2) .ico {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(3) .ico {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(4) .ico {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.WhiteBlocksSlider .contSlider > ul > li:nth-child(5) .ico {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.WhiteBlocksSlider .contSlider > ul > li:hover .ico {
	-moz-animation: icohover 0.7s ease-in-out;
	-webkit-animation: icohover 0.7s ease-in-out;
	-o-animation: icohover 0.7s ease-in-out;
	animation: icohover 0.7s ease-in-out;
}

.WhiteBlocksSlider.animate .contSlider > ul > li .ico {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

@keyframes icohover {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	66% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}

@-moz-keyframes icohover {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	66% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes icohover {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	66% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}

@-o-keyframes icohover {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	33% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	66% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.services .numbersBlock > ul > li {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.services .numbersBlock > ul > li:nth-child(3), .services .numbersBlock > ul > li:nth-child(4) {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.services .numbersBlock > ul > li:nth-child(2), .services .numbersBlock > ul > li:nth-child(3) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.services .animate.numbersBlock > ul > li {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.twoCols.expertAnim h2, .twoCols.expertAnim .h2span {
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.twoCols.expertAnim.animate h2, .twoCols.expertAnim.animate .h2span {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.twoCols.expertAnim .redInfo {
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
}

.twoCols.expertAnim.animate .redInfo, .projBottomNav.animate .redFileBtn {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.projBottomNav .redFileBtn {
	-webkit-transition: all 0.8s ease-in-out 0.3s;
	-moz-transition: all 0.8s ease-in-out 0.3s;
	-o-transition: all 0.8s ease-in-out 0.3s;
	transition: all 0.8s ease-in-out 0.3s;
	opacity: 0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
}

.projBottomNav.animate .redFileBtn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.projBottomNav .redFileBtn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-transform: translateX(0px) translateY(4px);
	-moz-transform: translateX(0px) translateY(4px);
	-ms-transform: translateX(0px) translateY(4px);
	-o-transform: translateX(0px) translateY(4px);
	transform: translateX(0px) translateY(4px);

}

.servecesBanner, .expertPic, .projectPic {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.servecesBanner.animService, .expertPic.animate, .projanimatePic .projectPic {
	opacity: 1;
}

.numbersBlock + h3.center, .projectCenter h3, .projectCenter .h3span {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
}

.services #clientslider {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
}

.numbersBlock.animate + h3.center, .services #clientslider.animate, .projectCenter.animate h3 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.grayBg.services {
	z-index: 3;
}

.servecesBanner {
	z-index: 1;
}

.w45.left.withAnim2, .w45.right.withAnim2, .companyTopRedBlocks + .w70, .w45.right.withAnim2 + .filesBlock {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.companyTopRedBlocks li {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
}

.companyTopRedBlocks li:first-child {
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
}

.docreadyAnim .companyTopRedBlocks li {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.companyTopRedBlocks + .w70 {
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
}

.w45.right.withAnim2.show, .w45.left.withAnim2.show, .docreadyAnim .companyTopRedBlocks + .w70, .w45.right.withAnim2.show + .filesBlock {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.paleBlock {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.paleBlock.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.w50.left.smallfont, .w42.right.educationBlock {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
}

.w50.left.smallfont.show, .w42.right.educationBlock.show {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.w42.right.educationBlock {
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
}

#topnav .hiddenMenu .assistantLink {
	text-align: center;
	padding: 20px 0;
	margin: 0 -60px;
	background: #333333;
}

#topnav .hiddenMenu .assistantLink a, #topnav .hiddenMenu .assistantLink a:hover {
	border: none;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: none;
	color: #fff;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	margin-left: -30px;
}

#topnav .hiddenMenu .assistantLink a:hover {
	border-bottom-color: transparent;
}

#topnav .hiddenMenu .assistantLink a:after {
	position: absolute;
	right: -40px;
	top: -2px;
	background: transparent;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	content: '?';
	border-radius: 100%;
	opacity: 1;
	visibility: visible;
}

#topnav > ul > li.openedMenu > a.grayTriang:after {
	border-color: transparent transparent #333333;
}

#topnav > ul > li.openedMenu > a.grayTriang + .closeCross {
	top: 200px;
}

.newsScroller {
	margin: 0 80px;
	position: relative;
	overflow: hidden;
}

.newsScroller > ul {
	white-space: nowrap;
}

.newsScroller > .newsList > li {
	width: 290px;
	margin-left: 0px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: normal;
}

.newsScrollerWrap .newsScroller .newsList {
	margin: 0 auto;
	padding: 0;
}

.newsScrollerWrap .prev, .newsScrollerWrap .next {
	position: absolute;
	top: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 36px;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	width: 36px;
	border: 2px solid #ff0000;
	left: 20px;
	margin-top: -18px;
}

.newsScrollerWrap .next {
	left: auto;
	right: 20px;
}

.newsScrollerWrap .prev:after, .newsScrollerWrap .next:after, .newsScrollerWrap .prev:before, .newsScrollerWrap .next:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: url('/bitrix/templates/icl/img/redrightarrow.png') center center no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.newsScrollerWrap .prev:before, .newsScrollerWrap .prev:after {
	background-image: url('/bitrix/templates/icl/img/redleftarrow.png');
}

.newsScrollerWrap .next:after {
	left: -200%;
}

.newsScrollerWrap .next:hover:after {
	left: 0;
}

.newsScrollerWrap .next:hover:before {
	left: 200%;
}

.newsScrollerWrap .prev:after {
	right: -200%;
	left: auto;
}

.newsScrollerWrap .prev:before {
	left: auto;
	right: 0;
}

.newsScrollerWrap .prev:hover:after {
	right: 0;
}

.newsScrollerWrap .prev:hover:before {
	right: 200%;
}

.newsScrollerWrap .next.disabled, .newsScrollerWrap .prev.disabled {
	opacity: 0;
	cursor: default;
}

.newsScrollerWrap {
	position: relative;
}

.w90 {
	margin: 0 auto;
	width: 90%;
}

.videoabout {
	text-align: center;
	margin: 0 auto 55px auto;
	width: 100%;
	max-width: 780px;
	/* height: 440px; */
	height: calc(100vmin / 16 * 9);
	max-height: 440px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.videoabout .bigVideoList, .videoabout .bigVideoList li {
	margin: 0;
}

.videoabout ul, .videoabout li, .videoabout .video-container {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.searchList > li {
	padding: 30px;
}

.searchList > li .header {
	border: none;
	display: block;
	height: auto;
	line-height: normal;
	padding-bottom: 20px;
	color: #1a1a1a;
}

.searchList > li .header strong {
	display: inline-block;
	font-size: 12px;
	font-family: 'circebold';
	line-height: 1.6;
	max-width: 100%;
	text-transform: uppercase;
	vertical-align: middle;
}

.searchList > li .header:after {
	display: none;
}

.vacancyPanes.searchPanes > li {
	display: block
}

.searchForm {
	margin-left: 0;
}

.leftVacancyNav.searchNav ul li.disabled, .leftVacancyNav.searchNav ul li.disabled a {
	cursor: default;
}

.leftMenuWrap .leftBtnBlock .redBtn {
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
}

.leftMenuWrap .leftBtnBlock .redBtn .text {
	font-size: 13px;
}

.leftMenuWrap .leftBtnBlock .redBtn:after, .leftMenuWrap .leftBtnBlock .redBtn:before {
	display: none
}

.headerPhone, .headerPhone:link, .headerPhone:visited {
	position: absolute;
	right: 395px;
	bottom: 42px;
	border: none;
	color: #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	font-family: 'circebold';
}

.fixed .headerPhone, .fixed .headerPhone:link, .fixed .headerPhone:visited {
	bottom: 17px;
}

.headerPhone a, .headerPhone a:link, .headerPhone a:visited {
	border: none;
	color: #1a1a1a;
}

.footerPhone, .footerPhone:link, .footerPhone:visited {
	position: absolute;
	display: none;
	right: 100%;
	padding-right: 20px;
	top: -2px;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
}

.footerPhone a, .footerPhone a:link, .footerPhone a:visited {
	color: #999999;
	border: none;
}

/* суб-услуги в услугах */
.subservices-tabs {
	background-color: #fff;
}

.subservices-tabs .leftPosTabs {
	margin-right: 0;
	width: 100%;
	float: none;
}

.subservices-tabs .leftPosContent {
	box-sizing: border-box;
	border: 0;
	background: none;
	border: 1px solid #e6e6e6;
	outline: none;
}

.subservices-tabs .leftPosTabs > li {
	margin: 0;
	border-top: 1px solid #e6e6e6;
}

.subservices-tabs .leftPosTabs > li:first-child {
	border-top: 0;
}

.subservices-tabs .leftPosTabs > li > a {
	background-color: #F2F2F2;
	padding: 30px 15px;
}

.subservices-tabs .leftPosTabs > li > a.current {
	background-color: #fff;
	border: 5px solid #f00 !important;
}

.subservices-tabs .leftPosTabs > li > a.current:after {
	display: none;
}

.subservices-tabs .whieBtn {
	background-color: #f00;
}

.subservices-tabs .whieBtn:hover {
	border: 1px solid #f00;
}

/* end of суб-услуги в услугах */

.gsLogo {
	position: absolute;
	right: 50px;
	bottom: 0;
	margin: 0;
	z-index: 1;
	clear: both;
}

.gsLogo a {
	opacity: 0.3;
	border: none;
}

.gsLogo a:hover {
	opacity: 1;
}

/* bage NEW in the top nav */
#topnav li.with-bage {
}

#topnav li.with-bage > a {
	padding-right: 5px;
}

#topnav .bage--new {
	font-size: 9px;
	font-family: 'circebold';
	color: #ec1e24 !important;
	display: inline-block;
	padding-left: 5px;
	text-transform: uppercase;
	border-bottom: none !important;
}

#topnav a:hover .bage--new {
	color: #fff !important;
}

/* service center table in
http://icl-services.com/contacts/
 */
.contItem--table {
	position: relative;
	width: 100%;
	display: block;
}

.contacts-table-wrapper {
}

.contacts-table-wrapper table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
}

.contacts-table-wrapper thead {
	border-bottom: 2px solid #f2f2f2;
	text-transform: uppercase
}

.contacts-table-wrapper th {
	padding-bottom: 10px;
}

.contacts-table-wrapper tr {
	border-bottom: 1px dotted #e6e6e6;
}

.contacts-table-wrapper td {
	padding: 15px 0;
}

.contacts-table-wrapper td.city {
}

.contacts-table-wrapper td.address {
}

.contacts-table-wrapper td.phone {
}

.contacts-table-wrapper th.address,
.contacts-table-wrapper td.address {
	padding-left: 5px;
	padding-right: 5px;
}

.contacts-search-field-wrapper {
	position: absolute;
	top: 10px;
	right: 40px;
}

.contacts-search-field {
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	width: 225px;
	line-height: 30px;
	height: 30px;
}

/* new attach file */
.newsDetail .getattach-block {
	padding-top: 30px;
}

.newsDetail .getattach-link {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0;
	text-transform: uppercase;
	font-family: 'circebold';
	line-height: 19px;
	color: #f00;
}

.newsDetail .getattach-link img {
	width: 21px;
	height: 19px;
	margin-right: 7px;
	vertical-align: bottom;
}

.newsDetail .getattach-link span {
	vertical-align: middle;
	border-bottom: 1px solid #f00;
}

.newsDetail .getattach-link:hover span {
	text-decoration: none;
	border-bottom: 0;
}

.formlineIBLOCK_SECTION {
	display: none !important;
}

.footer__menus {
	display: inline-block;
	float: left;
	min-height: 199px;
}

.footer__external {
	padding-top: 5px;
	font-family: 'circebold';
	clear: both;
	line-height:180%;
}
.footer__external ul{padding:0;}
.footer__external ul li{
	padding:0;
	display:inline-block;
	vertical-align:top;
	width:45%;
}

.footer__external a {
	text-decoration: none;
	border-bottom: 0;
	line-height:normal;
}

.footer__external a i {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 4px;
	width: 12px;
	height: 12px;
	background: url(/local/templates/icl/img/icon--newwin@2x.png) left top no-repeat;
	background-size: 12px 12px;
}

.footer__external span {
	display: block;
}

.footer__menus-clearfix {
	display: none;
}

.formline437 {
	display: none;
}

.lfText {
	font-size: 12px;
	line-height: normal;
	color: #999;
}

.lineFormText {
	display: none;
}

.nree-header {
	background: #cc0000;
	color: #fff;
	padding: 130px 0 100px;
}

.nree-header-text {
	overflow: hidden;
}

.nree-header-text h1 {
	float: left;
	width: 380px;
}

.nree-header-text h1 span {
	text-transform: none;
	font-size: 24px;
	font-family: 'circeregular';
	font-weight: normal;
}

.nree-header-text p {
	float: right;
	font-size: 16px;
	width: 56%;
}

.nree-block {
	float: right;
	margin-top: -270px;
	position: relative;
	z-index: 2;
	margin-right: -40px;
	width: 959px;
	height: 1163px;
}

.nree-block--santa {
	margin-top: 0;
	height: 740px;
}

.ntree-info {
	position: relative;
	z-index: 3;
	margin-top: -70px;
	background: #fff;
	width: 300px;
	border: 1px solid #dbdbdb;
	padding: 40px 40px 30px;
	float: left;
	margin-right: -100%;
	line-height: normal;
}

.ntree-info h3 {
	text-transform: none;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.ntree-info h3:after {
	display: block;
	content: '';
	left: 0;
	width: 88px;
	height: 5px;
	background: #990000;
	position: absolute;
	bottom: 0;
}

.ntree-info ul.list > li {
	padding-bottom: 8px;
}

.ntree-footer {
	background: #2b2b2b;
	color: #fff;
	padding: 40px 0;
}

.ntree-footer h2 {
	float: left;
	max-width: 48%;
}

.ntree-footer .right {
	width: 400px;
	color: #999999;
	font-size: 13px;
	max-width: 48%;
}

.ntree-footer .right ul.list {
	padding: 0;
}

.ntree-footer .right strong {
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
}

@keyframes present-anim {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	20%, 100% {
		box-shadow: 0 0 0 30px transparent;
	}
}

@-moz-keyframes present-anim {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	20%, 100% {
		box-shadow: 0 0 0 30px transparent;
	}
}

@-webkit-keyframes present-anim {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	20%, 100% {
		box-shadow: 0 0 0 30px transparent;
	}
}

@-o-keyframes present-anim {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	20%, 100% {
		box-shadow: 0 0 0 30px transparent;
	}
}

.ntree-toys {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}

.ntree-toys li {
	position: absolute;
	left: 51%;
	top: 117px;
}

.ntree-toys li a {
	display: block;
	width: 100px;
	height: 110px;
	border: none;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

.ntree-toys li a.hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.ntree-toys li a:before, .ntree-toys li a em {
	border-radius: 100%;
	bottom: 14px;

	display: block;
	height: 80px;
	left: 9px;
	position: absolute;
	width: 80px;
	z-index: 1;
	content: '';
	-webkit-animation: present-anim 6s ease-in-out infinite;
	-khtml-animation: present-anim 6s ease-in-out infinite;
	-moz-animation: present-anim 6s ease-in-out infinite;
	-ms-animation: present-anim 6s ease-in-out infinite;
	-o-animation: present-anim 6s ease-in-out infinite;
	animation: present-anim 6s ease-in-out infinite;
}

.ntree-toys li a em {
	-webkit-animation: present-anim 6s ease-in-out infinite 0.6s;
	-khtml-animation: present-anim 6s ease-in-out infinite 0.6s;
	-moz-animation: present-anim 6s ease-in-out infinite 0.6s;
	-ms-animation: present-anim 6s ease-in-out infinite 0.6s;
	-o-animation: present-anim 6s ease-in-out infinite 0.6s;
	animation: present-anim 6s ease-in-out infinite 0.6s;
}

.ntree-toys--boxes li a {
	width: 65px;
	height: 65px;
}

.ntree-toys li:nth-child(2) a:before {
	-webkit-animation: present-anim 6s ease-in-out infinite 1.2s;
	-khtml-animation: present-anim 6s ease-in-out infinite 1.2s;
	-moz-animation: present-anim 6s ease-in-out infinite 1.2s;
	-ms-animation: present-anim 6s ease-in-out infinite 1.2s;
	-o-animation: present-anim 6s ease-in-out infinite 1.2s;
	animation: present-anim 6s ease-in-out infinite 1.2s;
}

.ntree-toys li:nth-child(2) a em {
	-webkit-animation: present-anim 6s ease-in-out infinite 1.8s;
	-khtml-animation: present-anim 6s ease-in-out infinite 1.8s;
	-moz-animation: present-anim 6s ease-in-out infinite 1.8s;
	-ms-animation: present-anim 6s ease-in-out infinite 1.8s;
	-o-animation: present-anim 6s ease-in-out infinite 1.8s;
	animation: present-anim 6s ease-in-out infinite 1.8s;
}

.ntree-toys li:nth-child(3) a:before {
	-webkit-animation: present-anim 6s ease-in-out infinite 2.4s;
	-khtml-animation: present-anim 6s ease-in-out infinite 2.4s;
	-moz-animation: present-anim 6s ease-in-out infinite 2.4s;
	-ms-animation: present-anim 6s ease-in-out infinite 2.4s;
	-o-animation: present-anim 6s ease-in-out infinite 2.4s;
	animation: present-anim 6s ease-in-out infinite 2.4s;
}

.ntree-toys li:nth-child(3) a em {
	-webkit-animation: present-anim 6s ease-in-out infinite 3s;
	-khtml-animation: present-anim 6s ease-in-out infinite 3s;
	-moz-animation: present-anim 6s ease-in-out infinite 3s;
	-ms-animation: present-anim 6s ease-in-out infinite 3s;
	-o-animation: present-anim 6s ease-in-out infinite 3s;
	animation: present-anim 6s ease-in-out infinite 3s;
}

.ntree-toys li:nth-child(4) a:before {
	-webkit-animation: present-anim 6s ease-in-out infinite 3.6s;
	-khtml-animation: present-anim 6s ease-in-out infinite 3.6s;
	-moz-animation: present-anim 6s ease-in-out infinite 3.6s;
	-ms-animation: present-anim 6s ease-in-out infinite 3.6s;
	-o-animation: present-anim 6s ease-in-out infinite 3.6s;
	animation: present-anim 6s ease-in-out infinite 3.6s;
}

.ntree-toys li:nth-child(4) a em {
	-webkit-animation: present-anim 6s ease-in-out infinite 4.2s;
	-khtml-animation: present-anim 6s ease-in-out infinite 4.2s;
	-moz-animation: present-anim 6s ease-in-out infinite 4.2s;
	-ms-animation: present-anim 6s ease-in-out infinite 4.2s;
	-o-animation: present-anim 6s ease-in-out infinite 4.2s;
	animation: present-anim 6s ease-in-out infinite 4.2s;
}

.ntree-toys li:nth-child(5) a:before {
	-webkit-animation: present-anim 6s ease-in-out infinite 4.8s;
	-khtml-animation: present-anim 6s ease-in-out infinite 4.8s;
	-moz-animation: present-anim 6s ease-in-out infinite 4.8s;
	-ms-animation: present-anim 6s ease-in-out infinite 4.8s;
	-o-animation: present-anim 6s ease-in-out infinite 4.8s;
	animation: present-anim 6s ease-in-out infinite 4.8s;
}

.ntree-toys li:nth-child(5) a em {
	-webkit-animation: present-anim 6s ease-in-out infinite 5.4s;
	-khtml-animation: present-anim 6s ease-in-out infinite 5.4s;
	-moz-animation: present-anim 6s ease-in-out infinite 5.4s;
	-ms-animation: present-anim 6s ease-in-out infinite 5.4s;
	-o-animation: present-anim 6s ease-in-out infinite 5.4s;
	animation: present-anim 6s ease-in-out infinite 5.4s;
}

.ntree-toys li a span {
	display: block;
	content: '';
	left: 0;
	top: 0;
	background: url(/local/templates/icl/img/toys-sprite.png) 4px 1px no-repeat;
	width: 100px;
	height: 110px;
	z-index: 4;
	position: absolute;
}

.ntree-toys li a span:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/local/templates/icl/img/toy-stars.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 5;
}

.ntree-toys--boxes li.toy21 a span:before {
	background-position: -12px -18px;
}

.ntree-toys--boxes li.toy31 a span:before {
	background-position: -17px 6px;
}

.ntree-toys--boxes li.toy41 a span:before {
	background-position: -17px 14px;
}

.ntree-toys--boxes li.toy61 a span:before {
	background-position: -3px -12px;
}

.ntree-toys li a:after {
	border-radius: 100%;
	bottom: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 80px;
	left: 9px;
	position: absolute;
	width: 80px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

.ntree-toys li a:hover:after {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.ntree-toys--boxes li a:after, .ntree-toys--boxes li a:hover:after {
	content: none;
}

.ntree-toys--boxes li a:before, .ntree-toys--boxes li a:hover:before {
	content: none;
}

.ntree-toys li a:hover span:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

.ntree-toys li.toy2 {
	top: 465px;
	margin-left: -150px;
}

.ntree-toys li.toy2 a span {
	background-position: -190px 0;
}

.ntree-toys li.toy11 {
	left: 50%;
	top: 117px;
	-webkit-animation: giftbox-animation 7s ease infinite 3s;
	-moz-animation: giftbox-animation 7s ease infinite 3s;
	-o-animation: giftbox-animation 7s ease infinite 3s;
	animation: giftbox-animation 7s ease infinite 3s;
}

.ntree-toys li.toy21 {
	top: 142px;
	left: 59%;
	-webkit-animation: giftbox-animation 7s ease infinite 5.2s;
	-moz-animation: giftbox-animation 7s ease infinite 5.2s;
	-o-animation: giftbox-animation 7s ease infinite 5.2s;
	animation: giftbox-animation 7s ease infinite 5.2s;
}

.ntree-toys li.toy3 {
	top: 600px;
	margin-left: -80px;
}

.ntree-toys li.toy3 a span {
	background-position: -398px 0;
}

.ntree-toys li.toy31 {
	top: 174px;
	left: 42%;
	-webkit-animation: giftbox-animation 7s ease infinite 11s;
	-moz-animation: giftbox-animation 7s ease infinite 11s;
	-o-animation: giftbox-animation 7s ease infinite 11s;
	animation: giftbox-animation 7s ease infinite 11s;
}

.ntree-toys li.toy4 {
	top: 800px;
	margin-left: 100px;
}

.ntree-toys li.toy4 a span {
	background-position: -581px 1px;
}

.ntree-toys li.toy41 {
	top: 178px;
	left: 67%;
	-webkit-animation: giftbox-animation 7s ease infinite 8.6s;
	-moz-animation: giftbox-animation 7s ease infinite 8.6s;
	-o-animation: giftbox-animation 7s ease infinite 8.6s;
	animation: giftbox-animation 7s ease infinite 8.6s;
}

.ntree-toys li.toy5 {
	top: 820px;
	margin-left: -200px;
}

.ntree-toys li.toy5 a span {
	background-position: -778px 0;
}

.ntree-toys li.toy51 {
	top: 480px;
	left: 65%;
	-webkit-animation: giftbox-animation 7s ease infinite 7.2s;
	-moz-animation: giftbox-animation 7s ease infinite 7.2s;
	-o-animation: giftbox-animation 7s ease infinite 7.2s;
	animation: giftbox-animation 7s ease infinite 7.2s;
}

.ntree-toys li.toy61 {
	top: 522px;
	left: 75%;
	-webkit-animation: giftbox-animation 7s ease infinite 13s;
	-moz-animation: giftbox-animation 7s ease infinite 13s;
	-o-animation: giftbox-animation 7s ease infinite 13s;
	animation: giftbox-animation 7s ease infinite 13s;
}

.ntree-toys li.toy71 {
	top: 84px;
	left: 64%;
	-webkit-animation: giftbox-animation 7s ease infinite 14s;
	-moz-animation: giftbox-animation 7s ease infinite 14s;
	-o-animation: giftbox-animation 7s ease infinite 14s;
	animation: giftbox-animation 7s ease infinite 14s;
}

.ntree-toys .toy11 {

}

.ntree-toys .toy11 a span {
	width: 65px;
	height: 65px;
	background: url('/local/templates/icl/img/gifts/gift-1.png') no-repeat center center;
}

.ntree-toys .toy21 a {
	width: 40px;
	height: 40px;
}

.ntree-toys .toy21 a span {
	width: 40px;
	height: 40px;
	background: url('/local/templates/icl/img/gifts/gift-1.png') no-repeat center center;
	background-size: cover;
}

.ntree-toys .toy31 a {
	width: 45px;
	height: 76px;
}

.ntree-toys .toy31 a span {
	width: 45px;
	height: 76px;
	background: url('/local/templates/icl/img/gifts/gift-4.png') no-repeat center center;
	background-size: contain;
}

.ntree-toys .toy41 a {
	width: 66px;
	height: 99px;
}

.ntree-toys .toy41 a span {
	width: 66px;
	height: 99px;
	background: url('/local/templates/icl/img/gifts/gift-4.png') no-repeat center center;
	background-size: contain;
}

.ntree-toys .toy51 a {
	width: 80px;
	height: 80px;
}

.ntree-toys .toy51 a span {
	width: 80px;
	height: 80px;
	background: url('/local/templates/icl/img/gifts/gift-5.png') no-repeat center center;
	background-size: contain;
}

.ntree-toys .toy61 a {
	width: 50px;
	height: 50px;
}

.ntree-toys .toy61 a span {
	width: 50px;
	height: 50px;
	background: url('/local/templates/icl/img/gifts/gift-1.png') no-repeat center center;
	background-size: contain;
}

.ntree-toys .toy71 a {
	width: 70px;
	height: 99px;
}

.ntree-toys .toy71 a span {
	width: 70px;
	height: 99px;
	background: url('/local/templates/icl/img/gifts/gift-7.png') no-repeat center center;
	background-size: contain;
}

.nree-block .presents {
	z-index: 10;
	border: none;
	width: 340px;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -270px;
	background: url(/local/templates/icl/img/toys-sprite.png) -1981px 18px no-repeat;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}

.nree-block .presents.hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

@keyframes present-anim2 {
	0%, 20%, 30%, 50%, 70%, 80%, 100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	75% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-moz-keyframes present-anim2 {
	0%, 20%, 30%, 50%, 70%, 80%, 100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	75% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-webkit-keyframes present-anim2 {
	0%, 20%, 30%, 50%, 70%, 80%, 100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	75% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-o-keyframes present-anim2 {
	0%, 20%, 30%, 50%, 70%, 80%, 100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	75% {
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-webkit-keyframes giftbox-animation {
	45% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	48% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	52% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	55% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes giftbox-animation {
	45% {
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	48% {
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-moz-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	52% {
		-moz-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	55% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes giftbox-animation {
	45% {
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	48% {
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	52% {
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	55% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes giftbox-animation {
	45% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	48% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	52% {
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	55% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	70% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes present-hover {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY-(10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-moz-keyframes present-hover {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY-(10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes present-hover {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY-(10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-o-keyframes present-hover {
	0%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY-(10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.nree-block .presents:before {
	background: url(/local/templates/icl/img/toys-sprite.png) -1000px 0 no-repeat;
	width: 340px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 93px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all 0.3s ease-in-out, visibility 0s ease-in-out 0s;
	-webkit-animation: present-anim2 6s ease-in-out infinite;
	-khtml-animation: present-anim2 6s ease-in-out infinite;
	-moz-animation: present-anim2 6s ease-in-out infinite;
	-ms-animation: present-anim2 6s ease-in-out infinite;
	-o-animation: present-anim2 6s ease-in-out infinite;
	animation: present-anim2 6s ease-in-out infinite;
}

.nree-block .presents.present2 {
	z-index: 9;
	width: 350px;
	background-position: -2428px -25px;
	margin-left: -2px;
}

.nree-block .presents.present2:before {
	background-position: -1460px 0;
	width: 350px;
	bottom: 147px;
	-webkit-animation: present-anim2 6s ease-in-out infinite 2s;
	-khtml-animation: present-anim2 6s ease-in-out infinite 2s;
	-moz-animation: present-anim2 6s ease-in-out infinite 2s;
	-ms-animation: present-anim2 6s ease-in-out infinite 2s;
	-o-animation: present-anim2 6s ease-in-out infinite 2s;
	animation: present-anim2 6s ease-in-out infinite 2s;
}

.nree-block .presents:hover:before {
	-webkit-animation: present-hover 0.5s ease-in-out;
	-khtml-animation: present-hover 0.5s ease-in-out;
	-moz-animation: present-hover 0.5s ease-in-out;
	-ms-animation: present-hover 0.5s ease-in-out;
	-o-animation: present-hover 0.5s ease-in-out;
	animation: present-hover 0.5s ease-in-out;
}

@keyframes top-circles {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background: rgba(255, 255, 255, 0);
	}
}

@-moz-keyframes top-circles {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes top-circles {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		background: rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background: rgba(255, 255, 255, 0);
	}
}

@-o-keyframes top-circles {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		background: rgba(255, 255, 255, 0.6);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		background: rgba(255, 255, 255, 0);
	}
}

.nree-block .top-circles {
	position: absolute;
	right: 130px;
	top: -303px;
	z-index: 1;
	width: 700px;
	height: 700px;
}

.nree-block .top-circles li {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	width: 700px;
	height: 700px;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-moz-animation: top-circles 12s ease-in-out infinite;
	-webkit-animation: top-circles 12s ease-in-out infinite;
	-o-animation: top-circles 12s ease-in-out infinite;
	animation: top-circles 12s ease-in-out infinite;
}

.nree-block .top-circles li:nth-child(2) {
	-moz-animation: top-circles 12s ease-in-out 2s infinite;
	-webkit-animation: top-circles 12s ease-in-out 2s infinite;
	-o-animation: top-circles 12s ease-in-out 2s infinite;
	animation: top-circles 12s ease-in-out 2s infinite;
}

.nree-block .top-circles li:nth-child(3) {
	-moz-animation: top-circles 12s ease-in-out 4s infinite;
	-webkit-animation: top-circles 12s ease-in-out 4s infinite;
	-o-animation: top-circles 12s ease-in-out 4s infinite;
	animation: top-circles 12s ease-in-out 4s infinite;
}

.nree-block .top-circles li:nth-child(4) {
	-moz-animation: top-circles 12s ease-in-out 6s infinite;
	-webkit-animation: top-circles 12s ease-in-out 6s infinite;
	-o-animation: top-circles 12s ease-in-out 6s infinite;
	animation: top-circles 12s ease-in-out 6s infinite;
}

.nree-block .top-circles li:nth-child(5) {
	-moz-animation: top-circles 12s ease-in-out 8s infinite;
	-webkit-animation: top-circles 12s ease-in-out 8s infinite;
	-o-animation: top-circles 12s ease-in-out 8s infinite;
	animation: top-circles 12s ease-in-out 8s infinite;
}

.nree-block .top-circles li:nth-child(6) {
	-moz-animation: top-circles 12s ease-in-out 10s infinite;
	-webkit-animation: top-circles 12s ease-in-out 10s infinite;
	-o-animation: top-circles 12s ease-in-out 10s infinite;
	animation: top-circles 12s ease-in-out 10s infinite;
}

.ntree-pic {
	background: url(/local/templates/icl/img/tree.png) 0 0 no-repeat;
	width: 959px;
	height: 1163px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}

.ntree-pic--santa {
	height: 740px;
	background: url(/local/templates/icl/img/gifts/bg-santa-gifts-tablet.png) 100% 0 no-repeat;
}

.star-lines {
	width: 100px;
	height: 100px;
	z-index: 5;
	position: absolute;
	left: 430px;
	top: 0;
}

.star-lines li {
	width: 25px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 10px;
	position: absolute;
}

.star-lines li:nth-child(2) {
	-webkit-transform: rotate(-42deg);
	-moz-transform: rotate(-42deg);
	-ms-transform: rotate(-42deg);
	-o-transform: rotate(-42deg);
	transform: rotate(-42deg);
	left: 80px;
}

.star-lines li:nth-child(3) {
	-webkit-transform: rotate(-34deg);
	-moz-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	-o-transform: rotate(-34deg);
	transform: rotate(-34deg);
	width: 28px;
	top: 75px;
}

.star-lines li:nth-child(4) {
	-webkit-transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	transform: rotate(42deg);
	left: 80px;
	width: 20px;
	top: 75px;
}

.presentPopup {
	padding: 140px 60px 50px 60px;
	max-width: 450px;
	min-width: 400px;
	position: relative;
}

.presentPopup:before {
	background: #efe9e6 url(/local/templates/icl/img/popup-ico.png) 20px bottom no-repeat;
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
}

.presentPopup h3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.presentPopup h3:after {
	display: block;
	content: '';
	left: 0;
	width: 88px;
	height: 5px;
	background: #990000;
	position: absolute;
	bottom: 0;
}

.presentPopup .graytext {
	font-size: 12px;
}

.partnerForm .formTitle {
	color: #a3a3a3;
	text-transform: uppercase;
	padding: 20px 0 25px;
	display: inline-block;
}

.partnerForm .formLine {
	padding-bottom: 15px;
}

.partnerForm .formLine > label {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 280px;
	padding-right: 30px;
	padding-top: 12px;
	line-height: 1.2;
}

.partnerForm .formLine .formField {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	font-size: 14px;
	position: relative;
}

.partnerForm .formLine .textInput, .partnerForm .formLine textarea {
	background: #fff;
	border: 1px solid #d3cecb;
	padding: 12px 18px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	font-size: 14px;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

.partnerForm .formLine textarea {
	height: 100px;
}

.partnerForm .formLine .textInput[disabled], .partnerForm .formLine textarea[disabled] {
	color: #d3cecb;
	cursor: not-allowed;
}

.partnerForm .formLine .textInput:focus, .partnerForm .formLine textarea:focus {
	border-color: #000;
}

.partnerForm .multiInputWrap {
	border: 1px dashed #e2e2e2;
	padding: 19px 19px 4px;
	margin: 0 -20px 15px;
	position: relative;
}

.styleSingleSelect, .styleMultiSelect {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.styleSingleSelect label.error-label {
	position: absolute;
	color: #ff0000;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: -14px;
	display: none;
}

.styleSingleSelect.error label.error-label {
	display: block;
}

.styleSingleSelect.opened, .styleMultiSelect.opened {
	z-index: 10;
}

.styleSingleSelect .readyField, .styleMultiSelect .readyField {
	border: 1px solid #d3cecb;
	background: #fff;
	padding: 12px 45px 12px 18px;
	cursor: pointer;
}

.styleSingleSelect .readyField:after, .styleMultiSelect .readyField:after, .styleSingleSelect .readyField:before, .styleMultiSelect .readyField:before {
	background: #cc0000;
	width: 9px;
	height: 1px;
	position: absolute;
	content: '';
	right: 30px;
	top: 24px;
}

.styleSingleSelect .readyField:after, .styleMultiSelect .readyField:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.styleSingleSelect .readyField:before, .styleMultiSelect .readyField:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 24px;
}

.styleSingleSelect.opened .readyField:after, .styleMultiSelect.opened .readyField:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.styleSingleSelect.opened .readyField:before, .styleMultiSelect.opened .readyField:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.styleMultiSelect.disabled .readyField {
	color: #d3cecb;
	cursor: not-allowed;
}

.styleMultiSelect ul {
	display: none;
}

.styleSingleSelect .dropdown, .styleMultiSelect .dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: -1px;
	z-index: 3;
	background: #fff;
	max-height: 400px;
	overflow: auto;
	border: 1px solid #d3cecb;
	border-top: none;
	box-sizing: border-box;
	display: none;
	padding: 10px 0 8px;
}

.styleSingleSelect .dropdown li {
	cursor: pointer;
	padding: 0 18px 12px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.styleSingleSelect .dropdown li:hover {
	color: #cc0000;
}

.styleSingleSelect .dropdown li.selected {
	display: none;
}

.styleMultiSelect .dropdown li:before {
	display: block;
	content: '';
	position: absolute;
	left: 26px;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #d3cecb;
	z-index: 1;
}

.styleMultiSelect .dropdown li:after {
	width: 8px;
	height: 8px;
	background: transparent;
	left: 28px;
	top: 6px;
	z-index: 2;
	content: '';
	position: absolute;
}

.styleMultiSelect .dropdown li.selected:after {
	background: #cc0000;
}

.styleMultiSelect .dropdown li {
	cursor: pointer;
	padding: 0 18px 12px 50px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.multiInputWrap .titleHelper {
	left: 100%;
	width: 250px;
	color: #afafaf;
	position: absolute;
	padding-left: 20px;
	display: block;
}

.multiInputWrap.clone .titleHelper {
	display: none;
}

.add-district, .add-district:link, .add-district:visited {
	position: relative;
	display: block;
	margin: 0 -20px 40px;
	border: 1px dashed #f25353;
	color: #f25353;
	font-size: 16px;
	padding: 17px 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.add-district span {
	margin-left: -30px;
	position: relative;
}

.add-district span:after {
	display: block;
	width: 14px;
	height: 2px;
	background: #f25353;
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 15px;
	top: 11px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.add-district span:before {
	display: block;
	height: 14px;
	width: 2px;
	background: #f25353;
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 21px;
	top: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.add-district:hover span:before, .add-district:hover span:after {
	background: #cc0000;
}

.add-district:hover, .add-district:link:hover, .add-district:visited:hover {
	border-color: #cc0000;
	color: #cc0000;
}

.multiInputWrap .textInput {
	margin-bottom: 15px;
}

.partnerForm .checkbox-list > li {
	cursor: pointer;
	padding: 0 18px 12px 25px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.partnerForm .checkbox-list {
	padding-top: 12px;
}

.partnerForm .checkbox-list > li:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #d3cecb;
	z-index: 1;
}

.partnerForm .checkbox-list > li:after {
	width: 8px;
	height: 8px;
	background: transparent;
	left: 2px;
	top: 6px;
	z-index: 2;
	content: '';
	position: absolute;
}

.partnerForm .checkbox-list > li.selected:after {
	background: #cc0000;
}

.partnerForm .checkbox-list + label {
	display: block;
	padding-bottom: 5px;
}

.partnerForm .checkbox-list ~ .textInput {
	width: 340px;
	margin-bottom: 20px;
}

.partnerForm h3 {
	padding-top: 40px;
}

.partnerForm {
	margin-top: -40px;
}

.partnerForm .sumbitLine {
	padding: 20px 0 20px 314px;
}

.partnerForm .sumbitLine .terms {
	color: #a2a2a2;
	font-size: 12px;
	max-width: 400px;
	padding-top: 10px;
}

.partnerForm input[type="submit"] {
	color: #fff;
	background: url(/local/templates/icl/img/sendBtn2.png) 0 0 no-repeat;
	font-family: 'circebold';
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 30px 0 70px;
	border: none;
	font-size: 14px;
	white-space: nowrap;
}

.partnerForm label.error {
	color: #ff0000;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: -14px;
}

.partnerFormOk {
	background: #2b2b2b;
	position: relative;
}

.partnerFormOk:before {
	z-index: 1;
	position: absolute;
	content: '';
	left: -2000px;
	height: 100%;
	width: 6000px;
	background: #2b2b2b;
	top: 0;
}

.partnerFormOk .wrap {
	position: relative;

	overflow: hidden;
	padding: 50px 0;
	z-index: 3;
}

.partnerFormOk .okIco {
	width: 63px;
	height: 63px;
	position: relative;
	border: 1px solid #565656;
	border-radius: 100%;
	float: left;
	margin: 10px 30px 0 0;
}

.partnerFormOk .okIco:after {
	display: block;
	width: 32px;
	height: 6px;
	background: #cc0000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	position: absolute;
	left: 6px;
	bottom: 28px;
	z-index: 2;
}

.partnerFormOk .okIco:before {
	display: block;
	width: 47px;
	height: 6px;
	background: #cc0000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	left: 24px;
	bottom: 35px;
	box-shadow: 0 0 0 4px #2b2b2b;
	z-index: 1;
}

.partnerFormOk p {
	color: #686868;
	width: 220px;
	float: right;
}

.partnerFormOk p a {
	display: inline-block;
	margin-top: 15px;
	color: #ec1e24;
}

.partnerFormOk strong {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	float: left;
	width: 400px;
}

.partnerTerms {
	color: #a2a2a2;
	font-size: 12px;
}

.partnerForm .formzog {
	max-width: 450px;
}

.partnerForm .formzog .jq-checkbox {
	margin-top: 0;
}

.partnerForm .formzog label.error {
	top: -17px;
}

.friendInviteBlock--top a,
.friendInviteBlock--top a:link,
.friendInviteBlock--top a:visited {
	margin: 0 0 25px;
}

@media (min-width: 650px) and (max-width: 1380px) {
	.friendInviteBlock--top strong {
		font-size: 16px;
	}
}

.friendInviteBlock--labs {
	margin-left: 300px;
}

.friendInviteBlock--labs a,
.friendInviteBlock--labs a:link,
.friendInviteBlock--labs a:visited {
	margin: 0;
	overflow: hidden;
}

.friendInviteBlock--labs strong {
	font-size: 16px;
}

@media (max-width: 980px) {
	.friendInviteBlock--labs .info {
		width: 50%;
	}

	.friendInviteBlock--labs:hover .info {
		width: 40%;
	}
}

@media (min-width: 700px) and (max-width: 830px) {
	.friendInviteBlock--labs .info {
		width: 70% !important;
	}

	.friendInviteBlock--labs:hover .info {
		width: 60% !important;
	}
}

@media (max-width: 700px) {
	.friendInviteBlock--labs {
		clear: both;
		margin-left: 0;
	}
}

.eventsBlock--index {
	margin: 40px -20px;
}

.eventsBlock--index .eventTabs {
	padding: 25px 0 35px;
}

.eventsBlock--index .eventsBlock .btnBlock {
	padding: 15px 0 10px;
}

.headerQuestionBtn {
	position: absolute;
	top: 35px;
	right: 550px;
	transition: top 0.3s ease-in-out;
}

.headerQuestionBtn a.askaquestion--roundedBtn {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	border: 0;
	background-color: red;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}

.headerQuestionBtn a.askaquestion--rectBtn {
	width: auto;
	padding: 12px 15px;
}

.headerQuestionBtn a.askaquestion--rectBtn:after,
.headerQuestionBtn a.askaquestion--rectBtn:before {
	content: none;
}

.headerQuestionBtn img {
	vertical-align: top;
}

.newsList3 {
	list-style: none;
	padding: 0;
	margin: 0 -0.5%;

}

.newsList3 > li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	list-style: none;
	padding: 0;
	margin: 0 0.5%;
}

.newsList3 a {
	display: block;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	box-shadow: 0 4px 0 #dbdbdb;
	box-sizing: border-box;
	background: #fff;
}

.newsPic {
	display: block;
	height: 140px;
	background: no-repeat center center;
	background-size: cover;
	padding: 30px;
	box-sizing: border-box;
}

.newsPic .date {
	display: block;
	background: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #000;
	font-size: 13px;
	line-height: 1;
	text-transform: lowercase;
}

.newsPic .date strong {
	font-family: 'robotolight';
	font-size: 30px;
	line-height: 1;
	display: block;
	padding: 5px 0 1px 0;
}

.newsText {
	padding: 30px;
	display: block;
}

.newsLink {
	color: #CC0000;
	border-bottom: 1px solid #FF8080;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.newsList3 a:hover .newsLink {
	border-bottom-color: transparent;
}

.newsDescr {
	display: block;
	padding: 10px 0 0 0;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #000;
	border-bottom: 1px solid #FF8080;
}

h2 a:hover {
	border-bottom-color: transparent;
}

h3 a:link, h3 a:visited, h3 a:hover {
	color: #000;
	border-bottom: 1px solid #FF8080;
}

h3 a:hover {
	border-bottom-color: transparent;
}

.newsCaption {
	text-align: center;
	padding: 50px 0 20px 0;
}

.newsCaption h1 {
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: -20px;
	margin-top: -15px;
}
.newsCaption h1 span{padding-left:2px;}

.evCol, .jobCol {
	float: left;
	box-sizing: border-box;
	width: 60%;
	padding: 50px 100px 50px 0;
	border-right: 1px solid #eaeaea;
}

.evCol.evCol2 {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	border: none;
	text-align: center;
}

.eventsBlock .evCol .eventList {
	padding: 0;
}

.eventsBlock .evCol .eventList > li {
	width: auto;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 20px 20px 0 0;
}

.eventsBlock .evCol.evCol2 .eventList > li {
	display: inline-block;
	box-sizing: border-box;
	width: 33.333%;
}

.evCol1 {
	max-width: 520px;
	margin: 0 auto;
}

.jobCol {
	/* float: right; */
	width: 100%;
	border: none;
	/* border-left: 1px solid #eaeaea; */
	position: relative;
	z-index: 1;
	left: -1px;
	padding: 50px 0 50px 100px;
}

.jobCol .jobList {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.jobList h6 {
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
}

.jobList a:link, .jobList a:visited, .jobList a:hover {
	border-bottom-color: transparent
}

.jobList a:hover {
	border-bottom-color: #cc0000
}

.jobList h6 a:link, .jobList h6 a:visited, .jobList h6 a:hover {
	color: #000;
	border-bottom-color: transparent;
}

.jobList h6 a:hover {
	border-bottom-color: #cc0000;
}

.jobList li {
	padding: 15px 0;
	color: #9c9c9c;
}

.jobList {
	padding: 5px 0 20px 0;
}

.evjobBlock .siteWidth {
	width: auto;
	max-width: 1100px;
}

.newsLinks {
	float: right;
	margin: -100px 0 0 0;
}

.newsLinks .redBtn.small {
	width: auto;
	border: 1px solid #dfdfdf;
}

.newsLinks .redBtn.small:first-child {
	border-right: none;
}

.newsLinks .redBtn.small:last-child {
	border-left: none;
}

.newsLinksSep {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	width: 1px;
}

.newsLinksSep:before {
	content: '';
	height: 20px;
	width: 1px;
	background: #dfdfdf;
	display: block;
	margin: 10px 0 0 0;
}

.redBtn.getLectureVideoLink {
	width: 100%;
	max-width: 242px;
	margin-right: 3px;
}

.filterBtn, .filterBtn:link, .filterBtn:visited {
	display: inline-block;
	vertical-align: top;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 60px;
}

.targetsBlock {
	overflow: hidden;
	position: relative;
}

.targetsBlock .proj-label {
	z-index: 4;
	background: #ec1e24;
	color: #fff;
	font-size: 13px;
	padding: 5px 40px;
	width: 100px;
	top: 28px;
	right: -45px;
	text-align: center;
	line-height: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.kso-benefits {
	counter-reset: li;
	list-style: none;
	margin: 0 -35px;
	padding: 30px 0 50px;
}

.kso-benefits > li {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}

.kso-benefits > li:nth-child(2n+1) {
	clear: both;
}

.kso-benefits > li > div:before {
	color: #FF0000;
	font-size: 45px;
	font-family: 'circebold';
	display: block;
	content: '0' counter(li, decimal) '.';
	counter-increment: li;
}

.kso-benefits > li > div {
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 30px 20px;
}

.kso-benefits > li > div .list, .kso-benefits > li > div > p:last-child {
	padding-bottom: 0;
}

.kso-last-benefit {
	background: #f2f2f2;
	padding: 40px 100px;
	margin: 0 -100px;
	border-bottom: 6px solid #e5e5e5;
}

.kso-last-benefit .num {
	color: #FF0000;
	font-size: 45px;
	font-family: 'circebold';
	display: block;
}

.kso-last-benefit .kso-ico-list {
	margin: 0 -40px;
}

.kso-last-benefit .kso-ico-list > li {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding: 20px 40px 40px;
	font-family: 'circebold';
	font-size: 15px;
}

.kso-last-benefit .kso-ico-list > li .pic {
	width: 70px;
	height: 70px;
	text-align: center;
	background: #fff;
	line-height: 70px;
	margin-bottom: 10px;
	border-radius: 100%;
}

.kso-last-benefit .kso-ico-list > li .pic img {
	display: inline-block;
	vertical-align: middle;
}

.filesCol.no-border .grayFileBtn {
	padding-top: 0;
	border: none;
	margin: 0;
}

.filesCol.no-border .grayFileBtn img {
	top: 9px;
}

.eventScroller {
	background: #fff;
	margin: 0 -1px;
	border: 1px solid #e5e5e5;
}

.eventScrollerWrap {
}

.eventScroller > ul > li {
	box-sizing: border-box;
	position: relative;
}

.eventScroller > ul > li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	right: -1px;
	top: 0;
	background: #e5e5e5;
}

.eventScroller > ul > li:last-child:after {
	display: none;
}

.eventScroller > ul > li > div {
	font-size: 15px;
	text-align: left;
	white-space: normal;
	padding: 40px 30px;
}

.eventScrollerWrap .prev, .eventScrollerWrap .next {
	border: none;
}

.eventScrollerWrap .prev {
	left: -100px;
}

.eventScrollerWrap .prev:hover, .eventScrollerWrap .next:hover {
	background: none;
}

.eventScrollerWrap .next {
	right: -100px;
}

.main-projects-list {
	margin: 0 -10px;
}

.main-projects-list > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 70px;
	width: 33.33%;
	box-sizing: border-box;
}

.main-projects-list > li a {
	color: #000;
	background: #fff;
	display: block;
	outline: 1px solid #e6e6e6;
	border-bottom: 5px solid #f1f1f1;
}

.main-projects-list > li .pic {
	display: block;
	position: relative;
}

.main-projects-list > li .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.main-projects-list > li .category {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #EC1E24;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 40px;
	font-family: 'robotobold_condensed';
	z-index: 2;
	letter-spacing: 1px;
}

.main-projects-list > li .text {
	display: block;
	padding: 30px 30px 40px;
}

.main-projects-list > li .text strong {
	font-size: 20px;
	font-family: 'robotobold_condensed';
	border-bottom: 1px solid #CC0000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-projects-list > li a:hover .text strong {
	border-bottom-color: transparent;
}

.newsListBlocks.proj-new {
	margin: 0 -20px;
}

.newsListBlocks.proj-new > li {
	-webkit-transition: -webkit-transform 1s ease, -webkit-transform 1s ease, opacity 0.8s ease;
	transition: transform 1s ease, -webkit-transform 1s ease, opacity 0.8s ease;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	margin-bottom: 40px;
	width: 33%;
}

.newsListBlocks.proj-new > li.animate {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.newsListBlocks.proj-new > li .pic {
	min-height: 185px;
	overflow: hidden;
	padding-top: 25px;
	max-height: 200px;
}

.newsListBlocks.proj-new > li .section-label {
	letter-spacing: 0.6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f40000;
	color: #fff;
	text-transform: uppercase;
	font-family: 'robotobold_condensed';
	display: block;
	padding: 12px 25px;
	z-index: 3;
	font-size: 13px;
}

.newsListBlocks.proj-new > li > a, .newsListBlocks.proj-new > li > .link-wrap {
	margin: 0 20px;
	border: none;
	border-bottom: 3px solid #e1e1e1;
}

.newsListBlocks.proj-new > li > a:hover, .newsListBlocks.proj-new > li > .link-wrap:hover {
	box-shadow: 0 10px 30px rgba(160, 160, 160, 0.5);
	border-bottom-color: #FF0000;
}

.newsListBlocks.proj-new > li > a .bg, .newsListBlocks.proj-new > li > .link-wrap .bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.newsListBlocks.proj-new > li > a:hover .bg, .newsListBlocks.proj-new > li > .link-wrap:hover .bg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.newsListBlocks.proj-new > li > a .link, .newsListBlocks.proj-new > li > .link-wrap .link {
	font-family: 'robotobold_condensed';
	color: #1A1A1A;
	font-size: 20px;
}

.newsListBlocks.proj-new > li .proj-label {
	color: #fff;
	text-transform: uppercase;
	font-family: 'robotobold_condensed';
	font-size: 13px;
	display: block;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
}
/*
error on page projects
*/
/*.newsListBlocks.proj-new > li .proj-label:after {*/
/*	position: absolute;*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	left: 0;*/
/*	top: 0;*/
/*	content: '';*/
/*	box-shadow: 90px 20px 200px 20px rgba(0, 0, 0, 0.9);*/
/*	left: -100px;*/
/*	top: -100px;*/
/*	z-index: 1;*/
/*}*/

.newsListBlocks.proj-new > li .proj-label:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	box-shadow: inset 0 0 100px 4px rgba(0, 0, 0, .3);
	z-index: 1;
}

.newsListBlocks.proj-new > li .proj-label span {
	z-index: 3;
	position: relative;
}

.new-proj-filter .jq-selectbox__trigger {
	background: #f2f2f2;
}

.new-proj-filter .jq-selectbox__trigger-arrow {
	border-top: 6px solid #f40000;
}

.new-proj-filter .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-bottom: 6px solid #f40000;
}

.new-proj-filter .jq-selectbox__dropdown {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.new-proj-filter .jq-selectbox__dropdown li:firse-child {
	border-top: none;
}

.new-proj-filter .jq-selectbox__dropdown ul {
	max-height: none;
}

.projectTop {
	padding: 40px 0;
}

.projectTop .w42 {
	position: relative;
	z-index: 3;
	background: #f2f2f2;
	margin-top: -60px;
}

.projectTop .w42 .WhitewithBorder {
	background: #f2f2f2;
	border-bottom: none;
}

.projectPicNew .numbers-block {
	padding: 40px 0;
}

.projectPicNew .numbers-block dl {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-bottom: 20px;
	padding-right: 140px;
}

.projectPicNew .numbers-block dt {
	letter-spacing: 0.6px;
	max-width: 120px;
	padding-bottom: 15px;
	font-family: 'robotobold_condensed';
	text-transform: uppercase;
	font-size: 14px;
}

.projectPicNew .numbers-block dd {
	font-family: 'robotolight';
	font-size: 40px;
}

.projectPicNew .numbers-block dl:before {
	content: '';
	position: absolute;
	display: block;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	left: -35px;
	bottom: 12px;
}

.projectPicNew .numbers-block dl:first-child:before {
	display: none;
}

.projectPicNew:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	content: '';
	position: absolute;
}

.projectDetailFixedLine .fbLink{
	float:right;
	border:none;
	margin:7px 0 0 0;
}
.projectDetailFixedLine {
	position: relative;
	height: 60px;
	z-index: 50;
	opacity: 0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.projectDetailFixedLine.animate {
	opacity: 1;
}

.projectDetailFixedLine .line:after {
	position: absolute;
	bottom: -1px;
	left: -2000px;
	display: block;
	height: 100%;
	width: 6000px;
	content: '';
	z-index: 1;
	background: #f2f2f2;
}

.projectDetailFixedLine .line {
	width: 100%;
	padding: 5px 0;
	height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.projectDetailFixedLine .line a {
	position: relative;
	z-index: 3;
}

.projectDetailFixedLine .line .arrowLink {
	position: relative;
	color: #010101;
	text-transform: uppercase;
	font-family: 'robotobold_condensed';
	letter-spacing: 1px;
	border: none;
	display: inline-block;
	padding: 17px 0 17px 35px;
}

.projectDetailFixedLine .line .arrowLink:before {
	display: block;
	position: absolute;
	content: '';
	height: 32px;
	width: 20px;
	top: 10px;
	left: 0;
	background: url(/local/templates/icl/img/down-arrow-ico.svg) 0 0 no-repeat;
}

.projectDetailFixedLine .line .arrowLink span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #010101;
}

.projectDetailFixedLine .line .arrowLink:hover span {
	color: #FF0000;
}

.projectDetailFixedLine.fixed .line {
	position: fixed;
	bottom: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.projectDetailFixedLine .line .rightLink {
	margin: 0;
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
	left: 58%;
	font-family: 'robotobold_condensed';
	color: #FF0000;
	letter-spacing: 1px;
	border: none;
	margin-top: 15px;
}

.projectDetailFixedLine .line .rightLink:hover {
	color: #010101;
}

.projectDetailFixedLine .line .rightLink img {
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.projectDetailFixedLine .siteWidth {
	position: relative;
}

.projectDetailFixedLine .line .redFileBtn img {
	top: 11px;
}

.projectDetailFixedLine + .projectCenter {
	padding-top: 90px;
}

#solutionId .caseRight {
	background: #f2f2f2;
}

#solutionId .caseRight h4 {
	text-align: left;
}

#solutionId .caseRight .caseResBlock {
	background: #fff;
}

#solutionId .userContent {
	padding: 0 40px;
}

.projectSlider .clentSliderCont {
	margin: 0 -25px;
	text-align: left;
}

#porjectNewForm {
	width: 60%;
	margin-top: -230px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
	float: left;
	box-sizing: border-box;
}

#porjectNewForm .header {
	text-transform: uppercase;
	color: #fff;
}

#porjectNewForm form {
	padding: 35px;
	background: #fff;
}

.bannerImage.projectExpertPic {
	margin-bottom: 0
}

.projectExpert {
	width: 30%;
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
	float: right;
}

.projectExpert:before {
	display: block;
	position: absolute;
	content: '';
	height: 200px;
	left: -40px;
	background: #FF0000;
	top: -30px;
	width: 4px;
}

.projectExpert:after {
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	content: '';
	width: 29px;
	height: 32px;
	background: url(/bitrix/templates/icl/img/quotesbig.png) right 0 no-repeat;
	background-size: 57px auto;
}

.projectExpert h4 {
	line-height: 1.2;
	padding-bottom: 30px;
	font-size: 25px;
}

.projectExpert .expname > strong {
	text-transform: uppercase;
	margin-left: 0;
}

.projectNewTop .w50.left, .projectNewTop .w42.right {
	-webkit-transition: -webkit-transform .1s ease, -webkit-transform .1s ease, opacity .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease, opacity .1s ease;
	opacity: 1;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.projectNewTop.animate .w50.left, .projectNewTop.animate .w42.right {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#porjectNewForm .form .formLine {
	margin-bottom: 20px;
}

#porjectNewForm .form .formzog {
	clear: none;
	float: right;
	width: 47%;
	padding-top: 0;
	font-size: 10px;
}

.blackForm #porjectNewForm {
	margin-top: 50px;
}

.blackForm #porjectNewForm .header {
	color: #1A1A1A;
}

.blackForm #porjectNewForm .form {
	padding: 30px 0 50px;
}

.loadMoreLine {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.loadMoreLine:after {
	display: block;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	background: #e1e1e1;
	position: absolute;
	z-index: 1;
	height: 1px;
}

.loadMoreLine .loadMorBtn {
	color: #ff0000;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'robotobold_condensed';
	letter-spacing: 1.5px;
	padding: 10px 15px;
	display: inline-block;
	vertical-align: top;
	border: none;
	position: relative;
	background: #F2F2F2;
	z-index: 2;
}

.loadMoreLine .loadMorBtn:hover {
	color: #1A1A1A;
}

ol.list2 {
	counter-reset: li;
	list-style: none;
	position: relative;
	padding: 10px 0 15px;
}

ol.list2 > li {
	padding-left: 30px;
	position: relative;
	padding-bottom: 25px;
	line-height: 1.3;
}

ol.list2 > li:before {
	color: #FF0000;
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 16px;
	font-family: 'circebold';
	left: 0;
	position: absolute;
}

.formSteps{
	height:7px;
	background:#f2f2f2;
	margin:0 0 60px 0;
	position:relative;
	z-index:1;
}
.formSteps:before{
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:0%;
	height:100%;
	background:#f60e0e;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.formSteps.fstep2:before{width:50%;}
.formSteps.fstep3:before{width:100%;}
.formSteps span{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:20px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
	color:#dadada;
	font-size:12px;
	line-height:1;
}
.formSteps span:before{
	content:'';
	position:absolute;
	left:-3px;
	top:-3px;
	width:13px;
	height:13px;
	border-radius:50%;
	background:#f2f2f2;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.formSteps span:nth-child(2){
	left:50%;
	margin-left:-18px;
}
.formSteps span:nth-child(2):before{
	left:50%;
	margin-left:-7px;
}
.formSteps span:nth-child(3){
	left:auto;
	right:0;
}
.formSteps span:nth-child(3):before{
	left:auto;
	right:-3px;
}
.formSteps span:nth-child(1):before{
	background:#f60e0e;
}
.formSteps.fstep2 span:nth-child(2):before,.formSteps.fstep3 span:nth-child(2):before{
	background:#f60e0e;
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}
.formSteps.fstep3 span:nth-child(3):before{
	background:#f60e0e;
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}
.fstepItem{display:none;}
.fstepItem.current{display:block;}
.fstepItem .h4span{
	text-transform:uppercase;
}
.formStepsLink{overflow:hidden;}
.formStepsLink .redBtn{

}
.formStepsLink p{


}

.prjTabs{
	padding:20px 0 0 0;
	border-bottom:1px solid #f2f2f2;
	opacity:0;
	transition:0.5s opacity;
	-webkit-transition:0.5s opacity;
}
.docreadyAnim .prjTabs{opacity:1;}
.prjItem  .projectTop .w42{margin-top:0;}

.prjTabs li{
	display:inline-block;
	vertical-align:top;
	margin:0 15px 0 0;
}
.prjTabs a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:'robotobold_condensed';
	font-size:18px;
	border:1px solid #f2f2f2;
	white-space:nowrap;
	line-height:1;
	padding:12px 20px;
	margin:0 0 20px 0;
	border-radius:20px;
	background:#fff;
	color:#000;
	border:1px solid #f2f2f2;
}
.prjTabs a:hover{
	color:#CC0000;
}
.prjTabs a.current{
	background:#f2f2f2;
	color:#CC0000;
}

.prjItem{
	display:none;
}
.prjItem.current{
	display:block;
}

/* 1Adaptivestart*/

.xs-visible {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}


@media only screen and (max-height: 850px) {
	.hiddenMenu > ul > li > div > ul > li > strong {
		padding-top: 20px;
	}

	.hiddenMenu > ul {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media only screen and (max-height: 850px) {
	#topnav .hiddenMenu > .border {
		padding: 30px 0 0;
	}

	.leadershipDetail .infoBlock {
		bottom: 30px;
	}

	#mainSlider {
		height: 360px;
	}

	.hiddenMenu > ul > li > div > ul > li > strong {
		padding-top: 20px;
	}

	.hiddenMenu > ul {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


@media only screen and (max-width: 1700px) {
	.BigsiteWidth2 {
		width: 1300px;
	}
}

@media only screen and (max-width: 1600px) {
	#search .showhiddenbtn {
		margin-right: 10px;
		cursor: pointer;
		margin-top: 5px;
		display: block;
	}

	#search .searchfield {
		position: absolute;
		display: none;
	}

	#search .searchfield {
		width: 120px;
	}

	.headerPhone, .headerPhone:link, .headerPhone:visited {
		right: 220px;
	}

	.headerQuestionBtn {
		right: 360px;
	}

} /*@media only screen and (max-width: 1600px)*/

@media only screen and (max-width: 1550px) {
	.BigsiteWidth2 {
		width: 1100px;
	}

	/*#mainSlider { height: 500px; }*/
	#mainSlider .info {
		padding-top: 40px;
	}

	.dayItem {
		padding: 0 6px;
	}

	.jobCol {
		padding: 50px 0 50px 50px;
	}

	.evCol {
		padding: 50px 50px 50px 20px;
	}

} /*@media only screen and (max-width: 1550px)*/

@media only screen and (max-width: 1500px) {
	h1 {
		padding: 0 0 30px 0;
	}

} /*@media only screen and (max-width: 1500px)*/

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

	.calendarList > li{margin:0 7px;}

	.siteWidth, .bottomConnectBlock > .siteWidth {
		width: 940px;
	}

	#jstestgo {
		margin-right: -490px;
	}

	.nree-block {
		margin-right: -120px;
	}

	.BigsiteWidth2 {
		width: 1000px;
	}

	#topnav {
		padding-left: 70px;
		display: inline-block;
	}

	#topnav .hiddenMenu a {
		padding-left: 15px;
	}

	#topnav .secondMenu > li {
		margin-left: -15px;
	}

	#topnav .hiddenMenu .oneCol {
		margin-left: 20px;
	}

	.companyTopRedBlocks > li a:hover .title {
		width: 42%;
	}

	.numbersBlock.manyElems {
		margin: 0 -30px 20px;
	}

	.evPic img {
		width: 40px;
		height: 40px;
	}

	#topnav {
		padding-left: 40px;
	}

	.rightCont .rightText {
		margin-right: 0;
		width: 45%;
	}

	.rightCont .leftText {
		width: 52%;
	}

	.rightCont .rightText .redFileBtn, .rightCont .rightText .grayFileBtn {
		min-width: 180px;
	}

	.rightCont .tagsBlock {
		width: 65%;
	}

	.leftMenuWrap {
		width: 230px;
	}

	.rightCont {
		margin-left: 270px;
	}

	.footerSocials, footer .siteMapbtn {
		left: 45%;
	}

	.numbersBlock.numbersBlockSlider li {
		padding-left: 65px;
	}

	.white-form-block {
		padding-left: 40px;
		padding-right: 40px;
	}

	.eventsBlock--formed {
		padding-right: 30px;
		padding-left: 30px;
	}

	#mainSlider .info small {
		font-size: 22px;
	}

} /*@media only screen and (max-width: 1380px)*/

@media only screen and (max-width: 1300px) {
	.BigsiteWidth2 {
		width: 952px;
	}

	.newsListBlocks > li {
		width: 33.3%;
	}

	.evPic img {
		width: 60px;
		height: 60px;
	}

	#topnav > ul > li {
		margin-left: 25px;
	}

	.multiInputWrap .titleHelper {
		width: 150px;
		line-height: 1.4;
	}

	.newsListBlocks.newsListBlocksMain > li:last-child {
		display: none;
	}

	#search {
		right: 80px;
	}

	.headerPhone, .headerPhone:link, .headerPhone:visited {
		right: 135px;
	}

	.headerQuestionBtn {
		right: 285px;
	}

	#search .searchfield {
		right: 0;
		width: 160px;
	}

} /*@media only screen and (max-width: 1300px)*/

@media only screen and (max-width: 1200px) {
	.eventsBlock > h3, .eventsBlock > .h3span {
		padding: 30px 70px;
	}
	.eventsBlock .fbLink{margin-right:70px;}
	.headerPhone, .headerPhone:link, .headerPhone:visited {
		bottom: 40px;
	}
	.bannerImageTop {
		padding-top: 24px;
	}

	div.w70 {
		width: 100%;
	}

	#topnav {
		padding-top: 40px;
	}

	#topnav > ul > li > a.current:before {
		top: -42px;
	}

	#toplogo .logo2 {
		top: 61px;
	}

	#toplogo {
		padding: 30px 28px;
		height: 40px;
		width: 52px;
	}

	article {
		padding-top: 100px;
	}

	#topnav .hiddenMenu {
		top: 100px;
	}

	#topnav > ul > li > a:after {
		bottom: -45px;
	}

	#topnav > ul > li {
		margin-left: 25px;
	}

	#topnav {
		padding-left: 25px;
	}

	#search, .headerQuestionBtn {
		top: 30px;
	}

	.siteWidth, .bottomConnectBlock > .siteWidth {
		width: 900px;
	}

	#jstestgo {
		margin-right: -470px;
	}

	.BigsiteWidth2 {
		width: 952px;
	}

	/*.leftPosContent ol.list > li { padding-bottom: 0; }*/
	.clientSlider .prev {
		left: -20px;
	}

	.clientSlider .next {
		right: -20px;
	}

	.redInfo.quote:after {
		left: -42px;
	}

	.bannerImage .twoCols .redInfo, .redInfo.quote {
		margin-left: 0;
	}

	#mainSlider .sliderNav > .disabled {
		opacity: 0.4;
	}

	.sliderWrap > .next {
		right: 0;
	}

	.sliderWrap > .prev {
		left: 0;
	}

	.sliderWrap {
		padding: 0 125px;
	}

	.successSlider {
		padding: 0 90px;
	}

	.vacancyPointSlider {
		margin: 60px -40px 40px;
		padding: 0 50px;
	}

	.sliderWrap.clientSlider {
		margin: 40px -30px 20px;
		padding: 0 40px;
	}

	.sliderWrap.clientSlider.clientSlider2 {
		margin-top: 0;
	}

	.pagesBar {
		margin: 0 -120px;
	}

	#topnav .hiddenMenu .oneCol {
		width: 45%;
		margin-left: 40px;
	}

	#topnav .hiddenMenu .oneCol:nth-child(2n+1) {
		margin-left: 0;
	}

	.numbersBlock.manyElems {
		margin: 0 -20px 20px;
	}

	.WhitewithBorder {
		margin-right: 0;
	}

	.rightSide > .content {
		margin-left: 240px;
	}

	.friendInviteBlockSmall, .friendInviteBlockSmall:link, .friendInviteBlockSmall:visited {
		width: 50%;
	}

	.leadershipDetail .infoBlock {
		left: 80px;
		width: 50%;
	}

	.vacancyLetter {
		width: 70%
	}

	#topnav > ul > li > a {
		font-size: 14px;
	}

	#topnav > ul > li > a:after {
		bottom: -43px;
	}

	.historySlider {
		margin-left: 0;
	}

	.successSlider .name {
		font-size: 16px;
	}

	#mainSlider {
		/*padding-top: 140px;*/
		height: 360px;
	}

	.fancybox-nav {
		width: 80px;
	}

	.helperPopup .fancybox-prev {
		left: -80px;
	}

	.helperPopup .fancybox-next {
		right: -80px;
	}

	.photoGallery .fancybox-prev {
		left: -15px;
	}

	.photoGallery .fancybox-next {
		right: -15px;
	}

	.leadershipDetail .infoBlock {
		bottom: 30px;
	}

	.leadershipDetail .infoBlock .infoblock-detail {
		padding: 20px 20px 0 20px;
	}

	.leadershipDetail .infoBlock .footer {
		margin: 0 -20px;
	}

	.rightCont .leftText {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.rightCont .rightText {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	.rightCont .WhitewithBorder {
		padding: 45px 50px 40px 40px;
	}

	.rightCont .filesBlock {
		margin-bottom: 0;
	}

	.rightCont {
		margin-bottom: 0px;
	}

	.redInfo .expname {
		width: 40%;
	}

	.helperWrap .sect1 .leftIco {
		margin-right: -20px;
	}

	.helperWrap .sect1 .leftIco:after {
		left: 90px;
	}

	.helperWrap .sect1 .rightIco {
		margin-left: -15px;
	}

	.newsScroller > .newsList > li {
		padding-right: 30px;
		width: 240px;
	}

	.newsScroller {
		margin: 0 70px;
	}

	.newsScrollerWrap .prev {
		left: 15px;
	}

	.newsScrollerWrap .next {
		right: 15px;
	}

	#topnav .hiddenMenu a {
		margin-left: 0;
		margin-right: 0;
	}

	.hiddenMenu > ul > li {
		padding: 0 5px;
	}

	#topnav .closeCross {
		right: 20px;
		top: 120px;
	}

	.gsLogo {
		clear: both;
		margin: 0;
		position: absolute;
		z-index: 1;
		right: 50px;
		bottom: 10px;
	}

}

/*@media (max-width: 767px) {
	#mainSlider {
		padding-top: 60px;
	}
}*/

@media only screen and (max-width: 1200px) {
	.hiddenMenu > ul > li {
		vertical-align: top;
		margin-bottom: 10px;
		max-width: 50%;
		width: 50%;
		box-sizing: border-box;
		float: left;
	}
	article {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 1179px) {
	article {
		padding-top: 144px !important;
	}
}

@media only screen and (max-width: 1100px) {
	#topnav > ul > li > a, #topnav > ul > li > a:hover, #topnav > ul > li > a.current {
		color: #fff;
	}

	#topnav {
		float: left;
		width: 330px;
		padding: 20px 0 0 0;
	}

	#topnav > ul > li {
		margin: 0 0 6px;
		display: block;
		width: 33.333%;
		padding: 0;
		float: left;
	}

	#topnav > ul > li > a:after {
		display: none;
	}

	#search .showhiddenbtn {
		display: none
	}

	#search {
		position: relative;
		right: auto;
		top: 0;
		display: block;
		padding: 10px 30px;
		width: auto;
		clear: both;
		background: #fff;
	}

	#search .searchfield {
		position: relative;
		width: auto;
		width: 100%;
		margin: 0 -10px;
		float: none;
		display: block;
	}

	#search .searchbutton {
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
	}

	#topnav {
		padding-left: 15px;
	}

	#topnav > ul > li {
		margin-left: 0;
	}

	#search .showhiddenbtn {
		float: right;
	}

	#topnav > ul > li > a {
		font-size: 14px;
	}

	#topnav > ul > li > a:after {
		bottom: -41px;
	}

	#topnav > ul > li > a.current:before {
		top: -44px;
	}

	.linkpodmenu span:after {
		background-position: -9px 0;
		-webkit-transform: translateZ(1);
	}

	#topnav > ul > li > a.current:before {
		display: none;
	}

	.withShad {
		box-shadow: none;
	}

	footer {
		margin: 0;
	}

	#mainSlider .sliderNav__inner {
		padding: 0 80px;
	}

	.headerPhone, .headerPhone:link, .headerPhone:visited {
		bottom: auto;
		top: 40px;
		color: #fff;
		right: 80px;
	}

	.headerQuestionBtn {
		right: 225px;
	}

	.headerQuestionBtn .redBtn, .headerQuestionBtn .redBtn:link, .headerQuestionBtn .redBtn:visited {
		color: #fff;
		border-color: #fff;
	}

	.headerQuestionBtn .redBtn:hover .text {
		color: #f00;
	}

	.headerQuestionBtn .redBtn .helper {
		background: #fff;
	}

	#topnav .hiddenMenu {
		padding-bottom: 60px;
	}

	.newsListBlocks.proj-new > li > a {
		margin: 0 10px;
	}

	.newsListBlocks.proj-new {
		margin: 0 -10px;
	}

	.newsListBlocks.proj-new > li {
		margin-bottom: 20px;
	}

	.projectExpert h4 {
		font-size: 22px;
	}

	.projectPicNew .numbers-block dl {
		padding-right: 80px;
	}

	.prjTabs a{font-size:15px;}
} /*@media only screen and (max-width: 1100px)*/

@media only screen and (max-width: 1050px) {
	.BigsiteWidth2 {
		width: 900px;
	}

	.careerOpport {
		margin: 5px 0 70px;
	}

	.eventsBlock {
		/*margin: 30px;*/
		margin:auto;
	}

	.eventsBlock--formed {
		margin: 30px 0;
	}

	.hiddenMenu .menucol2 > div > ul > li, .hiddenMenu > ul > li.menucol2,
	.hiddenMenu .menucol2 > div > ul > li:nth-child(2n) {
		/*float: none;*/
		width: 100%;
	}

	.hiddenMenu > ul {
		padding: 30px 0;
		display: block;
	}

	.hiddenMenu > .services-menu {
		padding: 30px;
	}

	.hiddenMenu > ul > li > strong {
		padding-top: 30px;
	}

	.hiddenMenu > ul > li > div > ul > li > strong {
		padding-right: 20px;
	}

	.redInfo.quote:after {
		display: none
	}

	.helperWrap .sect1 .leftIco, .helperWrap .sect1 .rightIco {
		font-size: 12px;
	}

	.nree-block {
		margin-right: -200px;
	}

	.main-projects-list > li .text {
		padding: 30px 20px;
	}

	#porjectNewForm .form .formzog {
		width: auto;
		float: none;
		padding-top: 20px;
	}

	.w50.page-descr {
		width: 100%;
	}
} /*@media only screen and (max-width: 1050px)*/

@media only screen and (max-width: 1500px) {
	.newsLinks {
		margin: -82px 0 0 0;
	}
}

@media only screen and (max-width: 1380px) {
	.newsLinks {
		margin: -140px 0 0 0;
	}
}

@media only screen and (max-width: 980px) {
	.video__block{
		display:inline!important;
	}

	.newsLinks {
		display: none;
	}

	.siteWidth, .bottomConnectBlock > .siteWidth {
		width: auto;
	}

	#jstestgo {
		margin-right: 0;
		right: 10px;
	}

	.twoCols .redInfo {
		margin-left: 0;
		padding-left: 35px;
	}

	.WhitewithBorder {
		padding: 40px 40px 20px
	}

	.w42 {
		margin-left: 4%;
		width: 46%;
	}

	.vacancyLetter input[type="email"] {
		width: 160px;
	}

	.careerOpport > li > div {
		padding: 30px 15px;
	}

	.friendInviteBlock {
		margin: 0 0 50px;
	}

	.bottomConnectBlock .phonesBlock {
		padding-right: 0;
	}

	.successSlider a {
		margin: 0 15px;
	}

	.successSlider .pic {
		right: 15px;
	}

	.successSlider .contSlider {
		margin: 0;
	}

	.contItem {
		width: 100% !important;
		border: none;
		display: block;
		border-top: 1px dotted #cdcccc;
		padding: 20px 10px;
		margin: 0 10px;
	}

	.contHead .contItem:first-child {
		border-top: none;
	}

	.contHead {
		padding: 0;
	}

	.calendarList {
		clear: both;
		margin-left: 0;
		float: none;
		margin-bottom: 30px;
	}

	.projList li {
		width: 50%;
	}

	.leadershipList > li a .info {
		height: 160px;
	}

	.leadershipList > li a:hover .info {
		height: 130px;
	}

	.redInfo .expname {
		width: 100%;
		margin-bottom: 20px;
		float: none
	}

	.expert .whieBtn {
		float: none
	}

	.rightSide .vacancyLetter .jq-selectbox {
		width: 463px;
	}

	.helperScroll {
		padding: 0 80px;
		margin: 0 -30px;
		overflow-x: auto;
	}

	.leadershipList > li .personBlock:hover .info {
		height: 180px;
	}

	.contacts-search-field-wrapper {
		position: static;
	}

	.multiInputWrap .titleHelper {
		position: relative;
		left: auto;
		padding-left: 0;
		padding-bottom: 5px;
		width: auto;
		display: block;
	}

	.partnerFormOk strong {
		font-size: 25px;
		width: 340px;
	}

	.partnerFormOk .okIco {
		margin-top: 0;
	}

	.evCol {
		padding: 30px 30px 30px 0;
	}

	.jobCol {
		padding: 30px 0 30px 30px;
	}

	.eventsBlock .evCol .eventList > li {
		padding: 10px 0;
	}

	.eventsBlock .evCol.evCol2 .eventList > li {
		padding: 10px;
	}

	.eventsBlock .evCol.evCol2 .eventList {
		margin: 0 -10px;
	}

	.jobList li {
		padding: 10px 0;
	}

	.numbersBlock.numbersBlockSlider li {
		padding-left: 50px;
	}

	.numbersLink {
		padding: 0 30px;
		margin-right: 5%;
		width: 145px;
	}

	.workPlaceBenefits > div > div strong {
		font-size: 16px;
	}

	.projectDetailFixedLine .line .rightLink {
		margin-left: 0;
		left:50%;
	}
} /*@media only screen and (max-width: 980px)*/

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

	.leftPosContent {
		width: 72%;
	}

	.leftPosContent ol.list > li > ul.list {
		padding-left: 0;
	}

	.smallTabsPanes {
		width: 100%;
	}

	.eventsBlock .newsList, .eventsBlock .eventList {
		padding: 0 2%;
	}

	.companyTopRedBlocks > li .title {
		width: 60%;
	}

	.companyTopRedBlocks > li a:hover .title {
		width: 50%;
	}

	.companyTopRedBlocks > li .pic {
		width: 50%;
		margin-left: -10%;
	}

	.w60.left {
		width: 55%;
	}

	.vacancyPointSlider .contSlider > ul > li > div {
		padding: 0 20px;
	}

	.vacancyPointSlider .w55.left {
		padding-left: 65px;
	}

	.careerOpport > li {
		width: 50%;
		margin-bottom: 10px;
	}

	.careerOpport > li:nth-child(2n+1) > div {
		margin-left: 0;
	}

	.whiteNumbBlock {
		margin-right: 0;
	}

	.whiteNumbBlock.left {
		min-width: 200px;
		width: 20%;
		margin-left: 0;
	}

	.workPlaceBenefits {
		margin: 10px 0 30px;
	}

	.numbersBlock.manyElems, .numbersBlock {
		margin: 0 -10px 20px;
	}

	.numbersBlock.manyElems > ul > li, .numbersBlock.manyElems > ul > li:nth-child(n) {
		border-top: none;
		border-bottom: 1px dotted #cccccc;
		border-left: 1px dotted #cccccc;
		width: 19%;
		padding: 30px 3%;
	}

	.numbersBlock.manyElems > ul > li:first-child, .numbersBlock.manyElems > ul > li:nth-child(5), .numbersBlock.manyElems > ul > li:nth-child(9) {
		border-left-color: transparent;
	}

	.numbersBlock.manyElems > ul > li:nth-child(9), .numbersBlock.manyElems > ul > li:nth-child(10) {
		border-bottom: none;
	}

	.VacancyList > li .vacancy__header .currency {
		display: inline-block;
		line-height: 1;
		padding-left: 0;
		float: none;
		margin-top: 0;
	}

	.VacancyList > li .vacancy__header .city {
		float: none;
	}

	.VacancyList > li .vacancy__header strong {
		margin-bottom: 5px;
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}

	.VacancyList > li .vacancy__header {
		height: auto;
		line-height: 1.2;
		padding: 20px 20px 20px 0;
	}

	.VacancyList > li .share, #modaltest .share {
		margin-top: 30px;
		float: none;
	}

	.friendInviteBlockSmall, .friendInviteBlockSmall:link, .friendInviteBlockSmall:visited {
		width: 56%;
	}

	.vacancyLetter.whiteBg {
		width: 40%;
	}

	.vacancyLetter.w60 {
		width: 50%;
	}

	.bigVideoList .video > img {
		width: 100%;
		height: auto;
	}

	.evPic img {
		width: 40px;
		height: 40px;
	}

	.rightCont .tagsBlock {
		width: 70%;
	}

	.projBottomNav .tagsBlock {
		width: 50%;
	}

	.nree-header {
		padding: 80px 0;
	}

	.ntree-info {
		padding: 30px 20px 20px;
		width: 260px;
	}

	.nree-header-text h1 {
		width: 300px;
	}

	.ntree-info ul.list {
		padding-left: 0;
	}

	#topnav > ul > li {
		width: 50%;
		margin: 0 0 4px 0;
	}

	.main-projects-list {
		margin: 0 -5px;
	}

	.main-projects-list > li {
		padding: 0 5px 40px;
	}

	.main-projects-list > li .category {
		padding: 10px 20px;
	}
	.footer__external{
		font-size:11px;
		line-height:200%;
	}
	.footer__external a i{
		background-size:contain;
		width:9px;
		height:9px;
		margin-left:4px;
		margin-top:6px;
	}
	.gsLogo img{
		width:100px;
		height:auto;
	}

} /*@media only screen and (max-width: 920px)*/

@media only screen and (max-width: 840px) {
	.w55.left {
		width: 50%;
	}

	.vacancyLetter {
		width: 45%;
	}

	.vacancyLetter input[type="email"] {
		display: block;
		width: 242px;
	}

	.rightSide .vacancyLetter .jq-selectbox {
		width: 100%;
	}

	.newVacancyList > li > a {
		padding: 20px 15px 40px;
	}

	.w60.right {
		width: 50%;
	}

	.workPlaceBenefits > div > div strong {
		padding-right: 120px;
	}

	.leadershipList > li {
		width: 50%;
	}

	.newsListBlocks {
		margin: 0 -5px;
	}

	.newsListBlocks > li > div {
		margin: 0 5px;
	}

	.newsListBlocks > li > a, .newsListBlocks > li > .linkBlock {
		padding: 40px 20px;
		margin: 0 5px;
	}

	.evPic, .newsListBlocks .pic {
		padding-left: 20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: -20px;
	}

	.newsListBlocks > li {
		margin-bottom: 10px;
	}

	#topnav > ul > li > a {
		font-size: 13px;
	}

	#topnav > ul > li > a:after {
		bottom: -42px;
	}

	#topnav > ul > li > a.current:before {
		top: -43px;
	}

	.centerNumbs .whiteNumbBlock {
		box-sizing: content-box;
		display: block;
		width: auto
	}

	.itemList > li > .info {
		width: auto;
		margin-right: 150px;
	}

	.itemList > li > ul > li {
		width: 45%;
		margin-right: 5%;
	}

	.friendInviteBlock .info {
		width: 50%;
		padding: 30px;
	}

	.friendInviteBlock .pic {
		width: 55%;
	}

	.friendInviteBlock:hover .info {
		width: 45%;
	}

	.eventsBlock .evCol.evCol2 .eventList > li {
		width: auto;
		display: block;
		padding: 10px 0;
	}

	.eventsBlock .evCol.evCol2 .eventList {
		margin: 0;
	}

	.kso-last-benefit .kso-ico-list {
		margin: 0 -20px;
	}

	.kso-last-benefit .kso-ico-list > li {
		padding: 20px 20px 40px;
	}
} /*@media only screen and (max-width: 840px)*/

@media only screen and (max-width: 800px) {
	.numbersBlock > ul > li strong, .numbersBlock > ul > li strong sup {
		font-size: 40px;
	}

	.bigTabs > li a {
		padding: 20px 40px 30px
	}

	.footerMenu {
		margin-right: 20px;
	}

	.companyTopRedBlocks > li {
		margin-left: 10px;
		margin-right: -10px;
	}

	.companyTopRedBlocks > li:first-child {
		margin-left: -10px;
		margin-right: 10px;
	}

	.w60.left {
		width: 100%
	}

	.filesBlock {
		width: 100%;
		float: none;
		clear: both;
	}

	/*.rightText .filesBlock{
	text-align:left;}*/
	.phonesBlock {
		padding-bottom: 15px;
	}

	.numbersBlock.manyElems, .numbersBlock {
		margin: 0 0 20px;
	}

	.numbersBlock > ul > li {
		padding: 0 2%;
		width: 21%;
	}

	.numbersBlock.manyElems > ul > li, .numbersBlock.manyElems > ul > li:nth-child(n) {
		border-top: none;
		border-bottom: 1px dotted #cccccc;
		border-left: 1px dotted #cccccc;
		width: 27.3%;
		padding: 30px 3%;
	}

	.numbersBlock.manyElems > ul > li:first-child, .numbersBlock.manyElems > ul > li:nth-child(4), .numbersBlock.manyElems > ul > li:nth-child(7), .numbersBlock.manyElems > ul > li:nth-child(10) {
		border-left-color: transparent;
	}

	.numbersBlock.manyElems > ul > li:nth-child(10) {
		border-bottom: none;
	}

	.workPlaceBenefits > div > div strong {
		padding-right: 100px;
	}

	.leadershipDetail .infoBlock .infoblock-detail {
		padding: 25px 25px 0 25px;
	}

	.leadershipDetail .infoBlock {
		left: 80px;
	}

	.leadershipDetail .infoBlock .footer {
		margin: 0 -25px;
	}

	#schoolForm {
		padding: 35px;
	}

	.anchorNav li {
		padding: 0 14px;
	}

	.dayItem {
		padding: 0 6px;
	}

	.eventList > li:nth-child(3) {
		display: none;
	}

	.eventsBlock .eventList {
		padding: 0 5%;
	}

	.eventsBlock .eventList > li:first-child {
		margin-left: 0;
	}

	.eventsBlock .eventList > li {
		width: 47%;
		margin-left: 6%;
	}

	.datePoints ul > li {
		margin: 0 5px;
	}

	.datePoints ul > li:last-child {
		margin-right: 9px;
	}

	.datePoints ul > li:first-child {
		margin-left: 9px;
	}

	.bannerImage .twoCols h2, .bannerImage .twoCols .h2span {
		width: 100%;
	}

	.vacancyLetter.newsSubscr {
		width: 100%;
	}

	.advantTop > div, .advantTop > div.bigBlock {
		float: none;
		width: 100%;
	}

	.advantTop > div > div {
		height: auto !important;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.rightCont .tagsBlock {
		width: 100%;
		margin-top: 0;
	}

	.leftMenuWrap {
		width: 210px;
	}

	.rightCont {
		margin-left: 245px;
	}

	.twoCols .redInfo {
		margin-top: 0;

	}

	.services .twoCols .redInfo {
		min-height: 0;
		line-height: normal;
	}

	.w50.z10 {
		width: 100%;
	}

	.numbersBlock.numbersBlockSlider {
		float: none;
		width: 100%;
		overflow: hidden;
		clear: both;
		margin: 0 0 30px 0;
		height: 150px;
	}

	.numbersBlock.numbersBlockSlider li {
		padding: 0 0 0 30px;
	}

	.numbersBlock.numbersBlockSlider li > div {
		height: 150px;
	}

	.numbersLink {
		margin-top: 60px;
	}

	#asd_subscribe_res {
		position: relative;
		white-space: normal;
	}

	.asd_rubrics > li label {
		font-size: 13px;
	}

	.leftMenuWrap .leftBtnBlock .redBtn .text {
		font-size: 12px;
	}

	.footerPhone, .footerPhone:link, .footerPhone:visited {
		position: relative;
		padding-bottom: 15px;
		padding-right: 0;
		right: auto;
	}

	.nree-header {
		padding: 40px 0;
	}

	.nree-block {
		float: none;
		clear: both;
		margin: 0 -30px;
		width: auto;
		height: 1100px;
		overflow: hidden;
	}

	.nree-block--santa {
		height: 800px;
	}

	.ntree-pic {
		background-size: 125% auto;
		background-position: center top;
		width: 100%;
	}

	.ntree-pic--santa {
		background-size: initial;
	}

	.ntree-toys li.toy11 {
		left: 32%;
		top: 117px;
	}

	.ntree-toys li.toy21 {
		top: 142px;
		left: 45%;
	}

	.ntree-toys li.toy31 {
		top: 174px;
		left: 23%;
	}

	.ntree-toys li.toy41 {
		top: 217px;
		left: 57%;
	}

	.ntree-toys li.toy51 {
	}

	.ntree-toys li.toy61 {
	}

	.ntree-toys li.toy71 {
		top: 84px;
		left: 54%;
	}

	.star-lines {
		display: none;
	}

	.nree-block:before {
		height: 200px;
		width: 100%;
		top: -100px;
		background: #cc0000;
		z-index: 1;
		content: '';
		left: 0;
		display: block;
		position: absolute;
	}

	.ntree-info {
		margin-right: 0;
		width: auto !important;
		float: none;
		margin-top: -20px;
		margin-bottom: 0;
		border: none;
	}

	.ntree-info:before {
		width: 30px;
		right: 100%;
		display: block;
		background: #cc0000;
		top: 0;
		height: 100%;
		position: absolute;
		content: '';
	}

	.ntree-info:after {
		width: 30px;
		left: 100%;
		display: block;
		background: #cc0000;
		top: 0;
		height: 100%;
		position: absolute;
		content: '';
	}

	.nree-block .top-circles {
		display: none;
	}

	.partnerForm .formLine > label {
		display: block;
		width: 320px;
		padding-bottom: 5px;
	}

	.partnerForm .sumbitLine {
		padding-left: 0;
	}

	.partnerForm {
		padding-bottom: 30px;
	}

	.partnerForm .multiInputWrap {
		padding: 9px 9px 0;
		margin: 0 -10px 15px;
	}

	.add-district, .add-district:link, .add-district:visited {
		margin: 0 -10px 30px;
	}

	.filterBtn, .filterBtn:link, .filterBtn:visited {
		margin-left: 25px;
	}

	.projectExpert h4 {
		font-size: 18px;
	}

	#porjectNewForm form {
		padding: 30px 20px;
	}

	.newsListBlocks.proj-new > li {
		width: 50%;
	}
	.bottomConnectBlock .fbLinkBlock{
		clear:both;
		float:none;

	}
} /*@media only screen and (max-width: 800px)*/

@media (max-width: 767px) {
	article {
		padding-top: 64px !important;
	}
}

@media only screen and (max-width: 750px) {
	#topnav > ul > li > a{
		font-size: 13px;
	}

	.companyTopRedBlocks > li {
		float: none;
		margin: 0;
		clear: both;
		width: 100%;
	}

	.companyTopRedBlocks > li:first-child {
		margin: 0 0 20px 0;
	}

	.numbersBlock {
		font-size: 11px;
	}

	.w55.left {
		width: 40%;
	}

	.newsListBlocks > li {
		width: 50%;
	}

	.newsListBlocks.newsListBlocksMain > li:last-child {
		display: inline-block;
	}

	.newsSearch {
		width: 100%;
	}
	.newsSearch2{
		margin:0 auto 40px auto;
	}

	.nree-header-text p {
		width: 100%;
		float: none;
	}

	.nree-header-text h1 {
		width: 100%;
	}

	.PhotoGalleryList > li {
		width: 33.3%;
	}

	.leadershipDetail .infoBlock {
		width: 60%;
	}

	footer .age {
		left: -70px;
	}

	.ntree-footer h2, .ntree-footer .right {
		max-width: none;
		width: auto;
		float: none;
	}

	.ntree-pic {
		background-size: cover;
	}

	.ntree-pic--santa {
		background-size: initial;
	}

	.partnerFormOk p {
		float: none;
		width: auto;
		clear: both;
		padding-top: 10px;
	}
} /*@media only screen and (max-width: 750px)*/

@media only screen and (max-width: 720px) {
	.hiddenMenu > ul > li > strong {
		padding: 0;
	}

	.redInfoLabel {
		padding: 30px;
		clear: both;
		width: 100%;
		float: none;
	}

	.siteWidth {
		padding: 0 20px;
	}

	.eventsBlock {
		/*margin: 20px 0;*/
		margin:auto;
	}

	.video__block{
		display:inline!important;
	}

	.leftPosContent ol.list > li {
		width: 75%;
		padding-right: 0;
	}

	.leftPosTabs {
		width: 25%;
	}

	.leftPosContent {
		width: 70%;
	}

	.leftPosTabs > li > a {
		font-size: 12px;
	}

	.numbersBlock > ul > li, .numbersBlock.blocksCount3 > ul > li, .numbersBlock.blocksCount2 > ul > li,	.numbersBlock.numbersBlock3 > ul > li {
		width: 44%;
		padding: 0 3% 20px;
		border-left: none;
		margin-left: 0;
	}

	.numbersBlock > ul > li:nth-child(2n) {
		border-left: 1px dotted #cccccc;
		margin-left: -1px;
	}

	.numbersBlock > ul > li:first-child, .numbersBlock > ul > li:nth-child(2) {
		padding-bottom: 30px;
	}

	.numbersBlock.blocksCount3 > ul > li:nth-child(3) {
		border-top: none;
		width: 94%;
	}

	.numbersBlock > ul > li:nth-child(3), .numbersBlock > ul > li:nth-child(4) {
		padding-top: 30px;
		border-top: 1px dotted #cccccc;
	}

	.numbersBlock {
		padding-bottom: 10px;
	}

	.numbersBlock.manyElems > ul > li, .numbersBlock.manyElems > ul > li:nth-child(n) {
		width: 44%;
		border-bottom: none;
		border-top: 1px dotted #cccccc;
		margin-left: -1px;
		border-left: 1px dotted #cccccc;;
	}

	.numbersBlock.manyElems > ul > li:nth-child(2n+1) {
		border-left-color: transparent;
	}

	.numbersBlock.manyElems > ul > li:first-child, .numbersBlock.manyElems > ul > li:nth-child(2) {
		border-top: none;
	}


	.numbersBlock.twoElem {
		padding-bottom: 20px;
	}

	.serviceInfoFile, .serviceInfoFile:link, .serviceInfoFile:visited {
		font-size: 12px;
	}

	#mainSlider .sliderNav .slierTabs > li {
		width: auto;
		padding-right: 20px;
	}

	#mainSlider .sliderNav .slierTabs > li.active:before {
		width: 80%;
	}

	#mainSlider .sliderNav .slierTabs > li:before {
		width: 60%;
	}

	#mainSlider .info {
		font-size: 30px;
	}

	#mainSlider .info small {
		font-size: 18px;
	}

	.sliderWrap {
		padding: 0 55px;
		margin: 0 -20px;
	}

	.successSlider {
		margin-bottom: 30px;
	}

	.vacancyPointSlider {
		margin: 60px -20px 40px;
	}

	.peopleSlider {
		margin-bottom: 100px;
	}

	.pagesBar {
		margin: 0 -65px;
	}

	.sliderWrap > .next, .sliderWrap > .prev {
		border: none;
		width: 40px;
		background: #fff;
	}

	.sliderWrap > .prev {
		left: 8px;
	}

	.sliderWrap > .next {
		right: 8px;
	}

	.sliderWrap > .next span, .sliderWrap > .prev span {
		border: none
	}

	.clientSlider .prev, .clientSlider .next, .clientSlider .prev:hover, .clientSlider .next:hover, .sliderWrap.vacancyPointSlider > .next, .sliderWrap.vacancyPointSlider > .prev {
		background: #fff;
		margin-top: 0;
	}

	.twoLvlTabs > li a {
		font-size: 16px;
	}

	.bigContentBlocks .topText {
		width: 80%;
	}

	.WhitewithBorder {
		margin-bottom: 40px;
	}

	.prevProjLink, .prevProjLink:link, .prevProjLink:visited, .nextProjLink, .nextProjLink:visited, .nextProjLink:link {
		font-size: 12px;
	}

	.footerMenu {
		margin-right: 0;
	}

	.footerMenu a {
		padding-left: 10px;
	}

	.vacancyPointSlider .w55.left {
		width: 50%;
		padding-top: 80px;
		padding-left: 0;
	}

	.vacancyPointSlider .number {
		left: 20px;
	}

	.vacancyPointSlider .number:after {
		border-width: 6px 6px 0 6px;
		border-color: #fff transparent transparent transparent;
		left: 15px;
		bottom: -6px;
	}

	.newVacancyList > li {
		width: 50%;
	}

	.vacancyPointSlider .icoBlock {
		width: 220px;
		height: 220px;
		line-height: 220px;
	}

	.w50.center {
		width: 100%;
	}

	.rightSide > .content {
		margin-left: 200px;
	}

	.leftVacancyNav {
		width: 180px;
	}
	.leftVacancyNavCont{
		width: 200px;
	}

	.pageNav > ul {
		margin: 0 40px;
	}

	.vacancyLetter.whiteBg {
		width: 100%;
	}

	.vacancyLetter.w60 {
		width: 45%;
	}

	.vacancyLetter input[type="email"] {
		display: inline-block;
	}

	.friendInviteBlockSmall, .friendInviteBlockSmall:link, .friendInviteBlockSmall:visited {
		width: 100%;
	}

	.newsDetail > .left {
		width: 100%;
	}

	.newsDetail > .right {
		width: 100%;
	}

	.evPic img {
		width: 60px;
		height: 60px;
	}

	.calendarList > li {
		margin-bottom: 10px;
	}

	.calendarList {
		margin-bottom: 20px;
	}

	.workPlaceBenefits {
		margin-bottom: 10px;
	}

	.w50.left, .w42.right, .w50.right {
		width: 100%;
	}

	.w50.right {
		margin-top: 20px;
		clear: both;
	}

	.w42 .tagList, .rightCont .tagsBlock {
		display: none
	}

	.twoCols .WhitewithBorder {
		margin-top: 0;
	}

	.brMenu {
		width: 100%;
	}

	.leftMenuWrap {
		display: none
	}

	.rightCont {
		margin-left: 0;
	}

	.projBottomNav .tagsBlock {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}

	.projBottomNav .redFileBtn {
		float: none;
		margin-left: 0;
	}

	.rightSide .vacancyLetter .jq-selectbox {
		width: 262px;
	}

	.helperScroll {
		margin: 0 -20px;
	}

	.newsDetail .photoList {
		margin: 0;
	}

	.newsDetail > .right {
		margin: 0;
	}

	.newsDetail .shareLine {
		padding-bottom: 0;
	}

	.newsDetail .right .shareLine {
		padding-bottom: 20px;
	}

	.headerQuestionBtn, #headerLanguage {
		display: none;
	}

	.headerPhone, .headerPhone:link, .headerPhone:visited {
		right: 20px;
	}

	.kso-benefits {
		margin: 0 -8px;
	}

	.kso-benefits > li {
		padding: 8px;
	}

	#porjectNewForm {
		width: auto;
		float: none;
		margin-top: 30px;
	}

	#porjectNewForm form {
		padding: 30px 0;
	}

	#porjectNewForm .header {
		color: #1A1A1A;
	}

	.projectExpert {
		width: auto;
		float: none;
		max-width: 300px;
	}

	.bannerImage.projectExpertPic {
		min-height: 200px;
	}

	.projectDetailFixedLine .line .arrowLink {
		font-size: 13px;
		padding: 16px 0 16px 35px;
	}

	.projectDetailFixedLine .line .redFileBtn {
		min-width: 130px;
	}

	.projectTop .w42 {
		margin-top: 0;
	}

	.white-form-block {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.white-form-block__steps li span {
		font-size: 12px;
	}

	.eventsBlock--formed {
		padding-right: 25px;
		padding-left: 25px;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.projectDetailFixedLine .line .arrowLink {
		display: none;
	}
	.projectDetailFixedLine .line .rightLink {
		position: relative;
		left: auto;
		display: inline-block;
	}

} /*@media only screen and (max-width: 720px)*/

@media only screen and (max-width: 650px) {
	.eventsBlock > h3, .eventsBlock > .h3span {
		padding: 30px 35px;
	}
	.eventsBlock .fbLink{margin-right:35px;}

	.kso-benefits > li {
		width: 100%;
	}

	.kso-benefits > li > div {
		height: auto !important;
	}

	/*footer .siteMapbtn{margin:0;right:auto;left:10px;}*/
	/* временно пока есть кнопка #jstestgo */
	.filesCol {
		float: none;
		text-align: center;
	}

	#modaltest {
		padding: 0;
		width: auto;
		background: #fff;
	}

	#modaltest .redFileBtn, #modaltest .grayFileBtn {
		height: auto !important;
	}

	.testPic {
		display: none;
	}

	#modaltest .share {
		margin: 0;
	}

	.mtStep {
		padding: 0;
	}

	.mtStep:before, .mtStep:after {
		display: none;
	}

	.fFilter {
		padding: 0 0 20px 0;
	}

	#topnav > ul > li > a.current:before {
		display: none
	}

	.projList li {
		font-size: 12px;
	}

	.mapList {
		padding: 0;
	}

	.maplevel1 > li {
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: inherit;
		float: none;
	}

	.mapList ul, .mapList li, .mapList > li > ul > li > ul > li > ul, .mapList > li > strong, .mapList > li > ul > li > ul > li > strong {
		padding: 0;
	}

	.mapList.mapList2 > li > strong {
		padding: 0 0 30px 0;
	}

	.mapList > li > ul > li > strong {
		padding: 0;
	}

	.mapList > li {
		padding-bottom: 30px !important;
	}

	.maplevel1, .maplevel2, .maplevel3 {
		padding: 10px 0 !important;
	}

	.mapList > li > ul > li > ul > li > strong {
		padding: 0 0 0 0;
	}

	h1 {
		padding: 0 0 30px 0;
	}

	.h50 {
		height: 30px;
	}

	.phonesBlock .redBtn {
		margin: 0 10px 10px 0;
	}

	html, body {
		height: auto
	}

	.contMap {
		height: 300px;
	}

	.mapList.mapList2 > li {
		width: 100%;
		padding: 0;
	}

	.twoCols > .w50, .twoCols > .w42, .twoCols > .w45 {
		margin-left: 0;
		width: 100%;
		float: none;
	}

	.serviceInfoFile, .serviceInfoFile:link, .serviceInfoFile:visited {
		margin-bottom: 10px;
	}

	/*.siteWidth.twoCols { padding-bottom: 40px; }*/
	.bannerImage .twoCols .redInfo {
		margin-bottom: 0;
	}

	.redInfo h4 {
		font-size: 16px;
	}

	.eventsBlock .newsList > li {
		width: 47%;
		margin-left: 3%;
	}

	/*.eventsBlock .newsList > li:first-child { margin-left: 0; }*/
	.eventsBlock .newsList {
		padding: 0 5%;
	}

	/*.eventsBlock .newsList > li:nth-child(3) { display: none }*/
	.bigTabs > li a {
		padding: 20px 20px 10px;
	}

	.bigTabs {
		width: 100%;
		display: table;
	}

	.bigTabs > li {
		border-left: 1px solid #fff;
		display: table-cell;
	}

	.bigTabs > li:hover {
		border-left: 1px solid #fff;
	}

	.bigTabs > li:first-child {
		border-left: none;
	}

	.bigTabs > li a {
		font-size: 16px;
	}

	.twoLvlTabs > li {
		margin: 0 10px;
	}

	.prevProjLink, .prevProjLink:link, .prevProjLink:visited, .nextProjLink, .nextProjLink:visited, .nextProjLink:link {
		width: 45%;
	}

	.projBottomNav .w60.center {
		padding-top: 30px;
		text-align: left;
		width: 100%;
		clear: both;
		float: none;
	}

	.projBottomNav {
		padding-bottom: 20px;
	}

	.footerSocials {
		margin-left: 0;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		clear: both;
	}

	footer {
		height: auto;
		margin-top: 0;
	}

	.footerMenu {

		width: 32%;
	}

	.footer__menus {
		margin-bottom: 40px;
	}

	.footer__external {
		padding-left: 9px;
	}

	.footer__menus-clearfix {
		display: block;
		clear: both;
	}

	.footerMenu:first-child {
		margin-left: 0;
	}

	.footerSocials > ul {
		padding-bottom: 30px;
		padding-top: 0;
		vertical-align: top;
		margin-left: 20px;
		display: inline-block;
	}

	.footerSocials .text {
		vertical-align: top;
		display: inline-block;
	}

	#footerLanguage {
		float: left;
		padding: 20px 0;
	}

	footer .siteWidth > .right {
		padding-bottom: 0px;
		overflow: hidden;
		float: none;
	}

	.altoLogo {
		text-align: right;
		margin-top: -15px;
		float: right;
	}

	#mainSlider {
		display: none;
	}

	#mainSliderPlug {
		display: block;
	}

	a.mainSliderPlug_card {
		display: block;
		position: relative;
		height: 144px;
		border: none;
		overflow: hidden;
	}

	a.mainSliderPlug_card:hover .mainSliderPlug_card--bg {
		transform: scale(1.04);
	}

	.mainSliderPlug_card--inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 16px;
		box-sizing: border-box;
	}

	.mainSliderPlug_card--inner > h3, .mainSliderPlug_card--inner > span.text-large {
		color: #fff;
		font-size: 24px;
		line-height: 32px;
	}

	.mainSliderPlug_card--inner > h3 {
		font-family: 'robotobold_condensed', sans-serif;
		margin-bottom: 16px;
		padding-bottom: 0;
	}

	.mainSliderPlug_card--inner > span.text-large {
		font-family: 'robotocondensed', monospace;
	}

	.mainSliderPlug_card--bg {
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		transition: transform 0.4s ease-in-out;
	}

	.mainSliderPlug_card--bg-overlay {
		filter: brightness(0.4);
	}

	#mainTabs {
		margin-top: 0;
	}

	.bannerImage.noHeight {
		background-position: 70% top;
		margin: 0 0 20px 0;
	}

	.bigContentBlocks {
		padding-bottom: 55px;
	}

	.bigContentBlocks .pagesBar {
		bottom: -20px;
		position: relative;
		margin: 0;
		width: auto;
	}

	#topnav > ul > li > a:after {
		bottom: -39px;
	}

	#topnav .hiddenMenu .oneCol, #topnav .hiddenMenu .oneCol:nth-child(2n+1) {
		margin: 0 20px;
		width: 100%;
		display: block;
	}

	.vacancyPointSlider .icoBlock {
		width: 45%;
	}

	.w55.left {
		width: 100%;
	}

	.whiteNumbBlock, .whiteNumbBlock.left {
		width: 100%;
		margin-top: 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}

	.w60.right {
		width: 100%;
	}

	.workPlaceBenefits > div {
		margin-bottom: 20px;
		width: 100%;
	}

	.workPlaceBenefits > div.left > div {
		margin-right: 0;
	}

	.workPlaceBenefits > div > div {
		width: 100%;
	}

	.peopleQoute blockquote {
		position: relative;
		margin-left: 0;
		left: 0;
		width: auto;
		max-width: 1000px;
	}

	.peopleQoute .redInfo {
		max-width: 100%;
		margin-bottom: 0;
	}

	.rightSide > .content {
		margin-left: 0;
	}

	.leftVacancyNav {
		margin-left: 0;
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	.leftVacancyNavCont{
		width: auto;
		float:none;
		margin:0 0 40px 0;
	}

	.leftVacancyNav ul li a {
		position: relative;
		width: auto;
		padding-right: 30px;
	}

	.leftVacancyNav ul li .red {
		right: 30px;
	}

	.leftVacancyNav ul li > a > span {
		padding-right: 28px;
	}

	.leftVacancyNav ul li.current:after {
		content: '';
		position: absolute;
		z-index: 1;
		right: 5px;
		top: 12px;
		background: #f40000;
		width: 28px;
		height: 28px;
		border: none;
	}

	.leftVacancyNav ul li {
		display: none;
		height: 40px;
		line-height: 40px;
	}

	.leftVacancyNav ul li:before {
		position: absolute;
		z-index: 2;
		right: 13px;
		top: 17px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #fff transparent transparent transparent;
		content: '';
		display: none;
		left: auto;
	}

	.leftVacancyNav ul li.current:before {
		display: block
	}

	.leftVacancyNav ul li.current a:before {
		display: none
	}

	.leftVacancyNav ul li a:before {
		display: block;
		content: '';
		height: 0px;
		width: 100%;
		left: 0;
		bottom: -6px;
		border-bottom: 1px dotted #e6e6e6;
		position: absolute;
	}

	.adaptiveShow {
		display: block;
		padding-bottom: 15px;
		cursor: pointer;
	}

	.rightSide {
		float: none;
		margin-left: 0;
	}

	.leftVacancyNav ul li.current {
		overflow: hidden;
		display: block;
	}

	.vacancyPanes .vacancyLetter {
		padding: 40px 15px;
	}

	#friendvacancymodal, #vacancymodal, #getmaterialform, .modalForm {
		width: 400px;
	}

	.partnersList {
		width: 100%;
	}

	.phonesBlock {
		margin-top: 30px;
		clear: both;
		float: none;
		width: 100%;
	}

	.vacancyLetter.whiteBg, .vacancyLetter {
		width: 100%;
	}

	#schoolForm {
		width: auto
	}

	.withShad {
		box-shadow: none
	}

	.bannerImageTop div.w50 {
		width: 100%;
	}

	.redinfo-full .w50 {
		width: 100%;
	}

	.twoCols .redInfo.quote {
		margin-top: 250px;
	}

	.prjPresHide {
		display: none;
	}

	.twoCols h2, .twoCols .h2span {
		height: 0;
		padding: 0;
	}

	.anchorNav {
		margin-bottom: 30px;
		height: auto;
	}

	.workPlaceBenefits {
		margin-bottom: 0;
	}

	.hiddenMenu > ul {
		padding-bottom: 0;
		display: block;
		padding: 20px 20px 0 20px;
	}

	.hiddenMenu > ul > li {
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 0 0 30px 0;
	}

	.hiddenMenu > ul > li > div > ul > li > strong {
		padding: 20px 0 5px 0;
	}

	#topnav .hiddenMenu {
		max-height: none !important;
		top: 100px;
		position: absolute;
		overflow: visible !important;
		overflow-y: visible !important;
		padding: 0;
	}

	#main {
		min-height: auto;
		overflow: visible;
	}

	.partnerModal {
		padding: 20px 20px 50px;
	}

	.peopleQoute.twoCols .redInfo {
		margin-top: 0px;
	}

	.phonesBlock {
		padding: 0 0 40px 0;
	}

	.peopleQoute.twoCols .redInfo {
		margin-top: 0;
	}

	.workPlaceBenefits.notouchdev > div > div, .workPlaceBenefits > div > div {
		z-index: 10;
		height: auto !important;
		position: relative;
		top: 0 !important;
		position: relative !important;
		left: 0 !important;
	}

	.workPlaceBenefits > div {
		height: auto !important;
	}

	.twoCols h2, .twoCols .h2span {
		padding: 0 0 20px 0;
		color: #000 !important;
		font-size: 24px;
		line-height: 150%;
		width: 100%;
		height: auto;
	}

	.twoCols .redInfo.quote {
		margin: 0 0 30px 0;
	}

	.itemList > li > ul > li, .itemList > li.twoCols > ul > li {
		width: 48%;
		margin-right: 2%;
	}

	footer .age {
		top: 36px;
		left: auto;
		right: 0;
	}

	#topnav .hiddenMenu .assistantLink {
		margin: 0;
	}

	.newsScroller {
		margin: 0 35px;
	}

	.newsScrollerWrap .prev, .newsScrollerWrap .next {
		left: 0;
		border: none;
		width: 30px;
		height: 100%;
		top: 0;
		margin-top: 0;
	}

	.newsScrollerWrap .next {
		right: 0;
		left: auto;
	}

	.workPlaceBenefits.ksoList .hiddenInfo {
		padding: 0 10% 30px 30px;
	}

	.w50.right {
		margin-top: -20px;
	}

	.gsLogo {
		position: relative;
		left: 0;
		bottom: 0;
		float: none;
		text-align: center;
		padding: 0 0 50px 0;
	}

	footer .siteMapbtn {
		left: 50%;
	}

	.ntree-pic, .nree-block {
		height: 800px;
	}

	.ntree-pic {
		top: 20px;
	}

	.ntree-pic--santa {
		right: -15px;
	}

	.nree-block .presents {
		-webkit-transform-origin: center bottom;
		-moz-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		margin-left: -220px;
	}

	.ntree-toys li {
		top: 200px;
	}

	.ntree-toys li.toy2 {
		top: 380px;
		margin-left: -110px;
	}

	.ntree-toys li.toy3 {
		top: 460px;
		margin-left: -30px;
	}

	.ntree-toys li.toy4 {
		top: 500px;
		margin-left: 60px;
	}

	.ntree-toys li.toy5 {
		top: 550px;
		margin-left: 160px;
	}

	.ntree-toys li.toy11 {
		top: 137px;
		left: 28%;
	}

	.ntree-toys li.toy21 {
		top: 162px;
		left: 46%;
	}

	.ntree-toys li.toy31 {
		top: 245px;
		left: 23%;
	}

	.ntree-toys li.toy41 {
		top: 199px;
		left: 66%;
	}

	.ntree-toys li.toy51 {
		top: 512px;
		left: 57%;
	}

	.ntree-toys li.toy61 {
		top: 545px;
		left: 76%;
	}

	.ntree-toys li.toy71 {
		top: 103px;
		left: 55%;
	}

	.nree-block:before {
		top: -120px;
	}

	.newsCaption {
		padding: 20px 0 10px 0;
	}

	.bigContentBlocks {
		padding-top: 10px;
	}

	.kso-last-benefit .kso-ico-list > li {
		width: 50%
	}

	.main-projects-list > li {
		width: 100%;
	}

	.main-projects-list > li a {
		height: auto !important;
	}



	.projectDetailFixedLine.fixed .line {
		position: relative;
	}





	.projectPicNew .numbers-block dd {
		font-size: 32px;
	}

	.projectDetailFixedLine + .projectCenter {
		padding-top: 40px;
	}

	.projectPicNew .numbers-block dt {
		padding-bottom: 5px;
	}

	.eventsBlock--formed .formLine {
		width: 100%;
		margin-bottom: 0;
	}

	.formLine-ionrange {
		width: 100%;
	}
	.form .formLine--ionrange {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.form .formLine--ionrange .ionrange-descr {
		width: 100%;
	}
	.formLine__title {
		width: 100%;
		padding-bottom: 10px;
	}
	.formLine__title--descripted {
		padding-bottom: 0;
	}
	.formLine__title-descr {
		display: inline-block;
		padding-bottom: 14px;
	}
	.irs {
		height: 40px;
	}
	.irs-bar, .irs-line, .irs-bar-edge {
		top: 10px;
	}
	.irs-slider {
		top: 2px;
	}
	.lang-support-list li {
		width: 33%;
	}

	.jobCol .jobList {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

} /*@media only screen and (max-width: 650px)*/

@media only screen and (max-width: 600px) {
	.leftPosTabs {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}

	.leftPosTabs > li {
		vertical-align: top;
		width: 32%;
		display: inline-block;
	}

	.leftPosTabs > li > a:after {
		bottom: -10px;
		left: 50%;
		right: auto;
		margin-left: -6px;
		top: auto;
		border-width: 6px 6px 0 5px;
	}

	.leftPosTabs > li > a.current:after {
		border-color: #ff0000 transparent transparent transparent;
	}

	.leftPosContent {
		width: 100%;
		height: auto !important;
	}

	.leftPosContent > div {
		position: relative;
	}

	.leftPosContent ol.list > li.left {
		padding-bottom: 5px;
	}

	.leftPosTabs > li > a {
		font-size: 10px;
	}

	.twoLvlTabs > li a {
		font-size: 12px;
	}

	.twoLvlTabs {
		margin: 0 -10px 15px;
	}

	.bigContentBlocks .topText {
		width: 100%;
	}

	.eventsBlock {
		border-width: 5px;
	}

	h1 {
		font-size: 44px;
	}

	.smallTabsPanes .info {
		margin-left: 3%;
		width: 67%
	}

	.w45.left, .w45.right {
		width: 100%;
		float: none;
	}

	.bannerImageTop {
		min-height: 190px;
	}

	.numbersBlock.twoElem > ul > li {
		width: 86%;
		padding: 20px 10% 20px 4%;
		float: none;
		border-left: none;
	}

	.numbersBlock.twoElem > ul > li {
		border-top: 1px dotted #cccccc;
	}

	.numbersBlock.twoElem > ul > li:first-child {
		padding-top: 0;
		border-top: none;
	}

	.vacancyPointSlider .contSlider > ul > li > div {
		padding: 0 10px;
	}

	.vacancyLetter {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.friendInviteBlock .pic {
		display: none;
	}

	.friendInviteBlock .info {
		padding: 30px;
		width: 100% !important;
	}

	.fancybox-skin {
		padding: 20px !important;
	}

	.bigPopup .fancybox-skin {
		padding: 0 !important;;
	}

	.modalWindow .header h3 {
		padding-right: 30px;
	}

	.modalWindow .header .h3span {
		padding-right: 30px;
	}

	.leadershipDetail {
		background: #fff !important;
	}

	.leadershipDetail .infoBlock {
		width: auto;
		border: none;
		position: relative;
		left: auto;
		bottom: auto;
	}

	.fancybox-nav {
		width: 40px;
	}

	.helperPopup .fancybox-prev {
		left: -30px;
	}

	.helperPopup .fancybox-next {
		right: -30px;
	}

	.leadershipDetail .infoBlock .infoblock-detail {
		padding: 35px 35px 0 35px;
	}

	.leadershipDetail .infoBlock .footer {
		margin: 0 -35px;
	}

	.leadershipDetail {
		overflow: auto;
	}

	.bigPopup .fancybox-close {
		right: 25px;
		top: 25px;
		width: 40px;
		height: 40px;
	}

	.photoGallery .fancybox-prev:before, .photoGallery .fancybox-next:before {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}

	.photoGallery .fancybox-prev {
		left: 0;
	}

	.photoGallery .fancybox-next {
		right: 0;
	}

	.photoGallery .fancybox-prev span, .photoGallery .fancybox-next span {
		margin-left: -18px;
		margin-top: -18px;
	}

	.leadershipDetail .infoBlock .infoblock-detail {
		margin: 0;
	}

	.leadershipDetail .infoBlock .footer {
		padding: 20px 30px;
		margin: 0 -35px;
	}

	.PhotoGalleryList > li {
		width: 50%;
	}

	.fancybox-prev span, .fancybox-next span {
		border: none
	}

	.goUpBtn, .goUpBtn:link, .goUpBtn:visited {
		color: #fff;
		width: 85px;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		text-align: center;
		padding-left: 15px;
		background: #808080;
		border: none;
		font-family: 'circebold';
		z-index: 100;
	}

	.leftPosTabs > li {
		width: 100%;
		margin-bottom: 10px;
	}

	.centerNumbs .left, .centerNumbs .right {
		float: none;
		width: auto;
		margin: 0;
	}

	.centerNumbs .whiteNumbBlock {
		margin-bottom: 30px;
		height: auto !important
	}

	.itemList > li > .pic {
		display: block;
		margin-bottom: 30px;
		position: relative;
		top: auto;
		right: auto !important;
	}

	.itemList > li > .info {
		margin-right: 0;
	}

	.itemList > li {
		padding: 40px 30px;
	}

	.helperPopup .modalWindow {
		padding: 0;
	}

	.helperPopup .modalWindow > h3, .helperPopup .modalWindow .h3span {
		margin: -20px -20px 20px;
	}

	.helperPopup .modalWindow {
		border-bottom: none !important
	}

	.presentPopup::before {
		padding: 0 20px;
		left: -20px;
		top: -20px;
		height: 90px;
	}

	.presentPopup {
		padding: 110px 0 30px;
	}

	.evCol, .jobCol {
		padding: 20px 10px;
		left: 0;
		width: 100%;
		float: none;
		border: none;
	}

	.jobCol {
		border-top: 1px solid #eaeaea;
	}

	.eventsBlock.evjobBlock {
		margin: 10px 0 30px 0;
	}

} /*@media only screen and (max-width: 600px)*/

@media only screen and (max-width: 550px) {
	#search .searchbutton {
		right: 30px
	}

	.phonesBlock {
		width: 100%;
	}

	.vacancyPointSlider .icoBlock {
		margin-top: 25px;
		float: none;
		clear: both;
		padding: 20px;
		height: auto;
		line-height: 1;
		width: auto;
		display: inline-block;;
	}

	.vacancyPointSlider .w55.left {
		width: 100%;
		float: none;
	}

	.successSlider a {
		margin: 0 5px;
	}

	.successSlider .pic {
		right: 0;
	}

	#friendvacancymodal, #vacancymodal, .modalok, #getmaterialform, .modalForm {
		width: auto;
	}

	#friendForm {
		padding-bottom: 1px;
	}

	.modalok {
		padding: 5px;
	}

	.form .w47 {
		float: none;
		clear: both;
		width: 100%;
	}

	.form input[type="text"], .form input[type="email"], .form textarea, .jq-selectbox, .form .jq-file {
		margin-bottom: 24px;
		text-overflow: ellipsis;
	}

	.form .formLine {
		margin-bottom: 0;
		height: auto;
	}

	.form .profileLink {
		margin-top: 0;
	}

	.form input[type="submit"].left {
		margin-bottom: 20px;
	}

	.leadershipList {
		margin: 0;
	}

	.leadershipList > li {
		width: 100%;
		padding: 0;
	}

	.newsListBlocks > li {
		width: 100%;
	}

	.formLink {
		padding: 40px 0 60px 0;
	}

	h1 {
		padding: 0 0 20px 0;
	}

	.smallredTabs.bigFont {
		margin-top: 0;
	}

	.w70 {
		width: 100%;
	}

	.left.w48, .right.w48 {
		width: 100%;
	}

	#schoolForm {
		margin-left: -15px;
		margin-right: -15px;
	}

	.friendBenefits {
		margin: 0;
	}

	.friendBenefits:first-child {
		margin-top: 40px;
	}

	.eventsBlock .newsList, .eventsBlock .eventList {
		padding: 0 20px;
	}

	.eventsBlock .newsList > li, .eventsBlock .eventList > li {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 20px 0;
	}

	.eventsBlock .newsList {
		padding-bottom: 20px;
	}

	.eventsBlock .newsList > li .date {
		padding: 0;
	}

	.eventsBlock .newsList > li p {
		padding: 0 0 5px 0;
	}

	.eventsBlock--formed {
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.eventsBlock--formed input[type="text"], .eventsBlock--formed input[type="email"] {
		margin-bottom: 0!important;
	}

	/*.eventsBlock .newsList > li:nth-child(3), .eventsBlock .eventList > li:nth-child(3) { display: block; }	*/
	.eventConts > li.current {
		display: block
	}

	.eventConts > li {
		position: relative;
		display: none;
	}

	.eventConts {
		height: auto !important;
	}

	.VacancyList > li .hiddenInfo .text ul {
		padding-left: 0;
	}

	.newsListBlocks > li {
		margin-bottom: 20px;
	}

	.datePoints, .dateScrollbar {
		display: none
	}

	.starrequr {
		float: none;
		margin-top: 10px;
		display: block
	}

	.leadershipList > li a .info {
		height: 140px;
	}

	.leadershipList > li a:hover .info {
		height: 110px;
	}

	.twoCols h2, .twoCols .h2span {
		font-size: 24px;
	}

	.twoCols .redInfo h4 {
		font-size: 14px;
	}

	.itemList > li > ul > li, .itemList > li.twoCols > ul > li {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.helperPopup .ico {
		width: auto;
		padding-left: 10px;
		text-align: left;
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.helperPopup .info {
		display: block;
		width: auto
	}

	.helperPopup .modalWindow {
		width: auto;
	}

	.presentPopup {
		min-width: 0;
	}

	.fFilter {
		/*margin-right: 120px;*/
		padding-bottom: 0;
		display:flex;
		flex-direction:column;
	}
	.fFilter .jq-selectbox {
		background: #fff;
		width: auto;
		display: block!important;
	}
	.proj_block {
		width: auto;
	}
	.date_block {
		float:none;
	}

	.filterBtn, .filterBtn:link, .filterBtn:visited {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.newsListBlocks.proj-new > li {
		width: 100%;
	}

	.newsListBlocks.proj-new > li > a {
		height: auto !important;
	}

	.ntree-toys li.toy51 {
		top: 512px;
		left: 11%;
	}

	.lang-support-list li {
		width: 50%;
	}
} /*@media only screen and (max-width: 550px)*/

@media only screen and (max-width: 500px) {
	.eventsBlock .fbLink{
		display:inline-block;
		margin:20px 35px -10px 35px;
		float:none;
	}

	.siteWidth {
		padding: 0 10px;
	}

	#search {
		padding: 10px 22px
	}

	.eventsBlock {
		margin: 10px 0;
	}

	.eventTabs li {
		padding: 0 10px
	}

	.twoLvlTabs > li a {
		font-size: 11px;
	}

	.twoLvlTabs > li {
		margin: 0 5px;
	}

	.bigTabs > li a {
		font-size: 14px;
		padding: 20px 10px 20px
	}

	.redinfo-form-steps {
		margin-right: 0;
		margin-left: 0;
		padding-top: 0;
	}

	.redinfo-form-steps__one {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}

	.redinfo-form-steps__one-img {
		float: left;
		margin-right: 15px;
	}

	.redinfo-form-steps__one-img img {
		width: 40px;
	}

	.twoCols .redInfo {
		padding: 30px 25px;
	}

	.WhitewithBorder {
		padding: 30px 30px 20px
	}

	.eventTabs a {
		font-size: 14px;
	}

	.companyTopRedBlocks > li .title {
		padding-left: 15px;
	}

	.companyTopRedBlocks > li a:hover .title {
		width: 52%;
	}

	.paleBlock {
		width: 90%;
		padding: 20px 5%;
	}

	.friendInviteBlock > a:after {
		display: none;
	}

	.numbersBlock.manyElems {
		padding-top: 20px;
	}

	.WhiteBlocksSlider.bigMargin .contSlider > ul > li .nolink {
		margin: -42px -20px -15px;
	}

	.VacancyList > li {
		padding: 20px 15px;
	}

	.rightSide .vacancyLetter {
		padding: 30px 15px;
	}

	.partnersList > li {
		width: 100%;
		border-right: none;
	}

	.partnersList > li:nth-child(2) {
		border-top: 1px solid #f2f2f2;
	}

	#allbenefits .w48 {
		float: none;
		width: 100%;
	}

	#allbenefits .list {
		padding-bottom: 0
	}

	#schoolForm {
		padding: 35px 20px;
	}

	.WhitewithBorder.light {
		margin-bottom: 20px;
		padding: 30px 25px
	}

	#schoolForm {
		margin-left: -12px;
		margin-right: -12px;
	}

	.newsSearch {
		margin-top: 30px;
	}
	.newsSearch2{
		margin:0 auto 30px auto;
	}

	.w45.left.withAnim {
		opacity: 1;
		left: 0
	}

	.w45.right.withAnim {
		right: 0;
		opacity: 1;
	}

	.companyTopRedBlocks > li {
		height: 180px;
	}

	.companyTopRedBlocks > li .pic {
		background-size: cover
	}

	.advantTop > div ul.w45 {
		padding-left: 0;
		width: auto;
	}

	.itemList > li {
		padding: 40px 25px;
	}

	.asd_rubrics > li {
		width: 100%;
		margin-right: 0;
	}

	.companyTopRedBlocks > li .title {
		padding: 15px;
		font-size: 14px;
	}

	.companyTopRedBlocks > li .title small {
		font-size: 13px;
		padding-top: 10px;
	}

	.ntree-footer h2 {
		font-size: 26px;
	}

	.modalok h3, .presentPopup h3 {
		font-size: 20px;
	}

	.partnerForm .formLine > label {
		width: auto;
	}

	.partnerForm .formLine .formField {
		width: auto;
		display: block;
	}

	.partnerForm .checkbox-list ~ .textInput {
		width: 100%;
	}

	.partnerFormOk .okIco {
		margin-right: 15px;
	}

	.partnerFormOk strong {
		font-size: 18px;
		width: 250px;
		padding-top: 8px;
	}

	.eventsBlock .evCol .eventList > li > .left {
		margin-left: 65px;
	}

	.eventsBlock .evCol .eventList > li > .date {
		width: 36px;
		padding: 3px 8px;
	}

	.headerPhone, .headerPhone:link, .headerPhone:visited {
		top: 66px;
		right: 10px;
		font-size: 14px;
	}

	#toplogo {
		padding: 30px 12px;
		float: left;
		margin: 0 -100% 0 0;
	}

	#topnav {
		width: auto;
		margin: 0 0 0 70px;
		max-width: 240px;
	}

	#search .searchfield {
		margin: 0;
		box-sizing: border-box;
		height: auto;
	}

	#search {
		padding: 10px 12px;
	}

	#search .searchbutton {
		right: 25px;
		top: 23px;
	}

	.ntree-toys li.toy31 {
		top: 245px;
		left: 18%;
	}

	.white-form-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.white-form-block__steps li {
		padding-left: 22px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 7px;
	}
	.white-form-block__steps li img {
		left: 12px;
		top: 13px;
	}

	.white-form-block__steps li:first-child {
		padding-left: 16px;
	}
	.white-form-block__steps li:first-child img {
		left: 5px;
	}

	.white-form-block__steps li.checked:after {
		right: -8px;
		width: 8px;
		height: 35px;
		background-size: cover;
	}

	.white-form-block__steps li.active:after {
		right: -8px;
		border-width: 16px 0 16px 8px;
	}

	.white-form-block__steps li:last-child:after {
		right: -8px;
		border-width: 16px 0 16px 8px;
	}

	.xs-visible {
		position: relative;
		opacity: 1;
		pointer-events: all;
	}

	.xs-hidden {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}

} /*@media only screen and (max-width: 500px)*/

@media only screen and (max-width: 450px) {
	#topnav {
		padding-left: 0;
	}

	.smallTabsPanes .info {
		clear: both;
	}

	.redFileBtn, .redFileBtn:visited, .redFileBtn:link, .grayFileBtn, .grayFileBtn:link, .grayFileBtn:visited {
		margin: 0 0 20px 0;
	}

	.numbersBlock > ul > li, .numbersBlock.blocksCount3 > ul > li, .numbersBlock.blocksCount2 > ul > li, .numbersBlock.blocksCount3 > ul > li,	.numbersBlock.numbersBlock3 > ul > li {
		padding-top: 20px;
		width: 94%;
		border-top: 1px dotted #cccccc;
		height: auto !important;
	}

	.numbersBlock.blocksCount3 > ul > li:nth-child(3) {
		border-top: 1px dotted #cccccc;
	}

	.numbersBlock > ul > li:first-child {
		border-top: none;
	}

	.numbersBlock > ul > li:nth-child(2n) {
		border-left: none;
	}

	.eventTabs li {
		padding: 0 7px;
	}

	.redFileBtn, .redFileBtn:visited, .redFileBtn:link, .grayFileBtn, .grayFileBtn:link, .grayFileBtn:visited {
		width: 100%;
		height: 70px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.rightCont .rightText .redFileBtn, .rightCont .rightText .grayFileBtn {
		min-width: 0;
	}

	.phonesBlock .grayFileBtn {
		width: auto;
		height: auto;
		-moz-box-sizing: inherit;
		box-sizing: inherit;
	}

	.newVacancyList > li {
		width: 100%;
	}

	.newVacancyList > li > a {
		margin-right: 0;
		height: auto !important;
	}

	.careerOpport > li {
		width: 100%;
	}

	.careerOpport > li > div {
		height: auto !important;
		padding: 30px 20px;
		margin: 0;
	}

	.vacancyPointSlider .redBtn .text {
		font-size: 13px;
	}

	.numbersBlock.manyElems > ul > li, .numbersBlock.manyElems > ul > li:nth-child(n) {
		padding: 30px 5%;
		width: 90%;
		border-bottom: none;
		border-top: 1px dotted #cccccc;
		margin-left: 0;
		border-left: none
	}

	.numbersBlock.manyElems > ul > li:first-child {
		border-top: none;
	}

	.numbersBlock.manyElems {
		padding: 10px;
	}

	.WhiteBlocksSlider .contSlider > ul > li {
		margin-left: 0;
	}

	.VacancyList > li .buttonsBlock .blackLink {
		display: inline-block;
		float: none;
		margin-top: 15px;
	}

	.successSlider .pic {
		display: none;
	}

	.successSlider a .info {
		width: 100%;
		padding-right: 0;
	}

	.redFileBtn > span, .grayFileBtn > span {
		font-size: 13px;
	}

	.pageNav > ul {
		margin: 0 20px;
	}

	.pageNav > ul li {
		margin: 0;
	}

	.friendInviteBlockSmall .pic {
		display: none;
	}

	.friendInviteBlockSmall .text {
		width: 100%;
	}

	.friendInviteBlockSmall, .friendInviteBlockSmall:link, .friendInviteBlockSmall:visited {
		height: auto;
	}

	.bigPopup .fancybox-close {
		right: 0;
		top: 0;
	}

	.eventSpeakers .speakwithUs {
		margin: 25px -30px -40px;
		padding: 20px;
	}

	#search .searchbutton {
		right: 20px
	}

	.PhotoGalleryList > li {
		width: 100%;
	}

	.smallredTabs > li {
		padding: 0 8px;
	}

	.footerMenu a {
		padding-right: 10px;
	}

	.projList li {
		width: 100%;
	}

	.ntree-toys li.toy5 {
		margin-left: -170px;
	}

	.ntree-toys li.toy4 {
		margin-left: 60px;
	}

	.nree-block .presents {
		-webkit-transform-origin: center bottom;
		-moz-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		margin-left: -220px;
	}

	.nree-block .presents.present2 {
		margin-left: -40px;
	}

	.fancybox-inner .redFileBtn, .fancybox-inner .redFileBtn:link, .fancybox-inner .redFileBtn:visited {
		width: 100%;
	}

	.workPlaceBenefits > div > div strong {
		font-size: 16px;
	}

	.prevBtnBlock, .nextBtnBlock {
		float: none;
		text-align: right;
		margin-top: 15px;
		margin-right: 0;
	}
} /*@media only screen and (max-width: 450px)*/

@media only screen and (max-width: 450px) {
	.footerSocials > ul {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	.numbersLink {
		width: 40%;
		font-size: 10px;
		padding: 0 15px;
		margin-right: 0;
	}

	.numbersBlock.numbersBlockSlider li {
		padding: 0 0 0 20px;
	}

	.numbersBlock.numbersBlockSlider > ul > li strong, .numbersBlock > ul > li strong sup {
		font-size: 36px;
	}

	.numbersLink:before {
		width: 7px;
		height: 23px;
		top: 0;
	}

	.workPlaceBenefits > div > div strong {
		font-size: 15px;
	}

	.kso-last-benefit .kso-ico-list > li {
		width: 100%
	}

	.ntree-toys li.toy11 {
		top: 137px;
		left: 21%;
	}

} /*@media only screen and (max-width: 450px)*/
@media only screen and (max-width: 400px) {
	.projectDetailFixedLine .fbLink{float:none;padding-left:0;display:block;}
	.projectDetailFixedLine,.projectDetailFixedLine .line{height:auto;}
} /*@media only screen and (max-width: 400px)*/

@media only screen and (max-width: 350px) {
	.clentSliderCont > ul > li {
		box-sizing: border-box;
	}
} /*@media only screen and (max-width: 350px)*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

	.linkblank:after {
		background-image: url(/local/templates/icl/img/blanklink2x.png);
		background-size: 15px 15px;
	}

	#mainSlider .sliderNav .prev:after, #mainSlider .sliderNav .prev:before, .sliderWrap > .prev span:after, .sliderWrap > .prev span:before, .helperPopup .fancybox-prev span:after, .helperPopup .fancybox-prev span:before {
		background-image: url(/local/templates/icl/img/whiteleftarrow@2x.png);
		background-size: 17px 17px;
	}

	#mainSlider .sliderNav .next:after, #mainSlider .sliderNav .next:before, .sliderWrap > .next span:after, .sliderWrap > .next span:before, .helperPopup .fancybox-next span:after, .helperPopup .fancybox-next span:before {
		background-image: url(/local/templates/icl/img/whiterightarrow@2x.png);
		background-size: 17px 17px;
	}

	.sliderWrap > .prev span:after, .sliderWrap > .prev span:before, .fancybox-prev span:after, .fancybox-prev span:before, .newsScrollerWrap .prev:after, .newsScrollerWrap .prev:before {
		background-image: url(/local/templates/icl/img/redleftarrow@2x.png);
		background-size: 17px 17px;
	}

	.sliderWrap > .next span:after, .sliderWrap > .next span:before, .fancybox-next span:after, .fancybox-next span:before, .newsScrollerWrap .next:after, .newsScrollerWrap .next:before {
		background-image: url(/local/templates/icl/img/redrightarrow@2x.png);
		background-size: 17px 17px;
	}

	.footerSocials > ul li a, .footerSocials > ul li > a:before, .VacancyList > li .share > ul li a, .leadershipDetail .footer ul li a, .VacancyList > li .share > ul li a:before, .leadershipDetail .footer ul li a:before, #modaltest .share > ul li a, #modaltest .share > ul li a:before, .shareLine > ul li a, .shareLine > ul li a:before {
		background-image: url(/local/templates/icl/img/icl_socials@2.png);
		background-size: 240px 76px;
	}

	.eventsBlock .eventList > li > .date:after {
		/*background-image: url(/local/templates/icl/img/datebg@2x.png);*/
		background-size: 7px 12px;
	}

	.redBtn:after, .redBtn .text:after {
		background-image: url(/local/templates/icl/img/smallredarrow2@2x.png);
		background-size: 5px 18px;
	}

	.closeCross {
		background-image: url(/local/templates/icl/img/redclose@2x.png);
		background-size: 21px 21px;
	}

	.companyTopRedBlocks > li {
		background-image: url(/local/templates/icl/img/redInfobgleft@2x.png);
	}

	.PhotoGalleryList > li a:before {
		background-image: url(/local/templates/icl/img/zoomico@2x.png);
		background-size: 19px 19px;
	}

	.bigPopup .fancybox-close {
		background-image: url(/local/templates/icl/img/whiteClose@2x.png);
		background-size: 21px 21px;
	}

	.form input[type="submit"] {
		background-image: url(/local/templates/icl/img/sendBtn2@2x.png);
		background-size: 80px 50px;
	}

	.redInfo.quote:after {
		background-image: url(/local/templates/icl/img/quotesbig@2x.png) 0 0 no-repeat;
		background-size: 72px 32px;
	}

	.leadershipDetail .infoBlock blockquote:after, .leadershipDetail .infoBlock blockquote:before {
		background-image: url(/local/templates/icl/img/quotessmall@2x.png) 0 0 no-repeat;
		background-size: 36px 16px;
	}

	.goUpBtn:after {
		background-image: url(/local/templates/icl/img/smallredarrowh2@2x.png);
		background-size: 18px 5px;
	}

	#topnav .hiddenMenu a:after, .mapList a:after, .itemList a:after {
		background-image: url(/local/templates/icl/img/menuarrow@2x.png);
	}

	.helperWrap .sect1 .line {
		background-image: url(/local/templates/icl/img/treeline@2x.png);
		background-size: 830px 280px;
	}
}

/* суб-услуги в услугах */
@media only screen and (min-width: 600px) {
	.subservices-tabs .leftPosTabs {
		width: 25% !important;
		float: left;
	}

	.subservices-tabs .leftPosContent {
		width: 75% !important;
	}
}

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

	.subservices-tabs .whieBtn {
		padding: 15px 55px;
	}
}

@media only screen and (min-width: 760px) {
	.subservices-tabs .leftPosContent > div {
		padding: 60px;
	}
}

/* end of суб-услуги в услугах */

/* Рейтинги и награды в О компании 09.11.16*/
.awards {
}

h3.awards__title {
	padding-bottom: 10px;
}

.awards__years {
}

.awards__years .current {
	padding: 2px 6px 0;
	color: #FFF !important;
	background: #ff0000;
}

.awards__lists {
}

.awards__items {
	margin-right: -5px;
	margin-left: -5px;
	font-size: 0;
}

.awards__item-wrap {
	position: relative;
	display: inline-block;
	width: 25%;
	min-height: 300px;
	vertical-align: top;
}

@media only screen and (max-width: 1380px) {
	.awards__item-wrap {
		width: 33.33%;
	}

	.ntree-info--santa {
		padding: 30px 20px 20px;
		width: 260px;
	}
}

@media only screen and (max-width: 840px) {
	.awards__item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 550px) {
	.awards__item-wrap {
		width: 100%;
	}
}

.awards__item {
	position: relative;
	min-height: 300px;
	padding: 60px 20px 80px 30px;
	margin: 0 5px 0;
	color: #808080;
	text-align: left;
	line-height: 1.4;
	border: 1px solid #dbdbdb;
	border-bottom: 4px solid #B3B3B3;
	background: #fff;
	-webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	box-sizing: border-box;
}

@media only screen and (max-width: 1380px) {
	.awards__item {
		padding: 60px 15px 80px 20px;
	}
}

.awards__item:hover {
	box-shadow: 0 2px 0 #EC1E24;
	border-bottom-color: #EC1E24;
}

.awards__item img {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

awards__item-route {
	position: absolute;
	top: 18px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	color: #EC1E24;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #f58e91;
	border-bottom: 1px solid #f58e91;
}

/*.awards__item-route:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -10px;
	width: 10px;
	height: 25px;
	background: url('/local/templates/icl/img/bg-awards-route.png') no-repeat top left;
	background-size: contain;
}*/

.awards__item-title {
	padding-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.awards__item-descr {
	font-size: 15px;
	line-height: 1.3;
	color: #000;
}

/* END Рейтинги и награды */
.grayBlock{
	background:#F2F2F2;
	text-align:center;
	padding:30px 0;
}
.grayBlock .fbLink{
	vertical-align:top;
}
.privacyLink{
	padding:19px 0 20px 0;
}
.privacyLink a{
	color:#999;
	border-bottom:1px solid #666;
}
.privacyLink a:hover{
	border-bottom-color:transparent;
}
@media only screen and (max-width: 750px) {
	.privacyLink{width:95%;}
}
@media only screen and (max-width: 650px) {
	.privacyLink{padding:0 0 20px 0;width:auto;}
}



/* cookies agree begin */
.cookiesagree{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	box-sizing:border-box;
	background:rgba(0,0,0,0.7);
	color:#fff;
	text-align:center;
	padding:5px 80px;
	width:100%;
	display:none;
	font-family:Arial;
	font-size:14px;
	line-height:150%;
}
.cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
	display:inline-block;
	background: #f00;
	color:#fff;
	padding:10px 30px 11px 30px;
	border:none;
	vertical-align:middle;
	line-height:1;
	margin:10px 20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.cookiesBtn:hover{
	background:#920000;
	color:#fff;
}
.cookiesagree p{
	display:inline-block;
	padding:10px 20px;
	vertical-align:middle;
}
.cookieTable{
	/*display:table;
	max-width:100%;
	margin:0 auto;
	border-collapse:collapse;*/
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.cookieTD{
	/*display:table-cell;
	vertical-align:middle;*/
	text-align: left;
	padding: 10px;
}
@media only screen and (max-width: 750px) {
	.cookiesagree{
		padding:15px 80px 15px 15px;
	}
	.cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
		margin:0;
	}
}
@media only screen and (max-width: 500px) {
	.cookiesagree {padding: 15px;}
	.cookieTD,.cookieTable{display:block;padding:0;}
	.cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
		width:100%;
		box-sizing:border-box;
	}
	.cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
		margin:10px 0 0 0;
	}
	.cookieTD:last-child{text-align:center;}
}

/* cookies agree begin */

/*news-detail pagination*/
.newsDetail {
	position: relative;
}
.news-pagen {
	position: absolute;
	top: -54px;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.news-pagen__prev, .news-pagen__next {
	display: flex;
	border: 1px solid #ff0000;
	width: 40px;
	height: 40px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
@media only screen and (max-width: 420px) {
	.news-pagen__prev, .news-pagen__next {
		margin: 0 2px;
	}
}
.news-pagen__prev:hover, .news-pagen__next:hover {
	border: 1px solid #ff0000;
	background: #ff0000;
}
#arrowLeftSvg, #arrowRightSvg {
	width: 7px;
	height: 10px;
}
#arrowLeftSvg .path, #arrowRightSvg .path {
	fill:#fff;
	fill-opacity:0;
	stroke: #ff0000;
	stroke-miterlimit:50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-pagen__prev:hover #arrowLeftSvg .path, .news-pagen__next:hover #arrowRightSvg .path {
	stroke: #ffffff;
}
/*news-detail pagination END*/


.translate-request {
	padding: 40px 0 100px 0;
}
.translate-request__text-block {
	border: 10px solid #e6e6e6;
	padding: 20px 18%;
	text-align: center;
	margin: 0 0 60px 0;
}
.translate-request__title {
	color: #fa2b01;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.translate-request__desc {
	color: #191919;
	font-size: 13px;
	font-weight: 400;
}
.translate-request__form-wrap {
	width: 250px;
	margin: 0 auto;
}
.translate-request__form-wrap #feedbackForm input[type=submit] {
	width: 250px;
}

.preview-controls {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.preview-controls .redFileBtn {
	margin: 0 0 20px ;
}
#downloadAfterPreview .submit {
	margin: 25px 0 0 0;
}

/* services new*/


.services-new .rightCont .tagsBlock {
	margin-top: 0;
	float: left;
	width: 59%;
	margin-bottom: 0;
}

.pull-right {
	float: right;
}

.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.services-new .numbersBlock {
	margin: initial;
}

.services-new .card {
	box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
@media(min-width:768px){
	.services-new .component-advantages {
		position: relative;
		margin-top: -200px;
	}
}
.services-new .redBtn.redBtn--white {
	background: #f2f2f2;
}
.service-work {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 48px;
	margin-bottom: 40px;
}
.centered {
	margin: 0 auto;
}

.services-new .clentSliderCont.contSlider .name{
	display:block;
	color: #371722;
	font-family: 'robotocondensed';
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.services-new .clentSliderCont.contSlider .info{
	color: #808080;
	font-family: 'circeregular';
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	border-bottom: none;
}
/* services new end*/

/* form end*/
.modalForm.modalForm-new {
	width: 100%;
}
.modalForm.modalForm-new .modalForm-new-inner{
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}
.modalForm.modalForm-new .header {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.modalWindow.modalForm.modalForm-new .header h3,
.modalWindow.modalForm.modalForm-new .header .h3span{
	padding-bottom: 24px;
}

#downloadAfterPreview.modalForm.modalForm-new input[type=text] {
	background-color: #f2f2f2;
}

#downloadAfterPreview.modalForm.modalForm-new .submit {
	width: 100%;
	text-align: center;
}
#downloadAfterPreview.modalForm.modalForm-new .submit::before {
	display:none;
}
#downloadAfterPreview.modalForm.modalForm-new .submit input {
	background: none;
	padding: 0;
}

@media all and (min-width: 1100px) {
	.modalForm.modalForm-new {
		width: 960px;
	}
}

/* form new end*/

/* whitepaperSlider */
.whitepaperSlider-nav.nav {
	height: 70px;
	background-color: #3a3a3a;
	color: #929292;
	padding: 0 20px;
}

.whitepaperSlider-nav .slideCurrent {
	color: #fff;
}

.whitepaperSlider .slick-slide img {
	width: 100%;
}

.whitepaperSlider-nav .nav-prev,
.whitepaperSlider-nav .navs-next,
.whitepaperSlider-nav span {
	vertical-align: middle;
	line-height: 70px;
}

.whitepaperSlider-nav svg {
	top: 7px;
	position: relative;
}

.nav-prev svg .shape,
.nav-next svg .shape {
	fill: #fff;
}

.slick-disabled.nav-prev .shape,
.slick-disabled.nav-next .shape,
.nav-prev:hover .shape,
.nav-next:hover .shape {
	fill: #929292;
}

.nav-next svg {
	transform: rotate(180deg);
}

.nav-prev, .nav-next {
	display: inline-block;
}

/* whitepaperSlider */


/* New style fro BEM */

.profit__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.profit__item {
	width: 100%;
	-ms-flex-preferred-size: 31%;
	flex-basis: 30%;
	max-width: 30%;
	margin: 8px;
}

.profit__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
}

.profit__icon {
	margin-bottom: 40px;
}

.profit__text {
	max-width: 100%;
}

@media (max-width: 767px) {
	.profit__item {
		width: 100%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 480px) {
	.profit__item {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.profit__text {
		text-align: center;
	}
}



.package__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.package__item {
	width: 100%;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
	max-width: 31%;
	background-color: #f2f2f2;
	margin: 10px;
}

.package__content {
	padding: 40px 20px;
}

.package__title {
	color: #ff0000;
	text-transform: uppercase;
	text-align: center;
}

.package__text {
	max-width: 100%;
	padding: 0;
}


@media (max-width: 992px) {
	.package__item {
		width: 100%;
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
		max-width: 47%;
	}
}

@media (max-width: 675px) {
	.package__item {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.package__text {
		text-align: center;
	}
}

.audit__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 119px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}

.product .audit__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 119px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.audit__item {
	position: relative;
	z-index: 2;
	width: 100%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
	margin: 10px;
}

.audit__item:first-child:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 61px;
	top: 16px;
	right: -178px;
	background-image: url(/local/templates/icl/img/line-top-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}

.audit__item:nth-child(2):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 61px;
	top: 52px;
	right: -178px;
	background-image: url(/local/templates/icl/img/line-top-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}


.audit__item:nth-child(4):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 61px;
	top: 52px;
	right: -178px;
	background-image: url(/local/templates/icl/img/line-bottom-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}

.audit__item:nth-child(5):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 61px;
	top: 11px;
	right: -178px;
	background-image: url(/local/templates/icl/img/line-bottom-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}

.product .audit__item:last-child:before {
	content: '';
	display: none;
}

.audit__item--zindex_1 {
	z-index: 1;
}

.audit__icon--ml45 {
	margin-left: -70px;
}

.audit__icon--ml25 {
	margin-left: 25px;
}

.audit__icon--mt30 {
	margin-top: -30px;
}

.audit__icon--mt5 {
	margin-top: -5px;
}

.audit__icon--mt8 {
	margin-top: 8px;
}

.audit__icon--bg_white {
	background-color: #ffffff;
}

.audit__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.audit__icon {
	position: relative;
	z-index: 2;
	min-height: 156px;
	border-radius: 50%;
}

.audit__text {
	max-width: 100%;
	margin-top: 15px;
}

.audit__text--mt20 {
	margin-top: 20px;
}

.audit__text--mt45 {
	margin-top: 45px;
}

.grayBg--default {
	background-color: #ffffff;
}


.project-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsListBlocks.proj-new.project-list > li > a {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.no-ball:before {
	content: none;
	display: none;
}

.btnBlock .redBtn--full {
	display: block;
	text-align: center;
	color: #FF0000;
	background-color: transparent;
	cursor: pointer;
}

.redBtn--full:after {
	content: none;
	display: none;
}

.redBtn--full:focus {
	outline: none;
}

.redBtn--full:before {
	content: none;
	display: none;
}


.ui-content {
	max-height: 18em;
	margin-bottom: 1.5em;
	overflow: hidden;
	transition: max-height 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: max-height 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: max-height 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ui-content--open {
	height: auto;
	max-height: 9000px;
	transition: max-height 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: max-height 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: max-height 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


@media (max-width: 1380px) {
	.ui-content {
		max-height: 24em;
	}

	.ui-content--open {
		max-height: 9000px;
	}
}

@media (max-width: 1200px) {
	.ui-content {
		max-height: 15em;
	}

	.ui-content--open {
		max-height: 9000px;
	}
}

@media (max-width: 925px) {
	.ui-content {
		max-height: 16em;
	}

	.ui-content--open {
		max-height: 9000px;
	}
}


@media (max-width: 767px) {
	.ui-content {
		max-height: 25em;
	}

	.ui-content--open {
		max-height: 9000px;
	}
}





@media (max-width: 1400px) {
	.audit__icon--bg_white-sm {
		background-color: #ffffff;
	}

	.audit__item:first-child::before {
		right: -145px;
		top: 14px;
	}
}

@media (max-width: 1200px) {

	.audit__item:first-child::before {
		right: -137px;
	}
}


@media (max-width: 1000px) {

	.audit__item:first-child::before {
		content: none;
	}

	.audit__item:nth-child(2)::before {
		content: none;
	}

	.audit__item:nth-child(3)::before {
		content: none;
	}

	.audit__item:nth-child(4)::before {
		content: none;
	}

	.audit__item:nth-child(5)::before {
		content: none;
	}

	.audit__item {
		width: 100%;
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
		max-width: 47%;
	}

	.audit__icon--mt30 {
		margin-top: 0;
	}

	.audit__text--mt20 {
		margin-top: 15px;
	}

	.audit__text--mt45 {
		margin-top: 15px;
	}

	.audit__icon--mt5 {
		margin-top: 0;
	}
}

@media (max-width: 675px) {

	.audit__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.audit__item {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* Preloader */

.preloader {
	background-color:rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
#wait {
	bottom: 0;
	height: 120px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
}
#wait svg {
	height: 120px;
	margin: 0;
	overflow: visible;
	width: 120px;
}

.g--circle {
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	fill: #ff0000;
	-webkit-animation: opacity 1.2s linear infinite;
	animation: opacity 1.2s linear infinite;
}
.g--circle:nth-child(12n + 1) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
	-webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 2) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
	-webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 3) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
	-webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 4) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
	-webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 5) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	-webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 6) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
	-webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 7) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
	-webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 8) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	-webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 9) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
	-webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 10) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	-webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 11) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	-webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 12) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	-webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
	transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
	fill-opacity: 0;
	-webkit-animation-name: opacity;
	animation-name: opacity;
}

.g-circles--v2 .g--circle {
	fill-opacity: 0;
	stroke-opacity: 0;
	stroke-width: 1;
	stroke: yellowgreen;
	-webkit-animation-name: opacity-stroke, colors, colors-stroke;
	animation-name: opacity-stroke, colors, colors-stroke;
}
.g-circles--v2 .g--circle .u--circle {
	-webkit-animation: transform-2 1.2s linear infinite;
	animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
	fill-opacity: 1;
	-webkit-animation-name: opacity, colors;
	animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
	fill-opacity: 1;
	fill: orange;
	-webkit-animation-name: opacity, colors-3;
	animation-name: opacity, colors-3;
}
.g-circles--v4 .u--circle {
	-webkit-animation: transform 1.2s linear infinite;
	animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
	3% {
		fill-opacity: 1;
	}
	75% {
		fill-opacity: 0;
	}
}

@keyframes opacity {
	3% {
		fill-opacity: 1;
	}
	75% {
		fill-opacity: 0;
	}
}
@-webkit-keyframes opacity-stroke {
	10% {
		stroke-opacity: 1;
	}
	85% {
		stroke-opacity: 0;
	}
}
@keyframes opacity-stroke {
	10% {
		stroke-opacity: 1;
	}
	85% {
		stroke-opacity: 0;
	}
}

@-webkit-keyframes transform {
	10% {
		-webkit-transform-origin: 70px 70px;
		transform-origin: 70px 70px;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
}
@keyframes transform {
	10% {
		-webkit-transform-origin: 70px 70px;
		transform-origin: 70px 70px;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
}
@-webkit-keyframes transform-2 {
	40% {
		-webkit-transform: scale(0.85) translate(10px, 10px);
		transform: scale(0.85) translate(10px, 10px);
	}
	60% {
		stroke-width: 20;
	}
}
@keyframes transform-2 {
	40% {
		-webkit-transform: scale(0.85) translate(10px, 10px);
		transform: scale(0.85) translate(10px, 10px);
	}
	60% {
		stroke-width: 20;
	}
}

/* Preloader END */

.bottomConnectBlock .filesBlock .errortext {
	display: none;
}

.choose-service {
	margin-bottom: 80px;
}

.choose-service__card {
	display: flex;
	align-items: center;
	padding: 40px;
	background: #f9f9f9;
	color: #232323;
	justify-content: space-between;
}

.choose-service__card-title {
	font-weight: 400;
	font-family: "robotobold_condensed", sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

.choose-service__link {
	margin: 0;
	margin-left: 3rem;
}

@media screen and (max-width: 1199px) {
	.choose-service {
		margin-bottom: 40px;
	}

	.choose-service__card {
		display: flex;
		flex-direction: column;
		justify-content: initial;
		align-items: initial;
	}

	.choose-service__link {
		margin: 0;
	}

	.choose-service__card-title {
		margin-bottom: 24px;
		transition: color .2s;
	}
}

@media screen and (max-width: 767px) {
	.choose-service__card {
		padding: 24px;
	}

	.choose-service__link {
		width: auto !important;
		display: inline-flex;
		align-self: flex-start;
	}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(/local/templates/icl/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/icl/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/icl/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-nav:hover span {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -18px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 8040;
}

.fancybox-prev span {
	left: -40px;
	background: url('/local/templates/icl/icon-prev-modal.svg') no-repeat center center;
	background-size: cover;
}

.fancybox-next span {
	right: -40px;
	background: url('/local/templates/icl/icon-next-modal.svg') no-repeat center center;
	background-size: cover;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/icl/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0,0,0,0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,0.8);
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: .5;
}

#fancybox-thumbs ul li.active {
	opacity: .75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.form-open-sec {
	border-top: 1px solid #d2d2d2;
}

.form-open-sec--gray {
	background: #f2f2f2;
}

#recomendation-form {
	position: absolute;
	top: -164px;
}

.form-open-wrap {
	position: relative;
	width: 80%;
	border-right: 1px solid #d2d2d2;
}

.form-open-wrap--gray {
	background: #f2f2f2;
}

.form-open {
	float: left;
	width: 75%;
	padding-top: 45px;
	padding-bottom: 50px;
}

.form-open--gray {
	background: #f2f2f2;
}

.form-open--gray .input-text {
	background: #FFF !important;
}

.form-open--gray .btn:before {
	border-color: #f2f2f2 transparent transparent transparent;
}

.form-open--gray .btn:after {
	border-color: transparent transparent #f2f2f2 transparent;
}

.form-open--vacancy {
	float: none;
	width: 100%;
}

.form-open--vacancy .form-open__input {
	padding-right: 10%;
}

.form-open--modal {
	float: none;
	width: 600px;
	padding-top: 35px;
	padding-bottom: 0;
	overflow: hidden;
}

.form-open--modal .form-open__title {
	padding: 0 50px 30px 50px;
}

.form-open--modal .form-open__descr {
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}

.form-open--modal .form-open__input {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.form-open--modal .form-open__input .input-text {
	max-width: none;
}

.form-open--modal .form-open__input p a {
	color: #ff0000;
}

.form-open--modal .form-open__input--btn {
	margin-left: 0;
}

.form-open--thanks {
	padding-top: 35px;
	padding-bottom: 25px;
}

.form-open--thanks .form-open__title {
	padding-left: 9%;
	padding-right: 9%;
}

.form-open__title {
	padding-left: 11%;
	padding-right: 9%;
	padding-bottom: 50px;
	font-size: 30px;
	line-height: 1.66666667;
	letter-spacing: .025em;
	font-weight: 500;
	text-transform: uppercase;
}

.form-open__title--modal {
	padding-left: 9%;
	padding-bottom: 20px;
}

.form-open__title--full {
	padding-right: 0;
}

.form-open__title-descr {
	padding-left: 9%;
	padding-right: 9%;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}

.form-open__row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.form-open__row:first-child .form-open__input-title--mini {
	padding-top: 0;
}

.form-open__descr {
	position: relative;
	display: inline-block;
	width: 33.33333%;
	padding-left: 15px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #1A1A1A;
	font-family: Raleway, sans-serif;
}

.form-open__descr .required_star {
	color: red;
}

.form-open__descr--modal {
	width: 28%;
}

.form-open__input {
	position: relative;
	width: 66.66666%;
	padding-left: 5.5%;
	padding-right: 5%;
}

.form-open__input p a {
	color: #ff0000;
}

.form-open__input--year .select {
	width: 220px;
}

.form-open__input--btn {
	margin-top: 20px;
	margin-left: 33.33333%;
}

.form-open__input--titled {
	margin-left: 33.33333%;
}

.form-open__input--modal {
	width: 75%;
	margin-left: 25%;
}

.form-open__input-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	color: #666;
}

.form-open__input-title {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 1.33333333;
}

.form-open__input-title--mini {
	padding-top: 20px;
	font-size: 18px;
	font-family: 'Roboto Condensed',sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
}

.form-open-helper {
	width: 25%;
	float: right;
	border-left: 1px solid #d2d2d2;
	background: #f2f2f2;
}

.form-open-helper--events {
	border-left: none;
}

.form-open-helper--manager-white {
	background: #FFF;
}

.form-open-helper--manager-white .form-open-helper__item--5:before {
	border-color: #fff transparent transparent transparent;
}

a.form-open-helper__item p,
a.form-open-helper__item span {
	-webkit-transition: color .3s;
	transition: color .3s;
}

a.form-open-helper__item:hover p,
a.form-open-helper__item:hover span {
	color: #000;
}

a.form-open-helper__item.form-open-helper__item--2:hover p,
a.form-open-helper__item.form-open-helper__item--2:hover span {
	color: #ff0000;
}

.form-open-helper__item {
	display: block;
	border: none;
	position: relative;
	padding-top: 40px;
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 20px;
	background: #f2f2f2;
}

.form-open-helper__item p {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.6;
	color: #FFF;
}

.form-open-helper__item span {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
}

.form-open-helper__item--1 {
	padding-top: 25px;
	background: url('/local/templates/icl/../img/bg-vacancy-form-1.png') no-repeat center center;
	background-size: cover;
}

.form-open-helper__item--2 {
	background: url('/local/templates/icl/../img/23.jpg') no-repeat center center;
	background-size: cover;
}

.form-open-helper__item--2 p,
.form-open-helper__item--2 span,
.form-open-helper__item--2 a {
	display: block;
	color: #000;
}

.form-open-helper__item--2 a:hover {
	color: #ff0000;
}

.form-open-helper__item--3 {
	padding-top: 70px;
	background: #ff0000;
}

.form-open-helper__item--3 span {
	display: inline-block;
	padding-bottom: 20px;
}

.form-open-helper__item--3 a {
	font-family: 'Roboto Condensed',sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
}

.form-open-helper__item--4 {
	padding-top: 50px;
	background: #333;
}

.form-open-helper__item--4 span {
	display: inline-block;
	padding-bottom: 20px;
}

.form-open-helper__item--4 a {
	font-family: 'Roboto Condensed',sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
}

.form-open-helper__item--5 {
	padding-top: 50px;
	background: #ff0000;
}

.form-open-helper__item--5 input.error {
	border-color: #920505;
}

.form-open-helper__item--5 span {
	display: inline-block;
	padding-bottom: 20px;
}

.form-open-helper__item--5 a {
	font-family: 'Roboto Condensed',sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
}

.form-open-helper__item--smi {
	float: right;
	width: 33.33333%;
	margin-top: -1px;
	padding-left: 4%;
	padding-right: 4%;
}

.form-open-helper__item--manager {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.form-open-helper__item--manager img {
	display: block;
	margin-bottom: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
}

.form-open-helper__item--manager p,
.form-open-helper__item--manager span {
	display: block;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	color: #1A1A1A;
}

.form-open-helper__item--partners {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #d2d2d2;
	background: #f2f2f2;
	text-align: center;
}

.form-open-helper__item--partners p {
	margin-bottom: 30px;
	font-weight: 500;
	text-transform: none;
	font-size: 30px;
	line-height: 1.1;
	color: #1A1A1A;
}

.form-open-helper__item--partners img {
	display: block;
	max-height: 60px;
	margin: 10px auto 30px auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
}

.form-open-helper__item-img {
	position: relative;
}

.form-open-next {
	float: right;
	display: inline-block;
	width: 50%;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 4%;
	background: #333;
}

.form-open-next span {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
}

.form-open-next--vacancy {
	float: none;
	width: 100%;
}

.select {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	max-width: 400px;
	font-size: 16px;
	color: #1A1A1A;
	cursor: pointer;
}

.select select {
	width: 100%;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	padding: 8px 35px 8px 15px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #ff0000 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.select-styled:hover {
	background-color: #fafafa;
}

.select-styled:active,
.select-styled.active {
	background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #ff0000 transparent;
}

.select-styled--gray {
	background: #F2F2F2;
}

.select-styled--gray:active,
.select-styled--gray.active {
	background-color: #F2F2F2;
}

.select-styled--gray:active:after,
.select-styled--gray.active:after {
	top: 9px;
	border-color: transparent transparent #ff0000 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	border: 1px solid #d2d2d2;
	list-style: none;
	background-color: #f2f2f2;
}

.select-options li {
	margin: 0;
	padding: 12px 15px;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

.select-options li:hover {
	color: #fff;
	background: #ff0000;
}

.select-options li[rel="hide"] {
	display: none;
}

.form-open__row [type="checkbox"]:not(:checked),
.checkbox-style [type="checkbox"]:not(:checked),
.form-open__row [type="checkbox"]:checked,
.checkbox-style [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.form-open__row [type="checkbox"]:not(:checked)+label,
.checkbox-style [type="checkbox"]:not(:checked)+label,
.form-open__row [type="checkbox"]:checked+label,
.checkbox-style [type="checkbox"]:checked+label {
	position: relative;
	display: inline-block;
	min-height: 35px;
	padding-left: 50px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
}

.form-open__row [type="checkbox"]:checked+label p,
.checkbox-style [type="checkbox"]:checked+label p,
.form-open__row [type="checkbox"]:not(:checked)+label p,
.checkbox-style [type="checkbox"]:not(:checked)+label p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #1A1A1A;
}

.form-open__row [type="checkbox"]:checked+label span,
.checkbox-style [type="checkbox"]:checked+label span,
.form-open__row [type="checkbox"]:not(:checked)+label span,
.checkbox-style [type="checkbox"]:not(:checked)+label span {
	display: inline-block;
	padding-top: 2px;
	line-height: 1.6;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}

.form-open__row [type="checkbox"]:not(:checked)+label:before,
.checkbox-style [type="checkbox"]:not(:checked)+label:before,
.form-open__row [type="checkbox"]:checked+label:before,
.checkbox-style [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #d2d2d2;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.form-open__row [type="checkbox"]:not(:checked)+label:after,
.checkbox-style [type="checkbox"]:not(:checked)+label:after,
.form-open__row [type="checkbox"]:checked+label:after,
.checkbox-style [type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 7px;
	width: 30px;
	height: 22px;
	background: url('/local/templates/icl/../img/svg/icons/icon-done.svg') no-repeat center center;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.form-open__row [type="checkbox"]:not(:checked)+label:after,
.checkbox-style [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.form-open__row [type="checkbox"]:checked+label:after,
.checkbox-style [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.form-open__row [type="checkbox"]:disabled:not(:checked)+label:before,
.checkbox-style [type="checkbox"]:disabled:not(:checked)+label:before,
.form-open__row [type="checkbox"]:disabled:checked+label:before,
.checkbox-style [type="checkbox"]:disabled:checked+label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.form-open__row [type="checkbox"]:disabled:checked+label:after,
.checkbox-style [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

.form-open__row [type="checkbox"]:disabled+label,
.checkbox-style [type="checkbox"]:disabled+label {
	color: #aaa;
}

.form-open__row [type="checkbox"]+label:hover:before,
.checkbox-style [type="checkbox"]+label:hover:before {
	border: 2px solid #ff0000 !important;
}

.form-open__row input.error+label:before,
.checkbox-style input.error+label:before {
	border-color: #ff0000 !important;
}

.form-open--gray .form-open__row [type="checkbox"]:not(:checked)+label:before,
.form-open--gray .form-open__row [type="checkbox"]:checked+label:before {
	border: 2px solid transparent;
}

.form-open-subtitle {
	padding-left: 11%;
	padding-right: 9%;
	padding-bottom: 50px;
	color: #666;
}

.checkbox-style {
	color: #fff;
	padding: 10px 0 0 0;
}

.checkbox-style p {
	color: #fff !important;
	text-transform: none;
	font-size: 100%;
	letter-spacing: normal;
	font-family: "Raleway",sans-serif;
}

.checkbox-style span {
	padding: 0;a
color: #fff !important;
	opacity: .5;
}

.checkbox-style [type="checkbox"]:not(:checked)+label:before,
.checkbox-style [type="checkbox"]:checked+label:before {
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #d2d2d2;
}

.checkbox-style [type="checkbox"]:not(:checked)+label:after,
.checkbox-style [type="checkbox"]:checked+label:after {
	top: 5px;
	left: 3px;
	width: 15px;
	height: 15px;
	background-size: cover;
}

.checkbox-style label {
	padding: 0 0 0 35px !important;
}

.warning {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #141414;
	color: #fff;
	padding: 50px 80px;
	font-size: 15px;
	line-height: 150%;
}

.warning img {
	float: left;
	margin: 0 30px 0 0;
}

.warning p {
	overflow: hidden;
	padding: 0;
	max-width: 430px;
}

.warning p a {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

.warning p a:hover {
	border-bottom-color: transparent;
}

.warning .modal-close {
	right: 20px;
	top: 20px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	color: #ff0000;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
}

form {
	position: relative;
}

.form-searching {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-searching .btn {
	margin-left: 20px;
}

input,
textarea {
	font-size: 16px;
	font-weight: 500;
	border: none;
	color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

input:focus,
textarea:focus {
	-webkit-box-shadow: 3px 4px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 4px 10px 0 rgba(0,0,0,0.2);
	outline: none;
}

input.error,
textarea.error {
	border-color: #ff1b1b;
}

.input-text {
	position: relative !important;
	width: 100% !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	border: 1px solid transparent !important;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(0,0,0,0) !important;
	box-shadow: 3px 4px 10px 0 rgba(0,0,0,0) !important;
	background: #f2f2f2 !important;
	-webkit-transition: all .3s ease !important;
	transition: all .3s ease !important;
	z-index: 0 !important;
	box-sizing: border-box;
	height: 40px;
}

.input-text::-webkit-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #bbb;
}

.input-text::-moz-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #bbb;
}

.input-text:-ms-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #bbb;
}

.input-text:focus {
	-webkit-box-shadow: 3px 4px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 4px 10px 0 rgba(0,0,0,0.2);
}

.input-text--pink {
	background: #FF8080;
}

.input-text--pink::-webkit-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #fff;
}

.input-text--pink::-moz-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #fff;
}

.input-text--pink:-ms-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #fff;
}

.input-textarea {
	width: 100%;
	height: 140px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px;
	font-weight: 300;
}

.input-textarea::-webkit-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #000;
}

.input-textarea::-moz-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #000;
}

.input-textarea:-ms-input-placeholder {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #000;
}

.input-file {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.input-file.error+label {
	color: #ff0000;
}

.input-file+label {
	display: inline-block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #1A1A1A;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.input-file+label:hover {
	color: #ff0000;
}

.input-file+label:hover strong {
	border-color: transparent;
}

.input-file+label strong {
	color: #ff0000;
	font-weight: 500;
	border-bottom: 1px solid #ff0000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.inputfile:focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
	pointer-events: none;
}

.sbm {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 0 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sbm input {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Raleway",sans-serif;
	padding: 15px 20px;
	text-align: center;
	cursor: pointer;
}

.sbm:hover input {
	background: #fff;
	color: #ff0000;
}

.sbm:before,
.sbm:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #ff0000;
	border: 1px solid #fff;
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sbm:after {
	left: auto;
	top: auto;
	right: -10px;
	bottom: -10px;
}

.sbm.loading {
	opacity: .5;
}

.fancybox-wrap .btn {
	position: relative;
	display: inline-block;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 75px;
	padding-left: 75px;
	font-size: 18px;
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	border: none;
	cursor: pointer;
	background-color: #ff0000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
}

.fancybox-wrap .btn.loading {
	background-color: #d0cece;
}

.fancybox-wrap .btn:hover,
.fancybox-wrap .btn:focus {
	background-color: #ff8080;
}

.fancybox-wrap .btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #f2f2f2 transparent transparent transparent;
}

.fancybox-wrap .btn:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #f2f2f2 transparent;
}

.fancybox-wrap .btn i,
.fancybox-wrap .btn span {
	vertical-align: middle;
}

.fancybox-wrap .btn--transparent {
	width: 100%;
	margin-top: 8px;
	padding-left: 0;
	padding-right: 0;
	background: url('/local/templates/icl/../img/svg/bg-btn-transparent.svg') no-repeat center center;
	background-size: contain;
}

.fancybox-wrap .btn--transparent:hover {
	background-color: transparent;
}

.fancybox-wrap .btn--transparent:hover span {
	color: #ff0000;
}

.fancybox-wrap .btn--transparent:hover:after {
	opacity: 1;
}

.fancybox-wrap .btn--transparent:before,
.fancybox-wrap .btn--transparent:after {
	content: none;
}

.fancybox-wrap .btn--transparent:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: initial;
	right: initial;
	border: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: url('/local/templates/icl/../img/svg/bg-btn-transparent-white.svg') no-repeat center center;
	background-size: contain;
	z-index: 0;
}

.fancybox-wrap .btn--transparent span {
	position: relative;
	padding: 0 !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.fancybox-wrap .btn--grayed:before {
	border-color: #f2f2f2 transparent transparent transparent;
}

.fancybox-wrap .btn--grayed:after {
	border-color: transparent transparent #f2f2f2 transparent;
}

.fancybox-wrap .btn--mini {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	line-height: 1.66666667;
}

.fancybox-wrap .btn--mini span,
.fancybox-wrap .btn--mini img {
	display: inline-block;
	vertical-align: middle;
}

.fancybox-wrap .btn path {
	fill: #fff;
	vertical-align: top;
	margin: 0 0 0 5px;
}

.fancybox-wrap .btnwrap--center {
	text-align: center;
}

.fancybox-wrap .btnwrap--right {
	text-align: right;
}

.phpdev-form {
	display: none;
}

@media only screen and (max-width: 767px) {
	.only-desktop {
		display: none;
	}
	.header__callback-info {
		display: contents;
	}
	.form-open--modal {
		width: auto;
	}
	.form-open--modal .form-open__title {
		font-size: 24px;
		line-height: 30px;
	}
	.formPopup .fancybox-skin {
		padding: 64px 0 0 !important;
	}
	.formPopup .fancybox-close {
		margin-top: 64px;
	}
	.form-open--modal .form-open__descr,
	.form-open--modal .form-open__input,
	.form-open--modal .form-open__title {
		padding-left: 20px;
		padding-right: 20px;
	}
}














/*new slider*/

.projects-slider {
    margin: 0 -50px 128px !important;
	max-width: none;
	width: auto;
}

.projects-item {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	margin: 0 auto;
}
.projects-item img {
    transition: all 0.4s;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.projects-text {
	font-size: 24px;
    line-height: 32px;
    color: #371722;
    font-family: "robotocondensed", sans-serif;
    margin-bottom: 40px;
}
.projects-item__img {
	display: none !important;
}
.projects-item__hover {
    /*opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
	filter: grayscale(100%);
	opacity: 1 !important;
}
.projects-item:hover .projects-item__hover {
	filter: grayscale(0%);
}
.projects-item:hover .projects-item__img {
    opacity: 0;
}





.main-projects-section .slick-dots {
    position: absolute;
    bottom: -34px;
    left: 0;
    top: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-projects-section .slick-dots li {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    position: relative;
    border-radius: 100%;
    transition: all 0.4s;
    opacity: 1;
    margin: 0 4px;
}
.main-projects-section .slick-dots li.slick-active {
    background: #CC0000;
}
.main-projects-section .slick-dots li button {
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main-projects-section .slick-arrow::before {
    display: none;
}
.main-projects-section .slick-arrow {
    width: 42px !important;
    height: 42px !important;
    background: url('/local/templates/icl/img/slider-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0;
    top: calc(50% - 21px);
    right: -12px;
    left: auto;
    transition: all 0.4s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    padding: 0;
    font-size: 0;
}
.main-projects-section .slick-arrow:hover {
    opacity: 0.7;
}
.main-projects-section .slick-prev {
    background: url('/local/templates/icl/img/slider-prev.svg') !important;
    right: auto;
    left: -12px;
}

.main-projects-section .slick-slide {
    margin: 0 !important;
}


@media (max-width: 1200px) {
	.main-projects-section .slick-arrow {
		display: none !important;
	}
	.projects-slider {
		margin: 0 auto 90px !important;
	}
	.projects-text {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 576px) {
	.projects-item {
		width: 131px;
		height: 131px;
	}
	.main-projects-section .slick-dots {
		bottom: -12px;
	}
}





/*new styles*/
footer {
    height: auto !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
}
article {
    padding-bottom: 0 !important;
}
#main {
	min-height: auto !important;
}
/* End */


/* Start:/local/templates/icl/template_styles.css?174859593026656*/
:root {
    --white: #fff;
    --black: #000;
    --red: #ff0000;
    --grey: #e2e2e2;
    --grey-second: #989898;
    --grey-third: #f9f9f9;

    --font-title-regular: 'robotocondensed', sans-serif;
    --font-title: 'robotobold_condensed', sans-serif;
    --font-regular: 'circeregular', monospace;
    --font-regular-semi-bold: 'circebold', monospace;
    --font-regular-bold: 'CirceExtraBold', monospace;
}

.overflowHiden {
    overflow: hidden;
}

h6.unset-uppercase {
    text-transform: unset;
}

.list-dots li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #FF0000;
    display: inline-block;
    border-radius: 4px;
    margin-right: 8px;
}
#mainLeftmenu ul, #mainLeftmenu li, #mainLeftmenu li a {
	display: block;
	margin: 10px;
}

@media (min-width: 1200px) {
    .section-box {
        padding-bottom: 80px;
    }

    #main>article>.content {
        padding-top: 80px;
    }

    .section-box.grayBg + .section-box {
        padding-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-box {
        padding-bottom: 50px;
    }

    #main>article>.content {
        padding-top: 50px;
    }

    .section-box.grayBg + .section-box {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .section-box {
        padding-bottom: 40px;
    }

    #main>article>.content {
        padding-top: 84px;
    }

    .section-box.grayBg + .section-box {
        padding-top: 40px;
    }
}

.section-box.grayBg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-box__title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: var(--font-title), sans-serif;
}

.tabs {
    display: flex;
    align-items: center;
    margin: -8px -20px;
    flex-wrap: wrap;
}

.tabs__tab {
    margin: 8px 20px;
    cursor: pointer;
    transition: 300ms;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: var(--font-regular-semi-bold);
    position: relative;
}

.tabs__tab.current,
.tabs__tab:hover {
    color: #ff0000;
}

.tabs__tab.current:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 4px;
    background-color: #ff0000;
}

/*.content{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 24px 0;*/
/*}*/


.news-card {
    display: flex;
    flex-direction: column;
    max-width: 355px;
    border: none !important;
    color: #232323 !important;
    font-family: var(--font-regular);
}

.news-card__image {
    display: flex;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.news-card__image img {
    display: block;
    width: 100%;
    height: 160px;
    background-color: #dddddd;
    object-fit: cover;
}

.news-card__image-description {
    padding: 12px 25px;
    background-color: #ff0000;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: var(--font-title);
    font-size: 12px;
    line-height: 16px;
}

.news-card__date {
    margin-top: 8px;
    color: #929292 !important;
    font-size: 12px;
    line-height: 16px;
}

.news-card__name {
    margin-top: 16px;
}

.news-card__name > strong {
    font-family: 'circebold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    transition: 300ms;
}

.news-card__description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--font-regular);
}

.news-card:hover .news-card__name {
    color: #FF0000 !important;
}

.news-card .news-card__image:after {
    content: '';
    transition: 300ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform-origin: center;
    transform: scaleX(0);
}

.news-card:hover .news-card__image:after {
    background-color: #FF0000;
    transform: scaleX(1);
}

.vacancies-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.vacancies-box__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

a.vacancies-box__link {
    text-decoration: none;
    color: initial;
    width: calc(50% - 10px);
    height: 224px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
}

.vacancies-box__title {
    padding: 8px 0 8px 64px;
    position: relative;
}

.vacancies-box__title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: block;
    background-image: url(/local/templates/icl/img/whiterightarrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
}

.vacancies-box__title > h3 {
    padding: 0;
    font-family: var(--font-title-regular);
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.vacancies-box__link-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transition: transform .4s ease-in-out;
    z-index: -1;
    filter: brightness(.4);
}

.vacancies-box__link:hover > .vacancies-box__link-bg {
    transform: scale(1.04);
}

@media screen and (max-width: 1099px) {
    .vacancies-box__list {
        flex-direction: column;
    }
    a.vacancies-box__link {
        width: 100%;
        height: 168px;
    }
    a.vacancies-box__link:not(:last-child) {
        margin-bottom: 20px;
    }
    .vacancies-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    a.vacancies-box__link {
        height: 108px;
        padding: 30px 16px;
    }

    .vacancies-box__title {
        width: 70%;
    }

    .vacancies-box__title > h3 {
        font-size: 18px;
        line-height: 24px;
    }
}


/*
* owl-carousel
*/
.owl-carousel {
    position: relative;
}

.owl-nav > button {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ff0000 !important;
    border-radius: 40px;
    color: #ff0000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.owl-nav > button:focus {
    outline: none;
}

.owl-nav > button > svg {
    transform-origin: center;
}

.owl-nav > button:hover > svg {
    animation: goEnd .3s 0s, goStart 0s .3s, goDefault .3s .3s;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
    transform: rotate(180deg);
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
}

.slider .owl-dot:focus {
    outline: none;
}

/*.slider .owl-dot{*/
/*display: none;*/
/*}*/
/*.slider .owl-dot.prev-dot2,*/
/*.slider .owl-dot.next-dot2{*/
/*opacity: .2;*/
/*display: block;*/
/*}*/
/*.slider .owl-dot.prev-dot1,*/
/*.slider .owl-dot.next-dot1{*/
/*opacity: .5;*/
/*display: block;*/
/*}*/
/*.slider .owl-dot.prev-dot2{*/
/*order: 1;*/
/*}*/
/*.slider .owl-dot.next-dot2{*/
/*order: 5;*/
/*}*/
/*.slider .owl-dot.prev-dot1{*/
/*order: 2;*/
/*}*/
/*.slider .owl-dot.next-dot1{*/
/*order: 4;*/
/*}*/

.slider .owl-dot.active {
    opacity: 1;
    display: block;
    /*order: 3;*/
}

.owl-dots > .owl-dot {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background-color: #C0C0C0 !important;
    border-radius: 8px;
    opacity: .2;
}

/*
* fb-plugin
*/

.goUpBtn ~ #fb-root > .fb_dialog iframe {
    bottom: 24px !important;
    right: 20px !important;
    transition: 300ms;
}

.goUpBtn.active ~ #fb-root > .fb_dialog iframe {
    bottom: 69px !important;
    right: 20px !important;
}

@media (min-width: 1200px) {
    .owl-nav > button {
        top: 0;
    }

    .owl-prev {
        left: -80px;
    }

    .owl-next {
        right: -80px;
    }
}

@media (max-width: 1200px) {
    .owl-dots {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .main-news-tabs .tabs {
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 0 8px;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }
    .main-news-tabs .tabs::-webkit-scrollbar {
        width: 0;
    }
    .main-news-tabs .tabs__tab {
        margin: 8px 12px;
    }
}

@media (max-width: 720px) {
    .section-box__title {
        font-size: 32px;
        line-height: 40px;
    }
}


.page404 h2 {
    max-width: 500px;
    margin: 40px 0;
}

.text-block {
    padding: 30px 0;
}

.page404 article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 0;
    margin-bottom: 135px;
    font-size: 14px;
    font-weight: 700;
}

.page404 article .img404 {
    margin: 80px auto 0;
}

.page404 article .img404 .img2 {
    display: none;
}

.page404 article .img404:hover .img1 {
    display: none;
}

.page404 article .img404:hover .img2 {
    display: block;
}

@media (min-width: 768px) {
    .page404 article .img404 {
        margin: 0;
    }
}

.page404 ul li {
    margin-top: 40px;
}

.page404 ul li img {
    margin-right: 18px;
}

.page404 ul li a {
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.page404 ul li a:hover {
    color: #CC0000;
}

.hiddenMenu > .services-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
    width: 100%;
    box-sizing: border-box;
}

.hiddenMenu > .services-menu > li {
    width: 25%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.hiddenMenu > .company-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footerSocials--eng {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    justify-content: flex-end;
}

.fb_iframe_widget iframe {
    z-index: 1000;
}

@media screen and (min-width: 1101px) and (max-width: 1700px) {
    .headerQuestionBtn a.askaquestion--rectBtn {
        padding: 12px 5px;
    }

    .redBtn.small .text {
        font-size: 11px;
    }
}

/*# sourceMappingURL=template_styles.css.map */

h1 {
    font-size: 45px;
}

@media screen and (max-width: 1100px) {
    .hiddenMenu > #podMenu1 {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 550px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 450px) {
    h1 {
        font-size: 30px!important;
    }
}


@keyframes goEnd {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


@keyframes goStart {
    from {
        transform: translateX(-200%);
    }

    to {
        transform: translateX(200%);
    }
}


@keyframes goDefault {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(0);
    }
}
footer .ageEn{
	left: 0;
}
.langEn{
	float: right;
}
@media(max-width: 720px){
	.rightCont .rightText{
		width: 100vw;
	}
	.rightCont .leftText{
		width: calc(100vw - 25px);
	}
}

/*new temp for btn janeenga*/
.header__btn_red, .redFileBtn, .whieBtn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 14px 24px;
    gap: 13px;
    isolation: isolate;
    background: linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%);
    transition: all 0.3s ease-in-out;
}
.header__btn_red:hover, .redFileBtn:hover, .whieBtn:hover{
    background: linear-gradient(90.93deg, #FF0807 -10%, #FF9837 94.59%), linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%);
    color: #FFFFFF!important;
}
.header__btn_red:hover span{
    color: #FFFFFF!important;
}
.header__btn_red:active, .redFileBtn:active, .whieBtn:active{
    background: linear-gradient(90.93deg, #ED260C -10%, #FA7900 94.59%), radial-gradient(152.48% 690% at 91.49% -248.75%, #ED0000 38.58%, #FF972F 60.91%, rgba(255, 214, 69, 0) 81.41%), #FFC86A;
}
.whieBtn:hover .text{
    color: #fff;
}
.redBtn, .redBtn:link, .redBtn{
    height: auto!important;
}
.redBtn .text {
    line-height: 20px!important;
}
.helper, .btn_white:before{
    display: none!important;
}
.redBtn, .home-services .main-news-tabs__link, .supportServices-item__btn, .btn_white{
    border: 1px solid!important;
    border-image-source: linear-gradient(282.51deg, #FF2000 9.26%, #FF7716 91.02%)!important;
    border-image-slice: 1!important;
    border-image-width: 1px!important; /* Опционально */
    border-image-repeat: stretch!important; /* Опционально */
}
.redBtn:hover, .home-services .main-news-tabs__link:hover, .supportServices-item__btn:hover, .btn_white:hover{
    background: radial-gradient(152.48% 690% at 91.49% -248.75%, #EE0000 40.38%, #FF972F 56.08%, rgba(255, 214, 69, 0) 67.45%), #FFC86A!important;
    border: 1px solid!important;
    border-image-source: linear-gradient(282.51deg, #FF834A 9.26%, #FF0B0B 91.02%)!important;
    border-image-slice: 1!important;
    border-image-width: 1px!important; /* Опционально */
    border-image-repeat: stretch!important; /* Опционально */
}
.redBtn:active, .home-services .main-news-tabs__link:active, .supportServices-item__btn:active, .btn_white:active{
    background: linear-gradient(0deg, #FFC86A, #FFC86A), radial-gradient(171.74% 629.17% at 100% -212.5%, #D90202 40.92%, #FF972F 58.41%, rgba(255, 214, 69, 0) 79.91%);
    border: 1px solid!important;
    border-image-source: linear-gradient(282.51deg, #FF834A 9.26%, #FF0B0B 91.02%)!important;
    color:#fff!important;
    border-image-slice: 1!important;
    border-image-width: 1px!important; /* Опционально */
    border-image-repeat: stretch!important; /* Опционально */
}

.home-services .main-news-tabs__link:active{
    background: radial-gradient(171.74% 629.17% at 100% -212.5%, #D90202 40.92%, #FF972F 58.41%, rgba(255, 214, 69, 0) 79.91%), #FFC86A;
    border: 1px solid;
    border-image-source: linear-gradient(282.51deg, #FF834A 9.26%, #FF0B0B 91.02%);
    color:#fff!important;
    border-image-slice: 1;
    border-image-width: 1px; /* Опционально */
    border-image-repeat: stretch; /* Опционально */
}
.scrumTehnology-btn{
    background: linear-gradient(0deg, #FF0807, #FF0807), radial-gradient(64.11% 317.71% at 89.74% 333.33%, #FFFFFF 57.32%, rgba(255, 199, 0, 0) 100%), #FF9216;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #E21D00 0%, #FF2207 100%);
}
.scrumTehnology-btn:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.3467 16.4949L16.6718 18.7417C16.6099 18.9505 16.5051 19.1441 16.364 19.31C16.2229 19.476 16.0485 19.6106 15.8522 19.7054C15.6558 19.8001 15.4418 19.8529 15.2237 19.8602C15.0057 19.8676 14.7884 19.8294 14.5859 19.7481C12.3521 18.804 10.3706 17.3502 8.80067 15.5035C7.33299 13.809 6.25666 11.8131 5.64812 9.65753C4.96684 7.3228 4.84584 4.8613 5.29492 2.47242C5.33838 2.25969 5.42575 2.05837 5.55145 1.88128C5.67715 1.7042 5.83844 1.55522 6.02505 1.44384C6.21165 1.33246 6.41949 1.26111 6.63532 1.23435C6.85115 1.20759 7.07024 1.22599 7.27866 1.28838L9.52985 1.96464C9.8951 2.07046 10.2095 2.30522 10.4144 2.62517C10.6194 2.94511 10.7008 3.32841 10.6437 3.70361C10.5227 4.45116 10.4869 5.21007 10.5368 5.96585C10.5572 6.26423 10.4916 6.56212 10.3476 6.8242C10.2036 7.08629 9.98735 7.3016 9.72442 7.44461L8.4857 8.10945C8.9907 10.3053 10.0799 12.325 11.6382 13.9554L12.877 13.2906C13.1415 13.1505 13.4408 13.0892 13.7393 13.1137C14.0379 13.1383 14.3232 13.2478 14.5615 13.4292C15.1662 13.8873 15.8207 14.2757 16.5127 14.5869C16.8618 14.7477 17.1396 15.031 17.2934 15.3828C17.4472 15.7346 17.4661 16.1304 17.3467 16.4949Z' fill='white'/%3e%3c/svg%3e ");
    content: '';
    width: 22px;
    height: 22px;
}
.scrumTehnology-btn:hover{
    background: linear-gradient(90.93deg, #FF0807 -10%, #FF9837 94.59%), #FFC86A;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FF3316 0%, #D59122 100%);
    border-image-slice: 1;
    border-image-width: 1px; /* Опционально */
    border-image-repeat: stretch; /* Опционально */
}
.scrumTehnology-btn:active{
    background: linear-gradient(90.93deg, #ED260C -10%, #FA7900 94.59%), #FFC86A;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FF3316 0%, #D59122 100%);
    border-image-slice: 1;
    border-image-width: 1px; /* Опционально */
    border-image-repeat: stretch; /* Опционально */
}
.supportMain-btn img, .scrumTehnology-btn img{
    display: none;
}
.supportMain-btn{
    background: #FFFFFF;
}

.supportMain-btn:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 2H8.5C5.74 2 3.5 4.24 3.5 7V17C3.5 19.76 5.74 22 8.5 22H16.5C19.26 22 21.5 19.76 21.5 17V7C21.5 4.24 19.26 2 16.5 2ZM9.36 18.63C9.17 18.82 8.92 18.92 8.66 18.92C8.39 18.92 8.14 18.82 7.95 18.63C7.76 18.44 7.65 18.19 7.65 17.92C7.65 17.66 7.76 17.4 7.95 17.21C8.04 17.12 8.15 17.05 8.27 17C8.52 16.9 8.79 16.9 9.04 17C9.1 17.02 9.16 17.05 9.21 17.09C9.27 17.12 9.32 17.17 9.36 17.21C9.55 17.4 9.66 17.66 9.66 17.92C9.66 18.19 9.55 18.44 9.36 18.63ZM7.65 13.92C7.65 13.79 7.68 13.66 7.73 13.54C7.78 13.41 7.85 13.31 7.95 13.21C8.18 12.98 8.53 12.87 8.85 12.94C8.91 12.95 8.98 12.97 9.04 13C9.1 13.02 9.16 13.05 9.21 13.09C9.27 13.12 9.32 13.17 9.36 13.21C9.45 13.31 9.53 13.41 9.58 13.54C9.63 13.66 9.65 13.79 9.65 13.92C9.65 14.19 9.55 14.44 9.36 14.63C9.17 14.82 8.92 14.92 8.66 14.92C8.52 14.92 8.39 14.89 8.27 14.84C8.15 14.79 8.04 14.72 7.95 14.63C7.76 14.44 7.65 14.19 7.65 13.92ZM13.36 18.63C13.27 18.72 13.16 18.79 13.04 18.84C12.92 18.89 12.79 18.92 12.65 18.92C12.39 18.92 12.14 18.82 11.95 18.63C11.76 18.44 11.65 18.19 11.65 17.92C11.65 17.85 11.66 17.79 11.67 17.72C11.69 17.66 11.71 17.6 11.73 17.54C11.76 17.48 11.79 17.42 11.82 17.36C11.86 17.31 11.9 17.26 11.95 17.21C12.04 17.12 12.15 17.05 12.27 17C12.64 16.85 13.08 16.93 13.36 17.21C13.55 17.4 13.65 17.66 13.65 17.92C13.65 18.19 13.55 18.44 13.36 18.63ZM13.36 14.63C13.17 14.82 12.92 14.92 12.65 14.92C12.39 14.92 12.14 14.82 11.95 14.63C11.76 14.44 11.65 14.19 11.65 13.92C11.65 13.66 11.76 13.4 11.95 13.21C12.32 12.84 12.99 12.84 13.36 13.21C13.45 13.31 13.53 13.41 13.58 13.54C13.63 13.66 13.65 13.79 13.65 13.92C13.65 14.19 13.55 14.44 13.36 14.63ZM9.5 10.46C8.47 10.46 7.62 9.62 7.62 8.58V7.58C7.62 6.55 8.46 5.7 9.5 5.7H15.5C16.53 5.7 17.38 6.54 17.38 7.58V8.58C17.38 9.61 16.54 10.46 15.5 10.46H9.5ZM17.36 18.63C17.17 18.82 16.92 18.92 16.65 18.92C16.52 18.92 16.39 18.89 16.27 18.84C16.15 18.79 16.04 18.72 15.95 18.63C15.76 18.44 15.66 18.19 15.66 17.92C15.66 17.66 15.76 17.4 15.95 17.21C16.22 16.93 16.67 16.85 17.04 17C17.16 17.05 17.27 17.12 17.36 17.21C17.55 17.4 17.65 17.66 17.65 17.92C17.65 18.19 17.55 18.44 17.36 18.63ZM17.58 14.3C17.53 14.42 17.46 14.53 17.36 14.63C17.17 14.82 16.92 14.92 16.65 14.92C16.39 14.92 16.14 14.82 15.95 14.63C15.76 14.44 15.65 14.19 15.65 13.92C15.65 13.66 15.76 13.4 15.95 13.21C16.32 12.84 16.99 12.84 17.36 13.21C17.55 13.4 17.66 13.66 17.66 13.92C17.66 14.05 17.63 14.18 17.58 14.3Z' fill='%23FF0E01'/%3e%3c/svg%3e ");
    content: '';
    width: 25px;
    height: 24px;
}
.supportMain-btn:hover{
    background: #F7F7F7!important;

}
.supportMain-btn:hover span{
    background: linear-gradient(91.5deg, #FF9700 -80.26%, #FF0A00 120.82%);
    -webkit-background-clip: text; /* Для вебкит-браузеров */
    background-clip: text;
    color: transparent; /* Скрываем обычный цвет текста */
}
.supportMain-btn:hover:before{
    content: '';
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 2H8.5C5.74 2 3.5 4.24 3.5 7V17C3.5 19.76 5.74 22 8.5 22H16.5C19.26 22 21.5 19.76 21.5 17V7C21.5 4.24 19.26 2 16.5 2ZM9.36 18.63C9.17 18.82 8.92 18.92 8.66 18.92C8.39 18.92 8.14 18.82 7.95 18.63C7.76 18.44 7.65 18.19 7.65 17.92C7.65 17.66 7.76 17.4 7.95 17.21C8.04 17.12 8.15 17.05 8.27 17C8.52 16.9 8.79 16.9 9.04 17C9.1 17.02 9.16 17.05 9.21 17.09C9.27 17.12 9.32 17.17 9.36 17.21C9.55 17.4 9.66 17.66 9.66 17.92C9.66 18.19 9.55 18.44 9.36 18.63ZM7.65 13.92C7.65 13.79 7.68 13.66 7.73 13.54C7.78 13.41 7.85 13.31 7.95 13.21C8.18 12.98 8.53 12.87 8.85 12.94C8.91 12.95 8.98 12.97 9.04 13C9.1 13.02 9.16 13.05 9.21 13.09C9.27 13.12 9.32 13.17 9.36 13.21C9.45 13.31 9.53 13.41 9.58 13.54C9.63 13.66 9.65 13.79 9.65 13.92C9.65 14.19 9.55 14.44 9.36 14.63C9.17 14.82 8.92 14.92 8.66 14.92C8.52 14.92 8.39 14.89 8.27 14.84C8.15 14.79 8.04 14.72 7.95 14.63C7.76 14.44 7.65 14.19 7.65 13.92ZM13.36 18.63C13.27 18.72 13.16 18.79 13.04 18.84C12.92 18.89 12.79 18.92 12.65 18.92C12.39 18.92 12.14 18.82 11.95 18.63C11.76 18.44 11.65 18.19 11.65 17.92C11.65 17.85 11.66 17.79 11.67 17.72C11.69 17.66 11.71 17.6 11.73 17.54C11.76 17.48 11.79 17.42 11.82 17.36C11.86 17.31 11.9 17.26 11.95 17.21C12.04 17.12 12.15 17.05 12.27 17C12.64 16.85 13.08 16.93 13.36 17.21C13.55 17.4 13.65 17.66 13.65 17.92C13.65 18.19 13.55 18.44 13.36 18.63ZM13.36 14.63C13.17 14.82 12.92 14.92 12.65 14.92C12.39 14.92 12.14 14.82 11.95 14.63C11.76 14.44 11.65 14.19 11.65 13.92C11.65 13.66 11.76 13.4 11.95 13.21C12.32 12.84 12.99 12.84 13.36 13.21C13.45 13.31 13.53 13.41 13.58 13.54C13.63 13.66 13.65 13.79 13.65 13.92C13.65 14.19 13.55 14.44 13.36 14.63ZM9.5 10.46C8.47 10.46 7.62 9.62 7.62 8.58V7.58C7.62 6.55 8.46 5.7 9.5 5.7H15.5C16.53 5.7 17.38 6.54 17.38 7.58V8.58C17.38 9.61 16.54 10.46 15.5 10.46H9.5ZM17.36 18.63C17.17 18.82 16.92 18.92 16.65 18.92C16.52 18.92 16.39 18.89 16.27 18.84C16.15 18.79 16.04 18.72 15.95 18.63C15.76 18.44 15.66 18.19 15.66 17.92C15.66 17.66 15.76 17.4 15.95 17.21C16.22 16.93 16.67 16.85 17.04 17C17.16 17.05 17.27 17.12 17.36 17.21C17.55 17.4 17.65 17.66 17.65 17.92C17.65 18.19 17.55 18.44 17.36 18.63ZM17.58 14.3C17.53 14.42 17.46 14.53 17.36 14.63C17.17 14.82 16.92 14.92 16.65 14.92C16.39 14.92 16.14 14.82 15.95 14.63C15.76 14.44 15.65 14.19 15.65 13.92C15.65 13.66 15.76 13.4 15.95 13.21C16.32 12.84 16.99 12.84 17.36 13.21C17.55 13.4 17.66 13.66 17.66 13.92C17.66 14.05 17.63 14.18 17.58 14.3Z' fill='url(%23paint0_linear_2001_58)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2001_58' x1='12.5' y1='2' x2='12.5' y2='22' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF9D34'/%3e%3cstop offset='1' stop-color='%23FF1408'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}
.supportMain-btn:active{
    background: #F7F7F7!important;
}
.supportMain-btn:active span{
    background: linear-gradient(91.5deg, #C77600 -80.26%, #C10800 120.82%);
    -webkit-background-clip: text; /* Для вебкит-браузеров */
    background-clip: text;
    color: transparent; /* Скрываем обычный цвет текста */
}
.supportMain-btn:active:before{
    content: '';
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 2H8.5C5.74 2 3.5 4.24 3.5 7V17C3.5 19.76 5.74 22 8.5 22H16.5C19.26 22 21.5 19.76 21.5 17V7C21.5 4.24 19.26 2 16.5 2ZM9.36 18.63C9.17 18.82 8.92 18.92 8.66 18.92C8.39 18.92 8.14 18.82 7.95 18.63C7.76 18.44 7.65 18.19 7.65 17.92C7.65 17.66 7.76 17.4 7.95 17.21C8.04 17.12 8.15 17.05 8.27 17C8.52 16.9 8.79 16.9 9.04 17C9.1 17.02 9.16 17.05 9.21 17.09C9.27 17.12 9.32 17.17 9.36 17.21C9.55 17.4 9.66 17.66 9.66 17.92C9.66 18.19 9.55 18.44 9.36 18.63ZM7.65 13.92C7.65 13.79 7.68 13.66 7.73 13.54C7.78 13.41 7.85 13.31 7.95 13.21C8.18 12.98 8.53 12.87 8.85 12.94C8.91 12.95 8.98 12.97 9.04 13C9.1 13.02 9.16 13.05 9.21 13.09C9.27 13.12 9.32 13.17 9.36 13.21C9.45 13.31 9.53 13.41 9.58 13.54C9.63 13.66 9.65 13.79 9.65 13.92C9.65 14.19 9.55 14.44 9.36 14.63C9.17 14.82 8.92 14.92 8.66 14.92C8.52 14.92 8.39 14.89 8.27 14.84C8.15 14.79 8.04 14.72 7.95 14.63C7.76 14.44 7.65 14.19 7.65 13.92ZM13.36 18.63C13.27 18.72 13.16 18.79 13.04 18.84C12.92 18.89 12.79 18.92 12.65 18.92C12.39 18.92 12.14 18.82 11.95 18.63C11.76 18.44 11.65 18.19 11.65 17.92C11.65 17.85 11.66 17.79 11.67 17.72C11.69 17.66 11.71 17.6 11.73 17.54C11.76 17.48 11.79 17.42 11.82 17.36C11.86 17.31 11.9 17.26 11.95 17.21C12.04 17.12 12.15 17.05 12.27 17C12.64 16.85 13.08 16.93 13.36 17.21C13.55 17.4 13.65 17.66 13.65 17.92C13.65 18.19 13.55 18.44 13.36 18.63ZM13.36 14.63C13.17 14.82 12.92 14.92 12.65 14.92C12.39 14.92 12.14 14.82 11.95 14.63C11.76 14.44 11.65 14.19 11.65 13.92C11.65 13.66 11.76 13.4 11.95 13.21C12.32 12.84 12.99 12.84 13.36 13.21C13.45 13.31 13.53 13.41 13.58 13.54C13.63 13.66 13.65 13.79 13.65 13.92C13.65 14.19 13.55 14.44 13.36 14.63ZM9.5 10.46C8.47 10.46 7.62 9.62 7.62 8.58V7.58C7.62 6.55 8.46 5.7 9.5 5.7H15.5C16.53 5.7 17.38 6.54 17.38 7.58V8.58C17.38 9.61 16.54 10.46 15.5 10.46H9.5ZM17.36 18.63C17.17 18.82 16.92 18.92 16.65 18.92C16.52 18.92 16.39 18.89 16.27 18.84C16.15 18.79 16.04 18.72 15.95 18.63C15.76 18.44 15.66 18.19 15.66 17.92C15.66 17.66 15.76 17.4 15.95 17.21C16.22 16.93 16.67 16.85 17.04 17C17.16 17.05 17.27 17.12 17.36 17.21C17.55 17.4 17.65 17.66 17.65 17.92C17.65 18.19 17.55 18.44 17.36 18.63ZM17.58 14.3C17.53 14.42 17.46 14.53 17.36 14.63C17.17 14.82 16.92 14.92 16.65 14.92C16.39 14.92 16.14 14.82 15.95 14.63C15.76 14.44 15.65 14.19 15.65 13.92C15.65 13.66 15.76 13.4 15.95 13.21C16.32 12.84 16.99 12.84 17.36 13.21C17.55 13.4 17.66 13.66 17.66 13.92C17.66 14.05 17.63 14.18 17.58 14.3Z' fill='url(%23paint0_linear_31_136)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_31_136' x1='12.5' y1='2' x2='12.5' y2='22' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23DB7A12'/%3e%3cstop offset='1' stop-color='%23C90A00'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}
.redFileBtn, .redFileBtn:link, .redFileBtn:visited{
    box-shadow: none!important;
}
.redFileBtn:hover{
    transform: none!important;
}
.supportDocuments-top__link {
    /*pointer-events: none;*/
    cursor: default;
}
.tagList li span {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
    color: #666666;
    border: 1px solid #999999;
    white-space: nowrap;
}
/* End */
/* /local/templates/icl/css/pace.css?17006618226421 */
/* /local/templates/icl/css/owl.carousel.min.css?16564081913351 */
/* /local/templates/icl/css/pages/page.css?1656408191730 */
/* /local/templates/icl/css/phpdev.css?173995431842475 */
/* /local/templates/icl/css/slick.css?17061910111844 */
/* /local/templates/icl/css/component/btn.css?17465205911270 */
/* /local/templates/icl/css/component/header.css?17448728655974 */
/* /local/templates/icl/css/component/header-panel.css?16564081912888 */
/* /local/templates/icl/css/component/languages.css?1656408191377 */
/* /local/templates/icl/css/component/language.css?1656408191193 */
/* /local/templates/icl/css/component/burger.css?1656408191336 */
/* /local/templates/icl/css/component/extra.css?166358278610265 */
/* /local/templates/icl/components/bitrix/search.form/header__search/style.css?16564081912093 */
/* /local/templates/icl/components/bitrix/menu/newtopmenuv2/style.css?175084558121196 */
/* /local/templates/icl/styles.css?1750250977464347 */
/* /local/templates/icl/template_styles.css?174859593026656 */
