@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

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


.input-btn_block--input{
    width: 100%;
    margin-bottom: 15px;
    height: 33px;
    border-radius: 7px;
    border:  1px dashed gray;
    padding: 11px;
    outline: none;
}
.textarea-btn_block--input{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 33px;
    border: 1px dashed gray;
    padding:11px;
    outline: none;
}

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

    .r-bg-main {
        background-image: url(content/images/section-bg_q950.webp);
        background-position: center;
        background-size: cover;
    }

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

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

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

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

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

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

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

    .dropdown .dropbtn {
        color: inherit;
        font-size: 17px;
        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: 250px;
        box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
        z-index: 3;
}
    
.dropdown-content a {
        float: none;
        color: #290001;
        padding: 11px 19px;
        text-decoration: none;
        display: block;
        text-align: left;
        
}
    
.dropdown-content a:hover {
        background-color: #ddd;
}
    
.dropdown:hover .dropdown-content {
        display: block;
}

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

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

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

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

    .last-art-img img {
        width: 100%;
        height: auto;
        max-height: 413px;
        object-fit: cover;
      transition: all 200ms linear;
    }

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

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

    .last-art-category p {
        border-radius: 29px;
        padding: 4px 29px ;
        background-color:  #9ddf11;
        color: #FFF;
        font-size: 16px;
        text-transform:  inherit;
        margin: 0;
    }

    .last-art-txt {
        display: flex;
        flex-direction: column;
        gap: 7px;
        align-items: center;
        justify-content: center;
        padding: 23px;
        border-radius: 3px;
        background: rgba(0,0,0,0.5); color: #fff;
    }

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

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


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

    .last-art-autor img {
        object-fit: cover;
        margin-right: 11px;
        width:  46px;
        height:  46px;
        border-radius: 50%;
        box-shadow: 0 2px 8px #393c4a4f;
    }

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

    .slick-slide{
        height: auto;
    }

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

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

    .blog-main {
        width: 70%;
    }

    .blog-main-title {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform:  inherit;
        font-weight: 500;
        margin-bottom: 45px;
    }

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

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

    .blog-artcl {
        width: 50%;
        padding: 29px;
        display: flex;
        flex-direction: column;
        gap: 23px;
        border-radius: 7px;
        box-shadow: 0px 5px 18px 11px #5853991a;
    }

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

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

    .b-a-category {
        position: absolute;
        top: 5%;
        left: 5%;
    }
    .page-padLR{
        padding: 83px 0;
        overflow: hidden;
    }
   
    .content-block{
        word-break: break-word;
       
    }
    .content-block p{
    margin-bottom:  7px;
    text-indent: 3ch;
    }
    .content-block h1{
    font-weight: 500;
    text-align: center;
    margin-bottom:  23px;
    }
    .content-block h2{
    font-weight: 600;
    text-align: center;
    margin-bottom:19px ;
    }
    .content-block table,.content-block a{
    word-break: break-word;
    color: inherit;
    }
    .content-block ul,.content-block li,
    .content-block ol,.content-block li {
    margin-bottom: 4px;
    }
    .content-block ul,
    .content-block ol {
    margin-bottom: 13px;
    padding-left:  18px;
    list-style: inside;
    }

    .b-a-category p {
        border-radius: 29px;
        padding: 4px 29px;
        background-color:  #9ddf11;
        color: #FFF;
        font-size: 16px;
        margin: 0;
    }

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

    .b-a-title {
        color:#290001;
        font-size: 26px;
        font-weight: 500;  
    }

    .b-a-title:hover {
        color: #290001;
        text-decoration: underline 1px #9ddf11;
    }

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

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

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

    .b-a-read-more {
        color: #fff;
        cursor: pointer;
        font-weight: 500;
        transition: all .2s;
        padding: 11px 17px;
        border-radius: 50px;
        background: #9ddf11;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

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

    .b-a-read-more  > svg {
        width: 36px;
        margin-left: 11px;
        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: 29px;
        padding-left: 17px;
        padding-right: 17px;
        position: sticky;
        top: 0;
        height: fit-content;
    }

    .hello-title-blog, .tag-cloud, .follow-persons {
        position: relative;
        margin-bottom: 45px;
        padding: 29px 23px;
        padding-top: 50px;
        border-radius: 7px;
        box-shadow: 0px 5px 18px 11px #5853991a;
    }

    .hello-title, .tag-cloud-title, .follow-persons-title {
        position: absolute;
        left: 23px;
        top: -19px;
        font-size: 21px;
        font-weight: 500;
        padding: 7px 29px;
        background: #fff;
        border: 1px  dashed;
        border-radius:  50px;
        box-shadow: 0px 5px  18px 11px #5853991a;
    }

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

    .hello-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 7px;
        
    }

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

    .hello-logo-txt {
        margin: 0;
        font-size: 22px;
        font-weight:500;
        text-decoration: underline 1px #9ddf11;
    }

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

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

    .tag-item {
        background-color: #fff;
        padding: 7px 19px;
        border: 1px dashed#290001;
        border-radius: 23px;
        transition: all .3s cubic-bezier(.5,2.5,.7,.7);
        font-size: 16px;
        word-break: break-word;
    }

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

    .tag-item i {
        font-size: 26px;
        color: #9ddf11;
    }

    

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

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

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

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

    .form-subsc {
        margin-bottom: 58px;
        position: relative;
        border-radius: 7px;
        box-shadow: 0px 5px 18px 11px #5853991a;
        background-color: #9ddf11;   
    }

    .subsc {
        bottom: -23px;
        right: -23px;
        position: relative;
        height: 95%;
        width: 95%;
        padding: 23px;
        background-color: #FFF;
        border-radius: 3;
        color: #333;
        box-shadow: 0px 0px 58px 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 #290001;
      }
      
      .subsc h3 {
        text-align: center;
        font-size: 21px;
      }
      
      .subscribe-input {
        margin-bottom: 19px;
        border: none;
        border-bottom:  1px  dashed #d4d4d4;
        padding: 7px;
        width: 82%;
        background: transparent;
        transition: all .25s ease;
      }
      
      .subscribe-input:focus {
        outline: none;
        border-bottom: 1px  dashed #0F3460;
      }

      .form-check-label {
        color: #817e7e ;
      }
      
      .subsc .submit-btn {
        position: absolute;
        border: none;
        border-radius: 29px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background-color: #290001;
        color: #FFF;
        padding: 7px;
        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 18px 0px rgba(26, 26, 26, 0.4);
      }
      
      .subsc .submit-btn:hover {
        background-color: #07013d;
        box-shadow: -5px 6px 18px 0px rgba(88, 88, 88, 0.569);
      }

      .btn-subsc-bg {
        background-image: url(content/images/section-bg_q950.webp);
        background-position: center;
        background-size: cover;
        border-radius: 7px;
        box-shadow: 0px 5px 18px 11px #5853991a;
      }

      .btn-subsc {
        padding:  35px 29px;
        border-radius: 7px;
        background: rgba(0,0,0,0.5); color: #fff;
      }
      

      .btn-subsc-title {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 19px;
    }

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

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

    .blog-gallery-title {
        color: #290001;
        width: 30%;
        font-size: 36px;
        letter-spacing: 2px;
        text-transform:  inherit;
        font-weight: 500;
        margin-bottom: 45px;
        margin-top: 45px;
    }

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

   .blog-gallery-pics {
      display:flex;
      flex-direction:row;
      align-items:stretch;
      overflow:hidden;
      min-width:300px;
     
      width:calc(100% - 100px);
      
      height: 413px;
      
      @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;
         background-repeat: no-repeat;
         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:50px;
            
            background-size: cover;
         }
         &:not(.active) {
            flex-grow:1; 
            border-radius:33px;
         }  
      }
   }

   .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 #9ddf11;        
}

