@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');


:root {  
  --bg-before-1:#43a047;
  --bg-before-2:#9CCC65;
  --bg-before-3: #d3b806; 
  --bg-cont-1:rgba(0, 0, 0, 0.25);
  --bg-cont-2:transparent;
 --bg-img-1:url(bg_pattern.png);
 --bg-img-2:none;
 --tema-dark-1:rgba(26, 26, 26, 0.65);
 --tema-dark-2:rgba(60, 2, 2, 0.66);
 --tema-dark-3:rgba(0 ,2 ,9, 0.81);
 --tema-dark-4:rgba(255, 255, 255, 0.7);
 --tema-dark-5:rgba(0 ,0 ,0, 0.73);

 --color-text-tema-1:#fff;
--color-text-tema-2:#fff;
 --color-text-tema-3:#fff;
  --color-text-tema-4:#464646;
  --color-text-tema-5:#fff;

  --toBg-section-1:#550A46;
  --toBg-section-2:#550A46;
  --toBg-section-3:#550A46;
  --toBg-section-4:#807e8b;
  --toBg-section-5:#550A46;

  --color-hover:#ffc13c;

  --black: #060606;
  --white-color:#fff;  
  --hover-tranzitipn: all .4s cubic-bezier(.3,1,.35,1) 0s;  
}

.privacy-pagesLR p{
  margin-bottom: 8px;
  text-indent: 3ch; 
 
}
.privacy-pagesLR li{
  list-style: inside;
}
.privacy-pagesLR h1{
  font-weight: 800;
  text-align: center;
  margin-bottom:  20px;
}
.privacy-pagesLR h2{
  font-weight: 800;
  text-align: center;
  margin-bottom:15px ;
}
.privacy-pagesLR table,.privacy-pagesLR a{
  word-break: break-word;
  color: inherit;
}
.container-fluid{ 
  overflow: hidden;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px; 
 margin: 0 auto;  
}

body{    
  direction: ltr;
  font-family: 'Tenor Sans', sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 0px;
  line-height: 1.5; 
 
   
}
 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
    list-style: none;
  cursor: pointer;
}           
input:focus, textarea:focus, select:focus {
  outline: none;
}
h2{
font-size: clamp(21px,4vw,36px)!important;
}
img, video{
  max-width: 100%;
}
ul{
  list-style: none;               
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.section{ 
  width: 100%;
  display: table;
  table-layout: fixed;
}
.section-intro {  
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pege-bg-img{
  background-image: url(photos/photograph_header_68590cfb303bb2.37839850.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-section-dark{
  position: relative;
  color: var(--color-text-tema-5);
  background-image: url(photos/photograph_header_68590cfb303c28.69564149.jpg);
}
.upb_bg_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: var(--tema-dark-5);
}
.bg-section{
  color: #fff;
  background-color: var(--toBg-section-5);
}

.section-content{
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;  
  padding:60px;
 padding-right: 340px;
  
}
.colim{
  display: flex;
  flex-direction:  column;
}
.dark-screen{
  color: var(--color-text-tema-5);
  background-color: var(--tema-dark-5);
}
.bg-pattern{
  background-image: var(--bg-img-1);
  background-repeat: repeat;
  background-position: center;
}
.menu{
  position: fixed;
  outline: none; 
  
  top: 70px;  
border-radius:  3px;
  right: 70px;
  bottom: 70px;
  width: 224px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  color: #bcb3b3;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: all 0.2s ease-out;

}
.menu::-webkit-scrollbar {
  width: 0; 
  background-color: transparent; 
}

.menu::-webkit-scrollbar-thumb {
  background-color: transparent; 
}
.menu::-webkit-scrollbar {
  width: 4px; 
  height: 309px;
}

.menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.menu::-webkit-scrollbar-thumb {
  background-color: rgb(66, 66, 66);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-radius: 4px;
}

.menu::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}
.menu-inner{
  position: relative; 
  min-height: 100%;
}
.logo-container{
  padding: 28px;
  display: block;
  width: 100%;
 
  img{
    width: 100%;
    height:70px;
    object-fit: contain;
  }
}
.one-page-nav li{
  border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
}
.one-page-nav li:last-child{
  border-bottom: none;
}
.main-navigation{
  margin-bottom: 23px;
}
.menu-link{
  position: relative;
  padding: 11px 28px;
  display: block;
  color: inherit;
  font-size: inherit; 
  transition: all 0.2s ease-out;
}
.menu-link::after{
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  inset-inline-start: 24px;
  opacity: 0;
  background-color: #01bab0;
  content: '';
  box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4);
  transition: all 0.1s ease-out;
}
.menu-link:hover,.menu-link:focus{
  color: #04f1e6;
}
.menu-link:hover:after{
  width: 1px;
  opacity: 1;
  inset-inline-start: 0px;
  box-shadow: none;
}
.menu-trigger{
  position: fixed;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  line-height: 34px;
  font-size: 21px;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
  display: none;
  right: 28px;
  top: 30px;
  transition: all 0.1s ease-out;
  
}
.menu-trigger.open{
  top: 21px;
  
}
.menu-button{  
  position: relative;
  width: 24px;
  height: 20px;
  margin: 15px; 
}
 .menu-button span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  color: black;
  background-color: white;
  position: absolute;
  transform: rotate(0deg);
  transition: .4s ease-in-out;
}

 .menu-button span:nth-child(1) {
    top: 0;
}
 .menu-button span:nth-child(2) {
    top: 9px;
}
 .menu-button span:nth-child(3) {
    top: 18px;
}
 .menu-button.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
 .menu-button.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
 .menu-button.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
