/*   
Theme Name: empty
Theme URI:
Version: 3.0
Tags: clean, development, html5,
Description: Clean wordpress theme
Author: Dmitry_Zlobin
Author URI: https://wdtool.ru/
*/


/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, button
{
    font-family:'Montserrat', sans-serif;
    background:transparent;
    border:0;
    margin:0;
    outline:0;
    padding:0;
    text-decoration:none;
    box-sizing:border-box;
}
html
{
    font-size:1.04vw;
}
img
{
    max-width:100%;
}
li
{
    list-style:none;
}
input, textarea, select
{
    font-family:'Montserrat', sans-serif;
    box-sizing:border-box;
    outline:0;
}
body
{
    min-width:320px;
    -webkit-text-size-adjust:100%;
}
#post-3556 table, #post-3556 tr, #post-3556 th, #post-3556 td
{
	font-family:'Montserrat';
	font-size: 16px;
	line-height: 1.5;
	border-style: solid;
	border-spacing: unset;
	border-width: 1px;
	margin: 1%;
        border-collapse: collapse;
}
#post-3556 td
{
   padding: 5px; 
}
@font-face
{
    font-family:'Montserrat';
    font-display:swap;
    src:url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face
{
    font-family:'Montserrat';
    font-display:swap;
    src:url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight:600;
    font-style:normal;
}
@font-face
{
    font-family:'Montserrat';
    font-display:swap;
    src:url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight:700;
    font-style:normal;
}
@font-face
{
    font-family:'Montserrat';
    font-display:swap;
    src:url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight:900;
    font-style:normal;
}
.header
{
    padding:1.25rem 0 1rem;
}
.header__txt1
{
    color:#000000;
    font-size:.9em;
}
.header__phone
{
    display:inline-block;
    background:url("img/ico_phone.png") no-repeat left center / 4rem auto;
    padding:0.7rem 0 0.7rem 4rem;
}
.header__txt2
{
    font-size:1.1em;
    font-weight:600;
    color:#000000;
    text-align:left;
    white-space:nowrap;
}
.header_txt3
{
    text-align:left;
    color:#808080;
    font-size:.7em;
}
.header_txt4
{
    color:#3a7efb;
    font-size:.75em;
    font-weight:700;
}
.top-menu
{
    background:#f9f9fa;
}
.top-menu__ul .menu-item a
{
    font-weight:600;
    font-size:.8em;
    padding:1rem 0;
    display:block;
    color:#000000;
    transition:.2s;
    white-space:nowrap;
}
.top-menu__ul .menu-item a:hover
{
    color:#ff3333;
}
.top-menu__ul
{
    justify-content:space-between;
}
.dropdown
{
    position:relative;
}
.top-menu__ul .dropdown-menu
{
    opacity:0;
    visibility:hidden;
    position:absolute;
    padding:0 2rem;
    left:-2rem;
    z-index:10;
    background:#f9f9fa;
}
.top-menu__ul .dropdown > a
{
    display:flex;
    align-items:center;
}
.dropdown svg
{
    fill:#000000;
    transition:.2s;
    height:.5rem;
    margin-left:.3rem;
}
.top-menu__ul .menu-item a:hover svg
{
    fill:#ff3333;
}
.dropdown:hover .dropdown-menu
{
    opacity:1;
    visibility:visible;
}
.breadcrumbs
{
    padding:1.5rem 0;
    font-size:.7rem;
    color:#808080;
}
.breadcrumbs span
{
    color:#bfbfbf;
    font-size:.7rem;
}
.breadcrumbs a span
{
    color:#808080;
}
.breadcrumbs-spr
{
    margin:0 .5rem;
}
.breadcrumbs_padded
{
    margin-left:33.33%;
    padding-left:.5rem;
}
.hp-b01__item
{
    background-position:center;
    background-size:cover;
    height:30rem;
}
.hp-b01__inner
{
    flex-direction:column;
    padding:3.5rem .75rem 2.5rem 10rem;
    min-height:28.5rem;
    align-items:flex-start;
}
.hp-b01__txt1
{
    font-size:2rem;
    line-height:1em;
    font-weight:700;
    color:#ffffff;
    text-transform:uppercase;
    margin:0 0 1.5rem;
}
.hp-b01__ul li
{
    background:url("img/ico_galka.png") no-repeat left .2rem / .8rem;
    padding-left:1.5rem;
    margin:0 0 .7rem;
    color:#ffffff;
    font-size:.9em;
    max-width:26rem;
}
.btn1
{
    background:#3a7efb;
    border:2px solid #3a7efb;
    border-radius:100rem;
    display:inline-flex;
    align-items:center;
    position:relative;
    transition:.2s;
    padding:1.1rem 1.5rem 1.1rem 5.5rem;
}
.btn1__txt1
{
    color:#ffffff;
    font-weight:600;
    font-size:1rem;
    transition:.2s;
}
.btn1__svg
{
    fill:#fff;
    width:.8rem;
    margin-left:1rem;
    transition:.2s;
}
.btn1:hover
{
    background:transparent;
}
.btn1:hover .btn1__txt1
{
    color:#3a7efb;
}
.btn1:hover .btn1__svg
{
    fill:#3a7efb;
}
.btn1__abs
{
    position:absolute;
    width:4.5rem;
    left:.5rem;
    top:-.4rem;
}
.hp-b02__left
{
    position:relative;
    padding:2rem 0;
    height:100%;
}
.hp-b02__right
{
    padding:2rem 0;
}
.hp-b02__right a
{
    margin:0 .2rem;
}
.hp-b02__abs
{
    position:absolute;
    bottom:0;
    background:#fff;
    z-index:1;
    padding:2rem 2rem;
    box-shadow:0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}
.mn-catalog
{
    flex:0 0 18rem;
    position:relative;
}
.mn-catalog__menu
{
    position:absolute;
    background:#fff;
    padding:2rem 0;
    z-index:10;
    left:0;
    border:1px solid #eaebeb;
    display:none;
    border-top:0;
    right:0;
    box-shadow:0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}
.mn-catalog:hover .mn-catalog__menu
{
    display:block;
}
.mn-catalog_open .mn-catalog__menu
{
    display:block;
}
.mn-catalog__menu li a
{
    position:relative;
     padding:0 1.75rem 1rem 2.75rem;
    font-size:.8em;
    display:block;
    font-weight:600;
    color:#404040;
}
.mn-catalog__menu li a:hover
{
    color:#ff3333;
}
.mn-catalog__menu li a:before
{
    content:'';
    position:absolute;
    left:2rem;
    top:.5rem;
    height:.2rem;
    width:.2rem;
    border-radius:100%;
    background:#ff3333;
}
.mn-catalog__link
{
    display:flex;
    padding:1rem .75rem;
    transition:.2s;
    align-items:center;
}
.mn-catalog__link svg
{
    fill:#404040;
    transition:.2s;
    margin-right:.5rem;
}
.mn-catalog__link span
{
    color:#404040;
    font-size:1rem;
    transition:.2s;
    font-weight:600;
}
.mn-catalog__ul1-wrap
{
    position:absolute;
    display:none;
    top:3rem;
    bottom:3rem;
    left:100%;
    background:#fff;
    width:20rem;
    box-shadow:0 15px 45px 0 rgba(0, 0, 0, 0.1);
}
.mn-catalog__ul1-wrap_twocol
{
    width:40rem;
}
.mn-catalog__ul1
{
    padding:2rem 0;
    flex:0 0 20rem;
}
.mn-catalog__ul1 a{

}
.mn-catalog__two_col .mn-catalog__ul1
{
    width:40rem;
}
.mn-catalog li:hover .mn-catalog__ul1-wrap
{
    display:flex;
}
.mn-catalog:hover .mn-catalog__link,
.mn-catalog_open .mn-catalog__link
{
    background:#ff4040;
}
.mn-catalog:hover .mn-catalog__link svg,
.mn-catalog_open .mn-catalog__link svg
{
    fill:#fff;
}
.mn-catalog:hover .mn-catalog__link span,
.mn-catalog_open .mn-catalog__link span
{
    color:#ffffff;
}
.owl-carousel.first-owl .owl-nav .owl-next,
.owl-carousel.first-owl .owl-nav .owl-prev
{
    height:2.5rem;
    width:2.5rem;
    position:absolute;
    top:50%;
    margin-top:-1.25rem;
}
.owl-carousel.first-owl .owl-nav .owl-next
{
    background:url("img/arr_r.png") no-repeat center / cover;
    right:4.5rem;
}
.owl-carousel.first-owl .owl-nav .owl-prev
{
    background:url("img/arr_l.png") no-repeat center / cover;
    left:4.5rem;
}
.first-owl .owl-dots
{
    display:flex;
    position:absolute;
    right:4.5rem;
    bottom:2.5rem;
}
.first-owl .owl-dot
{
    background:#fff;
    opacity:.5;
    width:.4rem;
    height:.4rem;
    border-radius:100%;
}
.owl-dot + .owl-dot
{
    margin-left:.5rem;
}
.owl-dot.active
{
    opacity:1;
}
.hp-b03
{
    padding:2rem 0 0;
    margin:0 0 2rem;
}
.hp-b03__img
{
    height:10rem;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 .75rem;
}
.hp-b03__img img
{
    max-height:100%;
}
.hp-b03__txt1
{
    font-size:.8em;
    text-align:center;
}
.hp-b03__txt1 span
{
    font-weight:600;
}
.hp-b04
{
    padding:2rem 0 1rem;
    background:#f7f7f7;
}
.hp-b04__grid
{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:1rem;
}
.hp-b04__item
{
    position:relative;
    box-shadow:0px 15px 25px 0px rgba(0, 0, 0, 0.04);
    border-radius:3px;
    border-color:rgb(27, 29, 38);
    min-height:20rem;
}
.hp-b04__img
{
    display:block;
    width:100%;
}
.hp-b04__descr
{
    position:absolute;
    padding:0 1rem 2rem;
    bottom:0;
    right:0;
    left:0;
}
.hp-b04__txt1
{
    font-weight:600;
    font-size:.9em;
    margin:0 0 .5rem;
    color:#000000;
}
.hp-b04__txt2
{
    font-size:.9rem;
    color:#333333;
}
.hp-b05
{
    background:url("img/hp_bg5.jpg") no-repeat center / cover;
    padding:2rem 0 2rem;
}
.hp-b05__txt1
{
    max-width:38rem;
    margin:0 0 1rem;
}
.header1
{
    font-size:1.9em;
    font-weight:700;
    line-height:1.1em;
}
.hp-b05__txt2
{
    font-size:1em;
    max-width:50rem;
    margin:0 0 3rem;
    line-height:1.5em;
}
.hp-b05
{
    position:relative;
}
.hp-b05__img
{
    position:absolute;
    right:0;
    top:-6rem;
    width:40rem;
}
.hp-b05__form-wrap
{
    background:#fff;
}
.hp-b05__step p
{
    padding:1rem 0;
    color:#a6a6a6;
    font-size:.8em;
    border-left:1px solid #eeeeee;
}
.hp-b05__step
{
    flex:1;
    padding:1rem 0;
    text-align:center;
}
.hp-b05__step_active
{
    background:#ff3333;
}
.hp-b05__step:first-child p
{
    border-left:0;
}
.hp-b05__step_active p
{
    color:#ffffff;
    border-left:0;
}
.hp-b05__blc1
{
    padding:1.75rem 1.75rem 2rem;
}
.hp-b05__proginfo
{
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    top:.5rem;
    margin:auto;
    font-size:.65em;
    line-height:1em;
    text-transform:uppercase;
    z-index:1;
}
.hp-b05__proginfo_white
{
    z-index:10;
    color:#ffffff;
}
.hp-b05__progress
{
    position:relative;
    background:#f2f2f2;
    border-radius:100px;
    height:1.5rem;
    width:100%;
    margin:0 0 2rem;
}
.hp-b05__bar
{
    position:absolute;
    left:.2rem;
    top:.2rem;
    height:1.1rem;
    bottom:.2rem;
    box-shadow:0px 2px 10px 0px rgba(255, 45, 45, 0.65);
    border-radius:100px;
    background:#ff3333;
}
.hp-b05__txt4
{
    font-size:1.15em;
    font-weight:700;
    line-height:1.4em;
    margin:0 0 1rem;
}
.hp-b05__txt4_mar
{
    margin-bottom:2rem;
}
.hp-b05__txt5
{
    font-size:1em;
    margin:0 0 1.5rem;
}
.hp-b05__txt6
{
    font-size:.8em;
    line-height:1.5em;
}
.hp-b05__blc2
{
    margin-bottom:1rem;
}
.hp-b05__blc2_mar
{
    margin-bottom:3.5rem;
}
.hp-b05__blc2 img
{
    max-width:7rem;
}
.btn2
{
    background:#3a7efb;
    border:2px solid #3a7efb;
    border-radius:100rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    transition:.2s;
    width:12rem;
    padding:1.1rem 1.5rem;
    cursor:pointer;
    box-shadow:0px 7px 20px 0px rgba(58, 126, 251, 0.4);
    font-weight:600;
    font-size:1rem;
}
.btn2 span
{
    color:#ffffff;
    font-weight:600;
    font-size:1rem;
    transition:.2s;
}
.btn2 svg
{
    position:absolute;
    fill:#fff;
    width:.8rem;
    margin-left:1rem;
    transition:.2s;
    right:1.5rem;
}
.btn2:hover
{
    background:transparent;
    color:#3a7efb!important;
    
    
}
.btn2:hover span
{
    color:#3a7efb;
}
.btn2:hover svg
{
    fill:#3a7efb;
}
.btn2_small span
{
    font-size:.7rem;
}
.btn2_small
{
    padding:.5rem 1rem;
    width:auto;
}
.btn2_small2 span
{
    font-size:.8rem;
}
.btn2_small2
{
    width:100%;
    padding:1.2rem 1.5rem;
}
.crd-blc2__tabs a.btn2_small3
{
	font-size:.7rem;
	font-weight:600;
    width:auto;
    padding:0.5rem 1.3rem;
	color:#fff;
	border-color:#3a7efb;
}
.crd-blc2__tabs a.btn2_small3:hover
{
	color:#3a7efb;
}
.crd-blc2__tabs a.btn2_small3.selected
{
    color:#3a7efb;
	background:transparent;
}
.btn2_modal
{
    width:100%;
}
.btn2_modal span
{
    font-size:.8rem;
}
.st_radio
{
    display:none;
}
.hp-b05__radio
{
    margin:0 0 1rem;
}
.hp-b05__radio-small
{
    margin:0 0 .6rem;
}
.st_radio + label
{
    position:relative;
    padding-left:1.5rem;
    font-size:.75em;
    font-weight:600;
    color:#404040;
    display:inline-block;
}
.st_radio + label:before
{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:.5rem;
    width:.5rem;
    border-radius:100%;
    background:#ededed;
    border:.2rem solid #ededed;
}
.st_radio:checked + label
{
    color:#3a7efb;
}
.st_radio:checked + label:before
{
    background:#3a7efb;
    border-color:#c5d9fe;
}
.st_input1::-webkit-input-placeholder
{
    color:#404040;
    font-weight:400;
}
.st_input1::-moz-placeholder
{
    color:#404040;
    font-weight:400
}
.st_input1:-moz-placeholder
{
    color:#404040;
    font-weight:400
}
.st_input1:-ms-input-placeholder
{
    color:#404040;
    font-weight:400
}
.st_input2:-ms-input-placeholder
{
    color:#000000;
    opacity:.7;
    font-weight:400
}
.st_input2:-moz-placeholder
{
    color:#000000;
    opacity:.7;
    font-weight:400
}
.st_input2::-moz-placeholder
{
    color:#000000;
    opacity:.7;
    font-weight:400
}
.st_input2::-webkit-input-placeholder
{
    color:#000000;
    opacity:.7;
    font-weight:400
}
.st_input1
{
    background:#ededed;
    padding:.75rem 1.5rem;
    font-size:.75em;
    box-shadow:none;
    border:0;
    border-radius:100px;
    color:#3a7efb;
    font-weight:600;
}
.st_radio2
{
    cursor:pointer;
}
.st_radio2 + .st_radio2
{
    margin-left:1rem;
}
.st_radio2__inner
{
    background:url("img/user_emp.png") no-repeat center / contain;
    display:block;
    height:2.4rem;
    width:2rem;
    margin:0 0 1rem;
}
.st_radio2_active .st_radio2__inner
{
    background:url("img/user_act.png") no-repeat center / contain;
}
.st_radio2__number
{
    font-size:.8rem;
    font-weight:600;
}
.st_radio2_active .st_radio2__number
{
    color:#3a7efb;
}
.st_input1_big
{
    width:100%;
    font-size:.8em;
    padding:1.2rem 2rem;
}
.st_textarea
{
    width:100%;
    font-size:.8em;
    padding:1.2rem 2rem;
    height:5rem;
    border-radius:1.6rem;
    resize:none;
}
.hp-b05__blc4
{
    max-width:930px;
    margin:0 auto;
}
.hp-b05__blc4 .col6
{
    margin-bottom:1rem;
}
.hp-b05__txt7
{
    font-size:.7em;
    color:#808080;
}
.st_checkbox
{
    display:none;
}
.st_checkbox + label
{
    font-size:.6em;
    color:#808080;
    position:relative;
    padding:.2rem 0 .2rem 1.5rem;
}
.st_checkbox + label:before
{
    content:'';
    position:absolute;
    height:1rem;
    width:1rem;
    background:#f2f2f5;
    border-radius:4px;
    left:0;
    top:0;
}
.st_checkbox:checked + label:before
{
    background:url("img/ico_check.png") no-repeat center, #f2f2f5;
}
.hp-b05__blc3_mar
{
    margin:1rem 0;
}
.hp-b05__blc3_mar .btn2
{
    white-space:nowrap;
}
.hp-b05__txt8
{
    font-size:.9em;
    margin:0 0 .5rem;
}
.hp-b05__blc5
{
    padding-left:2rem;
}
.hp-b05__txt9
{
    display:none;
    color:red;
    font-size:.7rem;
}
.hp-b05__success-txt
{
    font-size:1.2rem;
    font-weight:700;
    text-align:center;
    margin:1.5rem 0;
}
.hp-b05__success
{
    display:flex;
    text-align:center;
    align-items:center;
    justify-content:center;
    min-height:30rem;
}
.hp-b06
{
    background:url("img/hp_bg06.jpg") no-repeat center /cover;
    padding:6rem 0 3rem;
}
.hp-b06__item
{
    padding:2.5rem 0;
}
.hp-b06__item a
{
    display:block;
    border-radius:3px;
    box-shadow:0px 15px 30px 0px rgba(0, 0, 0, 0.17);
    overflow:hidden;
}
.hp-b06__item img
{
    width:100%;
}
.hp-b06
{
    overflow:hidden;
    margin:0 0 6rem;
}
.photo_owl.owl-carousel .owl-nav .owl-prev,
.photo_owl.owl-carousel .owl-nav .owl-next
{

    width:2rem;
    height:2rem;
    position:absolute;
    left:0;
    margin-top:-1rem;
}
.photo_owl.owl-carousel .owl-nav .owl-prev
{
    background:url("img/arr_l2.png") no-repeat center / cover;
}
.photo_owl.owl-carousel .owl-nav .owl-next
{
    background:url("img/arr_r2.png") no-repeat center / cover;
    transform:translateX(200%);
}
.hp-b07{
	margin:2rem 0;
    overflow:hidden;
}
.hp-b08
{
    margin:0 0 2rem;
    overflow:hidden;
}
.hp-b07__txt1
{
    margin:0 0 1rem;
}
.hp-b07__txt2
{
    max-width:990px;
    margin:0 0 3.5rem;
    font-size:1em;
    line-height:1.5em;
}
.hp-b07__txt3
{
    font-size:1rem;
    font-weight:600;
    color:#cbcacc;
    text-transform:uppercase;
    padding:0 .5rem;
    background:#ffffff;
    position:absolute;
    top:.1rem;
    left:2.5rem;
    line-height:1em;
    transform:translateY(-100%);
}
.hp-b07__txt4
{
    font-size:1.75em;
    max-width:300px;
    line-height:1.5em;
}
.hp-b07__blc4
{
    border:.75rem solid #f4f3f5;
    padding:2.5rem;
    position:relative;
}
.hp-b07__img
{
    position:absolute;
    top:0;
    transform:translate(30%, -50%);
    right:0;
    width:7.8rem;
    z-index:1;
}
.hp-b07__ul
{
    padding-left:1rem;
}
.hp-b07__ul li
{
    list-style:disc;
    font-size:.95em;
    margin:0 0 .9rem;
}
.hp-b08__txt2
{
    font-size:1rem;
    line-height:1.5em;
    margin:0 0 1.5rem;
}
.hp-b08__txt2 span
{
    font-weight:700;
}
.hp-b08__txt1
{
    margin:0 0 2.5rem;
}
.hp-b09
{
    margin:0 0 5rem;
    overflow:hidden;
}
.hp-b09__inner
{
    position:relative;
}
.hp-b09__img
{
    position:absolute;
    top:0;
    left:52%;
    z-index:-1;
}
.hp-b09__txt1
{
    margin:0 0 1.5rem;
}
.hp-b09__ol li
{
    display:flex;
    align-items:flex-start;
    margin:0 0 1rem;
    max-width:60%;
}
.hp-b10__txt1
{
    margin-right:1rem;
}
.hp-b09__txt2
{
    font-weight:900;
    font-size:1.75em;
    color:#ff3333;
    text-shadow:0px 12px 25px rgba(255, 45, 45, 0.65);
    width:3.5rem;
    flex:none;
}
.hp-b09__txt3
{
    font-size:.8em;
    line-height:1.5em;
    padding-top:.5rem;
}
.hp-b10
{
    background:#f7f6f8;
    padding:2rem 0;
}
.hp-b10__blc1
{
    margin-bottom:1.5rem;
}
.hp-b10__item
{
    box-shadow:0px 15px 25px 0px rgba(0, 0, 0, 0.04);
    margin:0 0 .5rem;
    background:#ffffff;
    padding:1rem;
    border-radius:3px;
}
.hp-b10__item img
{
    display:block;
    border-radius:3px;
    overflow:hidden;
}
.hp-b10__txt2 a
{
    font-size:1rem;
    font-weight:600;
    margin:0 0 .5rem;
    color:#000000;
}
.hp-b10__txt3
{
    font-size:.75em;
    margin:0 0 1rem;
}
.hp-b10__txt4
{
    color:#808080;
    font-size:.75em;
}
.hp-b11
{
    padding:2rem 0;
}
.hp-b11__blc1
{
    padding:.5rem;
    background:#898989;
    border-radius:1rem;
  /*  box-shadow:0px 15px 75px -10px rgba(0, 0, 0, 6); */
}
.st_checkbox2
{
    display:none;
}
.st_checkbox2 + label
{
    font-size:.6em;
    color:#ffffff;
    position:relative;
    padding:.2rem 0 .2rem 1.5rem;
}
.st_checkbox2 + label:before
{
    content:'';
    position:absolute;
    height:1rem;
    width:1rem;
    background:rgba(255, 255, 255, .2);
    border-radius:1px;
    left:0;
    top:0;
}
.st_checkbox2:checked + label:before
{
    background:url("img/ico_check2.png") no-repeat center, rgba(255, 255, 255, .2);
}
.hp-b11__blc2
{
    padding:.3rem;
    background:#ffffff;
    border-radius:50px;
}
.st_input2
{
    border:0;
    font-size:1rem;
    width:100%;
    color:#3a7efb;
    font-weight:100;
    padding:0 0 0 1rem;
}
.hp-b11__txt1
{
    font-weight:600;
    color:#ffffff;
    font-size:1.3rem;
    line-height:1.2em;
    margin:0 0 .5rem;
}
.hp-b11__txt2
{
    font-size:.8rem;
    color:#ffffff;
}
.hp-b11__blc3
{
    padding:.1rem 0 0;
}
.footer__blc1
{
    border-top:1px solid #e5e5e5;
    padding:2rem 0 0;
    margin:0 0 2rem;
}
.footer__logo
{
    width:7rem;
}
.footer__txt1 a
{
    font-size:1.1em;
    font-weight:600;
    color:#000000;
    line-height:1em;
}
.footer__txt2
{
    font-size:.7em;
    color:#808080;
}
.footer__txt3,
.footer__ul3 a
{
    color:#a6a6a6;
    font-weight:600;
    font-size:.9em;
    line-height:1em;
}
.footer__txt3,
.footer__ul3 li
{
    margin:0 0 .8rem;
}
.footer__txt3 a
{
    color:#a6a6a6;
}
.footer__txt4 li
{
    margin:0 0 .5rem;
}
.footer__txt4 a
{
    font-size:.7em;
    color:#010101;
}
.footer__blc2
{
    padding:0 0 1rem;
}
.footer__blc3
{
    margin:0 0 2rem;
}
.footer__rekv
{
    color:#808080;
    font-size:.8rem;
    margin:0 0 1rem;
    line-height:1.5em;
}
.footer__txt5 a
{
    color:#808080;
    font-size:.8rem;
}
.footer__txt5
{
    margin:0 0 .5rem;
}
.footer__txt6
{
    color:#808080;
    font-size:.8rem;
    margin:0 0 1rem;
}
.footer__txt7
{
    color:#808080;
    font-size:.8rem;
    line-height:1.5em;
}
.footer__txt7 a
{
    color:#000000;
    font-weight:600;
}
.gr-b01__txt1
{
    margin:0 0 2rem;
}
.gr-b01__img
{
    display:block;
}
.gr-b01__txt2
{
    font-size:.95rem;
    font-weight:600;
}
.gr-b01__txt3
{
    font-size:.8rem;
    margin:0 0 .5rem;
}
.gr-b01__txt4
{
    color:#a6a6a6;
    font-size:.75rem;
    font-weight:600;
}
.gr-b01__txt5
{
    color:#404040;
    font-size:.65rem;
}
.gr-b01__txt5 a
{
    color:#404040;
    font-size:.8rem;
}
.gr-b01__right
{
    position:relative;
    padding-top:2rem;
    padding-left:2.5rem;
}
.gr-b01__abs
{
    display:block;
    position:absolute;
    left:-1.5rem;
    top:0;
}
.gr-b01__txt6
{
    font-size:1.2rem;
    line-height:1.5em;
}
.gr-b01__txt7
{
    font-size:1.2rem;
    font-weight:600;
    margin:.5rem 0 1rem;
}
.gr-b01__txt8
{
    font-size:.85rem;
    line-height:1.3em;
    margin:0 0 2.5rem;
}
.gr-b01__txt9
{
    font-size:1rem;
    margin:0 0 1rem;
    font-weight:600;
}
.gr-b01__ul li
{
    padding:0 0 .2rem 1.5rem;
    background:url("img/gar_li.png") no-repeat left top / 1rem;
    font-size:.8rem;
    color:#404040;
    margin:0 0 .5rem;
}
.gr-b01__bcl1
{
    margin:.8rem 0 0;
}
.gr-b01__inner
{
    padding:0 0 2rem;
    border-bottom:1px solid #f0f0f0;
}
.gr-b02
{
    padding:2rem 0 2rem;
}
.gr-b02__txt1
{
    font-size:1.2rem;
    font-weight:600;
    margin:0 auto .7rem;
    max-width:900px;
}
.gr-b02__txt2
{
    font-size:1rem;
    line-height:1.5em;
    margin:0 auto 2.5rem;
    max-width:950px;
}
.gr-b02__itimg img
{
    display:block;
    max-height:100%;
}
.gr-b02__itimg
{
    height:3rem;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 .7rem;
}
.gr-b02__ittxt
{
    color:#404040;
    font-size:.75rem;
    line-height:1.4em;
}
.gr-b02__in1
{
    padding:0 0 2rem;
    border-bottom:1px solid #f0f0f0;
}
.gr-b02__in2
{
    padding:2rem 0;
}
.gr-b02__in3
{
    box-shadow:0px 18px 35px 0px rgba(0, 0, 0, 0.15);
    border:1px solid #eaebeb;
    max-width:1070px;
    margin:0 auto;
    border-radius:4px;
    padding:3rem 2.5rem;
}
.gr-b02__in3 .col12
{
    margin:.5rem 0 1rem;
}
.gr-b02__in3 .col6
{
    margin:0 0 .5rem;
}
.vc-blc1
{
    padding:0 0 4rem;
}
.ct-blc1__sbl .col6
{
    display:flex;
}
.vc-blc1__txt1
{
    margin:0 0 1rem;
}
.vc-blc1__txt2 p
{
    margin:0 0 1.5rem;
    font-size:.85rem;
    line-height:1.5em;
}
.vc-blc1__img1
{
    border-radius:100%;
    background:#ebf2ff;
    padding:.3rem;
}
.vc-blc1__img1 img
{
    display:block;
}
.vc-blc1__item
{
    padding:1rem;
    border-radius:3px;
    border:1px solid #eaebeb;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    margin:0 0 1rem;
}
.vc-blc1__arrow
{
    background:url("img/arr_d.png") no-repeat center;
    height:.5rem;
    width:.8rem;
    transition:.2s;
}
.vc-blc1__head_open .vc-blc1__arrow
{
    transform:rotate(180deg);
}
.vc-blc1__txt3
{
    font-size:1rem;
    font-weight:600;
}
.vc-blc1__head
{
    cursor:pointer;
}
.vc-blc1__txt4
{
    color:#404040;
    font-size:.75rem;
    margin:0 0 1rem;
    font-weight:600;
}
.vc-blc1__txt5
{
    color:#404040;
    font-size:.75rem;
    margin:0 0 .4rem;
    font-weight:600;
}
.vc-blc1__body
{
    padding:1.5rem 0 1rem 3rem;
    display:none;
}

.vc-blc1__body p {
	font-size:.75rem;
    margin:0 0 1rem;
}
.vc-blc1__body p strong {
	color:#404040;
	font-weight:600;
}
.vc-blc1__body ol, .vc-blc1__body ul {
	margin:0 0 1rem 1rem;
}
.vc-blc1__body li
{
    color:#404040;
    font-size:.75rem;
    margin:0 0 .4rem -.6rem;
    position:relative;
    padding-left:.6rem;
}
.vc-blc1__body li:before
{
    content:'';
    position:absolute;
    left:0;
    top:.45rem;
    width:.2rem;
    height:.2rem;
    background:#ff4040;
    border-radius:100%;
}
.vc-blc1__txt6
{
    color:#404040;
    font-size:.75rem;
}
.vc-blc1__txt6 a
{
    font-weight:600;
    color:#404040;
}
.vc-blc1__blc1
{
    margin:2rem 0 0;
}
.col-left
{
    padding-right:1.2rem;
    position:relative;
}
.col-left__blc
{
    padding:.75rem;
    border-radius:3px;
    border:1px solid #eaebeb;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    margin:0 0 1rem;
}
.col-left__blc_menu
{
    padding:2rem 1.7rem 2rem 2rem;
}
.col-left__txt1
{
    font-size:.9rem;
    color:#999999;
    margin:0 0 1.4rem;
}
.col-left__ul a
{
    color:#000000;
    font-size:.75rem;
    transition:.2s;
}
.col-left__ul a:hover
{
    color:#ff3333;
}
.col-left__ul .dropdown > a
{
    padding-right:.2rem;
    position:relative;
    font-weight:600;
}
.col-left__ul .dropdown > a + span
{
    display:inline-block;
    background:url("img/arr_rmenu.png") no-repeat center;
    right:0;
    top:0;
    z-index:10;
    width:.85rem;
    height:.55rem;
    transition:.2s;
    cursor:pointer;
}
.col-left__ul .dropdown > a + span.rotated
{
    transform:rotate(90deg);
}
.col-left__ul li
{
    margin:0 0 1rem;
}
.col-left__ul .dropdown-menu
{
    display:none;
    padding:1rem 0 0 .5rem;
}
.col-left__blc2
{
    padding:.5rem;
    border-bottom:1px solid #f0f0f0;
}
.col-left__img1
{
    position:relative;
}
.col-left__img1 img
{
    display:block;
    border-radius:100%;
    overflow:hidden;
}
.col-left__online
{
    width:16px;
    height:16px;
    background:#3a7efb;
    border-radius:100%;
    border:3px solid #ffffff;
    position:absolute;
    right:0;
    bottom:0;
}
.col-left__txt2
{
    font-size:.8rem;
    color:#595959;
    font-weight:600;
}
.col-left__txt3
{
    font-size:.65rem;
    color:#808080;
}
.col-left__txt4
{
    font-size:.9rem;
    font-weight:600;
    margin:0 0 .4rem;
}
.col-left__txt5
{
    font-size:.75rem;
    margin:0 0 1rem;
}
.col-left__blc3
{
    padding:1.5rem 1rem;
}
.col-left__input
{
    margin:0 0 .5rem;
}
.hp-b05__blc4
{
    margin:0 auto;
}
.hp-b05__blc4 label
{
    display:inline-block;
}
.ct-blc1__txt1
{
    margin:0 0 2rem;
}
.ct-blc1__txt2
{
    font-size:.95rem;
    font-weight:600;
    margin:0 0 .5rem;
}
.ct-blc1__cat
{
    padding:.25rem;
    border-radius:3px;
    border:1px solid #eaebeb;
    box-shadow:0 3px 15px 0 rgba(0, 0, 0, 0.04);
    margin:0 0 .5rem;
    transition:.2s;
    width:100%;
}
.ct-blc1__cat img,
.ct-blc1__cat a
{
    display:block;
}
.ct-blc1__txt3
{
    font-size:.75rem;
    font-weight:600;
    transition:.2s;
    color:#040404;
}
.ct-blc1__cat:hover .ct-blc1__txt3
{
    color:#ffffff;
}
.ct-blc1__cat:hover
{
    background:#3a7efb;
}
.ct-blc1__sbl
{
    margin:0 0 2rem;
}
.ct-blc1__sbl .flex{
    margin:0 -.25rem;
}
.ct-blc1__sbl .col6{
    padding:0 .25rem;
}
.ct-blc1__prod
{
    padding:.25rem;
    border-radius:3px;
    border:1px solid #eaebeb;
    box-shadow:0 3px 15px 0 rgba(0, 0, 0, 0.04);
    margin:0 -.25rem .5rem;
    transition:.2s;
    height:100%;
}
.ct-blc1__prod:hover
{
    background:#3a7efb;
}
.ct-blc1__sb2
{
    margin:0 .25rem 2rem;
}
.ct-blc1__sb2 .col4
{
    margin-bottom:.5rem;
}
.ct-blc1__prod img {
    height: 140px;
    max-height: 140px;
    object-fit: contain;
}
.ct-blc1__name {
    height: 40px;
}
.ct-blc1__prod img,
.ct-blc1__prod a
{
    display:block;
    margin:0 auto;
}
.ct-blc1__prodin
{
    padding:.5rem;
	text-align: center;
}
.ct-blc1__name
{
    font-size:.8rem;
    display:block;
    color:#000000;
    margin:0 0 .5rem;
    font-weight:600;
    transition:.2s;
}
.ct-blc1__descr
{
    color:#404040;
    font-size:.7rem;
    transition:.2s;
    display:block;
}
.ct-blc1__prod:hover .ct-blc1__name,
.ct-blc1__prod:hover .ct-blc1__descr
{
    color:#ffffff;
}
.ct-blc1__sb3
{
    margin:0 0 4rem;
}
.ct-blc1__sb3 .col6
{
    margin-bottom:1.5rem;
}
.ct-blc1__preim
{
    font-size:.65rem;
}
.ct-blc1__preim span
{
    font-weight:600;
}
.ct-blc1__sb4
{
    padding:0 0 2rem;
    font-size:.85rem;
    line-height:1.4em;
    color:#404040;
}
.ct-blc1__sb4 p
{
    font-size:.85rem;
    margin:0 0 1rem;
    line-height:1.4em;
    color:#404040;
}
.ct-blc1__sb4 h3 {
	margin:0 0 0.7rem;
}
.ct-blc1__sb4 h4
{
    font-size:.85rem;
    font-weight:600;
    line-height:1.4em;
    color:#404040;
}
.ct-blc1__sb4 li
{
    list-style:disc;
    font-size:.85rem;
    line-height:1.4em;
    color:#404040;
	margin:0 0 0.7rem;
}
.ct-blc1__sb4 ul, .ct-blc1__sb4 ol
{
    margin:0 0 1rem;
    padding-left:1rem;
}
.col-left__txt6
{
    color:#737373;
    font-weight:600;
    font-size:.8rem;
    margin:0 0 .5rem;
}
.ftlr_wrap
{
    margin:0 0 1rem;
}
.ftlr_radio input
{
    display:none;
}
.ftlr_radio label
{
    font-size:.75rem;
    font-weight:600;
    padding:.5rem;
    border-radius:.25rem;
    border:1px solid #e5e5e5;
    display:block;
    cursor:pointer;
}
.ftlr_radio
{
    margin:0 .3rem .3rem 0;
}
.ftlr_radio input:checked + label
{
    background:#3a7efb;
    border-color:#3a7efb;
    color:#ffffff;
}
.ftlr_radio input:disabled + label
{
    opacity:.5;
    cursor:default;
}
.crd-blc1__txt1
{
    margin:0 0 1rem;
}
.crd-blc1__left
{
    overflow:hidden;
}
.owl-small-wrap
{
    margin-left:-35px;
    position:relative;
}
.crd-blc1__img2
{
    border:.1rem solid transparent;
    overflow:hidden;
    border-radius:.2rem
}
.owl-small .current
{
    opacity:.5;
}
.current .crd-blc1__img2
{
    border-color:#3a7efb;
}
.owl-carousel.owl-big .owl-nav .owl-next,
.owl-carousel.owl-big .owl-nav .owl-prev
{
    height:2.5rem;
    width:2.5rem;
    position:absolute;
    top:50%;
    margin-top:-.75rem;
}
.owl-carousel.owl-big .owl-nav .owl-next
{
    background:url(img/arr_r3.png) no-repeat center;
    right:.5rem;
}
.owl-carousel.owl-big .owl-nav .owl-prev
{
    background:url(img/arr_l3.png) no-repeat center;
    left:.5rem;
}
.owl-small-wrap:after
{
    content:'';
    display:block;
    z-index:10;
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    width:1rem;
    background:linear-gradient(to right, rgba(255, 255, 255, 0.0001), rgba(255, 255, 255, 1));
}
.crd-blc1__txt2
{
    font-weight:600;
    font-size:.95rem;
    margin:0 0 .75rem;
}
.crd-blc1__blc1
{
    width:50%;
}
.crd-blc1__blc3
{
    font-size:.75rem;
    color:#808080;
}
.crd-blc1__blc2
{
    color:#404040;
    font-size:.75rem;
}
.crd-blc1__blc4
{
    border-bottom:1px dotted #808080;
    margin:0 .2rem .2rem;
}
.crd-blc1__line
{
    margin:0 0 .5rem;
}
.crd-blc1__blc6
{
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    border:1px solid #eaebeb;
    margin:.5rem 0 0;
    color:#000000;
    border-radius:4px;
}
.crd-blc1__blc7
{
    flex:1;
    text-align:center;
    font-size:.85rem;
    font-weight:600;
}
.crd-blc1__char
{
    margin:0 0 2rem;
}
.crd-blc1__btns
{
    border-radius:100px;
}
.btn3 span
{
    color:#3a7efb;
    font-weight:600;
    font-size:.75rem;
}
.btn2_card
{
    width:70%;
    padding:1.1rem;
}
.btn2_card span
{
    font-size:.8rem;
}
.btn3
{
    color:#3a7efb;
    font-weight:600;
    font-size:0.75rem;
    line-height:1.2em;
    display:block;
    width:50%;
    padding:0 1.1rem;
}
.crd-blc2
{
    padding:0 0 2rem;
    border-bottom:1px solid #f0f0f0;
    margin:0 0 2.5rem;
}
.crd-blc2__txt1 p
{
    color:#404040;
    font-size:.75rem;
    line-height:1.5em;
}
.crd-blc2__txt1
{
    padding:1.5rem 0 2.5rem;
    border-bottom:1px solid #f0f0f0;
}
.crd-blc2__tabs
{
    display:flex;
    flex-wrap:wrap;
    padding:2rem 0;
}
.crd-blc2__tabs a
{
    margin-right:.9rem;
    margin-bottom:.5rem;
}
.crd-blc2__tabs a.selected
{
}
.crd-blc2__tbinner h4
{
    color:#8c8c8c;
    font-weight:600;
    font-size:.8rem;
    margin:1.3rem 0 .7rem;
}

.crd-blc2__tbinner td ul {margin:.5rem 0 0;}
.crd-blc2__tbinner td li:before {display:none;}

.crd-blc2__tbinner
{
   font-size: 13px;
    color:#404040;
}
.crd-blc2__tbinner p,
.crd-blc2__tbinner li
{
    font-size: 13px;
    font-size:.7rem;    
    color:#404040;
    margin:0 0 .5rem;
}
#post-3556 .crd-blc2__tbinner p,
#post-3556 .crd-blc2__tbinner li {
    font-size: 13px;
}
.crd-blc2__tbinner ul li
{
    position:relative;
    padding-left:.75rem;
}
.crd-blc2__tbinner ul li:before
{
    content:'';
    position:absolute;
    left:0;
    top:.5rem;
    height:.2rem;
    width:.2rem;
    border-radius:100%;
    background:#ff3333;
}
.crd-blc2__tbinner ol,
.crd-blc2__tbinner ul
{
    margin:1.5rem 0;
}
.crd-blc2__tbinner ol li
{
    list-style:decimal;
    margin-left:.75rem;
}
.crd-blc3
{
    margin:0 0 5rem;
}
.crd-blc3__left
{
    width:50%;
}
.crd-blc3__left img
{
    display:block;
}
.crd-blc3__right
{
    width:50%;
    padding:2rem 1.5rem 0;
    box-shadow:0px 18px 35px 0px rgba(0, 0, 0, 0.15);
    border:1px solid #eaebeb;
    background:#fff;
}
.crd-blc3__blc1
{
    padding:.75rem 0 0;
    max-width:230px;
}
.crd-blc3__txt1
{
    font-size: 16px;
    margin:0 0 .5rem;
    font-weight:600;
}
.crd-blc3__txt2
{
    font-size: 16px;
    margin:0 0 1rem;
    line-height:1.4em;
}
.crd-blc3__txt2 span
{
    font-weight:600;
}
.st_input1_big2
{
    font-size: 16px;
    padding:0.9rem 2rem;
    width:100%;
}
.crd-blc4__inner
{
    padding:4rem 0;
    border-top:1px solid #e5e5e5;
    overflow:hidden;
}
.crd-blc4__txt1
{
    font-size: 16px;
    font-weight:700;
    margin:0 0 1rem;
}
.crd-blc4__wrap
{
    margin-left:-110px;
    position:relative;
}
.crd-blc4__wrap .owl-stage-outer:after,
.dc-blc1__wrap .owl-stage-outer:after
{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:110px;
    z-index:1;
    background:linear-gradient(to right, rgba(255, 255, 255, 0.0001), rgba(255, 255, 255, 1));
}
.crd-blc4 .ct-blc1__prod
{
    margin:0;
}
.crd-blc4 .ct-blc1__name
{
    min-height:3.4rem;
}
.ct-blc1__prod-img
{
    flex:1;
    min-height:9.4rem;
}
.owl-carousel.owl-same .owl-nav .owl-next
{
    height:2.5rem;
    width:2.5rem;
    position:absolute;
    top:50%;
    margin-top:-1.25rem;
    background:url(img/arr_r4.png) no-repeat center, #fff;
    box-shadow:0px 12px 20px 0px rgba(0, 0, 0, 0.25);
    right:1rem;
    border-radius:100%
}
.np-blc1__txt1
{
    margin:0 0 1.5rem;
}
.col-right
{
    padding-left:1.2rem;
}
.np-blc1__item
{
    border:1px solid #eaebeb;
    border-radius:5px;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.04);
}
.np-blc2
{
    margin:2rem 0 0;
}
.np-blc1__blc1 .col6
{
    margin-bottom:1rem;
}
.np-blc1__blctx
{
    padding:1rem 1.5rem;
}
.np-blc1__txt0
{
    margin:0 0 1.5rem;
}
.np-blc1__item
{
    height:100%;
}
.np-blc1__txt1
{
    color:#808080;
    font-weight:600;
    font-size:.75rem;
    margin:0 0 .5rem;
}
.np-blc1__txt2
{
    font-size:1rem;
    font-weight:600;
    color:#000000;
    margin:0 0 1rem;
    display:block;
}
.np-blc1__txt3
{
    font-size:.75rem;
    color:#808080;
}
.np-blc1__txt4
{
    color:#3a7efb;
    font-size:.75rem;
    padding-left:1rem;
    background:url("img/ico_comment.png") no-repeat left center;
}
.np-blc1__img img,
.np-blc1__img a
{
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.btn4
{
    background:#3a7efb;
    border:2px solid #3a7efb;
    font-size:.8rem;
    font-weight:600;
    color:#ffffff;
    transition:.2s;
    padding:.6rem 1rem;
    cursor:pointer;
    border-radius:4px;
    box-shadow:0px 7px 20px 0px rgba(58, 126, 251, 0.4);
}
.btn4:hover
{
    background:transparent;
    color:#3a7efb;
}
.col-right__blc1
{
    background:#f0f0f2;
    padding:.4rem;
    border-radius:4px;
    margin:0 0 1rem;
}
.st_search
{
    background:transparent;
    border:0;
    font-size:.8rem;
    padding-left:1rem;
    flex:1;
}
.col-right__blc2
{
    border-radius:3px;
    border:1px solid #eaebeb;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.04);
    margin:0 0 1rem;
}
.col-right__in1
{
    padding:2rem 1.5rem 1.5rem;
    border-bottom:1px solid #eaebeb;
}
.col-right__txt1
{
    font-size:.8rem;
    font-weight:600;
    margin:0 0 1rem;
}
.col-right__txt2
{
    margin:1rem 0 0;
    color:#b2b2b2;
    font-size:.65rem;
}
.soc_lnk
{
    height:2.5rem;
    width:2.5rem;
    border-radius:100%;
    background:#f2f2f5;
    display:flex;
    align-items:center;
    justify-content:center;
}
.col-right__in2
{
    padding:1.5rem 1rem;
}
.pagination
{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 0 2rem;
}
.pagination li
{
    margin:0 .4rem;
    font-size:.7rem;
    font-weight:600;
}
.pagination li a
{
    font-size:.7rem;
    font-weight:600;
    color:#000000;
    transition:.2s;
}
.pagination li a:hover
{
    color:#3a7efb;
}
.btn5
{
    background:transparent;
    display:inline-flex;
    align-items:center;
    border:1px solid #3a7efb;
    font-size:.7rem;
    font-weight:600;
    transition:.2s;
    padding:.6rem 1rem;
    cursor:pointer;
    border-radius:100px;
}
.btn5 span
{
    color:#3a7efb;
    text-transform:uppercase;
    transition:.2s;
}
.btn5 span + svg
{
    margin-left:.7rem;
}
.btn5 svg + span
{
    margin-left:.7rem;
}
.btn5 svg
{
    fill:#3a7efb;
    width:.4rem;
    transition:.2s;
}
.btn5:hover
{
    background:#3a7efb;
}
.btn5:hover svg
{
    fill:#fff;
}
.btn5:hover span
{
    color:#fff;
}
.art-blc2
{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    height:16rem;
    margin:0 0 2rem;
}
.art-blc2__inner
{
    display:flex;
    flex-direction:column;
    padding:2rem;
    justify-content:flex-end;
    background:rgba(0, 0, 0, 0.6);
    height:100%;
}
.art-blc2__txt1
{
    color:#ffffff;
    margin:0 0 .5rem;
}
.art-blc2__txt2
{
    color:#ffffff;
    opacity:.7;
    font-size:.8rem;
}
.art-blc2__txt3
{
    font-size:.75rem;
    color:#ffffff;
    padding-left:1rem;
    background:url("img/ico_comment2.png") no-repeat left center;
}
.art-blc3 p
{
    font-size:.8rem;
    color:#404040;
    margin:0 0 1rem;
    line-height:1.4;
}
.art-blc3 ol, .art-blc3 ul {
	margin:1rem;
}
.art-blc3 li
{
    color:#404040;
    font-size:.8rem;
    margin:0 0 .4rem -.6rem;
    position:relative;
    padding-left:.6rem;
	line-height:1.4;
}
.art-blc3 li:before
{
    content:'';
    position:absolute;
    left:0;
    top:.45rem;
    width:.2rem;
    height:.2rem;
    background:#ff4040;
    border-radius:100%;
}
.art-blc3
{
    margin:0 0 2.5rem;
}
.art-blc4 a,
.art-blc4 img
{
    display:block;
}
.art-blc4
{
    padding:1.5rem 0;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    margin:0 0 3rem;
}
.art-blc4__txt1
{
    color:#404040;
    font-weight:600;
    font-size:.8rem;
}
.prz-blc1
{
    margin:0 0 3rem;
}
.prz-blc1__txt1
{
    margin:0 0 2rem;
}
.prz-blc1__img
{
    display:block;
    margin:0 0 2.5rem;
}
.prz-blc1__txt2
{
    font-size:1.2rem;
    font-weight:600;
    line-height:1.5em;
    margin:0 0 1.5rem;
}
.prz-blc1__sb1 p
{
    font-size:.8rem;
    margin:0 0 1rem;
    color:#404040;
    line-height:1.4;
}
.prz-blc2
{
    margin:0 0 5rem;
}
.prz-blc2__left
{
    width:33.33%;
    background:#313241;
    padding:1rem 0 0;
}
.prz-blc2__tabs a
{
    color:#ffffff;
    font-size:.75rem;
    font-weight:600;
    display:block;
    width:100%;
    margin:0 -.85rem 0 .85rem;
    padding:.8rem 1.5rem;
    border-radius:5px;
    position:relative;
    z-index:2;
}
.prz-blc2__tabs a.selected
{
    background:#3a7efb;
    box-shadow:0px 12px 20px 0px rgba(58, 126, 251, 0.5);
}
.prz-blc2__right
{
    width:66.66%;
    position:relative;
}
.prz-blc2__right img
{
    display:block;
}
.prz-blc2__next
{
    background:url(img/arr_r5.png) no-repeat center / 100% auto;
    height:2rem;
    width:2rem;
    position:absolute;
    top:50%;
    margin-top:-1rem;
    right:2rem;
    z-index:2;
    cursor:pointer;
}
.prz-blc2__prev
{
    background:url(img/arr_l5.png) no-repeat center / 100% auto;
    height:2rem;
    width:2rem;
    position:absolute;
    top:50%;
    margin-top:-1rem;
    left:2rem;
    z-index:2;
    cursor:pointer;
}
.cnt-blc1__txt1
{
    margin:0 0 1.5rem;
}
.cnt-blc1__sb1
{
    margin:0 0 1.5rem;
}
.cnt-blc1__txt2
{
    color:#a6a6a6;
    font-weight:600;
    font-size:.75rem;
    margin:0 0 .2rem;
}
.cnt-blc1__txt3 a,
.cnt-blc1__txt3
{
    font-size:.85rem;
    color:#404040;
}
#map
{
    width:100%;
    height:22.5rem;
}
.cnt-blc2
{
    margin:0 0 3rem;
}
.cnt-blc1__txt4
{
    font-weight:600;
    font-size:.95rem;
    margin:0 0 1rem;
}
.cnt-blc3
{
    margin:0 0 2.5rem;
}
.cnt-blc4
{
    padding:2.5rem 0 5rem;
    border-top:1px solid #e5e5e5;
}
.cnt-blc4 .col4
{
    margin-bottom:1rem;
}
.dc-blc1__txt1
{
    margin:0 0 3rem;
}
.dc-blc1__txt2
{
    font-size:1.05rem;
    font-weight:600;
    margin:0 0 1.25rem;
}
.dc-blc1__blc1
{
    margin:0 0 3.5rem;
}
.dc-blc1__txt3
{
    font-size:.8rem;
    font-weight:600;
    text-align:center;
    margin:.5rem 0 0;
    line-height:1.4em;
}
.dc-blc1__blc2
{
    margin:0 0 8rem;
}
.ab-blc1__txt1
{
    margin:0 0 1rem;
}
.ab-blc1__txt2 p
{
    margin:0 0 1.5rem;
    font-size:.85rem;
    line-height:1.4em;
}
.ab-blc1__sb1
{
    margin:0 0 4.5rem;
}
.ab-blc1__txt3
{
    margin:0 0 1.75rem;
    font-size:1.2rem;
    font-weight:600;
}
.ab-blc1__sb2
{
    margin:0 0 3rem;
}
.ab-blc1__txt4
{
    color:#404040;
    font-size:4rem;
    font-weight:900;
    opacity:.1;
    position:absolute;
    left:0;
    top:0;
    line-height:1em;
}
.ab-blc1__sb3
{
    position:relative;
    padding:1.8rem 0 0;
}
.ab-blc1__txt5
{
    font-size:.95rem;
    color:#404040;
    margin:0 0 1rem;
    font-weight:600;
}
.ab-blc1__txt6
{
    font-size:.75rem;
    color:#404040;
    line-height:1.4em;
    margin:0 0 .5rem;
}
.ab-blc1__txt7
{
    padding:.5rem 0 .5rem 2.5rem;
    background:url("img/ico_star.png") no-repeat left center / 2rem;
    color:#404040;
    font-size:.75rem;
    margin:0 0 .5rem;
}
.ab-blc1__owl .owl-nav .owl-next,
.ab-blc1__owl .owl-nav .owl-prev
{
    height:1.5rem;
    width:1.5rem;
    position:absolute;
    top:50%;
    opacity:.5;
    transition:.2s;
    margin-top:-.75rem;
    box-shadow:0px 12px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius:100%;
}
.ab-blc1__owl .owl-nav .owl-next:hover,
.ab-blc1__owl .owl-nav .owl-prev:hover
{
    opacity:1;
}
.ab-blc1__owl .owl-nav .owl-prev
{
    background:url(img/arr_l4.png) no-repeat center, #fff;
    left:1rem;
}
.ab-blc1__owl .owl-nav .owl-next
{
    background:url(img/arr_r4.png) no-repeat center, #fff;
    right:1rem;
}
.ab-blc1__sb5
{
    margin:0 0 3rem;
}
.ab-blc1__sb6
{
    margin:0 0 5rem;
}
.ab-blc1__sb7
{
    display:inline-block;
    padding:1.5rem 0 0;
}
.show_700,
.show_600,
.menu-close,
.menu-burger,
.show_750
{
    display:none;
}
.article-body
{
    padding:0 0 5rem;
}
.article-body p
{
    font-size:.8rem;
    margin:0 0 1rem;
}
.article-body ul li
{
    font-size:.8rem;
    margin-left:1rem;
    list-style:circle;
}
.article-body ol li
{
    font-size:.8rem;
    margin-left:1rem;
    list-style:decimal;
}
.mark_ul {
  color: #404040;
  font-size: .75rem;
  line-height: 1.5em;
}
.my-hint
{
    border-radius:5px;
    padding:8px 15px;
    background:#fff;
    box-shadow:0 0 5px 5px rgba(0, 0, 0, .4);
    min-width:150px;
}
.mh_txt1
{
    font-size:.8rem;
}
.mob-trigger
{
    display:none;
}
.variant-block
{
    display:none;
}
.js-catalog-header
{
    cursor:pointer;
    margin-bottom:0;
}
.form_main {
    padding-bottom: 45px;
}
.form_main .modal_wrp1, .form_main  .modal_wrp2,.form_main  .modal_wrp3 {
    width: 32%;
    display: inline-block;
}
.form_main .modal_wrp1, .form_main  .modal_wrp2 {
    margin-right: 1.5%;
}
.form_main .btn2_modal {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.ct-blc1__prod:hover .btn_new {
    background-color: #FFF;
    color: #3a7efb!important;
}
.ct-blc1__prod:hover .btn_new span {
    color: #3a7efb!important;
    
}
.new_block_header {
    text-align: left;
}
.mail_header {
    font-size: 0.95em;
    font-weight: 600;
    color: #000;
}
.new_block_header span {
    font-size: 0.7rem;
}
.ct-blc1__sb4 {
    height: 450px;
    overflow: hidden;
    margin-bottom: 60px;
    padding-bottom: 80px;
    position: relative;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.ct-blc1__sb4.op {
    height: auto;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.ct-blc1__sb4:after {
    content: "Развернуть";
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
       -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
         -o-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    background: #3a7efb;
    border: 2px solid #3a7efb;
    color: #FFF;
    border-radius: 100rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    width: 9rem;
    padding: 0.7rem 1rem;
    cursor: pointer;
    box-shadow: 0px 7px 20px 0px rgba(58,126,251,.4);
    z-index: 2;
}
.ct-blc1__sb4:hover:after {
    color: #3A7EFB;
    border-color: #fff;
    background-color: #fff;
}
.ct-blc1__sb4.op:after {
    content:"Свернуть";
}
.ct-blc1__sb4:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%);    
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* кнопка закрытия */
#overlay .close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
#overlay .close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
#overlay .close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
#popup_ban {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/wp-content/themes/empty/img/popup/bcg_pop.png);
    background-repeat: repeat;
    background-position: top;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    
}
#popup_ban .btn {
    padding: 0.9rem .8rem;
}
.popup_ban_block {
    width: 25%;
    border: 1px solid rgb(136, 136, 136);
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 393px;
}
.popup_ban_block_2, .popup_ban_block_4 {
    margin-left: -1px;
}
.popup_ban_block .popup_ban_img {
    width: 240px;
    height: 169px;
    background-repeat: no-repeat;
    background-position: center;
}
.popup_ban_block_3, .popup_ban_block_4 {
    margin-top: -1px;
}
.popup_ban_block_1 .popup_ban_img {
    background-image: url(/wp-content/themes/empty/img/popup/pop1.png);
}
.popup_ban_block_2 .popup_ban_img {
    background-image: url(/wp-content/themes/empty/img/popup/pop2.png);    
}
.popup_ban_block_3 .popup_ban_img {
    background-image: url(/wp-content/themes/empty/img/popup/pop3.png);    
}
.popup_ban_block_4 .popup_ban_img {
    background-image: url(/wp-content/themes/empty/img/popup/pop4.png);    
}
.popup_ban_title {
    font-size: 20px;
    color: #3A7EFB;
    margin: 6px 0;
    font-weight: bold;
}
.popup_ban_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.popup_ban_link {
    color: #FFF;
}
.popup_ban_info {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #000;
    font-size: 10.8px;
}
.popup_ban_info b {
    font-size: 18px;
    line-height: 1.4;
}
.popup_ban_info b span {
    color: #E31E24;
}
#menu-item-3682>a{
	color: #E31E24;
    animation: pulse 1s infinite;
}
#menu-item-3682>a svg {
	fill:#E31E24;
    animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    color: #000;
    fill:#000;
  }
 
  50% {
    color: #E31E24;
    fill:#E31E24;
    
  }
  100% {
      color: #000;
    fill:#000;
      
  }
}
@keyframes pulse {
  0% {
    color: #000;
    fill:#000;
    
  }
 
  50% {
    color: #E31E24;
    fill:#E31E24;
    
  }
  100% {
      color: #000;
    fill:#000;
      
  }
}
@media(max-width: 757px){
    .popup_ban_block {
        width: 100%;
    }
    #popup_ban {
        background-repeat: repeat;
        background-position: top;
        top: 0;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}