

/* Start:/local/templates/falmec/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17137757077772*/
.detail{
    display: flex;
    justify-content: space-between;
}
.wrap_left{
    width: 49%;
    border: 1px solid #E5E9ED;  
    margin-bottom: 60px;
}

.image_index img{
    width: 100%;
}
.wrap_left img[data-fancybox]{
    cursor: pointer;
}
.image_wrap .image_gallery{
    float: left;
    height: 328px;
    width: 50%;
}
.image_index{
    height: 652px;
}

.wrap_right{
    width: 45%;
}
.wrap_right .fixed.active{
    overflow: hidden;
    position: fixed;
    top: 75px;

}
.wrap_right .price{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    display: none;
}
.wrap_right .price p{
    margin-top: 0;    
}
.fixed{
    margin-top: 48px;  
}
.wrap_right label{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    clear: both;
    display: block;
    margin-bottom: 16px;
}
.wrap_right label p{
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    margin: 0;
    display: contents;
}
.wrap_right label a{
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    margin: 0;
    display: inline;
    color: #729BA4;
    text-decoration: underline;
}
.wrap_right ul {
    padding: 0;
    margin: 32px 0;
}
.wrap_right ul li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
}
.wrap_right ul li img{
    margin-right: 24px;
}
.wrap_right ul li p{
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 24px;
    text-align: left;
}
.wrap_right .button{
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    background-color: #729BA4;
    font-size: 18px;
    font-weight: 550;
    line-height: 24px;
    color: #fff;
    display: block;
    float: left;
    clear: both;
    margin-top: 0;
    padding: 16px;
    margin-left: 0;
    width: 400px;
    text-align: center;
    transition: 0.3s;
}
.detail { position: relative; }

.wrap_right .button:hover{
    background-color: #3EB4C8;
}
.text_detail{
    clear: both;
    background-color: #E5E9ED;
    padding: 48px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.wrap_left h1{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    margin: 0;
    margin-bottom: 32px;
}
.wrap_teh{
    float: left;
    width: 46%;
    margin-right: 32px;
    overflow: hidden;
}
.wrap_teh b{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 24px;
    text-align: left;
    color: #729BA4;
    text-transform: uppercase;
}
.wrap_teh ul{
    list-style-type: none;
    padding: 0;
}
.wrap_teh ul li{
    margin-bottom: 24px;
}
.wrap_teh ul li label{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.wrap_teh ul li p{
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 18px;
    font-weight: 550;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
.wrap_teh img{
    margin-top: 24px;
}
.download{
    display: flex;
    flex-wrap: wrap;
    padding: 48px;
    padding-top: 0;
    padding-bottom: 0;
}
.wrap_left .h2{
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-top: 48px;
    margin-left: 48px;
    margin-bottom: 32px;
    
}
.download a {
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: flex;
    width: 46%;
    margin-right: 32px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 50px;
    position: relative;
}
.download a:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/local/templates/falmec/static/images/download.svg);
    background-size: contain;
    display: block;
    float: left;
    margin-right: 24px;
    position: absolute;
    left: 0;
}
.mobile_price{
    display: none;
}

@media screen and (max-width: 1440px){
    .wrap_left {
        width: 900px;
    }
    .wrap_right {
        width: 400px;
    }
}
@media screen and (max-width: 1300px){
    .detail{
        display: block;
    }
    .wrap_left {
        width: 100%;
    }
    .wrap_right {
        width: 100%;
        padding: 48px;
        padding-top: 0;
        overflow: hidden;
    }
    .image_index {
        height: 100%;
    }
    .image_wrap .image_gallery {
        float: left;
        height: auto;
        width: 50%;
        margin-top: -5px;
    }
    .wrap_left img[data-fancybox]{
        width: 100%;
    }
    .video{
        margin-bottom: 32px;
    }

}
@media screen and (max-width: 500px){
    .mobile_price{
        display: block;
        margin-left: -16px;
        margin-right: -16px;
        display: flex;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: nowrap;
    }
    .mobile_price{
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;  
        z-index: 10;
    }
    .mobile_price .price p{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .mobile_price .button{
        font-family: 'HelveticaNeueCyr-Light', sans-serif;
        background-color: #729BA4;
        font-size: 18px;
        font-weight: 550;
        line-height: 24px;
        color: #fff;
        display: block;
        float: left;
        clear: both;
        margin-top: 0;
        padding: 16px;
        margin-left: 0;
        width: 50%;
        text-align: center;
    }
    .wrap_right .price{
        display: none;
    }
    .wrap_right .button{
        display: none;
    }
    .mobile_price .price{
        font-family: 'HelveticaNeueCyr', sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        width: 50%;
        background-color: #fff;

    }
    .footer{
        padding-bottom: 0;
    }
    .image_wrap .image_gallery {
        float: left;
        height: 128px;
        width: 50%;
        margin-top: -5px;
        overflow: hidden;
        position: relative;
    }
    .image_gallery img{
        height: 100%;
    }
    .wrap_left h1{
        font-size: 28px;
        font-weight: 400;
        line-height: 32px;
        text-align: left; 
    }
    .text_detail{
        padding: 32px 16px;
    }
    .wrap_teh {
        width: 100%;
        margin-right: 0;
    }
    .wrap_left .h2{
        padding-top: 32px;
        padding-left: 16px;
        padding-bottom: 24px;
        background-color: #fff;
        margin: 0;
    }
    .download{
        padding: 0 16px;
        background-color: #fff;
    }
    .wrap_left{
        margin-bottom: 0;
    }
    .download a {
        font-size: 18px;
        font-weight: 400;
        display: flex;
        margin-right: 0;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 60px;
        width: 100%;
        position: relative;
    }
    .wrap_right {
        padding: 16px;
        padding-top: 0;
        overflow: hidden;
        background-color: #F5F5F5;
        margin-top: 20px;
        position: relative;
        padding-bottom: 32px;
        padding-top: 20px;
    }
    .image_index{
        height: auto;
    }
    .wrap_right ul{
        margin-bottom: 10px;
    }
    .wrap_right .button{
        width: 100%;
    }
    body .maps{
        margin-top: 40px;
    }
    .maps .wrap_map{
        height: 590px;
    }
    body .footer {
        padding-bottom: 65px;
    }
}
/* End */
/* /local/templates/falmec/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17137757077772 */
