/*
Theme Name: Itbutik
Author: It-Butik
Author URI: https://it-butik.ru
Version: 1.0
 */
.soc_ico img {
    max-width: 35px;
}
img {
    height: auto;
    max-width: 100%
}
a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.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;
}
.naming-wrap {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.naming-wrap h1 {
	font-size: 30px;
	font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.naming-wrap h4 {
	margin-top:0;
	margin-bottom:0;
	line-height: 26px;
}
.naming-wrap a {
	color:inherit;
}
.foot_list ul.menu {
	list-style-type: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.foot_list ul.menu li {
	margin-right:0;
	margin-left:0;
}
#next .content-blocks .content_block:nth-child(2n+1) .content_img {
    margin-left: 50px;
    padding-right: 30px;
}
#next .content-blocks .content_block:nth-child(2n) .content_img {
    margin-right: 50px;
    padding-left: 30px;
}
#next .content-blocks .content_block:nth-child(2n+1) .content_img img {
	box-shadow: 30px 30px 0 #f9ecf2;
}
#next .content-blocks .content_block:nth-child(2n) .content_img img {
	box-shadow: -30px 30px 0 #f9ecf2;
}

.proj_fon .cat_name {
	margin-top: 250px;
}
section {
	overflow:hidden;
}
section.archive-project, section.archive-service, section.contacts-page, section.blog-page, section.single-post {
	padding-top:150px;
}
.pagi_line {
	position:relative;
}
.pag_left, .pag_right {
	text-indent:100000;
}
.pag_left {
	position: absolute;
    left: -15px;
    top: 9px;
}
.pag_right {
	position: absolute;
    right: -15px;
    top: 9px;
}
.main-menu .menu-item-has-children {
	padding-right: 20px;
    background: url(/wp-content/themes/itbutik/img/arr.svg) no-repeat;
    background-position: right 55%;
}
.main-menu .sub-menu {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: -20px;
	top: 22px;
	list-style-type: none;
	z-index: 10;
}

.main-menu .sub-menu li {
	overflow: hidden;
	width: 250px;
	height: 0px;
	background: #fff;
	margin: 1px 0;
  font-size: 17px;
  font-weight: 600;
	transition: 0.3s ease all;
	padding: 0 10px ;
}

.main-menu .menu li:hover .sub-menu li {
	padding: 10px;
	height: 40px;
}

.main-menu .sub-menu li:hover {
	color: #fff;
}
.pol_row .wpcf7-checkbox .wpcf7-list-item-label {
	margin: 0 0 0 0;
	font-size: 10px;
}
.form_col input.wpcf7-submit {
    color: #fff;
    margin-top: 13px;
    padding: 16px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.form_col .ajax-loader {
	width:16px;
	height:16px;
}
.about_cif span {
	font-size: 35px;
}
.spoiler-head {
	display:block;
} 
.spoiler-head.folded .spoiler-body {
	display:block!important;
}
.spoiler-head.folded .spoiler-body > .menu {
	display:block!important;
	
}
.spoiler-head.folded .spoiler-body > .menu li {
	margin: 1px 0;
}
.sidebar .usl_col {
	width:100%;
}
.usl_img_wrap {
	position: absolute;
    left: -10%;
    bottom: 25px;
    width: 38%;
    border-radius: 11px;
    min-height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.usl_block img {
    max-width: 100%;
    max-height: 100%;
    max-width: none;
    min-width: auto;
    min-height: auto;
    height: 100%;
	width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cont_row {
	justify-content: center;
}
.cont_row > div:nth-child(2) {
	margin-left:2%;
}

@media (max-width:1400px) {
	
section.archive-project, section.archive-service, section.contacts-page, section.blog-page, section.single-post {
	padding-top:100px;
}
	.proj_fon .cat_name {
		margin-top:125px;
	}
}

@media (max-width:600px) {
	
.form_col input.wpcf7-submit {
    padding: 13px 20px;
    font-size: 12px;
}
}

@media (max-width:530px) {
	.pol_row span {
		font-size: 8px;
	}
.form_col input.wpcf7-submit {
    padding: 10px 20px;
    font-size: 8px;
}
}