@font-face {
    font-family: Opensans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/opensans.woff2) format('woff2'), url(../fonts/opensans.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Opensans;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/opensanslight.woff2) format('woff2'), url(../fonts/opensanslight.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Opensans;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/opensanssemibold.woff2) format('woff2'), url(../fonts/opensanssemibold.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: Opensans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/opensansbold.woff2) format('woff2'), url(../fonts/opensansbold.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: FormularLight;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Formular-Light.woff) format('woff');
    font-display: swap
}

html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #383838
}

header {
    flex: 0 0 auto
}

.main-content {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto
}

body {
    font-size: 14px;
    font-family: Opensans
}

.btn-blue {
    color: #fff;
    font-size: 16px;
    background: #009eb2;
    border-radius: 0;
    padding: 10px 30px
}

.btn-blue:hover {
    background: #098291;
    color: #fff
}

a, button, input[type=button] {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.dropdown-item:focus, .dropdown-item:hover {
    background: 0 0 !important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.container {
    padding-right: 10px;
    padding-left: 10px
}

header {
    background: #383838;
    padding-top: 24px
}

header .logo {
    text-align: center;
    margin-bottom: 21px
}

header .inf {
    text-align: center;
    margin-bottom: 25px
}

header .inf .phones {
    margin-bottom: 26px
}

header .inf .phone:first-child {
    margin-bottom: 5px
}

header .inf .phones a {
    position: relative;
    padding-left: 25px;
    color: #fff;
    opacity: 1
}

header .inf .phones a:before {
    content: "";
    width: 14px;
    height: 15px;
    background: url(../img/ico-phone.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

header .inf .bt .btn {
    width: 253px
}

header .menu .navbar {
    padding: 0
}

header .menu .navbar-toggler {
    margin-right: 0;
    margin-left: auto;
    padding: 0
}

header .menu .navbar-toggler-icon {
    background: #33445e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: relative
}

button.navbar-toggler {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

header .navbar {
    padding: 10px 0
}

header .navbar .navbar-toggler-icon img {
    width: 30px;
    height: auto;
    fill: #fff
}

header .navbar .navbar-toggler-icon img.close {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    z-index: 2;
    width: 19px;
    height: auto;
    opacity: 0 !important
}

.navbar-toggler.collapsed > img.open, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon img.open {
    opacity: 0 !important
}

.navbar-toggler.collapsed > img.close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon img.close {
    opacity: 1 !important
}

.navbar-toggler-icon {
    height: auto;
    width: auto
}

header .navbar ul.nav {
    padding-top: 9px
}

header .navbar ul.nav > li > a {
    color: #a7a7a7;
    font-family: FormularLight;
    font-size: 16px
}

ul.nav li a.dropdown-toggle {
    position: relative
}

li.current-menu-item a {
    color: #515151
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/arr-bottom.png);
    width: 10px;
    height: 6px;
    border: 0 !important;
    opacity: .6
}

li.show > a.dropdown-toggle {
    color: #515151 !important
}

li a.dropdown-toggle:hover:after, li.show > a.dropdown-toggle::after {
    opacity: .2 !important
}

ul.nav li ul.dropdown-menu {
    background: #252525;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding: 3px 0
}

ul.nav li ul.dropdown-menu li a {
    color: #a7a7a7;
    font-size: 14px;
    font-family: FormularLight;
    position: relative;
    padding-left: 50px;
    display: flex;
    height: 41px;
    align-items: center
}

li.current-menu-ancestor > a, li.current-menu-item > a, ul.nav li a:hover, ul.nav li ul.dropdown-menu li a:hover {
    background: 0 0;
    color: #e6e6e6 !important
}

.menu_r ul li a:before, ul.nav li ul.dropdown-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    opacity: 50%
}

li#menu-item-21 a {
    color: #fff
}

.menu_r ul.menu-with-img li a img{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
   /* opacity: 50% */
}
.menu_r ul.menu-with-img li.current-menu-item a img{
   opacity: 50%;
	
}
.menu_r ul.menu-with-img li:nth-child(1) a img{
    opacity: 100%;
}

.footer_c .fMenu .without-first-element li a img{
    display: none;
}

/*.menu_r ul.menu-with-img li:nth-child(1) a:before, li#menu-item-21 a:before {*/
/*    background: url(../img/ico-catalog.png);*/
/*    width: 21px;*/
/*    height: 21px;*/
/*    opacity: 1*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(2) a:before, li#menu-item-13 a:before {*/
/*    background: url(../img/ico-vater.png);*/
/*    width: 19px;*/
/*    height: 19px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(3) a:before, li#menu-item-14 a:before {*/
/*    background: url(../img/ico-instrument.png);*/
/*    width: 20px;*/
/*    height: 20px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(4) a:before, li#menu-item-15 a:before {*/
/*    background: url(../img/ico-kompl.png);*/
/*    width: 15px;*/
/*    height: 23px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(5) a:before, li#menu-item-16 a:before {*/
/*    background: url(../img/ico-panely.png);*/
/*    width: 14px;*/
/*    height: 20px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(6) a:before, li#menu-item-17 a:before {*/
/*    background: url(../img/ico-sad.png);*/
/*    width: 17px;*/
/*    height: 19px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(7) a:before, li#menu-item-18 a:before {*/
/*    background: url(../img/ico-sayding.png);*/
/*    width: 22px;*/
/*    height: 17px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(8) a:before, li#menu-item-19 a:before {*/
/*    background: url(../img/ico-sofity.png);*/
/*    width: 24px;*/
/*    height: 12px*/
/*}*/

/*.menu_r ul.menu-with-img li:nth-child(9) a:before, li#menu-item-20 a:before {*/
/*    background: url(../img/ico-fasad.png);*/
/*    width: 23px;*/
/*    height: 16px*/
/*}*/

ul.nav li ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    border: 0
}

ul.nav li ul.dropdown-menu:after {
    background: #252525;
    content: '';
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    right: -99%
}

ul.nav li ul.dropdown-menu:before {
    background: #252525;
    content: '';
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    left: -99%
}

footer.container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 45px;
    margin-bottom: 0px
}

