


/*Services*/
.uslug-svg, .koncep-svg, .tehnik-svg, .avtor-svg, .konsul-svg {
  display: block;
  width: 100px;
  height: 100px;
  fill: #1f1f1f;
  transition: all .3s;
}

.services-in:hover .uslug-svg,
.services-in:hover .koncep-svg,
.services-in:hover .tehnik-svg,
.services-in:hover .avtor-svg,
.services-in:hover .konsul-svg {
  fill: #fff;
}

.kuhni-svg {
  display: block;
  width: 100px;
  height: 100px;
  transition: all .3s;
  background: url('../images/uslug/kuhni-b.svg') no-repeat;
  background-size: contain;
}

.kuhni-in:hover .kuhni-svg {
  background: url('../images/uslug/kuhni-w.svg') no-repeat;
  background-size: contain;
}


/* BTN PHONE
**********************/
.f-tel {
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 1001;

  display: flex;
  width: 70px;
  height: 70px;
  background-color: #1F1F1F;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
}

.f-tel .phone-svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

/* popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
}

.calmi-form .kontakts-content {
  margin-top: 0px;
  width: 100%;
}

.calmi-form .kontakts-title {
  font-size: 18px;
}

/* mova */
.div_mova {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_mova {
  margin: 20px 0 40px;
  font-size: 32px;
  font-family: 'Gordita' !important;
}

.a_mova {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #1f1f1f;
  padding: 15px 20px;
  margin: 0px 15px;
  letter-spacing: 2px;
  border: 1px solid #1f1f1f;
  width: 200px;
  text-align: center;
  font-family: 'Gordita' !important;
  font-family: sans-serif;
}

.a_mova:hover {
  color: #1f1f1f;
  background-color: #fff;
  font-family: sans-serif;
}

#ngg-gallery-3846b617f4769e20155f63e619d9a70a-1,
#ngg-gallery-5c94dd9619c8ce4c80cd6fadf2514fb6-1,
#ngg-gallery-b05b51760361ef3eb1fac380b0f87a77-1,
#ngg-gallery-a3c1290e106c113ae84d8e2ce159b01e-1,
#ngg-gallery-1de01850fdda8f36e598f26ba6bf50b1-1
{
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

















