html {
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Averta";
    
}
a:not(#txtselect_marker) {
    text-decoration: none;
    display: inline-block;
}
header {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
lang {
display: inline-flex;
flex-direction: column;  /* располагаем ссылки вертикально */
position: relative;
gap: 10px;

}

.lang .lang-drop {
  display: none;           /* скрыть все флаги */
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-bottom: 4px;      /* небольшой отступ между флагами */
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
  border-radius: 16px;
  padding: 5px 15px 5px 20px;
}
.lang2 {
    position: relative!important;
}
.contact-btn-2{
        display: flex;
    justify-content: end;
    align-items: start;
}

.lang:hover .lang-drop {
 display: inline-flex;
flex-direction: column;  /* располагаем ссылки вертикально */
gap: 10px;
opacity: 1;
}
@media (max-width: 992px) {
  .lang a {
    display: flex !important;
    opacity: 1 !important;
  }
}
header {
    padding-bottom: 0px;
 
}
header .row .col-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
header .row .col-2 .logo {
    max-width: 100%;
}
.default-header-menu .logo img {
    /*width: 135%;*/
    /*height: 60px;*/
    width: 150px;
    /*margin-top: -30px;*/
    /*-webkit-filter: brightness(100) grayscale(100);*/
    /*filter: brightness(100) grayscale(100);*/
}
header .row .col-2 .lang {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
}
header .row .col-2 .lang a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .4s ease-in-out;
}
header .row .col-2 > .price {
    display: inline-block;
    padding: 13px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: green;
    border-radius: 30px;
}
header .row .col-2 > .price:hover {
    color: white;
}
header .row .col-2 > .price:hover {
    background-color: grey;
}
header .row .col-6 {
    padding-top: 20px;
    padding-left: 0;
}
header .row .col-6 nav, .header .row .col-2 .logo {
    margin-top: 0!important;
    padding: 0!important;
}
header .row .col-6 nav {
    margin-top: 10px;
}
header .row .col-6 nav ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    justify-content: center;
}
header .row .col-6 nav ul li {
    margin-right: 20px;
    display: flex;
}
header .row .col-6 nav ul li a {
    color: #008000;
    font-weight: bold;
    display: flex !important;
    flex-direction: column;
    font-size:18px;
    justify-content: center;
}
header .row .col-6 nav ul li a:hover {
    color: #f07d00 !important;
}
header .default-header-menu {
    display: block;
    background-color: white;
   padding: 20px 30px;
   
}
header .mobile-header-menu {
    display: none;
}
header .mobile-header-menu .row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 25px;
}
header .mobile-header-menu .row .col-12 .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header .mobile-header-menu .row .col-12 .hamburger i {
    cursor: pointer;
    font-size: 24px;
    color: white;
}
header .mobile-header-menu .row .col-12 .logo {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 10px;
}
header .mobile-header-menu .row .col-12 .logo img {
    width: 100%;
    height: 60px;
    margin-top: -30px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    object-fit:contain;

}

main {
    margin-top: 75px;
}

.presentation {
    z-index: 10;
    /*height: 500px;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_pres .owl-carousel,
.main_pres .item {
    height:800px;
}


/*.main_pres .owl-carousel{*/
/*    margin-top: 169px;*/
/*}*/

.static_pres{
    height:500px;
}

.presentation::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /*background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(10%, rgba(0, 0, 0, 0.55)),
        color-stop(20%, rgba(0, 0, 0, 0.44)),
        color-stop(30%, rgba(0, 0, 0, 0.33)),
        color-stop(40%, rgba(0, 0, 0, 0.22)),
        to(rgba(0, 0, 0, 0.11))
    ); 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0.44) 20%, rgba(0, 0, 0, 0.33) 30%, rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0.11) 100%); */
}
.presentation h1 {
    position: absolute;
    text-align: center;
    margin: auto auto;
    width: 100%;
    color: white;
    font-size: 60px;
    z-index: 999999;
}
.presentation img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}
.owl-item {
    text-align: center;
}
.owl-prev {
    -webkit-transform: translateX(-10px) !important;
    transform: translateX(-10px) !important;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    opacity: 0.4;
}
.owl-prev i {
    color: #00000075;
}
.owl-next {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    border: none;
    opacity: 0.4;
}
.owl-next i {
    color: #00000075;
}
.owl-dots {
    display: none;
}
.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 0;
}
.products .owl-carousel,
.products .owl-theme {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    background-color: white !important;
    -webkit-box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;

}

