@font-face{
	font-display: swap;
	font-family: 'AvenirNextCyr-Regular';
	src: url('../../../fonts/AvenirNextCyr/avenirnextcyr-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'ClearSans-Regular';
	src: url('../../../fonts/clearSans/ClearSans-Regular_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'ClearSans-Medium';
	src: url('../../../fonts/clearSans/ClearSans-Medium_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'ClearSans-Bold';
	src: url('../../../fonts/clearSans/ClearSans-Bold_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'spaceGothic';
	src: url('../../../fonts/otherPages/service-tools/spaceGothic.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
#main{
	padding: 0 !important;
}
#content{
	font-family: 'ClearSans-Regular', sans-serif;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D1D8E0;
}
.logo{
	height: 100%;
	width: 100%;
	max-width: 270px;
}
.logo a{
	display: block;
	margin: 0 auto;
	height: 100%;
	max-width: 255px;
	background: url(../../../images/main-logo.png) no-repeat center/contain;
}
.header + .mainbanner{
	margin-top: 65px;
}
.menu,
.menu-lists,
.header__wrap{
	display: flex;
	align-items: stretch;
}
.header__wrap{
	height: 65px;
	justify-content: space-between;
}
.mobile_device .header__wrap{
	justify-content: space-around;
}
.mob-menu{
	display: none !important;
}
.menu-list:not(:last-child){
	margin-right: 15px;
}
.menu-list{
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.menu-list a{
	font-size: 16px;
	line-height: 18px;
	color: #444B4E;
}
.menu-list:hover a{
	font-weight: 600;
	color: #6600FF;
}
.mainbanner__title{
	position: absolute;
	top: 50%;
	right: 12%;
	display: flex;
	flex-direction: column;
	font-family: 'spaceGothic';
	font-size: 110px;
	line-height: 1;
	text-align: center;
	letter-spacing: 8px;
	opacity: .85;
	transform: translateY(-50%);
	z-index: 8;
}
.mainbanner__title-line:first-child{
	background: #FF9600;
	background: linear-gradient(to bottom, #FF9600 0%, #FFF000 55%);
	filter: drop-shadow(0 0 4px #00EDF1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #40127F;
}
.mainbanner__title-line:last-child{
	background: #FF9600;
	background: linear-gradient(to top, #FF9600 0%, #FFF000 55%);
	filter: drop-shadow(0 0 4px #00EDF1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #40127F;
}
.mainbanner{
	position: relative;
	background: #100B28;
}
.mainbanner .wrap{
	position: relative;
	height: 500px;
	padding: 0;
	background: url(../../../images/otherPages/service-tools/banner-back.png) no-repeat center/cover;
}
@media (max-width: 1600px){
	.mainbanner .wrap{
		overflow: hidden;
	}
}
.static-elem,
.animate-elem{
	position: absolute;
	z-index: 3;
}
.static-elem-1{
	left: 7%;
	bottom: 0;
	z-index: 2;
}
.static-elem-2{
	height: 223px;
	width: 100%;
	background: url(../../../images/otherPages/service-tools/banner-bottom.png) repeat-x center/cover;
	bottom: -1px;
	z-index: 1;
}
.animate-elem--1{
	width: 160px;
	right: 90%;
	bottom: 55%;
	-webkit-animation: animate-rotate--left 26s infinite linear;
	animation: animate-rotate--left 26s infinite linear;
}
.animate-elem--2{
	width: 100px;
	right: 52%;
	bottom: 65%;
	-webkit-animation: animate-rotate--left 19s infinite linear;
	animation: animate-rotate--left 19s infinite linear;
}
.animate-elem--3{
	width: 160px;
	right: 25%;
	bottom: 75%;
	-webkit-animation: animate-rotate--right 28s infinite linear;
	animation: animate-rotate--right 28s infinite linear;
}
.animate-elem--4{
	width: 65px;
	right: 3%;
	bottom: 65%;
	-webkit-animation: animate-rotate--left 20s infinite linear;
	animation: animate-rotate--left 20s infinite linear;
}
.animate-elem--5{
	width: 65px;
	right: 85%;
	bottom: 15%;
	-webkit-animation: animate-rotate--left 20s infinite linear;
	animation: animate-rotate--left 20s infinite linear;
}
.animate-elem--6{
	width: 180px;
	right: 48%;
	bottom: 15%;
	-webkit-animation: animate-rotate--right 45s infinite linear;
	animation: animate-rotate--right 45s infinite linear;
}
.animate-elem--7{
	width: 65px;
	right: 42%;
	bottom: 22%;
	-webkit-animation: animate-rotate--left 15s infinite linear;
	animation: animate-rotate--left 15s infinite linear;
}
.animate-elem--8{
	width: 65px;
	right: 13%;
	bottom: 25%;
	-webkit-animation: animate-rotate--left 17s infinite linear;
	animation: animate-rotate--left 17s infinite linear;
}
.animate-elem--9{
	width: 120px;
	right: 2%;
	bottom: 20px;
	-webkit-animation: animate-rotate--right 20s infinite linear;
	animation: animate-rotate--right 20s infinite linear;
}
@media (max-width: 1300px){
	.animate-elem--4,
	.animate-elem--7,
	.animate-elem--8{
		display: none;
	}
}
@media (max-width: 1000px){
	.animate-elem--2,
	.animate-elem--6{
		display: none;
	}
	.static-elem-1{
		left: 50%;
		width: max-content;
		transform: translateX(-50%);
	}
	.mainbanner__title{
		right: 50%;
		width: 100%;
		transform: translate(50%, -50%);
	}
}
@media (max-width: 700px){
	.animate-elem{
		display: none;
	}
	.mainbanner__title{
		font-size: 80px;
	}
}
@media (max-width: 560px){
	.mainbanner .wrap{
		height: 320px;
	}
	.static-elem-1{
		max-width: 400px;
	}
	.mainbanner__title{
		font-size: 65px;
	}
}
@media (max-width: 460px){
	.mainbanner__title{
		font-size: 42px;
	}
}
.counter{
	position: absolute;
	top: 90px;
	right: 20px;
	width: 190px;
	height: 120px;
	background: url(../../../images/otherPages/service-tools/counter.png) no-repeat center/contain;
	z-index: 8;
}
.counter__display{
	position: absolute;
	top: 45px;
	left: 20px;
	right: 17px;
	height: 58px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0 10px;
	font-family: 'spaceGothic';
	color: #0DCE5A;
}
.counter__quantity{
	padding-top: 5px;
	font-size: 2.5em;
	line-height: 1;
}
.counter__dots{
	font-size: 2.5em;
	animation: blink 2s infinite;
}
@keyframes blink{
	0%, 50%, 100%{
		opacity: 1;
	}
	25%, 75%{
		opacity: 0;
	}
}
.counter__text{
	font-size: 1em;
	flex-shrink: 0;
	line-height: 1;
}
#select, #why_us, #contacts, #reviews, #video{
	border-top: 35px solid transparent;
	margin-top: -35px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.title{
	margin: 40px 0;
	font-size: 2.5em;
	line-height: 1;
	text-align: center;
}
.svg{
	width: 1em;
	height: 1em;
	font-size: 32px;
}
.catalog-navigation{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-bottom: 25px;
}
.catalog-filter__button,
.catalog-filter__button-reset{
	display: none;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFC700;
	border-radius: 5px;
}
.catalog-filter__button:hover,
.catalog-filter__button-reset:hover,
.catalog-filter__button--active{
	background-color: #FFC700;
}
.catalog-filter__button-text{
	text-transform: uppercase;
}
.catalog-filter__list{
	display: flex;
	gap: 10px;
}
@media (min-width: 1001px){
	.catalog-filter__item:hover .catalog-filter__link,
	.catalog-filter__item--active .catalog-filter__link{
		background-color: #FFC700;
	}
	.catalog-filter__link{
		display: flex;
		align-items: center;
		max-width: 250px;
		height: 45px;
		padding: 5px;
		text-align: center;
		background-color: #FFFFFF;
		border: 1px solid #FFC700;
		border-radius: 5px;
		transition: color .1s linear, background .1s linear;
	}
}
.catalog-filter__link span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: normal;
}
.catalog-switch{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.catalog-switch::after{
	position: absolute;
	top: 0;
	left: -12px;
	bottom: 0;
	content: '';
	width: 1px;
	background-color: #E2E2E2;
}
.catalog-switch__button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFC700;
	border-radius: 5px;
}
.catalog-switch__button--active{
	cursor: default;
}
.catalog-switch__button:hover,
.catalog-switch__button--active{
	background-color: #FFC700;
}
.catalog-switch__button .svg{
	stroke: #FFC700;
}
.catalog-switch__button--tile .svg{
	fill: #FFC700;
}
.catalog-switch__button:hover .svg,
.catalog-switch__button--active .svg{
	stroke: #FFFFFF;
}
.catalog-switch__button--tile.catalog-switch__button:hover .svg,
.catalog-switch__button--tile.catalog-switch__button--active .svg{
	fill: #FFFFFF;
}
.product-list{
	position: relative;
}
.catalogue-list{
	display: flex;
	flex-wrap: wrap;
}
.catalogue-list::after{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	background-color: #FFFFFF;
	z-index: 2;
}
.catalogue-list .product-item{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	width: 33.33%;
	margin: 0 -1px 0 0;
	padding: 10px;
}
.catalogue-list .product-item::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 90%;
	height: 1px;
	background-color: #D1D8E0;
	transform: translateX(-50%);
	z-index: 1;
}
.product-item__button{
	position: relative;
	max-width: 320px;
	font-family: 'AvenirNextCyr-Regular';
	background-color: transparent;
	overflow: hidden;
}
.product-item__button .product-item__sticker{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	border: 1px solid #45AAF2;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .8);
	z-index: 1;
}
.product-item__button:hover .product-item__img{
	transform: scale(1.05);
}
.product-item__button:hover .product-item__title{
	text-shadow: 1px 0 0 #444B4E;
}
.product-item__img{
	width: 100%;
	max-width: 335px;
}
.product-item__title{
	margin-top: 15px;
	font-size: 15px;
	text-align: center;
}
.product-item__container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}
.product-item .btn:not(.not-available){
	width: auto;
	margin: 15px auto 0;
	padding: 10px 10px;
	font-size: 15px;
	background-color: #45AAF2;
	border: 1px solid #45AAF2;
	border-radius: 5px;
	color: #FFFFFF;
	transition: color 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000), background 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.product-item .btn:not(.not-available):hover{
	color: #45AAF2;
	background: #FFFFFF;
}
.product-item .btn.popup_basket_opener{
	background-color: #00B175;
	border-color: #00B175;
}
.product-item .btn.popup_basket_opener:hover{
	color: #00B175;
	background: #FFFFFF;
}
.product-item .btn.popup_basket_opener::before,
.product-item .btn:not(.popup_basket_opener):not(.not-available)::before{
	margin-right: 5px;
	font-family: 'fontello';
	content: '\e818';
}
.product-item__container .btn{
	margin: 0;
}
/* вид товаров списком */
.product-list:not(.catalogue-list){
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 40px;
	padding: 10px 0;
}
.product-list:not(.catalogue-list)::after{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	content: '';
	width: 1px;
	background-color: #E2E2E2;
	transform: translateX(-50%);
}
.product-list:not(.catalogue-list) .product-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px 20px;
	width: 100% !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
}
.product-list:not(.catalogue-list) .product-item__button{
	max-width: initial;
}
.product-list:not(.catalogue-list) .product-item__sticker,
.product-list:not(.catalogue-list) .product-item__img{
	display: none !important;
}
.product-list:not(.catalogue-list) .product-item__title{
	margin-top: initial;
	text-align: initial;
}
.product-list:not(.catalogue-list) .product-item__container{
	width: auto;
}
.product-list:not(.catalogue-list) .btn{
	margin: 0;
	flex-shrink: 0;
}
/* ------------------- */
.info-list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 25px 15px;
}
.info-item{
	width: 210px;
}
.info-item__img{
	position: relative;
	max-width: 170px;
	margin: 0 auto;
	text-align: center;
}
.info .info-item__img::after{
	position: absolute;
	top: 98%;
	left: 0;
	right: 0;
	height: 15px;
	content: '';
	background: url(../../../images/otherPages/service-tools/icon-shadow.png) no-repeat center/cover;
}
.info-item__img img{
	transition: transform .2s linear;
}
.info-item__text{
	margin-top: 15px;
	text-align: center;
}
.info .info-item:hover .info-item__img img{
	animation: bubble 5s ease-in-out infinite;
}
.info-item:hover .info-item__text{
	text-shadow: 0 0 1px #444B4E;
}
.engineer .info-list{
	flex-wrap: nowrap;
}
.engineer .info-list.slick-initialized{
	display: block;
}
.engineer .info-item__img{
	aspect-ratio: 1/1;
	background-size: cover;
	background-repeat: no-repeat;
}
.engineer .info-item:hover .info-item__img{
	background-position: -170px 0;
}
.video__container{
	background-color: #EFEFEF;
}
.video__container--banner{
	background: url('/images/otherPages/service-tools/video-bg.png') no-repeat center/cover;
	aspect-ratio: 250 / 73;
	cursor: pointer;
}
.video__container iframe{
	max-width: 750px;
	margin: 0 auto;
	aspect-ratio: 16/9;
}
.wrap-contacts{
	background-color: #F2F2F2;
}
.contacts .tab-into-accordion{
	border-radius: 25px;
	padding: 25px 30px;
	margin-bottom: 0;
	/* background-color: #F6F6F6; */
	/* box-shadow: inset 0 0 60px 10px rgba(102, 0, 255, .07); */
	/* border: 1px solid #EAE5F1; */
}
.contacts .tab-into-accordion > ul{
	gap: 0 20px;
	border-bottom: 1px solid #C6C6C6;
}
.contacts .tab-into-accordion__button{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	font-family: var(--main-medium-font);
	font-size: 18px;
	border: 0 none;
	color: #202F53;
	background-color: inherit;
	white-space: nowrap;
}
.contacts .tab-into-accordion__item--active .tab-into-accordion__button::after{
	display: none;
}
.contacts .tab-into-accordion__button:hover::before,
.contacts .tab-into-accordion__item--active .tab-into-accordion__button::before{
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	content: '';
	height: 3px;
	width: 100%;
	background-color: #202F53;
}
.contacts .tab-into-accordion__button:hover,
.contacts .tab-into-accordion__item--active .tab-into-accordion__button{
	font-weight: 600;
	background-color: transparent;
	color: #444B4E;
}
div.tab-into-accordion__item{
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
}
.contacts-holder{
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 50px 25px;
	padding: 50px;
}
.contacts-container__title{
	margin: 15px 0;
	font-family: var(--main-medium-font);
	font-size: 18px;
	line-height: 1;
	color: #202F53;
}
.contacts-container--contact{
	display: flex;
	flex-direction: column;
}
.contacts-container--contact .contacts-container__content{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 18px;
	font-family: var(--main-roman-font);
}
.contacts-container--contact .contacts-container__content img{
	max-width: 30px;
	margin: 0;
}
.show-photo-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	width: 230px;
	margin: auto auto 0;
	padding: 10px 15px;
	font-family: 'AvenirNextCyr-Regular';
	font-size: 18px;
	border-radius: 5px;
	background-color: #C4AEF0;
	transition: background-color .2s;
}
.show-photo-btn:hover{
	background-color: #B899F6;
}
.show-photo-btn::after,
.show-photo-btn::before{
	content: '▽';
	font-size: 22px;
	line-height: 18px;
	height: 16px;
}
.show-photo-btn.active::after,
.show-photo-btn.active::before{
	transform: rotate(180deg);
}
.contacts-container--map .contacts-container__content,
.photo-slider__item{
	margin: 0 15px;
	border: 4px solid #FFFFFF;
	border-radius: 5px;
}
.contacts-container iframe{
	height: 350px;
	width: 100%;
}
.contacts-container--photo{
	display: none;
	grid-column: 1/-1;
}
.photo-slider img{
	height: auto;
}
@media (min-width: 1440px){
	.catalogue-list .product-item{
		width: 25%;
	}
	.catalogue-list .product-item:nth-of-type(4n+4)::after{
		display: none;
	}
}
@media (min-width: 961px) and (max-width: 1439px){
	.product-item:nth-of-type(3n+3)::after{
		display: none;
	}
}
@media (max-width: 1000px){
	.counter,
	.catalog-switch::after{
		display: none;
	}
	.header__wrap{
		align-items: center;
	}
	.mob-menu{
		display: block !important;
		align-self: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		padding-top: 12px;
	}
	.icon-bar{
		display: block;
		width: 26px;
		height: 3px;
		background: #D1D8E0 !important;
		margin: 0 auto 4px;
		border-radius: 5px;
	}
	.mob-menu.cross .icon-bar{
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.mob-menu.cross .icon-bar:nth-child(1){
		-webkit-transform: translate(-50%, -50%) rotateZ(40deg);
		transform: translate(-50%, -50%) rotateZ(40deg);
	}
	.mob-menu.cross .icon-bar:nth-child(2){
		opacity: 0;
	}
	.mob-menu.cross .icon-bar:nth-child(3){
		-webkit-transform: translate(-50%, -50%) rotateZ(-40deg);
		transform: translate(-50%, -50%) rotateZ(-40deg);
	}
	.menu-lists{
		display: none;
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;
		padding: 10px 0;
		background-color: #FFFFFF;
		text-align: center;
		-webkit-box-shadow: 0 5px 5px 0 rgba(146, 146, 146, 0.5);
		box-shadow: 0 5px 5px 0 rgba(146, 146, 146, 0.5);
		z-index: 10;
	}
	.menu-list{
		justify-content: center;
		margin: 10px;
	}
	.catalog-navigation{
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px;
	}
	.catalog-filter{
		position: relative;
		display: flex;
		gap: 10px;
	}
	.catalog-filter__button,
	.catalog-filter__button-reset{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.catalog-filter__list{
		display: none;
		position: absolute;
		top: calc(100% + 2px);
		width: 290px;
		flex-direction: column;
		padding: 20px;
		background-color: #FFFFFF;
		border: 1px solid #FFC700;
		border-radius: 5px;
		box-shadow: 0 0 5px 0 #747D81;
		z-index: 5;
	}
	.catalog-filter__list--active{
		display: flex;
	}
	.catalog-filter__item:hover .catalog-filter__link,
	.catalog-filter__item--active .catalog-filter__link{
		text-shadow: 0 0 1px #444B4E;
	}
}
@media (max-width: 960px){
	.catalogue-list .product-item{
		width: 50%;
	}
	.product-list:not(.catalogue-list)::after,
	.catalogue-list .product-item:nth-of-type(2n+2)::after{
		display: none;
	}
	.product-list:not(.catalogue-list){
		grid-template-columns: 1fr;
	}
}
@media (max-width: 860px){
	.contacts-holder{
		grid-template-columns: 100%;
		gap: 15px 0;
		padding: 15px;
	}
	.contacts-container__title{
		margin: 10px 0;
		font-size: 16px;
	}
	.contacts-container--contact .contacts-container__content{
		font-size: 15px;
	}
	.contacts-container--map .contacts-container__content{
		margin: 0;
	}
	.show-photo-btn,
	.contacts-container--photo{
		display: none !important;
	}
}
@media (max-width: 540px){
	.catalogue-list .product-item{
		max-width: 275px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.catalogue-list > li::after{
		display: none;
	}
	.product-list:not(.catalogue-list) .product-item{
		flex-direction: column;
	}
	.product-list:not(.catalogue-list) .product-item__title{
		text-align: center;
	}
}
/*Animation*/
@-webkit-keyframes animate-rotate--right{
	from{
		-webkit-transform: rotate(0deg) translate(-25px) rotate(360deg);
		transform: rotate(0deg) translate(-25px) rotate(360deg);
	}
	to{
		-webkit-transform: rotate(360deg) translate(-25px) rotate(-360deg);
		transform: rotate(360deg) translate(-25px) rotate(-360deg)
	}
}
@keyframes animate-rotate--right{
	from{
		-webkit-transform: rotate(0deg) translate(-25px) rotate(360deg);
		transform: rotate(0deg) translate(-25px) rotate(360deg);
	}
	to{
		-webkit-transform: rotate(360deg) translate(-25px) rotate(-360deg);
		transform: rotate(360deg) translate(-25px) rotate(-360deg)
	}
}
@-webkit-keyframes animate-rotate--left{
	from{
		-webkit-transform: rotate(0deg) translate(-6px) rotate(360deg);
		transform: rotate(0deg) translate(-25px) rotate(360deg)
	}
	to{
		-webkit-transform: rotate(-360deg) translate(-6px) rotate(-360deg);
		transform: rotate(-360deg) translate(-25px) rotate(-360deg)
	}
}
@keyframes animate-rotate--left{
	from{
		-webkit-transform: rotate(0deg) translate(-6px) rotate(-360deg);
		transform: rotate(0deg) translate(-25px) rotate(-360deg)
	}
	to{
		-webkit-transform: rotate(-360deg) translate(-6px) rotate(360deg);
		transform: rotate(-360deg) translate(-25px) rotate(360deg)
	}
}
@keyframes bubble{
	0%{
		transform: rotate(0);
	}
	25%{
		transform: rotate(-10deg);
	}
	50%{
		transform: rotate(10deg);
	}
	75%{
		transform: rotate(-5deg)
	}
	100%{
		transform: rotate(0deg);
	}
}