@import '../fonts/Gilroy/stylesheet.css';

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2020/06/bg-min-scaled.jpg);
  background-repeat: no-repeat; 
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/*Preloder*/
section.preloder {position:fixed;top: 0;left: 0;width: 100%;height: 100vh;background: #6f6d6d;z-index: 99999999999999999999999999999 !important;display: flex;align-items: center;justify-content: center;}.sk-cube-grid {width: 4em;height: 4em;margin: auto;}.sk-cube-grid .sk-cube {width: 33%;height: 33%;background-color: #fff;float: left;-webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;}.sk-cube-grid .sk-cube-1 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}.sk-cube-grid .sk-cube-2 {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}.sk-cube-grid .sk-cube-3 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}.sk-cube-grid .sk-cube-4 {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}.sk-cube-grid .sk-cube-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}.sk-cube-grid .sk-cube-6 {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}.sk-cube-grid .sk-cube-7 {-webkit-animation-delay: 0s;animation-delay: 0s;}.sk-cube-grid .sk-cube-8 {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}.sk-cube-grid .sk-cube-9 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}@-webkit-keyframes sk-cube-grid-scale-delay {0%, 70%, 100% {-webkit-transform: scale3D(1, 1, 1);transform: scale3D(1, 1, 1);}35% {-webkit-transform: scale3D(0, 0, 1);transform: scale3D(0, 0, 1);}}@keyframes sk-cube-grid-scale-delay {0%, 70%, 100% {-webkit-transform: scale3D(1, 1, 1);transform: scale3D(1, 1, 1);}35% {-webkit-transform: scale3D(0, 0, 1);transform: scale3D(0, 0, 1);}}.preloder.none{display:none;}
/*404*/
.contacts-center-err {
	position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
a.gohomebut {
    color: #fff;
}
.contacts-center-err .content {
    max-width: 600px;
}
p.errorh1 {
    line-height: 27px;
    font-size: 17px;
}
/*End 404*/
.single-catalog-desc {
	text-align: center;	
}

.my-menu {
  font-family: 'Gilroy' !important;
}
.menu__hamburger.hide, .menu__close.hide {
	display: none;
}
.menu-wrapper {
  width: 32.8%;
  position: fixed;
  /*overflow-y: auto;*/
  left: 0;
  top: 0;
  background-color: rgba(13, 13, 13, 0.8);
  border-right: 1px solid white;
  z-index: 9;
  transform: translateX(0);
  transition: all 1s;
}
.menu-wrapper.hide {
  transform: translateX(-200%);
  transition: all 1s;
}
.menu-grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
}
.main-menu a {
  display: flex;
  text-decoration: none;
  align-items: space-evenly;
}
/* Adaptive menu settings */
.sub-menu {
  display: none;
  text-decoration: underline solid white;
  color: white !important;
}
.sub-item:hover {
  color: #90795b;
}
#fullpage .section img {
  width: 100%;
  height: 100%;
}

.slider-main div img {
  width: 100%;
  height: 100vh;
}

.table-price {
  color: #fff;
  text-align: center;
}

.table-price td {
font-size: 13px;
border: 1px solid #fff !important;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
text-align: center;
padding: 2px 2px;
border-top: none !important;
border-left: none !important;
border-right: none;
}
.dilers-info,.dilers-info a { color:white; text-align: left; }
.table-price th {
  border: 1px solid #fff !important;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
text-align: center;
padding: 2px 2px;
border-top: none !important;
border-left: none !important;
border-right: none;
  font-size: 13px;
}

.download {
  position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
width: 420px;
justify-content: space-around;
}

.download a {
  color: #fff;
}

.download a:hover {
  color: #a9895f;
  text-decoration: none;
}

.catalog-blocks {
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 88%;
margin: 0 auto;
}

.catalog-blocks div {
  max-width: 27%;
width: 100%;
border: 1px solid #fff;
display: block;
margin-bottom: 30px;
}

.catalog-blocks div a {
text-align: center;
padding-bottom: 50px;
display: block;
padding-top: 50px;
color: red;
text-decoration: none;
}

.catalog-blocks div:hover {
  background: #fff;
}

.catalog-blocks div:hover a p {
  color: #a9895f !important;
  font-weight: bold;
  
}

.slider {
  margin: 0 auto;
}

