.service_page .banner {
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 530px;
    background-position: center;
    height: 100vh;
    position: relative;
    border-radius: 25px;
    padding-left: 89px;
    padding-top: 80px;
    width: 66%;
    margin-right: 15px;
}
.service_page .banner::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(103deg, #ebebeb 0%, rgb(239 234 234 / 90%) 54.5%, rgb(205 205 205 / 0%) 66%);
    top: 0;
    left: 0;
    border-radius: 25px;
}
.banner_content_service{
    position: relative;
    z-index: 1;
}
.banner_content_service h1{
    margin-bottom: 47px;
}
.banner_content_service .banner_description{
    font-weight: 400;
    font-size: 15px;
    color: #000;
    max-width: 490px;
}
.banner_content_service .banner_description p{
   margin-bottom: 30px; 
}
.banner_content_service .banner_description p:last-child{
    margin-bottom: 0; 
 }
 .stages_block{
    margin-top: 133px;
    margin-bottom: 100px;
 }
 .stages{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: stretch;
 }
 .stages_img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 25px;
    width: 41%;
    margin-right: 78px;
 }
 .stages_description{
    width: calc(59% - 78px);
    font-weight: 400;
    font-size: 16px;
    color: #151515;
 }
.stages_description h2{
    font-weight: 600;
    font-size: 30px;
    color: #151515;
    margin-bottom: 35px;
    margin-top: 0;    
}
 .stages_description ul{
    list-style: none;
 }
 .stages_description ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
 }
 .stages_description ul li:last-child{
    margin-bottom: 0;
 }
 .stages_description ul li::before{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/sourse/ellipse_li.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;   
 }
 .stages_description_title{
    font-weight: 600;
    font-size: 30px;
    color: #151515;
    margin-bottom: 35px;   
 }
 .service_page .equipment_info_about {
    padding-bottom: 20px;
}
.service_page .random_equipment {
    margin-bottom: 130px;
    padding-top: 0;
}
.service_page .services_main_wrapper {
    padding-right: 0;
    flex-direction: column;
}
.service_page .services_main_wrapper .callback {
    margin-top: auto;
    margin-left: auto;
}
.service_page .services_inner_title{
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; 
    position: relative;
}
.service_page .services_inner_title:after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url(../images/sourse/arrow_price.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    margin: auto;
}
.service_page .services_inner_title:hover:after{
    background-image: url(../images/sourse/arrow_price_active.png);
}
.service_page .services_inner_title:first-child{
    border-top: 1px solid #d9d9d9;
}
.service_page .services_inner_title_name {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 55%;
}
.service_page .services_inner_title_price{
    font-weight: 600;
    font-size: 14px;
    color: #000;
    width: 45%;
    text-align: center;
}
.price_block{
    margin-bottom: 110px;
    background: rgba(238, 238, 238, 0.93);
    padding-top: 46px;
    padding-bottom: 58px;
}
.price_block_title{
    font-weight: 600;
    font-size: 30px;
    color: #151515;
    margin-bottom: 41px;    
}
.price_block h2{
    font-weight: 600;
    font-size: 30px;
    color: #151515;
    margin-bottom: 41px; 
    margin-top: 0;    
}
.price_block table {
    width: 100%;
    border-spacing: 0;
}
.price_block table tr td {
    border-bottom: 1px solid rgba(53, 140, 112, 0.39);
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 80%;
}
.price_block table tr td:last-child{
    width: 20%;  
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.price_block_header{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    border-bottom: 1px solid rgba(53, 140, 112, 0.39);
    padding-bottom: 40px;
}
.price_block_header_title{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    width: 80%;
}
.price_block_header_sub_title{
    font-weight: 600;
    font-size: 16px;
    color: #5e5e5e;
    width: 20%;
}
.menu_price{
    margin-top: 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    margin-bottom: 70px;
    flex-wrap: wrap;
    max-width: 60%;
}
.menu_name_price{
    background: rgba(238, 238, 238, 0.93);
    border-radius: 50px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;  
    font-weight: 500;
    font-size: 12px;
    color: #276652;
    margin-bottom: 15px;  
    cursor: pointer;
    margin-right: 30px;
}
.menu_name_price:hover{
    background: #276652;
    font-weight: 500;
    font-size: 12px;
    color: #e6f4f3;   
}
.active_price_tab{
    background: #276652;
    font-weight: 500;
    font-size: 12px;
    color: #e6f4f3;
}
.menu_price_table_block{
    margin-bottom: 110px;
    background: rgba(238, 238, 238, 0.93);
    padding-top: 46px;
    padding-bottom: 58px;    
}
.menu_price_table_block table {
    width: 100%;
    border-spacing: 0;
}
.menu_price_table_block table tr td {
    border-bottom: 1px solid rgba(53, 140, 112, 0.39);
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 80%;
}
.menu_price_table_block tr td:last-child {
    width: 20%;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.more_content{
    margin-top: 30px;
}
.btn_hide{
    font-weight: 300;
    font-size: 12px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
    text-align: left;
    cursor: pointer;
    max-width: 150px;  
}
.invisible_content{
    opacity: 0;
    height: 1px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    overflow: hidden; 
}
.fade {
    opacity: 1;
    height: auto;
    overflow: visible;
}
.invisible_content h2{
    margin-top: 20px;
    margin-bottom: 20px;
}