:root {
	--main-header-color: #51679b;
	--into-width: 900px;
}

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}

.coll {
	margin: 0 auto;
	line-height: 40px;
	border-radius: 18px;
	overflow: hidden;
	max-width: 1240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 100px;
	-webkit-transition: max-height .25s;
	-o-transition: max-height .25s;
	transition: max-height .25s;
}

.fullWidth{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main_menu_wrap {
	position: fixed;
    z-index: 2;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    background: #41a0ff;
}

.content_menu {
	left: -100%;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 35vh;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.content_into {
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	left: 0%;
	position: relative;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: -100%;
}

.content_menu img {
	poiner-events: none;
}

.left_menu {
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
}

.left_menu_backgraund {
	background: #a5a5a5b8;
	width: 100%;
	z-index: 4;
	height: 100%;
	position: fixed;
	opacity: 0;
	display: none;
}

.body_hidden {
	overflow: hidden;
}

.left_menu_content {
	background: #fff;
	padding: 1em;
	height: 100%;
	max-width: 70%;
	width: 400px;
	position: fixed;
	left: -100%;
	z-index: 5;
	overflow: scroll;
	-webkit-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}

.left_menu_content::-webkit-scrollbar {
	display: none;
}

.left_menu_content {
	-ms-overflow-style: none;
}

.left_menu_content {
	overflow: -moz-scrollbars-none;
}

.box_menu {
	top: -100%;
	width: 100%;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.selectMenu {
	display: block;
	position: absolute;
	background: #007cf8;
	height: 100%;
	z-index: 1;
	left: 0%;
	top: -100%;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}

.left_transition {
	-webkit-transition: left .5s, width .5s;
	-o-transition: left .5s, width .5s;
	transition: left .5s, width .5s;
}

.main-page-content {
	max-width: var(--into-width);
	margin: 2em auto;
}

.box_menu_sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.content_cat {
	position: absolute;
	left: -100%;
	-webkit-transition: left .250s;
	-o-transition: left .250s;
	transition: left .250s;
}

.into_menu {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 35vh;
	margin-left: 1em;
}

.open_sub, .open_sub_mob {
	-webkit-transition: -webkit-transform .250s;
	transition: -webkit-transform .250s;
	-o-transition: transform .250s;
	transition: transform .250s;
	transition: transform .250s, -webkit-transform .250s;
	cursor: pointer;
	background: white;
	border-radius: 50%;
	margin-left: auto;
	margin-right: 0;
	width: 30px;
	height: 30px;
	position: relative;
}

.open_sub > i, .open_sub_mob > i  {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#MM .open_sub {
	transform: rotate(90deg);
    background: #007cf8;
    color: white;
}

.open_s {
	margin-right: 10px;
	width: 90px;
}

.cat_name {
	width: 150px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
}

.title_menu {
	width: auto;
	background: #f3f3f3;
	padding: 8px;
}

/*----------------*/
.open {
	top: 0 !important;
}

.opacityCst {
	opacity: 1 !important;
}

.heightZ {
	max-height: 0;
}

.hiddenLeft {
	left: 0;
}

.hiddenDisplay {
	display: block;
}

.disableClick {
	pointer-events: none;
}

.logo {display: -webkit-box;display: -ms-flexbox;display: flex;float: right;background: #007cf8;color: white;padding: 0 1em;}


.logotwo {
	font-size: 0.8em;
    margin: -4px 0 0 3px;
}


/*.logoone {
    font-size: 28px;
    padding-right: 20px;
	color: var(--main-header-color);
	position: relative;
}

.logoone::after {
	content: "{}";
    color: #cd2525;
    font-size: 14px;
    margin: 5px;
    position: absolute;
  }

*/

.box_menu_sub a {
	text-decoration: none;
	color: var(--main-header-color);
}

.sub_menu > a {
	text-decoration: none;
	color: #fff;
}

.cc_into {
    padding-bottom: 1em;
}

.cc_into a {
    font-size: 22px;
}

#main_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 1em;
}

.sub_menu {
	padding: 0 0.5em;
	z-index: 2;
}

.scroll, .searchBlock {
	overflow: hidden;
	margin: 2em auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.section_sub {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	padding: 0 2px;
}


/*prefix*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap');

.up_info {
	display: flex;
	background: #1c1c1c61;
	color: #f3f3f3;
	padding: 0 10px;
	position: absolute;
	width: 100%;
}

.up_info_p{
	position: relative;
}


.complexity {
    margin-left: auto;
    margin-right: 0em;
}


.dotComplexity {
    height: 8px;
    width: 8px;
    background: #797979; 
    border-radius: 50%;
	margin: auto 2px;
}

.DCO {
	background: #fff;
}

.dotLi {
	display: flex;
}


.section_sub_d {
    margin: 0 2px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    overflow: hidden;
	background: #fff;
}

.numSearch {width: 100%; padding: 10px 0;}
.numSearch > div {
    background: #afa9f6;
    width: fit-content;
    padding: 3px 13px;
    border-radius: 7px;
    color: #fff;
}


.tag > a {
    background: #e1e1e1;
    color: #000000;
    padding: 3px 7px;
    border-radius: 10px;
}

.downBlock {
	display: flex;
	background: #f9f9f9;
}

.downBlock_one {
	padding: 5px;
	flex-grow: 1;
	margin: auto;
}

.dopInfo_tittle {
    color: #959595;
    margin-right: 5px;
}

.downBlock_price{
    font-size: 1.7em;
}

.dopInfo_into {
	display: flex;
	line-height: 15px;
	margin-bottom: 15px;
}

.teC{

    margin-left: 3px;
}

.colIntC{
	color: #000;
}

.tag {
    padding: 5px;
	padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}


/*prefix*/

.menu_overflow {
	overflow: hidden;
	margin-right: 17px;
}

.scroll {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroll_touch {
	-ms-touch-action: none;
	touch-action: none;
}

.scroll img {
	poiner-events: none;
}


.into_scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
	/*animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);*/
	
}

.progress {
	margin: 9px auto;
	height: 3px;
	max-width: 95%;
}

.progress_bar {
	height: inherit;
	width: 0;
	z-index: 9;
	background: #007cf8;
	-webkit-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
	border-radius: 3px;
}

.left, .right {
	border-radius: 50%;
	position: absolute;
	background: #eeeeee;
	top: 40%;
	padding: 4px 6px;
}

.left > i, .right > i {
	margin: 8px 10px;
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.into_cat {
	height: 500px;
	max-height: 490px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

/*.into_cat > a {
	color: #fff;
    position: relative;
    top: 80%;
    background: #007cf8;
    max-width: 90%;
    width: max-content;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 2px 6px;
    border-radius: 0 10px 10px 0;
}*/


.into_title > a {
    color: #315E8B;
    position: relative;
    background: #ffffff;
    display: block;
    padding: 2px 6px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    border-bottom: 1px solid #e1e1e1;
}

.mp_block {
	color: white;
	height: 20em;
}

.t_block {
	background: #8fc3f1;
}

.f_block {
	background: #8f92f1;
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tabs_caption {
	padding: 0.5em;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.tabs_body {
	position: relative;
	overflow: hidden;
}

.tabs_content {
	display: none;
	-webkit-transform: scaleY(0.8);
	    -ms-transform: scaleY(0.8);
	        transform: scaleY(0.8);
	opacity: 0;
	margin: 7px;
	text-align: justify;
	-webkit-transform-origin: center top;
	    -ms-transform-origin: center top;
	        transform-origin: center top;
	-webkit-animation: showContent 0.6s forwards;
	animation: showContent 0.6s forwards;
}

.active {
	background: #6166ff;
}

.active_tab {
	display: block;
}

.section_tab {
	overflow: hidden;
	border-radius: 30px;
	background: #7facff;
	margin: 1em 0;
	color: #fff;
}

@-webkit-keyframes showContent {
	0% {
		-webkit-transform: scaleY(0.8);
		        transform: scaleY(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		opacity: 1;
	}
}

@keyframes showContent {
	0% {
		-webkit-transform: scaleY(0.8);
		        transform: scaleY(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		opacity: 1;
	}
}

@media(max-width: 768px) {
	.sub_menu {
		max-width: 90px;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.body_hidden {
		overflow: hidden;
		margin-right: 0;
	}
}


  /*form*/

/*#mainPageSearch > .form_block:not(:first-child) {
	opacity: 0.6;
}*/

.checkbox_block input {
	display:none;
}

.checkbox_block label {
	padding: 0px 10px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.form_block{
    padding: 20px 0;
    position: relative;
    z-index: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}


.checkbox_block {
    position: relative;
}

.checkBack {    
	height: 26px;
    background: #057df5;
    position: absolute;
    top: 50%;
    z-index: -1;
    border-radius: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.form_number {
    background: #fff;
    border: 3px solid #0075ff;
    border-radius: 13px;
    padding: 3px 0;
    text-align: center;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    width: 40px;
}

.form_number_back {
  background-color: #ff1a1a !important;
}

/*slider*/

.input_into > .form_number {width: 60px;}

#price_block, #time_block {
    position: relative;
    /*max-width: 300px;*/
}

.maxPrice{
  position: absolute;
  right: 0;
}

.line {
 
  height: 5px;
    position: relative;
    left: 0;
    background: #efefef;
    margin-top: 10px;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
}

.into_line {
  width: 100%;
    left: 0;
    height: 5px;
    background: #007cf8;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    z-index: 0;

}

.leftM, .rightM{
    width: 15px;
    height: 15px;
    background: #007cf8;
    top: -200%;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

#MM {
	padding-bottom: 2em;
}

#MM a{
    color: inherit;
}

#MM > div {
	
		display: -webkit-box;
	
		display: -ms-flexbox;
	
		display: flex;
	
}

#MM .intoCat{
	border-left: 1px solid #007cf8;
    margin-left: 5px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 1em;
    max-height: 0;
    -webkit-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
    overflow: hidden;
}

.intoCat > a {
	margin: 5px;
}

.first-col {
	top: -3em;
    position: relative;
	background: #fff;
}

.filterInfo, .col-full{border-radius: 20px 20px 0 0;}

#content{
    background: #f5f5f5;
}

.hiddenHeight {max-height: 350px!important;}



input[type=range].styled-slider {
    height: 5px;
    -webkit-appearance: none;
  }
  
  input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 15px + var(--ratio) * (100% - 5px));
  }
  
  input[type=range].styled-slider:focus {
    outline: none;
  }
  
  /*webkit*/
  input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #007cf8;
    border: none;
    -webkit-box-shadow: 0 0 2px black;
            box-shadow: 0 0 2px black;
    margin-top: calc(max((5px - 1px - 1px) * 0.5,0px) - 15px * 0.5);
  }
  
  input[type=range].styled-slider::-webkit-slider-runnable-track {
    height: 5px;
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    background: #efefef;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  input[type=range].styled-slider::-webkit-slider-thumb:hover {
    background: #0061c3;
  }
  
  input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
    background: #e5e5e5;
    border-color: #9a9a9a;
  }
  
  input[type=range].styled-slider::-webkit-slider-thumb:active {
    background: #2f98f9;
  }
  
  input[type=range].styled-slider:active::-webkit-slider-runnable-track {
    background: #f5f5f5;
    border-color: #c1c1c1;
  }
  
  input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear,left top, left bottom,from(#007cf8),to(#007cf8)) 0/var(--sx) 100% no-repeat, #efefef;
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
  }
  
  input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear,left top, left bottom,from(#0061c3),to(#0061c3)) 0/var(--sx) 100% no-repeat, #e5e5e5;
    background: linear-gradient(#0061c3,#0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
  }
  
  input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear,left top, left bottom,from(#2f98f9),to(#2f98f9)) 0/var(--sx) 100% no-repeat, #f5f5f5;
    background: linear-gradient(#2f98f9,#2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
  }
  
  /*mozilla*/
  input[type=range].styled-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #007cf8;
    border: none;
    box-shadow: 0 0 2px black;
  }
  
  input[type=range].styled-slider::-moz-range-track {
    height: max(calc(5px - 1px - 1px),0px);
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    background: #efefef;
    box-shadow: none;
  }
  
  input[type=range].styled-slider::-moz-range-thumb:hover {
    background: #0061c3;
  }
  
  input[type=range].styled-slider:hover::-moz-range-track {
    background: #e5e5e5;
    border-color: #9a9a9a;
  }
  
  input[type=range].styled-slider::-moz-range-thumb:active {
    background: #2f98f9;
  }
  
  input[type=range].styled-slider:active::-moz-range-track {
    background: #f5f5f5;
    border-color: #c1c1c1;
  }
  
  input[type=range].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
  }
  
  input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#0061c3,#0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
  }
  
  input[type=range].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#2f98f9,#2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
  }
  
  /*ms*/
  input[type=range].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
  }
  
  input[type=range].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
  }
  
  input[type=range].styled-slider::-ms-thumb {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #007cf8;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
  }
  
  input[type=range].styled-slider::-ms-track {
    height: 5px;
    border-radius: 0.5em;
    background: #efefef;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    box-sizing: border-box;
  }
  
  input[type=range].styled-slider::-ms-thumb:hover {
    background: #0061c3;
  }
  
  input[type=range].styled-slider:hover::-ms-track {
    background: #e5e5e5;
    border-color: #9a9a9a;
  }
  
  input[type=range].styled-slider::-ms-thumb:active {
    background: #2f98f9;
  }
  
  input[type=range].styled-slider:active::-ms-track {
    background: #f5f5f5;
    border-color: #c1c1c1;
  }
  
  input[type=range].styled-slider.slider-progress::-ms-fill-lower {
    height: max(calc(5px - 1px - 1px),0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: #007cf8;
    border: 1px solid #b2b2b2;
    border-right-width: 0;
  }
  
  input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #0061c3;
    border-color: #9a9a9a;
  }
  
  input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #2f98f9;
    border-color: #c1c1c1;
  }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
}


