* {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
}

body {
    background-image: url(img/adopta_body_bg.jpg);
    padding-top: 5px;
}

.navbar-container {
    display: none;
}

.desktop-menu_block {
    display: block;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: #000000;
}

button {
    border-style: none !important;
}

button:visited,
button:focus {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: 0 0 0 0 !important;
}

li {
    list-style: none;
}

.header_logo {
    width: 183px;
    height: auto;
}

.current-menu-item {
    font-weight: bold;
}

.header_facebook-logo {
    width: 56px;
    height: auto;
    margin-bottom: -5px;
}

.header__buttons {
    width: 340px;
    height: 45px;
    box-shadow: 0px 0px 7px #d9d9d9;
    border-radius: 6px;
}

.header__buttons > div {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.header__buttons__add {
    background: #2cb9f5;
}

.header__buttons__search {
    background: #f5982c;
}

.fa-paw,
.fa-search {
    margin-right: 15px;
    color: #ffffff;
    font-size: 24px;
}

.navbar-menu_list {
    font-size: 24px;
}

.navbar-menu_list__active {
    font-weight: bold;
}

.banner__main-page {
    /* background-image: url(img/dog_main_photo.png); */
    background: linear-gradient(
            90deg,
            rgba(43, 33, 33, 0.54) 41.57%,
            rgba(255, 255, 255, 0) 50%
    ),
    url(img/banner-2.png);
    box-shadow: 0px 4px 10px rgba(150, 150, 150, 0.25);
    border-radius: 6px;
    background-size: 100%;
    overflow: hidden;
    width: 100%;
    height: 380px;
}

.banner__main-page p {
    font-size: 42px;
    line-height: 51px;
    width: max-content;
    color: #fcfcfc;
}

.links_find-or-found {
    width: 580px;
    height: 40px;
}

.pet-bage_block {
    padding: 10px;
    background: #fdfdfd;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #d9d9d9;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.pet-bage_block__img {
    width: 100%;
    margin-bottom: 10px !important;
    border-radius: 6px;
}

.pet-bage_block__header,
.simple-header-h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px !important;
}

.pet-bage_block-single {
    padding-top: 40px;
    word-break: break-word;
}

.pet-bage_block-single__description p {
    line-height: 25px !important;
    color: #000000 !important;
    padding-top: 38px;
}

.pet-bage_block-single__news-article .pet-bage_block-single__description p {
    padding-top: 10px;
}

.pet-bage_block-single__back-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 50px;
    border: 2px solid #2cb9f5;
    border-radius: 6px;
    transition: 0.3s;
    display: none;
}

