/*   
Theme Name: djus
Author URI: https://92days.ru/
Version: 3.0
Tags: clean, development, html5, 
Description: Clean wordpress theme starting
Author: Evgenii
Author URI: https://92days.ru/
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #757575;
  overflow-x: hidden;
}

.basket-btn {
    display: inline-block;
    max-width: 100%;
    background-color: #51b054;
    color: white;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 25px 25px;
    background-image: url(img/ico-basket.png);
    border-radius: 20px;
    padding-left: 43px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 19px;
	margin-right: 20px;
}

header a:hover{
	color: #fff;
}

a {
  color: #0d0d0d;
  text-decoration: none;
  outline:none;
}


img {
  max-width: 100%;
  height: auto;
}

.one {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* .one:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 57%);
  z-index: 10;
  position: absolute;
} */

.one video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.one:before{
  content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 20%);
    z-index: 9;
}

header {
  position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*.home header .top span {
  color:#fff!important;
}*/
header {
  background: url(img/1.jpg);
}
.home header{
  background: unset;
}
.home header .top span a {
  color:#fff;
}

header.sticky {
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    background: url(img/1.jpg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

header.sticky .logo {
  max-width: 125px;
  transition: all 0.4s ease;
}

header a {
  color:#fff;
}

header.sticky svg g {
  fill: #fff;
}
.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 60px;
	text-align: justify;
}

.mobile-menu {
  display:none;
}

header.sticky .top span {
  color:#fff!important;
}



.categors {
  display: flex;
  justify-content: space-between;
}

.categor {
  text-align: center;
  flex-basis: 16%;
}
.title-banner {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  min-height: 50px;
}
.bwp-image-description {
  font-size: 13px;
}

.button {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background: #51b054;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 35px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: #229c43;
  color: #fff!important;
}

.titled {
  position:relative;
  margin: 5px 0 0;
  font-size: 34px;
  position: relative;
  padding-bottom: 8px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.categor img {
  backface-visibility: hidden;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.categor:hover img {
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.post-iamge {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  max-height: 250px;
}

.post-iamge img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #51b054;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
}

.post-categories a {
  color: #fff;
}

.entry-title {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
	text-align: left;
}

.post-excerpt {
  margin-bottom: 18px;
  font-size:14px;
}

.blogr {
  padding: 15px;
  outline:none;
}

footer {
  background: #000;
  background-repeat: repeat;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  color: #a0a0a0;
  border-bottom: none;
  font-size: 14px;
  z-index: 0;
  line-height: 25px;
  margin-top: 110px;
  background: url(img/1.jpg);
}

.foot {
  display: flex;
  justify-content: space-between;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #fff;
  padding: 50px 0 70px;
  z-index: 0;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}

.c1 .logor {
  max-width: 120px;
  margin-bottom: 20px;
}

.c1 a {
  color: #fff;
  text-decoration: none;
}

.c1 a:hover {
  color:#fff;
}

.c1 ul {
  list-style: none;
}

.c1 ul li a {
  list-style: none;
  color: #fff;
}

.c1 span {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px;
  border-bottom: 1px solid #a0a0a0;
  display: block;
}

.copyrights {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.galleries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gall {
  padding: 15px;
  flex-basis: calc(24% - 32px);
  border: 1px solid #eee;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

.gall a {
  font-size:0;
  line-height: 0;
}

.call {
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

.call .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hows {
  display: flex;
  justify-content: space-between;
}

.howerr {
  background: aliceblue;
  padding: 23px 30px;
  color: #fff;
  text-align: center;
  flex-basis: calc(15% - 62px);
}

.howerr span {
  color:#000;
  font-size:20px;
  font-weight: 700;
}

.count {
  margin-top:40px;
  background: url(img/bar_2.jpg) no-repeat;
  padding: 100px 0;
  color: #fff;
  background-size: cover;
}

.counter {
  max-width: 60;
}

.count-left {
  display: flex;
}
.counter-inside {
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
  border-right: 1px solid #67676773;
  padding-right: 35px;
}
.counter-inside span {
  display: block;
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
}
.counter .titled {
  color: #000;
  text-align: left;
  padding-top: 0;
}

.counter-inside:last-child {
  border-right: 0;
}


.prdocuteds {
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
}

.prdocuted {
  flex-basis: 265px;
  text-align: center;
  margin-bottom: 40px;
}

.product-title {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  min-height: 50px;
}

.onpage {
  padding-top:200px;
}



.prdocuted .price {
  color: #51b054;
  line-height: 100%;
  display: inline-block;
  font-weight: 700;
}


.byuer {
  height: 35px;
  line-height: 35px;
  display: block;
  background: #51b054;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 13px;
  max-width: 115px;
  margin: 5px auto 0;
}

.byuer:hover {
  color:#fff!important;
  background: #229c43;
}


.socials {
  display:flex;
}

.top .socials a {
  display: block;
  color: #51b054;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.top .socials a:not(:last-child){
  margin-right: 10px
}
.top-left i{
  color: #51b054;
  display: inline-flex;
  width: 30px;
    align-items: center;
    justify-content: center;
}

.socials a svg {
  height: 22px;
  width: 22px;
}


.socials a:hover {
  opacity:0.8;
}

td.product-subtotal, th.product-subtotal, tr.cart-subtotal {
  display:none;
}
.description {
  padding:90px 0 0;
}

.description ul {
  padding-left:30px;
  margin-bottom: 1rem;
}

.description ol {
  padding-left:30px;
  margin-bottom: 1rem;
}

.description p {
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.description h2 {
  position: relative;
    margin: 5px 0 0;
    font-size: 34px;
    letter-spacing: 2.5px;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  max-width:120px;
  transition: all 0.4s ease;
}
.logo a{
    display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul {
  display:flex;
  list-style:none;
  justify-content: space-between;

}

.prod {
  padding-top:200px;
}

header nav {
  flex-basis: 500px;
}
.post-content{
  color: #000
}


header nav ul li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
.wrapp-header__lang svg{
  fill: #fff
}
.prdocuted img {
  backface-visibility: hidden;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
  transition: opacity 1s ease 0s,transform 1s ease 0s;
  max-height: 140px;
  width: auto;
}

.prdocuted:hover img {
  filter: alpha(opacity=80);
  transform: scale3d(1.1,1.1,1);
}

.incart {
  flex-basis: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.incart img {
  width: 22px;
  filter: grayscale(100%);
}


#contact input {
  border: 1px solid #ebebeb;
  padding: 5px 6px;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  height: 45px;
  padding: 1px 30px 1px 30px;
  line-height: 45px;
width: 100%;
  color: #000;
  outline: none;
  background: #fff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;

}


#contact textarea {
  border: 1px solid #ebebeb;
  padding: 5px 6px;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  max-height: 65px;
  padding: 10px 30px;
width: 100%;
background: #fff ;
 color: #000;
  outline: none;
  height: 65px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}


#contact div {
  margin-bottom:10px;
  position:relative;
}

#send {
  border: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin: 0 auto;
  display: block;
  outline:none;
}
input.error {
  border:1px solid red!important;
}

.call-left {
  flex-basis: 50%;
  text-align: center;
  padding-top: 50px;
}

.call-left img {
  max-width: 630px;
}

.call-right {
  flex-basis: 50%;
  max-width: 420px;
}


.counter .titled:before {
  display:none;
}

section.map {
  margin-bottom:-110px;
  font-size: 0;
}

section.gallery {
  padding:90px 0;
}

section.how {
  padding:90px 0;
}

section.two {
  padding:30px 0;

}

.search-toggle {
  width:19px;
  cursor:pointer;
}

.carter {
  width:20px; 
}

.home header ul li a {
  color:#fff;
}

.home header svg {
  fill:#fff;
}

.big-title {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  line-height: 96px;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px;
  letter-spacing: 9.6801px;
  font-weight: 700;
  font-size: 76px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
}

.homes {
  position: absolute;
  left: 0;
  right: 0;
  width: 980px;
  text-align: center;
  top: 340px;
  z-index: 9;
  margin: 0 auto;
}

.small-title {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}

.tovar {
  padding:170px 0 10px;
}


.block1 {
  /* background: #DAE4EB; */
}

.block1 img {
  margin: 0 auto;
  display: block;
}

.sect-title {
  color: #000;
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  line-height: 1.1;
  margin-bottom: 60px;
  font-weight: 400;
}

.block2 {
  /* background: #fff; */
  padding-bottom:40px
}

.block2 img {
  margin: 0 auto;
  display: block;
}

.block3 {
  /* background: #E6F2DE; */
  margin-bottom:40px;
}

.block3 img {
  margin: 0 auto;
  display: block;
}

.tabled table {
  max-width:70%;
  margin:0 auto;
}


.tabled  table {
  border-collapse: collapse;
  color: #686461;
}

.tabled  th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
.tabled  td {
  padding: 10px;
}
.tabled  tr:nth-child(odd) {
  background: white;
}
.tabled tr:nth-child(even) {
  background: #e5f2de;
}

.buy-product {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background: #51b054;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-left:40px;
  text-decoration: none;
}

.buy-product:hover {
  background: #229c43;
  color: #fff!important;
}

.single-price {
  font-size: 40px;
  color: #51b054;
  line-height: 100%;
  font-weight: 700;
}

.centred {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}


.prdocuteds li {
  list-style: none;
  flex-basis: 32.33333%;
  margin-bottom: 40px;
  text-align: center;
}

.prdocuteds li mark {
  display:none;
}

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  right: 0;
  z-index: 99999;
  background: 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.search-overlay.search-visible {
  opacity: 1;
  visibility: visible;
}

.search-overlay:before {
  background: rgba(0,0,0,.7);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.search-overlay .close-search {
  font-size: 48px;
  position: absolute;
  top: 90px;
  right: 90px;
  width: 40px;
  height: 40px;
  z-index: 100;
  cursor:pointer;
}

.wrapper-search {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 50px 20px;
  right: 0;
  margin: 0 auto;
}

.close-search:before {
  content:'';
  width: 100%;
  height:1px;
  background:#fff;
  position:absolute;
  left:0;
  top:20px;
  transform:rotate(45deg);
}

.close-search:after {
  content:'';
  width: 100%;
  height:1px;
  background:#fff;
  position:absolute;
  left:0;
  top:20px;
  transform:rotate(-45deg);
}

.search-overlay .search-from {
  width: auto;
  height: 50px;
  margin: auto;
  border-bottom: 1px solid silver;
  display: flex;
  position: relative;
}

.search-overlay .search-from .search-box {
  text-align: left;
  flex: 1;
}

.search-overlay .search-from .search-box #searchsubmit {
  position: absolute;
  top: 0;
  line-height: 48px;
  background: 0 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 0;
  padding: 0;
  right: 0;
}

.search-overlay .search-from .search-box input[type=text] {
  border: 0;
  padding: 0;
  line-height: 50px;
  width: 100%;
  color: #fff;
}


.search-overlay input {
  border: 1px solid #ebebeb;
  padding: 5px 6px;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  outline:none!important;
}

.search-overlay button {
  cursor:pointer;
}


.homep1 {
  width: 100%;
  height: 200px;
  display: block;
  background-position: center!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}

a:hover {
  color:#51b054;
}

.onpage .page h1 {
 position: relative;
    margin: 5px 0 0;
    font-size: 34px;
    position: relative;
    padding-bottom: 8px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.onpage .page h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color:#000;
}

.onpage .page h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color:#000;
  text-align: center;
}

.onpage .page h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color:#51b054;
}

.onpage .page p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #000;
  line-height: 25px;
}

.onpage .page ul, .onpage .page ol {
  padding-left:30px;
  margin-bottom: 15px;
}

.onpage .page li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
  line-height: 25px;
}

.blogger {
  padding-top:200px;
}

.bloges {
  display:flex;
  justify-content: center;
}

.bloges .blogr {
  flex-basis: calc(33.3333% - 20px);
  margin:0 10px 40px;
}

.contactes {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:40px;
}

.call-right .titled {
  font-size:24px;
  margin-top: 25px;
  color: #fff;

}

.cont-r {
  flex-basis: 48%;
}
.cont-l {
  flex-basis: 48%;
}

.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 20px 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  transform: translateX(-100%);
}

.head {
  position: relative;
    z-index: 100;
    border: 0;
    width: 100%;
    top: 0;
    right: 50%;
    z-index: 10;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    color: #fff;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    transition: background .8s ease;
    height: 100%;
}

header nav ul li:hover .sub-menu {
  display: flex;
  left: 0;
  right: 0;
  box-shadow: 0 8px 8px rgb(0 0 0 / 14%);
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  transform: none;
}

header nav title-banner {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #000;
  min-height: 45px;
}

header nav .homep1 {
  width: 100%;
  transition: 0.5s ease;
}


.wrapp-contact svg{
  width: 25px;
  height: 25px;
}
.wrapp-contact p a{
  display: inline-flex;
  margin-right: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  height:auto!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
}

#billing_country_field {
  display:none;
}

