* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, serif;
    background: #ffffff fixed;
    position: relative;
    color: #48484b;
}

header {
    min-height: 65px;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em;
}

fieldset legend {
    margin: 5px 0;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
}

ul.list {
    padding-left: 30px;
}

.block {
    display: block;
}

.logo-lg {
    width: 125px;
}

.logo {
    height: 40px;
    position: relative;
    top: -3px;
}

.breadcrumb {
    margin-top: 15px;
}

.table-responsive {
    min-height: 55vh;
    padding-bottom: 30px;
}

.list-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

#actionSpinner {
    display: none;
    margin-right: 5px;
    width: 15px;
}

.hero_info-market {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hero_info-market a {
    position: relative;
}

.hero_info-market a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hero_info-market a:hover:before {
    opacity: 0.1;
}

.hero_info-market a:first-child {
    margin-right: 12px;
}

.hero_info-market img {
    width: 135px;
}

.text-ads {
    display: none !important;
}

#main-wrapper {
    min-height: calc(100vh - 180px);
    position: relative;
}

#default #main-wrapper {
    margin: 0 auto 0;
    position: relative;
}

#page-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-as-link .btn {
    padding: 0 5px;
}

.icon-l {
    margin-left: .5em;
}

.icon-r {
    margin-right: .5em;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

#login-page {
    margin-top: 15vh;
    margin-bottom: 5vh;
}

#login-page .auth-clients li {
    float: none;
    display: inline-block;
}

#login-page .or_with_help {
    font-size: 18px;
}

#login-modal .auth-clients li {
    float: none;
    display: inline-block;
}

table.modal-lang {
    width: 100%;
    text-align: center;
}

table.modal-lang td {
    padding: 10px;
    color: #5c5c5c;
}

#lang {
    text-transform: uppercase;
}

.an-alert {
    padding: 10px;
}

.slick-initialized .slick-slide {
    outline: none !important;
}

.slick-initialized .slick-slide a {
    outline: none !important;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
}

.juster {
    text-align: justify;
    font-size: 1px;
}

.juster:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.justify {
    text-align: justify;
}

.justify:after {
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.header-right-side__signin {
    display: none;
}

.header-right-side__signin .caret {
    margin-left: 3px;
}

.resize {
    max-width: 1170px;
    margin: 0 auto;
}

.slick-slide {
    outline: none;
}

.reviews-slider .slick-prev:before {
    font-family: FontAwesome, serif;
    content: "\f104";
    color: #48484b;
    font-size: 48px;
    position: absolute;
}

.reviews-slider .slick-next:before {
    font-family: FontAwesome, serif;
    content: "\f105";
    color: #48484b;
    font-size: 48px;
    position: absolute;
}

.reviews-slider .slick-next {
    z-index: 1;
    right: 25px;
}

.reviews-slider .slick-prev {
    z-index: 1;
    left: 25px;
}

.reviews-slider .slick-dots li.slick-active button:before {
    color: #8d8d91;
}

.reviews-slider .slick-dots li button::before {
    color: #cbcbcc;
}

.main-slider {
    top: -1px;
}

.main-slider .slick-prev:before {
    font-family: FontAwesome, serif;
    content: "\f104";
    color: #ffffff;
    font-size: 48px;
    position: absolute;
}

.main-slider .slick-next:before {
    font-family: FontAwesome, serif;
    content: "\f105";
    color: #ffffff;
    font-size: 48px;
    position: absolute;
}

.main-slider .slick-dots li button {
    width: 100%;
    margin: 0 auto;
}

.main-slider .slick-dots li:before {
    content: " ";
    width: 38px;
    height: 38px;
    display: block;
    background: #fff url(../images/role-notactive.png) no-repeat center 0;
    margin: 6px auto;
    border-radius: 50%
}

.main-slider .slick-dots li:hover:before {
    width: 48px;
    height: 48px;
    margin: 1px auto;
    background: #fff url(../images/role-hover.png) no-repeat center 0;
}

.main-slider .slick-dots li.slick-active:before {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto !important;
    background: #fff url(../images/role-active.png) no-repeat center top !important;
}

.main-slider .slick-dots li button {
    padding-top: 10px;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 14px;
    height: auto
}

.main-slider .slick-dots .slick-active button {
    width: 100%;
    color: #87c05a;
}

.main-slider .slick-dots li {
    height: 93px;
    position: initial;
    margin: 0 5px;
    width: 185px;
}

.main-slider .slick-dots {
    top: 575px;
    height: 49px;
    line-height: 50px;
}

.main-slider .slick-next, .main-slider .slick-prev {
    z-index: 1;
    right: 55px;
    top: 290px;
}

.main-slider .slick-prev {
    right: auto;
    left: 55px;
}

.main-slider .center-slider .slick-next,
.main-slider .center-slider .slick-prev {
    top: 15%;
}

.main-slider .slick-dots li:after {
    content: attr(data-name);
}

.main-slider .slick-dots li.slick-active:after {
    color: #87c05a;
}

.main-slider .slick-dots li.slick-active button:before {
    color: #8d8d91;
}

.main-slider .slick-dots li button::before {
    color: #cbcbcc;
    display: none;
}

.center-slider .slick-prev:before {
    color: #48484b;
}

.center-slider .slick-next:before {
    color: #48484b;
}

.header a, .menu a, .footer a {
    color: #ffffff;
    text-decoration: none;
}

.header a:active, .menu a:active, .footer a:active {
    color: #ffffff;
    text-decoration: none;
}

.header a:focus, .menu a:focus, .footer a:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

.header a:hover, .menu a:hover, .footer a:hover {
    color: #87c05a;
    text-decoration: none;
}

a, a:focus, a:active, a:hover {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-family: RobotoSlabBold, serif;
    margin: 0;
}

.headline h2 {
    text-align: left;
    font-weight: bold;
}

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    background-color: #48484b;
    color: #ffffff;
    padding: 15px 0 10px 0;
}

.menu-drop ul {
    margin: 0;
    list-style: none;
    padding-left: 20px;
    display: none;
}

.catalog-menu-drop.open .catalog-menu-title {
    position: relative;
}

.menu-drop.open .header-menu-title {
    position: relative;
}


