

/* Start:/local/templates/main_new/components/bitrix/news/tariffs_services/bitrix/news.list/tariffs_list/style.css?17433180413643*/
.development_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.development_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 4rem) / 3);
}

.development_item_top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem 1rem;
    background: #F6FAFF;
    border-radius: 20px;
}

.development_item_top_main {
    text-align: center;
}

.development_item_title {
    /*min-height: 5rem;*/
}

.development_item_price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #DC205E;
    margin-top: 1rem;
}

.development_item_desc {
    font-size: 0.8rem;
    color: #5F8294;
    margin-top: 1rem;
}

.development_item_button {
    margin-top: 1rem;
}

.development_item_top_info {
    font-size: 0.8rem;
    margin-top: 2rem;
}

.development_item_included_name {
    color: #5F8294;
}

.development_item_included_elem {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 1rem;
    background: transparent;
    border-radius: 10rem;
}

.development_item_included_elem:nth-child(2n) {
    background: #fff;
}

.development_item_included_icon {
    width: 1.5rem;
    min-width: 1.5rem;
    margin-right: 1rem;
}

.development_item_included_text {
    line-height: 1;
}

.development_item_link {
    text-align: center;
    margin-top: 1rem;
}

.development_item_link a {
    color: #DC205E;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.development_item_bottom {
    margin-top: 2rem;
}

.development_item_servieces {
    font-size: 0.8rem;
}

.development_item_servieces_elem {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.development_item_servieces_switch {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 20px;
    border: 1px solid #BED5E0;
    border-radius: 50px;
    margin-right: 1rem;
}

.development_item_servieces_switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 23px;
    height: 16px;
    background: #BED5E0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.development_item_servieces_elem:hover .development_item_servieces_switch:before {
    background: #425B74;
}

.development_item_servieces_elem.active .development_item_servieces_switch:before {
    background: #DC205E;
    transform: translateX(13px);
}

.development_item_servieces_name {
    line-height: 1;
    margin-right: 1rem;
}

.development_item_servieces_price {
    color: #fff;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    background: #DC205E;
    border-radius: 5rem;
    margin-left: auto;
}

.development_item_total_price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5F8294;
    text-align: right;
    margin-top: 2rem;
}

.development_item_total_price .total_price {
    color: #DC205E;
}

.development_item_form_button {
    margin-top: 2rem;
    text-align: right;
}

@media all and (max-width: 1199px) {
    .development_item {
        width: calc((100% - 2rem) / 2);
    }
}

@media all and (max-width: 767px) {
    .development_item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/reviews_new/style.css?17433180412530*/
/*slider*/
.review_slider_wrap {
	position: relative;
	margin-top: 120px;
}

.review_slider_wrap .swiper-wrapper {
	padding: 5px 0;
}

.review_slider_wrap .review_slider_item {
	height: auto;
	padding: 2rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	box-sizing: border-box;
}

.review_slider_item_user {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.review_slider_item_img {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 1rem;
	background: #F0F0F0;
	border-radius: 10px;
	overflow: hidden;
}

.review_slider_item_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.review_slider_item_date {
	font-size: 0.8rem;
	opacity: 0.5;
}

.review_slider_item_logo {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 1rem;
}

.review_slider_item_logo img {
	width: auto;
	height: auto;
	max-height: 40px;
}

.review_slider_item_text {
	font-size: 1rem;
	margin-top: 1rem;
	display: block;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow-y: hidden;
}

.review_slider_item_text.long_text {
	display: -webkit-box;
}

.review_slider_item_text_more {
	display: none;
	font-size: 0.8rem;
	color: #EC1946;
	margin-top: 1rem;
	cursor: pointer;
}

.review_slider_item_text_more.active {
	display: block;
}

.slider-button__next,
.slider-button__prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1rem;
	background: #F0F0F0;
	border: none;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 2;
}

.slider-button__prev {
	left: -3rem;
}

.slider-button__next {
	right: -3rem;
}

.slider-button__next.swiper-button-disabled,
.slider-button__prev.swiper-button-disabled {
	background: transparent;
	pointer-events: none;
	opacity: 0;
}

@media all and (max-width: 1200px){
	.review_slider_wrap {
		margin-top: calc(40px + 80 * ((100vw - 320px) / (970)));
	}

	.slider-button__prev {
		left: -0.75rem;
	}

	.slider-button__next {
		right: -0.75rem;
	}
}
/* End */
/* /local/templates/main_new/components/bitrix/news/tariffs_services/bitrix/news.list/tariffs_list/style.css?17433180413643 */
/* /local/templates/main_new/components/bitrix/news.list/reviews_new/style.css?17433180412530 */
