html {
	overflow-x: hidden;
}

body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
}

a:hover {
	color: #5bb56d;
}

a:active {
	color: #6ac97d;
}

small {
	font-weight: 400;
}

.header_wrap {
	width: 100%;
	/*background: url(../images/header.svg) no-repeat right bottom / cover;*/
	background: none !important;
	height: 468px;
	position: relative;
	z-index: 100
}

.header-bg_image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	z-index: -1;
}

header {
    padding: 15px 20px 30px 30px;
    font-weight: 500;
    font-size: 17px;
    z-index: 5;
} 

.logo {
	display: inline-block;
	margin-right: 85px;
	font-size: 18px;
	font-weight: 600;
}

.logo:hover {
	cursor: pointer;
	color: #5bb56d;
}

.nav-list {
	display: inline;
}

.nav-list .nav-item {
	display: inline-block;
	margin-right: 8%;
	font-size: 18px;
	font-weight: 600;
}

.nav-list .nav-item a, .burger-nav-list .burger-menu-item a {
	color: #000;
	padding: 7px;
	text-decoration: none;
	outline: none;
}

.nav-list .nav-item a:hover, .burger-nav-list .burger-menu-item a:hover {
	color: #5bb56d;
}

.nav-list .nav-item a:active, .burger-nav-list .burger-menu-item a:active {
	color: #6ac97d;
}

.close-icon {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 17px;
	top: 17px;
	cursor: pointer;
	z-index: 500;
}

.close-icon:after, .close-icon:before {
	content: '';
	background: #cccccc;
	height: 4px;
	width: 20px;
	position: absolute;
	left: 0px;
	bottom: 7px;
}
.close-icon:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.close-icon:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.burger-menu {
	display: none;
	float: right;
	position: relative;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	z-index: 1000;
}

.burger-nav-list {
	width: 190px;
	height: 230px;
	text-align: center;
	background: #fff;
	padding: 45px 25px 5px 25px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	-webkit-transform: translate3d(100px, -25px, 0px);
	        transform: translate3d(100px, -25px, 0px);
	-webkit-box-shadow: 0px 1px 8px -4px #000;
	        box-shadow: 0px 1px 8px -4px #000;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 200;
}

.opened + .burger-nav-list {
	-webkit-transform: translate3d(-160px, -25px, 0px);
	        transform: translate3d(-160px, -25px, 0px);
	opacity: 1;
}

#toggle-burger.opened {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	z-index: -1
}

.burger-nav-list a {
	padding: 7px;
}

.burger-nav-list .burger-menu-item {
	margin-bottom: 32%;
	z-index: 1;
}

.buger-menu-icon-wrapper {
	cursor: pointer;
	padding: 10px 0px;
	margin-top: 3px;
}

.buger-menu-icon {
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 30px;
	background: #000;
	position: relative;
}

.buger-menu-icon:before {
	display: block;
	content: '';
	height: 3px;
	width: 25px;
	border-radius: 30px;
	top: 5px;
	background: #000;
	position: absolute;
}

.buger-menu-icon:after {
	display: block;
	content: '';
	height: 3px;
	width: 25px;
	border-radius: 30px;
	bottom: 5px;
	background: #000;
	position: absolute;
}

.primary-btn {
	padding: 14px 20px;
	background: #75c785;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.primary-btn:hover {
	background: #5bb56d;
}

.add-extension {
	display: inline-block;
	float: right;
}

.add-extension-smd {
	display: none;
}

.learn_about-smth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.extension_preview {

	padding-left: 235px;
	padding-right: 113px;
	position: relative;
	margin-top: -45px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.extension_images {
	position: relative;
}

.extension_images img {
	position: relative;
}

.extension_images .extension_1-img {
	z-index: 2;
}
.extension_images .extension_2-img {
	position: absolute;
	left: 205px;
	top: 132px;
	z-index: 1;
}

.description_extension {
	background: #fff;
	width: 390px;
	padding: 20px 15px 20px 15px;
	margin-top: 40px;

}

.description_title {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 25px;
}

.description_text {
	font-size: 16px;
    line-height: 1.4;
}

.imaged_description {
	margin-top: 95px;
	position: relative;
}

.imaged_description > div {
	position: relative;
}

.imaged_description > div > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
}
.riches img:last-child {
	top: 14%;
}


