

/* Start:/local/templates/DD-main/components/bitrix/news.list/index-slider/style.css?17277570211245*/
.mainSlider__wrapper {
	position: relative;
}

.slider-item img {
	width: 100%;
	height: auto;
}

.slider-min {
	display: none;
}

.mainSlider__wrapper .prev,
.next {
	z-index: 2;
	background-color: rgba(230, 230, 230, 0.2);
	border: 1px solid #e6e6e6;
	width: 60px;
	height: 60px;
	border-radius: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.mainSlider__wrapper:hover .prev {
	cursor: pointer;
	background-color: #e6e6e6;
	color: #454a4c;
}

.mainSlider__wrapper:hover .next {
	cursor: pointer;
	background-color: #e6e6e6;
	color: #454a4c;
}

.mainSlider__wrapper .prev {
	left: 15px;
}

.mainSlider__wrapper .next {
	right: 15px;
}

@media (max-width: 800px) {
	.slider-min {
		display: block;
	}
	.slider-big {
		display: none;
	}

	.news .prev,
	.news .next {
		background-color: #e6e6e6;
		color: #454a4c;
	}
	html body div.prev:has(svg) {
		background-color: #e6e6e6;
		color: #454a4c;
	}
	html body div.next:has(svg) {
		background-color: #e6e6e6;
		color: #454a4c;
	}

	.mainSlider__wrapper .prev,
	.next {
		width: 30px;
		height: 30px;
		background-color: #e6e6e6;
		color: #454a4c;
	}
}

/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-services/style.css?1708509867423*/
.dep__wrapper .item {
	background-color: rgba(230, 230, 230, 0.2);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 25px 15px;
	align-items: center;
}

.dep__wrapper .item .name{
	font-size: 18px;
	font-weight: 600;
}

.dep__wrapper .item__wrapper {
	margin-bottom: var(--bs-gutter-x) ;
}

.dep__wrapper .item .icon img{
	width: 100%;
	height: auto;
	max-width: 100px;
	margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-about/style.css?17168098601094*/

.about__img {
	margin-bottom: 35px;
	width: 100%;
	height: auto;
}


.about__video {
	font-size: 24px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.about__video i, .about__video svg  {
	margin-right: 20px;
	font-size: 56px!important;
	color: #FF8454;

}

.about__video:hover i, .about__video:hover svg{
	color: #88C877;
}

@media (max-width: 600px) {
	.about__img { 
		margin-top: 15px;
	}
}
.about-btns{
	display:grid;
	grid-template-columns: repeat(2,1fr);
}
.virt_tur {
	font-size: 24px;
	height: 56px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.virt_tur svg  {
	margin-right: 20px;
	font-size: 56px!important;
	fill: #FF8454;

}

.virt_tur:hover svg{
	fill: #88C877;
}


@media (max-width: 768px) {
	.about-btns{
		display:grid;
		grid-template-columns: repeat(1,1fr);
	}
	.virt_tur{
		margin-bottom:35px;
		text-align: center;
		background-color: #88C877;
		border-radius: 15px;
		color:#fff;
		height:auto;
	}
	.virt_tur svg{
		display: none;
	}
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-package/style.css?17085098662748*/
.packages {
	  background-image: url(/local/templates/DD-main/components/bitrix/news.list/index-package/img/bg_blue.jpg);
		width: 100%;
		padding-top: 60px;
		padding-bottom: 90px;

}

.packages .center-btn {
    margin-top: 65px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.package .item{
	width: 100%;
	min-height: 500px;
	margin: 10px;
	padding: 0px;
	background-color: white;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.package .item img {
	width: 100%;
	height: auto;
}
.package .item .name{
	min-height: 80px;
	  color: #454a4c;
		padding: 15px;
		font-size: 22px;
		font-weight: bold;
}
.package .item .name a:hover {
		  color: #ff8454;
}
.package .item .name a {
		  color: #454a4c;
}
.package .item .desc{
padding: 0px 15px 35px 15px;;
}
.package .head {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.package .head h2,
.package .head h3{
	color: white;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}
.package .head .slider_btns {

margin-bottom: 20px;

 }
.package .head .slider_btns .slider_btn{

 margin-left: 20px;
  }
	.slider_btns {
		display: flex;
		flex-direction: row;
	}
	.slider_btn {
		background-color: white;
		max-width: 160px;
		padding: 20px 40px;
		text-align: center;
  color: #454a4c;
	}
	.slider_btn:hover {
		cursor: pointer;
		background-color: #f2f3f4;

	}
	@media  (max-width: 800px) {
		.package .head .slider_btns{

			display: none;

		}
	}
	@media (max-width: 800px) {
	  .sl{
	    display: none;
	  }
	}

	.packages__wrapper {
		width: 100%;
		position: relative;
	}


	.packages .prev, .packages.next{
		z-index: 200;
		background-color: rgba(230, 230, 230, 0.2);
		border: 1px solid #E6E6E6;
		width: 60px;
		height: 60px;
		border-radius: 90px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #E6E6E6;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: 0.4s;
	  }
	  
	  .packages .prev {
		left: -65px;
	  }
	  
	  .packages .next {
		right: -65px;
	  }
	  
	  .packages:hover .prev{
		cursor: pointer;
		background-color: #E6E6E6;
		color:#454A4C;
	  }
	  
	  .packages:hover .next{
		cursor: pointer;
		background-color: #E6E6E6;
		color:#454A4C;
	  }


	  
	  
	  
	  @media (max-width:800px) {
		.slider-min {
		  display: block;
		}
		.slider-big {
		  display: none;
		}
	  
		.packages .prev, .packages .next{
		  display: none;
		}
	  
	  
	  }


	  @media (max-width:1100px) {
	  
		.packages .prev, .packages .next{
		  display: none;
		}
	  
	  
	  }

/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-stocks/style.css?17085098692078*/
.news {
  height: auto;
  position: relative;
}

.new-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0px 25px; 
  max-width: 100%;
  height: 100%;
}
.titel {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 18px;
}
.titel a{
  font-weight: bold;
  color: #454a4c;

}
.titel:hover {
cursor: pointer;
color: #ff8454;
}
.date {
  margin-top: 10px;
  color: #ff8454;
}
.personal-item img{
  width: 100% !important;
  height: auto;
  margin: 0 auto;
  max-width: 320px;
}
.news .slider_btns {
  display: flex;
  flex-direction: row;
}
.news  .slider_btn {
  display: none;
  background-color: white;
  max-width: 160px;
  padding: 20px 40px;
  text-align: center;
color: #454a4c;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.news .slider_btn:hover {
  cursor: pointer;
  background-color: #f2f3f4;

}

.news .row:hover .slider_btn{
  display: flex;
}
#owl-carousel-news .owl-dots {
  margin-top: 25px;
}
.news .center-btn {
  margin-top: 65px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.new-item img{
  width: 100%;
  height: auto;
}


.news .prev, .next{
  z-index: 200;
  background-color: rgba(230, 230, 230, 0.2);
  border: 1px solid #E6E6E6;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #E6E6E6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.news:hover .prev{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}

.news:hover .next{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}

.news .prev {
  left: -25px;
}

.news .next {
  right: -25px;
}

@media (max-width:800px) {
  .slider-min {
    display: block;
  }
  .slider-big {
    display: none;
  }

  .news .prev, .next{
    width: 30px;
    height: 30px;
  }

  .news .prev {
    left: 15px;
  }
  
  .news .next {
    right: 15px;
  }
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-reviews/style.css?17085098671855*/
.rev  {
  background-image: url(/local/templates/DD-main/components/bitrix/news.list/index-reviews/img/bg_red.jpg);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  position: relative;
}

.rev__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

.rev__item {
  background-color: white;
  border-radius: 25px;
  padding: 25px;
  color: #454A4C;
  min-height: 250px;
}

.rev__item .author {
  color: #FF8454;
  margin-top: 15px;
}

.rev__item i {
  color: #FF8454!important;
}

.rev__item svg {
  color: #FF8454!important;
}


.rev__sliderWrapper {
  position: relative;
}


.rev .prev, .rev.next{
  z-index: 200;
  background-color: rgba(230, 230, 230, 0.2);
  border: 1px solid #E6E6E6;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #E6E6E6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.rev .prev {
  left: -65px;
}

.rev .next {
  right: -65px;
}

.rev:hover .prev{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}

.rev:hover .next{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}


.rev .rev-text-mob {
  display: none;
}

.rev .rev-text-desc {
  display: block;
}

.rev__add {
  margin-top: 45px;
}

.rev-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}


.rev-title, .rev-subtitle {
  text-align: center;
}

.rev-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}



@media (max-width:800px) {
  .slider-min {
    display: block;
  }
  .slider-big {
    display: none;
  }

  .rev .prev, .rev .next{
    display: none;
  }

  .rev .rev-text-mob {
    display: block;
  }

  .rev .rev-text-desc {
    display: none;
  }
}

.full-text-mob {
  display: none;
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/news.list/index-staff/style.css?17085098682220*/
.staffList {
  position: relative;
}

.personal-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin: 0px 25px; 

}
.personal-item a {
  color: #454a4c;
}
.personal-item:hover {
  cursor: pointer;

}
 .item_name:hover {
  color: #ff8454;
}
.item_name {
  display: inline-block;
  font-weight: bold;
  margin: 10px 0px;
  font-size: 22px;
  /* padding-top: 20px; */
  min-height: 70px;
}
.personal-item img{

max-height: 290px;
margin: 0 auto;
max-width: 290px!important;
}
.personal-item .subname {
  color: #80c3d2;
}
.personal-btn {
	width: 100%;
  margin: 80px 0px 0px;
  align-items: center;
  justify-content: center;
}
.personal.slider_btns {
  display: flex;
  flex-direction: row;
}
.personal .slider_btn {
  display: none;
  background-color: white;
  max-width: 160px;
  padding: 20px 40px;
  text-align: center;
color: #454a4c;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.personal .slider_btn:hover {
  cursor: pointer;
  background-color: #f2f3f4;

}

.owl-carousel {
  z-index: 2;
}
.personal .sl {
  width: 100%;
}
.personal .row:hover .slider_btn{
  display: flex;
}
#owl-carousel-stuff .owl-dots {
  margin-top: 25px;
}
.personal .personal-btn {
  margin-top: 65px !important;
}
@media (max-width: 800px) {
  .sl{
    display: none;
  }
}


.staffList .prev, .next{
  z-index: 200;
  background-color: rgba(230, 230, 230, 0.2);
  border: 1px solid #E6E6E6;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #E6E6E6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.staffList:hover .prev{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}

.staffList:hover .next{
  cursor: pointer;
  background-color: #E6E6E6;
  color:#454A4C;
}

.staffList .prev {
  left: -40px;
}

.staffList .next {
  right: -40px;
}

@media (max-width:800px) {
  .slider-min {
    display: block;
  }
  .slider-big {
    display: none;
  }

  .staffList .prev, .staffList .next{
    display: none;
  }


}
/* End */
/* /local/templates/DD-main/components/bitrix/news.list/index-slider/style.css?17277570211245 */
/* /local/templates/DD-main/components/bitrix/news.list/index-services/style.css?1708509867423 */
/* /local/templates/DD-main/components/bitrix/news.list/index-about/style.css?17168098601094 */
/* /local/templates/DD-main/components/bitrix/news.list/index-package/style.css?17085098662748 */
/* /local/templates/DD-main/components/bitrix/news.list/index-stocks/style.css?17085098692078 */
/* /local/templates/DD-main/components/bitrix/news.list/index-reviews/style.css?17085098671855 */
/* /local/templates/DD-main/components/bitrix/news.list/index-staff/style.css?17085098682220 */