.menu-drop.open ul {
    display: block;
}

.menu-drop-second ul {
    margin: 0;
    list-style: none;
    padding-left: 20px;
    display: none;
}

.menu-drop-second .header-menu-title {
    position: relative;
}

.menu-drop-second.open .header-menu-title {
    position: relative;
}

.menu-drop-second.open ul {
    display: block;
}

.mainNavList, .subNavList1 {
    color: #ffffff;
    background-color: #48484b;
    display: none;
}

.footer ul.mainNavList,
.footer ul.subNavList1 {
    background-color: #333333;
}

.mainNav {
    position: relative;
}

.main-menu ul {
    list-style: none;
}

.toggleMainNav {
    position: relative;
    top: 13px;
    display: inline-block;
}

.footer-first .row .footer-row {
    padding: 33px;
}

.main-menu .mainNavList {
    position: fixed;
    top: 64px;
    right: 0;
    display: none;
}

.mainNav.open .topNavContainer,
.mainNav.open .mainNavList {
    display: block;
}

.mainNavList {
    min-width: 200px;
    text-align: left;
    top: -21px;
    padding-left: 10px;
}

.mainNavList li {
    float: none;
    display: block;
}

.mainNavList li {
    position: relative;
}

.mainNavList li.active > a {
    color: #76a056;
}

.mainNavList li a {
    display: block;
    padding: 7px;
    margin: 0;
    text-decoration: none;
    position: relative;
    transition: .2s all ease;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
    cursor: pointer;
}

.mainNavList li a:hover {
    color: #76a056;
}

#hamburger {
    display: block;
    height: 18px;
    width: 25px;
    transform: translateY(-50%);
    z-index: 2;
    padding-top: 8px;
}

#hamburger .line {
    width: 36px;
    height: 3px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: all 0.3s cubic-bezier(0.58, 0, 0.58, 1);
}

#hamburger .line:nth-child(1) {
    top: 0;
    width: 25px;
}

#hamburger .line:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    width: 25px;
}

#hamburger .line:nth-child(3) {
    top: 100%;
    margin-top: -2px;
    width: 25px;
}

#hamburger:hover .line:nth-child(1),
#hamburger:focus .line:nth-child(1) {
    transform: translateY(-1px);
}

#hamburger:hover .line:nth-child(3),
#hamburger:focus .line:nth-child(3) {
    transform: translateY(1px);
}

#hamburger.hamburger__open .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 26px;
}

#hamburger.hamburger__open .line:nth-child(2) {
    opacity: 0;
}

#hamburger.hamburger__open .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-right-side__signin,
.header-right-side-help,
.header-right-side__language {
    display: inline-block;
}

.header-right-side {
    line-height: 30px;
}

.header-right-side-help {
    margin: 0 9px 0 9px;
}

.border-link {
    border: 2px #fff solid;
    padding: 4px 12px 6px 12px;
    border-radius: 20px;
    margin-right: 10px;
}

.header .help-button a {
    display: inline;
}

.help-button a {
    border: 2px #fff solid;
    padding: 4px 12px 6px 12px;
    border-radius: 20px;
    background-color: #706F6F;
    display: inline-block;
}

.help-button a:hover {
    border-color: #92c867;
    color: #92c867;
}

.help-button a:active {
    border-color: #586b4b;
    color: #586b4b;
}

.lev1_help-button {
    color: #87c05a !important;
    margin-bottom: 15px;
}

.header-search.open {
    display: block;
}

.header-search_big.show {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(100% - 40px);
}

.header-search_big.show form {
    border: 10px solid #48484b;
    border-top: 0;
    border-radius: 0;
}

#default .header-right-side .show-search,
#default .global-search button {
    float: right;
}

.header-logo {
    line-height: 36px;
    text-align: center;
}

.header-logo a {
    display: inline-block;
}

.header-logo a img {
    vertical-align: middle;
}

.header-search form {
    color: #000000;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.header-search form input, button {
    border: none;
    outline: none;
}

.header-search form input {
    width: calc(100% - 40px);
    border-radius: 20px;
    padding: 0 15px;
    font-size: 14px;
    z-index: 1;
    line-height: 36px;
}

.header-search form button, .header-right-side button {
    height: 36px;
    width: 40px;
    display: block;
    float: right;
    top: 0;
    right: 0;
    background: #616066;
    cursor: pointer;
    border-radius: 0;
    color: #ffffff;
}

.header-right-side button {
    float: none;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    top: 0;
}

#mainPage .header .show-search {
    display: inline-block;
}

.header .show-search {
    border-radius: 90px;
    width: 35px;
    height: 35px;
    display: none;
    position: relative;
    top: 0;
    right: 0;
    background: #616066;
    cursor: pointer;
    color: #ffffff;
    padding: 0;
}

.global-search-block {
    position: relative;
}

#default .header .show-search {
    display: block;
}

.header .show-search i:nth-child(1) {
    display: inline-block;
}

.header .show-search i:nth-child(2) {
    display: none;
}

.min-height-layout {
    /*min-height: calc(100vh - 180px);*/
}

.header .show-search.show-close i:nth-child(2) {
    display: inline-block;
}

.header .show-search.show-close i:nth-child(1) {
    display: none;
}

.header.scroll .header-right-side button {
    display: inline-block;
    margin-right: 20px;
}

.header .header-right-side {
    text-align: center;
    line-height: 35px;
    position: relative;
}

.header-search form button:before {
    font-family: FontAwesome, serif;
    color: #F9F0DA;
    font-size: 20px;
    font-weight: bold;
}

.header-search_small form button {
    background: transparent;
    height: auto;
    width: auto;
}

.header-search_small form button:before {
    color: #48484b;
    font-size: 20px;
    font-weight: bold;
}

.your-class {
    position: relative;
}

.main-slider-background {
    height: 700px;
    color: #ffffff;
    text-align: center;
}

.main-slider-background.owner {
    background: url(../images/home-page/first-animal-id.jpg) center center;
    background-size: cover;
}

.main-slider-background.zooclub {
    background: url(../images/home-page/club_p.jpg) center center;
    background-size: cover;
}

.main-slider-background.veterinarian {
    background: url(../images/home-page/vet_p.jpg) center center;
    background-size: cover;
}

