:root{
	--main_color: #342d23;
	--secondary_color: #ffc025;
	--button_color: #ff0000;
}
/* styles */
body {
	min-width: 480px;
	background: #191919;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
	color: #141414;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 900;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0 0 30px 15px;
    padding-left: 25px;
    border-left: 6px solid var(--secondary_color);
}
h2.title span{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	display: block;
	color: var(--main_color);
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
}
h2.title strong{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	display: block;
	color: var(--main_color);
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
}
section{
	padding: 35px 0 30px;
}

.dark_bg{
	background: var(--main_color);
}
.dark_bg .title{
	color: #fff;
	border-color: var(--secondary_color);
}
.dark_bg .title span{
	color: var(--secondary_color);
}
.dark_bg .title strong{
	color: var(--secondary_color);
}

form{
	padding: 0 35px;
}
input{
	width: 100%;
	display: block;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	border: none;
	font-size: 18px;
	margin-bottom: 20px;
	height: 80px;
	border-radius: 6px;
	background: #fff;
	text-indent: 100px;
	color: #222;
}
select{
	width: 100%;
	display: block;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	border: none;
	font-size: 18px;
	margin-bottom: 20px;
	height: 80px;
	border-radius: 6px;
	background: #fff;
	text-indent: 100px;
	color: #222;
}

select{
	background: #fff url("../img/input_select.png") 25px 50% no-repeat;
}

input[name="name"]{
	background: #fff url("../img/input_name.png") 25px 50% no-repeat;
}
input[name="phone"]{
	background: #fff url("../img/input_phone.png") 21px 50% no-repeat;
}
.button-m, .big-button{
	margin-top: 0;
}