.breadcrumbs {
  font-size:14px;
}


#button-up {
  display: none;
  opacity: .8;
  filter: alpha(opacity=70);
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: #51b054;
  transition: .3s;
  width: 30px;
  height: 30px;
}

#button-up:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: .3s;
}

#button-up span:before {
  content: '';
  width: 17px;
  height: 5px;
  background: #51b054;
  position: absolute;
  transform: rotate(-45deg);
  left: 4px;
  top: 16px;
}

#button-up span:after {
  content: '';
  width: 17px;
  height: 5px;
  background: #51b054;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 16px;
}

#button-up:before {
  content: '';
  width: 17px;
  height: 5px;
  background: #51b054;
  position: absolute;
  transform: rotate(-45deg);
  left: 4px;
  top: 0px;
}

#button-up:after {
  content: '';
  width: 17px;
  height: 5px;
  background: #51b054;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
}

.top div {
  font-size: 14px;
  font-weight: 500;
  color: #fff
}
.top div a{
  font-size: 14px;
  font-weight: 500;
  color: #fff
}
.top {
  background: #e4e1d5;
  padding: 10px 0;
  background: url(img/1.jpg);
}
.top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switcher-list {
  font-size:0;
  display:flex;
}

.switcher-list span {
  font-size:0!important;
  
}

