.h1_wrap{
    max-width: 1170px;
    margin: 0px auto;
}
.h1{
    width: 100%;
    color: #3b3b3b;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 60px 0px 60px 0px;
    margin: 0px;
    border-bottom: 1px solid #666;
}

h1.main{
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;
    text-align: left;
    color: #040404;
    margin-left: 20px;
}
@media (max-width: 680px){

    .h1{
        font-size: 25px;
    }

}
@media (max-width: 460px){

    .h1{
        font-size: 21px;
    }

}

/* Контакты в шапке сайта */
.header_contacts{
    display: flex;
    justify-content: center;
    background: #045d07; /* #045d07 / #414f96 */
    padding: 5px 0 5px 0;
    color: #FFF;
    font-weight: normal!important;
}
.header_contacts > div > span{
    margin: 0 5px 0 10px;
}
.header_contacts a{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}
.header_contacts .fa{
    font-weight: normal!important;
    margin-right: 5px;
}
@media (max-width: 560px){

    .header_contacts .view_desktop{
        display: none;
    }

    .header_contacts {
        font-size: 12px;
    }

}

/* Верхнее меню */
#mainMenu .dropdown-menu li a{
    color: #666;
    font-size: 14px;
}
.navbar-wp .navbar-nav > li > a{
    font-weight: 400;
}

/* Футер */
ul.copyright_block{

}
ul.copyright_block li{
    font-size:12px;
    color:#888;
    font-weight:400;
    display: block!important;
}
ul.copyright_block li a{
    text-decoration: none;
    cursor: pointer;
    color:#888;
}
ul.copyright_block li .fa{
    font-weight: normal!important;
    margin-right: 5px;
}

/* Слайдер на главной */
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.slick-dots{
    bottom: 20px;
}
.slick-dots li button:before{
    content: '';
}
#slider-wrapper h1{
    font-weight: 500;
}
.slick-prev,
.slick-next {
    z-index: 999;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-image: url('../images/slider_arrow.png');
    background-size: 48px 108px
}
.slick-prev {
    left: .5%;
    background-position: 0 0;
}
.slick-prev:before {
    content: '';
}
.slick-next {
    right: .5%;
    background-position: -24px 0;
}
.slick-next:before {
    content: '';
}
.slick-prev:hover,
.slick-prev:focus {
    background-image: url('../images/slider_arrow.png');
    background-size: 48px 108px;
    background-position: 0 -36px;
}
.slick-next:hover,
.slick-next:focus {
    background-image: url('../images/slider_arrow.png');
    background-size: 48px 108px;
    background-position: -24px -36px;
}

/* Слайдер на страницах */
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    border-radius: 50%;
    opacity: .3;
    color: black;
    display: block;
    background-color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Серии */
.series_is_discontinued{
    background: #ff8300;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

/* Страница с товарами */
.eol_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 280px;
    background-image: url('/images/products/oel_banner.webp');
    background-position: center center;
    background-repeat: no-repeat
}
.eol_banner h1 {
    font-size: 31px;
    text-shadow: 0 0 10px rgba(209, 198, 198, 0.4);
    color: #ebebeb
}

/* Товары в серии */
.products_series_wrap{
    padding: 0px 0px 50px 0px;
    display: flex;
}
.products_series_wrap .one_product{
    position: relative;
    display: block;
    text-align: center;
    float: none;
    width: 280px;
    min-width: 280px;
    margin: 0 10px;
    color: #3b3b3b;
    border: 1px solid #FFF;
    transition: all 1s;
}
.products_series_wrap .one_product:hover{
    border-color: #cfcfcf;
}
.products_series_wrap .one_product .is_discontinued{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    background: #ff8300;
    color: #fff;
}
.products_series_wrap .one_product .image_wrap{
    padding: 10px;
}
.products_series_wrap .one_product .image_wrap img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.products_series_wrap .one_product .link_wrap{
    margin: 10px 0;
}
.products_series_wrap .one_product .link_wrap span{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: "Roboto";
}
.products_series_wrap .one_product .link_wrap:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/images/icons/btn_compare_jumpto_hover.svg');
}

