@charset "UTF-8";
@import "carousel.css";
@import "flexboxgrid.css";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif");
@media screen and (max-width: 48.05em) {
    #menu {
        display: none;
    }
}
#menu {
    width: 100%;
    position: fixed;
    z-index: 50;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    list-style: none;
}

#menu.active {
    background-color: #fafdfd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    transition: all 1s ease-in-out;
}

.main-nav {
    padding-top: 5px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 8%;
    margin-right: 8%;
}
.main-nav li {
    margin: 0 10px;
}
.main-nav a {
    font-size: 15pt;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.main-nav a:hover {
    color: #04894e;
}
.main-nav .current-menu-item a {
    color: #04894e;
}
.main-nav .image-logo {
    width: 100%;
    text-align: center;
}
.main-nav .image-logo img {
    width: 200px;
    height: 100%;
}
.main-nav .sub-menu {
    position: relative;
    display: inline-block;
}
.main-nav .sub-menu a {
    color: black;
}
.main-nav .sub-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 6px 6px;
    z-index: 1;
}
.main-nav .sub-menu a {
    color: black;
}
.main-nav .sub-menu a:hover {
    color: #04894e;
}
.main-nav .wpml-ls-item {
    margin: 10px;
}
.main-nav .wpml-ls-item:hover .sub-menu {
    display: block;
}
.wpml-ls-legacy-dropdown {
    width: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
.wpml-ls-legacy-dropdown a {
    border: none;
    padding: 10px 0;
    background: transparent;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    background: transparent;
}
.main-nav-mobile .wpml-ls-menu-item {
    display: none !important;
}
.row p {
    width: 100%;
}

@media only screen and (max-width: 1240px) {
    .main-nav a {
        font-size: 12pt;
    }
}
@media only screen and (max-width: 1084px) {
    .main-nav .image-logo {
        width: 100%;
        text-align: center;
    }
    .main-nav .image-logo img {
        width: 160px;
    }
    .main-nav a {
        font-size: 10pt;
    }
}
@media only screen and (max-width: 1000px) {
    .main-nav .image-logo {
        width: 100%;
        text-align: center;
    }
    .main-nav .image-logo img {
        width: 120px;
    }
    .main-nav a {
        font-size: 9pt;
    }
}
@media screen and (max-width: 48.05em) {
    .footer-background {
        display: none;
    }
}
.footer #menu-footer-menu-ua {
    display: flex;
    flex-direction: column;
}
.footer #menu-footer-menu-ua li {
    margin-bottom: 10px;
}
.footer-background {
    background-color: #30402c;
}
.footer-background .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    list-style: none;
}
.footer-background .footer .logo-footer img {
    width: 100%;
}
.footer-background .footer img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-background .footer a {
    margin-bottom: 3%;
    text-transform: uppercase;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    color: #e9eae9;
    text-decoration: none;
}
.footer-background .footer a:hover {
    color: #04894e;
}
.footer-background .footer p {
    margin-bottom: 3%;
    font-size: 16pt;
    font-family: "Noto Sans", sans-serif;
    color: #838c80;
}
.footer-background .footer .menu-item {
    clear: both;
    display: block;
    white-space: break-spaces;
    margin-bottom: 10px;
}
.footer-background .footer .privacy-item {
    width: 190px;
}
.footer-background .footer .privacy-item a {
    color: #838c80;
    text-transform: uppercase;
    font-size: 15pt;
    cursor: pointer;
}
.footer-background .footer .privacy-item a:hover {
    color: #04894e;
}
.footer-background .footer .socials {
    list-style: none;
}

@media only screen and (min-width: 62em) and (max-width: 75em) {
    .footer-background .footer a {
        font-size: 13pt;
    }
    .footer-background .footer p {
        font-size: 14pt;
    }
    .footer-background .footer .instagram-logo {
        margin-left: 0px;
    }
    .footer-background .footer .privacy-item {
        width: 170px;
    }
    .footer-background .footer .privacy-item a {
        text-transform: uppercase;
        font-size: 13pt;
        color: #838c80;
    }
}
@media only screen and (min-width: 48.05em) and (max-width: 62em) {
    .footer-background .footer a {
        font-size: 11pt;
    }
    .footer-background .footer p {
        font-size: 12pt;
    }
    .footer-background .footer .privacy-item {
        width: 150px;
    }
    .footer-background .footer .privacy-item a {
        text-transform: uppercase;
        font-size: 11pt;
        color: #838c80;
    }
}
@media (min-width: 105em) {
    .footer-background .footer .instagram-logo {
        margin-left: -30px;
    }
}