.form_block input[type="range"] {
	width: calc(100% - 45px);
	width: -o-calc(100% - 45px);
	width: 0 -moz-calc(100% - 45px);
	}


#mainPageFilterBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filFirst {
    width: 210px;
    height: 100%;
	top:0em;
	transition: top 0.3s;
}

.filFirstSticky {
	position: sticky;
    top: 2em;
}

.filSecond {
    width: calc(100% - 210px);
    padding-left: 20px;
}



.filterInfo > span{
    width: 60%;
    min-width: 300px;
}


.filterInfo{
	background: #afa9f6;
    color: white;
	display: grid;
	padding-top: 1em;
    padding-bottom: 1em;
	position: relative;
}

.HOne {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}


.filterInfo::after {
    content: "";
    width: 14px;
    height: 13px;
    background: #afa9f6;
    position: absolute;
    bottom: -6px;
    transform: rotate(45deg);
    left: 50%;
}

/*Main category block*/

.inner_MCB{
	margin: 5px;
    border-radius: 10px;
    overflow: hidden;
	position: relative;
	border: 1px solid #e1e1e1;
	width: 45%;
    max-width: 250px;
}

.into_name_MCB{
    color: black;
}

.into_num_MCB{
    color: #959795;
    font-size: 14px;
}

.into_info_MCB{
	position: absolute;
    bottom: 0;
    background: #f9f9f9;
    width: 100%;
    padding: 2px 6px;
}

