.scroll-button .slider-weather__prev{
  display: none;
}
.scroll-button .slider-weather__next{
 display: none;
}
@media(max-width: 768px){
  .scroll-button .slider-weather__prev{
    display: block;
  }
  .scroll-button .slider-weather__next{
   display: block;
  }
	.scroll-button{
		position: relative;
	}
	.scroll-button .slider-weather__prev{
		opacity: 1;
		left: 5px;
    top: 53%;
	}
	.scroll-button .slider-weather__next{
		opacity: 1;
		right: 5px;
    top: 53%;
	}
	#weather .weather__row._column{
		flex-direction: column;

	}
	#weather .weather__row{
		flex-direction: row;
		flex-wrap: wrap;
	}
	#weather .weather__item.item-weather{
		flex: 1 1 45%;
	}
}
@media(max-width: 370px){
	#weather .weather__item.item-weather{
		flex: 1 1 100%;
	}
}

.form-search__button {display: inline-block;}

.weather-city__item {justify-content: left;}
.form-search__button{ 

    top:0;

}