.clr {
    height: 10px;
}
.clr_2 {
    height: 20px;
}
.clr_3 {
    height: 30px;
}


body.no-title #sp-header {
  background: none;
  position: absolute;
  box-shadow: none;
  left: 0;
  /*top: 39px;*/
  width: 100%;
  /*background: rgba(255,255,255,0.5);*/
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #ffff !important;
}
.sp-megamenu-parent>li>a {
    color: #cccccc !important;
}
nav.sp-megamenu-wrapper.d-flex {
    padding-right: 50px !important;
}


.logo-image {
  /*padding-top: 50px;*/
}
@media (max-width:450px){
    .logo-image {
      /*height: 175px;*/
      height: 75px;
    }
    .sk-page p {
      font-size: 14px;
    }
}

.burger-icon > span {
  background-color: #fff;
}



/* MAP */
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

section#sp-map {
    filter: grayscale(100%) !important;
}