@charset "utf-8";

@font-face {
		font-family: 'Proxima Nova';
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_bold-webfont.eot');
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_bold-webfont.woff') format('woff'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_bold-webfont.svg#MyriadProRegular') format('svg'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_bold-webfont.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'Proxima Nova';
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_extrabold-webfont.eot');
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_extrabold-webfont.woff') format('woff'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_extrabold-webfont.svg#MyriadProRegular') format('svg'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_extrabold-webfont.ttf') format('truetype');
		font-weight: 800;
		font-style: normal;
}

@font-face {
		font-family: 'Proxima Nova';
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_light-webfont.eot');
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_light-webfont.woff') format('woff'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_light-webfont.svg#MyriadProRegular') format('svg'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_light-webfont.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'Proxima Nova';
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_regular-webfont.eot');
		src: url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_regular-webfont.woff') format('woff'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_regular-webfont.svg#MyriadProRegular') format('svg'), url('/OLD_WEAREATHOME_FILES/fonts/proxima_nova_regular-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Proxima Nova';
		src: url('/OLD_WEAREATHOME_FILES/fonts/proximanova-black-webfont.eot');
		src: url('/OLD_WEAREATHOME_FILES/fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'), url('/OLD_WEAREATHOME_FILES/fonts/proximanova-black-webfont.woff') format('woff'), url('/OLD_WEAREATHOME_FILES/fonts/proximanova-black-webfont.svg#MyriadProRegular') format('svg'), url('/OLD_WEAREATHOME_FILES/fonts/proximanova-black-webfont.ttf') format('truetype');
		font-weight: 900;
		font-style: normal;
}

@font-face{
  font-family: 'pt-sans';
  src: url('/OLD_WEAREATHOME_FILES/fonts/ptsans_bold/PTS75F-webfont.eot');
  src: url('/OLD_WEAREATHOME_FILES/fonts/ptsans_bold/PTS75F-webfont.eot?iefix') format('eot'),
       url('/OLD_WEAREATHOME_FILES/fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
       url('/OLD_WEAREATHOME_FILES/fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
       url('/OLD_WEAREATHOME_FILES/fonts/ptsans_bold/PTS75F-webfont.svg#webfont') format('svg');
       font-style: normal;
}

html,
body {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
}

body {
		margin: 0;
		padding: 0;
		background: #fff;
		font: 300 16px/1.1875 "Proxima Nova", Arial, Helvetica, sans-serif;
		color: #282828;
		-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
		box-sizing: inherit;
}

form,
fieldset {
		margin: 0;
		padding: 0;
		border: 0;
}

input,
select,
textarea,
button {
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 12px;
		outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
		-webkit-appearance: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		border: 1px solid #b9230a;
		background: #fff;
		margin: 0;
		padding: 4px 5px;
}

textarea {
		resize: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
		cursor: pointer;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
		display: block;
}

img {
		border: 0;
		vertical-align: top;
}

a {
		color: #13aec6;
		text-decoration: underline;
		outline: none;
		cursor: pointer;
}

a:hover {
		text-decoration: none;
}

strong {
		font-weight: bold;
}

p,
ol,
ul {
		margin: 0 0 1.1875em 0;
}

ol,
ul {
		padding: 0 0 0 1.1875em;
}

.nowrap {
		white-space: nowrap;
}

.green {
		color: #00b9b1;
}

.yellow {
		color: #e9b300;
}

.green2 {
		color: #adce22;
}

.violet {
		color: #8366af;
}

.red {
		color: #f46046;
}

.nofloat {
		height: 100%;
		overflow: hidden;
}

.cell {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
}

.inline {
		display: inline-block;
		text-align: left;
}

.hr {
		height: 1px;
		overflow: hidden;
		margin: 15px 0;
		background: #e6e6e6;
}

.phone-num {
		color: inherit!important;
		cursor: inherit;
		text-decoration: none!important;
}

.clearfix {
		zoom: 1
}

.clearfix:after,
.container:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}

.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 1000px;
		z-index: 100;
		height: 90px;
		color: #fff;
		
	
}

