/*   
Theme Name: Brif
Theme URI: Brif.su
Description: Тема для сайта
Author: Шмаков А.И.
Author URI: Brif.su
Version: 1.0.0
*/

body {
    margin: 0 auto;
    width: 100%;
    font-family: 'Open sans', Sans-serif;
    font-size: 13px;
    background: #fff;
}
#cont{
    width:90%;
    margin: 0 auto;
}
h2 {
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    /* background: #f1f1f1; */
    padding: 5px 0;
}
h3 {
    text-transform: uppercase;
}

header {
    padding: 10px 0;
    height: 80px;
    z-index: 10;
    /* background: url(/image/bgtop.jpg); */
    display: block;
    /* float: left; */
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* -webkit-box-shadow: 0px 0px 25px 0px rgba(50,50,50,0.76); */
    -moz-box-shadow: 0px 0px 25px 0px rgba(50,50,50,0.76);
    /* box-shadow: 0px 0px 5px 0px rgb(130, 94, 0); */
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.logo {
    float: left;
    display: block;
}
.tm-logo {
    float: left;
}
.tm-logo {
    max-width: 410px;
    max-height: 80px;
    margin-top: -2px;
}
.tm-logo>img {
    margin-left: 0px;
}
.logo-lamp {
    margin-top: -76px;
    z-index: 99999999;
    margin-left: -21px;
    animation: pulsate_op 2s infinite cubic-bezier(0.200, 1.650, 0.780, -1);
    mix-blend-mode: overlay;
    z-index: 99999999999999999999999;
    display: block;
}
@keyframes pulsate_op{from{opacity:0}50%{opacity:1}to{opacity:0}}



.zakaz {
    display: block;
    float: right;
}


.zakaz a {
    text-decoration: none;
    color: #421400;
    border: 1px solid #421400;
    padding: 10px 40px;
    margin: 15px 0px;
    display: block;
    border-radius: 2px;
    background: #f7e8ca;
    /* color: #fff; */
}

.contact {
    float: right;
}
.contact, .contact2 {
    margin-top: 5px;
    min-width: 210px;
}
.contact2 {
    float: right;
}
.tel a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    /* display: block; */
}
.tel a:hover {
    color: #fe6233;
}
.tel:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 4px;
    margin-left: 2px;
    background-size: 16px 16px;
    /* font-size: 34px; */
    width: 21px;
    /* background-color: #fff; */
    height: 20px;
    /* margin-right: 10px; */
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    float: left;
    fill: green;
    background-image: url(/image/phon.svg);
}
.clock {
    display: block;
    clear: none;
    font-size: 12px;
    margin-top: 5px;
    vertical-align: top;
    display: flex;
}
.clock:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5px;
    background-size: 20px 20px;
    font-size: 34px;
    width: 20px;
    /* background-color: #fff; */
    height: 20px;
    margin-right: 0px;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    float: left;
    fill: green;
    background-image: url(/image/calend.svg);
}


.mail a {
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #000;
}










/*----------------------------------------------
	Navigation Menus
-----------------------------------------------*/
#menu {
    background-color: #f7e8ca;
    display: block;
    clear: both;
    padding: 1px 0;
    /* background: url(/image/topmenu.jpg); */
    display: block;
    float: left;
    width: 100%;
    padding-top: 5px;
    position: relative;
    z-index: 2;
    text-align: center;
}
#nav-main {
    /* background-color: #f7f9fa; */
    width: 100%;
    border-bottom: 0px solid #000;
    padding-left: 0px;
    line-height: 1.2;
    clear: both;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #fff;
}
#nav-main * {
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}

#nav-main ul, #nav-main li, #nav-top ul, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-main .nav-main {
    position: relative;
    margin: 0 auto;
    display: table;
    float: none;
    z-index: 300;
    width: 75%;
}
#nav-main .nav-main li {
	position: relative;
    display: table-cell;
    float: none!important;
}

#nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {
	border-right: 0px solid #023266;
	border-left: 0px solid #4878AC;
}

#nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a {
	min-width: 80px;
	text-align: center;
}