.products_series_wrap.content_center{
    justify-content: center;
}
.products_series_wrap.white_content{
    color: #FFF;
}
.products_series_wrap.white_content .one_product{
    border: 1px solid transparent;
}
.products_series_wrap.white_content .one_product:hover{
    border: 1px solid #333333;
}
.products_series_wrap.white_content a{
    color: #FFF;
}

.products_series_wrap.style001{
    flex-wrap: wrap;
}
.products_series_wrap.style001 .one_product{
    width: 25%;
    min-width: 0px;
}

@media (max-width: 960px){

    .products_series_wrap,
    .products_series_wrap.content_center{
        justify-content: left;
    }

}
@media (max-width: 860px){

    .products_series_wrap.style001 .one_product{
        width: 31.3%;
        margin: 0px 1%;
    }

}
@media (max-width: 560px){

    .products_series_wrap.style001 .one_product{
        width: 48%;
        margin: 0px 1%;
    }

}
@media (max-width: 420px){

    .products_series_wrap.style001 .one_product{
        width: 98%;
        margin: 0px 1%;
    }

}

/* Серии, снятые с производства */
.eol_series_wrap{
    max-width: 1400px;
    margin: 20px auto 50px auto;
    padding: 0 20px;
}
.eol_series_wrap h2{
    font-weight: bold;
    margin: 20px 0;
}

/* Ссылки-блоки */
.block_links{

}
.block_links a.one_link{
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px 10px 10px;
}
.block_links a.one_link:hover{
    background: #f5f5f5;
}
.block_links a.one_link span{
    display: inline-block;
    vertical-align: middle;
}
.block_links a.one_link:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/images/icons/btn_compare_jumpto_hover.svg');
}
@media(max-width: 460px){

    .block_links a.one_link{
        display: block;
        width: 90%;
        margin: 10px auto;
    }

}

/* Карточка товаров */
.one-page-ct .fixed-header .title{
    font-weight: bold;
    color: #333;
}
.one-page-ct .fixed-header .tab{
    opacity: 1;
    font-weight: bold;
    color: #333;
}
.one-page-ct .fixed-header .tab.active,
.one-page-ct .fixed-header .tab:hover,
.one-page-ct .fixed-header .tab:focus{
    color: #77c63b;
}

.product_icons{
    display: flex;
    flex-wrap: wrap;
}
.product_icons div{
    width: 40%;
    align-items: center;
}
.product_icons img{
    width: 90%;
    max-width: 150px;
    max-height: 100%;
}

.fancybox-margin{
    margin-right:0px;
}

.one-page-ct .three-column-ct .column-ct .title {
    font-weight: 500;
    line-height: 30px;
}

/* Обратная связь */
.feedback_block{
    margin: 0px 0px 20px 0px;
}
.feedback_block p{

}
.feedback_block p:nth-child(1){

}
.feedback_block p:nth-child(2){
    font-size: 17px;
}
.feedback_block a{
    /*color: #82dc48;*/
    color: #77c63a;
    font-weight: bold;
}

#error-window {
    display: none;
    z-index: 1000;
    width: 447px;
    height: 254px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.44);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 127px);
    left: calc(50% - 223px)
}
#error-window .window-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
#error-window .success-icon {
    width: 72px;
    height: 72px;
    background-image: url('../../images/icons/error_icon.png');
    background-repeat: no-repeat;
    background-size: 72px 72px
}
#error-window p {
    font-size: 24px;
    font-weight: normal;
    margin-top: 39px
}

#success-window p {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    margin: 20px 20px 0px 20px;
}

#contactUsFormBody .allFormStyle .formStyle .level1 .level2 {
    padding: 20px;
}
#contactUsFormBody input,
#contactUsFormBody textarea,
#contactUsFormBody .form-controls{
    width: 100%!important;
}

#success-window,
#success-webinar-window{
    display: none;
    z-index: 1000;
    width: 447px;
    height: 254px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.44);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 127px);
    left: calc(50% - 223px);
}
#success-window .window-inner,
#success-webinar-window .window-inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#success-window .success-icon,
#success-webinar-window .success-icon{
    width: 72px;
    height: 72px;
    background-image: url('../../images/icons/btn_compare_selector_selected.svg');
    background-repeat: no-repeat;
    background-size: 72px 72px;
}
#success-window p,
#success-webinar-window p{
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    margin: 20px 20px 0px 20px;
}

