/*
Theme Name: Energo Light
Author: Miras Maratov
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
body.noscroll {
  overflow: hidden;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.wrapper {
  background: #dfe4e8;
}
.header {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
  }
}
.footer {
  background: #3f3f3f;
  padding: 40px 0 20px 0;
  margin-top: 50px;
  color: #fff;
}
.footer [class^="col"] {
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 20px;
    margin-top: 0;
  }
  .footer div[class^="col"]:not(.col-phones) {
    display: none;
  }
}
.footer a {
  color: rgba(255,255,255,0.8);
  font-size: 0.8em;
  font-weight: 400;
}
.footer a:hover {
  color: #fc4444;
}
.footer h4 {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.footer li {
  padding: 8px 0;
}
.footer ul {
  padding-bottom: 15px;
}
.footer-copy {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 0.8em;
  margin-top: 20px;
}
.top {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 10px 0;
}
.search {
  margin-right: 30px;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .search {
    display: none;
  }
}
.search input[type=text] {
  border-radius: 5px;
  width: 300px;
  padding: 5px;
  font-family: 'Roboto Condensed';
  font-size: 1em;
  border: 1px solid rgba(0,0,0,0.1);
  outline: none;
}
.search button {
  border: 0;
  position: relative;
  left: -28px;
  top: -2px;
  cursor: pointer;
  background: #fff;
  padding: 5px;
}
@media (max-width: 768px) {
  .phones {
    display: none;
  }
}
.phones a {
  font-size: 1.3em;
  color: #000;
}
.phones a:hover {
  color: #fc4444;
}
@media (max-width: 768px) {
  .col-phones {
    text-align: center;
  }
}
.col-phones a {
  font-size: 1.3em;
}
.menu-mobile {
  float: right;
  padding-top: 8px;
  margin-right: -6px;
  display: none;
}
@media (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile-btn {
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 30px;
  text-align: center;
}
.menu-mobile-btn span {
  display: inline-block;
  width: 25px;
  height: 3px;
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #212121;
}
.menu-mobile-btn span:after {
  content: "";
  top: 8px;
  position: absolute;
  background: inherit;
  width: 25px;
  height: 3px;
  left: 0;
  border-radius: 2px;
}
.menu-mobile-btn span:before {
  content: "";
  top: -8px;
  position: absolute;
  background: inherit;
  width: 25px;
  height: 3px;
  left: 0;
  border-radius: 2px;
}
.lang {
  margin-right: 20px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .lang {
    display: none;
  }
}
.lang a {
  color: #000;
  padding: 5px;
  border-radius: 2px;
}
.lang li {
  float: left;
  margin-right: 5px;
}
.lang .current-lang a, .lang a:hover {
  color: #fc4444;
  background-color: #efefef;
}
.col-phones a {
  font-size: 1.3em;
}
.nav {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav li {
  float: left;
  margin-right: 20px;
}
.nav li a {
  color: #000;
  font-size: 1.2em;
  border-radius: 3px;
  padding: 10px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav li.current_page_item a,
.nav li a:hover {
  color: #fc4444;
  background: #efefef;
}
.logo {
  float: left;
}
.logo a {
  background-image: url("images/logo_little.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 300px;
}
@media (max-width: 768px) {
  .logo a {
    background-image: url("images/logo_main.png");
    height: 50px;
    width: 50px;
  }
}
.slider,
.content {
  margin-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(189,162,162,0.5);
  box-shadow: 0 4px 16px 0 rgba(189,162,162,0.5);
}
@media (max-width: 768px) {
  .slider,
  .content {
    margin-top: 0;
  }
}
.content {
  padding: 20px 40px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .content {
    padding: 20px;
  }
}
.main-slider {
  height: 500px;
}
@media (max-width: 768px) {
  .main-slider {
    height: 300px;
  }
}
.swiper-slide {
  background-size: cover;
  background-position: center center;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fc4444;
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet-active {
  background: #fc4444;
}
.header__widgets {
  float: right;
  padding-top: 10px;
}
.header__widgets>div {
  float: left;
}

.title {
  margin-bottom: 20px;
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section a {
  color: #3f3f3f;
}

.contact-section a:hover {
  color: #fc4444;
}
.contact-section p {
  margin-left: 10px;
  font-size: 1.1em;
}
.contact-section .fa {
  font-size: 1.6em;
  position: absolute;
  color: rgba(0,0,0,0.4);
  left: 12px;
  top: 14px;
}

.contact-section .contact {
  padding: 10px 20px 20px 40px;
  position: relative;
}

.list {
  list-style: square inside;
}
.strong {
  font-weight: bold;
}
.container {
  max-width: 1170px;
  width: 100%;
}
@media (max-width: 768px) {
  .main {
    padding: 0;
    margin-top: 75px;
  }
}
.menu-right {
  position: fixed;
  top: 0;
  height: 100%;
  width: 500px;
  z-index: 20;
  background: #191919;
  opacity: 0.95;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 100%;
  padding: 30px 40px;
  max-width: 100%;
}
.menu-right.open {
  left: calc(100% - 500px);
}
@media (max-width: 500px) {
  .menu-right.open {
    left: 0;
  }

  #wpforms-form-119 .wpforms-one-half {
  	float: none;
  	width: 100%;
  	margin-left: 0;
  }
}
.menu-close {
  float: right;
}
.menu-close:after {
  content: "";
  clear: both;
  display: table;
}
.menu-close .iconclose {
  font-size: 24px;
  color: #fff;
}
.menu-close .iconclose:hover {
  color: #fc4444;
}
.mobilephone {
  padding-top: 20px;
}
.mobilephone a {
  color: #909090;
  font-size: 24px;
}
.mobilephone .fa {
  margin-right: 5px;
}
.mobilemenu {
  padding-top: 20px;
}
.mobilemenu li {
  margin-bottom: 20px;
}
.mobilemenu li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.mobilelang li {
  display: inline-block;
  margin-right: 8px;
}
.mobilelang li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.mobilesearch {
  margin-top: 15px;
  margin-bottom: 20px;
}
.mobilesearch .inner {
  position: relative;
}
.mobilesearch input[type=text] {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #909090;
  padding: 10px 30px;
  font-size: 16px;
  outline: none;
  color: #fff;
}
.mobilesearch .fa {
  position: absolute;
  color: #909090;
}
.mobilesearch .fa-search {
  top: 11px;
  left: 2px;
  pointer-events: none;
}
.mobilesearch .fa-arrow-right {
  font-size: 20px;
  pointer-events: none;
  right: 0;
  top: 0;
}
.mobilesearch button {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: transparent;
  border: 0;
  padding: 10px;
  border-radius: 3px;
}

#breadcrumbs {
	font-size: 12px;
	padding-bottom: 20px;
}
#breadcrumbs a {
	color: #A8A8A8;
}
#breadcrumbs a:hover {
	color: #7C7C7C;
}
#breadcrumbs .breadcrumb_last {
	color: #7C7C7C;
}