

/* Start:/local/templates/mobi/components/bitrix/news.detail/falz_krovlya/style.css?17440184376151*/
main .page-title-wrap h1 {
    font-size: 32px !important;
    line-height: 46px;
    font-weight: bold;
    padding-top: 0 !important;
}

.breadcrumbs {
    padding-bottom: 0 !important;
}

.services-inner__menu {
    display: flex;
    border-bottom: solid 1px #f1f1f1;
    justify-content: space-between;
    line-height: 22px;
    padding-top: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #4d4b3b;
}

.services-inner__menu-item {
    cursor: pointer;
    color: #111;
    position: relative;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    padding-bottom: 20px;
    border-bottom: solid 4px transparent;
}

.services-inner__menu-item:hover {
    color: #111;
    text-decoration: none;
}

.services-inner__menu-item:hover .services-inner__menu-img,
.services-inner__menu-item.active .services-inner__menu-img {
    filter: contrast(100%);
}

.services-inner__menu-item.active,
.services-inner__menu-item:hover {
    border-bottom: solid 4px #ffe804;
}

.services-inner__menu-img {
    filter: contrast(0%);
}

.services-inner__menu-text {
    padding-left: 10px;
}

.services-inner__content {
    padding: 60px 20px 96px;
    max-width: 822px;
    margin: 0 auto;
}

.services-inner__h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.services-inner__text {
    color: #4d4b3b;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 24px;
}

.services-inner__text a {
    border-bottom: solid 1px #ffe804;
    color: inherit;
    padding: 0 2px;
    text-decoration: none;
}

.ul-dashed ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ul-dashed ul > li {
    padding-left: 45px;
    position: relative;
}

.ul-dashed ul > li:before {
    content: "";
    width: 11px;
    height: 2px;
    position: absolute;
    left: 0px;
    background-color: #d9dbdc;
    display: block;
    top: 10px;
}

.services-inner__subtitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.services-inner__first-list {
    margin-top: 15px;
    margin-bottom: 60px;
}

.services-inner__second-list-img {
    min-height: 240px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
}

.services-inner__second-list-img:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.services-inner__second-list-img:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.services-inner__second-list-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 121;
    transition: all 0.3s;
}

.services-inner__second-list-img:after {
  content: '';
    width: 49px;
    height: 51px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -24.5px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 122;
    background-image: url('/images/zoom.png');
    background-repeat: no-repeat;
}

.services-inner__second-list-img:hover:after {
  opacity: 1;
}

.services-inner__second-list-img img {
    width: 100%;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    transition: all 0.3s;
}

.services-inner__second-list-text {
    font-size: 13px;
    line-height: 24px;
    color: #838485;
    text-align: center;
    margin-top: 15px;
}

.services-inner__row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.services-inner__list-item {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    flex: 0 0 49.8%;
    max-width: 47.8%;
}

.services-inner__item-content {
    position: relative;
    border: solid 1px transparent;
    border-bottom: solid 4px transparent;
    height: 360px;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.services-inner__item-content:hover {
    border-color: #d9dbdc;
    border-bottom-color: #ffe804;
}

@media (min-width: 992px) {
    .services-inner__item-content {
        height: 240px;
    }
}

.services-inner__item-content:hover .services-inner__item-text {
    opacity: 1;
}

.services-inner__item-content:hover .services-inner__item-img {
    opacity: 0;
}

.services-inner__item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    padding: 30px 0;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
    color: #838485;
    text-align: center;
}

@media (min-width: 1320px) {
    .services-inner__text-hidden {
        flex: 0 0 74.8%;
        max-width: 74.8%;
    }
}

@media (min-width: 768px) {
    .services-inner__text-hidden {
        flex: 0 0 83.13333%;
        max-width: 83.13333%;
    }
}

.services-inner__item-img {
    opacity: 1;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.services-inner__item-subtitle {
    font-size: 13px;
    line-height: 24px;
    color: #838485;
    text-align: center;
    flex: 0 0 99.8%;
    max-width: 99.8%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
}

@media(max-width: 991px) {
    .services-inner__content {
        padding-left: 0;
        padding-right: 0;
    }
    .services-inner__list-item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .services-inner__menu-text {
        display: none;
    }
}

@media(max-width: 768px) {
    .services-inner__h2 {
        font-size: 19px;
    }

    .services-inner__subtitle {
        font-size: 19px;
    }

    .services-inner__first-list {
        margin-top: 0;
    }

    .services-inner__content {
        padding-bottom: 40px;
    }
}

@media(max-width: 580px) {
    main .page-title-wrap h1 {
        line-height: 24px !important;
        font-size: 18px !important;
        padding-top: 10px !important;
    }

    .services-inner__text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/mobi/components/bitrix/news.detail/falz_krovlya/style.css?17440184376151 */
