/* styles */

body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	cursor: default;
}

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

b {
	font-weight: 700;
}

.owl-height {
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
    border-radius: 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ffa900;
    background-image: -webkit-linear-gradient(top, #5cce3d, #3db21f);
    background-image: -moz-linear-gradient(top, #5cce3d, #3db21f);
    background-image: -ms-linear-gradient(top, #5cce3d, #3db21f);
    background-image: -o-linear-gradient(top, #5cce3d, #3db21f);
    background-image: linear-gradient(to bottom, #5cce3d, #3db21f);
    border-bottom: 4px solid #369e1b;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 80px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

.button_no {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	border: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
    border-radius: 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff4343;
    background-image: -webkit-linear-gradient(top, #ff4343, #e40000);
    background-image: -moz-linear-gradient(top, #ff4343, #e40000);
    background-image: -ms-linear-gradient(top, #ff4343, #e40000);
    background-image: -o-linear-gradient(top, #ff4343, #e40000);
    background-image: linear-gradient(to bottom, #ff4343, #e40000);
    border-bottom: 4px solid #b81313;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 80px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	z-index: 998;
}

/* section */

section {
	padding: 30px 0;
}

/* titles */

h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
}

h2.title:after {
	display: block;
	content: '';
	margin: 15px auto 0;
	width: 70px;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #73d118;
}

h2.title span {
	color: #ffba00;
}

/* image */

section .image {
	display: block;
	margin: 0 auto;
}

/* offer */

.offer_section {
	padding: 0;
}

.offer_section .main_title {
    padding: 20px 0 16px;
    text-transform: uppercase;
    font-weight: 900;
	color: #fff;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
	background-color: #74c129; 
	background-image: -webkit-linear-gradient(50deg, #74c129 0%, #73d118 100%); 
	background-image: -moz-linear-gradient(50deg, #74c129 0%, #73d118 100%); 
	background-image: -o-linear-gradient(50deg, #74c129 0%, #73d118 100%);
	background-image: linear-gradient(50deg, #74c129 0%, #73d118 100%);
}

.offer_section .subtitle {
	padding: 11px 20px 9px;
	width: 100%;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
}

.offer_section .info_block {
	position: relative;
}

.offer_section .info_block img {
	display: block;
}

.offer_section .price_block {
	margin: 0 0 30px;
	position: relative;
}

.offer_section .price_item {
	float: left;
	width: 50%;
	height: 74px;
	text-align: center;
}

.offer_section .price_item.old {
	padding: 15px 65px 0 0;
	background: #414141;
	color: #e0e0e0;
}

.offer_section .price_item.new {
	padding: 15px 0 0 65px;
	background: #73d118;
	color: #fff;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
}

.offer_section .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_item.new .value {
	font-weight: 900;
}

.offer_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../images/price__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
	z-index: 110;
}

.offer_section .discount .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
}

.offer_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .mini_benefits_block {
	margin: 0 auto 15px;
	width: 460px;
}

.offer_section .mini_benefits_block .mini_benefit_item {
	float: left;
	padding: 0 5px;
	width: 33.3%;
	text-align: center;
}

.offer_section .mini_benefits_block img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.offer_section .mini_benefits_block p {
	font-size: 16px;
	line-height: 23px;
}

.offer_section .timer_block {
	margin: 0 0 25px;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	background: #f4f4f4;
}

.offer_section .timer_block .date {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.offer_section .timer_block .deadline {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 16px;
}
.offer_section .timer_block .timer {
	margin: 0 auto;
	width: 370px;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 35px 0 0;
	width: 100px;
}

.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}

.offer_section .timer_block .count {
	margin: 0 0 10px;
	height: 60px;
}

.offer_section .timer_block .count span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 46px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #73d118;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
}

.offer_section .timer_block .count span:last-child {
	margin: 0;
}

.offer_section .timer_block .text {
	font-size: 13px;
	line-height: 13px;
}

.offer_section .order_notice {
	padding: 20px 0 30px;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	text-align: center;
}

.offer_section .order_notice b {
	margin: 0 4px;
	padding: 3px 6px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #73d118;
	font-size: 17px;
	color: #fff;
}

.offer_section .sale_img {
	font-size: 0;
	line-height: 0;
}

/* offer color */

.offer_section .color_choise {
	width: 400px;
	margin: 0 auto 15px;
}

.offer_section .color_choise:after {
	display: block;
	clear: both;
	content: '';
}

.offer_section .color_choise h4 {
	display: block;
	background: #333;
	color: #fff;
	padding: 7px 0;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.offer_section .color_choise p {
	text-align: center;
	margin-top: 3px;
}

.offer_section .color_choise .item {
	float: left;
	border: 1px solid rgba(170, 170, 170, 0.5);
	padding: 6px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.offer_section .color_choise .item img {
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.offer_section .color_choise .item:last-child {
    float: right;
}

.offer_section .color_choise ul {
	list-style-type: none;
}

.offer_section .color_choise li {
	float: left;
	margin-right: 8px;
	display: inline-block;
}

.offer_section .color_choise li:last-child {
	margin-right: 0;
}

.offer_section .color_choise input[type="radio"][id^="colorbox"] {
	display: none;
}

.offer_section .color_choise label {
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #dadbdc;
	padding: 4px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.offer_section .color_choise label:before {
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.2s;
	transform: scale(0);
	background: url(../images/offer__check.png) no-repeat;
	z-index: 997;
}

.offer_section .color_choise label img {
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	width: 118px;
}

.offer_section .color_choise :checked + label {
  border-color: #73d118;
}

.offer_section .color_choise :checked + label:before {
	content: "";
	transform: scale(1);
}

.offer_section .color_choise :checked + label img {
	transform: scale(0.95);
	z-index: -1;
}

/* offer form */

.offer_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0;
	width: 400px;
	height: 76px;
	border: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	text-align: center;
	background: #f5f5f5;
	border: #dadbdc 1px solid;
	z-index: 996;
}

.offer_section select.field {
	text-indent: calc(50% - 100px);
}

.offer_section .field[name='fio'] {
	background: #f5f5f5 url(../images/form__name_icon.png) 22px center no-repeat;
}

.offer_section .field[name='number'] {
	background: #f5f5f5 url(../images/form__phone_icon.png) 20px center no-repeat;
}

.offer_section .field[name='product'] {
	background: #f5f5f5 url(../images/form__color_icon.png) 20px center no-repeat;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #444;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #444;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #444;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #444;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

/* happy */

.happy_section {
	background-color: #74c129; 
	background-image: -webkit-linear-gradient(50deg, #74c129 0%, #73d118 100%); 
	background-image: -moz-linear-gradient(50deg, #74c129 0%, #73d118 100%); 
	background-image: -o-linear-gradient(50deg, #74c129 0%, #73d118 100%);
	background-image: linear-gradient(50deg, #74c129 0%, #73d118 100%);
	padding: 20px 0;
}

.happy_section h2.title {
	color: #fff;
	margin: 0;
	font-size: 22px;
	line-height: 27px;
	font-weight: 900;
}

.happy_section h2.title:after {
	display: none;
}

.happy_section h2 span {
	color: #ffff00;
}

/* description */

.description_section {
	padding: 30px 0;
}

.description_section h2.title {
	padding: 0 30px;
}

.description_section .image {
	display: block;
	margin: 0 auto 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.description_section p {
	font-size: 16px;
	line-height: 25px;
	padding: 20px 25px 0;
	text-align: center;
}

.description_section p span {
	background: #73d118;
	color: #fff;
}

.description_section p b {
	font-weight: 900;
}

.description_section .slider {
	width: 450px;
	margin: 0 auto;
}

.description_section .owl-prev, 
.description_section .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../images/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.description_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -15px;
}

.description_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -15px;
}

/* colors */

.colors_section {
	padding: 30px 0 0;
	background: #fff url(../images/section__shadow.jpg) no-repeat;
}

.colors_section h2.title {
	padding: 0 30px;
	margin: 0 0 20px;
}

.colors_section h2.title b {
	color: #222;
	font-weight: 900;
}

.colors_section h2.title b.color1_text {
	font-weight: 900;
	color: #7a4d38;
}

.colors_section h2.title b.color2_text {
	font-weight: 900;
	color: #842126;
}

.colors_section h2.title b.color3_text {
	font-weight: 900;
	color: #222f52;
}

.colors_section h2.title b.color4_text {
	font-weight: 900;
	color: #a2979b;
}

.colors_section h2.title b.color5_text {
	font-weight: 900;
	color: #9e7967;
}

.colors_section h2.title b.color6_text {
	font-weight: 900;
	color: #dbc7ac;
}

.colors_section h2.title span {
	color: #222;
	text-transform: none;
}

.colors_section .clickorclide {
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 8px;
}

.colors_section .image {
	display: block;
	margin: 0 auto;
}

.colors_section .slider {
	width: 480px;
	margin: 0 auto;
}

.colors_section .owl-prev, 
.colors_section .owl-next {
	width: 47px;
	height: 47px;
	background: #c9b56c url(../images/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.colors_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left: 10px;
}

.colors_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	right: 10px;
}

.colors_section .owl-dots {
	font-size: 0;
	text-align: center;
    position: relative;
    z-index: 994;
    margin-top: -37px;
	padding-bottom: 15px;
}

.colors_section .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.colors_section .owl-dot.active {
	background: #fff;
}

.colors_section .price_block {
	margin: 0;
	position: relative;
}

.colors_section .price_item {
	float: left;
	width: 50%;
	height: 74px;
	text-align: center;
}

.colors_section .price_item.old {
	padding: 13px 65px 0 0;
	background: #414141;
	color: #e0e0e0;
}

.colors_section .price_item.new {
	padding: 13px 0 0 65px;
	background: #73d118;
	color: #fff;
}

.colors_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.colors_section .price_item .value {
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
}

.colors_section .price_item.old .value {
	text-decoration: line-through;
}

.colors_section .price_item.new .value {
	font-weight: 900;
}

.colors_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../images/price__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
	z-index: 109;
}

.colors_section .discount .text {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.colors_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.colors_section .more_link {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.colors_section .more_text {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.colors_section .more_text span {
	background: #73d118;
    color: #fff;
}

.colors_section .more_text b {
	font-weight: 900;
}

.colors_section .stock {
	padding: 15px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	text-align: center;
}

.colors_section .stock b {
	margin: 0 4px;
	padding: 3px 6px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ff5656;
	font-size: 17px;
	color: #fff;
}

.colors_section .colorbg {
	padding: 32px 0 23px;
	background: #f4f4f4;
}

.colors_deny_section {
	background: #222;
}

/* benefits */

.benefits_section {
    background: #4c3f43;
    background-image: -webkit-linear-gradient(50deg, #4c3f43 0%, #2a2427 100%);
    background-image: -moz-linear-gradient(50deg, #4c3f43 0%, #2a2427 100%);
    background-image: -o-linear-gradient(50deg, #4c3f43 0%, #2a2427 100%);
    background-image: linear-gradient(50deg, #4c3f43 0%, #2a2427 100%);
}

.benefits_section h2.title {
	color: #fff;
}

.benefits_section h2.title:after {
	background: #ffff00;
}

.benefits_section p span {
	background: #73d118;
	color: #fff;
}

.benefits_section .benefits_list {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.benefits_section .benefit_item {
	margin: 0 0 25px;
}

.benefits_section .benefit_item:last-child {
	margin: 0;
}

.benefits_section .benefit_item img {
	display: block;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
}

.benefits_section .benefit_item .text_block {
	margin: 0 auto;
    padding: 18px 20px 15px;
    width: 440px;
    background: #fff;
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    text-align: center;
}

.benefits_section .benefit_item .text_block h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.benefits_section .benefit_item .text_block p {
    font-size: 16px;
    line-height: 25px;
}

/* reviews */

.reviews_section {
	background-color: #fbfbfb;
    background-image: -webkit-linear-gradient(50deg, #fbfbfb 0%, #eee 100%);
    background-image: -moz-linear-gradient(50deg, #fbfbfb 0%, #eee 100%);
    background-image: -o-linear-gradient(50deg, #fbfbfb 0%, #eee 100%);
    background-image: linear-gradient(50deg, #fbfbfb 0%, #eee 100%);
}

.reviews_section .slider {
	width: 410px;
	margin: 0 auto;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../images/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.reviews_section .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -35px;
}

.reviews_section .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -35px;
}

.reviews_section .button {
	margin: 20px auto 0;
}

/* feedback */

.feedback {
	font-size: 0; 
	line-height: 0;
	padding: 30px 0;
	color: #fff;
    border: 0;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.feedback h2.title {
	color: #222;
	background: none;
    margin: 0 0 20px;
	padding: 0;
}

.feedback .clickorclide {
	text-align: center;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
	color: #222;
}

.feedback .photos {
	margin: 0 16px;
	padding: 0;
	padding-left: 1px;
}

.feedback .photos img {
	width: 213px;
	margin: 5px;
	border: 1px solid rgba(255,255,255,.3);
}

/* info */

.info_section {
	padding: 30px 20px;
	background: #fff url(../images/section__shadow.jpg) no-repeat;
}

.info_list .info_item {
	display: table;
	margin: 0 0 22px;
	width: 100%;
}

.info_list .info_item:last-child {
	margin: 0;
}

.info_list .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.info_list .image_block img {
	display: block;
}

.info_list .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.info_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.info_list .text_block p {
	font-size: 15px;
	line-height: 23px;
}

/* footer */

.footer {
    font-size: 13px;
	text-align: center;
	padding: 15px 0 20px;
	background: #f6f6f6; 
	border-top: 1px solid #ddd;
}

.footer .phone_contact {
	margin: 0 0 20px;
}

.footer .phone_contact p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 10px;
}

.footer .phone_contact .phone_number {
	margin-top: 7px;
}

.footer .phone_contact .phone_number a {
	color: #fff !important;
}

.footer .phone_contact .phone_number span {
    padding: 4px 12px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ff5656;
    font-size: 22px;
    color: #fff;
}

.footer .logo {
	margin-bottom: 17px;
}

.footer .logo p {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.footer .time p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
}
.footer a {
    display: inline-block;
    color: #333;
}

/* privacy */

.privacy_section {
	padding: 30px 0;
}

.privacy_section h2.title {
	padding: 0 30px;
}

.privacy_section p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 20px;
}

/* Basket */
.basket
{
	display: flex;
	flex-direction: column;
}
#orderModal .modal > .title,
.basket > .title
{
	color: #000;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: 27px;
	width: 100%;
}
.basket .list
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 15px;
}
.basket .list .item
{
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ddd;
	padding: 5px 7px;
	margin-top: 10px;
}
.basket .list .item .left
{
	padding-right: 23px;
	padding-bottom: 1px;
}
.basket .list .item .left > .title
{
	font-size: 16px;
}
.basket .list .item .right
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket .list .item .right .removeFromBasket
{
	cursor: pointer;
	color: red;
	font-weight: 500;
}
.basket .result
{
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
#orderModal .modal .button,
.basket > .button
{
	width: 100%;
	max-width: 360px;
	height: 50px;
	margin-top: 19px;
	font-size: 18px;
	line-height: 51px;
}
.basket > .button.not
{
	background-color: #fff;
	background-image: none;
	color: #000;
	text-shadow: 0 1px 0 #eee;
	border: 2px solid #f3f928;
	transition: all ease 0s;
	font-size: 12px;
	pointer-events: none;
	cursor: default;
}
.addToBasket.selected {
	background-color: #fff;
	background-image: none;
	color: #000;
	text-shadow: 0 1px 0 #eee;
	border: 2px solid #f3f928;
	transition: all ease 1s;
}

/* Notification */
.notification-top-wrapper {
	position: fixed;
	top: 2rem;
	padding: 2rem 2rem;
	width: 480px;
	text-align: center;
	z-index: 200;
	display: none;
}

.notification-top {
	padding: 1rem;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	display: flex;
	align-items: center;
	border: 2px solid #64bd0d;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}

.notification-top-left {
	position: relative;
	width: 60%;
	font-size: 13px;
	text-align: left;
	padding-right: 7px;
	line-height: 1.3;
}
.notification-top-left .subtitle
{
	font-size: 11px;
}

.notification-top-right {
	position: relative;
	width: 45%;
}

.notification-top-quantity {
	font-weight: bold;
}

.notification-top-button {
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	text-shadow: 0 1px 0 #b76302;
	background-color: #64bd0d;
	background-image: -webkit-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: -moz-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: -o-linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	background-image: linear-gradient(0deg, #57a906 0%, #6fca16 100%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 36px;
	width: 10rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	border: 2px solid #64bd0d;
}
.notification-top-button.not
{
	background-color: #fff;
	background-image: none;
	color: #222;
	border: 2px solid #f3f928;
	transition: all ease 0s;
	pointer-events: none;
	cursor: default;
}

/* Modal */
.stop-scrolling
{
	overflow: hidden;
	height:100%;
}
.modalContainer
{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	z-index: 201;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 23px 15px;
	display: none;
}
.modalContainer.active
{
	display: inline-flex;
}
@keyframes fadeIn {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.modal
{
	animation: fadeIn 0.5s ease-in-out;
	background-color: #fff;
	color: #000;
	border: 2px solid #64bd0d;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	width: 100%;
	display: flex;
	padding: 23px 15px;
	position: relative;
}
.modal .close
{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 26px;
	fill: #333;
	opacity: 0.8;
	cursor: pointer;
}
.modal .close:hover
{
	transition: 0.5s;
	transform: rotate(360deg) scale(1.2);
}

/* Order modal */
#orderModal .modal
{
	display: flex;
	flex-direction: column;
}
#orderModal .modal form
{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 23px;
}
#orderModal .modal form input
{
	margin: 10px 0;
	padding: 12px 15px;
	outline: unset;
	width: 100%;
	display: inline-flex;
	border-radius: 15px;
	border: 1px solid silver;
	font-size: 17px;
}
#orderModal .modal form input:focus,
#orderModal .modal form input:active,
#orderModal .modal form input:hover
{
	transition: 0.3s;
	border-color: #64bd0d;
}

/* Success modal */
#successModal .modal
{
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #79b717;
	color: #fff;
	padding: 35px 15px;
}
#successModal .modal .close
{
	fill: #fff;
	opacity: 1;
}
#successModal .modal p
{
	text-align: center;
}
#successModal .modal > .title
{
	font-size: 32px;
	font-weight: 800;
}
#successModal .modal > .subtitle
{
	font-size: 16px;
	font-weight: 700;
	margin-top: 23px;
}