#nav-main .nav-main a {
    display: block;
    padding: 15px 10px;
    color: #363636;
    font-family: 'Tahoma', Sans-serif;
    font-size: 15px;
    /* text-shadow: 0 0 2px #222; */
    /* background: #b7b7b7; */
    margin: 5px 4px;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 0px;
    text-transform: uppercase;
    text-decoration: none;
}
#nav-main .nav-main a:hover {
    color: #fe6132;
    text-shadow: none;
}
#menu li.current-menu-item a {
    color: #fe6132;
}
li.current_page_item a {
    color: #fe6132;
}
#nav-main .menu-item-has-children > a:after,
#nav-main .page_item_has_children > a:after {
	font-family: "Genericons";
	content: "\f431";
	vertical-align: top;
	padding-left: 4px;
}

#nav-main .sub-menu, #nav-main .children {
	position: absolute;
	float: left;
	z-index: 990;
	display: none;
}

#nav-main .sub-menu li, #nav-main .children li {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #000; 
}

#nav-main .sub-menu li:first-child,
#nav-main .children li:first-child {border-top: none;}
#nav-main .sub-menu li:last-child,
#nav-main .children li:last-child {border-bottom: none;}

#nav-main .sub-menu a, #nav-main .children a {
	float: left;
	width: 178px;
	padding: 10px 14px;
	font-size: 15px;
}

#nav-main .sub-menu .sub-menu, #nav-main .children .children {top: -1px;}

#nav-main li:hover > ul {display: inline;}

#nav-main .drop-toggle {
	display: none;
}


#nav-top {float: right;}
#nav-top .nav-top, #nav-top .nav-top li {float: left;}
#nav-top .nav-top a {
	display: block;
	margin-top: 2px;
	padding: 0 18px;
	color: #FFF;
	font-family: 'Roboto Condensed', Sans-serif;
	font-size: 14px;
}



/*----------------------------------------------
	Content
-----------------------------------------------*/



