.sl-company-photo {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}                       
.sl-company-photo > a {
	display: block;
	height: 140px;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 10px;
	position: relative;
}
.sl-company-photo > a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.sl-company-photo > a > span {
	text-align: center;
	margin-top: 110px;
	display: block;
	color: #fff;
	padding: 5px 0;
	background: RGBA(0,0,0,0.6);
}
.sl-company-photo > a:nth-child(3) {
	margin-right: 0;
}
.js-gallary-item-small,
.js-gallary-item-big {
  padding: 0;
}

.js-gallary-image-wrapp {
  padding: 0 60px;
}
.js-gallary-item-small:before,
.js-gallary-item-big:before {
  content: '';
}

.js-gallary-slick-big img {
  width: 100%;
}
.js-gallary-slick-big .slick-prev,
.js-gallary-slick-big .slick-next {
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #A1AFB8;
}
.js-gallary-slick-big .slick-prev:hover,
.js-gallary-slick-big .slick-next:hover {
  color: #afbac0;
}
.js-gallary-slick-big .slick-prev {
  left: 0;
}

.js-gallary-slick-big .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.js-gallary-slick-big .slick-slide {
  height: 100%;
  outline: none;
}
.js-gallary-slick-big .slick-slide span {
  padding: 9px 90px 9px 20px;
  width: 100%;
  display: block;
}
.js-gallary-slick-small .slick-slide {
  outline: none;
  position: relative;
  border: 4px solid transparent;
  -weblkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100px !important;
  height: 100px;
  cursor: pointer;
}
.js-gallary-slick-small .slick-slide.slick-current {
  border-color: #B9C5CB;
  cursor: default;
}
.programm-wrap .thumb .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  max-width: 40px;
  max-height: 40px;
  min-width: 0;
  min-height: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.icon-cross {
  max-width: 18px !important;
  max-height: 18px !important;
}
.js-gallary-wrapper {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .js-gallary-slick-big .slick-slide span {
    padding: 10px 90px 11px 20px;
    font-size: 14px;
  }
  .programm {
    overflow: hidden;
    max-height: 300px;
  }
}
.gallary-nav {
  font-size: 14px;
}
.gallary-nav__item {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  float: left;
  cursor: pointer;
}
.gallary-nav__item:hover {
  color: #878787;
}
.gallary-nav__item:before {
  content: '';
}
.gallary-nav__item.is-active {
  background-color: #ee3b37;
  color: white;
  border-radius: 11px;
}
.js-gallary-item {
  display: none;
}
.sl-copy-wrap {
	display: flex;
}
.sl-copy-btn {
	background: #ee3b37;
	color: #fff;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}
.sl-copy-btn:hover {
	background: red;
}

.page a.sl-btn-red, .content-indent-right a.sl-btn-red, .sl-btn-1{
	background: #ee3b37 !important;
	padding: 12px 20px;
	display: inline-block;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	color: #fff !important;
	font-size: 18px !important;
	text-decoration: none !important;
}
.page a.sl-btn-red:hover, .content-indent-right a.sl-btn-red:hover, .sl-btn-1:hover {
	color: #fff !important;
	background: red !important;
}


.e24-overlay {	
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0, 0, 0, 0.8);
	display: none;
	z-index: 1000;
}
.e24-popup {
	position: fixed;
	width: 500px;
	left: calc(50% - 250px);
	top: 100vh;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 1001;
}
.e24-popup.show {
	top: 100px;
}
.e24-popup > [href='#close'] {
	position: absolute;
	background: #F3F6F8;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #1C1B1F;
	text-decoration: none !important;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	font-family: 'sans-serif';
}
.e24-popup > [href='#close']:hover {
	background: #D9DCDE;
}
.e24-popup > div {
}
.e24-popup > div > .icon {
	margin-bottom: 20px;
	width: 50px;
}
.e24-popup > div > header {
	margin-bottom: 20px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 24px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.e24-popup > div > textarea {
	height: 100px;
}
.e24-popup > div > input {
	padding: 15px 20px;
	border-radius: 100px;
	border: 2px solid #E6E6E6;
	background: #FFF;	
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.e24-popup > div > input:focus {
	border: 2px solid #b3b3b3;
}


.e24-popup input:focus::-webkit-input-placeholder {
    color: #666 !important;
}

.e24-popup input:focus:-moz-placeholder {
    color: #666 !important;
}

.e24-popup input:focus::-moz-placeholder {
    color: #666 !important;
}

.e24-popup input:focus:-ms-input-placeholder {
    color: #666 !important;
}

.e24-popup > div > input.error {
	border: solid 2px #FF364D;		
}

.e24-popup > div > .sl-form-field-title {
	padding-bottom: 8px;
}