*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Onswer', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
body{
    background-color: #F0F0EB;
    padding-top: 121px;
    overflow-x: hidden;
}
section{
    max-width: 98%;
    margin: 0 auto;
    padding-top: 140px;
}
h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
input, textarea{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #7f7f7f;
    border-radius: 16px;
    background-color: #ffffff;
    border: none;
    padding: 20px 24px;
    resize: none;
}
.container{
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 14px 0;
    z-index: 999;
}
.navigation__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo{
    display: flex;
    align-items: center;
    gap:32px;
    text-decoration: none;
    color: #3E3E3E;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.logo__image{
    width: 90px;
    transition-duration: 0.3s;
}
.logo__text{
    font-size: 18px;
    font-family: 'PlayfairDisplay';
    font-weight: 700;
}
.menu__list{
    display: flex;
    list-style: none;
    gap: 30px;
}
.menu__link{
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.3s;
}
.menu__link:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
    text-decoration: underline;
}
.serch-btn{
    background-color: #3E3E3E;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 900px;
    padding: 8px;
    cursor: pointer;
    background-image: url(../image/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    transition-duration: 0.3s;
}

.serch-btn:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}
.gerb{
    min-width: 38px;
    height: 38px;
    background-image: url(../image/icons/gerb.svg);
    background-size: cover;
    display: inline-block;
    margin-bottom: -8px;
}
.stroke-text{
    border: thin solid #F0F0EB;
    border-radius: 900px;
    font-weight: 100;
    padding: 4px 16px 2px;
}
.first-screen{
    padding-top: 15px;
}
.fs-item{
    position: relative;
    height: 610px;
}
.fs-item::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.banner-slider{
    background-image: url(../image/content/banner/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-slider .container{
    position: relative;
}
.banner__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: contain;
    object-position: center;
}

h1, .title{
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}
h1 em, .title em{
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}


.circle-btn{
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F0F0EB;
    border-radius: 900px;
    color: #3E3E3E;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.circle-btn:hover{
    background-color: #3E3E3E;
    transition-duration: 0.3s;
    color: #ffffff;
}
.circle-btn span{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    transition-duration: 0.3s;
    margin-top: 12px;
}
.circle-btn:hover span{
    color: #ffffff;
}
.circle-btn:hover path{
    fill: #ffffff;
    transition-duration: 0.3s;
}
.banner__item{
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 100px;
    justify-content: space-between;
    gap: 72px;
    z-index: 2;
    position: relative;
}
.banner__item-info{
    max-width: 700px;
}
.fs-item .container{
    height: 100%;
}
.banner-descript{
    font-weight: 100;
    font-size: 28px;
    line-height: 171%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 26px;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 42px;
    width: 100%;
}
.owl-dot{
    min-width: 12px;
    height: 12px;
    background-color: #ffffff !important;
    border-radius: 900px;
    transition-duration: 0.3s;
}
.owl-dot.active{
    min-width: 32px ;
    transition-duration: 0.3s;
    overflow: hidden;
}
.first-screen .owl-nav{
    display: none !important;
}
.owl-dot.active span {
    display: block;
    width: 0; /* Начальная ширина */
    height: 12px; /* Установите нужную высоту */
    background-color: #EAE4CD;
    border-radius: 900px;
    animation: expand 6.5s forwards infinite; /* Запуск анимации */
}

@keyframes expand {
    0% {
        width: 0; /* Начальная ширина */
    }
    100% {
        width: 100%; /* Конечная ширина */
    }
}


.stroke-bottom{
    position: relative;
}

.stroke-bottom::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #3E3E3E;
    position: absolute;
    bottom: -5px;
}
.title_h2{
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    color: #3E3E3E;
    text-transform: uppercase;
    font-size: 48px;
}
.title_h2 em{
    font-family: 'PlayfairDisplay';
    font-style: italic;
    font-weight: 400;
    color: #3E3E3E;
    text-transform: uppercase;
}
.peoples{
    padding-bottom: 100px;
}
.peoples-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 58px 26px;
    margin-top: 45px;
}
.peoples-item__img{
    width: 100%;
    height: 444px;
    border-radius: 900px;
    overflow: hidden;
}
.peoples-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.3s;
}
.peoples-item{
    text-align: center;
    text-decoration: none;
}
.peoples-item:hover  img{
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.peoples-item__title{
    color: #3E3E3E;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
}
.people-btn{
    width: 100%;
    height: 444px;
    border-radius: 900px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3E3E3E;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #3E3E3E;
    text-decoration: none;
    transition-duration: 0.3s;
}
.people-btn:hover{
    background-color: #3E3E3E;
    color: #ffffff;
    transition-duration: 0.3s;
}
.navigation.fixed .logo__image {
    width: 58px;
    transition-duration: 0.3s;
}
.navigation.fixed .logo{
    gap: 16px;
    transition-duration: 0.3s;
}
.navigation.fixed .drop-menu{
    top: 80px;
}
.circle-title{
    display: flex;
    align-items: center;
    gap:15px;
}
.circle-title::before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 900px;
    background-color: #3E3E3E;
    display: block;
    margin-top: 5px;
}
.history-day__wrapper{
    margin-top: 42px;
    display: grid;
    grid-template-columns: 525px 1fr;
    gap:135px;
}
.history-day__image{
    width: 100%;
    height: 543px;
}
.history-day__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatar{
    height: 72px;
    width: 72px;
    min-width: 72px;
    border-radius: 900px;
    overflow: hidden;
}
.avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.historical-personality_min{
    display: flex;
    align-items: center;
    gap: 20px;
}
.historical-personality__name{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.date{
    font-family: 'PlayfairDisplay';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
    font-style: italic;
}
.history-day{
    padding-top: 100px;
    padding-bottom: 100px;
}
.history-day__descript{
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #3e3e3e;
    margin-top: 24px;
}
.history-day__descript:first-of-type{
    margin-top: 38px;
}
.history-day__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 38px;
    position: relative;
}
.history-day__info::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 46vw;
    background-color: #3E3E3E;
}
.btn-arrow{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e3e3e;
    padding: 15px 24px ;
    padding-right: 50px;
    text-decoration: none;
    border: thin solid #3E3E3E;
    border-radius: 900px;
    width: fit-content;
    position: relative;
    transition-duration: 0.3s;
    cursor: pointer;
}
.btn-arrow::before{
    content: url(../image/icons/arrow.svg);
    position: absolute;
    right: -27px;
    top: 13px;
    transition-duration: 0.3s;
}
.btn-arrow:hover{
    background-color: #3E3E3E;
    color: #ffffff;
    transition-duration: 0.3s;
}
.btn-arrow:hover::before{
    right: -42px;
    transition-duration: 0.3s;
}



