/*
Theme Name: Itbutik5
Author: IT Butik
Author URI: https://it-butik.ru
Version: 1.0
 */

img {
    height: auto;
    max-width: 100%
}
a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
header {
    position: absolute;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    widtH: 100%;
    z-index: 11;
}
.site-header {
	position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
}
.site-logo {
    display: inline-block;
    max-width: 100%;
	margin-right:15px;
}
.site-logo img {
	max-height:55px;
}
.top_block {
	position: relative;
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 0.1px;
	width:100%;
}
.top-home {
	position:relative;
	overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.utp_row {
	margin-top:235px;
}
.owl-dot span {
	display:block;
}
.vn_block h1 {
    margin-top: 120px;
}
.news_row .cpt-alm-item {
	margin: 0 1% 25px;
    overflow: hidden;
    width: 31%;
    border-radius: 10px;
	box-shadow: 0px 0px 25px #f9bd4440;
}

.cont_form .your-phone, .cont_form .your-name {
	width:46%;
}
.cont_form .cont_inp {
	width:100%;
}
.cont_form .field-wrap {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-foot-wrap {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
}
.cont-foot-wrap .ajax-loader {
	display:none;
}
.form_butt {
	color: #f9bd44;
    font-size: 0px;
}
section:nth-child(2n) {
	background: #292929;
}

section:nth-child(2n+1) {
	background: #222;
}

.wpcf7-spinner {
	width:0;
	margin:0;
}

.popup_prod .popup_vnutr form .wpcf7-form-control-wrap {
	width: 47%;
} 
.popup_prod .popup_vnutr form input[type=text] , .popup_prod .popup_vnutr form input[type=tel], .popup_prod .popup_vnutr form input[type=submit] {
	width: 100%;
}
.popup_prod .popup_vnutr form input.butt {
	width: 47%;
    
}
.popup_prod .popup_vnutr form .pol {
    width: 47%;
   
}
.wpcf7-spinner {
	display:none;
}



@media screen and (max-width: 991px){
	.news_row .cpt-alm-item {
		width: 48%;
	}
}


@media screen and (max-width: 600px){
	.news_row .cpt-alm-item {
		width: 98%;
	}
}

.pagi_line {
	width: 100%;
}

.pagi {
	display: flex;
	align-items: center;
}

.pag_p, .pag_right, .pag_left {
	position: static;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 7px 15px;
	margin-right: 15px;
	border-radius: 10px;
	background: #000;
	box-shadow: 0px 0px 20px #17c16340;
}

.pag_p.activ {
	color: #000;
	background: #17c163;
}


.post_body {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.popup_prod .popup_vnutr form .wpcf7-form-control-wrap, .popup_prod .popup_vnutr form input.butt {
		width: 100%;
	}
}

