* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body {
	height: 100%;
	font-family: "Noto-Sans-Arm", sans-serif;
	background-color: #f6f7f8;
	padding-bottom: 56px
}


.header-wp {
	width: 100%;
	position: fixed;
	z-index: 20;
}

header {
	width: 1100px;
	height: 90px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
	border-radius: 0 0 26px 26px;
	padding: 0 46px;

}

a.logo {
	height: 58px;
	width: 130px;
	display: block;
	background-image: url(../img/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 16px;
}

nav {
	height: inherit;
	font-weight: 500;
}

nav a,
nav a:visited {
	font-size: 17px;
	color: #474753;
	display: inline-block;
	line-height: 90px;
	padding: 0 18px;
	position: relative;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
}

nav a.active,
nav a:hover {
	color: #f9690e;
}

nav a.active:after,
nav a:hover:after {
	height: 4px
}

nav a:after {
	position: absolute;
	content: "";
	bottom: 0px;
	width: 80%;
	height: 0;
	border-radius: 4px 4px 0 0;
	background-color: #f9690e;
	left: 10%;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
}

.burger {
	width: 60px;
	height: 60px;
	background-image: url(../img/burger.svg);
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 14px;
	cursor: pointer;
	display: none;
}

.main {
	width: 1100px;
	background-image: url(../img/banner.webp);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	top: 120px;
	border-radius: 28px;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.5);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.5);
	z-index: 0;
}

.main:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.6);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(65, 65, 77, 0.6)), color-stop(50%, rgba(65, 65, 77, 0.8)), to(rgba(65, 65, 77, 0.5)));
	background: linear-gradient(0deg, rgba(65, 65, 77, 0.6) 0%, rgba(65, 65, 77, 0.8) 50%, rgba(65, 65, 77, 0.5) 100%);
	z-index: -1;
}

.main > .content {
	padding: 74px 46px 46px 46px;
	color: #f7f7f7;
	z-index: 100;
}

.main > .content h1 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 44px;
	text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.9);
}

.main > .content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 56px;
	text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5);
}

.main > .content a {
	color: #fff;
	display: block;
	background-color: #f9690e;
	width: 280px;
	text-align: center;
	line-height: 61px;
	font-weight: 500;
	-webkit-transition: .12s ease;
	transition: .12s ease;
	border-radius: 5px;

}

.main > .content a:hover {
	background-color: #ff771c;
}

section#services {
	width: 1100px;
	margin: 120px auto 40px;
	padding: 100px 0 0;
	color: #474753;
}

section#services > h2 {
	color: #f9690e;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 100px;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
}

.srv-wp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.srv {
	width: 42%;
	background-color: #eaecee;
	padding: 40px 30px 60px 30px;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
}

.srv:hover {
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.5);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.5);
	background-color: #f9690e;
	color: #f7f7f7;
}

.srv:hover > span:before {
	background-color: #fff;
}

.srv > h3 {
	display: block;
	margin-bottom: 34px;
	font-size: 30px;
}

.srv > span {
	display: block;
	padding-left: 22px;
	margin-bottom: 6px;
	position: relative;
	font-size: 18px;
}

.srv > span:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 20px;
	left: 0;
	top: 10px;
}

.srv-1:before {
	position: absolute;
	content: "";
	width: 220px;
	height: 220px;
	background-image: url(../img/s1.png);
	background-size: contain;
	right: -20px;
	bottom: -50px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.srv-2:before {
	position: absolute;
	content: "";
	width: 220px;
	height: 230px;
	background-image: url(../img/s2.png);
	background-size: contain;
	right: -20px;
	bottom: -50px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.srv-3:before {
	position: absolute;
	content: "";
	width: 220px;
	height: 250px;
	background-image: url(../img/s3.png);
	background-size: contain;
	right: -35px;
	bottom: -50px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.srv-4:before {
	position: absolute;
	content: "";
	width: 220px;
	height: 250px;
	background-image: url(../img/s4.png);
	background-size: contain;
	right: -20px;
	bottom: -60px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

section#about {
	width: 1100px;
	margin: 0 auto 60px;
	padding: 100px 46px 120px;
	color: #474753;
	background-color: #eaecee;
	border-radius: 28px;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
}

section#about > h2 {
	color: #f9690e;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 46px;
	text-transform: uppercase;
	margin-top: 20px;
}

section#about > p {
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #474753;
	width: 100%;
	margin: 0 auto 30px;
}

.data-wp {
	width: 100%;
	margin-top: 72px;
	background-color: #f9690e;
	border-radius: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.3);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.3);
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.data-wp:hover {
	background-color: #ff771c;
}

