

/* Start:/local/templates/alma-new/components/bitrix/catalog/websites/style.css?17654561434665*/
.websites{position: relative;}

.websites__list{
	display: flex;
	flex-wrap: wrap;
	gap: 36px 30px;
}

.websites__item{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(33.33% - 30px);
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	padding: 36px 20px;
	position: relative;
}

.websites__img-wrap{
	display: block;
	padding-bottom: 75%;
	margin: -36px -20px 24px;
	position: relative;
	overflow: hidden;
}

.websites__img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease 0s;
}

.websites__img-wrap:hover .websites__img{transform: translate(-50%, -50%) scale(1.05);}

.websites__title{
	font-size: 22px;
	color: #225f8b;
	text-align: left;
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
}

.websites__title::before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 2px;
	background: #fce300;
	position: absolute;
	bottom: 0;
	left: 0;
}


.websites__title a,
.websites h3 a{
	color: #225f8b;
	text-decoration: none;
	transition: color 0.2s ease 0s;
}

.websites__title a:hover,
.websites h3 a:hover{
	color: #fd6120;
}

.websites h3,
.websites .h3{
	font-size: 28px;
	margin-bottom: 24px;
	color: #225f8b;
}

.websites__title + .websites__img{margin-top: -12px;}

.websites__text{
	position: relative;
	margin-top: 24px;
	font-size: 17px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.websites__text a{text-decoration: none;}

.websites__text .site-list{
	padding-left: 0;
	margin: 0;
}

.websites__text .site-list li{
	padding-left: 0;
	padding-right: 0;
}

.websites__text .site-list li:first-child{padding-top: 0;}

.websites__price{
	font-size: 22px;
	color: #225f8b;
	white-space: nowrap;
}

.websites__old-price{
	font-size: 18px;
	font-weight:400;
	text-decoration: line-through;
}

.websites__more{
	font-size: 15px;
	margin-top: 16px;
}

.websites__date{
	color: #fd6120;
	font-size: 15px;
}

.websites__btn{margin-top: 24px;}
.websites__item:hover{box-shadow: 0 7.33333px 11px 0 rgba(0, 0, 0, 0.14);}
.websites__bottom{margin-top: 24px;}

.websites__label{
	padding: 2px 15px;
	background: #fd6120;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -7px;
	z-index: 2;
}

.websites__label::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #d5511b transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}

.websites__label::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 100%;
	transform: skew(-20deg);
	background: #fd6120;
	position: absolute;
	top: 0;
	right: -10px;
}

.websites__label span{position: relative;}

@media (min-width: 1891px) {
	.websites-wrap{
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		margin-top: 42px;;
	}
}

@media (max-width: 991px) {
	.websites__item{min-width: 280px;}
}

@media (max-width: 767px) {
	.websites__label{font-size: 15px;}
}

/* .websites{
	position: relative;
}

.websites__list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.websites__item{
	min-height:20px;
	width: calc(33.33% - 30px);
	padding:0px;
	border:none;
	margin: 15px;
	position: relative;
	font-size: 17px;
}

.websites__link{
	margin:0 auto;
	display:block;
	text-decoration: none;
}

.websites__link:hover{
	outline: 2px solid #037ABD;
	outline-offset: 10px;
}

.websites__photo{
	display:block;
	text-align:center;
	background-repeat:no-repeat;
	background-position:50% 50%;
	min-height:200px;
}

.websites__img{
	width:100%;
	max-height:100%;
	border:1px solid #e9e9e9;
	display:block;
	margin:0 auto;
}

.websites__name{
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.websites__price{
	display:block;
	text-decoration:none;
	text-align:center;
	font-size: 20px;
	padding-bottom:10px;
}


@media screen and (max-width: 1023px) {
	.websites__link{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.websites__item{
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 479px) {
	.websites__item{
		width: calc(100% - 30px);
	}
} */

/* End */


