:root {
  --font-small: 12px;
  --font-medium: 16px;
  --font-large: 20px;
  --font-xlarge: 24px;
}
@media (max-width: 991px) {
  :root {
    --font-small: 10px;
    --font-medium: 14px;
    --font-large: 18px;
    --font-xlarge: 20px;
  }
}
@media (max-width: 374px) {
  :root {
    --font-small: 9px;
    --font-medium: 12px;
    --font-large: 16px;
    --font-xlarge: 18px;
  }
}
@media (max-width: 991px) {
  .actions .row > div:nth-child(n + 7) .action {
    margin-bottom: 40px;
  }
  .action {
    margin-bottom: 60px;
  }
  .action__image {
    position: absolute;
  }
  .action__background {
    display: none;
  }
  .action__name {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: var(--font-small);
    height: calc(var(--font-small) * 1.5 * 2);
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 991px) {
  .article {
    font-size: var(--font-medium);
    margin-bottom: 20px;
  }
  .article__header .prev-article {
    display: none;
  }
  .article__header .next-article {
    display: none;
  }
  .article__image {
    margin-bottom: 10px;
  }
  .article__category {
    font-size: var(--font-small);
    padding: 2px 16px;
  }
  .article__released {
    font-size: var(--font-small);
    line-height: var(--font-medium);
    margin-bottom: 10px;
  }
  .article__released .font-awesome {
    font-size: var(--font-medium);
    line-height: 1;
  }
  .article__released span {
    font-size: var(--font-small);
    line-height: var(--font-medium);
  }
  .article__title {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
  .article--full .article__image .article__title {
    font-size: var(--font-large);
    line-height: 1.5;
  }
  .article--small {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .article--small .article__title {
    height: auto;
  }
  .article--small .article__released {
    font-size: var(--font-small);
    line-height: var(--font-medium);
    margin-bottom: 10px;
  }
  .article--small .article__released .font-awesome {
    font-size: var(--font-medium);
    line-height: var(--font-medium);
  }
  .article--small .article__released span {
    font-size: var(--font-small);
    line-height: var(--font-medium);
  }
  .article--small .article__category {
    font-size: var(--font-small);
    padding: 2px 16px;
  }
  .small-articles {
    margin-top: 10px;
  }
}
/*
.article {

	&--full {

		.article__links {

			.link {

				margin-right: 0;
				width: 100%;

			}

		}

	}

}
*/
@media (max-width: 991px) {
  .categories .container {
    padding: 0;
  }
  .categories .category {
    font-size: var(--font-small);
    padding: 7px 14px;
  }
}
@media (max-width: 991px) {
  .document {
    margin-bottom: 10px;
  }
  .document__name {
    font-size: var(--font-small);
    letter-spacing: 0.8px;
    line-height: 1;
    height: calc(var(--font-small));
    max-width: unset;
    width: unset;
  }
  .document__type {
    font-size: var(--font-small);
    height: calc(var(--font-small));
    line-height: 1;
    max-width: 33%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .accessible-button {
    bottom: -16px;
  }
}
@media (max-width: 991px) {
  .link__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .megamenu {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    transform: none;
    transition: left 256ms;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .megamenu .container {
    padding: 0;
  }
  .megamenu main {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 20px;
  }
  .megamenu__page {
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
  }
  .megamenu__page aside {
    display: none;
  }
  .megamenu__page__links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .megamenu__page__links a {
    height: calc(16px * 1.5 * 2 + 40px);
    justify-content: left;
    padding: 10px 0 10px 50px;
    width: 100%;
  }
  .megamenu__page__links a span {
    text-align: left;
  }
  .megamenu__page__links a.title {
    color: #3F4441;
    display: flex;
    font-weight: 700;
    padding-left: 0;
  }
  .megamenu__page__links a.title picture {
    height: 30px;
    margin-right: 20px;
    width: 30px;
  }
  .megamenu__page__links a.title picture img {
    filter: invert(1);
    object-fit: contain;
    object-position: center center;
  }
  .megamenu.open {
    left: 0;
  }
}
@media (max-width: 991px) {
  .menu nav {
    display: none;
  }
  .menu .hamburger-menu-button {
    position: relative;
    z-index: 2000;
    display: flex;
    margin-top: 15px;
    margin-left: auto;
    height: 20px;
    width: 20px;
  }
  .menu .hamburger-menu-button img {
    object-fit: contain;
    object-position: center center;
  }
}
@media (max-width: 991px) {
  .search input {
    padding: 14px 8px 13px 8px;
  }
  .search input::placeholder {
    color: #474747;
    opacity: 1;
  }
  .search .font-awesome {
    right: 6px;
  }
}
@media (max-width: 991px) {
  .searchbar .tags a.tag {
    font-size: var(--font-small);
  }
  .results-container {
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 20px 10px 0 10px;
  }
  footer .footer-header {
    margin: 20px 0;
  }
  footer .footer-header span {
    font-size: var(--font-large);
    line-height: 1.5;
  }
  footer .contact {
    margin-bottom: 20px;
  }
  footer .contact__header {
    font-size: var(--font-medium);
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  footer .contact__body {
    font-size: var(--font-small);
    letter-spacing: 0.4px;
    line-height: 2;
  }
  footer strong {
    font-size: var(--font-medium);
    margin: 0 0 10px 0;
  }
  footer a {
    font-size: var(--font-medium);
    line-height: 2;
    margin-bottom: 0;
  }
  footer a:last-child {
    margin-bottom: 20px;
  }
  footer .bottom {
    margin-left: -10px;
    padding: 20px 10px;
    width: calc(100% + 20px);
  }
  footer .bottom a {
    font-size: var(--font-medium);
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 30px;
  }
  footer .bottom a.social {
    margin-right: 10px;
  }
  footer .bottom p {
    font-size: var(--font-small);
    line-height: 1;
  }
  footer .bottom .to-top {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .functions {
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: scroll;
  }
  .functions .row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .function {
    padding-top: calc(100% / 16 * 9);
  }
  .function__name {
    font-size: var(--font-small);
    font-weight: 700;
    line-height: 1;
  }
  .function .background {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .input-group .input {
    width: calc(100% - ( var(--font-medium) * 0.5 ) - ( var(--font-medium) * 3 ));
  }
  .input-group .input--submit {
    margin-left: calc(var(--font-medium) * 0.5);
    width: calc(var(--font-medium) * 3);
  }
  .input {
    height: calc(var(--font-medium) * 3);
    padding: 10px var(--font-medium);
  }
  .input span.font-awesome {
    top: var(--font-medium);
    left: var(--font-medium);
    font-size: var(--font-medium);
    line-height: 1;
  }
  .input .placeholder {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 3);
    padding: var(--font-medium);
    line-height: 1;
  }
  .input input {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 3);
    line-height: 1;
    padding: var(--font-medium) var(--font-medium) var(--font-medium) calc(var(--font-medium) * 3);
  }
}
@media (max-width: 991px) {
  .input--select {
    padding: 14px 8px 13px 8px;
  }
  .input--select .placeholder {
    padding: 10px 17px 10px 8px;
  }
  .input--select img {
    right: 3px;
  }
}
@media (max-width: 991px) {
  .input--submit {
    padding: calc(var(--font-medium) * 0.5);
  }
  .input--submit input {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .weather {
    display: none;
  }
}
@media (max-width: 990px) {
  .galleries-popup-image {
    max-height: 500px;
    max-width: 500px;
  }
  .galleries-popup-image img {
    max-height: 500px;
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .galleries-popup-image {
    width: 100%;
  }
  .galleries-popup-image img {
    max-width: 90%;
    max-height: 60vh;
  }
}
@media (max-width: 990px) {
  .galleries-popup .next-image,
  .galleries-popup .prev-image {
    display: none;
  }
}
@media (max-width: 990px) {
  .galleries-popup .next {
    right: 10px;
  }
}
@media (max-width: 990px) {
  .galleries-popup .prev {
    left: 10px;
  }
}
.galleries-popup .next.inactive,
.galleries-popup .prev.inactive {
  opacity: 0.5;
}
.galleries .categories .category {
  max-width: 100%;
}
@media (max-width: 991px) {
  .report-form .form-group .checkbox-options .checkbox {
    width: calc((100% / 3) - (30px / 3));
  }
  .report-form .form-group .checkbox-options .checkbox:nth-child(4n+4) {
    margin-right: 10px;
  }
}
@media (max-width: 1819px) {
  #article .prev-article,
  #article .next-article {
    display: none;
  }
}
@media (max-width: 991px) {
  html.menu-open {
    overflow: hidden !important;
  }
  html.menu-open body {
    overflow: hidden !important;
  }
  html.menu-open .mobile-menu-layer {
    opacity: 1;
    pointer-events: all;
  }
  html.menu-open header .container .menu-container .menu .top-navs {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  html.menu-open header .container .menu-container .menu .mobile-menu-open-btn {
    left: 66%;
    margin-right: 20px;
    transition: left 0.3s ease-in-out;
  }
  html .mobile-menu-layer {
    background-color: rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(4px);
    position: fixed;
    z-index: 900;
    pointer-events: none;
    opacity: 0;
    transition: opacity 256ms;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  body {
    min-width: 320px;
  }
  .quotes {
    overflow: hidden;
  }
  .quotes .quote .font-awesome {
    font-size: var(--font-medium);
  }
  .quotes .quote__quote {
    font-size: var(--font-medium);
  }
  .quotes .quote__from {
    font-size: var(--font-small);
  }
  .quotes .quote__title {
    font-size: var(--font-small);
  }
  .scrollbar {
    display: none;
  }
  .container--extended .row {
    flex-wrap: wrap;
  }
  h2 {
    font-size: var(--font-large);
    line-height: 1.5;
    margin-top: 10px;
  }
  .main-content .toolbar--to-right .input--button {
    margin-left: 10px;
    min-width: 100px;
    max-width: 115px;
  }
  .main-content .toolbar--to-right .input--button span {
    font-size: var(--font-small);
  }
}
@media (max-width: 1919px) {
  #home section.articles .container--extended .row > div:nth-child(2),
  #home section.articles .container--extended .row > div:nth-child(5) {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  #home .palyazat {
    display: none;
    top: 163px;
  }
  #home section {
    padding: 20px 10px;
  }
  #home section h2 {
    line-height: 1.5;
    margin: 0 68px 20px 68px;
  }
  #home section .more {
    top: -51px;
    right: 10px;
  }
  #home section.articles {
    padding: 20px 10px;
  }
  #home section.articles h2 {
    line-height: 41px;
    margin-bottom: 10px;
  }
  #home section.articles .categories {
    margin-bottom: 10px;
  }
  #home section.articles .categories .category {
    margin-bottom: 10px;
  }
  #home section.articles .container--extended .row > div:nth-child(2),
  #home section.articles .container--extended .row > div:nth-child(5) {
    visibility: visible;
  }
  #home section.mayor h2 {
    margin: 0 0 20px 0;
  }
  #home section.mayor .name-container {
    bottom: 0;
    width: auto;
  }
  #home section.mayor .name-container .background img {
    margin: 0;
  }
  #home section.mayor .mayor__description {
    font-size: var(--font-medium);
    letter-spacing: 0.78px;
    line-height: 2;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 0;
  }
  #home section.mayor .mayor__tweet {
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 0;
  }
  #home section.mayor .mayor__tweet .background img {
    object-fit: unset;
    object-position: unset;
    height: auto;
    width: 100%;
  }
  #home section.mayor .mayor__tweet__header {
    padding: 20px 80px 10px 30px;
    margin: 0;
  }
  #home section.mayor .mayor__tweet__header__title {
    line-height: 40px;
  }
  #home section.mayor .mayor__tweet__header .like span {
    font-size: var(--font-small);
  }
  #home section.mayor .mayor__tweet__body {
    font-size: var(--font-medium);
    line-height: 1.5;
    min-height: unset;
    max-height: unset;
    height: 94px;
    overflow: hidden;
    padding: 0 30px 20px 30px;
  }
  #home section.mayor .mayor__tweet__footer {
    font-size: var(--font-small);
    line-height: 1;
    padding: 0 30px 20px 30px;
    bottom: unset;
    right: unset;
  }
  #home section.mayor .mayor__tweet .thank-you {
    left: calc(50% - 125px);
    top: calc(50% - 34px);
    bottom: unset;
    right: unset;
    z-index: 1000;
  }
  #home section.mayor .mayor__tweet .thank-you .background {
    opacity: 0.66;
  }
  #home section.mayor .mayor__tweet .thank-you .background img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #home section.mayor .mayor img {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  #home section.mayor .name-container {
    left: 10px;
    right: 10px;
    padding: 20px;
  }
  #home section.mayor .name-container .name {
    font-size: var(--font-large);
    line-height: 1;
    margin-bottom: 5px;
  }
  #home section.mayor .name-container .title {
    font-size: var(--font-small);
    line-height: 1;
  }
  #home section.downloads {
    min-height: unset;
  }
  #home section.downloads h2 {
    line-height: 1.5;
  }
  #home section.downloads .categories {
    margin-bottom: 10px;
  }
  #home section.downloads .categories .category {
    margin-bottom: 10px;
  }
  #home section.downloads .categories .more {
    top: -68px;
  }
  #home section.downloads .downloads {
    max-height: unset;
    min-height: unset;
  }
  #home section.downloads .downloads .col-12:last-child a .document {
    margin-bottom: 0;
  }
  #home section.actions {
    min-height: unset;
  }
  #home section.actions h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #home section.websites {
    min-height: unset;
  }
  #home section.websites h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #home section.websites .container {
    margin: 0;
  }
  #home section.websites h3 {
    font-size: var(--font-medium);
    line-height: 1.5;
    margin-top: 20px;
  }
  #home section.websites p {
    font-size: var(--font-medium);
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
  #home section.do-you-remember {
    min-height: unset;
  }
  #home section.do-you-remember h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #home section.do-you-remember .quiz__question {
    font-size: var(--font-medium);
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #home section.do-you-remember .quiz__answers {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #home section.do-you-remember .quiz__answers .answer {
    font-size: var(--font-medium);
    font-weight: 700;
    height: unset;
    line-height: 1.5;
    margin: 0 0 20px 0;
    padding: 30px 20px;
    width: calc(50% - 10px);
  }
  #home section.do-you-remember .quiz__results {
    height: unset;
    margin-bottom: 20px;
  }
  #home section.do-you-remember .quiz__results .results__title {
    font-size: var(--font-medium);
    line-height: 1.5;
    min-height: calc(var(--font-medium) * 1.5);
  }
  #home section.do-you-remember .bubble {
    font-size: var(--font-large);
    padding: 40px 20px;
    height: 100px;
    width: auto;
  }
  #home section.do-you-remember .user-audio {
    margin: 20px 0;
  }
  #home section.do-you-remember .user-audio .caption {
    font-size: var(--font-small);
    letter-spacing: 0.4px;
    line-height: 1.5;
  }
  #home section.do-you-remember .user-audio--upload {
    margin-top: 0;
    margin-bottom: 37px;
  }
}
@media (max-width: 374px) {
  #home section.mayor .mayor__tweet__header {
    padding: 15px 60px 7.5px 30px;
  }
  #home section.mayor .mayor__tweet__header .like span {
    font-size: var(--font-small);
  }
  #home section.mayor .mayor__tweet__header .like span.font-awesome {
    font-size: var(--font-medium);
  }
  #home section.mayor .mayor__tweet__image img {
    height: 32px;
    width: 32px;
  }
  #home section.mayor .mayor__tweet__title {
    font-size: var(--font-large);
    line-height: 2;
  }
  #home section.mayor .mayor__tweet__body {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 1.5 * 4 + 7.5px);
    line-height: 1.5;
    padding: 0 22.5px 7.5px 30px;
  }
  #home section.mayor .mayor__tweet__footer {
    font-size: var(--font-small);
    padding: 0 22.5px 0 30px;
  }
}
@media (max-width: 414px) {
  .mobile__body .title {
    font-size: 32px;
    line-height: 48px;
    padding-top: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 414px) {
  .mobile__body .description {
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
  }
}
@media (max-width: 350px) {
  .mobile__body button img {
    height: 72px;
    width: 40px;
  }
}
@media (max-width: 414px) {
  .mobile__body button span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 414px) {
  .mobile__body button {
    margin: 24px auto 0 auto;
    padding: 15px 24px 10px 24px;
  }
}
@media (max-width: 350px) {
  .mobile__body button {
    margin: 16px auto 0 auto;
  }
}
@media (max-width: 414px) {
  .mobile__body .footer {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .cookie-layout {
    padding: 20px 0;
  }
  .cookie-layout.active {
    height: 220px;
  }
  .cookie-layout .input--button {
    margin-top: 10px;
  }
  .members-mayor-image {
    float: right;
    margin: 50px auto;
    width: 100%;
  }
  .modal-background {
    display: none;
  }
  .modal-background iframe {
    width: 300px;
    height: 150px;
  }
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/*# sourceMappingURL=responsive.css.map */