/*   
Theme Name: Printex
Version: 5.0
Description: ООО «Принтекс медиа» - онлайн типография в Минске
Author: Artem Belousov
*/

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    outline: none !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    min-width: 320px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
	line-height: 1.42857;
    color: #333333;
    width: 100%;
    outline: none !important;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-text-size-adjust: none;
	min-height: 100%;
}

.wrapper {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

body img {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
    position: relative;
}
p{
	margin-top:0;
}

div,
a,
img,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
button {
    outline: none !important;
}

button,
input[type=submit] {
    cursor: pointer;
}

a{
	color: #ffa000;
	text-decoration: none;
}
a:hover{
	border-bottom:1px dashed #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-top:0;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}
.section_title p{
	margin:0 0 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.mb-30{
	margin-bottom:30px;
}
.p-0{
	padding:0;
}
@media(min-width:992px){
	img.alignright { 
		float: right; 
		margin: 0 0 1em 1em; 
	}
	img.alignleft { 
		float: left; 
		margin: 0 1em 1em 0;
	}
	img.aligncenter { 
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
	}
}
.m-button{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 15px;
    width: 200px;
    background: transparent;
    border: 1px solid #ffa000;
    color: #ffa000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin: 30px auto 0;
    display: block;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.m-button:hover{
	border: 1px solid #ffa000;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #f00 !important;
}

div.wpcf7 .ajax-loader {
    display: none;
}
.grey{
	background-color: #f5f5f5;
}
header {
    margin-bottom: 20px;
}
#breadcrumbs{
	background-color: #f8f9f9;
	border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.breadcrumbs{
	text-align: right;
	padding:20px 0;
	color: #888888;
}
.breadcrumbs a{
	color: #888888;
	text-decoration: none;
}
.breadcrumbs__separator{
	margin:0 3px;
}
section table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section table thead tr:not(:last-child) th, section table tbody tr:not(:last-child) th, section table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ddd !important;
}

section table thead tr th, section table tbody tr th, section table tbody tr td {
	padding: 10px !important;
}
section table thead tr th:not(:last-child), section table tbody tr th:not(:last-child), section table tbody tr td:not(:last-child) {
    border-right: 1px solid #ddd !important;
}
header a:hover{
	border:none;
}
.mainmenu{
	border-bottom: 1px solid #d8d8d8;
}
.mainmenu ul{
	margin: 3px 0;
    padding: 0;
    list-style: none;
}
.mainmenu ul li{
	display: inline-block;
	position: relative;
}
.mainmenu ul li.menu-item-has-children:after {
    content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 0;
    top: 13px;
}
.mainmenu ul li a{
	color: #777;
	font-size: 14px;
	display: block;
	padding: 10px 11px;
	text-decoration: none;
}
.mainmenu ul li:first-child a{
	padding-left:0;
}
.mainmenu ul:not(.socials) li a:hover{
	color: #fba100;
}
.mainmenu ul li.menu-item-has-children:hover .dropdown-menu {
    display: block;
}

@media(min-width:992px){
	.mainmenu ul li .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		min-width: 160px;
		padding: 5px 20px;
		margin: 0;
		list-style: none;
		font-size: 15px;
		text-align: left;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		background-clip: padding-box;
	}
	.mainmenu ul li .dropdown-menu li {
		display: block;
	}
	.mainmenu ul li .dropdown-menu li a{
		padding:3px 0;
		white-space: nowrap;
	}
}
.socials {
	text-align: right;
}
.socials li:not(.mail) {
	margin: 0 3px;
    width: 37px;
    text-align: center;
    background-color: #d0d0d0;
    border-radius: 50%;
}
.socials li:not(.mail) a{
	padding: 9px 10px;
	color:#fff;
}
.socials li.mail{
	padding-right:25px;
}
.socials li.mail a{
	color:#000;
}
.header_contacts{
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.header_contacts a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    line-height: 1.5;
    position: relative;
}
.header_contacts .tel{
	align-items: center;
    display: flex;
}
.header_contacts .tel_code{
	padding-right:15px;
}
.header_contacts .tel_code img{
	position: absolute;
    top: 0;
    left: -40px;
}
.header_contacts .tel_code img.a1_logo {
    left: -37px;
}
.header_contacts .tel_code img:nth-child(2) {
    left: -63px;
    top: 4px;
}
.header_contacts .tel a{
	font-size: 32px;
	line-height: 58px;
}
.main-logo img{
	height: 90px;
	padding: 10px 0;
	margin-left:25px;
}
.zakazat{
	border: 1px solid #ffa000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 13px 18px;
    background-color: #ffa000;
    color: #fff;
    border-radius: 8px;
	outline: none;
	text-transform: uppercase;
}
.bottom-menu-right{
	text-align: center;
	border: 0;
    padding-left:0;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: none;
}
.bottom-menu-right a, .bottom-menu-left button{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #ffa000;
}
.bottom-menu-right a:hover{
	border:none;
}
.bottom-menu-center{
	padding:0;
}
.search-form input[type="submit"] {
    display: none;
}

.search-form {
    margin: 0 3px 0 0;
}
.search-form input[type="search"] {
    display: block;
    width: 100%;
    background: #f5f5f5;
	margin: 0;
	font-size: 18px;
    text-align: left;
    border: 0;
    padding: 10px 20px;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.bottom-menu-left{
	padding-right:0;
}
.bottom-menu-left button{
	width:100%;
	border:none;
	text-align: left;
	padding: 12px 20px;
}
.rowMenuToggle{
	display: none;
	border-bottom: 20px solid #ffa000;
}
.rowMenuToggle .col-md-3{
	padding-right:0;
}
.rowMenuToggle .col-md-9{
	padding-left:0;
}
#boxCategoryNames{
	height:100%;
	background-color: #ffa000;
	margin-right:-15px;
}
#boxCategoryNames .btn{
	border-top: 1px solid #fff;
	white-space: nowrap;
	font-size: 18px;
	text-align: left;
	padding: 10px 20px;
	display: block;
	color:#fff;
	text-decoration: none;
	background-color: #ffa000;
}
#boxCategoryNames .btn:hover{
	border-bottom:none;
}
#boxCategory{
	height:100%;
	border-top: 1px solid #fba100;
	background-color: #fff;
	padding: 15px 0 15px 5px;
	margin-left:-15px;
}
#boxCategory ul{
	padding:0;
	margin:0;
	list-style: none;
	column-count: 3;
}
#boxCategory ul li{
	margin-bottom: 10px;
	flex:0 1 33.3333%;
	padding-left: 35px;
}
#boxCategory ul li a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#boxCategory ul li a:hover{
	border-bottom: 1px dashed #000;
}



