.content-header.content-header--page{
	margin-bottom: 100px;
    margin-top: 55px;
    padding: 0
}

.section-page-block{
	margin-top: 120px;
}

h1.content-header__title.h1{
	font-size: 3.5rem;
	margin-bottom:18px;
}

.content-header__descr_new{
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 125%;
	color: #d86018;
}

.section-page-block_title{
	padding-bottom: 20px;
	border-bottom:  1px solid #c7c6c5;
	margin-bottom: 50px;
}

.section-page-block_title h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.section-page-block_content{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 125%;
	color: #000;
}



.section-page-block_content.cur{
	font-style: italic;
	padding: 30px;
	border: 1px solid #c7c6c5;
	border-radius: 15px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	
}

.section-page-block_content p{
	margin-bottom: 20px;
}

.section-page-block_content ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-page-block_content ul li{
	position: relative;
  padding-left: 27px;
}

.section-page-block_content ul li::before{
	content: '';
    width: 17px;
    height: 12px;
    display: block;
    background: url(/local/templates/base/assets/svg_icons/check-brown.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: .6rem;
}

.product_opcion_services_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.product_opcion_services_item_cont{
    position: relative;
    width: 100%;
    max-width: 410px;
    height: 163px;
}

.product_opcion_services_item{
    width: 100%;
    max-width: 410px;
    padding: 20px;
    border: 1px solid #c7c6c5;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 22;
    background: #F9F8F6;
    min-height: 160px;
}

.product_opcion_services_item_number{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #c7c6c5;
    position: relative;
    border: 1px solid #C7C6C5;
    border-radius: 100%;
    margin-bottom: 15px;
    transition: all .3s linear;
}

.product_opcion_services_item_number::after{
    position: absolute;
}

.serv_1 .product_opcion_services_item_number::after{
    content: url(/upload/serv_1.svg);
    top: -1px;
    right: -1px;
}

.serv_2 .product_opcion_services_item_number::after{
    content: url(/upload/serv_2.svg);
    top: -1px;
    right: -1px;
}
.serv_3 .product_opcion_services_item_number::after{
    content: url(/upload/serv_3.svg);
    top: -1px;
    right: -2px;
}

.serv_4 .product_opcion_services_item_number::after{
    content: url(/upload/serv_4.svg);
    top: -1px;
    right: -2px;
}

.serv_5 .product_opcion_services_item_number::after{
    content: url(/upload/serv_5.svg);
    top: -1px;
    right: -2px;
}

.serv_6 .product_opcion_services_item_number{
    border-color: #d86018;
}



.product_opcion_services_item_name{
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all .3s linear;
    display: flex;
    gap: 0 5px;
    position: absolute;
    align-items: center;
}

.product_opcion_services_item_name::after{
    content: url(/upload/serv_arr.svg);
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all .3s linear;
}

.product_opcion_services_item_text{
    transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
}

.product_opcion_services_cont{
    display: inline-block;
    align-items: center;
    gap: 0 10px;
    position: absolute;
    transition: all .3s linear;
    top: 82px;
    right: 30px;
    left: 20px;
}

/* .product_opcion_services_item:hover{
    animation: ease-in-out 0.4s opcion_services;
} */

.product_opcion_services_item:hover .product_opcion_services_item_number{
    opacity: 0;
}

.product_opcion_services_item:hover .product_opcion_services_cont{
    top: 50%;
    transform: translateY(-50%);
}

.product_opcion_services_item:hover .product_opcion_services_item_text{
    visibility: visible;
    opacity: 1;
}

.product_opcion_services_item:hover .product_opcion_services_item_name{
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.product_opcion_services_item:hover .product_opcion_services_item_name span{
    opacity: 0;
}

.product_opcion_services_item:hover .product_opcion_services_item_name::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    transform: rotate(180deg);
}


.product_opcion_services_item.active .product_opcion_services_item_number{
    opacity: 0;
}

.product_opcion_services_item.active .product_opcion_services_cont{
    top: 50%;
    transform: translateY(-50%);
}

.product_opcion_services_item.active .product_opcion_services_item_text{
    visibility: visible;
    opacity: 1;
}
.product_opcion_services_item:hover .product_opcion_services_item_text{
    visibility: visible;
    opacity: 1;
}

.product_opcion_services_item.active .product_opcion_services_item_name{
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


.product_opcion_services_item.active .product_opcion_services_item_name span{
    opacity: 0;
}

.product_opcion_services_item:hover .product_opcion_services_item_name span{
    opacity: 0;
}

.product_opcion_services_item.active .product_opcion_services_item_name::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    transform: rotate(180deg);
}




/* @keyframes opcion_services{   
	0% {     
	 opacity: 0;
	}   
	100% {
		opacity: 1;
	 }
  } */


.product_opcion_services_text{
    margin-top: 10px;
}


.services_btn{
    text-align: center;
    margin-top: 20px;
}


.product_opcion_more{
    margin-top: 70px;
}


.product_opcion_more_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

.product_opcion_more_list{
    display: flex;
    gap: 40px;
}

.product_opcion_more_item{
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.product_opcion_more_item.small{
    max-width: 293px;
}

.product_opcion_more_item_img img{
    display: block;
}

.product_opcion_more_item_info{
    height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 0 0 15px 15px;
}


.product_val_hed_celi_list{
    display: flex;
    gap: 30px;
    justify-content: stretch;
}

.product_val_hed_celi_item{
    width: 100%;
    border: 1px solid #c7c6c5;
    border-radius: 10px;
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    max-width: 50%;
}


.product_val_hed_celi_item_name {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    gap: 0 15px;
    margin-bottom: 23px;
}

.product_val_hed_celi_item_text{
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 125%;
	color: #000;
}


.product_val_hed_celi_item_text p{
    margin-bottom: 35px;
}

.product_val_hed_celi_item_text b{
    color: #D86018;
  
}

.item_1 .product_val_hed_celi_item_text b{
    color: #567790;
}


.product_opcion_more.val_hed{
    max-width: 1290px;
    margin-bottom: 20px;
}

.product_opcion_more.val_hed .product_opcion_more_item_info{
    height: 136px;
}

.section-page-block .steps p{
	margin-bottom: 20px;
}

.section-page-block .steps ul,
.accordeon__item-descr ul{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 34px 0;
}

.section-page-block .steps ul li,
.accordeon__item-descr ul li{
	position: relative;
  padding-left: 27px;
}

.section-page-block .steps ul li::before,
.accordeon__item-descr ul li::before{
	content: '';
    width: 17px;
    height: 12px;
    display: block;
    background: url(/local/templates/base/assets/svg_icons/check-brown.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: .6rem;
}

.section-page-block .tabs label{
	width: unset;
	padding: 0 20px;
}


.section-page-block  .accordeon__item {
    padding: 27px 50px;
    border: 1px solid #c7c6c5;
    border-radius: 10px;
    margin-bottom: 15px;
}

.section-page-block .accordeon__item-title.h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.section-page-block .accordeon__item:after {
    top: 2.5rem;
    right: 50px;
}


.section-page-block_snoska{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 125%;
	color: #646464;
}

.section-page-block_snoska p{
	margin-bottom: 20px;
}

div.p_sn p{
	margin: 0;
	display: inline;
	vertical-align: text-bottom;
}

.section-page-block div.info {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.section-page-block div.info::before {
    content: url(/upload/icon_info.svg);
}

.section-page-block div.info div {
		position: absolute;
    background: #fff;
    width: 500px;
    border-radius: 15px;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: normal;
    left: 100%;
    bottom: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .3s linear;
    text-align: left;
    z-index: -1;
	cursor: pointer;
}

.section-page-block div.info:hover div{
    opacity: 1;
    z-index: 20;
}

.section-page-block div.info.active div{
    opacity: 1;
    z-index: 20;
}

.section-page-block div.info div ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.section-page-block div.info div ul li{
	position: relative;
  padding-left: 27px;
}

.section-page-block div.info div ul li::before{
	content: '';
    width: 17px;
    height: 12px;
    display: block;
    background: url(/local/templates/base/assets/svg_icons/check-brown.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: .6rem;
}

.section-page-block_content.pod{
    margin-top: 30px;
    color: #646464;
}

.product_opcion_services_item_text{
    color: #646464;
}


/*faq*/
.opcion_faq{
    margin-top: 80px;
}

.opcion_faq .accordeon__item{
    padding: 27px 50px;
    border: 1px solid #c7c6c5;
    border-radius: 10px;
    margin-bottom: 15px;
}

.opcion_faq .accordeon__item-title.h4{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.opcion_faq .accordeon__item:after{
    top: 2.5rem;
    right: 50px;
}

.opcion_faq .accordeon__item.is-expand::after{
    top: 3.5rem;
    border-color:#c7c6c5;
}

.opcion_faq_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 80px;
}

.opcion_faq .accordeon__item-descr{
    max-width: 100%;
    border-collapse: separate;
    overflow: hidden
}

.opcion_faq .accordeon__item-descr table{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.opcion_faq .accordeon__item-descr table td{
    padding: 15px;
    border-left: 1px solid #C7C6C5;
    border-bottom: 1px solid #C7C6C5;
}

.opcion_faq .accordeon__item-descr table td b{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color:#505050;
}

.opcion_faq .accordeon__item-descr table tr:first-child td{
    border-top: 1px solid #C7C6C5;
}

.opcion_faq .accordeon__item-descr table tr td:last-child{
    border-right: 1px solid #C7C6C5;
}


.opcion_faq .accordeon__item-descr table tr:first-child td:first-child { border-top-left-radius: 10px; }
.opcion_faq .accordeon__item-descr table tr:first-child td:last-child { border-top-right-radius: 10px; }

.opcion_faq .accordeon__item-descr table tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.opcion_faq .accordeon__item-descr table tr:last-child td:last-child { border-bottom-right-radius: 10px; }

@media(max-width: 992px){
	.section-page-block{
		margin-top: 70px;
	}
	.product_opcion_services_item_cont,
	.product_opcion_services_item{
		max-width: 100%;
	}
	
	.product_val_hed_celi_list{
		flex-wrap: wrap;
	}
	.product_val_hed_celi_item{
		max-width: 100%;
	}

    .section-page-block div.info div{
		left: 50%;
    	transform: translateX(-50%);
    	max-width: 280px;
	}


}


@media (max-width: 768px) {
    h1.content-header__title.h1{
        font-size: 2.4rem;
    }

    .content-header__descr_new{
        font-size: 1.6rem;
        line-height: 120%;
    }

    .section-page-block_title{
        margin-bottom: 20px;
    }

    .section-page-block_title h2{
        font-size: 1.8rem
    }

    .section-page-block_content{
        font-size: 1.4rem;
    }

    .section-page-block .accordeon__item {
        padding: 20px;
    }
		.section-page-block .accordeon__item:after {
        top: 16px;
        right: 20px;
    }

		.section-page-block .tabs label{
			width: 100%;
			padding: 0 20px;
		}

		.section-page-block div.info div{
			left: 50%;
    	transform: translateX(-50%);
    	max-width: 280px;
		}

        .product_opcion_services_item_name,
        .product_opcion_services_item_text{
            font-size: 1.4rem;
            line-height: 115%;
        }

        .section-page-block_content.pod{
            margin-top: 20px;
        }

}

@media (max-width: 567px) {
    .section-page-block div.info div{
		left: initial;
        right: 0;
    	transform: none;
    	
	}
}

@media (max-width: 400px) {
    .section-page-block div.info div{
		left: 50%;
        right: initial;
    	transform: translateX(-50%);
    	max-width: 280px;
    	
	}

}