.main-slider-background.shelter {
    background: url(../images/home-page/shelter_p.jpg) center center;
    background-size: cover;
}

.main-slider-background.kennel {
    background: url(../images/home-page/breeder_p.jpg) center center;
    background-size: cover;
}

.main-slider-background.municipality {
    background: url(../images/home-page/municipality_p.jpg) center center;
    background-size: cover;
}

.main-slider-background img {
    width: 100%;
}

.main-slider-background-caption {
    text-align: left;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.main-slider-background-caption h2 {
    padding-top: 190px;
    font-size: 47px;
    margin-bottom: 20px;
}

.main-slider-background-caption__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.map-headline {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
    color: #515357;
}

.map-headline h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.map-background {
    background: url(../images/map-background.jpg) center;
    background-size: cover;
    height: 160px;
}

.map-background a {
    display: block;
    height: 100%;
}

.map-description {
    background: #f7f7f7;
    padding: 50px 0 50px 0;
}

.map-description-items {
    text-align: center;
}

.map-description-items-item-desc {
    font-size: 18px;
    padding-top: 15px;
    color: #48484b;
}

.map-description-items-item__img {
    margin-top: 20px;
}

.map-description-items-item-desc__head {
    font-family: RobotoBold, serif;
}

.desc-items-text {
    vertical-align: middle;
}

.desc-items-text__about {
    font-size: 18px;
    line-height: 20px;
}

.desc-items-img img {
    max-width: 100%;
    height: auto;
}

.desc-items-text__head h2 {
    text-align: left;
    margin-bottom: 28px;
}

.desc-items {
    padding: 30px 0 30px 0;
}

.desc-items-text {
    padding-top: 25px;
}

.bgcolor {
    background: #f7f7f7;
}

.video {
    text-align: center;
    position: relative;
}

.video a {
    overflow: hidden;
    text-align: center;
}

.video a img {
    width: 100%;
}

.video a:after {
    cursor: pointer;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../images/video-button.png) no-repeat center center;
}

.video:hover a:after {
    opacity: 0.8;
}

.row_beforeslide {
    margin-bottom: 100px;
}

.center-slider-headline {
    margin-bottom: 50px;
}

.center-slider-item {
    text-align: center;
}

.center-slider-item.slick-current img {
    zoom: 1.2
}

.center-slider-item img {
    padding-bottom: 25px;
    margin: 0 auto;
}

.center-slider-item__text {
    color: #c0c0c0;
}

.reviews-slider-item__img {
    text-align: center;
}

.reviews-slider-item__img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    display: initial;
}

.reviews-slider-item-desc__text {
    margin-bottom: 25px;
}

.reviews {
    padding: 150px 0 150px 0;
}

.info-box {
    padding: 90px 0 90px 0;
    background: url(../images/dog-background.png) no-repeat right;
}

.reg-button a {
    border-radius: 30px;
    background: #87c05a;
    font-size: 14px;
    padding: 10px 25px;
    letter-spacing: 1px;
    color: #fff !important;
}

.reg-button a:hover {
    color: #ffffff;
    background: #92c867;
}

.reg-button a:active {
    color: #ffffff;
    background: #6f9f4a;
}

#timetable .info p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.info p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
}

p a {
    font-size: 14px;
    text-decoration: underline;
    color: #50B930;
}

p a.inherit-size {
    font-size: inherit;
    text-decoration: underline;
    color: #50B930;
}

p a:hover {
    text-decoration: none;
    color: #84c15a;
}

.hint > img {
    margin-left: 5px;
}

.info__head h2 {
    margin-bottom: 45px;
}

.footer .social-items_footer {
    padding: 5px;
}

.content-container {
    min-height: calc(100vh - 415px);
}

.footer {
    background: #333333;
    position: relative;
}

.footer-first-logo, .footer-first-socials {
    padding-top: 33px;
}

.footer-first-logo__img {
    padding-bottom: 33px;
}

.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;
    padding: 0 10px;
}

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

.footer-info {
    color: #959597;
    font-size: 14px;
    line-height: 22px;
}

.footer-info span {
    display: block;
}

.footer-first-menu .mainNav .menu {
    position: initial;
}

.footer-first-menu .mainNav .menu .mainNavList {
    display: block !important;
    top: 0;
}

.footer-first-menu .mainNav .menu .mainNavList .lev1 .subNavList1 {
    bottom: 90%;
    top: auto;
}

.footer-first-menu .mainNav .menu .mainNavList .lev1_last .subNavList1 {
    left: -160%;
}

.footer-first-menu .mainNav .menu .mainNavList .lev1 .subNavList1 .lev2:first-child:before {
    content: none;
}

.footer-first-menu .mainNav .menu .mainNavList .lev1_last .subNavList1 .lev2:last-child:before {
    left: 60% !important;
}

.footer-first {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #5d5d60;
}

.footer-first-socials-items {
    text-align: right;
}

.social-items a {
    color: #48484b;
    background: #ffffff;
}

.social-items a:hover {
    /*background: #92c867;*/
}

.social-items a:active {
    background: #6f9f4a;
}

.social-items__youtube {
    padding: 10px 11px;
    border-radius: 50%;
}

.social-items__fb {
    padding: 10px 14px;
    border-radius: 50%;
    margin-left: 10px;
}

.social-items__insta {
    padding: 10px 13px;
    border-radius: 50%;
    margin-left: 10px;
}

.footer-last-copyright {
    color: #959597;
    font-size: 12px;
}

.footer-last {
    padding-bottom: 20px;
}

.footer-last-partners__item img {
    max-width: 100%;
    height: auto;
}

.list-block {
    padding: 100px 0 100px 0;
    min-height: 650px;
}

.list-block.owner {
    background: url(../images/home-page/vlasnyk.png) no-repeat top 90px right;
}

.list-block.zooclub {
    background: url(../images/home-page/zooclub.png) no-repeat top 90px right;
}

.list-block.veterinarian {
    background: url(../images/home-page/veterynar.png) no-repeat top 90px right;
}

.list-block.shelter {
    background: url(../images/home-page/prutylok.png) no-repeat top 90px right;
}

.list-block.kennel {
    background: url(../images/home-page/rozplidnyk.png) no-repeat top 90px right;
}