.switcher-list li {
  margin-left:5px;
}

.switcher-list li a img, .switcher-list li>span img {
  width: 22px;
}

.mobile-menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 24px;
  height: 17px;
  margin-left: 15px;
  align-items: center;
  position: relative;
  top: -4px;
}

.mobile-menu span {
  background:#fff;
  width: 100%;
  height: 1px;
}

.block {
  display:block!important;
}

.mobile-img {
  width:100%;
  height: 100%;
  object-fit: cover;
}


img.aligncenter {
  display:block;
  margin:0 auto;
}

img.alignleft {
  margin:20px 20px 20px 0;
  float:left;
}

img.alignright {
  margin:20px 0px 20px 20px;
  float:right;
}
.top-left{
  display: flex;
  align-items: center;
}
.top-left > div:not(:last-child){
  margin-right: 25px;
}
.top-left > div{
  visibility: hidden;

}
.top-right{
  visibility: hidden;
}
header ul li a{
  position: relative;
  transition: 0.5s ease;
  padding-bottom: 15px;
}
header ul > li:hover > a{
  color: #fff;
  padding-bottom: 15px;
}
header ul > li > a:before{
  transition: 0.5s ease;
}
header ul > li > a:before{
  border-bottom: 2px solid #51b054;
    border-color: #51b054;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 14px;
    opacity: 0;
    visibility: hidden;
    width: 0;
}
header ul > li > a.active-link:before{
  width: 70%;
  opacity: 1;
  visibility: visible
}
header ul > li:hover > a:before{
  opacity: 1;
  visibility: visible;
  width: 70%;
}
header ul li a.active-link{
  color: #fff;
  padding-bottom: 15px;
}

