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


:root {  
  --bg-overl-1:rgba(38, 163, 135, 0.8);
   --bg-overl-2:rgba(34, 118, 129, 0.8);
    --bg-overl-3:rgba(19, 65, 139, 0.8);
    --bg-overl-4:rgba(82, 91, 107, 0.8);
    --bg-overl-5:rgba(100, 71, 108, 0.8);
  --color-text-1:rgb(38, 163, 135);
  --color-text-2:rgb(34, 118, 129);
   --color-text-3:rgb(19, 65, 139);
    --color-text-4:rgb(82, 91, 107);
    --color-text-5:rgb(100, 71, 108);

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

.container-fluid{ 
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; 
 margin: 0 auto;  
}

body{    
  direction: ltr;
  font-family: 'Bitter', sans-serif !important;
  font-size:  17px;
  margin: 0;
  padding: 0px;
  line-height: square; 
  overflow-x: hidden;
 
   
}
 * {
  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;
}


.bg-blok{
  background-color: var(--color-white-ten);
}
.flex{
  display: flex;
}
.row{
  flex-direction: row;
}
.header-blok_top{
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  
}
.header-blok_top-logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight:500;
  color: var(--black);
  img{    
    height: 40px;
    object-fit: contain;
  }
}
.header-blok_nav-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  
}

.header-blok_nav-link{
  padding: 20px 10px;
  color: var(--color-text-2);
  font-size: 16px;
  display: block;
  font-weight: 500;
  transition: var(--hover-tranzitipn);
}

.header-blok_nav-list li:hover .header-blok_nav-link{
  
  color: var(--black);
}
.hero {
  position: relative;
  width: 100%;
  padding: 150px 0;
  overflow: hidden;
}
.hero::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(wave.png) top center;
  z-index: 1;
  display: none;
}
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-overl-2);
  z-index: 0;
  pointer-events: none;
}
.trail {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 2;
    background-repeat: no-repeat;
  
}

.hero-box{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
 align-items: center;
  color: var(--white);
} 
.pd-box{
  padding: 60px 0;
  overflow: hidden;
  word-break: break-all;
} 
.about{
  gap: 30px;
} 
.element{
  flex: 1;
}
.column{
  flex-direction: column;
  gap: 20px;
} 
.row-title{
  
  margin-bottom:70px;
  text-align: center;
  color: var(--color-text-2);
  h2{
    position: relative;
    margin-top: 0;
    padding-inline-end: 130px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.4);
    padding-bottom: 18px;
    width: 100%;
    inset-inline-start: 65px;
    
  }
  p{
    color: var(--black);
    position: relative;
    margin: -11px 65px 0 65px;
    padding-top: 15px;
    line-height: 30px;
    display: inline-block;    
    opacity: 0.6;
  }
}
.row-title h2::before{
  content: "\0021";
  position: absolute;
  top: 100%;
  inset-inline-start: -65px;
  margin-top: -28px;
  font-size: 45px;
  width: 60px;
  padding-inline-end: 16px;
  text-align: center;
  border-inline-end: 1px solid rgba(160, 160, 160, 0.4);
}
.color-bg .row-title h2::before{
  border-color: rgba(255, 255, 255, 0.3);
}

