

/* Start:/local/templates/democontent2.board/template_styles.css?17296833777598*/
h3{
    font-size: 18px;
    font-weight: 600;
}
.h-100{
    height: 100%;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
a:hover{
    text-decoration: none;
}
a.btn,
/* button.btn{
    height: 46px;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    gap: .75rem;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    text-decoration: none;
} */
a.btn-white{
    background: #fff;
    color: #0d9242;
    border: 1px solid #0d9242;
}
a.btn-white:hover{
    background: #0d9242;
    color: #fff;
}
a.btn-green,
a.btn-green:hover,
button.btn-green,
button.btn-green:hover
{
    background: #0d9242;
    border: 1px solid #0d9242;
}
a.btn-transparent{
    color: #171b18;
    padding: 0;
}
a.btn-transparent:hover{
    color: #0d9242;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*header*/

header > .flex-container{
    height: 100%;
}
header ul{
    list-style: none;
    margin-bottom: 0;
    gap: 30px;
}
header ul li{
    height: 100%;
}
header ul li a{
    transition: all .6s ease;
    height: 100%;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    display: flex;
    align-items: center;
}
header .menu > ul > li:hover > a,
header ul li a:hover{
    color: #0d9242;
    border-bottom: 2px solid #0d9242;
    text-decoration: none;
}
header .flex-row > .header-group:first-child{
    gap: 30px;
}
header .divider{
    height: 36px;
    width: 1px;
    background-color: #eaeaea;
}

header .btn-block{
    gap: 15px;
}
header .second-menu-block {
    display: none;
    z-index: 500;
    background: #FCFCFC;
    min-height: 240px;
    padding: 32px 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 68px;
    width: 100%;
    border-top: 1px solid #c7c7c7;
}
header .menu li:hover .second-menu-block{
    display: block;
}
header .second-menu-block a{
    padding: 8px 16px;
    border: none;
}
header .second-menu-block a:hover{
    background-color: #f5f5f5;
    border: none;
}
/*Главная*//*Главная*//*Главная*/
/*Главная*//*Главная*//*Главная*/
/*Главная*//*Главная*//*Главная*/
section{
    width: 100%;
}
.section-main-banner h1,
.section-main-banner .sub-h1{
    color: #fff;
}
.section-main-banner h1 {
    font-weight: 700;
    font-size: 64px;
    margin: 0;
    line-height: normal;
}
.section-main-banner .sub-h1{
    font-size: 32px;
    max-width: 680px;
    margin-top: 20px;
    line-height: 38px;
}
.section-main-banner .banner{
    color: #ccc;
    background-image: url("https://optlist.ru/static/img/bg3.jpg");
    background-color: #343a40;
    background-size: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 90%;
    padding: 80px 0;
}
.section-main-banner .btn-block{
    margin-top: 40px;
    gap: 20px;
}
/*section-main-4x*/
.section-main-4x{
    margin-top: 40px;
}
.section-main-4x > .flex-container > .flex-row{

}
.section-main-4x .item{
    margin-bottom: 40px;
}
.section-main-4x .title a{
    color: #212529;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}
.section-main-4x .title{
    margin-bottom: 10px;
}
.section-main-4x .desc{
    color: #6c757d;
    max-width: 380px;
    font-size: 16px;
    margin-bottom: 0;
}
.section-main-4x .icon .circle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #def1ff;
}
.section-main-4x .item .flex-row{
    gap: 20px;
}
.section-main-4x .item i{
    color: #043c79;
    font-size: 40px;
}
/*section-main-optom*/
.section-main-optom .img img{

}
.section-main-optom .form{
    padding: 21px 42px;
    background-color: #def1ff;
    border: 1px solid rgba(4, 60, 121, .05);
    border-radius: 6px;
}
.section-main-optom h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-main-optom .desc{
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 15px;
}
.section-main-optom .form .flex-row{
    margin: 15px 0;
    gap: 20px;
}
.section-main-optom .input{
    width: 100%;
}
.section-main-optom input{
    padding: 7px 14px;
    font-size: 17px;
}
.section-main-optom form button.btn{
    height: 41px;
}
/*section-main-all-whosales*/
.section-main-all-whosales{
    margin: 40px 0;
}
.section-main-all-whosales h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-main-all-whosales ul:not(.popular)>li{
    margin-bottom: 12px;
}
.section-main-all-whosales ul>li>a{
    font-size: 17px;
    color: #0060c8;
}
.section-main-all-whosales ul.popular{
    column-gap: 15px;
    row-gap: 0;
}
.section-main-all-whosales h3{
    margin-top: 14px;
}
/*section-main-promo*/
.section-main-promo{
    background-color: #f2f4f7;
    padding: 42px 0;
}
.section-main-promo .item{
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    max-width: calc(25% - 9px);
    flex-basis: calc(25% - 9px);
    width: calc(25% - 9px);
}
.section-main-promo .item a{
    color: #0060c8;
    font-size: 15px;
    font-weight: 600;
}
.section-main-promo .item .title{
    margin-bottom: 10px;
}
.section-main-promo .item .desc{
    color: #212529;
    margin-bottom: 0;
}
.section-main-promo .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-main-promo .item .card{
    padding: 14px;
}
.section-main-promo .item .img{
    height: 175px;
    display: block;
}
.section-main-promo .flex-row{
    gap: 12px;
}
/*section-main-companies*/
.section-main-companies{
    padding: 42px 0;
}
.section-main-companies h2{
    color: #212529;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-main-companies .item{
    margin-bottom: 12px;
}
.section-main-companies .title{
    margin-bottom: 0;
}
.section-main-companies .title a{
    color: #0060c8;
    font-size: 15px;
    font-weight: 600;
}
.section-main-companies .desc{
    margin-bottom: 0;
    font-size: 14px;
    color: #212529;
}
.section-main-companies .btn-block{
    margin-top: 20px;
}
.section-main-companies .btn-block .flex-row{
    gap: 20px;
}
.section-main-companies > .flex-container > .flex-row{
    gap: 40px;
}
.section-main-companies ul li span{
    color:#6c757d;
    font-size: 12px;
}
.section-main-companies ul li a{
    color: #0060c8;
    font-size: 14px;
    margin-left: 10px;
}
.section-main-companies ul li{
    margin-bottom: 0px;
}
.section-main-companies ul li:last-child{
    margin-bottom: 0;
}
/*section-main-clients*/
.section-main-about{
    padding: 42px 0;
}
.section-main-clients h2{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.section-main-clients .clients{
    text-align: center;
}
.section-main-clients .clients p{
    margin-top: 12px;
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.section-main-about p{
    text-align: justify;
}
.section-main-about p:last-child{
    margin-bottom: 0;
}
/*section-main-member*/
.section-main-member{
    background-color: #def1ff;
    text-align: center;
    padding: 80px 0;
}
.section-main-member h3{
    font-size: 28px;
}
.section-main-member .icon i{
    color: #0d9242;;
}
.section-main-member .text{
    margin: 20px 0;
}
.section-main-member .btn-block{
    margin-top: 40px;
}
.section-main-member .sub-title{
    margin-bottom: 0;
}
.section-main-member .btn-block .flex-row{
    gap: 12px;
}
/* End */
/* /local/templates/democontent2.board/template_styles.css?17296833777598 */