.products {
    position: relative;
    background-color: #f7f7f7;
    z-index: 99;
}
.products .col-12 {
    margin: 0 auto;
}
.products .owl-carousel .item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.products .owl-carousel .item a p {
    color: black;
    /*margin-left: 20px;*/
}
#about {
    padding: 50px;
    background-color: #f7f7f7;
}
#about .container {
    text-align: center;
}
#about .container h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
#about .container .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#about .container .row .col-3 .image::before {
    content: "";
    position: absolute;
    width: 225px;
    border: 7px solid #ffdc4d;
    height: 340px;
    left: 30%;
    z-index: 4;
}
#about .container .row .col-3 .image img {
    position: relative;
    z-index: 5;
    width: 500px;
}
#about .container .row .col-5 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: left;
}
#about .container .row .col-5 .content p{
    font-size: 17px;
}
#gallery {
    padding-top: 20px;
    margin-top: 40px;
}
#gallery .container h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
/*.references-row div {*/
/*    min-height: 200px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 5px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.references-row div {*/
/*    max-width: 100%;*/
/*    line-height: 0;*/
    /*width: calc(16.66% - 30px);*/
/*    border-radius: 5px;*/
/*    position: relative;*/
/*    height: 90px;*/
/*}*/
/*.references-row div img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    -webkit-filter: grayscale(70%);*/
/*    filter: grayscale(100%);*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*    object-fit: contain;*/
/*    cursor: pointer;*/
/*    margin: 0;*/
/*}*/
/*.references-row div:hover img {*/
/*    -webkit-filter: grayscale(0%);*/
/*    filter: grayscale(0%);*/
/*    -webkit-transform: scale(1.1);*/
/*    transform: scale(1.1);*/
/*}*/
#gallery {
	 padding-top: 20p;
	 margin-top: 40px;
}
 #gallery .container h3 {
	 font-size: 30px;
	 margin-bottom: 40px;
}
 #gallery .container .row .col-4 .image {
	 min-height: 260px;
	 position: relative;
	 overflow: hidden;
	 border-radius: 5px;
	 margin-bottom: 20px;
}
 #gallery .container .row .col-4 .image > a {
	 max-width: 100%;
	 line-height: 0;
}
 #gallery .container .row .col-4 .image > a:hover img {
	 filter: grayscale(0%);
	 transform: scale(1.1);
}
 #gallery .container .row .col-4 .image > a img {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 filter: grayscale(70%);
	 transition: all 0.3s ease-in-out;
	 object-fit:cover
}
 #gallery .container .row .col-4 .image > a h3 {
	 position: absolute;
	 font-size: 30px;
	 color: #fff;
	 left: 46px;
	 top: 24px;
}
 #gallery .container .row .col-4 .image > a button {
	 font-size: 18px;
	 position: absolute;
	 bottom: 24px;
	 left: 46px;
	 padding: 24px;
	 color: #fff;
	 background-color: #e61736;
	 border-radius: 6px;
	 border: none;
}
 

#gallery .container .row .col-4 .image > a h3 {
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 46px;
    top: 24px;
}
#gallery .container .row .col-4 .image > a button {
    font-size: 18px;
    position: absolute;
    bottom: 24px;
    left: 46px;
    padding: 24px;
    color: #fff;
    background-color: #e61736;
    border-radius: 6px;
    border: none;
}
#partners {
    padding: 100px 0px;
    display: none;
}
#partners .container {
    padding: 0px 30px;
    text-align: center;
}
#partners .container h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
.references-row div {
    text-align: center;
    margin-bottom: 50px;
     max-width: 100%;
    height: 90px;
}