.main_category_block, .searchBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_MCB a {
	display: block;
	height: 200px;
	background-size: cover;
    background-position: center;
	text-decoration: none !important;
}

.slider_into {
	position: relative;
}

/*Main category block*/



@media (max-width: 1000px) {
	.section_sub {
		width: 100%;
	}


	#fullWidthInfo {
		display: none;
	}

  }


@media (max-width: 650px) {
	.main_menu_wrap {
		width: 175px;
		border-radius: 18px;
	}

	.scroll_action_touch {
		overflow: hidden;
	}

	#main_menu{
		margin: 0 auto;
	}

	.filFirstSticky {
		position: relative;
		top: 0em;
	}

	.section_sub_d {
		margin: 0;
	}

	.col-full {
		padding: 0 0.5em;
	}

	.notPadding {
		margin: 0 -0.5em;
		padding: 0 0.5em;
	}

	.filterInfo {
		padding-top: 1em;
		padding-bottom: 1em;
	}

.fullWidth {
		display: none;
	}

#mainPageFilterBlock {
	display: block;
}
.filSecond {
	width: 100%;
	padding: 0;
}

.filFirst {
    width: 80%;
    margin: 0 auto;
}

.into_cat {
    height: 320px;
}

}

/*gradientBackgraund*/
/*#mainPageSearch { 
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}*/

