/* Id: 7.3596584.1611318471
 * Generated: 8.2.2021 9:45:32
 */
    /*väliaikaiset tyylimuutokset*/
.dropdown__menus .dropdown__menu__column {
    padding: 0 15px;
}

/*viety tyylioppaaseen*/

header{
	position: sticky;
  	position: -webkit-sticky; /* Safari */
}

.content__wrapper{
	margin-top: 0;
}

@media (min-width: 749px){
.dropdown__menus .dropdown__menu{
	max-height: calc(100vh - 166px);
    overflow-y: auto;
    }
}

      