.footer_c {
    background: #383838;
    padding: 22px 10px 37px;
    color: #646464
}

footer p.titl {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px
}

.fMenu {
    margin-bottom: 28px
}

.fMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px
}

.fMenu ul.without-first-element li:first-child {
    display: none
}

.fMenu ul li {
    margin-bottom: 4px;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 50%
}

.fMenu ul li a {
    color: #868686   !important;
    font-family: FormularLight
}

.fMenu ul li.current-menu-item a {
    text-decoration: underline !important
}

footer .adr, footer .email a, footer .phone a, footer .time {
    position: relative;
    padding-left: 32px;
    margin-bottom: 7px;
    color: #808080
}

footer .email, footer .phone {
    margin-bottom: 7px
}

footer .adr:before, footer .email a:before, footer .phone a:before, footer .time:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto
}

footer .adr:before {
    background: url(../img/ico-adr.png);
    width: 12px;
    height: 14px
}

footer .phone a:before {
    background: url(../img/ico-phone.png);
    width: 14px;
    height: 15px;
    opacity: .2
}

footer .email a:before {
    background: url(../img/ico-email.png);
    width: 14px;
    height: 10px
}

footer .time:before {
    background: url(../img/ico-time.png);
    width: 14px;
    height: 14px
}

.fRequest {
    margin-top: 14px
}

footer form {
    max-width: 400px
}

footer form input, footer form textarea {
    border: 1px solid #585858;
    background: 0 0;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 300;
    color: #b2b2b2;
    width: 100%;
    margin-bottom: 10px
}

footer form textarea {
    padding: 5px 20px;
    min-height: 75px
}

footer form input::-webkit-input-placeholder, footer form textarea::-webkit-input-placeholder {
    color: b2b2b2
}

footer form input:-ms-input-placeholder, footer form textarea:-ms-input-placeholder {
    color: b2b2b2
}

footer form input::placeholder, footer form textarea::placeholder {
    color: b2b2b2
}

footer form .politic {
    font-size: 12px;
    color: #fbfbfb;
    opacity: .2
}

footer form .bt {
    margin-top: 17px
}

footer form .bt .btn {
    width: 100%
}

.page_home .sl_bl {
    background: #383838;
    overflow-x: hidden;
    margin-bottom: 25px
}

