html {
    min-width: 320px;
}
body {
	font-family: "Arsenal", sans-serif;
	font-weight: normal;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	color: #102b3e;
	background-color: #ffffff;
    min-width: 320px;
}
.container {
    min-width: 320px;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: red; 
}

body input:required:valid,
body textarea:required:valid {
	color: green; 
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
	display: none; 
}
.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

header {
	padding-top: 45px;
    overflow: hidden;

}


header .header-name {
	
}
header .header-name .header-name-main {
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #3e6e90;
    line-height: 42px;
    text-shadow: -1px 1px 1px rgba(0,0,0,0.55);
}
header .header-name .header-name-main a {
	text-decoration: none;
    color: #3e6e90;
    text-transform: uppercase;
    text-align: center;

    /*background-image: url("../images/font-texture.png");*/
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(62,119,144,1);
}
header .header-name .header-name-sub {
    font-size: 22px;
    font-style: italic;
    line-height: 19px;
}
header .header-name hr {
    width: 190px;
    float: left;
    margin: 2px 0;
    background-color: #e1e1e0;
}
.header-button .btn-header {
	background: url("../images/texture.png") center center repeat;
	outline: none;
	border-radius: 5px;
	font-size: 22px;
	font-style: italic;
	border: none;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.31);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.31);
    padding: 6px;
    width: 170px;
    outline: none;
    margin-right: 5px;
}
.header-button .btn-header:hover {
	-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 1px rgba(0,0,0,0.75);
}
.main-action .header-phone,
header .header-phone {
    font-size: 45px;
    font-family: "Bebas Neue", sans-serif;
    color: #ff6600;
    text-decoration: none;
}

/*	main-action start */
.header-action {
	background: url("../images/header-bg.jpg") center center no-repeat #ffffff;
    height: 1200px;
}
.header-action .tagline-block {
    padding: 0 20px;
}
.main-action .tagline-block .tagline h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 47px;
    line-height: 77px;
    font-weight: 700;
    margin: 0;
    text-shadow: -2px 2px 1px rgba(0,0,0,0.3);

    /*background-image: url("../images/font-texture.png");*/
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(62,119,144,1);
}
.main-action .tagline-block .tagline h2 {
	font-family: "Bebas Neue", sans-serif;
    font-size: 93px;
    line-height: 77px;
    font-weight: 700;
    color: #3e6e90;
    margin: 0;
    text-align: left;
    /*background-image: url("../images/font-texture.png");*/
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(62,119,144,1);
}
.main-action .tagline-block .subline {
    font-size: 28px;
    color: #102b3e;
    line-height: 25px;
}
.main-action .tagline-for {
    font-size: 17px;
    font-style: italic;
    color: #102b3e;
    margin-top: 5px;
    border-bottom: 1px solid #c7c7c7;
    display: inline-block;
}

/*	action-block */

/*  .slider-block  */
.action-slider {
	margin-top: 62px;
}
.action-slider .carousel-control.left, 
.action-slider .carousel-control.right {
	background: none;
}
.action-slider .arrow-right {
    background: url("../images/slider-right.png") center center no-repeat;
    position: absolute;
    top: 5%;
    z-index: 5;
    display: inline-block;
    width: 70px;
    height: 115px;
    right: 15%;
}
.action-slider .arrow-left {
    background: url("../images/slider-left.png") center center no-repeat;
    position: absolute;
    top: 5%;
    z-index: 5;
    display: inline-block;
    width: 70px;
    height: 115px;
    left: 15%;
}
.action-slider .carousel-indicators {
    left: 20.5%;
    bottom: 12px;
}
.action-slider .carousel-indicators li {
    color: #5e5045;
    background-color: #5e5045;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0;
}
.action-slider .carousel-indicators .active {
	color: #ff8e00;
	background-color: #ff8e00;
}
.action-slider .carousel-inner > .item {
	height: 150px;
}
.action-slider .item .item-title {
    position: absolute;
    left: 18%;
    top: 0;
    z-index: 10;
    text-align: left;
    font-family: "Bebas Neue";
    font-size: 62px;
    line-height: 58px;
    font-weight: 600;
    /*background-image: url("../images/font-texture.png");*/
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(0,0,0,0.65)
}
.action-slider .item .item-text {
    position: absolute;
    left: 18%;
    top: 25%;
    z-index: 10;
    font-size: 28px;
}
/*   slider-block end   */


/*   time-left-block   */

.time-left-block {

}
.time-left-block .time-left-title {
    font-size: 18px;
    font-style: italic;
    position: relative;
    float: left;
    margin-left: 200px;
}
.time-left-block .time-left-title::after {
    position: absolute;
    content: "";
    background: url("../images/fall-down-arrow.png") center center no-repeat;
    display: block;
    width: 47px;
    height: 37px;
    bottom: -23px;
    right: -55px;
}
.time-left-block .time-left-content {
    width: 100%;
    float: left;
    margin-top: 150px;
}
.time-left-block .time-left-content .countdown-section,
.time-left-block .time-left-content .time-left-item {
    width: 110px;
    height: 150px;
    float: left;
    padding: 15px 5px;
    margin-right: 15px;
}
.header-action .time-left-block .time-left-content .countdown-section, 
.header-action .time-left-block .time-left-content .time-left-item {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #dadad7;
    border-radius: 5px;
}
.time-left-block .time-left-content .countdown-section:first-child,
.time-left-block .time-left-content .time-left-item:first-child {
	margin-left: 25px;
}
.time-left-block .time-left-content .countdown-amount,
.time-left-block .time-left-content .time-left-val {
    font-family: "Bebas Neue", sans-serif;
    font-size: 115px;
    line-height: 100px;
    text-align: center;
    font-weight: 700;
    color: #4a7491;
    margin: 0 auto;
    display: block;
}
.time-left-block .time-left-content .countdown-period,
.time-left-block .time-left-content .time-left-name {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: block;
}

