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

body {
    margin: 0 auto;
    width: 1200px;
    font-family: 'Open sans', Sans-serif;
    font-size: 13px;
    background: #f7f9fa;
}
h2 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #f1f1f1;
    padding: 5px 0;
}
h3 {
    text-transform: uppercase;
}


header {
    padding: 10px 0;
    height: 50px;
}

.logo {
    float: left;
    display: block;
    margin-top: 15px;
}
.zakaz {
    display: block;
    float: right;
}


.zakaz a {
    text-decoration: none;
    color: #fe6132;
    border: 1px solid #fe6132;
    padding: 10px 15px;
    margin: 15px 25px;
    display: block;
    border-radius: 2px;
        background: #fe6233;
    color: #fff;
}

.contact {
    float: right;
}
.contact, .contact2 {
    margin-top: 15px;
}
.contact2 {
    float: right;
}
.tel a {
    text-decoration: none;
    font-size: 22px;
    line-height: 0.8;
    color: #000;
}
.tel a:hover {
    color: #fe6233;
}
.tel:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5px;
    background-size: 18px 18px;
    /* font-size: 34px; */
    width: 20px;
    /* 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: 13px;
    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: #f1f1f1;
    display: block;
    clear: both;
    padding: 1px 0;
}
#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: 100%;
}
#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: 75%;
    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: 30%;
    height: 350px;
    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: 70%;
    height: 350px;
    background-size: cover;
    position: relative;
    float: right;
    overflow: hidden;
}

.content-banner img {
    transform: scale(-1, 1);
    width: 100%;
}
.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: 30px;
}
.banner-text2 {
    margin-left: 30px;
}
.banner-text3 {
    font-size: 14px;
    margin-left: 30px;
    top: 125px;
    position: absolute;
}
.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;
}
.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;
    max-width: 960px;
    margin: 0 auto;
}
.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;
    background: #fff;
}
.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;
}

.content-work .zakaz a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fe6132;
    padding: 8px 15px;
    margin: 20px auto;
    display: block;
    border-radius: 2px;
    width: 200px;
    text-align: center;
}

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: #fe6132;
}
.content-work {
    padding: 10px 0;
}


footer {
    text-align: center;
    padding: 10px 0;
   background: #363d42;
}
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: 40px;
    /* left: 110px; */
    background-position: center center;
    background-size: auto;
    /* overflow: hidden; */
    width: 120px;
    /* 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/logo.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;
}

.whatsapp img {
    margin-left: 18px;
}

.onup {
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* position: fixed; */
    text-align: center;
    text-decoration: none;
    display: block;
    background: #fe6233 url(/image/scroll.svg) no-repeat scroll center center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 73px;
    left: inherit;
    bottom: 23px;
    /* opacity: 0; */
    z-index: 99!important;
    background-position: center 14px;
}



#submit {
    background: #fe6333;
    cursor: pointer;
    padding: 10px 20px;
    width: 230px;
    border: 0px;
    border-radius: 3px;
}

#submit:hover {
    color: #fe6333;
    background: none;
    cursor: pointer;
    padding: 10px 20px;
    width: 230px;
    border: 1px solid;
    border-radius: 3px;
}












































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;
	}
	

















#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: 0px auto;
    display: block;
    width: 215px;
    margin-top: 15px;
}
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: 10px;
    position: absolute;
    left: 0px;
    padding: 0 20px;
}
.banner-text3 {
    /* font-size: 156px; */
    margin-left: 10px;
    top: 60px;
    position: absolute;
    font-size: 12px;
}
.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;
}






	
	
	
	
}	
	
.work-text {
    font-size: 18px;
    text-align: center;
	    margin: 5px;
}