/* Breadcrumbs */

.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
}
.breadcrumbs li {
}
.breadcrumbs .item-current span {
    color: #039209;
}

.carouselBlock {
    margin-bottom: 3%;
}
.carouselBlock .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #4a4848;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 100%;
}
.carouselBlock .carousel-indicators li:hover {
    width: 11px;
    height: 11px;
    background-color: #2fb938;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 100%;
}
.carouselBlock .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #04890d;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 100%;
}
.carouselBlock .carousel-caption h1 {
    color: white;
    font-size: 35pt;
    text-shadow: 1px 1px grey;
    font-family: "Noto Serif", sans-serif;
}

@media screen and (max-width: 48.05em) {
    .carouselBlock {
        display: none;
    }
}
div.textBlock {
    padding-top: 2%;
    padding-bottom: 7%;
}
div.textBlock h2 {
    font-size: 40pt;
    font-family: "Noto Serif", sans-serif;
    margin-bottom: 3%;
}
div.textBlock hr {
    border: 2px solid #2fb938;
}
div.textBlock p {
    text-align: left;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    line-height: 35px;
}
div.textBlock div.grayBody p {
    font-style: italic;
    color: gray;
}
div.textBlock .button a:link,
div.textBlock .button a:visited {
    text-transform: uppercase;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    background-color: #04890d;
    color: white;
    padding: 20px 0;
    text-decoration: none;
}
div.textBlock .button a:hover,
div.textBlock .button a:active {
    background-color: #03960c;
}

@media (max-width: 48.05em) {
    div.textBlock {
        margin-top: 10%;
    }
    div.textBlock hr {
        margin-bottom: 5%;
        margin-top: 5%;
    }
    div.textBlock h2 {
        font-size: 30pt;
        line-height: 50px;
    }
    div.textBlock .button {
        margin-top: 7%;
        margin-bottom: 10%;
    }
    div.textBlock .button a:link,
    div.textBlock .button a:visited {
        padding: 15px 0;
        font-size: 12pt;
    }
    div.textBlock p {
        font-size: 12pt;
        line-height: 25px;
    }
}
.videoWrapper {
    overflow: hidden;
    height: 700px;
}
.videoWrapper video {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media (max-width: 48.05em) {
    .videoWrapper {
        height: 250px;
    }
}
@media (min-width: 48.05em) and (max-width: 64em) {
    .videoWrapper {
        height: 500px;
    }
}
.galleryBlock {
    margin-bottom: 2%;
}
.galleryBlock img {
    height: 400px;
    max-width: 100%;
    margin: 10px;
    transition: all 0.4s ease-in-out;
}
.galleryBlock img:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 48.05em) {
    .galleryBlock img {
        height: 300px;
        max-width: 100%;
        margin: 10px;
        transition: all 0.4s ease-in-out;
    }
    .galleryBlock .slick-next {
        right: 15px;
    }
    .galleryBlock .slick-prev {
        left: 15px;
    }
}
div.container-textBlockAR {
    padding-bottom: 8%;
    padding-top: 5%;
    background-color: #fafafa;
}
div.container-textBlockAR img {
    margin-right: 15%;
}
div.container-textBlockAR div.textBlockAR {
    max-width: 1920px;
}
div.container-textBlockAR div.textBlockAR h2 {
    font-size: 40pt;
    font-family: "Noto Serif", sans-serif;
}
div.container-textBlockAR div.textBlockAR p {
    margin-top: 2%;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    line-height: 35px;
}
div.container-textBlockAR div.textBlockAR a {
    font-weight: normal;
}