.setup_strategy {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 87%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 87%);
}

.imaged_description > .setup_strategy > img {
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 87%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 87%);*/
	top: -16.6%;
}

.execute {
	-webkit-clip-path: polygon(0 17%, 100% 0%, 100% 86%, 0 76%);
	clip-path: polygon(0 17%, 100% 0%, 100% 86%, 0 76%);
	margin-top: -10.3%;
}

.imaged_description > .execute > img.execute_img_top {
	/*-webkit-clip-path: polygon(0 17%, 100% 0%, 100% 86%, 0 76%);
	clip-path: polygon(0 17%, 100% 0%, 100% 86%, 0 76%);*/
	top: -17%;
}

.precision {
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 71%, 0 85%);
	clip-path: polygon(0 0, 100% 10%, 100% 71%, 0 85%);
	margin-top: -7.6%;
}

.imaged_description > .precision > img.precision_img_top {
	/*-webkit-clip-path: polygon(0 0, 100% 10%, 100% 71%, 0 85%);
	clip-path: polygon(0 0, 100% 10%, 100% 71%, 0 85%);*/
	top: -16.6%;
}

.riches {
	-webkit-clip-path: polygon(0% 14%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 14%, 100% 0, 100% 100%, 0 100%);
	margin-top: -9.8%;
}

.imaged_description > .riches > img.riches_img_top {
	/*-webkit-clip-path: polygon(0% 14%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0% 14%, 100% 0, 100% 100%, 0 100%);*/
	top: -14.6%;
}

.imaged_description > div > img:first-child {
	position: relative;
	z-index: -1;
	top: 0;
}


footer {
	background: #75c785;
	height: 280px;
	margin-top: 45px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

footer h2 {
	font-size: 45px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

footer p {
	margin-bottom: 50px;
	font-size: 21px;
}

.soc_icons-list li {
	display: inline-block;
	margin-right: 8px;
}

.icon-facebook {
	width: 45px;
	height:45px;
	background: url(../images/soc_icons/facebook.png) no-repeat center top / cover;
}

.icon-facebook:hover {
	background: url(../images/soc_icons/facebook_hover.png) no-repeat center top / cover;
	cursor: pointer;
}

.icon-google_plus {
	width: 45px;
	height:45px;
	background: url(../images/soc_icons/google_plus.png) no-repeat center top / cover;
}

.icon-google_plus:hover {
	background: url(../images/soc_icons/google_plus_hover.png) no-repeat center top / cover;
	cursor: pointer;
}

.icon-twitter {
	width: 45px;
	height:45px;
	background: url(../images/soc_icons/twitter.png) no-repeat center top / cover;
}

.icon-twitter:hover {
	background: url(../images/soc_icons/twitter_hover.png) no-repeat center top / cover;
	cursor: pointer;
}

.icon-instagram {
	width: 45px;
	height:45px;
	background: url(../images/soc_icons/instagram.png) no-repeat center top / cover;
}

.icon-instagram:hover {
	background: url(../images/soc_icons/instagram_hover.png) no-repeat center top / cover;
	cursor: pointer;
}

.icon-mail {
	width: 45px;
	height:45px;
	background: url(../images/soc_icons/mail.png) no-repeat center top / cover;
}

.icon-mail:hover {
	background: url(../images/soc_icons/mail_hover.png) no-repeat center top / cover;
	cursor: pointer;
}


.pop-up {
	width: 380px;
	height: 200px;
	position: fixed;
	background: #fff;
	border-radius: 20px;
	padding: 40px 25px 25px 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	bottom: 20px;
	right: 10px;
	z-index: 2000;
	-webkit-box-shadow: 0px 0px 5px -1px #000;
	        box-shadow: 0px 0px 5px -1px #000;
	-webkit-transform: translate3d(1000px, 10px, 10px);
	        transform: translate3d(1000px, 10px, 10px);

}

.pop-up p,  .pop-up a {
	margin-left: 115px;
}

.pop-up a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}

.pop-up a:hover {
	color: #5bb56d;
}

.pop-up a:active {
	color: #6ac97d;
}

.primary-form {
	background: #75c785;
	width: 322px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 9px;	
	-webkit-transition: all 1s;	
	-o-transition: all 1s;	
	transition: all 1s;
	overflow: hidden;
}

.primary-form input {
	background: #75c785;
	border: none;
	color: #fff;	
	font-weight: 600;
	padding-left: 25px;
	height: 90%;
    border-radius: 9px;
    width: 78%;
    margin-right: 10px;
}

.primary-form input:focus {
	background: #5bb56d;
}

.primary-form input::-webkit-input-placeholder {
	color: #fff;
	font-weight: 600;
}

.primary-form input::-moz-placeholder {
	color: #fff;
	font-weight: 600;
}

.primary-form input:-ms-input-placeholder {
	color: #fff;
	font-weight: 600;
}

.primary-form input::-ms-input-placeholder {
	color: #fff;
	font-weight: 600;
}

.primary-form input::placeholder {
	color: #fff;
	font-weight: 600;
}

.primary-form button {
	background: none;
	border: none;
}

.invalid-mail button[type="submit"] {
	cursor: not-allowed;
}

#succes_status_text, #error_status_text {
	display: none;
	font-size: 16px;
	margin-top:5px;
}

