

/* 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/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/menu/newtopmenuv2en/style.css?177087555383*/
.company._open .menu-card, .press._open .menu-card{
    display: block!important;
}
/* End */


/* Start:/local/templates/icl_new_en/components/bitrix/news.list/socialmedia/style.css?177580739869*/
.media .media-item__title {
	color: #1a1a1a;
	font-size: 1.5rem;
}
/* End */


/* Start:/local/templates/icl_new_en/styles.css?177910743550954*/
.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;
}
/* cookies agree begin */
.cookiesagree{
    position:fixed;
    z-index:100;
    left:0;
    bottom:0;
    box-sizing:border-box;
    background:rgba(0,0,0,0.7);
    color:#fff;
    text-align:center;
    padding:5px 80px;
    width:100%;
    display:none;
    font-family:Arial;
    font-size:14px;
    line-height:150%;
}
.cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
    display:inline-block;
    background: #f00;
    color:#fff;
    padding:10px 30px 11px 30px;
    border:none;
    vertical-align:middle;
    line-height:1;
    margin:10px 20px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.cookiesBtn:hover{
    background:#920000;
    color:#fff;
}
.cookiesagree p{
    display:inline-block;
    padding:10px 20px;
    vertical-align:middle;
}
.cookieTable{
    /*display:table;
    max-width:100%;
    margin:0 auto;
    border-collapse:collapse;*/
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.cookieTD{
    /*display:table-cell;
    vertical-align:middle;*/
    text-align: left;
    padding: 10px;
}
@media only screen and (max-width: 750px) {
    .cookiesagree{
        padding:15px 80px 15px 15px;
    }
    .cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
        margin:0;
    }
}
@media only screen and (max-width: 500px) {
    .cookiesagree {padding: 15px;}
    .cookieTD,.cookieTable{display:block;padding:0;}
    .cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
        width:100%;
        box-sizing:border-box;
    }
    .cookiesBtn:link,.cookiesBtn:visited,.cookiesBtn:hover{
        margin:10px 0 0 0;
    }
    .cookieTD:last-child{text-align:center;}
}

/* cookies agree begin */

/* End */


/* Start:/local/templates/icl_new_en/template_styles.css?1776159208219*/

.burger svg {
    width: 100%;
    height: 100%;
}

.header._fixed-header .burger svg path {
    stroke: #cc0000;
    fill: #cc0000;
}
.nav-dropdown__back span {
    font-family: "Circe Bold", sans-serif;
}
/* 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/extra.css?166358278610265 */
/* /local/templates/icl_new_en/components/bitrix/menu/newtopmenuv2en/style.css?177087555383 */
/* /local/templates/icl_new_en/components/bitrix/news.list/socialmedia/style.css?177580739869 */
/* /local/templates/icl_new_en/styles.css?177910743550954 */
/* /local/templates/icl_new_en/template_styles.css?1776159208219 */
