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

body {
    font-family: ROBOTO,serif !important;
    background-attachment: fixed;
    background-color: #ffffff;
    position: relative;
    color: black;
}

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

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

.inline-block {
    display: inline-block;
}

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

.slick-slide {
    outline: none;
}

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

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

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

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

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

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

.slick-dots {
    z-index: 9;
}

.main-slider {
    margin-bottom: 0px !important;
}

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

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

.main-slider .slick-dots li button {
    /*height: 94px;*/
    width: 100%;
    margin: 0 AUTO;
    /*border-radius: 50%;*/
}

.main-slider .slick-dots li button {
    background: url(../images/slider-dot.png) no-repeat center 5px;
    padding-top: 10px;
    color: #bbbbbb;
    line-height: 14px;
    height: 37px;
}

.main-slider .slick-dots .slick-active button {
    height: 31px;
    background: url(../images/slider-dot-active.png) no-repeat center top !important;
}

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

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

.main-slider .slick-next {
    z-index: 999;
    right: 55px;
    top: 200px;
    display: none !important;
}

.main-slider .slick-prev {
    z-index: 999;
    left: 55px;
    top: 200px;
    display: none !important;
}

.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 {
    top: 50px;
}

.center-slider .slick-next {
    top: 50px;
}

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

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

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

a {
    color: #008bd2;
    text-decoration: none;
}

a:active {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    /*color: #87c05a;*/
    text-decoration: none;
}

a:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

p {
    margin: 0px !important;
}

.visited a:visited {

}

img {
    vertical-align: initial;
}

h2 {
    margin: 0;
}

.headline h2 {
    text-align: center;
    font: 900 20px/20px "Roboto", serif;
    line-height: 40px;
    text-transform: uppercase;
}

.headline-top h4 {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}

/*------------*/

p {
    line-height: 22px;
    margin-bottom: 10px;
}

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

p a:hover {
    text-decoration: underline;
}

p a:visited {
    color: #b9cdaa;
    text-decoration: underline;
}

/*------------*/

/*-------------- MENU ----------------*/

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

.catalog-menu-drop .catalog-menu-title::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow-down-button.png);
    height: 20px;
    width: 20px;
    top: 10px;
    right: 20px;
}

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

}

.catalog-menu-drop.open .catalog-menu-title::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow-up-button.png);
    height: 20px;
    width: 20px;
    top: 10px;
    right: 20px;
}

.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 .header-menu-title::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow-down-button.png);
    height: 20px;
    width: 20px;
    top: 28px;
    right: 20px;
}

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

}

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

/*/-----------/*/

ul.mainNavList,
ul.subNavList1 {
    color: #ffffff;
    background-color: #009dd5;
    padding-left: 0;
    display: none;
}

.mainNavList {
    position: relative;

}

.mainNavList li a {
    margin: 0;
    text-decoration: none;
    position: relative;
    transition: .2s all ease;
    font-size: 12px;
    color: #3c3c3c;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.mainNavList li a span {
    vertical-align: middle;
    display: table-cell;
}

.mainNavList li a:hover {
    color: #000000;
}

.mainNav.open .menu {
    z-index: 100;
}

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

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

.scroll .mainNavList {
    margin-top: -50px;
    z-index: 999999 !important;
}

.fixed .toggleMainNav {
    position: fixed;
    z-index: 999999999;
}

.fixed .scroll .toggleMainNav #hamburger .line {
    background-color: #ffffff;
}

.main-menu {

    height: 100%;
}

.mainNav {
    position: relative;
}

.topNavContainer,
.mainNav {
    display: block;
}

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

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

/*
.menu {
  position:absolute;
  top:85px;
  width:100%;

}
*/

ul.subNavList1 .lev2 a {
    color: #ffffff;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-style: normal;
}

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

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

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

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

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

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

#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);
}

/*-------------- END MENU ----------------*/

/*.main-slider-background {
  background: url(../images/slide1.png) center center;
  background-size: cover;
  height: 600px;
  color: #ffffff;
  text-align: center;
  }*/

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

/*.main-slider-background-caption {
  text-align: left;
}

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

}

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

/*-------------- VIDEO ----------------*/

/*.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;
}
*/
/*-------------- END VIDEO ----------------*/

/*-------------- STYLES ----------------*/


