@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root { 
  --bg-main-1:#ffdab9;
  --bg-main-2:#e6e6fa;
  --bg-main-3:#40E0D0;
  --bg-main-4:#98ff98;
  --bg-main-5: #d1d1d1;

  --bg-blur-1: rgba(196, 52, 10, 0.8);
  --bg-blur-2:rgba(89, 64, 193, 0.8);
  --bg-blur-3:rgba(10, 123, 117, 0.8);
  --bg-blur-4: rgba(7, 142, 10, 0.8);
  --bg-blur-5: rgba(79, 79, 79, 0.8);

  --linear-gradient-1: linear-gradient(transparent 0%, rgb(156, 42, 16) 100%);
  --linear-gradient-2: linear-gradient(transparent 0%, rgb(74, 53, 162) 100%);
  --linear-gradient-3: linear-gradient(transparent 0%, rgb(13, 98, 94) 100%);
  --linear-gradient-4: linear-gradient(transparent 0%, rgb(11, 112, 14) 100%);
  --linear-gradient-5:  linear-gradient(transparent 0%, rgb(69, 69, 69) 100%);


  --bg-cart-1:#c4340a;
  --bg-cart-2:#5940c1;
  --bg-cart-3:#0a7b75;
  --bg-cart-4: #078e0a;
  --bg-cart-5:#4f4f4f;

  --flex-direction-row-1:row;
  --flex-direction-row-2:row-reverse;

  --color-activ-1:#FFA500;
  --color-activ-2:#FF0000;
  --flex-basis-1:calc((100% - 60px) / 4);
  --flex-basis-2:calc((100% - 20px) / 2);
  --margin-nCaild-1:20px;
  --margin-nCaild-2:0;
  --black: #060606;
  --section-white:#ffffff;  
  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}

.privacy-pageNV p{
  margin-bottom: 13px;
  text-indent: 3ch;
}
.privacy-pageNV h1{
  font-weight: 800;
  text-align: center;
  margin-bottom:  21px;
}
.privacy-pageNV h2{
  font-weight: 400;
  text-align: center;
  margin-bottom:16px ;
}
.privacy-pageNV table,.privacy-pageNV a{
  word-break: break-word;
  color: inherit;
}
.wrapper { 
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; 
  box-sizing: border-box;
}