/*   time-left-block end   */

/*   get-discount start   */

/*   form-block start   */

.form-block {
	width: 340px;
	float: right;
	padding: 10px;
	margin-right: 20px;
}
.form-block .title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 25px;
}
.form-block .input-container {
    margin: 5px 0;
}
.form-block .input-container .input {
    border-radius: 10px;
    padding: 8px 10px;
    width: 320px;
    outline: none;
    border: none;
    font-size: 20px;
    font-style: italic;
    height: 45px;
}
.form-block .input-container .input::-webkit-input-placeholder {color:#40260b;}
.form-block .input-container .input::-moz-placeholder          {color:#40260b;}/* Firefox 19+ */
.form-block .input-container .input:-moz-placeholder           {color:#40260b;}/* Firefox 18- */
.form-block .input-container .input:-ms-input-placeholder      {color:#40260b;}

.form-block .input-container .input-button {
	color: #ffffff;
	outline: none;
	border: none;
	background: url("../images/texture-orange.png") center center repeat #ff8300;
    padding: 8px 40px;
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.6);
}
.form-block .input-container .input-button:hover {
    -webkit-box-shadow: inset 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 3px rgba(0,0,0,0.3);
}
/*   form-block end   */
.get-discount {
	margin-top: 50px;
    width: 320px;
}
.get-discount .input-container .input {
	background: url("../images/texture.png") center center repeat;
	width: 300px;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}

/*   get-discount end   */



/*   action-block end   */

/* section about start */
.about {
    color: #102b3e;
    padding-top: 50px;
    background-color: #ffffff;
    overflow: hidden;
}
.about .h2 {
    font-size: 42px;
    border-bottom: 1px solid #b2b2b2;
    line-height: 40px;
    width: 500px;
    margin-bottom: 40px;
}
.about .about-video-block {
    position: relative;
}
.about .about-video-block::after {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 32px;
    background: url("../images/about-arrow.png") center no-repeat;
    right: -60px;
    bottom: 80px;
}
.about blockquote {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
    border: none;
    width: 500px;
    position: relative;
    margin-top: 100px;
}
.about blockquote span.title {
    font-size: 36px;
    display: block;
    line-height: 40px;
 }
 .about blockquote .quote {
    position: absolute;
    width: 30px;
    height: 40px;
    display: block;
 }
 .about blockquote .oquote {
    right: 0;
    background: url("../images/quote-start.png") center center no-repeat;
 }
.about blockquote .cquote {
    left: 0;
    bottom: -57px;
    background: url("../images/quote-end.png") center center no-repeat;
 }
.about cite {
    float: right;
    font-size: 28px;
    margin-right: 50px;
 }

 /* how-we-work block */
.how-we-work {
 	margin-top: 130px;
 	margin-bottom: 70px;
}
 .how-item .how-container  {
  	height: 220px;
    padding: 15px;
    position: relative;
    display: block;
}
.how-item-reverse .how-container {

}
.how-item .how-container::before,
.how-item .how-container::after {
    content: "";
    width: 372px;
    position: absolute;
}
.how-item-s1 .how-container::after {
	height: 130px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	right: 0;
	bottom: 0;
}
.how-item-j1 .how-container::before {
    height: 30px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    right: 0;
    top: -1px;
}
.how-item-s2 .how-container::after {
    height: 185px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    left: -1px;
    bottom: 0;
    width: 360px;
}
.how-item-reverse.how-item-s2 .how-container::after {
	height: 220px;
}
.how-item-reverse.how-item-s2 .how-container::before {
    height: 180px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    right: 0;
    top: -1px;
    width: 380px;
}
.how-item-s3 .how-container::before {
    height: 160px;
    border-right: 1px solid black;
    right: 0;
    top: -1px;
    width: 5px;
}
.how-item-s3 .how-container::after {
    height: 100%;
    border-top: 1px solid black;
    border-left: 1px solid black;
    left: -1px;
    top: -1px;
    width: 380px;
}
.how-item .how-container .how-title .h3 {
	font-size: 43px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 600;
	margin: 5px 0;
}
  .how-item .how-container .how-text {
    font-size: 20px;
    line-height: 24px;
    width: 320px;
}
 .how-item .number-container {
    height: 220px;
    width: 100%;
    padding: 15px;
}
 .how-item .number-container .how-number {
    color: #ff6600;
    font-size: 130px;
    line-height: 130px;
    position: relative;
    float: left;
}
 .how-item .number-container .how-number::after,
 .how-item-reverse .number-container .how-number::after {
	background-image: url("../images/fall-down-arrow.png");
 }
 .how-item .number-container .how-number::after  {
    position: absolute;
    content: "";
    width: 47px;
    height: 32px;
   	-webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    right: -80px;
    top: 38px;
 }

  .how-item-reverse .number-container .how-number {
 	margin-top: 75px;
 }
  .how-item-reverse .number-container .how-number::after {
   	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
 /* how-we-work block end */

/* section about end */


/* section order-wimage start */

.order-wimage {
	position: relative;
    padding-top: 50px;
}
.order-wimage .h2 {
    font-size: 72px;
    line-height: 68px;
    font-weight: 600;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.order-wimage  .soft-text {
    font-size: 42px;
    line-height: 46px;
}
.order-wimage .order-block {
    margin-top: 60px;
}
/* section order-wimage end */

/* section soft-prices start */
.soft-prices {
	background: url("../images/soft-price.jpg") center center no-repeat #ffffff;
    padding-bottom: 20px;
}
.soft-prices .container-soft {
	position: relative;
}
.soft-prices .download-price {
    position: absolute;
    width: 232px;
    height: 222px;
    right: 80px;
    top: -30px;
}
.soft-prices .download-price span {
    position: absolute;
    top: 55px;
    left: 77px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    width: 100px;
    z-index: 1;
}

/* section soft-prices end */

/* section dry-clothes start */

.dry-clothes {
	background: url("../images/dry-clothes-bg.jpg") center center no-repeat;
	padding-bottom: 100px;
}
.dry-clothes .order-block hr.order-hr {
    border-color: #0e373c;
}
.dry-clothes .order-block hr.order-hr::before {
	background-color: #0e373c;
}
.dry-clothes .order-block .order-clean .input-container .input {
	border-color: #0e373c;
}
.dry-clothes .order-block .order-clean .input-container .input-button {
    border-color: #ffffff;
}
/* section dry-clothes end */


/* .order-block start */
.order-block .order-text {
    font-size: 42px;
    line-height: 46px;
}
.order-block .order-text .h2 {
    font-size: 42px;
    line-height: 46px;
}
.order-block hr.order-hr {
    border-color: #f6e324;
    position: relative;
    margin: 30px 0 30px 85px;
}
.order-block hr.order-hr::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 11px;
    background-color: #f6e324;
    display: block;
    left: -85px;
    top: -6px;
}
.order-block .order-subtext {
    font-size: 24px;
    line-height: 24px;
    width: 420px;
    margin-top: 20px;
}
.order-block .soft-clean {
	margin-top: 50px;
}
.order-block .order-clean .input-container {
	margin: 9px 0;
}
.order-block .order-clean .input-container .input {
    border: 3px solid #ffc900;
    background-color: rgba(255,255,255,0.4);
    padding: 13px 15px;
    height: 55px;
}
.order-block .order-clean .input-container .input-button {
    height: 55px;
    text-transform: uppercase;
    color: #102b3e;
    font-weight: 700;
    font-family: "Bebas Neue";
    font-size: 30px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #102b3e;
    padding: 8px 30px;
    margin: 0;
}
.order-block .order-clean .input-container .input-button:hover {
    background-color: rgba(150,150,150,0.3)
}
/* .order-block end */

/* section order start */

/* order-1 */
.order-1 {
	background: url("../images/order-bg.jpg") center center no-repeat;
	padding: 40px 0;
}
/* order-2 */
.order-2 {
	background: #ffffff;
	padding: 60px 0;
}
.order-2 .order-clean .input-container .input {
    background-color: rgba(236,236,236,0.4);
}
.order-2 .order-clean .input-container .input-button {
    background-color: rgba(236,236,236,0.4);
}

/* order-3 */
.order-3 {
    background: #ffffff;
    padding: 60px 0 80px;
}
.order-3 .order-block .order-subtext-2 {
    width: 530px;
}
/* section order end */




/* section choosen start */

.choosen {
	background-color: #fff;
	padding: 30px 0;
}
.choosen .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
}
.choosen-item .choosen-container .choosen-inner {
	position: relative;
	height: 72px;
	width: 72px;
	margin: 40px auto;
}
.choosen-item .choosen-container .choosen-inner .choosen-image {
    border-radius: 36px;
    border: 4px solid;
    display: block;
}
.choosen-item .choosen-container .choosen-inner::after,
.choosen-item .choosen-container .choosen-inner::before {
    content: "";
    width: 23px;
    height: 4px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 34px;
}
.choosen-item .choosen-container .choosen-inner::before {
    left: -44px;
}
.choosen-item .choosen-container .choosen-inner::after {
    right: -44px;
}
.choosen-item .choosen-text {
	font-size: 24px;
    text-align: center;
}
/* section choosen end */

/* section process start */

.process {
	background-color: #fff;
	padding: 30px 0;
    color: #363636;
}
.process .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
    color: #363636;
}
.process .process-container {
    padding-top: 0;
}
.process-item > .process-container  {
    padding-top: 50px;
}
.process-container .process-item {
    width: 310px;
    margin: 20px auto;
    height: 360px;
    position: relative;
}
.process-container .process-item::before,
.process-container .process-item::after {
	content: "";
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
}
.process-container .process-item::before {
    border-top: 8px solid #fff4cc;
    border-left: 8px solid #fff4cc;
    top: 0;
    left: 0;
}
.process-container .process-item::after {
    border-bottom: 8px solid #fff4cc;
    border-right: 8px solid #fff4cc;
    right: 0;
    bottom: 0;
}
.process-container .process-item-reverse::before {
	border: none;
    border-top: 8px solid #fff4cc;
    border-right: 8px solid #fff4cc;
    left: auto;
    top: 0;
    right: 0;
}
.process-container .process-item-reverse::after {
	border: none;
    border-bottom: 8px solid #fff4cc;
    border-left: 8px solid #fff4cc;
    right: auto;
    left: 0;
    bottom: 0;
}
.process-container .process-item-orange::before,
.process-container .process-item-orange::after {
	border-color: #ffc900;
}
.process-container .process-item .process-image {
    display: block;
    margin: 0 auto;
}
.process-container .process-item .process-number {
    float: left;
    font-size: 155px;
    line-height: 120px;
    margin-top: 10px;
    margin-left: 40px;
    z-index: 98;
    position: relative;
}
.process-container .process-item .process-text {
    font-size: 18px;
    float: left;
    width: 165px;
    margin-top: 80px;
    margin-left: 20px;
    z-index: 99;
    position: relative;
}
.process-container .process-item-center .process-text {
	margin-top: 30px;
}
.process-container .process-item .process-arrow {
   width: 56px;
    height: 13px;
    position: absolute;
    right: -70px;
    top: 48%;
}
.process-container .process-item .process-arrow-up,
.process-container .process-item .process-arrow-down {
    background: url("../images/process-up-down.png") center center no-repeat;
}
.process-container .process-item .process-arrow-up {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.process-container .process-item .process-arrow-up-white,
.process-container .process-item .process-arrow-down-white {
    background: url("../images/process-up-down-white.png") center center no-repeat;
}
.process-container .process-item .process-arrow-up-white {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
/* section process end */


/* section result start */
.result {
	background-color: #ffffff;
	padding: 10px 0;
}
.result .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
}
.result-item {

}
.result-slider {
	position: relative;
}
.result-slider .carousel-inner {
	height: 620px;
}
.result-slider::after,
.result-slider::before {
    display: block;
    width: 530px;
    height: 54px;
    position: absolute;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 44px;
    font-weight: 600;
}
.result-slider::before {
    content: "до";
    border-top: 1px solid #000000;
    top: 0;
    left: 0;
}
.result-slider::after {
    content: "после";
    border-bottom: 1px solid #000000;
    bottom: 0;
    right: 0;
    padding-left: 470px;
    width: 560px;
}
.result-item .result-image {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
.result-item-slider {
	position:relative;
    width: 964px;
    margin: 30px auto;
    height: 520px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
	.result-item-slider img,
	.result-wrapper {
		position:absolute;
		top:0;
		left:0

	}
    .result-item-slider img{
            top: 60px;
    }
	.result-item-slider .result-wrapper {
		width:100%;
		z-index:2;
		overflow:hidden;
		height:100%;
	}
	.result-item-slider .clean-cursor {
		cursor: pointer;
		height:576px;
		width:41px;
		position:absolute;
		top:-10px;
		left:99%;
		margin-left:-15px;
		z-index:3;
		background:url(../images/clean-cursor.png) no-repeat
	}
/* section result end */


/* section thank-letter start */
.thank-letter {
	background-color: #ffffff;
	padding: 50px 0 10px;
}
.thank-letter .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
}
.thank-block {
	margin: 50px 0;
}
.thank-block .thank-item .thank-name {
    font-size: 24px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.thank-block .thank-item .thank-container {
    position: relative;
}
.thank-container img{
    width: 70%;
}
.thank-block .thank-item .thank-container::before,
.thank-block .thank-item .thank-container::after {
	content: "";
	display: block;
	width:  104px;
	height: 98px;
	position: absolute;
}
.thank-block .thank-item .thank-container::before {
    border-top: 7px solid #fff4cc;
    border-left: 7px solid #fff4cc;
    top: 0;
    left: 0;
}
.thank-block .thank-item .thank-container::after {
    border-bottom: 8px solid #fff4cc;
    border-right: 8px solid #fff4cc;
    right: 0;
    bottom: 0;
}
.thank-block .thank-item-reverse .thank-container::before {
	border: none;
    border-top: 7px solid #fff4cc;
    border-right: 7px solid #fff4cc;
    left: auto;
    top: 0;
    right: 0;
}
.thank-block .thank-item-reverse .thank-container::after {
	border: none;
    border-bottom: 8px solid #fff4cc;
    border-left: 8px solid #fff4cc;
    right: auto;
    left: 0;
    bottom: 0;
}
.thank-block .thank-item .thank-container .thank-link {
    display: block;
    position: relative;
    z-index: 99;
}
.thank-block .thank-item .thank-container .thank-image {
	padding: 25px 0;
    display: block;
    margin: 0 auto;
}
/* section thank-letter end */


/* section reviews start */

.reviews {
    background-color: #fff;
    padding: 30px 0;
    color: #363636;
}
.reviews .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
    color: #363636;
}
.review-block .review-item {
    margin: 10px 0;
}
.review-block .review-item .review-container {
    position: relative;
    width: 340px;
    float: left;
}
.review-block .review-item-reverse .review-container {
    float: right;
}
.review-block .review-item .review-text {
    margin-left: 402px;
    font-size: 21px;
    line-height: 24px;
    padding-top: 20px;
}
.review-block .review-item .review-text .review-author {
    float: right;
    margin-top: 50px;
}
.review-block .review-item-reverse .review-text .review-author {
    float: left;
}
.review-block .review-item-reverse .review-text {
    margin-left: 0;
    margin-right: 400px;
}
.review-block .review-item .review-container::before,
.review-block .review-item .review-container::after {
    content: "";
    display: block;
    width:  104px;
    height: 98px;
    position: absolute;
}
.review-block .review-item .review-container::before {
    border-top: 7px solid #fff4cc;
    border-left: 7px solid #fff4cc;
    top: 0;
    left: 0;
}
.review-block .review-item .review-container::after {
    border-bottom: 8px solid #fff4cc;
    border-right: 8px solid #fff4cc;
    right: 0;
    bottom: 0;
}
.review-block .review-item .review-container .review-image {
    padding: 25px 0;
    display: block;
    margin: 0 auto;
 }
.review-block .review-item .review-container .arrow {
    width: 56px;
    height: 13px;
    position: absolute;
    background: url("../images/process-up-down.png") center center no-repeat;
    right: -45px;
    top: 0;
}
.review-block .review-item-reverse .review-container .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    top: auto;
    bottom: 40px;
    left: -45px;
}
/* section reviews end */


/* section video-review start */

.video-review {
	background-color: #fff;
	padding: 30px 0;
    color: #363636;
}
.video-review .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
    color: #363636;
}
.video-review-block {
	margin: 20px 0;
}
.video-review-block .video-item .video-name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
/* section video-review end */


/* section video-review start */

.video-review {
	background-color: #fff;
	padding: 30px 0;
    color: #363636;
}
.video-review .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
    color: #363636;
}
.video-review-block {
	margin: 20px 0;
}
.video-review-block .video-item .video-name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
/* section video-review end */


/* section second-action start */

.second-action  {
	background-color: #fff;
	height: 1586px;
	padding: 30px 0;
    color: #363636;
    background: url("../images/second-action-bg.jpg") center center no-repeat;
}
.second-action .tagline-block {
    margin-left: 20px;
    margin-right: 20px;
}
.second-action .tagline-block .subline {
	font-size: 22px;
    color: #102b3e;
    line-height: 22px;
}
}
.second-action .action-slider .item .item-title,
.second-action .action-slider .item {
	color: #ffffff;
}
.second-action .form-block {
	color: #ffffff;
}
.second-action .time-left-block .time-left-content .countdown-section,
.second-action .time-left-block .time-left-content .time-left-item {
     background: none;
     border: none; 
     border-radius: 0; 
     margin-right: 30px;
}
.second-action .time-left-block .time-left-content .countdown-amount,
.second-action .time-left-block .time-left-content .time-left-val {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.second-action .time-left-block .time-left-content .countdown-period,
.second-action .time-left-block .time-left-content .time-left-name {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.second-action .time-left-block .time-left-content {
    margin-top: 80px;
}
.second-action .process-container .h3 {
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
    margin: 0 0 0 30px;
    font-weight: 600;
    position: relative;
    width: 300px;
} 
.second-action .process-container .h3::after {
    position: absolute;
    content: "";
    background: url("../images/time-left-arrow-white.png") center center no-repeat;
    display: block;
    width: 47px;
    height: 37px;
	bottom: 0px;
    right: -50px;
}

.second-action .process-container .process-item {
	width: 300px;
	height: 280px;
	background-color: rgba(255,255,255,0.9);
	margin: 30px auto;
}
.second-action .process-container .process-item::before {
    border-top: 7px solid #ffc900;
    border-left: 7px solid #ffc900;
    top: -7px;
    left: -7px;
    -webkit-box-shadow: inset 5px 5px 4px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 4px rgba(0,0,0,0.5);
}
.second-action .process-container .process-item::after {
    border-bottom: 7px solid #ffc900;
    border-right: 7px solid #ffc900;
    right: -7px;
    bottom: -7px;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.second-action .process-container .process-item-reverse::before {
	border: none;
    border-top: 7px solid #ffc900;
    border-right: 7px solid #ffc900;
    left: auto;
    top: -7px;
    right: -7px;
    -webkit-box-shadow: inset -4px 4px 4px rgba(0,0,0,0.5);
    box-shadow: inset -4px 4px 4px rgba(0,0,0,0.5);
}
.second-action .process-container .process-item-reverse::after {
	border: none;
    border-bottom: 7px solid #ffc900;
    border-left: 7px solid #ffc900;
    right: auto;
    left: -7px;
    bottom: -7px;
    -webkit-box-shadow: inset 3px -3px 3px rgba(0,0,0,0.3);
    box-shadow: inset 3px -3px 3px rgba(0,0,0,0.3)
}
.second-action .process-container .process-item .process-text {
	margin-left: 10px;
	width: 165px;
	line-height: 20px;
}
.second-action .get-discount .input-container .input {
    background: rgba(255,255,255,0.46);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.25);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.25);
    color: #000000;
}
/* section section-action end */

/* section aqua-clean end */
.aqua-clean {
}

.aqua-clean  .action-slider .item .item-title {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
/* section aqua-clean end */

/* section dry-furniture start */
.dry-furniture {
	background: url("../images/dry-furniture.jpg") center center no-repeat;
}
.dry-furniture .tagline-block .tagline h2 {
    color: rgba(255,255,255,0.90);
}
.dry-furniture .tagline-block .subline {
    color: #ffffff;
}
.dry-furniture .action-slider .item .item-title {
    color: rgba(255,217,165,0.9);

}
.dry-furniture .time-left-block .time-left-content .countdown-section,
.dry-furniture .time-left-block .time-left-content .time-left-item {
	background: url("../images/dry-timer.png") center center no-repeat;
    width: 137px;
    height: 149px;
    -webkit-box-shadow: -40px 30px 29px 0px rgba(0,0,0,0.3);
    box-shadow: -40px 30px 29px 0px rgba(0,0,0,0.3);
    position: relative;
    padding: 0;
	margin-right: 18px;
}
.dry-furniture .time-left-block .time-left-content .countdown-amount,
.dry-furniture .time-left-block .time-left-content .time-left-val {
    background-color: rgba(0,0,0,0.55);
    margin: 21px 13px;
    text-align: center;
    padding: 6px 14px;
    font-size: 100px;
    color: #d5cdc8;
}
.dry-furniture .time-left-block .time-left-content {
	margin-top: 40px;
}
.dry-furniture .time-left-block .time-left-title {
	color: #ffffff;
}
.dry-furniture .time-left-block .time-left-title::after {
	background-image: url("../images/time-left-arrow-white.png");
}
.dry-furniture .form-block .title {
	color: #000000;
}
.dry-furniture .process-container .h3 {
    color: #462f21;
}
.dry-furniture .process-container .h3::after {
	background-image: url("../images/fall-down-arrow.png");
}
.dry-furniture .countdown-section:nth-child(1) {
	z-index: 4;
}
.dry-furniture .countdown-section:nth-child(2) {
	z-index: 3;
}
.dry-furniture .countdown-section:nth-child(3) {
	z-index: 2;
}
.dry-furniture .countdown-section:nth-child(4) {
	z-index: 1;
}
.dry-furniture .get-discount .input-container .input {
    background: url("../images/input-texture.jpg") center center repeat;
    -webkit-box-shadow: inset 1px 2px 4px rgba(0,0,0,0.25);
    box-shadow: inset 1px 2px 4px rgba(0,0,0,0.25);
}
.dry-furniture  .process-container {
    padding-top: 30px;
}
/* section dry-furniture end */



/* section location start */
.location {
	color: #102b3e;
    padding-top: 50px;
    background-color: #ffffff;
}
.location .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    margin-left: 40px;
}

/* section section end */

footer {
	background-color: #123244;
    height: 100px;
}
footer .copyright {
	color: #ffffff;
    margin-top: 20px;
}
footer .copyright p {
	font-family: "Bebas Neue", sans-serif;
	font-size: 47px;
	font-weight: 600;
}
footer .create {
    overflow: hidden;
}
footer .create .create-link {
    font-size: 22px;
    color: #ffffff;
    float: left;
    margin: 30px 0 20px;
}
footer .create .create-image {
    display: block;
    float: left;
    margin: 28px 0 0 10px;
    width: 120px;
}
footer .create .create-image img {
    width: 100%;
}





/*   secondary block    */
/*   header   */
.secondary-header {
    background: url("../images/second/header-bg.jpg") bottom center no-repeat #ffffff;
    height: 1350px;
}

.secondary-header .header-action .topline {
	margin-top: 43px;
}

.secondary-header .action-slider .item .item-title {
	color: rgba(62,110,144,0.9);
}
.secondary-header .form-block .input-container .input {
    background: #838383;
    color: #ffffff;
}
.secondary-header .form-block .input-container .input::-webkit-input-placeholder {color:#ffffff;}
.secondary-header .form-block .input-container .input::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.secondary-header .form-block .input-container .input:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.secondary-header .form-block .input-container .input:-ms-input-placeholder      {color:#ffffff;}

.secondary-header .time-left-block .time-left-content {
	margin-top: 130px;
}
.secondary-header .time-left-block .time-left-content .countdown-section
.secondary-header .time-left-block .time-left-content .time-left-item {
    background: none;
    border: none;
    margin-left: 105px;
    margin-right: 0;
}
.secondary-header .time-left-block .time-left-content .countdown-section:first-child 
.secondary-header .time-left-block .time-left-content .time-left-item:first-child {
	margin: 0;
}
.secondary-header .time-left-block .time-left-content .countdown-amount,
.secondary-header .time-left-block .time-left-content .time-left-val {
	color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
.secondary-header .time-left-block .countdown-section .countdown-period 
.secondary-header .time-left-block .time-left-item .time-left-name {
	color: #ffffff;
}
.secondary-header .time-left-block .countdown-section:last-child .countdown-period
.secondary-header .time-left-block .time-left-item:last-child .time-left-name {
	color: #000000;
}
.secondary-header .get-discount {
    margin-top: 75px;
    margin-right: 5px;
}
/*   .soft-price block    */
.soft-prices-secondary {
    background: url("../images/second/soft-bg.jpg") center center no-repeat #ffffff;
    height: 594px;
}
.soft-prices-secondary .order-block .soft-clean {
	margin-top: 0;
}

/*   .process block   */
.process-secondary .get-discount {
    width: 280px;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    z-index: 99;
    color: #ffffff;
}
.process-secondary .get-discount .input-container .input {
	width: 260px;
}
.process-secondary .form-block .input-container .input {
    background: #838383;
}
.process-secondary .form-block .input-container .input::-webkit-input-placeholder {color:#ffffff;}
.process-secondary .form-block .input-container .input::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.process-secondary .form-block .input-container .input:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.process-secondary .form-block .input-container .input:-ms-input-placeholder      {color:#ffffff;}


/*.order block */
.order-secondary {
    padding: 30px 0 40px;
}
.order-secondary .order-block .soft-clean {
	margin-top: 0;
}
.order-secondary-2 .order-block .order-clean .input-container .input {
	background-color: #f7f7f7;
}
.order-secondary-2 .order-block .order-clean .input-container .input-button {
	background-color: #f7f7f7;
}
.order-secondary-2 .order-block .order-clean .input-container .input-button:hover {
    background-color: #c9c9c9;
}
/*   aqua-second start   */
.aqua-second {
    height: auto;
    background: url("../images/second/aqua-bg.jpg") top center repeat-y #ffffff;
}
.aqua-second .tagline {
    position: relative;
}
.aqua-second .tagline .tagline-for {
    position: absolute;
    right: 120px;
    bottom: 10px;
}
.aqua-second .form-block .title {
	color: #000000;
}
.aqua-second .time-left-block {
	margin-top: 40px;
}
.aqua-second .second-action .time-left-block .time-left-content {
	margin-top: 75px;
}
.aqua-second .time-left-block .time-left-title::after {
    background: url("../images/time-left-arrow-orange.png") center center no-repeat;
}
.aqua-second .action-slider .item .item-title {
    color: rgba(92,78,68, 0.8)
}
.aqua-second .action-slider .item .item-text {
	color: #000000;
}
.aqua-second .get-discount .input-container .input {
    background: url("../images/texture.png") center center repeat;
    -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.25);
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.25);
    color: #000000;
}
.aqua-second .time-left-block .time-left-content .countdown-section,
.aqua-second .time-left-block .time-left-content .time-left-item {
    width: 140px;
    margin-right: 20px;
}
.aqua-second .time-left-block .time-left-content .countdown-section:first-child,
.aqua-second .time-left-block .time-left-content .time-left-item:first-child {
	margin-left: 0;
}
.aqua-second .time-left-block .time-left-content .countdown-amount,
.aqua-second .time-left-block .time-left-content .time-left-val {
    background: #ffc900;
    border-radius: 9px;
    padding: 13px 20px 5px;
    text-align: center;
}
.second-action .time-left-block .time-left-content .countdown-period,
.second-action .time-left-block .time-left-content .time-left-name {
	margin-top: 5px;
}
/*   .aqua-second end   */



/*   secondary-header-action start   */
.secondary-header-action {
    background: url("../images/second/header-action.jpg") top center no-repeat #ffffff;
    height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
}
.secondary-header-action  .tagline-block {
    position: relative;
}
.secondary-header-action .tagline-block .tagline h2 {
    font-size: 77px;
}
.secondary-header-action .tagline-block  .tagline-for {
    position: absolute;
    right: 35px;
    bottom: 0;
}
.secondary-header-action .process-container .process-item {
	width: 300px;
	height: 280px;
	background-color: rgba(226,243,255,0.85);
	margin: 30px auto;
}
.secondary-header-action .process-container .process-item::before {
    border-top: 7px solid #ffc900;
    border-left: 7px solid #ffc900;
    top: -7px;
    left: -7px;
    -webkit-box-shadow: inset 5px 5px 4px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 4px rgba(0,0,0,0.5);
}
.secondary-header-action .process-container .process-item::after {
    border-bottom: 7px solid #ffc900;
    border-right: 7px solid #ffc900;
    right: -7px;
    bottom: -7px;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.secondary-header-action .process-container .process-item .process-text {
	margin-left: 10px;
	width: 165px;
	line-height: 20px;
}
/*order-wimage block*/
.order-wimage-secondary {
	padding: 30px 0;
}
.order-wimage-secondary .order-block {
	margin-top: 0;
}
.order-wimage-secondary .order-block .soft-clean {
	margin-top: 0;
}


/* third block */

.third-header-action {
    padding: 0;
    height: 1704px;
    background: url("../images/third/header-bg.jpg") center center no-repeat;

}
.third-header-action .topline {
    margin-top: 0px;
}

/*  .difference block start */
.difference {
	margin: 30px 0;
}
.difference-title {
    font-size: 30px;
    line-height: 30px;
    width: 450px;
    margin-left: 10px;
}

.difirenc-subtitle {
    font-family: "Bebas Neue",sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
}
.difference-block {
	margin: 20px 0;
}
.difference-block .diffirence-item {
    position: relative;
    width: 230px;
    height: 280px;
    margin: 0 auto;
}
.difference-block .diffirence-item::before, 
.difference-block .diffirence-item::after {
    content: "";
    display: block;
    width: 190px;
    height: 190px;
    position: absolute;
}
.difference-block .diffirence-item::before {
    border-top: 5px solid #ffc900;
    border-left: 5px solid #ffc900;
    top: 0;
    left: 0;

}
.difference-block .diffirence-item::after {
    border-bottom: 5px solid #ffc900;
    border-right: 5px solid #ffc900;
    bottom: 0;
    right: 0;
}
.difference-block .difference-result::before {
	border: none;
    border-top: 5px solid #fff9e5;
    border-right: 5px solid #fff9e5;
    top: 0;
    left: auto;
    right: 0;

}
.difference-block .difference-result::after {
	border: none;
    border-bottom: 5px solid #fff9e5;
    border-left: 5px solid #fff9e5;
    bottom: 0;
    left: 0;
    right: auto;
}
.difference-text {
    font-family: "Bebas Neue",sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding-top: 110px;
    text-align: center;
    margin: 0 20px;
}
.difference-outer {
    position: absolute;
    left: -43px;
    top: 105px;
    font-size: 60px;
    line-height: 60px;
}
.difference-subtext {
    text-align: center;
    font-size: 26px;
    width: 850px;
    margin: 0 auto;
}
/*  .difference block end */

/*   .process-third block start */

.process-third .process-container .process-item::before {
    border-top: 7px solid #ffc900;
    border-left: 7px solid #ffc900;

}
.process-third .process-container .process-item::after {
    border-bottom: 7px solid #ffc900;
    border-right: 7px solid #ffc900;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.process-third .process-container .process-item-reverse::before {
    border: none;
    border-top: 7px solid #ffc900;
    border-right: 7px solid #ffc900;
    left: auto;
    top: 0;
    right: 0;
    -webkit-box-shadow: 3px -3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px -3px 3px rgba(0,0,0,0.3);
}

.process-third .process-container .process-item-reverse::after {
    border: none;
    border-bottom: 7px solid #ffc900;
    border-left: 7px solid #ffc900;
    right: auto;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: inset 2px -2px 4px rgba(0,0,0,0.5);
    box-shadow: inset 2px -2px 4px rgba(0,0,0,0.5);
}

/*   .process-third block end */


/*  .order-third  block start*/

.order-third {
    background: url("../images/second/soft-bg.jpg") center center no-repeat #ffffff;
}

.order-third .order-block .order-clean .input-container .input {
    background-color: rgba(0,0,0,0.35);
    color: #ffffff;
}
.order-third .order-block .order-clean .input-container .input-button {
    border: 3px solid #b5b5b5;
    background-color: rgba(0,0,0,0.35);
    color: #ffffff;
}
.order-third .order-block .order-clean .input-container .input-button:hover {
    background-color: rgba(99,99,99,99.5);
}
.order-third .form-block .input-container .input::-webkit-input-placeholder {color:#ffffff;}
.order-third .form-block .input-container .input::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.order-third .form-block .input-container .input:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.order-third .form-block .input-container .input:-ms-input-placeholder      {color:#ffffff;}


/* modal form */

.modal-form-fr,
.modal-form-question,
.modal-form {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.modal-form-fr .form-wrapper,
.modal-form-question .form-wrapper,
.modal-form .form-wrapper {
    width: 380px;
    margin: 0 auto;
    top: 200px;
    position: relative;
    background: #BBB8B8;
    z-index: 100;
    padding: 7px 20px 20px 20px;
}
.modal-form-fr .hover,
.modal-form-question .hover,
.modal-form .hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: fixed;
    cursor: pointer;
}
.modal-form-fr .fr-block,
.modal-form .recall-block,
.modal-form-question .question-block {
    float: none;
}
.modal-form-question .input-container  textarea.input {
	height: 100px;
	max-height: 100px;
	max-width: 320px;
    color: #000000;
}
.modal-form-fr .form-block .title,
.modal-form .form-block .title,
.modal-form-question .form-block .title {
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
}
.modal-form-fr .form-block .input-container .input-button ,
.modal-form .form-block .input-container .input-button,
.modal-form-question .form-block .input-container .input-button {
    width: 320px;
}
.modal-form-fr .form-block .close,
.modal-form-question .form-block .close,
.modal-form .form-block .close {
    outline: none;
    font-size: 37px;
}
/* modal form end */
.btn-fr{
height: 55px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "Bebas Neue";
    font-size: 30px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #fff;
    padding: 8px 30px;
    margin-top: 23px;
}
.btn-fr:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.your-city{
    right: 0;
    opacity: 0.9;
    top: 0px;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    border-radius: 5px 5px 5px 5px;
    box-shadow: #000 0px 2px 1px -1px;
    padding: 13px;
    padding-top: 6px;
    color: #fff;
    box-sizing: border-box;
    background: #838383;
    width: 320px;
    z-index: 10;
    height: 72px;
}
.your-city-title{
    margin-bottom: 5px;
}
.city-btn{
    border-radius: 4px;
    color: #585858;
    background: #fff;
    border: none;
    width: 48%;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 33px;
    line-height: 32px;
}

#city-no{
    float: right;
    background: #ff6600;
    color: #fff;
}

.your-city{
    display: none;
}

.droptitle{
    position: absolute;
    background: rgba(62,119,144,1);
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    right: 0px;
    color: #fff;
    top: 0;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
}
/*.droptitle span{
   display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    height: 20px;
    width: 20px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 11px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    opacity: 1;
    text-shadow: none;
} 
*/
.drop_cont{
    display: none;
}
.mfp-img{
    max-height: initial !important
}
.drop_cont{
    right: 0;
    top: 35px;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    background: rgba(62,119,144,1);
    border-radius: 5px 0px 5px 5px;
    box-shadow: #000 0px 2px 1px -1px;
    padding: 20px;
    box-sizing: border-box;
    width: 420px;
    z-index: 200;
}
.drop_cont .close {
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    height: 20px;
    width: 20px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 11px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    opacity: 1;
    text-shadow: none;
}

.drop_cont ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.drop_cont li{
    width: 190px;
    float: left;
    margin: 3px 0;
}

.drop_cont a{
    color: #fff;
    text-decoration: none;
}

.select-city-container{
    position: relative;
    z-index: 50;
}
.logo{
    /*margin-top: -14px;*/
}

.secondary-header .time-left-block .time-left-title,
.secondary-header .action-slider .item .item-text,
.secondary-header .action-slider .item .item-title {
    color: #ff6600;
}
.secondary-header .action-slider .carousel-indicators li {
    color: #ff6600;
    background-color: #ff6600;
}
.secondary-header .action-slider .carousel-indicators .active {
    color: #5e5045;
    background-color: #5e5045;
}



.owl-next{
    background: url("../images/owl-next.png") center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 5;
    display: inline-block;
    width: 70px;
    height: 115px;
    right: 2%;
    font-size: 0;
}
.owl-prev{
    background: url("../images/owl-prev.png") center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 5;
    display: inline-block;
    width: 70px;
    height: 115px;
    left: 2%;
    font-size: 0;
}

.owl-carousel.before-after-slider .owl-item img{
    width: 95%;
    margin:0 auto;
}

.before-after .h2 {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
}

.price-link{
    border:0;
    background: transparent;
    outline: none;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.price-link:hover{
-moz-transform: scale(1.2) rotate(5deg);
-webkit-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}

.soft-prices .download-price span{
    top: 79px;
    left: 82px;
}

#modal_price table{
    width: 100%;
    margin-bottom: 10px;
}
#modal_price table tr td{
    background: #fef5cc;
    padding: 5px 10px;
}

#modal_price table tr:nth-child(odd) td{
    background: #ffc801;
}

#modal_price .modal-title {
    font-size: 60px;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 600;
    text-align: center;
}

#modal_price .modal-header{
    padding-bottom: 0;
    border-bottom: 0px;
}

#modal_price .modal-body{
    padding-top: 0px;
}

#modal_price h2{
    margin-top: 0px;
}

#modal_price .modal-footer a{
    border-radius: 5px;
    font-family: "Bebas Neue",sans-serif;
    color: #353535;
    border:2px #ffc801 solid;
    width: 100%;
    padding: 5px 10px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#modal_price .modal-footer{
    border-top: 0px;
}
@media (min-width: 768px) {
    #modal_price .modal-dialog {
        width: 80%;
        max-width: 1000px;
    }
}

@media (max-width: 990px) {
    .droptitle{
        margin-top: -40px;
    }
}