.home section:not(#slider){
	padding: 35px 0 50px;
}
#map{
	padding:0 !important;
	height:400px;
}
.prod{
	text-align: center;
	margin-bottom: 30px;
}
.prod_img{
	height:100%;
	overflow:hidden;
	margin-bottom: 20px;
}
.post-type-archive-production .h2{
	margin-top:30px;
}
.tax-production-category h1 {
    font-size: 30px;
    margin-bottom: 50px;
}
.prod-in-catal .h3{
	text-align:center;
	font-size: 16px;
    color: #444;
}
.prod-in-catal{
	margin-bottom: 35px;
}
.prod-in-catal .prod_img img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all .7s ease-out;
	max-height: 140px;
    object-fit: contain;
}
.prod-in-catal:hover .prod_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prod_img img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all .7s ease-out;
}
.prod:hover .prod_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.prod h3{
	font-size: 16px;
}
.prod a{
    text-decoration: none;
    color: #444;
}
.clients{
	margin-bottom:20px;
}
.clients img{
	display: block;
	margin:0 auto;
}
.sing_rew{
	background: #fff;
    padding: 10px 20px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
	text-align: center;
	height:100%;
}
.sing_rew_user{
	border-radius: 100px;
    width: 100px;
    height: 100px;
    background-size: cover;
    display: inline-block;
}
.sing_rew h2{	
	color: #ff7d00;
	font-size: 18px;
	margin: 15px 0;
}
.sing_rew .staff{
	font-weight: bold;
}
.sing_rew_text{
	color: #58595b;
    font-size: 12px;
	text-align: left;
}
.news{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -15px;
}
.news .sing_news{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	padding:0 15px;
}
.news .sing_news .news_cover {
    height: 167px;
    background-size: cover;
    background-position: center;
}
.news .sing_news a{
	color: #000;
	text-decoration:none;
}
.news_head{
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.blog_date{
	color: #a9a9a9;
	font-size: 11px;
	margin:0;
}
.blog_date i {
    font-size: 14px;
    position: relative;
    left: -7px;
    top: 1px;
}
footer {
    background: #212121;
    color: #666666;
	font-size: 14px;
	padding: 35px 0 25px;
}
footer a{
	color:#666;
	text-decoration: none;
}
#copyright{
	background: #161616;
	color: #666666;
    text-align: center;
    font-size: 14px;
}
#copyright p{
	margin-top:14px;
}
.footer_logo{
	height: 70px;
	margin-bottom:20px;
}
footer a:hover, #fancybox-close:hover{
	border:none;
}
footer ul{
	padding:0;
	margin:0;
	list-style: none;
}
footer .info li{
	padding:2px 0;
	font-size: 12px;
}
footer .info li i {
    font-size: 18px;
    margin-right: 5px;
    color: #666;
}
.footer_menu_title{
	font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #444;
    position: relative;
    font-weight: normal;
    padding-bottom: 10px;
	color: #ffa000;
}
.footer_menu_title:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
	height: 1px;
	background-color: #ffa000;
}
.footer_menu_title + ul li{
	padding-bottom:7px;
}
.footer_menu_title + ul li a{
	position:relative;
}
.footer_menu_title + ul li a:hover{
	padding-left:15px;
	border:none;
}
.footer_menu_title + ul li a:hover:before{
	content: "\f105";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
	top: 0;
	color: #ffa000;
}

