/*
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;
}
.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 p {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
	margin:0;
}
.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;
}


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