.header-top {
    background-color: #ffffff;
    border-bottom: 5px solid #1e6b9a;
    box-shadow: 0px 0px 20px #000;
    line-height: 50px;
    margin-bottom: 30px;
}

.header-logo a {
    display: block;
    position: relative;
    margin-top: -85px;
}

.header-logo a img {
    max-width: 100%;
    height: auto;
}

.header-logo-small a img {
    max-width: 100%;
    height: auto;
}

.header-top-contacts__item {
    font-weight: bold;
}

.header-top-socials {
    float: right;
}

.header-top-socials__item {
    float: right;
}

.header-top-socials__item a {
    background: #009cd9;
    height: 100%;
    display: inline-block;
    font-size: 17px;
    padding: 1px 12px;
    color: #ffffff;
}

.header-middle-buttons .row {

}

.header-middle-button {
    margin-bottom: 20px;
    text-align: center;

}

.header-middle-button a {
    transition: 0.4s;
    background: #97cb45;
    padding: 5px 0px 5px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
    border-radius: 28px;
    color: #ffffff;
}

.header-middle-button a:hover {
    background: #009cd9;
    text-decoration: none;
    color: #fff !important;
}

.header-middle-description {
    font: 400 14px/14px 'Noto Serif', serif;
    color: #000;
}

.header-middle-description p {
    line-height: 1.2em;
}

.header-top-socials__item {
    display: inline-block;
    margin-left: -4px;

}

.header-top-socials__item img {
    vertical-align: middle;
}

.header-top-socials__item a:hover {
    color: #ffffff;
    background: #9ece48;
}

.header-bottom {
    height: 80px;
}

.header-first-mid > a{
    color: #48484b;
}

.header-first-mid > a:hover{
    color: green;
}

.header-last ul > li > a {
    color: #48484b; !important;
}

.main-slider {
    background: url(../images/slider-bg.jpg);
}

.social-video {
    margin-bottom: 40px;
}

.social-video p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 20px !important;
}

.social-video__item {
}

.social-video h2 {
    text-transform: uppercase;
}

.col-space > [class*='col-'] {
    margin-bottom: 20px;
}

.about {

    color: #000;
}

.block_border {
    box-sizing: border-box;

}

.about-info {
    margin-bottom: 20px;
}

.about-info-text p {
    font-size: 18px;
    text-align: justify;
}

.about-slider {
    margin-bottom: 40px;
}

.about-slider-text {
    -webkit-box-shadow: 7px 22px 61px 39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 22px 61px 39px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 22px 61px -39px rgba(0, 0, 0, 0.75);
}

.about-slider-text h3 {
    font: 900 20px /24px "Roboto", serif;
    color: #008bd2;
    margin: 10px 0;
    text-align: left;

}

.about-slider-text-wrap {
    background: #fff;
    border-radius: 20px;
    font: 400 13px/ 24px "Roboto", serif;
    color: #000;
    padding: 20px 10px 20px 20px;
    text-align: justify;
    min-height: 375px;
}

.about-slider-img img {
    max-height: 371px;
    display: initial;
    border-radius: 20px;
}

.about-slider-img {
    text-align: center;
    -webkit-box-shadow: 7px 21px 52px -27px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 21px 52px -27px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 21px 52px -27px rgba(0, 0, 0, 0.75);

}

