@font-face {
  font-family: Raleway-Bold;
  src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: Raleway-Regular;
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url(../fonts/Raleway-SemiBold.ttf);
}

body {
	width: 1180px;
	margin: 55px auto;
}

body * {
	box-sizing: border-box;
	font-family: sans-serif;
}

body a {
	text-decoration: none;
  color: inherit;
}

.green-text {
	color: #68a617 !important;
}

.p-title {
	font-family: Raleway-Bold;
	font-size: 25px;
}

/*-------------------------------HEAD--------------------------*/

.head_line {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 0;
	left: 0;
	z-index: 0;
	background-image: url(../img/head_line.png);
}

.head_bootter {
	height: 60px;
	top: 250px;
	background-image: url(../img/head_bootter.png);
}

.head {
	position: relative;
	z-index: 2;
}

.head > div {
	width: 100%;
}

.head__top {
	height: 65px;
	padding-left: 45px;
}

.head__middle {
	height: 70px;
	padding-left: 45px;
	font-weight: bold;
}

.head__left {
	float: left;
}

.head__central {
	float: left;
	margin-left: 120px;
}

.head__right {
	float: right;
}

.basket__data,
.orders__data,
.login__data {
  display: inline-block;
  vertical-align: top;
  line-height: 54px;
  font-family: Raleway-SemiBold;
}

#basket__sum {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
}

