.header .header-submenu__link {
  padding: 11px 15px !important;
  text-align: left !important;
}

.header__menu-nav-item, .header__menu-nav-link {
	padding: 18px 0;
}

.header .header-submenu {
	top: 3.5rem;
}

.button:hover {
	/*background: #ffffff90;*/
}

.header__menu-nav-item {
    margin-right: 3rem;
}

.main-trust, .main-reviews {
	padding: 70px 0;
}

.page-content {
    padding-bottom: 50px;
}

.services-description {
    padding: 60px 0;
}

.main-reviews {
	display: none;
}

.sticky {
  position: fixed;
  z-index: 101;
  margin-top: 40px;
}
.stop {
  position: relative;
  z-index: 101;
}

.geo ul li ul li a {
  font-size: 1rem;
  font-weight: normal;
}

.geo ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.geo ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  padding: 0 15px;
}

.geo ul ul{
  padding-left: 1rem;
  display: block;
}

.geo ul li {
  width: 50%;
}

.geo ul li ul li{
  width: 100%;
  margin-bottom: 0;
}

.docs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}

:root {
    font-size: 16px;
}

.box {
  padding: 10px;
  border: 1px solid #999;
  transition: .4s;
}

.box p {
  margin-bottom: 0;
  font-size: 1.2rem;
  margin-top: 10px;
}

.box:hover {
  box-shadow: 0 0 10px #999;
  transition: .4s;
  border: 1px solid #ff8800;
}

.imgbox {
    max-height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gallery-1 img {
  border: none !important;
}

#gallery-1 .gallery-item {
  padding: 0 10px;
}



@media (max-width: 1070px) {
  .header-second__phone {
    font-size: 1.3rem;
  }
  .container {
    max-width: 100%;
  }
  :root {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .header-second {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .geo ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .geo ul {
    display: block;
  }
  :root {
    font-size: 15px;
  }
  .container {
    max-width: 100%;
  }
  .header__menu-nav .menu-item {
    margin-right: 2rem !important;
  }
  .header-second__phone {
    font-size: 1.1rem;
  }
  .stop, .sticky {
    position: inherit;
    margin-top: 0;
  }
}

/** CUSTOM CSS FOR HEADER CHILDREN **/
.header__menu-nav .menu-item-has-children .menu-item-has-children > .sub-menu {
    display:none;
}

.header__menu-nav .menu-item-has-children .menu-item-has-children:hover > .sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: max-content;
}

.header__menu-nav .menu-item-has-children {
    position: relative;
}

.header__menu-nav .menu-item-has-children .menu-item-has-children {
    width: max-content;
    min-width: 320px;
}

.header__menu-nav .menu-item-has-children .menu-item-has-children > a:after {
    content: '\25bc';
    font-size: 0.5rem;
    position: absolute;
    margin-top: 0.3125rem;
    margin-left: 8px;
    right: 15px;
    transform: rotate(270deg);
}

/** DUPLICATING CSS FOR FIRST LEVEL OF MOBILE MENU FOR SECOND LEVEL **/
.mobile-menu-list .menu-item-has-children .menu-item-has-children > a + span {
    font-size: 0.5rem;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}
.mobile-menu-list .menu-item-has-children .menu-item-has-children > a + span:after {
    content: '\25bc';
    display: block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.mobile-menu-list .menu-item-has-children .menu-item-has-children > a + span.is-active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.main-slider__item {
	height: 97vh;
	background-position: center;
}