.references-row div img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.references-row div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.call-to-action {
    padding: 50px 0;
    background: #f39343;
    color: white;
}
.call-to-action .text-lg-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-to-action .call-btn {
    cursor: pointer;
    padding: 15px 45px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition-property: 0.4s all ease-in;
    transition-property: 0.4s all ease-in;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    font-size: 16px;
    border: 2px solid transparent;
    display: inline-block;
    color: #333;
    -webkit-animation: play 4s ease infinite;
    animation: play 4s ease infinite;
}
@-webkit-keyframes play {
    20%,
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px rgba(78, 208, 72, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px rgba(78, 208, 72, 0);
    }
    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
}
@keyframes play {
    20%,
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px rgba(78, 208, 72, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0), 0 0 0 10px rgba(78, 208, 72, 0);
    }
    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
}
.call-to-action .call-btn:hover {
    border: 2px solid white;
    background: transparent;
    color: white;
}
footer {
    background-position:center;
    background-color: #f1e6d6;
    color: white;
    background: url(/assets/img/alt_kant.png);
    background-repeat: no-repeat;
    background-size: cover;
}
footer .footer-menu {
    position:relative;
    padding: 50px 0px 10px 0px;
}
footer .footer-menu .container .row .col-2 .item {
    margin-bottom: 20px;
}
footer .footer-menu .container .row .col-2 .item h2 {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
footer .footer-menu .container .row .col-2 .item ul {
    list-style: none;
    padding-left: 0px;
}
footer .footer-menu .container .row .col-2 .item ul li a {
    text-decoration: none;
    display: block;
    color: white;
    font-size: 14px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    line-height: 1.25;
    padding: 6px 0;
}
footer .social {
    position:relative;
    padding-top: 40px;
}
footer .social .container .row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
}
footer .social .container .row .col-12 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
footer .social .container .row .col-12 ul li {
    margin-right: 50px;
}
footer .social .container .row .col-12 ul li:first-child i {
    font-size: 22px;
}
footer .social .container .row .col-12 ul li:first-child:hover a {
    color: #345ca1;
}
footer .social .container .row .col-12 ul li:nth-child(2):hover a {
    color: #cc3c78;
}
footer .social .container .row .col-12 ul li:nth-child(3):hover a {
    color: red;
}
footer .social .container .row .col-12 ul li:last-child:hover a {
    margin-right: 0px !important;
}
footer .social .container .row .col-12 ul li a {
    color: white;
}
footer .social .container .row .col-12 ul li a i {
    font-size: 25px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
footer .copyright {
    position:relative;
    padding: 10px 0;
}
footer .copyright .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .copyright p {
    margin: 0px;
}
.static-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*.static-page .container .row .col-9 .content {*/
/*    padding: 25px 0;*/
/*}*/
.border-content , .border-content-full{
    
    border: 1px solid #eee;
    -webkit-box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}
.border-content{
    padding: 75px 100px;
}
.border-content-full{
     padding: 75px 30px;
}
#contact {
    padding: 50px 0 0 0;
}
#contact .container-fluid {
    padding: 0;
}
/*#contact .container-fluid iframe {*/
/*    margin-bottom: -6px;*/
/*}*/
#contact .container {
    padding-bottom: 30px;
}
#contact .contact-form {
    padding: 20px 0px;
}
.custom-form {
    padding: 10px 0px;
}
.custom-form input {
    border-radius: 7px;
    background-color: #fff;
    border: none;
    padding: 10px;
    outline: none;
    color: #333;
    border: 2px #f1f1f1 solid;
    width: 100%;
    padding-left: 15px;
}
.custom-form textarea {
    border-radius: 7px;
    background-color: #fff;
    border: 2px #f1f1f1 solid !important;
    padding: 10px;
    outline: none;
    color: #333;
    border: 1px #ddd solid;
    padding-left: 15px;
}
.custom-form .form-input {
    margin-bottom: 15px;
}
.custom-form .submit-btn {
    display: inline-block;
    background-color: #efecec;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    border: none;
    border-radius: 999px;
    letter-spacing: 0.5px;
    padding: 12px 26px 10px 26px;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-top: 10px;
    font-weight: bold;
    width: max-content;
}
.custom-form .submit-btn:hover {
    background-color: #80b435;
    color: #fff;
}
#contact .contact-social {
    border: 1px #ddd solid;
    border-top: none;
    margin-top: 50px;
}
#contact .contact-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px;
}
#contact .contact-social ul li {
    margin-right: 20px;
}
#contact .contact-social ul li a {
    color: white;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 3.5;
}
#contact .contact-social ul li a i {
    font-size: 25px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#contact .contact-social p {
    text-align: center;
    margin-bottom: 5px;
}
#map {
    height: 400px;
}
.ymaps-2-1-79-image {
    background-size: contain;
}
.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-row div {
    padding: 15px;
}