.pet-bage_block-single__back-btn p {
    margin-bottom: 0 !important;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.pet-bage_block-single p {
    font-size: 18px !important;
}

.pet-bage_block p,
.pet-bage_block-single p {
    font-size: 16px;
    line-height: 18px;
    color: #7d7d7d;
    margin: 0;
    margin-bottom: 10px;
}

.pet-bage_block__span {
    color: #000;
    word-break: break-all;
}

.angle-right {
    margin-left: auto;
    margin-right: 0;
    width: 12px;
    height: 18px;
}

.footer-container {
    border-top: 1px solid #e9e9e9;
    color: #bbb9b9;
}

.footer-container a {
    color: #bbb9b9;
}

.main-page-content__block {
    background: #fdfdfd;
    box-shadow: 0px 0px 7px #d9d9d9;
    border-radius: 6px;
    padding: 30px;
}

.main-page-content__text {
    font-size: 18px;
    line-height: 21px;
    color: #5b5b5b;
}

.fa-map-pin {
    font-size: 23px;
    margin-right: 14px;
    color: #f5982c;
}

.fa-phone-alt,
.fa-globe-americas {
    font-size: 18px;
    margin-right: 9px;
}

.facebook-logo_small-bage {
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

.bordered-top__blocks {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
}

.bordered-top__blocks > .col-lg-3:nth-child(1) {
    padding-left: 0;
}

.bordered-top__blocks > .col-lg-3:nth-child(4) {
    padding-right: 0px;
}

.shelters-paws__icon {
    font-size: 20px;
    color: #705c46;
    margin-right: 8px;
}

.fa-envelope {
    font-size: 18px;
    margin-right: 5px;
    color: #4267b2;
}

.select-forms_animals,
.usp-input {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background: #fdfdfd;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    font-size: 20px;
    margin-bottom: 20px;
}

.usp-input {
    margin-bottom: 20px !important;
}

.smooth-header-h4 {
    font-size: 18px;
    line-height: 21px;
    color: #5b5b5b;
}

::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #c4c4c4;
}

textarea {
    resize: none;
    height: 140px;
}

.container-for-links_find-found {
    height: 40px;
    background: #fdfdfd;
    box-shadow: 0px 0px 7px #d9d9d9;
}

.container-for-links_find-found a {
    height: 100%;
    border: solid;
    font-size: 20px;
}

.container-for-links_find-found > a:nth-child(1) {
    border: 2px solid #2cb9f5;
    border-radius: 6px 0px 0px 6px;
}

.container-for-links_find-found > a:nth-child(2) {
    border: 2px solid #e1e1e1;
    border-radius: 0px 6px 6px 0px;
}

.find-home_btn-toggler {
    border: 2px solid #e1e1e1 !important;
    border-radius: 6px 0px 0px 6px !important;
}

.found-home_btn-toggler {
    border: 2px solid #f5982c !important;
    border-radius: 0px 6px 6px 0px !important;
}

.animals-counter_block {
    background: #fdfdfd !important;
    border: 2px solid #f5982c !important;
    box-shadow: none !important;
    cursor: default;
}

.animals-counter_block > div {
    color: #000000 !important;
}

/* Style for USP Form */

.usp-label-title,
.usp-label-content,
.usp-label {
    font-size: 18px;
    line-height: 21px;
    color: #5b5b5b;
}

.col-md-4,
.col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.usp-submit {
    background: #f5982c;
    border-radius: 6px;
    color: #ffffff;
    width: 825px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px !important;
}

.usp-radio {
    border: none !important;
}

@media (max-width: 1200px) {
    .navbar-menu_list {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .navbar-menu_list {
        font-size: 16px;
    }

    .header__buttons {
        width: 210px;
    }

    .header__buttons > div {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-container {
        display: block;
    }

    .desktop-menu_block {
        display: none;
    }

    .header_logo {
        display: none;
    }

    .header-buttons_media {
        flex-direction: column;
        align-items: center !important;
    }

    .header__buttons__add {
        margin-bottom: 10px;
    }

    .header__buttons__links {
        width: 100%;
    }

    .header__buttons {
        width: 100% !important;
    }

    .header__buttons > div {
        font-size: 20px;
    }

    .facebook-media__link {
        display: none;
    }

    .media-navbar_menu li {
        font-size: 20px;
    }

    .main-page__banner-block {
        display: none;
    }

    .fa-bars {
        font-size: 38px;
    }

    .navbar-brand {
        width: 150px;
    }

    .footer-container {
        flex-direction: column;
    }

    .shelters-blocks__media {
        flex-direction: column;
    }

    .shelters-blocks__media div {
        width: 100% !important;
    }

    .shelters-blocks__media > div:nth-child(1) {
        margin-bottom: 30px;
    }

    .select-forms_find-animal {
        margin-bottom: 20px;
    }

    .usp-submit {
        width: 100%;
    }
}

.pagination_links {
    font-size: 17px;
}

.page-numbers {
    margin: 0 5px;
}

@media (max-width: 386px) {
    #menu-header {
        text-align: center;
        gap: 10px;
    }
}

.pet-bage_block-single__news-article a {
    color: #007bff;
}

.pet-bage_block-single__news-article img {
    padding-top: 20px;
}

.pet-bage_block-single__news-article img {
    max-width: 100%;
    height: auto;
}

.pet-bage_block-single__news-article a:has(img) + a:has(img) {
    display: block;
    padding-top: 40px;
}

.share-buttons ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.share-buttons li {
    display: inline-block;
    margin: 0 10px;
}

.share-buttons a div {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100%;
}

.share-buttons .facebook {
    background-image: url(img/share-fb.png);
}

.share-buttons .whatsapp {
    background-image: url(img/share-wa.png);
}

.share-buttons .twitter {
    background-image: url(img/share-tw.png);
}
