body {
    font-family: 'PT Sans', sans-serif;
}
.box1 {
    width: 500px;
    float: left;
}
header {
    background: #0e738c;
    align-items: center;
    color: white;
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.answer_logo {
    width: 2rem;
    margin-right: 1rem;
}

.relative {
    position: relative;
    padding-bottom: 6rem;
}

.maps {
    width: 650px;
    position: relative;
    float: left;
    padding-top: 5rem;
}

.top_company {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Orchidea Pro';
    text-transform: uppercase;
    align-self: center;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
}

.top_sity {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'PT Sans';
    align-self: center;
    position: absolute;
    right: 16rem;
}

.seti {
    width: 30px;
    height: 30px;
    align-self: center;
    margin-left: .5rem;
}

.seti:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 4px #e0cc3178;
    border-radius: 50%;
    transition: .5s;
    opacity: .8;
}

.top_home {
    color: white;
}

.top_home:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.top_homea {
    color: white;
}

.top_homea:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.top_homes {
    color: white;
}

.top_homes:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.top_social {
    padding-left: 1rem;
    margin-right: auto;
    position: absolute;
    top: 2.5rem;
}

.top_callme {
    font-family: 'Orchidea Pro';
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 5rem;
    color: black;
    align-self: center;
    background: #e0cc31;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: 2rem;
}

.top_callm {
    font-family: 'Orchidea Pro';
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-radius: 5rem;
    color: black;
    align-self: center;
    background: #e0cc31;
    font-size: 16px;
    font-weight: 900;
}

.top_callme:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 4px #e0cc318c;
    transition: .5s;
    opacity: .8;
    text-decoration: none;
}

.bottom_white_line {
    width: auto;
    height: 1px;
    background: #ffffff8c;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

nav {
    text-align: center;
}

.top_menu_href {
    color: #e0cc31;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-family: 'PT Sans';
    text-transform: uppercase;
    padding: 0 30px;
    transition: 1s;
}

.top_menu_href.active {
    color: #e0cc31 !important;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: 1s;
}

.top_menu_href:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: 1s;
}

.about {
    background-image: url("../images/1497600176594390b031.jpg");
    background-size: cover;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    font-size: 60px;
    font-family: 'Orchidea Pro', sans-serif;
    line-height: normal;
    color: white;
    background-position: center;
}

.about_strong {
    margin: 0 auto;
}

.wrap_about {
    margin: 0 auto;
}

.bottom_arrow {
    margin: 0 auto;
    width: 3rem;
    top: 5rem;
    position: relative;
}

.img_bottom_arrow {
    width: 100%;
}

.job {
    background-image: url("../images/pets1.jpg");
    display: flex;
    text-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
}

.about_job {
    font-size: 30px;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    font-family: "Orchidea Pro", sans-serif;
}

