html, body {
	min-height: 100%;
	height: 100%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear, .clear:before, .clear:after {
	clear: both;
	content: "";
	display: block;
}

.body {
	height: 100%;
}

.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.checkbox {
	font: 15px/22px "sreda";
	color: #fff;
	position: relative;
	padding-left: 28px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	cursor: pointer;
}

.checkbox:before {
	content: "";
	background: url("../img/icons.png") -120px -100px no-repeat;
	width: 20px; height: 20px; display: block;
	position: absolute; left: 0; top: 0;
}

.checkbox.checked:before {
	background-position: -100px -100px;
}

.promo-cont {
  min-height: calc(100vh);
}

/* SPECIALOFFER */

.promo-one {
	background: url("../img/promo-one.jpg") center top no-repeat;
	min-height: 100%;
	height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.promo-one .container.paddingbottom, .promo-two .container.paddingbottom, .promo-three .container.paddingbottom, .promo-four .container.paddingbottom, .promo-five .container.paddingbottom {
  padding-bottom: 80px;
}

.specialoffer-head {
	padding-top: 30px;
}

.specialoffer-head-back {
	width: 187px;
	height: 39px;
	padding-left: 20px;
	border: 1px solid #dadada;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	font: 16px "sreda";
	color: #fff;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 9;
}

.specialoffer-head-back:before {
	content: "";
	display: block;
	position: absolute;
	left: 13px;
	top: 9px;
	background: url("../img/icons.png") no-repeat;
	width: 10px;
	height: 19px;
}

.specialoffer-head-title {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	text-align: center;
}

.specialoffer-head-title-top {
	font: 44px "sreda";
	color: #61de00;
}

.specialoffer-head-title-bottom {
	font: 28.19px "sreda";
	color: #a364fe;
	margin-top: 5px;
}

.specialoffer-head-title-bottom span {
	display: inline-block;
	border-bottom: 3px solid #a364ff;
}

.specialoffer-text {
	font: 26px "sreda";
	color: #fff;
	text-align: center;
	margin-top: 150px;
	line-height: 40px;
}

.specialoffer-form {
  width: 930px;
  height: 168px;
	background-color: rgba(0, 0, 0, 0.9);
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 43.2px 2.8px #6800ff;
	-moz-box-shadow: 0 0 43.2px 2.8px #6800ff;
	-webkit-box-shadow: 0 0 43.2px 2.8px #6800ff;
	margin: 60px auto 0;
}

.specialoffer-form-title {
	text-align: center;
	font: 28px "sreda";
	color: #fff;
	margin: 30px 0 20px;
	text-shadow: 1.7px 3.6px 2px rgba(0, 0, 0, 0.31);
}

.specialoffer-form-title span {
	color: #a364ff;
}

.specialoffer-form-line {
	text-align: center;
}

.specialoffer-form-input {
	font: 17px "sreda";
	color: #fff;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	width: 175px;
	background: none;
	padding-bottom: 3px;
	margin: 10px 20px 0 0;
}

.specialoffer-form-button {
	display: inline-block;
	vertical-align: top;
  width: 291px;
  height: 40px;
	background-color: #731fec;
	border: 2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font: 19px/40px "sreda";
	color: #fff;
	text-shadow: 0.8px 1.8px 9px rgba(0, 0, 0, 0.42);
  cursor:pointer;
}

/* PROMO TWO */

.promo-two {
	background: url("../img/promo-two.jpg") center top no-repeat;
	min-height: 100%;
	height: 100%;	
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.promo-two .specialoffer-text {
	font-size: 32px;
	line-height: 48px;
	margin-top: 100px;
	text-shadow: 1.3px 2.7px 1px rgba(0, 0, 0, 0.22);
}

.promo-two .specialoffer-text span {
	color: #61de00;
}

.promo-two .specialoffer-form {
	height: 190px;
	margin-top: 80px;
}

.promo-two .specialoffer-form-title {
	text-align: left;
	padding-left: 60px;
	text-shadow: 1.7px 3.6px 2px rgba(0, 0, 0, 0.31);
}

.promo-two .specialoffer-form-title span {
	display: block;
}

/* PROMO THREE */

.promo-three {
	background: url("../img/promo-three.jpg") center top no-repeat;
	min-height: 100%;
	height: 100%;	
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.promo-three .specialoffer-text {
	font-size: 30px;
	line-height: 46px;
	margin-top: 100px;
}

.promo-three .specialoffer-text span {
	color: #61de00;
}

.promo-three .specialoffer-form {
	height: 167px;
	margin-top: 80px;
}

.promo-three .specialoffer-form-title {
	text-align: left;
	padding-left: 60px;
}

/* PROMO FOUR */

.promo-four {
	background: url("../img/promo-four.jpg") center top no-repeat;
	min-height: 100%;
	height: 100%;	
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.promo-four .specialoffer-text {
	font-size: 28px;
	line-height: 44px;
	margin-top: 100px;
}

.promo-four .specialoffer-text span {
	color: #61de00;
}

.promo-four .specialoffer-form {
	height: 167px;
	margin-top: 80px;
}

.promo-four .specialoffer-form-title {
	text-align: left;
	padding-left: 63px;
}

/* PROMO FIVE */

.promo-five {
	background: url("../img/promo-five.jpg") center top no-repeat;
	min-height: 100%;
	height: 100%;	
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.promo-five .specialoffer-text {
	font-size: 30px;
	line-height: 54px;
	margin-top: 150px;
}

.promo-five .specialoffer-text span {
	color: #61de00;
}

.promo-five .specialoffer-form {
	height: 190px;
	margin-top: 90px;
}

.promo-five .specialoffer-form-title {
	text-align: left;
	padding-left: 63px;
  font-size: 23px;
  margin-bottom: 40px;
}

/* PROMO SIX */

.promo-six {
	background: url("http://jokerbarbershop.ru/img/screen-steps.png") repeat;
  min-height: 100%;
  height: 100%;
}

.promo-six .specialoffer-text {
  margin-top: 20px;
  color: #000  
}

.promo-six .promo-page-button {
  margin-top: 250px
}

.promo-six .specialoffer-head-back {
  color: #000;
  border-color: #000
}

.promo-six .specialoffer-head-back:before {
  background: url("../img/backheadblack.png") no-repeat;
  top: 11px;
}

/* PROMO SEVEN */

.promo-seven {
  background: url("http://jokerbarbershop.ru/img/screen-steps.png") repeat;  
  min-height: 100%;
  height: 100%;
}

.promo-seven .specialoffer-text {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 22px;  
}

.promo-seven .promo-page-button {
  margin-top: 280px
}

.promo-seven .specialoffer-head-back {
  color: #000;
  border-color: #000
}

.promo-seven .specialoffer-head-back:before {
  background: url("../img/backheadblack.png") no-repeat;
  top: 11px;
}


.layal-cart {
width: 100%;
  text-align: center;
  margin: 35px 0;
}
.layal-cart-item {
  display: inline-block;
}
.layal-cart-item:nth-child(1) {
  margin-right: 20px;
}

/* SCREEN TITLE */

.screen-title {
	background: url("../img/screen-title.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 768px;
}

.logo {
	background: url("../img/logo.png") no-repeat;
	width: 408px; height: 385px;
	position: absolute; left: 50%; top: 30px; 
	margin-left: -204px; margin-top: -50px;
}

.screen-title-left {
	margin-top: 30px;
}

.screen-title-left-title {
	font: 20px "proxima_nova_rgbold";
	color: #fff;
}

.screen-title-left-address {
	font: 15px "proxima_nova_rgbold";
	color: #fff;
	margin-top: 10px;
}
.screen-title-left-address span{
	color: rgba(255,255,255,0.75);
	font: 14px "proxima_nova_ltlight";
}

.screen-title-left-times {
	font: 14px "proxima_nova_ltlight";
	color: #7de32e;
	margin-top: 5px;
	position: relative;
	padding-left: 23px;
	margin-top: 10px;
}

.screen-title-left-times:before {
	content: "";
	background: url("../img/icons.png") -10px 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 16px;
	height: 16px;
}

.screen-title-city {
	position: relative;
	margin: 27px 0 0 15px;
}

.screen-title-city-data {
	padding: 0 35px 0 10px;
	height: 27px;
	/* border: 1px solid #fff; */
	/* border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; */
	font: 16px/28px "proxima_nova_rgbold";
	color: #61c018;
	display: inline-block;
	vertical-align: top;
  position: relative;
  line-height: 32px;
	/* cursor: pointer; */
}

/* .screen-title-city-data:before {
	content: "";
	background: url("../img/icons.png") -26px 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 12px;	
	display: block;
	width: 9px;
	height: 5px;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-webkit-transition: .2s all ease-in-out;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
} */

/* .screen-title-city.open .screen-title-city-data:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
} */

.screen-title-city-list {
	width: 320px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	top: 40px;
	left: 0;
	position: absolute;
	padding: 10px 12px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-webkit-transition: .2s all ease-in-out;
}

.screen-title-city.open .screen-title-city-list {
	opacity: 1;
	visibility: visible;
}

.screen-title-city-list-item {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5e5e5e;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.screen-title-city-list-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.screen-title-city-list-item-title {
	font: 16px "proxima_nova_rgbold";
	color: #62c218;
	margin-bottom: 5px;
}

.screen-title-city-list-item-section {
	margin-bottom: 15px;
}

.screen-title-city-list-item-section:last-of-type {
	margin-bottom: 0;
}

.screen-title-city-list-item-address {
	font: 13px "proxima_nova_rgregular";
	color: #fff;
}

.screen-title-city-list-item-times {
	font: 13px "proxima_nova_rgregular";
	color: #8748e3;
}

.screen-title-phone-block {
	text-align: right;
	width: 320px;
	margin-top: 25px;
}

.screen-title-phone-block-number, .screen-title-phone-block-number-mobile {
	font: 28px "proxima_nova_rgbold";
	color: #68f000;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.screen-title-phone-block-number-mobile {
  font-size: 20px;
  color: #fff;
}

.screen-title-phone-block-button {
	font: 14px/26px "proxima_nova_rgregular";
	color: #fff;
	width: 201px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-webkit-transition: .2s all ease-in-out;
}

.screen-title-phone-block-button:hover {
	background-color: #fff;
	color: #000;	
}

.screen-title-phone-block-social {
	margin-top: 15px;
}

.screen-title-phone-block-social-item {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.screen-title-phone-block-social-item:last-of-type {
	margin-right: 0;
}

.screen-title-phone-block-social-item[data-type="vk"] {
	background-position: -35px 0;
}

.screen-title-phone-block-social-item[data-type="fb"] {
	background-position: -65px 0;
}

.screen-title-phone-block-social-item[data-type="in"] {
	background-position: -95px 0;	
}

.screen-title-heading-title {
	text-align: center;
	margin-top: 10px;
}

.screen-title-heading-title span {
	display: inline-block;
	vertical-align: top;
	font: 45px "sreda";
	color: #fff;
	margin-top: 90px;
	position: relative;
}

.screen-title-heading-title:after {
	content: "";
	background: url("../img/screen-title-heading-title.png") no-repeat;
	width: 425px;
	height: 160px;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	display: block;
	margin: 50px auto;
}

.screen-title-heading-button {
	width: 365px;
	height: 47px;
	background-color: #6330ae;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font: 21px/48px "sreda";
	text-shadow: 2px 2px 0px rgba(0,0,0,.32);
	cursor: pointer;
}

/* SCREEN SUBSCRIBE */

.screen-subscribe {
display: none;
	background-color: #fff;
	height: 191px;
}

.screen-subscribe input::-webkit-input-placeholder {color:#000;}
.screen-subscribe input::-moz-placeholder          {color:#000;}
.screen-subscribe input:-moz-placeholder           {color:#000;}
.screen-subscribe input:-ms-input-placeholder      {color:#000;}

.screen-subscribe input:focus::-webkit-input-placeholder {color:#fff;}
.screen-subscribe input:focus::-moz-placeholder          {color:#fff;}
.screen-subscribe input:focus:-moz-placeholder           {color:#fff;}
.screen-subscribe input:focus:-ms-input-placeholder      {color:#fff;}

.subscribe-video {
	font: 18px "proxima_nova_rgregular";
	color: #272727;
	position: relative;
	padding-left: 95px;
	margin-top: 60px;
	line-height: 24px;
  margin-left: 90px;
}

.subscribe-video:before {
	content: "";
	background: url("../img/icons.png") 0 -30px no-repeat;
	width: 75px; height: 70px; position: absolute;
	left: 0; top: 0;
}

.subscribe-video span {
	color: #6330ae;
	font-family: "proxima_nova_rgbold";
}

.subscribe-video:after {
  display:none;
	content: "";
	background: url("../img/subscribe-photo.png") no-repeat;
	width: 126px; height: 126px; position: absolute;
	right: -160px; top: -30px;
}

.subscribe-form {
	width: 260px;
	margin: 53px 0 0 200px;
}

.subscribe-form-input {
	font: 17px "sreda";
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #818181;
	margin-bottom: 10px;
	width: 100%;
}

.subscribe-form-button {
	width: 259px;
	height: 40px;
	background-color: #731fec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	text-align: center;
	font: 17px/40px "sreda";
	color: #fff;
	cursor: pointer;
}

/* SCREEN SERVICES */

.screen-services {
	background: url("../img/screen-services.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding: 60px 0;
}

.services-title {
	font: 40px "sreda";
	color: #fff;
	text-align: center;
}

.services-list {
	font-size: 0;
	margin-top: 40px;
}

.services-list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 240px;
	background-color: #000;
	position: relative;
  cursor: pointer;
}

.services-list-item:before {
	content: "";
	border: 1px solid #fff;
	width: 92%;
	height: 92%;
	display: block;
	top: 10px;
	left: 10px;
	position: absolute;
  z-index: 2;
}

.services-list-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #280955;
  display: block;
  opacity: 0;
  visibility: hidden;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
}

.services-list-item:hover:after {
  opacity: 1;
  visibility: visible;
}

.services-list-item * {
  position: relative;
  z-index: 999;
}

.services-list-item-title {
  font: 20px "sreda";
  color: #fff;
  padding: 22px 0 0 30px;
}

.services-list-item-icon {
  background-image: url("../img/services-icons.png");
  background-repeat: no-repeat;
  width: 121px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.services-list-item:nth-child(1) .services-list-item-icon {
  background-position: center 0;
  margin-top: 20px;  
}

.services-list-item:nth-child(2) .services-list-item-icon {
  background-position: center -100px; 
  margin-top: 20px;  
}

.services-list-item:nth-child(3) .services-list-item-icon {
  background-position: center -700px; 
  margin-top: 20px; height: 106px;	
}

.services-list-item:nth-child(4) .services-list-item-icon {
  background-position: center 0px;
  margin-top: -8px;
}

.services-list-item:nth-child(5) .services-list-item-icon {
  background-position: center -300px;
  margin-top: 7px;   
}

.services-list-item:nth-child(6) .services-list-item-icon {
  background-position: center -400px; 
  margin-top: 7px;
}

.services-list-item:nth-child(7) .services-list-item-icon {
  background-position: center -500px;  
  margin-top: 7px;
  position: relative;
  left: -10px; 
}

.services-list-item:nth-child(8) .services-list-item-title {
  padding-top: 30px;
}

.services-list-item:nth-child(8) .services-list-item-icon {
  background-position: center 0px;
  margin-top: 7px;
}

.services-list-item:nth-child(9) .services-list-item-icon {
	background-position: center 0px;
	margin-top: 7px;
}

.services-list-item:nth-child(10) .services-list-item-icon {
	background-position: center 0px;
	margin-top: 7px;
}

.services-list-item:nth-child(11) .services-list-item-icon {
	background-position: center 0px;
	margin-top: 7px;
}

.services-list-item-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.services-list-item-button {
  width: 127px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 15.45px/30px "sreda";
  color: #280955;
  display: block;
  text-align: center;
  position: absolute;
  left: 25px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
}

.services-list-item:hover .services-list-item-button {
  opacity: 1;
  visibility: visible;
}

.services-list-item-price {
  font: 31px "sreda";
  color: #00ea06;
  position: absolute;
  right: 25px;
  bottom: 18px;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
}

.services-list-item:hover .services-list-item-price {
  font-size: 19px;
  bottom: 24px;
}

.services-youpay {
  text-align: center;
  margin-top: 35px;
}

.services-youpay-title {
  display: inline-block;
  vertical-align: middle;
  font: 14px "proxima_nova_rgregular";
  color: #7c7c7c;
  margin-right: 6px;
}

.services-youpay-image {
  display: inline-block;
  vertical-align: middle;
}

/* SCREEN SHARES */

.screen-shares {
	background-color: #fff;
  padding: 50px 0;
}

.shares-title {
  text-align: center;
  font: 40px "sreda";
  color: #000;
  margin-bottom: 20px;
}

.shares-title span {
  color: #00ea06;
}

.shares-list {
  font-size: 0;
  margin-bottom: 13px;
}

.shares-list-box-short {
  display: inline-block;
  vertical-align: top;
  width: 381px;
  height: 211px;
  background-color: #000;
  margin-right: 13px;
  position: relative;
  text-decoration: none;
}

.shares-list-box-1 {
  background: url("../img/shares01.png") no-repeat;  
}

.shares-list-box-2 {
  background: url("../img/shares02.png") no-repeat;  
}

.shares-list-box-3 {
  background: url("../img/shares03.png") no-repeat;  
}

.shares-list-box-4 {
  background: url("../img/shares04.png") no-repeat;  
}

.shares-list-box-5 {
  background: url("../img/shares05.jpg") no-repeat;  
}

.shares-list-box-6 {
  background: url("../img/shares06.png") no-repeat;  
}
 .shares-list-box-6 .shares-list-box-button br {display:none;}

.shares-list-box-7 {
  background: url("../img/shares07.jpg") no-repeat;  
}

.shares-list-box-short:last-of-type {
  margin-right: 0
}

.shares-list-box-short:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid #fff;
  width: 363px;
  height: 193px;  
}

.shares-list-box-title {
  font: 36px/36px "sreda";
  color: #fff;
  position: relative;
  left: 25px;
  top: 20px;
}

.shares-list-box-long.shares-list-box-card .shares-list-box-content {
  width: 260px;
  left: 280px;
  bottom: 0;
  top: 20px;
}

.shares-list-box-card .shares-list-box-title {
  left: 0;
  font-size: 30px;
  line-height: 29px;
  top: 0
}

.shares-list-box-card .shares-list-box-button {
  padding: 3px 10px;
  margin-top: 48px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  text-decoration: none;
}


.shares-list-box-long {
  display: inline-block;
  vertical-align: top;
  width: 578px;
  height: 183px;
  background-color: #000;
  margin-right: 13px;
  position: relative;
  text-decoration: none;
}

.shares-list-box-long:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid #fff;
  width: 560px;
  height: 166px;  
}

.shares-list-box-long .shares-list-box-title {
  font-size: 30px;
  line-height: 30px;
}

.shares-list-box-long:last-of-type {
  margin-right: 0
}

.shares-list-box-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 94%;
}

.shares-list-box-long .shares-list-box-content {
  width: 96%;
  bottom: 10px;
}

.shares-list-box-gift .shares-list-box-content {
  bottom: 20px;
}

.shares-list-box-percent {
  font: 50px "sreda";
  color: #00ea06;
  text-shadow: 2.7px 4.2px 7px rgba(0, 0, 0, 0.68);
  position: relative;
  left: 25px;
}

.shares-list-box-percent-decor {
  font-size: 20px;
}

.shares-list-box-percent-fix {
  font-size: 24.35px;
}

.shares-list-box-button {
  width: 114px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 18px;
  cursor: pointer;
  font: 14px/26px "sreda";
  color: #fff;
  text-align: center;
  text-decoration: none;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
}

.shares-list-box-long:hover .shares-list-box-button,
.shares-list-box-short:hover .shares-list-box-button {
  background-color: #fff;
  color: #000;
}

.shares-list-box-gift .shares-list-box-button {
  margin-top: 0;
  position: relative;
  bottom: -27px;
}

.services-youpay-m {
  display: none;
}

/* SCREEN STEPS */
.screen-steps {
	background: url("../img/screen-steps.png") repeat;
	height: 695px;
  padding: 70px;
}

.steps {
  position: relative;
  margin: 0 auto;
  width: 793px;
  height: 50px;
  padding: 25px 25px 25px 50px;
}

.step-one, .step-two, .step-three {
  width: 793px;
  padding: 25px 25px 25px 50px;
  background: rgba(0,0,0,.88);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  box-shadow: 0 0 18px 8px rgb(0,0,0);
  -moz-box-shadow: 0 0 18px 8px rgb(0,0,0);
  -webkit-box-shadow: 0 0 18px 8px rgb(0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.step-one.active, .step-two.active, .step-three.active {
	opacity: 1;
	visibility: visible;
}

.step-next {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/screen-steps-arrow.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 34px;
  height: 34px;
  right: 50%;
  margin-right: -390px;
  top: 25px;
}

.step-title-wrap {
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 5px 15px;
  margin: 10px 0;
}

.step-title {
  font: 20px "sreda";
  color: #fff;
}

.step-one-title {
  font: 34px "sreda";
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0,0,0,.31);
}

.step-two-heading-title {
  font: 16px "sreda";
  color: #fff; 
  margin-top: 8px;
  margin-left: 15px;
  text-shadow: 1.7px 3.6px 2px rgba(0, 0, 0, 0.31);
}

.step-one-title-decor {
  color: #731fec;
}

.step-one-form {
  margin-top: 35px;
}

.step-one-form-wrap {
  display: inline-block;
}
.step-one-form-wrap input {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  width: 185px;
  padding: 7px 0 0;
  margin-right: 20px;
  font: 17px "sreda";
  color: #fff;
}

input::-webkit-input-placeholder {color:#fff;}
input::-moz-placeholder          {color:#fff;}
input:-moz-placeholder           {color:#fff;}
input:-ms-input-placeholder      {color:#fff;}

.steps input:focus::-webkit-input-placeholder {color:transparent;}
.steps input:focus::-moz-placeholder          {color:transparent;}
.steps input:focus:-moz-placeholder           {color:transparent;}
.steps input:focus:-ms-input-placeholder      {color:transparent;}

.step-one-form-button, .step-two-form-button, .step-three-form-button {
  display: inline-block;
  vertical-align: top;
  font: 19px "sreda";
  color: #fff;
  background: #731fec;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 10px 45px 10px 25px;
  position: relative;
  cursor: pointer;
}
.step-one-form-button:after, .step-two-form-button:after, .step-three-form-button:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/step-button.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 19px;
  height: 19px;
  top: 12px;
  right: 15px;
}

.step-one-text {
  font: 13px/24px "sreda";
  color: #bbb;
  margin-top: 40px;
}

.step-two-form {
  margin-left: 30px;
}

.step-two-form-title {
  font: 16px "sreda";
  color: #b785ff;
  position: relative;
  margin: 20px 0 10px;
}

.step-two-form-title:before {
  content: "1";
  font: 15px "sreda";
  color: #fff;
  display: block;
  position: absolute;
  background: #721fe9;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 19px;
  height: 18px;
  padding-top: 1px;
  text-align: center;
  top: -3px;
  left: -30px;
}
.step-two-form-title:nth-child(1):before
{
  content:"1";
}
.step-two-form-title:nth-child(4):before
{
  content:"2";
}
.step-two-form-title:nth-child(6):before
{
  content:"3";
}

.step-two-form-data {
  width: 320px;
  font: 14px "sreda";
  color: #fff;
  padding: 10px 45px 10px 15px;
  border:1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.step-two-form-data.opened {
	border-bottom: none;
}

.step-two-form-data:after {
  content:"";
  display: block;
  position: absolute;
  background: url("../img/step-two-form-data-after.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 20px;
  height: 20px;
  right: 19px;
  top: 8px;
}

.step-two-form-list {
  width: 320px;
  font: 14px "sreda";
  color: #fff;
  padding: 10px 45px 10px 15px;
  border:1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  top: -4px;
  border-top: none;
  display: none;
}

.step-two-form-list.active {
	display: block;
}

.step-two-form-list-item {
  margin: 8px 0; 
  font: 14px "sreda";
  color: #fff;
}

.step-two-form-list-item:hover {
	color: #b785ff;
	cursor: pointer;
}

.step-two-form-masters {
  margin: 15px 0 30px;
}

.step-two-form-masters-item {
  display: inline-block;
  width: 90px;
  vertical-align: top;
  margin-right: 17px;
  cursor: pointer;
}

.step-two-form-masters-item-foto {
  width: 85px;
  height: 85px;
  border: 2px solid #7a7a7a;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  background: url("../img/master-foto.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
.step-two-form-masters-item.active .step-two-form-masters-item-foto:before {
  content: "";
  display: block;
  background: rgba(115,31,236,.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.step-two-form-masters-item.active .step-two-form-masters-item-foto:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  background: url(../img/arrow-master-foto.png) no-repeat;
  width: 38px;
  height: 35px;
}

.step-two-form-masters-item-name {
  margin: 10px auto 0;
  text-align: center;
  font: 13px "sreda";
  color: #fff;
}

.success-content-form-wrap-dates-content {
  display: inline-block;
  width: 170px;
  font: 14px "sreda";
  color: #fff;
  padding: 10px 45px 10px 15px;
  border:1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  margin-top: 20px;
}

.success-content-form-wrap-dates-content:after, .success-content-form-wrap-times-content-data:after {
  content:"";
  display: block;
  position: absolute;
  background: url("../img/step-two-form-data-after.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  width: 20px;
  height: 20px;
  right: 19px;
  top: 8px;
}

/*
.success-content-form-wrap-times-content-data {
  width: 170px;
  font: 14px "sreda";
  color: #fff;
  padding: 10px 45px 10px 15px;
  border:1px solid #fff;
  border-radius: 3px;
  position: relative;
  margin-top: 20px;
}
*/
.success-content-form-wrap-times-content {
  width: 100px !important;
}
.success-content-form-wrap-dates-content, .success-content-form-wrap-times-content {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 170px;
  font: 14px "sreda";
  color: #fff;
  padding: 10px 45px 10px 15px;
  border:1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  margin-top: 20px;
  margin-right: 5px;
}

.success-content-form-wrap-times-content-select {
  display: none;
}

.step-two-form-button {
  display: block;
  width: 120px;
  margin-top: 25px;
}

.step-three .step-title-wrap {
  display: block;
}

.step-three .step-next {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.step-threee-title {
  display:block;
  font:34px "sreda";
  color: #fff;
}

.step-threee-text {
  font: 14px "sreda";
  color: #939393;
  margin-top: 15px;
  margin-bottom: 15px;
}
.step-three-form-button {
  vertical-align: baseline;
  display: inline-block;
  font: 19px "sreda";
  color: #fff;
  background: #731fec;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 10px 45px 10px 25px;
 position: relative;
}
.step-three-form-button-dop {
  font: 19px "sreda";
  color: #fff;
  border-bottom: 1px dashed #fff;
  vertical-align: baseline;
  margin-left: 27px;
}


/* SCREEN KOSMETIK */

.screen-kosmetik {
	background-color: #fff;
  padding: 40px 0 60px;
}

.kosmetik-title {
  font: 40px/42px "sreda";
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.kosmetik-slider {
  position: relative;
  margin-top: 30px;
}

.kosmetik-item {
  width: 211px;
  height: 331px;
  margin-right: 25px;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.kosmetik-item-image {
  margin: 20px 0;
  height: 180px;
  line-height: 180px;
  vertical-align: top;
  text-align: center;
}

.kosmetik-item-image img {
  margin: 0 auto;
  max-height: 180px;
  line-height: 180px;
  vertical-align: middle;
  display: inline-block;
}

.kosmetik-item-title {
  font: 15px "sreda";
  color: #000;
  text-align: center;
  padding: 0 30px;
  height: 45px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.kosmetik-price-wrap {
  text-align: center
}

.kosmetik-price {
  display: inline-block;
  vertical-align: top;
  font: 16px "sreda";
  color: #390d79;
  padding: 5px 15px;
  border: 2px solid #390d79;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}

.kosmetik-slider .slick-arrow {
  position: absolute; top: 50%;
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  width: 50px; height: 50px;
  display: block;
  margin-top: -25px;
  background-color: transparent;
  font-size: 0; cursor: pointer;
}

.kosmetik-slider .slick-prev {
  background-position: -75px -30px;
  left: -70px;
}

.kosmetik-slider .slick-next {
  background-position: -125px -30px;
  right: -70px;
}

/* SCREEN INSTAGRAM */

.screen-instagram {
	background: url("../img/screen-instagram.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 410px;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.instagram-title {
  font: 41px "sreda";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 4px 4px 2px rgba(0,0,0,.31);
  position: relative;
  margin-left: 60px;
}

.instagram-title:before {
  content:"";
  display: block;
  position: absolute;
  background: url("../img/icons.png") -175px 0 no-repeat;
  width: 47px;
  height: 47px;
  top: 0px;
  left: -60px;
}

.instagram-button {
  display: inline-block;
  font: 16px "sreda";
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 5px 13px;
  vertical-align: middle;
  margin-left: 22px;
  text-decoration: none;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.instagram-button:hover {
	background-color: #fff;
	color: #000;
}

.instagram-slider {
  margin-top: 30px;
  color: #fff;
}

.instagram-item {
  display: inline-block;
  width: 177px;
  height: 177px;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 9px;
  overflow: hidden;
}

.instagram-item img {
	max-width: 100%;
	min-width: 100%;
}

.instagram-slider .slick-arrow {
  position: absolute; top: 50%;
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  width: 50px; height: 50px;
  display: block;
  margin-top: -25px;
  background-color: transparent;
  font-size: 0; cursor: pointer;
}

.instagram-slider .slick-prev {
  background-position: 0 -100px;
  left: -70px;
}

.instagram-slider .slick-next {
  background-position: -50px -100px;
  right: -70px;
}

/* SCREEN TEAM */

.screen-team {
	background: url("../img/screen-team.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 520px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 70px;
}

.team-title {
	width: 388px;
	height: 47px;
	background-color: #fff;
	font: 41px "sreda";
	color: #390d79;
	line-height: 47px;
	text-align: center;
	display: block;
/*	margin-left: -20px; */
}

.team-wrap {
	padding-top: 30px;
}

.team-list {
	width: 900px;
	font-size: 0px;
/*	margin-left: -20px;  */
}

.team-list-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	cursor: pointer;
	width: 209px;
	overflow: hidden;
  height: 265px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.team-list-item:last-of-type {
	margin-right: 0;
}

.team-list-item:hover {
	height: 308px;
}

.team-item-photo {
	width: 100%;
	height: 208px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.team-item-photo:before {
	content: "";
	width: 183px;
	height: 175px;
	display: block;
	position: absolute;
	left: 8px; top: 11px;
	border: 4px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0.4px 0.9px 9px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0.4px 0.9px 9px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0.4px 0.9px 9px rgba(0, 0, 0, 0.31);
}

.team-item-name {
	font: 12px "sreda";
	color: #000;
	width: 175px;
	margin: 5px auto;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #bebbb9;
}

.team-item-post {
	font: 12px "sreda";
	color: #310c66;
	text-align: center;
	margin-bottom: 8px;
}

.team-item-button {
	width: 100%;
	height: 49px;
	display: block;
	background-color: #6fdd1a;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 0 0 80px;
	position: relative;
}

.team-item-button span {
	font: 12px "sreda";
	color: #25460c;
	border-bottom: 1px dashed #468415;	
	display: inline;
	line-height: 16px;
}

.team-item-button:before {
	content: "";
	background: url("../img/icons.png") -222px 0 no-repeat;
	width: 28px; height: 30px; display: block;
	position: absolute; left: 40px; top: 9px;
}

.team-content {
	width: 246px;
	padding-top: 13px;
}

.team-content-text {
	font: 14px "proxima_nova_rgregular";
	color: #390d79;
	padding: 10px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	text-align: justify;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.team-content-text:after {
	content:"";
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 15px solid transparent;
	display:block;
	position: absolute;
	bottom: -20px; right: 30px;
}

.team-content-author {
	margin: 25px 0 0 0px;
}

.team-content-author-title {
	padding-top: 55px;
}

.team-content-author-title-name {
	font: 38px/38px "proxima_nova_thextrabold";
	color: #6fdd1a;
	text-transform: uppercase;
}

.team-content-author-title-post {
	font: 14px/14px "proxima_nova_rgregular";
	color: #fff;
}

.team-content-author-avatar {
	background: url("../img/team-avatar.png") no-repeat;
	width: 106px; height: 106px; display: block;
	margin-left: 15px;
}

/* SCREEN ORDER */

.screen-order {
	background: url("../img/screen-order.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 520px;
}

/* SCREEN ORDER */

.screen-order {
	background: url("../img/screen-order.jpg") center top no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 497px;
  position:relative;
}
.screen-order .container {
  position:relative;
  z-index:2;
}
.screen-order:before {
clear: both;
    content: "";
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}

.order-form {
	width: 793px;
	height: 341px;
	background-color: rgba(0, 0, 0, 0.67);
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 0 0 45px;
	margin-left: -67px;
}

.order-form-title {
	font: 41.19px/42px "sreda";
	color: #fff;
	text-shadow: 1.7px 3.6px 2px rgba(0, 0, 0, 0.31);
}

.order-form-title span {
	color: #731fec;
	display: block;
}

.order-form-line {
	margin: 30px 0;
}

.order-form-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.order-form-input {
	background: none;
	border-bottom: 1px solid #fff;
	font: 17px "sreda";
	color: #fff;
	width: 160px;
	padding-bottom: 2px;
}

.order-form-input:focus::-webkit-input-placeholder {color:transparent;}
.order-form-input:focus::-moz-placeholder          {color:transparent;}
.order-form-input:focus:-moz-placeholder           {color:transparent;}
.order-form-input:focus:-ms-input-placeholder      {color:transparent;}

.order-form-input:focus {
	outline: none;
}

.order-form-typehair {}

.order-form-typehair-title {
	font: 18px "sreda";
	color: #731fec;
}

.order-form-typehair-line {
	margin: 15px 0 25px;
}

.order-form-button {
	width: 196px;
	height: 40px;
	background-color: #731fec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	font: 19px/40px "sreda";
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.order-youpay {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}

.order-youpay-title {
	font: 12px/40px "proxima_nova_rgregular";
	color: #7c7c7c;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.order-contacts-left {
  width: 270px;
  margin-top: 80px;
}

.order-contacts-title {
  font: 24px/28px "sreda";
  color: #98dc3b;
  margin-bottom: 15px;
}

.order-contacts-list {

}

.order-contacts-list-link {
  font: 23px "sreda";
  color: #fff;
  text-decoration: none;
  padding-left: 48px;
  height: 36px;
  line-height: 36px;
  position: relative;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: top;
}

.order-contacts-list-link:before {
  content: "";
  background: url("../img/order-social.png") no-repeat;
  width: 36px; height: 36px; position: absolute;
  left: 0; top: 0;
}

.order-contacts-list-link[data-type="vk"]:before {
  background-position: 0 0;
}

.order-contacts-list-link[data-type="in"]:before {
  background-position: -36px 0;
}

.order-contacts-list-link[data-type="fb"]:before {
  background-position: -72px 0;
}

.order-contacts-button {
  width: 100%;
  height: 60px;
  background-color: #6424e7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  text-align: center;
  font: 19px/60px "sreda";
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.order-contacts-wrap {
	width: 870px;
	height: 341px;
	position: relative;	
}

.order-contacts {
	width: 100%;
	height: 341px;
	background-color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 40px;
	position: absolute;
	overflow: hidden;
}

.order-contacts-text {
	background: url("../img/order-contacts.png") no-repeat;
	width: 345px; height: 113px; position: absolute;
	left: -1px; top: -1px; display: block; z-index: 9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; padding: 20px 0 0 20px;
}

.order-contacts-text-address {
	font: 15px "proxima_nova_rgregular";
	color: #fff;
	margin-bottom: 3px;
}

.order-contacts-text-number {
	font: 28px "proxima_nova_rgbold";
	color: #fff;
	text-decoration: none;
}

.order-contacts-map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.order-contacts-map iframe {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ymaps.ymaps-copyrights-logo {
	display: none;
}

.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/* FOOTER */

.footer {
	background-color: #fff;
	height: 144px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

.footer-logo {
  background: url("../img/footer-logo.png") no-repeat;
  font: 17px "sreda";
  color: #000;
  padding: 35px 0 0 120px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 112px;
}

.footer-logo span {
  color: #62438f;
}

.footer-contacts {
  width: 352px;
  text-align: left;
  margin: 28px 0 0 80px;
}

.footer-contacts-number {
  font: 24.15px "proxima_nova_rgbold";
  color: #000;
  text-decoration: none;
}

.footer-contacts-address {
  font: 14px "proxima_nova_ltlight";
  color: #000;
}

.copyright {
  margin-top: 35px;  
  display: block;
  text-decoration: none;
}

.copyright-title,.copyright-image{
  display: inline-block;
  vertical-align: middle;
}

.copyright-title {
  font: 13px "sreda";
  color: #000;
  margin-right: 10px;
  text-decoration: none;
}

.copyright-image {
  background: url("../img/copyright.png") no-repeat;
  width: 147px;
  height: 30px;
}

/* MODAL */

.modalbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(225,225,225,.65);
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition:.2s all ease-in-out
}

.modalbg.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.blur {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  -webkit-transition: 1s -webkit-filter linear;
  -webkit-transition: 1s filter linear;
  transition: 1s -webkit-filter linear;
  -o-transition: 1s filter linear;
  -moz-transition: 1s filter linear;
  transition: 1s filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear
}

.modal-wrap {
  width: 626px;
  height: 382px;
  background-color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  -moz-box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  -webkit-box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  position: absolute;
  left: 50%; top: 50%;
  margin: -191px 0 0 -313px;
}

.modal-wrap-close {
  width: 31px;
  height: 31px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url("../img/modal-close.png") no-repeat;
  display: block;
  position: absolute;
}

.modal-wrap-title {
  font: 40px "sreda";
  color: #fff;
  text-align: center;
  margin: 50px 0 40px;
}

.modal-form-input {
  width: 240px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #fff;
  font: 17px "sreda";
  color: #fff;
  display: block;
  background: none;
}

.modal-form-input:focus {
  outline: none
}

.modal-form-button {
  width: 240px;
  height: 43px;
  background-color: #731fec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
  text-align: center;
  font: 16px/43px "sreda";
  color: #fff;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.42);
} 

.modal-form-info {
  font: 13px/20px "sreda";
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.modal-message {
  width: 708px;
  height: 176px;
  background-color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  -moz-box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  -webkit-box-shadow: 0 0 38.2px 7.8px rgba(115, 31, 236, 0.51);
  position: absolute; left: 50%; top: 50%; margin: -88px 0 0 -354px;
}

.modal-message-title {
  font: 30.51px "sreda";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}

.modal-message-title-decor {
  color: #00f022;
}

.modal-message-text {
  font: 13px "sreda";
  color: #fff;
  text-align: center;
}

#popup-modal .modal-popap-box {
  background: #fff;
  position: relative;
   // height: 257px;
    width: 739px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -140px;
    padding: 43px;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 57px 10px rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 57px 10px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 0 57px 10px rgba(0,0,0,.35);
}
.popup-image {
  float: left;
  margin-right: 43px;
  height: 180px;
}
.popup-image img {display: block;margin: 0 auto;}

.popup-name {
  font: 18px "sreda";
  color: #000;
  margin-bottom: 25px;
}

.popup-subname {
  font: 15px "proxima_nova_rgregular";
  margin-bottom: 25px;
}

.modal-popap-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.modal-popap-close:before {
   display:block;
   content: "";
   position: absolute;
   width: 24px;
   height: 2px;
   top: 11px;
   left: 1px;
   background: #000;
   transform: rotate(45deg);
}
.modal-popap-close:after {
   display:block;
   content: "";
   position: absolute;
   width: 24px;
   height: 2px;
   top: 11px;
   left: 1px;
   background: #000;
   transform: rotate(-45deg);
}
.popup-title {
  font: 31px "sreda";
  color: #3b1074;
  text-transform: uppercase;
  
}

/* ------- промо ---------- */

.specialoffer-phone, .shop-mobil-pril {
  display: none;
}


.shares-title-mob {display: none;}



.rub {
  font-family: "pt_sansbold";
}

.promo-page-button {
  width: 390px;
  height: 70px;
  display: block;
  margin: 80px auto 40px;
  background-color: #7725e3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 5px 0 0 #5312a2;
  -moz-box-shadow: 0 5px 0 0 #5312a2;
  -webkit-box-shadow: 0 5px 0 0 #5312a2;
  transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  position: relative; top: 0;
  text-align: center;
  font: 30px/72px "sreda";
  color: #fff; cursor: pointer;
  text-shadow: 0.8px 1.8px 9px rgba(0, 0, 0, 0.42);
}

.promo-page-button:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  top: 5px;  
}

.promo-page-button-comment {
  font: 18px "proxima_nova_rgregular";
  color: #fff;
  text-align: center;
}
.promo-page-button-comment span {
  font-size: 22px;
}
.color-promo-page-comment {color:#61de00;}

.sertificats {
  width: 100%;
  padding: 35px 0;
}
.sertificats-item {
  width: calc(100% / 4 - 4px);
 /* margin: 0 10px*/
  height: 188px;
  display: inline-block;
  border-radius: 5px;
  font-size: 0;
}
/*.sertificats-item:nth-child(1) {
  background: url("http://jokerbarbershop.ru/img/s1000.png") center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-left: 0;
}
.sertificats-item:nth-child(2) {
  background: url("http://jokerbarbershop.ru/img/s3000.png") center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.sertificats-item:nth-child(3) {
  background: url("http://jokerbarbershop.ru/img/s5000.png") center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.sertificats-item:nth-child(4) {
   background: url("http://jokerbarbershop.ru/img/s10000.png") center center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-right: 0;
}*/

.shares-list-box-1, .shares-list-box-3 {
  width: 578px;
}
.shares-list-box-1 {background:url('http://jokerbarbershop.ru/img/1a123a.jpg') no-repeat !important; background-size: cover;-o-background-size: cover;-ms-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;}
.shares-list-box-3 {background:url('http://jokerbarbershop.ru/img/13am1u.jpg') no-repeat !important;background-size: cover;-o-background-size: cover;-ms-background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;}
.shares-list-box-1:before,.shares-list-box-3:before {width: 560px;}