.slider-buttons .slick-prev {
    left: -30px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slider-buttons .slick-prev:before {
    display: none;
}

.slider-buttons .slick-prev:hover {
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid green;
    border-width: 0 5px 5px 0;
}

.slider-buttons .slick-next {
    right: -30px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slider-buttons .slick-next:before {
    display: none;
}

.slider-buttons .slick-next:hover {
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid green;
    border-width: 0 5px 5px 0;
}

.client-slider {
    margin-bottom: 40px;
}

.client-slider-item-wrap {
    margin: 0px 10px 0px 10px;
}

.client-slider-text h3 {
    font: 900 20px /24px "Roboto", serif;
    margin: 0 0 10px 0;
}

.client-slider-text p span {
    color: #008bd2;
    font-weight: bold;
}

.client-slider-text .client-slider-text-name_pink {
    color: #ef66a0;
    text-transform: uppercase;
}

.client-slider-text-wrap {
    background: #fff;
    border-radius: 20px;
    font: 400 13px/ 24px "Roboto", serif;
    color: #000;
    padding: 20px 10px 20px 10px;
    text-align: center;
    height: 270px;
}

.client-slider-img img {
    max-height: 371px;
    display: initial;
    border-radius: 20px;
}

.row-client-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.row-client_img {
    padding: 0px 5px;
    text-align: center;
    height: 170px;
    overflow: hidden;
}

.row-client_img img {
    display: initial;
}

/*________*/

.separator {
    height: 50px;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    margin-top: -25px;
    background: url(../images/header-bg.jpg);
    position: absolute;
    border-radius: 24px;
    box-shadow: 0px -10px 24px -14px #000000;
}

.bg {
    height: 30px;
    background: url(../images/header-bg.jpg);
}

.news-block {
    margin-bottom: 40px;
}

.news-block-item {
    background: #ffffff;
}

.news-block-item-description__head {
    color: #008bd2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-block-item-description__text {
    color: #000;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.news-block-item-description__date {
    color: #008bd2;
}

.news-block-item-description__link {
    color: #008bd2;
    text-align: right;
}

.news-block-item-description__link a {
    font-weight: bold;
    font-size: 16px;
}

.news-block-item {
    padding: 15px;
    background: #f9f9f9;
}

.news-block-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #ffffff;
}

.news-block-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff;
}

.partners-description {
    font-size: 16px;
    margin-bottom: 40px;

}

.partners-description p {
    text-align: justify;
}

.partners-slider-wrap {
    position: relative;
    background: url(../images/pt-bg1.png);
    /*  background-size: cover;*/
    border-radius: 34px;
    -webkit-box-shadow: -9px 38px 58px -44px rgba(0, 0, 0, 1);
    -moz-box-shadow: -9px 38px 58px -44px rgba(0, 0, 0, 1);
    box-shadow: -9px 38px 58px -44px rgba(0, 0, 0, 1);
}

.partners-slider-wrap:before {
    position: absolute;
    left: -16px;
    top: 30.7%;
    border-radius: 45%;
    height: 42px;
    width: 42px;
    background: #ffffff;
    content: "";
}

.partners-slider-wrap:after {
    position: absolute;
    right: -16px;
    top: 30.7%;
    border-radius: 45%;
    height: 42px;
    width: 42px;
    background: #ffffff;
    content: "";
}

.partners-slider {
    padding: 20px 0px;
    width: 70%;
    margin: 0 auto;
    position: initial !important;
}

.partners-slider__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

