/*----------- Font connection ----------*/
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNovaT-Thin.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/ProximaNovaT-Thin.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/ProximaNovaT-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/ProximaNovaT-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 300;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/ProximaNova-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 400;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/ProximaNova-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/ProximaNova-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 600;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/ProximaNova-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/ProximaNova-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 700;
}

/*----------Specification---------*/

body {
	font: 700 14px/1.2em 'Proxima Nova', sans-serif;
	letter-spacing: 0.01em;
	color: #303030;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

body, header, p, div, ul, li, a, h1, h2, h3, h4, span, button, input {
	margin: 0;
	padding: 0;
}

div, p, form, input, a, span, button {
	box-sizing: border-box;
}

h1, h2 {
	font-size: 32px;
    letter-spacing: -0.02em;
    color: #000;
    line-height: 1.47em;
    font-weight: 600;
}

h1 span, h2 span, .uber-account__in {
	color: #5fb709;
	font-weight: 700;
}

.uber-account__title a:hover {
	color: #99e053;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

ul, li{
	list-style: none;
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button {
	transition: all 0.3s ease;
}

img {
	max-width: 100%;
}

input, input:hover, input:focus, input:active, button, button:hover, button:focus, button:active {
    outline: none;
    border: none;
}

.button {
	background-color: #5fb709;
    font-size: 15px;
    color: #fff;
    width: 147px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button:hover {
	color: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.button:active {
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.space-between {
	justify-content: space-between;
}

.find-favourites, .header, .track-your-food, .delivery-options {
	position: relative;
}

.all-wrapper {
	overflow: hidden;
}

.header:after, .delivery-options:after, .track-your-food:after, .find-favourites:after  {
	content: '';
	width: 200%;
	height: 741px;
	background-color: #f4f5f7;
	position: absolute;
	right: -50%;
	z-index: -3;
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}

.header:after {
	top: -253px;
}

.find-favourites:after {
	top: 18px;
}

.track-your-food:after {
	top: -48px;
}

.delivery-options:after {
	top: -11px;
}

.animated {
	opacity: 0;
}

.animated {
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#near-you .animated, #header .animated, #footer .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.footer, .find-favourites {
	position: relative;
	z-index: 2;
}

/*------------- <Header>------------*/
.header {
	padding-bottom: 108px;
}

.offer {
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 154px 0 0 44px;
}

.offer__title {
    margin-bottom: 19px;
    max-width: 281px;
}

.offer__img {
	position: absolute;
    bottom: -55px;
    right: -121px;
    width: 148px;
    z-index: 2;
}

.main {
	position: relative;
}

.main-img {
	position: absolute;
    top: -10px;
    right: -289px;
    z-index: -1;
}

.main-img img {
	width: 977px;
}

.main-img__btn {
	position: absolute;
    top: 20px;
    right: 47px;
    z-index: 3;
    max-width: 76px;
    line-height: 30px;
    font-size: 13px;
}

/*------------- <Section near you>------------*/
.near-you {
	padding: 108px 0 33px 0;
}

.find-food {
	max-width: 1020px;
}

.find-food__img {
	position: relative;
    margin-left: 79px;
    width: 341px;
    height: 328px;
    overflow: hidden;
}

.find-food__wrap {
	position: absolute;
	top: 0;
    left: 0;
    z-index: -2;
}

.find-food__pic {
	position: absolute;
    top: -40px;
    left: -52px;
    z-index: -1;
    max-width: 437px;
}

.find-food__form {
	position: relative;
	margin: 55px 0 0 0;
}

.find-food__mint {
	position: absolute;
	top: -135px;
    right: 76px;
    width: 123px;
}

.find-food__title {
    max-width: 510px;
}

.find-food__input, .find-food__input:hover, .find-food__input:focus, .find-food__input:active {
	border: 1px solid #9b9a9a;
    max-width: 322px;
    width: 100%;
    line-height: 46px;
    border-radius: 6px;
    padding: 0 22px;
}

.find-food__btn {
	margin-left: 1px;
    max-width: 134px;
}

/*------------- <Section Find favourites>------------*/
.find-favourites {
	padding: 33px 0 50px 0;
}

.favourites {
	max-width: 949px;
}

.favourites__content {
	position: relative;
	margin: 257px 0 0 46px;
}

.favourites__content2 {
	position: relative;
	margin-top: 62px;
}

.favourites__title {
   	max-width: 455px;
}

.favourites__btn {
	max-width: 133px;
    width: 100%;
}

.favourites__decor1, .favourites__decor2 {
	position: absolute;
    left: 106px;
    width: 80px;
    z-index: -1;
}

.favourites__decor2 {
    top: -94px;
}

.favourites__decor1 {
	top: -109px;
}

.cucumbers {
	position: absolute;
    bottom: -108px;
    left: -191px;
    width: 417px;
}

.favourites__wrap {
	position: relative;
}

.favourites__phone1 {
	max-width: 363px;
}

.favourites__scrine-wrap {
	position: absolute;
    top: 116px;
    left: 34px;
    z-index: 2;
}

.favourites__scrine {
    position: relative;
    top: 116px;
    left: 34px;
    width: 276px;
    z-index: 5;
}

.favourites__egg {
	position: absolute;
    top: -24px;
    right: -235px;
    width: 245px;
    z-index: -2;
}

/*------------- <Section Place-order>------------*/
.place-order {
	padding: 50px 0 0 0;
}

.uber-account__img {
    padding-top: 56px;
}

.uber-account__plate {
	position: relative;
	top: 0;
    left: -137px;
    width: 479px;
}

.uber-account__info {
	position: relative;
	padding-top: 222px;
	margin-left: 32px;
}

.uber-account__title {
	width: 425px;
}

.uber-account__mush {
	position: absolute;
    top: -7px;
    left: 202px;
    width: 154px;
    z-index: -1;
}

.uber-account__table {
	position: absolute;
    top: 212px;
    right: -287px;
    width: 143px;
    z-index: -1;
}

.uber-account__decor3, .uber-account__decor4 {
	position: relative;
    left: -12px;
    width: 80px;
    z-index: -1;
}

.uber-account__decor3 {
    bottom: 170px;
}

.uber-account__decor4 {
    bottom: 155px;
}

.decor-wrap {
	height: 160px;
}

/*------------- <Section Track your food>------------*/
.track-your-food {
	padding: 42px 0 78px 0;
}

.track {
	position: relative;
    max-width: 949px;
}

.track__info {
	position: relative;
	padding: 180px 0 0 45px;
}

.track__title {
	max-width: 436px;
}

.track__paprik {
	position: absolute;
	top: -27px;
    left: 367px;
    z-index: -1;
    width: 196px;
}

.track__sandwich {
	position: absolute;
	top: 387px;
    left: 136px;
    z-index: -1;
    width: 142px;
}

.track__ravioli {
	position: absolute;
    top: 444px;
    left: 305px;
    z-index: -1;
    width: 144px;
}

.track__phone {
    width: 364px;
}

.track__back {
	position: absolute;
    top: 68px;
    left: -71px;
    z-index: -2;
    width: 1280px;
}

/*------------- <Section Get the app>------------*/
.get-app {
	padding: 42px 0 78px 0;
}

.app__pic {
	padding: 79px 0 0 32px;
	width: 509px;
	position: relative;
}

.app__img {
    width: 472px;
}

.app__decor5 {
	position: absolute;
    top: 89px;
    left: 449px;
    width: 80px;
    z-index: 1;
}

.app__decor6 {
	position: absolute;
    top: 103px;
    left: 449px;
    width: 80px;
    z-index: 1;
}

.app__info {
	padding-top: 181px;
	position: relative;
}

.app__wrap {
	margin-bottom: 56px;
}

.app__logo {
    margin-right: 25px;
    width: 77px;
}

.app__title {
	width: 325px;
    line-height: 1.2em;
}

.app__btn {
	width: 139px;
    margin-right: 14px;
}

.app__Layer27 {
    position: absolute;
    top: -32px;
    right: -188px;
    width: 175px;
}

.app__Layer23 {
	position: absolute;
    bottom: 41px;
    left: 192px;
    width: 107px;
}

/*------------- <Section Delivery options>------------*/

.delivery-options {
	padding: 84px 0 50px 0;
}

.delivery {
	margin: 0 auto;
    width: 732px;
}

.delivery__icon1 {
	width: 59px;
    margin-top: 16px;
}

.delivery__icon2 {
	width: 35px;
    margin-top: 14px;
}

.delivery__title {
	font-size: 21px;
    font-weight: 600;
    color: #5fb709;
    margin: 12px 0 22px 0;
}

.delivery__btn {
	width: 125px;
    line-height: 40px;
}

.delivery__item:not(:last-child) {
	max-width: 363px;
    padding-right: 51px;
	
}

.delivery__item:last-child {
	border-left: 1px solid #d9dadb;
    max-width: 367px;
    padding-left: 70px;
}

.delivery__item {
    padding-bottom: 36px;
    
}

.delivery__info {
	font-size: 14px;
    font-weight: 600;
}

/*------------ <Footer>-----------*/
.footer {
	background-color: #262626;
	color: #fff;
	padding: 74px 0 18px 0;
	overflow: hidden;
}

.footer .container {
	border-top: 1px solid #3d3d3d;
}

.foot-info {
	margin-bottom: 15px;
}

.foot-info__logo1 {
	max-width: 90px;
    display: block;
    margin: 0 0 13px 0px;
}

.foot-info__list {
	padding: 31px 33px 0 0;
}

.foot-info__list li {
	margin-bottom: 23px;
}

.foot-info__link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.foot-info__item {
	padding: 31px 5px 0 0;
}

.foot-info__text {
	margin-bottom: 13px;
	font-weight: 400;
}

.foot-info__logo {
	width: 105px;
}

.copyr {
	color: #656565;
	font-size: 16px;
	font-weight: 600;
}

/* --------------- Media Queries ----------------- */

/* ---------- 992 - 1200px ------------ */
@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
	}

	.offer__img {
		bottom: -90px;
		right: -44px;
		width: 121px;
	}

	.main-img img {
		max-width: 910px;
	}
}

/* ---------- 768 - 992px ------------ */
@media screen and (max-width: 992px) {
	.container {
		width: 700px;
	}

	.offer, .favourites__content {
		margin-left: 28px;
	}

	.track__info {
		padding-left: 28px;
	}

	.offer__img {
		bottom: -53px;
		right: -37px;
		width: 90px;
	}

	.main-img {
		top: -10px;
		right: -400px;
	}

	.main-img img {
		max-width: 789px;
	}

	.find-food {
		justify-content: space-around;
	}

	.find-food__img {
		margin-left: 0;
		width: 279px;
		height: 269px;
	}

	.find-food__pic {
		top: -44px;
		left: -49px;
		max-width: 364px;
	}

	.find-food__title {
		max-width: 355px;
	}

	.uber-account__img {
		padding-top: 0; 
		position: absolute;
		width: 232px;
	}

	.uber-account__plate {
		top: 45px;
		left: -167px;
		max-width: 386px;
	}

	.track__paprik {
		left: 236px;
		width: 163px;
	}

	.track__sandwich {
		width: 129px;
	}

	.track__ravioli {
		width: 141px;
	}

	.track__back {
		top: 170px;
		left: -73px;
		width: 891px;
	}

	.uber-account__info {
		margin-left: auto;
	}

	.app__pic {
		padding: 112px 0 0 0px;
		max-width: 325px;
	}

	.get-app {
		padding: 78px 0 50px 0;
	}

	.app__wrap {
		justify-content: center;
	}

	.app {
		justify-content: space-around;
	}

	.app__info {
		max-width: 360px;
	}

	.app__Layer23 {
		bottom: -63px;
		left: 276px;
		width: 130px;
	}

	.app__Layer27 {
		right: -143px;
		width: 145px;
	}

	.foot-info__list {
		padding: 31px 20px 0 0;
	}

	.foot-info__link {
		font-size: 13px;
	}

	.foot-info__list li {
		margin-bottom: 14px;
	}

	.foot-info__item {
		max-width: 142px;
	}

	.copyr {
		font-size: 12px;
	}

	.near-you {
		padding: 75px 0 70px 0;
	}

	.place-order {
		padding: 106px 0 41px 0;
	}

	.uber-account__mush {
		width: 112px;
	}

	.favourites__egg {
		top: -77px;
		right: -185px;
		width: 203px;
	}

	.cucumbers {
		width: 275px;
	}

	.favourites__phone1 {
		max-width: 356px;
	}

	.favourites__scrine {
		width: 274px;
	}

	.find-favourites {
		padding-bottom: 0;
	}

	.footer {
		padding-top: 48px;
	}
}

/* ---------- 576 - 768px ------------ */
@media screen and (max-width: 768px) {
	.container {
		width: 520px;
	}

	.offer, .favourites__content {
		margin: 80px 0 0 0px
	}

	.track__info {
		padding-left: 0px;
	}

	.offer__title {
		margin-bottom: 8px;
		max-width: 262px;
		font-size: 30px;
		line-height: 1.3em;
	}

	.main-img {
		top: -9px;
		right: -383px;
	}

	.main-img img {
		max-width: 641px;
	}

	.offer__img {
		bottom: -54px;
		right: -5px;
		width: 75px;
	}

	.main-img__btn {
		top: 1px;
		right: 14px;
	}

	.header:after {
		top: -169px;
	}

	.find-food__mint {
		right: 18px;
		top: -101px;
	}

	.find-food__form {
		margin: 48px 0 0 10px;
	}

	.find-food__title {
		font-size: 30px;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	.near-you {
		padding: 12px 0 40px 0;
	}

	.find-food__img {
		height: 212px;
	}

	.find-food__pic {
		top: -32px;
		left: -37px;
		max-width: 279px;
	}

	.near-you {
		padding: 24px 0 51px 0;
	}

	.favourites__scrine {
		width: 179px;
		top: 72px;
		left: 17px;
	}

	.favourites__phone1 {
		max-width: 223px;
	}

	.favourites__title {
		font-size: 30px;
		line-height: 1.3em;
	}

	.favourites__content {
		margin: 133px 0 0 0px;
	}

	.header:after, .delivery-options:after, .track-your-food:after, .find-favourites:after {
		height: 482px;
	}

	.favourites__decor2 {
		top: -70px;
	}

	.favourites__decor1 {
		top: -84px;
	}

	.favourites__egg {
		right: -174px;
		width: 164px;
	}

	.place-order {
		padding: 18px 0 29px 0;
	}

	.uber-account__plate {
		max-width: 338px;
		top: 73px;
		left: -129px;
	}

	.uber-account__info {
		padding-top: 168px;
	}

	.uber-account__title {
		width: 299px;
		font-size: 30px;
	}

	.uber-account__decor3 {
		bottom: -51px;
	}

	.uber-account__decor4 {
		bottom: -64px;
	}

	.uber-account__mush {
		width: 104px;
		top: 18px;
	}

	.track__info {
		padding: 65px 0 0 0;
	}

	.track__title {
		font-size: 30px;
		line-height: 1.2em;
	}

	.track__paprik {
		display: none;
	}

	.track-your-food {
		padding: 16px 0;
	}

	.track__back {
		top: 81px;
		left: -73px;
		width: 652px;
	}

	.track__ravioli {
		width: 103px;
		top: 321px;
		left: 168px;
	}

	.track__sandwich {
		width: 107px;
		top: 275px;
		left: 10px;
	}

	.app__logo {
		margin-right: 13px;
		width: 67px;
	}

	.app__title {
		width: 302px;
		line-height: 1.1em;
		font-size: 30px;
	}

	.app__wrap {
		margin-bottom: 30px;
	}

	.app__info {
		padding-top: 77px;
	}

	.app__pic {
		padding-top: 100px;
	}

	.app__Layer27 {
		display: none;
	}

	.app__Layer23 {
		bottom: -65px;
		left: 263px;
	}

	.app__decor6 {
		top: 7px;
		left: 481px;
	}

	.app__decor5 {
		top: -6px;
		left: 483px;
	}

	.delivery {
		width: 520px;
	}

	.delivery__item:not(:last-child) {
		max-width: 281px;
		padding-right: 9px;
	}

	.delivery__item:last-child {
		max-width: 289px;
		padding-left: 13px;
	}

	.delivery__icon1 {
		margin-top: 18px;
	}

	.delivery__item:not(:last-child) .delivery__btn {
		margin-top: 43px;
	}

	.delivery-options {
		padding: 69px 0 41px 0;
	}

	.foot-info__item {
		max-width: 108px;
	}

	.foot-info__logo1 {
		max-width: 61px;
	}

	.foot-info__list {
		padding: 32px 12px 0 7px;
	}

	.foot-info__list li {
		margin-bottom: 14px;
	}

	.foot-info {
		margin-bottom: 0; 
	}

	.footer {
		padding: 10px 0 12px 0;
	}

	.footer .container {
		border-top: none;
	}
}

/* ---------- 414 - 576px ------------ */
@media screen and (max-width: 576px) {
	.container {
		width: 90%;
	}

	.header {
		padding-bottom: 80px;
	}

	.offer {
		margin: 205px 0 0 0px;
	}

	.main-img {
		top: -54px;
		right: -131px;
	}

	.main-img img {
		max-width: 472px;
	}

	.offer__img, .cucumbers {
		display: none;
	}

	.find-food__mint {
		right: -21px;
		top: -361px;
	}

	.header:after {
		top: 19px;
	}

	.offer__btn {
		margin-top: 55px;
	}

	.near-you {
		padding: 31px 0 51px 0;
	}

	.find-food, .app {
		flex-direction: column;
	}

	.favourites {
		flex-direction: column-reverse;
	}

	.find-food__img {
		margin: 0 auto;
		height: 265px;
	}

	.find-food__pic {
		max-width: 327px;
	}

	.find-food__form {
		margin: 40px 0 0 10px;
	}

	.favourites__content2 {
		margin-top: 15px;
	}

	.favourites__phone1 {
		max-width: 150px;
		margin-left: 121px;
	}

	.favourites__scrine {
		width: 166px;
		top: 36px;
		left: 54px;
	}

	.favourites__decor1 {
		left: -3px;
		top: -58px;
	}

	.favourites__decor2 {
		top: -44px;
		left: -3px;
	}

	.favourites__content {
		margin: 0;
	}

	.favourites__wrap {
		margin: 0 auto;
		max-width: 265px;
	}

	.favourites__egg, .app__decor5, .app__decor6 {
		display: none;
	}

	.favourites__title {
		line-height: 1.2em;
	}

	.track__title {
		font-size: 28px;
	}

	.track__back {
		top: 153px;
		left: -73px;
		width: 604px;
	}

	.track__ravioli {
		width: 87px;
		top: 338px;
		left: 130px;
		display: none;
	}

	.track__sandwich {
		width: 76px;
		top: 312px;
		left: 42px;
	}

	.track-your-food {
		padding: 51px 0 100px 0;
	}

	.place-order {
		padding: 18px 0 23px 0;
	}

	.uber-account__img {
		width: 232px;
	}

	.uber-account__plate {
		max-width: 236px;
		top: 37px;
		left: -26px;
	}

	.uber-account__info {
		padding-top: 301px;
	}

	.uber-account__title {
		line-height: 1.2em;
	}

	.uber-account__mush {
		width: 89px;
		top: 10px;
		left: 230px;
	}

	.decor-wrap {
		height: 102px;
	}

	.track-your-food:after {
		top: -19px;
	}

	.get-app {
		padding: 0px 0 88px 0;
	}

	.app__pic {
		margin-left: auto;
		max-width: 329px;
		padding-top: 0;
	}

	.app__info {
		padding-top: 16px;
	}

	.app__logo {
		width: 58px;
		flex: none;
	}

	.app__title {
		font-size: 28px;
	}

	.app__img {
		-moz-transform: rotate(-85deg);
		-webkit-transform: rotate(-85deg);
		-o-transform: rotate(-85deg);
		-ms-transform: rotate(-85deg);
		transform: rotate(-85deg);
	}

	.app__Layer23 {
		bottom: -150px;
		left: auto;
		right: -123px;
	}

	.delivery {
		flex-direction: column;
	}

	.delivery__item:not(:last-child) {
		padding-right: 0;
	}

	.delivery__item:last-child {
		padding: 0;
		border: none;
	}

	.foot-info {
		flex-wrap: wrap;
	}

	.foot-info__item {
		max-width: 94px;
	}

	.foot-info__item:last-child {
		max-width: 225px;
		padding: 0 0 6px 0;
	}
}

/* ---------- 320 - 414px ------------ */
@media screen and (max-width: 414px) {
	.get-app {
		padding: 89px 0 56px 0;
	}

	.app__pic {
		max-width: 288px;
	}

	.track-your-food {
		padding: 51px 0 106px 0;
	}

	.foot-info__item:last-child {
		max-width: 94px;
		padding: 31px 5px 0 0;
	}

	.app__Layer23 {
		right: -79px;
	}
}


























/**{border: 1px solid red}*/