.header .container {
		padding: 35px 79px 0 90px;
		height: 100%;
}

.header .logo,
.footer .logo {
		float: left;
		text-align: left;
		text-indent: -10000px;
		width: 186px;
		height: 43px;
		background: url(/OLD_WEAREATHOME_FILES/logo.png) no-repeat;
		background-size: 100% auto;
}
.header a {
		color: inherit;
		font-family: 'Proxima Nova';
		font-size: 16px;
}

.header .r {
	float: right;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	margin: 18px 0 0 0;
}

/* .window_order {
	width: 440px;
	position: absolute;
	bottom: 70px;
	left: 57%;
	font-size: 15px;
	background-color: #26AEC4;
	border-radius: 5px;
}
.window_order_zag {
	padding-top: 25px;
	padding-left: 50px;
	text-align: left;
	font-size: 21px;
	margin-bottom: 0px;
}
.window_order_price {
	font-size: 68px;
	font-weight: 500;
	padding-left: 50px;
	text-align: left;
	margin-bottom: 0;
}
.window_order ul {
	font-size: 17px;
	padding-left: 50px;
	text-align: left;
	list-style-image: url('/OLD_WEAREATHOME_FILES/ok_circle.png');
}
.btn_new_order {
	height: 35px;
	margin-bottom: 25px;
	font-size: 16px;
	width: 185px;
	text-align: center;
	text-decoration: none;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	line-height: 36px;
}
.price_rub {
	font-family: Arial;
	font-size: 36px;
	font-weight: 100;
	display: block;
} */
.top.login_auth{
	background-image: url('/OLD_WEAREATHOME_FILES/back.png');
	background-size: cover;

	background-repeat: no-repeat;
}
@media (max-width: 1250px) {
	/* .window_order {
		left: 51%;
		bottom: 100px;
	} */
}


.soc-link {
		margin: 0 16px 0 -16px;
		position: relative;
		top: -2px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		text-indent: -10000px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: url(/OLD_WEAREATHOME_FILES/socials.png) no-repeat 0 -10000px;
		background-size: auto 42px;
		position: 0 0;
}


.header.scroll {
/* 		color: #13aec6; */
		background: #fff;
/* 		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
		-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16); */
} 
.header.scroll a {
		color: inherit;
		font-family: 'Proxima Nova';
		/*text-shadow: #38B3C7 2px 1px;*/
		color: #38B3C7 !important;
		font-size: 16px;
}

.header.scroll .container {
		padding-top: 28px;
}

.header.scroll .logo {
		background: url(/OLD_WEAREATHOME_FILES/logo_new_sc.png) no-repeat;
}
.header.lk.scroll .logo {
		background: url(/OLD_WEAREATHOME_FILES/logo.png) no-repeat;
	    background-size: 100% auto;
	    background-position: bottom;

}
.soc-link.fb {
    background-position: 0 0;
}
.soc-link.vk {
    background-position: -26px 0;
}
.header.scroll .soc-link.fb {
		background-position: 0 -22px;
}

.header.scroll .soc-link.vk {
		background-position: -26px -22px;
}

.header.scroll .menu {
		bottom: 10px;
}

.menu {
		bottom: 3px;
		left: 335px;
		position: absolute;
		right: 315px;
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		padding-bottom: 5px;
}

.menu a {
		text-decoration: none;
}

.menu a:hover {
		text-decoration: underline;
}

.menu > * {
		margin: 0 26px 0 0;
}

.block {
		position: relative;
		height: 793px;
		min-width: 1000px;
		overflow: hidden;
}

.container {
		min-width: 1000px;
		max-width: 1430px;
		position: relative;
		height: 100%;
		margin: 0 auto;
}

