earfix:after
{
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.modal-dialog {

    padding:1.5rem;
}

.modal-open
{
	overflow: hidden;
}

.error{
	margin:10px 0;
	color:#f00
}
.modal .modal-title
{
	margin: 15px auto 0;
	max-width: 540px;
}
.modal .modal-title .title-text
{
	color: #666;
	font-size: 18px;
	padding-right: 35px;
	text-transform: uppercase;
}
.modal .modal-name
{
	margin: 15px auto 25px;
	max-width: 540px;
}
.modal .modal-name .name-text
{
	/*font-family: ArialRoundedCyr;*/
	color: #d67b1d;
	font-size: 16px;
	text-transform: uppercase;
}
.modal .modal-content
{
	padding: 0 15px;
}
.modal .close
{
	background: url(img/closeModal.png);
	height: 26px;
	opacity: 1;
	position: absolute;
	right: -17px;
	top: -17px;
	width: 26px;
}
.modal .close span
{
	display: none;
}
.modal .modal-form
{
	margin: 1.5rem;
	max-width: 540px;
}
.modal .modal-form .form
{
	margin-bottom: 25px;
	width: 100%;
}
.modal .modal-form .form-block
{
	margin-bottom: 15px;
	position: relative;
}
.modal .modal-form .form-block:after
{
	clear: both;
	content: '';
	display: block;
	height: 0;
}
.modal .modal-form .form-block .block-name
{
	padding-bottom: 5px;
	color: #6f6f6d;
	font-size: 15px;
	font-weight: 600;
}
.modal .modal-form .form-block .block-name span
{
	color: red;
}
.modal .modal-form .form-block input
{
	border: 2px solid #b9b9b9;
	border-radius: 8px;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 32px;
	padding: 0 15px;
	webkit-border-radius: 8px;
	width: 100%;
}

.modal .modal-form .form-block input[type="submit"]
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #D21B2A;
	border-radius: 50px;
	padding: 0 2em;
	color: #fff;
	height: 53px;
	font-size: 0.875rem;
	font-family: "elektra_medium_proregular";
	white-space: nowrap;
	text-align: center;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	border: none;
}

 .bx-authform-formgroup-container input[type="submit"]
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #D21B2A;
	border-radius: 50px;
	padding: 0 2em;
	color: #fff;
	height: 53px;
	font-size: 0.875rem;
	font-family: "elektra_medium_proregular";
	white-space: nowrap;
	text-align: center;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	border: none;
}

.modal .modal-form .form-block input[type="submit"]:hover
{
	background: #a51521;
	color: #fff;
}
.modal .modal-form .form-block textarea
{
	border: 2px solid #b9b9b9;
	border-radius: 8px;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 74px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 15px;
	resize: none;
	webkit-border-radius: 8px;
	width: 100%;
}
.modal .modal-form .form-block button
{
	background: #acacac;
	border: 0;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	outline: 0;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	webkit-border-radius: 40px;
	width: 180px;
}
.modal .modal-form .form-block .rating-text
{
	color: #6f6f6d;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
}
.modal .modal-form .form-block .rating
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.modal .modal-form .form-block .rating:after,.order .order-menu .menu-list .list-item.active:after,.order .order-menu .menu-list:after,.order .order-menu:after
{
	content: '';
	display: block;
}
.modal .modal-form .form-block .rating:after
{
	clear: both;
	height: 0;
}
.modal .modal-form .form-block .rating .star
{
	background: url(img/rating_empty.png) center no-repeat;
	cursor: pointer;
	float: left;
	height: 17px;
	margin-right: 3px;
	width: 17px;
}
.modal .modal-form .form-block .rating .star.full
{
	background: url(img/rating_full.png) center no-repeat;
}
.modal .modal-form .form-block .rating .star.half
{
	background: url(img/rating_half.png) center no-repeat;
}
.modal .modal-form .required
{
	color: #6f6f6d;
	font-size: 12px;
	font-weight: 600;
	margin-top: -15px;
}
.modal .modal-form .required span
{
	color: red;
}
.order .order-menu
{
	position: relative;
}
.order .order-menu:after
{
	clear: both;
	height: 0;
}
.order .order-menu .menu-name
{
	background-color: #F59946;
	float: left;
	height: 64px;
	text-align: center;
	width: 26.4%;
}
.order .order-menu .menu-name .name-text
{
	color: #fff;
	font-size: 18px;
	line-height: 66px;
	text-transform: uppercase;
}
.hided
{
	display: none;
}
!@media only screen and (max-width:991px)
{
	.order .order-menu .menu-name .name-text
	{
		line-height: 1.2;
		padding-top: 12px;
	}
}
!@media only screen and (max-width:767px)
{
	.modal .close
	{
		right: 5px;
		top: 5px;
	}
	.order .order-menu .menu-name
	{
		float: none;
		width: 100%;
	}
	.order .order-menu .menu-name .name-text
	{
		line-height: 66px;
		padding: 0;
	}
}
.order-form-content .payments-methods-list {
	margin-bottom: 0;
}
.order-form-content  #delivery_block{}
.order-form-content .form-block.form-block__lines{}
.order-form-content .paysystem.hide{
  display: none;
}




 /* Style the tab */
.delivery_list .tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.delivery_list .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 0px;
  margin-right: 20px;
  transition: 0.3s;
  border-bottom: 1px dashed #6f6f6d;
  color:#6f6f6d;
  font-size: 1.125rem;
  font-weight: 700;
}

/* Change background color of buttons on hover */
.delivery_list .tab button:hover {
  background:  none;
}

/* Create an active/current tablink class */
.delivery_list .tab button.active {
  color: #f7941d;
  border-bottom: 3px solid #f7941d;
}

/* Style the tab content */
.delivery_list .tabcontent {
  display: none;
  padding: 20px 0px 0px;
} 

@media (max-width:  768px){
	.catalog__title h1{
		margin-bottom: 30px;
	}
	#cat_tov .title-pagination-panel{
		position: initial;
		margin-bottom: 15px;
	}
}
/*.add-cart-btn.hidden{
	background-color: #d2d2d2 !important;
}*/
.select_offer{
	padding: 20px 0;
	color: #5B5B5B;
	font-size: 15px;
	font-weight: 600;
}
.select_offer .props_list{
	padding: 5px;
	border: 2px solid #D9DADA;
	border-radius: 5px;
}
.select-offer{
	display: flex;
	flex-wrap: wrap;
}
.select-offer__prop{
	margin-right: 10px;
	margin-bottom: 5px;
}
.select-offer__prop option:disabled,
.select-offer__prop option.no-available
{
	color: #d2d2d2;
}
.select-offer__prop label{
	margin-right: 10px;
}
pre{
	font-size: 12px;
	line-height: 1.2em;
	font-family: sans-serif;
	color: #000;
}
.select-offer__errors{
	color: #f7941d;
	font-weight: 700;
}