.active-link:before{
  border-bottom: 2px solid #51b054;
    border-color: #51b054;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 14px;
    transition: 0.3s ease;
}

header svg{
  transition: 0.5s ease
}
header svg:hover{
  fill: #51b054
}
a{
  transition: 0.5s ease
}
.wrapp-header__right{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapp-header__lang{
  display: flex;
  align-items: center;
}
#topnav{
  margin-right: 50px;
}
.top-menu li:not(:last-child){
  margin-right: 45px;
}

.top-menu li{
  padding: 30px 0;
}
header ul li .categors .categor{
  transition: 0.5s ease;
}
header ul li .categors .categor a{
  position: relative;
  background-size: cover!important;
}
header ul li .categors .categor:hover a{
   -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*header ul li .categors .categor:hover a:before{
  content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 30%);
}*/
header ul li .categors .categor:hover .title-banner{
  color: #51b054
}
.top-menu li:nth-child(3) .categors{
  max-width: 850px;
}
.top-menu li:nth-child(3) .categors .categor{
  flex-basis: 32%;
}
.two .categor img{
  height: 100%;
  object-fit: contain;
  transition: opacity 2s ease 0s, transform 2s ease 0s;
}
.two .categor:hover img{
  transform: scale3d(1.1, 1.1, 1);
}
.two .categor:hover>a{
  transform: scale3d(1.1, 1.1, 1);
}
.two .categor:hover .title-banner a{
  color: #51b054!important
}
.wrapp-categoty{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapp-categoty img{
  width: 100%;
  height: 100%;
  transition: 3.5s ease;
  height: 280px;
}
.wrapp-categoty a{
  width: 31%;
  position: relative;
  margin: 10px;
  display: block;
  overflow: hidden;
}
.wrapp-categoty a p{
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    z-index: 20;
    text-transform: uppercase;
    padding: 0 15px;
    transition: 0.5s ease

}
/*.wrapp-categoty a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
  z-index: 10;
}*/
.wrapp-categoty a:hover img{
  transform: scale3d(1.1, 1.1, 1);
}
.wrapp-categoty a:hover p{
  color: #51b054
}
.blogr img{
  transition: 3.5s ease
}
.blogr:hover img{
  transform: scale3d(1.1, 1.1, 1);
}
.galleries img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
  height: 300px;
}
.galleries img:hover{
  transform: scale3d(1.1, 1.1, 1);
}
.gall{
  border: none!important
}
.galleries svg{
  width: 20px;
  height: 20px;
  fill: #51b054;
  transition: 0.5s ease
}
.galleries{
  display: flex!important;
  justify-content: center;
}
.galleries .slick-prev{
  order: 2;
  margin-right: 20px;
}
.galleries .slick-next{
  order: 3;
}
.galleries .slick-arrow{
  background: unset;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border: 2px solid #51b054;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s ease
}
.galleries .slick-prev svg{
  transform: rotate(-180deg);
}
.galleries .slick-arrow:hover{
  background: #51b054;
}
.galleries .slick-arrow:hover svg{
  fill: #fff;
}
footer .socials a{
    color: #000;
    transition: 0.5s ease;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
    display: block;
}