#content{
    clear:both;
}
#content.right {
    width: 73%;
    height: auto;
    display: block;
    float: right;
}
#sidebar-left {
    width: 25%;
    height: auto;
    display: block;
    float: left;
}
#content-slider {
    width: 100%;
    height: 350px;
}
.content-akciya .banner-zakaz a {
    text-transform: none;
    font-size: 14px;
    border: 1px solid #fff;
    width: 200px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
.content-akciya {
    background-image: url(/image/bg-01.jpg);
    width: 98%;
    height: 300px;
    background-size: cover;
    position: relative;
    float: left;
    background: #fe6132;
    text-align: center;
}
.akciya-text1 {
    font-size: 150px;
    font-weight: 600;
    color: #fff;
}
.akciya-text2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.content-banner {
    background-image: url(/image/bg-01.jpg);
    width: 98%;
    height: 300px;
    background-size: cover;
    position: relative;
    float: right;
    overflow: hidden;
}
.banner-img1 {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 20px;
}
.banner-text {
    position: absolute;
    top: 0px;
    padding: 0;
    left: 0px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.2;
    background: #00000094;
    height: 100%;
    width: 50%;
}
.banner-text1 {
    /* margin: 20px; */
    top: 45px;
    position: absolute;
    left: 20px;
}
.banner-text2 {
    margin-left: 20px;
}
.banner-text3 {
    /* font-size: 156px; */
    margin-left: 30px;
    top: 100px;
    position: absolute;
}
.banner-zakaz a {
    text-transform: none;
    font-size: 14px;
    border: 1px solid #fff;
    width: 240px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
}

.banner-zakaz a:hover {
    box-shadow: 2px 2px 20px #fff;
}

.content-banner .banner-zakaz a:hover {
    box-shadow: 0px 0px 0px #fff;
    text-decoration: underline;
}

.banner-zakaz {
    display: block;
    margin-top: 10px;
}

.content-banner .banner-zakaz {
    display: block;
    margin-top: 10px;
    top: 240px;
    position: absolute;
    left: 20px;
}
.content-banner .banner-zakaz a {
    text-transform: none;
    font-size: 14px;
    border: 0px solid #fff; 
    width: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
}
.content-top {

}
.top-text {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.top-text1 span {
    color: #fe6132;
    font-size: 18px;
    font-weight: bold;
}
.top-text2 {
    font-weight: 100;
    margin-top: 15px;
}



.top {
    text-align: center;
}
.top-plus {
    display: inline-block;
    width: 190px;
    text-align: center;
    padding: 20px 20px;
    vertical-align: top;
    color: #000;
}
.top-plus img {
    /* width: 50px; */
    /* height: 60px; */
    display: block;
    /* clear: both; */
    margin: 0 auto;
}
.top-title {
    font-weight: 700;
    font-size: 14px;
}


.pl2 img {
    height: 52px;
}

.top-plus2.left{float: left;}
.top-plus2.right{float: right;}
.top-plus2 {
    display: inline-block;
    width: 220px;
    margin: 10px 0;
    height: 120px;
    text-align: center;
    padding: 20px 20px;
    vertical-align: top;
    color: #000;
    border: 5px solid #f1f1f1;
}
.top-plus2 img {
    /* width: 50px; */
    /* height: 60px; */
    display: block;
    /* clear: both; */
    margin: 0 auto;
}
.top-title2 {
    font-weight: 700;
    font-size: 14px;
}


.top-plus3 {
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 20px 0px;
    vertical-align: top;
    color: #000;
}

.content-kto {
    background: #f1f1f1;
    padding: 5px 10px;
    text-align: center;
}
.kto-text {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
}
.kto-text span {
    font-weight: 700;
}

.content-kto .top-plus {
    display: inline-block;
    width: 220px;
    text-align: center;
    padding: 20px 20px;
    vertical-align: top;
    color: #fe6132;
    font-weight: 900;
    font-size: 20px;
    font-family: arial;
}
.content-kto .top-title {
    font-weight: 100;
    font-size: 14px;
    color: #000;
}
.content-kto .top-plus span {
    vertical-align: super;
    font-size: 14px;
}

.content-work, .content-work .zakaz {
    text-align: center;
        float: none;
}



ol.kto-text {
    font-weight: 700;
    font-size: 18px;
}
ol.kto-text li span {
    font-weight: 200;
    font-size: 14px;
}
.zakaz a:hover {
    background: none;
    color: #421400;
}
.content-work {
    padding: 10px 0;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: #363d42;
    clear: both;
    margin-top: 0px;
    display: block;
    position: inherit;
}
footer h3 {
    color: #fff;
}
footer .top-plus {
    color: #fff;
    width: 240px;
    padding: 10px 20px
}
footer .top-plus a {
    color: #fff;
}
footer .tel a {
    font-size: 14px;
}
footer .top-title {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}
footer .content-work {
    padding: 0px 0;
}
.maps:before {
    background-image: url(/image/map.svg);
}
.mail:before {
    background-image: url(/image/mail.svg);
}
.modal{
	display: none;
	position: fixed;
	z-index:9999999999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
}


.modal-content {
    background-color: #f1f1f1;
    /* margin: 15% auto; */
    padding: 20px;
    /* width: 260px; */
    border-radius: 0px;
    right: 0;
    height: 100%;
    width: 320px;
    position: absolute;
	text-align:center;
}

.close {
	float:right;
	color:aaa;
	font-size:28px;
	font-weight:bold;
	cursor:pointer;
}
.close2 {
	float:right;
	color:aaa;
	font-size:28px;
	font-weight:bold;
	cursor:pointer;
}

.contact-man {
    background-repeat: no-repeat;
    /* background-position: 50%; */
    /* border-radius: 120px; */
    display: block;
    width: 128px;
    height: 70px;
    /* left: 110px; */
    background-position: center center;
    background-size: auto;
    /* overflow: hidden; */
    width: 240px;
    /* position: absolute; */
    /* top: -145px; */
    /* -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.15); */
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,.15);
    /* box-shadow: 0 3px 12px rgba(0,0,0,.15); */
    margin-top: 0;
    background: url(/image/logo9.png);
    /* background-size: contain; */
    margin: 0 auto;
    left: 0;
    background-repeat: no-repeat;
    right: 0;
}
.modal input {
    width: 220px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 0;
    border: 1px solid #dadada;
    padding: 5px;
}
.modal textarea {
    width: 220px;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 0 0;
    border: 1px solid #dadada;
    padding: 5px;
}
.modal input[type="checkbox"] {
    width: 12px;
    display: inline-block;
    float: left;
}

.video {
    /* width: 320px; */
    text-align: center;
    margin: 0 auto;
}
.title-box > *:first-child:after {
    right: auto;
    left: 100%;
    margin: 0 0 0 20px;
}
.title-box > *:first-child:before, .title-box > *:first-child:after {
    display: block;
    content: '';
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 12px;
    width: 9999px;
    height: 1px;
    background: #000;
}

.tovar {
    margin-bottom: 18px;
    /* background: #fff; */
    /* border-radius: 4px; */
    /* box-shadow: #555 -2px 1px 10px; */
    /* margin-left: 36px; */
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.col15-lg-3 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.tov_title {
    /* border-radius: 3px; */
    /* background: #fe6132; */
    /* font-size: 12px; */
    /* width: 200px; */
    /* padding: 10px 0px; */
    /* display: block; */
    /* text-align: center; */
    /* line-height: 1; */
}
.tov_img {
    height: 110px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 180px;
    margin: 0 auto;
}
.tov_img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.tov_img img:hover {
    width: 110%;
    height: auto;
    margin-right: 20px;
    border-radius: 3px;
    transition-duration: .5s;
    text-align: center;
    float: none;
    display: block;
    right: 10px;
    margin: 0 auto;
}
.tov_title a {
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    background: #fe6132;
    font-size: 12px;
    width: 180px;
    padding: 10px 0px;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    margin-top: 5px;
}
.tov_title a span {
    padding: 0px;
    width: 126px;
    display: block;
    margin: 0 auto;
}

.tov_title a:hover {
    text-decoration: underline;
}


#breadcrumbs a {
    color: #888;
    text-decoration: none;
}

#breadcrumbs span {
    color: #888;
}
.entry-header {
    padding: 0px 0;
    height: 50px;
}
.alignleft {
    float: left;
    margin: 0 20px 0 0;
}
.entry-content p {
    padding: 0;
    margin: 0 0 10px 0;
}

