html, body{margin:0;padding:0;height:100%;width:100%;font-family: Tahoma, Arial, sans-serif;font-size:14px;}
*{padding:0;margin:0;}
a:link, a:active{color:#4095d0;}
a:hover{color:#ff0000;}
a:visited{}
div.h3_{font-weight:bold}
.modal{display:none}
ol, ul {
    margin: 0px;
    padding: 0px;
}
.ql-content ol, .ql-content ul {
    margin: 0 0 0 30px;
}

.breadcrumb a {
    color:#000;
}
.breadcrumb a:hover {
    color:#b71c1c;
}

.btn-danger {
    background: #b71c1c;
    border: 0;
    transition: all ease 0.3s;
}
.btn-danger:hover{
    background: #ff4040;

}

.footer .list-inline-item{
    transition: all ease 0.3s;
}

.footer .list-inline-item:hover{
    transform: translateY(-5px);
}

.mt-1 a svg{
    transition: all ease 0.3s;
}
.mt-1 a svg:hover, .mt-1 a svg:hover path{
    fill: #b71c1c;
}

.telephone li a:hover{
    text-decoration: none;
}

.top_arr{
    transition: all ease 0.3s;
}
.top_arr:hover{
    filter: opacity(0.6);
}

.main_banner .btn{
    transition: all ease 0.3s;
}

.main_banner .btn:hover{
    background: #ff4040;
    color: white;
}

.bl ul.art-alt li span,
.bl ul.art-alt li span a{
    transition: all ease 0.3s;
}

.bl ul.art-alt li span:hover{
    background: #ff4040;

    border-color: #ff4040;
}

.bl ul.art-alt li span:hover a{
    color: white ;
}

.main_banner {
    background: url(img/ban_bg.webp) center right no-repeat;
    background-size: cover;
    color:#fff;
}
.main_banner > div {
    background: rgb(216,25,25);
    background: linear-gradient(90deg, rgba(216,25,25,1) 0%, rgba(185,25,25,1) 100%);
}
.main_banner h2 {
    text-transform: uppercase;
    color:#fff;
    font-family:Arial;
    font-size:45px;
    margin-bottom:0px;
}
.q{
    margin: 20px 0 40px;
    background: rgb(255, 204, 213);
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    padding: 38px 130px 38px 145px;
    clear: both;
}
.q::before{
    content: '"';
    position: absolute;
    font-family: Tahoma;
    left: 90px;
    top: 55px;
    font-size: 70px;
    font-weight: bold;
    color: rgb(226, 34, 63);
}

.main_banner p {
    margin:20px 0;
    font-size:30px;
}
.main_banner .btn {
    font-size:20px;
    color:#000;
    background: #fff;
    border:0;
    text-transform: uppercase;
    font-weight:bold;
}
@media(max-width: 767px) {
    .main_banner h2 {font-size:30px}
    .main_banner p {font-size:20px}
    .main_banner .btn {font-size:15px}
}
.cookie_block {
    max-width:700px;
    margin:10px auto;
    background:#fff;
    border: 8px solid #ecf0f4;
    padding: 15px;
}

.footer {background:#bcc3cd url(img/footer.png) repeat-x top; padding: 120px 0 20px 0;font-size:12px;}
.footer a {
    color: #000;
}
.footer a:hover {
    text-decoration: none; 
}
.footer img:nth-child(1) {
    max-height:75px;
}

header {
    padding:25px 0;
    background: #eff1f3 url(img/header_fon.webp) no-repeat center top;
    font-size:12px;
    background-size: cover;
}
header .logo{
    text-align:center;
    max-width:125px;
    margin: auto;
}
.menu_top {margin-left:45px;}
.menu_top li{padding:0 8px 0px 0;margin:6px 0 0;}
.menu_top li a{font-family:Tahoma;font-size:12px;color:#333;padding:3px 3px 7px 8px;text-decoration:underline}
.menu_top li a:hover{text-decoration: none;}
.menu_top li a.active{text-decoration:none;color:#b71c1c}

header .telephone {
    font-family: Arial;
}
header .telephone a {
    font-weight: bold;
    line-height: 14px;
    color: #b71c1c;
    white-space: nowrap;
}
header .telephone .text-white {
    color: #fff;
}

.menu-box {
	background-color: #b71c1c;
	border-bottom: 1px solid #660000;
    font-family: Arial;
    font-size: 14px;
}
.menu-box .container {
    position:relative;
}
.header-info {
    margin-top:20px;
}


.main {margin:10px auto;}


.cat_title {color:#000;font-weight:bold;text-decoration: none;}
.cat_title:hover {text-decoration: underline;}
.cat {list-style:none;margin:20px auto;font-size:13px;}
.cat h3, .cat div.h3_{font-family:Tahoma;font-size:12px;color:#f12a2d;margin:10px 0 0 0;}
.cat h3 a, .cat div.h3_ a{color:#f12a2d;}
.cat h3 a:hover, .cat div.h3_ a:hover{color:#000000;}
.cat p.text{line-height:20px;margin:10px 0 0 0;}
.cat .day{padding:0 0 0 25px;margin:12px 0 0 0;background:url(img/day.gif) no-repeat 3px 2px;text-align:left;}
.cat .money{padding:0 0 0 25px;margin:12px 0 0 0;background:url(img/money.gif) no-repeat 3px 2px;text-align:left;}
.cat p.podr{margin:12px 0 0 0;padding:0 0 0 0;font-size:10px;}
.cat p.podr a{color:#000;}
.cat p.podr a:hover{color:#ff0000;}
.cat p.podr span{padding:3px 13px 0 0;background:url(img/z.gif) no-repeat right top;}
.cat p.podr span.active{background:url(img/z_active.gif) no-repeat right top;}

button {border:0px;}


q {
	margin: 20px 0 40px;
    background: rgb(255, 204, 213);
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    padding: 38px 130px 38px 145px;
    clear: both;
 }

q::before {
	content: '"';
	position: absolute;
	font-family: Tahoma;
	left: 90px;
	top: 55px;
	font-size: 70px;
	font-weight: bold;
	color: rgb(226, 34, 63);
 }
 @media (max-width: 1024px) {
    q::before {
        display:none;
    }
 }
.quest_answ1, .quest_answ2 {
	margin: 20px 0 40px;
	background: #f6f6f6;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.5em;
	padding: 38px 70px 38px 100px;
	clear: both;
 }
 .quest_answ1 p, .quest_answ2 p {
     margin:0px;
 }

.quest_answ1::before {
	content: "?";
	position: absolute;
	font-family: Tahoma;
	left: 50px;
	top: 40px;
	font-size: 70px;
	font-weight: bold;
	color: #111;
 }

.quest_answ2::before {
	content: "";
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABH0lEQVRIS8WW0W3CMBCGfzsLMELZwJWTd7oBjMAkhUk6AtkA3pNTvQEdoQs4QUdtiIBgLIx7b5Hu/Pm/O/mPQKYQzKmqSnVd9wlgnphbSynXTdMY4SBbAJPEEH/cr5TyQ2itN07Jzlq7NMb8pAAqpd6KovgCMANQM6jng62101QQf1EH2/P3CUREx3mlDi/k/0Fa628AKlKhIaL3YU1QUTZQpJLR9KCibKDI1l3Nxl80qCgbKFvrXgbK8QTleVQDNnHapsjlGHb+zyYeML6Fq2LlsXE2vrHKsixXfd+z69YuZy6EWLdtu4qlHW1irGjoJT7nmYW560ED92VWTUS+jdGiQiD+WfGzWRCRb2NaEJ/mtg2XPhNLeol937pENtAByjy4aY4syHcAAAAASUVORK5CYII=') top left no-repeat;
	position: absolute;
	width:50px;
	height:50px;
	font-family: Tahoma;
	left: 50px;
	top: 40px;
	font-size: 70px;
	font-weight: bold;
	color: rgb(226, 34, 63);
 }



.b24 {
    max-width: 500px!important;
    width: auto;
    min-width: 300px;
    margin: 50px auto;
}
.b24 .title, .before h6 {
    font-family: Tahoma;
    font-size: 20px;
    color: #de0003;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight:bold;
}
.before ul  {
    margin:20px 0 40px 0;
}
.before ul li {
    margin:10px 0;
    padding:0 20px;
}
.b24 .form-group {
    margin-bottom:20px;
}
.b24 label {
    display: block;
    padding: 0;
    margin-bottom: 6px;
    line-height: 19px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: normal 100% "OpenSans-Regular",sans-serif;
    color: #333;
    text-align: left;
    white-space: normal;
}

.b24 input[type=text],
.b24 input[type=tel],
.b24 input[type=email],
 .b24 textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 46px 8px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f9f9f9;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: normal;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .5s;
    -moz-transition: border-color ease-in-out .5s;
    transition: border-color ease-in-out .5s;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.b24 textarea {
    height: 70px;
}
.b24 button, .b24 p {
    margin: auto;
    display:block;
    text-align:center;
}
.b24 p {
    color: grey;
    margin-top:20px;
}
.b24 button {
    background: #b71c1c;
    border:0;
}


.plusicons{
    margin-top:15px;
    margin-bottom:15px;
    font-size:12px;
}
.plusicons_title {
    color:#DB0100;
    font-weight:bold;
    text-transform: uppercase;
    margin:30px 0;
}


.bl{margin:0px 0 10px 0px;padding:0 0 20px 0;}
.bl h3,.bl div.h3_{font-size:12px;color:#DB0100;padding:20px 0 0 0px;}
.bg h3,.bg div.h3_ { padding:20px 0 0 15px !important; text-transform: uppercase; }
.bl ul{list-style:none;}
.bl ul li{font-size:12px;line-height:19px;padding:0 20px 0 40px;margin:20px 0 0 0;}
.bl ul li.etap1{background:url(img/etap1.png) no-repeat 16px 0px;}
.bl ul li.etap2{background:url(img/etap2.png) no-repeat 16px 0px;}
.bl ul li.etap3{background:url(img/etap3.png) no-repeat 13px 2px;}
.bl ul li.etap4{background:url(img/etap4.png) no-repeat 14px 2px;}
.bl ul li.ds1{background:url(img/ds1.png) no-repeat 16px 2px;}
.bl ul li.ds2{background:url(img/ds2.png) no-repeat 16px 2px;}
.bl ul li.ds3{background:url(img/ds3.png) no-repeat 16px 2px;}
.bl ul.art{list-style-type:none;list-style-position:outside;margin-top:12px;margin-left:0px;}
.bl ul.art li{font-size:11px; margin: 0px 0 5px 0px; padding-left: 0; line-height: 12px; }
.bl ul.art li a {color:#DB0100;font-size:12px;}
.bl ul.art li a:hover {text-decoration: none;}
.bl ul.art li a img {margin:5px auto;display:block;}

.bl ul.art-alt li a {color:#000;text-decoration: none;}
.bl ul.art-alt li span {display:inline-block;background:#eeeff1;padding:5px;border-radius: 6px;border:1px solid #b7acac;}

.new_sub {
    margin:20px 0;
    text-align:center;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;

    text-align: center;

    color: #333333;
}
.new_sub .title {
    margin:20px 0;
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 130%;
    color: #DB0100;
    border-bottom:1px solid #DB0100;
    cursor:pointer;
    display:inline-block;
}
.new_sub img {
    display:block;
    margin:0 auto 20px auto;
}
.new_sub .form_sub {
    margin:20px auto;
}
.new_sub .form_sub a {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    text-decoration-line: none;
    color: #fff;
    padding: 10px 30px;
    background:#b71c1c;
    border:none;
}
.new_sub .form_sub label{
    display:block;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.4px;
    color: #333;
}
.new_sub .form_sub input[type=email]{
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 5px;
    padding:12px;
    width:100%;
}
.new_sub .row, .new_sub .form_sub {
    visibility:hidden;
    height:1px;
}
.new_sub .row.show, .new_sub .form_sub.show {
    visibility:visible;
    height:auto;
}


.ya-share2 ul {
    margin:0 0 20px 0!important;
}

.top_arr {
    position:fixed;
    bottom:50px;
    left:50px;
    content:'';
    width:30px;
    height:30px;
    background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9InN2ZzIiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9ImJhY2tncm91bmQiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMzIiIHdpZHRoPSIzMiIvPjwvZz48ZyBpZD0iYXJyb3dfeDVGX2Z1bGxfeDVGX3VwIj48cG9seWdvbiBwb2ludHM9IjIsMTYgOS45OTksMTYgOS45OTksMzAgMjEuOTk5LDMwIDIxLjk5OSwxNiAyOS45OTksMTYgMTUuOTk5LDIgICIvPjwvZz48L3N2Zz4=');
    background-repeat: none;
    z-index:9999999999999;
}


.sale-title {
    color: #de0003;
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 15px;
}

.product-list {
	padding: 7px 15px;
	margin: 15px 0;
    background: #b71c1c;
    color:#fff;
}
.product-list .row::before,
.product-list .row::after {
	display: inline-block;
	content: '';
}
.product-list a, #product-list .price {
    color:#fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
.product-list .btn-buy {
    padding-top:5px;
}
.product-list .btn-buy a {
    color: #fff;
    background: #d77777;
    box-shadow: 0 0 1px rgb(0 0 0 / 40%);
    border-radius: 2px;
    border: 0;
    padding: 5px;
}


.quick_links ul {margin:10px 0px;}
.quick_links ul li{display:inline-block;padding-right:0px;margin-bottom:15px;}
.quick_links ul li a{color:#fff;text-decoration:underline;font-size:14px;background:#b71c1c;padding: 7px 10px;border-radius: 5px;}
.quick_links ul li:hover a{text-decoration:none;}

.workscheme {margin-top:20px;}

h1{font-family:Tahoma;font-size:20px;color:#de0003; font-weight:bold;margin-bottom:20px;}
h2{font-weight:bold;font-size:20px;margin:10px 0;font-family:Tahoma;}
h3{font-weight:bold;font-size:14px;margin:10px 0;font-family:Tahoma;}


.icon_prakt {
    font-size:24px;
}
.icon_prakt a {
    display:block;
    padding:80px 10px;
    text-align:center;
    color:#fff;
    z-index:9;
    position:relative;
}
.icon_prakt .col-md-4 div {
    position:relative;
    min-height:220px;
    margin:10px;
}
.icon_prakt .col-md-4 div:after {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    content:'';
    background:rgb(0,0,0,.4);
}
.icon_prakt .col-md-4 div:hover:after {
    background:rgb(0,0,0,.3);
}


.icon_block strong {
    display:block;
    margin:10px 0 0 0;
}
.icon_block p {
    padding:0;
    margin-top:0px;
}
.icon_block img {
    width:38px;
}


.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


.menu_right {
    list-style-type: none;
    margin:0px;
}
.menu_right li {
    text-align:center;
    margin-bottom:20px;
}
.menu_right li.active a {
    color:#ff0000;
}
.menu_right li img {
    display:block;
    margin:10px auto;
}
.bx-newslist-img {
    position:relative;
}
.bx-newslist-img .title_img {
    position:absolute;
    right:0px;
    top:20px;
    background: linear-gradient(259.41deg, #411414 2.63%, #ED1C24 97.85%);
    opacity: 0.9;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding:7px;
    color:#fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu_right li {
    position: relative;
}
.menu_right .title_img {
    position:absolute;
    right:0px;
    left:0px;
    bottom:0px;
    text-align:center;
    background: linear-gradient(259.41deg, #411414 2.63%, #ED1C24 97.85%);
    opacity: 0.9;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding:7px;
    color:#fff;
}


.searchform{
    position: absolute;
    right: 0%;
    top: 7px;
    z-index: 5;
    width: 20%;
}
.searchform .searchtext{
    display: block;
    float: left;
    width: 85.8%;
    height: 30px;
    border-left: 1px solid #7F939F;
    border-top: 1px solid #7F939F;
    border-bottom: 1px solid #7F939F;
    background-color: #e9eff5;
    font-size: 13px;
    color: #0C0C0C;
    font-family: Tahoma;
    margin: 0;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 2px 0 2px 6.5%;
}
.searchform .searchtext:focus {
    outline: none;
    border-color: #0794EC;
}
.searchform .submit{display: block;
                    float: right;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAQAAAATBS3iAAABBElEQVQoU3XROy+EQRQG4LGCYiWKXd2WOo3taUWh0ZKNSIgQjR8gWqVkaWiU2u0kQiQu0SglkiUaraBY8rk9ir18F5ypzptnJmdmgpBZI3bVvXlyaU2hmaZJr6pvyXo2k2Vd9sGXY5t21MG3SpotgDvlVp8zL0JDKXnWPRqGUmMsgc04GAbbKRTkPKAeBxNgLsOCA3zE7ShY/cVO8RK3Be84y6CSCCfJqAZWEkmfIzAbR+MamrWnrFvepCtwIddGUyJ/17XB9vNWfHbi5wSJbOkXmmw58Y9Xioas2LBuWrE9UrCY2H1uIHPTDnvsoEP5v5EQ3LZQTd9/SAjG3HhV1fM/En4ATL7TebK39MMAAAAASUVORK5CYII=) no-repeat 50% 50%;
                    background-color: #7B8F9C;
                    width: 14.1%;
                    height: 30px;
                    border-right: 1px solid #7f939f;
                    margin: 0 0px 0 0;
                    padding: 0;
                    position: relative;
                    border-radius: 0 6px 6px 0;
                    border-top: 1px solid #7F939F;
                    border-bottom: 1px solid #7f939f;
                    border-left: none;
                    cursor: pointer;
}
.searchform .submit:hover{
    background-color:#5B9FC7;
}
.searchform .submit:focus{
    outline: none;
}
.searchform .submit:active{
    background-position: 50% 55%;
}



.box-product:after {
	content: ' ';
    clear: both;
    display: inline-block;
}
.popupAdded {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    width: 300px;
    height: 130px;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 1.3em;
    border: 2px solid #993333;	
}
#closedPopupAdded {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
    margin: auto;
    cursor: pointer;	
}
.popup-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 998;
}
.gobasket {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin: auto;
    cursor: pointer;	
}
.show__description:focus ~ .description__product {
	display: block;	
}
.product__img_box {
    margin-bottom: 20px;
    border-bottom: 1px solid #0f0f0f;
    padding-bottom: 15px;	
}
.product__img {
    width: 32%;
}
.description__product {
    display: none;
    position: absolute;
    z-index: 10;
    background: #F0F0F0;
    padding: 15px;
    top: 27px;
    border: 1px solid #0F0F0F;	
    color:#333;
}


.menu_article_bottom a {
    margin-right: 0px!important;
}
.menu_article_bottom {
    margin-left: 0px!important;
}
.menu_article_bottom li>div:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';

    opacity: .6;
    background: #6d6d6d;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_article_bottom li>div:hover:before {
    opacity: 0;
}
.menu_article_bottom li > div {
    display:inline-block;
    margin:5px 10px!important;
    position:relative;
}

.tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #333;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #3498db;
}
    
.table {
    border:0px;
    padding: 15px 10px;
    background: #dbdde1 url(img/tabl.jpg) no-repeat left top;
    background-size: cover;
}
.workscheme .table {
    background:none;
}
.coll:last-child td {
    border: inherit;
    border-width: 0 1px;
}
.workscheme table {
    border:none;
    text-align:center;
}
.workscheme table>:not(caption)>*>*
{ 
    border-width: 0;
    background: none;
    box-shadow:none;
}
.workscheme table>:not(caption)>*
{ 
    border-width: 0;
    background: none;
}


ul.art img, .bx-newsdetail-img img {
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    max-height: 100%!important;
}


.article-form {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    background: #b71c1c;
}

.article-form__header { padding: 0 15px; }
.article-form__header p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.article-form__header p .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.article-form__header p a {
    color: #fff;
    text-decoration: underline;
}
.article-form__header p a:hover { text-decoration: none; }

.article-form__header p.sub-title {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.article-form__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
}
.article-form__body .form-group {
    width: calc(25% - 15px);
    margin-bottom: 0;
}
.article-form__body .form-group input {
    padding: 6px 5px 7px 5px;
    color: #999;
    font-size: 14px;
    font-family: Tahoma;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
}
.article-form__body .form-group-submit .btn {
    color: #fff;
    text-transform: uppercase;
    background: #d77777;
    box-shadow: 0 0 1px rgba(0,0,0,.4);
    border-radius: 2px;
    border: 0;
    padding: 8px;
}
.article-form__body .form-group-submit .btn:hover {
    background: #d77777;
}
.article-form__footer {
    margin-top: 15px;
    padding: 5px 15px;
    background: #d77777;
}
.article-form__footer p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 425px) {
    body .article-form__body .form-group {
        width:100%;
        margin-bottom:10px;
    }
}

.menu__top_rs ul {
	list-style: none;
	float: left;
}
.menu__top_rs:before,
.menu__top_rs:after,
.menu__top_rs ul:before,
.menu__top_rs ul:after {
	content: ' ';
	display: block;
	clear: both;
}
.menu__top_rs>ul>li,
.menu__top_rs-sub.real-sub-menu>li {
	float: left;
}
.menu__top_rs>ul>li:hover>.menu__top_rs-sub {
	visibility:visible;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.menu__top_rs>ul>li>div {
	
}
.menu__top_rs>ul>li>div>a,
.menu__top_rs-sub.real-sub-menu>li>div>a {
	text-decoration: none;
	color: #FFF;
}
.menu__top_rs>ul>li>div>a>span,
.menu__top_rs-sub.real-sub-menu>li>div>a>span {
    display: block;
    padding: 13px 15px;
    letter-spacing: 0.8px;
}
.menu__top_rs>ul>li>div>a>span {
	position: relative;
	/*border-right: 1px solid #660000;
	transition: all 0.2s ease-in-out;*/
}
/*
.menu__top_rs>ul>li>div>a>span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
}
.menu__top_rs>ul>li>div>a>span:hover::before {
    -webkit-animation: shine .55s forwards;
    animation: shine .55s forwards;
}
@-webkit-keyframes shine {
    100% {
        left: 50%;
    }
}
 
@keyframes shine {
    100% {
        left: 50%;
    }
}*/
.menu__top_rs>ul>li:hover,
.menu__top_rs>ul>li>div>a.active>span,
.menu__top_rs>ul>li>div>a>span:hover {
	background: #ff6659;
}
.real-sub-menu {
    position: relative;
    background: #ff6659;
    z-index: 10;
    border-bottom: 1px solid #660000;
}
.menu__top_rs-sub {
    visibility:hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}
/*.menu__top_rs>ul>li .menu__top_rs-sub:after {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
}*/
.menu__top_rs-sub.real-sub-menu:before,
.menu__top_rs-sub.real-sub-menu:after {
	content: ' ';
	display: block;
	clear: both;
}
.menu__top_rs-sub.real-sub-menu>li:hover,
.menu__top_rs-sub.real-sub-menu>li>div>a.active>span,
.menu__top_rs-sub.real-sub-menu>li>div>a>span:hover {
	background-color: #660000;
}
.menu__top_rs-sub.real-sub-menu>li>div>a>span {
	border-right: 1px solid #FFF;
	transition: all 0.2s ease-in-out;
}
.menu__top_rs-sub.real-sub-menu>li:hover>.menu__top_rs-sub {
	visibility:visible;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.menu__top_rs-sub.real-sub-menu>li .menu__top_rs-sub {
	margin-left: 0;
}
.menu__top_rs-sub>.real-sub-menu>li .menu__top_rs-sub>.real-sub-menu {
	background-color: #660000;
    padding: 2px 0;
}
.menu__top_rs-sub.real-sub-menu>li .menu__top_rs-sub>.real-sub-menu>li>div>a>span {
    padding: 5px 25px;
    font-size: 13px;	
}
.title__mobile-menu {
	display: none;
    text-align: center;
    padding: 15px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 18px;
}
@media(max-width: 767px) {
	.title__mobile-menu {
		display: block;
	}
	.title__mobile-menu:hover + ul {
		display: block;
	}
	.menu__top_rs ul {
		margin-left: 0;
	}
	.menu__top_rs>ul {
		display: none;
	}
	
	.menu__top_rs ul,
	.menu__top_rs>ul>li, 
	.menu__top_rs-sub.real-sub-menu>li {
		float: none;
	}
	.menu__top_rs>ul>li>div>a>span {
		border: none;
	}
	.menu__top_rs-sub {
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	.menu__top_rs>ul>li .menu__top_rs-sub:after {
	    position: relative;
	    height: 3px;
	    background: #FFF;
	}
}



.tph { top: 50px; }

.newFormOtst{
width:100% !important;
background-color: #d4dee8;
}
.newFormOtst p{
width: auto !important;
display:inline-block !important;
margin-right: 8px !important;
}
.newFormOtst .zv2{
width: 100%;
height: 50px !important;
padding: 0 !important;
background: none !important;
}
.menu > ul {
	margin-left: 0;
	margin-bottom: 0;
}
.menu > ul::before {
	content: '';
	display: table;
}
.menu > ul::after {
	content: '';
	display: table;
	clear: both;
}

/*new-style*/


@media (max-width: 1218px) {
	.head_bot {
		height: 215px;
	}

	.searchform {
		left: 100%;
		margin-left: -20%;
	}
	.menu {
		margin: 0 52px;
		position: relative;
	}
}
@media (max-width: 1100px) {
	.menu_top {
		left: 214px;
	}
	.menu_top ul {
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.searchform {
		margin-left: -25%;
		top: 7px;
		min-width: 25%;
		width: 25px;
	}
	.topadress {
		margin-top: 0;
		text-align:right;
	}
	.work_time {
		margin: 0px;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.searchform .searchtext {
		width: 78.86%;
	}
	.menu_top {
		width: 100%;
		left: 0;
		right: 0;
		padding: 0 15px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.menu {
		margin: 0 15px;
	}
	.menu_top ul {
		float: none !important;
		display: inline-block !important;
	}
	body ul.cat li {
		width: 24% !important;
	}
	.bl {
		margin-left: 0;
	}
	.article_categories {
		margin-left: 0;
	}
	body .tel, body .work_time {
		margin-bottom: 0;
		text-align:right;
	}
}
@media (max-width: 425px) {
	body .searchform {
		display:none;
	}
	body .head_bot .well {
		height:430px;
	}
}
@media (max-width: 767px) {
	.menu ul li {
		width: 100%;
		max-width: 100%;
		background: url(img/menu_top.png) repeat-x bottom;
	}
	.menu {
		margin-left: 0;
		margin-right: 0;
	}
	.menu ul li div span {
		background: none;
	}
	.head_bot {
		background: none;
		height: auto !important;
	}
	.w100 {
		position: static;
	}
	.head_bot .well {
		height: 430px;
	}
	.menu_top {
		bottom: 75px;
	}
	.searchform {
		margin-left: 0;
		min-width: auto;
		left: 15px;
		right: 15px;
		width: auto;
		top: -38px;
	}
	.menu ul li ul {
		min-width: 100%;
		top: 100%;
		display: none !important;
	}
	.menu ul li ul li {
		display: block;
		text-align: center;
	}
	.menu ul li {
		position: relative;
	}
	.menu ul li a {
		text-transform: uppercase;
	}
	.menu ul li ul li a {
		float: none;
		display: inline-block;
		color: #fff;
		text-transform: none;
	}
	body ul.cat li {
		width: 100% !important;
		float: left;
		min-height: 220px;
	}
	ul.cat.home__cats li div.h3_, ul.cat.home__cats2 li div.h3_ {
		height: 72px;
		overflow: hidden;
	}
	.cont {
		padding-top: 30px;
	}
	.bl_r {
		width: 100%;
	}
	.bl_feedback .form {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bl_feedback {
		margin-left: 0;
	}
	.submenu div {
		margin-top: 0;
		margin-left: 0;
	}
	.bg h3, .bg div.h3_ {
		padding-left: 0 !important;
	}
	.bl_l > h1:nth-child(1) {
		margin-top: 30px;
	}
	.articl-img {
		display: none;
	}
	span.read_more {
		display: none;
	}
		
	.head_top { background-size: cover; }
	.head_bot .well { height: 490px; }
}

.red__button_cena {
	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(255,60,25,1) 44%, rgba(184,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(255,60,25,1)), color-stop(100%, rgba(184,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(255,60,25,1) 44%, rgba(184,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(255,60,25,1) 44%, rgba(184,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(255,60,25,1) 44%, rgba(184,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(255,60,25,1) 44%, rgba(184,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#b80000', GradientType=0 );
    color: #fff!important;
    margin: 10px 0 15px;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.red__button_cena:hover,
.red__button_cena:active {
	background: rgba(184,2,45,1);
	background: -moz-linear-gradient(top, rgba(184,2,45,1) 0%, rgba(255,88,59,1) 44%, rgba(214,7,7,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,2,45,1)), color-stop(44%, rgba(255,88,59,1)), color-stop(100%, rgba(214,7,7,1)));
	background: -webkit-linear-gradient(top, rgba(184,2,45,1) 0%, rgba(255,88,59,1) 44%, rgba(214,7,7,1) 100%);
	background: -o-linear-gradient(top, rgba(184,2,45,1) 0%, rgba(255,88,59,1) 44%, rgba(214,7,7,1) 100%);
	background: -ms-linear-gradient(top, rgba(184,2,45,1) 0%, rgba(255,88,59,1) 44%, rgba(214,7,7,1) 100%);
	background: linear-gradient(to bottom, rgba(184,2,45,1) 0%, rgba(255,88,59,1) 44%, rgba(214,7,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8022d', endColorstr='#d60707', GradientType=0 ); 
}
.ratio {max-width:480px;margin:auto;}

.table-price h2, .table-price h3, .table-price strong {
    font-weight:600;
    margin:0px;
    padding:10px;
    display:block;
}
.table-price h2 {
    background:#b71c1c;
    color:#fff;
    margin-bottom:5px;
}
.table-price h2::after {
    content:"<";
    position:absolute;
    right:10px;
    top:10px;
    transform: rotate(-90deg);
}
.table-price h2.active::after {
    transform: rotate(90deg);
}
.table-price h2:hover {
    text-decoration:underline;
    cursor:pointer;
}
.table-price h3 {
    /*background:#eeeff1;*/
    color:#000;
}
.table-price .float-end {
    padding:7px;
}
.table-price .position-relative .float-end {
    padding:10px 30px 10px;
}
.table-price table tr, .table-price table td {
    background: #fff;
    border:0px;
}
.table-price table tr {
    border-top:1px solid #999;
}
.table-price table td:nth-child(1) {
    width:60%;
}
.table-price table td:nth-child(2) {
    width:20%;
}


.footer_service strong {
    position: relative;
}
.array::after {
    content:"<";
    position:absolute;
    right:-15px;
    top:-2px;
    transform: rotate(-90deg);
}
.array.active::after {
    transform: rotate(90deg);
}

.is_find {color:#b71c1c!important}
h2.is_find {color:#fff!important}

ul, ol {
    padding-left: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
}

li {
    margin-bottom: 8px;
}

.quest_answ1:hover {
    background: #dddbdb;
}

.slick-arrow:before {
    color: #000000 !important;
}


.row.cat .col-md-4 .pic {
height: 170px;
    overflow: hidden;
    display: block;
}
.row.cat .col-md-4 .pic a {
    height: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
}
.row.cat .col-md-4 .pic a img {
    object-fit: cover;
}