.block .hold {
		position: absolute !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.halves .hold {
		margin-top: 0;
}

.block .hold .to-slide {
		position: absolute !important;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100000px;
}

.block .hold .to-slide .slide-elem {
		height: 100%;
		width: 1430px;
		float: left;
		position: relative;
		overflow: hidden;
}

.slider .prev,
.slider .next {
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 50;
		width: 58px;
}

.slider .prev:before,
.slider .next:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 30px;
		height: 57px;
		background: url(/OLD_WEAREATHOME_FILES/slider-arrs.png) no-repeat 0 50%;
		background-size: auto 100%;
		margin: -28.5px 0 0 -15px;
}

.slider .prev {
		left: 0;
}

.slider .next {
		right: 0;
}

.slider .next:before {
		background-position: 100% 50%;
}

.slider .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 37px;
		line-height: 0;
		text-align: center;
		white-space: nowrap;
}

.slider .dots .fr {
		float: right;
		width: 42.8%;
}

.slider .dots span {
		position: relative;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		z-index: 20;
		width: 15px;
		height: 15px;
		opacity: 0.5;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		background: #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 3px;
}

.slider .dots .active {
		opacity: 1;
		cursor: default;
}

.block .bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.block .bg:before,
.block .bg .container:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		right: 0;
}

.block .bg .container {
		background: #fff;
		height: 100%;
}

.block .bg .container:before {
		left: 57.2%;
}

.block .bg1:before,
.block .bg1 .container:before {
		background: #16aec6;
}

.block .bg2:before,
.block .bg2 .container:before {
		background: #00bab1;
}

.block .bg3:before,
.block .bg3 .container:before {
		background: #e9b300;
}

.block .bg4:before,
.block .bg4 .container:before {
		background: #adcd21;
}

.block .bg5:before,
.block .bg5 .container:before {
		background: #8366af;
}

.block .bg6:before,
.block .bg6 .container:before {
		background: #f56147;
}

.halves .l {
		float: left;
		width: 57.2%;
		padding: 31px 60px 0 91px;
		height: 100%;
}

.halves .l.rind2,
.halves .l.rind3 {
		padding-right: 134px;
}

.halves .r {
		float: right;
		width: 42.8%;
		padding: 0;
		text-align: center;
		color: #fff;
		height: 100%;
}

.bg-puppy {
		background: url(/OLD_WEAREATHOME_FILES/puppy.jpg) no-repeat 100% 100%;
}

.bg-girl {
		background: url(/OLD_WEAREATHOME_FILES/girl.jpg) no-repeat 100% 100%;
}

.bg-robbery {
		background: url(/OLD_WEAREATHOME_FILES/robbery.jpg) no-repeat 50% 100%;
}

.bg-family {
		background: url(/OLD_WEAREATHOME_FILES/family.jpg) no-repeat 100% 100%;
}

.bg-duck {
		position: relative;
}

.bg-duck:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(/OLD_WEAREATHOME_FILES/duck.jpg) no-repeat;
        width: 1076px;
        height: 520px;
}

.bg-duck .minh,
.bg-duck .blink {
        position: relative;
        z-index: 5;
}


.bg-fire {
		background: url(/OLD_WEAREATHOME_FILES/fire.jpg) no-repeat 50% 100%;
}

.bg-woman {
		background: url(/OLD_WEAREATHOME_FILES/woman.jpg) no-repeat 50% 100%;
}

.top {
		height: 875px;
		color: #fff;
		text-align: center;
		font-size: 46px;
		background: #50555e url(/OLD_WEAREATHOME_FILES/bg-top.jpg) no-repeat 50% 100%;
		background-size: cover;
}

.top .ind {
		padding-left: 476px;
}

.top .container {
		padding-top: 40px;
}

.top .h1 {
		font-weight: 300;
		font-size: 62px;
		margin: 0 0 90px 0;
}

.top .hold {
		margin: 82px 0 0 0;
}

