

/* Start:/local/templates/icl_new_en/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_new_en/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_new_en/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_new_en/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_new_en/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_new_en/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_new_en/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_new_en/css/component/header.css?17619869956084*/
.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 {
        /*max-width: 635px;*/
        /*overflow: hidden;*/
        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: auto;
        padding-left: 125px;
        max-width: 100%;
    }

    .header.zoomed {
        height: auto;
    }

    .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_new_en/css/component/header-panel.css?17619867603147*/
.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-1.zoomed{
        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 {
        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_new_en/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_new_en/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_new_en/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_new_en/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_new_en/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_new_en/components/bitrix/search.form/header__search/style.css?17790928062093*/
.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_new_en/components/bitrix/menu/menu/style.css?177909280011056*/
.top-menu__item {
    font-family: 'circebold';
}

.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: 16px;
    height: 16px;
    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 12px;
    }

    .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: 28px;
        line-height: 32px;
        font-family: 'robotobold_condensed', sans-serif;
        font-weight: normal;
    }

    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: 50vw;
        max-width: 50%;
        background: #fff;
        overflow-y: auto;
        padding: 32px 20px 0;
        margin: 0;
    }
    .products .sub-menu__list_main {
        max-width: 100%;
        width: 100%;
    }

    .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;
    }

    .products .top-menu__sub-menu {
        width: 50vw;
    }

    .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 0 48px;
    }

    .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;
    }
}

/* End */


/* Start:/local/templates/icl_new_en/components/czmulti/iblock.element.add.form/expertquest/style.css?165640819176*/
.error-capcha{
	color:red;
}
#feedbackForm .submit{
    margin-top: 13px;
}

/* End */


/* Start:/local/templates/icl_new_en/styles.css?177611070549259*/
.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: #fff;
}

.form-open--gray .input-text {
    background: #f2f2f2 !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;

}

.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_new_en/../img/bg-vacancy-form-1.png') no-repeat center center;
    background-size: cover;
}

.form-open-helper__item--2 {
    background: url('/local/templates/icl_new_en/../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_new_en/../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_new_en/../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_new_en/../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;
}
.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_new_en/../img/bg-vacancy-form-1.png') no-repeat center center;
    background-size: cover;
}

.form-open-helper__item--2 {
    background: url('/local/templates/icl_new_en/../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_new_en/../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_new_en/../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_new_en/../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;
    }
}
#callbackMain .modal__dialog {
    width: auto;
}

#callbackMain .btn {
    background: #ff0024;
    color: #fff;
    padding: 0 1.5em;
    height:3em
}
#callbackMain .btn:hover {
    opacity:.8
}
.m-btn-white-outline, .m-btn-red{
    z-index: 1;
}
.modal._active{
    z-index: 9999;
}






/* Блок: footer-accordion */
.footer-accordion {
    max-width: 100%;
    display: none;
}

@media screen and (max-width: 992px) {
    .footer-accordion {
        display: block;
    }
}

/* Элемент: header */
.footer-accordion__header {
    color: white;
    padding: 14px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Элемент: header-text */
.footer-accordion__header-text {
    flex: 1;
}

/* Элемент: icon */
.footer-accordion__icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s;
    width: 24px;
    text-align: center;
}

/* Элемент: content */
.footer-accordion__content {
    display: none;
    padding: 14px 0;
}

.footer-accordion__content .footer-nav__items {
    gap: 10px;
    margin: 0;
}

.footer-accordion__content a {
    font-size: 19px;
    font-weight: 400;
    color: #808080;
}

/* Элемент: text */
.footer-accordion__text {
    margin: 0;
}
/* End */


/* Start:/local/templates/icl_new_en/template_styles.css?177909284126656*/
: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_new_en/css/pace.css?17006618226421 */
/* /local/templates/icl_new_en/css/owl.carousel.min.css?16564081913351 */
/* /local/templates/icl_new_en/css/pages/page.css?1656408191730 */
/* /local/templates/icl_new_en/css/phpdev.css?173995431842475 */
/* /local/templates/icl_new_en/css/slick.css?17061910111844 */
/* /local/templates/icl_new_en/css/component/btn.css?17465205911270 */
/* /local/templates/icl_new_en/css/component/header.css?17619869956084 */
/* /local/templates/icl_new_en/css/component/header-panel.css?17619867603147 */
/* /local/templates/icl_new_en/css/component/languages.css?1656408191377 */
/* /local/templates/icl_new_en/css/component/language.css?1656408191193 */
/* /local/templates/icl_new_en/css/component/burger.css?1656408191336 */
/* /local/templates/icl_new_en/css/component/extra.css?166358278610265 */
/* /local/templates/icl_new_en/components/bitrix/search.form/header__search/style.css?17790928062093 */
/* /local/templates/icl_new_en/components/bitrix/menu/menu/style.css?177909280011056 */
/* /local/templates/icl_new_en/components/czmulti/iblock.element.add.form/expertquest/style.css?165640819176 */
/* /local/templates/icl_new_en/styles.css?177611070549259 */
/* /local/templates/icl_new_en/template_styles.css?177909284126656 */