.text_job {
    color: #000000;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.text_job_big.font-weight-bold {
    color: #000000;
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.wrap_job {
    text-align: center;
    width: 15rem;
    margin: 0 auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.job_line {
    margin: 0 auto;
}

.img_job {
    width: 5rem;
}

.black {
    color: black;
}

.blue {
    color: #0e738c;
}

.white {
    color: #ffffff;
}

.begin-text {
    font-size: 42px;
    font-family: "Orchidea Pro", sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.begin-text-footer {
    font-size: 52px;
    font-family: "Orchidea Pro", sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: left;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.animals {
    background: #e0cc31;
    padding-bottom: 35rem;
    padding-top: 5rem;
}

.begin_animals {
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 0;
}

.text_animals {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.text_animals_wrap {
    position: absolute;
    bottom: 0rem;
    left: 2rem;
}

.wrap_animals {position: relative;}

.card-animals {
    margin: 10px;
    transition: .5s;
}

.wrap_animals_two {
    position: absolute;
    bottom: 6rem;
    display: flex;
}

#dog {
    width: 481px;
    height: 230px;
    background-image: url("../images/2iuh498tg3e6.jpg");
    background-size: cover;
    position: relative;
    color: #000000a3;
    float: left;
}

#cats {
    width: 230px;
    height: 481px;
    background-image: url("../images/Orange-cat-sit-on-ta.jpg");
    background-size: cover;
    position: relative;
    float: left;
    color: #4e4c4b;
}

#birds {
    width: 230px;
    height: 230px;
    background-image: url("../images/tmb_41022_5407.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#hor {
    width: 230px;
    height: 230px;
    background-image: url("../images/khorek-khoriok-morda.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#bannie {
    width: 230px;
    height: 230px;
    background-image: url("../images/screen-0.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#croco {
    width: 230px;
    height: 230px;
    background-image: url("../images/280939.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

.card-animals:hover {
    cursor: pointer;
    filter: drop-shadow(4px 4px 4px #000000a3);
}

#aboutus {
    width: 100%;
    background-image: url("../images/82192-morda-veterina.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrap_doctor {
    padding-bottom: 6rem;
}

.doctor_name {
    color: #0e738c;
    font-size: 22px;
    font-family: "Orchidea Pro", sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-top: 1rem;
    margin-bottom: 0;
}

.doctor_job {
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.doctor_reg {
    color: #000000;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.img_doctor {
    border: 2px solid #0e738c;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}

.img_doctor_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.doctor {
    width: inherit;
    text-align: center;
    margin: 0 auto;
}

.blogs {
    background: #0e738c;
    width: 100%;
    height: 100vh;
}

.about_blogs {
    font-family: 'PT Sans';
    color: #fefbfb;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 3rem;
}

.begin_blog {
    color: #000000;
    font-family: 'Orchidea Pro SmBd';
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    min-height: 6rem;
    padding-top: 1rem;
}

.text_blog {
    color: #000000;
    font-weight: 100;
    font-family: 'PT Sans';
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    width: 85%;
    margin: 0 auto;
    min-height: 6rem;
}

.btn_blog {
    font-family: 'Orchidea Pro';
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 5px;
    color: black;
    align-self: center;
    background: #e0cc31;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1rem;
    margin-left: 3rem;
    width: 5rem;
    margin: 0 auto;
}

.btn_blog:hover {
    cursor: pointer;
    box-shadow: 0 0 0 5px #e0cc316e;
}

.blog_item {
    width: 16rem !important;
    text-align: center;
    background: white;
    padding-bottom: 1rem;
    position: relative;
    margin: 0 auto;
    display: block !important;
}

.images_blog {
    height: 16rem;
    width: 16rem;
    margin-bottom: 1rem;
}

.wrap_blogs {
    display: flex;
    padding-top: 3rem;
    align-items: center;
}

#blog1 {
    background-image: url('../images/blog1.jpg');
    background-size: cover;
    background-position: center;
}

#blog2 {
    background-image: url('../images/blog2.jpg');
    background-size: cover;
    background-position: center;
}

#blog3 {
    background-image: url('../images/blog3.jpg');
    background-size: cover;
    background-position: center;
}

.prev_blog {
    width: 3rem;
    height: 3rem;
    background: #e0cc31;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    margin-left: 2rem;
}

.next_blog {
    display: block;
    width: 3rem;
    height: 3rem;
    background: #e0cc31;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    margin-right: 2rem;
}

.next {
    width: 0.6rem;
    margin: 0 auto;
    transform: rotate(180deg);
}

.prev {
    width: .6rem;
    margin: 0 auto;
}

.prev_blog:hover {
    cursor: pointer;
    opacity: .8;
    transition: .5s;
}

.next_blog:hover {
    cursor: pointer;
    opacity: .8;
    transition: .5s;
}

.in-slider {
    width: 100%;
    display: flex;
}

.slick-next.slick-arrow {
    width: 200px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #e0cc31;
    margin-left: 1rem;
    margin-right: 1rem;
    align-self: center;
    display: flex;
}

.slick-prev.slick-arrow {
    width: 200px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #e0cc31;
    margin-left: 2rem;
    margin-right: 2rem;
    align-self: center;
    display: flex;
}

.saypeople {
    background: #d8d8d8;
    padding-bottom: 5rem;
}

.trangle {
    width: 0;
    height: 0;
    margin-left: 35px;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}

.card_says {
    background: white;
    padding: 1rem;
    border-radius: 10px;
}

.card_say {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    height: auto;
}

.card_says.active {
    overflow: unset;
    height: auto;
}

.say_text {
    font-size: 18px;
    margin: 0;
}

.face_begin {
    font-weight: 700;
    margin: 0;
}

.face-text {
    font-size: 15px;
}

.orange {
    color: #ff8562;
}

.face_people {
    margin-top: 5px;
}

.face-img {
    float: left;
    width: 3rem;
    border-radius: 5px;
    margin-right: 1rem;
    margin-left: 1rem;
}

.line_say {
    width: 49%;
    display: inline-block;
    padding: 1rem;
    position: relative;
}

.line_says {
    width: 100%;
    display: inline-block;
    padding: 1rem;
    position: relative;
}

.answer {
    background: #efefef;
    padding: 1rem;
    border-radius: 1rem;
    width: auto;
    position: relative;
    margin-top: 1rem;
}

footer {
    background-image: url('../images/unnamed_1.jpg');
    height: 658px;
    background-size: cover;
    background-position: center;
}

.in_footer {
    height: 658px;
    background-image: -webkit-linear-gradient(top, rgba(224, 204, 49, 0.8), rgba(224, 204, 49, 0.9));
}

.footer_sity {
    font-size: 22px;
    text-align: left;
}

.footer_phone {
    font-size: 22px;
    text-align: left;
}

.footer_social {
    padding-top: 5rem;
    text-align: center;
    width: 14rem;
    display: flex;
}

.wrap_footer_left {
    display: block;
    width: 40%;
    float: left;
}

.footer_social_img {
    border-radius: 50%;
    display: flex;
    margin: auto;
    border: 0px solid #ffffff;
    width: 2rem;
    margin-right: 1rem;
}

.footer_mail {
    text-align: center;
    padding-top: 5rem;
    color: black;
    font-size: 17px;
}

.footer_social_img:hover {
    cursor: pointer;
    opacity: .8;
    box-shadow: 0 0 0px 5px #ffffff94;
    transition: .5s;
}

/*gallery*/
.gallery_big {
    display: block;
    width: 500px;
    height: 500px;
    background: red;
    float: left;
    padding: 10px;
    margin: 10px;
    position: relative;
}

.gallery_small {
    display: block;
    width: 240px;
    height: 240px;
    background: red;
    float: left;
    padding: 10px;
    margin: 10px;
    position: relative;
}

.gallery {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 43rem;
}

.begin_gallery {
    font-size: 27px;
    font-family: "Orchidea Pro", sans-serif;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 1.5rem;
    line-height: normal;
}

#gallery {
    height: auto;
    display: flex;
    align-items: center;
}

#gal0 {
    background-image: url("../images/gallery/k0vsXvsWCr0.jpg");
    background-size: cover;
    background-position: center;
}

#gal1 {
    background-image: url("../images/gallery/6_Hz4iSu31c.jpg");
    background-size: cover;
    background-position: center;
}

#gal2 {
    background-image: url("../images/gallery/jobs.jpg");
    background-size: cover;
    background-position: center;
}

#gal3 {
    background-image: url("../images/gallery/oOr282l5VaM.jpg");
    background-size: cover;
    background-position: center;
}

#gal4 {
    background-image: url("../images/gallery/FLR3ws9_IIs.jpg");
    background-size: cover;
    background-position: center;
}

.hover_gallery {
    transition: .5s;
    opacity: .8;
    overflow: hidden;
}

.hover_gallery:hover {
    cursor: pointer;
    transition: .5s;
    opacity: 1;
    filter: drop-shadow(4px 4px 4px #0000006e);
    color: #0000006e;
}

.trangles {
    position: absolute;
    width: 50%;
    height: 50%;
    background: #ffffff40;
    bottom: 0;
    right: 0;
    transition: .5s;
    transform: translateX(0);
}

.trangles.active {
    transition: .5s;
    transform: translate(100%, 100%);
}

.btn_wrap {
    padding-top: 2rem;
    text-align: center;
}

.top_callm:hover {
    color: black;
    text-decoration: none;
}

.top_callm:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 4px #e0cc318c;
    transition: .5s;
    opacity: .8;
    text-decoration: none;
}

.wrap_auth {
    width: 300px;
    margin: 0 auto;
    align-self: center;
}


/*admin*/

.admin_panel {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: #28a745;
    color: white;
    z-index: 999999999;
    height: 2rem;
    display: flex;
    align-content: center;
    border-radius: 5rem;
    font-size: 2rem;
    line-height: 0;
    padding-bottom: 8px;
}

.admin_btn {
    color: black;
    align-self: center;
    padding-left: 1%;
    width: 10rem;
    text-align: center;
    font-weight: bold;
    font-variant: all-petite-caps;
}

.admin_btn:hover {
    color: white;
    text-decoration: none;
}

.aside_admin {
    background: #f3f3f3;
    position: absolute;
    height: 100%;
    width: 25rem;
    left: 0;
    float: left;
}

.modal_answer {
    background: #ffffffb8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-content: center;
    display: none;
}

.modal_answer_ok {
    background: #ffffffb8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-content: center;
    display: none;
}

#index_ok {
    width: 20%;
    margin: 0 auto;
    align-self: center;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    filter: drop-shadow(4px 4px 4px grey);
    position: relative;
}

