

/* Start:/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/style.css?177210080712302*/
.subtitle.aos-init.aos-animate {
    min-width: 500px;
}section.liner-baner {
    padding-top: 40px;
}
.wrapper.dop_block {
    display: none;
}
.better_section h2.title {
    color: #000;
    border: none;
    width: 698px;
    position: absolute;
}
.better_section {
    background-color: #F5F5F5;
    position: relative;
    margin-top: 150px;
}
.better_section .wrapper {
    padding: 0px !important;
}
.better_section h2.title {
    color: #000;
    border: none;
    width: 758px;
    position: absolute;
    padding: 0px;
    top: -180px;
    height: 180px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 46.88px;
    left: 130px;
    display: flex;
    align-items: center;
    background-image: url(/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/images/bg_shape.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.better_section h2.title:after {
    content: "";
    background-image: url(/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/images/better.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 660px;
    top: 18px;
    width: 100%;
    height: 180px;
}
.better_section .better-items.aos-init.aos-animate {
    padding-top: 29px;
}
.block_icon {
    background: linear-gradient(135deg, #2AB5E1 0%, #33DBA8 100%);
    width: 56px;
    height: 56px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.block_icon img {
    /*display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 auto;*/
}
.block_wrap_list_marker h2.title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.88px;
    text-align: center;
    text-transform: math-auto;
    width: 809px;
}
.name_picture {
    display: inline-flex;
}
.better_section .text_title {
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    width: 474px;
    margin-left: 20px;
    min-height: 60px;
}
.item_text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #747575;
    padding: 0px;
}

.better_section .item_better .item_text {
    padding: 10px 0px;
}

section.block_wrap_list_marker .title.cust_title,
.block_faq .title.cust_title,
.wrapper_reviews .title {
    color: #000;
}
.wrap_list_marker {
    padding: 0px;
  counter-reset: item;
  list-style-type: none;
}
.list_marker {
    background: linear-gradient(135deg, #2AB5E1 0%, #33DBA8 100%);
    margin: 15px 0px;
    padding: 15px 0px;
    list-style: none;
    border-radius: 8px;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-left: 65px;
}
.list_marker:before {
    display: block;
    content: counter(item) " ";
    counter-increment: item;
    color: #000;
    padding: 12px;
    position: absolute;
    left: -65px;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 46.88px;
    text-align: left;
}
.better-item .no-photo {
    width: auto;
    height: auto;
}

.wrapper.baner-text_center .subtitle.aos-init {
    font-size: 26px;
    padding: 0 50px;
}
button[disabled], html input[disabled] {
    cursor: no-drop !important;
}
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


	
	.baner-text_center{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 200px 0;
	}
	.cust_title{
		font-size: 31px;
	}
	.subtitle{
		line-height: 1.4;
		font-size: 31px;
		font-weight: 400;
		text-align: center;
		color: #111111 !important;
		margin: 0 0 20px;
	}
	.btn{
		cursor: pointer;
	}
	.better{
		background-image: url('/upload/img/pattern3.png');
		background-size: cover;
		background-repeat: repeat;
	}
	.why-we{
		padding: 60px 0;
	}
	section.questions {
		padding: 40px 0;
		background-color: #2fc6f6;
	}
	.quest-block {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.quest-item {
		margin: 0 15px;
		text-align: center;
	}
	.quest-item img {
		max-width: 200px;
	}
	.white{
		color: #fff !important;
	}
	.hov-revert:hover{
		color: #111111;
		background-color: #fff;
		transition: 0.2s;
	}
	.btn{
		transition: 0.2s;
	}



	@media (min-width: 480px) {
		.cust_title{
			font-size: 35px;
		}
		.subtitle{
			font-size: 35px;
		}
	}
	@media (min-width: 760px) {
		.cust_title{
			font-size: 2.5rem;
		}
		.subtitle{
			font-size: 2.5rem;
		}
	}
	@media (min-width: 1024px) {
		.quest-block {
			flex-direction: row;
		}
		.quest-item{
			text-align: left;
		}
	}
	@media (min-width: 1440px) {
		
	}


.items-tarif{
	padding: 30px 0;
	display: grid;
	grid-template-columns: repeat( 1, minmax(230px, 1fr) );
	align-items: center;
}
.item-tarif{
	border: 1px solid #f7f7f7;
	height: fit-content;
}
.item-inner{
	background-color: #f7f7f7;
	margin: 10px;
	
}
.props{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 300px;
    margin: 0 auto;
}
.item-inner_title{
	font-weight: 400;
	font-family: Open Sans;
	font-size: 1.25rem;
	color: #111;
	margin: 15px 0;
}
hr{
	min-width: 100%;
	border-color: #ffffff38;
}

.item-sub{
	line-height: 1.6;
    font-weight: 400;
	font-size: 1rem;
	font-style: italic;
	text-align: center;
}
.item-price{
	font-weight: bold;
	color: #2fc6f6;
	line-height: 1.2;
	font-size: 2.1rem ;
}
.price-sub{
	color: #2fc6f6;
	font-size: 1rem;
}
.item-detail{
	text-align: center;
}
.tarif-btn_cus{
	margin: 20px;
}



@media (min-width: 480px) {
	
}
@media (min-width: 760px) {
	.items-tarif{

		grid-template-columns: repeat( auto-fit, minmax(230px, 1fr) );

	}
}
@media (min-width: 1024px) {
	
}
@media (min-width: 1440px) {
	
}




h2.title{
	color: #fff;
	font-weight: 700;
	border-bottom: 3px solid #fff;
	font-size: 2rem;
	width: fit-content;
	margin: 0px auto;
	padding: 60px 0 0;
	text-transform: uppercase;
}
p.subtitle{
	color: #fff !important;
	margin-top: 0;
    margin-bottom: 1rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
    font-weight: 400;
	font-size: 1rem;
}
.better-items{
	padding: 80px 0;
	display: grid;
    gap: 30px;
	justify-content: center;
}
.better-item{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: end;
    align-items: center;
    width: fit-content;
}
.better-item img{
	width: 169px;
    height: 169px;
}

.item_text{
	max-width: 480px;
	padding: 60px 80px 60px 20px;
}
span.text_title{
	font-weight: 700;
	letter-spacing: .2rem;
	line-height: 1.4;
	color: #111;
	text-transform: uppercase;
	font-size: 1rem;
	font-family: Open Sans;
}
p.text_subtitle{
	line-height: 1.6;
    font-weight: 400;
	font-family: Open Sans;
	font-size: 1rem;
}


@media (min-width:830px) {

	.better-item{
		flex-direction: row;
	}
	.better-item img{
		margin-left: -80px;
	}
}
@media (min-width:1024px) {
	.better-items{
		gap: 0;
		grid-template-columns: repeat(2, 1fr);
	}
	.better-item{
		margin-left: 100px;
    	margin-bottom: 70px;
	}
}


.why-title_text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.blue-title{
	color: #2fc6f6;
}
.items-why {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 40px 0 0 0;
}
.why_text-block {
    padding: 30px 25px 10px;
}
.why_white {
    color: #fff;
}
span.why-title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4;
}
.subtitle-why{
	color: rgba(255,255,255,0.8);
}
input#info, input#name,input#email {
			width: 100%;
			padding: 10px;
			border-image-slice: 1;
			border-image-source: linear-gradient( 135deg, #1ebbf0 30%, #39dfaa 100%);
		}

.items-tarif.aos-init.aos-animate {
    gap: 30px 35px;
}
.tarif_item {
    border-radius: 20px;
    border: 1px solid #2AB5E1;
}
.inner_item {
    min-height: 640px;
    position: relative;
}
.inner_item .item-inner_title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: center;
}
.inner_item #tarrif_item {
    padding: 15px 60px;
    position: absolute;
    bottom: 20px;
}

.baner-text_center {
    min-height: 443px;
    background-image: url(/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/images/bg_shape_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.wrap_cust_title {
    display: flex;
    flex-wrap: wrap;
    width: 714px;
    position: absolute;
    left: 40px;
    top: 20px;
}
.wrap_cust_title .subtitle {
padding: 0px !important;
    text-align: left;
    font-family: Roboto;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 33.6px;
}
.picture_block {
    position: absolute;
    right: -40px;
    top: 50px;
    width: 35%;
}
.wrap_cust_title .prices {
    font-family: Roboto;
    font-size: 56px;
    font-weight: 500;
    line-height: 65.63px;
    text-align: left;
    color: #2AB5E1;
}
.wrap_cust_title .title.cust_title {
font-family: Roboto;
    font-size: 49px;
    font-weight: 400;
    line-height: 65.63px;
    text-align: left;
}
.wrap_cust_title #order_mail {
    padding: 15px 80px;
}

section.wrapper.tariffs {
    padding-top: 0px !important;
}
.wrapper.baner-text_center {
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 1200px) {
    .wrapper, .wrapper_reviews{
        width: calc(100% - 20px) !important;
    }
.better_section h2.title:after {
    display: none;
}
}


@media only screen and (max-width: 991px) {
.better_section h2.title {
    position: static;
    background-image: none;
    text-align: left;
    display: grid;
    max-width: 550px;
    width: 100%;
}

.wrap_cust_title {
    display: flex;
    flex-wrap: wrap;
    width: 484px;
    position: absolute;
    left: 40px;
    top: 20px;
}

.wrap_cust_title .title.cust_title {
    font-size: 36px;
}
.wrap_cust_title .prices {
    font-size: 36px;
}
.wrap_cust_title .subtitle {
    font-size: 18px !important;
}
.picture_block {
    position: absolute;
    right: -19px;
    top: 50px;
    width: 30%;
}
}

@media only screen and (max-width: 920px) {
.baner-text_center {
    background-image: none;
    background-color: #f5f5f5;
}
    .picture_block {
        position: absolute;
        right: 11px;
        top: 50px;
        width: 300px;
    }
}

@media only screen and (max-width: 860px) {
    .picture_block {
        position: absolute;
        right: 11px;
        top: 50px;
        width: 240px;
    }

}
@media only screen and (max-width: 800px) {
    .picture_block {
	display: none;
    }
    .wrap_cust_title {
        display: inline-flex;
        flex-wrap: wrap;
        max-width: 520px;
	width: 100%;
        position: static;
    }
}

@media only screen and (max-width: 770px) {
.block_wrap_list_marker h2.title {
    width: 100%;
}.wrapper.baner-text_center {
    padding-top: 0px !important;
}
}

@media only screen and (max-width: 650px) {
.better_section .text_title {
    width: 370px;
    font-size: 16px;
}
}
@media only screen and (max-width: 500px) {
    .better_section h2.title {
        font-size: 23px;
        line-height: 29px;
    }
.wrap_cust_title #order_mail {
    margin: 0;
}
    .wrap_cust_title {
        justify-content: center;
    }
    .wrap_cust_title .title.cust_title {
        font-size: 26px;
        line-height: 26px;
        padding-top: 20px;
    }
    .wrap_cust_title .subtitle {
        font-size: 16px !important;
    }
.wrapper.baner-text_center {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
@media only screen and (max-width: 450px) {
.better_section .text_title {
    width: 220px;
    font-size: 14px;
}


}
/* End */


/* Start:/local/templates/site-template/components/bitrix/news.list/faq/style.css?17721008072065*/
.faq__tabs.tabs {
    padding-top: 40px;
}.faq__title {
    margin-bottom: 68px;
}
.faq__item {
    border-bottom: 2px solid #ddd;
    padding-bottom: 32px;
    margin-bottom: 50px;
}
.faq__question {
font-family: Roboto;
font-size: 20px;
font-weight: 500;
line-height: 27px;
text-align: left;

    color: #000;
    position: relative;
    padding-right: 40px;
    cursor: pointer;

}
.faq__question:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/images/btn_open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0px;
}
.faq__question.active:after {
    background-image: url(/local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/images/btn_closed.png);
}
.faq__answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #747575;
    display: none;
    padding-top: 20px;
}
.faq__answer.active {
    display: block;
}
.faq .tabs__nav {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 60px;
    overflow: auto;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.faq .tabs__item {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}
.faq .tabs__item a {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    height: 72px;
    padding: 0 44px;
    border: 1px solid #000;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.faq .tabs__item.active a {
    background-color: #FEE367;
}
.faq .tab__content {
    display: none;
}
.faq .tab__content.active {
    display: block;
}

/* End */
/* /local/templates/site-template/components/bitrix/news/services_landings_new/bitrix/news.detail/landing/style.css?177210080712302 */
/* /local/templates/site-template/components/bitrix/news.list/faq/style.css?17721008072065 */
