@charset "UTF-8";
/*
Theme Name: MO
Version: 1.0.2
Author: Piotr Wilczynski <piotr@wilczyn.ski>
*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');*/


* {
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background: #1CA158;
    color: #000;
    font-family: Lato, sans-serif;
}

a {
	border: 1px solid transparent
}

a:focus {
  outline: 2px solid;
}

[data-whatintent='mouse'] *:focus {
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.aligncenter {
    text-align: center;
}

.page-holder {
    min-height: 98%;
    margin-bottom: -108px;
}

header {
    height: 106px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    background: #1CA158;
}

header .outer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    padding-left: 15px;
}

nav ul {
    display: flex;
    font-size: 20px;
    font-weight: 900;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    display: block;
	padding: 5px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li.current-menu-item a {
    color: #FFFFFF;
	text-decoration: underline;
	background-color: #000;
}

h1, .results h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin-top: 35px;
}

h2 {
    text-align: center;
    color: #000000;
    font-weight: 900;
    font-size: 20px;
    margin-top: 25px;
}

h3 {
    text-align: center;
    color: #000000;
    font-weight: 900;
    font-size: 20px;
    margin-top: 25px;	
}
/*
a > h2 {
	border-bottom: 2px solid #000;
	display: table;
	margin-left: auto;
	margin-right: auto;
}*/

.wsp-container > h2 {
	text-align: left;
}

.results h4 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: normal;
}

.outer-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.main-pane {
    margin: 0 auto;
    padding: 10px;
}

.text-mixed {
    color: #1B1C21;
}

.text-bio {
    color: #855E41;
}

.text-metal {
    color: #FFA321;
}

.text-paper {
    color: #0372BB;
}

.text-glass {
    color: #45B64B;
}

.bin {
    text-align: center;
}

.bin-label {
    border-radius: 15px;
    width: 92px;
    height: 92px;
    margin: 55px auto 10px;
}

