.title-container {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1440px) {
    .title-container {
        padding: 40px 0 60px;
    }
}

.title-left {
    color: #FB3453;
    font-family: 'Rubik', sans-serif;
    font-size: 84px;
    font-weight: 600;
    line-height: 120%; 
    text-align: left;
}
@media(max-width: 1440px) {
    .title-left {
        font-size: 64px;
    }
}

.title-right {
    flex: 1 0 40%;
    color: #5E5E5E;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    align-self: end;
    height: 150%;
    text-align: right;
}
@media(max-width: 1440px) {
    .title-right {
        font-size: 12px;
    }
}

.search-container {
    height: 620px;
    display: flex;
    align-items: center;
}
@media(max-width: 1440px) {
    .search-container {     
        height: 325px;
    }
}
.search-container::before {
    content: "";
    position: absolute;
    top: 395px;
    left: 0;
    width: 100vw;
    height: 620px;
    background: url(images/search_img.png) 100% 0/contain  no-repeat;
    z-index: -1;
}

@media(max-width: 1440px) {
    .search-container::before {   
        top: 330px;  
        height: 325px;
    }
}

.search-input {
    position: relative;
}
.input {
    box-sizing: border-box;
    width: 600px;
    padding: 15px 50px 15px 20px;
    background: #F0EDEA;
    border: 2px solid transparent;
}
@media(max-width: 1440px) {
    .input {   
        width: 360px; 
        padding: 10px 40px 10px 10px;
    }
}
.input:focus, 
.input:focus-visible {
    box-sizing: border-box;
   outline: none;
   border: 2px solid #FB3453;
}
.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-75%);
}

@media(max-width: 1440px) {
    .search-icon {
        right: 10px;
        transform: translateY(-80%);
        width: 28px;
        height: 28px;
    }
}
#searchInputOnMainPage.active {
    position: relative;
    z-index: 100;
}
.search_terms {
    margin-top: 5px;
    padding: 0 5px;
    font-size: 12px;
    color: #5E5E5E;
    background-color: #FFFFFF;
}

.search_terms:hover {
    color: #FB3453;
}

.about_container {
    padding: 150px 0;
    display: flex;
    gap: 120px;
    align-items: center;
}
@media(max-width: 1440px) {
    .about_container {
        gap: 60px;
    } 
    .about_container img {
        width: 400px;
    }
}

.title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}

.about_text {
    padding-top: 25px;
    font-size: 18px;
    line-height: 150%;

}

.new_event {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.new_event::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    min-width: 150vw;
    min-height: 100%;
    background-color: #F0EDEA;
}

.event_date {
    color: #5E5E5E;
    font-size: 16px;
}

.event_title {
    padding: 10px 0 25px;
}

.event_text {
    font-size: 18px;
    line-height: 150%;
}

.collection_container,
.heading_container {
    padding: 150px 0 100px;
    display: flex;
    gap: 60px;
}

.collection_left,
.heding_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
}
.collection_text,
.heading_text {
    padding: 25px 0 55px;
    color: #5E5E5E;
    font-size: 18px;
    line-height: 150%; 
}

.collection_button,
.heading_button {
    cursor: pointer;
    padding: 13px 30px;
    background-color: #FB3453;
    color: #FFFFFF;
    font-size: 16px;
    border: 2px solid transparent;
    transition: .3s;
}

.collection_button:hover,
.heading_button:hover {
    color: #FB3453;
    background-color: #FFFFFF;
    border: 2px solid #FB3453;
}

.collection_right  {
    display: flex;
    gap: 30px;
}
@media(max-width: 1440px) {
    .collection_right {
        gap: 25px;
    }
}
.coll_block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media(max-width: 1440px) {
    .coll_block {
        gap: 25px;
    }
}

.coll_block_right {
    display: flex;
    gap: 30px;    
}
@media(max-width: 1440px) {
    .coll_block_right {
        gap: 25px;
    }
}

.coll-1 {
    padding-top: 65px;
}