.page_home .sl_bl .container {
    padding: 0;
    position: relative
}

.page_home .sl_bl .tab {
    position: relative;
    height: 350px;
    outline: 0 !important
}

.page_home .sl_bl img.sl_img {
    height: 100% !important;
    width: auto !important
}

.sl_text {
    position: absolute;
    bottom: 75px;
    right: 5px;
    padding: 10px;
    text-align: right;
    display: inline-block;
    max-width: 300px
}

.sl_text div.titl {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.sl_text hr {
    height: 1px;
    background: #fff;
    display: block;
    width: 260px;
    margin: 0 0 5px auto
}

.sl_text p {
    margin-bottom: 0;
    font-size: 19px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.page_home .preims_bl {
    margin-bottom: 17px
}

.page_home .preims_bl .tab {
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    min-height: 69px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 110px;
    cursor: pointer
}

.page_home .preims_bl .tab .ico_bl {
    width: 68px;
    height: 69px;
    position: absolute;
    left: 18px;
    top: -1px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.page_home .preims_bl .tab .ico_bl img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 45px;
    margin: auto
}

.page_home .preims_bl .tab .ico_bl img.magaz {
    width: 39px;
    height: 39px
}

.page_home .preims_bl .tab:hover .ico_bl {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1)
}

.hits_bl_c .titl {
    font-size: 30px;
    font-weight: 700;
    color: #383838;
    text-align: center;
    margin-bottom: 36px;
    position: relative
}

.hits_bl_c .titl:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #009eb2;
    margin: 8px auto 0
}

.hits_bl_c .tab {
    margin-bottom: 8px
}

.hits_bl_c .tab button {
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
    color: #858585;
    cursor: pointer;
    display: block;
    line-height: 48px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1) !important;
    border-radius: 0
}

.hits_bl_c .tab button:hover, .hits_bl_c .tab.active button {
    color: #383838
}

.hits_bl_c .tab button:active {
    position: relative;
    top: 1px
}

.tab.active button:active {
    top: 0
}

.hits_steck .bl {
    display: none
}

.hits_steck .bl .img_bl {
    margin-top: 20px;
    box-shadow: 0 0 10px 1px rgba(92, 92, 92, .1);
    padding: 30px 20px;
    text-align: center
}

.hits_steck .bl .img_bl img {
    display: block;
    margin: auto
}

.hits_steck .bl .bt {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 30px
}

.hits_steck .bl .bt a {
    color: #383838;
    font-size: 16px;
    text-decoration: none
}

.hits_steck .bl .bt a span {
    width: 39px;
    height: 33px;
    background: #009eb2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    top: -2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.hits_steck .bl .bt a span img {
    width: 9px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.hits_steck .bl .bt a:hover span {
    background: #098291
}

.hits_bl_c .tab:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    margin: 12px 0 4px;
    font-size: 10px
}

.breadcrumbs a, .breadcrumbs span {
    color: #515151
}

.default_page h1 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px
}

.default_page h1:after {
    content: "";
    width: 49px;
    height: 4px;
    background: #009eb2;
    display: block;
    margin-left: 0;
    margin-top: 9px
}

.contacts_template .bl_l {
    margin-bottom: 26px
}

.contacts_inf {
    background: #383838;
    color: #fff;
    padding: 20px 10px 20px 17px
}

.contacts_inf a {
    color: #fff;
    display: block
}

.contacts_inf .tab {
    margin-bottom: 18px;
    position: relative;
    padding-left: 36px;
    line-height: 1.3
}

.contacts_inf .tab:last-child {
    margin-bottom: 0
}

.contacts_inf .tab img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: auto
}

.contacts_inf .tab.email img {
    height: 16px
}

.contacts_inf .tab.docs img {
    height: 25px
}

.contacts_template .bl_r {
    padding-left: 0;
    padding-right: 0
}

.contacts_template #map {
    height: 325px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, .5)
}

.about_slider {
    margin-top: 25px;
    margin-left: -5px;
    margin-right: -5px
}

.about_slider .slick-slide img {
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: auto
}

.about_slider .slick-slide {
    padding: 5px
}

.about_slider .slick-dots {
    list-style-type: none !important;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0
}

.about_slider .slick-dots li button {
    display: none
}

