/***  
* Style plugin 
***/
* {
  box-sizing: border-box;
}
a { 
  outline: none !important;
}
img{
  max-width: 100% !important;
  height: auto !important;
}
iframe{
  max-width: 100% !important;
  /*height: auto !important;*/
}
h1.wp-block-post-title{
  font-size: 26px;
}
.fixed {
  position:fixed;
  width:100%;
}
.skeleton {
  position: relative;
  cursor: default;
 }
.skeleton::after {
  background-image: linear-gradient(
    90deg,
    #EEEEEE 0%, #EEEEEE 40%,
    #DDDDDD 50%, #DDDDDD 55%,
    #EEEEEE 65%, #EEEEEE 100%
  );
  background-size: 400%;
  animation: skeleton 1500ms infinite;
  content: '';
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-radius: 5px;*/
}
@keyframes skeleton {
  from {background-position: 100% 100%;}
  to {background-position: 0 0;}
}
.site-header{
  position: relative;
  z-index: 9;
  top: 0;
}
.wp-block-site-title{
  white-space: nowrap;
}
/* Sticky header */
.site-header.sticky-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* Search vacancy */
.search-vacancy{
  width: 100%;
  position: relative;
  height: 45px;
}
.search-form-vacancy{
  margin: 0;
  height: 100%;
}
.search-form-vacancy .srch-vacancy-wrapper{
  width: 100%;
  position: relative;
}
.srch-vacancy-wrapper .input-srch-vacancy{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  border: none;
  border-radius: 25px;
  padding: 5px 40px 5px 15px;
  font-size: 16px;
  color: #999;
  background: #f5f5f5;
}
.srch-vacancy-wrapper .submit-srch-vacancy{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
}
.srch-vacancy-wrapper .submit-srch-vacancy span{
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 2px;
}
.srch-vacancy-wrapper .submit-srch-vacancy span:before{
  display: block;
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #999;
  border-radius: 10px;
  top: 9px;
  left: 7px;
}
.srch-vacancy-wrapper .submit-srch-vacancy span:after{
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 11px;
  background-color: #999;
  top: 23px;
  left: 25px;
  transform: rotate(-45deg);
}
.srch-vac-result-wrapper{
  display: none;
  position: absolute;
  width: 100%;
  top: 47px;
  left: 0;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  -moz-box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  color: #666;
  padding: 10px;
}
.spinner-result-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgba(111, 111, 111, 0.15) rgba(102, 102, 102, 0.25) rgba(185, 185, 185, 0.35) rgba(244, 244, 244, 0.5);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 20px 0 20px -20px;
  left: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.srch-result-link-ico{
  background-image: url(../img/map-marker-alt-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}
.srch-result-link{
  display: block;
  color: #333 !important;
  padding: 8px 0 8px 10px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.srch-result-link:hover{
  background: #f5f5f5;
}
.srch-result-button{
  background: none;
  text-align: left;
  cursor: pointer;
}
.srch-result-button:active,
.srch-result-button:focus{
  background: none;
}
/* Ad online */
.ad-online-wrapper{
  position: fixed;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.crimea-ad-online{
  padding: 20px;
  background: white;
  max-width: 1200px;
  width: 96%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  -moz-box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  box-shadow: 0px 0px 15px 1px rgba(6, 6, 6, 0.3);
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.closed-ad-online{
  width: 25px;
  height: 25px;
  border-radius: 13px;
  background: #f5f5f5;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}
.closed-ad-online span{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.closed-ad-online span:before{
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background: #333;
  top: 11px;
  left: 5px;
  transform: rotate(45deg);
}
.closed-ad-online span:after{
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background: #333;
  top: 11px;
  left: 5px;
  transform: rotate(-45deg);
}
/* spinner loader */
.spinner-loader{
  padding: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin:8px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: animloader 1.5s linear infinite;
}
@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
}
/*menu*/
.crimea-top-menu-wrapper{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 45px;
}
.crimea-top-ul{
  display: flex;
  flex-direction: row;
  padding: 0 0 0 10px;
  margin: 0;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
}
.crimea-top-ul li{
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.crimea-top-ul li a{
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
/*mobile menu*/
.crimea-mobile-menu-wrapper{
  position: fixed;
  width: 100%;
  left: 0;
  padding: 40px 20px 20px 20px;
  z-index: 9;
  display: none;
  opacity: 0;
  overflow-y: scroll;
}
.crimea-mobile-menu-wrapper.toggled{
  display: block;
}
.crimea-mobile-menu-bg{
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  transition: height .2s;
}
.crimea-mobile-menu-bg.toggled{
  height: 100%;
}
.crimea-mobile-menu-closed{
  display: flex;
  padding: 0 10px;
  align-items: center; 
  flex-direction: row;
  justify-content: space-between;
}
.crimea-mobile-ul{
  list-style: none;
  padding: 30px 0 40px 0;
  margin: 0;
}
.crimea-mobile-ul li{
  padding: 10px 10px;
}
.crimea-mobile-ul li a{
  text-decoration: none;
  font-size: 18px;
}
.crimea-mobile-menu-toggle{
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.crimea-mobile-menu-toggle span{
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  top: 18px;
  left: 0;
  border-radius: 2px;
  transition: all .2s;
}
.crimea-mobile-menu-toggle span:before{
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 3px;
  background: white;
  top: -11px;
  left: 0;
  border-radius: 2px;
  transition: all .2s;
}
.crimea-mobile-menu-toggle span:after{
  content: '';
  position: absolute;
  display: block;
  width: 31px;
  height: 3px;
  background: white;
  top: 11px;
  left: 0;
  border-radius: 2px;
  transition: all .2s;
}
.crimea-mobile-menu-toggle.toggled span{
 width: 0;
}
.crimea-mobile-menu-toggle.toggled span:before{
  width: 35px;
  top: 0;
  transform: rotate(45deg);
}
.crimea-mobile-menu-toggle.toggled span:after{
  width: 35px;
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .site-content{
    padding: 20px 0 !important;
  }
}