#index_form {
    min-width: 20%;
    margin: 0 auto;
    align-self: center;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    filter: drop-shadow(4px 4px 4px grey);
    position: relative;
}

.close_answer {
    font-size: 2rem;
    position: absolute;
    top: 0rem;
    right: .5rem;
    width: 2rem;
    height: 2rem;
    opacity: .5;
}

.close_answer:hover {
    opacity: 1;
    cursor: pointer;
}

.closes {
    width: 100%;
}

.modal_answer.active {
    display: flex;
}

.modal_answer_ok.active {
    display: flex;
}

.mymaps {
    overflow: hidden;
    width: 700px;
    position: relative;
}


.mobilemenu {
    display: none;
}
.burger {
    display: none;
}
.close_burger {
    display: none;
}
@media screen and (max-width: 1850px) {
    .top_sity {
        top: 6rem;
        right: 2rem;
    }

    .top_callme {
        top: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    .top_sity {
        top: 6rem;
        right: 2rem;
    }

    .top_callme {
        top: 1rem;
    }
}
@media screen and (max-width: 1295px) {
    .top_company {
    width: 30rem;
    }
    .top_sity {
    top: 4.5rem;
}

.top_social {
    top: 4.5rem;
}
}
@media screen and (max-width: 1240px) {
    .slick-slider {
        width: 100% !important;
    }
}
@media screen and (max-width: 1199px) {
    .maps {
    width: 555px;
    position: relative;
    float: left;
    padding-top: 5rem;
}
.mymaps {
    overflow: hidden;
    width: 555px;
    position: relative;
}
    .gallery {
    width: min-content;
    margin: 0 auto;
}
    .box1 {
    width: 465px;
    float: left;
}
#dog {
    width: 442px;
    height: 210px;
    background-image: url("../images/2iuh498tg3e6.jpg");
    background-size: cover;
    position: relative;
    color: #000000a3;
    float: left;
}

#cats {
    width: 210px;
    height: 440px;
    background-image: url("../images/Orange-cat-sit-on-ta.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#birds {
    width: 210px;
    height: 210px;
    background-image: url("../images/tmb_41022_5407.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#hor {
    width: 210px;
    height: 210px;
    background-image: url("../images/khorek-khoriok-morda.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#bannie {
    width: 210px;
    height: 210px;
    background-image: url("../images/screen-0.jpg");
    background-size: cover;
    position: relative;
    float: left;
}

#croco {
    width: 210px;
    height: 210px;
    background-image: url("../images/280939.jpg");
    background-size: cover;
    position: relative;
    float: left;
}
}
@media screen and (max-width: 980px) {
        .top_sity {
    display: none;
}
}
@media screen and (max-width: 991px) {
        .lr {
    transform: rotate(45deg);
    top: 11px;
}

.rr {
    transform: rotate(-45deg);
}
    .item_burger {
    position: relative;
    width: 80%;
    height: 5px;
    background: #e0cc31;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}
    .burger {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 999999999999999;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #1e7387;
    border-radius: 2px;
}
.close_burger.active {
    display: block;
}
.burger.active {
    display: block;
}
.close_burger {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: auto;
    z-index: 999999999999999;
    padding-top: 3px;
    padding-bottom: 15px;
    background: #1e7387;
    border-radius: 2px;
}
    .top_menu_href {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
}
        header {
        background: #0e738c;
        align-items: center;
        color: white;
        padding-top: 2rem;
        padding-bottom: 1rem;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 99;
        display: none;
    }
    .mobilemenu {
        display: block;
        position: fixed;
        z-index: 999999;
        width: 80%;
        height: 100vh;
        background: #1e7387;
        top: 0;
        right: 0;
        transition: .5s;
        transform: translateX(100%);
    }
    .mobilemenu.active {
        transition: .5s;
        transform: translateX(0);
    }
    .about_blogs {
    font-family: 'PT Sans';
    color: #fefbfb;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 3rem;
}

.begin_blog {
    color: #000000;
    font-family: 'Orchidea Pro SmBd';
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    min-height: 6rem;
    padding-top: 1rem;
}

.text_blog {
    color: #000000;
    font-weight: 100;
    font-family: 'PT Sans';
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    width: 85%;
    margin: 0 auto;
    min-height: 6rem;
}
    .blog_item {
    width: 14rem !important;
    text-align: center;
    background: white;
    padding-bottom: 1rem;
    position: relative;
    margin: 0 auto;
    display: block !important;
}

.images_blog {
    height: 14rem;
    width: 14rem;
    margin-bottom: 1rem;
}
    .in_footer {
    height: auto;
    background-image: -webkit-linear-gradient(top, rgba(224, 204, 49, 0.8), rgba(224, 204, 49, 0.9));
}
    .maps {
    width: 555px;
    position: relative;
    float: none;
    padding-top: 5rem;
}
.wrap_footer_left {
    display: block;
    width: 40%;
    float: none;
}
footer {
    background-image: url('../images/unnamed_1.jpg');
    height: auto;
    background-size: cover;
    background-position: center;
}
    .wrap_animals {
    position: relative;
    margin: 0 auto;
    width: 67%;
    }
    .animals {
    background: #e0cc31;
    padding-bottom: 60rem;
    padding-top: 5rem;
}
 #birds {
    width: 211px;
    height: 210px;
    background-image: url("../images/tmb_41022_5407.jpg");
    background-size: cover;
    position: relative;
    float: left;
}
}
@media screen and (max-width: 768px) {
        .box1 {
    width: auto;
    float: none;
}
    .wrap_animals {
    position: relative;
    margin: 0 auto;
    width: 100%;
    }
    .mymaps {
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .okimages {
        width: 50%;
        position: relative;
        left: 25%;
    }
    .in_slider {
        width: 100% !important;
    }
    .d-flex {
        display: block !important;
    }

    .answer_logo {
        width: 2rem;
        margin-right: 1rem;
    }

    .relative {
        position: relative;
        padding-bottom: 6rem;
    }

    .maps {
        width: 100%;
        position: relative;
        float: none;
        padding-top: 5rem;
    }

    .top_company {
        color: #ffffff;
        font-size: 28px;
        letter-spacing: 1px;
        font-family: 'Orchidea Pro';
        text-transform: uppercase;
        align-self: center;
        text-align: center;
        line-height: 34px;
        margin: 0 auto;
    }

    .top_sity {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        font-family: 'PT Sans';
        align-self: center;
        position: absolute;
        right: 16rem;
    }

    .seti {
        width: 30px;
        height: 30px;
        align-self: center;
        margin-left: .5rem;
    }

    .seti:hover {
        cursor: pointer;
        box-shadow: 0 0 0px 4px #e0cc3178;
        border-radius: 50%;
        transition: .5s;
        opacity: .8;
    }

    .top_home {
        color: white;
    }

    .top_home:hover {
        cursor: pointer;
        color: white;
        text-decoration: none;
    }

    .top_social {
        padding-left: 1rem;
        margin-right: auto;
        position: absolute;
        top: 2.5rem;
    }

    .top_callme {
        font-family: 'Orchidea Pro';
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        border-radius: 5rem;
        color: black;
        align-self: center;
        background: #e0cc31;
        font-size: 14px;
        font-weight: 900;
        position: absolute;
        right: 2rem;
    }

    .top_callm {
        font-family: 'Orchidea Pro';
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: .8rem;
        padding-bottom: .8rem;
        border-radius: 5rem;
        color: black;
        align-self: center;
        background: #e0cc31;
        font-size: 16px;
        font-weight: 900;
    }

    .top_callme:hover {
        cursor: pointer;
        box-shadow: 0 0 0px 4px #e0cc318c;
        transition: .5s;
        opacity: .8;
        text-decoration: none;
    }

    .bottom_white_line {
        width: auto;
        height: 1px;
        background: #ffffff8c;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    nav {
        text-align: center;
    }

    .top_menu_href.active {
        color: #e0cc31 !important;
        text-decoration: none;
        border-bottom: 1px solid;
        transition: 1s;
    }

    .top_menu_href:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid;
        transition: 1s;
    }

    .about {
        background-image: url("../images/1497600176594390b0312.jpg");
        background-size: cover;
        display: flex;
        height: 100vh;
        width: 100%;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        font-size: 60px;
        font-family: 'Orchidea Pro', sans-serif;
        line-height: normal;
        color: white;
    }

    .about_strong {
        margin: 0 auto;
        font-size: 3rem;
    }

.logo_about {
    width: 122px;
}
    .wrap_about {
        margin: 0 auto;
    }

    .bottom_arrow {
        margin: 0 auto;
        width: 3rem;
        top: 5rem;
        position: relative;
    }

    .img_bottom_arrow {
        width: 100%;
    }

    .job {
        background-image: url("../images/pets1.jpg");
        display: flex;
        text-align: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        height: auto;
        position: relative;
    }

    .about_job {
        font-size: 2rem;
        line-height: 1.55;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        font-family: "Orchidea Pro", sans-serif;
    }

    .text_job {
        color: #000000;
        font-size: 19px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.3;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        text-align: center;
    }

    .text_job_big.font-weight-bold {
        color: #000000;
        font-size: 20px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.3;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        text-align: center;
    }

    .wrap_job {
        text-align: center;
        width: 15rem;
        margin: 0 auto;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .job_line {
        margin: 0 auto;
    }

    .img_job {
        width: 5rem;
    }

    .black {
        color: black;
    }

    .blue {
        color: #0e738c;
    }

    .white {
        color: #ffffff;
    }

    .begin-text {
        font-size: 30px;
        font-family: "Orchidea Pro", sans-serif;
        line-height: 1.55;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .begin-text-footer {
        font-size: 30px;
        font-family: "Orchidea Pro", sans-serif;
        line-height: 1.55;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        text-align: left;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .animals {
        background: #e0cc31;
        padding: 0;
    }

    .begin_animals {
        font-size: 24px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.3;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        margin-bottom: 0;
    }

    .text_animals {
        font-size: 16px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.55;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
    }

    .text_animals_wrap {
        position: absolute;
        bottom: 0rem;
        left: 2rem;
    }

    .wrap_animals {
        display: block;
        padding-bottom: 0rem;
    }

    .card-animals {
        margin: .7rem;
        transition: .5s;
    }

    .wrap_animals_two {
        position: relative;
        display: block;
        bottom: unset;
    }

    #dog {
        width: auto;
        height: 40vw;
        background-image: url("../images/2iuh498tg3e6-2.jpg");
        background-size: cover;
        position: relative;
        background-position: topcenter;
        color: #000000a3;
        float: none;
    }

    #cats {
        width: auto;
        height: 40vw;
        background-image: url("../images/Orange-cat-sit-on-ta-2.jpg");
        background-size: cover;
        position: relative;
        background-position: center;
        float: none;
    }

    #birds {
        width: auto;
        height: 40vw;
        background-image: url("../images/tmb_41022_5407-2.jpg");
        background-size: cover;
        position: relative;
        float: none;
    }

    #hor {
        width: auto;
        height: 40vw;
        background-image: url("../images/khorek-khoriok-morda-2.jpg");
        background-size: cover;
        position: relative;
        float: none;
    }

    #bannie {
        width: auto;
        height: 40vw;
        background-image: url("../images/screen-0-2.jpg");
        background-size: cover;
        position: relative;
        float: none;
    }

    #croco {
        width: auto;
        height: 40vw;
        background-image: url("../images/280939-2.jpg");
        background-size: cover;
        position: relative;
        right: unset;
        float: none;
        background-position: right;
    }

    .card-animals:hover {
        cursor: pointer;
        filter: drop-shadow(4px 4px 4px #000000a3);
    }

    #aboutus {
        width: 100%;
        background-image: url("../images/82192-morda-veterina.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .wrap_doctor {
        padding-bottom: 6rem;
    }

    .doctor_name {
        color: #0e738c;
        font-size: 23px;
        font-family: "Orchidea Pro", sans-serif;
        line-height: 1.55;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        padding-top: 1rem;
        margin-bottom: 0;
    }

    .doctor_job {
        color: #7a7a7a;
        font-size: 19px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.6;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
    }

    .doctor_reg {
        color: #000000;
        font-size: 15px;
        font-family: 'PT Sans', sans-serif;
        line-height: 1.55;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
    }

    .img_doctor {
        border: 2px solid #0e738c;
        border-radius: 50%;
        width: 11rem;
        height: 11rem;
        margin: 0 auto;
    }

    .img_doctor_img {
        width: 100%;
        border-radius: 50%;
    }

    .doctor {
        width: inherit;
        text-align: center;
        margin: 0 auto;
    }

    .blogs {
        background: #0e738c;
        width: 100%;
        height: 100vh;
    }

    .about_blogs {
        font-family: 'PT Sans';
        color: #fefbfb;
        font-size: 1.5rem;
        text-align: center;
        padding-bottom: 3rem;
    }

    .begin_blog {
        color: #000000;
        font-family: 'Orchidea Pro SmBd';
        font-size: 16px;
        line-height: 1.35;
        text-align: center;
        min-height: 6rem;
        padding-top: 1rem;
    }

    .text_blog {
        color: #000000;
        font-weight: 100;
        font-family: 'PT Sans';
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.55;
        width: 85%;
        margin: 0 auto;
        min-height: 6rem;
        padding-bottom: 2rem;
    }

    .btn_blog {
        font-family: 'Orchidea Pro';
        padding-top: 0.5rem;
        padding-bottom: .5rem;
        border-radius: 5px;
        color: black;
        align-self: center;
        background: #e0cc31;
        font-size: 14px;
        font-weight: 900;
        margin-right: 1rem;
        margin-left: 3rem;
        width: 5rem;
        margin: 0 auto;
    }

    .btn_blog:hover {
        cursor: pointer;
        box-shadow: 0 0 0 5px #e0cc316e;
    }

    .blog_item {
        width: 10rem !important;
        text-align: center;
        background: white;
        padding-bottom: 1rem;
        position: relative;
        margin: 0 auto;
        display: block !important;
        height: 30rem;
    }

    .images_blog {
        height: 9rem;
        width: 10rem;
        margin-bottom: 1rem;
    }

    .wrap_blogs {
        display: flex;
        padding-top: 3rem;
        align-items: center;
    }

    #blog1 {
        background-image: url('../images/blog1.jpg');
        background-size: cover;
        background-position: center;
    }

    #blog2 {
        background-image: url('../images/blog2.jpg');
        background-size: cover;
        background-position: center;
    }

    #blog3 {
        background-image: url('../images/blog3.jpg');
        background-size: cover;
        background-position: center;
    }

    .prev_blog {
        width: 3rem;
        height: 3rem;
        background: #e0cc31;
        border-radius: 50%;
        text-align: center;
        align-items: center;
        display: flex;
        margin-left: 2rem;
    }

    .next_blog {
        display: block;
        width: 3rem;
        height: 3rem;
        background: #e0cc31;
        border-radius: 50%;
        text-align: center;
        align-items: center;
        display: flex;
        margin-right: 2rem;
    }

    .next {
        width: .6rem;
        margin: 0 auto;
        transform: rotate(180deg);
    }

    .prev {
        width: .6rem;
        margin: 0 auto;
    }

    .prev_blog:hover {
        cursor: pointer;
        opacity: .8;
        transition: .5s;
    }

    .next_blog:hover {
        cursor: pointer;
        opacity: .8;
        transition: .5s;
    }

    .in-slider {
        width: 100%;
        display: flex;
    }

    .slick-next.slick-arrow {
        width: 270px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #e0cc31;
        margin-left: 2rem;
        margin-right: 2rem;
        align-self: center;
        display: flex;
    }

    .slick-prev.slick-arrow {
        width: 270px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #e0cc31;
        margin-left: 2rem;
        margin-right: 2rem;
        align-self: center;
        display: flex;
    }

    .saypeople {
        background: #d8d8d8;
        padding-bottom: 5rem;
    }

    .trangle {
        width: 0;
        height: 0;
        margin-left: 35px;
        border: 12px solid;
        border-color: #fff transparent transparent #fff;
    }

    .card_says {
        background: white;
        padding: 1rem;
        border-radius: 10px;
    }

    .card_say {
        background: white;
        padding: 1rem;
        border-radius: 10px;
        height: auto;
    }

    .card_says.active {
        overflow: unset;
        height: auto;
    }

    .say_text {
        font-size: 14px;
        margin: 0;
    }

    .face_begin {
        font-weight: 700;
        margin: 0;
    }

    .face-text {
        font-size: 15px;
    }

    .orange {
        color: #ff8562;
    }

    .face_people {
        margin-top: 5px;
        padding-bottom: 3rem;
    }

    .face-img {
        float: left;
        width: 3rem;
        border-radius: 5px;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .line_say {
        width: 49%;
        display: contents;
        padding: 1rem;
        position: relative;
    }

    .line_says {
        width: 100%;
        display: inline-block;
        padding: 1rem;
        position: relative;
    }

    .answer {
        background: #efefef;
        padding: 1rem;
        border-radius: 1rem;
        width: auto;
        position: relative;
        margin-top: 1rem;
    }

    footer {
        background-image: url('../images/unnamed_1.jpg');
        height: auto;
        background-size: cover;
        background-position: center;
    }

    .in_footer {
        height: auto;
        background-image: -webkit-linear-gradient(top, rgba(224, 204, 49, 0.8), rgba(224, 204, 49, 0.9));
    }

    .footer_sity {
        font-size: 17px;
        text-align: left;
    }

    .footer_phone {
        font-size: 17px;
        text-align: left;
    }

    .footer_social {
        padding-top: 5rem;
        text-align: center;
        width: 14rem;
        display: flex;
    }

    .wrap_footer_left {
        display: block;
        width: 100%;
        float: none;
    }

    .footer_social_img {
        border-radius: 50%;
        display: flex;
        margin: auto;
        border: 0px solid #ffffff;
        width: 2rem;
        margin-right: 1rem;
    }

    .footer_mail {
        text-align: center;
        padding-top: 5rem;
        color: black;
        font-size: 14px;
    }

    .footer_social_img:hover {
        cursor: pointer;
        opacity: .8;
        box-shadow: 0 0 0px 5px #ffffff94;
        transition: .5s;
    }

    /*gallery*/
    .gallery_big {
        display: block;
        width: 100%;
        height: 240px;
        background: red;
        float: left;
        padding: 10px;
        margin: 10px;
        position: relative;
    }

    .gallery_small {
        display: block;
        width: 100%;
        height: 240px;
        background: red;
        float: left;
        padding: 10px;
        margin: 10px;
        position: relative;
    }

    .gallery {
        width: 85%;
        margin: 0 auto;
    }

    .begin_gallery {
        font-size: 23px;
        font-family: "Orchidea Pro", sans-serif;
        font-weight: 700;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        text-align: left;
        color: white;
        position: absolute;
        bottom: 0px;
        left: 1.5rem;
        line-height: normal;
    }

    #gallery {
        height: auto;
        display: flex;
        align-items: center;
    }

    #gal0 {
        background-image: url("../images/gallery/k0vsXvsWCr0.jpg");
        background-size: cover;
        background-position: center -4rem;
    }

    #gal1 {
        background-image: url("../images/gallery/6_Hz4iSu31c.jpg");
        background-size: cover;
        background-position: center;
    }

    #gal2 {
        background-image: url("../images/gallery/jobs.jpg");
        background-size: cover;
        background-position: center;
    }

    #gal3 {
        background-image: url("../images/gallery/oOr282l5VaM.jpg");
        background-size: cover;
        background-position: center;
    }

    #gal4 {
        background-image: url("../images/gallery/FLR3ws9_IIs.jpg");
        background-size: cover;
        background-position: center;
    }

    .hover_gallery {
        transition: .5s;
        opacity: .8;
        overflow: hidden;
    }

    .hover_gallery:hover {
        cursor: pointer;
        transition: .5s;
        opacity: 1;
        filter: drop-shadow(4px 4px 4px #0000006e);
        color: #0000006e;
    }

    .trangles {
        position: absolute;
        width: 50%;
        height: 50%;
        background: #ffffff40;
        bottom: 0;
        right: 0;
        transition: .5s;
        transform: translateX(0);
    }

    .trangles.active {
        transition: .5s;
        transform: translate(100%, 100%);
    }

    .btn_wrap {
        padding-top: 2rem;
        text-align: center;
    }

    .top_callm:hover {
        color: black;
        text-decoration: none;
    }

    .top_callm:hover {
        cursor: pointer;
        box-shadow: 0 0 0px 4px #e0cc318c;
        transition: .5s;
        opacity: .8;
        text-decoration: none;
    }

    .wrap_auth {
        width: 300px;
        margin: 0 auto;
        align-self: center;
    }


    /*admin*/

    .admin_panel {
        position: fixed;
        bottom: 2rem;
        left: 2rem;
        background: #28a745;
        color: white;
        z-index: 999999999;
        height: 2rem;
        display: flex;
        align-content: center;
        border-radius: 5rem;
        font-size: 2rem;
        line-height: 0;
        padding-bottom: 8px;
    }

    .admin_btn {
        color: black;
        align-self: center;
        padding-left: 1%;
        width: 10rem;
        text-align: center;
        font-weight: bold;
        font-variant: all-petite-caps;
    }

    .admin_btn:hover {
        color: white;
        text-decoration: none;
    }

    .aside_admin {
        background: #f3f3f3;
        position: absolute;
        height: 100%;
        width: 25rem;
        left: 0;
        float: left;
    }

    .modal_answer {
        background: #ffffffb8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        align-content: center;
        display: none;
    }

    .modal_answer_ok {
        background: #ffffffb8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        align-content: center;
        display: none;
    }

    #index_ok {
        width: 20%;
        margin: 0 auto;
        align-self: center;
        background: white;
        padding: 2rem;
        border-radius: 1rem;
        filter: drop-shadow(4px 4px 4px grey);
        position: relative;
    }

    #index_form {
        min-width: 95%;
        margin: 0 auto;
        align-self: center;
        background: white;
        padding: 2rem;
        border-radius: 1rem;
        filter: drop-shadow(4px 4px 4px grey);
        position: relative;
    }

    .close_answer {
        font-size: 2rem;
        position: absolute;
        top: 0rem;
        right: .5rem;
        width: 2rem;
        height: 2rem;
        opacity: .5;
    }

    .close_answer:hover {
        opacity: 1;
        cursor: pointer;
    }

    .closes {
        width: 100%;
    }

    .modal_answer.active {
        display: flex;
    }

    .modal_answer_ok.active {
        display: flex;
    }
}
@media screen and (max-width: 500px) {
    .about_strong {
        margin: 0 auto;
        font-size: 2.5rem;
    }

.logo_about {
    width: 100px;
}
    .slick-next.slick-arrow {
        width: 400px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: #e0cc31;
        margin-left: 2rem;
        margin-right: 2rem;
        align-self: center;
        display: flex;
    }

    .slick-prev.slick-arrow {
        width: 400px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: #e0cc31;
        margin-left: 2rem;
        margin-right: 2rem;
        align-self: center;
        display: flex;
    }
}
@media screen and (max-width: 320px) {
    .about_strong {
        margin: 0 auto;
        font-size: 2rem;
    }

.logo_about {
    width: 100px;
}
}