.telegram img {
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 2px;
}


.whatsapp img {
    margin-left: 3px;
}
#otvet, #check-otvet {
    background-color: #ff0000;
    margin: 8px 5px 0 20px;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    /* left: 33%; */
    /* right: 33%; */
    width: 100%;
    /* float: right; */
    display: block;
    clear: both;
    padding: 0px 0;
    margin-top: 20px;
    background-image: url(/image/faneri.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center center;
    /* height: 320px; */
    /* background-attachment: fixed; */
    color: #fff;
}

#otvet h2 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    background: none;
    padding: 0px 0;
}
#otvet h3, #check-otvet h3 {
    color: #fe6132;
    font-weight: 700;
}

#otvet h3 {
    text-align: center;
}


input[type='text'], input[type='tel'], input[type='mail'], input[type='url'] {
    background: white url(/image/form-sprite-new.png) no-repeat;
    padding-left: 30px;
}
input[type='tel'] {
    background-position: 0 -69px;
}
.phone {
    background-image: linear-gradient(55deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%), radial-gradient(0% 100% at 50% 0%, rgb(241, 199, 51) 0%, rgba(255,255,255,.5) 50%, rgba(0, 0, 0, 0) 50%);
    box-sizing: border-box;
    background-position: 200% 0, 0 0;
    box-shadow: rgba(0,0,0,.3) 0 2px 5px;
    background-repeat: no-repeat;
    background-size: 200% 100%, auto;
    animation: mig 2s linear;
    /* animation-iteration-count: infinite; */
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    text-transform: uppercase;
}
.phone {
    background: none;
    color: #421400;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid;
    cursor: pointer;
}
#otvet .phone {
    background: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid;
    cursor: pointer;
}
.phone:hover {
    box-shadow: 2px 2px 20px #fff;
}
input[type='text'], input[type='tel'], input[type='mail'], input[type='url'] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    border: none;
    font-size: 12px;
    font-style: italic;
    border-radius: 1px;
    max-width: 260px;
    margin: 10px auto;
}


.banner-text3 ul {

}
.banner-text3 li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    padding: 1px 1px;
    line-height: 1.6;
    border-bottom: 0px solid #E0E0E0;
    text-shadow: 0 0 0px #fff, 0 0 0px #fff;
    position: relative;
}
.banner-text3 li:before {
    content: "";
    background: url(/image/check.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    display: block;
    float: left;
    margin: 0px 0px 0 0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    left: -25px;
}

#content-cat {
    text-align: center;
}

