.img_wrapper {
	width: 45%;
}

.right_info {
	width: 32%;
}



#pagetitle {
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
}

.wrapper_inner {
	width: 100%;
	max-width: 1366px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.maginclasstop {
	width: 100%;
	max-width: 1366px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.timer_block {
	margin: 10px auto 0 auto;
	padding: 11px 0px 0 77px;
	width: 246px;
	height: 78px;
	border: 1px solid #cfd0d1;
	-webkit-border-radius: 15px 8px 8px 15px;
	-moz-border-radius: 15px 8px 8px 15px;
	border-radius: 15px 8px 8px 15px;
	text-align: center;
	position: relative;
	float: left;
}

.timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 91px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	/*background: #256ea6 url(https://dropsale.com.ua/engine/img/shop/clock.png) center no-repeat;*/
	position: absolute;
	top: -1px;
	left: -1px;
}

.timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.timer_block .count {
	font-weight: 700;
	font-size: 40px;
	padding-top: 3px;
	line-height: 30px;
	color: #256ea6;
	position: relative;
}


.timer_block .text {
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
}

.timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: 0px;
	right: -5px;
}

.timer_block .seconds:before {
	display: none;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}



.catalog_detail .item_main_info {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/*	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

.main_info_item {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 20px;
	-ms-flex-direction: column;
	flex-direction: column;
	white-space: normal;
}

.catalog_detail .item_main_info .item_slider {
	width: 100% !important;
}

.img_wrapper.main_info_item {
	width: calc(30% - 16.1px);
}

.diverly_info {
	background: #fcf0db;
	width: 22%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.diverly_info img {
	display: block;
	width: 100px;
	margin: auto;
}

.diverly_info p {
	text-align: center;
	margin-top: 10px;
}

.diverly_info_position h4 {
	margin-bottom: 5px;
}

.diverly_info_position p {
	margin: 0;
	text-align: left;
}

.diverly_info_position>div {
	margin: 10px 0;
}

.pravila .pravilaitem {
	display: inline-block;
	padding: 3px 9px 3px 9px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-right: 4px;
	margin-bottom: 7px;
	cursor: pointer;
	transition: all 0.3s;
}

.pravila .pravilaitem:hover {
	background-color: #f6b33c;
	color: #fff;
	border: 1px solid;
}


.info_item .main_item_wrapper {
	width: 100%;
}

.catalog_detail .info_item .middle_info .prices .price {
	line-height: 1.2;
	margin-top: 0;
}

.catalog_detail .info_item .middle_info .prices .price.discount {
	height: auto;
	margin: 0;
	z-index: 1;
}

.catalog_detail .item_main_info .right_info .info_item {
	padding: 0;
}

.info_item .middle_info {
	padding-top: 15px;
}

.add_to_cart_btn {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 14px 35px;
	margin-top: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #FA5C21 0%, #ff7043 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 4px 16px rgba(250, 92, 33, 0.35);
	transition: all 0.3s ease;
	font-weight: 500;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.add_to_cart_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(250, 92, 33, 0.45);
	background: linear-gradient(135deg, #ff6b35 0%, #ff8a5c 100%) !important;
}

.add_to_cart_btn:active {
	transform: translateY(0);
}

.feedback-form__submit-container button.feedback-form__submit {
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	padding: 14px 35px !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #FA5C21 0%, #ff7043 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 4px 16px rgba(250, 92, 33, 0.35) !important;
	transition: all 0.3s ease !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
}

.feedback-form__submit-container button.feedback-form__submit:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(250, 92, 33, 0.45) !important;
	background: linear-gradient(135deg, #ff6b35 0%, #ff8a5c 100%) !important;
}

.feedback-form__submit-container button.feedback-form__submit:active {
	transform: translateY(0) !important;
}

.add_to_cart_btn_tel {
	font-size: 15px;
	line-height: 1.2;
	padding: 12px 40px;
	margin-top: 0;
	border-radius: 5px;
	margin-left: 5px;
	background: none;
	border: 2px solid #1f1f1f;
	color: #1f1f1f;
}

.info_item .middle_info .prices_block {
	padding: 0 0 10px;
}




.castomer_posns {
	display: block;
	margin-top: 30px;
}

.castomer_posns p {
	font-size: 20px;
	margin-bottom: 5px;
}

.posns_items {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.posns_item {
	display: -ms-flexbox;
	display: flex;
	margin: 16px 16px 0 0;
	-ms-flex-direction: column;
	flex-direction: column;
	white-space: normal;
	width: calc(33.33334% - 16.1px)
}

.posns_item_img {
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.posns_item_price {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}

.posns_item_title {
	font-size: 14px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.posns_item_btn {
	width: 100%;
	text-align: center;
	background: #3b96f0;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	cursor: pointer;
}

@media(max-width: 1200px) {


	.nova_ph {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.diverly_info .nova_ph p {
		display: inline-block;
		margin: 0;
		position: relative;
		top: -15px;
	}

	.diverly_info img {
		display: inline-block;
		width: 100px;
		margin: auto;
	}

	.diverly_info_position>div span {
		display: block;
	}
}


@media(max-width: 1100px) {

	.catalog_detail .item_main_info {
		flex-wrap: wrap;
	}

	.img_wrapper {
		width: 50%;
	}

	.right_info {
		width: 45%;
	}

	.diverly_info {
		width: 100%;
		display: block;
	}

	.diverly_info_position {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 0;
	}

	.main_info_item {
		margin: 0px;
	}

}


@media(max-width: 800px) {
	.img_wrapper {
		width: 100%;
	}

	.catalog_detail .item_main_info .right_info {
		padding: 0px 15px;
		box-sizing: border-box;
	}

	.img_wrapper {
		padding: 0px 0px;
	}

	.right_info {
		width: 100%;
	}

	.feedback-form_modal {
		max-width: 100%;
	}

	.diverly_info_position {
		display: none;
	}

	.diverly_info {
		padding: 10px;
		text-align: center;
	}

	.pravila .pravilaitem {
		margin-bottom: 0px;
	}

	.catalog_detail .item_main_info .item_slider {
		padding: 0px;
	}

	#pagetitle {
		text-align: center;
	}

	.breadcrumbs,
	body .module_products_list .quantity-cell {
		display: none;
	}


}



@media(max-width: 600px) {
	body .catalog_detail .item_main_info {
		margin-top: 10px;
	}

	.sale_text {
		margin-bottom: 10px;
	}

	.feedback-form__submit-container span {
		display: none;
	}

	.add_to_cart_btn {
		box-sizing: border-box;
	}

	.feedback-form_modal {
		padding-bottom: 20px;
	}
}




/*

@media(max-width: 910px){
	.img_wrapper.main_info_item{
		width: 100%;
		margin-left: 0;
	}
	.catalog_detail .item_main_info .right_info{
		width: 100%;
		margin-left: 0px;
		padding: 0 10px !important;
	}
	.pravilaitem4{
		display: inline-block !important;
	}
	.diverly_info_position{
		display: none;
	}
	.diverly_info .pravila{
		margin-top: 10px;
		text-align: center;
	}
	.posns_item{
		margin: 16px 8px 0 8px;
	}
	.diverly_info{
		margin-top: 20px;
	}
}
@media(max-width: 600px){
	.diverly_info .nova_ph img{
		display: block;
	}
	.diverly_info .nova_ph p{
		top: 0;
		margin-top: 5px;
	}
}
@media(max-width: 510px){
	.add_to_cart_btn{
		width: 100%;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    margin-right: 0;
	}
	.feedback-form__submit-container span{
		display: block;
		text-align: center;
		margin: 10px 0;
		font-size: 20px;
	}
	.add_to_cart_btn_tel{
		width: 100%;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    margin-left: 0;
	}
}

*/