@media(max-width: 1440px) {
    .coll-1 {
        width: 200px;
    }
    .coll-2 {
        width: 122px;
    }
    .coll-3 {
        width: 107px;
    }
    .coll-4 {
        width: 93px;
    }
    .coll-5 {
        width: 172px;
    }
}

.heading_body {
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #F0EDEA;
    padding: 15px;
}

.heading_body:hover {
    border: 1px solid #FB3453;
}

.heading_body:hover .heading_item_title {
    color: #FB3453;
}

.heading_left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.heading_right {
    padding-left: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heading_item_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.heading_item_text {
    padding-top: 5px;
    font-style: 16px;
    line-height: 24px;
    color: #5E5E5E;
}
.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0;
    position: relative;
}
.page-title:before {
    position: absolute;
    content: '';
    top: 0;
    width: 150vw;
    height: 100%;
    background: url(../static/images/collection.png) center no-repeat;
    z-index: -1;
}
.page-title.about::before {
    background: url(../static/images/about-bg.png) center no-repeat;
    opacity: 0.8;
}
.page-title h1 {
    padding: 15px 80px;
    color: #FFFFFF;
    background-color: rgba(27, 27, 27, 0.6);
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
}
.content-with-banner {
    margin: 20px auto 0;
    max-width: 996px;
    min-height: 700px;
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    color: #3c3f24;
}

#links-list {
    text-align: left;
    margin-left: 0;
    text-indent: 0;
    color: #3c3f24;
}

#links-list h2 {
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    text-indent: 0;
}

#links-list h3 {
    color: #903b09;
    font-weight: bold;
    margin: 15px 0;
    text-align: left;
    text-decoration: inherit;
    text-indent: 0;
}

#links-list li {
    margin-left: 20px;
    list-style-type: disc;
}

#links-list a {
    color: #3c3f24;
    text-decoration: underline;
}

#links-list a:hover {
    cursor: pointer;
    color: #d24102;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
    text-indent: 0;
}

h3 {
    margin: 10px 0px;
    color: #903b09;

    font-weight: bold;
    text-align: left;
    text-indent: 0em;
}

h4 {
    margin: 15px 0px;
    color: #3c3f24;
    font-weight: bold;
    text-align: left;
    text-indent: 0em;
}

#banners {
    position: absolute;
    top: 0px;
    right: 4%;
    width: 20%;
    /*height: 96.2%;*/
    text-align: center;
    background: #f1ecdb none repeat scroll 0 0;
    box-shadow: 0 0 4px 0 #795e36;
}

.banner {
    display: block;
    margin: 15px auto;
}

.banner a {
    color: #3c3f24;
    text-decoration: none;
}

.banner a:hover {
    text-decoration: underline;
}

.banner div {
    margin: 6px;
}

.social-n-feeds {
    display: block;
    width: 90%;
    margin: auto;
}

.social-n-feeds div {
    display: table-cell;
    line-height: 15px;
    transition: all 0.4s linear 0s;
    padding: 5px;
    min-width: 30%;
}

.social-n-feeds div a {
    display: block;
    text-align: center;
    color: #3c3f24;
    text-decoration: none;
}

