

/* Start:/bitrix/templates/aspro-landscape/components/bitrix/news.list/catalog_section_3/style.css?16328908025333*/
/*.content-md .right_block.narrow_Y {
    width: 100% !important;
}*/

.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 2em;
    grid-auto-rows: 340px;
    margin-bottom: 30px;
}
.service_img img {
    max-width: 100%;
}
.service_item {
    transition: box-shadow .3s;
    box-shadow: 0 0 0 1px #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.service_info span {
    font-size: 1.6em;
    line-height: 1.167em;
    font-weight: 700;
}
.service_info {
    height: 20%;
}
.service_img {
    height: 80%;
    margin-bottom: 18px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_item:hover {
    box-shadow: 0 0 27px rgb(0 0 0 / 10%);
}
.service-title {
    font-size: 16pt;
    line-height: 28px;
    margin: 40px 0 26px;
}
.service-link {
    margin-top: 2.5em;
    text-align: center;
}
.service-link a {
    background-color: #0188cc;
    border-color: #0188cc;
    color: #ffffff;
    border-radius: 2px;
    padding: 9px 20px 11px;
    font-size: 0.933em;
    text-transform: none;
    text-decoration: none;
    margin: 0 10px 10px 0;
    transition: 0.3s;
}
.service-wrap {
    margin-bottom: 5em;
    margin-top: 7em;
}
.service-link a:hover, .service-link a:focus{
    background-color: #009ceb;
    border-color: #009ceb;
    color: #ffffff;
}
.title-main-product {
    font-size: 2.133em;
    line-height: 30px;
    margin: 0 0 18px;
    font-weight: bold;
    text-align: center;
}
.item_wrap.col-md-3.col-sm-6 {
    padding: 0;
}
.main-child-list {
    display: flex;
    flex-wrap: wrap;
}
.main-product-section {
    margin-bottom: 0;
}
.title-main-section{
    font-size: 2.133em;
    line-height: 30px;
    margin: 0 0 18px;
    font-weight: bold;
    text-align: center;
}
.project-slide{
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #f5f5f5;
}
.projects-section .slick-track{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.project-info {
    padding: 20px;
}
.project-info span {
    font-weight: 700;
    font-size: 13pt;
    transition: 0.3s;
}
.project-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.projects-section .slick-dots li button:before, .srv-section .slick-dots li button:before{
    display: none;
}
.projects-section ul.slick-dots li, .srv-section ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #cad2d6;
    border-radius: 30px;
}
.projects-section ul.slick-dots li.slick-active, .srv-section ul.slick-dots li.slick-active {
    background: #0188cc;
}
.projects-section ul.slick-dots li:before, .srv-section ul.slick-dots li:before{
    display: none;
}
.projects-section .slick-dots , .srv-section  .slick-dots{
    bottom: -3em;
}
.inner-srv-wrap {
    background: #fff;
    box-shadow: 0 0 0 1px #ebecec;
    padding: 40px 25px 35px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}
.srv-image {
    text-align: center;
    max-width: 191px;
    height: 50%;
    line-height: 160px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
}
.srv-image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    zoom: 1;
}
.srv-text {
    overflow: hidden;
    height: 50%;
}
.srv-cont {
    min-height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.srv-cont .title {
    margin-bottom: 12px;
    font-size: 1.1333em;
    line-height: 1.4118em;
    text-align: center;
    height: 50%;
}
.srv-button {
    height: 50%;
}
.srv-arts {
    padding-top: 1px;
}
/*.row.foot{
    position: relative;
    margin: 0 0;
    display: none;
}*/
.srv-text span.status-icon.instock {
    padding: 2px 0 0 19px;
    position: relative;
    font-size: .8667em;
    line-height: 1.2308em;
}
.srv-section .slick-list.draggable {
    margin: 0 6px;
    padding: 0 2px;
}
.srv-section .slick-track {
    padding: 5px 0;
}
.inner-srv-wrap:hover {
    box-shadow: 0 0 30px 5px rgb(231 231 231 / 40%);
    position: relative;
    z-index: 9;
}
.srv-section .slick-initialized .slick-slide {
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.serv-container{
    margin-top: 7em;
}
.main-section-wrapper .program-main-section + .program-main-section {
    margin-top: 3em;
}
.project-ob-button{
    text-align: center;
    margin-top: 3em;
}
@media screen and (max-width: 767px){
    .service-link {
        margin-top: 2.5em;
        text-align: center;
        width: 100%;
    }
}
@media screen and (min-width: 768px){
    .main-section-wrapper .program-main-section + .program-main-section .catalog.item-views .flexslider .slides .item {
        height: 380px !important;
    }
}
/* End */
/* /bitrix/templates/aspro-landscape/components/bitrix/news.list/catalog_section_3/style.css?16328908025333 */