.widget-title {
    font-size: 18px;
    padding: 0 0;
    margin: 10px;
}
#menu-2 {
    margin: 10px;
    padding: 0 0px;
}
#menu-2 li {
    list-style-image: none;
    list-style: none;
}


img.top-img {
    width: 250px;
    height: 250px;
}

.page-list-ext-image img {
    height: 180px;
}


.page-list-ext-title a {
    font: normal 12px / 18px Arial,Helvetica,sans-serif;
    color: #333;
    background: #fe6132;
    padding: 10px 25px;
    width: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    text-decoration: none;
    min-height: 24px;
    vertical-align: middle;
    display: block;
    position: relative;
    line-height: 1;
}






































body {max-width: 100%;}

@media screen and (max-width:960px){
	body {width: 100%;}
	header {
    padding: 10px 0;
    height: 100px;
}
	.zakaz {
    display: block;
    float: none;
}
.zakaz a {
    text-decoration: none;
    color: #fe6132;
    border: 1px solid #fe6132;
    padding: 8px 15px;
    margin: 5px auto;
    display: block;
    border-radius: 2px;
    /* height: 19px; */
    position: relative;
    width: 180px;
    clear: both;
    top: 10px;
    text-align: center;
        background: #fe6233;
    color: #fff;
}
.banner-text {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
.banner-text3 {
    /* font-size: 156px; */
    margin-left: 30px;
    top: 100px;
    position: absolute;
}
	.banner-img1 {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 20px;
    display: none;
}
.banner-zakaz a {
    margin: 0 auto;
}
.top-text {
    font-size: 16px;
}
.top-plus2.right {
    float: none;
}
.top-plus2.left {
    float: none;
}


	#nav-main .drop-toggle {
		display: block;
		text-align: center;
    background-color: #828282;
	}

	#nav-main.drop .nav-main {
		display: none;
	}

#nav-main.dropped .nav-main {
    background-color: #f1f1f1;
    display: block;
    margin: 0 0 0 0;
}

	#nav-main.dropped .sub-menu {
		display: block;
		padding: 0px;
		position: relative;
	}

	#nav-main.dropped .nav-main li,
	#nav-main.dropped .nav-main a,
	#nav-main.dropped .nav-main .sub-menu {
		border: none;
		width: 100%;
	}
#nav-main .nav-main a {
margin: 0px 0px;
}
#nav-main .nav-main a {
    display: block;
    padding: 5px 0px;
    color: #fe6132;
    /* padding-top: 20px; */
    font-family: 'Tahoma', Sans-serif;
    font-size: 14px;
    text-shadow: none;
    background: none;
    margin: 5px 0px;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

	#nav-main.dropped .nav-main li {
		background: none;
		display: block;
	}

	#nav-main.dropped .nav-main li a {
		text-align: inherit;
	}
	#nav-main .drop-toggle {
		background: transparent;
		border: none;
		cursor: pointer;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#nav-main.drop .nav-main {
		display: none;
	}

#nav-main.dropped .nav-main {
    display: block;
    margin: 0 0px 0px;
    text-align: center;
    padding: 0 0;
}
	
	
	
	
	
	
	
	

.drop-toggle {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 50px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
}

#nav-main .drop-toggle {
    display: block;
    text-align: center;
}

.drop-toggle span::before {
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}

.drop-toggle span::before, .drop-toggle span::after {
    -webkit-transition-duration: 0.3s,.3s;
    transition-duration: 0.3s,.3s;
    -webkit-transition-delay: 0.3s,0;
    transition-delay: 0.3s,0;
}
.drop-toggle span::before {
    top: -10px;
}
.drop-toggle span::before, .drop-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color:#fe6132;
    content: "";
}
.drop-toggle span {
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: #fe6132;
}

.drop-toggle span::after {
    bottom: -10px;
}
.dropped .drop-toggle span {
    background: none;
}
.dropped .drop-toggle span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropped .drop-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}	
	

	#nav-main.dropped .sub-menu {
		display: block;
		padding: 0 5px;
		position: relative;
	}

	#nav-main.dropped .nav-main li,
	#nav-main.dropped .nav-main a,
	#nav-main.dropped .nav-main .sub-menu {
		border: none;
		width: 100%;
	}

	#nav-main.dropped .nav-main li {
		background: none;
	}

	#nav-main.dropped .nav-main li a {
		text-align: inherit;
	}
}	
	
	
	