/*Modal Window*/

.overlay {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9991;
    opacity: .5;
}

.visible {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9992;
    width: 900px;
    height: 90vh;
    overflow: auto;
    margin: 3% auto;
    padding: 35px 75px;
    background: #fff;
    text-align: left;
}

.visible button.close {
    background: transparent;
    color: #2e2c2c;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 32px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #2e2c2c;
    opacity: .3;
}
.visible button.close:hover{
	opacity:1;
}

.visible p {
    color: #a6a6a6;
	font-size: 14px;
	margin: 0 0 10px;
}

.visible p.h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #444;
}

.visible input[type="text"],
.visible input[type="email"],
.visible input[type="tel"] {
    padding: 11px 20px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    font-size: 16px;
    width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.visible textarea {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
    height: 166px;
    resize: none;
}

.visible input[type="submit"] {
    padding: 16px 20px;
    background: #ffa000;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    cursor: pointer;
	margin:35px auto 0;
	border:none;
}

.visible .wpcf7-list-item {
    width: 100%;
    display: block;
}

.visible .form-top {
    margin-top: 25px;
}

.visible .form-top-minus {
    margin-top: -20px;
}

.visible::-webkit-scrollbar {
    width: 10px;
}

.visible::-webkit-scrollbar-track-piece {
    background-color: #ffa000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.visible::-webkit-scrollbar-thumb {
    background-color: #ffa000;
}

.file-upload input[type="file"]{
	display: none;
}

.file-upload {
	position: relative;
    overflow: hidden;
    width: auto;
    height: 50px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.file-upload label {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    padding: 7px 20px;
    background: #ffa000;
    width: 100%;
}

.file-upload span {
	line-height: 36px;
    padding-bottom: 0;
    font-size: 18px;
}
@media(max-width:991px) {
    .visible {
        width: calc(100% - 30px);
        padding: 35px 15px;
        margin: 7vh auto;
    }
}

@media(max-width:480px) {
    .visible {
        width: 95%;
        padding: 30px 15px 5px;
        height: calc(100vh - 25px);
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        transform: none;
        left: 0;
        right: 0;
    }
    .visible textarea {
        height: 70px;
        padding-top: 5px;
    }
}
.agree {
    display: none;
}
.cf7-text-drop {
    margin-bottom: 30px;
    color: #a6a6a6 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.cf7-text-browser a {
    padding: 7px 20px;
    background: #ffa000;
    font-weight: normal;
    display: inline-block;
    color: #fff;
	border-radius: 0;
	width:225px;
}
.cf7-text-browser a:hover{
	border:none;
}
.cf7-dragandrophandler {
    clear: both;
    margin: 10px 15px 30px;
    width: calc(100% - 30px);
    min-height: 140px;
    display: block;
    padding: 30px 15px 7px;
    text-align: center;
    background: none;
    color: #000;
    border: 1px dashed #ff7735;
}



/*End Modal Window*/

#main{
	padding:30px 0 50px;
}
.sing_work{
	margin:30px 0;
}
.sing_work .work_name{
	font-weight: bold;
}
.sing_work img{
	width:100%;
	margin-top:20px;
}

.portfolio{
	padding:30px 0 20px;
}
.sing_portfolio{
	margin-bottom:10px;
}
.sing_portfolio a:hover{
	border:none;
}

.sing_adv{
	position: relative;
	margin:30px 0;
}
.sing_adv img{
	position: absolute;
	left:0;
}
.sing_adv p{
	padding-left:100px;
}
.sing_adv p.adv_title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:5px;
}
.client{
	text-align: center;
}
.client img{
	margin-bottom:25px !important;
}
.otzyvy{
	text-align: center;
}
.otzyvy h3{
	text-transform: uppercase;
	margin-bottom:50px;
}
.otzyvy .sing_otzyv{
	padding: 10px 20px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
	text-align: center;
	margin-bottom:25px;
}
.otzyvy .sing_otzyv h2{
	font-size: 14px;
	line-height: 1.42857;
	font-weight: bold;
	margin-bottom: 5px;
}
#contacts{
	padding: 30px 0 0;
}
#contacts h1{
	color: #ffa000;
	margin-bottom:15px;
}
#contacts h3{
	color: #ffa000;
	margin-bottom:10px;
}
#contacts .contacts i{
	margin-right: 10px;
    font-size: 22px;
    color: #444;
}
#contacts .contacts a{
	color:#444;
}
#contacts .contacts a:hover{
	border:none;
}

