

/* Start:/local/templates/soft/components/bitrix/news.detail/otrasli/style.css?16603188407528*/
/*.detail-otrasli-wrapper{*/
/*  max-width: 50%;*/
/*  position: center;*/
/*}*/
.detail-text-wrapper ul li:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
    top: 6px
}
.detail-text-wrapper h3{
    font-size: 32px;
    line-height: 39px;
    color: #414042;
}
.detail-text-wrapper ul li{
    font-size: 14px;
    line-height: 17px;
    margin: 4px;
}
.detail-text-wrapper ul{
    margin-left: 15px;
}
.detail-text-wrapper span{
    margin-bottom: 15px;
    display: inline-block;
}
.detail-text-wrapper p{
    margin-top: 15px;
    margin-left: 0;
}
.otrasli-uslugi-wrapper{
    margin-top: 6%;
}
.otrasli-uslugi-wrapper h3{
    font-size: 32px;
    line-height: 39px;
    color: #414042;
}
.otrasli-uslugi-title-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.otrasli-uslugi-title-list a{
    color: #EF3F29;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    gap: 8px;
    font-weight: 700;
}
.otrasli-uslugi-title-list a svg{
    margin-top: 4px;
}
.feedback-otrasli{
    background-color: #FAFAFA;
    margin-top: 6%;
}
.otrasli-uslugi-item{
    display: flex;
    gap: 3%;
    border: 1px solid #E5E5E5;
    padding: 3%;
    margin-bottom: 25px;
}
.otrasli-uslugi-item:last-child{
    margin: 0
}
.dark-color{
    color: black
}
.otrasli-uslugi-item-text a{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.otrasli-uslugi-item-text p{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.otrasli-uslugi-item-link{
    flex-grow: 2;
    text-align: right;

}
.otrasli-uslugi-item-img-block{
    background-size: cover;
    padding-top: 100%;
    background-position: center;
}
.otrasli-uslugi-item-img{
    width: 160px;
}
.otrasli-uslugi-item-text{
    width: 60%;
}



.otrasli-news-wrapper{
    margin-top: 6%;
}
.otrasli-news-wrapper h3{
    font-size: 32px;
    line-height: 39px;
    color: #414042;
    margin-bottom: 6%;
}

.otrasli-news-item{
    display: flex;
    gap: 3%;
    border: 1px solid #E5E5E5;
    padding: 3%;
    margin-bottom: 25px;
}
.otrasli-news-item:last-child{
    margin: 0
}
.otrasli-news-item-name{
    color: black;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}
.otrasli-news-item-text a{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.otrasli-news-item-text p{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.otrasli-news-item-link{
    flex-grow: 2;
    text-align: right;

}
.otrasli-news-item-img{
    max-width:  15%;
}
.otrasli-news-item-text{
    width: 60%;
    padding-left: 9px;
}
.otrasli-news-item-date{
    font-size: 14px;
    line-height: 17px;
    color: #9DA09F;
}

@media screen and (max-width: 768px){
    .otrasli-uslugi-item-img {
        max-width: 50%;
        margin-bottom: 11px;
    }


    .otrasli-uslugi-item {
        flex-wrap: wrap;
        display: flex;
        gap: 3%;
        border: 1px solid #E5E5E5;
        padding: 3%;
        margin-bottom: 25px;
    }
    .otrasli-uslugi-item-link {
        align-self: center;
        flex-grow: 2;
        text-align: right;
    }

    .otrasli-uslugi-item-text {
        width: 90%;
    }

    .otrasli-uslugi-item-text div {
        margin-bottom: 10px;
    }

    .otrasli-uslugi-item-text p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    .otrasli-news-item-text {
        width: 100%;
        padding-left: 9px;
    }
    .otrasli-news-item-name{
        color: black;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-top: 10px;
        width: 100%;
    }
}
.otrasli-project-wrapper{
    margin-top: 6%;
}
.otrasli-project-wrapper h3{
    font-size: 32px;
    line-height: 39px;
    color: #414042;
    margin-bottom: 6%;
}
.otrasli-project-title{
    display: flex;
    justify-content: space-between;

}
.otrasli-project-title-link{
    color: #EF3F29;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    right: 0;
    margin-top: 10px;
}
.otrasli-project-title-link svg{
    margin-left: 5px;
}
.otrasli-projects-list{
    display: flex;
    align-items: center;
    gap: 15px;
}
.otrasli-projects-item{
    border: 1px solid #E5E5E5;
    display: flex!important;
    align-items: center;
    padding: 12% 44px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%
}
.otrasli-projects-list.slick-initialized .otrasli-projects-item{
    padding: 70px 44px;
    background-size: contain;
    background-repeat: no-repeat;
}
.otrasli-projects-item:before{
    background: grey;
}
.otrasli-projects-item:before:hover{
    opacity: .8;
}


.otrasli-projects-item-text{
    display: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    color: #fff;
    animation: fade .2s linear forwards;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}
.otrasli-projects-item-text span{
    display: block;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.otrasli-projects-item:hover .otrasli-projects-item-text {
    display: flex;
    background: rgba(0, 0, 0, 0.7);
}
.otrasli-projects-item img{
    display: inline-block !important;
    max-width: 100% !important;
    max-height: 142px !important;
    margin: 0 auto !important;
}
.project-name{
    text-transform: uppercase;
    font-weight: 700;
}

.otrasli-projects-item:first-child{
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}
.slick-prev.slick-arrow{
    width: 30px;
    height: 41px;
    margin-left: -27px;
    background: url("/local/templates/.default/pictures/Vector 6.svg");
    background-repeat: no-repeat;

}
.slick-prev.slick-arrow:before{
    display: none
}
.slick-next.slick-arrow{
    width: 30px;
    height: 41px;
    margin-right: -27px;
    margin-top: -19px;
    background: url("/local/templates/.default/pictures/Vector 6.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.slick-next.slick-arrow:before{
    display: none
}

@media screen and (max-width: 768px){
    .slick-prev.slick-arrow{
        width: 30px;
        height: 41px;
        margin-left: 10px;
        margin-top: 0px;
        background: url("/local/templates/.default/pictures/Vector 6.svg");
        background-repeat: no-repeat;

    }
    .slick-next.slick-arrow{
        width: 30px;
        height: 41px;
        margin-right: 10px;
        margin-top: -19px;
        background: url("/local/templates/.default/pictures/Vector 6.svg");
        transform: rotate(180deg);
        background-repeat: no-repeat;
    }
    .otrasli-projects-item{
        border: 1px solid #E5E5E5;
        height: 166px;
        display: flex!important;
        align-items: center;
        padding: 0 44px;
        margin: 20px;
    }
}
.banners-big__title{
    margin-top: 63% !important;
}
/* End */


/* Start:/local/templates/.default/plugins/slick/slick.css?16603188401776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/plugins/slick/slick-theme.css?16635870302892*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/epotos/plugins/slick/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/*.slick-prev:hover,*/
/*.slick-prev:focus,*/
/*.slick-next:hover,*/
/*.slick-next:focus*/
/*{*/
/*    color: transparent;*/
/*    outline: none;*/
/*    background: transparent;*/
/*}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */
/* /local/templates/soft/components/bitrix/news.detail/otrasli/style.css?16603188407528 */
/* /local/templates/.default/plugins/slick/slick.css?16603188401776 */
/* /local/templates/.default/plugins/slick/slick-theme.css?16635870302892 */