.partners-slider__item img {
    -webkit-filter: grayscale(100%) opacity(60%);
    filter: grayscale(100%) opacity(60%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    max-width: 94%;
    max-height: 75px;
}

.partners-slider__item a:hover img {
    -webkit-filter: grayscale(0%) opacity(100%);
    filter: grayscale(0%) opacity(100%);
}

.partners-slider .slick-prev {
    width: 31px;
    height: 31px;
    left: -11px;
    background: url(../images/partners-slider-sprite.png);
    z-index: 99999;
    display: block !important;

}

.partners-slider .slick-prev:hover {
    background: url(../images/partners-slider-sprite.png);
    background-position: 65px 30px;
}

.partners-slider .slick-prev:before {
    display: none;
}

.partners-slider .slick-next {
    width: 31px;
    height: 31px;
    right: -11px;
    z-index: 99999;
    background: url(../images/partners-slider-sprite.png);
    background-position: 31px 0px;
    display: block !important;
}

.partners-slider .slick-next:hover {
    background: url(../images/partners-slider-sprite.png);
    background-position: 31px 30px;
}

.partners-slider .slick-next:before {
    display: none;
}

.partners-description p a {
    font-style: italic;
    text-decoration: underline;
    color: #008bd2;
    font-size: 16px;
}

.footer {
    background: #48484b;
    width: 100%;
}

.footer__container {
   padding-top: 50px;
}

.footer__company-name {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.partners_first-row {
    margin-bottom: 50px;
    overflow: hidden;
}

.client, .about {
    overflow: hidden;
}

.footer-first-menu ul {
    list-style: none;
    text-align: center;
    margin-bottom: -25px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    min-width: 100px;
}

.footer-last .footer-first-menu  .dropdown-menu > li > a {
    color:#48484b;
}

.footer-last .footer-first-menu  .dropdown-menu > li > a:hover {
    color:green;
}

.footer-first-menu ul li {
    display: inline-block;

}

.footer-first-menu ul li a {
    padding: 0px 10px;
    font-size: 18px;
}

.footer-first-menu ul li a:hover {
    color: #d5d5d5;
}

.dropdown-menu > li > a:hover{
    background: #fff;
}

.footer-first-menu-item.footer-first-menu-item_first {
    border-left: none;
}

.footer-middle {
    background: url(../images/footer-bg.jpg);
    border-top: 1px solid #00aaa2;
    border-bottom: 1px solid #00aaa2;
    padding-top: 25px;

}

.footer-middle-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-middle-number {
    width: 20%;
    float: left;
}

.footer-middle-number, .footer-middle-adress {
    font-size: 16px;
    color: #ffffff;
    line-height: 90px;
}

.footer-middle-socials {
    text-align: center;
    padding-top: 25px;
    width: 20%;
    float: left;
}

.footer-middle-adress {
    width: 40%;
    float: left;
    text-align: right;
}

.footer-middle-socials__item {
    display: inline-block;
}

.footer-middle-socials__item a {
    background: url(../images/socials-sprite.png);
    height: 41px;
    width: 40px;
    display: block;
}

.footer-middle-socials__item_vk {
    margin: 0px 15px 0px 15px;
}

.footer-middle-socials__item_vk a {
    background-position: -60px;
}

.footer-middle-socials__item_youtube a {
    background-position: 40px;
}

.footer-bottom {

    line-height: 50px;
}

.footer-bottom__creators {
    text-align: right;
}

.footer-bottom__copyright {
    text-align: left;
}

.footer-bottom__creators a {
    text-decoration: underline;
}

#partners_icon li:nth-child(3n+1) {
    clear: both;
}

#partners_icon li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
    min-height: 350px;
    display: flex;
}

#partners_icon div {
    width: 100%;
    align-self: center;
}

.padbot15 {
    padding-bottom: 15px;
}

.statisticBlocks {
    text-align: center;
}

#module_statistic {
    background-color: #F9F9F9;
    padding-top: 40px;
    height: 313px;
}

#map-lkp {
    overflow: auto;
}

#map-page-contain {
    position:relative;
    min-height:1000px;
    min-width:690px;
}

#map-page-contain>div {
    margin-top:100px;
}

.donation {
    width: 100%;
    background-color: #F9F9F9;
}

.donation__container {
    /* height: 560px; */
    margin: 80px 0;
}

.donation__container h2.section-header {
    text-align: center;
    /* margin-top: 80px; */
}

h2.section-header {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: left;
    color: #221e1f;
    text-transform: uppercase;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-start {
    padding:20px;
}

.donation__description {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    color: #221e1f;
    margin-top: 50px;
}

.donation__more-help {
    font-size: 18px;
    line-height: 1.44;
    color: #221e1f;
    margin-top: 60px;
    text-align: center;
}

.donation__description-img {
    width: 46px;
    height: 46px;
}

.donation__action {
    /* width: 750px; */
    margin-top: 40px;
}

.donation__action input {
    width: 225px;
    padding: 20px 120px 20px 20px;
    height: 40px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #221e1f;
}

label[for=donation-amount] {
    position: absolute;
    left: 250px;
    top: 30px;
    font-size: 18px;
    text-align: left;

}

.donation__action button {
    border: 2px #fff solid;
    padding: 4px 25px 6px 25px;
    border-radius: 28px;
    background-color: #f08d24;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 15%;
}

.center-buttons {
    width: 750px;
    margin: 0 auto;
}

.donation__link {
    font-weight: 800;
    color: #221e1f;
}

.donation__link:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 2px;
    border-radius: 0 11px 11px 0;
    padding-bottom: 1px;
    text-decoration: none;
}

.donation__action button:hover {
    border-color: #92c867;
    color: #48484b;
    cursor: pointer;
}

.donation__action input:focus {
    outline: none;
}

.navigation__link#language {
    color: #6f6f6f;
    display: inline-block;
    margin-left: -4px;
    width: 54px;
}
.navigation__link {
    text-transform: uppercase;
    font-weight: bold;
    color: #221e1f;
}

.dropdown-menu.show {
    display: block;
}
.flag-drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.flag-img {
    width: 30px;
    height: 23px;
}