.list-block.municipality {
    background: url(../images/home-page/municipality.png) no-repeat top 90px right;
}

.list-block__head {
    margin-bottom: 50px;
}

.list-block-main ul {
    list-style: none;
    margin-bottom: 40px;
}

.list-block-main a,
.list-block-main ul li a {
    color: #515357;
    line-height: 22px;
    display: block;
    font-size: 14px;
}

.list-block-main a.active,
.list-block-main ul li a.active {
    color: #84c15a;
}

.list-block-main a:hover,
.list-block-main ul li a:hover {
    color: #84c15a;
}

.list-block-main ul li {
    margin-bottom: 20px;
}

.list-block-drop-caption ul li {
    color: #89c25d;
    margin-bottom: 10px;
}

.list-block-drop-caption__link {
    list-style: none;
}

.list-block-drop-caption ul li span {
    color: #a0a0a0;
}

.cakkordeon .cakkord-title {
    margin-bottom: 18px;
    line-height: 18px;
}

.cakkordeon .cakkord-content {
    display: none;
    padding-left: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 16px;
}

.cakkordeon .cakkord-content ul {
    margin-bottom: 0;
}

.cakkordeon .cakkord-content ul li {
    color: #aeafb1;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 15px;
}

.cakkordeon .cakkord-content ul li:before {
    content: " ";
    width: 4px;
    height: 4px;
    background: #87c05a;
    border-radius: 50%;
    margin: 5px 10px 4px -15px;
    display: inline-block;
    float: left;
}

.slick-dots-wrap {
    top: 675px;
    position: absolute;
    width: 100%;
    height: 100px;
}

.slick-dots-wrap .slick-dots {
    position: static;
}

.google_maps_api {
    text-decoration: underline;
    color: #0b58a2;
}

.google_maps_api_label {
    color: white;
    background: none;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 13px;
    text-align: center;
    width: 33px;
    white-space: nowrap;
}

.icon_map {
    max-width: 100%;
    width: auto;
    height: 40px;
}

#info-window p {
    margin-bottom: 5px;
}

#search_map, .google_maps_api {
    margin-bottom: 20px;
}

#search_map .tt-menu .tt-suggestion {
    white-space: pre-wrap !important;
}

.feedback_title {
    text-align: center;
    text-transform: uppercase;
}

#search_value.tt-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.repo-nickname .name {
    white-space: pre-wrap;
}

.repo-address {
    font-size: 85%;
}

#statistic_blocks .total,
#statistic_blocks .sterilization,
#statistic_blocks .owner {
    box-shadow: 0 0 10px -2px black;
    border-radius: 3px;
    margin: 10px 0;
}

#statistic_blocks .bg-green {
    color: #ffffff;
    background-color: #109618;
    border-color: #109618;
}

#statistic_blocks .bg-orange {
    color: #ffffff;
    background-color: #FF7200;
    border-color: #FF7200;
}

#statistic_blocks .bg-black {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

#statistic_blocks .title {
    padding: 10px 5px 0;
}

#statistic_blocks h3.value {
    font-size: 24px;
    margin: 0;
    padding: 10px 5px;
}

#main-wrapper .social-auth-icon {
    display: inline-block;
}

#main-wrapper .social-auth-icon span {
    margin-left: 45px;
    position: relative;
    top: 6px;
    font-size: 125%;
    font-style: normal;
}

.preview-image {
    max-width: 100%;
}

.footer .hide-login {
    display: none;
}

#header-wild-animals img {
    vertical-align: middle;
    margin: 15px auto;
    max-width: 100%;
    max-height: 160px;
}

img.main-photo {
    max-width: 100%;
    height: auto;
}

.rules-add-animal {
    color: #76a056;
    text-decoration: underline;
}

.rules-add-animal:hover {
    color: #76a056;
    text-decoration: none;
}

.subject_hide {
    display: none;
}

.social-icons {
    width: 40px;
    padding: 5px;
    cursor: pointer;
    opacity: .8;
}

.social-icons:hover {
    opacity: 1;
}

.social-line {
    border-bottom: 1px #e3e3e3 solid;
    padding: 5px 0;
}

.without-auth {
    text-align: center;
    font-size: 18px;
}

.index_modal_images {
    height: 400px;
    overflow: hidden;
}

#municipal_webpage_map_image {
    height: 600px;
}

#animal_profile_modal_en {
    height: 660px;
}

#animal_profile_modal_en img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

#animal_profile_modal_ru {
    height: 575px;
}

#animal_profile_modal_ru img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.additional-pages-links {
    color: #84c15a;
    max-width: 300px;
}

.adoption-automation-video {
    width: 660px;
    height: 415px;
}

.fixed-social-container {
    width: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #48484b;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
}

.fixed-social-container a:hover {
    color: #92c867;
}

.fixed-social-icon {
    padding: 10px;
}

.fixed-social-link-f {
    padding-left: 5px;
    margin-top: 15px;
    display: block;
}

.fixed-social-link {
    padding-left: 3px;
}

.fixed-social-icon-container {
    height: 40px;
}

.fixed-social-icon-container-youtube {
    height: 30px;
}

.join-us-label {
    padding-top: 10px;
}

.contact-owner_animal-profile, .added-by {
    color: #76a056 !important;
}

.contact-form-text {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#about-us-page {
    color: black;
    background: url(../img/SVG/map-bg.svg) no-repeat top 36px right;
}

h3.line-up {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

h3.line-up:before {
    content: '';
    border-top: 3px solid #5dae57;
    width: 60px;
    position: absolute;
    top: -3px;
    left: 0;
}


.problems-text {
    width: 100%;
}

.top-marg50 {
    margin-top: 50px;
}

.half-width-img {
    width: 50px;
}

.full-width-img {
    width: 100%;
}

.animal-logo-about-us {
    margin-top: 35px;
    margin-bottom: 20px;
}

.about-animal-logo-img {
    width: 25%;
}

.about-us-counting-img {
    width: 50%;
    margin-left: 25%;
}

.margin-bottom-div {
    margin-bottom: 50px;
}

#about-main-h1 {
    color: green;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

.about-us-last-img {
    width: 100%;
    height: 550px;
}

.about-team-background {
    background-color: #F9F9F9;
}

.about-first-block {
    margin-top: 45px;
}

.problems-text > a {
    color: green;
    text-decoration: none;
}

.li-link {
    color: green;
    text-decoration: none;
}

.existed-user-mail {
    white-space: pre-wrap;
}

.donate-color {
    color: #f08d24 !important;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
}

.moderator-tag-img img {
    max-height: 150px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#dog-date-city {
    width: 320px;
}

.pet-date-form-img {
    width: 90px;
}

.pet-date-form-img img {
    width: 90px;
}

.pet-date-form-text {
    width: 80%;
}

#pet-date-form-description {
    height: 90px;
}