@media screen and (max-width:840px){	
#content.right {
    width: 90%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
}

#sidebar-left {
    width: 90%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
    /* text-align: center; */
}
	.tovar {
    width: 40%;
}	
.contact {
    float: none;
    clear: both;
    margin: 0 auto;
    display: block;
    width: 215px;
}
header {
    padding: 10px 0;
    height: 180px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
}
.contact2 {
    float: right;
    display: none;
}

.logo {
    float: none;
    display: block;
    display: inline-block;
    margin: 0 auto 0 auto;
    text-align: center;
}

.content-akciya {
    background-image: url(/image/bg-01.jpg);
    width: 250px;
    height: 240px;
    background-size: cover;
    position: relative;
    float: none;
    background: #fe6132;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#content-slider {
    width: 100%;
    height: auto;
}
.akciya-text1 {
    font-size: 140px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.content-banner {
    background-image: url(/image/bg-01.jpg);
    width: 250px;
    height: 220px;
    background-size: cover;
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0 auto;
}
.banner-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background: #00000094;
    height: 100%;
    width: 100%;
}
.banner-text1 {
    margin: 0;
    top: 20px;
    position: absolute;
    left: 0px;
    padding: 0 20px;
}
.banner-text3 {
    /* font-size: 156px; */
    margin-left: 20px;
    top: 50px;
    position: absolute;
}
.banner-text3 li {
    list-style: none;
    font-size: 10px;
    font-weight: 400;
    padding: 1px 1px;
    line-height: 1.6;
    border-bottom: 0px solid #E0E0E0;
    text-shadow: 0 0 0px #fff, 0 0 0px #fff;
    position: relative;
    float: left;
}
.content-banner .banner-zakaz {
    display: block;
    margin-top: 10px;
    top: 150px;
    position: absolute;
    left: 0;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
#owl-demo.owl-carousel .owl-item img {
    width: 527px;
}
#content-servis .page-list-ext .page-list-ext-item {
    clear: both;
    margin: 10px 0 0px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#content-servis {
    width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width:540px){	
	.tovar {
    width: 100%;
}

.tm-logo>img {
    /* margin-left: -20px; */
    /* width: 280px; */
}

.logo-lamp {
    margin-top: -58px;
    margin-left: -21px;
    animation: pulsate_op 2s infinite cubic-bezier(0.200, 1.650, 0.780, -1);
    mix-blend-mode: overlay;
    z-index: 99999999999999999999999;
    display: block;
}

#content-servis .page-list-ext .page-list-ext-item {
    clear: both;
    margin: 10px auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
}

.fonbg {
    background: #00000096;
    padding: 25px 0;
}

.tel.what:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 3px;
    background-size: 22px 22px;
    /* font-size: 34px; */
    width: 22px;
    /* background-color: #fff; */
    height: 22px;
    /* margin-right: 10px; */
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    float: left;
    fill: green;
        margin-left: 0px;
    background-image: url(/image/wha.png);
}

.tel.mail:before {
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 4px;
    margin-left: -24px;
    margin-top: 0px;
    position: absolute;
    background-size: 16px 16px;
    /* font-size: 34px; */
    width: 21px;
    /* background-color: #fff; */
    height: 20px;
    /* margin-right: 10px; */
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    float: none;
    fill: green;
background-image: url(/image/mail.svg);
}

.mail {
    text-align: right;
}


.city {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
}

.tel {
    display: block;
    clear: both;
    width: 250px;
}

.contact2 {
    width: 150px;
}
.tel.mail {
    width: 170px;
}


footer .top-plus {
    display: inline-block;
    width: 190px;
    text-align: left;
    padding: 20px 20px;
    vertical-align: top;
    color: #fff;
}

footer .tel.what:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 3px;
    background-size: 16px 16px;
    /* font-size: 34px; */
    width: 22px;
    /* background-color: #fff; */
    height: 22px;
    /* margin-right: 10px; */
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    float: left;
    fill: green;
    margin-left: 2px;
    background-image: url(/image/wha.png);
}
footer .zakaz a {
    color: #421400;
}
#nav_menu-2 {
    background: #421400;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#menu-2 li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #421400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 5px;
    background: #f7e8ca;
    border-radius: 5px;
    margin: 5px auto;
}

td {
    border: 1px solid #dedede;
}