.blog h2::before{
  content: "\2710";
  position: absolute;

}
.main-title h2::before{
  content: "\273B";
  position: absolute;
}
.reasons-box{
  flex-wrap: wrap;
  gap: 20px;
}
.wrap-element{
  flex-grow: 1;
  flex-basis: 250px;
}
.rezon-item{
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 25px;
  background: #000;
  border-radius: 8px;
  padding: 0;  
  min-height: 360px;
}
.rezon-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius:  8px;
  z-index: 1;
  transition: var(--hover-tranzitipn);

}
.rezon-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:  8px;
  overflow: hidden; 
  background-size: cover;
  background-position: center center;

}
.rezon-icon{
  position: absolute;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  padding-top: 0px;
  padding-left: 3px;
  top: -20px;
  right: -4px;
  border-radius: 0%;
  border-bottom-right-radius: 0%;
  z-index: 1;
  color: var(--color-text-2);
  background: #fff;
  transition: var(--hover-tranzitipn);
  transform: rotate(0deg);
}
.icon-bus::before{
  position: relative;
  top: -2px;
  content: "\2714"
  
}
.text-cart-box{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.text-cart{
  color: #fff;
  transform: scale(0.8);
  transition: 1s transform;
  font-size: 28px;
  text-shadow: 0 0 10px #000;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  transition: var(--hover-tranzitipn);
}
.rezon-item:hover .rezon-overlay{
  background: var(--bg-overl-2);
}
.rezon-item:hover .rezon-icon{
  background: var(--color-text-2);
  color: #fff;
  transform: rotate(-45deg);
}
.rezon-item:hover .text-cart{
  transform: scale(1);
}
.img-bg{
  position: relative;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 10000px rgba(0, 0, 0, 0.75) inset;
}
.img-bg .row-title{
  color: #fff;
}
.img-bg .row-title::before{
  content: "\1F5F2";
  font-size: 55px;
  color: var(--white);
  width: 100%;  
  display: block;
}
.img-bg .row-title h2::before{
  display: none;
}
.img-bg .row-title h2{
  padding-inline-end: 0;
  inset-inline-start: 0;
}

.servis-wrapper{
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}
.servis-group{
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.servis-item{
  flex: 1;
  display: flex;
  justify-content: center;
}
.readCont-item{
  width: 100%;
  max-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;  
}
.readCont-item-link{
  box-shadow: 12px 12px 12px 0 rgba(0, 0, 0, 0.2), -12px -12px 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  transform: scale(0.92);
  transition: all 1s;
  width: 250px;
  height: 250px;
  display: inline-block;
  border-radius: 0%;
  overflow: hidden;
}
.readCont-item-link::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(spiral.gif);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  margin: 0;
  opacity: 0;
  transition: all 1s;
}
.servis-item:hover .readCont-item-link::before{
  opacity: 0.14;
}
.servis-item:hover .servis-overley{
  opacity: 0;
}
.servis-item:hover .readCont-item-link{
  transform: scale(1);
  background: var(--color-text-2);
}
.readCont-item-data{
  margin-top: 30px;
}

.readCont-item-data a{
  font-size: 18px;
  padding-bottom: 4px;
  width: 100%;
  text-align: center;
  display: block;
  text-align: center;
  color: #fff;
  transition: var(--hover-tranzitipn);
}

.readCont-item-excerpt{
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.servis-img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.92);
  transition: all 1s;
  display: inline-block;
  border-radius: 0%;
}
.servis-overley{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0%;
  z-index: 2;
  opacity: 1;
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.35);
} 
.main-picture{
  border-radius: 0px;
  float: right;
  width: 39%;
  height:300px;
  margin: 20px;
  margin-top: 0;
  margin-right: 0;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
} 

.main-content,.about-page_tex {
  p{
   margin-bottom: 10px;
   text-indent: 3ch;
  }
  
}
.main-content  ul,ol{
  list-style: inside;
}  
.color-bg{
  background: var(--color-text-2);
}
.color-bg .row-title{
  color: #fff;
}
.color-bg .row-title h2{
  border-bottom-color :rgba(255, 255, 255, 0.3);
}
.color-bg .row-title h2::before{
  border-right-color:#fff ;
}
    
.grid-list{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
}
.grid-item{
  position: relative;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  box-shadow: 0 0 50px transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  transition: all 1s;
  color: #fff;
  padding: 35px 10px;
 
}
.img-benefit{
  position: relative;
    
  top: 0;
  transition: all 2s;
  svg{
    height: 60px;
    width: 60px; 
    fill:#fff;

  }
}
.grid-item::after{
  content: "\002B";
    font-size: 32px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border: 1px dashed transparent;
    padding: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
  box-sizing: border-box;
    transition: all 1s;
    transition-property: transform;
    border-radius: 50%;
    background: var(--color-text-2);
}
.benefit-tex{
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: -5px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 9px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 1s;
  transform: scale(0.9);
}
.grid-item:hover{
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
}
.grid-item:hover .benefit-tex{
  transform: scale(1.1);
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.grid-item:hover:after{
  transform: rotate(360deg);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}
.grid-item:hover .img-benefit{
  top: -10px;
}
.blog-wrapper{
  display: flex;
  gap: 30px;flex-direction: column;
}
.blog-group{
  gap: 30px;
  flex-direction: row-reverse;
}
.blog-item{
  position: relative;
}

.iner-blog{
  width: 100%;
  height: 100%;
  border-radius: 14px 0 0 14px;
  transform: scale(1);
  text-align: left;
  display: flex;
  gap: 20px;
  transition: all 1s;
  position: relative;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.12), -8px -8px 12px 0 rgba(0, 0, 0, 0.12);
  
}
.blog-item:hover .iner-blog{
  background: rgba(38, 163, 135, 0.10);
}

