

/* Start:/local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/style.css?1632212973997*/
.fs-breadcrumb{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.fs-breadcrumb-item{
    padding: 8px 50px 8px 0;
    position: relative;
    color: #959595;
}
.fs-breadcrumb-item:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 7px;
    top: 15px;
    right: 17px;
    background: url(/local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/images/breadcrumbs_arrow.png) no-repeat center;
}
.fs-breadcrumb-item a{
    color: #959595;
    text-decoration: none;
}
.fs-breadcrumb-item a:hover{
    text-decoration: underline;
}
@media (max-width: 1590px){
    .fs-breadcrumb {
        padding: 10px 0;
    }
    .fs-breadcrumb-item {
        padding: 8px 30px 8px 0;
        font-size: 12px;
    }
    .fs-breadcrumb-item:not(:last-child)::after{
        top: 12px;
        right: 11px;
        width: 10px;
        background-position: right center;
    }
}
@media (max-width: 1200px){
    .fs-breadcrumb {
        padding: 0;
    }
    .fs-breadcrumb-item{
        font-size: 9px;
    }
}



/* End */


/* Start:/local/templates/mkresla/components/bitrix/news/fsnews/bitrix/news.detail/.default/style.css?170202846017495*/
.fs-arti-det-top-date{
    font-family: 'DINPro';
    font-size: 20px;
    color: #959595;
    margin-bottom: 35px;
}
.fs-arti-det-top-name{
    color: #222;
    font-size: 40px;
    font-weight: 500;
    width: 80%;
    margin: 0 0 25px 0;
}
.fs-arti-det-body{
    display: flex;
    padding-bottom: 40px;
}
.fs-arti-det-body-l-desc{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #222;
    font-size: 20px;
}
.fs-arti-det-body-l-desc h2{
    font-size: 30px;
    font-weight: normal;
    margin: 35px 0 25px 0;
}
.fs-arti-det-body-l-desc p{
    margin: 15px 0;
}
.fs-arti-det-body-l-desc a{
    color: #5bb93b;;
}
.fs-arti-det-body-l-desc a:hover{
    text-decoration: none;
}
.fs-arti-det-body-l-desc ul{
    margin: 30px 0 45px 0;
}
.fs-arti-det-body-l-desc ul li ul{
    margin-left: 0 0 0 40px;
}
.fs-arti-det-body-l-desc ul li,
.fs-arti-det-body-l-desc ul li ul li{
    list-style: none;
    padding: 10px 0 10px 35px;
    background: url(/bitrix/templates/mkresla/img/blog_ul_li.png) no-repeat left center;
    color: #222;
    transition: 0.3s all ease-in-out;
    font-size: 20px;
}
.fs-arti-det-body-l-desc ul li:hover,
.fs-arti-det-body-l-desc ul li ul li:hover{
    background-position: 10px center;
}
.fs-arti-det-body-l-desc ul li a,
.fs-arti-det-body-l-desc ul li ul li a{
    color: #222;
    text-decoration-color: #f0f0f0;
    transition: 0.3s all ease-in-out;
}
.fs-arti-det-body-l-desc ul li a:hover,
.fs-arti-det-body-l-desc ul li ul li a:hover{
    color: #5bb93b;
    text-decoration-color: #5bb93b;
}
.fs-arti-det-body-l-desc ol li,
.fs-arti-det-body-l-desc ol li ol li{
    position: relative;
    list-style: none;
    color: #222;
    font-size: 20px;
    padding: 10px 0 10px 20px;
}
.fs-arti-det-body-l-desc ol li::before,
.fs-arti-det-body-l-desc ol li ol li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #5bb93b;
}
.fs-arti-det-body-l-desc ol li ol{
    margin-left: 0 0 0 40px;
}
.fs-arti-det-body-r{
    flex-shrink: 0;
    margin-left: 30px;
    width: 550px;
}
.fs-arti-det-body-r-prods{
    border-radius: 10px;
    border: 2px solid #f2f2f2;
    padding: 35px 65px 70px 65px;
    margin-bottom: 40px;
}
.fs-arti-det-body-r-prods-title{
    padding-bottom: 35px;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    color:#222;
    font-size: 30px;
}
.fs-arti-det-body-r-arti{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 3px solid #f3f3f3;
    border-radius: 15px;
    margin-bottom: 35px;
    padding-bottom: 45px;
    width: 550px;
}
.fs-arti-det-body-r-arti-img{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
}
.fs-arti-det-body-r-arti-img > img{
    max-width: 100%;
    max-height: 100%;
}
.fs-arti-det-body-r-arti-name{
    padding: 30px 40px;
    display: block;
    font-weight: 500;
    font-size: 24px;
    color:#222;
    text-decoration: none;
    flex-grow: 1;
    flex-basis: 100%;
}
.fs-arti-det-body-r-arti-text{
    color: #757575;
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0 40px;
}
.fs-arti-det-body-r-arti-date{
    font-family: 'DINPro';
    font-size: 20px;
    color:#959595;
    padding: 0 10px 0 40px;
}
.fs-arti-det-body-r-arti-link{
    margin: 0 40px 0 10px;
}
.fs-arti-det-body-r-arti-link a{
    font-size: 20px;
    color:#5bb93b;
    text-decoration: none;
}
.fs-arti-det-body-r-arti-link a i{
    color: #a6a6a6;
    font-weight: bold;
    margin-left: 10px;
    transition: 0.3s all ease-in-out;
}
.fs-arti-det-body-r-arti-link a:hover i{
    color:#5bb93b;
}
.fs-arti-det-body-r-vido{
    position: relative;
    margin-bottom: 30px;
    background: url(/bitrix/templates/mkresla/img/blog_vid_rev.png) no-repeat left center;
    flex-grow: 1;
    overflow: hidden;
    box-shadow: 0 8px 51px 4px rgba(10,27,4,.06);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.fs-arti-det-body-r-vido::before{
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    left: -50px;
    top: 50%;
    margin-top: -135px;
    border-radius: 135px;
    background: #ebf6e7;
    z-index: -1;
}
.fs-arti-det-body-r-vido-a{
    margin-left: 80px;  
    position: relative;
    color: #5bb93b;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.fs-arti-det-body-r-vido-a::after{
    content: "\f054";
    position: absolute;
    font-size: 12px;
    color: #a6a6a6;
    font-family: FontAwesome;
    right: -20px;
    bottom: 3px;
    transition: 0.3s all ease-in-out;
}
.fs-arti-det-body-r-vido-a:hover::after{
    color: #5bb93b;
}
.fs-arti-det-body-r-subs{
    padding: 40px 50px 50px 50px;
    background: #f8f8f8;
    border-radius: 10px;
}
.fs-arti-det-body-r-subs-t{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.fs-arti-det-body-r-subs-f{
    display: flex;
}
.fs-arti-det-body-r-subs-f input[type="text"] {
    font-size: 18px;
    color: #555;
    padding: 25px 50px 25px 30px;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 15px 0 0 15px;
    margin-right: -20px;
    flex-grow: 1;
    transition: 0.3s all ease-in-out;
    width: 200px;
}
.fs-arti-det-body-r-subs-f input[type="submit"] {
    width: 110px;
    border-radius: 15px;
    border: none;
    transition: 0.3s all ease-in-out;
    background: #5bb93b url(/bitrix/templates/mkresla/css/../img/fs-footer-sub-btn.png) no-repeat center;
    cursor: pointer;
}
.fs-arti-det-body-r-prods-w{
    display:flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
    padding-top:25px;
}
.fs-arti-det-body-l-share{
    display:flex;
    align-items: center;
}
.fs-arti-det-body-l-share-t{
    display:block;
    padding: 10px 0 10px 30px;
    color:#757575;
    font-size:14px;
    background:url(/bitrix/templates/mkresla/img/blog_share.png) no-repeat left center
}
.ya-share2{
    margin-left:25px;
}
.ya-share2 .ya-share2__link{
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
}
.ya-share2 .ya-share2__link:hover{
    opacity:1;
}
.fs-prod-exp-desc{
    color:#757575;
    font-size:18px;
    margin-bottom: 30px;
}
.fs-prod-exp-desc table{
    width: 100%;
}
.fs-prod-exp{
    border: 3px solid #5bb93b;
    border-radius: 10px;
    padding: 65px 110px 50px 80px;
    display: flex;
}
.fs-prod-exp-l{
    width: 200px;
    flex-shrink: 0;
    margin-right: 80px;
}
.fs-prod-exp-l-i{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100px;
}
.fs-prod-exp-l-i::before{
    content: ",,";
    color: #d9f5d0;
    font-size:206px;
    position: absolute;
    left: -15px;
    top: -50px;
    font-family: 'Times New Roman';
    letter-spacing: -15px;
    transform: rotate(180deg);
}
.fs-prod-exp-l-s{
    text-align: center;
    margin-top: 20px;
}
.fs-prod-exp-l-s a{
    color:#000;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    font-size: 30px;
}
.fs-prod-exp-l-s a:hover{
    color:#4b729f;
}
.fs-prod-exp-l-s a:not(:last-child){margin-right:17px}
.fs-prod-exp-r-r1-name{
    color:#000;
    font-size: 22px;
    font-weight: bold;
}
.fs-prod-exp-r-r1-d{
    margin-top: 5px;
    color: #5bb93b;
    font-size: 20px;
}
.fs-prod-exp-f{
    display: flex;
    position: relative;
    border:2px solid #e9e9e9;
    border-radius: 10px;
    height: 60px;
    margin-top: 40px;
    transition:0.3s all ease-in-out;
}
.fs-prod-exp-f > input{
    flex-basis: 50%;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}
.fs-prod-exp-f > a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    font-weight: 500;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    background: #5bb93b;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: -3px;
    border-radius: 10px;
}
.fs-prod-exp-f:focus-within{
    border:2px solid #5bb93b;
}
.next-prev-block a{
    text-decoration:none;
    color: #5bb93b;
}
.fs-prod-exp-r-tx{
    color:#757575;
    font-size:18px;
    margin-top: 30px;
}
.fs-prod-exp-cats{
    margin-top: 30px;
}
.fs-prod-exp-cats-t{
    color:#222222;
    font-size: 24px;
    margin-bottom: 35px;
}
a.fs-prod-exp-cats-a{
    display: inline-block;
    margin-bottom: 30px;
    color:#959595;
    transition:0.3s all ease-in-out;
    padding: 10px 20px 10px 0;
    text-decoration: none;
}
a.fs-prod-exp-cats-a:not(:last-child){
    border-right: 1px solid #f3f3f3;
    margin-right: 20px;
}
a.fs-prod-exp-cats-a:hover{
    color:#222;
}
.fs-prod-exp-hr{
    border: none;
    border-bottom: 2px solid #f2f2f2;
}
.fs-arti-det-blogmod-w{
    margin: 100px 0;
}
.fs-arti-det-blogmod-title{
    color: #222;
    margin-bottom: 70px;
    text-align: center;
    font-size: 39px;
}
.fs-arti-bottom-form-w{
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
}
.fs-arti-bottom-form-l{
    flex-basis: 66%;
    flex-shrink: 0;
    padding-left: 80px;
    background: #f8f8f8;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-arti-bottom-form-l-t{
    flex-basis: 410px;
    font-size: 24px;
    flex-shrink: 0;
    margin: 70px 0;
}
.fs-arti-bottom-form-l-t b{
    display: block;
}
.fs-arti-bottom-form-l-f{
    display: flex;
    margin-right: 45px;
}
.fs-arti-bottom-form-l-f input[type="text"] {
    font-size: 18px;
    color: #555;
    padding: 25px 50px 25px 30px;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 15px 0 0 15px;
    margin-right: -20px;
    transition: 0.3s all ease-in-out;
    width: 200px;
}
.fs-arti-bottom-form-l-f input[type="submit"] {
    width: 110px;
    border-radius: 15px;
    border: none;
    transition: 0.3s all ease-in-out;
    background: #5bb93b url(/bitrix/templates/mkresla/css/../img/fs-footer-sub-btn.png) no-repeat center;
    cursor: pointer;
}
.fs-arti-bottom-form-l-i{
    background: url(/bitrix/templates/mkresla/img/blog_form_mail.png) no-repeat right center;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 15px 15px 0;
}
.fs-arti-bottom-form-l-i p{
    margin: 0 0 0 20px;
    color: #959595;
    font-size: 12px;
}
.fs-arti-bottom-form-l-i p a{
    color: #959595;
}
.fs-arti-bottom-form-l-i p a:hover{
    text-decoration: none;
}
.fs-arti-bottom-form-r{
    position: relative;
    margin-left: 20px;
    background: url(/bitrix/templates/mkresla/img/blog_vid_rev.png) no-repeat left center;
    flex-grow: 1;
    overflow: hidden;
    box-shadow: 0 8px 51px 4px rgba(10,27,4,.06);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-arti-bottom-form-r::before{
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    left: -50px;
    top: 50%;
    margin-top: -135px;
    border-radius: 135px;
    background: #ebf6e7;
    z-index: -1;
}
.fs-arti-bottom-form-r-r{
    margin-left: 80px;  
    position: relative;
    color: #5bb93b;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.fs-arti-bottom-form-r-r::after{
    content: "\f054";
    position: absolute;
    font-size: 12px;
    color: #a6a6a6;
    font-family: FontAwesome;
    right: -20px;
    bottom: 3px;
    transition: 0.3s all ease-in-out;
}
.fs-arti-bottom-form-r-r:hover::after{
    color: #5bb93b;
}
.fs-arti-det-body-r-prods-w .fs-cat-item-w{
    border-right: none !important;
}
.fs-arti-det-body-l{flex-grow: 1;}
.fs-arti-det-body-l-mimg:empty{
    display: none;
}
.fs-arti-det-body-l-mimg{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.fs-arti-det-body-l-mimg img{
    max-width: 100%;
}
@media only screen and (max-width: 1800px){
    .fs-arti-det-top-name {
        font-size: 34px;
    }
    .fs-arti-det-top{
        height: 340px;
    }
    .fs-arti-det-top-bott-btn {
        padding: 20px;
        font-size: 14px;
    }
    .fs-arti-det-body-l-desc {
        font-size: 18px;
    }
    .fs-arti-det-body-l-desc ul li, .fs-arti-det-body-l-desc ul li ul li{
        font-size: 18px;
    }
    .fs-arti-det-body-l-desc ul{
        margin: 15px 0;
    }
    .fs-arti-bottom-form-l-t {
        flex-basis: 300px;
        font-size: 18px;
    }
    .fs-arti-bottom-form-l{
        padding-left: 30px;
    }
    .fs-arti-bottom-form-l-f {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1400px){
    .fs-arti-det-body-r{
        width: 400px;
    }
    .fs-arti-det-body-r-prods{
        padding: 25px 30px 40px 30px;
    }
    .fs-arti-det-body-r-subs-t {
        font-size: 18px;
    }
    .fs-arti-det-body-r-subs-f input[type="text"]{
        padding: 20px;
        font-size: 16px;
        border-radius: 7px;
    }
    .fs-arti-det-blogmod-w{
        margin-top: 20px;
    }
    .fs-arti-det-blogmod-title {
        font-size: 34px;
    }
    .fs-arti-bottom-form-l-f input[type="text"]{
        padding: 15px;
        border-radius: 7px;
    }
    .fs-arti-bottom-form-l-f input[type="submit"] {
        width: 75px;
        border-radius: 7px;
    }
    .fs-arti-bottom-form-l-t {
        flex-basis: 240px;
        margin: 40px 0;
    }
    .fs-arti-bottom-form-r{
        background-size: 40%;
    }
}
@media only screen and (max-width: 1200px){
    .fs-arti-det-top-name {
        font-size: 28px;
    }
    .fs-arti-det-top-date {
        font-size: 18px;
    }
    .fs-arti-det-top{
        padding: 25px 50px 35px 50px;
        height: 280px;
    }
    .fs-arti-det-top-bott-btn {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #5bb93b;
    }
    .fs-arti-det-top-bott-print{
        font-size: 14px;
    }
    .fs-arti-det-body-l-desc {
        font-size: 16px;
    }
    .fs-arti-det-body-l-desc ul li, .fs-arti-det-body-l-desc ul li ul li {
        font-size: 16px;
        padding: 5px 0 5px 35px;
    }
    .fs-arti-det-body-r-prods-title {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .fs-arti-det-body-r {
        width: 300px;
    }
    .fs-arti-det-body-r-vido{
        background-size: 50%;
    }
    .fs-arti-det-body-r-subs{
        padding: 20px;
    }
    .fs-arti-det-blogmod-title {
        font-size: 30px;
    }
    .fs-arti-bottom-form-l-t{
        flex-basis: 175px;
        font-size: 16px;
    }
    .fs-arti-bottom-form-l-f input[type="text"] {
        font-size: 16px;
    }
    .fs-arti-bottom-form-l-i p{
        font-size: 10px;
    }
    .fs-arti-bottom-form-r-r{
        font-size: 14px;
    }
    .fs-arti-bottom-form-r-r::after {
        bottom: 10px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 992px){
    .fs-arti-det-body{
        flex-direction: column;
        align-items: center;
    }
    .fs-arti-det-body-r{
        margin-left: 0;
    }
    .fs-arti-det-top-bott-print{
        display: none;
    }
    .fs-arti-bottom-form-w{
        flex-direction: column;
        margin: 15px 0;
    }
    .fs-arti-bottom-form-r{
        width: 270px;
        height: 150px;
        margin-left: 0;
        margin-top: 15px;
    }
    .fs-arti-det-top-date {
        font-size: 14px;
        margin-bottom: 0;
    }
    .fs-arti-det-top-name{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px){
    .fs-arti-det-top{
        padding: 15px;
        margin: 0 -15px;
        border-radius: 0;
    }
    .fs-arti-det-top > div, .fs-arti-det-top > h1{
        width: 100%;
    }
    .fs-arti-det-top-name {
        font-size: 18px;
    }
    .fs-arti-det-top-date {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .fs-arti-det-top{
        height: 200px;
    }
    .fs-arti-det-body{
        margin-top: 10px;
        padding-top: 10px;
    }
    .fs-arti-det-body-l-desc h2 {
        font-size: 22px;
        margin:15px 0 10px 0;
    }
    .fs-arti-det-body-l-desc ul{
        padding-left: 0;
    }
    .next-prev-block{
        font-size: 12px;
    }
    .fs-arti-det-top-bott-btn{
        margin-bottom: 10px;
        margin-left: 0;
    }
    .fs-arti-det-top-bott{
        margin-top: 15px;
        flex-direction: column;
    }
    .fs-arti-det-body-r-vido{
        width: 270px;
        margin: 15px auto;
    }
    .fs-arti-det-body-r-subs {
        padding: 15px;
        width: 270px;
        margin: 0 auto;
    }
    .fs-arti-det-body-r-subs-f input[type="text"] {
        width: 190px;
    }
    .fs-arti-det-body-r-subs-f input[type="submit"] {
        width: 60px;
        border-radius: 5px;
        background-size: 40%;
    }
    .fs-arti-det-blogmod-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .fs-arti-det-body-l-desc img{
        height:auto;
    }
    .fs-arti-bottom-form-l{
        flex-basis: 100%;
        flex-direction: column;
        padding: 15px;
    }
    .fs-arti-bottom-form-l-t{
        flex-basis: auto;
        margin: 15px 0;
    }
    .fs-arti-bottom-form-l-f input[type="text"]{
        width: 100%;
    }
    .fs-arti-bottom-form-l-i p{
        margin-left: 0;
        margin-top: 15px;
    }
}
/* End */


/* Start:/local/components/flexilis/fsblog_mod/templates/.default/style.css?16367410415699*/
.fs-blog-mod-w{
    position: relative;
}
.fs-blog-mod-i-title{
    color:#222222;
    font-size:40px;
    margin-bottom: 70px;
}
.fs-blog-mod-i-title:empty{display: none;}
.fs-blog-mod-i-i{
    position:relative;
    max-width:550px;
    border:3px solid #f3f3f3;
    border-radius:10px;
    display: flex;
    flex-direction: column;
}
.fs-blog-mod-i-img{
    width:550px;
    max-height: 300px;
    overflow: hidden;
    border-radius:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3px -3px 0 -3px;
}
.fs-blog-mod-i-de{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.fs-blog-mod-i-de-h{
    padding: 50px 40px 35px 40px;
    color:#222222;
    font-size:26px;
    font-weight: 500;
    text-decoration: none;
}
.fs-blog-mod-i-de-dl{
    padding: 40px 40px 50px 40px;
    display: flex;
    justify-content: space-between;
}
.fs-blog-mod-i-de-d{
    font-size:20px;
    color:#757575;
    padding: 0 40px;
    flex-grow: 1;
}
.fs-blog-mod-i-de-d p{
    margin-top: 0;
}
.fs-blog-mod-i-de-date{
    font-family: 'DINPro';
    font-size:20px;
    color:#979797;
}
.fs-blog-mod-i-de-link a,
.fs-blog-mod-w-all{
    position:relative;
    font-size:20px;
    text-decoration:none;
    color:#5bb93b;
    padding-right: 25px;
}
.fs-blog-mod-i-de-link a::after,
.fs-blog-mod-w-all::after{
    content: "\f054";
    position: absolute;
    font-size: 15px;
    color: #a6a6a6;
    font-family: FontAwesome;
    right: 0;
    top: 7px;
    transition: 0.3s all ease-in-out;
}
.fs-blog-mod-i-de-link a:hover::after,
.fs-blog-mod-w-all:hover::after{
    color:#5bb93b;
}
.fs-blog-mod-i-de-d a{
    text-decoration: none;
    color:#5bb93b;
}
.fs-blog-mod-i-de-d a:hover{
    text-decoration: underline;
}
.fs-blog-mod-w-all{
    position: absolute;
    right: 0;
    top:10px;
}
.fs-blog-mod-i-w .owl-pagination{
    margin-top:40px;
}
.fs-blog-mod-i-w .owl-controls .owl-page span{
    border:3px solid #5bb93b;
    background:transparent;
    width:12px;
    height:12px;
    border-radius:7px;
    box-shadow:none;
}
.fs-blog-mod-i-w .owl-controls .owl-page.active span{
    background:#5bb93b;
    box-shadow:none;
}
.fs-blog-mod-i-w.owl-carousel .owl-wrapper{display: flex !important;}
.fs-blog-mod-i-w.owl-carousel .owl-item{display: flex;}

@media (max-width: 1800px){
    .fs-main-tabs-blog ul li a.active,
    .fs-main-tabs-blog ul li a{
        font-size: 14px;
        padding: 20px 50px;
    }
    .fs-main-tabs-blog ul li a span:before{
        transform: scale(0.8);
    }
    .fs-main-tabs-blog-acc a span:before{
        margin-top: -4px;
    }
    .fs-main-tabs-blog-c {
        margin-top: 40px;
    }
    .fs-blog-mod-i-i{
        border: 2px solid #f3f3f3;
        margin: 0 2px;
    }
    .fs-blog-mod-i-i,
    .fs-blog-mod-i-img{
        width: 370px;
    }
    .fs-blog-mod-i-de-h {
        font-size: 18px;
        padding: 25px;
    }
    .fs-blog-mod-i-de-d {
        padding: 0 25px;
        font-size: 15px;
    }
    .fs-blog-mod-i-de-dl{
        padding: 10px 25px 20px 25px;
    }
    .fs-blog-mod-i-de-date, 
    .fs-blog-mod-i-de-link a {
        font-size: 16px;
    }
    .fs-blog-mod-i-title{
        font-size: 31px;
        margin-bottom: 40px;
    }
    .fs-blog-mod-w-all{
        font-size: 16px;
    }
    .fs-blog-mod-i-de-link a::after,
    .fs-blog-mod-w-all::after{
        top: 6px;
        font-size: 11px;
    }
    .fs-blog-mod-i-de-link a, 
    .fs-blog-mod-w-all{
        padding-right: 17px;
    }
    .fs-blog-mod-i-w .owl-controls .owl-page span{
        border:2px solid #5bb93b;
    }
}
@media (max-width: 1200px){
    .fs-blog-mod-i-i, 
    .fs-blog-mod-i-img {
        width: 305px;
    }
    .fs-blog-mod-i-de-h {
        font-size: 16px;
        padding: 15px;
    }
    .fs-blog-mod-i-de-d {
        padding: 0 15px;
        font-size: 13px;
    }
    .fs-blog-mod-i-de-dl {
        padding: 10px 15px 15px 15px;
    }
    .fs-blog-mod-i-de-date, .fs-blog-mod-i-de-link a {
        font-size: 14px;
    }
    .fs-blog-mod-i-de-link a::after {
        top: 4px;
        font-size: 11px;
    }
    .fs-blog-mod-i-de-link a, .fs-blog-mod-w-all{
        padding-right: 15px;
    }
    .fs-main-blog{
        padding: 40px 0;
    }
    .fs-blog-mod-w-all{
        font-size: 14px;
    }
    .fs-blog-mod-i-de-link a::after, 
    .fs-blog-mod-w-all::after {
        top: 4px;
        font-size: 10px;
    }
    .fs-blog-mod-i-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}
@media (max-width: 992px){
    .fs-blog-mod-i-i, .fs-blog-mod-i-img {
        width: 350px;
    }
    .fs-blog-mod-i-w .owl-pagination {
        margin-top: 10px;
    }
}
@media (max-width: 768px){
    .fs-main-blog{
        padding: 0 0 60px 0;
        position: relative;
    }
    .fs-blog-mod-i-w.owl-carousel .owl-item{
        justify-content: center;
    }
    .fs-main-tabs-blog ul{
        overflow-x: auto;
        padding-bottom: 30px;
    }
    .fs-main-blog::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 15px;
        background: #f8f8f8;
        bottom: 0;
        box-shadow: 0 4px 5px -5px rgb(0 0 0 / 20%) inset;
    }
    .fs-blog-mod-i-de-link a::after, 
    .fs-blog-mod-w-all::after {
        top: 2px;
        font-size: 10px;
    }
}
@media (max-width: 380px){
    .fs-blog-mod-i-i{
        width: 100%;
    }
    .fs-blog-mod-i-img{
        max-width: 100%;
        margin: 0;
    }
    .fs-blog-mod-w-all{
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 25px;
        display: inline-block;
    }
    .fs-blog-mod-i-title{
        margin-bottom: 5px;
    }
}

/* End */


/* Start:/local/components/flexilis/fsvid_pokaz/templates/.default/style.css?16844030923999*/
.fs-main-vidpokaz{
    position:relative;
    background:url(/local/components/flexilis/fsvid_pokaz/templates/.default/img/fsvpok.webp) no-repeat top center;
    background-size: cover;
    padding-bottom:60px;
    margin-top:50px;
}
.fs-main-vidpokaz-v{
    margin-bottom:40px;
}
.fs-main-vidpokaz-c{
    padding: 20px 20px 20px 120px;
}
.fs-main-vidpokaz-v{
    display: inline-block;
    background: #5bb93b;    
    transform: skew(-20deg, 0);
    border-radius:15px;
}
.fs-main-vidpokaz-v span{
    position:relative;
    transform: skew(20deg, 0);
    display: inline-block;
    padding: 30px 50px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:22px;
    font-weight:700;
    color:#fff;
}
.fs-main-vidpokaz-h{
    color:#222222;
    font-size:39px;
    margin-bottom:40px;
}
.fs-main-vidpokaz-t{
    font-size:20px;
    color:#818181;
    line-height:29px;
    width:50%;
}
.fs-main-vidpokaz-vv{
    margin-top:80px;
    display:flex;
    width:50%;
    align-items: center;
}
.fs-main-vidpokaz-vv-r{
    flex-basis:60%;
}
.fs-main-vidpokaz-vv-l{
    font-size:20px;
    color:#7d7d7d;
    font-weight:700;
    flex-basis:40%;
}
.fs-main-vidpokaz-vv-r{
    display:flex;
    justify-content: flex-end;
}
.fs-main-vidpokaz-vv-r-i{
    width:50px;
    height:50px;
    margin-left:10px;
    border-radius:25px;
    background:#fff;
    display: flex;
    box-shadow:0 18px 54px 0 rgba(0,0,0,0.14);
    transition: 0.3s all ease-in-out;
}
.fs-main-vidpokaz-vv-r-i a{
    display:flex;
    width: 100%;
    justify-content: center;
    text-decoration:none;
}
.fs-main-vidpokaz-vv-r-i a img{
    align-self:center;
}
.fs-main-vidpokaz-vv-r-i:hover {
    transform: scale(1.2);
}
@media (max-width: 1800px){
    .fs-main-vidpokaz-t{
        width: 60%;
    }
    .fs-main-vidpokaz-vv{
        width: 80%;
    }
    .fs-main-vidpokaz-v span{
        font-size: 16px;
        padding: 20px 30px;
    }
    .fs-main-vidpokaz-h {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .fs-main-vidpokaz-c{
        padding:20px;
    }
    .fs-main-vidpokaz-t {
        line-height: 24px;
        font-size: 16px;
    }
    .fs-main-vidpokaz-vv-l {
        font-size: 16px;
    }
}
@media (max-width: 1200px){
    .fs-main-vidpokaz-vv-r-i{
        width: 30px;
        height: 30px;
    }
    .fs-main-vidpokaz-vv-r-i a img{
        transform: scale(0.7);
    }
}
@media (max-width: 992px){
    .fs-main-vidpokaz-vv-l {
        font-size: 13px;
    }
    .fs-main-vidpokaz-h {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .fs-main-vidpokaz-t {
        line-height: 20px;
        font-size: 13px;
    }
    .fs-main-vidpokaz{
        margin-top: 20px;
    }
}
@media (max-width: 650px){
    .fs-main-vidpokaz-v span {
        font-size: 13px;
        padding: 15px 20px;
    }
    .fs-main-vidpokaz-v{
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .fs-main-vidpokaz-c{
        text-align: center;
    }
    .fs-main-vidpokaz-h{
        font-size: 18px;
    }
    .fs-main-vidpokaz-t{
        width: 100%;
    }
    .fs-main-vidpokaz-vv{
        width: 100%;
        margin-top: 20px;
    }
    .fs-main-vidpokaz-vv-l{display: none;}
    .fs-main-vidpokaz-vv-r{
        flex-basis: 100%;
        justify-content: center;
    }
    .fs-main-vidpokaz-vv-r-i:first-child{margin-left: 0;}
    .fs-main-vidpokaz{
        background-size: 200%;
        background-position: 87% bottom;
        padding-bottom: 420px;
    }
}
@media (max-width: 600px){
    .fs-main-vidpokaz{background-position: 87% bottom;}
}
@media (max-width: 550px){
    .fs-main-vidpokaz{
        padding-bottom: 360px;
    }
}
@media (max-width: 500px){
    .fs-main-vidpokaz{
        padding-bottom: 320px;
    }
}
@media (max-width: 450px){
    .fs-main-vidpokaz{
        padding-bottom: 280px;
    }
}
@media (max-width: 350px){
    .fs-main-vidpokaz{
        background-size: 250%;
        background-position: 80% bottom;
    }
}
@media (max-width: 300px){
    .fs-main-vidpokaz{
        padding-bottom: 240px;
    }
}
/* End */
/* /local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/style.css?1632212973997 */
/* /local/templates/mkresla/components/bitrix/news/fsnews/bitrix/news.detail/.default/style.css?170202846017495 */
/* /local/components/flexilis/fsblog_mod/templates/.default/style.css?16367410415699 */
/* /local/components/flexilis/fsvid_pokaz/templates/.default/style.css?16844030923999 */