.flag-drop {
    padding: 0;
    margin: 0;
    min-width: 20px;
    height: 55px;
}

.mainNavList .lev1 > .dropdown-toggle span.caret {
    display: block;
    float: right;
    margin-top: 8px;
    margin-left: -10px;
    margin-right: 10px;
}

.news {
    background: url(../images/slider-bg.jpg);
}

.help-button {
    border: 2px #fff solid;
    padding: 4px 25px 6px 25px;
    border-radius: 20px;
    background-color: #f08d24;
    color:#fff;
}

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

.foot-help-but {
    margin-top: 14px;
    float: right;
}


.animal-id-footer-logo {
    width: 100px;
    margin-left: 10px;
    margin-bottom: -4px;
}

.modal-close-hidden{
    visibility: hidden;
}

.wrapper-dropdown-2 {
    width: 430px;
}

.comment-donate{
    width: 430px;
    padding:20px 15px 20px 10px;
    height:81px;
    border:0;
    font-size:20px;
    font-weight:600;
    text-align:left;
    color:#221e1f;
    background:url(../images/slider-bg.jpg);
    background-color: #f1ae22;
    cursor:pointer;
}

.select {
    position: relative;
    display: inline-block;
}
.select:after {
    content: "▼";
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 28px;
    z-index: 1;
    text-align: center;
    width: 20px;
    height: 10px;
    pointer-events: none;
    box-sizing: border-box;
    color:black;
}
select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.comment-donate > option {
    font-size: 18px;
}

.footer__social-logo {
    fill: #fff;
}

.footer-first {
    padding-bottom: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5d5d60;
    font-weight: 900;
    font-size: 20px;
}

.footer-last {
    margin-bottom: 60px;
}

.footer__menu ul > li > a{
    color:#fff;
}

.footer__menu ul > li > a:hover{
    color:#6AAF64;
}

.footer-first-innner {
    color: #fff;
}

.footer-first-innner a {
    color: #fff;
}

.footer-first-innner a:hover{
    color: green;
}

.footer-donate-link {
    float:right;
    color: #fcbd4d !important;
}

.footer-donate-link:hover{
    color: orange !important;
}

.header-donate-link {
    float:right;
    color: #fff !important;
}

.header-donate-link:hover {
    color: #48484b !important;
}

.header {
    background: #fff;
    width: 100%;
}

.header__container {
    padding-top: 50px;
}

.header-first {
    padding-bottom: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 900;
    font-size: 20px;
}

.header-last{
    margin-bottom: 90px;
}

.header__company-name {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

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

.headline {
    margin-top: 60px;
    margin-bottom: 60px;
}

.zentral-buttons {
    margin-left: 40%;
    margin-bottom: 50px;
}

.zentral-button-link {
    border-radius: 30px;
    background: green;
    font-size: 14px;
    display: block;
    padding: 10px 25px;
    letter-spacing: 1px;
    color: #fff !important;
    text-transform: uppercase;
    font-size:18px;
}

.zentral-button-link:hover {
    background: #92c867;
}

#visit-laska {
    margin-top: 50px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 35%;
}

#visit-laska a {
    color: green;
}

#visit-laska a:hover {
    color: #92c867;
}

#widget-datapicker-main > div {
    display: inline-block;
}

#widget-datapicker-main > div > div {
    display: block;
    width: 55px;
    height: 34px;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:#F9F9F9;;
    border: none;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
}

.range-value{
    display: none;
}

.list-item-gender {
    font-size: 16px;
}

.donation-small-radio {
    width: 15px !important;
    height: 15px !important;
    box-shadow: none !important;
}

.radio-div label {
    display: block;
    width: 135px;
    float: left;
    font-size: 16px;
}

.main-slider-background-caption {
    text-align: left;
    text-shadow: 1px 1px 1px 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: 20px;
    font-size: 18px;
    line-height: 22px;
}

.slick-initialized .slick-slide a {
    outline: none !important;
}
.reg-button a {
    border-radius: 30px;
    background: green;
    font-size: 14px;
    display: block;
    padding: 10px 25px;
    letter-spacing: 1px;
    color: #fff !important;
}

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

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

.main-slider-background.owner {
    background: url(../images/mainpage_dog.jpg) center center;
    background-size: cover;
}