::-webkit-input-placeholder {
	color: #222;
}
::-moz-placeholder {
	color: #222;
}
:-moz-placeholder {
	color: #222;
}
:-ms-input-placeholder {
	color: #222;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m, .big-button {
    border: none;
    cursor: pointer;
    font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    height: 70px;
    width: 410px;
    display: block;
    border-radius: 45px;
    line-height: 70px;
    text-decoration: none;
    text-align: center;
    background: var(--button_color);
    font-size: 25px;
    letter-spacing: 1.5px;
    margin: 0px auto;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 0 #bf2c02;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 #c72b2b;
		box-shadow: 0 0 0 0 #c72b2b;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
		box-shadow: 0 0 0 10px rgba(0, 139, 204, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
		box-shadow: 0 0 0 0 rgba(0, 139, 204, 0);
	}
}
.button-m:hover, .big-button:hover {
	background: linear-gradient(to bottom, #b12100, #ff7b00);
	color:#f0f0f0;
}
.button-m:active, .big-button:active {
	background: linear-gradient(to bottom, #b12100, #ff7b00);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: var(--main_color);
	padding: 0 0 30px;
}
.main_title{
	text-align: center;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 30px;
    line-height: 1em;
	text-transform: uppercase;
	padding: 16px 0;
	background: var(--main_color);
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.subtitle{
	font-weight: 900;
    text-align: center;
    font-size: 20px;
    background: #fff;
    padding: 0px 20px;
}

.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
}
.offer_section .sale{
	position: absolute;
	width: 172px;
	height: 139px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/sale.png") 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.offer_section .sale>p{
	width: 100%;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	transform: rotate(39deg);
	top: 58px;
	left: 31px;
}
.offer_section .box>ul{
	position: absolute;
	top: 182px;
	left: 0;
	width: 200px;
	padding-left: 15px;
}
.offer_section .box>ul>li{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 0 9px 32px;
	margin-bottom: 5px;
}
.offer_section .box>ul>li:nth-child(1){
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/icon1.png") 0% 50% no-repeat;
}
.offer_section .box>ul>li:nth-child(2){
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/icon2.png") 0% 50% no-repeat;
}
.price{
	width: 450px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	margin: 20px auto;
}
.price:before{
	content: '';
	width: 20px;
	height: 100px;
	background: #1d242c;
	position: absolute;
	transform: rotate(14deg);
	top: -10px;
	left: 215px;
}
.price>div{
	float: left;
	width: 50%;
	height: 80px;
	padding-top: 14px;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
	line-height: 1.1em;
}
.price>div>p{
	font-size: 30px;
	line-height: 1.1em;
}
.price>div>p>small{
	font-size: 0.8em;
}
.price .old>p>span{
	text-decoration: line-through;
}
.price .old{
	background: #fff;
}
.price .new{
	color: var(--main_color);
	background: var(--secondary_color);
}

.line_bg{
	padding-top: 34px;
	padding-bottom: 34px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/bg_line.png") 50% 0% no-repeat, url("https://goodshops.site/maz-chervonij-muhomor/css/bg_line.png") 50% 100% no-repeat, var(--main_color);
}
.ofr_bull{
	padding-left: 25px;
	padding-right: 25px;
}
.ofr_bull>li{
	padding-left: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 15px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/ofr_bull.png") 0% 50% no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.timer{
	margin: 25px 0 32px;
}
.timer>p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer .timer_block{
	width: 85px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	font-weight: 900;
}
.timer .timer_block .count{
	background: #fff;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 2px;
}
.timer .timer_block .text{
	font-size: 18px;
	background: #323e4c;
	line-height: 30px;
	color: #fff;
}
.prod_count{
	margin: 25px 0 0;
	text-align: center;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.prod_count>span{
	display: inline-block;
	line-height: 35px;
	padding: 0 8px;
	background: #fff;
	font-size: 25px;
	color: #141414;
	border-radius: 3px;
	margin: 0 4px;
}


/*video*/
.video{
	padding: 0;
}
.video_block{
	height: 270px;
	position: relative;
	background: #000;
	overflow: hidden;
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*sect2*/
.benef1{
	font-size: 0;
	text-align: center;
}
.benef1>li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0 5px 10px;
	background: #1d242c;
	font-size: 18px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>span{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ff4014;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	margin: -20px auto 0;
	position: relative;
}
.benef1>li>p{
	color: #fff;
	padding: 15px 10px;
}
.sect2 .benef1>li{
	min-height: 366px;
}
.sect2 .button-m{
	margin-top: 20px;
}


/*typ_block*/
.typ_block{
	padding: 0;
}
.typ_block>img{
	float: right;
}
.typ_block>div{
	float: left;
	width: 240px;
}
.typ_block>div>div{
	width: 100%;
	position: relative;
	height: 120px;
	display: table;
	padding: 0 15px;
	color: #fff;
}
.typ_block>div>div>p{
	display: table-cell;
	vertical-align: middle;
}
.typ_block .top{
	background: #2e990d;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
}
.typ_block .top:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 0 0 10px;
	border-color: transparent transparent transparent #2e990d;
	position: absolute;
	bottom: 0;
	right: -10px;
}
.typ_block .bottom{
	background: #323e4c;
	font-size: 22px;
	line-height: 1.3em;
}
.typ_block .bottom:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 10px 0 0;
	border-color: #323e4c transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}


/*sect3*/

.sect3 p {
	margin: 20px;
}
.gallery{
	padding: 15px 0;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/bg_line2.png") 50% 0% no-repeat, url("https://goodshops.site/maz-chervonij-muhomor/css/bg_line2.png") 50% 100% no-repeat;
}
.gallery .owl-prev,
.gallery .owl-next{
	width: 50px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.gallery .owl-prev{
	left: 0;
	background: #ff4014 url("https://goodshops.site/maz-chervonij-muhomor/css/slider_arrow.png") 0% 50% no-repeat;
	border-radius: 0 4px 4px 0;
}
.gallery .owl-next{
	right: 0;
	background: #ff4014 url("https://goodshops.site/maz-chervonij-muhomor/css/slider_arrow.png") 100% 50% no-repeat;
	border-radius: 4px 0 0 4px;
}

.char_list{
	padding: 0 15px;
	margin: 20px 0 0;
	list-style: none;
}
.char_list>li{
	border-radius: 5px;
	background: #f0f0f0;
	border-left: 6px solid var(--secondary_color);
	text-align: right;
	padding: 10px;
	margin-bottom: 10px;
}
.char_list>li>b{
	float: left;
}
.char_list>li:last-child{
	margin-bottom: 0;
}

.set_list{
	position: relative;
	margin: 45px 0 0;
}
.set_list>img{
	display: block;
	margin: 0 auto;
}
.set_list>ul>li{
	line-height: 40px;
	position: absolute;
	background: rgba(29,36,44,0.9);
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 15px;
	letter-spacing: 1px;
}
.set_list>ul>li>span{
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	background: #e64622;
	position: absolute;
	top: 0;
	left: -40px;
}
.set_list>ul>li:nth-child(2)>span{
	left: auto;
	right: -40px;
}
.set_list>ul>li:nth-child(1){
	top: 10px;
	left: 330px;
}
.set_list>ul>li:nth-child(2){
	top: 180px;
	left: 15px;
}
.set_list>ul>li:nth-child(3){
	top: 280px;
	left: 300px;
}
.set_list>ul>li:nth-child(4){
	top: 360px;
	left: 80px;
}
.sect3 .button-m{
	margin-top: 70px;
}


/*sect4*/
.dark_bg .benef1>li{
	background: #fff;
}
.dark_bg .benef1>li>p{
	color: #141414;
	padding: 25px 15px;
}
.sect4 .button-m{
	margin-top: 20px;
}


/*sect5*/
.sect5 .benef1>li{
	background: #2e990d;
	position: relative;
}
.sect5 .benef1>li:before{
	content: '';
	width: 40px;
	height: 40px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/check.png") 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.sect5 .benef1>li>img{
	border: 3px solid #2e990d;
}


/*sect6*/
.rev_item{
	padding: 45px 0;
	margin-bottom: 20px;
	color: #fff;
}
.rev_item .img{
	position: relative;
	width: 410px;
	margin: 0 auto;
}
.rev_item .img:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/rev_q.png") 50% 50% no-repeat;
	position: absolute;
	top: -30px;
	left: -10px;
}
.rev_item .img>img{
	display: block;
	margin: 0 auto;
}
.rev_item .rev_text{
	margin: 0 15px;
	padding: 20px;
	border-bottom: 2px solid #1d242c;
}
.rev_item .rev_text>p:not(:last-child){
	margin-bottom: 3px;
}
.rev_item .rev_text>p>span{
	color: var(--secondary_color);
	font-weight: 900;
}
.rev_item>p{
	padding: 0 35px;
	margin: 20px 0;
}
.rev_item .info{
	color: #858a90;
	padding: 0 35px;
	font-weight: 900;
	line-height: 1.2em;
}
.rev_item .info>span{
	display: block;
}

.sect6 .button-m{
	margin-top: 30px;
}


/*sect7*/
.sect7{
	padding-bottom: 20px;
}
.order_list{
	font-size: 0;
	text-align: center;
	margin-left: -30px;
}
.order_list>li{
	display: inline-block;
    vertical-align: top;
    width: 206px;
    min-height: 140px;
    height: 130px;
    background: var(--secondary_color);
    position: relative;
    margin: 5px 10px 10px 8px;
    color: var(--main_color);
    font-size: 18px;
    line-height: 1.2em;
    text-align: left;
}
.order_list>li>img{
	position: absolute;
	top: 0;
	right: 0;
}
.order_list>li>span{
	display: block;
	background: var(--main_color);
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	padding: 0 60px 0 20px;
}
.order_list>li>p{
	padding: 13px 18px 0 18px;
}



/*bottom*/
.m1-form>span{
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.m1-form>span+p{
	text-align: center;
	padding: 0 45px;
	color: #fff;
	margin-bottom: 30px;
}
.m1-form>span+p>span{
	color: #ff4014;
}
.conf{
	text-align: center;
	color: #fff;
	padding: 55px 80px 0;
	margin-top: 30px;
	background: url("https://goodshops.site/maz-chervonij-muhomor/css/conf.png") 50% 0% no-repeat;
}



/* footer */
.footer_section {
	padding: 25px 0;
	background: var(--main_color);
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #ffffff;
	display: block;
}
.footer_section p {
	color: #ffffff;
	display: block;
}
iframe {
	width: 480px;
	height: 270px;
	border: none;
}

.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}

.feature{
	background: var(--main_color);
	padding: 20px;
	margin: 10px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feature-item .feature-image {
    flex-shrink: 0;
    margin-right: 15px;
    width: 120px;
    height: 120px;
}
.feature-item .feature-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-item .feature-text {
    flex-grow: 1;
	color: #ffffff;
}

.feature-item .feature-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.feature-item .feature-description {
    font-size: 14px;
    color: #ffffff;
}



.steps-block{
	margin-bottom: 20px;
}
.steps-list{
    padding: 0 30px;
}
.steps-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    position: relative;
}
.steps-item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.steps-item:not(:last-child):after{
    content: '';
    width: 180px;
    height: 3px;
    background: url("https://goodshops.site/maz-chervonij-muhomor/css/benef2_item.png") 0 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}
.steps-item:nth-child(2n):after{
    transform: rotate(-30deg);
    right: 120px;
}
.steps-item:last-child{
    margin-bottom: 0;
}
.steps-item .img{
    min-width: 166px;
    width: 166px
}
.steps-item .img>img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}
.steps-item > p{
    padding: 0 0 0 26px;
    margin: 1em 0;
}
.steps-item > p >span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}
.steps-item:nth-child(2n) > p{
    padding: 0 26px 0 0;
    text-align: right;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background-color: aliceblue;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: aliceblue;
    text-align: center;
}

.sending-message{
	display: block;
    text-align: center;
    background-color: #96f3ff;
    margin: 10px;
    padding: 50px 0;
    font-size: 24px;
}