#pagetitle{
	font-size: 25px;
	font-weight: 300;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
}
.wrapper_inner{
	width:100%;
	max-width: 1366px;
}

.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 !important;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 16px;
	-ms-flex-direction: column;
	flex-direction: column;
	white-space: normal;
	width: calc(33.33334% - 16.1px);
	width: calc(45% - 16.1px);
}
.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: calc(25% - 16.1px);
	padding: 10px !important;
	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;
}
.catalog_detail .item_main_info .right_info .info_item{
	padding: 0;
}
.info_item .middle_info{
	padding-top: 15px;
}

.add_to_cart_btn{
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 12px 40px;
	margin-top: 0;
	margin-right: 5px;
	border-radius: 5px;
}
.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 #2975c0;
	color: #2975c0;
}
.info_item .middle_info .prices_block{
	padding: 0 0 10px;
}
.feedback-form__footnote{
	font-size: 13px;
	color: #ff0000;
}



.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){
	.img_wrapper.main_info_item{
		width: calc(40% - 16.1px)
	}
	.catalog_detail .item_main_info .right_info{
		width: calc(60% - 16.1px)
	}
	.diverly_info{
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.diverly_info_position{
		width: 50%;
		float: left;
	}
	.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: 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;
	}
}

