body{    
  direction: ltr;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  line-height: 1.3; 
  color: var(--black); 
   
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: var(--hover-tranzitipn);
}
a:hover,a:focus{
  color: var(--color-activ-1);
}
img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.penci-menu-hbg{
  width: 330px;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  padding: 30px 0;
  background: var(--section-white);
  box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
}
.penci-menu-hbg::-webkit-scrollbar {
    display: none; 
}
.wrapper-boxed{
  padding-right: 330px;
  overflow: hidden;
  box-sizing: border-box;
 
}
.contaner{
  width: 100%;
}
.hero-section{
  padding: 180px 0;
  background-image: url(photos/illustration_header_6863b6e839cbc9.63035828.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-opas{
  background-image: url( graphics/light-overlay-Wt0.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-op_img{
  position: relative;
}
.bg-whate{
  background: var(--section-white);
}
.bg-op_img::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: var(--linear-gradient-3);
}
.penci-menu_wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.penci-hbg-footer{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
}
.penci-menu_logo{
  text-align: center;
  flex-direction: column;
  transition: var(--hover-tranzitipn);
  color: var(--black);
  font-size: 20px;   
  display: flex;
  align-items: center;  
  gap: 13px;    
}
.penci-menu-logo_img{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    object-fit: contain;
    width:  45px;
    height:  45px;
    
  }
}
.menu-hgb-mai{
  display: flex;
  flex-direction: column;
}
.menu-hgb_link{
  padding: 13px 0;
  display: block;
  font-weight: 800;
  font-size: 16px;
}
.widget-title{
  margin-bottom: 30px;
  margin-top: 30px;
}
.inner-arrow{
  position: relative;
  padding-right: 30px;
  display: inline-block;
  margin-bottom: 0;
  background-color: var(--bg-cart-3);
  text-transform: inherit;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 13px;
  z-index: 3;
  font-size: 17px;
  color: #fff;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
.inner-arrow::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-right: 16px solid var(--section-white);
  right: 0;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
}
.penci-latestwg{
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.penci-feed{
  overflow: hidden;
  position: relative;
}
.side-image{
  float: left;
  display: none;
  margin-right: 23px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.side-item-text h4{
  font-size: 17px;
  word-break: break-word;
}
.hero-content{
  position: relative;
  width: 100%;
  padding: 16px 60px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: start;
  box-sizing: border-box;
}
.hero-title{
  text-align: center;
  color: #fff;
}
.sectionPK{
  padding: 54px 13px;
}
.row{
  display: flex;
  gap: 23px;
  flex-direction: row-reverse;
  div{
    flex: 1;
  }
}
.about-img{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    max-height: 350px;
    object-fit: contain;
  }
}

.title-blok{ 
  font-size: 32px;
  margin-bottom: 42px;
  font-weight: 800;
  text-align: start;
}



.bg-section{
  background-color: var(--bg-main-3);
}
.facilities-wrapper{
  display: flex;
  flex-wrap: wrap; 
}
.facilities-item{
 margin-right: 20px;
 margin-right: 20px;
  flex-basis: var(--flex-basis-2);
}
.facilities-item:last-child{
  margin-right: 0;
}
.facilities-item:nth-child(2):not(:last-child){
  margin-right:var(--margin-nCaild-2);
}
.facilities-blok{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  height: 300px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
.facilities-blok::after{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 10;
}
.facilities-item:hover .facilities-blok::after{
  opacity: 0.87;
}
.facilities-item:hover .facilities-title{
  opacity: 1;
}
.facilities-title{ 
  opacity: 0;
  position: absolute;
  padding: 0 16px;
  text-align: center;
  top: 50%;
  width: 100%;
  padding: 0 13px;
  margin: 0;
  z-index: 12;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translateY(-50%);
}
.footerYU{
  background-color: var(--black);
  color: var(--section-white);
}
.footer-bottom{
  padding: 23px 0;
}
.footer-topNJ{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  gap: 16px;
  font-size: 17px;
  justify-content: space-between;
  padding: 30px 0 16px;
  border-bottom: 1px solid #4a4a4a;
}
.reasons-listOP{
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.reasons-itemOP{
  flex-grow: 1;
  flex-basis: 300px; 
  box-sizing: border-box;
}
.reasons-wrapper{
  position: relative;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.reasons-wrapper::after{
 content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  bottom: -10px;
  background: #e5e5e5;
}
.reasons-imgOP{
  display: inline-block; 
  width: 100px;
  height: 100px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.icon-content,.icon3,.icon2{
  position: relative;
  padding-top: 30px;
  z-index: 2;
}

.icon-content::before,.icon3::before,.icon2::before{
  content: "1";
  font-size: 100px;
  font-weight: 500;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  opacity: .2;
  color: #959595;
}
.icon3::before{
  content: "3";
}
.icon2::before{
  content: "2";
}
.icon-content h4,.icon3 h4,.icon2 h4{
  color: #222;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}
.page-section{
  padding: 80px 0;
}
.page-section_title{
  font-size: 43px;
  font-style: italic;
  box-sizing: border-box;
  letter-spacing: 0;
}
.page-form-wrapper{
  display: flex;
  flex-direction: row-reverse;
}
.page-form_bgImg{
  width: 33.33%;
}
.page-form_blok{
  width: 66.66%;
  background: var(--bg-main-3);
}
.bgImg{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url( photos/portrait_header_6863b6e83a3170.45095953.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-box{
  display: flex;
  gap: 50px;
  flex-direction:  column;
}
.about-bg{
  width: 100%;
  height: 350px;
  background-image: url( photos/view_header_6863b6e83a4827.65053878.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-content{
  text-indent: 3ch;   
}
.section-column{
  display: flex;
  flex-direction: column;
}
.bgImg_icon{
  position: absolute;
  left: 50%;
   padding: 25px; 
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 50%;
  background:  var(--bg-cart-3);
  svg{
    fill: #fff;
    width: 25px;
    height: 25px;
  }
}
.cont_icon{
  padding: 25px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 50%;
  background:  var(--bg-cart-3);
  svg{
    fill: #fff;
    width: 25px;
    height: 25px;
  }
}

.formPN{
  padding: 60px 42px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.map_blok{
  box-sizing: border-box;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.contact-bgImg{
  flex: 1;
  box-sizing: border-box;
}
.bgImg_cont{
  padding: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-image: url( photos/photograph_header_6863b6e83a46d4.81760418.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loke{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  justify-content: center;
}
.loke h3,.contact-item_blok h3{
  font-size: 23px;
  font-weight: 400;
}
.map_blok iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.map_blok{
  box-sizing: border-box;
  width: 50%;
  height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.grup-element{
  display: flex;
  flex-direction: column;
  gap: 23px;
 
}

.page-inputBG,.page-textarea,.input-group__panelinput,.textarea-group__panelinput{
  padding: 13px 23px;
  max-width: 100%;
  border: 1px solid #7e727273;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  font-weight: 400;    
  max-height: 50px;
  background: 0 0;
  box-sizing: border-box;
}
.page-textarea{
  min-height: 100px;
}
.page-inputBG::placeholder{
  font-size: 13px;
}
.input-blok{
  width: 100%; 
}
.grup-input{
  display: flex;
  flex-direction: column;
  gap: 13px;  
}
.custom-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.wrapper-contact-bottom{
  display: flex;
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
}
.contact-item_blok{
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
}
   
.blog-wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-row{
  flex: 1;
  display: flex;
  gap: 30px;
  flex-direction:  row;
}
.blog-box{
  flex: 1;
  padding: 13px;
  display: block;
  border-radius: 8px;
  background-color: var(--bg-cart-3);
}
.blog-img{
  overflow: hidden;
  width: 100%;
  height: 350px;
  display: block;
  border-radius: 8px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.9s ease;
  }
}
.blog-box:hover .blog-img img{
  transform: scale(1.2);
}
.blog-content{
  padding: 23px 16px; 
  box-sizing: border-box;
  color: #fff;
}
.blog-title h3{
  font-size: 25px;
}
.vanishing{
  display: none;
}
.blog-title{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;

}
.blog-title::after{
  position: absolute;
  content: "✦";  
  display: block;
  color: #fff;
  width: 50px;
  height: auto;
  left: 0;
  right: 0;
  background-color: var(--bg-cart-3);
  margin: 0 auto;
  bottom: -16px;
  line-height: 30px;
  font-size: 28px;
  animation: no-spin 5s infinite linear;
  -moz-animation: no-spin 5s infinite linear;
  -webkit-animation: no-spin 5s infinite linear;
  -ms-animation: no-spin 5s infinite linear;
}
@keyframes no-spin{
  0%, 100% {
      transform: rotate(0);
  }
}
@keyframes spin{
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-box:hover .blog-title::after{
  animation: spin 5s infinite linear;
  -moz-animation: spin 5s infinite linear;
  -webkit-animation: spin 5s infinite linear;
  -ms-animation: spin 5s infinite linear;
}

.blog-title::before{
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2px;
}
.article-wrapper{
  display: flex;
  gap: 42px;
  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: 13px;
  text-indent: 3ch;
}
.article-content ul,ol{
  list-style: inside;
}
.article-price{
  display:inline-flex;
  gap: 13px;
  font-weight: 800;
  margin-top: 23px;
  font-size:22px;
  color:#fff;  
}
.bg-img-section{
  color:#fff;
  position: relative;
  background-image: url( photos/view_header_6863b6e83a4827.65053878.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-img-section::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.posIO{
  position: relative;
}
.comments-listIO{
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}
.comment-itemIO{
  flex: 1;
  background: transparent;

}
.comment-tex-blok{
  padding: 30px 42px;
  position: relative;
  color: #000;
  text-align: center;
  border-radius: 8px;
  background-color: var(--section-white);
}
.comment-tex-blok::after{
  position: absolute;
  content: "\201F";  
  left: 50%; 
  top: 0;
  transform: translate(-50%);
  opacity: .06;
  color: #000;
  box-sizing: border-box;
  font-size: 7em;
}
.comment-tex-blok::before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top-width: 13px;
  border-top-style: solid;
  bottom: -9px;
  border-top-color: var(--section-white);
}
.avatar-comment{
  margin-top: 30px;    
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:  17px;
}
.avatar-comment_img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius:  50%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blok-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto; 
  grid-gap: 15px; 
}
.blok-grid_item{
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  text-align: center;

}
.stat-text{
  position: relative;
  font-size: 22px;
  font-weight: 200;   
   
}
.stat-text::after,.stat-text::before{
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -15px;
  content: "";
  transition: all .3s linear;
}
.stat-text::before{
  background: #fff; 
  width: 30px;
}
.stat-text::after{
  width: 0;
}
.blok-grid_item:hover .stat-text::before{
  width: 0px;
}
.blok-grid_item:hover .stat-text::after{
  width: 60px;
  background-color: #ffd800;
}

.number{
  color: #ffd800;
  margin: 13px 0 0;
  text-transform: inherit;
  font-size: 37px;
  font-weight: 800;
}
.question-box{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;  
  padding: 23px 30px 30px;
  background: #ffffff;
  border: 1px solid #d1d4db;
  box-sizing: border-box;
  border-radius: 8px;
  color: #171a22;
  transition: all 0.2s ease-in-out;
}
.question-box:hover{
  border: 1px solid #CFCFCF;
  box-shadow: 0 5px 6px -1px rgba(27, 27, 27, 0.04), 0 13px 16px -4px rgba(27, 27, 27, 0.1);
}
@media screen and (min-width: 480px) {
 
			  
}
@media screen and (min-width: 575px){
  
}
@media screen and (max-width: 575px){
    .facilities-item {
      margin-right: 0;
      flex-basis: 100%;
    }
    .hero-content{
      padding:0px;
    }
    .hero-title{
      font-size: 22px;
    }
    .hero-content{
      align-items: center;
    }
    .hero-section{
      padding: 118px 0;
    }
    .page-section_title ,.title-blok{
    font-size: 22px;
   }
   .formPN{
    padding: 60px 16px;
   }
   .blog-title h3 {
    font-size: 19px;
   }
   .blog-content {
    text-align: center;
   }
   .comment-tex-blok{
      padding: 30px 13px;
   }
   .blok-grid {
     grid-template-columns: 1fr;
   }
   .question-box {
    padding: 23px 16px 30px;
   }
   .reasons-wrapper{
    padding: 30px 16px;
   }
   .blog-content {
    padding: 23px 0;
   }
   .number{
    font-size: 28px;
   }
   .stat-text{
    font-size: 19px;
   }
} 
    


@media screen and (max-width: 768px){
   .page-form-wrapper{
    flex-direction: column;
   }
   .page-form_bgImg {
    width: 100%;
    height: 300px;
   }
   .page-form_blok{
    width: 100%;
   }
   .contact-bgImg,.map_blok{
    width: 100%;
   }
   .wrapper-contact-bottom{
    flex-direction: column;
   }
   .bgImg_cont{
    padding: 60px 16px;
   }
   .blog-row{
    flex-direction: column;
   }
   .comments-listIO {
    flex-direction: column;
   }
   .footer-topNJ{
     justify-content: center;
   }
}
@media (min-width: 575px) and (max-width: 768px){
 .hero-content{
  padding: 16px;
 }
 .page-section_title {
  font-size: 28px;
 }
 .title-blok{
  font-size: 28px;
 }
}
 
@media (min-width: 575px) and (max-width: 992px){
   .dopmenu{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
   }
  
}
@media (min-width: 768px) and (max-width: 991.98px){
   
 
}

@media (max-width: 992px){
  .row{
    flex-direction: column;
  }
  .penci-menu-hbg {
    position: unset;
    width: 100%;
   
   }
   
   .penci-hbg-footer{
    display: none;
   }
   .footer-bottom{
    display: flex;
   }
   .menu-hgb_nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 23px;    
   }
   .wrapper-boxed{
      padding-left: 0;
      padding-right: 0;
   }
   .penci-latestwg {
    gap: 13px;
   }
   .side-image{
    display: none;
   } 
   .menu-hgb_link{
    padding: 5px 0;
   }
   .widget-title{
     margin-bottom: 13px; 
     margin-top: 0px;
   }
   

}


@media screen and (min-width: 992px) {
  .wrapper {
   max-width: 960px;
  }
  
}
@media (min-width: 1200px){
 
  .facilities-item{

  flex-basis: var(--flex-basis-1);
}

.facilities-item:nth-child(2):not(:last-child){
  margin-right:var(--margin-nCaild-1);
}
.input-blok{
  width: 50%; 
}
.grup-input{
 flex-direction: row; 
}
}

.base-btn{
  display: inline-block;
  padding: 13px 23px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: 800; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 5px; 
  transition: background-color 0.3s ease; 
}
.btn-5 {
  text-decoration: none;
  display: inline-block; 
  padding: 16px 30px;
  position: relative;
  border: 1px solid #FFA500;
  color: #FFA500; 
  transition: .5s;
  background-color: #FF0000;
}
.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: .5s;
}
.btn-5:hover:after {
  border-color: #FFA500;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}
.btn-5:hover,.btn-5:focus{
  color: #fff;
}

.btn-4 {
  border-radius: 13px;
  color: white;
  transition: .2s linear;
  background: #4f4f4f;
  padding: 16px 23px;
}

.btn-4:hover {
  color: white;
  box-shadow: 0 0 0 1px white, 0 0 0 5px #4f4f4f;
}
.btn-3 {
  display: inline-flex; 
  border: 1px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 16px 30px;
  color: #FFF;
  font-weight: 800;
  text-transform: inherit;
  background: #ff0000;
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-5px);
  box-shadow: 0 5px 16px 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: 13px 30px;
  color: #FFF;
  font-weight: 800;
  text-transform: inherit; 
  background: #FFA500;   
  border: 1px solid #BFE2FF;
}
.btn-2:hover,
.btn-2:active,
.btn-2:focus {
  color: #FFF;
}
.btn-2:after,
.btn-2:before {
  position: absolute;
  height: 5px;
  left: 50%;
  background: #FFA500;
  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 {
  display: inline-flex;
  position: relative;    
  color: #FFF;    
  text-transform: uppercase;    
  background: #FFA500;    
  border: 1px solid #BFE2FF;
  overflow: hidden;
  z-index: 1;
}
.btn-1:hover,
.btn-1:active,
.btn-1:focus {
  color: #FFF;
}
.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.5s both;
}
.btn-1:hover:after,
.btn-1:active:after,
.btn-1:focus:after {
  animation: from-right 0.5s 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%;
    }
}


.privacy-pageNV ul, .privacy-pageNV ol{
  list-style: disc !important;
}

.article-content h2{
  font-size: 19px;
}