@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: inherit;
	}
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #ffff url("../img/loader.svg") no-repeat center center; */
  /* background: #ffffff url("../img/loader.png") no-repeat center center; */
  background: #ffffff url("../img/bg/bg-loader-ex.jpg") no-repeat center center;
  background-size: cover;
}

#preloader img{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 350px;
}

#preloader::after {
  content: "";
  /* border: solid 1px red; */
  display: flex;
  width: 100%;
  height: 100%;
  /* background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 95%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 95%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); */
  transition: 1s all ease;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 96%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 96%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

#preloader.colored::after {
  content: "";
  /* border: solid 1px red; */
  display: flex;
  width: 100%;
  height: 100%;
  background: rgb(88,105,79);
  background: -moz-linear-gradient(180deg, rgba(88,105,79,1) 0%, rgba(167,173,153,0.30575980392156865) 46%);
  background: -webkit-linear-gradient(180deg, rgba(88,105,79,1) 0%, rgba(167,173,153,0.30575980392156865) 46%);
  background: linear-gradient(180deg, rgba(88,105,79,1) 0%, rgba(167,173,153,0.30575980392156865) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58694f",endColorstr="#a7ad99",GradientType=1);
}

.pre-loader-logo {
  width: 100%;
  max-width: 500px;
}

.loader-dots-down {
  margin-bottom: -270px;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
  33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
  66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
  100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