.bin-label, .answered .item, .info .pane .icon {
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.bin.noquiz {
    background: none;
}

.bin.noquiz .bin-label {
    background-size: auto 80%;
    width: 120px;
    height: 120px;
}

/* QUIZ */
.questions {
    margin-top: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}

.question {
    width: 100%;
    display: inline-block;
}

.question-header {
    border: 1px solid #FFF;
    display: table;
    width: 100%;
    height: 180px;
}

.question .description, .question .correct-description, .question .incorrect-description {
    width: 70%;
    background: #fff;
    color: #000000;
    font-size: 26px;
    display: none;
    vertical-align: middle;
    padding-left: 6%;
    height: 100%;
    font-weight: 900;
    white-space: normal;
    padding-right: 1%;
}

.question .description {
    display: table-cell;
    height: 100%;
}

.question.answered .description {
    display: none;
}

.question.correct .correct-description {
    height: 100%;
    display: table-cell;
}

.question.incorrect .incorrect-description {
    height: 100%;
    display: table-cell;
}

.result-description {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    white-space: normal;
}

.result-description > img {
    margin-right: 20px;
    width: 20%;
}

.result-description > div {
    padding-right: 2%;
}

.question .item {
    width: 30%;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    display: table-cell;
}

.question .item .question-mark {
    font-size: 60px;
}

.question.answered .item .question-mark {
    display: none;
}

.question .question-number {
    color: #1ca158;
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 11px;
    font-weight: 900;
}

.question .question-number span {
    border: 1px solid #1ca158;
    padding: 3px 12px;
}

.waste {
    display: inline-block;
}

.waste img {
    width: 100%;
    height: 170px;
}

.waste.ui-draggable-dragging {
    background: rgba(28, 161, 88, 0.6);
}

.answers {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.answer {
    width: 100%;
    text-align: center;
    white-space: normal;
}

.bin {
    height: 230px;
    width: 180px;
    display: inline-block;
    background: url("assets/images/bin.png") no-repeat center;
}

.game .bin {
    cursor: pointer;
}

.result-description h2 {
	text-align: left;
}

.bin .text-label {
    font-size: 15px;
    width: 120px;
    margin: 5px auto;
    color: #000000;
    white-space: normal;
    text-align: center;
    font-weight: 900;
    position: relative;
}

.bin .text-label h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.mobile-arrow {
    display: none;
    background: #000000 url("assets/images/arrow.png") no-repeat 50% 50%;
    background-size: 25%;
    height: 100%;
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

.answered .button {
    background: #000000;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
	border: 1px solid transparent;
}

.answered button.button {
	padding: 4px 30px;
}

.correct-answers-button {
	border: 1px solid transparent;
	}

.answered .button a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}

.next {
    visibility: hidden;
}

.answered .next {
    visibility: visible;
}

.bin.ui-droppable-active {

}

.answer.ui-droppable-hover .text-label {
    font-size: 1em;
}

.ui-draggable {
    cursor: pointer;
}

.pick-button {
    color: #FFFFFF;
    background: #000000 url("assets/images/star.png") no-repeat 11% 55%;
    padding: 5px 10px 5px 26px;
    display: table;
	border: 1px solid transparent;
    margin: 20px auto;
    cursor: pointer;
}

.results {
    display: none;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

footer, .push {
    height: 108px;
}

footer {
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    font-size: 16px;
    background: #1CA158;
}

footer > div {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.city img {
    float: left;
    margin-right: 10px;
}

.city {
    vertical-align: middle;
}

.city-black {
    vertical-align: middle;
    color: #000000;
    margin-left: 100px;
}

.score {
    margin: 30px auto;
    background: #FFFFFF;
    color: #000000;
    font-weight: 900;
    max-width: 500px;
}

.perfect-score {
    display: none;
}

.perfect .perfect-score {
    display: block;
}

.perfect .share-result-button {
    display: inline-block;
}

.perfect .correct-answers-button {
    display: none;
}

.perfect .normal-score {
    display: none;
}

.score-line {
    font-size: 131px;
}

.big-button {
    background: #000000;
    color: #FFFFFF;
    font-size: 22px;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px auto;
    min-width: 300px;
    cursor: pointer;
    font-weight: 900;
    text-align: center;
}

.fancy-button {
    background: #000000;
    color: #FFFFFF;
    font-size: 22px;
    padding: 20px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    font-weight: 900;
}

.big-button a, .fancy-button a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.correct-answers {
    display: none;
}

.question-answer {
    background: #FFFFFF;
    margin-bottom: 1px;
    width: 100%;
    color: #000000;
}

.question-answer .row {
    display: table;
    height: 130px;
    width: 100%
}

.question-answer .row > div {
    display: table-cell;
    vertical-align: middle;;
}

.question-answer .mark img {
    display: none;
}

.question-answer.correct .mark img {
    display: inline;
}

.question-answer .dot {
    padding: 0 20px;
}

.question-answer .dot span {
    height: 50px;
    width: 50px;
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
}

.question-answer .title {
    font-size: 20px;
    font-weight: 900;
}

.question-answer .fr1 {
    width: 10%;
}

.question-answer .fr2 {
    width: 77%;
}

.question-answer .fr2 h2 {
	text-align: left;
	margin: 0;
}

ul.no-style {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

.answers-container, .answers {
	list-style: none;
	padding-left: 0;
}

.question-answer .fr3 {
    width: 3%;
}

.question-answer .fr4 {
    width: 25%;
    max-width: 50px;
}

.bottom-bar {
    border-top: 1px solid #ebebeb;
}

.question-answer .bottom-bar .title {
    color: #45b64b;
    font-size: 1em;
}

.question-answer .incorrect-mark {
    display: none;
}

.question-answer.correct .bottom-bar {
    display: none;
}

.question-answer.incorrect .incorrect-mark {
    display: inline;
}

.answers-container {
    margin-top: 20px;
}

footer a {
    color: #000000;
}

.search {
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    position: relative;
}

.search input[type=text] {
    padding-left: 20px;
    padding-right: 60px;
    font-size: 20px;
    background: #000000;
    color: #FFFFFF;
    border: 1px solid transparent;
    width: 100%;
    font-family: "Lato", sans-serif;
}

.search input[type=text]::placeholder {
    color: #eaeaea;
}

.search input[type=image]:focus {
    outline: none;
}

.search-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 62%;
    top: 10px;
}

.search-icon:focus {
    outline: none;
}

.search-trigger {
    cursor: pointer;
}

.inner-search {
    position: relative;
    margin-top: 50px;
}

.inner-search .search {
    margin: 0 auto;
    height: 45px;
}

.inner-search .search input[type=text] {
    background: #FFFFFF;
    color: #908d8d;
    font-weight: 300;
}

.inner-search .search input[type=text]::placeholder {
    color: #908d8d;
}

.inner-search .ui-autocomplete {
    border-top: 1px solid #908d8d
}

/*.inner-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background: #ffffff;
    color: #908d8d;
    padding: 8px 5px 8px 20px;
    cursor: pointer;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
}*/

.inner-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background: #000000;
    color: #FFFFFF;
    padding: 8px 15px 8px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}

.inner-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    font-weight: 700;
    background: #292929;
}


.inner-search .button-trigger {
    background: #000000;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
}

.right-header {
    display: flex;
    align-items: center;
}

.ui-autocomplete {
    list-style-type: none;
    padding-left: 0;
    border-top: 2px solid #1CA158;;
}

.header-serch .ui-autocomplete {
	max-width: 290px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background: #000000;
    color: #FFFFFF;
    padding: 8px 15px 8px 20px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #292929;
}

.search-container {
    position: relative;
    margin-right: 5px;
}

.autocomplete-container {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

body.page-template-page-jak-segregowac, body.page-template-page-pszok, body.page-template-page-po-co-segregowac, body.waste-type-page {
    background: #FFFFFF;
}

.page-template-page-jak-segregowac h1 {
    color: #000000;
}

ul.info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	padding-left: 0;
	color: #FFF;
	list-style: none;
}

ul.info h3 {
	color: inherit;
}

ul.info a {
	text-decoration: underline;
}

ul.info.full-width {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

ul.info > li {
    width: 50%;
    border: 5px solid #FFFFFF;
    min-height: 230px;
    display: flex;
}

ul.info.full-width > li {
    width: 100%;
    border: 0;
}

.info h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.info a {
    text-decoration: none;
    color: #FFFFFF;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.info.full-width .icon {
    max-width: 300px;
    background-size: auto !important;
}

.info .icon {
    width: 40%;
    border-right: 1px solid #ffffff;
}

.info .description {
    width: 60%;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 14px;
}

.info p {
    margin-bottom: 10px;
}

.waste-answer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.waste-answer > * {
    text-align: center;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.center {
    text-align: center;
}

.share-result-button {
    padding-left: 60px;
    font-size: 15px;
    background: #000000 url('assets/images/fb.png') no-repeat 35px 50%;
    display: none;
}

.menu-toggle {
    display: none;
    margin-right: 30px;
}

.city-text {
    position: relative;
    top: -5px;
    color: #000000;
}

.white-bg {
    color: #000000;
}

.short-description {
    font-size: 22px;
    padding: 3% 10%;
    text-align: center;
}

.long-description {
    display: flex;
}

.pictogram {
    background: #1ca158;
    width: 25%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}

.pictogram img {
    width: 100%;
}

.text-pane {
    width: 75%;
}

.option-pane {
    padding-left: 60px;
    margin-left: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}

.option-pane.yes {
    background: url('assets/images/yes.svg') 0 0 no-repeat;
}

.option-pane.no {
    background: url('assets/images/no.svg') 0 0 no-repeat;
}

.intertext {
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin: 30px auto;
    max-width: 700px;
}

.why-segregate ul {
    list-style-type: none;
    margin-top: 20px;
}

.why-segregate ul li {
    background: url('assets/images/star.svg') 0 10px no-repeat;
    /*height: 35px;*/
    padding-left: 50px;
    font-size: 22px;
    line-height: 35px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.why-segregate ul li.yes {
    background: url('assets/images/yes-green.svg') 0 10px no-repeat;
    font-weight: 600;
}

.highlight-text {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 8%;
}

.movies {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.movies div {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
}

.movies iframe {
    min-height: 300px;
}

.examples {
    padding-left: 30px;
    font-size: 15px;
    margin-top: 10px;
    vertical-align: -5px;
    min-height: 30px;
}

.examples.yes {
    background: url('assets/images/t.svg') no-repeat 0 3px;
}

.examples.no {
    background: url('assets/images/x.svg') no-repeat 0 3px;
}

.example-class {
    padding-right: 4px;
}

.how {
    color: #000000;
    font-size: 24px;
    max-width: 760px;
    margin: 30px auto 50px;
}

.how p {
    margin-left: 65px;
    margin-bottom: 20px;
}

.how ol {
    list-style-type: none;
    padding-left: 0;
}

.how li {
    margin-bottom: 20px;
}

.how .number {
    background: #000000;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
}

.full-width {
    width: 100%;
}

.black-text {
    color: #000000;
}

.find {
    margin: 0 auto;
    max-width: 400px;
}

.sr-only:not(:focus):not(:active) {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.additional-info {
    margin-top: 20px;
    font-size: 20px;
}

.popup {
    background: #1CA158;
    border: 1px solid #ffffff;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 150px;
    margin-left: -160px;
    margin-top: -75px;
    z-index: 999;
    text-align: center;
}

.why-segregate ul li {
    color: #000000;
}

.eco-trick {
    margin-top: 15px;
    border: 1px solid #ffffff;
    display: flex;
    padding: 2%;
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}

.eco-trick .content {
    display: flex;
}

.eco-trick-glyph {
    text-align: center;
    margin-right: 20px;

}

.eco-trick h2 {
    text-align: left;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: -10px;
    color: #ffffff;
}

.eco-trick a {
    color: #ffffff;
    text-decoration: underline;
}

.waste-breakdown {
    max-width: 900px;
    margin: 0 auto;
}

.waste-breakdown-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.waste-breakdown h1 {
    max-width: 1000px;
    margin: 0 20px 0;
}


.breakdown-answers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.waste-breakdown.two-col {
    max-width: 1180px;
}

.waste-breakdown.two-col .breakdown-answer {
    width: 50%;
}

.breakdown-answers {
	list-style: none;
	padding-left: 0;
}

.breakdown-answer {
    padding: 5px 2px;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-decoration: none;
	
}

.breakdown-answer a { 
text-decoration: none;
display: block;
padding: 0;

}

.breakdown-answer .answer-arrow {
    padding: 10px;
}

.breakdown-answer-container {
    display: flex;
    background: #ffffff;
    color: #000000;
    align-items: center;
    height: 85px;
    width: 100%;
}

.breakdown-answer-container .answer-text {
    flex-grow: 10;
    margin-left: 15px;
    margin-right: 5px;
}

.waste-final {
    max-width: 1000px;
    margin: 0 auto;
}

.waste-final h1 {
    margin: 40px 20px;
    display: flex;
    align-items: center;
}

.waste-final .waste-answer {
    justify-content: center;
}

.waste-remarks {
    background: #ffffff;
    color: #000000;
    margin: 30px auto;
    padding: 10px 30px;
}

.waste-remarks-content {
    max-width: 750px;
    margin: 0 auto;
}

.waste-remarks h2 {
    text-align: left;
    padding: 0;
    margin: 10px 0;
    font-size: 40px;
}

.waste-remarks ul {
    padding-left: 10px;
}

.waste-remarks li {
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.question-icon {
    width: 155px;
    max-width: 20%;
    background: #000000;
    border-radius: 20px;
    padding: 2%;
	margin-right: 5%;
}

.icon-placeholder {
    height: 100%;
}

.breakdown-icon {
    background: #000000;
    width: 96px;
    height: 100%;
    padding: 5px;
    text-align: center;
}

.breakdown-icon img {
    height: 100%;
	    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

body.widget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner {
    width: 100%;
}

.widget h1 {
    font-size: 4vw;
    margin-bottom: 5px;
    margin-top: 5px;
}

.widget .inner-search {
    margin-top: 10px;
}

.inner-search .search-icon {
	filter: invert(1);
}

.waste-answer h2 {
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	margin-top: 35px;
}

.widget-main-area {
    margin-top: -10px;
}

.widget-logo {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.widget-content {
    padding: 0 10px;
}

.widget .waste-answer .bin {
    margin-top: 0;
}

.widget-logo  {
    padding: 2% 20%;
}

.widget .waste-answer {
    max-width: 300px;
    margin: -2% auto;
    align-items: center;
    justify-content: space-around;
}

.widget .bin-container {
    transform: scale(0.65, 0.65);
}

.widget .find {
    margin-top: -50px;
}

.widget .big-button {
    min-width: initial;
}

.widget img {
    max-width: 100%;
}

.big-button {
    margin: 5px auto;
}

.promo-icon {
    width: 44px;
}

footer ul, footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li:before { content: "\200B"; }

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
	text-decoration: underline;
	font-weight: bold;
}

footer > .wrapper > div {
	width: 33%;
}

/* 15.12.2022 */

.przetwarzanie-odpadow {
	margin-top: 15px;
    border: 1px solid #000;
    display: flex;
    padding: 2%;
    font-size: 1em;
    align-items: center;
	overflow: hidden;
    justify-content: space-between;
}

.przetwarzanie-odpadow p {
	margin-bottom: 5px;
}


.przetwarzanie-odpadow h1, 
.przetwarzanie-odpadow h2,
.przetwarzanie-odpadow h3,
.przetwarzanie-odpadow h4,
.przetwarzanie-odpadow h5,
.przetwarzanie-odpadow h6 {
	font-size: 1.25em;
	margin-bottom: 10px;
	display: block;
}

.przetwarzanie-odpadow .image-left {
	width: 20%;
	display: block;
}


.przetwarzanie-odpadow .image-left img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.przetwarzanie-odpadow .text-right {
	width: 80%;
	padding-left: 50px;
}

@media (max-width: 680px) {
	.przetwarzanie-odpadow .image-left, .przetwarzanie-odpadow .text-right {
		width: 100%;
		padding: 0;
	}
	
	.przetwarzanie-odpadow .text-right  {
		margin-top: 30px;
	}
	
	.przetwarzanie-odpadow {
	display: block;
	width: 100%;
	padding: 30px;
	}

	.przetwarzanie-odpadow .image-left, .przetwarzanie-odpadow .text-right {
	display: block;
	width: 100%;
	padding: 0;
	}

	.przetwarzanie-odpadow .text-right {
	margin-top: 30px;
	}
}

@media only screen and (max-width: 400px) {

    .widget h1 {
        font-size: 6vw;
    }
	
	.przetwarzanie-odpadow {
		display: block;
	}

    .widget .search input[type=text] {
        font-size: 7vw;
    }

    .widget .bin-type .bin {
        position: relative;
        top: 30px;
    }

    .bin-container {
        margin-top: -50px;
        margin-bottom: -3px;
    }

    .widget .inner-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 200px) {
    .widget .inner-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        font-size: 8vw;
    }
}

@media (min-aspect-ratio: 8/2) {
    .widget-main-area {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
        margin-top: 0;
    }

    .widget h1 {
        font-size: 3vw;
    }

    .widget-logo {
        width: 30%;
        padding: 1%;
        border-bottom: none;
        border-right: 1px solid #ffffff;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .widget-content {
        width: 70%;
        display: flex;
        align-items: center;
    }

    .widget-content > div {
        width: 100%;
    }

    body.widget {
        align-items: stretch;
    }
}