.head__search {
	display: block;
	width: 535px;
	height: 50px;

	padding-right: 40px;
	padding-left: 10px;
  font-size: 20px;
	border-radius: 3px;
  background-image: url(../img/loop.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.menu {
	width: 100%;
	height: 60px;
	text-align: center;
  border-collapse: collapse;
}

.menu__button {
	display: block;
  line-height: 56px;
  color: black;
  text-decoration: none;
  font-family: Raleway-Bold;
}

.menu__button:hover {
	cursor: pointer;
	background-image: url(../img/menu_button_hover.png);
}

.head__bottom .dop_menu .dropdown {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.dop_menu:hover .dropdown {
	display: block;
}

.dop_menu .dropdown a {
	display: block;
	padding: 20px;
	color: white;
	text-align: left;
}

.dop_menu .dropdown a:hover {
	color: #ddd;
}

.dop_menu .menu__button:before {
	content: " ";
  display: block;
  position: absolute;
  border: transparent solid 7px;
  border-top-color: #93b34f;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
}

.email {
	padding-left: 30px;
	background: url(../img/email.png) no-repeat;
}
.phone {
	padding-left: 30px;
	background: url(../img/phone.png) no-repeat;
}

.light_gray_border {
	border: 1px solid #e3e3e3;
}

/*--------------------------Search menu--------------------------*/
.search_block {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	padding: 10px 40px 0 25px;
}
.search_block * {
	font-family: segoe_uiregular;
  font-size: 13px;
  line-height: 20px;
}
.search_block > form {
	margin-top: 10px;
}

.toggle_search__inset {
	display: none;
	margin-top: 45px;
}

.toggle_search__inset.active {
	display: block;
}

.green_button {
	display: inline-block;
	background-color: #93b34f;
	color: black;
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	color: white;
	cursor: pointer;
	font-family: segoe_uiregular;
}
.green_button.round {
	background: white;
  padding: 4px 15px;
  margin: 10px 10px 0 0;
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  color: black;
}
.green_button.active {
	background-color: #93b34f;
	color: white;
}
.green_button:hover {
	background-color: #afc57f !important;
	color: black;
}

.toggle_search > .green_button {
	height: 35px;
	width: 132px;
	float: left;

	padding: 0;
	border-radius: 0 5px 5px 0;
}
.toggle_search > .green_button:not(.active) {
	background-color: #f0f0f0;
	color: black;
}

.toggle_search > .green_button:first-child {
	border-radius: 5px 0 0 5px;
	border-right: none;
}

.toggle_search > .green_button.full-width {
	width: 100%;
	border-radius: 5px;
	cursor: inherit;
}
.toggle_search > .green_button.full-width:hover {
	background-color: #93b34f !important;
	color: white;
}

.submit__menu.green_button {
	width: 80%;
  margin: 9px 10%;
  height: 50px;
  background-color: #93b34f;
  color: white;
  font-family: Raleway-SemiBold;
   font-size: 16px;
}

.shell_custom_select {
	display: inline-block;
	position: relative;
	height: 41px;
}

.custom_select {
	width: 100%;
  position: absolute;

  border: 1px solid #b1c882;
  border-radius: 3px;
  cursor: pointer;
}

.custom_select .accept {
	background: url(../img/green_accept.png) no-repeat;
	background-position: center right;
}

.custom_select > .title {
	padding: 6px 20px 6px 11px;
  position: relative;
  z-index: 2;
  background-color: #f0f0f0;
  white-space: nowrap;
}
.custom_select > .title:after {
	content: url(../img/arrow_dropdown.png);
	position: absolute;
  right: 7px;
}
.custom_select.disable > .title {
	color: gray;
}
.custom_select.disable > .title:after {
	content: url(../img/arrow_dropdown_disable.png);
	color: gray;
}

.custom_select > .dropdown {
	width: 100%;
  position: relative;
  z-index: 1;
  max-height: 300px;
  overflow: auto;
}

.custom_select .dropdown div {
  padding: 7px 15px;
  height: 30px;
  overflow: hidden;
  margin-top: -30px;
  transition: margin-top linear 0.5s;
  background-color: #f0f0f0;
}
.active.custom_select:not(.disable) .dropdown div {
	margin-top: 0px;
}
.custom_select:hover .dropdown div:hover {
	 background-color: #bfd09a;
}


.ui-slider {
	height: 3px;
}
.ui-slider-range.ui-widget-header {
	background: #93b34f;
}
.ui-slider-handle.ui-state-default {
	border-radius: 10px;
  background: white;
  border: 1px solid #e3e3e3;
  top: -8px;
  outline: none;
  z-index: 1;
}
.ui-slider-handle.ui-state-default.ui-state-active {
	border: 1px solid #93b34f;
}
#slider-range-min {
	margin: 10px 0;
}

/*-----------------CONTENT------------------------------------------------------*/

.content {
  width: 100%;
  margin-top: 17px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0 24px 40px rgba(128, 128, 128, 0.5);
}

.way {
	padding: 0 24px 25px 0;
}
.way > a {
	text-decoration: underline;
}
.way > * {
	color: black;
	font-family: Raleway-SemiBold;
}

.right_block {
	display: inline-block;
	vertical-align: top;
	width: 845px;
	padding-top: 10px;
}

.right_block .banner > img {
	max-width: 100%;
	max-height: 470px;
}

.right_block .product {
	width: 220px;
  display: inline-block;
  margin: 28px;
}

.right_block .product img:not(.action_img) {
	display: block;
  margin: auto;
  margin-bottom: 15px;
}

.product .green_button {
	float: right;
}
.product .name {
	font-family: segoe_uiregular;
	font-weight: bold;
}
.product .characteristic {
	padding: 5px 0;
}
.product .light_gray {
	color: gray;
}
.product .price {
	font-weight: bold;
	font-size: 18px;
}
.product .price_block {
	display: inline-block;
}

.product > div {
	display: inline-block;
	width: 100%;
}

.product > div.action {
	position: relative;
}

.product > div.action > .action_img {
	position: absolute;
	right: 0;
	top: 0;
}

.product .thorns {
	position: relative;
}
.product .thorns:before {
	content: url("../img/thorns.png");
	position: absolute;
    right: 0;
    top: 0;
}
/*-------------------------------FOOTTER----------------------------*/
.footer {
	position: absolute;
	z-index: 2;
  width: 100%;
  left: 0;
  height: 188px;
	background-image: url(../img/footter_line.png);
	box-shadow: 0 -17px 40px rgba(128, 128, 128, 0.25);
}

.footer__info {
	height: 100%;
	width: 1180px;
	margin: auto;
	text-align: center;
}
.footer__info > div {
	display: inline-block;
	color: #acabae;
	text-align: left;
	vertical-align: top;
  margin: 20px 30px;
}
.footer__info ul {
	margin: 5px 0;
  padding-left: 20px;

}
.footer__info a {
	text-decoration: none;
	color: #acabae;
}
.footer__info .title {
	color: black;
	font-family: Raleway-Bold;
}

#up {
	position: fixed;
  bottom: 300px;
  right: 10%;
  left: calc(50% + 550px);
  opacity: 0.5;
  cursor: pointer;
}
#up:hover {
	opacity: 1;
}