#form-donate {
    margin-left: 30%;
}

.post-title {
    margin: 20px 0 20px 0;
}

.post-title  a{
    color:black;
    font-size: 26px;
}

.post-title  a:hover{
    color:green;
}

.post-date {
    margin-top: 25px;
}

.header-phone {
    float: right;
    margin-left: 30px;
}

.header-flag {
    width: 35px;
    float: right;
}

.header-phone a {
    color: black;
}

.header-phone a:hover {
    color: green;
}

.logo-header {
    margin-top: -30px;
    height: 120px;
    float: left;
}

.logo-text {
    color: black;
    display: block;
    margin-top: 11px;
    float: left;
    margin-left: 20px;
    font-size: 26px;
}

.slider-border-kp{
    outline-style: solid;
    outline-color: rgba(0, 0, 0, .125);
    outline-width: thin;
}

.footer-bottom__copyright {
    text-align: left;
    color: #fff;
}

.footer-bottom__creators {
    text-align: right;
    color: #fff;
}

.footer-bottom__creators a {
    text-decoration: underline;
}

/*
.index-main-page {
    background: url(../images/mainpage_dog.jpg) center center;
    background-size: cover;
}
*/

/*-----------------------------------------*/

/*-------------- Akordeon ----------------*/

/*.cakkordeon{}
.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;
}
.cakkordeon .cakkord-content .more{}*/

/*-------------- Akordeon MENU ----------------*/

/*-------------- ADAPTIVE ----------------*/

@media (min-width: 769px) {

    .terms-first-block {
        padding-top: 40px;
    }

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

    .main-slider-background-caption {
        margin-left: 4%;
    }

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

    .topNavContainer {
        text-align: right;
    }

    .mainNavList li {
        float: left;
    }

    .menu {
        /*
            max-width: 850px;*/
        /*left: 50%;*/
        /*margin-left: -500px;*/
        padding: 5px;
    }

    .menu li {
        width: 9.9%;
    }

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

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

    }

    .lev1 {
        position: relative;
    }

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

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

    .menu ul li:first-child a {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .menu ul li:last-child a {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .mainNavList li {
        /*width: calc( 10% - 4px );*/
        /*display: table;*/
        width: 10%;
        display: block;
        float: left;
    }

    .mainNavList li a {
        font-size: 13px;
        color: #ffffff;
        text-transform: uppercase;
        color: #333;
    }

    .mainNavList li a:hover {
        background: -webkit-linear-gradient(top, #9fcf4a 0%, #8dc741 100%);
        color: #ffffff;
    }

    ul.subNavList1 .lev2 a {
        /*padding: 20px 0px 20px 0px;*/
        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;
    }

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

    .mainNav .topNavContainer,
    .mainNav .mainNavList {
        display: block;
        background: none;
        width: 100%;
    }

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

}

@media (max-width: 768px) {

    .bg {
        height: auto;
        background: none;
    }

    .logo-header {
        display: none;
    }

    #visit-laska {
        margin-left: 27%;
    }

    .foot-help-but {
        margin-top: -5px;
        float: left;
        margin-left: 15px;
    }

    .footer-middle-socials__item {
        float:left;
        margin-left: 300px;
    }

    .hide-but {
        visibility: hidden;
        width: 0px;
    }

    #map-page-contain {
        min-height:700px;
    }

    #map-page-contain>div {
        margin-top:50px;
    }

    #module_statistic {
        padding-top: 0px;
        height: 520px;
    }

    .padbot15 {
        padding-bottom: 0;
    }

    .padbot15 > p {
        padding-bottom: 15px;
    }

    .header-top {
        line-height: 45px;
    }

    .news-block-item-img {
        text-align: center;
    }

    .separator {
        display: none;
    }

    .footer-middle-number, .footer-middle-adress {
        text-align: center;
        font-size: 12px;
    }

    .footer-first-menu ul {
        border-radius: 0px;
    }

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

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

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

    .mainNav {
        position: initial;
    }

    .main-menu .mainNavList {
        top: 45px;
        right: 15px;
        position: absolute;
        z-index: 999999999;
    }

    .mainNavList {
        min-width: 200px;
        float: right;
        top: -21px;
        padding-left: 25px !important;
    }

    .mainNavList li a {
        color: #ffffff;
    }

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

    .header-top {
        line-height: 0px;
        height: 52px;
    }

    .header-top .header-logo-small {
        padding: 0 10px 0 10px;
        width: 70px;
        position: relative;
        z-index: 99;
    }

    .header-top .header-top-contacts {
        width: auto;
        padding: 3px 0 0 0;
        line-height: 14px;
        font-size: 12px;
    }

    .header-top .header-top-contacts .row {
        margin: 0
    }

    .header-top .header-top-contacts .row div {
        padding: 0px 2px 0px 2px;
    }

    .header-top .header-top-socials {
        float: right;
        width: 130px;
        padding: 0
    }

    .header-top .header-top-socials .toggleMainNav {
        top: 0px;
        right: 0px;
        float: right;
        display: block !important;
        padding: 20px 10px 10px;
    }

    .header-top .header-top-socials .header-top-socials__item {
        float: left;
    }

    .header-bottom .mainNavList {
        z-index: 95;
        width: 100%;
        right: 0;
        position: fixed;
        left: 0;
        top: 47px;
        padding: 0 !important;
    }

    .header-top .header-top-socials .header-top-socials__item a {
        line-height: 45px;
    }

    .header-bottom {
        height: auto !important;
    }

    .main-slider-background {
        height: auto !important;
    }

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