#succes_status_text {
	color: #75c785;
	font-size: 20px;
	font-weight: 600;
}
#error_status_text, #some_status_text {
	color: red;
}


/* Start window extension over 1366px*/

@media screen and (min-width: 1370px) {
	.header_wrap {
		height: 494px;
		/*height: 16.5%;	*/
	}

	header {
		padding: 30px 15px 25px 65px;
	}

	.logo {
		margin-right: 60px;
	}

	.nav-list .nav-item {
		margin-right: 6%;
	}
	.add-extension {
		padding: 16px 26px 15px 26px;
	    font-size: 14px;
	}

	.extension_preview {
		margin-top: -73px;
	}

	.imaged_description {
		margin-top: 105px;
	}

	footer {
		padding-top: 40px;
		height:277px;
	}
}

@media screen and (min-width: 1460px) {
	.header_wrap {
		height: 540px;
	}
}


@media screen and (min-width: 1630px) {
	.header_wrap {
		height: 590px;
	}

	.extension_preview {
		padding-left: 370px;
		padding-right: 220px;
	}
}

@media screen and (min-width: 1750px) {
	header {
		padding-right: 60px;
	}
}

@media screen and (min-width: 1780px) {
	.header_wrap {
		height: 620px;
	}
	.extension_preview {
		padding-left: 380px;
		padding-right: 380px;
	}
}

@media screen and (min-width: 1920px) {
	.header_wrap {
		height: 659px;
	}
	header {
		padding: 33px 75px 53px 73px;
	}
	.logo {
		margin-right: 100px;
	}
	.nav-list .nav-item {
		margin-right: 7%;
	}
	.extension_preview {
		padding-left: 435px;
		padding-right: 470px;
	}
	.imaged_description {
		margin-top: 132px;
	}
	footer {
		margin-top: 120px;
	}
}

/* End window extension over 1366px*/


/* Start window extension under 1366px*/

@media screen and (max-width: 1300px) {
	.extension_preview {
		padding-left: 170px;
		padding-right: 95px;
	}
}

@media screen and (max-width: 1280px) {
	.header_wrap {
		height: 438px;
	}
	header {
		padding: 13px 14px 38px 24px;
	}
	.logo {
		margin-right: 45px;
	}
	.nav-list .nav-item {
		margin-right: 4.9%;
	}
	.add-extension {
		padding: 15px 26px 17px 22px;
		font-size: 15px;
	}

	.extension_preview {
		margin-top: -55px;
	}
	footer {
		margin-top: 51px;
	}
}