/* jQuery UI */
.ui-dialog{
    padding:0px;
}

.ui-dialog .ui-dialog-titlebar{
    background:#f0f0f0;
    border-radius:0px;
    color:#555;
    padding: 12px 10px;
    cursor: move;
}
.ui-dialog  .ui-dialog-titlebar-close{
    cursor:pointer;
    background-image: url('../plugins/jquery-ui-1.12.1/images/ui-icons_777777_256x240.png');
    background-position: -94px -126px;
    border: 0px;
    background-color: #0000;
}

.ui-dialog .ui-dialog-content{
    padding: 30px 20px;
}

.ui-dialog .ui-dialog-buttonpane{
    padding:0px;
}

.ui-dialog .ui-dialog-buttonset{
    float: none!important;
    width: 100%;
    text-align: right;
    padding: 10px 10px;
}
.ui-dialog .ui-dialog-buttonset button{
    background:#FFF;
    border:1px solid #7dd941;
    padding:5px 20px;
    color: #333;
}
.ui-dialog .ui-dialog-buttonset button:hover{
    cursor:pointer;
    background: #7dd941;
    border: 1px solid #7dd941;
    padding:5px 20px;
    color: #FFF;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
    filter: Alpha(Opacity=.7);
}

.ui-widget-content{
    z-index: 999999;
}

/* Контетная страница */
.page_content{
    display: block;
    max-width: 960px;
    margin: 20px auto;
    padding: 40px 20px;
    font-family: 'Roboto';
    color: #000;
}
.page_content:after{
    content: '';
    display: block;
    clear: both;
}
.page_content p{
    margin-bottom: 15px;
}
.page_content ul{
    margin-bottom: 15px 0px;
}
.page_content ul li{
    margin: 10px 10px;
}
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4{
    margin: 30px 0px;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0px;
}

