* {
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

main{
    margin: 0px auto;
    max-width: 1500px;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px;
    max-width: 1500px;
    margin: 10px auto;
}


.logo{
    height: auto;
    width: 60px;
}

.left-header_bar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-header_bar a{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.right-header_bar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text_wrapper p{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;

}

.call_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.border{
    width: 1px;
    height: 20px;
    background-color: #000;
}

sidebar{
    display: flex;
    margin: 50px 50px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

sidebar a{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.1s; /* Волшебное свойство для плавности */
    background-color: transparent;
    padding: 10px;
}

sidebar a:hover{
    color: white;
    background-color: rgb(1, 61, 140);
 
}

.news-1{
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.news-1-contents{
    display: flex;
    gap: 20px;
}

.news{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/news.png);
    width: 496px;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.news-1 h1{
    color: rgb(4, 59, 135);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.news-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: aliceblue;
    margin: 200px 30px;
    padding: 20px;
}

.news-tittle{
    display: flex;
    gap: 10px;
}

.news-tittle a{
    color: rgb(34, 34, 34);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0%;
    text-align: left;
    transition: color 0.5s; /* Волшебное свойство для плавности */
    text-decoration: none;
    transition: text-decoration 0.5s; /* Волшебное свойство для плавности */
}

.news-tittle a:hover{
    color: rgb(1, 61, 140);
    text-decoration: underline;
}

.date-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-container h2{
    color: rgb(126, 126, 126);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0%;
    text-align: center;
}

.date-container h3{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.news-tittle{
    color: rgb(34, 34, 34);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0%;
    text-align: left;
}

.news-subtittle a{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 250;
    line-height: 19.2px;
    letter-spacing: 0%;
    text-align: left;
    transition: color 0.5s; /* Волшебное свойство для плавности */
    text-decoration: none;
    transition: text-decoration 0.5s; /* Волшебное свойство для плавности */
}

.news-subtittle a:hover{
    text-decoration: underline;
}

.date-button{
    display: flex;
    justify-content: space-between;
}

.date{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 250;
    line-height: 19.2px;
    letter-spacing: 0%;
    text-align: left;
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.news-container h1{
    color: rgb(4, 59, 135);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 37.2px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.news-button{
    color: rgb(4, 59, 135);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    letter-spacing: 0%;
    text-align: left;
}

.news-1-titles{
    display: flex;
    width: 400px;
    gap: 20px;
    align-items: center;
}

.news-1-titles-date{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-1-titles-date h3{
    color: rgb(0, 64, 148);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.news-1-titles-date h4{
    color: rgb(0, 64, 148);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.news-1-contents-title{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    transition: color 0.5s; /* Волшебное свойство для плавности */
}

.news-1-contents-title:hover{
    color: rgb(1, 61, 140);
    text-decoration: underline;
}

.news-1-titles-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-1-button{
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.news-1-button-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.news-1-button a{
    color: rgba(0, 0, 0, 0.8);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: center;
}

.banner{
    width: 1150px;
}

.banner-vector{
    width: 11.46px;
    height: 22.92px;
}

.banner-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.news-2{
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.news-2 h1{
    color: rgb(4, 59, 135);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.categories{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 колонки */
    margin-bottom: 50px;
    margin-top: 20px;
    gap: 15px;
}



.category{
    display: flex;
    gap: 20px;
    align-items: center;
    height: 80px;
    width: 600px;
    box-sizing: border-box;
    border: 1px solid rgb(225, 225, 225);
    justify-content: space-between;
    padding: 20px;
    transition: border-color 0.5s; /* Волшебное свойство для плавности */
    transition: transform 0.3s; /* Плавное изменение размера */
}

.category:hover{
    border-color: rgb(1, 61, 140);
    color: white;
    transform: scale(1.05); /* Увеличение размера */
}

.border-category{
    display: flex;
    align-items: center;
    gap: 20px;
}

.category-border{
    width: 3px;
    height: 32px;
    border-radius: 5px;
    background: rgb(1, 61, 140);
}

.category-text{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.svg-buttons{
    display: flex;
    align-items: center;
}

.svg-button-oval{
    position: relative;
}

.svg-button-arrow{
    position: absolute;
    margin-left: 12px;
}

.categories-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
}

.events-calendar-container{
    display: flex;
    flex-direction: column;
}
.events-calendar-category{
    display: flex;
    gap: 20px;
    margin-top: 25px;
    box-sizing: border-box;
    border: 1px solid rgb(225, 225, 225);
    padding: 20px;
    transition: border-color 0.5s; /* Волшебное свойство для плавности */
    transition: transform 0.3s; /* Плавное изменение размера */
}

.events-calendar-category:hover{
    border-color: rgb(1, 61, 140);
    color: white;
    transform: scale(1.05); /* Увеличение размера */
}

.day-date-number{
    color: rgb(0, 64, 148);
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.day-date{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.day-date-text{
    color: rgb(0, 64, 148);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.events-calendar-category-text{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
}

.categories-3{
    display: flex;
    gap: 20px;

}

.buttons-wraps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.Job-vacancies-container-button{
    color: rgba(0, 0, 0, 0.8);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: left;
}

.content{
    display: flex;
    padding: 100px;
    flex-direction: column;
    align-items: center;
}

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

.documents-content{
    display: flex;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgb(225, 225, 225);
    padding: 20px;
    transition: border-color 0.5s; /* Волшебное свойство для плавности */
    transition: transform 0.3s; /* Плавное изменение размера */
}

.documents-content:hover{
    border-color: rgb(1, 61, 140);
    color: white;
    transform: scale(1.05); /* Увеличение размера */
}



.documents-content-img{
    width: 26.35px;
    height: 32px;
}

.documents-content-text p{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    letter-spacing: 0%;
    text-align: left;
}

.documents-content-text h2{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
}

.date{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    letter-spacing: 0%;
    text-align: left;
}

.documents-content-text{
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.surveys-content{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
}

.surveys-content h2{
    color: rgb(82, 82, 82);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
}

.surveys-content-input{
    box-sizing: border-box;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 20px;

    background: rgb(255, 255, 255);
}

.yes-use{
    color: rgb(102, 102, 102);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.surveys-chekbox{
    margin-left: 20px;
}

.buttons{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 100px;
    gap: 10px;
}

.button-1-wrapper{
    display: flex;
    box-sizing: border-box;
    border: 1px solid rgb(1, 61, 140);
    border-radius: 5px;
    background: rgb(1, 61, 140);
    opacity: 0.6;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
}

.news-conent-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px;
    column-gap: 10px;
   
}

.button-1-wrapper p{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.8px;
    letter-spacing: 0%;
text-align: left;
}

.button-2-wrapper{
    display: flex;
    width: 158.36px;
    height: 52.39px;
    box-sizing: border-box;
    border: 1px solid rgb(1, 61, 140);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.button-2-wrapper p{
    color: rgb(1, 61, 140);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    align-items: center;
    justify-content: center;
    margin-top: 250px;
}

.links{
    display: flex;
    background: rgb(229, 229, 229);
    gap: 20px;
    padding: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 50px;
}

.link{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 400px;
    text-decoration: none;
}

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

.link p{
    color: rgb(4, 59, 135);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.7px;
    letter-spacing: 0%;
    text-align: left;
}


.link img{
    width: 64px;
    height: 64px;
}

footer{
    display: flex;
    width: 100%;
    height: 385.91px;
    background:  rgb(4, 59, 135);
    justify-content: center;
}

.footer-container{
    display: flex;
    flex-direction: column;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.footer-nav{
    display: flex;
    gap: 20px;
}

.footer-nav a{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-nav a:hover{
    text-decoration: underline;
}

.uzinfocom{
    display: flex;
    justify-content: center;
    align-items: center;
    GAP: 10PX;
}

.uzinfocom h1{
    color: white;
    font-size: 23px;
}

.uzinfocom img{
    width: 15.67px;
    height: 15.68px;
}

.footer-tittle{
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.footer-title-container-1 h1{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.footer-title-container-1{
    display: flex;
    width: 400px;
    height: auto;
    gap: 10px;
    flex-direction: column;
}

.footer-title-container-1 h3{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: left;
}

.footer-title-container-2{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: auto;
    gap: 20px;
}

.footer-title-container-2 h3{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: center;
}

.social-networks{
    display: flex;
    margin-left: 300px;
    gap: 15px;
    align-items: center;
}


.social-networks-img-1{
    width: 23px;
    height: 23px;
}

.social-networks-img-2{
    width: 42px;
    height: 42px;
    margin-top: 6px;
}

.update{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    gap: 10px;
}

.update-text-1{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.update-text-1 p{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: center;
}

.update-text-1 img{
    width: 23px;
    height: 23px;
}

.update-text-2 p{
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: 0%;
    text-align: center;
    
    
}