#contacts .contact-form-section{
	padding-left: 75px;
}
#contacts .contact-form-section p{
	margin-bottom:10px;
}
#contacts .contact-form-section input,
#contacts .contact-form-section textarea{
	border: 1px solid #d7d7d7;
	padding: 7px 5px;
	width: 100%;
	font-size: 14px;
    line-height: 1.42857;
    color: #555555;
	background-color: #fff;
	border-radius: 4px;
	resize:none;
	outline:none;
}
#contacts .contact-form-section input[type="submit"]{
	background-color: #ffa000;
    cursor: pointer;
    display: block;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
    width: auto;
    border: none;
}
.full_desc {
    padding-top: 50px;
}
.single-product-image .slider-for{
	margin-bottom:25px;
}
.single-product-image .slider-nav .slick-active img{
	padding:0 15px;
}
.single-product-image.color_slider img {
    width: 100%;
}
.single-product-image a:hover{
	border:none;
}

.gallery_nav {
    margin-top: 30px;
}

.gallery_nav .sing_color {
    display: inline-block;
}

.gallery_nav .sing_color a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.sidebar a:hover{
	border:none;
}
.sidebar .h2{
	text-transform: uppercase;
    color: #000;
	padding: 0 0 30px;
	font-size: 18px;
	margin:0;
}
.sidebar .sing_news{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom:35px;
}
.sidebar .sing_news .post_img{
	flex:0 1 45%;
	width: 45%;
}
.sidebar .sing_news .post_name{
	flex:0 1 70%;
	width:70%;
	padding-left:25px;
	color:#000;
	text-align: left;
}
.sidebar .sing_news .post_name span{
	color: #ccc;
	padding-top: 5px;
    display: block;
}
.blog-title{
	background-color: #f8f9f9;
}
.blog-title img{
	position: relative;
	width:100%;
}
.blog-title h1{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
	text-transform: uppercase;
	z-index:9;
}
.blog .sing_news:not(:last-of-type){
    border-bottom: 1px solid #ccc;
}
.blog .sing_news{
	padding: 30px 0 10px;
	text-align: left;
}
.blog .sing_news .post_name{
	color: #444;
	font-size: 18px;
    margin-bottom: 15px;
	font-weight: bold;
	display: block;
}
.blog .sing_news .post_name:hover{
	border:none;
}
.blog .sing_news .blog_date{
	font-size:14px;
	padding-left: 7px;
}
.blog .sing_news .post_img{
	margin: 25px 0;
}
.blog .navigation{
	text-align: right;
}
.blog .navigation .prev, .blog .navigation .next{
	display: none;
}
.blog .navigation .page-numbers {
    padding: 6px 10px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	color: #fff;
    background: #444;
}
.blog .navigation .page-numbers.dots {
	color: #444;
	background:transparent;
}
.blog .navigation .current, .blog .navigation .page-numbers:not(.dots):hover{
	background-color:#ffa000;
	color:#fff;
	border:none;
}
.search h1{
	font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
.search_result{
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.search_result .post_name, .search_result .post_name:hover{
	color: #444;
    font-size: 18px;
    margin-bottom: 15px;
	font-weight: bold;
	border:none;
}
.error404 .error{
	padding:20px 0;
	text-align: center;
}
.error h1{
	letter-spacing: 4px;
    font-size: 120px;
    line-height: 120px;
    color: #ffa000;
    margin-bottom: 20px;
    font-weight: bold;
}
.error p{
	margin-bottom:50px;
}
.error .back{
	border: 1px solid #ffa000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 13px 18px;
    background-color: #ffa000;
    color: #fff;
    border-radius: 8px;
    outline: none;
    text-transform: uppercase;
}
@media(max-width:1199px){
	.socials li.mail{
		display:none;
	}
	#boxCategoryNames .btn{
		white-space:unset;
	}
	#boxCategory ul li a{
		font-size:15px;
	}
}
@media(max-width:991px){
	.footer_cont{
		text-align: center;
		margin-bottom:35px
	}
	.footer_logo{
		display: block;
		margin: 0 auto 15px;
	}
	.news .sing_news .news_cover {
		height: 240px;
	}
	.bottom-menu-left {
    	padding-right: 15px;
	}
	.header_contacts{
		justify-content: center;
	}
	.mainheader{
		text-align: center;
	}
	.header_contacts .tel_code{
		padding:0 0 0 32px;
		margin:20px 0;
	}
	.mainheader{
		margin-top:0;
	}
	.main-logo img{
		margin:0 0 15px;
	}
	.mobile-menu-icons{
		left: calc(100% - 15px);
		top:10px;
   		transform: translateX(-100%);
   	 	position: relative;
   	 	z-index: 9;
	}
	.mobile-menu-icons button{
		background-color: transparent;
		opacity: 1;
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 40px;
		height: 34px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
	}
	.mobile-menu-icons button span {
		display: block;
		position: absolute;
		top: 15px;
		width: 40px;
		height: 3px;
		background: #000;
	}
	.mobile-menu-icons button span::before, .mobile-menu-icons button span::after {
		position: absolute;
		display: block;
		width: 40px;
		height: 3px;
		background-color: #000;
		content: "";
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.mobile-menu-icons button span::before {
		transition-property: top, transform;
		top: -13px;
	}
	.mobile-menu-icons button span::after {
		transition-property: bottom, transform;
		bottom: -13px;
	}
	.mobile-menu-icons button.is-active span {
		background: none;
	}
	.mobile-menu-icons button.is-active span::before, .mobile-menu-icons button.is-active span::after {
		transition-delay: 0s, 0.3s;
		background:#fff;
	}
	.mobile-menu-icons button.is-active span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.mobile-menu-icons button.is-active span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.navbar {
		height: 100vh;
		background-color: #32363b;
		position: fixed;
		width: 100%;
		border: 0 !important;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		overflow-y:scroll;
	}
	.navbar.openned {
		opacity: 0.99;
        visibility: visible;
        -webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		z-index:9;
	}
	#top-nav-ul{
		margin: 100px auto;
		border-color: rgba(0,0,0,0.2);
	}
	.navbar.openned #top-nav-ul li:nth-child(1) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.navbar.openned #top-nav-ul li:nth-child(2) {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.navbar.openned #top-nav-ul li:nth-child(3) {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.navbar.openned #top-nav-ul li:nth-child(4) {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.navbar.openned #top-nav-ul li:nth-child(5) {
		-webkit-transition-delay: 0.7s;
		-o-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.navbar.openned #top-nav-ul li:nth-child(6) {
		-webkit-transition-delay: 0.8s;
		-o-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	.navbar.openned #top-nav-ul li:nth-child(7) {
		-webkit-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.navbar.openned #top-nav-ul li:nth-child(8) {
		-webkit-transition-delay: 1s;
		-o-transition-delay: 1s;
		transition-delay: 1s;
	}
	.navbar.openned #top-nav-ul li:nth-child(9) {
		-webkit-transition-delay: 1.1s;
		-o-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}
	.navbar.openned #top-nav-ul li {
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		opacity: 1;
		display: block;
	}
	#top-nav-ul li {
		-webkit-transform: scale(1.15) translateY(-30px);
		-ms-transform: scale(1.15) translateY(-30px);
		transform: scale(1.15) translateY(-30px);
		opacity: 0;
		transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),  -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); 
	}
	.mainmenu ul li a{
		color: #fff;
		line-height: 50px;
		border-top: 1px solid rgba(255,255,255,0.37);
		height: 50px;
		font-size: 16px;
		margin:0 !important;
		padding:0;
	}
	.mainmenu ul li:first-child a{
		border-top:none;
	}
	.mainmenu ul li.menu-item-has-children > a{
		display: none !important;
	}
	.mainmenu{
		border:none;
	}
	#boxCategoryNames{
		margin:0;
	}
	img.alignright, img.alignleft, img.aligncenter {
		margin-top:1em;
	}
	#main img{
		height:auto !important;
		display:block;
		margin:0 auto;
	}
	#contacts .contact-form-section{
		padding-left:0;
		margin-top:25px;
	}
	#contacts h3, #contacts .contacts{
		text-align: center;
	}
}
@media(max-width:768px){
	#map_c{
		height:400px !important;
	}
}
@media(max-width:480px){
	.clients img{
		margin: 0 10px;
	}
	.footer_menu_title + ul li a{
		font-size:12px;
		line-height:1;
	}
	h2, .h2 {
		font-size: 22px;
		line-height: 1.4;
	}
}
.agree {
	display:none;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	display: inline-block;
	padding: 12px 48px;
	background: #ffa000;
	font-size: 18px;
    color: #fff;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
	border-bottom: none;
}
div.wpcf7 .screen-reader-response {
	font-size: 24px !important;
	color: #4caf50 !important;
}
.columns.hidden {
	display: none;
}