.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(172px, 20vw);
    width: max(172px, 20vw);
    
    background-color: #9ddf11;  
    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: 2px  dashed #290001;
    width: 100%;
    padding: 71px  36px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 18px;
  }

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

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

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

.footer-logo-box-txt {
    color:  #290001;
    font-size: 36px;
    margin: 0;
}
  
  .footer-connect {
    border-top: 2px dashed  #290001;
    padding-top: 29px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:  11px;
}

.footer-connect-item {
    display: flex;
    flex-direction: row;
    gap:  11px;
    align-items: center;
    a{
       color: #290001; 
    }
}

.footer-connect-item p {
    color: #290001;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    word-break: break-word;
} 

.footer-connect-item i {
    color: #290001;
    font-size: 26px;
}

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

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

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

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

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

.artc-title {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform:  inherit;
    font-weight: 500;
} 
.meta-boxHJ{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:  7px;
} 

.artc-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 17px;
}

.artc-info i {
    font-size: 41px;
    color: #9ddf11;
}

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


.artc-img {
    display: flex;
    align-items: center;
    justify-content: center;
    img{
        width: 100%;
        height:  413px;
        object-fit: contain;
    }

}




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

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

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

.comm-blog-bg {
    background-image: url(content/images/section-bg_q950.webp);
    background-size: cover;
    background-position: center;
}

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

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

