/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.03.2020, 20:38:57
    Author     : PASHA
*/
/*.section-bloc {
    position: relative;
    padding: 3rem 0;
}
.section-bloc.sb-g {
    background: #f5f7fa;
}
.section-bloc.sb-w {
    background: #fff;
}
.bloc-content {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bloc-content .bl-cont-title {
    color: #17449e;
    font-size: 2rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}
.bloc-content .bl-cont-divider {
    border-color: #17449e;
    border-width: 4px;
    border-radius: 2px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .7rem 0 1rem;
}
.bloc-content .bl-cont-subtitle {
    color: #4e78cc;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
.bloc-content .bl-cont-text > p,
.bloc-content .bl-cont-text > ul .bl-cont-list-item {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.3;
    font-size: 1.2rem;
    color: #47617d;
}
.bloc-content .bl-cont-text > ul .bl-cont-list-item {
    padding: .5rem;
    margin-left: 1rem;
    font-size: 1.05rem;
}
.bloc-content .bl-cont-text > ul .bl-cont-list-item > i {
    color: #4e78cc;
    margin-top: .2rem;
    margin-right: .5rem;
}*/
.org-history-container {
    background: #fff;
    margin-bottom: 30px;
    padding: 1.5rem 2.5rem;
    position: relative;
}
.org-history-container .org-history-title {
    color: #0f66dd;
    font-size: 2rem;
    letter-spacing: .7px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
    max-width: 70%;
}
.org-history-container .org-history-divider {
    border-color: #0f66dd;
    border-width: 4px;
    border-radius: 2px;
    border-bottom-style: solid;
    max-width: 120px;
    margin: .7rem 0 1rem;
}
.org-history-container .org-history-subtitle {
    color: #5295f2;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
.org-history-container .org-history-title-n1 {
    color: #fd5f00;
    font-size: 1.2rem;
    letter-spacing: .8px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
}
.org-history-container .org-history-body {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: 1.15rem;
    color: #47617d;
}



.section-block.sb-orange {
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.45;
    font-size: 1.15rem;
    color: #fff;
}

.block-img-contant .bl-img {
    display: block;
    background: transparent;
    position: relative;
    overflow: hidden;
    border: none;
    text-align: center;
    padding: 0 .5rem .7rem;
}
.block-img-contant .bl-img > .bl-img-fill {
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.block-img-contant .bl-img:hover > .bl-img-fill {
    opacity: 1;
    /*-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;*/
}