.bottom-form-section{
	padding: 0 !important;
}
.bottom-form{
	background: #ffa000;
	padding: 55px 15px;
}
.bottom-form h2{
	margin: 0 0 50px;
	color:#fff;
    text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}
.bottom-form .container-form h2{
	font-size: 22px;
	font-weight: 400;
}
.bottom-form h3,.bottom-form p,.bottom-form a{
	color:#fff;
}
.bottom-form a:hover{
	border-bottom: 1px dashed #fff;
}
.bottom-form input{
	border: 1px solid #d7d7d7;
    padding: 7px 5px;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    resize: none;
    outline: none;
}
.bottom-form input[type="checkbox"]{
	width: auto;
}
.bottom-form input[type=submit] {
    background-color: #212121;
    cursor: pointer;
    display: block;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
    width: auto;
	border: none;
}
.bottom-form .container-form h2,.bottom-form label{
	text-align: center;
	color:#333;
}
.bottom-form label{
	margin-bottom: 30px;
	display: inline-block;
}
.form-in-bottom{
	background: #fff;
	height: calc(100% + 110px);
	position: relative;
	top: -55px;
	box-shadow: 0 0 15px 6px rgba(0,0,0,.3);
	border-radius: 5px;
}
.bottom-form div.wpcf7 .screen-reader-response,.term3,.term4,.term5,.term6,.term-in-menu7,.term-in-menu8,.term-in-menu2,.columns7 .term-in-menu3,.columns7 .term-in-menu4,.columns7 .term-in-menu5,.columns7 .term-in-menu6{
	display: none !important;
}

