* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Arm-Hmks;
    src: url("../fonter.am_arm-hmks-bebas-neue/Arm Hmk's Bebas Neue.TTF");
}

@font-face {
    font-family: Noto-Sans-Armenia;
    src: url("../Noto_Sans_Armenian/NotoSansArmenian-VariableFont_wdth,wght.ttf");
}
body{
    font-family: Arm-Hmks;

}
a{
    text-decoration: none;
    color: #08082a;
    /*background-color: blue;*/
    /*display: none;*/
}


strong{
    font-family: Noto-Sans-Armenia;
    font-size: 12px;
    font-weight: 400;
    color: #011F4B;
}
header {
    padding: 8px 0;
    width: 100%;
    position: fixed;
    z-index: 30;
    box-shadow: 0px 5px 12px 0px #D9D9D940;
    background: #fff;

}

main {
    min-height: calc(100vh - 474px);
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.header-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img{
    width: 100%;
}
.header-logo{
    display: block;
    max-width: 146px;
    margin-right: 45px;
}

.logo-phone{
    display: flex;
    align-items: center;
}
.bg-logo-color{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu{
    /*margin-right: 12px;*/
    list-style: none;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.header-menu-item{
    padding: 5px 12px;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000;
}

.header-menu-item:hover{
    color: #011F4B;
}

.active{
    color: #011F4B;
}

.select-languages{
    font-family: Arm-Hmks;
    outline: none;
    border: none;
    border-left: 1px solid #000;
    background: transparent;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
    padding: 0 5px;
}
.select-languages option {
    color: #000000;
}
.burger-btn{
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 10px 11px;
    border: 1px solid #0B0E15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sliders-block{
    display: flex;
    padding-top: 110px;
}

.first-photo-block{
    width: 25%;
    padding-left: 8px;
}

.text-color{
    color: #000000;
}
.slider {
    display: flex;
    width: 75%;
}
.slider img{
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}
.top-slider-info{
    padding: 0 30px;
    max-width: 680px;
    position: absolute;
    z-index: 10;
    left: 0;
    margin: auto;
    bottom: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.top-slider-info-text{
    font-weight: 400;
    font-size: 45px;
    line-height: 57px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
    margin-bottom: 5px;
}
.top-slider-info-btn{
    padding: 10px 55px;
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #fff;
    color: white;
    border-radius: 5px;
    margin-top: 40px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.top-slider-info-btn:hover{
    background: #08082a;
    border: 1px solid #08082a;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.swiper-slide {
  position: relative;
  overflow: hidden; /* prevent overlay from leaking outside */
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  pointer-events: none; /* don’t block clicks on the link */
}

.gradient-block {
  position: relative;
  display: flex;
  flex-direction: column; /* so the gradient follows the image size */
  overflow: hidden;
}

.gradient-block .news-title{
    font-size: 22px;
}

.first-photo-block .gradient-block:not(:last-child) {
    margin-bottom: 10px;
}


.gradient-block img {
  width: 100%;
  display: block;
}

.gradient-block a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  pointer-events: none;
}

.gradient-block div {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.date{
    color: #fff;
    font-weight: 500;
    font-size: 16px;

}

.number{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    font-size: 18px;

}



.page-title{
    position: relative;
    border-bottom: 1px solid #011F4B;
    margin-bottom: 34px;
    /* background: url("../img/#011F4B-bg.png");
    background-repeat: no-repeat;
    padding: 3px; */
}

.page-title-text{
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 400 !important;
    font-size: 30px;
    color:  #FFFFFF;

}

.angled-block {
  width: 310px;
  height: 49px;
  background: #011F4B;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  position: relative;
}

/* black triangle on the right side */
.angled-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: black;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.news-list{
    width: 65%;
}

.news-exchange-block{
    display: flex;
    justify-content: space-between;
}

.money-exchange{
    position: relative;
    width: 30%;
}

.news-item a{
    display: flex;
    margin-bottom: 29px;

}

.news-item .date,
.news-item .number{
    font-weight: 500;
    font-size: 18px;
    color: #0B0E15;
    font-family: "Noto-Sans-Armenia";
}

.news-item .date{
    margin-bottom: 6px;
}

.news-item .news-title{
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #0B0E15;
    margin:8px 0 37px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;

}

.news-desc{
    font-family: "Noto-Sans-Armenia";
    font-weight: 500;
    font-size: 16px;
    color: #0B0E15;
    margin-bottom: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item img{
    max-width: 310px;
    margin-right: 30px;
}



.document-section{
    padding: 5px 0 63px;
}

.document-row{
    padding: 0 35px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.document-col{
    display: flex;
    width: 33.333%;
    padding: 15px 12px;
}
.document-row-item{
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #727695;
    border: 1px solid #eaeaea;
    border-radius: 23px;
    padding: 13px 22px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.pdf-color{
    color: #d41a1a;
    padding-right: 15px;
}
.contact-section{
    position: relative;
}

.section-bg,
.contact-section-color{
    z-index: 5;
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.36);
}
.contact-text{
    text-transform: uppercase;
    /* position: absolute; */
    font-weight: bold;
    font-size: 71px;
    text-align: left;
    color: #fff;
    top:0;
    z-index: 10;
    padding-top:105px;
}

.contact-block{
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    z-index: 15;
    margin: 78px 0 46px;


}

.contact-img{
    width: 45%;
    position: relative;
}

.contact-block-title {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #1a1a1a;
 }

.contact-info{
    padding: 21px 0 43px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #9b9b9b;
}
.contact-form-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.contact-form-block{
    width: 50%;
}
.contact-form-item{
    padding: 9px 5px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.contact-form-item:nth-child(2),
.contact-form-item:nth-child(3),
.contact-form-item:nth-child(4){
    width: 50%;
}
.contact-input,
.contact-textarea{
    resize: none;
    font-family: "Noto-Sans-Armenia";
    border: 1px solid #E4E7EF;
    /*outline: none;
    */border-radius: 3px;
    background: #fff;
    padding: 15px 21px;
    width: 100%;
    color: #000;
}

.contact-form-item label,
.contact-form-item label{
   font-family: "Noto-Sans-Armenia";
    position: absolute;
    top: -5px;
    background: #fff;
    padding: 3px 5px;
    left: 20px;
     color: #818283;
}

.#011F4B{
    color: #011F4B;
}

.contact-form-block{
    box-shadow: 0px 1px 15px 0px #9E9E9E40;
    padding: 36px 27px 33px 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.contact-textarea{
    height: 122px;
}

.contact-btn{
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    text-align: left;
    color: #C72729;
    border: 1px solid #C72729;
    padding: 15px 59px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-top: 26px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    margin: 0 0 0 auto;
}
.contact-btn:hover{
    background: #C72729;
    color: #FFF;
    border: 1px solid #C72729;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.contact-tel-block a{
    font-family: "Noto-Sans-Armenian";
    font-weight: 400;
    font-size: 39px;;
    color: #677178;
}

.contact-page-title{
    font-family: "Noto-Sans-Armenian";
    font-weight: 500;
    font-size: 14px;
    color: #A5A5A5;
    margin-bottom: 32px;

}

.contact-tel{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 31px;
    text-align: left;
    color: #fff;

}

.contact-tel>svg,
.contact-mail>svg{
    padding-right: 10px;
}

.contact-mail{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
}
.header-menu-logo{
    max-width: 478px;
    width: 100%;
    margin: auto;
    display: none;
}
.burger-close-btn{
    position: absolute;
    top: 52px;
    right: 30px;
    font-size: 25px;
    border: none;
    display: none;
    color: #011F4B;
    background: transparent;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.download-block{
    margin: 23px 0 26px;
}

.download-btn{
    display: block;
    margin-left: auto;
    width: 100%;
    padding: 20px 19px 18px 24px;
    border: 1px solid #F0F3F9;
    margin: 16px 0 6px;
    background: #fff;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #585858;
    display: flex;
    justify-content: space-between;
}
.download-btn:hover{
    background: #011F4B;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    color: #fff;
}

.download-btn:hover svg{
    fill: #fff;
    stroke: #fff;
}
.map-block{
    height: 400px;
    padding: 14px;
    box-shadow: 0px 1px 15px 0px #9E9E9E40;
    border-radius: 5px;
    margin-bottom: 70px;
}
.map-block>.container{
    display: flex;
    justify-content: flex-end;
}
.map-info{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 34px 20px 25px 44px;
    background: rgb(255, 255, 255);
    filter: drop-shadow(0px 3px 53px rgba(40, 40, 40, 0.07));
}
.map-info-logo{
    max-width: 300px;
    margin-bottom: 62px;
    margin-left: auto;
}

.map-contact{
    display: flex;
    flex-direction: column;

}
.map-contact>a{
    font-weight: normal;
    font-size: 23px;
    text-align: right;
    color: #040430;
    margin-bottom: 6px;
}

.social-media{
    margin-top: 26px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.social-media>a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 10px 19px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 20px;
}

.footer-block{
    width: 100%;
    background: transparent;
    background-color:  #fff;;
    margin-top: 30px;
}
.footer-item{
    width: 33.3333%;
    padding-right: 40px;
}

.footer-menu{
    column-count: 2;
}

.footer-item{
    width: 25%;
}

.footer-item:nth-child(2n){
    width: 50%;
    padding-right: 0;
}

.footer-address{
    width: 25%;
    text-align: end;
}
.footer-menu:last-child{
    padding: 0;
}
.footer-block-info{
    display: flex;
    flex-wrap: wrap;
    padding: 43px 0 48px;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA
}

.footer-menu li{
    list-style: none;
    padding-bottom: 19px;
}
.footer-menu a{
    font-family: "Noto-Sans-Armenia";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #677178;
}
.footer-logo{
    display: block;
    max-width: 257px;
}

.footer-info{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.address{
    font-family: "Noto-Sans-Armenian";
    font-weight: 400;
    font-size: 14px;
    color: #677178;
    margin-top: 19px;


}

.footer-info a,
.footer-info p{
    font-family: "Noto-Sans-Armenia";
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #677178;
}
.footer-menu li:hover a,
.footer-info:hover a{
    color: #011F4B;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}


.news-popup-close{
    display: flex;
    font-size: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.news-date{
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #011F4B;
    text-shadow: 0px 3px 3px rgba(154, 154, 154, 0.16);
}
.news-content{
    padding-top: 27px;
}
.news-popup-img{
    float: left;
    max-width: 479px;
    width: 100%;
    border-radius: 3px;
    margin: 0 27px 15px 0;
}




.baner-block{
    margin: 34px 0 92px;
}

.exchange-title{
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 35px;
    padding-left: 20px;

}

.calendar-block .exchange-title{
    margin-bottom: 10px;
}

.calendar-block .exchange-title{
    padding-left: 0;
}

.exchange-block{
    border-radius: 4px;
    border: 1px solid #F5F4F4;
    box-shadow: 0px 5px 10px 0px #80899114;
    padding: 28px 0 35px 0;
    margin-bottom: 35px;
}

.sold-buy-title-item{
    font-family: "Noto-Sans-Armenia";
    font-weight: 400;
    font-size: 15px;
    color: #727272;
    width: 33.333%;
    margin-bottom: 10px;

}

.sold-buy-title{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.exchange-money-title{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0 20px;

}

.exchange-money-item{
    font-family:" Noto-Sans-Armenian";
    font-weight: 400;
    font-size: 17px;
    color: #0B0E15;
    padding: 10px 0;
     width: 33.333%;
}

.exchange-money-title:nth-child(odd) {
    background: #F8F8F8;
}

.calendar-block{
    box-shadow: 0px 9px 19px 0px #223C501C;
    margin-top: 32px;
    padding: 25px 18px 18px 25px;
}

.calendar {
  width: 380px;


}
.calendar__month {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.cal-month__previous, .cal-month__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
}
.cal-month__previous:hover, .cal-month__next:hover {
  background-color: #011F4B;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  font-weight: 800;
  color: #ffff;
}
.cal-month__next {
  right: 0;
}
.cal-month__current {
    font-family: "Noto-Sans-Armenia";
  text-align: center;
  color: #0B0E15;
}
.cal-head__day, .cal-body__day {
    font-family: "Noto-Sans-Armenia";
    display: inline-block;
    width: 53px;
    height: 50px;
    float: left;
    text-align: center;
}
.cal-body__week, .calendar__head {
  display: block;
  height: 50px;
  width: 100%;
}
.calendar__head {
  line-height: 50px;
  position: relative;
}
.calendar__head:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;

}
.cal-body__day {
  color: #777;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.cal-day__month--current {
  color: #0B0E15;
}
.cal-day__day--today {
  font-weight: 800;
  color: #011F4B;
}
.cal-day__day--selected {
  background-color: #011F4B;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  color: #FFF;
}

.phone-number{
    font-weight: 400;
    font-size: 30px;
    color:#011F4B;

}

.custom-select {
  position: relative;
  /* width: 120px; */
  user-select: none;
  cursor: pointer;
}

.select-selected {
 padding-left: 10px;
  border-left: 1px solid #000;
}

.select-options {
  display: none;
  position: absolute;
  top: 110%;
  left: -20px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 80px;
  z-index: 10;
  margin-top: 10px;
}

.select-options a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.select-options a:hover {
  background: #eee;
}

.breadcrumbs-menu-item{
    font-weight: 500;
    font-size: 12px;
    color: #656668;

}

.breadcrumbs-menu-item ul{
    font-weight: 500;
    font-size: 12px;
    color: #656668;

}

.breadcrumbs-menu{
    font-family: "Noto-Sans-Armenia";
    padding-top: 100px;
    display: flex;
    list-style-type: none;
    margin-bottom: 15px;
}


.breadcrumbs-menu :not(:last-child) .breadcrumbs-menu-item::after {
  content: "/";
  padding: 0 10px;
  color: #656668;
}

.small-container{
    max-width: 900px;
    margin: auto;
}

.news-list-block .number,
.news-list-block .date{
    font-family: "Noto-Sans-Armenia";
    color: #0B0E15;
}

.news-list-block .number{
    margin-top: 10px;
}

.news-detail-photo{
    margin: 24px 0 53px;
}

.editor{
    font-family: "Noto-Sans-Armenia";
}

.gallery-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-item{
    width: 25%;
}

.gallery-item a{
    display: block;
    padding: 6px;

}

.about-page .news-detail-photo img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sub-page-block{
    display: flex;
    flex-wrap: wrap;
    margin: 14px -10px 31px;
}

.sub-page-item{
    width: 33.333%;
    padding: 10px;
    cursor: pointer;

}

.sub-page-item a{
    display: block;
    border: 1px solid #EAEAEA;
    padding: 14px 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.sub-title{
    font-weight: 400;
    font-size: 18px;
    color: #212832;
    margin-top: 12px;


}

  .lang-mobile{
        display: none;
        position: absolute;
        top: 100px;
        z-index: 1;
        right: 25px;
    }

.lang-mobile a{
    padding-left: 9px;
}

.lang-mobile a:not(:last-child){
    border-right: 1px solid #000;
    padding-right: 9px;
}

.lang-mobile a:hover{
    color: #011F4B;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    font-family: sans-serif;
}

.pagination button {
    background: none;
    color: #677178;
    border: 1px solid #677178;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.pagination button:hover {
    background-color: #000;
    color: #fff;
}

.page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-numbers li a {
    display: inline-block;
    padding: 6px 12px;
    color: #677178;
    border: 1px solid #677178;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.page-numbers li a:hover {
    background-color: #000;
    color: #fff;
}

.page-numbers li a.active {
    background-color: #011F4B;
    color: #fff;
    border-color: #011F4B;
}




















    /* Responsive */

@media all and (max-width: 1500px){
    .small-container,
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
}


@media all and (max-width: 1350px){
    .money-exchange{
        width: 33%;
    }
}


@media all and (max-width: 1250px){
    .news-list {
    width: 58%;
    }
    .money-exchange {
        width: 40%;
    }
}

@media all and (max-width: 1200px){
    .news-exchange-block{
        flex-direction: column;
    }

    .news-list {
        width: 100%;
    }
    .news-item .news-title{
        font-size: 35px;
    }

    .news-desc{
        margin-bottom: 8px;
    }
    .news-item .date,
    .news-item .number{
        font-size: 14px;
    }

    .money-exchange{
        width: 100%;
    }

    .information-block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .exchange-block,
    .calendar-block,
    .info-banner{
        width: 49%;
    }
    .phone-number {
        font-size: 25px;
    }
}

@media all and (max-width: 1024px){
    .sliders-block{
        flex-direction: column;
    }
    .burger-btn{
        margin-left: 10px;
        display: block;
    }
    .top-slider-info{
        max-width: 550px;
    }
    .header-menu{
        padding: 70px 20px 60px;
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        margin-right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        overflow-y: auto;
    }
    .header-menu-logo{
        margin-top: 6%;
        display: block;
    }
    .logo-phone {
    width: 100%;
    justify-content: space-between;
}

    .for-web{
        display: none;
    }

    .news-title{
        font-size: 25px;
    }

    .select-languages{
        border-left: none!important;
    }
    .burger-close-btn{
        display: block;
    }
    .news-popup-img{
        margin-left: 0;
        float: unset;
    }
    .header-menu-item{
        font-weight: 500;
        font-size: 29px;
        line-height: 77px;
        text-align: center;
        color: #08082a;
        padding: 21px 5px;
    }
    .top-slider-info-text{
        font-size: 25px;
        line-height: 47px;
    }
    .header-logo{
        max-width: 120px;
    }
    .top-slider-info-btn{
        margin-top: 36px;
    }
    .footer-info a, p{
        font-size: 11px;
    }
    .about-us-row{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .about-us-section{
        padding: 39px 0 56px;
        width: 100%;

    }

    .page-title {
        font-size: 20px;
    }

    .document-section {
        padding: 5px 0 63px;
    }
    .document-row {
        margin-top: 40px;
        padding: 0;
    }
    .document-row-item{
        padding: 12px;
    }
    .document-col {
        padding: 8px 0;
        width: 100%;
    }
    .contact-text{
        font-size: 38px;
        padding-top: 33px;
    }

    .contact-form-item:nth-child(1), .contact-form-item:nth-child(2){
        width: 100%;
    }
    .contact-tel {
        padding-bottom: 12px;
    }
    .contact-info {
        padding: 21px 0 20px;
    }
    .contact-btn {
        margin-top: 18px;
    }
    .contact-section-img{
        height: 400px;
    }
    .map-block {
        height: 419px;
    }
    .map-info-logo {
        margin-bottom: 52px;
    }
    .map-contact>a {
        font-size: 18px;
    }
    .social-media>a {
        font-size: 16px;
    }
    .social-media>a{
        width: 32px;
        height: 32px;
    }

    .first-photo-block{
        display: flex;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .slider{
        width: 100%;
    }
    .first-photo-block .gradient-block{
        margin: 6px;
    }
    .baner-block{
    margin: 18px 0 32px;
    }
     .exchange-block,
    .calendar-block,
    .info-banner{
        width: 49%;
    }
    .footer-block-info{
        flex-direction: column;
    }
    .footer-item {
    width: 100%;
    margin-bottom: 41px;
    }
    .footer-item:nth-child(2n){
        width: 100%;
    }
    .footer-address{
        width: 100%;
        text-align: start;
    }
    .news-detail-photo {
    margin: 20px 0 33px;
    }
    .download-block{
        margin: 6px 0 9px;
    }
    .contact-tel-block a{
        font-size: 25px;
    }
    .top-slider-info {
        padding: 0 20px;
    }


}



@media all and (max-width: 850px){
    .info-banner{
        width: 40%;
    }

    .calendar-block{
        width: 55%;
    }
}

@media all and (max-width: 767px){
    .counter{
        width: 50%;
    }
    .contact-img {
        margin: 28px 0 29px;
        width: 100%;
    }
    .contact-tel{
        font-size: 22px;
        padding-bottom: 9px;
    }
    .contact-mail{
        font-size: 12px;
    }
    .contact-form-block{
        width: 100%;
    }
    .top-slider-info-btn{
        margin-top: 20px;
    }
    .top-slider-info-text{
        font-size: 22px;
        line-height: 23px;
    }
    .information-block{
        flex-direction: column;
    }
    .exchange-block,
    .info-banner{
        width: 100%;
    }
    .calendar-block{
        width: 400px;
    }
    .news-title{
        font-size: 16px;
    }

}
@media all and (max-width: 575px){
    .small-container,
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .header-menu-item {
        font-size: 20px;
        line-height: 50px;
        padding: 21px 5px;
    }
    .header-menu {
        padding: 70px 20px;
    }
    .top-slider-info {
        padding: 0 10px;
    }
    .burger-close-btn {
        top: 30px;
    }
    .header-logo{
        max-width: 100px;
    }
    .top-slider-info-btn{
        font-size: 9px;
        padding: 9px 38px;
    }
    .footer-logo{
        margin-bottom: 19px;
    }
    .footer-item{
        width: 100%;
        padding: 0;
    }
    .footer-block-info {
        padding: 19px 0 34px;
    }

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

    .media-section {
        padding: 36px 0 32px;
    }
    .media-btn{
        margin-top: 31px;
    }
    .media-btn-all{
        font-size: 11px;
        padding: 11px 25px;
    }
    .media-card-row {
        padding: 36px 0 63px;
    }
    .document-row {
        margin-top: 38px;
    }
    .document-section {
        padding: 25px 0 63px;
    }
    .document-row-item {
        font-size: 12px;
    }
    .document-btn-all{
        font-size: 10px;
        padding: 9px 12px;
    }
    .pdf-color {
        padding-right: 7px;
    }
    .contact-text{
        font-size: 24px;
        padding-top: 23px;
    }
    .contact-form-item:nth-child(1),
    .contact-form-item:nth-child(2){
        width: 100%;
    }
    .contact-img {
        width: 100%;
    }

    .contact-block-title {
        font-size: 20px;
    }
    .contact-section-img{
        height: 230px;
    }
    .contact-btn {
        padding: 14px 54px;
        font-size: 13px;
    }
    .map-block {
        height: 300px;
    }
    .map-contact>a {
        font-size: 12px;
    }
    .map-info-logo{
        max-width: 180px;
        margin-bottom: 36px;
    }


    .social-media {
        margin-top: 22px;
    }
    .map-info{
        padding: 34px 18px 25px 30px;
    }
    .social-media>a {
        margin: 0 0 0 11px;
        font-size: 12px;
    }
    .social-media>a{
        width: 22px;
        height: 22px;
    }
    .top-slider-info{
        max-width: 300PX;
    }
    .footer-info{
        flex-direction: column;
    }

    header {
        padding: 4px 0;
    }
    .first-photo-block{
        flex-direction: column;
    }
    .first-photo-block .gradient-block{
        margin: 0 0 8px 0;
    }
      .baner-block{
    margin: 10px 0 20px;
    }
        .news-item a{
        flex-direction: column;
        margin-bottom: 8px;
    }
    .news-item img {
    max-width: 100%;
    margin-right: 0;
    }
    .news-item .news-title{
        margin: 27px 0 9px;
    }
    .news-desc {
        margin-bottom: 10px;
    }
    .footer-item:nth-child(2n){
        column-count: 1;
    }
    .calendar-block {
    padding: 15px 0px 18px 10px;
    }
    .phone-number{
        font-size: 25px;
    }
    .news-title{
        font-size: 22px;
    }

    .header-logo{
        margin-right: 40px;
    }
    .gallery-item{
    width: 50%;
    }
    .sub-page-item{
    width: 100%;
    }
    .sub-page-block{
        margin: 15px 0 29px;
    }
}





@media all and (max-width: 480px){
    .top-slider-info-text {
        font-size: 16px;
        line-height: 20px;
    }
    .top-slider-info {
        top: 90%;
        transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
    }
    .top-slider-info-btn{
        margin-top: 10px;
    }


}

@media all and (max-width: 420px){
    .calendar {
        width: 350px;
    }
    .calendar-block {
        width: 350px;
    }
    .calendar__month {
        width: 90%;
    }
}

.news-loader {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.news-loader .spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.my-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 8px;
    padding: 0;
}

.my-pagination li {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
}

.my-pagination li.active {
    background: #333;
    color: #fff;
}

.my-pagination li.disabled span {
    color: #aaa;
}

.my-pagination a {
    color: inherit;
    text-decoration: none;
}
/*.has-news{*/
/*color:dark#011F4B;*/
/*}*/

.has-news {
    display: inline-block;
}

.has-news::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #011F4B;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
}

.cal-day__day--selected.has-news::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff!important;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
 }