.about_slider .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e6e6e6;
    margin: 4px;
    display: inline-block
}

.about_slider .slick-dots li.slick-active {
    background: #009eb2
}

.template_catalog .breadcrumbs {
    margin-bottom: 12px
}

.template_catalog .menu_r {
    background: #383838;
    padding: 15px
}

.kategory_tabs .cat_tab {
    margin-bottom: 20px
}

.kategory_tabs .tab {
    width: 300px;
    height: auto;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    cursor: pointer;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto
}

.kategory_tabs .tab > img {
    width: 100%;
    height: auto;
    max-width: 300px
}

.kategory_tabs .tab .titl {
    display: inline-block;
    background: #383838;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    height: 47px;
    line-height: 47px;
    padding-left: 56px;
    padding-right: 19px
}

.kategory_tabs .tab .titl a {
    font-size: 16px;
    color: #a7a7a7;
    text-decoration: none
}

.kategory_tabs .tab:hover .titl {
    background: #009eb2
}

.kategory_tabs .tab:hover .titl a {
    color: #fff
}

.kategory_tabs .tab:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.kategory_tabs .tab .titl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    opacity: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.kategory_tabs .tab:hover .titl img {
    opacity: 1
}

.kategory_tabs .cat_tab:last-child {
    margin-bottom: 0
}