.field-pet-date-form-description {
    margin-bottom: 0;
}

.dog-date-div, .field-petdating-city_id {
    margin-top: 35px;
}

#pet-date-desc-text {
    color: #aba9a9;
    font-size: 12px;
}

#private-public-docs {
    margin-top: 8px;
}

.list-animal-dating img {
    width: 100%;
}

.list-animal-dating {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 40px;
}

.search-dating-desc-div {
    font-size: 16px;
    padding-left: 30px
}

.search-dating-desc-div h4 {
    font-size: 22px;
}

.dating-search-docs {
    margin-top: 15px;
}

.bold {
    font-weight: 700;
}

.no-marge-bottom {
    margin-bottom: 0;
}

.search-dating-message {
    margin: 25px 0;
    padding-left: 0;
}

.search-date-sub {
    font-size: 18px;
    margin-left: 25px;
}

.dating-search-form-div {
    margin-top: 40px;
}

.dating-search-form-div .field-petdating-city_id {
    margin-top: 0;
}

.field-petdating-status > div {
    float: left;
}

.field-petdating-status label {
    font-weight: normal;
    margin-left: 20px;
    margin-top: 5px;
}

.small-dating-img {
    height: 50px;
    width: 50px !important;
    float: left;
}

.ready-to-date {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 20px;
}

.us-on-table-cover {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ddd;
    width: 900px;
}

.online-user-wraper {
    display: none;
    margin-bottom: 20px;
}

.on-us-count-div {
    margin-bottom: 20px;
    font-weight: bold;
}

#show-online-users {
    width: 350px;
    margin-bottom: 20px;
}

#show-online-users td, #show-online-users th {
    padding: 5px;
}

.first-us-on {
    width: 20%;
}

.second-us-on {
    width: 80%;
}

.modal-token-all-img {
    width: 100%;
    margin-top: 50px;
}

.tag-modal-last-link {
    text-align: center;
    color: #76a056;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}

#tag-modal-animal-profile {
    color: black;
    margin-top: 20px;
}

#tag-modal-animal-profile li {
    margin-bottom: 10px;
    line-height: 15px;
}

.tag-modal-h4 {
    font-size: 20px;
    width: 80%;
    margin-left: 35px;
    font-family: Roboto, serif;
}

.tag-modal-first {
    margin-top: 40px;
}

.last-sub {
    margin-bottom: 25px;
    text-align: center;
    font-size: 12px;
}

#info-typeahead p {
    white-space: pre-wrap;
}

.branded-tags {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    min-height: 90px;
    padding: 28px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
}

#order-branded-tags .modal-body {
    padding: 0;
}

.branded-tags-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.branded-tags-title {
    font-family: RobotoSlab, serif;
    font-weight: 700;
}

.branded-tags-orange-text {
    color: #E1522C;
    font-weight: 700;
}

.branded-tags-margin-tp30 {
    margin-top: 30px;
}

.branded-tags-margin-tp20 {
    margin-top: 20px;
}

.branded-tags-pad-top {
    padding-top: 25px;
}

.branded-tags-text-center {
    text-align: center;
}

.branded-tags-margin-bt30 {
    margin-bottom: 30px;
}

.branded-tags-margin-bt20 {
    margin-bottom: 20px;
}

.branded-tags-img-big {
    width: 100%;
}

.branded-tag-bit-but {
    width: 100%;
}

.branded-tags-main-image {
    height: 450px;
}

.img-faq {
    border: 2px solid green;
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-faq {
    font-weight: bold;
    cursor: pointer;
}

.title-faq i {
    font-weight: bold;
}

.title-faq:hover, .title-faq.active {
    opacity: .8;
}

.text-faq {
    display: none;
    padding-left: 20px;
    padding-bottom: 35px;
}

.text-faq > a {
    text-decoration: underline;
}

.text-faq ul {
    padding-left: 20px;
}

.paragraph {
    text-indent: 1.5em;
    text-align: justify;
    margin: 0 0 20px;
}

.paragraph ul {
    text-indent: 0;
    margin-left: 55px;
}

.home-tag {
    margin-bottom: 40px;
}

.title-tag {
    margin-top: 16vh;
    font-size: 25px;
    color: #343434;
    text-shadow: 0 1px 1px rgba(250, 250, 250, 0.5);
}

.title-tag > a {
    text-shadow: none;
}

.margin_top_0 {
    margin-top: 0;
}

.margin_0 {
    margin: 0;
}


.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.checkbox-skills {
    opacity: 0;
}

.label-skills {
    opacity: .4;
    cursor: pointer;
}

.label-skills.active {
    opacity: 1;
}

.label-skills img {
    width: 26px;
}

.block-skills {
    margin: 12px 0;
}

.block-skills .description {
    margin-left: 50px;
    font-size: 12px;
    font-family: "Open Sans", serif;
    color: gray;
    line-height: 1.2;
}

.img-adoption {
    width: 216px !important;
    height: 216px;
}

.article .row-name, .article .row-desc {
    float: left;
}

.article .row-name {
    width: 35%;
}

.article .row-desc {
    width: 65%;
}

.form-feedback {
    display: none;
    margin: 10px;
}

.modal-title {
    font-family: RobotoSlab, sans-serif;
    line-height: 1;
}

.modal-text {
    font-size: 15px;
    line-height: 1.7;
}

#main-photo {
    cursor: pointer;
}

.barcode-image {
    width: 150px;
    float: left;
}

.adoption-share {
    height: 125px;
    margin: 10px;
    padding-top: 80px;
}

.list-clinic label {
    display: block !important;
}

