/*
Theme Name: Itbutik5
Author: Krasnosite
Author URI: https://krasnosite.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;
}



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


.quiz-row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.quiz-left {
	width: 45%;
	text-align: center;
}

.quiz-left h3 {
	text-align: left;
	font-weight: 700;
    font-size: 30px;
	color: #F9BD44;
	margin-top: 0;
	margin-bottom: 15px;
}

.quiz-left > p {
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.quiz-left > p span {
	color: #F9BD44;
	font-weight: 600;
	font-size: 24px;
}

.check-row {
	text-align: left;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.check-row svg {
	fill: #F9BD44;
	min-width: 30px;
	width: 30px;
	margin-right: 15px;
}

.check-row p {
	margin: 0;
	font-size: 18px;
}

.timer {
	display: flex;
	width: 100%;
}
.timer__items {
	display: flex;
	font-size: 65px;
	width: 100%;
}
.timer__item {	
	position: relative;
	width: 25%;
	margin-right: 10px;
	padding-bottom: 15px;
	text-align: center;
	color: #F9BD44;
	font-weight: 600;
}
.timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 18px;
	line-height: 1!important;
	color: #fff;
}

.timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
	right: -15px;
}

.quiz-left .port_butt {
	margin: 40px auto 0;
}

.quiz-left .butt_big {
	display: inline-flex;
	margin-top: 30px;
}

.quiz-right {
	width: 45%;
	padding-left: 50px;
}

.quiz-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 25px #F9BD4440;
	border-radius: 10px;
}

.timer__item span {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 1!important;
    color: #fff;
}


@media (max-width:990px) {
	.quiz-row {
		flex-direction: column;
	}
	.quiz-left {
		width: 100%;
	}
	.quiz-right {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		margin-top: 40px;
	}
	
}

@media (max-width:768px) {
	
}


@media (max-width:575px) {
	.timer__items {
		font-size: 40px;
	}
	.timer__item::before {
		font-size: 14px;
	}
	.timer__item:not(:last-child)::after {
    	right: -10px;
	}
}
