/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}




p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
.fancybox-slide::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
   
  .fancybox-slide::-webkit-scrollbar-track {
    width: 0;
    height: 0;
  }
   
  .fancybox-slide::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
  }
body{
    overflow-x: hidden;
    /* font-family: 'Lora', serif; */
    /* font-family: 'Cormorant', serif; */
    font-family: 'Roboto', sans-serif;
    background: #F9F5F2;
    color: #111;
    position: relative;
    min-height: 100vh;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body.active,
html.active{
    overflow: hidden;
}
.container{
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}
.header_top{
    padding: 17px 0 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top-left{
    display: flex;
    align-items: center;
}
.header_adres{
    font-size: 12px;
    line-height: 20px; 
    color: #111;
    margin-right: 36px;
    padding-left: 20px;
    position: relative;
}
.header_adres::before{
    position: absolute;
    content: "";
    background-image: url(images/map.svg);
    background-size: cover;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
.header_number{
    font-size: 12px;
    line-height: 20px;
    color: #111;
    position: relative;
    padding-left: 18px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #B32B1C;
}
.header_number::before{
    position: absolute;
    content: "";
    background-image: url(images/phone.svg);
    background-size: cover;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.header_top-right{
    display: flex;
    align-items: center;
}
.header_language{
    font-size: 12px;
    line-height: 20px;
    color: #111;
    margin-right: 30px;
    position: relative;
    padding-right: 14px;
    padding-left: 29px;
    transition: all 0.3s;
}
.header_language:hover{
    color: #B32B1C;
}
.header_language:hover .header_language-links{
    opacity: 1;
    visibility: visible;
}
.header_language-links{
    position: absolute;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 14px;
    z-index: 1;
    background: #F9F5F2;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}
.header_inner .header_language-links{
    top: auto;
    bottom: 100%;
}
.header_language-link{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.header_language-link:hover,
.header_language-link.active{
    color: #B32B1C;
}
.header_language-link.active{
    color: #B32B1C;
}
.header_language-link:last-child{
    margin-bottom: 0;
}
.header_language::before{
    position: absolute;
    content: "";
    background-image: url(images/planet.svg);
    background-size: cover;
    width: 19px;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_language::after{
    position: absolute;
    content: "";
    background-image: url(images/arrow_down.svg);
    background-size: cover;
    width: 7px;
    height: 5px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_way{
    color: #111;
    line-height: 20.028px;
    margin-right: 30px;
    font-size: 12px;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s;
}
.header_way:hover{
    color: #B32B1C;
}
.header_way::before{
    position: absolute;
    content: "";
    background-image: url(images/way.svg);
    background-size: cover;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.header_log{
    font-size: 12px;
    line-height: 20.028px;
    color: #111;
    padding-left: 28px;
    position: relative;
    transition: all 0.3s;
}
.header_log:hover{
    color: #B32B1C;
}
.header_log::before{
    position: absolute;
    content: "";
    background-image: url(images/person.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_search-btn{
    margin-left: 30px;
    display: flex;
    cursor: pointer;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.header_left{
    display: flex;
    align-items: center;
}
.menu_burger{
    height: 12px;
    width: 16px;
    position: relative;
    cursor: pointer;
    z-index: 5;
    margin-right: 40px;
    min-width: 16px;
}
.menu_burger::before{
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #111;
    transition: all 0.3s;
}
.menu_burger.active::before{
    transform: rotate(45deg);
    top: 5px;
    background-color: #fff;
}
.menu_burger span{
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 5px;
    width: 60%;
    background-color: #111;
    transition: all 0.3s;
}
.menu_burger.active span{
    transform: scale(0);
}
.menu_burger::after{
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #111;
    transition: all 0.3s;
}
.menu_burger.active::after{
    transform: rotate(-45deg);
    top: 5px;
    width: 100%;
    background-color: #fff;
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_logo-img{
    display: flex;
    margin-right: 20px;
}
.header_logo-title{
    color: #B32B1C;
    font-family: 'Lora', serif;
    font-weight: 700;
    line-height: 17px;
    width: 500px;
    text-transform: uppercase;
    font-size: 12px;
}
.header_search-body{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 12;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.header_search-body.active{
    opacity: 1;
    visibility: visible;
}
.header_search-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(12.5px);
    z-index: -1;
}
.header_search-wrapper{
    border: 1px solid #E5E5E5;
    background: #FFF;
    position: relative;
}
.header_search-inner{
    position: relative;
}
.header_search-inner::before{
    position: absolute;
    content: "";
    background-image: url(images/search_icon.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 46px;
    width: 46px;
}
.header_search-close{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.header_search-body_inp{
    height: 164px;
    width: calc(100% - 80px);
    font-size: 40px;
    padding-left: 90px;
    border: none;
}
.header_inner{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(12.5px);
    z-index: 3;

    overflow: auto;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.header_inner.active{
    opacity: 1;
    visibility: visible;
}
.header_inner-wrapper{
    display: flex;
    justify-content: space-between;
}
.header_inner-menu a{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 25px;
    display: block;
    color: #FFF;
    transition: all 0.3s;
}
.header_inner-menu a:hover{
    color: #B32B1C;
}
.header_inner-menu ul {
    margin-bottom: 34px;
}
.header_inner-menu ul a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.header_inner .container{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 166px;
}
.header_inner .header_search-btn path{
    transition: all 0.3s;
}
.header_inner .header_search-btn:hover path{
    fill:  #B32B1C;
}
.header_inner .header_top .header_way,
.header_inner .header_top .header_language,
.header_inner .header_top .header_log,
.header_inner .header_top .header_number,
.header_inner .header_top .header_adres{
    color: #fff;
    transition: all 0.3s;
}
.header_inner .header_top .header_way:hover,
.header_inner .header_top .header_language:hover,
.header_inner .header_top .header_log:hover,
.header_inner .header_top .header_number:hover{
    color: #B32B1C;
}
.header_inner .header_top .header_way::before{
    background-image: url(images/way2.svg);
}
.header_inner .header_top .header_language::before{
    background-image: url(images/planet2.svg);
}
.header_inner .header_top .header_language::after{
    background-image: url(images/arrow_down2.svg);
}
.header_inner .header_top .header_log::before{
    background-image: url(images/person2.svg);
}
.header_inner .header_top .header_number::before{
    background-image: url(images/phone2.svg);
}
.header_inner .header_top .header_adres::before{
    background-image: url(images/map2.svg);
}
.menu{
    display: flex;
}
.menu li{
    position: relative;
}
.menu li:hover ul{
    opacity: 1;
    visibility: visible;
}
.menu li ul{
    position: absolute;
    background: #F9F5F2;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    top: 100%;
    left: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    width: 388px;
}
.menu li ul a{
    padding: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    margin: 0 0 10px;
}
.menu li ul li:last-child a{
    margin-bottom: 0;
}
.menu a{
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 30px;
    padding: 10px 0;
    color: #111;
    transition: all 0.3s;
	white-space: nowrap;
}
.menu a:hover{
    color: #B32B1C;
}
.header_search{
    display: flex;
    justify-content: space-between;
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 80px;
    margin-bottom: 15px;
}
.header_search-inp{
    width: calc(100% - 130px);
    border: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px; 
    height: 100%;
    font-family: 'Lora', serif; 
    padding-left: 25px;
}
.header_search-inp::placeholder{
    color: rgba(51, 51, 51, 0.50);
}
.header_search-find{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: none;
    height: 100%;
    cursor: pointer;
    border: none;

}
.menu li:first-child a{
    margin-left: 0;
}
.header_text{
    font-size: 14px;
    line-height: 23px; 
    margin-bottom: 20px;
}
.header_text a{
    color: #B32B1C;
}
.main_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 1px solid #B32B1C;
    background: #B32B1C;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.main_slider .slick-arrow:hover{
    border: 1px solid #920E00;
    background-color: #920E00;
}
.main_slider .slick-next{
    right: calc(50% - 890px);
    background-image: url(images/arrow_right.svg);
}
.main_slider .slick-prev{
    left: calc(50% - 890px);
    background-image: url(images/arrow_left.svg);
}
.main_slider .slick-track{
    display: flex;
}
.main_slide{
    position: relative;
    z-index: 1;
    padding: 130px 0;
    height: inherit;
    color: #fff;
}
.main_slide-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.main_slide-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.main_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_slide-info{
    max-width: 700px;
}
.main_slide-title{
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px; 
    margin-bottom: 10px;
    font-family: 'Cormorant', serif;
}
.main_slide-text{
    line-height: 24px;
    margin-bottom: 30px;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 18px 27px;
    color: #FFF;
    background: #B32B1C;
    transition: all 0.3s;
}
.btn:hover{
    background: #920E00;
}
.main_slider .slick-dots{
    position: absolute;
    bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
}
.main_slider .slick-dots li{
    display: flex;
}
.main_slider .slick-dots button{
    font-size: 0;
    cursor: pointer;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    padding: 0;
    border: none;
}
.main_slider .slick-dots .slick-active button{
    width: 12px;
    height: 12px;
    background-color: #B32B1C;
}
.events{
    margin: 80px 0;
}
.events_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.title{
    font-family: 'Cormorant', serif;
    font-weight: 700;
    line-height: 50px; 
    text-transform: uppercase;
    font-size: 44px;
}
.events_tabs{
    display: flex;
    align-items: center;
}
.events_tab{
    margin-left: 8px;
    padding: 7px 12px;
    text-align: center;
    font-size: 13px;
    transition: all 0.3s;
    color: #666;
    border-radius: 25px;
}
.events_tab:hover,
.events_tab.active{
    background: #B32B1C;
    
    
    color: #FFF;
}
.events_items{
    display: flex;
    justify-content: space-between;
}

.events_wrapper{
    display: flex;
    justify-content: space-between;
}
.events_items{
    width: 75%;
}
.events_item{
    width: 32%;
    padding: 214px 30px 30px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}
.events_item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.events_item:hover .events_item-img img{
    width: 110%;
    height: 110%;
}
.events_item:hover .events_item-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.events_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: all 0.3s;
}
.events_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.events_item-subtitle{
    font-size: 14px;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    padding: 4px 9px;
    width: fit-content;
    margin-bottom: 15px;
}
.events_item-title{
    font-size: 20px;
    line-height: 26px; 
    color: #FFF;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.events_item:hover .events_item-title{
    color: #920E00;
}
.events_item-date{
    color: #FFF;
    font-family: 'Cormorant', serif; 
    margin-top: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
}
.btn_more{
    display: flex;
    justify-content: center;
    background: none;
    align-items: center;
    width: fit-content;
    border: 1px solid #B32B1C;
    padding: 18px 27px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #B32B1C;
    transition: all 0.3s;
}
.btn_more:hover{
    background: #B32B1C;
    color: #fff;
}
.events_btn{
    margin: 40px auto 0;
}
.page_calendar{
    width: 23.5%;
}
#datepicker .ui-widget.ui-widget-content{
    width: 100%;
    height: 100%;
}
#ui-datepicker-div{
    width: 345px;
}
.ui-widget.ui-widget-content{
    border: 1px solid #E5E5E5;
    padding: 24px;

}
.ui-datepicker .ui-datepicker-header{
    background: none;
    padding: 0;
    border: none;
}
.ui-datepicker .ui-datepicker-title{
    color: #111;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
}
.ui-datepicker .ui-datepicker-header{
    margin-bottom: 24px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
    background-color: #fff;
    border: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    margin: 0;
    background: none;
}
.ui-datepicker .ui-datepicker-prev{
    background-image: url(images/arrow_left.svg);
} 
.ui-datepicker .ui-datepicker-next{
    background-image: url(images/arrow_right.svg);
}
.ui-datepicker th{
    font-family: 'Cormorant', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    color: #B32B1C;
}
.ui-datepicker th span{
    display: block;
    margin-bottom: 22px;
}
.ui-datepicker td a{
    background: none !important;
    text-align: center;
    border: none !important;
    margin: 0 5px 20px;
    padding: 7px 0px !important;
    color: #111 !important;
    font-weight: 600 !important;
    line-height: 18px; 
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s;
    border-radius: 50%;
}
td a:hover,
td.ui-datepicker-current-day a{
    background: #B32B1C !important;
    color: #fff !important;

}
.news_page{
    padding: 10px 0 80px;
}
.news{
    margin: 80px 0;
}
.news_title{
    margin-bottom: 40px;
}
.news_items{
    display: flex;
}
.news_item{
    width: 24%;
    position: relative;
    z-index: 1;
    padding: 250px 30px 30px;
    margin-right: 1.333%;
}
.news_item:nth-child(4n){
    margin-right: 0;
}
.news_item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.news_item:hover .news_item-img img{
    width: 110%;
    height: 110%;
}
.news_item:hover .news_item-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.news_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: all 0.3s;
}
.news_item-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.news_item-date{
    color: #FFF;
    font-size: 16px;
    line-height: 20px; 
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Cormorant', serif;
}
.news_item-title{
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    display: -webkit-box;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
overflow: hidden;
transition: all 0.3s;
}
.news_item:hover .news_item-title{
    color: #920E00;
}

.news_btn{
    margin: 40px auto 0;
}
.recommendations{
    margin: 80px 0;
}
.recommendations_title{
    margin-bottom: 40px;
}
.recommendations_tabs{
    display: flex;
    margin-bottom: 34px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #E5E5E5;
    background: #F5ECE6;
    justify-content: space-between;
}
.recommendations_tab{
    width: 49%;

    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-weight: 700;
    line-height: 50px; 
    font-size: 32px;
    font-family: 'Cormorant', serif;
    cursor: pointer;
}
.recommendations_tab.active{
    background: #FFF;
    color: #B32B1C;
    border-radius: 10px 10px 0px 0px;
}
.recommendations_content{
    display: none;
}
.recommendations_content.active{
    display: block;
}
.recommendations_items{
    display: flex;
    justify-content: space-between;
}
.recommendations_item{
    width: 49%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #B32B1C;
    padding: 40px 50px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 135px;
    color: #FFF;
    transition: all 0.3s;
}
.recommendations_item:hover{
    background: #920E00;
}
.recommendations_item::before{
    position: absolute;
    content: "";
    background-image: url(images/recommendations_item.svg);
    background-size: cover;
    width: 160.99px;
    height: 112px;
    right: 33px;
    bottom: 0;
}
.recommendations_item span{
    line-height: 23px; 
    margin-top: 10px;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.recommendations_item img{
    position: absolute;
    display: flex;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.pushkin{
    margin: 80px 0 100px;
}

.pushkin_wrapper{
    background: #FFF;
    padding: 75px 100px;
    overflow: hidden;
    position: relative;
}
.pushkin_info{
    width: 775px;
}
.pushkin_teg{
    font-size: 14px;
    margin-bottom: 16px;
    color: #FFF;
    border-radius: 25px;
    background: #B32B1C;
    padding: 8px 9px;
    width: fit-content;
}
.pushkin_title{
    color: #111;
    font-family: 'Cormorant', serif;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pushkin_text{
    line-height: 28px; 
    margin-bottom: 30px;
    font-size: 20px;
}
.pushkin_btn{
    background: #111;
    padding: 18px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px; 
    color: #FFF;
    transition: all 0.3s;
}
.pushkin_btn:hover{
    background-color: #3C3C3C;
}
.pushkin_img{
    display: flex;
    position: absolute;
    bottom: 0;
    right: -46px;
}
.map{
    margin: 100px 0;
}
.map_title{
    margin-bottom: 40px;
}
.map_body{
    display: flex;
}
.map_body img{
    width: 100%;
    height: auto;
}
.programs{
    margin: 100px 0;
}
.programs_top{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs_btn{
    margin: 40px auto 0;
}
.programs_slider .slick-track{
    display: flex;
}

.programs_slide{
    width: 481px;
    margin-right: 30px;
    position: relative;
    padding: 450px 30px 30px;
    height: inherit;
}
.programs_slide-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.programs_slide:hover .programs_slide-img img{
    width: 110%;
    height: 110%;
}
.programs_slide:hover .programs_slide-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.programs_slide-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
}
.programs_slide-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.programs_slide-date{
    color: #FFF;
    font-family: 'Cormorant', serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 20px; 
}
.programs_slide-title{
    font-size: 20px;
    line-height: 26px; 
    color: #FFF;
    transition: all 0.3s;
}
.programs_slide:hover .programs_slide-title{
    color: #920E00;
}
.programs_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 1px solid #B32B1C;
    background: #B32B1C;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.programs_slider .slick-next{
    right: -120px;
    background-image: url(images/arrow_right.svg);
}
.programs_slider .slick-prev{
    left: -120px;
    background-image: url(images/arrow_left.svg);
}
.competitions{
    margin: 100px 0 50px;
}
.competitions_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.competitions_slider .slick-track{
    display: flex;
}
.competitions_slide{
    position: relative;
    padding: 170px 30px 46px;
    width: 745px;
    height: inherit;
    margin-right: 30px;
}
.competitions_slide-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.competitions_slide:hover .competitions_slide-img img{
    width: 110%;
    height: 110%;
}
.competitions_slide:hover .competitions_slide-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.competitions_slide-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: all 0.3s;
}
.competitions_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.competitions_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 1px solid #B32B1C;
    background: #B32B1C;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.competitions_slider .slick-next{
    right: -120px;
    background-image: url(images/arrow_right.svg);
}
.competitions_slider .slick-prev{
    left: -120px;
    background-image: url(images/arrow_left.svg);
}
.competitions_slide-date{
    color: #FFF;
    font-family: 'Cormorant', serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 20px; 
}
.competitions_slide-title{
    font-size: 20px;
    line-height: 26px; 
    margin-bottom: 15px;
    color: #FFF;
    transition: all 0.3s;
}
.competitions_slide:hover .competitions_slide-title{
    color: #920E00;
}
.competitions_slide-text{
    font-size: 16px;
    line-height: 24px; 
    color: #FFF;
    max-width: 400px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.footer{
    background: #111;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index:4;
}
/* .footer::before{
    position: absolute;
    content: "";
    background-image: url(images/footer_bg.svg);
    background-size: cover;
    width: 724px;
    height: 357px;
    bottom: 0;
    right: 0;
    z-index: -1;
} */
.footer_wrapper{
    padding: 40px 0 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.footer_logo{
    display: flex;
    margin-bottom: 34px;
}
.footer_text{
    font-size: 13px;
    line-height: 20px; 
    color: #999;
    width: 230px;
    margin-bottom: 38px;
}
.footer_menu a{
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.footer_menu a:hover{
    color: #999;
}
.footer_menu li:last-child a{
    margin-bottom: 0;
}
.footer_menu ul{
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer_menu ul li a{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px; 
    color: #999;
    margin-bottom: 6px !important;
    display: block;
}
.footer_menu ul li a:hover{
    color: #fff;
}
.footer_links{
    width: 25%;
}
.footer_item{
    display: block;
    font-size: 15px;
    line-height: 25px; 
    margin-bottom: 15px;
    color: #FFF;
    transition: all 0.3s;
    padding-left: 25px;
    position: relative;
}
.footer_item img{
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateX(-25%);
}
a.footer_item:hover{
    color: #999;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.footer_inner-left{
    display: flex;
}
.footer_inner-item{
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px; 
    transition: all 0.3s;
    color: #999; 
}
.footer_inner-item:last-child{
    margin-bottom: 0;
}
a.footer_inner-item:hover{
    color: #B32B1C;
}
.footer_inner-right{
    display: flex;
    align-items: center;
}
.footer_language{
    font-size: 12px;
    line-height: 20px; 
    text-transform: uppercase;
    margin-right: 40px;
    color: #999;
    transition: all 0.3s;
}
.footer_language:hover{
    color: #B32B1C;
}
.footer_dev{
    font-size: 12px;
    line-height: 19px; 
    color: #999;
}
.footer_dev a{
    margin-left: 14px;
    color: #fff;
    transition: all 0.3s;
}
.footer_dev a:hover{
    color: #B32B1C;
}
.chat{
    display: flex;
    position: fixed;
    z-index: 5;
    right: 45px;
    bottom: 134px;
}
.chat img{
    width: 100%;
    height: auto;
}
.footer_language{
    position: relative;
}
.footer_language .header_language-links{
    bottom: 100%;
    top: auto;
}
.footer_language:hover .header_language-links{
    opacity: 1;
    visibility: visible;
}
.crumbs{
    display: flex;
    margin-bottom: 30px;
}
.crumb{
    font-size: 12px;
    line-height: 23px;
    color: #999;
    display: flex;
    align-items: center;
}
.crumb:last-child::after{
    display: none;
}
.crumb::after{
    content: "—";
    margin: 0 5px;
    position: relative;
    display: block;
}
.news_filter{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.news_filter-title{
    font-size: 16px;
    line-height: 24px;
    margin-right: 9px;
    color: rgba(0, 0, 0, 0.80);
}
.news_filter-calendar{
    margin-right: 9px;
    position: relative;
}
.news_filter-calendar::before{
    position: absolute;
    content: "";
    background-image: url(images/calendar.svg);
    background-size: cover;
    width: 19px;
    height: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.news_filter-inp{
    border: 1px solid #E5E5E5;
    background: #FFF;
    width: 100%;
    height: 40px;
    padding-left: 13px;
    padding-right: 12px;
    font-size: 14px;
}
.news_filter-inp::placeholder{
    color: #999;
}
.news_filter-find{
    border: none;
    cursor: pointer;
    width: 140px;
    height: 40px;
    margin: 0 10px;
}
.news_filter-clean{
    cursor: pointer;
    width: 140px;
    height: 40px;
}
.news_items{
    display: flex;
    flex-wrap: wrap;
}
.news_big{
    position: relative;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 48.666%;
    margin-right: 2.666%;
    margin-bottom: 30px;
    min-height: 406px;
}

.news_big-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.news_big:hover .news_big-img img{
    width: 110%;
    height: 110%;
}
.news_big:hover .news_big-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.news_big-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.20);
}
.news_big-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.news_big-date{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Cormorant', serif;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}
.news_big-title{
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    transition: all 0.3s;
}
.news_big:hover .news_big-title{
    color: #B32B1C;
}
.page_item{
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2.666%;
}
.news_big + .page_item:nth-child(4n + 3){
    margin-right: 0;
}
.news_page-items .page_item.page_item:nth-child(4n + 3){
    margin-right: 0;
}
.news_page-items{
    display: flex;
    flex-wrap: wrap;
}
.page_item:hover .page_item-img img{
    width: 110%;
    height: 110%;
}
.page_item-img{
    width: 100%;
    height: 234px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.page_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.page_item-info{
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: calc(100% - 234px);
}
.page_item:hover .page_item-title{
    color: #B32B1C;
}
.page_item-title{
    line-height: 26px;
    font-size: 20px;
    color: #111;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page_item-date{
    margin-top: auto;
    color: #999;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    margin-top: 15px;
    line-height: 20px; 
}
.page_item.video .page_item-img{
    position: relative;
}
.page_item.video .page_item-img::before{
    position: absolute;
    content: "";
    background-image: url(images/play.svg);
    background-size: cover;
    width: 48px;
    height: 48px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.pagin{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagin li::before{
    display: none !important;
}
.pagin a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin: 0 3px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 20px; 
    color: #333;
    transition: all 0.3s;
}
.pagin a:hover,
.pagin a.active{
    border: 1px solid #B32B1C;
    background: #B32B1C;
    color: #fff;
}
.pagin a.arrow {
    background: none;
    border: none;
}

.news_card{
    margin: 12px 0 64px;
}
.news_card-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aside{
    width: 360px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
}
.aside li{
    position: relative;
}
.aside li ul a {
    background:none;
    display: flex;
    align-items: center;
}
.aside li ul ul{
    padding-left: 20px;
}
.aside li ul ul a::before{
    position: relative;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    margin-right: 7px;
}
.aside li ul ul a.active{
    background: none;
    color:#B32B1C;
    border: none;
}
.aside  svg{
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
}
.aside a.active + svg path{
    fill: #fff;
}
.aside a{
    background: #FFF;
    padding: 16px 23px;
    display: flex;
    line-height: 24px;
    color: #111;
    border-bottom: 1px solid #E5E5E5;
    transition: background 0.3s , color 0.3s;
}
.aside a:hover,
.aside a.active{
    background: #B32B1C;
    border-bottom: 1px solid #B32B1C;
    color: #FFF;
}
.news_card-content{
    width: 1130px;
}
.news_card-title{
    font-family: 'Cormorant', serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 50px;
}
.news_card-img{
    display: flex;
    margin-bottom: 20px;
}
.news_card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_card-img_inner{
    display: flex;
    align-items: center;
}
.news_card-img_date{
    font-weight: 700;
    line-height: 20px; 
    margin-right: 30px;
    color: #333;
    font-family: 'Cormorant', serif;
}
.news_card-img_views{
    font-weight: 700;
    line-height: 20px; 
    margin-right: 30px;
    color: #333;
    font-family: 'Cormorant', serif;
    padding-left: 16px;
    position: relative;
}
.news_card-img_views::before{
    position: absolute;
    content: "";
    background-image: url(images/views.svg);
    background-size: cover;
    width: 11px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news_card p{
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 15px;
    color: #111;
}
.news_card-img_wrapper{
    margin-bottom: 40px;
}
.news_card p span{
    font-size: 20px;
}
.page_imgs{
    margin: 30px 0;
    width: calc(100% + 28px);
    margin-left: -14px;
}
.page_img{
    margin: 0 14px;
    height: 178px;
}
.page_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_imgs .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  border: 1px solid #B32B1C;
  background: #B32B1C;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.page_imgs .slick-next{
  right: 14px;
  background-image: url(images/arrow_left2.svg);
}
.page_imgs .slick-prev{
  left: 14px;
  background-image: url(images/arrow_right2.svg);
}
.page_video iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.page_video{
    height: 552px;
    margin-bottom: 24px;
}
.page_files{
    margin-bottom: 20px;
}
.page_file{
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    padding: 30px 86px 30px;
}
.page_file:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.page_file::before{
    position: absolute;
    content: "";
    background-image: url(images/downoload.svg);
    background-size: cover;
    height: 16px;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
}
.page_file-title{
    font-size: 16px;
    line-height: 24px; 
    color: #111;
    transition: all 0.3s;
}
.page_file:hover .page_file-title{
    color: #B32B1C;
}
.page_file-options{
    display: flex;
   
}
.page_file-option{
    font-size: 12px;
    line-height: 20px; 

    color: #999;
    margin-right: 20px;
}
.page_file-img{
    position: absolute;
    left: 30px;
}
.page_back{
    font-size: 14px;
    line-height: 21px; 
    display: flex;
    align-items: center;
    color: #111;
    transition: all 0.3s;
}
.page_back:hover{
    color: #B32B1C;
}
.page_back::before{
    position: relative;
    content: "";
    background-image: url(images/back_arrow.svg);
    background-size: cover;
    display: block;
    width: 20px;
    height: 8px;
    margin-right: 14px;
}
.events_page-title{
    margin-bottom: 40px;
}
.events_page-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.events_page-content{
    width: 1130px;
}
.events_page-top{
    display: flex;
    margin-bottom: 40px;
}
.events_page-top .page_select{
    width: 190px;
    margin-right: 20px;
}
.events_page-top .page_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.page_select{
   
    position: relative;
}
.page_select::before{
    position: absolute;
    content: "";
    background-image: url(images/select_arrow.svg);
    background-size: cover;
    width: 7px;
    height: 4px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.page_select select{
    width: 100%;
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 40px;
    cursor: pointer;
    padding-left: 14px;
    color: rgba(0, 0, 0, 0.80);
}
.page_select select option:first-child{
    display: none;
}
.events_page-calendar{
    width: 360px;
}
.events_page-calendar .page_calendar{
    width: 100%;
}
.events_page{
    margin-bottom: 85px;
}
.events_page-items{
    display: flex;
    flex-wrap: wrap;
}
.events_page-items .page_item{
    width: 32%;
    margin-right: 2%;
}
.events_page-items .page_item:nth-child(3n){
    margin-right: 0;
}
.page_item-subtitle{
    font-size: 14px;
    color: #999;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid rgba(202, 202, 202, 0.26);
    background: #FAFAFA;
    margin-bottom: 15px;
    width: fit-content;
}
.event_card{
    margin: 10px 0 80px;
}
.event_card .aside{
    margin-bottom: 40px;
}
.event_card-wrapper{
    display: flex;
    justify-content: space-between;
}
.event_card-content{
    width: 1130px;
}
.event_card-title{
    margin-bottom: 40px;
}
.event_card p{
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 15px;
    color: #111;
}

.event_card p span{
    font-size: 20px;
}
.event_card-btn{
    margin: 40px 0;
}
.news_card-img_tag{
    font-size: 14px;
    color: #999;
    border-radius: 3px;
    border: 1px solid rgba(202, 202, 202, 0.26);
    background: #FAFAFA;
    padding: 5px 10px;
    margin-right: 16px;
}
.event_card-options{
    margin-bottom: 30px;
}
.event_card-option{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    color: #B32B1C;
    margin-bottom: 20px;
}
.event_card-option span{
    color: #111;
}
.event_card-option:last-child{
    margin-bottom: 0;
}
.comments{
    margin-top: 26px;
}
.comments_tab{
    border: 1px solid #E5E5E5;
    padding: 14px 22px 10px 22px;
    margin-bottom: 20px;
    width: fit-content;
    border-top: 2px solid #B32B1C;
}
.comments_btn-add{
    width: 100%;
    margin-bottom: 38px;
}
.comments_item-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px; 
    margin-right: 14px;
    color: #333;
}
.comments_item-top{
    display: flex;
    align-items: center;
}
.comments_item-date{
    font-size: 12px;
    line-height: 19px;
    color: #999;
}
.comments_item-text{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}
.comments_item-answer{
    font-size: 12px;
    line-height: 20px; 
    color: #969696;
    margin-right: 23px;
}
.comments_item-like{
    font-size: 13px;
    line-height: 20px;
    color: #999;
    padding-left: 18px;
    position: relative;
}
.comments_item-like::before{
    position: absolute;
    content: "";
    background-image: url(images/like.svg);
    background-size: cover;
    width: 13px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comments_item-like span{
    font-size: 11px;
    margin-right: 9px;
}

.events_page-nothing{
    color: #B32B1C;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    line-height: 40px; 
    font-size: 36px;
}

.sale{
    margin: 10px 0 80px;
}
.sale_title{
    margin-bottom: 40px;
}
.sale_item{
    display: flex;
    background: #FFF;
    padding: 36px;
    justify-content: space-between;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s;
}
.sale_item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.sale_item::before{
    position: absolute;
    content: "";
    background-image: url(images/sale_item.svg);
    background-size: cover;
    width: 18px;
    height: 8px;
    top: 36px;
    right: 56px;
}
.sale_item-img{
    width: 300px;
    height: 219px;
    display: flex;
}
.sale_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sale_item-info{
    width: calc(100% - 348px);
}
.sale_item-date{
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'Cormorant', serif;
}
.sale_item:hover .sale_item-title{
    color: #B32B1C;
}
.sale_item-title{
    line-height: 26px; 
    margin-bottom: 10px;
    transition: all 0.3s;
    font-size: 20px;
    color: #111;
}
.sale_item p{
    font-size: 16px;
    line-height: 24px; 
    color: #333;
    margin-bottom: 10px;
}
.sale_item p:last-child{
    margin-bottom: 0;
}
.sale_item-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
}
.competitions_items{
    display: flex;
    flex-wrap: wrap;
}
.competitions_item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 365px 30px 35px 30px;
    position: relative;
}
.competitions_item:nth-child(3n){
    margin-right: 0;
}
.competitions_item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.competitions_item:hover .competitions_item-img img{
    width: 110%;
    height: 110%;
}
.competitions_item:hover .competitions_item-img::before{
    background: rgba(0, 0, 0, 0.60);
}
.competitions_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    transition: all 0.3s;
}
.competitions_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.competitions_item-date{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    margin-bottom: 15px;
    font-family: 'Cormorant', serif;
}
.competitions_item-title{
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    transition: all 0.3s;
}
.competitions_item:hover .competitions_item-title{
    color: #B32B1C;
}
.news_card p a{
    text-decoration: underline;
    color: #111;
}
.page_link{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #B32B1C;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.page_link:hover{
    color: #920E00;
}
.resources{
    margin: 10px 0 180px;
}
.resources_title{
    margin-bottom: 45px;
}
.resources_items{
    display: flex;
    flex-wrap: wrap;

}
.resources_items:last-child{
    margin-bottom: -38px;
}
.resources p{
    line-height: 24px;
}
.resources_item{
    background: #FFF;
    padding: 50px 20px 50px 128px;
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 26px; 
    color: #B32B1C; 
    min-height: 150px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 38px;
    transition: all 0.3s;
}
.resources_item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    color: #920E00;
}
.resources_item:nth-child(3n){
    margin-right: 0;
}
.resources_item img{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.events_page-titlte{
    margin-bottom: 40px;
}
.error_page{
    margin: 10px 0 125px;
}
.error_page-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_page-img{
    width: 500px;
    height: 500px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 64px;
}
.error_page-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.error_page-title{
    color: #111;
    font-weight: 600;
    font-size: 128px;
    font-family: 'Lora', serif; 
}
.error_page-text{
    margin-bottom: 20px;
    font-size: 24px;
}


.library_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.library_content{
    width: 1130px;
}
.library{
    margin: 10px 0 85px;
}
.library_title{
    margin-bottom: 40px;
}
.library_item{
    display: flex;
    background: #FFF;
    margin-bottom: 20px;
    padding: 12px 20px 12px 85px;
    font-size: 18px;
    line-height: 26px; 
    color: #B32B1C;
    position: relative;
}
.library_item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    color: #920E00;
}
.library_item img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.map_page{
    margin: 10px 0 85px;
}
.map_page-title{
    margin-bottom: 40px;
}
.map_page-body{
    display: flex;
    margin-bottom: 50px;
}
.map_page-body img{
    width: 100%;
    height: auto;
}
.library_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.library_top .library_title{
    margin-bottom: 0;
}
.reference_item{
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 25px 35px 40px;
    border-bottom: none;
}
.reference_item:last-child{
    border-bottom: 1px solid #E5E5E5;
}
.reference_item-date{
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Cormorant', serif;
    margin-right: 18px;
}
.reference_item-top{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.reference_item-status{
    font-size: 16px;
    line-height: 26px; 
    color: rgba(179, 43, 28, 0.40);
    background: rgba(179, 43, 28, 0.05);
    padding: 2px 10px;
    border-radius: 30px;
}
.reference_item-title{
    font-size: 20px;
    line-height: 26px; 
    color: #111;
    padding-right: 60px;
    position: relative;
}
.reference_item-title span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.reference_item-title.active span{
    transform: translateY(-50%) rotate(45deg);
}
.reference_item.done .reference_item-status{
    background: #FAFAFA;
    color: #0A6A08;
}
.reference_item.done .reference_item-title{
    cursor: pointer;
}
.reference_item-content{
    padding-top: 32px;
    padding-left: 64px;
    display: none;
}
.reference_item-text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #474747;
}
.about{
    margin: 10px 0 90px;
}
.about_title{
    margin-bottom: 30px;
}
.about p{
    line-height: 24px;
    margin-bottom: 20px;
}
.about p:last-child{
    margin-bottom: 0;
}
.about_info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.about_img{
    display: flex;
    width: 300px;
    height: 239px;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_info p{
    width: calc(100% - 332px);
    margin-bottom: 0;
}
.novelty_form{
    background: #FFF;
    margin-bottom: 40px;
    padding: 64px 50px 50px;
}
.novelty_form-title{
    text-align: center;
    font-family: 'Cormorant', serif; 
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #000;
}
.novelty_form-inps{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.novelty_form-inp{
    width: 48%;
    border: 1px solid #D0D0D0;
    background: #FFF;
    height: 60px;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 30px;
}
.novelty_form-inp:last-child{
    width: 198px;
}
.novelty_form-checks{
    display: flex;
    flex-wrap: wrap;
}
.novelty_form-check{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 60px;
    margin-bottom: 30px;
    transition: all 0.3s;
    font-size: 20px;
}
.novelty_form-check:hover{
    color: #B32B1C;
}
.novelty_form-check input{
    display: none;
}
.novelty_form-check input:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(images/check.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.novelty_form-check span{
    display: block;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 40px;
  
    min-width: 40px;
    position: relative;
    height: 40px;
    margin-right: 15px;
}
.novelty_form-check:last-child{
    width: 100%;
}
.novelty_form-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.novelty_form-search{
    font-weight: 600;
    line-height: 26px;
    font-size: 20px;
    color: #111;
    padding-left: 38px;
    position: relative;
    transition: all 0.3s;
}
.novelty_form-search:hover{
    color: #B32B1C;
}
.novelty_form-search::before{
    position: absolute;
    content: "";
    background-image: url(images/search_form.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.novelty_item:first-child{
    padding-top: 0;
}
.novelty_item{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #D9D9D9;
}
.novelty_item-number{
    font-size: 22px;
    line-height: 26px; 
    display: flex;
    align-items: flex-start;
    color: #111;
}
.novelty_item-info{
    width: calc(100% - 455px);
}
.novelty_item-img{
    display: flex;
    height: 363px;
    width: 258px;
}
.novelty_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.novelty_item-title{
    font-weight: 600;
    line-height: 26px; 
    margin-bottom: 40px;
    font-size: 22px;
}
.novelty_item-links{
    display: flex;
    flex-wrap: wrap;
}
.novelty_item-link{
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px; 
    color: #B32B1C;
    transition: all 0.3s;
}
.novelty_item-link:hover path{
    fill: #920E00;
}
.novelty_item-link path{
    transition: all 0.3s
}
.novelty_item-link:hover{
    color: #920E00;
}
.novelty_item-link svg{
    margin-right: 15px;
}
.popup_favorite{
    width: 546px;
    padding: 56px 96px;
}
.popup_favorite-title{
    color: #111;

    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px; 
}
.digital_form{
    padding-right: 100px;
    padding-left: 100px;
}
.digital_form .novelty_form-checks{
    justify-content: space-between;
}
.digital_form .novelty_form-check{
    width: 48%;
    margin-right: 0;
}
.digital_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.digital_top .novelty_form-title{
    text-align: left;
    margin-bottom: 0;
}
.digital_symbols{
    display: flex;
    align-items: center;
}
.digital_symbols-title{
    font-size: 14px;
    margin-right: 5px;
    color: #000;
}
.digital_symbols-items{
    display: flex;
}
.digital_symbols-item{
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
    background: #F6F6F6;
    margin-left: 7px;
}
.digital_symbols-item:hover{
    background: #B32B1C;
    color: #fff;
}
.digital_search-total{
    font-weight: 600;
    line-height: 26px; 
    padding-bottom: 28px;
    font-size: 26px;
    border-bottom: 1px solid #D9D9D9;
}
.digital_search-total span{
    font-weight: 500;
    margin-left: 16px;
    opacity: 0.6;
}
.digital_search-show{
    padding: 34px 0;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
}
.digital_search-show_title{
    font-size: 18px;
    line-height: 26px; 
    opacity: 0.6;
    color: #111;

}
.digital_search-show_checks{
    display: flex;
}
.digital_search-show_check{
    display: flex;
    cursor: pointer;
    margin-left: 6px;
    font-size: 18px;
    color: #111;
}
.digital_search-show_check input{
    display: none;
}
.digital_search-show_check span{
    opacity: 0.6;
    transition: all 0.3s;
}
.digital_search-show_check span:hover{
    color: #920E00;
    opacity: 1;
}
.digital_search-show_check input:checked + span{
    opacity: 1;
}

.digital_search-inner{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 55px;
    padding: 30px 0;
}
.digital_search-subtitle{
    font-size: 18px;
    line-height: 26px; 
    font-weight: 500;
    opacity: 0.6;
    margin-bottom: 10px;
}
.digital_search-links{
    display: flex;
}
.digital_search-link{
    display: block;
    font-size: 16px;
    line-height: 26px; 
    text-decoration-line: underline;
    margin-right: 14px;
    color: #111;
    transition: all 0.3s;
}
.digital_search-link:hover{
    color: #920E00;
}
.digital_search-tegs{
    align-items: center;
    display: flex;
}
.digital_search-teg svg path{
    fill: #000;
    transition: all 0.3s;
}
.digital_search-teg:hover svg path{
    fill: #B32B1C;
    fill-opacity: 1;
}
.digital_search-teg{
    display: flex;
    margin-right: 18px;
}
.novelty_item-check{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    margin-left: 40px;
}
.novelty_item-check input{
    display: none;
}
.novelty_item-check input:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(images/check2.svg);
    background-size: cover;
    width: 25px;
    height: 19px;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.novelty_item-check span{
    display: block;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 40px;
    min-width: 40px;
    position: relative;
    height: 40px;
    margin-right: 15px;
}
.digital_printing{
    margin: 50px 0;
    display: flex;
    align-items: center;
}
.digital_printing-select{
    width: 223px;
    height: 50px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    margin-right: 34px;
    cursor: pointer;
    position: relative;
}
.digital_printing-select::before{
    position: absolute;
    content: "";
    background-image: url(images/select_arrow2.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.digital_printing-select select{
    width: 100%;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    padding-left: 19px;
    height: 100%;
}
.digital_printing-btn{
    height: 50px;
    width: 118px;
}
.catalog_search{
    width: 48%;
    border: 1px solid #D0D0D0;
    background: #FFF;
    height: 60px;
    position: relative;
}
.catalog_search.active::before{
    background-image: url(images/catalog_search.svg);
}
.catalog_search::before{
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(images/select_arrow2.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.catalog_search-inp{
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
}
.catalog_search-body{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    height: 275px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
}
.catalog_search-body.active{
    opacity: 1;
    visibility: visible;
}
.catalog_search-body ul{
    overflow: auto;
    height: 100%;
}

.novelty_inp-year{
    width: 48%;
    margin-left: auto;
}
.catalog_search-body li{
    font-size: 20px;
    line-height: 26px;
    color: #474747;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 8px;
}
.catalog_search-body li:hover{
    color: #B32B1C;
}


.catalog_search-body ul::-webkit-scrollbar {
    width: 4px;
  }
   
  .catalog_search-body ul::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
   
  .catalog_search-body ul::-webkit-scrollbar-thumb {
    background: #999;
  }
  .advanced_popup{
    background: #FFF;
    width: 1680px;
    overflow: hidden;
    padding: 40px;
  }
  .advanced_popup-title{
      color: #000;
      font-size: 32px;
      font-weight: 700;
      line-height: 40px; 
      text-transform: uppercase;
      padding-bottom: 34px;
      font-family: 'Cormorant', serif;
      position: relative;
      margin-bottom: 40px;
  }
  .advanced_popup-title::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    background: #E8E8E8;
    bottom: 0;
  }
  .advanced_popup-wrapper{
    background: #F9F5F2;
    padding: 40px;
  }
  .js-select select{
    display: none;
  }
  .advanced_popup-inps{
    display: flex;
    flex-wrap: wrap;
  }

  .js-select{
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
    background: #FFF;
    padding-left: 20px;
  }
.jq-selectbox__select,
.jq-selectbox__select-text{
    height: 100%;
    display: flex;
    color: #888;
    line-height: 26px;
    font-size: 18px;
    align-items: center;
    cursor: pointer;
}
.jq-selectbox__select{
    position: relative;
}
.jq-selectbox__select::before{
    position: absolute;
    content: "";
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/select_arrow2.svg);
}
.advanced_popup-select .jq-selectbox__dropdown li:first-child{
    display: none;
}
.advanced_popup-select:nth-child(1){
    margin-left: 25.333%;
}
.advanced_popup-select:nth-child(3){
    margin-right: 0;
}
.advanced_popup-inp{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 46px;
    display: block;
    padding-left: 20px;
    font-size: 18px;
    border: 1px solid #D0D0D0;
    background: #FFF;

}
.advanced_popup-inp:nth-child(4n + 3),
.advanced_popup-select:nth-child(4n + 3){
    margin-right: 0;
}
.advanced_popup-select{
    width: 24%;
    height: 60px;
    margin-right: 1.333%;
    margin-bottom: 46px;
  }
.advanced_popup-add{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; 
    display: flex;
    align-items: center;
    padding: 0;
    color: #111;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.advanced_popup-add:hover{
    color: #B32B1C;
}
.advanced_popup-add::after{
    position: relative;
    content: "";
    background-image: url(images/plus.svg);
    background-size: cover;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 15px;
}
.advanced_popup-show{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px; 
    margin-bottom: 30px;
    color: #111;
    margin-top: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 32px;
    transition: all 0.3s;
}
.advanced_popup-show:hover{
    color: #B32B1C;
}
.advanced_popup-show::after{
    position: relative;
    content: "";
    background-image: url(images/select_arrow2.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 15px;
}
.advanced_popup-years{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.advanced_popup-years .advanced_popup-select{
    margin-bottom: 0;
}
.advanced_popup-checks{
    display: flex;
    align-items: center;
    width: 100%;
}
.advanced_popup-years_title{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 20px;
    color: #111; 
}

.advanced_popup-years_inp{
    width: 192px;
    display: block;
    padding-left: 20px;
    font-size: 18px;
    height: 60px;
    border: 1px solid #D0D0D0;
    background: #FFF;

}
.advanced_popup-years span{
    margin: 0 10px;
}

.advanced_popup-checks .novelty_form-check{
    width: 22%;
}
.advanced_popup-inner{
    position: relative;
}
.advanced_popup-inner::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    top: 0;
  }
  .advanced_popup-inner::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    bottom:  0;
  }
.advanced_popup-btn {
    margin: 40px auto 0;
    border: none;
    cursor: pointer;
    
}
.advanced_popup-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.advanced_popup-item span{
    width: 200px;
    margin-right: 24px;
}

.advanced_popup-item .advanced_popup-select{
    margin-bottom: 0;
    width: 905px;
}
.advanced_popup-hide{
    display: none;
}
.advanced_popup-show.active::after{
    transform: rotate(180deg);
}
.js-select{
    position: relative;
}
.jq-selectbox__dropdown{
    position: absolute;
    top: 100% !important;
    border: 1px solid #D0D0D0;
    left: -1px !important;
    right: -1px !important; 
    background: #FFF;
    width: calc(100% + 2px) !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    bottom: auto !important;
}
.jq-selectbox__dropdown li{
    cursor: pointer;
    font-size: 18px;
    line-height: 26px; 
    margin-bottom: 5px;
    color: #474747;
    transition: all 0.3s;
} 
.jq-selectbox__dropdown li:hover{
    color: #B32B1C;
}
.js-select.opened .jq-selectbox__select::before{
    transform: translateY(-50%) rotate(180deg);
}
.catalog_page .novelty_item-info{
    width: calc(100% - 130px);
}
.popup_edd{
    background: #FFF;
    width: 546px;
    padding: 55px;
}
.popup_edd-title{
    color: #111;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Cormorant', serif;
    text-align: center;
}
.popup_item-title{
    line-height: 24px;
}
.popup_item-inp{
    padding-left: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 48px;
    width: 100%;
    display: flex;
}
.popup_item{
    margin-bottom: 20px;
}
.popup_item-select{
    height: 48px;
    width: 100%;
}
.popup_item-area{
    width: 100%;
    height: 174px;
    display: block;
    padding: 20px;
    resize: none;
    border: 1px solid #E5E5E5;
    background: #FFF;
}
.popup_edd-btn{
    border: none;
    cursor: pointer;
}
.order_page-calendar{
    width: 400px;
    margin-bottom: 20px;
    height: 56px;
}
.order_page-calendar .news_filter-inp{
    height: 56px;
}
.order_page-text{
    line-height: 24px;
    margin-bottom: 20px;
}
.order_page-btn{
    width: 400px;
    margin-bottom: 20px;
}
.order_page-map{
    margin-top: 20px;
    display: flex;
    margin-bottom: 25px;
}
.order_page-map img{
    width: 100%;
    height: auto;
}
.order_page-calendar .news_filter-calendar{
    margin-right: 0;
}
.fiction_page .novelty_form-title{
    width: 48%;
}

.fiction_page .digital_symbols-tilte{
    font-size: 14px;
}

.fiction_page .novelty_inp-year{
    width: auto;
}
.lk{
    margin: 10px 0 90px;
}
.lk_form{
    width: 560px;
    margin: 0 auto;
}
.lk_form-title{
    color: #111;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Cormorant', serif;
    text-align: center;
}
.lk_form-item{
    margin-bottom: 18px;
}
.lk_form-subtitle{
    margin-bottom: 1px;
    line-height: 24px; 
}
.lk_form-subtitle span{
    color: #B32B1C;
}
.lk_form-inp{
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 48px;
    padding-left: 16px;
    width: 100%;
}
.lk_form-desc{
    font-size: 12px;
    line-height: 20.002px;
    margin-top: 4px;
    color: #999;
}
.error input{
    border: 1px solid #B32B1C;
}
.lk_form-item{
    position: relative;
}
.error::before{
    position: absolute;
    content: "Заполните это поле";
    top: 0;
    line-height: 24px;
    color: #A2260B;
    right: 0;
}
.lk_form-ok{
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #111;
    cursor: pointer;
    user-select: none;
}
.lk_form-ok input{
    display: none;
}
.lk_form-ok span{
    border: 1px solid #E5E5E5;
    background: #FFF;
    width: 21px;
    height: 21px;
  
    min-width: 21px;
    display: block;
    margin-right: 10px;
    position: relative;
}
.lk_form-ok input:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(images/check2.svg);
    background-size: cover;
    width: 11px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    height: 8px;
}
.lk_form-ok a{
    color: #B32B1C;
    margin-left: 6px;
    display: contents;
}
.lk_form-btns{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}
.lk_form-btn{
    border: none;
    cursor: pointer;
}
.lk_form-gos{
    font-size: 20px;
    line-height: 26px;
    color: #B32B1C;
    display: flex;
    align-items: center;
}
.lk_form-gos svg{
    margin-right: 10px;
}
.lk_form-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lk_form-forgot{
    font-size: 16px;
    line-height: 24px; 
    color: #B32B1C;
}
.lk_form-title + .lk_form-gos{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.restoring_title{
    text-align: center;
    margin-bottom: 40px;
}
.restoring_text{
    text-align: center;
    font-size: 16px;
    line-height: 24px; 
    width: 650px;
    margin: 0 auto 25px;
    color: #666;
}
.restoring_inner{
    display: flex;
}
.restoring_inner-img{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 30px;
    margin-bottom: 24px;
}
.restoring_inner-img img{
    height: 48px;
    width: 216px;
    object-fit: cover;
    margin-bottom: 18px;
}
.restoring_inner-inp{
    padding-left: 20px;
    height: 48px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    width: 216px;
}
.restoring_inner-change{
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px; 
    color: #B32B1C;
}
.lk_title{
    margin-bottom: 30px;
}
.lk_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.lk_content{
    width: 1130px;
}
.aside a img{
    margin-right: 10px;
}
.lk_date{
    border: 1px solid #E5E5E5;
}
.lk_date-top{
    border-bottom: 1px solid #E5E5E5;
    padding: 50px;
}
.lk_date-tiket{
    font-weight: 700;
    line-height: 24px; 
    margin-bottom: 18px;
}
.lk_date-tiket a{
    line-height: 24px;
    color: #B32B1C; 
    font-weight: 400;
    margin-left: 10px;
    border-bottom: 1px dashed #B32B1C;
}
.lk_date-text{
    line-height: 24px; 
}
.lk_date-text a{
    color: #B32B1C;
}
.lk_date-form{
    padding: 50px;
}

.lk_date-form .lk_form-item{
    max-width: 700px;
}


.lk_date-form  .lk_form-btn{
    margin-top: 40px;
}
.lk_form-password{
    position: relative;
}
.inp_password-show{
    position: absolute;
    background-image: url(images/password.svg);
    background-size: cover;
    height: 14px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    cursor: pointer;
}
.popup_tiket{
    background: #FFF;
    width: 486px;
    padding: 55px;
}
.popup_tiket-title{
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 22px;
    font-size: 18px;
}
.popup_tiket-more{
    border: none;
    margin: 25px 0;
    cursor: pointer;
}
.popup_tiket-add {
    border: none;
    cursor: pointer;
}
.lk_join-items{
    display: flex;
    justify-content: space-between;
}
.lk_join-item{
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 35px 30px;
    width: 48%;
}
.lk_join-title{
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 20px;
}
.lk_join-subtitle{
    font-weight: 600;
    line-height: 26px; 
    margin-bottom: 20px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.lk_join-subtitle img{
    margin-left: 35px;
}
.lk_join-item p{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 30px;
}
.lk_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.lk_top .lk_title{
    margin-bottom: 0;
}
.lk_delete-item{
    font-size: 16px;
    line-height: 24px; 
    color: #B32B1C;
    border-bottom: 1px dashed #B32B1C;
}
.lk_history{
    border: 1px solid #E5E5E5;
    background: #F9F5F2;
    padding: 50px;
}
.lk_history-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.lk_history-title{
    line-height: 24px;
    color: #B32B1C;
}
.lk_history-delete{
    line-height: 24px; 
    color: #B32B1C;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 20px;
    border-bottom: 1px dashed #B32B1C;
}
.lk_history-btn{
    margin-top: 20px;
}
.popup_library{
    width: 1521px;
    padding: 64px 100px;
}
.popup_library-title{
    margin-bottom: 30px;
}
.popup_library-search{
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: 56px;
    margin-bottom: 26px;
    padding-left: 14px;
}
.popup_library-map{
    display: flex;
    margin-bottom: 40px;
}
.popup_library-map img{
    width: 100%;
    height: auto;
}
.popup_library-btn{
    cursor: pointer;
    border: none;
}
.popup_answer{
    height: 100%;
    padding: 55px 50px;
    width: 560px;   
    margin-left: calc(100% - 560px);
    overflow: hidden;
}
.fancybox-slide--html{
    padding: 0;
}
.popup_answer-title{
    text-align: center;
    padding-bottom: 38px;
    margin-bottom: 38px;
    position: relative;
}
.popup_answer-title::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    background: #DEDEDE;
}
.popup_answer .popup_item-area{
    height: 162px;
}
.popup_answer-btn{
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 40px;
}
.popup_answer .lk_form-ok{
    color: #474747;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    align-items: flex-start;
}

.popup_answer .fancybox-close-small{
    background-color: #B32B1C;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    color: #fff;
}
.lk_events .news_big{
    width: 66%;
    margin-right: 2%;
}
.lk_events .page_item{
    width: 32%;
    margin-right: 2%;
}
.lk_events .news_page-items .page_item.page_item:nth-child(4n + 3){
    margin-right: 2%;
}
.lk_events .page_item:nth-child(2){
    margin-right: 0;
}
.lk_events .page_item:nth-child(3n + 5){
    margin-right: 0;
}
.page_item-inner,
.news_big-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_big-delete{
    line-height: 24px; 
    color: #FFF;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px dashed #fff;
}
.page_item-delete{
    line-height: 24px; 
    color: #B32B1C;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px dashed #B32B1C;
}
.lk_date-title{
    color: #111;
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 40px;
}
.authorization_inner{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    justify-content: space-between;
}
.authorization_desc{
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 
    width: 475px;
    color: #666;
    margin-bottom: 5px;
}
.authorization_inner .lk_form-item{
    margin-bottom: 0;
    width: 520px;
}
.authorization_item-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
    color: #111;
}
.authorization_item-title span{
    color: #B32B1C;
}
.authorization_item-label{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer;
}
.authorization_item-label:last-child{
    margin-bottom: 0;
}
.authorization_item-label input{
    display: none;
}
.authorization_item-label span{
    border: 1px solid #E5E5E5;
    background: #FFF;
    width: 21px;
    position: relative;
    display: block;
    margin-right: 10px;
    height: 21px;
}
.authorization_item{
    margin-bottom: 20px;
}
.authorization_item-label input:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(images/check.svg);
    background-size: cover;
    width: 12px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    height: 12px;
}
.authorization_item-formats{
    display: flex;
}
.authorization_item-formats .authorization_item-label{
    margin-bottom: 0;
    margin-right: 30px;
}
.authorization_item-formats .authorization_item-label span{
    border-radius: 50%;
}
.authorization_item-formats .authorization_item-label input:checked + span::before{
    background-image: none;
    background: #B32B1C;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.authorization_btns{
    margin-top: 30px;
    display: flex;
}
.authorization_btn{
    margin-right: 30px;
}
.lk_order-btn{
    margin-top: 50px;
}
.lk_order-item .lk_form-subtitle{
    margin-bottom: 16px;
}
.lk_reader-items{
    padding: 40px;
}
.lk_reader-item:last-child{
    margin-bottom: 0;
}
.lk_reader-item{
    margin-bottom: 14px;
}
.lk_reader-title{
    background: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.lk_reader-title span{
    transition: all 0.3s;
}
.lk_reader-title.active span{
    transform: rotate(45deg);
    
}
.lk_reader-content{
    padding: 20px 25px;
    line-height: 20px;
    color: #000;
    display: none;
}
.lk_reader-title.active span path{
    fill: #999; 
}
.lk_reader-columns{
    display: flex;
    justify-content: space-between;
}
.lk_reader-values .lk_reader-value:nth-child(1),
.lk_reader-subtitles .lk_reader-subtitle:nth-child(1),
.lk_reader-column:nth-child(1){
    width: calc(100% - 300px);
}
.lk_reader-values .lk_reader-value,
.lk_reader-subtitles .lk_reader-subtitle,
.lk_reader-column{
    width: 140px;
}
.lk_reader-subtitle{
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}
.lk_reader-value{
    line-height: 20px;
    margin-bottom: 12px;
    color: #000;
}
.lk_reader-value:last-child{
    margin-bottom: 0;
}
.lk_reader-values,
.lk_reader-subtitles{
    display: flex;
    justify-content: space-between;
}
.lk_table{
    border: 1px solid #E5E5E5;
    background: #F9F5F2;
    min-width: 1120px;
}
.lk_table-body{
    overflow: auto;
    padding-bottom: 20px;
}
.lk_table-body::-webkit-scrollbar {
    height: 4px;
  }
   
  .lk_table-body::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
   
  .lk_table-body::-webkit-scrollbar-thumb {
    background: #999;
  }
.lk_table-titles{
    background: #FFF;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
 
}
.lk_table-title{
    line-height: 20px;
    font-weight: 600;
}
.lk_table-items{
    padding: 35px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 1120px;
}
.lk_table-items:last-child{
    padding-bottom: 35px;
}
.lk_table-title:nth-child(1),
.lk_table-value:nth-child(1){
    width: 180px;
}
.lk_table-title:nth-child(2),
.lk_table-value:nth-child(2){
    width: 230px;
}
.lk_table-title:nth-child(3),
.lk_table-value:nth-child(3){
    width: 100px;
}
.lk_table-title:nth-child(4),
.lk_table-value:nth-child(4){
    width: 135px;
}
.lk_table-title:nth-child(5),
.lk_table-value:nth-child(5){
    width: 110px;
}
.lk_table-title:nth-child(6),
.lk_table-value:nth-child(6){
    width: 142px;
}
.lk_table-value:nth-child(1){
    font-weight: 500;

}
.lk_table-value:nth-child(2){
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lk_table-value .btn{
    font-size: 16px;
    height: 36px;
    width: 100%;
    padding: 5px;
}
.value_order{
    color: #B32B1C;
}
.value_reserv{
    color: #BC8B0B;
}
.value_done{
    color: #38AA02;
}
.value_close{
    color: #999;
}


.popup_bo,
.popup_order{
    background: #FFF;
    width: 1680px;
    padding: 40px 80px 80px;
    overflow: hidden;
}
.popup_order-title{
    padding-bottom: 36px;
    font-size: 32px;
    position: relative;
}
.popup_order-title::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    background: #E8E8E8;
    bottom: 0;
}
.popup_order-text{
    line-height: 24px; 
    font-size: 18px;
    padding: 50px 0;
}



.popup_bo-content{
    display: flex;
    justify-content: space-between;
    padding-top: 86px;
}
.popup_bo-numbers{
    font-weight: 700;
    line-height: 24px; 
    font-size: 18px;
}
.popup_bo-info{
    width: calc(100% - 90px);
}
.popup_bo-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 24px; 
    margin-bottom: 20px;
}
.popup_bo-years{
    font-weight: 700;
}
.popup_bo-title{
    font-size: 18px;
    line-height: 24px; 
    font-weight: 700;
}
.popup_bo-text{
    line-height: 24px; 
    margin-bottom: 20px;
}
.popup_bo-dop{
    line-height: 24px; 
}

.popup_bo-dop a{
    color: #B32B1C;
    margin-left: 4px;
}
.resources_link-title{
    margin-bottom: 40px;
}
.resources_link-items{
    display: flex;
    justify-content: space-between;
}
.resources_link-item{
    width: 32%;
    background: #FFF;
    min-height: 160px;
    padding-left: 130px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #B32B1C;
    position: relative;
    transition: all 0.3s;
}
.resources_link-item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.15);
}
.resources_link-item img{
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.resources_link-item::before{
    position: absolute;
    content: "";
    background-image: url(images/resources_link-item.svg);
    background-size: cover;
    width: 160.99px;
    height: 112px;
    right: 33px;
    bottom: 0;
}
.partners{
    margin: 80px 0;
}
.partners_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 1px solid #B32B1C;
    background: #B32B1C;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.partners_slider .slick-next{
    right: -120px;
    background-image: url(images/arrow_right.svg);
}
.partners_slider .slick-prev{
    left: -120px;
    background-image: url(images/arrow_left.svg);
}
.partners_slider{
    width: calc(100% + 30px);
    margin-left: -15px;
}
.partners_slide{
    border: 1px solid #CBCBCB;
    height: 148px;
    margin: 0 15px;
}
.partners_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.problem{
    margin: 80px 0;
}
.problem_wrapper{
    display: flex;
}
.problem_wrapper picture,
.problem_wrapper img{
    width: 100%;
    height: auto;
}
.header_logo-mobile{
    display: none;
}
.footer_inner .footer_inner-item:nth-child(2),
.footer_inner .footer_inner-item:nth-child(3){
    display: none;
}
.map_table tbody,
.map_table{
    display: block;

}
.map_table tbody{
    width: 1520px;
}
.map_table{
    overflow: auto;
}
.map_table tr{
    display: flex;
    justify-content: space-between;
    background: #FFF;
    padding: 20px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #111;
}
.map_table tr:nth-child(2n){
    background: none;
}
.map_table td:nth-child(1){
    width: 24%;
}
.map_table td:nth-child(2){
    width: 41%;
}
.map_table td:nth-child(3){
    width: 31%;
}
.map_table tr{
    position: relative;
}
.map_table tr:hover{
    color: #920E00;
}
.map_table tr a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.map_table tr a:hover{
    background: none !important;
}
.gallery_page .news_page-items .page_item:nth-child(3n){
    margin-right: 2.666%;
}

.gallery_page .news_page-items .page_item.page_item:nth-child(4n + 3){
    margin-right: 2.666%;
}
.gallery_page .news_page-items .page_item:nth-child(4n){
    margin-right: 0;
}

.gallery_page .news_page-items .page_item .page_item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gallery_card p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #111;
}
.gallery_card-items{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.gallery_card-item{
    width: 23%;
    height: 234px;
    display: flex;
    margin-bottom: 33px;
    margin-right: 2.666%;
}
.gallery_card-item:nth-child(4n){
    margin-right: 0;
}
.gallery_card-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.funds{
    margin-bottom: 80px;
}
.funds_info{
    margin-bottom: 40px;
}
.funds_info a{
    color: #B32B1C;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    transition: all 0.3s;
}
.funds_info a:hover{
    color: #920E00;
}
.funds_info p{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 16px;
}
.funds_info p a{
    display: inline;
}
.funds_info ul{
    padding-left: 10px;
    margin-bottom: 16px;
}
.funds_info ul a{
    margin-bottom: 0;
    display: inline;
}
.funds_info li{
    line-height: 24px;
}
.funds_info li::before{
    position: relative;
    content: "";
    width: 3px;
    display: inline-block;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 4px;
}
.assessment_desc{
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 26px;
}
.assessment_item{
    margin-bottom: 20px;
    max-width: 905px;
}
.assessment_item-title{
    font-weight: 700;
    line-height: 26px; 
    margin-bottom: 10px;
 
    font-size: 18px;
}
.assessment_item-title span{
    display: block;
    font-weight: 400;
}
.assessment_item-inp{
    width: 100%;
    display: block;
    border: 1px solid #D0D0D0;
    background: #FFF;
    height: 60px;
    padding-left: 20px;
}
.assessment_check{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.assessment_check:last-child{
    margin-bottom: 0;
}
.assessment_check-lab{
    margin-right: 40px;
}
.assessment_check-lab input{
    display: none;
}
.assessment_check-lab span{
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    position: relative;
}
.assessment_check-lab input:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(images/check2.svg);
    background-size: cover;
    width: 15px;
    height: 11px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.assessment_check-title{
    width: 320px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 18px;
}


.comments_form{
    display: none;
    margin-bottom: 40px;
}
.comments_form-inner{
    display: flex;
    justify-content: space-between;
}
.comments_form-inner .lk_form-item{
    width: 48%;
}
.comments_form-btn{
    border: none;
    cursor: pointer;
}
.popup_item-area{
    width: 100%;
    height: 174px;
    display: block;
    padding: 20px;
    resize: none;
    border: 1px solid #E5E5E5;
    background: #FFF;
}
.comments_btn-add{
    cursor: pointer;
}
.novelty_form-right{
    display: flex;
    align-items: center;
}
.novelty_form-link{
    color: #B32B1C;
    line-height: 26px; 
    margin-right: 28px;
    font-size: 20px;
    border-bottom: 1px dashed #B32B1C;
    transition: all 0.3s;
}
.novelty_form-link:hover{
    color: #920E00;
}
.assessment_checks-titles{
    display: flex;
    padding-left: 330px;
    margin-bottom: 12px;
}
.assessment_checks-title{
    width: 24px;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px; 
    color: #000;
}
.assessment_btn{
    margin: 20px auto 0;
}
.big_checks .assessment_check-lab{
    width: 145px;
    display: flex;
    justify-content: center;
    margin-right: 0;
}

.big_checks .assessment_check-lab:last-child{
    margin-right: 0;
}
.big_checks .assessment_checks-title{
    width: 145px;
    text-align: center;
    margin-right: 0;
} 

.library_content p{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 16px;
}
.library_content p a{
    color: #B32B1C;
    transition: all 0.3s;
}
.library_content p a:hover{
    color: #920E00;
}
.library_content ul{
    margin-bottom: 16px;
    padding-left: 10px;
}
.library_content li{
    display: flex;
    align-items: flex-start;
    line-height: 24px;
}
.library_content li::before{
    position: relative;
    content: "";
    width: 3px;
    display: block;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 11px;
}
.awards_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.awards_item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.awards_item:hover .awards_item-title{
    color: #920E00;
}
.awards_item-img{
    display: flex;
    width: 300px;
    height: 425px;
}
.awards_item-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.awards_item-info{
    width: calc(100% - 348px);
}
.awards_item-date{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    margin-bottom: 10px;
    color: #999;
    font-family: 'Cormorant', serif;
}
.awards_item-title{
    font-size: 20px;
    line-height: 26px;
    color: #111;
    transition: all 0.3s;
}

.library_content .page_file{
    padding: 24px 30px 24px 130px;
}
.library_content  .page_file::before{
    display: none;
}
.library_content .page_file-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}
.library_content  .page_file-option{
    font-size: 16px;
    font-family: 'Cormorant', serif;
}
.structure_info{
    margin-bottom: 35px;
}
.historian_title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 55px;
    color: #111;
}
.historian_text span{
    color: #B32B1C;
    font-weight: 700;
}
.poem{
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 40px;
    color: #111;
}
.search_page-wrapper{
    display: flex;
    margin-bottom: 36px;
}
.search_page-inp{
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;   
    width: 390px;
    height: 56px;
    margin-right: 21px;
    padding-left: 30px;
    font-size: 18px;
}
.search_page-btn{
    border: none;
    cursor: pointer;
}
.search_page-result{
    line-height: 21px; 
    font-size: 14px;
}
.search_page-pagin{
    display: flex;
}
.search_page-pagin a{
    font-size: 14px;
    line-height: 21px; 
    color: #111;
    transition: all 0.3s;
    margin-right: 5px;
}
.search_page-pagin a:hover{
    color: #920E00;
}
.search_page-items{
    margin: 20px 0;
}
.search_page-title{
    font-size: 24px;
    line-height: 32px; 
    margin-bottom: 10px;
    color: #111;
}
.search_page-text{
    font-size: 18px;
    line-height: 28px; 
    color: #555;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.search_page-options{
    margin-top: 10px;
}
.search_page-item{
    margin-bottom: 30px;
}
.search_page-option{
    font-size: 10px;
    line-height: 16.8px;
    color: #333;
}
.detail_picture{
    width: 100%;
    object-fit: contain;
}
.events_page-map{
    display: flex;
    margin-top: 30px;
    background-color: #B32B1C;
    padding: 10px 15px 10px 80px;
    font-size: 24px;
    position: relative;
    font-weight: 500;
    z-index: 1;
    color: #FFF;
}
.events_page-map::before{
    position: absolute;
    content: "";
    background-image: url(images/events_page-bef.svg);
    background-size: cover;
    height: 53.2px;
    right: 16px;
    bottom: 0;
    z-index: -1;
    width: 77.362px;
}
.events_page-map img{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}


















@media(max-width:1920px){
    .competitions_slider  .slick-list,
    .programs_slider .slick-list{
        overflow: visible;
    }
}
@media(max-width:1550px){
    .container{
        max-width: 1150px;
    }
    .header_logo-title{
        width: 400px;
        font-size: 10px;
    }
    .menu a{
        margin-left: 20px;
    }
    .header_logo-img{
        margin-inline-end: 10px;
    }
    .menu_burger{
        margin-right: 20px;
    }
    .main_slider .slick-prev{
        left: 5px;
    }
    .main_slider .slick-next{
        right: 5px;
    }
    .events_tab:first-child{
        margin-left: 0;
    }
    .events_tab{
        margin-left: 6px;
        font-size: 12px;
        padding: 7px 10px;
    }
    .events_title {
        width:350px;
    }
    .ui-datepicker  td a{
       margin: 0 0 14px;
    }
    .ui-datepicker tr:last-child  td a{
        margin-bottom: 0;
     }
    .events_item {
        padding: 175px 20px 20px;
    }
    .ui-datepicker th span{
        margin-bottom: 14px;
    }
    .events_item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .events_item{
        justify-content: flex-end;
    }
    .news_item {
        padding: 190px 20px 20px;
    }
    .news_item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .pushkin_wrapper {
        padding: 75px 60px;
    }
    .pushkin_img{
        width: 540px;
        z-index: -1;
    }
    .pushkin_img img{
        width: 100%;
        height: auto;
    }
    .pushkin_wrapper{
        z-index: 1;
    }
    .programs_title {
        width: 480px;
    }
    .partners_slider .slick-prev,
    .competitions_slider .slick-prev,
    .programs_slider .slick-prev{
        left: 5px;
    }
    .partners_slider .slick-next,
    .competitions_slider .slick-next,
    .programs_slider .slick-next{
        right: 5px;
    }
    .competitions_slide{
        width: 545px;
    }
    .chat{
        right: 15px;
    }
    .footer_links{
        padding-right: 0;
    }
    .page_item{
        width: 32%;
        margin-right: 2%;
    }
    .news_big{
        width: 66%;
        margin-right: 2%;
    }

    .news_page-items .page_item.page_item:nth-child(2){
        margin-right: 0;
    }
    .news_page-items .page_item.page_item:nth-child(4n + 3){
        margin-right: 2%;
    }
    .news_page-items .page_item.page_item:nth-child(3n + 5){
        margin-right: 0%;
    }
    .lk_content,
    .library_content,
    .event_card-content,
    .events_page-content,
    .news_card-content {
        width: 780px;
    }   
    .event_card-left,
    .events_page-calendar,
    .aside {
        width: 300px;
    }    
    .events_page-items .page_item{
        width: 48%;
        margin-right: 0;
    }
    .events_page-items{
        justify-content: space-between;
    }
    .events_page-top{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .events_page-top .page_select {
        width: 32%;
        margin-bottom: 10px;
    }
    .events_page-top    .news_filter-calendar{
        width: 32%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .events_page-top  .news_filter-clean,
    .events_page-top .news_filter-find{
        width: 32%;
    }
    .competitions_item{
        padding-top: 250px;
    }
    .resources_item{
        padding-left: 100px;
    }
    .novelty_item-title{
        font-size: 20px;
    }
    .digital_form{
        padding: 50px;
    }
    .digital_top .novelty_form-title{
        width: 440px;
    }
    .novelty_inp-year{
        width: auto;
    }
    .advanced_popup{
        width: 1130px;
        padding: 40px 0;
    }
    .advanced_popup-title{
        padding-left: 20px;
    }
    .advanced_popup-wrapper{
        padding: 20px;
    }
    .jq-selectbox__select::before{
        right: 12px;
    }
    .advanced_popup-checks .novelty_form-check{
        width: 32%;
        margin-right: 0;
    }
    .fiction_page .digital_symbols{
        flex-direction: column;
        align-items: flex-start;
    }
    .fiction_page .digital_symbols-tilte{
        margin-bottom: 10px;
    }
    .fiction_page .novelty_form-title{
        width: 48%;
    }
    .fiction_page .novelty_form-check{
        margin-right: 20px;
    }
    .lk_date-text br{
        display: none;
    }
    .lk_events .news_big{
        width: 100%;
        height: 300px;
        margin-right: 0;
    }
    .lk_events .page_item{
        width: 48%;
        margin-right: 0 !important;
    }
    .lk_events .news_page-items{
        justify-content: space-between;
    }
    .authorization_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .authorization_inner .lk_form-item{
        margin-bottom: 16px;
    }
    #ui-datepicker-div {
        width: 280px;
    }
    .partners_slide{
        height: 114px;
        margin: 0 5px;
    }
    .footer_links {
        width: 20%;
    }
   .footer_inner .footer_inner-item{
        width: 600px;
    }
    .partners_slider {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .gallery_page .news_page-items .page_item.page_item:nth-child(4n + 3){
        margin-right: 2%;
    }
    .gallery_page .news_page-items .page_item.page_item:nth-child(2){
        margin-right: 2%;
    }
    .gallery_page   .news_page-items .page_item.page_item:nth-child(3n + 5),
    .gallery_page .news_page-items .page_item:nth-child(4n){
        margin-right: 2%;
    }
    .gallery_page .news_page-items .page_item.page_item:nth-child(3n){
        margin-right: 0;
    }
    .ui-datepicker td a {
        padding: 9px 0px !important;
    }
    .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content td a,
     .event_card-left .page_calendar#datepicker .ui-widget.ui-widget-content td a {
        padding: 5px 0px !important;
    }
     .assessment_checks-titles{
        padding-left: 250px;
    }
    .big_checks .assessment_checks-title{
        font-size: 16px;
        width: 125px;
    }
    .big_checks .assessment_check-lab{
        width: 125px;
    }
    .assessment_check-title{
        width: 240px;
    }
    .assessment_item.big_checks{
        display: none;
    }
    .gallery_card-item{
        height: 172px;
    }
}
@media (max-width: 1199.98px) {
    .container {
        max-width: 968px;
    }
    .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content td a,
    .event_card-left .page_calendar#datepicker .ui-widget.ui-widget-content td a {
       padding: 9px 0px !important;
   }
    .menu{
      /*  display: none;*/
		margin: 0 auto;
		flex-wrap: wrap;
    	width: calc(100vw - 30px);
    }
    .header_top{
        display: none;
    }
    .header_wrapper{
        margin: 20px 0;
		flex-wrap: wrap;
    }
    .header_search{
        height: 60px;
    }
    .header_search-inp{
        font-size: 20px;
    }
    .events_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .events_title{
        width: 100%;
        margin-bottom: 20px;
    }
    .events_wrapper{
        flex-direction: column;
    }
    .events_items{
        width: 100%;
    }
    .page_calendar{
        width: 32%;
        margin-bottom: 16px;
    }
    .page_calendar{
        width: 100%;
        border: 1px solid #E5E5E5;
        padding: 24px;
        background-color: #fff;
    }
 
    #datepicker .ui-widget.ui-widget-content{
        width: 260px;
        margin: 0 auto;
        border: none;
        background: none;
        padding: 0;
    }
    .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content,
   .event_card-left .page_calendar#datepicker .ui-widget.ui-widget-content{
        width: 100%;
    }  
    .header_search-find{
        width: 100px;
    }
    .news_item {
        padding: 100px 15px 15px;
    }
    .recommendations_tab{
        font-size: 26px;
    }
    .recommendations_item {
        height: 130px;
        padding: 30px 30px;
        padding-left: 120px;
        font-size: 20px;
    }
    .pushkin_info{
        width: 100%;
    }
    .pushkin_wrapper{
        padding-bottom: 280px;
    }
    .competitions_top,
    .programs_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .competitions_title ,
    .programs_title{
        width: 100%;
        margin-bottom: 20px;
    }
    .programs_slide {
        width: 330px;
        margin-right: 30px;
        padding: 290px 30px 30px;
    }
    .footer_inner-item:nth-child(1){
        margin-right: 30px;
    }
    .footer_inner-item:nth-child(2){
        margin-right: 30px;
    }
    .header_inner-menu{
        width: 32%;
    }
    .header_inner .header_top{
        display: flex;
    }
    .header_inner .header_top .header_adres{
        width: 240px;
    }
    .event_card-left, .events_page-calendar,
    .events_page-calendar,
    .aside {
        width: 250px;
    }
    .lk_content,
    .library_content,
    .event_card-content,
    .events_page-content, .news_card-content,
    .news_card-content {
        width: 670px;
    }
    .page_img{
        margin: 0 5px;
        height: 153px;
    }
    .page_imgs {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .page_imgs .slick-prev{
        left: 5px;
    }
    .page_imgs .slick-next{
        right: 5px;
    }
    .page_video {
        height: 360px;
    }
    .competitions_item {
        padding: 200px 20px 25px 20px;
    }
    .resources_item {
        padding:30px 30px 30px 90px;
    }
    .about_info{
        flex-direction: column;
    }
    .about_info p{
        width: 100%;
        margin-top: 16px;
    }
    .novelty_form-inp:last-child{
        width: 48%;
    }
    .novelty_item{
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 40px;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .novelty_item-info{
        width: 100%;
    }
    .novelty_item-img{
        margin-bottom: 40px;
        margin-left: auto;
    }
    .novelty_item-number{
        position: absolute;
        top: 0;
        left: 0;
    }
    .digital_symbols{
        display: none;
    }
    .digital_top .novelty_form-title{
        width: 100%;
    }
    .digital_top{
        margin-bottom: 30px;
    }
    .novelty_inp-year  .novelty_form-inp:last-child{
        width: 100%;
    }
    .advanced_popup-select:nth-child(1){
        margin-left: 0;
    }
    .advanced_popup-inp,
    .advanced_popup-select{
        width: 32%;
        margin-bottom: 20px;
    }
    .catalog_page .novelty_item-info{
        width: 100%;
        padding-left: 120px;
    }
    .fiction_page .novelty_inp-year{
        order: -1;
        width: 48%;
        margin-left: 0;
        margin-right: auto;
    }
    .fiction_page  .novelty_form-inps{
        margin-bottom: 0;
    }
    .lk_join-items{
        flex-direction: column;
    }
    .lk_join-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .lk_history{
        padding: 30px;
    }
    .resources_items{
        margin-bottom: 10px;
    }
    .resources_link-item{
        font-size: 20px;
        padding-left: 100px;
    }
    .resources_link-item img{
        left: 23px;
    }
    .footer_menu{
        width: 200px;
    }
    .awards_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .awards_item-img{
        margin-bottom: 14px;
    }
    .awards_item-info{
        width: 100%;
    }
    .events_page-map{
        font-size: 18px;
    }
    .events_page .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content td a{
        padding: 4px 0px !important;
       }
       .gallery_card-item{
        height: 144px;
       }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content td a, .event_card-left .page_calendar#datepicker .ui-widget.ui-widget-content td a {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news_filter-find{
        margin: 0;
        margin-right: 10px;
    }
    .events_page-top .page_select{
        margin-right: 10px;
    }
    .events_page .events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content td a{
        padding: 8px 0px !important;
       }
       .events_page-map{
        margin-bottom: 10px;
        height: 76px;
        align-items: center;
    }
    .header_wrapper{
        position: fixed;
        background: #F9F5F2;
        margin: 0;
        padding: 20px 0;
        z-index: 5;
        width: 100%;
        right: 0;
        top: 0;
    }
    .header_left{
        width: 668px;
        margin: 0 auto;
    }
    .header{
        padding-top: 106px;
    }
    .events_tabs{
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 6vw);
        padding-right: 40px;
    }
    .events_tab{
        display: flex;
        white-space: nowrap;
    }
    .events_tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
      }
       
      .events_tabs::-webkit-scrollbar-track {
        width: 0;
        height: 0;
      }
       
      .events_tabs::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
      }
      .news_items,
      .events_items{
        display: block;
      }
      .news_items .slick-track,
      .events_items .slick-track{
        display: flex;
      }
      .news_item,
      .events_item{
        margin: 0 10px;
        height: inherit;
      }
      .news_items .slick-arrow,
      .events_items .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        cursor: pointer;
        border: 1px solid #B32B1C;
        background: #B32B1C;
        width: 32px;
        height: 32px;
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center;
    }
    .events_items .slick-next,
    .news_items .slick-next{
        right: -10px;
        background-image: url(images/arrow_right.svg);
    }
    .events_items .slick-prev,
    .news_items .slick-prev{
        left: -10px;
        background-image: url(images/arrow_left.svg);
    }
    .news_item{
        padding-top: 205px;
    }
    .news_item:nth-child(4n){
        margin-right: 10px;
    }
    .recommendations_tabs{
        display: none;
    }
    .recommendations_content{
        display: block;
    }
    .recommendations_items{
        flex-direction: column;
    }
    .recommendations_item{
        margin-bottom: 16px;
        width: 100%;
    }
    .competitions_slider .slick-prev, .programs_slider .slick-prev{
        left: -10px;
    }
    .competitions_slider .slick-next, .programs_slider .slick-next{
        right: -10px;
    }
    .programs_slide {
        width: 324px;
        margin-right: 20px;
        padding-top: 205px;
    }
    .competitions_slide{
        margin-right: 20px;
        width: 668px;
    }
    .header_search-body_inp{
        height: 100px;
        font-size: 24px;
        padding-left: 36px;
        width: calc(100% - 40px);
    }
    .header_search-inner::before{
        width: 24px;
        height: 24px;
    }
    .header_search-close{
        width: 42px;
    }
    .header_search-close svg{
        width: 100%;
        height: auto;
        
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_left{
        width: 100%;
    }
    .footer_text{
        display: none;
    }
    .footer_links {
        width: 35%;
    }
    .footer_language{
        display: none;
    }
    .footer_inner-left{
        flex-direction: column;
    }
    .footer_inner-item{
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .header_inner{
        z-index: 2;
        background: #F9F5F2;
        padding-top: 125px;
    }
    .header_inner-menu a{
        color: #111;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .header_inner-wrapper{
        flex-direction: column;
        justify-content: flex-start;
    }
    .header_inner-menu{
        width: 100%;
    }
    .header_inner-menu ul{
        margin-bottom: 0;
        display: none;
    }
    .menu_burger.active::after,
    .menu_burger.active::before{
        background-color: #111;
    }
    .header_inner .header_top{
        position: relative;
        transform: none;
        bottom: auto;
        width: 100%;
        padding: 0;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px;
        padding-bottom: 40px;
        left: auto;
    }
    .header_inner-menu .active > a{
        color: #B32B1C;
    }
    .header_inner .header_top .header_way,
.header_inner .header_top .header_language,
.header_inner .header_top .header_log,
.header_inner .header_top .header_number,
.header_inner .header_top .header_adres{
    color: #111;
    margin-bottom: 10px;
    margin-right: 0;
}
.header_inner .header_top .header_way::before{
    background-image: url(images/way.svg);
}
.header_inner .header_top .header_language::before{
    background-image: url(images/planet.svg);
}
.header_inner .header_top .header_language::after{
    background-image: url(images/arrow_down.svg);
}
.header_inner .header_top .header_log::before{
    background-image: url(images/person.svg);
}
.header_inner .header_top .header_number::before{
    background-image: url(images/phone.svg);
}
.header_inner .header_top .header_adres::before{
    background-image: url(images/map.svg);
}
.header_top-left{
    flex-direction: column;
    align-items: flex-start;
}
.header_top-right{
    flex-direction: column;
    align-items: flex-start;  
}
.header_language {
    order: 1;
}
.header_inner .header_top .header_search-btn{
    order: 2;
    margin-left: 0;
    display: flex;
    align-items: center;
}
.header_inner .header_top .header_search-btn::after{
    position: relative;
    content: "Поиск по сайту";
    margin-left: 10px;
    font-size: 12px;
}
.header_adres::before{
    top: 4px;
    transform: none;
}
.header_search-btn svg path{
    fill: #B32B1C;
}
.header_inner .header_language-links{
    top: 100%;
    bottom: auto    ;
}
.news_big{
    width: 100%;
    margin-right: 0;
    height: 300px;
    min-height: 1px;
}
.news_page-items{
    justify-content: space-between;
}
.page_item{
    width: 48%;
    margin-right: 0 !important;
}
.news_filter-calendar:nth-child(4){
    display: none;
}
.news_filter-title:nth-child(3){
    display: none;
}
.news_filter{
    flex-wrap: wrap;
}
.news_filter-title{
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}
.news_filter-title span{
    display: none;
}
.news{
    margin-top: 20px;
}
.aside{
    display: none;
}
.news_card-content{
    width: 100%;
}
.events_page-wrapper{
    flex-direction: column;
}
.events_page-content{
    width: 100%;
}

.events_page-calendar .ui-widget.ui-widget-content{
    border: none;
    padding: 0 24px;
}
.events_page{
    margin-bottom: 50px;
}
.event_card-wrapper{
    flex-direction: column;
}
.events_page-calendar,
.event_card-left{
    width: 100%;
}
.event_card-content{
    width: 100%;
}
.sale_item{
    padding: 20px;
    transition: all 0.3s;
}
.sale_item:hover{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.sale_item-img {
    width: 240px;
    height: 170px;
}
.sale_item-info {
    width: calc(100% - 260px);
}
.novelty_form-right{
    flex-direction: column;
    align-items: flex-end;
}
.novelty_form-link{
    margin-right: 0;
    margin-bottom: 20px;
}
.sale_item-text {
    -webkit-line-clamp: 4;
}
.competitions_item{
    width: 48%;
    margin-right: 0;
}
.competitions_items{
    justify-content: space-between;
}
.resources_item{
    width: 100%;
    margin-bottom: 16px;
}
.resources{
    margin-bottom: 30px;
}
.resources_title{
    margin-bottom: 16px;
}
.error_page-wrapper{
    flex-direction: column-reverse;
    padding-bottom: 76px;
    position: relative;
}
.error_page-info{
    text-align: center;
    margin-bottom: 20px;
}
.error_page-btn{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.error_page-img{
    margin: 0 auto;
}
.library_content{
    width: 100%;
}
.library_top{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}
.library_top .library_title{
    margin-bottom: 16px;
}
.digital_page .library_top{
    display: none;
}
.novelty_inp-year{
    order: -1;
    margin-left: 0;
    width: 48%;
    margin-right: auto;
}
.advanced_popup-inp, .advanced_popup-select{
    width: 100%;
    margin-right: 0 !important;
    height: 60px;
}
.advanced_popup-item{
    flex-direction: column;
    align-items: flex-start;
}
.advanced_popup-item span{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}
.advanced_popup-years{
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.advanced_popup-years_title{
    margin-bottom: 16px;
    margin-right: 0;
}
.advanced_popup-years .advanced_popup-select{
    margin-bottom: 16px;
}
.advanced_popup-checks{
    flex-direction: column;
}
.advanced_popup-checks .novelty_form-check{
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
}
.advanced_popup-item .advanced_popup-select{
    width: 100%;
}
.advanced_popup-years_inp{
    width: 110px;
}
.lk_delete-item{
    display: none;
}
.lk_reader-items{
    padding: 20px;
}
.events_page-calendar .page_calendar#datepicker .ui-widget.ui-widget-content,
.event_card-left .page_calendar#datepicker .ui-widget.ui-widget-content,
.page_calendar#datepicker .ui-widget.ui-widget-content{
    width: 260px;
}  
.popup_bo,
.popup_order{
    padding: 40px;
}
.resources_link-items{
    flex-direction: column;
}
.resources_link-item{
    width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
}
.footer_inner .footer_inner-item {
    width: 390px;
}
.footer_left{
    margin-bottom: 20px;
}
.gallery_card-item{
    width: 49%;
    margin-right: 0;
    margin-bottom: 5px;
}
.gallery_card-items{
    justify-content: space-between;
}
.gallery_card-items{
    margin-bottom: 20px;
    margin-top: 0;
}
.popup_library{
    padding: 50px 30px;
}
.header_inner .container{
    padding-top: 0;
    display: block;
}
.gallery_card-item{
    height: 218px;
}
}
@media (max-width: 767.98px){
    .container{
        max-width: 545px;
        padding: 0 10px;
    }
    .header_left{
        width: calc(100vw - 30px);
    }
    .header_logo-img{
        width: 38px;
        margin-right: 11px;
    }
    .header_logo-img img{
        width: 100%;
        height: auto;
    }
    .header_logo-title{
        width: 210px;
        line-height: 1.4;
    }
    .header{
        padding-top: 74px;
    }
    .header_wrapper{
        padding: 10px 0;
    }
    .header_search{
        height: 50px;
        margin-bottom: 8px;
    }
    .header_search-find{
        width: 50px;

    }
    .header_search-find svg{
        width: 26px;
        height: auto;
    }
    .header_search-inp{
        font-size: 14px;
        width: calc(100% - 40px);
        padding-left: 14px;
    }
    .header_text{
        margin-bottom: 15px;
    }
    .main_slide{
        padding: 90px 30px 70px;
    }
    .main_slider .slick-prev{
        left: 0;
    }
    .main_slider .slick-next{
        right: 0;
    }
    .main_slider .slick-dots{
        left: 40px;
        transform: none;
        right: auto;
    }
    .main_slide-title{
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 32px;
    }
    .main_slide-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .btn{
        font-size: 16px;
    }
    .events{
        margin: 36px 0;
    }
    .title{
        font-size: 30px;
        line-height: 1.2;
    }
    .events_tab{
        margin-left: 20px;
    }

    .page_calendar{
        margin: 0 auto 16px;
    }
    .news_item, .events_item{
        margin: 0;
        padding: 30px;
        height: 380px;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
    }
    .events_item-date{
        margin-top: 0;
    }
    .events_item-title {
        font-size: 20px;
        line-height: 26px;
    }
    .btn_more{
        width: 100%;
        font-size: 16px;
    }
    .news_btn,
    .events_btn{
        margin-top: 16px;
    }
    .news{
        margin: 36px 0;
    }
    .news_title{
        margin-bottom: 16px;
    }
    .recommendations{
        margin: 36px 0;
    }
    .recommendations_title{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .recommendations_item img{
        width: 48px;
        height: auto;
        left: 20px;
    }
    .recommendations_item{
        padding: 40px 40px 40px 82px;
        font-size: 18px;
    }
    .recommendations_item span{
        display: none;
    }
    .recommendations_item::before{
        height: 70px;
        right: 10px;
    }
    .pushkin{
        margin: 36px 0;
    }
    .pushkin_wrapper{
        padding: 20px 20px 280px;
    }
    .pushkin_title{
        font-size: 36px;
        line-height: 38px;
    }
    .pushkin_text{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .pushkin_img{
        width: 360px;
        right: 50%;
        transform: translateX(50%);
    }
    .map{
        margin: 36px 0;
    }
    .map_title{
        margin-bottom: 16px;
    }
    .programs{
        margin: 36px 0;
    }
    .competitions_top .events_tabs,
    .programs .events_tabs{
        display: none;
    }

    .competitions_top, .programs_top{
        margin-bottom: 0;
    }
    .competitions_slide,
    .programs_slide{
        width: calc(100vw - 20px);
        margin-right: 10px;
    }
    .programs_btn{
        margin-top: 16px;
    }
    .competitions{
        margin: 36px 0;
    }
    .footer_left{
        order: -2;
    }
    .footer_links{
        order: -1;
        width: 100%;
    }
    .footer_menu a{
        margin-bottom: 7px;
    }
    .footer_menu{
        width: 100%;
        margin-bottom: 7px;
    }
    .footer_wrapper{
        padding: 32px 0 16px;
    }
    .footer_inner{
        padding: 16px 0 30px;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer_inner-right{
        align-items: flex-start;
    }
    .chat{
        width: 72px;
        height: 72px;
        bottom: 30px;
    }
    .footer::before{
        left: 0;
        right: auto;
    }
    .header_inner{
        padding-top: 90px;
    }
    .header_search-body_inp{
        height: 80px;
        font-size: 20px;
    }
    .news_filter-inp{
        width: 100%;
    }
    .news_filter-calendar{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news_filter-find{
        margin: 0;
        width: 48%;
    }
    .news_filter-clean{
        width: 48%;
    }
    .news_filter{
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .news_big{
        padding: 10px 14px;
        justify-content: space-between;
        height: 200px;
    }
    .page_item{
        width: 100%;
        margin-bottom: 16px;
    }
    .news_big,
    .page_item-img{
        height: calc(69vw - 20px);
    }
    .page_item-info{
        height: auto;
    }
    .pagin{
        margin-top: 20px;
    }
    .crumbs{
        margin-bottom: 20px;
    }
    .news_page{
        padding: 10px 0 30px;
    }
    .crumb:last-child{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news_card-title{
        font-size: 30px;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .news_card-img_wrapper{
        margin-bottom: 20px;
    }
    .page_img {
        height: 32vw;
    }
    .page_imgs .slick-next {
        right: -5px;
    }
    .page_imgs .slick-prev {
        left: -5px;
    }
    .page_imgs{
        margin: 20px 0;
    }
    .page_video {
        height: 46vw;
        margin-bottom: 16px;
    }
    .page_file{
        padding: 20px 45px 20px 76px;
    }
    .page_file-options{
        flex-direction: column;
    }
    .page_file-option{
        margin-right: 0;
        margin-bottom: 2px;
    }
    .page_file-option:last-child{
        margin-bottom: 0;
    }
    .page_file-img{
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page_file::before{
        right: 16px;
    }
    .events_page-calendar .page_calendar{
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .events_page-calendar .ui-widget.ui-widget-content{
        padding: 0;
    }
    .events_page-top .page_select{
        width: 100%;
    }
    .events_page-top .news_filter-calendar{
        width: 100%;
    }
    .events_page-top .news_filter-clean, .events_page-top .news_filter-find{
        width: 48%;
    }
    .events_page-items .page_item{
        width: 100%;
    }
    .event_card-title{
        margin-bottom: 16px;
    }
    .news_card-img{
        height: 47vw;
    }
    .event_card-btn{
        text-align: center;
        margin: 16px 0;
        padding-right: 50px;
        padding-left: 50px;
    }
    .event_card{
        margin-bottom: 20px;
    }
    .crumb{
        display: none;
   
    }
    .crumb:nth-last-child(2){
        display: flex;
        white-space: nowrap;
    }
    .sale_item{
        flex-direction: column;
        margin-bottom: 16px;
    }
    .sale_item::before{
        display: none;
    }
    .sale_item-img{
        width: 100%;
        height: 56vw;
        margin-bottom: 15px;
    }
    .sale_item-info{
        width: 100%;
    }
    .competitions_item{
        width: 100%;
        margin-bottom: 16px;
    }
    .resources_item{
        padding: 34px 25px 34px 80px;
        margin-right: 0;
    }
    .resources_items{
        margin-bottom: 0;
    }
    .resources_item img{
        left: 19px;
    }
    .error_page-title{
        margin-bottom: 14px;
        font-size: 64px;
    }
    .error_page-text{
        font-size: 16px;
    }
    .error_page-img{
        width: 100%;
        height: calc(103vw - 30px);
    }
    .error_page-btn{
        width: 100%;
    }
    .error_page{
        margin-bottom: 15px;
    }
    .library_title{
        margin-bottom: 16px;
    }
    .library_item{
        padding: 20px 20px 20px 58px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .library_item img{
        top: 20px;
        transform: none;
        left: 20px;
    }
    .library{
        margin-bottom: 36px;
    }
    .map_page-title{
        margin-bottom: 16px;
    }
    .map_page{
        margin-bottom: 30px;
    }
    .library_btn-add{
        width: 100%;
    }
    .reference_item{
        position: relative;
        padding: 15px;
    }
    .reference_item-top{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .reference_item-title{
        padding-right: 0;
        position: static;
    }
    .reference_item-status{
        margin-top: 16px;
    }
    .reference_item-title span{
        top: 12px;
        right: 12px;
        transform: none;
    }
    .reference_item-title.active span {
        transform:rotate(45deg);
    }
    .reference_item-content{
        padding-left: 0;
        padding-top: 16px;
    }
    .reference_item-text{
        margin-top: 16px;
    }
    .about_title{
        margin-bottom: 16px;
    }
    .about_img{
        width: 100%;
        height: auto;
    }
    .novelty_page .library_btn-add{
        display: none;
    }
    .novelty_page .library_top{
        margin-bottom: 0;
    }
    .novelty_form{
        padding: 20px 10px;
    }
    .novelty_form-title{
        font-size: 24px;
        text-align: left;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .novelty_form-inp{
        width: 100%;
        height: 56px;
        margin-bottom: 16px;
    }
    .novelty_form-inp:last-child{
        width: 100%;
        margin-bottom: 0;
    }
    .novelty_form-check{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .novelty_form-inner{
        align-items: flex-start;
        flex-direction: column;
    }
    .novelty_form-btn{
        width: 100%;
        margin-top: 16px;
    }
    .novelty_item-img{
        height: 186px;
        width: 132px;
    }
    .novelty_item-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .novelty_item-link {
        margin-right: 10px;
        margin-bottom: 10px;

    }
    .novelty_item{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .popup_favorite{
        padding: 45px 15px;
    }
    .popup_favorite-title {
        font-size: 18px;
        line-height: 24px;
    }
    .digital_top{
        margin-bottom: 16px;
    }
    .digital_form .novelty_form-check{
        width: 100%;
    }
    .digital_search-inner{
        padding: 16px 0;
        flex-direction: column;
    }
    .digital_search-total{
        padding-bottom: 16px;
        font-size: 24px;
    }
    .digital_search-total span{
        margin-left: 10px;
    }
    .digital_search-show{
        padding: 16px 0;
    }
    .digital_search-item{
        margin-bottom: 16px;
    }
    .digital_search-item:last-child{
        margin-bottom: 0;
    }
    .digital_search-links{
        flex-wrap: wrap;
    }
    .novelty_item-check span{
        margin-right: 0;
    }
    .novelty_item-check{
        margin-left: 10px;
    }
    .digital_printing{
        margin: 30px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .digital_printing-select{
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .digital_printing-btn{
        width: 118px;
        margin: 0;
    }
    .catalog_search{
        width: 100%;
    }
    .novelty_inp-year{
        width: 100%;
        margin-bottom: 16px;
    }
    .catalog_search-body li{
        font-size: 16px;
    }
    .advanced_popup-title{
        padding-left: 10px;
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .advanced_popup-title::before{
        display: none;
    }
    .advanced_popup-wrapper{
        padding: 30px 10px;
    }
    .advanced_popup-inp{
        white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    }
    .advanced_popup-btn{
        width: 100%;
        margin-top: 16px;
    }
    .catalog_page .novelty_item-info{
        padding-left: 78px;
    }
    .popup_edd{
        padding: 10px;
    }
    .popup_edd-title{
        text-align: left;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .order_page-btn{
        width: 100%;
        text-align: center;
    }
    .order_page-calendar{
        width: 100%;
    }
    .fiction_page .novelty_inp-year{
        width: 100%;
        margin-top: 16px;
    }
    .lk_form{
        width: 100%;
    }
    .lk_form-title{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .lk_form-ok{
        align-items: flex-start;
    }
    .lk_form-btns{
        margin-top: 20px;
        flex-direction: column;
    }
    .lk_form-btn{
        width: 100%;
        margin-bottom: 20px;
    }
    .lk{
        margin-bottom: 46px;
    }
    .lk_form-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .lk_form-forgot{
        display: block;
        margin-top: 20px;
    }
    .lk_form-title + .lk_form-gos{
        display: none;
    }
    .restoring_title{
        margin-bottom: 16px;
    }
    .restoring_text{
        width: 100%;
        margin-bottom: 16px;
    }
    .restoring_inner{
        flex-direction: column;
    }
    .restoring_inner-inp{
        width: 100%;
    }
    .lk_title{
        margin-bottom: 16px;
    }
    .lk_date-top{
        padding: 0;
        border: none;
    }
    .lk_date{
        border: none;
    }
    .lk_date-tiket a{
        margin-left: 0;
        display: block;
        width: fit-content;
    }
    .lk_date-form{
    padding: 0;
    margin-top: 16px;
    }
    .popup_tiket{
        padding: 50px 10px 20px;
    }
    .popup_tiket-add,
    .popup_tiket-more{
        width: 100%;
    }
    .lk_join-item{
        padding: 15px 10px;
    }
    .lk_join-subtitle br{
        display: none;
    }
    .lk_join-subtitle img{
        margin-left: 10px;
    }
    .lk_join-item p{
        margin-bottom: 16px;
    }
    .lk_history{
        padding: 15px 10px;
    }
    .lk_history-item{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .lk_history-delete{
        margin-left: 0;
    }
    .lk_history-btn{
        width: 100%;
        margin-top: 25px;
    }
    .lk_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .lk_add-btn{
        width: 100%;
        margin-top: 16px;
    }
    .popup_answer{
        margin: 0;
        height: auto;
        padding: 65px 10px 20px;
    }
    .popup_answer-title{
        padding-bottom: 14px;
        margin-bottom: 26px;
    }
    .popup_answer .fancybox-close-small{
        top: 10px;
        right: 10px;
    }
    .lk_events .news_big{
        height: 200px;
    }
    .news_big-delete{
        position: absolute;
        top: 10px;
        right: 14px;
    }
    .lk_events .page_item{
        width: 100%;
    }
    .lk_events-btn{
        display: none;
    }
    .authorization_desc{
        width: 100%;
    }
    .lk_content{
        width: 100%;
    }
    .authorization_inner .lk_form-item{
        width: 100%;
    }
    .authorization_btns{
        flex-direction: column;
    }
    .authorization_btn{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .lk_order-btn{
        width: 100%;
        margin-top: 10px;
    }
    .lk_reader-items{
        padding: 0;
    }
    .lk_reader-title{
        padding: 12px 10px;
        font-size: 16px;
    }
    .lk_reader-content{
        padding: 20px 10px;
    }
    .lk_reader-title span{
        margin-left: 10px;
    }
    .lk_reader-values .lk_reader-value, .lk_reader-subtitles .lk_reader-subtitle, .lk_reader-column,
    .lk_reader-values .lk_reader-value:nth-child(1), .lk_reader-subtitles .lk_reader-subtitle:nth-child(1), .lk_reader-column:nth-child(1),
    .lk_reader-column:nth-child(1),
    .lk_reader-column {
        width: 32%;
        word-wrap: break-word;
    }
    .lk_reader-content{
        padding-bottom: 0;
    }
    .lk_table-body {
        width: calc(100% + 15px);
        padding-right: 20px;
    }
    #ui-datepicker-div{
        width: calc(100% - 20px);
        max-width: 525px;
    }
    #ui-datepicker-div table,
    #ui-datepicker-div .ui-datepicker-header{
        width: 260px;
        margin: 0 auto;
    }
    .events_page-calendar .page_calendar{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .popup_bo,
    .popup_order{
        padding: 20px 10px;
    }
    .popup_order-title{
        font-size: 28px;
        padding-bottom: 0;
    }
    .popup_order-title::before{
        display: none;
    }
    .popup_order-text{
        padding: 20px 0;
    }
    .popup_bo-content{
        padding-top: 14px;
        flex-direction: column;
    }
    .popup_bo-numbers{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .popup_bo-info{
        width: 100%;
    }
    .popup_bo-years{
        display: none;
    }
    .header_logo-title{
        display: none;
    }
    .header_logo-mobile{
        display: block;
    }
    .resources_link-item{
        padding-left: 109px;
    }
    .partners{
        margin: 36px 0;
    }
    .partners_slide {
        height: 19vw;
    }
    .partners_slider .slick-next{
        right: -5px;
    }
    .partners_slider .slick-prev{
        left: -5px;
    }
    .problem{
        margin: 36px 0;
    }
    .footer_wrapper .footer_inner-item{
        display: none;
    }
    .footer_logo{
        margin-bottom: 0;
    }
    .footer_inner .footer_inner-item{
        width: 100%;
    }
    .footer_inner-item:last-child{
        margin-bottom: 9px;
    }
    .footer_inner .footer_inner-item:nth-child(2),
.footer_inner .footer_inner-item:nth-child(3){
    display: block;
}
.map_table tbody{
    width: 1000px;
}
.comments_form-inner{
    flex-direction: column;
}
.comments_form-inner .lk_form-item{
    width: 100%;
}
.assessment_desc{
    margin-bottom: 20px;
}
.assessment_check-lab{
    margin-right: 10px;
}
.assessment_check-lab:last-child{
    margin-right: 0;
}
.assessment_check-title{
    width: 130px;
    font-size: 18px;
    word-wrap: break-word;
}
.assessment_checks-titles{
    padding-left: 140px;
}
.assessment_checks-title{
    margin-right: 10px;
}
.assessment_checks-title:last-child{
    margin-right: 0;
}
.awards_item{
    padding: 10px;
    margin-bottom: 16px;
}
.awards_item-img{
    width: 100%;
    height: auto;
}
.library_content .page_file{
    padding: 20px 25px 20px 76px;
}
.library_content .page_file-title {
    font-size: 16px;
    line-height: 24px;
}
.historian_title{
    margin-bottom: 30px;
}
.funds{
    margin-bottom: 40px;
}
.search_page-wrapper{
    flex-direction: column;
    margin-bottom: 20px;
}
.search_page-inp{
    margin-bottom: 10px;
    width: 100%;
}
.search_page-btn{
    width: 100%;
}
.popup_library{
    padding: 45px 15px;
}
.popup_library-map{
    margin-bottom: 20px;
}
.gallery_card-item {
    height: 31vw;
}
}