.slider img {
max-width: 960px;
/*max-width: 50vw;*/
max-height: 63vh;
width: 100%;
margin: 0 auto;
position: relative;
z-index: 999999;
}

.slider a:after {
content: "";
display: block;
width: 100%;
border-bottom: 1px solid #fff;
position: absolute;
top: 50%;
left: 30%;
transform: translate(-50%,-50%);
}


.transform {
  transform: translateX(32.9vw);
  padding-top: 9%;
width: 65%;
visibility: hidden; opacity: 0;

}

.transform .menu-grid {
  height: 22%;
  padding-top: 25%;
}

.transform .menu-grid .main-item {
  margin-bottom: 50px;
}

.transform .menu-grid .main-item:last-child {
  margin-top: 10px;
}

.transform .menu-grid .main-item a:hover {
  text-decoration: underline;
  text-decoration-color: #a9895f;
}

.transform .main-item {
  max-height: 20px;
}

.transform .main-item a, .transform .main-item a h2 {
  height: 100%;
  font-weight: 300;
}

.link:hover .transform {
  visibility: visible;
   opacity: 1;
}
.link:hover > .transform {visibility: visible; opacity: 1;}

.transform a {
  text-decoration: none;
}

.transform h2:after {
display: none !important;
}

/*.link h2:first-child:after {
  content: '';
display: inline-block;
width: 12px;
height: 14px;
margin-left: 20vw;
background: url(../img/menu-arrow-active.png) no-repeat center center;
}
*/

@media screen and (min-width: 768px) {
  .menu-wrapper, .sub-menu {
    border-right: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrapper {
    width: 100%;
  }
  body {
    background-size: auto 100%;    
  }
}
/* Icons positioning */
.menu__close, .menu__hamburger {
  position: absolute;
  top: 5vh;
  left: 3vh;
  z-index: 10;
  cursor: pointer;
}
.menu__logo {
  place-self: center;
  width: 20vw;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .menu__logo {
    width: 40vw;
  }
}
/* Style menu item */
.menu__item {
  padding: 0 32px;
  position: relative;
}
.menu-item__text {
  color: white;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}
/* Style hower on menu item */
.menu-item__text:hover{
  color: #90795b;
}
/*.menu__item:hover .has-sub__icon {
  background-image: url('../img/menu-arrow-active.png');
}*/
@media screen and (max-width: 768px) {
  .rotate90 {
    transform: rotate(90deg);
  }
  .sub-menu-show {
    display: block;
    height: 100% !important;
  }
}
/* Style menu item with sub menu */
@media screen and (min-width: 768px) {
  .sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20vw;
    margin-left: 100%;
    background-color: rgba(33, 33, 33, .8);
    z-index: -1;
	max-width: 465px;
  }
  .main-item:hover .sub-menu {
    display: none;
    place-content: center;
    position: fixed;
    height: 100%;
    width: 30vw;
  }
}
.main-menu .has-sub__icon {
  height: 0;
}
/*.has-sub .has-sub__icon {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/menu-arrow-inactive.png');
  background-repeat: no-repeat;
  position: absolute;
  color: white;
  right: 24px;
  top: 14px;
}*/
/* Style socials */
.menu__socials {
  display: flex;
  padding: 0 24px;
}
.socials__item {
  padding: 8px;
  display: inline;
}
.socials-item__text {
  color: white;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .socials-item__text {
    font-size: 2vh;
  }
}
@media screen and (min-width: 768px) {
  .socials-item__text {
    font-size: 1vw;
    font-weight: 400;
  }
}
.socials-item__link {
  text-decoration: none;
}
.socials-item__text:hover{
  color: #90795b;
}