.flex{
  display: flex;
  flex-direction: column;
  gap: 34px;

}
.top-title{
  font-size: 60px;
  color: inherit;
  text-transform: uppercase;

}
.block-header-titl{
  padding: 90px 0 80px;
  position: relative;
}
.block-header-titl::before,.block-header-titl::after{
    content: "";
    position: absolute;
    height: 110px;
    width: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    animation: HeaderBorder 4s infinite;
    -webkit-animation: HeaderBorder 4s infinite;
}
.block-header-titl::before{
      left: 0;
    bottom: 0;
    border-top: none;
    border-right: none;

}
.block-header-titl::after{
    right: 0;
    top: 0;
    border-bottom: none;
    border-left: none;
}
@keyframes HeaderBorder {
  0% {
    height: 90px;
    width: 0;
}
50% {
    height: 0;
    width: 90px;
}
100% {
    height: 90px;
    width: 0;
}
}
.wrapper-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.title-blok{
  display: block;
  text-align: center;
  position: relative; 
  color: inherit;  
  margin-bottom: 80px;
}
.wrapper-bloks{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.blok-item{
  flex-grow: 1;
  flex-basis: 260px;
}
.blok-iner{
color: #f8f5f1;
padding: 28px 28px 34px;
width: 100%;
height: 100%;
background: rgba( 0, 0, 0, 0.4 );
box-shadow: 0 8px 31px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 8px );
-webkit-backdrop-filter: blur( 8px );
border-radius: 3px;
border: 1px solid rgba( 0, 0, 0, 0.18 );
}
.icon-wrapper{
  position: relative;
  width: 96px;
  height: 55.43px;
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -59.51px;
  z-index: 1;
  transition: all .3s linear;
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  svg{
    fill: #fff;
    color: #fff;
    width: 28px;
    height: 28px;
    transition: all .3s linear 0s;
  }
}
.icon-wrapper::before,.icon-wrapper::after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 67.88px;
  height: 67.88px;
  -webkit-transform: scaleY(.5774) rotate(-45deg);
  -ms-transform: scaleY(.5774) rotate(-45deg);
  transform: scaleY(.5774) rotate(-45deg);
  background-color: inherit;
  left: 14.06px;
}
.icon-wrapper::before{
  top: -33.94px;
}
.icon-wrapper::after{
     bottom: -33.94px;
}
.blok-item:hover .icon-wrapper{
  background-color: #ffc13c;
}
.blok-item:hover .ionicon{
  fill: var(--black);
}
.icon-content{
  color:#f8f5f1;
}
.article-wrapper{
  display: flex;
  gap: 28px;
  flex-direction:  column;
}
.article-img{
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.article-content p{
  margin-bottom: 10px;
  text-indent: 3ch;
  
}
.article-content ul,ol{
  list-style: inside;
 
}
.article-price{
  display:inline-flex;
  gap: 10px;
  font-weight: 800;
  margin-top: 23px;
  font-size:22px;
  color:var(--white-color);  
}
.servis-list{
  display: flex;
  gap: 23px;
 flex-direction: row-reverse; 

}
.vc_col-sm-3{
  flex: 1;
} 
.vc_col-6{
  flex: 2;
}
.servis-blok-grup{
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}
.servis-img{
  width: 100%;
  height: 300px;
  img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.iner-servis{
  display: flex;
  align-items: center;
  justify-content: center;
}
.servis-blok-grup .blok-iner {
  padding: 28px 10px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.title-blok-servis{
  color: #fff;
  font-weight: 800;
  margin-bottom: 23px;
  margin-top: 23px;
  transition: all 0.4s ease-in-out;
}
.title-blok-servis:focus,.title-blok-servis:hover{
  color: var(--color-hover);
}
.servis-svg{
 display: flex;
 align-items: center;
 justify-content: center;
  svg{
    width: 34px;
    height: 34px;
    fill: #fff;
  }
}
.blog-list{
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.blog-grup-item{
  display: flex;
  gap: 28px;
  flex-direction: row-reverse;
}
.blog-item{
  flex: 1;
}
.blog-box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 23px;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 31px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);

}
.post-preview{
  position: relative;
  height: 400px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.post-date{
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 70px;
  font-size: 16px;
  text-align: center;
  background-color: #252525;
  line-height: 0.45;
  padding: 23px 0;
  color: #FFF;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-title{
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.blog-title:focus,.blog-title:hover{
  color: var(--color-hover);
}
.post-detail{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post-detail::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px #FFF solid;
  content: '';
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.post-preview:hover .post-detail{
  opacity: 1;
 
}
.post-preview:hover .post-detail::after{
  top: 28px;
  bottom: 28px;
  left: 28px;
  right: 28px;
}
.element-footer-bottom{
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #707070;
  border-top: 1px solid #ffffffa8;
}
.element-footer-top{
  padding-bottom: 23px; 
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content:  space-between;
}
.privacy{
 color: inherit;
 transition: all 0.3s ease-out;
}
.privacy:hover,.privacy:focus{
  color: var(--color-hover);
}
.contact-wrapper{
  display: flex;
  gap: 31px;
  flex-direction:  row-reverse;
}
.contact-infa{
  flex: 1;
}
.contact-form{
  flex: 2;
}
.form-pagePO{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-box{
  display: flex;
  gap: 23px;
  flex-direction: row;
}
.form-input{
  display: flex;
  flex-direction: column;
  gap: 23px;
  flex: 1;
}
.input-container{
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.input-container::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';  
  border-radius: 4px;
  border: 1px #FFF solid;
}
.input-container::before,.icon-phone::before,.icon-email::before,.icon-text::before,.icon-name::before{
 
  position: absolute;
  right: 19px;
  top: 11px;
  font-size: 21px;
  pointer-events: none;
 
}
.icon-name::before{
  content: '\263A';
}
.icon-phone::before{
  content: '\260F';
}
.icon-email::before{
  content: "\2709";
}
.icon-text::before{
  content: "\270E";
}
.page-inputNL,.textarea ,.input-field--row_part,.textarea-field--row_part{
  position: relative;
  width: 100%;  
  font-size: 18px; 
  outline: none;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  padding: 13px 15px;
  color: #FFF;
  background-color: transparent;
  border: 3px rgba(255, 255, 255, 0) solid;
  padding-right: 41px;
}
.textarea,.textarea-field--row_part{
  height: 191px;
  
}
.input-field--row_part,.textarea-field--row_part{
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px #FFF solid;
}
.textarea::placeholder,.page-inputNL::placeholder,.textarea-field--row_part::placeholder,.input-field--row_part::placeholder{
  color: #fff;
  font-size: 11px;
}
.grup-element-form{
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.custom-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}
.custom-check-label a{
  color: inherit;
  transition: all 0.4s ease-in-out;
}
.custom-check-label a:hover{
color:#d3b806;
}
.contact-list{
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 17px;
  a{
    color: inherit;
    font-size: inherit;
    word-wrap: break-word;
    transition: all 0.4s ease-in-out;
  }
}
.contact-list a:hover,.contact-list a:focus{
  color:#d3b806;
}
.contact-list li{
  padding: 10px;
  background-color:var(--bg-cont-1);
  border-radius: 4px;
}
.contact-map{
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  iframe{
    width: 100%;
    height: 100%;
  }
}
.contact-map::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.flex-about{
  display: flex;
  gap:34px;
  flex-direction: column;
}

.about-img{
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  border-radius:  0%;
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
  }
}
.about-gallery{
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;;
}
.about-content{
  padding: 28px 15px;
  text-indent: 3ch; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flex-compani{
  display: flex;
  gap: 28px;
  margin-bottom: 34px;
  flex-direction: row;
}
.compani-text{
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 17px;
  text-indent: 3ch; 
}
.compani-photo{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
}
.profile-photo-big{
  position: relative;
  overflow: hidden;

  border-radius: 0%;
  width: 250px;
  height: 250px;
  border: 10px solid #ffffffab;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.name-photo{
  padding: 10px 23px;
  text-align: center;
  background-color: var(--bg-cont-1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  color: #fff;
  backdrop-filter: blur(8px);
}
.profile-photo-small{
  position: relative;
  border: 10px solid #ffffffab;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  border-radius:  0%;
  align-items: center; 
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
  }
 
}
.profile-photo-small::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
  content: '';
  border-radius: 0%;
  transition: all 0.2s ease-out;
}
.profile-photo-small::after{
  position: absolute;
  content: ''; 
  border-radius: 0%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.profile-item:hover .profile-photo-small:after{
  opacity: 1;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}

.profile-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  text-align: center;
}
.profile-item .name-photo{
  padding: 10px;
  font-size: 11px;
  opacity: 1;
  transition: all 0.1s ease-out;
}

.qa-list{
  display: flex;
  gap: 28px;
  flex-direction:  column;
}
.qa-grup{
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 28px;
}
.qa-item{
  border-color: rgba(255, 255, 255, .3);
  position: relative;
  border-radius: 3px;
  color: #fff;
  padding: 23px 28px 24px 110px;
  width: 100%;
  transition: all 0.1s ease-out;
}
.qa-item:hover{
  background-color: #ffc13c;
  color: var(--black);
}
.qa-content p{
  margin-top: 15px;
  font-style: italic;
  text-indent: 3ch; 
}
.vg-blok{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.vg-blok::before{
  position: absolute;
  content: "\2049";
  width: 100%;
  height: 100%;
  font-size: 50px;
}
.form-main{
  flex: 2;
  padding: 28px 15px;
  background-color:var(--bg-cont-1);
  border-radius: 4px;
}

.form-cont{
  flex: 1;
}
.form-cont li a {
  word-break: break-all;
}
.form-cont .contact-list{
  justify-content: flex-end;
}


@media screen and (max-width: 575px){
   .section-content{
   padding: 100px 0 60px;
 }
 .qa-item{
    padding: 110px 15px 24px 15px;
 }
 .vg-blok{
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    text-align: center;
 }
 .post-preview {
  height: 350px;
 }
 .article-img{
  height: auto;
 }
 .compani-text{
  font-size: 14px;
 }
 .compani-text{
  padding: 0;
 }
 .page-title-top{
  text-align: center;
 }
 .about-content{
  padding: 0;
 }
 .element-footer-top{
  justify-content: center;
 }
 
 .img-mob{
  display: none;
 }
} 
  @media screen and (min-width: 768px){
    .profile-item .name-photo{
      opacity: 0;
    }
      .profile-item:hover .name-photo{
      opacity: 1;
    }
    .profile-photo-small::before{
      opacity: 1;
    }
    .profile-item:hover .profile-photo-small::before{
      transform: scale(0.9);
      opacity: 0;

    }
  }  


@media screen and (max-width: 768px){
  .top-title{
    font-size: 27px;
    text-align: center;
  }
  .servis-img{
    height: 350px;
  }
  .form-box{
    flex-direction: column;
  }
 .profile-photo-big{
  width: 150px;
  height: 150px;
 }
  
}

@media (min-width: 575px) and (max-width: 1199px){
  .section-content{
   padding-right: 60px;
 } 
 
}

@media (max-width: 992px){
 .servis-list{
  flex-direction: column;
 }
 .blog-grup-item {
  flex-direction:  column;
 }
 .contact-wrapper {
  flex-direction:  column;
 }
 .flex-about{
  flex-direction: column;
 }
 .about-img img{
   min-height: auto;
   height: 350px;
 }
 .flex-compani{
  flex-direction: column;
 }
 .about-gallery{
  justify-content: center;
 }
 .qa-grup{
  flex-direction: column;
 }
}
@media (max-width: 1199px){
.menu-trigger{
  display: block;
  background-color: rgba(51 ,43 ,43 , 0.97);
}
.menu{
  right: -224px;
  top: 70px;
  background-color: rgba(51 ,43 ,43 , 0.97);
}
.menu.open{
  right: 28px;
}
}

@media (min-width: 1399px){
 
 .menu{
  width: 250px;
  top: 28px;
  right: 28px;
  bottom: 28px;
 }
}

@media (min-width: 1200px){
 .container-fluid {
  max-width: 1170px;
  }
 
}

.base-btn{
  display: inline-block;
  padding: 10px 28px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: 800; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 1px; 
  transition: background-color 0.3s ease; 
}
.btn-blog{
  width: 100%;
}
.btn-5 {
  text-decoration: none;
  display: inline-block; 
  padding: 15px 28px;
  position: relative;
  border: 1px solid var(--color-hover);
  color: var(--tema-dark-5); 
  transition: .4s;
  background-color: var(--color-text-tema-5);
}
.btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: .4s;
}
.btn-5:hover:after {
  border-color:var(--color-hover);
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}
.btn-5:hover,.btn-5:focus{
 color: var(--tema-dark-5);
}

.btn-4 {  
  background: transparent;
  border: solid 1px #fff;
  transition: all linear 250ms; 
  text-align: center;
  color: var(--color-text-tema-5);
  padding: 15px 28px;
 }

.btn-4:focus,.btn-4:hover{
  background:#464646;
  color: #fff;
}

.btn-3 {
  display: inline-flex;
  justify-content: center; 
  border: 1px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 11px 28px;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--toBg-section-4);
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-4px);
  box-shadow: 0 4px 11px rgba(0,0,0,0.2), 0 16px 23px rgba(0,0,0,0.2);
  color: #FFF;
}
.btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
  transition: left 0.7s;
}
.btn-3:hover:before,
.btn-3:active:before,
.btn-3:focus:before {
  left: 100%;
}
.btn-2 {
  display: inline-flex;
  position: relative;   
  padding: 11px 28px;
  text-align: center;
  justify-content: center;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;   
  background: var(--color-hover);   
  border: 1px solid var(--color-text-tema-5);
}
.btn-2:hover,
.btn-2:active,
.btn-2:focus {
  color: #FFF;
}
.btn-2:after,
.btn-2:before {
  position: absolute;
  height: 4px;
  left: 50%;
  background: var(--color-hover);
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn-2:before {
  top: -6px;
}
.btn-2:hover:after,
.btn-2:hover:before,
.btn-2:active:after,
.btn-2:active:before,
.btn-2:focus:after,
.btn-2:focus:before {
  width: 100%;
  left: 0;
}
.btn-1 {
   background: transparent;   
  display: inline-flex;
  position: relative;    
  color: var(--color-text-tema-5);    
  text-transform: uppercase; 
  
  border: 1px solid var(--color-text-tema-5);
  overflow: hidden;
  justify-content: center;
  z-index: 1;
}
.btn-1:hover,
.btn-1:active,
.btn-1:focus {
  color:var(--color-text-tema-5);
}
.btn-1:before,
.btn-1:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 23px;
  height: 100%;
  background-color: #bb5502;
  z-index: -1;
}
.btn-1:before {
  left: -23px;
  transform: translate(-50%, -50%);
}
.btn-1:after {
  right: -23px;
  transform: translate(50%, -50%);
}
.btn-1:hover:before,
.btn-1:active:before,
.btn-1:focus:before {
  animation: from-left 0.4s both;
}
.btn-1:hover:after,
.btn-1:active:after,
.btn-1:focus:after {
  animation: from-right 0.4s both;
}
@keyframes from-right {
    0% {
        right: -23px;
    }
    50% {
        right: 50%;
        width: 23px;
    }
    100% {
        right: 50%;
        width: 100%;
    }
}
@keyframes from-left {
    0% {
        left: -23px;
    }
    50% {
        left: 50%;
        width: 23px;
    }
    100% {
        left: 50%;
        width: 100%;
    }
}

.privaPt{
  padding-top: 0;
}

.contact-map iframe{
  border: 0;
}

.contactInputFlex{
  flex: 1;
}

.dopTextCenter{
  text-align: center;
}

.dopMb{
  margin-bottom: 0;
}
.dopFootPt{
  padding-bottom: 28px;
}

.article-content h2, .article-content h3{
  font-size: 14px !important;
}

.privacy-pagesLR h2, .privacy-pagesLR h3{
  text-align: left !important;
  font-size: 18px !important;
}

p,li{
  padding: 8px 0;
}