.tabs {
    display: flex;
    cursor: pointer;
}

.tab {
    padding: 10px 20px;
    background-color: #f1f1f1;
    margin-right: 5px;

}

.tab:hover {
    background-color: #ddd;
}


.deeds-people{
    padding-top: 93px;
}
.deeds-people__header{
    display: flex;
    align-items: flex-end;
    gap: 36px;

}
.deeds-people__header span{
    font-weight: 100;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e3e3e;
    padding-bottom: 8px;
}
.deeds-people .owl-dots{
    display: none;
}
.deeds-people .tab{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #3e3e3e;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 900px;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    transition-duration: 0.3s;
}
.deeds-people .tab:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.tabs-header{
    margin-top: 38px;
}
.deeds-people .tab.active{
    background-color: #3E3E3E;
    color: #ffffff;
    cursor: default;
    opacity: 1 !important;
}
.owl-next{
    width: 62px;
    height: 24px;
    background-image: url(../image/icons/arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}
.owl-next span{
    display: none;
}
.owl-prev{
    width: 62px;
    height: 24px;
    background-image: url(../image/icons/arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}
.owl-prev span{
    display: none;
}
.tabs-header{
    position: relative;
}
.tabs-header .owl-next{
    position: absolute;
    right: 0;
    top: 0px;
    height: 48px;
    background-color: #F0F0EB !important;
    background-repeat: no-repeat !important;
}
.tabs-header .owl-prev{
    position: absolute;
    left: 0;
    display: none;
}
.tabs-content{
    background-color: #3D352E;
    margin-top: 50px;
    position: relative;
}
.deeds-people .content-item{
    display: grid;
    gap: 72px;
    grid-template-columns: 700px 1fr;
}
.deeds-people-info{
    width: 100%;
    padding: 100px 0;
    position: relative;
}
.tabs-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 50px;
    height: 100%;
    background: #3D352E;
}
.deeds-people-img{
    width: 100%;
    position: relative;
}
.deeds-people-img img{
    width: 42vw;
    height: 100%;
    object-fit: cover;
}
.deeds-people-info .historical-personality__name{
    color: #ffffff;
}
.deeds-people-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
}
.deeds-people-info p{
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 24px;
}
.deeds-people-info .btn-arrow_white{
    margin-top: 60px;
}
.btn-arrow_white{
    border-color: #ffffff;
    color: #ffffff;
    display: block;
}
.btn-arrow_white:hover{
    background-color: #ffffff;
    color: #3D352E;
}
.btn-arrow_white::before{
    content: url(../image/icons/arrow-white.svg);
}