@media (max-width: 468px) {

    #animal-step-form-registration_step2_prev {
        margin: 30px;
    }

    .logo-text {
        float:none;
        display: inline-block;
        margin:0;
    }

    #visit-laska {
        margin-left: 10%;
    }

    .header-phone {
        float: left;
        margin-left: 5%;
    }

    .header-flag {
        float: left;
    }

    .footer-first-innner, .header-first-innner {
        margin-bottom: 15px;
        text-align: center;
     }

    #form-donate {
        margin-left: 0;
    }

    .help-button {
        display: block;
        margin-top: 15px;
        margin-left: 33%;
        float: left;
    }

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

        .zentral-buttons {
            margin-left: 25%;
        }

        .footer-donate-link {
            float:none;
        }

    .modal-close-hidden{
        visibility: visible;
    }

    .comment-donate {
        width: 290px;
    }

    .wrapper-dropdown-2 {
        width: 290px;
    }

    .select:after {
        right: 0px;
        top: 30px;
    }

    .footer-middle-socials__item {
        float:left;
        margin-left: 130px;
    }

    .center-buttons {
        width: 290px;
        margin: 0 auto;
    }

    .donation__action input{
        width: 215px;
    }

    label[for=donation-amount] {
        left: 240px;
    }

    #module_statistic .desc {
        font-size: 14pt;
    }

    #module_statistic .desc .number {
        font-size: 28pt;
    }

    #module_statistic .desc .cap {
        font-size: 16pt;
    }

    #module_statistic {
        height: 572px;
    }

    .toggleMainNav {
        right: 30px;
    }

    #partners_icon li {
        width: 100%;
        min-height: 250px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .mainNavList li a {
        font-size: 8px;
    }

    .footer-middle-number, .footer-middle-adress {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .separator {
        width: 900px;
        margin-left: -450px;
    }
}

@media (max-width: 991px) {
    .header-logo a {
        margin-top: -90px;
    }

    .menu {
        z-index: 100;
        padding: 5px;
        /*margin-left: -350px;*/
        background: url(../images/header-bg.jpg);

    }

    .separator {
        width: 600px;
        margin-left: -300px;
    }

    .footer-bottom__copyright, .footer-bottom__creators {
        text-align: center;
    }

    .footer-middle {
        background: url(../images/footer-bg-small.jpg) !important;

    }

    .footer-middle-number, .footer-middle-socials, .footer-middle-adress {
        text-align: center;
        width: 100%;
        line-height: 55px;
        font-size: 12px;
    }

    .footer-bottom__copyright, .footer-bottom__creators {
        text-align: center;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {

    .lev1_last .subNavList1 {
        left: -210%;
    }

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

    }

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

}

@media (min-width: 1024px) {

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

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

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

    .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: 12px;
    }

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

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

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

}

@media (min-width: 1920px) {

    .headline h2 {
        font-size: 47px;
        margin-bottom: 45px;
    }

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

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

}

@media (min-width: 1550px) and (max-width: 1919px) {

    .header.scroll + .main-menu .menu {
        left: 425px;
    }

}