@media (max-width: 48.05em) {
    div.container-textBlockAR {
        margin-bottom: 25%;
        padding-top: 20%;
    }
    div.container-textBlockAR div.textBlockAR h2 {
        margin: 7% 0;
        line-height: 50px;
        font-size: 30pt;
    }
    div.container-textBlockAR div.textBlockAR p {
        font-size: 12pt;
        line-height: 25px;
    }
}
div.textImageBlock {
    padding-bottom: 10%;
    padding-top: 5%;
}
.container-fluid:nth-child(odd) .post-wrap {
    flex-direction: row-reverse;
}
div.textImageBlock div.textContainer h2 {
    margin-bottom: 5%;
    font-size: 40pt;
    font-family: "Noto Serif", sans-serif;
}
div.textImageBlock div.textContainer p {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    line-height: 35px;
}
div.textImageBlock div.textContainer .button {
    margin-top: 15%;
}
div.textImageBlock div.textContainer .button a:link,
div.textImageBlock div.textContainer .button a:visited {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    background-color: white;
    color: #04890d;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #04890d;
    font-weight: normal;
}
div.textImageBlock div.textContainer .button a:hover,
div.textImageBlock div.textContainer .button a:active {
    color: white;
    background-color: #03960c;
    font-weight: bold;
}
div.textImageBlock div.imageContainer img {
    box-shadow: 0px 34px 54px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

@media (max-width: 48.05em) {
    div.textImageBlock {
        margin-top: 10%;
    }
    div.textImageBlock div.textContainer h2 {
        font-size: 30pt;
    }
    div.textImageBlock div.textContainer p {
        font-size: 12pt;
        line-height: 25px;
    }
    div.textImageBlock div.imageContainer {
        margin-bottom: 10%;
    }
    div.textImageBlock div.imageContainer img {
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .button {
        margin-bottom: 30%;
    }
    .button a:link,
    .button a:visited {
        padding: 12px 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 12pt;
        font-family: "Noto Sans", sans-serif;
        background-color: white;
        color: #04890d;
        text-decoration: none;
        border-style: solid;
        border-width: 2px;
        border-color: #04890d;
        font-weight: normal;
    }
    .button a:hover,
    .button a:active {
        color: white;
        background-color: #03960c;
        font-weight: bold;
    }
}
.imageBlock {
    overflow: hidden;
    position: relative;
}
.imageBlock img {
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

@media (max-width: 48.05em) {
    .imageBlock {
        overflow: hidden;
        position: relative;
    }
    .imageBlock img {
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}
@media (min-width: 48.05em) and (max-width: 64em) {
    .imageBlock {
        overflow: hidden;
        position: relative;
    }
    .imageBlock img {
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
}
.innerPage {
    padding-top: 118px;
}
.innerPage h2 {
    font-size: 40pt;
    font-family: "Noto Serif", sans-serif;
    margin-bottom: 50px;
}
.innerPage hr {
    border: 2px solid #2fb938;
    width: 100px;
}
.innerPage p {
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
}
.innerPage .textEditor {
    margin-top: 4%;
    margin-bottom: 5%;
}
.innerPage .buttonBlock {
    margin-bottom: 10%;
}
.innerPage .buttonBlock .button a:link,
.innerPage .buttonBlock .button a:visited {
    text-transform: uppercase;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    background-color: white;
    color: #04890d;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    box-shadow: 1px 1px 1px 1px #d8d7d5;
    font-weight: bold;
}
.innerPage .buttonBlock .button a:hover,
.innerPage .buttonBlock .button a:active {
    background-color: ghostwhite;
}

@media only screen and (max-width: 99em) {
    .innerPage .buttonBlock .button a img {
        display: none;
    }
}
@media only screen and (min-width: 48.05em) and (max-width: 88em) {
    .innerPage .buttonBlock .button a:link,
    .innerPage .buttonBlock .button a:visited {
        font-size: 13pt;
    }
}
@media (max-width: 48.05em) {
    .innerPage {
        padding-top: 0;
    }
    .innerPage h2 {
        font-size: 30pt;
        font-family: "Noto Serif", sans-serif;
        margin-bottom: 5%;
    }
    .innerPage hr {
        width: 25%;
    }
    .innerPage .buttonBlock {
        display: none;
    }
    .innerPage p {
        font-size: 12pt;
    }
}
.breadCrumb {
    padding-top: 3%;
    padding-bottom: 3%;
}
.breadCrumb p {
    white-space: normal;
}
.breadCrumb a,
.breadCrumb span {
    font-size: 13pt;
    font-family: "Noto Sans", sans-serif;
    text-decoration: none;
    color: gray;
    font-weight: normal;
    white-space: normal;
}
.breadCrumb a:hover {
    color: #039209;
}
.breadCrumb span.currentPage {
    color: #039209;
}

.imageWithSideText {
    padding-bottom: 4%;
}
.imageWithSideText .imageContainer {
    padding-right: 50px;
}
.imageWithSideText .imageContainer img {
    width: 100%;
    height: auto;
}
.imageWithSideText hr {
    border: 2px solid #2fb938;
    width: 100%;
}
.imageWithSideText p {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    color: gray;
}

@media (max-width: 48.05em) {
    .imageWithSideText .imageContainer {
        padding: 0 5%;
    }
    .imageWithSideText p {
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 15pt;
        padding: 0 5%;
        padding-top: 2%;
    }
}
.imageAlign {
    padding-bottom: 5%;
    padding-top: 5%;
}
.imageAlign img {
    width: 100%;
}

.textEditor h2 {
    margin-top: 3%;
}
.textEditor p {
    margin-top: 2%;
    margin-bottom: 2%;
}

@media (max-width: 48em) {
    p {
        font-size: 12pt;
    }
}
.beforeAfterBlock {
    margin-bottom: 8%;
}
.beforeAfterBlock hr {
    margin-bottom: 10%;
    margin-top: 10%;
    border: 2px solid #2fb938;
    width: 100%;
}
.beforeAfterBlock p {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    color: gray;
}
.beforeAfterBlock .image-ba img {
    width: 95%;
}
.beforeAfterBlock .arrow-vert {
    height: 50px;
}

@media screen and (max-width: 48.05em) {
    .beforeAfterBlock {
        display: none;
    }
}
@media screen and (max-width: 48.05em) {
    .navbar .custom-logo {
        height: 65px;
        margin: 10px 0;
    }
    .navbar .bar {
        display: flex;
        display: -webkit-flex;
        /* NEW */
        -webkit-justify-content: space-around;
        -webkit-align-items: center;
        margin: 0 auto;
    }
    .navbar .bar.active {
        background-color: aliceblue;
    }
    .navbar a {
        font-size: 20pt;
        text-transform: uppercase;
        font-family: "Noto Sans", sans-serif;
        font-weight: bold;
        color: black;
        text-decoration: none;
    }
    .navbar a:hover {
        color: #04894e;
    }

    .main-nav-mobile {
        list-style-type: none;
        display: none;
        height: 800px;
    }

    .navbar-toggle {
        position: absolute;
        top: 45px;
        left: 6%;
        font-size: 34px;
    }

    .item-logo {
        margin: 1px 0;
        display: block;
        background-color: aliceblue;
        text-align: center;
    }

    .menu-item {
        margin: 1px 0;
        display: block;
        background-color: aliceblue;
        text-align: center;
        padding: 20px 0;
    }

    .item-last {
        height: 500px;
    }

    .active {
        display: block;
    }

    .hide {
        display: none;
    }

    .language-item-width {
        width: 33px;
    }

    p.language-item {
        font-size: 20pt;
        text-transform: uppercase;
        font-family: "Noto Sans", sans-serif;
        font-weight: bold;
        color: black;
        text-decoration: none;
    }
}
.oveflow-hid {
    overflow: hidden;
}
@media screen and (min-width: 48.05em) {
    .navbar {
        display: none;
    }
}
.footerMobile {
    display: flex;
    height: 40%;
    flex-direction: row;
    align-items: flex-start;
    background-color: #30402c;
}
.footerMobile .menu-item {
    margin: 1px 0;
    display: block;
    background-color: transparent;
    text-align: left;
    padding: 5px 0;
}
.footerMobile #menu-footer-menu-ua-1 {
    margin-bottom: 0;
}
.footerMobile a {
    margin-bottom: 3%;
    text-transform: uppercase;
    font-size: 13pt;
    font-family: "Noto Sans", sans-serif;
    color: #e9eae9;
    text-decoration: none;
}
.footerMobile a:hover {
    color: #04891e;
}
.footerMobile .col-left {
    margin-left: 8%;
}
.footerMobile .col-right {
    margin-right: 4%;
}
.footerMobile .col {
    margin-top: 10%;
    width: 50%;
    display: block;
}
.footerMobile .col .privacy-item a {
    color: #838c80;
}
.footerMobile .col .logo-footer {
    margin-bottom: 7%;
}
.footerMobile .col .logo-footer img {
    width: 100%;
}
.footerMobile .col .pictures {
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: -5%;
}
.footerMobile .col .footer-link {
    margin-bottom: 13%;
}

@media screen and (min-width: 48.05em) {
    .footerMobile {
        display: none;
    }
}
.beforeAfterBlockMobile img {
    width: 100%;
}
.beforeAfterBlockMobile p {
    margin: 5% 0;
    font-size: 11pt;
    font-family: "Noto Sans", sans-serif;
    color: gray;
}

@media screen and (min-width: 48.05em) {
    .beforeAfterBlockMobile {
        display: none;
    }
}
.applicationForm {
    margin-bottom: 5%;
}
.applicationForm .form-container {
    box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 5%;
    padding-top: 5%;
    background-color: #f4f8f6;
    /* Example stylistic flourishes */
}
.applicationForm .form-container .fontAwesome {
    font-family: Helvetica, "FontAwesome", sans-serif;
}
.applicationForm .form-container input {
    font-size: 13.5pt;
}
.applicationForm .form-container input[type="text"],
.applicationForm .form-container input[type="tel"],
.applicationForm .form-container input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.applicationForm .form-container .fileContainer {
    overflow: hidden;
    position: relative;
}
.applicationForm .form-container .fileContainer [type="file"] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.applicationForm .form-container .fileContainer [type="file"] {
    cursor: pointer;
}
.applicationForm .form-container label {
    font: "Noto Sans", sans-serif;
    font-size: 15pt;
    color: #acacac;
}
.applicationForm .form-container h2 {
    font: "Noto Serif", sans-serif;
    color: #04894e;
    font-size: 30pt;
    margin-bottom: 1%;
}
.applicationForm .form-container p {
    font: "Noto Sans", sans-serif;
    font-size: 15pt;
    margin-bottom: 1%;
    font-family: Helvetica, "FontAwesome", sans-serif;
    font-weight: bold;
}
.applicationForm .form-container .button {
    margin-bottom: 0;
}
.applicationForm .form-container .button button {
    text-transform: uppercase;
    font-size: 15pt;
    font-family: "Noto Sans", sans-serif;
    background-color: #04890d;
    color: white;
    padding: 12px 50px;
    text-decoration: none;
}
.applicationForm .form-container .button button:hover {
    background-color: #03960c;
}

@media (max-width: 48.05em) {
    .applicationForm {
        background-color: #f4f8f6;
    }
    .applicationForm .form-container p {
        margin-bottom: 3%;
    }
    .applicationForm .form-container label {
        margin: 10% 5%;
    }
    .applicationForm .form-container .button {
        text-align: center;
        padding-top: 9%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 48.05em) {
    .accordionContainer {
        display: none;
    }
}
@media screen and (min-width: 48.05em) {
    .accordionContainerMobile {
        display: none;
    }
}
.accordionContainerMobile {
    margin-bottom: 35%;
}
.accordionContainerMobile .accordion {
    background-color: white;
    border-color: #e2e6e3;
    color: #444;
    padding: 18px;
    width: 100%;
    border-style: solid;
    outline: none;
    transition: 0.4s;
}
.accordionContainerMobile .accordion:after {
    content: "";
    font-family: FontAwesome;
    font-size: 30pt;
    float: right;
    color: #777;
    margin-top: -12%;
    margin-right: 4%;
}
.accordionContainerMobile .active:after {
    content: "";
    color: #04894e;
}
.accordionContainerMobile .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordionContainerMobile .panel p {
    margin: 2%;
}
* {
    margin: 0;
    padding: 0;
}

body {
    background-attachment: fixed;
    background-color: white;
    /*Default bg, similar to the background's base color*/
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0.95)
        ),
        url("../../../../uploads/2022/09/Logo_Sign_Black.svg");
    background-position: right bottom;
    /*Positioning*/
    background-repeat: no-repeat;
    /*Prevent showing multiple background images*/
}
body h1 {
    font-family: "Noto Serif", sans-serif;
}

a {
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color: #04890d;
}

.subpage {
    padding-top: 6.2%;
}

.contacts {
    margin-top: 15px;
    height: 50px;
    width: 50px;
}

@media (max-width: 48em) {
    .hidden-xs {
        display: none !important;
    }

    .subpage {
        padding-top: 0;
    }

    .contacts {
        margin-top: 15px;
        height: 40px;
        width: 40px;
    }
}
@media (min-width: 48em) and (max-width: 64em) {
    .hidden-sm {
        display: none !important;
    }

    .subpage {
        padding-top: 7%;
    }

    .contacts {
        margin-top: 15px;
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 62em) and (max-width: 75em) {
    .hidden-md {
        display: none !important;
    }

    .contacts {
        margin-top: 15px;
        height: 40px;
        width: 40px;
    }
}
@media (min-width: 75em) {
    .hidden-lg {
        display: none !important;
    }
}
@media only screen and (min-width: 75em) and (max-width: 85em) {
    .contacts {
        margin-top: 15px;
        height: 40px;
        width: 40px;
    }
}

/*# sourceMappingURL=style.css.map */
