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

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

a {
    word-break: break-all;
    text-decoration: none;
    cursor: pointer;
}
.button-1 {
  font-size: 18px;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow,transform;
  background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 18px;
  border-radius: 7px;
  color: #fff;
  height: 46px;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.button-1:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
  transform: translateY(-0.1em);
}

.button-1:active {
  box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
  transform: translateY(0em);
}

.button-2 {
  width: 115px;
  height: 40px;
  color: #fff;
  border-radius: 0px;
  padding:  10px 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 18px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
 }
 
 .button-2 {
  background: rgb(96,9,240);
  background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
  border: none;
 }
 
 .button-2:before {
  height: 0%;
  width: 2px;
 }
 
 .button-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
               -4px -4px 6px 0 rgba(116, 125, 136, .5), 
     inset -4px -4px 6px 0 rgba(255,255,255,.2),
     inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
 }
 

 .button-3 {
  font-size: 18px;
  padding: 13px 34px;
  background-color:  #070739;
  border: 4px solid yellow;
  border-radius: 13px;
  color: #fff;
  font-weight: bolder;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  box-shadow: -5px 5px 0px 0px yellow;
}

.button-3:hover {
  transform: translate(5px, -5px);
}

.button-4 {
  width: 115px;
  height: 40px;
  border: none;
  border-radius:  7px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.button-4::before {
  position: absolute;
  content: "SUBSCRIBE";
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 7px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.button-4:hover {
  background-position: right;
  transition-duration: 1s;
}

.button-4:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.button-4:active {
  transform: scale(0.95);
}

.button-5 {
  padding: 15px 35px;
  border-radius: 10px;
  border: 0;
  background-color: rgb(255, 56, 86);
  letter-spacing: 1.5px;
  font-size: 13px;
  transition: all .3s ease;
  box-shadow: rgb(201, 46, 70) 0px 10px 0px 0px;
  color: hsl(0, 0%, 100%);
 }
 
 .button-4:hover {
  box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
 }
 
 .button-4:active {
  background-color: rgb(255, 56, 86);  
  box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
  transform: translateY(5px);
  transition: 200ms;
 }

.header-nav-bg {
    background: rgba(255,255,255,0.9); color: #222;
}

.header-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

 .blog-logotip {
        text-decoration: none;
        color: inherit;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .blog-logotip-img {
        width: 40px;
        height: auto;
    }

    .blog-logotip-txt {
        color: #5f5e5e;
        font-size: 34px;
        margin: 0;
    }

     .blog-navg {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 23px;
    }

    .blog-navg-link {
        color: #5f5e5e;
        margin: 0;
        font-size: 18px;
    }
 
    .dropdown .dropbtn {
            font-size: 18px;    
            border: none;
            outline: none;
            color: #5f5e5e;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            transition: all .4s ease;
    }
        
    .blog-navg-link:hover, .dropdown:hover .dropbtn {
            color: #9a9898;
    }
        
    .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            inset-inline-start: 0;
            width: 250px;
            box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.2);
            z-index: 3;
            
    }
        
    .dropdown-content a {
            float: none;
            color: black;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            text-align: left;
            
    }
        
    .dropdown-content a:hover {
            background-color: #ddd;
    }
        
    .dropdown:hover .dropdown-content {
            display: block;
    }

    .main-blog-screen {
        height: 433px;
        position: relative;
    }

    .m-b-s-img {
        width: 100%;
        height: 433px;
    }

    .m-b-s-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hello-block-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width:1269px;
        height: 100%;
        padding: 38px;
        display: flex;
        align-items: center;
    }

    .hello-block {
        width: 45%;
        padding: 20px;
        background: rgba(255,255,255,0.5); color: #222;
    }

    .hello-title {
        font-size: 23px;
    }

    .latest-news-bg {
        padding-top: 51px;
        padding-bottom: 10px;
        background-color: #070739;
    }

    .latest-news-block {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .latest-news-title {
        width: 40%;
        position: relative;
    }

    .latest-news-title h2 {
        position: absolute;
        right: 0;
        top: 15%;
        display: inline-block;
        font-size: 34px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        padding:  20px;
        background-color: #070739;
        border-radius: 0px;
         box-shadow: -1px -5px  10px #41465B,
               5px  5px  10px #41465B;
    
    }

    .latest-news-title img {
        width: 70%;
        max-height: 70%;
    }

    .latest-news-card-wrap {
        width: 60%;
        align-self: center;
    }

    .latest-news-card {
        position : relative;
        height:  316px;
        width: 100%;
        background-color : #FFF;
        box-shadow: 7px 7px 93px 0px rgba(0,0,0,0.75);
    }

    .latest-news-img {
        float : left;
        position : relative;
        left : 30px;
        top : -30px;
        height : 85%;
        width : 50%;
        box-shadow: 7px 7px 51px 0px rgba(0,0,0,0.75);
        overflow: hidden;
       
    }
	

    .latest-news-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        transform: translate(-50%,-50%);
        object-fit: cover;
    }

    .latest-news-text {
        display: flex;
        flex-direction: column;
    	margin-left : 60%;
	    margin-right : 18px;
    }

    .l-n-text-title {
        padding-top : 20px;
        margin-bottom: 20px;
        font-size : 19px;
        color : #4B4B4B;
    }

    .latest-news-author {
        display: inline-flex;
        width: fit-content;
        gap: 10px;
        align-items: center;
        padding: 10px;
        background-color : #9ECAFF;
        border-radius : 15px;
    }

    .latest-news-author img {
        object-fit: cover;
        height : 35px;
        width : 35px;
        border-radius :  50%;
    }

    .latest-news-author h4 {
        color: white;
        font-size: 13px;
        margin: 0;
    }

    .latest-news-data {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        margin-top:  20px;
    }

    .latest-news-data p {
        margin: 0;
        font-size: 18px;
        color : #C3C3C3;
    }

    .latest-news-data i {
        font-size: 23px;
        color : #C3C3C3;
    }

    .latest-news-date {
        position : absolute;
        left : 30%;
        bottom :  7px;
        font-size : 26px;
        color : #C3C3C3;
    }

    .article-bg {
        background-color: #ffffff;
    }  

    .article-container {
        padding-top: 51px;
        padding-bottom: 51px;
    }

    .article-container-title {
        margin-bottom: 38px;
        color:  #070739;
        font-size: 34px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
    }

    .article-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .article-block-bigger {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-around;
    }

    .article-block-smaller {
        width: 60%;
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }

    .smaller-card {
        width: calc(100% / 2 - 20px);
    }

    .article-card {
        background-color: #fff;
        border-radius: 0px;
        box-shadow: rgb(0, 0, 0, .2) 0 4px 2px -2px;
    }
    .footer-contact-item a{
        color:#070739;
    }
    .section-privKL{
        padding: 88px 0;
         overflow: hidden;
    }
    .article-img {
        width: 100%;
        position: relative;
    }

    .article-img img {
        max-width: 100%;
        height: 433px;
        display: flex;
        object-fit: contain;
        margin: 0 auto;
        border-radius:  0px;
    }

    .article-img-smaller {
        width: 100%;
        position: relative;
    }

    .article-img-smaller img {
        max-width: 100%;
        height: 316px;
        display: flex;
        object-fit: contain;
        margin: 0 auto;
        border-radius:  0px; 
    }

    .article-autor {
        display: flex;
        gap: 20px;
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 7px;
        background-color:#070739;
        border-radius: 15px;
    }

    .article-autor p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        align-self: center;
    }

    .article-autor i {
        font-size: 27px;
        color: #FFF;
    }

    .article-text {
        padding: 18px;
    }

    .article-title a {
        color: #070739;
        font-size: 23px;
        font-weight:  400;
        text-align: center;
    }

    .article-txt {
        color: #4d4d4d;
        font-size: 18px;
        margin-bottom: 0;
    }

    .article-tags {
        display: flex;
        gap: 0 20px;
        flex-wrap: wrap;
    }

    .article-tags p {
        padding: 7px;
        border: 1px dotted #999999;
        border-radius: 3px;
        color: #999999;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
    }

    .article-footer {
        display: flex;
        gap: 20px;
        border-top:  1px dotted #e6e6e6;
        margin: 0 auto;
        padding-top: 20px;
        justify-content: space-between;
    }

    .article-date {
        padding: 7px;
        border:  1px dotted #999999;
        border-radius: 3px;
        color: #999999;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
    }

    .article-info {
        display: flex;
        gap:  20px;
        margin-bottom: 0;
    }

    .article-info p {
        color: #999999;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .article-info i {
        font-size: 19px;
        margin-bottom: 0;
    }
    
    .article-more-btn {
        align-items: center;
        background-color: transparent;
        color:  #070739;
        cursor: pointer;
        display: flex;
        font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        outline: 0;
        border: 0;
        padding: 18px;
    }
          
    .article-more-btn:before {
        background-color:  #070739;
        content: "";
        display: inline-block;
        height: 1px;
        margin-right: 10px;
        transition: all .42s cubic-bezier(.25,.8,.25,1);
        width: 0;
    }
          
    .article-more-btn:hover:before {
        background-color:  #070739;
        width: 3rem;
    }

    .top-category {
        padding-top: 51px;
        padding-bottom: 51px;
        display: none;
    }

    .top-category-title {
        margin-bottom: 38px;
        color:  #070739;
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
    }

    .top-category-block {
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-category-item {
        width: 20%;
        transition: 3.5s;
    }

    .top-category-item:hover .top-category-img img {
        transform: scale(1.3);
    }

    .top-category-img {
        width: 100%;
        height: 120px;
        border: 1px dotted #999999;
        padding: 20px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .top-category-img img {
        max-width: 100%;
        max-height: 100%;
    }

    .top-category-txt {
        font-size: 27px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 10px;
    }

    .top-readers-bg {
        display: none;
        background-color: #FFF;
        padding-top: 51px;
        padding-bottom: 51px;
    }

    .top-readers {
        padding: 25px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } 

    .top-readers-title {
        align-self: center;
        float: left;
        font-size: 46px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .top-reader-person {
       position: relative;
       width: 300px;
       height: 250px;
    }

    .top-reader-person:hover .anime-wrap {
        animation-play-state: paused;
    }

    .anime-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        animation: moveUpDown 1s infinite alternate;
    }

    @keyframes moveUpDown {
        0% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px); 
        }
        100% {
          transform: translateY(0);
        }
      }
    
    .top-reader-person:nth-of-type(odd) {
        margin-top: 51px;
    }

    .top-reader-person-img {
        width: 141px;
        height: 141px;
        padding: 7px;
        border: 1px dotted #999999;
        border-radius: 50%;
        margin: 0 auto;
    }

    .top-reader-person-img img {
        object-fit: cover;
        width: 100%;
        border-radius: 50%;
    }

    .top-reader-person-name {
        font-size: 19px;
        font-weight: 400;
        text-align: center;
    }

    .arch-bg {
        padding-top: 51px;
        padding-bottom: 51px;
        background-color: #070739;
    }

    .arch-title {
        margin-bottom: 38px;
        font-size: 34px;
        font-weight: 400;
        text-transform:  uppercase;
        color: #fff;
        text-shadow: 8px 5px 8px #41465B;
    }

    .double-block {
        display: flex;

        flex-direction: row-reverse;
        gap: 20px;
    }

    .arch-articles {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .arch-art {
        background-color: aliceblue;
        box-shadow: 0 0 15px rgba(222, 221, 221, 0.1);
        padding: 20px;
        border-left: 4px solid #e4d3cf;
        border-radius: 7px;
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
        transition: .3s;
    }
    
     .arch-art:hover {
        transform: scale(1.05);
    }

    .arch-art-img {
        position: relative;
        width: 50%;
    }

    .arch-art-img img {
        object-fit: contain; 
        display: block;
        border-radius: 4px;
        width: 100%;
    }

    .arch-art-text {
        width: 50%;
        padding: 10px;
    }

    .arch-art-text a {
        color:  #070739;
        text-decoration: none;
        transition: 3ms;
        font-size: 19px;
    }

    .arch-art-text a:hover {
        color:  #070739;
       text-decoration: underline;
    }

    .arch-art-date {
        position: absolute;
        border-radius:  27px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background-color: #C3C3C3;
        color:  #070739;
        padding: 10px 20px;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        right: -10px;
        bottom: 15px;
        box-shadow: -5px 6px 18px 0px rgba(26, 26, 26, 0.4);
    }

    .arch-art-img:after {
        position: absolute;
        content: "";
        right: -9px;
        bottom: 57px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 10px solid transparent;             
        border-bottom: 10px solid  #070739;
    }

    .media-block {
        width: 50%;
    }

    .media-video video {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .stat-form-btn-bg {
        background-color: #ffffff;
        padding-top: 38px;  
        padding-bottom: 38px;
    }

    .stat-form-btn {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .stat {
        width: 50%;
        padding: 38px 0;
        display: flex;
        gap: 25px;
        flex-direction: column;
        justify-content: center;
    }
    .policy-block{
word-break: break-word;
}
.policy-block ul li,
.policy-block ol li {
  margin-bottom: 5px;
}
.policy-block ul,
.policy-block ol {
  margin-bottom: 15px;
  padding-left:  18px;
  list-style: inside;
}
.policy-block a,.policy-block table{
color: inherit;
}
.policy-block p{
margin-bottom:  7px;
text-indent: 3ch;
}


    .stat-title {
        font-size: 34px;
        font-weight: 400;
        text-align: center; 
    }

    .stat-wrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        align-items: center;
    }

    .stat-img {
        background-color: #070739;
        display: inline-block;
        margin-bottom: 20px;
        padding: 2px;
        border-radius: 15px;
    }

    .stat-pic {
        min-width: 90px;
        text-align: center;
        background-color: #070739;
        border-radius: 15px;
        padding: 20px;
    }

    .stat-pic i {
        font-size: 35px;
        background: #fff;
        -webkit-background-clip: text!important;
        -webkit-text-fill-color: transparent;
    }

    .stat-txt {
        display: flex;
        gap: 20px;
    }

    .stat-txt p {
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }

    .form-btn {
        width: 50%;
        align-self: center;
    }   

    .newsletter-form {
        border: 2px  dotted #ccc;
        border-radius: 7px;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        overflow: hidden;
        margin: 10px;
        background-color: #070739;
    }
      
      .newsletter-form-header {
        background-color: #333;
        padding: 18px;
        text-align: center;
    }
      
      .newsletter-form-header .text-header {
        margin: 0;
        font-size: 19px;
        color: rgb(255, 255, 255);
    }
      
      .newsletter-form-body {
        padding: 10px;
    }
      
      .newsletter-form-group {
        margin-bottom: 7px;
    }
      
      .newsletter-form-group label {
        display: block;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        margin-bottom:  2px;
    }
      
      .newsletter-form-group input,
      .newsletter-form-group input,
      .newsletter-form-group input {
        width: 100%;
        padding: 7px;
        font-size: 13px;
        border: 2px dotted #ccc;
        border-radius: 7px;
    }
    .form-check{
        margin: 10px 0px;
    }
    .newsletter-form-body label{
        color: #fff;
    }
    .input-btn--row__group{
        margin: 10px 0px;
        display: block;
        width: 100%;
        padding:  7px 20px;
        font-size:  18px;
        font-weight: 200;
        line-height:1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 2px dotted #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius:  10px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .textarea-btn--row__group{
        border:2px dotted  #ced4da;
        border-radius:  10px;
         padding:  7px 20px;
        width: 100%;
        font-size:  18px;
    }
    
    .form-check-label {
        color: #fff;
    }
      
      .btn {
        padding: 10px 20px;
        margin-left: 10px;
        font-size: 18px;
        border: none;
        border-radius: 7px;
        background-color: #333;
        color: #fff;
        text-transform: uppercase;
        transition: background-color 0.2s ease-in-out;
        cursor: pointer
    }
      
      .btn:hover {
        background-color: #ccc;
        color: #333;
    }

    .newsletter-button {
        display: flex;
        flex-direction: column;
        align-items: center;        
        gap: 38px;
    }

    .newsletter-button-title {
        font-size: 34px;
        font-weight: 400;
    }
    
    .newsletter-button-img {
        width: 100%;
        height: auto;
    }

    .footer-block {
        padding-top: 38px;
        padding-bottom: 38px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .politic-list {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
        border-top: 1px dotted #d3d3d3;
        padding-top: 25px;
    }

    .politic-link {
        color: #5f5e5e;
        margin: 0;
        text-decoration: none;
        font-size: 18px;
    }

    .politic-link:hover {
        text-decoration: underline;
    }

    .footer-contact {
        border-top: 1px dotted #d3d3d3;
        padding-top: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap:  10px;
    }

    .footer-contact-item {
        display: flex;
        flex-direction: row;
        gap:  10px;
        align-items: center;
        word-break: break-word;
    }

    .footer-contact-item p {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        word-break: break-word;
    } 

    .footer-contact-item i {
        font-size: 27px;
    }

    .blog-article-page {
        padding: 51px 0;
        display: flex;
        flex-direction: column;
    }

    .bap-title {
        display: block;
        color: inherit;
        font-size: 46px;
        font-weight: 400;
        margin-bottom: 38px;
        padding-bottom: 29px;
        border-bottom: 1px solid rgb(129, 132, 134);
    }

 
    .bap-first-half {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .bap-img {
        max-height:  433px;
        object-fit: contain;
        border-radius: 15px;
        float: right;
        width: 36%;
        margin: 20px;
        margin-top: 0;
        margin-right: 0;  
    }
    
    .bap-img img {
        max-width: 364px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: flex;
        margin: 0 auto;
    }

    .bap-info {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 23px;
        border-radius: 15px;
        background: rgba(255,255,255,0.5); color: #222;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }

    .bap-info-item {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .bap-info-item i {
        font-size: 27px;
    }

    .bap-info-item p {
        margin: 0;
        text-align: center;
        font-size: 18px;
    }

    .bap-content {
        font-size: 27px;                
    }
 
    .blog-comms {
        padding-top: 51px;
        padding-bottom: 51px;
        
    }

	.blog-comm-title {
        margin-bottom: 38px;
        color:  #070739;
        font-size: 34px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;  
    }

    .blog-comm-block {
        display: flex;
        flex-direction: row;
        gap: 20px;
    } 

    .b-comm {
        width: 50%;
        background: #f7f7f7;
        display: block;
        padding: 51px 38px;
        position: relative;
        border-radius: 10px;
        text-align: center;
        margin-bottom:  38px;
    }

    .quote svg {
        fill: #070739;
        height: 34px;
        width: 40px;
        position: absolute;
        top: 25px;
        left: 50px;
        z-index: 1;
    }

    .b-comm-txt {
        margin-bottom: 25px;
        font-size: 19px;
        letter-spacing: 0.5px;
        color: #787878;
    }

    .b-comm-person {
        font-size: 23px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 7px;
        letter-spacing: 0;
        color: #c00a27;
    }

    .b-comm-person i {
        color: #070739;
        font-size: 34px;
    }

    .pop-art-bg {
        display:block;
        padding-top: 51px;
        padding-bottom: 51px;
        background-color: #070739;
    }
    .flex-group{
        display: flex;
        flex-direction:  column;
    }

    .pop-art-title {
        margin-bottom: 38px;
        color: #fff;
        font-size: 35px;
        font-weight: 400 ;
        letter-spacing: 1px;
        text-align: center;
    }

    .pop-art-block {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .pop-art-item {
        padding: 0  10px;
        width: calc(100% / 3 - 25px);
    }

    .pa-item-img {
        display: block;
        overflow: hidden;
        border-radius:  10px;
    }

    .pa-img {
        max-width: 100%;
        max-height: 246px;
        transition: all 1.5s;
        object-fit: contain;
        display: flex;
        margin: 0 auto;
    }

    .pop-art-item:hover .pa-item-img .pa-img {
        transform: scale(1.26);   
    }

    .pa-txt-content {
        text-align: center;
        padding: 10px 0 0;
    }

    .pa-txt-content a {
        color: #f7f7f7;
    }

    .pa-txt-content p {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        color: #787878;
        letter-spacing: 0.5px;
    }

    .contacts-blog {
        padding-top: 38px;
        padding-bottom: 38px;
        display: flex;
        flex-direction:  row-reverse;
        align-items: center;
        gap: 28px;
    }

    .contacts {
        width: 50%;
        align-self: center;
        background: #222831;
        padding: 25px 28px;
        border-radius: 50;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.03);
    }

    .c-adress i, .c-phone i, .c-email i {
        font-size: 43px;
        color: #fff;
        text-align: center;
    }

    .c-adress, .c-phone, .c-email {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
     }

    .c-adress h4, .c-phone h4, .c-email h4 {
        color: #fff;
        font-size: 23px;
        font-weight: 400;
    }
    .c-adress p, .c-phone p, .c-email p {
        color: #fff;
        font-size: 19px;
    }

    .n-button a {
        width: 246px;
        text-align: center;
    }

	@media (max-width: 1200px){

    .article-block {
        flex-direction: column !important;
    }
    }



@media (max-width: 992px){
    .hello-block {
        width: 70%;
    }

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

    .blog-navg {
        gap: 10px;
        flex-wrap: wrap;
    }

    .blog-navg-link {
        font-size: 13px;
    }

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

    .latest-news-block {
        flex-direction: column;
        gap: 46px;
    }

    .latest-news-title {
        width: 100%;
    }

    .latest-news-title img {
        width: 35%;
        display: flex;
        margin: 0 auto;
    }

    .latest-news-card-wrap {
        width: 100%;
    }

    .latest-news-bg {
        padding-bottom: 43px;
    }

    .article-block-bigger {
        flex-direction: column !important;
    }

    .article-card {
        width: 100% !important;
    }

    .article-img img {
        height: 200px;
    }

    .top-category-item {
        width: 25%;
    }

    .double-block {
        flex-direction: column;
    }

    .arch-articles {
        width: 100%;
    }

    .media-block {
        width: 100%;
    }

    .stat-form-btn {
        flex-direction: column;
    }

    .stat { 
        width: 100%;
    }

    .form-btn {
        width: 100%;
    }

    .top-reader-person {
        width: 220px;
        height: 210px;
    } 

    .anime-wrap {
        width: 220px;
    }

    .top-reader-person-img {
        width: 130px;
        height: 130px;
    }

    .bap-block {
        flex-direction: column !important;
    }

    .blog-comm-block {
        flex-direction: column;
    }

    .pop-art-block {
        flex-direction: column;
    }

    .pop-art-item {
        width: 100%;
    }

    .b-comm {
        width: 100%;
    }

    .contacts-blog {
        flex-direction: column;
    }

    .contacts {
        width: 100%;
    }

    .c-adress, .c-phone, .c-email {
        flex-direction: column;
    }
}


@media(max-width: 768px){
   
    .latest-news-card {
        height: 320px;
    }

    .newsletter-button-title {
        font-size: 19px;
    }

    .stat-title {
        font-size:19px;
    }

    .bap-title {
        font-size:  20px;
    }
    .bap-img{
        float: none;
        width:100%;
        margin: 0 0 18px 0; 
    }

}


@media(max-width: 576px){
   .main-blog-screen,.m-b-s-img{
      height: 392px;
   }

    .hello-block-wrap {
        width: 100%;
    }
    .b-comm {
         padding: 51px 19px;
    }
    .hello-block {
        width: 100%;
    } 

    .hello-title {
        font-size: 13px;
    } 

    .top-category-item {
        width: 90%;
    }

    .arch-art {
        flex-direction: column;
    }

    .arch-art-img {
        width: 100%;
    }

    .arch-art-text {
        width: 100%;
    }

    .stat-txt p {
        font-size: 18px;
    }

    .stat-pic i {
        font-size: 20px;
    }

    .stat-pic {
        min-width: 51px;
    }

    .n-button a {
        width: 100%;
    }

    .latest-news-title h2 {
        font-size: 18px;
}

.latest-news-card {
    height: 520px;
} 

.latest-news-img {
    height: 45%;
    width: 80%;
    float: none;
}

.latest-news-text {
    margin-left: 5%;
    margin-right: 10px;
    align-items: center;
    text-align: center;
}

.latest-news-date {
position: static;
    font-size: 18px;
    text-align: center;
    margin-top:  10px;
}


.latest-news-date {
    margin-right: 5%;
}

.l-n-text-title {
    padding-top: 0;
    font-size:  18px;
}

.latest-news-title img {
    width: 70%;
    margin: 0;
}

.politic-list {
    flex-wrap: wrap;
    justify-content: center;
}

.footer-contact {
    flex-wrap: wrap;
}
.dropdown-content{
    width: auto;
}

.blog-article-page {
    padding-left: 10px;
    padding-right: 10px;
}



}
	
	

	

	