/* Start:/local/templates/alma-new/components/bitrix/catalog.element/website-detail/style.css?176545614310551*/
.website-detail{
	position: relative;
}

.website-slider{position: relative;}

.website-slider__label{
	padding: 2px 15px;
	background: #fd6120;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -7px;
	z-index: 2;
}

.website-slider__label::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #d5511b transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}

.website-slider__label::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 100%;
	transform: skew(-20deg);
	background: #fd6120;
	position: absolute;
	top: 0;
	right: -10px;
}

.website-slider__label span{position: relative;}

.website-detail__main{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}

.website-detail__desc,
.website-detail__action-wrap{
	width: 50%;
}

/* .website-slider,
.website-detail__about,
.website-detail__action-wrap,
.website-detail__info{
	width: calc(50% - 15px);
	float: left;
} */

.website-detail__action-wrap{float: right;}
.website-detail__info{margin: 0 0 24px;}
.website-detail__main{margin-bottom: 42px;}

.website-detail__wrap-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	background: #fff;
	padding: 16px;
}

.website-detail__btn{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.website-detail__price-wrap{margin-right:10px;}

.website-detail__price{
	color: #1f3a55;
	font-size:24px;
	font-weight:300;
	display:inline-block;
	vertical-align: middle;
}

.website-detail__price-num{
	margin-right: 8px;
}

.website-detail__old-price{
	font-size: 18px;
	font-weight:400;
	text-decoration: line-through;
}

/* .website-detail__price_old{
	font-size: 14px;
	margin-bottom: -12px;
	color: #848282;

} */

.website-detail__price_old .website-detail__price-num{text-decoration: line-through;}

.website-detail-edition{
	/* height: 210px; */
	font-size: 17px;
	color: #1f3a55;
	/* background: #f5f5f5; */
	position: relative;
	z-index: 2;
}

.website-detail-edition__content{
	width: 100%;
	/* max-height: 100%; */
	padding: 10px 20px 30px;
	background: #f5f5f5;
	/* background: rgba(245,245,245,1);
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 ); */
	/* overflow: hidden;
	transition: max-height 0.2s ease 0s;
	position: absolute;
	top: 0;
	left: 0; */
}

/* .website-detail-edition__content::after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
} */

.website-detail-edition__head{
	font-size: 20px;
	font-weight: 300;
	padding-left: 25px;
}

.website-detail-edition__text .fancybox.link-dash{color: #fd6120;}

.website-detail-edition ul{
	padding-left: 20px;
	margin-bottom: 0;
}

.website-detail-edition__arr{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease 0s;
}

.website-detail-edition__arr::after{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/local/templates/alma-new/components/bitrix/catalog.element/website-detail/img/else.png) no-repeat -30px -30px;
	background-size: 60px auto;
	opacity: 0.6;
	-webkit-animation-name: hvr-hang;
	animation-name: hvr-hang;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	margin: 0 auto;
}

.website-detail-edition__arr_bottom{
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.website-detail-edition__arr_bottom{display: none;}
.website-detail-edition.open .website-detail-edition__arr{transform: rotate(180deg);}
.website-detail-edition.open .website-detail-edition__arr_bottom{display: inline-block;}
.website-detail-edition.open .website-detail-edition__content{max-height: none;}
.website-detail-edition.open .website-detail-edition__content::after{display: none;}


.photogallery a{
	display:inline-block;
	vertical-align:top;
	margin:5px 5px 5px 0;
}

.photogallery img{
	width: 200px;
}

.gallery{
	font-size: 0;
}

.gallery__item{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 10px 20px 10px 0px;
	text-decoration: none;
}

#inline{
	padding:15px 20px;
}


.website-detail-edition .a_dotted,
.website-detail__fullcontent .a_dotted{
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

.website-detail__fullcontent_no-indent .bg-grey:last-child{margin-bottom: -84px;}

.website-detail__advantage{
	margin-bottom: 24px;
}

.website-detail__action{
	background: #f5f5f5;
	padding: 10px 20px 20px;
}

.order-website-wrap{
	display: none;
}

.order-website{
	width: 450px;
}

.order-website .tipa_h1{
	margin-top: -15px;
}

.order-website .form-site__text{
	text-align: left;
}

.order-website .form-site input[type="submit"]{
	min-width: 230px;
}

.popup-width{
	width: 70%;
	max-width: 1024px;
}

.website-detail__date{
	font-size: 17px;
	color: #fd6120;
	margin-top: -3px;
}

.website-detail__demo{
	font-size: 17px;
	margin-bottom: 16px;
}

.website-detail__demo .link-dash{color: #fd6120;}

/*Адаптив*/
@media screen and (max-width: 1100px) {
	.website-detail__photo-wrap{
		margin: 0 auto;
		border: none;
		width: auto;
		max-width: 520px;
	}

	.website-detail__photo-wrap .website-detail__photo{
		margin: 0 auto;
	}

	.website-detail__photo-wrap .website-detail__photo img{
		border: 1px solid #d2d2d2;
		margin: 0 auto;
	}

	.website-detail--float .website-detail__photo-wrap{
		margin: 0 auto;
	}

	.website-detail__main{display: block;}
	
	.website-detail__action-wrap,
	.website-detail__desc{
		width: auto;
		float: none;
	}

	.website-detail-edition{margin: 24px 0;}
	.website-detail-edition.open{height: auto;}
	.website-detail-edition__content{position: relative;}
}

@media screen and (max-width: 767px) {
	.popup-width{
		width: 100%;
		max-width: 1024px;
	}

	.website-detail__fullcontent p{
		text-align: left !important;
	}

	.website-detail__wrap-btn{display: block;}

	.website-detail__price-wrap{
		margin-right: 0;
		margin-bottom: 12px;
	}

	.website-detail__date{font-size: 15px;}
	.website-slider__label{font-size: 15px;}
	.website-detail__fullcontent_no-indent .bg-grey:last-child{margin-bottom: -42px;}
}


@media screen and (max-width: 560px) {
	.order-website{
		width: 100%;
	}

	.website-detail-red{
		padding: 10px 10px 20px;
	}
}


@media screen and (max-width: 430px) {
	.gallery_wrap.photogallery{
		text-align: center;
	}
}
/* end Websites more */

/*----------------- Websites slider ----------------------*/
.website-slider__photo-wrap,
.website-slider__thumb-wrap{
	display: none;
}

.website-slider__photo-wrap.slick-initialized,
.website-slider__thumb-wrap.slick-initialized{
	display: block;
}

.website-slider__photo{cursor: url('/local/templates/alma-new/img/zoom_in.png'), pointer;}

.website-slider__thumb-wrap{
	padding: 0;
	/* padding-left: 12px; */
	margin: 12px -5px;
	/* width: 435px; */
}

.website-slider__thumb-wrap .slick-list{
	padding: 0 !important;
}

.website-slider__thumb{
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #d2d2d2;
}

.website-slider__thumb:hover,
.website-slider__thumb.active{
	border-color: #037ABD;
	cursor: pointer;
}

.website-slider__thumb img{
	/* max-width: 96px; */
	display: block;
}
.website-slider .slick-arrow{width: 50px;}
.website-slider .slick-arrow::before{background-color: transparent;}
/* .website-slider .slick-prev{left: -35px}
.website-slider .slick-next{right: -35px} */


.website-slider .slick-dots{
	width: 100%;
	padding: 20px 15px;
	position: static;
}

.website-slider .slick-dots button{border-color: #39B54A;}

.website-slider .slick-dots button:hover,
.website-slider .slick-active button{
	background: #39B54A;
}

.website-slider .slick-prev{left: -50px;}
.website-slider .slick-next{right: -50px;}

.website-slider .slick-prev::before{background-position: 0 -240px;}
.website-slider .slick-next::before{background-position: -60px -240px;}
.website-slider .slick-prev:hover::before{background-position: 0 -300px;}
.website-slider .slick-next:hover::before{background-position: -60px -300px;}

.website-slider .slick-list{border: 1px solid #d2d2d2;}

@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* end Websites slider */
/* End */


/* Start:/local/templates/alma-new/components/bitrix/news.list/slider_portfolio/style.css?17654561434255*/
.slider-works{
	display: none;
	padding:20px 100px;
	margin-bottom: -50px;
}

.slider-works.slick-initialized{display: block;}

.slider-works .slick-track{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-works__item{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto!important;
	background-color: #ffffff;
	margin: 0 15px 36px;
	padding: 36px 20px;
	position: relative;
}

.slider-works__label{
	padding: 2px 15px;
	background: #fd6120;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -7px;
	z-index: 2;
}

.slider-works__label::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #d5511b transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}

.slider-works__label::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 100%;
	transform: skew(-20deg);
	background: #fd6120;
	position: absolute;
	top: 0;
	right: -10px;
}

.slider-works__label span{position: relative;}

.slider-works__img-wrap{
	display: block;
	padding-bottom: 75%;
	margin: -36px -20px 24px;
	position: relative;
	overflow: hidden;
}

.slider-works__img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease 0s;
}

.slider-works__img-wrap:hover .slider-works__img{transform: translate(-50%, -50%) scale(1.05);}

.slider-works__title{
	font-size: 22px;
	color: #225f8b;
	text-align: left;
	margin-bottom: 24px;
	padding-bottom: 24px;
	position: relative;
}

.slider-works__title::before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 2px;
	background: #fce300;
	position: absolute;
	bottom: 0;
	left: 0;
}


.slider-works__title a,
.slider-works h3 a{
	color: #225f8b;
	text-decoration: none;
	transition: color 0.2s ease 0s;
}

.slider-works__title a:hover,
.slider-works h3 a:hover{
	color: #fd6120;
}

.slider-works h3,
.slider-works .h3{
	font-size: 28px;
	margin-bottom: 24px;
	color: #225f8b;
}

.slider-works__title + .slider-works__img{margin-top: -12px;}

.slider-works__text{
	position: relative;
	margin-top: 24px;
	font-size: 15px;
}

.slider-works__text .site-list{
	padding-left: 0;
	margin: 0;
}

.slider-works__text .site-list li{
	padding-left: 0;
	padding-right: 0;
}

.slider-works__text .site-list li:first-child{padding-top: 0;}

.slider-works__price{
	font-size: 22px;
	color: #225f8b;
	white-space: nowrap;
}

.slider-works__more{
	font-size: 15px;
	margin-top: 16px;
}

.slider-works__date{
	/* color: #E74C3C; */
	color: #fd6120;
	font-size: 15px;
}

.slider-works__btn{margin-top: 24px;}
.slider-works__item:hover{box-shadow: 0 7.33333px 11px 0 rgba(0, 0, 0, 0.14);}

.slider-works_thin{
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 85px;
	padding-right: 85px;
}

.slider-works_thin .slider-works__text{padding-top: 0;}
.slider-works_thin .slider-works__text::before{display: none;}

.slider-works_thin .slider-works__item{
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 1380px) {
	.slider-works_thin{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -60px;
		margin-right: -60px;
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (max-width: 1100px) {
	.slider-works_thin{
		justify-content: center;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}

	.slider-works_thin .slider-works__item{
		width: calc(50% - 30px);
		max-width: 360px;
		min-width: 280px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.slider-works_thin{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.slider-works__label{font-size: 15px;}
}

@media (max-width: 620px) {
	.slider-works_thin .slider-works__item{width: calc(100% - 30px);}
}

/* End */
/* /local/templates/alma-new/components/bitrix/catalog/websites/style.css?17654561434665 */
/* /local/templates/alma-new/components/bitrix/catalog.element/website-detail/style.css?176545614310551 */
/* /local/templates/alma-new/components/bitrix/news.list/slider_portfolio/style.css?17654561434255 */