@media (max-width: 1200px) {
    .main-slider .slick-dots li {
        margin: 0;
        width: 10%;
    }

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

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

}

@media (max-width: 380px) {

    #step2 > ul  {
        width: 270px;
        float: none !important;
    }

    #animal-step-form-registration_step2_save {
        width: 260px;
        overflow: hidden;
    }

    #visit-laska {
        margin-left: 0;
        text-align: center;
    }

    .footer-middle-socials__item {
        margin-left: 85px;
    }

    .index-main-page img {
        height: 210px;
    }

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

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

    /*.main-slider .slick-dots li{margin:0;width:50%;}*/
    .main-slider-background-caption h2 {
        padding-top: 15px;
        font-size: 24px !important;
    }

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

    /*.list-block {padding-top: 280px;}*/

}

@media (min-width: 991px) and (max-width: 1199px) {

    .menu {
        /*margin-left: -435px;*/
    }

    .menu .mainNavList li a {
        font-size: 10px !important;
    }

    .footer-middle {
        background: url(../images/footer-bg-small.jpg) !important;

    }

    .footer-middle-number, .footer-middle-adress {
        font-size: 11px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1100px !important;
    }
}

/*-------------- END ADAPTIVE ----------------*/

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

.mainNavList li .active > span {
    color: #006400;
    font-weight: 700;
}

.mainNavList ul li ul li .active {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
}

.mainNavList ul li ul li {
    color: green;
    position: relative;
    width: 100%;
}

.footer-first-menu ul li .active {
    color: green !important;
}

.dropdown-menu > li > a {
    border-radius: 25px;
    color: #008bd2;

}

.mainNavList ul .dropdown-menu > li > a {
    padding-top: 15px;
    color: #333;
}

.dropdown-menu > li {
    clear: both;
}

.mainNavList ul li .dropdown-menu {
    background: -webkit-linear-gradient(top, #03bbe5 0%, #03afe0 100%);
    border-radius: 25px;
}

.mainNavList > .dropdown-menu > ul {
    background-color: #0b93d5;
}

.mainNavList > .dropdown-menu > ul > li {
    color: red;
}

.mainNavList li .active:hover {
    color: #ffffff;
}

.card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 1em;
}

.slider-nav .slick-current img {
    border: 1px solid rgba(130, 133, 126, 0.61);
    padding: .25rem !important;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.bg-success {
    background-color: green;
}

.card-body {
    padding: 1.25rem;
}

#adopt-animal > .modal-dialog > .modal-content > .modal-body {
    padding: 30px;
}

.modal {
    z-index: 99999;
}

.buttonsLkpGreen {
    color: #fff;
    background-color: green;
    border-color: #97cb45;
}

.buttonsLkpGreen:hover {
    background: #009cd9;
    color: #fff;
}

#modal-title {
    float: left;
}

.textLkpGreen {
    color: green;
}

#module_statistic .desc {
    font-size: 16pt;
    font-weight: 700;
}

#module_statistic .desc .number {
    font-size: 40pt;
    color: green;
}

#module_statistic .desc .cap {
    font-size: 20pt;
}

.aviary-section:hover, .street-camera-live:hover {
    opacity: .6;
    cursor: pointer;
}

#camera-modal-block h3 {
    text-align: center;
    margin-bottom:20px;
}

.breadcrumb {
    visibility: hidden;
}

.statistic-date {
    margin: 10px 0;
    color: white;
    font-size: 14px;
}

.example-map-img {
    width: 40px;
    margin-bottom: -10px;
    margin-left: 10px;
}

#map-page-contain > div > div {
    text-align:center;
    margin:40px auto;
}

#map-page-contain > div > div > p {
    font-size: 16px;
}

.camera-tooltip-first{
    margin-bottom: 15px !important;
}


.latest-donates-title {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 15px;
    color:black;
    font-weight: bold;
}

.latest-donate-item {
    padding: 5px 0;
}

.latest-donate-item-big {
    font-size: 0.7em
}

.latest-donate-item-big span {
    font-size: 2em;font-weight: bold;
}

.latest-donate-item-small {
    color:green;
    padding-top: 15px;
    font-weight: bold;
}

.latest-donate-item-small span {
    font-size: 1.5em;
}

.black ul > li > a {
    color: black;
}