@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {
  --white: #fff;
  --black: #080101;
  --white-section: #fffcfa;
  --shadow-1: 0 10px 10px -10px rgba(255, 255, 255, 0.15);
  --shadow-2: 0 0 4px rgba(255, 255, 255, 0.222);
  --shadow-3: 0 4px 8px rgba(255, 255, 255, 0.222);
  --shadow-4: 0px -10px 24px 0px rgba(255, 255, 255, 0.25) inset;
  --shadow-5: none;  
}
.btn-1 {
  padding:  13px 21px;
   display: block;
  width: fit-content;
  text-align: center;
  font-size: 18px;
   border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius:  13px;
}

.btn-1:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius:  13px;
}

.btn-1:active {
  color: #000
}

.btn-1:active:after {
  background: transparent;
}

.btn-1:hover:before {
  opacity: 1;
}

.btn-1:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius:  13px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.btn-2 {  
  display: inline-block;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff; 
  padding: 14px 22px;
  letter-spacing: 2px;
   width: fit-content;
  background: none;
  border: none;
  line-height: 17px;
  transition: all 0.3s ease;
}

.btn-2::before,.btn-2::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  top: 0;
  border:2px solid #666;   
  transition: all 0.5s ease;
}
.btn-2::before{
  left: 0;
  bottom: 0;
  border-right: none;
}
.btn-2::after{
  right: 0; 
  border-left: none;
}
.btn-2:hover,.btn-2:focus{
  color: #ffffff;
  outline: none;
}
.btn-2:hover:before,.btn-2:focus:before,.btn-2:hover:after,.btn-2:focus:after{
  width: 100%;
  border-color: #aaa;
}
.btn-3 {
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  outline:none;
   width: fit-content;
  color: #010101;
  background-color: #c4ef17;
  text-align: center;
  border: none;
  transition: all .4s;
  border-style: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
 
}
.btn-3:hover,.btn-3:focus{
  color: #fff;
  background-color: #010101;
}






.btn-4 {
  padding:  16px  32px;
  border-radius: 13px;
  border: 0;
   display: block;
  width: fit-content;
  text-align: center;
  background-color: rgb(255, 56, 86);
  letter-spacing:  1.4;
  font-size: 16px;
  transition: all .3s ease;
  box-shadow: rgb(201, 46, 70) 0px -10px 0px 0px;
  color: hsl(0, 0%, 100%);
}

.btn-4:hover {
  box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
}

.btn-4:active {
  background-color: rgb(255, 56, 86);

  box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
  transform: translateY(5px);
  transition: 200ms;
}

.btn-5{
  display: block;
  padding: 13px  17px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff5252;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #000;
  transition: all 0.3s ease;
}

.btn-5:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.btn-5:active {
  background-color: #012f5d;
  color:#fff ;
  box-shadow: none;
  transform: translateY(4px);
}