.template_category .cat_img {
  /*  height: 155px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px
}

.template_category .cat_img img {
    max-height: 200px;
	max-width: 200px;
}

.template_category .kategory_tabs .tab {
    padding: 24px 25px 20px 25px;
    margin: auto
}

.template_category .kategory_tabs .tab .titl_bl {
    text-align: center
}

.template_category .kategory_tabs .tab .titl_cat {
    color: #808187;
    font-weight: 300;
    margin-bottom: 3px
}

.template_category .kategory_tabs .tab a {
    font-size: 16px;
    font-weight: 700;
    color: #6e6e6e;
    text-decoration: none
}

.template_category .kategory_tabs .tab:hover a {
    color: #383838
}

.template_category .desc_bl {
    margin-top: 26px
}

.template_category .desc_text p {
    line-height: 1.8;
    margin-bottom: 25px
}

.template_category {
    margin-bottom: -20px
}

.template_product .slider-for, .template_product .slider-nav {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.pr_l {
    padding: 0;
    margin-bottom: 12px
}

.template_product .slider-for .tab {
    padding: 10px;
    outline: 0 !important
}

.template_product .slider-for .tab_c {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .05)
}

.template_product .slider-for .tab_c .img_bl {
    height: 150px;
    margin-bottom: 18px
}

.template_product .slider-for .tab_c .img_bl img {
    height: 100%;
    width: auto;
    max-height: 150px
}

.template_product .slider-for .tab_c p.titl {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

.slider-nav {
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    position: relative
}

.slider-nav .tab {
    height: 64px;
    padding: 0 7px;
    text-align: center;
    outline: 0 !important;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all 1s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.slider-nav .tab.slick-current {
    opacity: 1
}

.slider-nav .tab img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block
}

.slider-nav button.slick-arrow {
    border: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    width: 12px !important;
    height: 20px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    left: auto;
    margin: auto;
    z-index: 2
}

.slider-nav button.slick-arrow:after {
    content: "";
    background: url(../img/arr_sl_product.png);
    display: inline-block;
    width: 12px !important;
    height: 20px !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.slider-nav button.slick-arrow.slick-prev {
    left: -7px;
    right: auto
}

.slider-nav button.slick-arrow.slick-prev:after {
    content: "";
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: FlipH;
    left: 0;
    right: auto
}

.pr_r .titl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px
}

.pr_r table {
    width: 100%;
    margin-bottom: 8px
}

.pr_r td.name {
    position: relative;
    padding: 15px 8px 15px 40px
}

.pr_r td.name img {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto
}

.pr_r td.name img.length {
    left: 6px
}

.pr_r td.rez {
    text-align: right
}

.pr_r hr {
    margin: auto;
    width: 95%
}

.price_bl {
    margin-top: 17px
}

.price_bl .old_price {
    text-decoration: line-through;
    color: #515151;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    line-height: 1;
    margin-right: 7px;
    position: relative;
    top: 2px
}

.price_bl .new_price {
    color: #009eb2;
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.pr_r .bt {
    margin-top: 16px;
    text-align: center
}

.pr_r .bt .btn {
    width: 260px;
    padding: 6px 15px
}

.bl_like {
    margin-top: 34px
}

.bl_like .titl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.bl_like .titl:after {
    content: "";
    width: 49px;
    height: 4px;
    background: #009eb2;
    display: block;
    margin-left: 0;
    margin-top: 9px
}

.like_slider {
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

.like_slider .tab {
    padding: 10px;
    outline: 0 !important
}

.like_slider .tab_c {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .05);
    margin: auto;
    cursor: pointer
}

.like_slider .cat_img {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px
}

.like_slider .cat_img img {
    width: auto;
    height: 100%;
    max-height: 150px
}

.like_slider .tab .titl_bl {
    text-align: center
}

.like_slider .tab .titl_cat {
    color: #808187;
    font-weight: 300;
    margin-bottom: 3px
}

.like_slider .tab a {
    font-size: 16px;
    font-weight: 700;
    color: #6e6e6e;
    text-decoration: none
}

.like_slider .tab .tab_c:hover a {
    color: #383838
}

.like_slider button.slick-arrow {
    width: 52px;
    height: 44px;
    background: #383838;
    position: absolute;
    top: 0;
    right: 10px;
    left: auto;
    bottom: 0;
    margin: auto;
    z-index: 2;
    border: 0
}

.like_slider button.slick-arrow:after {
    content: "";
    background: url(../img/sl_like_arr.png);
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.like_slider button.slick-arrow:hover {
    opacity: .8
}

.like_slider button.slick-arrow.slick-prev {
    right: auto;
    left: 10px
}

.like_slider button.slick-arrow.slick-prev:after {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: FlipH
}

.like_slider button.slick-arrow.slick-disabled {
    display: none !important
}

.modalForm button.close {
    display: inline-block;
    position: absolute;
    top: -42px;
    right: 0;
    opacity: 1
}

.modalForm .modal-dialog {
    max-width: 316px;
    margin: auto
}

.modalForm .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    padding: 30px 35px
}

.modalForm .modal-content input {
    width: 100%;
    line-height: 37px;
    font-size: 12px;
    padding: 0 14px;
    margin-bottom: 10px;
    border: 1px solid #009eb2
}

.modalForm .modal-content .btn-blue {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 37px;
    width: 100%;
    font-weight: 700;
    margin-top: 3px
}

.modalForm p {
    margin-bottom: 0;
    text-align: center
}

.modalForm p.titl {
    font-size: 17px;
    margin-bottom: 13px;
    font-weight: 700;
    margin-top: -2px
}

.modal-backdrop.show {
    opacity: .7
}

.wpcf7-form .bt input {
    margin-right: 0
}

.wpcf7-form .bt span {
    display: none
}

.wpcf7-form .wpcf7-response-output {
    order: 6
}

.openThanks {
    opacity: 1 !important;
    display: block !important
}

@media (min-width: 576px) {
    .page_home .sl_bl .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .contacts_template .bl_r {
        padding-left: 10px;
        padding-right: 10px
    }

    footer.container {
        padding-left: 10px;
        padding-right: 10px
    }

    .footer_c {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    header .inf {
        margin-bottom: 0
    }

    header .inf .phones {
        margin: auto 30px auto 0
    }

    header .logo {
        margin-bottom: 0
    }

    footer .phone:first-child {
        margin-right: 20px
    }

    footer .adr, footer .email a, footer .phone a, footer .time {
        padding-left: 25px
    }

    .fRequest {
        margin-top: 20px
    }

    footer form {
        padding-top: 3px
    }

    .fMenu ul li a {
        font-size: 14px
    }

    .fMenu ul li {
        width: 33%
    }

    .fMenu ul {
        height: 130px
    }

    footer .adr, footer .email, footer .phone, footer .time {
        margin-bottom: 8px
    }

    .sl_bl .sl_btns {
        position: absolute;
        z-index: 2;
        bottom: 21px;
        margin-left: 16px
    }

    .sl_bl .sl_btns button {
        width: 32px;
        height: 32px;
        border: 1px solid #fff;
        border-radius: 50%;
        background: 0 0;
        margin: 0 3px;
        text-align: center;
        position: relative
    }

    .sl_bl .sl_btns button:after, .sl_bl .sl_btns button:before {
        -webkit-transition: all 1s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

    .sl_bl .sl_btns button:before {
        content: "";
        width: 9px;
        height: 13px;
        background: url(../img/sl_arr_w.png);
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -1px;
        margin: auto
    }

    .sl_bl .sl_btns button:after {
        content: "";
        width: 9px;
        height: 13px;
        background: url(../img/sl_arr_bl.png);
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -1px;
        opacity: 0;
        margin: auto
    }

    .sl_bl .sl_btns button:hover:before {
        opacity: 0
    }

    .sl_bl .sl_btns button:hover:after {
        opacity: 1
    }

    .sl_bl .sl_btns button.slick-prev:after, .sl_bl .sl_btns button.slick-prev:before {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
        filter: FlipH;
        -ms-filter: FlipH;
        left: -1px;
        right: 0
    }

    .sl_text {
        right: 30px
    }

    .home_slider:before {
        background: url(../img/sl_before.jpg) no-repeat;
        content: '';
        position: absolute;
        top: 0;
        width: 101%;
        height: 100%;
        left: -40%
    }

    .page_home .preims_bl .tab {
        padding-left: 95px
    }

    .page_home .preims_bl .tab .ico_bl {
        left: 0
    }

    .hits_bl_c .tab {
        margin-bottom: 13px
    }

    .hits_steck .tabs {
        width: 295px;
        margin-right: 28px
    }

    .hits_steck .bl_desc {
        width: calc(100% - 325px);
        position: relative
    }

    .hits_steck .bl_desc .bl {
        display: block;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hits_steck .bl_desc .bl .img_bl {
        margin-top: 0
    }

    .hits_steck .bl .bt {
        padding-bottom: 0
    }

    .contacts_template .bl_l {
        margin-bottom: 0
    }

    .contacts_inf {
        height: 100%
    }

    .kategory_tabs .cat_tab:last-child {
        margin-bottom: 20px
    }

    .pr_l {
        padding-right: 20px;
        margin-bottom: 0
    }

    .hits_steck .bl .img_bl img {
        height: 130px;
        width: auto
    }
}

@media (min-width: 992px) {
    header {
        padding-top: 17px
    }

    header .inf .phone {
        display: inline-block;
        margin-right: 20px;
        margin-top: 4px
    }

    header .inf .phone:first-child {
        margin-bottom: auto
    }

    header .logo {
        text-align: left
    }

    footer {
        margin-top: 60px
    }

    footer .inf1 {
        margin-top: 33px;
        margin-bottom: 10px
    }

    footer form {
        max-width: 100%
    }

    footer form input, footer form textarea {
        max-height: 44px;
        min-height: auto;
        margin-right: 10px;
        margin-bottom: 0
    }

    footer form .bt {
        margin-top: 0
    }

    footer form .politic {
        width: 100%;
        display: block
    }

    footer form input {
        width: 20%
    }

    footer form textarea {
        width: 37%;
        padding: 10px 20px
    }

    footer form .bt .btn {
        width: 175px;
        border: 0
    }

    footer form .politic {
        margin-top: 17px
    }

    .menu_r ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .menu_r ul li a {
        min-height: 37px;
        color: #a7a7a7;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: FormularLight;
        position: relative;
        padding-left: 50px
    }

    .menu_r ul li a:hover, .menu_r ul li.current-menu-item a, .menu_r ul li.nav-item-21 a:hover, .menu_r ul li.nav-item-21.current-menu-item a {
        color: #e4e4e4;
        text-decoration: none
    }

    .menu_r ul li.nav-item-21 a {
        color: #fff
    }

    .page_home .sl_bl {
        margin-bottom: 40px
    }

    .page_home .sl_bl .sl_r {
        padding-left: 5px
    }

    .home_slider:before {
        left: -50%
    }

    .hits_bl_c .titl {
        text-align: left
    }

    .hits_bl_c .titl:after {
        margin-left: 0
    }

    .page_home .preims_bl {
        margin-top: 15px;
        margin-bottom: 0
    }

    .page_home .preims_bl:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 2px;
        height: 100%;
        background: #efefef
    }

    .page_home .preims_bl .tab {
        padding-left: 85px;
        padding-right: 35px;
        margin-bottom: 55px
    }

    .page_home .preims_bl .tab:last-child {
        margin-bottom: 0
    }

    .about_slider {
        margin-left: 0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px
    }

    .about_slider button.slick-arrow {
        border: 0;
        background: url(../img/arr_sl_about.png);
        width: 18px;
        height: 32px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        left: auto;
        margin: auto;
        z-index: 2
    }

    .about_slider button.slick-arrow:hover {
        opacity: .8
    }

    .about_slider button.slick-arrow.slick-prev {
        left: -10px;
        right: auto;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
        filter: FlipH;
        -ms-filter: FlipH
    }

    .default_page.template_product h1 {
        margin-bottom: 16px
    }

    .pr_l {
        padding-left: 10px
    }

    .template_product .slider-nav {
        width: 92px;
        padding: 0;
        margin-top: 0;
        padding-top: 38px;
        padding-bottom: 38px;
        margin-left: 0;
        margin-right: 40px
    }

    .slider-nav button.slick-arrow {
        left: 0;
        right: 0;
        top: auto;
        bottom: 8px;
        margin: auto;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .slider-nav button.slick-arrow.slick-prev {
        left: 0;
        right: 0;
        bottom: auto;
        top: 8px;
        -moz-transform: scale(1, -1);
        -webkit-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        transform: scale(1, -1);
        filter: FlipV;
        -ms-filter: FlipV;
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    .slider-nav .tab {
        padding: 10px 0;
        height: 78px
    }

    .slider-nav .tab img {
        height: 100%;
        width: auto
    }

    .template_product .slider-for {
        margin-left: 0;
        width: 100%;
        max-width: 380px
    }

    .template_product .slider-for .tab {
        height: 100%
    }

    .template_product .slider-for .tab_c {
        height: 100%
    }

    .slick-slider .slick-list, .slick-slider .slick-track {
        height: 100%
    }

    .template_product .slider-for .tab_c .img_bl {
        margin-top: auto
    }

    .template_product .slider-for .tab_c p.titl {
        margin-bottom: auto;
        margin-top: 0
    }

    .template_product .slider-for .tab_c .img_bl {
        height: auto;
        width: 100%
    }

    .template_product .slider-for .tab_c .img_bl img {
        width: 100%;
        height: auto;
        max-height: 100%
    }

    .pr_r {
        margin-top: 5px
    }

    .pr_r td.name {
        padding: 14px 8px 13px 40px
    }
}

@media (min-width: 1200px) {
    header {
        padding-bottom: 17px
    }

    header .hMenu {
        padding-left: 0
    }

    header .navbar {
        padding: 2px 0
    }

    header .navbar ul.nav {
        padding-top: 10px
    }

    header .navbar ul.nav > li {
        margin-right: 22px
    }

    .dropdown-toggle::after {
        position: relative;
        display: inline-block;
        right: 0;
        top: 2px;
        margin-left: 12px
    }

    header .navbar ul.nav > li:last-child {
        margin-right: 0
    }

    header .inf {
        padding-left: 0
    }

    header .inf .bt .btn {
        width: 194px
    }

    header .inf .phone {
        margin-right: 20px;
        margin-top: 1px
    }

    header .inf .phone:last-child {
        margin-right: 0
    }

    header .inf .phones {
        margin-right: 32px
    }

    ul.nav li ul.dropdown-menu:after, ul.nav li ul.dropdown-menu:before {
        display: none
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute !important;
        width: 235px;
        background: #383838;
        left: -112px
    }

    ul.nav li ul.dropdown-menu li a:before {
        display: none
    }

    ul.nav li ul.dropdown-menu li a {
        height: 30px;
        padding-left: 0
    }

    ul.nav li#menu-item-21 {
        display: none
    }

    ul.nav li ul.dropdown-menu {
        padding: 27px 15px 25px 30px;
        margin-top: 0
    }

    nav.navbar .dropdown:hover > .dropdown-menu {
        display: block
    }

    li.current-menu-parent .dropdown-toggle::after {
        opacity: .2
    }

    li.menu-item-has-children:hover > a.dropdown-toggle {
        color: #515151 !important
    }

    li.menu-item-has-children:hover > a.dropdown-toggle:after {
        opacity: .2
    }

    footer.container {
        margin-bottom: 0px
    }

    footer form input {
        width: 22%
    }

    footer form textarea {
        width: 36%
    }

    footer form .bt .btn {
        width: 180px
    }

    footer .f_r {
        padding-left: 0;
        position: relative;
        left: -8px;
        margin-top: 35px
    }

    footer .inf1 {
        margin-top: 0
    }

    footer .inf2 {
        padding-left: 0;
        padding-right: 0
    }

    .fMenu ul {
        height: 150px
    }

    .fMenu ul li a {
        font-size: 15px
    }

    .fRequest {
        margin-top: 0
    }

    .fMenu {
        margin-bottom: 20px
    }

    footer li.menu-item-28, footer li.menu-item-31 {
        padding-left: 15px
    }

    .page_home .sl_bl .tab {
        height: 598px
    }

    .page_home .sl_bl .sl_r {
        padding-left: 12px
    }

    .menu_r ul li a {
        font-size: 16px;
        min-height: 46px
    }

    .sl_text {
        max-width: 460px;
        bottom: 85px;
        right: 25px
    }

    .sl_text div.titl {
        font-size: 50px;
        line-height: 1.1
    }

    .sl_text hr {
        width: 390px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 12px
    }

    .sl_text p {
        font-size: 30px
    }

    .page_home .preims_bl .tab {
        padding-left: 119px;
        font-size: 17px;
        padding-right: 0;
        margin-bottom: 49px
    }

    .page_home .preims_bl .tab .ico_bl {
        width: 89px;
        height: 89px
    }

    .page_home .preims_bl .tab .ico_bl img {
        width: 45px;
        height: 59px
    }

    .page_home .preims_bl .tab .ico_bl img.magaz {
        width: 51px;
        height: 51px
    }

    .page_home .preims_bl:after {
        right: -22px
    }

    .hits_bl_c {
        padding-left: 85px
    }

    .default_page h1 {
        font-size: 30px;
        margin-bottom: 25px
    }

    .breadcrumbs {
        margin: 16px 0 10px;
        font-size: 12px
    }

    .contacts_inf .tab {
        font-size: 16px;
        margin-bottom: 30px
    }

    .contacts_inf .tab img {
        height: 26px
    }

    .contacts_inf {
        padding: 32px 20px 30px 32px
    }

    .contacts_template #map {
        height: 352px
    }

    .contacts_template {
        margin-bottom: 20px
    }

    .template_catalog .breadcrumbs {
        margin-bottom: 16px
    }

    .template_catalog .bl_l {
        flex: 0 0 72.4%;
        max-width: 72.4%
    }

    .template_catalog .bl_r {
        flex: 0 0 27.6%;
        max-width: 27.6%
    }

    .kategory_tabs .tab {
        overflow: hidden;
        width: 256px;
        height: 200px
    }

    .kategory_tabs .tab > img {
        width: 300px
    }

    .template_catalog .menu_r {
        max-width: 285px;
        margin-right: 0;
        margin-left: auto
    }

    .template_category .kategory_tabs .tab {
        height: 100%
    }

    .template_category .desc_bl {
        margin-top: 42px
    }

    .template_product .slider-for {
        max-width: 515px
    }

    .template_product .pr_r_c {
        max-width: 290px;
        margin-left: 27px
    }

    .pr_l {
        padding-right: 10px
    }

    .template_product .slider-for .tab_c {
        /* max-height: 368px */
    }

    .like_slider .tab {
        padding: 10px 15px
    }

    .like_slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .like_slider button.slick-arrow.slick-prev {
        left: 15px
    }

    .like_slider button.slick-arrow {
        right: 15px
    }
}










/*          */

.bef-sites{
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: #383838;
}

.bef-sites a{
    display: block;
    color: #646464;
}
.bef-sites a span{
    display: inline-block;
    font-size: 12px;
    color: #646464;
    font-weight: 600;
}
.bef-sites a b{
    display: inline-block;
    font-weight: 900;
    color: #646464;
    font-size: 12px;
}