.blog-avatar-box:hover{
      transform: rotate(360deg) scale(1);
}
.iner-blog_content{
 text-align: left;  
  padding: 15px;
  overflow: visible;
  display: flex;
 flex-direction: column;
 gap: 15px;
 justify-content: space-between;
 color: var(--color-text-2);
 h3{
  
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text-2);
 }
}
.link-blog{
  margin-left: auto;
  transition: all 1s;
 color: inherit;
}
.blog-item:hover  .link-blog{
 color: var(--black);
}
.blog-img-box{
  width: 130px;
  flex: 0 0 auto;
  transform: scale(0.92);
  transition: all 1s;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  
 
}
.blog-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.ribbon{
  position: absolute;
  top: -17px;
  inset-inline-end: 0;
  border-top-right-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 2px 5px 0 5px;
  background: var(--color-text-2);
}
.ribbon::before{
  content: '';
  position: absolute;
  height: 0;
  border: 11px solid transparent;
  top: 0;
  width: 0;
  left: -11px;
  border-top-color: var(--color-text-2);
  border-bottom-color: var(--color-text-2);
  z-index: -1;
}
.blog-avatar-box{
  position: absolute; 
  bottom: -10%;
  right:-10%;
  display: inline-block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  opacity: 1;
  transition: all 1s;
  border: 2px solid #fff;
  border-radius: 0%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-icon{
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 1s;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.10), -2px -2px 5px 0 rgba(0, 0, 0, 0.10);
  border-radius: 0%;
  background: #fff;
  left: -10%;
  top: -10%;
  
  
  svg{
    width: 36px;
    height: 36px;
    stroke:var(--color-text-2);
    fill: #fff;
  }
}
.footer-wrapper{
  position: relative;
  background-color: #333;
  padding: 30px 0 40px;
}
.footer-wrapper::before{
  content: "";
  position: absolute;
  top: -18px;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 18px;
  display: none;
  background: url(wave3.png) top center;
}
.footer-info_item{
  padding: 30px 15px;
  color: #fff;
}
.footer-info_item .header-blok_top-logo{
  color: #fff;
}
.privacy-link{
  color: #fff;
  display: flex;
  gap: 8px;
  transition: var(--hover-tranzitipn);
  word-break: break-word;
}
.privacy-icon{
  transform: rotate(-90deg);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  transition: var(--hover-tranzitipn);
  justify-content: center;
  svg{
    width: 17px;
    height: 17px;
    fill: #fff;
  }
}
.privacy-link:hover{
  color:  rgba(255, 255, 255, 0.7);
}
.privacy-link:hover .privacy-icon{
  transform: rotate(-180deg);
}
.footer-info_link{
  justify-content: flex-end;
}

