@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.input-a99605293{
    width: 100%;
    margin-bottom: 18px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid gray;
    padding: 15px;
    outline: none;
}
.textarea-a99605293{
    width: 100%;
    margin-bottom: 18px;xc vvvvv
    border-radius: 10px;
    border: 1px solid gray;
    padding: 15px;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    .r-bg-main {
        background-image: url(bg/0_bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .r-header-box-overlay {
        background: rgba(255,255,255,0.5); color: #222; 
    }

    .r-header-box {
        padding-bottom:  24px;
        padding-top:  24px;
        display: flex;
        flex-direction: column;
        gap: 28px;
        justify-content: center;
        align-items: center;
    }

    .logo-box a {
        color: inherit;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .logo-box-img {
        width: 40px;
        height: auto;
    }

    .logo-box-txt {
        color: inherit;
        font-size: 35px;
        margin: 0;
    }

    .nav-box {
        color: inherit;
        display: flex;
        flex-direction: row;
        gap:  12px;
        justify-content: center;
        align-items: center;
    }

    .nav-box-link {
        color: inherit;
        font-size: 16px;
        text-transform:  inherit;
        letter-spacing:  1px;
    }

    .dropdown .dropbtn {
        color: inherit;
        font-size: 16px;
        text-transform:  inherit;
        letter-spacing: 1px;  
        border: none;
        outline: none;
        background-color: #00000003;
        font-family: inherit;
        margin: 0;
        padding: 0;
        transition: all .4s ease;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
        z-index: 3;
}
    
.dropdown-content a {
        float: none;
        color: black;
        padding: 12px 20px;
        text-decoration: none;
        display: block;
        text-align: left;
        width: 400px;
}
    
.dropdown-content a:hover {
        background-color: #ddd;
}
    
.dropdown:hover .dropdown-content {
        display: block;
}

    .last-art-list {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .last-art-item {
        min-width: calc(100% / 3 - 15px); 
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap:  24px;
        padding-left:  24px;
        padding-right:  24px;
    }

    .last-art-img {
        width: 100%;
        height: auto;
        max-height: 500px;
        position: relative;
        border-style: solid;
        border-width: 10px;
        border-color: rgba(255,255,255,0.5);
        border-radius: 1px;
        overflow: hidden;
    }

    .last-art-img:hover {
        border-color:  #886822;
    }

    .last-art-img img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover;
    }

    .last-art-img:hover > img {
        transform: scale(1.1);
    }

    .last-art-category {
        position: absolute;
        top: 17px;
        left: 17px;
    }

    .last-art-category p {
        border-radius: 28px;
        padding: 8px 28px ;
        background-color:  #886822;
        color: #FFF;
        font-size: 14px;
        text-transform:  inherit;
        margin: 0;
    }

    .last-art-txt {
        display: flex;
        flex-direction: column;
        gap: 9px;
        align-items: center;
        justify-content: center;
        padding: 24px;
        border-radius: 1px;
        background: rgba(255,255,255,0.5); color: #222;
    }

    .last-art-title {
        color: inherit;
        margin: 0;
        text-decoration: none;
        word-break: break-word;
        font-size: 24px;
        font-weight: 700;
        transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .last-art-title:hover {
        color: inherit;
        text-decoration: underline #886822;
    }


    .last-art-autor {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .last-art-autor img {
        margin-right: 12px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        box-shadow: 0 2px 8px #393c4a4f;
    }

    .last-art-autor p {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
    }

    .slick-slide{
        height: auto;
    }

    .last-art-slider {
        direction: ltr;
    }

    .main-container {
        padding-top: 50px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: row-reverse;
        gap: 23px;
    }

    .blog-main {
        width: 70%;
    }

    .blog-main-title {
        font-size: 35px;
        letter-spacing: 0px;
        text-transform:  inherit;
        font-weight: 700;
        margin-bottom: 34px;
    }

    .blog-block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .blog-block-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .blog-artcl {
        width: 50%;
        padding: 28px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        border-radius: 5px;
        box-shadow: 0px 5px 20px 10px #5853991a;
    }

    .b-a-img-part {
        display: block;
        height: 300px;
        position: relative;
    }

    .b-a-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .b-a-category {
        position: absolute;
        top: 5%;
        left: 5%;
    }

    .b-a-category p {
        border-radius: 28px;
        padding: 8px 28px;
        background-color:  #886822;
        color: #FFF;
        font-size: 14px;
        margin: 0;
    }

    .b-a-txt-part {
    }

    .b-a-title-wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .b-a-title {
        color: #000;
        font-size: 20px;
        font-weight: 700;  
    }

    .b-a-title:hover {
        color: #000;
        text-decoration: underline 2px #886822;
    }

    .b-a-txt-info {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .b-a-txt-info p {
        font-size:  14px;
        margin: 0;
    }

    .b-a-txt-content {
        font-size: 14px;
    }

    .b-a-read-more {
        color: #fff;
        cursor: pointer;
        font-weight: 700;
        transition: all .2s;
        padding: 12px 17px;
        border-radius: 100px;
        background: #886822;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .b-a-read-more:hover {
        background: #886822;
    }

    .b-a-read-more  > svg {
        width: 34px;
        margin-left: 12px;
        transition: transform .3s ease-in-out;
    }

    .b-a-read-more:hover svg {
        transform: translateX(5px);
    }

    .b-a-read-more:active {
        transform: scale(0.95);
    }

    

    .side-rand-bar {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 28px;
        padding-left: 17px;
        padding-right: 17px;
        position: sticky;
        top: 0;
        height: fit-content;
    }

    .hello-title-blog, .tag-cloud, .follow-persons {
        position: relative;
        margin-bottom: 34px;
        padding: 28px 24px;
        padding-top: 45px;
        border-radius: 5px;
        box-shadow: 0px 5px 20px 10px #5853991a;
    }

    .hello-title, .tag-cloud-title, .follow-persons-title {
        position: absolute;
        left: 24px;
        top: -20px;
        font-size: 21px;
        font-weight: 700;
        padding: 9px 28px;
        background: #fff;
        border: 1px solid;
        border-radius: 100px;
        box-shadow: 0px 5px 20px 10px #5853991a;
    }

    .hello-txt {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .hello-logo {
        display: flex;
        gap: 9px;
        justify-content: end;
    }

    .hello-logo-img {
        width: 35px;
        height: auto;
    }

    .hello-logo-txt {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        text-decoration: underline 2px #886822;
    }

    .tag-cloud {
        background-color: #f8f5f1;
    }

    .tag-cloud-block {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .tag-item {
        background-color: #fff;
        padding: 9px 20px;
        border: 1px solid #000;
        border-radius: 23px;
        transition: all .3s cubic-bezier(.5,2.5,.7,.7);

        font-size: 14px;
        word-break: break-word;
    }

    .tag-item:hover {
        transform: translate(-1px,-1px);
        box-shadow: 2px 2px 0px 0px #333;
    }

    .tag-item i {
        font-size: 29px;
        color: #886822;
    }

    

    .f-person {
        display: flex;
        gap: 20px; 
        align-items: center;
        margin-bottom: 23px;
    }

    .f-person img {
        transition: all .3s cubic-bezier(.5,2.5,.7,.7);
        border: 1px solid;
        width: 80px;
        height: 80px;
        object-fit: contain;
        border-radius: 50%;
    }

    .f-person:hover img {
        transform: translate(-1px,-1px);
        box-shadow: 2px 2px 0px 0px #333;        
    }

    .f-person p {
        font-size: 14px;
        margin: 0;
    }

    .form-subsc {
        margin-bottom: 45px;
        position: relative;
        border-radius: 5px;
        box-shadow: 0px 5px 20px 10px #5853991a;
        background-color: #886822;   
    }

    .subsc {
        bottom: -24px;
        right: -24px;
        position: relative;
        height: 95%;
        width: 95%;
        padding: 24px;
        background-color: #FFF;
        border-radius: 1;
        color: #333;
        box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
      }
      
      .subsc:after {
        position: absolute;
        content: "";
        right: -10px;
        bottom: 22px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #161616;
      }
      
      .subsc h3 {
        text-align: center;
        font-size: 21px;
      }
      
      .subscribe-input {
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 9px;
        width: 82%;
        background: transparent;
        transition: all .25s ease;
      }
      
      .subscribe-input:focus {
        outline: none;
        border-bottom: 1px solid #151515;
      }

      .form-check-label {
        color: #817e7e ;
      }
      
      .subsc .submit-btn {
        position: absolute;
        border: none;
        border-radius: 28px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background-color: #161616;
        color: #FFF;
        padding: 5px;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 5px;
        right: -10px;
        bottom: -25px;
        cursor: pointer;
        transition: all .25s ease;
        box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
      }
      
      .subsc .submit-btn:hover {
        background-color: #07013d;
        box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
      }

      .btn-subsc-bg {
        background-image: url(bg/0_bg.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        box-shadow: 0px 5px 20px 10px #5853991a;
      }

      .btn-subsc {
        padding: 40px 30px;
        border-radius: 5px;
        background: rgba(255,255,255,0.5); color: #222;
      }
      

      .btn-subsc-title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .btn-sub a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .blog-gallery-bg {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #00000003;
    }

    .blog-gallery-title {
        color: #000;
        width: 30%;
        font-size: 35px;
        letter-spacing: 0px;
        text-transform:  inherit;
        font-weight: 700;
        margin-bottom: 34px;
        margin-top: 34px;
    }

    .blog-gallery {
        display: flex;
        gap: 23px;
        flex-direction: row;
    }  

   .blog-gallery-pics {
      display:flex;
      flex-direction:row;
      align-items:stretch;
      overflow:hidden;
      min-width:300px;
      /* max-width:900px; */
      width:calc(100% - 100px);
      
      height: 400px;
      
      @for $i from 1 through 4 {
         @media screen and (max-width:798px - $i*80) {
            min-width:600px - $i*80;
            .option:nth-child(#{6-$i}) {
               display:none;
            }
         }
      }
      
      .b-g-pic {
         position: relative;
         overflow:hidden;
         min-width:60px;
         margin:10px;
         background:var(--galleryBackground,  #E6E9ED);
         background-size:auto 120%;
         background-position:center;

         cursor: pointer;

         transition:.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

        
         &.active {
            flex-grow:10000;
            transform:scale(1);
            
            max-width:600px;
            margin:0px;
            border-radius:40px;
            
            background-size:auto 100%;
         }
         &:not(.active) {
            flex-grow:1; 
            border-radius:30px;
         }  
      }
   }

   .b-g-pic {
    transition: all .3s cubic-bezier(.5,2.5,.7,.7);
}

.b-g-pic:hover {
    transform: translate(-3px,-3px);
    box-shadow: 7px 7px 0px 0px #886822;        
}

.footer-anim {
    background-color: #00000003;
}

@keyframes wave {
    from, to {
      transform: translate(-50%, 0%);
    }
    
    50% {
      transform: translate(-50%, -20%);
    }
  }
  
  #bubble-wrapper {
    height: 100%;
    width: 100%;
    
    position: fixed;
    bottom: 0px;
    
    overflow: hidden;
    pointer-events: none;
  }
  
  .bubble {
    height: max(161px, 20vw);
    width: max(161px, 20vw);
    
    background-color: #886822;  
    border-radius: 100%;
    
    position: absolute;
    left: 50%;
    top: 100%;
    
    animation: wave 2s ease-in-out infinite;
  }
  
  @media(prefers-reduced-motion) {
    .bubble {
      animation: none;
      display: none;
    }
  }
  

  .footer-anim-block {
    position: relative;
    z-index: 2;
    border-top: 1px solid #000;
    width: 100%;
    padding: 50px 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1rem;
  }

  .footer-section {  
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo-box a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-box-img {
    width: 40px;
    height: auto;
}

.footer-logo-box-txt {
    color: #000;
    font-size: 35px;
    margin: 0;
}
  
  .footer-connect {
    border-top: 1px solid #000;
    padding-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:  12px;
}

.footer-connect-item {
    display: flex;
    flex-direction: row;
    gap:  12px;
    align-items: center;
}

.footer-connect-item p {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    word-break: break-word;
} 

.footer-connect-item i {
    color: #000;
    font-size: 29px;
}

.specific-link {
    color: #000;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
}

.specific-link:hover {
    color: #000;
    text-decoration: underline;
}

.article-page-main {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.artc {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 20px;
    width: 66%;
    gap:  24px;
}

.artc-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.artc-title {
    font-size: 35px;
    letter-spacing: 0px;
    text-transform:  inherit;
    font-weight: 700;
}  

.artc-info {
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.artc-info i {
    font-size: 49px;
    color: #886822;
}

.artc-info-txt p {
    font-size: 16px;
    color: #817e7e;
}


.artc-img {
    width: 100%;
}


.artc-image {
    width: 100%;
    display: flex;
    margin: 0 auto; 
}

.artc-content {
    background: #fff;
    border-radius: 20px;
    padding: 23px;
    box-shadow: 0px 5px 20px 0px #5853991a;
    margin-top: 12px;
}

.artc-content p {
    font-size: 21px;                
}

.artc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.comm-blog-bg {
    background-image: url(bg/0_bg.jpg);
    background-size: cover;
    background-position: center;
}

.comm-blog-overlay {
    background: rgba(255,255,255,0.5); color: #222;
}

.comm-blog {
    padding: 118px 0;
}

.comm-blog-title {
    font-size: 35px;
    letter-spacing: 0px;
    text-transform:  inherit;
    font-weight: 700;
}

.comm-blog-hidden {
    margin-top: 55px;
    display: block;
    padding: 0 80px;
}

.comm-blog-unhidden {
    margin-top: 55px;
    padding: 0 80px;
}


.comm-blog-item {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 25px 0px rgba(81, 145, 250, 0.2);
    padding: 50px;
    position: relative;
}

.comm-blog-txt {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.comm-blog-item img {
    position: absolute;
    width: 130px;
    height: 100px;
    right: 150px;
    top: -58px;
    z-index: 1; 
}

.comm-blog-person {
    display: flex;
    justify-content: center;
    position: relative;
    top: -22px;
}

.c-b-person {
    width: fit-content;
    border-radius: 27px;
    padding: 9px 27px;
    background-color:  #886822;
    color: #FFF;
    font-size: 21px;
    text-transform: inherit;
    margin: 0;
}


.write-us-page-bg {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #00000003;
}

.write-us-page {
    display: flex;
    flex-direction: column;
}

.info-contact {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-data {
    width: 50%;
}

.info-map {
    width: 50%;
}

.contact-data-title {
    font-size: 35px;
    letter-spacing: 0px;
    text-transform:  inherit;
    font-weight: 700;
    margin-bottom: 27px;
}

.contact-data-subtitle {
    font-size: 21px;   
}

.contact-data-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-data-item {
    display: flex;
    gap: 24px;
    padding: 12px 28px;
    border-radius: 15px;
    background-color: #886822;
    align-items: center;
} 

.contact-data-item i {
    font-size: 35px;
    color: #fff;
}

.contact-data-item p {
    margin: 0;
    font-size: 21px;
    color: #fff;
}

.write-us-form-block {
    padding-top: 34px;
}


.write-us-form {
    margin: 0 auto;
    width: 60%;
    background-color: white;
    padding: 3.125em;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.75);
  }
  
  .w-u-f-txt {
    color: rgb(77, 75, 75);
    text-transform:  inherit;
    letter-spacing: 0px;
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0.5em;
    text-align: center;
  }
  
  .w-u-f-input {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 9px;
    border: 1px solid gray;
    padding: 12px;
    outline: none;
  }
  
  .w-u-f-input:focus {
    border: 1px solid #639;
    outline: none;
  }
  
  .w-u-f-submit {
    width: 50%;
    padding: 12px;
    border-radius: 9px;
    color: white;
    background-color: #639;
    border: 1px dashed #639;
    cursor: pointer;
  }
  
  .w-u-f-submit:hover {
    color: #639;
    background-color: white;
    border: 1px dashed #639;
    cursor: pointer;
    transition: 0.5s;
  }

  .r-price {
    font-size: 21px;
    color: #886822;
    text-transform:  #151515;
    font-weight: 700;
    text-align: center;
  }

  .page-price {
    font-size: 21px;
    color: #886822;
    text-transform:  #151515;
    font-weight: 700;
    text-align: center;
  }


  




      




    













