.social-n-feeds div a strong {
    background: url("imagery/separate2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 51px;
    width: 51px;
    margin-bottom: 5px;
    opacity: 0.6;
    transition: all 0.2s ease-in-out 0s;
}

.social-n-feeds div a:hover strong {
    opacity: 1;
}

.social-n-feeds div:hover {
    background-color: #F8F8F8;
}

.social-n-feeds div:hover a {
    text-decoration: none;
}

.social-n-feeds div.rss-subscribers a strong {
    background-position: center -884px;
}

.social-n-feeds div.rss-subscribers a:hover strong {
    background-position: center -939px;
}

.rss-subscribers span {
    display: inline-block;
    font-family: BebasNeueRegular, arial, Georgia, serif;
    font-size: 14pt;
}

.social-n-feeds div.facebook-fans a strong {
    background-position: center -992px;
}

.social-n-feeds div.facebook-fans a:hover strong {
    background-position: center -1046px;
}

.social-n-feeds div.vk a strong {
    background-position: center -1100px;
}

.social-n-feeds div.vk a:hover strong {
    background-position: center -1154px;
}

.social-n-feeds div.twitter-followers a strong {
    background-position: center -668px;
}

.social-n-feeds div.twitter-followers a:hover strong {
    background-position: center -722px;
}

.social-n-feeds div.youtube-subs a strong {
    background-position: center -776px;
}

.social-n-feeds div.youtube-subs a:hover strong {
    background-position: center -830px;
}

.social-n-feeds div.vimeo-subs a strong {
    background-position: center -560px;
}

.social-n-feeds div.vimeo-subs a:hover strong {
    background-position: center -614px;
}

.social-n-feeds div.dribbble-followers a strong {
    background-position: center -452px;
}

.social-n-feeds div.dribbble-followers a:hover strong {
    background-position: center -506px;
}

.social-n-feeds div span {
    display: block;
    font-size: 21px;
}

.social-n-feeds div a small {
    color: #777777;
    font-size: 8pt;
}

.hr {
    display: block;
    border: 1px solid #903b09;
    height: 0px;
    width: 90%;
    margin: 10px auto;
    color: #903b09;
}

.faq {
}

.faq-inner {
    width: 92, 5%;
}

.useful_body {
    margin: 80px 0 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.useful_item img {
    border: 2px solid #FFFFFF;
}
.useful_item:hover img {
    border: 2px solid #FB3453;
}
.useful_item:hover div {
    color: #FB3453;
}
.about_text {
    margin: 35px auto;
    max-width: 732px;
    align-self: center;
}
.about_text p {
    margin-bottom: 20px;
}
.about-block {
    color: #3c3f24;
    padding: 15px;
    text-align: left;
    text-indent: 0;
}

.about-block p {
    margin-top: 10px;
}

.about-block h4 {
    margin: 10px;
}

.about-block h1 {
    /*margin: 5px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #903b09;	*/
    text-align: left;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, serif;*/
}

.about-block li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 15px;
}

.about-block h2:first-child, b {
    /*color: #903b09;*/
    margin-bottom: 15px;
}

.about-block h2, b {
    /*color: #903b09;*/
    margin: 15px 0;
}

.about-block a {
    text-decoration: none;
    color: #a28c60;
}

.about-block a:hover {
    text-decoration: underline;
}

.left-aligned-content {
    text-align: left;
    margin-left: 25px;
}

.right-aligned-content {
    text-align: right;
    margin-right: 25px;
}

.brown-link {
    text-decoration: none;
    color: #903b09;
}

.brown-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link-news-header {
    text-decoration: none;
    color: #903b09;
}

.link-news-header:hover {

    cursor: pointer;
    color: #3c3f24;
}

.gradient-block-dark {

    background: #f1ecdb;
    border: 0 solid #a28c60;
    box-shadow: 0 0 4px 0 #795e36;

    /*background: -moz-linear-gradient(top,  #ded1a5 0%, #f9f7ef 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ded1a5), color-stop(100%,#f9f7ef)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #ded1a5 0%,#f9f7ef 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #ded1a5 0%,#f9f7ef 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #ded1a5 0%,#f9f7ef 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #ded1a5 0%,#f9f7ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded1a5', endColorstr='#f9f7ef', GradientType=0); /* IE6-9 */
}

.gradient-block-light {
    border-bottom: 0 solid #a28c60;
    box-shadow: 0 0 4px 0 #795e36;
    background: #f1ecdb;
    margin: 20px 0;
    padding: 20px;
}

.doc-link {
    padding: 25px 10px;
    position: relative;
}

.margined-block {
    margin: 25px 0px;
}

.doc-link-img {
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100px;
    height: 100%;
    background: url("imagery/pdf_icon.png") center no-repeat;
}

.doc-link-item {
    margin-left: 100px;
    text-align: left;
}

.doc-link-item a {
    text-decoration: none;
    color: #903b09;
}

.doc-link-item a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.publications-block {
    margin: 4% 1%;
    text-align: justify;
    color: #3c3f24;
}

.publications-block p {
    margin: 20px 0;
}

.second_title {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

#rubric-content {
	display: flex;
	gap: 40px 60px;
	width: 100%;
	height: 100%;	
	margin-bottom: 25px;
}

#rubric-content .center {
    justify-content: center;
}
.news-block {
    flex: 0 0 45%;
    border: 1px solid #F0EDEA;
    min-height: 170px;
    padding: 20px;
    position: relative;
    color: #5E5E5E;
}

