#lviv-head {
    min-width: 100%;
    overflow: hidden;
    background-color: #EEEEEE;
    margin-top: -20px;
}

#lviv-head .bg-head {
    background: url("../img/lviv/lviv5000-head.png") no-repeat top center;
    background-size: auto 390px;
    min-height: 500px;
}

#lviv-title {
    min-height: 400px;
}

#lviv-title iframe {
    position: absolute;
    top: -250px;
    left: 50%;
    z-index: 1;
    margin-left: -425px;
}

.footer__policies {
    display: flex;
    margin: 16px 0 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__policies a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.225px;
    color: #bcbdc1;
    text-decoration: none;
}

.footer__policies a:hover {
    text-decoration: underline;
    color: #bcbdc1;
}

@media (min-width: 360px) {
    .footer__policies a:not(:last-child) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1024px) {
    #lviv-title iframe {
        position: absolute;
        top: -550px;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #lviv-title iframe {
        position: absolute;
        top: -400px;
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    #lviv-head .bg-head {
        min-height: 260px;
    }
}

#lviv-title .title {
    /*margin-top: 300px;*/
}

.slogan-one {
    font-family: RobotoSlabBold, serif;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
    max-width: 380px;
    color: #48484b;
}

.slogan-two {
    position: absolute;
    top: 70px;
    right: 20px;
    font-size: 63px;
    font-family: Pribambas, serif;
    color: #83bc5a;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

#info-map, #low-quantity, #advantages {
    margin-bottom: 20px;
}

#about-project .description {
    font-size: 18px;
    font-family: RobotoSlab, serif;
    color: #48484b;
}

#with-support .description {
    font-size: 16px;
    font-family: Roboto, serif;
    color: #48484b;
}

.bg-about {
    background: url("../img/lviv/lviv5000-bg-secondary.png") repeat-x top center;
    background-size: auto 400px;
    min-height: 400px;
    padding-top: 100px;
}

.bg-facts {
    background: url("../img/lviv/lviv5000-samefacts.jpg") repeat top center;
    background-size: auto 480px;
    min-height: 300px;
    padding-bottom: 25px;
}

.bg-requirements {
    background: url("../img/lviv/lviv5000-bg-reqiuered.jpg") repeat top center;
    background-size: auto 480px;
    min-height: 400px;
    padding-bottom: 25px;
}

h3.title {
    font-family: RobotoSlabBold, serif;
    font-size: 32px;
    color: #83bc5a;
    text-align: center;
    margin: 25px auto 35px;
    line-height: 1.4;
}

#about-project h3.title,
#info-map h3.title,
#with-support h3.title {
    text-align: left;
}

#info-map h3.title {
    margin: 50px auto 40px;
}

#info-map .clinics-list {
    font-family: RobotoSlab, serif;
    font-size: 16px;
    color: #48484b;
    padding-left: 0;
    list-style: none;
}

#info-map .clinics-list li strong {
    font-family: RobotoSlabBold, serif;
    font-size: 18px;
}

#info-map .clinics-list li {
    margin-bottom: 20px;
}

#info-map .show-all {
    text-align: center;
}

#info-map .btn-show-all {
    font-size: 18px;
    font-family: RobotoSlabBold, serif;
}

#some-facts .facts-list {
    font-family: RobotoSlab, serif;
    font-size: 16px;
    color: #48484b;
    padding-left: 0;
    list-style: none;
}

#some-facts .facts-list li {
    position: relative;
    margin-left: 35px;
    margin-bottom: 20px;
}

#some-facts .facts-list li:before {
    content: '';
    background: url("../img/lviv/lviv5000-list-icon.png") no-repeat center;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: -35px;
}

#advantages .slogan_3 {
    font-family: RobotoSlab, serif;
    font-size: 20px;
    color: #48484b;
    text-align: center;
}

#advantages .item {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 50px;
    margin-bottom: 50px;
}

#advantages .item .image {
    margin-bottom: 20px;
}

#advantages .item .image img {
    max-width: 100px;
    height: auto;
}

#advantages .item .desc {
    font-family: Roboto, serif;
    font-size: 16px;
    color: #48484b;
}

#requirements .requirements-list {
    margin-bottom: 40px;
}

#requirements .requirements-list li {
    font-family: Roboto, serif;
    font-size: 16px;
    color: #48484b;
    margin-bottom: 10px;
}

#requirements .join-vet > img {
    margin-right: 10px;
}

#requirements .join-vet {
    font-family: RobotoSlab, serif;
    font-size: 18px;
    color: #48484b;
}

#requirements .join-vet > a {
    font-family: RobotoSlabBold, serif;
    color: #83bc5a;
}

.why-does-your-pet-description {
    font-size: 18px;
    font-family: RobotoSlab, serif;
    color: #48484b;
    margin-bottom: 30px;
}

dt {
    font-family: RobotoSlabBold, serif;
    font-size: 18px;
    margin-top: 15px;
}

.ddlist {
    font-family: RobotoSlab, serif;
    font-size: 16px;
    color: #48484b;
    margin-bottom: 30px;
}

.dudelist {
    font-family: RobotoSlab, serif;
    font-size: 16px;
    color: #48484b;
    margin-bottom: 30px;
}

.dudelist li {
    margin-bottom: 7px;
}

.dude-cover {
    width: 350px;
    height: 300px;
}

@media screen and (max-width: 460px) {
    .dude-cover {
        margin-bottom: 20px;
    }
    .dudelist {
        -webkit-padding-start: 10px;
    }
}

@media screen and (max-width: 360px) {
    .requirements-small-line {
        width: 285px;
    }

    .dude-cover {
        width: 230px;
        height: 230px;
    }
}