/*NEW STYLES*/
.right_sidebar {
	display: none !important;
}
.content {
    width: auto;
}
.main {
	padding-right: 50px;
	padding-left: 296px;
}
.main-full {
	padding-left: 20px;
	padding-right: 20px;
}

.catalog {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border-left: 1px solid #e8e8e8;
}

.card {
	width: 25%;
	padding: 20px 10px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	border-left-width: 0;
	background-color: #fff;
	margin-bottom: -1px;
}
.card-form {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.card__bottom {
	flex: 0 0 auto;
}
.card__top {
	flex: 1 0 auto;
}
.card .free-delivery {
    top: -36px;
    left: auto;
    right: -19px;
}
.card .akcia {
		margin-top: 15px;
		margin-bottom: 0;
    padding: 5px 0;
    margin-left: -5px;
    margin-right: -5px;
}
.card .wi_delivery {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 5px;
}
.card .wi_delivery a.lightstandard{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.card .wi_delivery a.lightstandard b{
	line-height: 1 !important;
}
.card .wi_delivery a.small-screen{
	display: none !important;
}
.card .wi_delivery a.lightstandard span{
	padding-left: 5px;
	padding-right: 5px;
}
.card .wi_delivery a.lightstandard br {
	display: none;
}
.card .akcia span {
	float: none;
}
.card .akcia p {
	margin-left: 0;
}
.card .options {
	margin-bottom: 0;
    margin-top: 10px;
}
.card .options ul {
}
.card-description{
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none !important;
	color: #000 !important;
}

.card-name {
	font-size: 17px;
	padding-top: 15px;
}

.card__top-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 110px;
}

.card__top-link img {
	max-width: 100%;
	max-height: 100%;
}

.card .old-price {    
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 110px;
	text-align: center;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.card-flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.card-flex > div {
	flex: 0 0 auto;
}

.marb-5 {
	margin-bottom: 5px !important;
}

.card-options {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
ul.card-options li {
	margin-left: 0;
	margin-right: 0;
}
ul.card-options li a {
		font-size: 13px;
    background-size: 17px;
    padding-left: 18px;
}
.marb-10 {
	margin-bottom: 10px;
}



.top-info {
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	background: #247cc0;
}

.top-info-link {
	color: #ffde00 !important;
	text-decoration: underline;
}

.header {
  padding-top: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
  z-index: 10;
}

.page-wrapper {
	overflow: hidden;
}

.header:before {
  right: 0;
  top: 0;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);  
  height: 33px;
  z-index: 0;
  content: '';
  position: absolute;
  background-color: #f8f8f8;
}

.header_nav {
	flex: 1 0;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.header_nav li {
	margin-right: 30px;
}
.header_nav li a {
	font-size: 16px;
	line-height: 1;
  display: block;
	color: #247cc0 !important;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid transparent;
}
.header_nav li a:hover {
	border-bottom-color: #247cc0;
}
.header-phone {
	z-index: 1;
	line-height: 0;
	font-size: 20px;
	flex: 0 0 auto;
	margin-bottom: 15px;
	text-decoration: none;
}
.header-phone:hover {
	color: #247cc0;
}
.header-phone-small {
	color: #247cc0;
	font-size: 16px;
}
.header_right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
	flex: 0 0 auto;
	margin-left: -10px;
	margin-right: -10px;
}
.header_logo {
	flex: 0 0 auto;
}
.header_search {
	flex: 1 0;
  padding-left: 35px;
  padding-right: 35px;
}
.header_search .search_h {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		padding: 8px 40px 7px;
    -moz-box-shadow: 0 2px 3px rgba(87, 87, 87, 0.75), inset 0 1px 1px #ffffff;
    -webkit-box-shadow: 0 2px 3px rgba(87, 87, 87, 0.75), inset 0 1px 1px #ffffff;
    box-shadow: 0 2px 3px rgba(87, 87, 87, 0.75), inset 0 1px 1px #ffffff;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e4e4e4', GradientType=0);
}
.header_search .search_h form {
	flex: 1 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.form-input {
	flex: 1 0 auto;
}

.header_right-link {
	flex: 0 0 auto;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.header_right-link:not(.user_author) .show-author {
	display: none;
}
.header_right-link.user_author .hide-author {
	display: none;
}

.header-divider {
	flex: 0 0 100%;
	max-width: 100%;
}

.logo {
	float: none;
	width: 100%;
}

.d-block {
	display: block !important;
}

.auth_h {
	background: none;
	
	float: none;
	
}

.d-none {
	display: none !important;
}

.cart_link {
  background: url(../img/cart.png) no-repeat left top;
}

.header-menu {
	margin-top: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	padding-left: 0;
	list-style: none;	
	margin-bottom: 0;
	justify-content: space-between;
}
.header-menu li {
	margin-left: 6px;
	margin-right: 6px;
}
.header-menu li a {
	font-size: 13px;
	text-decoration: underline;
}
.header-menu li a:hover {
	color: #247cc0;
}
.header_right-link-img {
	display: block;
	max-width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}
.header_right-link:hover {
	color: #247cc0;
}
.cart-img {
	width: 30px;
	height: 30px;
	  background: url(../img/cart.png) no-repeat left top;
	  -webkit-background-size: auto 30px;
	  background-size: auto 30px;
	  position: relative;
}
.cart-count {
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fff;
	right: -10px;
	top: -3px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
	display: block;
	border-radius: 50%;
	background-color: #247cc0;
}
.header-menu-toggle {
	flex: 0 0 70px;
	height: 40px;
	margin-top: 5px;
	color: #fff;
	padding: 5px 10px;
	width: 100%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	text-transform: uppercase;
	background-color: #247cc0;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.align-items-center {
	-ms-align-items: center;
	align-items: center;
}

.card-btn {
	width: 100px;
	    min-width: 100px;
}
.card-price {
	flex: 1 0;
  font-size: 16px;
  padding: 7px 5px;
  margin-bottom: 0;
      display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.akcia-title {
		display: none !important;
}

.drop {
	position: relative;
}
.auth_h_login label {
	color: #fff;
}
.drop .auth_h_login .recover{
	margin-top: 6px;
	color: #fff !important;
}
.drop .auth_h_login {
    top: 100%;
    right: 0;
    left: auto;
    width: 244px;
    margin-top: 10px;
    background-color: #247cc0;
}
.drop .auth_h_login form {
	padding: 20px 25px 29px;
}
.drop .auth_close {
    top: 8px;
    background-image: url(close_white.png) !important;
    right: 10px !important;
}

body {
	min-width: 320px;
}

.youtube_link {
	margin-left: 15px;
	margin-right: 15px;
} 
.categories ul {
	columns: 4;
}

.categories ul li {
		display: block;	
    padding-left: 15px;
    padding-right: 10px;
    width: auto; 
    position: relative;
}

.categories ul li:before {
    content: "\2022";
    position: absolute;
    left: 5px;
    top: 0;
    margin-left: 0;
}

.logo_img {
    margin-bottom: 7px;
}





















@media screen and (min-width: 1250px) {
	.ri_item {
	    width: 24%;
	    margin-left: 1.3333333333%;
	}
}
@media screen and (max-width: 1249px) {
	.ri_item:nth-child(4) {
		display: none;
	}
}
@media screen and (min-width: 1140px) {
	.header-menu {
		-webkit-transform: translateY(1px);
		-moz-transform: translateY(1px);
		-ms-transform: translateY(1px);
		-o-transform: translateY(1px);
		transform: translateY(1px);
		
	}
	.header-menu-toggle {
		display: none !important;
	}
	.header-phone {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
	}
	.header_search {
  	padding-top: 5px;
	}
	.header_right{
		padding-top: 15px;
	}
}
@media screen and (max-width: 1399px) {
	.header_search {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media screen and (max-width: 1249px) {
}

@media screen and (min-width: 1300px) {
	#p13 {
		display: none !important;
	}
}
@media screen and (max-width: 1299px) {
	.categories ul {
		columns: 3;
	}
	.card {
		width: 33.33%;
	}
	.header_nav li {
		margin-right: 15px;
	}
}

@media screen and (max-width: 1199px) {
	.content {
	  padding-left: 25px;
	}
}

@media screen and (max-width: 1139px) {
	.header {
		-ms-align-items: center;
		align-items: center;
	}
	.header:before {
		content: none !important;
	}

	.header-menu {
		display: none !important;
	}
	.header-phone {
	    font-size: 32px;
	    margin-bottom: 0;
	}
	.header_search {
		margin-top: 5px;
		padding-left: 0 !important;
	}
	.header_logo {
		order: 0;
	}
	.header_right {
		order: 1;
	}
	.header-phone {
		order: 2;
	}
	.header-divider {
		order: 3;
	}
	.header_search {
		order: 4;
	}
	.header-menu-toggle {
		order: 5;
	}
	.header_nav {
		text-align: right;
		position: absolute;
    right: 15px;
		top: 100%;
		margin-top: 0;
		padding-bottom: 5px;
		padding-top: 10px;
		display: block;
		background-color: #247cc0;
	}
	.header_nav:not(.open) {
		display: none !important;
	}
	.header_nav li {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.header_nav li a {
		color: #fff !important;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: none !important;
	}
	.content {
		padding-left: 25px;
	}
 	.main {
 			padding-left: 255px;
	    padding-right: 5px;
	}
 	.main-full {
 			padding-left: 15px !important;
	    padding-right: 15px !important	;
	}
	.header {
		justify-content: space-between;
	}
}

@media screen and (max-width: 1119px) {
	.header {
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	.header_logo {
		order: 0;
	}
	.header_right-link {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-phone {
		order: 2;
		    font-size: 24px;
    margin-bottom: 0;
	}
	.header_right {
		order: 1;
	}
	.header-divider {
		order: 3;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.header_search {
		padding-left: 0;
		order: 4;
	}
	.header-menu-toggle {
		height: 38px;
		margin-left: 0;
		order: 5;
	}
}

@media screen and (max-width: 980px) {
	.main {
		padding-left: 5px;
	}
}

@media screen and (max-width: 859px) and (min-width: 768px) {
	.ri_item:nth-child(4) {
	    display: none;
	}
}
@media screen and (max-width: 859px) and (min-width: 768px) {
	.ri_item {
    width: 31.428571428571428571428571428571%;
    margin-left: 2.8571428571428571428571428571429%;
	}
	.ri_item:nth-child(3) {
	    display: block;
	}
}

@media screen and (max-width: 767px) {
	.categories ul {
		columns: 2;
	}
	.card {
	    width: 50%;
	}
	.ri_item:nth-child(4) { 
		display: none;
	}
}

@media screen and (max-width: 674px) {
	.header_search {
    margin-top: 0;
  }
	.header_right-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-input {
	    flex: 1 0 100px;
	    min-width: 0;
	    width: 103px;
	    max-width: none;
	}
	.header-menu-toggle {
    flex: 0 0 100%;
    margin-top: 15px;
	}
	.header_search .search_h {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header_right {
	    order: 4;
	}
	.header-phone {
    order: 1;
    font-size: 32px;
  }
  .header-divider {
  	order: 2;
  }

}

@media screen and (max-width: 539px) {
	.card-price {
	    font-size: 15px;
	}
	.card-btn {
	    width: 90px;
	    min-width: 90px;
	}
	.card .old-price {    
		padding-right: 90px;
	}
}

@media screen and (max-width: 767px) and (min-width: 480px) {

	#p13 {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.drop .auth_h_login {
		right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
		
	}
	.header_search {
		flex: 0 0 100%;
		padding-right: 0;
		order: 5;
	}
	.top-info {
	    font-size: 14px;
	}
	.header_right {
		margin: 5px 0 10px;
		flex: 0 0 100%;
		justify-content: space-around;
	}
	.header_logo {
    flex: 0 0 219px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
	}
	.logo_img {
		width: 140px;
		height: 30px;
		margin-left: auto;
    margin-right: auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.header {
		justify-content: space-around;
	}
}

@media screen and (max-width: 479px) {
	.categories ul li {
		margin-bottom: 10px;
	}
	.categories ul {
		columns: 1;
	}
	.card {
			border-left-width: 1px;
			max-width: 300px;
			margin-left: auto;
			margin-right: auto;
	    width: 100%;
	}

}
@media screen and (max-width: 449px) {
	.header-phone {
    font-size: 22px;
	}
	.catalog {
		display: block;
		border-left: 0;
	}
}

/*НОВЫЕ СТИЛИ 16.07.2019*/
.form__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form__row *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form__row_cell {
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%;
	margin-bottom: 31px;
}
.file-slider {
	margin-top: 15px;
}
.form__row_cell--lg {
	flex: 0 0 66.66%;
	width: 66.66%;
	max-width: 66.66%;
}
.form__row_cell-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
    height: 23px;
    line-height: 23px;
    display: block;
    white-space: nowrap;
}

.form-wrap {
	margin-bottom: 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-wrap__left {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.form-wrap__right {
	flex: 0 0 298px;
	width: 298px;
	max-width: 298px;
}

.input-md {
/*	font-size: 15px;
	font-weight: 700;*/
	width: 100%;
	font-size: 13px;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;*/
}
.input-md:placeholder {
	/*font-weight: 300;*/
}
.input-md:disabled {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background-color: #f9f9f9 !important;
}

.form-wrap__right {
	text-align: center;
}

.form-wrap__right-title {
	font-size: 15px;
}

select.input-md {
    background: url(../img/select-bg.png) no-repeat right center;
    padding-right: 3px;
}

.title-blue {
	color: #247cc0;
	margin-bottom: 27px;
}
.text-blue{
	color: #247cc0;	
}

.checkbox-row {
	margin-bottom: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.checkbox-row__cell {
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
    margin-bottom: 17px;
}
.g-checkbox {
	display: inline-block;
	min-height: 40px;
	cursor: pointer;
}
.g-checkbox-text {
	font-size: 16px;
	position: relative;
  padding-left: 39px;
  padding-top: 3px;
  display: block;
  padding-right: 5px;
}
.g-checkbox-text:before {
	left: 0;
	top: 0;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 4px;
	position: absolute;
	border: 1px solid #e3e3e3;
	box-shadow: inset 1.6px 1.1px 3px rgba(137, 137, 137, 0.25);
}
.g-checkbox-input {
	display: none;
}
.g-checkbox-input:checked ~ .g-checkbox-text:before {
	background: url('../img/checkmark.png') no-repeat center;
}

.user-avatar {
	position: relative;
}

.user-avatar .file-preview {
	padding-top: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 15px;
	border: none !important;
}
.user-avatar .file-drop-zone {
	margin: 0;
	padding: 0;
	border: none;
}
.user-avatar .krajee-default.file-preview-frame {
	margin: 0;
	padding: 0;
	float: none;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.user-avatar .krajee-default.file-preview-frame .kv-file-content {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	height: auto !important;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.file-input-ajax-new .fileinput-remove-button{
	display: none !important;
}
.user-avatar .fileinput-remove-button{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 30px;
	height: 30px;
	display: block;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: -15px;
	background: url('../img/icon_close.jpg') no-repeat center;
}

.user-avatar  .btn-file {
	-moz-box-shadow: 0 3px 3px rgba(87, 87, 87, 0.7), inset 0 1px 1px #ffffff, 0 0 0 5px #9abbd0;
    -webkit-box-shadow: 0 3px 3px rgba(87, 87, 87, 0.7), inset 0 1px 1px #ffffff, 0 0 0 5px #9abbd0;
    box-shadow: 0 3px 3px rgba(87, 87, 87, 0.7), inset 0 1px 1px #ffffff, 0 0 0 5px #9abbd0;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e4e4e4', GradientType=0);
    border-radius: 4px;
    color: #393939;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    cursor: pointer;
    min-width: 120px;
    border: none;
    width: 146px;
	height: 29px;
	display: inline-block;
	position: relative;
}

.user-avatar  .btn-file:after {
/*	content: 'ЗАГРУЗИТЬ ФОТО';
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	
}

.user-avatar  .btn-file input {
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.user-avatar  .file-thumbnail-footer {
	display: none;
}

.user-avatar  .file-preview-image {
	max-height: 160px !important;
	max-width: 100% !important;
}

.files-multiple {
	margin-top: 30px;
}

.files-multiple .file-preview {
	padding: 0;
	border: 0;
}
.files-multiple .file-footer-buttons i,
.files-multiple .file-footer-caption {
	display: none !important;
}
.files-multiple .file-footer-buttons {
	float: none !important;
}
.files-multiple .krajee-default.file-preview-frame {
	position: relative;
	margin-bottom: 15px !important;
}
.files-multiple .file-thumbnail-footer {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100% !important;
}
.files-multiple .krajee-default.file-preview-frame {
	margin: 0;
	padding: 0 15px;
	width: 16.66%;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	flex: 0 0 16.66%;
	max-width: 16.66%;
}
.files-multiple .file-preview-thumbnails {
	margin-left: -15px;
	margin-right: -15px;
}
.files-multiple .krajee-default.file-preview-frame .kv-file-content {
	width: 100% !important;
}
.files-multiple .file-upload-indicator {
	display: none !important;
}
.files-multiple .kv-file-zoom {
	transition: all .3s;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border: 0;
    width: calc(100% - 30px);
    height: 50%;
    border-radius: 0 !important;
	background-color: rgba(36,124,192,.75) !important;
}
.files-multiple .kv-file-zoom:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 84px;
	top: 0;
	bottom: 0;
	max-width: 100%;
	background: url('../img/bg_plus.png') no-repeat center;
}
.files-multiple .kv-file-remove{
	transition: all .3s;
	opacity: 0;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border: 0;
    width: calc(100% - 30px);
    height: 50%;
    border-radius: 0 !important;
	background-color: rgba(0,0,0,.75) !important;
}
.files-multiple .file-preview {
	display: none !important;
}
.files-multiple .kv-file-remove:after {
	content: '';
    top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 109px;
	bottom: 0;
	max-width: 100%;
	background: url('../img/bg_delete.png') no-repeat center;
}
.files-multiple .close.fileinput-remove {
	display: none !important;
}
.files-multiple .krajee-default.file-preview-frame:hover .kv-file-zoom,
.files-multiple .krajee-default.file-preview-frame:hover .kv-file-remove {
	opacity: 1;
}
.files-multiple .kv-file-upload{
	display: none !important;
}
.files-multiple .file-preview {
	margin-bottom: 15px;
}
.user-avatar .fileinput-remove-button i {
	display: none !important;
}
.form-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 15px;
    background: #247cc0;
    text-transform: uppercase;
}
.page-title {
    color: #247cc0;    
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-navigate.btn-next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 30px;
	border-color: transparent transparent transparent #007bff;
}
.btn-navigate.btn-prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 30px 50px 0;
	border-color: transparent #007bff transparent transparent;
}
.kv-zoom-actions .btn-kv {
    margin-left: 3px;
    display: inline-flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 20px;
}
.kv-zoom-actions .btn-kv i {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.box-file {
    font-size: 0;
    overflow: hidden;
    padding-left: 26px;
	min-height: 20px;
	background: url('../img/icon_round_plus.png') no-repeat left center;
}
.box-file:before {
	color: #247cc0;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	content: 'Загрузить фото';
}
.box-file:after {
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	content: '(до 5 мб, форматы: jpg, jpeg, png)';
}
.btn-file input[type=file] {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.textarea-md {
	width: 100%;
	height: 163px;
	background: #fff;
    border: none;
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding: 3px 10px;
    -webkit-appearance: none;
	background-color: white;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}
.link-decorate {
	text-decoration: underline;
}
.link-decorate:hover {
	text-decoration: none;
}
.servise-col {
	margin-bottom: 10px;
}
.servise-row {
	margin-bottom: 5px;
}
.service-nmb {
	width: 24px;
	color: rgb(36,124,192);
	text-align: center;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
}
.input-md--price {
	width: 177px;
	background-image: url('../img/icon_rouble.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}
.input-md--warranty {
	width: 177px;
}

.service-col--btns {
	padding-bottom: 3px;
}

.service-add {
	color: #247cc0;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
    padding-left: 26px;
	min-height: 20px;
	background: url('../img/icon_round_plus.png') no-repeat left center;
}

@media (min-width: 1024px) {
	.form-wrap__right {
		order: 1;
	}
	.form-wrap__left {
		order: 0;
	}
}
@media (max-width: 1023px) {
	.input-md--price,
	.input-md--warranty {
		width: 100px;
	}
	.checkbox-row__cell {
	    width: 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.form-wrap__right,
	.form-wrap__left {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.files-multiple .kv-file-content {
		height: 100% !important;
	}
	.files-multiple .kv-file-remove,
	.files-multiple .kv-file-zoom {
		opacity: 1 !important;
	}	
	.files-multiple .kv-file-remove {
    	background-color: rgba(0,0,0,.45) !important;
	}
	.files-multiple .file-preview-image {
		max-height: 120px !important;
	}
	.files-multiple .kv-file-zoom {
    	background-color: rgba(36,124,192,.45) !important;
	}
	.file-preview-thumbnails {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row !important;
		-moz-flex-direction: row !important;
		-ms-flex-direction: row !important;
		-o-flex-direction: row !important;
		flex-direction: row !important;
	}
	.files-multiple .krajee-default.file-preview-frame {
	    width: 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.kv-zoom-cache {
		display: none !important;
	}
	.form-title {
		font-size: 15px;
	}
	.checkbox-row__cell,
	.form__row_cell {
	    flex: 0 0 50%;
	    width: 50%;
	    max-width: 50%;
	}
	.input-md--price, .input-md--warranty {
	    width: 100%;
	}
}
@media (max-width: 479px) {
	.g-checkbox {
		min-height: 30px;
	}
	.files-multiple .krajee-default.file-preview-frame {
	    width: 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.checkbox-row__cell,
	.form__row_cell {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 10px;
	}
}

.file-slider__item {
	position: relative;
	overflow: hidden;
	max-width: 178px;
	margin-left: auto;
	margin-right: auto;
}
.slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.file-slider__item:hover .file-slider__item-delete,
.file-slider__item:hover .file-slider__item-zoom {
	opacity: 1;
}

.slick-arrow {
  width: 25px;
  height: 47px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	font-size: 0;
	z-index: 1;
	outline: 0 !important;
}

.slick-arrow.slick-prev  {
	left: -15px;
  background: url(../img/slider_prev.png) no-repeat;
}

.slick-arrow.slick-next  {
	right: -15px;
  background: url(../img/slider_next.png) no-repeat;
}

@media screen and (max-width: 1299px) {
	.slick-arrow {
	    width: 17px;
	}
	.related_items .bx-wrapper .bx-prev {
	    left: -10px;
	}
	.related_items .bx-wrapper .bx-next {
	    right: -10px;
	    background-position: -8px center;
	}
}

.file-slider__item:not:hover .file-slider__item-zoom,
.file-slider__item:not:hover .file-slider__item-delete {
	opacity: 0;
}

.file-slider__item-img {
	position: relative;
}

.file-slider__item-delete {
	transition: all .3s;
	opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
	z-index: 1;
    height: 50%;
    border-radius: 0 !important;
	background: rgba(0,0,0,.75) url('../img/bg_delete.png') no-repeat center;
}

.file-slider__item-zoom {
	z-index: 1;
	transition: all .3s;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    height: 50%;
    border-radius: 0 !important;
	background: rgba(36,124,192,.75) url('../img/bg_plus.png') no-repeat center;
}
@media (max-width: 1229px) {
	.slick-arrow.slick-next {
    right: 0;
    background-position: right;
  }
	.slick-arrow.slick-prev {
	    left: 0;
	}
}

body {
		font-size: 13px !important;
    font-family: 'PT Sans', sans-serif !important;
}

.file-slider__item {
	height: 178px;
	overflow: hidden;	
}
.file-default-preview img {
		max-width: 90%;
		height: auto;
		max-height: 183px;
}