.news-block:hover {
    text-decoration: none;
    color: #5E5E5E;
}
@media(max-width: 1440px) {
    .news-block {
        flex: 1 0 100%;
    }
}
.news-block:hover {
    border: 1px solid #FB3453;
}

.news-block:hover .news-block-title {
    color: #FB3453;
}
.news-block-img {
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 170px;
    height: 100%;
}

.news-block-img img {
    position: absolute;
    width: 140px;
    height: 140px;
    padding: 20px;

}

.news-block-content {
    margin-left: 10px;
    text-align: left;
}

.news-block-header {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 5px;
    text-align: left;
    width: 98%;
}

.news-block-text p {
    padding-right: 10px;
}

.news-block-text img {
    width: 137px;
    height: 108px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.news-block-link {
    width: 94%;
    text-align: right;
    padding: 5px 3%;
}

.pages-nav-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.pages-nav-item {
    padding: 3px;
    font-size: 14px;
    display: inline;
    line-height: 20px;
}

.pages-nav-item a {
    text-decoration: none;
    color: #3c3f24;
}

.pages-nav-item a:hover {
    text-decoration: underline;
    color: #903b09;
}

.pages-nav-item a:visited {
    text-decoration: none;
    color: #3c3f24;
}

.fullnews-header {
    padding-bottom: 0px;
    position: relative;
}

.fullnews-header-img {
    margin: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 140px;
    height: 100%;
    display: none;
}

.fullnews-header-cont {
    margin-left: 20px;
    padding-top: 10px;
    text-align: left;
}

.fullnews-header-cont h1 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.fullnews-header-cont h4 {
    margin: 15px 0 30px;
    text-align: center;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.fullnews-content {
    margin: 0 20px;
    padding: 0;
}

#fullnews-comments h1 {
    font-size: 18px;
    margin: 20px;
}

.fullnews-content img {
    height: auto;
    margin: 15px 0;
    max-width: 660px;
    width: 100%;
}

.fullnews-content p {
    padding-top: 10px;
}
.fullnews-content p:has(iframe) {
    display: flex;
    justify-content: center;
}
.fullnews-content p:last-child {
    padding-bottom: 20px;
}

.fullnews-content p iframe {
    margin: 0 auto;
}

.fullnews-content a {
    color: #903b09;
    text-decoration: underline;
}

.fullnews-content a:hover {
    cursor: pointer;
    color: #a28c60;
}

#form_container {
    width: 100%;
}

.form-table {
    display: table;
    width: 100%;
    border: 1px;
    border-color: #903b09;
}

.form-tr {
    width: 100%;
    margin: 5px;
    display: table-row;
}

.form-tr h4 {
    margin: 20px 0 5px;
    color: #d24102;

}

.form-th {
    background-color: #903b09;
}

.form-tr > div {
    display: table-cell;
    border: medium;
    border-color: #903b09;
    vertical-align: middle;
    padding: 5px 0;
    color: #3c3f24;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.form-th > div {
    color: #FFFFFF;
}

.strict-table .form-tr > div:FIRST-CHILD {
    width: 25%;
}

.form-tr input, textarea {
    border: 0.1px solid #a28c60;
}

.form-tr input[type="text"], input[type="password"], textarea {
    width: 100%;
}

.form-tr select {
    max-width: 100%;
    overflow-x: hidden;
}

.form-tr textarea {
    resize: none;
    min-height: 150px;
}

.form-tr input[type="submit"] {
    background-color: #EAEAEA;
    color: #333;
    padding: 2px 4px;
}