.top-menu li:nth-child(3) .categors{
  transform: translateX(100%);
}
.top-menu li:nth-child(3):hover .categors{
  transform: none;
}

.term-uslugi .prdocuteds li, .term-magazin .prdocuteds li, .term-komplektuyushie .prdocuteds li{
  width: 31%;
    position: relative;
    margin: 10px;
    display: block;
    overflow: hidden;
    height: auto;
    flex-basis: 31%;
}
/*.term-uslugi .prdocuteds li:before, .term-magazin .prdocuteds li:before, .term-komplektuyushie .prdocuteds li:before{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    z-index: 10;
}*/
.term-uslugi .prdocuteds li h2, .term-magazin .prdocuteds li h2, .term-komplektuyushie .prdocuteds li h2{
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    z-index: 20;
    text-transform: uppercase;
    padding: 0 15px;
    transition: 0.5s ease;
    margin-top: 15px;

}
.term-uslugi .prdocuteds li img, .term-magazin .prdocuteds li img,  .term-komplektuyushie .prdocuteds li img{
  width: 100%;
  height: 100%;
  transition: 3.5s ease;
  height: 320px;
  object-fit: contain;
  object-position: center;
}
.term-uslugi .prdocuteds li:hover h2, .term-magazin .prdocuteds li:hover h2, .term-komplektuyushie .prdocuteds li:hover h2{
  color: #51b054
}
.term-uslugi .prdocuteds li:hover img, .term-magazin .prdocuteds li:hover img, .term-komplektuyushie .prdocuteds li:hover img{
  transform: scale3d(1.1, 1.1, 1);
}
.term-uslugi .prdocuted img, .term-magazin .prdocuted img, .term-komplektuyushie .prdocuted img{
  max-height: 200px;
}
.term-uslugi .product-title, .term-magazin .product-title, .term-komplektuyushie .product-title{
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-uslugi .prdocuted, .term-magazin .prdocuted, .term-komplektuyushie .prdocuted{
  width: 31%;
    position: relative;
    margin: 10px;
    display: block;
    overflow: hidden;
    height: auto;
    flex-basis: 31%;
}
/*.term-uslugi .prdocuted:before{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    z-index: 10;
}*/
.term-uslugi .prdocuted img{
    width: 100%;
    height: 100%;
    transition: 3.5s ease;
    max-height: none;
    object-position: center;
    object-fit: cover;
    height: 320px;
}
.term-uslugi .prdocuted .product-title{
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    z-index: 20;
    text-transform: uppercase;
    padding: 0 15px;
    transition: 0.5s ease;
}
.term-uslugi .prdocuted .product-title a{
  color: #000;
}
.term-uslugi .prdocuted .byuer{
    z-index: 99;
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    height: auto;
    max-width: none;
    width: 75%;
    margin: auto;

}
.wrapp-contact i{
  color: #51b054;
  margin-right: 10px;
}
.wrapp-contact p{
  display: flex;
  align-items: center;
}
.header-br{
  width: 1px;
    border-right: 1px solid #fff;
    margin: 0 2px 0 7px;
}

.tabled tr:nth-child(even){
  background: #51b054;
  color: #fff
}
/*.wrapp-product{
  display: flex;
  justify-content: space-between;
}
.wrapp-product > div{
  width: 49%;
}
.wrapp-product .tabled table{
  max-width: none;
}
.wrapp-product .block1{
  width: 40%;
}
.slider-nav{
  margin-top: 20px;
}
.slider-nav img{
  border: 2px solid #0000004a;
  margin: 10px;
  padding: 10px;
  object-fit: contain;
  cursor: pointer;
  transition: 0.5s ease
}
.slider-nav .slick-track{
  display: flex;
}
.wrapp-product img{
  outline: none;
}
.slider-nav img.slick-current{
  border: 2px solid #51b054
}

.slider-nav img:hover{
  border: 2px solid #51b054
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second
}



/*@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 0;
}


.tab button {
    font-weight: 500;
    font-size: 18px;
    color: #51b054;
    border: none;
    padding: 0;
    height: 50px;
    border: 1px solid #51b054;
    outline: none;
    padding: 0 31px;
    background: #fff;
    cursor: pointer;
    margin-right: 15px;
    transition: 0.5s ease;
    letter-spacing: 1px;
    border-radius: 3px;
}


.tab button:hover {
    background: #51b054;
    color: #fff
}


.tab button.active {
    padding: 0 31px;
    height: 50px;
    background: #51b054;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    border: none;
    color: #fff
}


.tabcontent {
    display: none;
    padding: 6px 12px;
    
}
.icon-block img{
      float: left;
    height: 35px;
    padding-left: 10px;
}
.icon-block div.h4{
  text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.icon-block p{
  margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
}
.tabcontent .row{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#London{
  padding-top: 20px;
}
.tabcontent .row .col-lg-3{
  text-align: center;
} */


.wrapp-uslugi img{
  object-fit: cover;
}

.prdocuted img{
      max-height: 335px;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}
.product-title{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 0 15px;
    transition: 0.5s ease;
}
.prdocuted .woocommerce-LoopProduct-link{
  display: block;
  position: relative;
  height: 300px;
}
/*.prdocuted .woocommerce-LoopProduct-link:before{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 10%);
    z-index: 10;
}*/
.prdocuteds .prdocuted{
  width: 31%;
    position: relative;
    margin: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    flex-basis: 31%;
}
.prdocuteds .prdocuted .byuer{
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    height: auto;
    max-width: none;
}
.term-uslugi .prdocuted .woocommerce-LoopProduct-link:before{
  content: none;
  height: auto;
}
.term-uslugi .prdocuted .woocommerce-LoopProduct-link{
  display: inline;
}
.page-id-457 .call-right .titled{
  color: #000
}
.page-id-457 .call-right{
  margin: auto;
}
.page-id-457 .cont-r{
  background: #e4e1d5;
    padding-bottom: 50px;
    max-width: 650px;
    width: 100%;
    margin: auto;
    flex-basis: unset;
}
.lang-mob{
  display: none;
}
.wrapp-back__link i{
  margin-right: 10px;
  color: #51b054
}
.boxHidded{
   visibility: hidden; /*  Делаем иконки полностью прозрачными  */
}
.fadeInUp, .fadeOutDown, .fadeInLeftBig, .animate__fadeOut, .animate__fadeInRight, .animate__fadeInLeft{
   visibility: visible;  /*  Делаем иконки полностью не прозрачными  */
}
.two .categor, .three, .gallery, .map, .prdocuted, .wrapp-uslugi .wrapp-categoty__items, .count, .call, footer, .product-category{
  overflow-x: hidden;
}
.delay-05s{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}
 

@media (max-width: 767px){
  #button-up{
    bottom: 185px;
  }
  .term-drony-opriskivateli .delay-05s{
     -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
  }
  .term-drony-opriskivateli .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-drony-opriskivateli .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-drony-opriskivateli .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }
  .term-inspektori .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-inspektori .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-inspektori .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }
  .term-trihogrammniki .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-trihogrammniki .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-trihogrammniki .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }
  .term-nazemnaya-tehnika .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-nazemnaya-tehnika .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-nazemnaya-tehnika .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }
  .term-komplektuyushie .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-komplektuyushie .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-komplektuyushie .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-chargers .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-chargers .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-chargers .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-vinti .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-vinti .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-vinti .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-akb .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-akb .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-akb .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-motori .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-motori .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-motori .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-other .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-other .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-other .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }

  .term-electronica .prdocuted{
    overflow: visible!important;
    visibility: visible;
  }
  .term-electronica .prdocuted.animate__fadeOut{
    -webkit-animation-name: none;
    animation-name: none;
  }
  .term-electronica .prdocuted.animate__fadeInRight{
     -webkit-animation-name: none;
    animation-name: none;
  }




}