@media screen and (max-width: 1205px) {
	.header_wrap {
		height: 410px;
	}
	.extension_preview {
		padding-left: 90px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 1100px) {
	.header_wrap {
		height: 370px;
	}
	header {
		padding: 15px 25px 30px;
	}
	.logo {
		margin-right: 35px;
	}
	.nav-list .nav-item {
		margin-right: 3.6%;;
	}
	.add-extension {
		position: absolute;
		bottom: 10px;
		left: 15px;
	}

	.extension_preview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding-left: 145px;
		padding-right: 145px; 
		margin-top: -25px;
		padding-bottom: 50px;
	}

	.description_extension {
		padding-left: 0px;
		width: 469px;
	}

	.description_title {
		margin-bottom: 0px;
	}

	.extension_images {
		margin-top: 10px;
	}

	.extension_images .extension_2-img {
		position: relative;
		top: 0;
		left: 80px;
	}

	.imaged_description {
		margin-top: 0;
	}
	
	footer {
		height: 258px;
	}

	footer p {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.header_wrap {
		height: 376px;
	}
	.description_title {
		font-weight: 600;
		font-size: 38px;
	}
	.description_text {
	    font-size: 17px;
	}
	.description_extension {
	    width: 492px;
	}
}


@media screen and (max-width: 970px) {
	.header_wrap {
		height: 342px;
	}
	header {
		padding: 13px 13px 18px;
	}
	.logo {
	    margin-right: 20px;
	}

	.nav-list .nav-item {
		margin-right: 2.5%;
	}

	.add-extension {
		bottom: 0;
	}

	.extension_preview {
		padding: 0 20px 0 100px;
	}

	.extension_images .extension_2-img {
		left: 50px;
	}

	.imaged_description {
		margin-top: 75px;
	}

	footer {
		margin-top: 75px;
		height: 230px;
		padding-top: 28px;
	}

	footer h2 {
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 880px) {
	.burger-menu {
		display: inline-block;
	}
	.nav-list.nav-full-size {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.header_wrap {
	    height: 341px;
	}

	header {
		padding: 10px 20px 12px
	}

	.add-extension {
	    padding: 12px 23px 13px 21px;
	    font-size: 14px;

	}

	.description_extension {
		margin-top: 30px;
		padding-left: 50px;
		width: 600px;
	}

	.description_text {
		font-size: 20px;
		line-height: 1.2;
	}

	.extension_images {
		margin-top: 0;
		display: block;
	}

	.extension_preview {
		padding-left: 55px;
		display: block;
	}

	.extension_images .extension_2-img {
		left: 36px;
	}

	.imaged_description {
	    margin-top: 35px;
	}

	.imaged_description > div > img {
		/*-webkit-transition: all 0s;
		 -o-transition: all 0s;
		 transition: all 0s;*/

		-webkit-transition: -webkit-transform 0.1s;
		 transition: -webkit-transform 0.1s;
		 -o-transition: transform 0.1s;
		 transition: transform 0.1s;
		 transition: transform 0.1s, -webkit-transform 0.1s;
	}

	footer {
		margin-top: 45px;
	}

	footer h2 {
	    margin-bottom: 25px;
	}
}

@media screen and (max-width: 780px) {
	.header_wrap {
	    height: 335px;
	}
	header {
		padding: 10px 15px 16px 13px;
	}

	.add-extension {
		left: 11px;
		bottom: 30px;
	}

	.description_extension {
		margin-top: 23px
		padding-bottom: 25px;

	}
	.extension_preview {
		padding-left: 45px;
	}
	.extension_images .extension_2-img {
		left: 40px;
	}
	.imaged_description {
		margin-top: 57px;
	}
	footer {
		padding-top: 20px;
		height: 277px;
	}
	footer p {
		margin-bottom: 53px;
	}
}

@media screen and (max-width: 740px) {
	.extension_preview {
		padding-left: 33px;
	}

	.description_extension {
		width: auto;
		padding-left: 60px;
		margin-top: -12px;
	}

	.description_text {
		font-size: 19px;
	}

	.extension_images .extension_2-img {
		left: -5px;
	}

	.extension_images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	footer {
		margin-top: 30px;
	}
}

@media screen and (max-width: 705px) {
	.add-extension {
		bottom: 25px;
	}

	.extension_preview {
		padding-left: 5px;
	}
	.extension_images .extension_2-img {
		left: 5px;
	}
	.description_extension {
		margin-top: -34px;
	}
	.imaged_description {
		margin-top: 27px;
	}
	footer {
		margin-top: 43px;
	}
	footer p {
		padding: 0px 50px;
		margin-bottom: 47px;
	}
	.soc_icons-list li {
		margin-right: 38px;
	}
	.soc_icons-list li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 655px) {
	.add-extension {
		bottom: 33px;
	}
	.description_extension {
		margin-top: 30px;
		padding-left: 18px;
		background: none;
	}
	.extension_images .extension_2-img {
		left: -79px;
	    top: 52px;
	}
	.extension_images {
		padding-bottom: 55px;
		padding: 0 0 55px 23px;
	}
	.imaged_description {
		margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	.description_extension {
		margin-top: 10px;
	}
	.add-extension {
		bottom: 18px;
	}


@media screen and (max-width: 600px) {
	.add-extension {
		bottom: 35px;
	}
	.extension_images {
		padding-left: 14px;
		padding-bottom: 0;
	}
	.extension_images .extension_2-img {
		left: inherit;
		top: inherit;
	}
	.extension_images img {
		width: 47%;
	}
}

@media screen and (max-width: 530px) {
	header {
		padding: 5px 22px 3px 6px;
	}
	.add-extension {
		bottom: 65px;
	}
	.extension_images {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.extension_images img {
		width: 64%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 485px) {
	.header_wrap {
		height: 260px;
	}
	.add-extension {
		padding: 8px 12px;
	    bottom: 20px;
	}
	.extension_images img {
		width: 85%;
	}
	footer {
		padding: 20px 10px;
	}
	footer h2 {
		margin-bottom: 13px;
	}

	footer p {
		margin-bottom: 30px;
	}
	.soc_icons-list li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 430px) {
	header {
		padding-top: 2px;
	}
	.logo img {
		width: 45px;
	}
}

@media screen and (max-width: 405px) {
	.extension_preview {
		padding-left: 20px;
	}
	.description_title {
		font-size: 31px;
	}
	.description_text {
		font-size: 16px;
	}
}

@media screen and (max-width: 385px) {
	.header_wrap {
		height: 230px;
	}
	.add-extension {
		bottom: 35px;
	}
	.pop-up.opened + .mobile-devices-bottom-field {
		height: 187px;
		width: 100%;
		background: #75c785;
	}
	footer h2 {
		margin-bottom: 0px;
	}
	.pop-up {
		bottom: 2px;
		right: 6px;
		width: 101%;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
}

@media screen and (max-width: 380px) {
	.extension_images img {
		width: 95%;
	}
	footer {
		height: auto;
	}
	footer h2 {
		letter-spacing: 1px;
		font-size: 40px;	
	}
	footer p {
		font-size: 18px;
	}
}	

@media screen and (max-width: 375px) {
	.header_wrap {
		height: 209px;
	}
	header {
		padding: 5px 22px 3px 6px;
	}
	.logo img {
		width: auto;
	}
	.add-extension {
		bottom: 0;
		font-size: 16px;
	    line-height: 14px;
	}
	.description_extension {
		padding: 20px 0 0 0;
		margin-top: 17px;
	}
	.description_title {
		margin-bottom: 10px;
	}
	.description_text {
		font-size: 14px;
	}
	.extension_images {
		padding-left: 0;
	}
	.extension_images .extension_2-img {
		padding-top: 0;
	}
	.imaged_description {
		margin-top: 27px;
	}
	footer {
		margin-top: 20px;
		padding: 10px 5px 10px 18px;
	}
	footer h2 {
		margin-bottom: 0px;
	}
	footer p {
		padding: 0;
	}
}

@media screen and (max-width: 360px) {
	header {
		padding-right: 8px;
	}
	.add-extension {
		left: 8px;
		bottom: 2px;
	}
	footer {
		margin-top: 19px;
	}
	footer p {
		margin-bottom: 37px;
	}
	.pop-up.opened + .mobile-devices-bottom-field {
		height: 200px;
	}
}

@media screen and (max-width: 350px) {
	header {
		padding-top: 1px;
	}
	.soc_icons-list li {
		margin-right: 5px;
	}
	.primary-form {
		width: auto;
	}
	.pop-up {
		padding: 20px 25px 25px 25px;
	}
	.pop-up p, .pop-up a {
		margin-left: 20px;
	}
}