ul.modal-skills {
    padding: 0;
    margin: 30px 0 0;
}

ul.modal-skills li {
    list-style: none;
    margin-bottom: 15px;
}

ul.modal-skills li .title {
    margin-left: 40px;
    font-size: 12px;
    font-family: "Open Sans", serif;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.modal-skills li .icon {
    float: left;
}

ul.modal-skills li .icon img {
    width: 26px;
    height: auto;
}

ul.modal-skills li .description {
    margin-left: 40px;
    font-size: 9px;
    font-family: "Open Sans", serif;
    color: gray;
    line-height: 1.2;
    text-align: justify;
}

.bg-image-tag img {
    width: 100%;
}

.animal-classification, .other-city {
    display: none;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.search-transponder-info {
    font-size: 18px;
}

.transponder-info-green {
    color: green;
}

.transponder-info-red {
    color: red;
}

.modal-name {
    font-size: 20px;
    font-family: "Open Sans", serif;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.modal-photos {
    overflow: hidden;
    margin-bottom: 30px;
}

.modal-photos #bigphoto .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.modal-photos #galthumbs .item {
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    margin-right: 5px !important;
    height: 80px;
}

.modal-photos #galthumbs .item img {
    height: 100%;
}

.modal-photos #galthumbs .owl-item {
    overflow: hidden;
    padding-right: 10px !important;
    margin-bottom: 10px;
}

.modal-photos #galthumbs .synced .item {
    background-color: #666;
}

.modal-photos #galthumbs .synced .item img {
    opacity: 0.5;
}

.modal-favourite {
    border-radius: 3px;
    background-color: #f8fbfd;
    height: 40px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
}

#adopt-donate {
    border: 2px solid #f08d24;
    margin: 5px 15px 10px 0;
    border-radius: 5px;
    width: 154px;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", serif;
    color: #f08d24;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

#adopt-donate:hover {
    color: white;
    border: 2px solid #92c867;
    background-color: #f08d24;
}

.modal-cta {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    clear: both;
}

.modal-cta .title {
    font-size: 16px;
    font-family: "Open Sans", serif;
    color: #3388ff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal-cta a#adopt {
    border-radius: 3px;
    background-color: #5cb85c;
    width: 154px;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", serif;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
    margin-right: 15px;
}

.modal-cta a#adopt:hover {
    background-color: #76bd2e;
    text-decoration: none;
}

.modal-cta a#adopt:active {
    background-color: #76bd2e;
}

.modal-cta a#help {
    border-radius: 3px;
    background-color: #ffa930;
    width: 154px;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", serif;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
}

.modal-cta a#help:hover {
    background-color: #f8a126;
    text-decoration: none;
}

.modal-cta a#help:active {
    background-color: #f8a126;
}

.parameters-div {
    border-left: 1px solid #e2e2e2;
}

.store img {
    width: 115px;
    margin: 15px;
}

.title-for-main-slider {
    font-size: 47px;
}

.text-for-main-slider {
    font-size: 18px;
    line-height: 150%;
}

.drop-down-token {
    border-radius: 3px;
    background-color: white;
    padding: 2px;
    position: relative;
    bottom: 4px;
    margin-right: 2px;
}

.btn-token {
    position: relative;
    bottom: 5px;
    background-color: #88c840;
    color: white;
    padding: 2px 8px;
    border: none;
    border-radius: 3px;
}

.veterinarian-set-token {
    display: none;
}

#identificator_history {
    display: none;
}

#add-transponder .form-group {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#add-transponder .form-group .btn-token {
    bottom: 0;
    padding: 7px 8px;
    border-radius: 5px;
    margin-left: 2px;
}

.waudog-btn-green {
    color: #000;
    background-color: lawngreen;
    border-radius: 0;
    padding: 12px 30px;
}

.waudog-btn-blue {
    color: #fff;
    background-color: #9bd3f8;
    border-radius: 0;
}

.waudog-btn-red {
    color: #fff;
    background-color: #e20203;
    border-radius: 0;
}

.din-pro-font {
    font-family: "DIN Pro", serif;
}

.din-pro-medium-font {
    font-family: "DIN Pro Medium", serif;
}

.preview-title {
    text-align: center;
    padding: 5px;
}

.preview-link:hover .preview-title {
    text-decoration: underline;
}

.preview-link svg {
    background: rgba(50, 50, 50, 0.2);
}

.partner-stats {
    padding: 20px;
    border-radius: 10px;
}

.partner-stats h3 {
    font-weight: bold;
}

.bg-light-green {
    background-color: lightgreen;
    border: 2px solid green;
}

.bg-light-blue {
    background-color: lightskyblue;
    border: 2px solid blue;
}

.app-text {
    margin-left: 70px;
    margin-top: 15px;
}

@media (max-width: 1440px) {
    .main-slider-background {
        height: 500px;
    }

    .main-slider-background-caption h2 {
        font-size: 36px;
        padding-top: 100px;
    }

    .text-for-main-slider {
        font-size: 16px;
        line-height: 150%;
    }

    .animal-logo-about-us {
        margin-bottom: 40px;
    }

    .slick-dots-wrap {
        top: 475px;
    }
}

@media (max-width: 1200px) {
    #owl-carousel-review .owl-item img {
        max-width: 200px;
    }

    .main-slider .slick-dots li {
        margin: 0;
        width: 15%;
    }

    .main-slider-background-caption h2 {
        font-size: 36px;
    }

    .main-slider-background-caption__text {
        font-size: 14px;
    }

    .main-slider-background {
        height: 500px;
    }

    .main-slider .slick-dots-wrap {
        top: 475px;
    }
}