.options {
		width: 740px;
		margin: 0 auto 135px auto;
		padding: 0 0 22px 0;
		position: relative;
		font-weight: normal;
		font-size: 13px;
		text-transform: uppercase;
}

.options:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 433px;
		width: 2px;
		background: #fff;
}

.options:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}

.options .l {
		float: left;
		width: 396px;
		padding: 0 0 0 30px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options .r {
		float: right;
		width: 306px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options ul {
		list-style: none;
		margin: 25px -30px 0 -30px;
		padding: 0;
		font-weight: 300;
		font-size: 18px;
		text-transform: none;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options li {
		display: inline-block;
		margin: 0 -2px;
		padding: 0;
		vertical-align: top;
		width: 131px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options ul img {
		height: 102px;
		width: auto;
		display: block;
		margin: 0 auto 14px auto;
		top: 0;
		position: relative;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options .hide-opacity {
		opacity: 0.4;
}

.options ul a:hover img {
		top: -9px;
}

.options a {
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		color: inherit;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
}

.top .hand {
	left: 18px;
}

.hand {
	position: absolute;
	bottom: 0;
	background: url(/media/hand_iphone-x.png) no-repeat;
	background-size: contain;
	width: 438px;
	height: 613px
}

.hand .in {
	width: 205px;
	height: 370px;
	position: absolute;
	top: 14px;
	left: 158px;
	overflow: hidden;
	text-align: center;
}

.hand .in.modified {
	width: 249px;
	height: 496px;
	position: absolute;
	top: 0px;
	left: 123px;
}

.hand .in ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

.hand .in li {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0;
}

.hand .in img {
		width: 100%;
		height: auto;
		min-height: 100%;
}

.options-mini {
		list-style: none;
		margin: 0 0 8px 0;
		padding: 0;
		height: 41px;
}

.options-mini li {
		display: inline-block;
		vertical-align: top;
		margin: 0 13px 0 0;
		padding: 0;
}

.options-mini li.op > * {
		opacity: 0.4;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options-mini.to-click li.op:hover > * {
		opacity: 1;
}

.options-mini img {
		vertical-align: top;
		height: 41px;
		width: auto;
		position: relative;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		top: 0;
}

.options-mini a:hover img {
		top: -5px;
}

.opt-text {
		font-weight: normal;
		font-size: 21px;
		line-height: 1.25;
}

.text-style1 {
		font-size: 15px;
		line-height: 1.14;
}

.text-style1 p {
		margin-bottom: 1.14em;
}

h2 {
		font-weight: 300;
		font-size: 40px;
		margin: 0 0 13px 0;
}

.blink {
		font-weight: bold;
		font-size: 18px;
		margin-top: 34px;
		text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.img-pos {
		position: relative;
		height: 561px;
		padding-top: 37px;
		text-align: left;
}

.img-pos .show1000 {
		display: none;
}

.img-pos .in {
		top: 38px;
		position: absolute;
		width: 236px;
		height: 466px;
		overflow: hidden;
		text-align: center;
}

.img-pos .in img {
		width: 100%;
		height: auto;
}

.img-pos1 {
		padding: 71px 0 0 87px;
		text-align: center;
}

.img-pos2 {
		margin-left: -133px;
}

.img-pos2 .in {
		left: 430px;
}

.img-pos3 {
		margin-left: -134px;
}

.img-pos3 .in {
		left: 432px;
}

.img-pos4 {
		margin-left: -108px;
}

.img-pos4 .in {
		left: 406px;
}

.img-pos5 {
		margin-left: -128px;
}

.img-pos5 .in {
		left: 408px;
}

.img-pos6 {
		margin-left: -118px;
}

.img-pos6 .in {
		left: 398px;
}

.img-pos7 {
		text-align: center;
		padding-left: 98px;
		padding-top: 53px;
}

.img-pos8 {
		margin-left: -114px;
}

.price {
		text-align: center;
		white-space: nowrap;
		font-size: 16px;
		line-height: 1;
		margin: 0 0 19px 0;
}

.price strong {
		display: block;
		font-weight: 300;
		font-size: 36px;
		margin: 5px 0 0 0;
}

.price .elem,
.price .sale,
.price .sep {
		display: inline-block;
		vertical-align: middle;
}

.price .sale {
		width: 68px;
		height: 68px;
		margin: 0 7px 0 -14px;
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		color: #e30613;
		text-align: center;
		line-height: 68px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		border-radius: 50%;
		-webkit-border-radius: 50%;
		position: relative;
		top: -7px;
}

.price .elem {
		text-align: left;
}

.price .sep {
		width: 1px;
		height: 51px;
		margin: 0 8px;
		background: #fff;
}

.btn {
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
		text-transform: uppercase;
		font-size: 28px;
		width: 230px;
		height: 53px;
		line-height: 53px;
		font-weight: normal;
}

.btn:hover {
		color: #10928e;
}

.btn.yellow:hover {
		color: #bc921c;
}

.btn.green2:hover {
		color: #8ca51f;
}

.btn.violet:hover {
		color: #6b548c;
}

.btn.red:hover {
		color: #be4f3b;
}

.minh,
.minh2 {
		min-height: 280px;
}

.slider .minh {
		min-height: 450px;
}

.options2 .l ul {
		list-style: none;
		margin: 0;
		padding: 97px 0 0 7px;
		font-weight: normal;
		font-size: 21px;
		line-height: 24px;
		color: #878787;
}

.options2 .l li {
		max-width: 518px;
		height: 170px;
		margin: 0 0 3px 0;
		padding: 0 0 0 129px;
		position: relative;
		cursor: pointer;
		z-index: 20;
}

.options2 .l li:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 99px;
		background: url(/OLD_WEAREATHOME_FILES/rarr.png) no-repeat 50% 50%;
		background-size: auto 100%;
		width: 20px;
		height: 38px;
		margin: -19px 0 0 0;
}

.options2 .l .pic {
		position: absolute;
		left: 0;
		top: 50%;
		width: 80px;
		height: 80px;
		margin: -40px 0 0 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		-webkit-transition: opacity 0.2s linear;
		-moz-transition: opacity 0.2s linear;
		-ms-transition: opacity 0.2s linear;
		-o-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		opacity: 1;
}

.options2 .l li.active .pic,
.options2 .l li:hover .pic {
		background-position: 0 -85px;
}

.options2 .l li:hover .pic {
		opacity: 0.7;
}

.options2 .l li.active .pic {
		opacity: 1;
}

.options2 .l .bg1 .pic {
		background-image: url(/OLD_WEAREATHOME_FILES/1.png);
}

.options2 .l .bg2 .pic {
		background-image: url(/OLD_WEAREATHOME_FILES/2.png);
}

.options2 .l .bg3 .pic {
		background-image: url(/OLD_WEAREATHOME_FILES/3.png);
}

.options2 .l .text {
		padding: 0 27px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		height: 170px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options2 .l li.active .text {
		color: #fff;
}

.options2 .l .bg1.active .text {
		background-color: #f9b000;
}

.options2 .l .bg2.active .text {
		background-color: #4ebeca;
}

.options2 .l .bg3.active .text {
		background-color: #f5a058;
}

.options2 .l .cell {
		height: 170px;
		text-align: left;
}

.options2 .l li.active .cell {
		display: block;
		vertical-align: top;
		height: auto;
		padding-top: 20px;
}

.options2 .l .small {
		font-size: 15px;
		line-height: 18px;
		color: #282828;
		margin: 6px 0 0 0;
		display: none;
		opacity: 0;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.options2 .l li.active .small {
		display: block;
		opacity: 1;
}

.options2 .img-pos .in {
		background: #000;
		width: 201px;
		height: 360px;
		overflow: hidden;
		top: 92px;
		left: 411px;
		text-align: center;
		position: absolute;
}

.options2 .img-pos .in ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

.options2 .img-pos .in li {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
}

.options2 .img-pos .in img {
		width: 100%;
		height: auto;
}

.app {
		background: #13aec6;
		color: #fff;
		text-align: center;
		font-size: 16px;
}

.app h2 {
		font-size: 42px;
		margin-bottom: 14px;
}

.app .container {
		padding: 39px 57px 0 57px;
}

.app .hand {
		left: 50%;
		margin-left: -243px;
}

.app .hand .in {
		height: 455px;
}

.app .list {
		list-style: none;
		margin: 75px 0 0 0;
		padding: 0;
}

.app .list:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}

.app .list li {
		float: left;
		margin: 0 0 4px 0;
		clear: left;
		width: 413px;
		padding: 14px 44px;
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		text-align: left;
}

.app .list li:nth-child(2n) {
		float: right;
		clear: right;
}

.app .list li:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 100%;
		width: 0;
		height: 0;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		opacity: 0;
		border: 24px solid #fff;
		border-width: 19px 0 19px 24px;
		border-top-color: transparent!important;
		border-bottom-color: transparent!important;
		margin: -19px 0 0 0;
}

.app .list li:nth-child(2n):before {
		border-left-width: 0;
		border-right-width: 24px;
		left: auto;
		right: 100%;
}

.app .list li.active {
		color: #13aec6;
		background: #fff;
}

.app .list li.active:before {
		opacity: 1;
}

.app .list .big {
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		margin: 0 0 11px 0;
}

.app .download {
		position: absolute;
		bottom: 79px;
		right: 10px;
		text-align: left;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		white-space: nowrap;
		width: 413px;
}

.app .download a {
		display: inline-block;
		vertical-align: top;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 132px;
		height: 36px;
		background-size: auto 100%;
		text-align: left;
		margin: 0 17px 0 0;
		text-indent: -1000px;
}

.app .download .bg-appstore {
		background: url(/media/iphone_screens/appstore.png) no-repeat;
}

.app .download .bg-gplay {
		background: url(/media/iphone_screens/google_store.png) no-repeat ;
}

.how {
		background: #fff;
		text-align: center;
}

.how .container {
		padding: 42px 40px 0 40px;
}

.how img {
		width: auto;
		height: auto;
		max-width: 100%;
}

.img-rotate {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 454px;
		position: relative;
}

.img-rotate li {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		background: #fff;
}

.how h2 {
		font-size: 42px;
		margin-bottom: 107px;
}

.install {
		font-size: 16px;
}

.install .bg:before {
		background: url(/OLD_WEAREATHOME_FILES/bg-install.jpg) no-repeat 50% 50%;
		background-size: cover;
		left:57.2%;

}

.install .bg .container {
		background: none;
}

.install .bg .container:before {
		left: 0;
		width: 57.2%;
		background: #fff;
}

.install .l {
		background: url(/OLD_WEAREATHOME_FILES/install.jpg) no-repeat 50% 100%;
		padding-top: 52px;
		padding-right: 148px;
}

.vid {
		width: 222px;
		text-align: center;
		margin: 36px 0 0 102px;
		font-size: 17px;
		line-height: 19px;
		font-weight: normal;
}

.vid a {
		text-decoration: none;
}

.vid a:hover {
		text-decoration: underline;
}

.vid .in {
		display: block;
		position: relative;
		margin: 0 0 23px 0;
}

.vid img {
		width: 100%;
		height: auto;
}

.vid .play {
		position: absolute;
		top: 50%;
		left: 50%;
		background: url(/OLD_WEAREATHOME_FILES/play.png) no-repeat 50% 50%;
		background-size: auto 100%;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		opacity: 0.56;
		width: 99px;
		height: 99px;
		margin: -49.5px;
}

.vid a:hover .play {
		opacity: 1;
}

.content {
		background: #fff;
		height: auto;
}

.content .container {
		height: auto;
		padding: 67px 91px 95px 91px;
}

.side-l {
		float: left;
		width: 34.9%;
}

.side-r {
		float: right;
		width: 64.5%;
}

.title1 {
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
		color: #fff;
		padding: 10px 19px;
		background: #17aec6;
		margin: 0 0 6px 0;
}

.soc:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}

.soc .half {
		float: left;
		width: 50%;
		padding: 0 0.45% 0 0;
}

.soc .half + .half {
		float: right;
		padding: 0 0 0 0.45%;
}

.soc img {
		width: 100%;
		height: 129px;
}

.news-slider {
		position: relative;
		background: #e9b300;
		font-size: 14px;
		line-height: 1.15;
		font-weight: 300;
		color: #282828;
}

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

.news-slider a:hover {
		text-decoration: underline;
}

.news-slider .prev,
.news-slider .next {
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 20;
		width: 52px;
}

.news-slider .prev:before,
.news-slider .next:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 37px;
		margin: -18.5px -10px;
		background: url(/OLD_WEAREATHOME_FILES/slider-arrs.png) no-repeat;
		background-size: auto 100%;
}

.news-slider .prev {
		left: 0;
}

.news-slider .next {
		right: 0;
}

.news-slider .next:before {
		background-position: 100% 0;
}

.news-slider .hold1 {
		position: relative;
		overflow: hidden;
}

.news-slider ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100000px;
}

.news-slider li {
		float: left;
		margin: 0;
		padding: 18px 50px 17px 67px;
		width: 416px;
		text-align: left;
		min-height: 129px;
}

.news-slider .big {
		color: #fff;
		font-size: 30px;
		margin: 0 0 12px 0;
}

.footer {
		color: #fff;
		background: #494747;
}

.footer .container {
		padding-top: 36px;
		padding-bottom: 61px;
		padding-left: 50px;
}

.footer a {
		color: inherit;
		text-decoration: none;
}

.footer a:hover {
		text-decoration: underline;
}

.footer .big {
		font-size: 24px;
		margin-bottom: 10px;
}

.footer ul {
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0;
}

.footer li {
		margin: 10px 0 0 0;
		padding: 0;
}

.footer li:first-child {
		margin-top: 0;
}

.footer .elem {
		float: left;
		min-height: 274px;
		margin: 0 0 36px 0;
}

.footer .w1 {
	width: 55%;
	padding-right: 150px;
}

.footer .w2 {
	width: 30%;
	padding-right: 50px;
}

.footer .w3 {
	width: 14%;
	padding-left: 4px;
}

.footer .logo {
		margin: 0 56px 0 0;
		width: 179px;
		height: 41px;
}

.footer .logo2 {
		float: right;
		text-align: left;
		text-indent: -10000px;
		background: url(/OLD_WEAREATHOME_FILES/logo-gs.png) no-repeat 50% 50%;
		background-size: auto 100%;
		width: 200px;
		height: 51px;
		margin: -10px 0 0 0;
}

.footer .copy {
		padding: 24px 0 0 0;
		overflow: hidden;
}

.modal {
		position: fixed;
		top: 0px !important;
		left: -9999px;
		width: 100px;
		height: 100%!important;
		z-index: 1000;
}

.modal .close {
	cursor: pointer;
	z-index: 30;
	top: 50px;
	right: 35px;
	width: 35px;
	height: 35px;
	background: url(/OLD_WEAREATHOME_FILES/close.svg) no-repeat 50% 50%;
	background-size: auto 100%;
	position: absolute;
}

.footer > .container {
	height: auto;
}

.image-top-iphonex {
	width: 205px !important;
	height: auto;
	top: 14px;
	position: relative;
	left: 14px;
	min-height: initial !important;
}

.action-txt {
	text-align: left;
	font-size: 18px;
	/* padding-left: 30px;
	padding-bottom: 8px; */
}
.action-txt.in-slider {
	padding-left: 90px;
	padding-bottom: 15px;
}

.action-txt .under {
	border-bottom: 1px solid #fff;
}