.content-item {
    display: none !important;
}

.content-item.active {
    display: grid !important;
}
.about-project__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}
.about-project__info-item{
    margin-bottom: 72px;
}
.about-project__info-item:last-of-type{
    margin-bottom: 0;
}
.about-project__info-item h3{
    margin-bottom: 24px;
}
.about-project__info-item p{
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.about-project{
    padding-bottom: 100px;
}
.quote{
    padding-top: 0;
}
.quote__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.quote__wrapper h3{
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.quote__wrapper h3 em{
    font-style: italic;
    font-family: 'PlayfairDisplay';
}
.quote__wrapper .historical-personality_min{
    min-width: 400px;
}
.quote .container{
    padding: 40px 0;
    border-top: 2px solid #3e3e3e;
    border-bottom: 2px solid #3e3e3e;
}
.russia-people{
    padding-top: 77px;
    padding-bottom: 149px;
}
.russia-people .container{
    text-align: center;
}
.subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.russia-people .subtitle{
    margin-bottom: 17px;
}
.russia-people .title_h2{
    font-size: 72px;
}
.russia-people__item{
    min-width: 100px;
    height: 100px;
    border-radius: 900px;
    overflow: hidden;
    margin: 0 -10px;
}
.russia-people__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.russia-people__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}
.partners{
    padding-top: 53px;
    padding-bottom: 150px;
}
.partners .title_h2{
    font-size: 36px;
    text-align: center;
}
.partners-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 44px;
}
.partners-item{
    background-color: #E1E1D9;
    height: 290px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-item img{
    object-fit: contain;
    object-position: center;
     filter: grayscale(100%);
     transition-duration: 0.4s;
}
.partners-item:hover img{
    filter: grayscale(0%);
    transition-duration: 0.4s;
}
.footer{
   background-color: #3E3E3E; 
   padding: 49px 0;
}
.footer-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .menu__link{
    color: #ffffff;
    opacity: 0.5;
}
.footer-action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 290px;
}
.footer-wrapper{
    padding-bottom: 50px;
}
.footer-second-level{
    padding-top: 50px;
    border-top: thin solid #626261;
}
.footer-second-level .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
}
.footer-second-level a{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    transition-duration: 0.3s;
}
.footer-second-level a:hover{
    opacity: 1;
    transition-duration: 0.3s;
}

