/* styles */
/*
основа #212551
деталі #ff680a */
@import url (https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);

body {
	min-width: 480px;
	height: 100vh;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-display: swap;
	line-height: 30px;
	color: #222;
	cursor: default;
}
.main_wrapper {
	margin: 0 auto;
	width: 480px;
	height: 100vh;
	background: #fff;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
/* button */
.button {
	display: block;
	margin: 10px auto;
	width: 350px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #ff680a;
	-webkit-box-shadow: 0 0 0 10px rgba(99,140,215,0.3);
	-moz-box-shadow: 0 0 0 10px rgba(99,140,215,0.3);
	box-shadow: 0 0 0 10px rgba(99,140,215,0.3);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;

	position: relative;
  	overflow: hidden;
}
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/* section */
section {
	padding: 30px 0;
}

/* titles */
h2.title {
	margin: 0 0 0px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}
h2.title2 {
	margin: 0 0 0px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
}
h2.title:after {
	display: block;
	content: '';
	margin: 15px 0 0;
	width: 62px;
	height: 5px;
	loading: laz;
	background: url(separator_red6aee7.png) center no-repeat;
}
h2.title2:after {
	display: block;
	content: '';
	margin: 15px 0 0;
	width: 62px;
	height: 5px;
	background: url(separator_red6aee7_1.png) center no-repeat;
	loading: lazy;
}
h2.title span {
	color: #ff680a;
	white-space: nowrap;
}
h2.title2 span {
	color: #ff680a;
	white-space: nowrap;
}
.cat {
    padding: 0;
}
.tim1 {
	
	padding-left: 20px;
	background: #ffe8d9;
	font-size: 14px;
}
.tim {
    width: 450px;
    height: 40px;
}
.tim td > text {
   padding: 0 30px 15px;
}
.tim td .sale3 {
    padding: 0 30px 15px;
}
.tim td .sale1 {
    padding: 0 30px 15px;
}
.tim td .sale11 {
    padding: 0 30px 15px;
    float: right;
    colof:  67c60b;
}
.catitem {
    width: 420px;
    margin: 0 auto 0px;
}
.catitem > div {
    width: 420px;
    margin: 0 auto 30px;
    padding: 1px 0 0;
}
.catitem > div h3 {
    display: block;
    font-size: 20px;
    border-left: 4px solid #212551;
    padding: 0 0 0 15px;
    line-height: 26px;
    width: 230px;
    float: left;
    margin: 7px 0 0;
    margin-top:  20px;
}
.catitem > div h4 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    width: 230px;
    float: left;
    margin-top:  20px;
    font-weight:  400;
}
.catprice {
    width: 190px;
    float: right;
    text-align: center;
}
.cp-left {
    width: 70px;
    float: left;
    padding-top: 6px;
}
.cp-left span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    background: #ff680a;
    color:#fff;
    border-radius: 4px;
    padding: 0 5px;
}
.cp-left p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: line-through;
}
.cp-right {
    width: 120px;
    float: right;
}
.cp-right span {
    font-size: 14px;
}
.cp-right p {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

/* offer */
.offer_section {
	padding: 0;
}
.offer_section .main_title {
	padding: 10px 20px;
	font-weight: 700;
	font-size: 38px;
	line-height: 44px;
	text-align: center;
}
.offer_section.offer2 .main_title, 
.offer_section.offer3 .main_title {
	background: #212551;
	color: #fff;
}
.offer_section .info_block {
	position: relative;
}
.offer_section .info_block img {
	display: block;
}
.offer_section .info_block .subtitle {
	padding: 12px 20px 10px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
    letter-spacing: 1.6px;
	text-transform: uppercase;
	text-align: center;
}
.offer_section .info_block .subtitle {
	background: #f3efee;
	color: #000000
}

.offer_section .info_block .discount {
	width: 134px;
	height: 32px;
	
	border-left: 32px solid rgba(255,255,255,0);
	border-right: 0px solid rgba(255,255,255,0);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 32px solid #ff680a;
	
	position: absolute;
	top: 66px;
	right: 90px;
	bottom: 0px;
	left: 354px;
}
.offer_section .info_block .discount1 {
	width: 0px;
	height: 0px;
	
	border-top: 23px solid rgba(255,255,255,0);
	border-right: 23px solid #ff680a;
	border-bottom: 23px solid rgba(255,255,255,0);
	border-left: 17px solid rgba(255,255,255,0);

	position: absolute;
	top: 118px;
	right: 0px;
	bottom: 0px;
	left: 440px;
}

.offer_section .timer_block {
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
}
.offer_section .timer_block .products_count {
	padding: 20px;
	text-transform: none;
	text-align: center;
}
.offer_section.offer2 .timer_block {
	border-top: 1px dashed rgba(255,255,255,0.1);
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	background: #292929;
	color: #999;
}
.offer_section.offer3 .timer_block {
	border-top: 1px dashed rgba(0,0,0,0.1);
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	background: #f4f4f4;
}
/*.offer_section.offer3 .info_block .discount {
	background-image: url(offer3__discount_bgc9c21.webp);
}*/
.offer_section .info_block .text {

	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
    color:#fff;

    position: absolute;
	top: 10px;
	right: 0px;
	bottom: 50px;
	left: 0px;
}
.offer_section.offer3 .price_block {
	margin: -23px 0 25px;
	padding: 0 75px;
	height: 80px;
	position: relative;
}
.offer_section.offer3 .price_block:before {
	display: block;
	content: '';
	width: 75px;
	height: 34px;
	background: #ff680a;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
}
.offer_section.offer3 .price_block:after {
	display: block;
	content: '';
	width: 56px;
	border-top: 34px solid #ff680a;
	border-left: 22px solid rgba(255,255,255,0);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0;
}
.offer_section.offer3 .price_item {
	float: left;
	width: 50%;
	height: 80px;
	color: #fff;
	position: relative;
}
.offer_section.offer3 .price_item.old {
	padding: 17px 0 0 17px;
	background: #222;
}
.offer_section.offer3 .price_item.new {
	padding: 17px 0 0 37px;
	background: #212551;
}
.offer_section.offer3 .price_item.old:before {
	display: block;
	content: '';
	border-left: 44px solid rgba(255,255,255,0);
	border-top: 80px solid #222;
	position: absolute;
	top: 0;
	left: -44px;
}
.offer_section.offer3 .price_item.old:after {
	display: block;
	content: '';
	border-left: 44px solid #222;
	border-top: 80px solid #212551;
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 10;
}
.offer_section.offer3 .price_item.new:before {
	display: block;
	content: '';
	border-right: 44px solid rgba(255,255,255,0);
	border-bottom: 80px solid #212551;
	position: absolute;
	top: 0;
	right: -44px;
}
.offer_section.offer3 .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	z-index: 99;
}
.offer_section.offer3 .price_item .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	position: relative;
	z-index: 99;
}
.offer_section.offer3 .price_item.old .value {
	text-decoration: line-through;
}
.offer_section .benefits_block {
	margin: 0 auto 25px;
	width: 402px;
}
.offer_section .benefits_block .benefit_item {
	float: left;
	padding: 0 5px;
	width: 33.333333%;
	text-align: center;
	}
.offer_section .benefits_block img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.offer_section .products_count {
	padding: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.offer_section.offer3 .products_count {
	color: #222;
}
.offer_section .products_count b {
	margin: 0 4px;
	padding: 3px 6px;
	background: #ff680a;
	font-size: 18px;
	color: #fff;
}
.offer_section .products_count img {
	margin: 0px;
}
.offer_section .field {
	display: block;
	margin: 0 auto 20px;
	padding: 0 20px 0 62px;
	width: 400px;
	height: 70px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #777;
	text-transform: capitalize;
}
select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select {
  background: #f0f0f0 url(selectc0215.png);
  background-repeat: no-repeat;
  background-position: -2px center;f0f0f0
  overflow: hidden;
  
  /* for FF */
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
.offer_section .field[name='size'] {
	margin: 0 auto 35px;
}
.offer_section.offer3 .field {
	border: 1px solid #dedede;
}
.offer_section.offer3 .field[name='name'] {
	background: #f0f0f0 url(offer__name_icon77466.png) 22px center no-repeat;
}
.offer_section.offer3 .field[name='phone'] {
	background: #f0f0f0 url(offer__phone_icon9a33f.png) 20px center no-repeat;
}