.form-tr input[type="submit"]:hover {
    background-color: #903b09;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.btn-login {
    background-color: #903b09;
    border: medium none;
    border-radius: 0;
    color: #fff;
    padding: 5px 10px;
}

.btn-login:hover {
    background-color: #c7611e;
    cursor: pointer;
}

.bbutton {
    background: #f0e6b9;
    color: #903b09;
    border: 0 none;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.bbutton:hover {
    background: #cdba83;
    cursor: pointer;
}

.form-tr button {
    background-image: url("imagery/button.png");
    color: #fff;
    border: 0.3px groove #903b09;
    /*padding: 2px 4px;*/
}

.form-tr button:hover {
    background-image: url("imagery/button-hover.png");
    cursor: pointer;
}

.form-tr button:disabled {
    background-image: url("imagery/button.png");
    cursor: default;
    color: #3c3f24;
}

.combo-facade {
    width: 93%;
    background-color: white;
    color: #254105;
}

.combo-facade-p {
    width: 165px;
}

#search-selector {
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

#search-selector ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;

}

#search-selector ul li {
    display: inline;
}

#search-selector ul a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: #EAEAEA;
    color: #333;
}

#search-selector ul a:hover {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: #903b09;
    color: white;
    text-decoration: none;
}


.search-result {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.search-result-image {
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 170px;
    height: 100%;
}

.search-result-image img {
    position: absolute;
    margin: auto;
    width: 150px;
    height: 120px;
    top: 10px;
    left: 10px;
}

.search-result-content {
    margin-left: 170px;
    color: #3c3f24;
    font-size: 11pt;
}

.search-result-content h3 {
    display: inline;
}

.search-result-content a {
    text-decoration: none;
    font-weight: bold;
    color: #903b09;
}

.search-result-content a:hover {
    text-decoration: underline;
}

.search-result-name {
    width: 96%;
    padding: 2%;
}

.search-result-descr {
    width: 95%;
    padding-left: 5%;
}

.search-result-info {
    width: 100%;
    margin-bottom: 30px;
}

.search-result-info > div {
    width: 100%;
    clear: both;
}

.search-result-info > div .fl-right {
    float: right;
    width: 85%;
}

.search-result-info > div .fl-left {
    width: 15%;
    float: left;
}

.search-result-indi {
    width: 100%;
}

.search-result-segmparts {
    width: 100%;
    margin: 10px 0px;
}

.left-button {
    display: block;
    width: 200px;
    color: maroon;
    font-weight: bold;
    padding: 3px;
    margin: 10px;
    border: thin dotted maroon;
    text-align: center;
}

.left-button:hover {
    color: white;
    background-color: maroon;
    cursor: pointer;
}

.left-button img {
    padding-right: 4px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.action-menu > div {
    display: inline-block;
    margin: 10px;
}

.action-menu > div:hover {
    cursor: pointer;
}

/* Paginator */
.pagination {
    margin-top: 10px;
    justify-content: center;

}

.page-link {
    color: #FB3453 !important;
}

.page-item.active .page-link {
    color: #FFFFFF !important;
    background-color:#FB3453 !important;
    border-color: #FB3453 !important;
}

/* Navigation points */
#video_adress {
    text-align: left;
    margin: 10px 0;
}

.watch-nav-block {
    display: flex;
    width: 100%;
    color: #5E5E5E;
    font-size: 14px;
    vertical-align: middle;
}

.watch-nav-item {
    display: table-cell;
    padding: 3px;
    float: right;
}

.watch-nav-item a {
    color: #5E5E5E;
    text-decoration: none;
}

.watch-nav-item a:hover {
    color: #FB3453;
    text-decoration: underline;
}

.watch-nav-item a:visited:hover {
    color: #FB3453;
    text-decoration: underline;
}

/* Search page */

.search_input_container {
    display: flex;
}

.result_item {
    margin-top: 20px;
}

.result_item a {
    font-size: 16px;
}

.result_item a:hover {
    color: #FB3453;
}

.empty_response {
    margin-top: 40px;
}

.empty_response span {
    color: #FB3453;
}

.change_request {
    margin-top: 20px;
}