.gallery-row div a {
    height: 100%;
}

.gallery-row div img {
    margin: 0;
    width: 100%;
    height: 100%;
}
















body {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}
body > .hamburger-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: white;
    z-index: 10000;
    width: 250px;
    padding: 11px 25px 25px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body > .hamburger-menu > i {
    position: absolute;
    right: 10px;
    top: 23px;
    font-size: 24px;
    color: black;
}
body > .hamburger-menu .lang {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
body > .hamburger-menu .lang a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
body > .hamburger-menu ul {
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
}
body > .hamburger-menu ul li a {
    display: block;
    overflow: hidden;
    white-space: normal;
    color: #80b435;
    text-decoration: none;
    padding: 10px;
    padding-left: 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
body > .hamburger-menu ul li .price {
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: black;
    border-radius: 30px;
}
.active-hamburger {
    left: 0 !important;
}
.active-body {
    margin-left: 250px;
}
.myClass {
    color: green;
}

/*header.changeColor {*/
/*    background-color: #fff;*/
/*}*/
/*header.changeColor .row .col-6 nav ul li a {*/
/*    color: green;*/
/*}*/
/*header.changeColor .row .col-2 .logo img {*/
/*    -webkit-filter: none;*/
/*    filter: none;*/
/*}*/
/*header.changeColor .row .col-2 > .price {*/
/*    color: green;*/
/*}*/
.price{
    color: green;
}
header.changeColor .row .col-2 > .price:hover {
    background-color: #5e5252;
    color: white;
}
/*.test {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: red;*/
/*    position: fixed;*/
/*}*/

.contact-social a{
    transition: all .4s ease-in-out;
}

.contact-social a:hover{
    opacity: 0.7;
}

footer .footer-menu .container .row .col-2 .item ul li a{
    transition: all .4s ease-in-out;
    color: white;
}

footer .footer-menu .container .row .col-2 .item ul li a:hover{
    color: #f07d00;
}

.blog-item ul{
    display: none;
}
.blog-item .content img{
    display: none;
}

::marker{
    color: #f07d00;
}

.cat-page .border-content a{
    color: #009640;
}
.hamburger-menu ul li{
    border-bottom: 1px solid #ececec;
}
body > .overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
}
.owl-carousel .owl-item img{
    height: 100px;
    transition: all .1s ease-in-out;
    object-fit:contain;
}
.cat-page .border-content a img{
    height: 150px;
}
img.fr-dib{
    max-width: 100%;
}
/*.products .owl-carousel .owl-item img:hover{*/
/*    transform: scale(1.4);*/
/*}*/

.nav-icon{
    width: 30px;
    height: 38px;
    border-radius: 27%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: white;
    margin-right: 5px;
}

.nav-icon img{
    width: 100%;
    display: none;
}

.useful-box {
    display: block;
    position: relative;
    height: 240px;
    padding: 15px;
    color: white;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.useful-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s ease-in-out;
    will-change: transform;
    border-radius: 6px;
}

.useful-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    z-index: 2;
}