@media (max-width: 768px) {
    .main-slider-background.owner {
        background-position: 83% center;
    }

    .footer-first-menu .mainNav .menu {
        display: none;
    }

    .list-block-drop-caption {
        display: none;
    }

    .main-slider-background-caption h2 {
        padding-top: 80px;
    }

    .adoption-automation-video {
        width: 280px;
        height: 200px;
    }

    .help-button a {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .about-us-last-img {
        margin-top: 0;
        height: 475px;
    }

    #about-us-page {
        background: url(../img/SVG/map-bg.svg) no-repeat top 100px right;
    }

    .about-us-counting-img {
        width: 100%;
        margin-left: 0;
    }

    .margin-bottom-div {
        margin-bottom: 0;
    }

    .half-width-img {
        margin-left: 30%;
    }

    .working-experience-text {
        margin-top: -100px;
    }

    .about-animal-logo-img {
        width: 30%;
    }

    .main-slider .slick-dots {
        width: 630px;
    }

    .main-slider .slick-dots li {
        margin: 0;
        width: 100px;
    }

    .main-slider .slick-dots li:before {
        box-shadow: 0 0 3px #aaa;
    }

    .slick-dots-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .index_modal_images {
        height: 290px;
    }

    #animal_profile_modal_ru {
        height: 500px;
    }

    #animal_profile_modal_en {
        height: 525px;
    }

    #animal_profile_modal_ru img {
        width: 100%;
    }

    #animal_profile_modal_en img {
        width: 100%;
    }

    #municipal_webpage_map_image {
        height: 300px;
    }

    .slick-dots-wrap::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 425px) {

    .tag-modal-h4 {
        width: 100%;
        margin-left: 0;
    }

    .reg-button a {
        font-size: 11px;
        font-weight: bold;
    }

    .field-petdating-status label {
        width: 150px;
    }

    .main-slider-background-caption__text {
        margin-bottom: 20px;
    }

    .text-for-main-slider {
        line-height: 125%;
    }

    .app-text {
        margin-left: 0;
        margin-top: 15px;
    }

    .mobile-text {
        text-align: center;
    }

    .about-us-last-img {
        height: 350px;
    }

    .working-experience-text {
        margin-top: -75px;
    }

    #animal_profile_modal_ru {
        height: 330px;
    }

    #animal_profile_modal_en {
        height: 380px;
    }

    .tag-modal-first {
        margin-top: 0;
    }

    .modal-token-all-img {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .about-us-last-img {
        margin-top: 30px;
    }

    .crear-fake {
        clear: both;
        font-size: 1px;
        line-height: 1px;
        height: 0;
        overflow: hidden;
    }

    .problems-text {
        width: 100%;
    }

    .working-experience-text {
        margin-top: -170px;
    }

    .about-animal-logo-img {
        width: 20%;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-search_big.show {
        top: 50px;
    }

    .help-button a {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .resize {
        padding-left: 10px;
        padding-right: 10px;
    }

    .headline h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .header-search form button {
        color: #48484b;
        padding: 8px 10px 0 0;
        background: transparent;
        height: auto;
        width: auto;
    }

    .header-search form input {
        font-size: 14px;
    }

    .header-search form button i {
        font-size: 16px;
    }

    .header .header-right-side {
        padding: 0;
        float: left;
    }

    .header-right-side-wrap {
        margin: 0;
    }

    .header.scroll .header-right-side button {
        display: none;
    }

    .header-search form input {
        width: 75%;
    }

    .header-search_small {
        padding-right: 0;
    }

    .map-headline {
        padding: 40px 0 25px 0;
    }

    .map-headline h2 span {
        display: block;
    }

    .map-description-items {
        margin-bottom: 20px;
    }

    .map-description-items-item__img {
        display: block;
        margin-bottom: 10px;
    }

    .map-description-items-item-desc {
        padding-top: 0;
    }

    .desc-items-text {
        margin-bottom: 25px;
    }

    .info-box {
        background: none;
        padding-top: 40px;
    }

    .reviews {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .info {
        text-align: center;
    }

    .reviews-slider-item-desc__caption {
        font-size: 12px;
        padding-top: 3%;
    }

    .reviews-slider-item-desc__caption span {
        display: block;
    }

    .footer-first-menu .mainNav .menu .mainNavList .lev1 {
        display: inline-block;
    }

    .footer-first-menu .mainNav .menu .mainNavList {
        padding-left: 0 !important;
        top: 0;
    }

    .footer-first-menu {
        padding: 0;
    }

    .footer-info_hide {
        display: none;
    }

    .footer-info_hide2 {
        margin-bottom: 20px;
    }

    .footer-info_hide2 span {
        display: none;
    }

    .footer-last-partners__item {
        font-size: 11px;
        text-align: center;
        color: #959597;
    }

    .footer-last-partners__item span {
        display: block;
    }

    .social-items__youtube {
        padding: 4px 6px;
    }

    .social-items__fb {
        padding: 4px 9px;
    }

    .social-items__insta {
        padding: 4px 6px;
    }

    .video a img {
        width: auto;
        margin-left: -240px;
        height: 300px;
    }

    .social-items_header {
        padding-top: 10px;
        padding-left: 10px;
    }

    .mainNavList {
        background-color: #48484b;
    }

    .mainNavList li.social-items_header a {
        margin-right: 10px;
        display: inline-block;
        box-sizing: border-box;
        color: #48484b;
        width: 36px;
        height: 36px;
        padding: 6px 10px 10px 9px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-first-socials {
        margin-top: 10px;
    }

    .list-block {
        background: none !important;
    }

    .pet-date-form-img img {
        margin-left: 70px;
    }

    .search-date-sub {
        margin-left: 0;
    }

    .pet-date-form-text {
        width: 100%;
    }

    .field-petdating-status label {
        width: 180px;
        margin-left: 10px;
        margin-top: 0;
    }

    .branded-tags {
        padding-bottom: 45px;
    }

    .main-slider-background {
        height: 380px;
    }

    .main-slider .slick-dots-wrap {
        top: 355px;
    }

    .main-slider-background-caption h2 {
        padding-top: 40px;
        font-size: 24px;
    }

    .main-slider-background-caption__text {
        font-size: 14px;
    }

    .header .header-logo {
        text-align: center;
    }

    .index_modal_images {
        height: 200px;
    }

    #animal_profile_modal_ru {
        height: 400px;
    }

    #animal_profile_modal_en {
        height: 460px;
    }

    #municipal_webpage_map_image {
        height: 220px;
    }

    .fixed-social-container {
        top: 25%;
    }
}

@media (max-width: 320px) {
    .reg-button a {
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0px;
    }
}

@media (min-width: 769px) {
    .header-search {
        display: block;
    }

    .reviews-slider .slick-dots {
        display: none !important;
    }

    .headline h2 {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .map-headline {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .map-headline h2 {
        font-size: 36px;
        font-weight: bold;
    }

    .map-background {
        height: 220px;
    }

    .desc-items {
        padding: 45px 0 45px 0;
    }

    .desc-items-text {
        padding-top: 25px;
    }

    .list-block-main ul li a {
        font-size: 14px;
    }

    .list-block-drop-caption ul li {
        font-size: 14px;
    }

    .cakkordeon .cakkord-content {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .lev1_last .subNavList1 {
        left: -210%;
    }

    .header.scroll .menu .lev1_last .subNavList1 .lev2:first-child:before {
        left: 55%;
    }

    .fixed-social-container {
        top: 40%;
    }
}

@media (min-width: 992px) {
    .toggleMainNav {
        display: inline-block;
    }

    .topNavContainer {
        text-align: right;
    }

    .main-menu .mainNavList {
        position: static;
        top: 0;
        right: auto;
    }

    .mainNavList li {
        float: left;
    }

    .menu {
        z-index: 11;
        top: 0;
        left: 0;
        background: transparent;
    }

    .mainNavList li:hover .subNavList1 {
        display: block;
        z-index: 13;
    }

    ul.subNavList1 {
        left: -50%;
        top: 35px;
        padding: 30px 50px 25px 25px;
        border-radius: 35px;
        display: none;
        position: absolute;
        background: #4f4f51;
        text-align: left;
        -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.28);
    }

    .lev1 {
        position: relative;
    }

    .lev2:first-child:before {
        top: -38px;
        left: 54px;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 20px 11px;
        border-color: transparent transparent #4f4f51 transparent;
    }

    ul.subNavList1 li {
        margin-left: 0;
        padding-left: 0;
        display: block;
        float: none;
    }

    ul.subNavList1 li a {
        height: 20px;
        padding: 20px 15px;
        line-height: 0;
        font-weight: bold;
    }

    .footer-first-menu .mainNavList li a {
        font-size: 14px;
        margin: 0 15px 0 15px;
    }

    ul.subNavList1 .lev2 a {
        color: #f3f3f3;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ul.subNavList1 .lev2 a:hover {
        color: #76a056;
    }

    .menu-drop .header-menu-title::after {
        content: none;
    }

    .menu-drop.open .header-menu-title::after {
        content: none;
    }

    .menu-drop-second .header-menu-title::after {
        content: none;
    }

    .menu-drop-second.open .header-menu-title::after {
        content: none;
    }

    .menu-drop-second.open ul {
        display: none;
    }

    .menu-drop.open ul {
        display: none;
    }

    .mainNavList {
        position: relative;
        top: 7px;
        margin: 0;
    }

    .mainNavList li {
        position: relative;
    }

    .mainNavList li.active > a {
        color: #76a056;
    }

    .mainNavList li.lev1:first-child a {
        padding-left: 0;
    }

    .mainNavList li a {
        display: block;
        margin: 0;
        padding: 7px 10px;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        transition: .2s all ease;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
        cursor: pointer;
    }

    .mainNavList li a:hover {
        color: #76a056;
    }

    .header .mainNav.open .menu {
        z-index: 3;
    }

    .mainNav.open .topNavContainer,
    .mainNav.open .mainNavList {
        display: block;
    }

    .mainNav {
        position: relative;
    }

    .topNavContainer, .mainNav {
        display: block;
    }

    .topNavContainer, .mainNavList {
        list-style: none;
    }

    #mainPage .header .menu {
        z-index: 2;
        transition: top 200ms;
    }

    #mainPage .header.scroll .menu {
        position: static;
        top: 0;
        left: 0;
        transition: top 200ms;
    }

    #mainPage ul.mainNavList {
        background: none;
    }

    #mainPage .mainNav.open ul.mainNavList {
        background: #48484b;
    }

    .header-search {
        display: none;
    }

    .mainNav .topNavContainer, .mainNav .mainNavList {
        display: block;
    }

    .lev1_last .subNavList1 .lev2:first-child:before {
        left: 20%;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 20px 11px;
        border-color: transparent transparent #4f4f51 transparent;
    }

    .headline h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .slick-next {
        z-index: 1;
        right: 15px;
    }

    .slick-prev {
        z-index: 1;
        left: 15px;
    }

    .header .container {
        max-width: 1200px;
    }

    .map-headline {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .map-headline h2 {
        font-size: 36px;
        font-weight: bold;
    }

    .map-background {
        height: 310px;
    }

    .header-search form input {
        font-size: 14px;
    }

    .desc-items {
        padding: 60px 0 60px 0;
    }

    .desc-items-text {
        padding-top: 50px;
    }

    .reviews-slider-item-desc__text p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .header-search {
        display: inline-block;
    }

    .mainNavList li a {
        padding: 7px 7px;
    }
}