.data {
	width: 33%;
	color: #fff;
	padding: 20px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: 84px;
	background-position: center 50px;
	position: relative;
}

.data:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 140px;
	background-color: rgba(255, 255, 255, 0.3);
	right: 0;
	top: 90px;
}

.data:last-child:after {
	display: none;
}

.data > span {
	display: block;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.data > span.count {
	font-size: 56px;
	font-weight: 600;
	padding: 135px 0 10px;
}

.data > span.desk {
	font-size: 18px;
}

.data-1 {
	background-image: url(../img/schedule.png);
}

.data-2 {
	background-image: url(../img/account.png);
}

.data-3 {
	background-image: url(../img/feedback.png);
}

section#about > h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	padding-top: 100px;
	padding-bottom: 62px;
	text-transform: uppercase;
}

@-webkit-keyframes scroll {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(calc(-254px * 11));
		transform: translateX(calc(-245px * 11));
	}
}

@keyframes scroll {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(calc(-254px * 11));
		transform: translateX(calc(-245px * 11));
	}
}

@-webkit-keyframes scroll-2 {

	0%,
	100% {
		-webkit-transform: translateX(calc(-254px * 11));
		transform: translateX(calc(-245px * 11));
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes scroll-2 {

	0%,
	100% {
		-webkit-transform: translateX(calc(-254px * 11));
		transform: translateX(calc(-245px * 11));
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slider {
	height: 102px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 18px;
}

.slider::before,
.slider::after {
	background: -webkit-gradient(linear, left top, right top, from(#eaecee), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #eaecee 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 120px;
	z-index: 10;
}

.slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	-webkit-animation: scroll 150s linear infinite;
	animation: scroll 150s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(254px * 22);
}

.slider-2 .slide-track {
	-webkit-animation: scroll-2 150s linear infinite;
	animation: scroll-2 150s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(254px * 22);
}

.slider .slide {
	height: 100px;
	width: 240px;
	background-color: #fff;
	border-radius: 12px;
	background-size: 160px;
	margin-right: 14px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider .s1 {
	background-image: url(../img/partners/1.jpg)
}

.slider .s2 {
	background-image: url(../img/partners/2.jpg)
}

.slider .s3 {
	background-image: url(../img/partners/3.jpg)
}

.slider .s4 {
	background-image: url(../img/partners/4.jpg)
}

.slider .s5 {
	background-image: url(../img/partners/5.jpg)
}

.slider .s6 {
	background-image: url(../img/partners/6.jpg)
}

.slider .s7 {
	background-image: url(../img/partners/7.jpg)
}

.slider .s8 {
	background-image: url(../img/partners/8.jpg)
}

.slider .s9 {
	background-image: url(../img/partners/9.jpg)
}

.slider .s10 {
	background-image: url(../img/partners/10.jpg)
}

.slider .s11 {
	background-image: url(../img/partners/11.jpg)
}

.slider .s12 {
	background-image: url(../img/partners/12.jpg)
}

.slider .s13 {
	background-image: url(../img/partners/13.jpg)
}

.slider .s14 {
	background-image: url(../img/partners/14.jpg)
}

.slider .s15 {
	background-image: url(../img/partners/15.jpg)
}

.slider .s16 {
	background-image: url(../img/partners/16.jpg)
}

.slider .s17 {
	background-image: url(../img/partners/17.jpg)
}

.slider .s18 {
	background-image: url(../img/partners/18.jpg)
}

.slider .s19 {
	background-image: url(../img/partners/19.jpg)
}

.slider .s20 {
	background-image: url(../img/partners/20.jpg)
}

.slider .s21 {
	background-image: url(../img/partners/21.jpg)
}

.slider .s22 {
	background-image: url(../img/partners/22.jpg)
}

.slider .s23 {
	background-image: url(../img/partners/23.jpg)
}

.slider .s24 {
	background-image: url(../img/partners/24.jpg)
}

.slider .s25 {
	background-image: url(../img/partners/25.jpg)
}

.slider .s26 {
	background-image: url(../img/partners/26.jpg)
}

.slider .s27 {
	background-image: url(../img/partners/27.jpg)
}

.slider .s28 {
	background-image: url(../img/partners/28.jpg)
}

.slider .s29 {
	background-image: url(../img/partners/29.jpg)
}

.slider .s30 {
	background-image: url(../img/partners/30.jpg)
}

.slider .s31 {
	background-image: url(../img/partners/31.jpg)
}

.slider .s32 {
	background-image: url(../img/partners/32.jpg)
}

.slider .s33 {
	background-image: url(../img/partners/33.jpg)
}

.slider .s34 {
	background-image: url(../img/partners/34.jpg)
}

.slider .s35 {
	background-image: url(../img/partners/35.jpg)
}

.slider .s36 {
	background-image: url(../img/partners/36.jpg)
}

.slider .s37 {
	background-image: url(../img/partners/37.jpg)
}

.slider .s38 {
	background-image: url(../img/partners/38.jpg)
}

.slider .s39 {
	background-image: url(../img/partners/39.jpg)
}

.slider .s40 {
	background-image: url(../img/partners/40.jpg)
}

.slider .s41 {
	background-image: url(../img/partners/41.jpg)
}

.slider .s42 {
	background-image: url(../img/partners/42.jpg)
}

.soc-btn-wp{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.soc-btn-wp > a{
  display: block;
  background-color: red;
  padding: 26px 50px 26px 80px;
  border-radius: 12px;
  margin: 0 10px 26px;
  color: #fff;
  font-size: 18px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 22px center;
  -webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.3);
  box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.3);
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.soc-btn-wp > a.instagram{
  background-color: #ea2c8b;
  background-image: url(../img/inst-wt.svg);
}
.soc-btn-wp > a.instagram:hover{
  background-color: #f93b9a;
}
.soc-btn-wp > a.facebook{
  background-color: #1d7cf7;
  background-image: url(../img/fb-wt.svg);
}
.soc-btn-wp > a.facebook:hover{
  background-color: #2887ff;
}

section#contacts {
	width: 1100px;
	margin: 0 auto;
	padding: 120px 46px 56px;
	color: #eee;
	background-color: #41414d;
	border-radius: 28px;
	-webkit-box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
	box-shadow: 0 15px 20px -15px rgba(34, 34, 34, 0.2);
}

.sides-wp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 58px;
}

.sides-wp > .l-side {
	width: 45%;
}

.success {
	width: 100%;
	display: block;
	padding: 18px 18px 18px 58px;
	background-color: #292;
	background-image: url(../img/check.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: 18px center;
	margin-bottom: 14px;
	border-radius: 6px;
	color: #fff;
}

input[type="text"] {
	width: 100%;
	line-height: 48px;
	font-family: "Noto-Sans-Arm", sans-serif;
	font-size: 16px;
	padding: 0 20px;
	border: 2px solid #fff;
	margin-bottom: 14px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 6px;
}

textarea {
	width: 100%;
	min-height: 180px;
	max-height: 400px;
	resize: vertical;
	font-family: "Noto-Sans-Arm", sans-serif;
	font-size: 16px;
	padding: 16px 20px;
	border: 2px solid #fff;
	margin-bottom: 14px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 6px;
}

input[type="text"]:focus,
textarea:focus {
	border-color: #f9690e;
}

input[type="submit"] {
	width: 100%;
	line-height: 65px;
	font-family: "Noto-Sans-Arm", sans-serif;
	font-size: 18px;
	border: none;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 6px;
	background-color: #f9690e;
	color: #fff;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #ff771c;
}


.sides-wp > .r-side {
	width: 52%;
	background-color: #474753;
	border-radius: 16px;
	overflow: hidden;
	font-size: 18px;
}

.sides-wp > .r-side a {
	display: block;
	color: #eee;
	padding-bottom: 28px;
	padding-left: 70px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.sides-wp > .r-side a:hover {
	color: #ccc;
}

.cnt-data {
	padding: 36px 24px 36px 0;
}

.address {
	background-image: url(../img/pin.svg);
	background-repeat: no-repeat;
	background-position: 23px center;
	background-size: 28px;
	line-height: 28px;
	padding-left: 70px;
	display: block;
	margin-bottom: 28px;
}

.phones {
	display: block;
	padding-bottom: 10px;
	background-image: url(../img/phone.svg);
	background-repeat: no-repeat;
	background-position: 23px 15px;
	background-size: 24px;
}

.phones a {
	padding-bottom: 12px !important;
}

.mail {
	background-image: url(../img/mail.svg);
	background-repeat: no-repeat;
	background-position: 24px 0;
	background-size: 25px;
	padding-left: 60px;
	display: block;
	padding-top: 1px;
}

.instagram {
	background-image: url(../img/inst.svg);
	background-repeat: no-repeat;
	background-position: 24px 0;
	background-size: 25px;
	padding-left: 60px;
	display: block;
	padding-top: 1px;
}

.facebook {
	background-image: url(../img/fb.svg);
	background-repeat: no-repeat;
	background-position: 24px 0;
	background-size: 26px;
	padding-left: 60px;
	display: block;
	padding-top: 1px;
}

iframe {
	margin-top: 58px;
	width: 100%;
	height: 400px;
	border-radius: 16px;
	opacity: .9;
}

.mob-nav-wp {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: none;
}

.mob-nav {
	width: 420px;
	background-color: #f6f7f8;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 0 80px rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 80px rgba(34, 34, 34, 0.5);
}

.mob-nav > .close {
	width: 60px;
	height: 60px;
	display: block;
	margin: 14px 10px;
	background-image: url(../img/close.svg);
	background-size: 48px;
	background-position: center;
	cursor: pointer;
	margin-bottom: 25px;
}

.mob-nav > a,
.mob-nav > a:visited {
	width: 100%;
	display: block;
	line-height: 80px;
	padding-left: 30px;
	font-size: 20px;
	border-bottom: 1px solid #e1e1e1;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in;
	color: #41414d;
}

.mob-nav > .active {
	color: #f9690e !important;
	padding-left: 40px;
}

.mob-nav > a:hover {
	padding-left: 40px;
}

@media (max-width:1120px) {
	body {
		padding-bottom: 0;
	}

	header,
	section#contacts {
		width: 100%;
	}

	.main,
	section#services,
	section#about {
		width: 98%
	}

	section#contacts {
		border-radius: 28px 28px 0 0;
	}
}

@media (max-width:900px) {
	nav {
		display: none;
	}

	.burger {
		display: block;
	}

	.srv {
		width: 65%;
		margin-bottom: 26px;
	}

	section#services > h2 {
		padding-bottom: 60px;
	}

	.data > span.count {
		font-size: 38px;
		padding: 150px 0 10px;
	}

	section#contacts > h2 {
		text-align: center;
	}

	.sides-wp > .l-side {
		width: 80%;
		margin: 0 auto 62px;
	}

	.sides-wp > .r-side {
		width: 80%;
		margin: 0 auto;
	}

	iframe {
		width: 80%;
		margin: 52px auto 0;
	}
}

@media (max-width:600px) {

	.main,
	section#services,
	section#about,
		{
		width: 96%
	}

	header {
		padding: 0 28px;
	}

	.main > .content {
		padding: 74px 28px 46px 28px;
	}

	.main > .content h1 {
		font-size: 5vw;
	}

	.main > .content p {
		font-size: 16px;
		line-height: 26px;
	}

	.main > .content a {
		width: 100%;
	}

	section#about {
		padding: 100px 28px 120px;
	}

	section#about > h2,
	section#services > h2 {
		font-size: 6vw;
	}

	.srv {
		width: 96%
	}

	.srv > h3 {
		font-size: 5vw;
	}

	.srv-1:before {
		bottom: -30px;
	}

	.srv-2:before {
		bottom: -70px;
	}

	.srv-3:before {
		bottom: -62px;
	}

	.srv-4:before {
		bottom: -95px;
	}

	section#about > p {
		text-align: center;
		font-size: 16px;
		line-height: 26px;
	}

	.data-wp {
		width: 92%;
		margin: 72px auto 0;
	}

	.data {
		width: 100%;
	}

	.data:after {
		width: 50%;
		height: 2px;
		right: 25%;
		top: 0;
	}

	.data:first-child:after {
		display: none;
	}

	.data:last-child:after {
		display: block;
	}

	section#contacts {
		padding: 120px 28px 56px;
	}

	section#about > h3 {
		font-size: 5vw;
	}

	section#contacts > h2 {
		font-size: 22px;
	}

	.sides-wp > .l-side {
		width: 100%;
	}

	.sides-wp > .r-side {
		width: 100%;
	}

	iframe {
		width: 100%;
		margin: 52px auto 0;
	}

	.mob-nav {
		width: 100%;
		padding: 30px;
	}
}