.useful-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.useful-title {
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease;
}

.useful-shield {
    padding: 6px 10px;
    margin-right: 24px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.useful-box:hover{
    filter: grayscale(1);
    color: white;
}

#blog .owl-nav > button[type="button"]{
    width: 50px;
    height: 50px;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-next{
    right: -50px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}

.call {
    display: flex !important;
    align-items: center;
    background: #fffffff0;
    padding: 10px 19px;
    border-radius: 20px;
    background-color: #008000;
    width: fit-content;
    border-radius: 20px;
    animation: animation-call 4s;
    animation-iteration-count: infinite;
}
.call img{
    width: 35px;
    height: 35px;
    filter: brightness(100);
}

.call p{
    color: white;
}

.default-header-menu .row .col-2:not(:first-child){
    padding-top: 30px;
}
.default-header-menu .row .col-6{
    padding-top: 30px;
}


@keyframes animation-call {
  20%,
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 255, 0, 0.22);
        box-shadow: 0 0 0 5px rgba(0, 255, 0, 0.22);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 5px rgba(0, 255, 0, 0.22);
        box-shadow: 0 0 0 5px rgba(0, 255, 0, 0.22);
    }
    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 255, 0, 0.57);
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0.57);
    }
}
/*.zoom-box .viewer-box {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 1px solid #bdbdbd;*/
/*}*/
/*FULL STORY ZOOM CSS*/

      .piclist{
            margin-top: 30px;
            margin-top: 30px;
            padding-left: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 80%;
        }
        
        .piclist li{ 
            list-style-type:none;
            width: 75px;
            height: 75px;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin-right: 5px;
            border: 1px solid #0000001a;
        }
        
        .piclist li img{
            max-height: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* custom style */
        .picZoomer-pic-wp,
        .picZoomer-zoom-wp{
            border: 1px solid #0000001a;}
        
        .picZoomer{
	        position: relative;
        }
        
        .picZoomer-pic-wp{
        	position: relative;
        	overflow: hidden;
        }
        
        .picZoomer-pic-wp:hover .picZoomer-cursor{
        	display: block;
        }
        
        .picZoomer-zoom-pic{
        	position: absolute;
        	top: 0;
        	left: 0;
        }
        
        .picZoomer-pic{
        	width: 100%;
        	height: 350px;
        	object-fit:cover;
        }
        
        .picZoomer-zoom-wp{
        	display: none;
        	position: absolute;
        	z-index: 999;
        	overflow: hidden;
        }
        
        .picZoomer-cursor{
        	display: none;
        	cursor: crosshair;
        	width: 100px;
        	height: 100px;
        	position: absolute;
        	top: 0;
        	left: 0;
        	border: 1px solid #eee;
        	background-color: rgba(0,0,0,.1);
        }
        
        .picZoomCursor-ico{
        	width: 23px;
        	height: 23px;
        	position: absolute;
        	top: 40px;
        	left: 40px;
        }

        
        #blog{
            background: url(/uploads/posts/2022-05/1653475385_alca-1.png);
            padding-top: 50px;
            position: relative;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        #blog .useful-box{
            width: 100%;
        }
        .presentation .owl-carousel .owl-item img{
            height: 100% !important;
            object-fit:cover;
        }


.products .owl-nav{
    display: none;
}


 #gallery {
    padding: 80px 0;
    background:url("../img/projects-background-image.jpeg");
        background-repeat: no-repeat;
    background-size: cover;
  }
  
 
 
 
 
  
   #gallery .slick-gallery .slick-slide {
    opacity: 0.25;
    transition: opacity 0.5s;
  }
  
  #gallery .slick-gallery .slick-slide.slick-active {
    opacity: 1;
  }
  
   #gallery .slick-gallery .slick-slide  {
    padding: 15px 20px;
    overflow: visible;
    position: relative;
  }
   .project-category .slick-slide a{
       margin-bottom:15px;
   }
  
  /* #gallery .slick-gallery .slide-box .absolute-txt, .project-category .slide-box .absolute-txt {*/
  /*  position: absolute;*/
  /*  top: 60%;*/
  /*  left: 45px;*/
  /*  right: 45px;*/
  /*  z-index: 1;*/
  /*  border-top: 1px solid rgba(255, 255, 255, 0.5);*/
  /*  padding-top: 12px;*/
  /*  padding-bottom: 24px;*/
  /*  color: #fff;*/
  /*}*/
  
  #gallery .slick-gallery .slick-slide a  {
    position: relative;
    transition: 0.4s transform;
    border-radius: 4px;
    overflow: hidden;
    width:100%;
  }
  
  /*#gallery .slick-gallery .slick-slide .slide-img .img-overlay, .project-category  .slide-box .slide-img .img-overlay{*/
  /*  display: flex;*/
  /*  justify-content: flex-start;*/
  /*  align-items: flex-end;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  z-index: 1;*/
  /*}*/
  
  #gallery .slick-gallery .slick-slide a::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #373a42;
    opacity: 0.25;
  }
  
 #gallery .slick-gallery .slick-slide a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    transition: height 0.3s;
  }
  
 #gallery .slick-gallery .slick-slide a img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin:0;
  }
  
   #gallery .slick-gallery .slick-slide a:hover::after,  .project-category    .slick-slide q:hover::after {
    height: 100%;
  }
  
        #gallery .slick-gallery  .slick-list {
      padding-right: 87px;
      padding-left: 87px;
    }
    
  #gallery .slick-gallery .slick-slide a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.19);
  }
  
   #gallery .slick-gallery .slick-arrow {
    background: #fafafa;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
 #gallery .slick-gallery .slick-arrow:active {
    background-color: #abadae;
  }
  
   #gallery .slick-gallery .slick-arrow svg {
    fill: #bdc2c6;
    transition: 0.3s fill;
  }
  
  #gallery .slick-gallery .slick-arrow:hover svg {
    fill: #373a42;
  }
  
 #gallery .slick-gallery .slick-prev {
    left: 80px;
  }
  
  #gallery  .slick-gallery .slick-next {
    right: 80px;
  }
  #blog .row{
      row-gap: 30px;
  }
   .blog-item .image:hover img{
        transform: scale(1.3);
        filter: grayscale(1);
    }
    .blog-item .image:hover .info-button{
        visibility: visible;
    }
    .blog-item .info-button{
        visibility: hidden;
        display: inline-block;
        text-decoration: none;
        padding: 12px 25px;
        color: #80b435;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        font-size: 14px;
        border: none;
        text-transform: uppercase;
        margin-top: 2%;
        border-radius: 999px;
        background: #fff;
        letter-spacing: 0.5px;
        line-height: normal;
        transition: all .3s ease-in-out;
    }
    .blog-item .info-button:hover{
        background: #80b435;
        color: #fff;
    }
    
    .presentation .owl-nav{
        display: none;
    }
    
    
.presentation .overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
#blog .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.static-page-blog .highslide{
    display: block !important;
    text-align: center;
}
footer{
    position: relative;
    background-attachment: fixed;
}
footer .overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
#blog .content h3 a:hover{
    color: #f07d00 !important;
}
.blog-inline .owl-nav{
    display: none;
}
.blog-inline .highslide{
    width: 100%;
    height: 350px;
}
.blog-inline .highslide img{
    height: 100%;
    width: 90%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.blog-inline .highslide img:hover{
    filter: grayscale(100);
}
.presentation.static_pres img{
    margin: 0;
}

.news-blog h3 a:hover{
    color: #f07d00 !important;
}
footer .footer-menu .container .row .col-2 .item h2:hover{
    color: #009640;
}

#blog .news-blog .image img{
    object-fit: cover;
}

#blog > h3{
    margin-bottom: 30px;
}
.news-blog{
    margin: 25px 0;
}