.drop-menu{
    position: absolute;
    top: 115px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    border-radius: 18px;
    padding: 48px;
    padding-left: 117px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.drop-menu__item{
    padding: 9px 0;
    list-style: none;
    width: 570px;
}
.drop-menu__item.see-all{
    margin-top: 32px;
}
.drop-menu__link{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    color: #3e3e3e;
    text-decoration: none;
}
.drop-menu__link:hover{
    text-decoration: underline;
}

.drop-menu__item::before {
    content: '';
    position: absolute;
    left: 117px;
    top: 25px;
    opacity: 0;
    width: 305px; /* Ширина изображения */
    height: 444px; /* Высота изображения */
    border-radius: 900px;
    background-size: cover;
    background-position: center;
    background-image: var(--menu-image); /* Используем переменную */
    transition-duration: 0.4s;
}

.drop-menu__item:hover::before{
    opacity: 1;
    z-index: 1;
    transition-duration: 0.4s;
}
.drop-menu__item.see-all::before{
    opacity: 1;
    z-index: 0;
    transition-duration: 0.4s;
}

.menu__item .drop-menu{
    display: none;
}

.menu__item.open .drop-menu{
    display: flex;
}

.form-search{
    position: absolute;
    top: 128px;
    top: -700px;
    background: #ffffff;
    width: 100%;
    border-radius: 24px;
    padding: 44px 124px;
    display: flex;
    align-items: flex-end;
    max-width: 1240px;
    gap:32px;
    transition-duration: 0.4s;
}
.form-search input{
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: thin solid #3D352E;
    border-radius: 0;
    padding-left: 0;
    outline: none;
}
.form-search input::placeholder{
    color: #3D352E;
}
.form-search input:focus{
    box-shadow: 0 1px 0px  #221c17;
}
.form-search  button{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    background-color: #3E3E3E;
    border: thin solid #3E3E3E;
    text-transform: uppercase;
    border-radius: 9000px;
    cursor: pointer;
    padding: 10px 42px;
    transition-duration: 0.3s;
}
.form-search  button:hover{
    background-color: #ffffff;
    color: #3D352E;
    transition-duration: 0.3s;
}
.navigation.search-open .form-search{
    top: 128px;
    transition-duration: 0.4s;
}
.navigation.search-open .serch-btn{
    background-image: url(../image/icons/close.svg);
}
.hamburger{
    background-color: #3E3E3E;
    display: none;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 900px;
    padding: 8px;
    cursor: pointer;
    background-image: url(../image/icons/Menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    transition-duration: 0.3s;
}
.menu-open .menu{
    display: flex;
}
.menu-open .hamburger{
    background-image: url(../image/icons/close.svg);
}
.crumbs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding-top: 37px;
    padding-bottom: 30px;
    white-space: nowrap;
}
.crumbs-link, .crumbs-action{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #3e3e3e;
    text-decoration: none;
}
.crumbs-link:hover{
    opacity: 0.7;
}
.crumbs-link::after{
    content: '•';
    margin: 0 8px;
}
.erorpage{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 90px;
}
.erorpage404{
    font-family: 'PlayfairDisplay';
    font-weight: 600;
    font-size: 148px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3e3e3e;
}
.erorpage .title_h2{
    font-size: 29px;
    margin-top: 12px;
}
.erorpage p{
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #3e3e3e;
    margin-top: 24px;
}
.history-people{
    padding-bottom: 148px;
}
.history-people__slider{
    margin-top: 41px;
}
.history-people__img{
    width: 149px;
    height: 149px;
    border-radius: 900px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.history-people__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-people__item{
    text-align: center;
    text-decoration: none;
}
.history-people__name{
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #3e3e3e;
}
.history-people__item .date{
    width: 100%;
    display: block;
    margin-top: 8px;
}
.history-people .owl-dots{
    display: none;
}
.history-people .owl-nav{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 72px;
    margin-top: 60px;
}
.owl-next{
    transition-duration: 0.3s;
}
.owl-next:hover{
    transform: translateX(10px);
    transition-duration: 0.3s;
}
.owl-prev{
    transition-duration: 0.3s;
}
.owl-prev:hover{
    transform: translateX(-10px);
    transition-duration: 0.3s;
}
.history-people header{
    text-align: center;
}
.header-page .title{
    font-weight: 600;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3e3e3e;
}
.filter-wrapper{
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.filter-title{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #3e3e3e;
}
.filter-item {
    display: flex;
    align-items: center;
}
.filter-item select{
    padding: 0;
    border: none; 
    background: none;
      font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #3e3e3e;
    width: 90px;

}
.select2-container--default .select2-selection--single{
    border: none !important;
    background:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    border: none; 
    background: none;
      font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #3e3e3e;
    width: 80px;
}
.select2-container--open .select2-dropdown--below{
    width: 250px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 20px !important;
}
.page-people{
    margin-top: 38px;
    padding-top: 0;
}
.page-people .container{
    padding-bottom: 50px;
}
.page-people__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #3E3E3E;
}
.page-people__avatar{
    min-width: 136px;
    width: 136px;
    height: 136px;
    border-radius: 900px;
    overflow: hidden;
}
.page-people__avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-people__item{
    display: flex;
    align-items: flex-start;
    gap: 39px;
    border-top: 1px solid #3E3E3E;
    padding: 48px 0;
    text-decoration: none;
    position: relative;
}
.page-people__item:nth-of-type(2n)::before{
    content: '';
    width: 1px;
    height: 75%;
    background-color: #3D352E;
        position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page-people__info{
    padding-top: 12px;
}
.page-people__name{
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.page-people__info .date{
    font-size: 30px;
}
.page-people__descript{
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #3e3e3e;
    margin-top: 14px;
}
.page-people__item:nth-of-type(1n){
    padding-right: 72px;
}

.page-people__item:nth-of-type(2n) {
    padding-left: 36px;
    padding-right: 22px;
}
.load-more{
    border: thin solid #3D352E;
    text-align: center;
    width: 170px;
    height: 170px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 70px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.pagination button{
    border: none;
    background: none;
    cursor: pointer;
    transition-duration: 0.3s;
}
.pagination button:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.pagination-list{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 28px;
}
.pagination-item{
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 900px;
    text-decoration: none;
    color: #3D352E;
    transition-duration: 0.3s;
}
.pagination-item.action{
    background-color: #3E3E3E;
    font-weight: 500;
    color: #ffffff;
    cursor: default;
    opacity: 1;
}
.pagination-item:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}
.contacts{
    padding-top: 32px;
}
.contacts-item{
    border-top: 1px solid #000000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 32px 0 ;
    gap: 32px;
}
.contacts-item:last-of-type{
    border-bottom: 1px solid #000000;
}
.contacts-item h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3e;
}
.contacts-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #3e3e3e;
}
.contacts-item a{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #3e3e3e;
    text-decoration: none;
}
.contacts-item a:hover{
    text-decoration: underline;
}
.title-medium{
    font-size: 48px !important;
}
.contact-form{
    padding-bottom: 148px;
}
.contact-form__wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.contact-form__wrapper .subtitle{
    display: block;
    font-weight: 100;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #3e3e3e;
    margin-top: 32px;
}
.contact-form__wrapper input{
    margin-bottom: 20px;
}
.cherbox-row{
    display: flex;
    margin-top: 16px;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
}
.cherbox-row input{
    width: fit-content;
    margin-bottom: 0;
    margin-top: 4px;
}
.cherbox-row label{
    font-size: 14px;
    color: #3D352E;
}
.cherbox-row label a{
    color: #3D352E;
}
.cherbox-row label a:hover{
    text-decoration: none;
}
.quote_type-two{
    margin-bottom: 150px;
}
.quote_type-two .quote__wrapper{
    justify-content: center;
}
.search-request{
    margin-top: 24px;
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    color: #3E3E3E;
}
.search-result{
    padding-top: 0;
    margin-top: 42px;
    padding-bottom: 140px;
}

.search-result__item{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 32px 0;
    border-top: thin solid #3E3E3E;
    color: #3D352E;
}
.search-result__item:first-of-type{
    border-top: 2px solid #3E3E3E;
}
.search-result__item:last-of-type{
    border-bottom: 1px solid #3E3E3E;
}
.search-result__item:hover{
    text-decoration: underline;
}
.search-result__img{
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.search-result__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-result__img-circle{
    border-radius: 900px;
}
.search-result .load-more{
    margin-top: 72px;
}
.blog{
    padding-top: 48px;
    padding-bottom: 140px;
}
.blog-item{
    display: grid;
    grid-template-columns: 525px 1fr;
    gap: 120px;
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: thin solid #3D352E;
}
.blog-item:first-of-type{
    padding-top: 0;
}
.blog-item .deeds-people-info{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-item .deeds-people-img{
    height: 525px;
}
.blog-item .deeds-people-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item .deeds-people-title{
    color: #3E3E3E !important;
    font-size: 30px;
}
.blog-item  .deeds-people-info p{
    font-size: 20px;
    color: #3E3E3E !important;
    opacity: 1;
    font-weight: 300;
}
.blog-item .deeds-people-info .historical-personality__name{
color: #3E3E3E !important;
}
.blog-item .btn-arrow{
        margin-top: 60px ;
        display: block;
}
.multy-avatar{
    gap: 0 ;
}
.multy-avatar .avatar{
    margin-right: -16px;
}
.first-screen-about{
    background-image: url(../image/background/about.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 0;
    height: 580px;
    margin-top: 15px;
}
.first-screen-about .crumbs{
    padding-top: 15px;
}
.first-screen-about .crumbs-link, .first-screen-about  .crumbs-action{
    color: #ffffff;
}
.first-screen-about .container{
    height: 100%;
}
.first-screen-about__wrapper{
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-screen-about__wrapper .subtitle{
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
}
.first-screen-about__wrapper .title{
    line-height: 110%;
}
.first-screen-about__wrapper .title span{
    font-family: 'PlayfairDisplay';
    color: #EAE4CD;
}
.first-screen-about__wrapper p{
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
}
.about-wrapper{
    padding-top: 32px;
}
.about-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px 0;
    border-bottom: 2px solid #3E3E3E;
}
.about-item em{
    display: block;
}
.about-item p{
    font-weight: 300;
font-size: 18px;
line-height: 120%;
color: #3e3e3e;
margin-bottom: 24px;
}
.about-item p:last-of-type{
    margin-bottom: 0;
}
.partners-about{
    padding-top: 96px;
}
.first-screen-people{
    padding-top: 0;
    background-color: #3D352E;
    background-image: url(../image/background/people.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    padding-bottom: 42px;
    margin-top: 15px;
}

.first-screen-people .crumbs-link, .first-screen-people  .crumbs-action{
    color: #ffffff;
}
.first-screen-people__wrapper{
    text-align: center;
    padding-top: 24px;
    z-index: 1;
    position: relative;
}
.people-avatar{
    width: 196px;
    height: 196px;
    border-radius: 900px;
    overflow: hidden;
    margin: 0 auto;
}
.people-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-screen-people__wrapper .title{
    font-size: 58px;
    margin-top: 16px;
    line-height: 120%;
}
.first-screen-people__wrapper p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
        line-height: 150%;
        margin-top: 24px;
}
.first-screen-people__wrapper .date{
    color: #EAE4CD;
    font-size: 42px;
}
.first-screen-people__wrapper .btn-arrow_white{
    margin: 0 auto;
    margin-top: 42px;
}
.first-screen-people .crumbs{
    padding-top: 15px;
}
.text-section .container{
    max-width: 855px;
}
.text-section{
    padding-top: 30px;
    position: relative;
}
.text-section h2{
    font-size: 36px;
    margin-bottom: 32px;
    margin-top: 42px;
    font-weight: 500;
}
.text-section video{
    width: 100%;
    height: 450px;
}
.text-section p{
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px;
}
.text-section img{
    width: 100%;
    margin-top: 38px;
    margin-bottom: 24px;
}
.text-section .img-descript{
    display: block;
    margin-top: -20px;
    font-size: 16px;
    margin-bottom: 24px;
}
.text-section .quote__wrapper{
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    border: 2px solid #3D352E;
    border-left: none;
    border-right: none;
    padding: 32px 0;
    margin: 42px 0;
}
.text-section  .avatar img{
    margin: 0;
}
.text-section .quote__wrapper h3{
    text-align: center;
}
.text-section  .historical-personality_min{
    min-width: auto;
}
.article-footer{
    border-top: 2px solid #3D352E;
    margin-top: 42px;
    padding-top: 12px;
}
.article-footer a{
    color: #000000;
}
.article-footer a:hover{
    text-decoration: none;
}
.article-footer .btn-arrow{
    display: block;
    margin: 0 auto;
    margin-top: 82px;
}
.text-section{
    padding-bottom: 102px;
    padding-top: 90px;
}
.first-screen-people{
    position: relative;
}
.first-screen-people::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.social{
    position: absolute;
    margin-left: -82px;
    top: 0;
    transition-duration: 0.3s;
}
.text-section .container{
    position: relative;
}
.social-list{
    list-style: none;
}
.social-list img{
    margin: 0;

}
.social-item{
    margin-bottom: 8px;
}
.social-link{
    width: 48px;
    height: 48px;
    border-radius: 9000px;
    background-color: #3D352E;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
}
.social-link:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}
.social-link img{
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.first-screen-blog {
    background-image: url(../image/content/history/6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    margin-top: 15px;
}
.first-screen-blog .crumbs{
    padding-top: 15px;
}

.first-screen-blog .crumbs-link, .first-screen-blog .crumbs-action {
    color: #ffffff;
}
.blog-avatar{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 72px;
    margin-top: 72px;
}
.first-screen-blog__wrapper{
    text-align: center;
    padding: 72px 0 ;
}
.first-screen-blog .title{
    text-transform: none;
    font-size: 70px;
}
.first-screen-blog__wrapper p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 150%;
    margin-top: 24px;
}
.first-screen-blog__wrapper .history-people__name{
    color: #ffffff;
}
.first-screen-blog__wrapper .history-people__item .date{
    color: #ffffff;
}
.first-screen-blog{
    position: relative;
}
.first-screen-blog::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#221c17;
    opacity: 0.8;
}
.first-screen-blog .container{
    position: relative;
    z-index: 1;
}
.text-section h2:first-of-type{
    margin-top: 0;
}
.banner__background_tablet{
    display: none !important;
}

.avatars {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 10px;
}
.avatars .avatar {
    margin: 0 -8px;
}