.footer-box{
  gap: 30px;
  justify-content: space-between;
  color:  #888;
  font-size: 14px;
  flex-direction: row-reverse;
}
.footer-box .header-blok_top-logo{
color:  #888;
}
.copyright{
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.footer-info{
  position: relative;
  padding: 20px 0;
  background: var(--color-text-2);
}
.footer-info::after{
    content: "";
    background: var(--color-text-2);
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.about-page-warpper{
  gap: 30px;
  flex-direction: column;
}
.about-page_img{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    max-height:450px;
  }
}
.cont-title{
  text-align: center;
  color: var(--black);
}
.pg-header-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background: #fff;
    color: var(--bg-overl-2);
   top: -4px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    svg{
      width: 30px;
      height: 30px;
      fill: #fff;
      stroke:var(--bg-overl-2);
    }
}
.blok-group{
 
  flex-direction: column;
}
.map{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  iframe{
    width: 100%;
    height: 300px;
  }
}
.cont-page-row{
  gap: 30px;
  margin: 60px 0;
  flex-direction:  row;
}
.input-group{
  position: relative;
  display: flex;
  border-collapse: separate;
}
.form-input,.form-textarea{
  color: var(--color-text-2);
  border: 0;
  border-bottom: 1px dashed var(--bg-overl-2);
  border-inline-end: 1px dashed var(--bg-overl-2);
  font-size: 15px;
  display: table-cell;          
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 12px;
  background-color: #fff;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-textarea{
    height: 150px;
    border-inline-start: 1px dashed var(--bg-overl-2) !important;
}
.form-input:focus,.form-textarea:focus{
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.cont-icon{
  flex: 0 0 auto;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  border-bottom: 1px dashed var(--bg-overl-2);
  svg{
    width: 15px;
    height: max-content;
    fill: #eee;
    stroke:var(--color-text-2);

  }
}
.form-title{
  color: var(--color-text-2);
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.cont-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 30px 15px;
}
.cont-list li{
  gap: 10px;
  align-items: center;
  color: var(--black);
}
.cont-list li a{
  word-break: break-all;
  color: var(--black);
  transition: var(--hover-tranzitipn);
}
.cont-list li:hover a{
  color: var(--color-text-2);
}
.cont-list .cont-icon{
  border: none;
  width: 38px;
  height: 34px;
}
.grup-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
 color:  var(--color-text-2);
}
.form-check a{
  color: inherit;
}
.form-box .form-check{
  color: #fff;
}
.prices-list{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.price-item{
  flex-grow: 1;
  flex-basis: 280px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.price-header{
  background-color: var(--color-white-ten);
  padding: 30px 20px;
  color: #484848;
  transition: all 0.3s linear;
}
.price-item:hover .price-header{
   color: #fff;
  text-shadow: 0 0 10px #000;
  background-color: var(--color-text-2);
}
.price-item:first-child .price-header{
  color: #fff;
  text-shadow: 0 0 10px #000;
  background-color: var(--color-text-2) ;
}
.price-name{
  font-size: 24px;
  font-weight:500;  
  text-align: center;
}
.price-content{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0px 0px;
  font-size:43px;
  text-align: center;
}
.price-img-blok{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tarif-list{
  padding: 0 20px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;

}
.tarif-item{
  padding: 5px 0;
  text-align:  center;
}
.tarif-item:not(:last-child){
  font-size: 14px;
  border-bottom: 0px solid #f0f0f0;
}
.tarif-btn-box{
  margin-top: auto;
}
.form-box{
  width: 75%;
  margin:  0 auto;
  padding: 50px 30px;  
  color: #fff;
  border-radius:  8px;
 overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  transform: rotateX(-10deg);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  animation: form-animation 0.5s ease-in-out;
   backdrop-filter: blur(7px); 
  background-color: #06060659;
  -webkit-backdrop-filter: blur(7px);

}
@keyframes form-animation {
  from {
    transform: rotateX(-30deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
    
  }
}

.input-formareainput,.textarea-formareainput{
  width: 100%;
  padding: 15px 10px;
  color:#fff;
  border-radius: 8px ;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  color: rgb(255, 255, 255); 
  border: 2px solid var(--bg-overl-2);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.input-formareainput:hover,.input-formareainput:focus{
  border-color:var(--bg-overl-2);
  background-color: transparent;
  transform: scale(1.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  outline: none;
}
.title-page{
  margin-bottom: 40px;
  text-align: center;
  color: var(--color-text-2);
}
.blok-iner_privacy{
  word-break: break-word;
  }
  .blok-iner_privacy p{
  margin-bottom: 10px;
  text-indent: 3ch; 
  
  }
  .blok-iner_privacy h1{
  font-weight: 900;
  text-align: center;
  color: var(--color-text-2);
  margin-bottom:  30px;
  }
  .blok-iner_privacy h2{
  font-weight: 500;
  text-align: center;
  color: var(--color-text-2);
  margin-bottom:20px ;
  }
  .blok-iner_privacy table,.blok-iner_privacy a{
  word-break: break-word;
  color: inherit;
  }
  .blok-iner_privacy li{
  list-style: inside;
  }
  .main-price{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    color: var(--color-text-2);
    font-weight:  900;
    margin-top: 20px;
    font-size:21px;
  }
  .iconized-separator{
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
  }
  .mask{
    overflow: hidden;
    height: 20px;
  }
  .mask::after{
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  .iconized-separator span{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--color-text-2);
  }
  .comment-item{
    display: flex;
    gap: 30px;
    transition: all 1s;
    border-radius:  8px;
    padding: 20px;
    transform: scale(0.9);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.12), -8px -8px 12px 0 rgba(0, 0, 0, 0.12);
  }
  .comment-item:hover{
    transform: scale(1);
  }
  .comment_avatar-box{
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 0%;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0%;            
    }
  }
  .author-name{
   
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-2);
  }
 
  
 .author-name-top{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
 }
 .author-vote{
  color: #fff;
  padding: 3px 7px 2px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  background: var(--color-text-2);
  display: flex;
  gap: 8px;
 }
  













@media screen and (min-width: 575px){
.blog-item:hover .blog-icon{
  opacity: 0;
  top: -15px;
}
.blog-item:hover .blog-avatar-box{
  opacity: 0;
  bottom: -15px;
}
}

@media screen and (max-width: 575px){
  .servis-group{
    flex-direction: column;
  }
  .readCont-item{
    max-width: 100%;
  }
  .iner-blog {
    flex-direction: column;
  }
  
  .blog-img-box {
    width: 100%;
    height: 250px;
  }
  .blog-icon{
    left: 0;
  }
  .blog-avatar-box{
    right: 0;
  }
  .cont-list{
    padding: 0;
  }
  .form-box{
    width: 100%;
    padding: 50px 15px;
  }
  .footer-info_item {
    padding: 30px 0;
  }
  .comment-item{
    align-items: center;
    text-align: center;
    transform: scale(1);
    flex-direction: column;
  }
  .header-blok_top{
    justify-content: center;
  }
  .header-blok_nav-link {
    padding: 0 10px;
  }
  .hero{
    padding: 100px 0;
  }
  .text-cart{
    font-size: 23px;
  }
  .main-picture{
    height: auto;
  }
} 
@media screen and (min-width: 768px){
  .header-blok_nav-list li:hover .header-blok_nav-link{
  background: var(--color-text-2);
  color: rgba(255, 255, 255, 1);
}
}  


@media screen and (max-width: 768px){
  .header-blok{
  padding: 15px 0;
}
.row-title h2{
  left: auto;
  padding-right: 0;
  padding-bottom: 18px;
}
.row-title p{
  margin: 0;
}
    
.row-title h2::before{
  display: none;
}
.main-picture {
  float: none;
  width:100%;
  margin: 0 0 20px 0;  
    
}
.grid-list{
    grid-template-columns: 1fr;
    
}
.cont-page-row {
  flex-direction: column;
}
.row {
  flex-direction: column;
}
}

@media (min-width: 768px) and (max-width: 1199px){
  .grid-list{
    grid-template-columns: 1fr 1fr;
    
}
 
}

@media (max-width: 992px){
 .blog-group{
  gap: 45px;
  flex-direction: column;
 }
 .blog-wrapper{
  gap: 45px;
 }
 
}
@media (max-width: 1199px){
 .servis-wrapper{
  flex-direction: column;
}
.grid-list{
      
  gap: 50px;
}
}

@media (min-width: 1399px){
 
 
}

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

.base-btn{
  display: inline-block;
  padding: 10px 30px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: 900; 
  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 {
  background-color: var(--black);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-5:hover {
  color: #fff;
  box-shadow: 0 0 10px #060606d9;
}
.btn-4 {  
  background: var(--color-text-2);
  border: solid 1px #fff;
  transition: all linear 250ms; 
  text-align: center;
  color: #fff;
  padding: 15px 30px;
 }

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

.btn-3 {
  display: inline-flex;
  justify-content: center; 
  border: 2px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 12px 30px;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  background:var(--color-text-2);
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px 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 {
  width: fit-content;
 display: inline-block;
 padding: 12px 24px;
 border: 1px solid var(--color-text-2);
 border-radius: 4px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 19px;
 color: black;
 z-index: 1;
}

.btn-2:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:after {
 content: "";
 position: absolute;
 text-align: center;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: var(--color-text-2);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:hover {
 color: #ffffff;
 border: 1px solid var(--color-text-2);
}

.btn-2:hover:before {
 top: -35%;
 background-color: var(--color-text-2);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-2:hover:after {
 top: -45%;
 background-color: var(--color-text-2);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-1 {
  background: var(--color-white-ten);   
  display: inline-flex;
  position: relative;    
  color: var(--black);    
  text-transform: uppercase; 
  
  border: 2px solid var(--color-text-2);
  overflow: hidden;
  justify-content: center;
  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: 20px;
  height: 100%;
  background-color: var(--color-text-2);
  z-index: -1;
}
.btn-1:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn-1:after {
  right: -20px;
  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: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
    }
    100% {
        right: 50%;
        width: 100%;
    }
}
@keyframes from-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
    }
    100% {
        left: 50%;
        width: 100%;
    }
}
.tarif-btn{
  width: 100%;
}