.comm-blog-title {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform:  inherit;
    font-weight: 500;
}

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

.comm-blog-unhidden {
    margin-top: 58px;
    padding: 0 71px;
}


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

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

.comm-blog-item img {
    position: absolute;
    width:  83px;
    height:  78px;
    right: 50px;
    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: 28px;
    padding: 7px 28px;
    background-color:  #9ddf11;
    color: #FFF;
    font-size: 21px;
    text-transform: inherit;
    margin: 0;
}


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

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

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

.contact-data {
    flex: 1;
}

.info-map {
    flex: 1;
}

.contact-data-title {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform:  inherit;
    font-weight: 500;
    margin-bottom: 28px;
}

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

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

.contact-data-item {
    display: flex;
    gap: 23px;
    padding: 11px 29px;
    border-radius: 9px;
    background-color: #9ddf11;
    align-items: center;
} 

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

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

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


.write-us-form {
    margin: 0 auto;
    width: 60%;
    background-color: white;
    padding: 50px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 11px -1px rgba(0,0,0,0.75);
  }
  
  .w-u-f-txt {
    color: rgb(77, 75, 75);
    text-transform:  inherit;
    letter-spacing: 2px;
    display: block;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 13px;
    text-align: center;
  }
  
  .w-u-f-input {
    width: 100%;
    margin-bottom: 19px;
    height: 45px;
    border-radius: 7px;
    border: 1px dashed gray;
    padding: 11px;
    outline: none;
  }
  
  .w-u-f-input:focus {
    border: 1px dashed #639;
    outline: none;
  }
  
  .w-u-f-submit {
    width: 50%;
    padding: 11px;
    border-radius: 7px;
    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: #9ddf11;
    text-transform:  #0F3460;
    font-weight: 500;
    text-align: center;
  }

  .page-price {
    font-size: 21px;
    color: #9ddf11;
    text-transform:  #0F3460;
    font-weight: 500;
    text-align: center;
  }
  .button-1 {
  display: inline-block;
  padding:  11px 18px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff5252;
  border: 1px solid #290001;
  border-radius: 11px;
  box-shadow: 7px 7px 0px #290001;
  transition: all 0.3s ease;
}

.button-1:hover {
  background-color: #fff;
  color: #ff5252;
  border: 1px solid #ff5252;
  box-shadow: 7px 7px 0px #ff5252;
}

.button-1:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