/*My Style*/
.wrap-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.8);
  padding: 85px 30px 0; 
}
img.logo-page {
  position: absolute;
  right: 6vw;
  bottom: 55px;
}
.top-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.title-page {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #a9895f;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.title-page:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 15px;
  background: url(../img/menu-arrow-active.png) no-repeat center center;
}
.title-page a {
  text-decoration: none;
  color: #a9895f;
}
.decs-page h2:first-child {
  font-weight: 600;
}
.decs-page h2 {
  color: #fff;
  font-size: 25px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 30px;
}
.decs-page {
  padding-right: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.decs-page p {
  color: #fff;
  font-size: 20px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 35px;
	text-align: left;
}
.decs-page.cat p {
	text-align: center;
}
.decs-page span {
  color: #ccc;
  font-size: 16px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu__socials.page {
  position: absolute;
  right: 120px;
  bottom: 120px;
}
td {
  color: #fff;
  font-size: 24px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table-price tr td {
  text-align: center !important;
}

.table-price tr th {
  text-align: center !important;
}

table.wp-block-table tr td {
  border: 1px solid #fff !important;
  padding: 10px 20px;
  border-top: none !important;
  border-left: none !important;
  border-right: none;
}
table.wp-block-table tr:last-child td {
  border-bottom: none !important;
}
table.wp-block-table {
  margin: 30px auto;
}
table.wp-block-table tr td:nth-child(5n) {
  border-right: none !important;
}
/*Contacts*/
.decs-page.contacts {
  width: 100%;
  max-width: 1300px;
}
.decs-page.contacts .item-contact {
  padding: 20px 0; 
  border-bottom: 1px solid #aaa;
  max-width: 655px;
}
.decs-page.contacts .item-contact:first-child {
  padding-top: 0;
}
.decs-page.contacts .item-contact:last-child {
  border-bottom: none;
}
.decs-page.contacts .item-contact p a {
  text-decoration: none;
  color: #fff; 
}
.decs-page.contacts .item-contact a {
  color: #a9895f; 
}
.decs-page.contacts .item-contact p {
  color: #fff;
  font-size: 28px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 8px; 
}
.decs-page.contacts .item-contact span {
  color: #aaa;
  font-size: 16px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}
.decs-page.contacts .item-contact h2 {
  color: #fff;
  font-size: 60px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0; 
  font-weight: 500;
}
.wrap-desc {
  display: flex;
}
.dilers-title {
  color: #fff;
  font-size: 35px;
  font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.desc-dilers {
  width: 100%;
  text-align: center;
}
.ic-map {
	position: relative;
}
.ic-map:after {
	content: '';
	display: inline-block;
	background: url('/wp-content/uploads/2019/07/ic-cont.png') no-repeat center center;
	background-size: contain;
	width: 35px;
	height: 45px;
	position: absolute;
    margin-left: 20px;
	margin-left: 10px;
    bottom: 0px;
}
.ic-map a:hover {
	color: #a9895f !important;
}

.left {
  margin-left: 0px !important;
}

.width {
  max-width: 100%;
}


@import url(https://fonts.googleapis.com/css?family=Cabin);


.mouse {
  z-index: 9;
  background: #4e5559 -webkit-linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: absolute;
  top: 90%;
left: 50%;
transform: translate(-50%,-50%);
  width: 31px;
height: 48px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
/*  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;*/
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 25px;
height: 45px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}

/*Owl Style*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*.line-after {
    position: relative;
}
.line-after:after {
    content: '';
    width: 221px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
	right: 0;
}
.line-after:before {
    content: '';
    width: 221px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
}*/

.wrap-post-img {
    display: flex;
    /*align-items: center;*/
}
.img-post {
    max-width: 45%;
    min-width: 400px;
	padding: 40px;
    box-sizing: border-box;
}
.img-post img {
	max-width: 100%;
	max-height: 400px;
}


/*******************/
.block-img {
	position: relative;
}
 
.mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999999999999;
    transition: all .5s;
    padding: 15px;
	opacity: 0;
	background: rgba(0,0,0,.9);
}
.mask .mask-title {
	color: #a9895f;
	font-size: 25px;
}
.block-img:hover .mask {
	opacity: 1;
	transition: 1;
}
.slick-slide a {
	outline: none;
}
/*Menu*/
.menu-main-menu-container ul {
    list-style: none;
}
.menu-main-menu-container ul li {
	margin: 35px 0;
}
.menu-main-menu-container ul li a {
	font-size: 1.5em;
	color: #fff;
	font-family: 'Gilroy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}
.menu-main-menu-container ul li a:hover {
	color: #90795b;
}
/*End*/
.decs-page.single-catalog {
	margin: 0;
}
.decs-page.single-catalog .img-post {
	min-width: 0;
    padding-left: 0;
	padding-top: 0;
}
.wp-block-button.alignleft {
	text-align: left;
}
span.name-fas {
	text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding-bottom: 15px;
	color: #a9895f;
}