/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.mcs-module .current-location {
    color: #8988ab !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #046;
}
.moskva {
    padding: 5px;
    float: left;
}
  .tm-popover-items.uk-hidden\@s { display: none; }
  .tm-popover-items.uk-visible\@s { display: block !important; }

.uk-icon-buttonwidget {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  color: #d91d50;
  font-size: 40px;
  text-align: center;
  background-image: none;
}
@media (max-width: 768px) {
  .uk-icon-buttonwidget {
    background: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    color: #d91d50;
    font-size: 15px;
    text-align: center;
    background-image: none;
}


.shaval {
    display: none;
}
}

.custom-btn {
  width: 130px;
  height: 38px;
  color: #fff;
  border-radius: 1px;
  padding: 15px 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 19px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-12{
  position: relative;
  right: 19px;
  bottom: 19px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 38px;
  line-height: 37px;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg,rgba(78 165 107) 0%,rgba(85 183 118) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 38px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 19px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 1px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn-12 span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -19px;
  -moz-transform-origin: 50% 50% -19px;
  transform-origin: 50% 50% -19px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -19px;
  -moz-transform-origin: 50% 50% -19px;
  transform-origin: 50% 50% -19px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 19px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 19px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}