.button-2 {
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 5px;
  background: #d5f365;
  border: none;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
 }
 
 .button-2:hover {
  box-shadow: 7px 5px 58px -14px #C3D900;
  color: #FFF;
 }
 
 .button-2:active {
  transform: scale(0.97);
  box-shadow: 7px 5px 58px -10px #C3D900;
 }

 .button-3 {
  padding: 16px 29px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color:#290001;
  background-color: #fff;
  border: none;
  border-radius: 46px;
  box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-3:hover {
  background-color: #23c483;
  box-shadow: 0px 11px 18px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button-3:active {
  transform: translateY(-1px);
}

.button-4 {
  justify-content: center;
  width: fit-content;
  display: flex;
  padding: 13px  17px;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: 700;
  border-radius: 26px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 26px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.button-4:hover {
  background-size: 320%;
  background-position: right center;
  color: #fff;
}

.button-5 {
  color: #ecf0f1;
  font-size: 17px;
  background-color: #e67e22;
  border: 1px solid #f39c12;
  border-radius:  5px;
  padding: 11px;
  box-shadow: 0px 6px 0px #d35400;
  transition: all .1s;
 }
 
 .button-5:active {
  box-shadow: 0px 2px 0px #d35400;
  position: relative;
  top: 2px;
 }


@media (max-width: 992px){
    .blog-block-wrapper {
        flex-direction: column !important; 
        align-items: center ;
    }

    .blog-artcl {
        padding: 11px;
        width: 90% !important;
        flex-direction: column !important;
    }

    .blog-main {
        width: 45%;
    }

    .side-rand-bar {
        width: 45%;
    }

    .b-a-img-part {
        width: 100% !important;
    }

    .b-a-txt-part {
        width: 100% !important;
    }

    .b-a-txt-info {
        flex-direction: column;
    }

    .b-a-category p {
        padding: 1px 11px;
    }

    .b-a-read-more {
        font-size: 13px;
        padding: 5px 13px;
    }

    .b-a-read-more > svg {
        width: 23px;
    }

    .blog-gallery {
        flex-direction: column !important;
    }

    .r-header-box {
        flex-direction: column !important;
    }
    
    .blog-gallery-title {
        width: 100% !important;
    }

    .artc-header {
        flex-direction: column !important;
    }

    .info-contact {
        flex-direction: column !important;
    }

    .write-us-form {
        width: 100%;
    }

    .w-u-f-txt {
        font-weight: 400;
        font-size: 13px;
    }

    .contact-data-item p {
        font-size: 13px;
        word-break: break-word;
    }

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

    .w-u-f-submit {
        width: 90%; 
    }

    .contact-data {
        width: 100%;
    } 

    .info-map {
        width: 100%;
    }
}


@media(max-width: 768px){
   
    .footer-anim-block {
        flex-direction: column;
    }

    .footer-section {
        align-items: center;
    }

    .blog-gallery-pics {
        width: 100%;
        min-width: 100%;
        height: 339px;
    }

    .b-g-pic {
        min-width: 40px;
    }

    .b-g-pic:hover {
        box-shadow: 0;
    }

    .blog-gallery-title {
        font-size:  18px;
    }

    .blog-main-title {
        font-size:  18px;
    }

    .main-container {
        flex-direction: column;
    }

    .side-rand-bar {
        position: static;
        width: 100%;
    }

    .blog-main {
        width: 100%;
    }

    .follow-persons {
        padding: 22px 58px;
    }

    .subsc:after {
        bottom: 7px;
    }

    .nav-box-link {
        font-size: 13px;
    }

    .dropdown .dropbtn {
        font-size: 13px;
    }

    .article-page-main {
        flex-direction: column;
    }

    .artc {
        width: 100%;
    }

    .comm-blog-unhidden, .comm-blog-hidden {
        padding: 0 7px;
    }

    .comm-blog-item img {
        width: 90px;
        height: 80px;
        top: -45px;
    }
}


@media(max-width: 576px){

  button{
              width: 100%;
          }
    .nav-box {
        flex-wrap: wrap;
    }
    .dropdown-content{
        min-width: 200px;
    }

    .last-art-category {
        top: 5px;
        left: 5px;
    }

    .last-art-category p, .b-a-category p {
        padding: 2px 7px;
        font-size: 9px;
    }
    .write-us-form{
        padding:  35px 19px;
    }

    .last-art-title {
        font-size: 13px;
    }
    .contact-data-list {
        padding: 0;
    }

    .follow-persons {
        padding: 36px 26px;
    }

    .b-a-read-more {
        justify-content: center;
    }

    .footer-connect {
        flex-direction: column;
    }

    .c-b-person {
        text-align: center;
        font-size: 13px;
    }

    .comm-blog-item {
        padding: 26px;
    }

    .comm-blog-item img {
        right: 55px;
        top: -45px;
    }

    .comm-blog-title {
        font-size:  18px;
    }

    .comm-blog {
        padding:  77px 11px;
    }

    .comm-blog-txt {
        font-size: 16px;
    }

    .artc-title {
        font-size: 18px;
    }

    .tag-cloud-title {
        font-size: 18px;
    }
    .artc-img  img,.b-a-img-part{
        height: auto;
    }
    .blog-gallery-pics .b-g-pic {
        min-width: 55px;
    }
    
    
}

  




      




    













