/*--------------------------Аккумуляторы----------------------------------------------------------*/
.akkum_header .title {
	font-size: 25px;
  line-height: 15px;
}
.akkum_header .sort {
    float: right;
    padding: 0 25px;
    background: url(../img/sort_black.png) no-repeat;
    font-family: Raleway-Regular;
    cursor: pointer;
}
.akkum_header .sort.revert {
	background: url(../img/sort_black_180.png) no-repeat;
}

.akkum_header .sort.active {
	color: #68a617;
	background: url(../img/sort_green.png) no-repeat;
}
.akkum_header .sort.active.revert {
	background: url(../img/sort_green_180.png) no-repeat;
}

.page_block {
    float: right;
    margin-right: 100px;
}

.page_block > span {
	font-family: Raleway-Regular;
  cursor: pointer;
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 5px;
  text-align: center;
}
.page_block > span:hover {
	color: #68a617;
}
.page_block > .active {
	background-color: #c6d7a2;
}



/*--------------------------User module----------------------------------------------------------*/
.panel {
	margin-top: 50px;
}

.panel,
.text-center,
.auth-clients {
	margin-left: 5%;
	font-family: Raleway-Regular;
}

.auth-clients {
	padding-left: 0;
}

.panel form {
	width: 460px;
}

.panel .form-group {
	margin-top: 30px;
}

.panel input[type="text"],
.panel input[type="email"],
.panel input[type="password"],
.panel select,
.panel textarea {
	display: block;
	width: 80%;
	height: 30px;
	padding: 5px;
	margin: 20px 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}

.panel textarea {
	height: 60px;
}

.panel label {
	font-size: 16px;
	font-family: Raleway-Regular;
	font-weight: bold;
	margin-top: 10px;
}

.panel a,
.text-center a
{
	cursor: pointer;
	text-decoration: none;
	color: #acabae;
	font-weight: bold;
}

.panel a:hover,
.text-center a:hover {
	text-decoration: underline;
	color: #68a617;
}

.panel button {
	width: 80%;
	margin: 20px 0;
	height: 50px;
	border-radius: 5px;
	padding: 10px 15px;
	background-color: #93b34f;
	color: white;
	font-family: Raleway-SemiBold;
	font-size: 16px;

	display: inline-block;
	outline: none;
	border: none;
	cursor: pointer;

}

.panel button:hover {
	background-color: #afc57f !important;
	color: black;
}

.has-error .form-control {
	border-color: red !important;
}

.has-error .help-block {
	color: red !important;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 20px;
}



.order_status span.user_new {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #d3d3d3;
}

.order_status span.user_approve {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #AFC494;
}

.order_status span.user_ready {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #8bb555;
}

.order_status span.user_complete {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #68a617;
}

.order_status span.user_decline {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #c4a68b;
}

.order_status span.user_refund {
	padding: 10px 25px;
	border-radius: 5px;
	background-color: #c4a68b;
}

.sk-fading-circle {
	margin: 50px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}