@media (min-width: 1440px) {
    .mainNavList li a {
        padding: 7px 20px;
    }
}

@media (min-width: 1940px) {
    .headline h2 {
        font-size: 47px;
        margin-bottom: 45px;
    }

    .slick-next {
        z-index: 1;
        right: -190px;
    }

    .slick-prev {
        z-index: 1;
        left: -190px;
    }

    .header .resize {
        max-width: 1715px;
    }

    .map-headline {
        padding-top: 120px;
        padding-bottom: 80px;
        background-color: #f7f7f7;
    }

    .map-headline h2 {
        font-size: 48px;
        font-weight: bold;
    }

    .map-background {
        height: 600px;
    }

    .header-search form input {
        font-size: 14px;
    }

    .desc-items {
        padding: 120px 0 120px 0;
    }

    .desc-items-text {
        padding-top: 90px;
    }

    .reviews-slider-item-desc__text p {
        font-size: 18px;
    }

    .info p {
        margin-bottom: 45px;
        line-height: 25px;
        font-size: 18px;
    }

    p a {
        font-size: 18px;
    }

    .reg-button a {
        font-size: 18px;
    }

    .list-block-main ul li a {
        font-size: 18px;
    }

    .list-block-drop-caption ul li {
        font-size: 18px;
    }

    .slick-initialized .slick-slide a {
        font-size: 18px;
    }

    .header.scroll .menu {
        left: 600px;
    }
}