.about-company-card{display:flex;background-color:#e7e7e7;padding:16px 0 16px 43px;margin-bottom:6px}.about-company-card__photos-wrapper{display:flex;justify-content:space-between;flex:1 0 50%}.about-company-card__photos-wrapper .photos-wrapper__image-building,.about-company-card__photos-wrapper .photos-wrapper__image-person{height:137px}.about-company-card__photos-wrapper .photos-wrapper__image-building img,.about-company-card__photos-wrapper .photos-wrapper__image-person img{height:100%;-o-object-fit:cover;object-fit:cover}.about-company-card__photos-wrapper .photos-wrapper__image-person{width:137px}.about-company-card__photos-wrapper .photos-wrapper__image-person img{min-width:137px}.about-company-card__photos-wrapper .photos-wrapper__image-building{width:325px}.about-company-card__photos-wrapper .photos-wrapper__image-building img{min-width:325px}.about-company-card__content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 0 50%;width:100%}.about-company-card__content-title{font-weight:700;font-size:16px;line-height:19px;margin-bottom:34px;color:#2d2d2f}.about-company-card__content-contacts{font-size:14px;line-height:17px;text-align:center}@media screen and (max-width:1024px){.about-company-card{padding:10px}.about-company-card__photos-wrapper{flex:0 1 auto}.about-company-card__photos-wrapper .photos-wrapper__image-person{margin-right:10px;width:125px}.about-company-card__photos-wrapper .photos-wrapper__image-person img{min-width:125px}.about-company-card__photos-wrapper .photos-wrapper__image-building{width:206px}.about-company-card__photos-wrapper .photos-wrapper__image-building img{min-width:206px}.about-company-card__content{flex:0 1 auto}.about-company-card__content-title{margin-bottom:29px}}@media screen and (max-width:767.9px){.about-company-card{padding:7px}.about-company-card__photos-wrapper{justify-content:center;margin-bottom:8px}.about-company-card__photos-wrapper .photos-wrapper__image-person{margin-right:10px;width:125px}.about-company-card__photos-wrapper .photos-wrapper__image-person img{min-width:125px}.about-company-card__photos-wrapper .photos-wrapper__image-building{width:150px}.about-company-card__photos-wrapper .photos-wrapper__image-building img{min-width:150px}.about-company-card__content-title{margin-bottom:14px}}@media screen and (max-width:569.9px){.about-company-card{flex-direction:column;margin:0 -5px}}
.actual-news-item{display:flex;justify-content:center;align-items:center;text-align:center;height:120px;margin-bottom:.7rem;overflow:hidden}.actual-news-item__title{position:absolute;font-weight:700;font-size:24px;line-height:29px;color:#fff}.actual-news-item img{transform:scale(1.03);transition:all .4s;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.actual-news-item:hover img{transform:scale(1)}@media screen and (max-width:767.99px){.actual-news-item__title{font-size:18px;line-height:22px;max-width:270px}}
.animal-card{width:273px;padding-bottom:7px;border-bottom:2px solid #c4c4c4;margin:0 15px 14px}.animal-card__image{width:100%;max-width:273px;height:183px;margin-bottom:7px;overflow:hidden}.animal-card__image img{transform:scale(1.05);transition:all .5s;height:100%;-o-object-fit:cover;object-fit:cover}.animal-card__name{font-size:14px;line-height:17px;text-align:center;background:#fff;width:100%;color:#282828}.animal-card:hover .animal-card__name{color:#7b9551}.animal-card:hover .animal-card__image img{transform:scale(1)}@media screen and (max-width:1024px){.animal-card{width:auto;margin:9px}.animal-card__image{max-width:214px}}@media screen and (max-width:767.9px){.animal-card{width:300px}.animal-card__image{max-width:300px}}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,to{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,to{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,to{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,to{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}
*,:after,:before{padding:0;margin:0;box-sizing:border-box;outline:none}@font-face{font-family:HarmoniaSansProCyr;src:url(../fonts/HarmoniaSansProCyr-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:HarmoniaSansProCyr;src:url(../fonts/HarmoniaSansProCyr-Italic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:HarmoniaSansProCyr;src:url(../fonts/HarmoniaSansProCyr-Bold.woff) format("woff");font-weight:700;font-style:normal}body,html{font-family:HarmoniaSansProCyr,sans-serif;height:100%;background-color:#fff;color:#282828}.h1,h1{font-size:36px;line-height:36px}@media screen and (max-width:1023.99px){.h1,h1{font-size:25px;line-height:25px}}@media screen and (max-width:767.99px){.h1,h1{font-size:20px;line-height:20px}}.h2,h2{font-size:24px;line-height:29px}p{font-size:14px;line-height:17px}img{width:100%;display:block}a,button{cursor:pointer;text-decoration:none;font-family:HarmoniaSansProCyr,sans-serif}.wrapper{display:flex;flex-direction:column;min-height:100%}main{flex:1 0 auto}footer{flex:0 0 auto}.container{width:100%;max-width:1230px;margin:0 auto;padding:0 15px}@media screen and (max-width:1023.99px){.container{max-width:730px}}
.breadcrumbs{justify-content:flex-start;background:transparent;font-size:12px;line-height:14px;border-bottom:2px solid #c4c4c4;margin-bottom:1rem}.breadcrumbs a{color:#2d2d2f}.breadcrumbs a.active,.breadcrumbs a:hover{color:#7b9551}.breadcrumbs .separator{transform:rotate(-90deg);margin:0 5px}.breadcrumbs .separator svg{width:1rem;height:.3rem}@media screen and (max-width:1024px){.breadcrumbs{min-height:30px}.breadcrumbs .separator{margin:0 2px}}
.heraldry-card{display:flex;padding:20px;background-color:#e7e7e7;margin-bottom:6px}.heraldry-card__image{width:269px;height:150px}.heraldry-card__image img{min-width:269px;height:100%;-o-object-fit:cover;object-fit:cover}.heraldry-card__text{padding-left:33px;font-size:14px;line-height:17px}@media screen and (max-width:1024px){.heraldry-card{padding:20px 12px}.heraldry-card__image{width:156px;height:150px}.heraldry-card__image img{min-width:156px}}@media screen and (max-width:567.9px){.heraldry-card{flex-direction:column;align-items:center;padding:10px}.heraldry-card__image{width:212px;height:121px;margin-bottom:17px}.heraldry-card__image img{min-width:212px}.heraldry-card__text{padding:0;font-size:12px;line-height:14px;text-align:justify}}
hr{border:1px solid #fff;width:100%}
.latest-news-item{display:flex;flex-direction:column;min-width:25%;width:273px;padding-left:15px;padding-right:15px;margin-bottom:28px;color:#282828}.latest-news-item__image{width:100%;height:160px;margin-bottom:15px}.latest-news-item__image img{height:100%;-o-object-fit:cover;object-fit:cover}.latest-news-item__title{font-weight:700;font-size:14px;line-height:17px;max-height:2rem;overflow:hidden;margin-bottom:21px}.latest-news-item:hover .latest-news-item__image img{transform:scale(1.03);transition:.5s}.latest-news-item:hover .latest-news-item__title{color:#7b9551}.latest-news-item__date{font-size:12px;line-height:14px;color:#7b9551}@media screen and (max-width:1023.99px){.latest-news-item{max-width:339px}}@media screen and (max-width:767.99px){.latest-news-item{max-width:300px}}
#map{width:100%;height:680px}@media screen and (max-width:1024px){#map{height:360px}}
.news-card{display:flex;background-color:#e7e7e7;margin-bottom:7px;color:#282828}.news-card:hover .news-card__content-title{color:#7b9551}.news-card:hover .news-card__image img{transform:scale(1.04)}.news-card__image{min-width:300px;height:220px;overflow:hidden}.news-card__image img{transition:transform .7s ease-in-out;transform:scale(1);height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1024px){.news-card__image{min-width:262px}}@media screen and (max-width:768px){.news-card__image{min-width:112.18px}}.news-card__content{padding:21px 24px 15px 21px}.news-card__content-title{font-weight:700;font-size:18px;line-height:22px;margin-bottom:45px;max-height:2.6rem;overflow:hidden}.news-card__content-date{font-size:12px;line-height:14px;color:#7b9551;margin-bottom:12px}.news-card__content-text{font-size:14px;line-height:17px;height:68px;overflow:hidden}@media screen and (max-width:1024px){.news-card__content{padding:11px 13px 11px 18px}.news-card__content-title{font-size:16px;line-height:19px;margin-bottom:7px;max-height:3.5rem}.news-card__content-date{margin-bottom:9px}}@media screen and (max-width:767.9px){.news-card__image{width:112px;height:124px}.news-card__image img{min-width:112px}.news-card__content{padding:0 7px}.news-card__content-title{font-size:14px;line-height:17px;max-height:3.2rem;margin-bottom:4px}.news-card__content-date{font-size:10px;line-height:12px;margin-bottom:7px}.news-card__content-text{font-size:10px;line-height:12px;max-height:2.3rem;overflow:hidden}}
.overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(51,51,51,.75)}
.pagination-list{padding-left:0;list-style-type:none;display:flex}.pagination-list .page-number{width:39px;height:39px;margin-right:3px;border:2px solid #c4c4c4;cursor:pointer}.pagination-list .page-number.next path,.pagination-list .page-number.prev path{fill:#c4c4c4}.pagination-list .page-number.next:hover path,.pagination-list .page-number.prev:hover path{fill:#7b9551}.pagination-list .page-number.prev{transform:rotate(90deg)}.pagination-list .page-number.next{transform:rotate(-90deg)}.pagination-list .page-number a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:700;font-size:24px;line-height:29px;text-decoration:none;color:#c4c4c4}.pagination-list .page-number:hover{border-color:#7b9551}.pagination-list .page-number:hover a{font-weight:700;color:#7b9551}@media screen and (max-width:767.9px){.pagination-list .page-number{width:21.91px;height:21.92px}.pagination-list .page-number a{font-size:16px;line-height:20px}.pagination-list .page-number a svg{width:8px}}.pagination-list .active{border-color:#7b9551}.pagination-list .active a{font-weight:700;color:#7b9551}
.partner-item{max-width:165px;height:54px;margin:5px 3px}.partner-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.section-title{position:relative;color:#7b9551;margin-bottom:18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:768px}.section-title__title{font-size:24px;line-height:29px;padding-bottom:9px}.section-title span{position:absolute;bottom:0;right:calc(100% + 10px)}.section-title hr{position:absolute;left:-46px;bottom:4px;min-width:284px;width:calc(100% + 50px);border-color:#c4c4c4}@media screen and (max-width:1300px){.section-title{padding-left:50px}.section-title span{left:0;right:auto}.section-title hr{left:0}}@media screen and (max-width:1023.99px){.section-title{padding-left:45px;max-width:calc(100% - 50px)}.section-title__title{font-size:18px;line-height:22px}}@media screen and (max-width:780px){.section-title{padding-left:0;max-width:100%}.section-title span{display:none}.section-title hr{left:0;width:100%}}
.title-image-section{display:flex;justify-content:center;align-items:center;height:250px;position:relative}.title-image-section img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.title-image-section__title{position:absolute;text-transform:uppercase;font-size:36px;line-height:36px;text-align:center;color:#fff}@media screen and (max-width:1023.99px){.title-image-section{height:147px}.title-image-section__title{font-size:25px;line-height:25px}}@media screen and (max-width:767.99px){.title-image-section{height:98px}.title-image-section__title{font-size:20px;line-height:20px}}
.about-company-page{margin-bottom:50px}@media screen and (max-width:1024px){.about-company-page{margin-bottom:30px}}@media screen and (max-width:650.9px){.about-company-page{margin-bottom:14px}}
.anchor-link{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;line-height:22px;background-color:#e31e24;color:#fff;height:42px;width:109px}@media screen and (max-width:1024px){.anchor-link{width:70px;height:30px;font-size:14px}}
.animal-item-page{position:relative;margin-bottom:37px}.animal-item-page__text{font-size:14px;line-height:17px;margin-bottom:55px}.animal-item-page__galery{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-bottom:20px}.animal-item-page__galery .galery-iamge{min-width:25%;width:273px;height:183px;margin-bottom:27px;padding-left:15px;padding-right:15px;overflow:hidden;cursor:pointer}.animal-item-page__galery .galery-iamge img{-o-object-fit:contain;object-fit:contain;height:100%}@media screen and (max-width:1024px){.animal-item-page__galery .galery-iamge{min-width:50%}}@media screen and (max-width:767.9px){.animal-item-page__galery{justify-content:center}.animal-item-page__galery .galery-iamge{min-width:100%;width:300px;height:148px}}.animal-item-page .table-price-form{display:flex;margin-bottom:37px}.animal-item-page .table-price-form .form-wrapper,.animal-item-page .table-price-form .table-wrapper{width:100%;max-width:50%}.animal-item-page .table-price-form .table-wrapper table{margin-bottom:0}.animal-item-page .table-price-form .form-wrapper{margin-left:23px;padding:14px 18px;background:#e7e7e7}.animal-item-page .table-price-form .form-wrapper form{display:flex;flex-direction:column;justify-content:center}.animal-item-page .table-price-form .form-wrapper form #fullName{min-height:70px}.animal-item-page .table-price-form .form-wrapper form #fullName::-moz-placeholder{position:relative;top:0}.animal-item-page .table-price-form .form-wrapper form #fullName:-ms-input-placeholder{position:relative;top:0}.animal-item-page .table-price-form .form-wrapper form #fullName::placeholder{position:relative;top:0}.animal-item-page .table-price-form .form-wrapper form input{width:100%;min-height:41px;padding:3px 9px;color:#2d2d2f;border:none;margin-bottom:14px}.animal-item-page .table-price-form .form-wrapper form input::-moz-placeholder{font-style:italic;font-weight:400;font-size:18px;line-height:22px;color:#c4c4c4}.animal-item-page .table-price-form .form-wrapper form input:-ms-input-placeholder{font-style:italic;font-weight:400;font-size:18px;line-height:22px;color:#c4c4c4}.animal-item-page .table-price-form .form-wrapper form input::placeholder{font-style:italic;font-weight:400;font-size:18px;line-height:22px;color:#c4c4c4}.animal-item-page .table-price-form .form-wrapper form .form-contacts{display:flex}.animal-item-page .table-price-form .form-wrapper form .form-contacts #eMail{margin-right:14px}.animal-item-page .table-price-form .form-wrapper form .form-contacts input{max-width:50%}.animal-item-page .table-price-form .form-wrapper form .btn-submit-form{width:173px;height:44px;background-color:#7b9551;margin:0 auto;border:none;color:#fff;font-weight:700;padding:5px 18px}.animal-item-page .table-price-form .form-wrapper form .btn-submit-form:hover{background-color:#4b6042}@media screen and (max-width:1024px){.animal-item-page .table-price-form{flex-direction:column}.animal-item-page .table-price-form .form-wrapper,.animal-item-page .table-price-form .table-wrapper{max-width:100%}.animal-item-page .table-price-form .table-wrapper{margin-bottom:29px}.animal-item-page .table-price-form .form-wrapper{margin:0}}.animal-item-page .switching-pages{display:flex;justify-content:space-between}.animal-item-page .switching-pages__switcher{display:flex;flex-direction:column;margin:0 15px}.animal-item-page .switching-pages__switcher .animal-to-switch{font-size:14px;line-height:17px}.animal-item-page .switching-pages__switcher .animal-to-switch_next{text-align:end}.animal-item-page .switching-pages__switcher a{display:flex;align-items:center;color:#7b9551;position:relative;margin-bottom:7px}.animal-item-page .switching-pages__switcher a span{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:block}.animal-item-page .switching-pages__switcher a span svg{width:14px}.animal-item-page .switching-pages__switcher a:hover{color:#4b6042}.animal-item-page .switching-pages__switcher_prew a span{top:1px;left:-15px;transform:rotate(90deg)}.animal-item-page .switching-pages__switcher_next a span{top:1px;right:-15px;transform:rotate(-90deg)}
.certification-page,.certification-page__content{margin-bottom:33px}.certification-page__content ul{list-style-type:"-";padding-left:1rem}.certification-page__content ul li{margin-bottom:1.2rem;padding-left:1rem}.certification-page__file-box{list-style:none;padding-left:0;margin-bottom:46px}.certification-page__file-box li{padding-left:35px;display:flex;align-items:center;position:relative;margin-bottom:1rem}.certification-page__file-box li a{text-transform:uppercase;font-weight:700;font-size:18px;line-height:22px;color:#282828}.certification-page__file-box li a:hover{color:#7b9551}.certification-page__file-box li span{position:absolute;top:1px;left:2px}@media screen and (max-width:767.9px){.certification-page{margin-bottom:20px}.certification-page_content ul{padding-left:.5em}.certification-page_content ul>li{margin-bottom:1rem}}
.feedback-page{padding-top:41px;margin-bottom:94px}@media screen and (max-width:1024px){.feedback-page{margin-bottom:32px}}.feedback-page .feedback-form{display:flex;flex-direction:column;margin-bottom:53px}.feedback-page .feedback-form__title{font-weight:700;color:#7b9551;font-size:24px;line-height:29px;margin-bottom:13px;text-align:center}@media screen and (max-width:1024px){.feedback-page .feedback-form__title{font-size:18px;line-height:22px}}.feedback-page .feedback-form__subtitle{font-size:18px;line-height:22px;margin-bottom:18px;text-align:center}.feedback-page .feedback-form form{display:flex;flex-direction:column;background-color:#c4c4c4;padding:30px;max-width:984px;width:100%;margin:0 auto}@media screen and (max-width:1024px){.feedback-page .feedback-form form{padding:30px 21px}}@media screen and (max-width:767.9px){.feedback-page .feedback-form form{padding:10px}}.feedback-page .feedback-form form .form-contact-wrapper{display:flex}.feedback-page .feedback-form form .form-contact-wrapper input{max-width:50%}.feedback-page .feedback-form form .form-contact-wrapper input:first-child{margin-right:15px}@media screen and (max-width:767.9px){.feedback-page .feedback-form form .form-contact-wrapper{flex-direction:column}.feedback-page .feedback-form form .form-contact-wrapper input{max-width:100%}.feedback-page .feedback-form form .form-contact-wrapper input:first-child{margin-right:0}}.feedback-page .feedback-form form input{width:100%;margin-bottom:18px;height:57px;border:none;padding:7px 13px;font-size:18px;font-style:italic;color:#2d2d2f}.feedback-page .feedback-form form input::-moz-placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}.feedback-page .feedback-form form input:-ms-input-placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}.feedback-page .feedback-form form input::placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}@media screen and (max-width:767.9px){.feedback-page .feedback-form form input{height:34px;margin-bottom:10px}}.feedback-page .feedback-form form textarea{font-family:HarmoniaSansProCyr,sans-serif;font-style:italic;color:#2d2d2f;width:100%;height:159px;margin-bottom:18px;border:none;padding:7px 13px;font-size:18px}.feedback-page .feedback-form form textarea::-moz-placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}.feedback-page .feedback-form form textarea:-ms-input-placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}.feedback-page .feedback-form form textarea::placeholder{font-style:italic;color:#2d2d2f;font-size:18px;line-height:22px}@media screen and (max-width:767.9px){.feedback-page .feedback-form form textarea{height:94px;margin-bottom:10px}}.feedback-page .feedback-form form button{margin:0 auto;padding:14px 23px;height:57px;background:#7b9551;border:none;color:#fff;font-weight:700;text-transform:uppercase;font-size:24px;line-height:29px}.feedback-page .feedback-form form button:hover{background-color:#4b6042}@media screen and (max-width:1024px){.feedback-page .feedback-form form button{font-size:16px;line-height:19px}}@media screen and (max-width:767.9px){.feedback-page .feedback-form form button{padding:7px 23px;height:35px}}.feedback-page__content{margin-bottom:70px}@media screen and (max-width:1024px){.feedback-page__content{margin-bottom:40px}}.feedback-page__content .section-title{width:100%;max-width:100%;margin-bottom:2rem}.feedback-page__content .section-title hr{max-width:100%}@media screen and (max-width:1300px){.feedback-page__content .section-title span{display:none}}.feedback-page__content_articl{margin-bottom:1rem}.feedback-page .download-graf-wrapper{display:flex}.feedback-page .download-graf-wrapper .bownload-btn{width:100%;max-width:50%;background-color:#7b9551;color:#fff;padding:15px 0;border:none;text-align:center}.feedback-page .download-graf-wrapper .bownload-btn:first-child{margin-right:15px}.feedback-page .download-graf-wrapper .bownload-btn:hover{background-color:#4b6042}
footer{background-color:#282828}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer a{color:#fff}.footer a:hover{color:#7b9551}.footer__social{color:#7b9551;text-align:center;padding:15px 0 26px}.footer__social h3{font-size:24px;line-height:29px;margin-bottom:18px}.footer__social .social-bar{display:flex}.footer__social .social-bar a{display:block;margin:0 7px;width:40px;height:40px}.footer__social .social-bar a svg{width:100%;height:100%}@media screen and (max-width:1023.99px){.footer__social{flex-direction:row;display:flex;justify-content:space-between;width:100%;padding:15px 34px 26px}}@media screen and (max-width:767.99px){.footer__social{padding:13px 10px}.footer__social h3{display:flex;align-items:center;font-size:14px;line-height:17px;margin-bottom:0}.footer__social .social-bar a{width:24px;margin:0 4px}}.footer__aboutus{display:flex;width:100%;padding:30px 0}@media screen and (max-width:767.99px){.footer__aboutus{flex-direction:column;padding:14px 0}.footer__aboutus .list-wrapper{flex-direction:column;margin-bottom:32px}.footer__aboutus .list-wrapper .aboutus-list{margin-bottom:15px}}.footer__aboutus .list-wrapper{display:flex;margin-right:auto}.footer__aboutus .aboutus-list{font-size:14px;line-height:17px;color:#fff;list-style:none;margin-right:95px}.footer__aboutus .aboutus-list__title{font-weight:700;margin-bottom:14px!important}.footer__aboutus .aboutus-list li{margin-bottom:5px}.footer__aboutus .contacts{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.footer__aboutus .contacts .hot-line-phone{margin-bottom:26px}.footer__aboutus .contacts .hot-line-phone div{height:16px}.footer__aboutus .contacts .hot-line-phone a{display:flex;align-items:center;justify-content:center}.footer__aboutus .contacts .hot-line-phone a svg{margin-left:6px}.footer__aboutus .contacts .hot-line-phone a.green-color-svg svg path{fill:#2b5984}.footer__aboutus .contacts .location{text-align:left;max-width:156px;padding-left:4px;position:relative}.footer__aboutus .contacts .location .location-icon{position:absolute;top:4px;left:-46px}.footer__aboutus .contacts .location .location-icon svg path{fill:#7b9551}@media screen and (max-width:767.99px){.footer__aboutus .contacts{align-items:flex-start}.footer__aboutus .contacts .hot-line-phone div{height:12px}.footer__aboutus .contacts .location{padding:0}}.footer__partners{display:flex}.footer__partners-item{margin:22px 13px}@media screen and (max-width:1023.99px){.footer__partners{padding:9px 0}.footer__partners-item{margin:0 13px}}.footer__copyright{color:#fff;padding:29px 0 40px}@media screen and (max-width:1023.99px){.footer__copyright{padding:11px 0 14px}}
header{background-color:#7b9551}.header{display:flex;align-items:center;padding:17px 0}@media screen and (max-width:1023.99px){.header{margin-top:46px}.header .logo-wrapper{margin:0 auto}}@media screen and (max-width:767.99px){.header{margin-top:0}}.header .logo-wrapper{display:flex;align-items:flex-end;margin-right:auto}.header .logo-wrapper .logo-image{width:62px;height:78px;margin-right:5px}.header .logo-wrapper p{font-size:20px;line-height:20px;max-width:167px;color:#fefefe;text-shadow:2px 2px 4px rgba(0,0,0,.25)}@media screen and (max-width:1023.99px){.header .logo-wrapper .logo-image{width:55px;height:69px}.header .logo-wrapper p{font-size:16px;line-height:102%}}@media screen and (max-width:767.99px){.header .logo-wrapper .logo-image{width:28px;height:35px}.header .logo-wrapper p{font-size:10px;line-height:102%}}.header .location{margin-right:37px}.header .location__wrapper{display:flex;justify-content:flex-end;align-items:center;color:#282828}.header .location__wrapper svg{margin-right:15px}.header .location__wrapper path,.header .location__wrapper svg{fill:#282828}.header .hot-line-phone,.header .lang{display:flex;flex-direction:column}.header .hot-line-phone{margin-right:60px}.header .hot-line-phone div{height:16px;width:18px}.header .hot-line-phone a{display:flex;align-items:center;justify-content:center;color:#282828}.header .hot-line-phone a svg{margin-left:6px}.header .hot-line-phone a.green-color-svg svg path{fill:#2b5984}.header .lang a{width:26px;height:16px;margin-bottom:7px}.header .lang svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header .to-top{display:flex}@media screen and (max-width:1023.99px){.header .to-top{position:absolute;width:100%;justify-content:space-around;background:#e7e7e7;top:0;left:0;height:46px}.header .to-top .location{justify-content:center;display:flex;flex-direction:column;position:relative;margin-left:10%;font-size:12px;line-height:14px}.header .to-top .location__wrapper{justify-content:flex-start}.header .to-top .location__wrapper br{display:none}.header .to-top .location__wrapper svg{position:absolute;right:100%;top:7px}.header .to-top .hot-line-phone{flex-direction:row;font-size:14px;line-height:17px}.header .to-top .lang{flex-direction:row;align-items:center}.header .to-top .lang a{margin-bottom:0}}@media screen and (max-width:767.99px){.header .to-top{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;right:10px;left:auto;top:5px;background-color:transparent}.header .to-top .location{display:none}.header .to-top .hot-line-phone{display:flex;position:absolute;bottom:-50px;z-index:1;justify-content:space-between;left:-49%;transform:translateX(-90%);min-width:266px;width:100%}.header .to-top .lang{flex-direction:column}.header .to-top .lang a{height:14px;margin-bottom:6px}}
.heraldrys-page{margin-bottom:53px}.heraldrys-page .heraldrys-section{font-size:16px;line-height:19px;text-align:center;max-width:900px;margin:19px auto 26px}.heraldrys-page .heraldrys-section__title{font-weight:700;color:#7b9551}@media screen and (max-width:1024px){.heraldrys-page{margin-bottom:23px}}@media screen and (max-width:567.9px){.heraldrys-page{margin-bottom:13px}.heraldrys-page .heraldrys-section{margin-top:13px;margin-bottom:12px;font-size:12px;line-height:14px}}
.hunting2-page{margin-bottom:60px}@media screen and (max-width:767.9px){.hunting2-page{margin-bottom:13px}}.hunting2-page .contetnt_wrapper{display:flex}@media screen and (max-width:767.9px){.hunting2-page .contetnt_wrapper{flex-direction:column-reverse}}.hunting2-page .contetnt_wrapper .content{max-width:900px;width:100%;margin-right:70px}@media screen and (max-width:1024px){.hunting2-page .contetnt_wrapper .content{margin-right:22px}}.hunting2-page .contetnt_wrapper .submenu{width:221px;list-style:none;padding-left:25px}.hunting2-page .contetnt_wrapper .submenu li{margin-bottom:10px;position:relative}.hunting2-page .contetnt_wrapper .submenu li.active a{color:#7b9551;padding-left:10px}.hunting2-page .contetnt_wrapper .submenu li.active:before{content:"";position:absolute;opacity:1;left:-20px;top:0;transform:rotate(45deg);display:block;width:10px;height:15px;-o-border-image:initial;border-image:initial;border-color:#7b9551;border-style:solid;border-width:0 .2rem .2rem 0}@media screen and (max-width:1024px){.hunting2-page .contetnt_wrapper .submenu li.active a{padding-left:25px}.hunting2-page .contetnt_wrapper .submenu li.active:before{top:10px;width:7px;height:12px}}.hunting2-page .contetnt_wrapper .submenu li a{transition:all .3s;display:inline-block;font-size:16px;font-weight:700;line-height:19px;width:100%;height:23px;color:#6b6b6b;border-bottom:2px solid #c4c4c4;padding-bottom:6px;height:100%}.hunting2-page .contetnt_wrapper .submenu li:hover a{color:#7b9551;padding-left:10px}@media screen and (max-width:767.9px){.hunting2-page .contetnt_wrapper .submenu{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;width:auto}.hunting2-page .contetnt_wrapper .submenu li{margin:0 11px 1rem}}
.hunting-page{position:relative;margin-bottom:67px}.hunting-page__animal-list{display:flex;margin:0 -15px 34px;flex-wrap:wrap}@media screen and (max-width:1024px){.hunting-page__animal-list{margin-bottom:20px;align-items:center;justify-content:flex-start}}@media screen and (max-width:767.9px){.hunting-page__animal-list{align-items:center;justify-content:center}}.hunting-page__map-section{display:flex;justify-content:space-between;background:#c4c4c4;padding:22px 30px;margin:0 -10px}.hunting-page__map-section .map-scheme{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-height:336px;margin:0 10px}.hunting-page__map-section .map-scheme__title{font-weight:700;font-size:16px;line-height:1.188rem;color:#fff;height:2.376rem;overflow:hidden;text-align:center;margin-bottom:13px}.hunting-page__map-section .map-scheme__map{max-width:540px;width:100%;height:250px}.hunting-page__map-section .map-scheme__map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767.9px){.hunting-page__map-section{flex-direction:column;padding:10px;margin:0}.hunting-page__map-section .map-scheme{margin:0 0 13px}.hunting-page__map-section .map-scheme__title{margin-bottom:5px}.hunting-page__map-section .map-scheme__map{height:143px}}
.partners-section{display:flex;flex-wrap:wrap;justify-content:center}
.main-page{margin-bottom:57px;position:relative}@media screen and (max-width:1024px){.main-page{margin-bottom:32px}}.main-page__content{margin-bottom:20px}.main-page__footer-decor{position:absolute;width:126px;height:126px;bottom:-63px;right:-5%;transform:translateX(100%)}.main-page__footer-decor svg{width:100%;height:100%}.main-page__footer-decor svg path{fill:#282828}@media screen and (max-width:1600px){.main-page__footer-decor{right:0}}@media screen and (max-width:1471px){.main-page__footer-decor{display:none}}.main-page .latest-news-section{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-bottom:32px}@media screen and (max-width:1024px){.main-page .latest-news-section{margin-bottom:12px}}@media screen and (max-width:647px){.main-page .latest-news-section{justify-content:center}}.main-page .actual-news-section{margin-top:45px;margin-bottom:70px}@media screen and (max-width:1023.99px){.main-page .actual-news-section{margin-top:30px;margin-bottom:30px}}@media screen and (max-width:647px){.main-page .actual-news-section{margin-top:13px;margin-bottom:13px}}
.top-picture-block{display:flex;justify-content:center;align-items:center;position:relative;height:596px;margin-bottom:25px}.top-picture-block img{height:100%;-o-object-fit:cover;object-fit:cover}.top-picture-block__content{position:absolute;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;padding-right:calc(50vw - 600px);top:40%;right:0;width:100%;max-width:950px;height:242px;color:#fff;background:linear-gradient(270deg,rgba(123,149,81,.87) 17.79%,rgba(123,149,81,0) 98.44%)}.top-picture-block__content-title{text-transform:uppercase}.top-picture-block__content-subtitle{font-weight:700;font-size:24px;line-height:29px}@media screen and (max-width:1200px){.top-picture-block__content{padding-right:15px}}@media screen and (max-width:1023.99px){.top-picture-block{position:relative;height:275px;margin-bottom:45px}.top-picture-block:before{height:100%;background:linear-gradient(0deg,rgba(26,45,95,.33),rgba(26,45,95,.33))}.top-picture-block:after,.top-picture-block:before{content:"";position:absolute;display:block;width:100%}.top-picture-block:after{bottom:-20px;height:20px;background-color:#4b6042}.top-picture-block__content{left:50%;transform:translate(-50%,-50%);background:transparent;z-index:1;height:auto;width:100%;align-items:center}.top-picture-block__content-title{margin-bottom:1rem}}@media screen and (max-width:767.99px){.top-picture-block{height:147px}.top-picture-block__content{padding-right:0}.top-picture-block__content-title{margin-bottom:0}.top-picture-block__content-subtitle{font-size:18px;line-height:22px}}
.news-item-page{margin-bottom:46px}@media screen and (max-width:1024px){.news-item-page{margin-bottom:20px}}.news-item-page__title{font-weight:700;font-size:24px;line-height:29px;color:#7b9551;margin-bottom:6px}.news-item-page__date{font-size:12px;line-height:14px;color:#7b9551;margin-bottom:18px}.news-item-page__text{font-size:14px;line-height:17px;margin-bottom:14px}.news-item-page .share-news-wrapper{font-size:12px;line-height:14px;color:#7b9551;margin-bottom:18px}.news-item-page .share-news-wrapper__text{margin-bottom:9px}.news-item-page .share-news-wrapper a{margin-right:7px}.news-item-page .share-news-wrapper a svg{width:28px;height:28px}.news-item-page .share-news-wrapper a svg path{fill:#7b9551}.news-item-page__galery{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.news-item-page__galery .galery-image{min-width:25%;padding-left:15px;padding-right:15px;width:273px;height:183px;margin-bottom:36px}.news-item-page__galery .galery-image img{-o-object-fit:contain;object-fit:contain;height:100%}@media screen and (max-width:1024px){.news-item-page__galery{margin-bottom:18px}.news-item-page__galery .galery-image{min-width:50%;margin-bottom:9px}}@media screen and (max-width:593px){.news-item-page__galery .galery-image{min-width:100%;margin-bottom:9px}}.news-item-page .switching-pages{display:flex;justify-content:space-between}.news-item-page .switching-pages__switcher{display:flex;flex-direction:column;margin:0 15px}.news-item-page .switching-pages__switcher .animal-to-switch{font-size:14px;line-height:17px}.news-item-page .switching-pages__switcher .animal-to-switch_next{text-align:end}.news-item-page .switching-pages__switcher a{display:flex;align-items:center;color:#7b9551;position:relative;margin-bottom:7px}.news-item-page .switching-pages__switcher a span{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:block}.news-item-page .switching-pages__switcher a span svg{width:14px}.news-item-page .switching-pages__switcher a:hover{color:#4b6042}.news-item-page .switching-pages__switcher_prew a span{top:1px;left:-15px;transform:rotate(90deg)}.news-item-page .switching-pages__switcher_next a span{top:1px;right:-15px;transform:rotate(-90deg)}
.news-page{margin-bottom:61px}.news-page__news-list{margin-bottom:62px}.news-page .pagination{display:flex}@media screen and (max-width:1024px){.news-page{margin-bottom:40px}.news-page__news-list{margin-bottom:49px}.news-page .pagination{justify-content:center}}@media screen and (max-width:767.9px){.news-page,.news-page__news-list{margin-bottom:19px}}
.protected-areas-page{margin-bottom:53px}.protected-areas-page__content ul{list-style-type:"-";padding-left:1rem}.protected-areas-page__content ul li{margin-bottom:1.2rem;padding-left:1rem}@media screen and (max-width:767.9px){.protected-areas-page{margin-bottom:35px}.protected-areas-page_content ul{padding-left:.5em}.protected-areas-page_content ul>li{margin-bottom:1rem}}
.table{width:100%;border-spacing:0;border-collapse:collapse;margin-bottom:50px}@media screen and (max-width:1024px){.table{margin-bottom:10px}}.table tr>td{padding:10px 15px}.table tr:nth-child(odd){background:#e7e7e7}.table tr:nth-child(odd) td{border-color:#e7e7e7}.table .table-title__price{font-size:14px;line-height:17px;text-align:right}.table .table-row-content{font-weight:700;font-size:18px;line-height:22px}.table .table-row-content__price{text-align:right}@media screen and (max-width:1024px){.table .table-row-content{font-size:16px;line-height:15px}}@media screen and (max-width:767.9px){.table .table-row-content{font-weight:400;font-size:12px;line-height:14px}}
.tourism-and-rest-page{position:relative}.tourism-and-rest-page__text{font-size:14px;line-height:17px;margin-bottom:30px}.tourism-and-rest-page__galery{display:flex;flex-wrap:wrap;margin-bottom:10px;margin-left:-15px;margin-right:-15px}.tourism-and-rest-page__galery .galery-iamge{min-width:25%;padding-left:15px;padding-right:15px;width:273px;height:183px;margin-bottom:36px;cursor:pointer}.tourism-and-rest-page__galery .galery-iamge img{-o-object-fit:contain;object-fit:contain;height:100%}@media screen and (max-width:1024px){.tourism-and-rest-page__galery{margin-bottom:0}.tourism-and-rest-page__galery .galery-iamge{min-width:50%;margin-bottom:9px}}@media screen and (max-width:767.9px){.tourism-and-rest-page__galery{justify-content:center}.tourism-and-rest-page__galery .galery-iamge{min-width:100%;height:200px}}.tourism-and-rest-page .row-tables{display:flex}@media screen and (max-width:1024px){.tourism-and-rest-page .row-tables{flex-direction:column}}.tourism-and-rest-page .table-wrapper{width:100%;display:flex;flex-direction:column}.tourism-and-rest-page .table-wrapper:last-child{margin-left:25px}.tourism-and-rest-page .table-wrapper__title{display:flex;align-items:flex-end;height:58px;font-weight:700;font-size:24px;line-height:29px;border-bottom:2px solid #c4c4c4;padding-bottom:7px;margin-bottom:13px;color:#7b9551}@media screen and (max-width:1024px){.tourism-and-rest-page .table-wrapper__title{font-size:18px;line-height:22px}}@media screen and (max-width:767.9px){.tourism-and-rest-page .table-wrapper__title{height:auto}}@media screen and (max-width:1024px){.tourism-and-rest-page .table-wrapper:last-child{margin-left:0}}
.custom-file{position:relative;overflow:hidden;margin-bottom:10px;width:auto;display:flex;align-items:center;justify-content:flex-start}.custom-file .custom-file-label{padding:14px 23px;height:57px;background:#7b9551;border:none;color:#fff;font-weight:700;text-transform:uppercase;font-size:16px;line-height:29px}@media screen and (max-width:768px){.custom-file .custom-file-label{padding:4px 23px;height:35px}}@media screen and (max-width:540px){.custom-file .custom-file-label{width:100%;text-align:center}}.custom-file #file.custom-file-input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:100;padding:0;margin:0}.file-list{margin-bottom:15px;list-style:none;padding:0}.file-list li{display:flex;align-items:center;padding:5px}.remove-list{cursor:pointer;margin-left:10px;font-size:12px}
nav{background-color:#4b6042;min-height:42px;position:relative}.navbar,nav{display:flex;justify-content:center;align-items:center}.navbar{flex-wrap:wrap;list-style:none;z-index:99}.navbar.active{position:absolute;top:100%;background:#fff}.navbar.active,.navbar.active li{display:flex;flex-direction:column;width:100%}.navbar.active li{align-items:center;justify-content:center}.navbar.active a,.navbar.active button{color:#7b9551}.navbar.active .dropdown-list{position:static;width:100%;padding-top:8px}.navbar.active .dropdown-list a{justify-content:center}.navbar .dropbtn svg{transition:all .2s;transform:rotate(0deg)}@media screen and (max-width:1023.99px){.navbar{display:none}}.navbar li{padding:8px 10px;position:relative}@media screen and (max-width:767.99px){.navbar li{padding:8px 0}}.navbar li:hover .dropdown-list{display:block}.navbar li:hover .dropbtn>svg{transform:rotate(180deg)}.navbar .dropbtn svg{margin-left:10px}.navbar a,.navbar button{display:flex;justify-content:center;align-items:center;background:transparent;border:none;font-weight:700;font-size:14px;line-height:19px;color:#fefefe}.navbar a:hover,.navbar button:hover{color:#7b9551}.navbar .dropdown-list{display:none;position:absolute;top:100%;right:0;width:227px;background-color:#fff;text-align:left}.navbar .dropdown-list a:last-child{border-bottom-color:transparent}.navbar .dropdown-list a{justify-content:flex-start;font-weight:400;font-size:14px;line-height:17px;color:#2d2d2f;padding:4px 12px;border-bottom:2px solid #e7e7e7}.navbar .dropdown-list a:hover{color:#7b9551;border-bottom:2px solid #7b9551}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;align-items:center;border:none;background:transparent;color:#fff;width:30px;height:22px}@media screen and (max-width:767.99px){.mobile-menu-btn{position:absolute;top:-110%;left:10px}}.mobile-menu-btn__line{width:100%;height:4px;background-color:#fff;position:relative;transition:all .3s}.mobile-menu-btn__text{font-weight:700;font-size:10px;line-height:12px}@media screen and (max-width:1023.99px){.mobile-menu-btn{display:flex}}.mobile-menu-btn.active{justify-content:center}.mobile-menu-btn.active .mobile-menu-btn__line-top{transform:rotate(45deg);top:2px}.mobile-menu-btn.active .mobile-menu-btn__text{display:none}.mobile-menu-btn.active .mobile-menu-btn__line-bottom{transform:rotate(-45deg);bottom:2px}