@media(min-width:1000px){
	.bottom-form{
		max-height: 400px;
	}
	.form-in-bottom{
		background: #fff;
		height: calc(110% + 110px);
		position: relative;
		top: -18.5%;
		padding: 45px 25px;
	}
}

@media(max-width:992px){
	.bottom-form{
		padding: 35px 15px;
		text-align: center;
	}
	.form-in-bottom{
		padding: 45px 15px 0;
	}
	.bottom-form .container-form h2{
		font-size: 15px;
	}
}

.columns8 .term-in-menu3,
.columns8 .term-in-menu4,
.columns8 .term-in-menu5,
.columns8 .term-in-menu6,
/* .term-cat14 .wrap-prod10543,
.term-cat14 .wrap-prod10542,
.term-cat14 .wrap-prod10542,
.term-cat14 .wrap-prod10532,
.term-cat14 .wrap-prod10520,
.term-cat14 .wrap-prod10338,
.term-cat14 .wrap-prod10332,
.term-cat14 .wrap-prod10326,
.term-cat14 .wrap-prod10311,
.term-cat14 .wrap-prod10293,
.term-cat14 .wrap-prod10409,
.term-cat14 .wrap-prod10387,
.term-cat14 .wrap-prod10380,
.term-cat14 .wrap-prod10367, */
.post-type-archive.post-type-archive-production .wrap-prod10543,
.post-type-archive.post-type-archive-production .wrap-prod10542,
.post-type-archive.post-type-archive-production .wrap-prod10542,
.post-type-archive.post-type-archive-production .wrap-prod10532,
.post-type-archive.post-type-archive-production .wrap-prod10520,
.post-type-archive.post-type-archive-production .wrap-prod10338,
.post-type-archive.post-type-archive-production .wrap-prod10332,
.post-type-archive.post-type-archive-production .wrap-prod10326,
.post-type-archive.post-type-archive-production .wrap-prod10311,
.post-type-archive.post-type-archive-production .wrap-prod10293,
.post-type-archive.post-type-archive-production .wrap-prod10409,
.post-type-archive.post-type-archive-production .wrap-prod10387,
.post-type-archive.post-type-archive-production .wrap-prod10380,
.post-type-archive.post-type-archive-production .wrap-prod10367
{
	display: none !important;
}
.prod_img img{
	height:auto;
}