.config{
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.config table {
    font-size: 14px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-width: 780px;
    border-spacing: 0;
}

.config table td {
    padding: 5px;
    border-bottom: 1px solid #DADADA;
}
.config table thead td,
.config_table_header {
    border-bottom: 1px solid #dadada;
    background: none;
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
}
.config table td {
    border-right: 1px solid #dadada;
    text-align: left;
    padding: 10px;
}
.config table td:last-child {
    border-right: none;
}
.config table td:first-child {
    background: none;
    text-align: left;
}

.config table tbody tr td{
    text-align: left;
    padding: 10px;
    font-size: 100%;
}
.config table tbody tr td:not(:first-child){
    text-align: center;
}
.config table .fa-check{
    color:green;
}
.config p a{
    color: #337ab7;
}

/* Таблица библиотеки */
.library_table_wrap{
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}
.library_table{
    min-width: 780px;
}
.library_table td{
    vertical-align: middle!important;
}
.library_table td.lang_icon{
    width: 40px;
}
.library_table td.lang_icon img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.library_table td.name{
    text-align: left;
}
.library_table td.name a{
    color: #333;
}
.library_table td.name .fa{
    font-weight: normal;
}
.library_table td.download_link{
    width: 120px;
}
.library_table td.download_link a{
    text-align: center;
    color: #77c63b;
}
.library_table td.download_link a:hover{
    color: #00a5e7;
}

/* Формы регистрации / авторизации */
.auth_form_wrap{
    margin: 150px 0px;
}
.auth_form_wrap h1{
    text-align: center;
}
.auth_form_wrap .auth_form{
    max-width: 540px;
    margin: 0px auto;
}
.form_group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.form_group > .input_name{
    text-align: right;
    width: 30%;
}
.form_group > .input_wrap{
    width: 70%;
    margin-left: 20px;
}
.form_group > .input_wrap.full_width{
    width: 100%;
}
.form_group > .input_wrap input[type="text"],
.form_group > .input_wrap input[type="email"],
.form_group > .input_wrap input[type="password"]{
    width: 100%;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    padding: 0 14px;
    font-weight: normal;
}
.form_group > .input_wrap input[type="text"]:active,
.form_group > .input_wrap input[type="email"]:active,
.form_group > .input_wrap input[type="password"]:active{
    border-color: #81e03c;
}
.form_group > .input_wrap input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    width: auto!important;
    height: auto!important;
    margin: 0px;
    opacity: 1;
}
.form_group button{
    border-color: #70D131;
    color: white;
    background: linear-gradient(to bottom, #8de256, #70d131);
}
.form_group button:hover{
    background: linear-gradient(to bottom, #7ede40, #65be2a);
    color: #ffffff;
}
.form_group > .input_wrap label{
    cursor: pointer;
}
.form_group > .input_wrap label > span{
    display: inline-block;
    vertical-align: middle;
}
.form_group > .input_wrap.buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_group .invalid-feedback{
    color: #b30000;
}



.wrapper{

}
.wrapper > .content{
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 15px;
}

/* Поиск по сайту */
.search_header{
    font-size: 17px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}

/* Список товаров */
.products_list{

}
.products_list:after{
    content: '';
    display: block;
    clear: both;
}
.products_list .one_product{
    display: block;
    float: left;
    margin: 0 1% 60px 1%;
    padding: 8px 40px 20px 40px;
    width: 23%;
    border: 1px solid #eee;
}
.products_list .one_product:hover{
    cursor: pointer;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 16px;
    -webkit-transition: .3s;
    transition: .35s;
}
.products_list .one_product .image{
    height: 240px;
    display: flex;
    align-items: center;
}
.products_list .one_product .image img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.products_list .one_product .name{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #3b3b3b;
    text-align: center;
}
@media (max-width: 960px){

    .products_list .one_product{
        width: 31%;
    }

}
@media (max-width: 680px){

    .products_list .one_product{
        width: 48%;
    }

}
@media (max-width: 460px){

    .products_list .one_product{
        width: 98%;
    }

}




/* new btn */
.new-btn,
.new-btn-solid{
    --ripple-color: #1a94a3;
    --ripple-duration: 1.5s;
    --ripple-fuzz: 1px;
}
.green-btn {
    --ripple-color: #77c63b;
    --ripple-duration: 1.5s;
    --ripple-fuzz: 1px;
}
.new-btn,
.green-btn {
    /* Just the ripple goes to the edges */
    line-height: 1.5em;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #1a94a3;
    border: 2px solid #1a94a3;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 20px;
}
.green-btn{
    color: #77c63b;
    border: 2px solid #77c63b;
}
.new-btn-solid {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fafafa;
    border: 2px solid #1a94a3;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #8de256, #70d131);
    padding: 0 20px;
}
.new-btn:hover,
.new-btn:focus,
.new-btn:active,
.new-btn.click-fx,
.green-btn:hover,
.green-btn:focus,
.green-btn:active,
.green-btn.click-fx {
    background-image: radial-gradient(circle closest-side at center, var(--ripple-color) 0%, var(--ripple-color) calc(100% - var(--ripple-fuzz, 0px)), transparent 100%), linear-gradient(180deg, var(--ripple-color) 10%, transparent 90%);
    background-size: 0% 0%, 0% 0%;
    background-repeat: no-repeat;
    background-origin: border-box;
    animation: button-ripple var(--ripple-duration) ease-in;
}
.green-btn:hover,
.green-btn:focus,
.green-btn:active,
.green-btn.click-fx{
    color: #77c63b;
}
.new-btn.pre-click-fx,
.green-btn.pre-click-fx {
    animation: none !important;
}
@keyframes button-ripple {
    0% {
        background-size: 0% 0%, 0% 0%;
        background-position: calc(50% - var(--click-el-w, 0px) / 2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px) / 2 + var(--click-offset-y, 0px)), 0% 0%;
    }
    33% {
        background-size: calc(2 * var(--click-max-r, 71%)) calc(2 * var(--click-max-r, 200vw)), 0% 0%;
        background-size: calc(2 * var(--click-max-r, 71%)) 100vmax, 0% 0%;
        background-position: calc(50% - var(--click-el-w, 0px) / 2 + var(--click-offset-x, 0px)) calc(50% - var(--click-el-h, 0px) / 2 + var(--click-offset-y, 0px)), 0% 0%;
        color: #fafafa;
    }
    33.1% {
        background-size: 0% 0%, 100% 1000%;
    }
    100% {
        background-size: 0% 0%, 100% 1000%;
        background-position: 0% 0%, 0% 100%;
    }
}







