/*----------------------------------------Modules Стоимость услуг*/
.mod-stoimost{
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}
.prajs-list .mod-stoimost{
    padding-top: 20px;
    margin-bottom: 20px;
}
.mod-stoimost__title{
    color: var(--global-white);
    margin-bottom: 40px;
}
.mod-stoimost .akkordeon__precontent{
    min-height: 750px;
    background-image: url(/images/mod-stoimost_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 70px 25px 40px;
}
.mod-stoimost .akkordeon__content{
    padding: 40px 10px 40px 40px;
}
.mod-stoimost .accordion-item{
    background-color: transparent !important;
}
.accordion-header{
    padding: 30px 0;
}
.mod-stoimost .accordion-button{
    background-color: transparent !important;
}
.mod-stoimost .accordion-button::after{
    display: none;
}
.mod-stoimost .accordion-button .accordion-button-ikon{
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.mod-stoimost .accordion-button.collapsed .accordion-button-ikon{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mod-stoimost .accordion-button .accordion-button-ikon svg{
    stroke: #06B471;
}
.mod-stoimost .accordion-button.collapsed .accordion-button-ikon svg{
    stroke: #B9B9B9;
}
.mod-stoimost .accordion-button img{
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: none;
    filter: none;
}
.mod-stoimost .accordion-button.collapsed img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.mod-stoimost .accordion-collapse{
    border-top: 1px solid var(--global-gray-border);
    border-bottom: 1px solid var(--global-gray-border);
    padding-top: 40px;
    padding-bottom: 40px;
}
.mod-stoimost .accordion-body{
    overflow-y: auto;
    max-height: 350px;
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-color: var(--global-green) transparent;
    /* толщина */
    scrollbar-width: thin;
}
.mod-stoimost .accordion-body::-webkit-scrollbar{
    width: 4px;
}
/* ползунок скроллбара */
.mod-stoimost .accordion-body::-webkit-scrollbar-thumb {
    background-color: var(--global-green);
    border-radius: 9em;
    -webkit-box-shadow: inset 1px 1px 10px var(--global-green-light);
    box-shadow: inset 1px 1px 10px var(--global-green-light);
}
.mod-stoimost .acc-serv__it{
    position: relative;
    padding: 20px 20px 20px 80px;
}
.mod-stoimost .acc-serv__it::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-14.07%, rgba(6, 180, 113, 0.20)), color-stop(99.37%, rgba(6, 180, 113, 0.00)));
    background: -o-linear-gradient(right, rgba(6, 180, 113, 0.20) -14.07%, rgba(6, 180, 113, 0.00) 99.37%);
    background: linear-gradient(270deg, rgba(6, 180, 113, 0.20) -14.07%, rgba(6, 180, 113, 0.00) 99.37%);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.mod-stoimost .acc-serv__it:hover::before{
    opacity: 1;
}
.mod-stoimost .acc-serv__it-title{
    font-size: 1.1rem;
    line-height: 1.2;
    color: var(--global-black);
}
.mod-stoimost .acc-serv__it:hover .acc-serv__it-title{
    color: var(--global-green);
}
.mod-stoimost .acc-serv__it-prices{
    position: relative;
    margin-left: auto;
    color: var(--global-black);
}
.mod-stoimost .acc-serv__it:hover .acc-serv__it-prices{
    color: var(--global-green);
}
.mod-stoimost .acc-serv__it-prices span{
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: 60px;
    border: 1px solid var(--global-gray-3);
    padding: 4px 10px 6px;
    margin-right: 10px;
}
.mod-stoimost .acc-serv__it:hover .acc-serv__it-prices span{
    border: 1px solid var(--global-green);
}
.mod-stoimost .acc-serv__it-ic{
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    color: var(--global-green) !important;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.mod-stoimost .acc-serv__it:hover .acc-serv__it-ic{
    opacity: 1;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-stoimost{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .mod-stoimost .akkordeon__precontent{
        min-height: auto;
        padding: 30px 15px 20px;
    }
    .mod-stoimost .akkordeon__content{
        padding: 20px 10px;
    }
    .mod-stoimost .accordion-collapse{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mod-stoimost .accordion-body{
        max-height: none;
    }
    .mod-stoimost .acc-serv__it{
        flex-wrap: wrap;
        border-bottom: 1px solid var(--global-green-light);
        padding: 20px 5px;
    }
    .mod-stoimost .acc-serv__it:last-child{
        border-bottom: none;
    }
    .mod-stoimost .acc-serv__it-title{
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }
    .mod-stoimost .acc-serv__it-prices{
        max-width: 100%;
        margin-left: 0;
    }
    .mod-stoimost .acc-serv__it-ic{
        width: 100%;
        text-align: left;
        opacity: 1;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*----------------------------------------//Modules Стоимость услуг*/