.best-item__top{
	height: 270px;
	position: relative;
	overflow: hidden;
}
.best-item__top:hover img{
	transform: scale(1.1);
}
.best-item__top img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .3s;
}
.best-item__name{
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	width: 95%;
	padding: 2px 5px;
	font-size: 16px;
	background: #ffa000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.best-item__bottom{
	color:#000;
	margin-top: 5px;
}
.best-item__bottom h3{
	font-size: 20px;
	display: flex;
	align-items: flex-end;
}
.best-item__bottom h3 .best-item__bottom-price{
	font-size: 24px;
	text-transform: uppercase;
	margin: 5px 5px 0;
}
.best-item__bottom h3 .best-item__bottom-price:after{

}
.best-item__count{
	display: flex;
	flex-direction: column;
	position: relative;
}
.best-item__count b{
	font-weight: normal;
}
.best-item__count b.first{
	position: absolute;
	top: -10px;
	font-size: 12px;
}
.best-item__count b.second{
	text-transform: uppercase;

}
.slick-prev:before, .slick-next:before{
	font-size:30px;
	color:#ff7d00;
}
.slider_button{
	position: absolute;
    bottom: 15%;
    right: 19.5%;
    color: #fff;
    background: #50b72a;
    padding: 10px 25px;
    font-size: 16px;
}
.slider_button:hover{
	text-decoration:none;
	border-bottom:none;
	opacity:.8;
}
.tablepress td{
	text-align:center;
	vertical-align: middle !important;
}
.tablepress img{
	margin:0 !important;
}
@media(min-width:1000px){
	.best-item__bottom h3 .best-item__bottom-price{
		font-size: 36px;
		line-height: 38px;
	}
	.best-item__count b.second{
		font-size: 24px;
		line-height: 30px;
	}
	.sing_rew{
		min-height:480px;
	}
	.all-production-front{
		width:400px;
	}
}
.test_flex{
	display:flex;	
}
.test_flex img{
	width: 150px;
	max-height: 220px;
	margin-right: 10px;
	object-fit: contain;
}
.tablepress {
	margin-bottom:55px;
}

@media(max-width:992px){
	.test_flex {
		display: block;
	}
}

@media(min-width:992px){
	#top-nav-ul{
		display: flex;
	}
}

.messenger-icons {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

@media(max-width: 1200px){
	.icons-wrap {
		flex-direction: column;
    	padding: 15px;
	}
}
	
	.icons-wrap{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

  .messenger-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
  }

  .messenger-icons a:hover .messenger-icon {
    transform: scale(1.2);
  }

  /* Убираем стандартные стили ссылок */
  .messenger-icons a {
    text-decoration: none;
    display: inline-block;
  }