body{
  direction: ltr;
  font-family: 'Playfair Display', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  line-height: 1.4; 
}
html {
  scroll-behavior: smooth;
}
* {
  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;
}
.box-privacy{
  word-break: break-word;
  ul, ol {
  margin-bottom: 9px;
  padding-left: 25px;
}
}
.box-privacy p{
  margin-bottom:  9px;
  text-indent: 2ch; 
 
}
.box-privacy li{
  list-style: inside;
}
.box-privacy h1{
  font-weight: 800;
  text-align: center;
  margin-bottom:  28px;
}
.box-privacy h2{
  font-weight: 600;
  text-align: center;
  margin-bottom:17px ;
}
.box-privacy table,.box-privacy a{
  word-break: break-word;
  color: inherit;
}
.container-box{
  width: 100%;
  max-width: 1170px;
  padding-left:  13px;
  padding-right:  13px;
  margin-left: auto;
  margin-right: auto;
}
.top-section{
  height: 97vh !important;
  width: 100%;
  overflow: hidden;
}
.bgTop{
  position: relative;
  background-image: url(uploads/05_2025/section-bg_1600x9000.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;  
}
.bg-dark {
  opacity: .8;
  background-color: var(--black);
}
.center-col{
  position: absolute;     
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.myphoto{
  height: 228px;
  width: 228px;
  position: relative;
  display: none;
  border-radius: 50%;
  overflow: hidden;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
.flex-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:  25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.myphoto::before{
  content: " ";
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.typing-container {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-inline-end: 1px solid;
  width: 30%;
  animation: typing 8s steps(40, end) infinite, blink-caret 3s step-end infinite;
  animation-delay: 2s;
}

.typing-text {
  display: inline-block;
  font-family: monospace;
  font-size: 2em;
}
.name-bok{
  width: 45%;
  margin: 0 auto;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes blink-caret {
  from, to {
    
     border-color: #fff;
  }
  50% {
    border-color: #fff;
  }
}

.top-tex{
  padding: 25px 0;
  font-size: 21px;
}
.nav-top{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 2;  
 
}
.box-nav{
  background: transparent;
  height: 70px;
  border-radius: 41px;
 
  position: relative;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
.box-sect{
  padding: 100px 0 59px;
  
}
.widget-priv {
  overflow: hidden;
  word-break: break-all;
}
.bg-dark-section{
  background-color:  #3B0944;
  color: #a4a7b1;
}
.nav-listTop{
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.nav-itemTop{
  
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  display: flex;
}
.nav-linkTop{
  font-size: 16px;
  color: var(--black);
  font-weight:  600;  
  text-transform: inherit;
  background-color:#fffcfa;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.nav-itemTop:hover .nav-linkTop{
   border-radius: 1rem;
}
.main-wrapper{
  display: flex;  
  gap: 25px;
  flex-direction: row;
  
}
.blog-blok{
  flex: 2; 
  display: flex;
  flex-direction: column;
  gap: 33px; 
  
}
.sidebar{
  flex: 1; 
  height: fit-content;
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 25px;
  top: 0;
}
.menu-box{
  padding: 41px 25px; 
}
.widget-title{
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  padding-inline-start: 13px;
  margin: 0 0 30px;
}
.widget-title::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: 80%;
  background-color: #c4ef17;
}
.menu-list{
  display: flex;
  flex-direction: column;
  width: 100%;
  li{
    border-top:0px  dotted #b692a1;
  }
}
.menu-list li:last-child{
  border-bottom:0px  dotted #b692a1;
}
.menu-link{
  color: #fff;
  font-size: 16px;
  display: flex;
  gap: 13px;
  overflow: hidden;
  padding:  14px 0;
  position: relative;
  align-items: center;
  transition: all .3s ease;
}
.menu-svg{
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  
  justify-content: center;
  
}
.read-more .menu-svg{
  margin-inline-start:13px;
}
.fill-svg{
  width: 100%;
  height: 100%;
  fill:  #f1efeb;
}
.menu-link:hover,.menu-link:focus{
  color: #c4ef17;
}
.menu-link:hover .fill-svg,.menu-link:focus .fill-svg{
 fill: #c4ef17;
}
.blog-list{
  display: flex;
  gap: 59px;
  flex-direction: column-reverse;
}
.blog-grup{
  display: flex;
  gap: 59px;
  flex-direction: column;
}
.blog-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 27px;
 
}
.entry-thumbnail{
  position: relative;
  overflow: hidden;
  a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  img{
    width: 100%;
    height: 342px;
    object-fit: cover;
  }
}
.categories{
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 14px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  padding: 14px 14px;
  border-radius: 1px;
  color: var(--black);
  background-color: #c4ef17;
}
.entry-summary{
  display: flex;
  flex-direction: column;
  gap:  27px;
  padding: 0 13px 14px;
}
.blog-title{
  color: var(--white);
  font-size: 21px;
  transition: all .5s ease;
  text-align: left;
}
.blog-title:hover,.blog-title:focus{
  color:#c4ef17;
}
.entry-post-meta{
  color: #83827f;
  display: flex;
  flex-wrap: wrap;
  font-size:  18px;
  gap: 9px;
  font-weight: 600;
}
.author{
  display: flex;
  gap: 9px;
  align-items: center;
}
.entry-post-meta span:not(:last-child)::after{
  position: relative;
  top: -1px;
  content: "/";
  margin-left: 13px;
  margin-right: 13px;
}
.ionicon{
  fill: #c4ef17;
  color:#c4ef17;
}

.read-more{
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight:800;
  text-transform: uppercase;
  line-height:  1.4;
  color: #83827f;
  transition: all .3s ease;
}
.read-more .ionicon{
  fill: #83827f;
  transition: all .3s ease;
  transform: rotate(-35deg);
}
.read-more:hover,.read-more:focus{
  color: #c4ef17;
}
.read-more:hover .ionicon,.read-more:focus .ionicon{
  transform: rotate(0deg);
  fill: #c4ef17;
}
.categories-item{
  display: flex;
  align-items: center;
  transition: all .3s ease;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  padding:  15px;
  border: 2px solid #242425;
  background-color: #101010;
}
.categories-item:not(:last-child){
  margin-bottom: 18px;
}
.categories-item:hover{
  color: #010101;
  background-color: #c4ef17;
  border-color:#c4ef17;
}
.section-pag{
  padding: 59px 0;
}
.accordion {
  width: 100%;
    
}
.colorBorder{
  box-shadow: var(--shadow-3);
  border-radius: 5px;
  background-color: var(--black); 
  
}

.accordion-item {
    border: 2px solid #242425;
}

.accordion-title {
  display: block;
  padding: 13px;
  font-size: 16px;
  background:transparent;
  cursor: pointer;
  font-weight: 800;
  transition: background 0.3s ease;
}

.accordion-title:hover {
  background:#c4ef17;
  color: #000;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  p{
    padding:  9px;
    text-indent: 2ch; 
  }
}

.input-qg[type="checkbox"] {
  display: none;
}

.input-qg[type="checkbox"]:checked ~ .accordion-content {
  max-height: 300px; 
}

.input-qg[type="checkbox"]:checked ~ .accordion-title {
  background:#c4ef17;
  color: #000;
}
.tagcloud{
  display: flex;
  flex-wrap: wrap;
  gap:  17px;
  span{
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 18px;
    color: #83827f;
    transition: .3s;
    background-color: #101010;
  }
}
.tagcloud span:hover{
  color: #010101;
  background-color: #c4ef17;
}
.footer-section{
  position: relative;
  background-image: url(uploads/05_2025/section-bg_1600x9000.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:60px 0 ;
}
.opaciti{
  opacity: 0.9;
}
.footer-list{
  display: flex;
  gap:27px;
  color: #a4a7b1;
  flex-direction: row;
}
.footer-element{
  flex: 1;
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: space-between;
}

.logo-link{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    height:60px;
    width: auto;
    object-fit: contain;
  }
}
.copyright-box{
  display: flex;
  flex-wrap: wrap;
  gap:  9px;  
  font-size: 14px;
  text-transform: uppercase;
  justify-content: center;
}
.title-footer{
  color: var(--white);
  text-align: center;

}
.footer-privacy{
  display: flex; 
  height: 100%;
  width: 100%;
  gap: 18px;  
  text-align: center; 
  flex-direction: column-reverse;
}
.footer-link{
  display: block; 
  color: #a4a7b1;
  font-size:16px;
  transition: all 0.3s ease;
}
.footer-link:hover,.footer-link:focus{
  color:#c4ef17;
}
.myNewsletter{
display: flex;
flex-direction: column;
gap: 18px;
align-items: center;
}
.input{
  line-height: 32px;
  padding: 6px 18px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #ffffff;
}
.contact-wrapper{
  display: flex;
  gap:  59px;
  flex-direction:  column-reverse;
  
}
.cont-blok{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.cont-item{
  flex-grow: 1;
  flex-basis: 300px;
}
.intu-box{
  position: relative;
  display: flex;
  gap: 30px;
  color: var(--white);
  text-align: left; 
  flex-direction:  column-reverse;
  width: 100%;
  height: 100%;  
  border-radius: 13px;
  background-color: var(--black);
  border:  2px solid #242425;
  padding: 41px  25px 41px  25px;
}
.intu-box::after,.intu-box::before{
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0; 
  content: "";
  width: 20px;
  transform: scale(0.5);
  height: 20px;
  visibility: hidden;
  transition: .3s;
}
.intu-box::after{
  left: 20px;
  bottom: 20px;
  background-color: var(--white);

}
.titl-mar{
  margin-bottom: 32px;
}
.intu-box::before{
  background-color: #c4ef17;
}
.cont-item:hover .intu-box::before,.cont-item:hover .intu-box::after{
  opacity: 1;
  visibility: visible;  
  transform: scale(1);
}
.contact-title{
  font-size: 18px;
  margin-bottom: 17px;

}
.cont-link{
  color: var(--white);
  font-size: 16px;
  word-break: break-word;
  transition: .3s;
}
.cont-link:hover,.cont-link:focus{
  color:#c4ef17;
}
.intu-box .menu-svg{
  width: 41px;
  height: 41px;
  margin: 0 auto;
}
.input-page,.textarea-page,.input-groupfield_input,.textarea-groupfield_input{
  width: 100%;
  outline: none;
  height: auto;
  font-size: 16px;
  color: var(--white);
  font-weight:400;
  border: 2px solid #242425;
  background-color: #101010;
  text-align: left;
  transition: all .2s linear;
  padding: 18px;
  border-radius: 5px;
}
.input-page::placeholder,.textarea-page::placeholder,.textarea-groupfield_input::placeholder,.input-groupfield_input::placeholder{
  color: #83827f;
}
.textarea-page,.textarea-groupfield_input{
  min-height: 150px;
}
.input-grup{
  display: flex;
  gap: 18px;
  width: 100%;
  flex-direction:  row;
}
.grup-element{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;

 
}
.custom-check{
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  font-size: 14px;
}
.custom-check-label a{ 
  color: inherit;
  transition: all 0.5s ease-in-out;
}
.custom-check-label a:hover{
  color: #48ff00;
}
.main-picture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 342px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.blog-content{
  font-size: 18px;
  line-height: 1.6; 
}
.blog-content p{
  margin-bottom: 9px;
  text-indent: 2ch;
}
.blog-content ul,ol{
  list-style: inside;
   margin-bottom: 9px;
  padding-left: 25px;
}
.iner-page-blog{
  display: flex;
  gap: 33px; 
  flex-direction: column-reverse;
}
.price-box{
  display: flex;
  justify-content:  center;
  color: #c4ef17;
  gap:  9px;
  font-size:  22px;
  font-weight:  800; 
  padding: 18px 0;
  border-top: 2px dotted #b692a1;
  border-bottom: 2px dotted #b692a1;
}
.phone-box{
  margin-top: 21px;
  width: 100%;
  display: flex;
  justify-content: center;
 
}
.blog-blok .myNewsletter{
  padding: 18px;
  align-items: flex-start;

}
.com-item{
 display: flex;
 flex-direction: column;
 gap:  13px;
 padding:  13px 0;
}
.avatar-com{
  width:  79px;
  height:  79px;
  overflow: hidden;
  border-radius: 50%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.com-top{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap:  13px;
  h3{
    color: #fff;
    margin-bottom: 9px;
  }
}



@media (max-width: 575px){
  .nav-top{
    position: fixed;
    bottom: 9px;
    top: unset;
  }
  .nav-listTop {
    border-radius: 0;
    gap: 4px;
    flex-direction: column;
  }
  .footer-section{
    padding:  60px 0 150px;
  }
  .nav-linkTop{
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
  }
  .box-nav{
    height: auto;
  }
  .name-bok{
  width: 100%;
}
  .menu-box{
    padding: 48px 10px;
  }
  .intu-box{
    padding: 48px 15px;
  }
  .input-grup {
    flex-direction: column;
  }
  .myphoto{
    width:  150px;
    height:  150px;
  }
  .box-sect{
    padding: 59px 0;
  }
  .main-picture {
    height: auto;
  }
}
@media (min-width: 575px) and (max-width: 767px){
.name-bok{
  width: 50%;
}
}
    

@media (max-width: 768px){
  .top-tex{
    font-size: 17px;
  }
 
  
  .blog-grup{
    flex-direction: column-reverse;
  }
 
  .footer-list {
    flex-direction:  column-reverse;
  }
  .footer-privacy{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
}


@media (max-width: 992px){
  
  .menu-svg{
    width: 17px;
    height: 17px;
    
  }
  .menu-link{
    font-size: 15px;
  }
   .main-wrapper{
    flex-direction: column-reverse;
  }
  .blog-page{
    flex-direction: column;
  }
   .sidebar{
     position: unset;
  }
    
}







