.homepage-center-icons{
	text-align: center;
}

.homepage-center-icons .services__img{
	margin-left: auto;
	margin-right: auto;
}

.homepage-center-icons .services__sub-title{
	width: 100%;
}

.vacancy-span-title{
	background-color: rgba(145,50,144,0.6);
	padding: 5px 10px 5px 10px;
}

.breadcrumbs a {
    font-size: 14px;
    color: #979797;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

span.sep{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #979797;
}

.services__wrapper {
    padding: 20px 15px;
}

.services__sub-title{
	position: relative;
}

.services__sub-title h3{
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.services__sub-title__homepage h3{
	font-size: 24px;
	text-align: left;
}

.services__sub-title__homepage_center h3{
	text-align: center;
}

.services__img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.services__img svg, .services__img img {
    width: 95px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
}

.sub-service-item{
	flex-wrap: wrap;
}

.has-thumb .services__img{
	max-width: inherit !important;
	margin-right: inherit;
}

.has-thumb .services__sub-title h3 {
    margin-left: auto;
}

@media (max-width: 1024px){
	.has-thumb .services__img {
	    width: 100%;
	    margin-left: 0;
	}
	.services__sub-title{
		margin: 5% !important;
	}
	.sub-service-item{
		justify-content: center;;
	}
	.services__img{
		margin-right: 0;
	}
}

@media screen and (max-width: 375px){
	.has-thumb .services__sub-title h3{
		font-size: 16px;
	}
	.services__img{
		margin-left: 0 !important;
	}
	.services__sub-title{
		max-width: 100%;
	}
}

.recommends__video-button::after {
    width: 70%;
    height: 70%;
    border: 1px solid #9c9c9c;
}

.recommends__video-button::before {
    width: 60%;
    height: 60%;
    background-color: rgba(113, 113, 113, 0.5);
}

.advantages__number {
    font-size: 59px;
}

.navigation .sub-menu{
  display: none;
/*  display: block;*/
  position: absolute;
  padding: 20px;
  background: #fff;
/*  margin-top: 3px;*/
  box-shadow: 0px 0px 2px 0px rgba(151, 151, 151, 0.35);
}

.navigation li:hover .sub-menu{
  display: block;
}

.navigation .sub-menu li{
  display: block;
  margin-left: 0 !important;
  text-align: left;
  margin-bottom: 10px;
}

/*MOBILE SUB MENU*/

.toggle-mobile-submenu{
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation li .sub-menu{
    display: none;
    position: inherit;
    box-shadow: none;
  }
  .header.is-opened{
    height: 100vh;
    overflow-y: scroll !important;
  }

  .header .navigation__list li{
    text-align: left;
  }
  .navigation ul {
    margin-right: 0 !important;
  } 
  .menu-item-has-children a{
    position: relative;
  }
  .toggle-mobile-submenu{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 2px;
    right: -25px;
  }
  .navigation li:hover .sub-menu{
    display: none;
  }

}

.hero__slide.fw.js-topPadding {
    background-position-y: 60px;
}

.menu-item-has-children{
	background-image: url(../images/arrow-menu.png);
	    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

@media screen and (max-width: 1000px){
	.menu-item-has-children{
	background-image: none;
    background-position: right center;
    padding-right: 0px;
}
}