.logo-text{
    font-family: "Noto Serif Display";
    color: #D61D22;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 45px;
    margin-top: 10px;
    margin-left: 6px;
}
.logo-text-s
{
    font-size: 25px;
    line-height: 35px;
}
.logo-img
{
    width: 80px;
}
.logo-img-s
{
    width:60px;
}
.footer-layout1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.logo-text-footer{
    font-family: "Noto Serif Display";
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 32px;
    margin-top: 7px;
    margin-left: 6px;
    font-weight: 300px;
}
.loader-div {
    width: 48px;
    height: 48px;
    border: 5px solid var(--theme-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 0;
    position: absolute;
    top: 45%;
    left: 45%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.p-relative{
    position: relative!important;
}
.crepost-column{
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}
.crepost-column:hover{
    border: 1px solid var(--theme-color);
}
.crepost-item{
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}
.bg-white{
    background: #fff!important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-2, .mb-2 {
    margin-bottom: .5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-3, .mb-3 {
    margin-bottom: 1rem !important;
}
.bg-type-1{
    background: url(../img/key1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-index-1 {
    background-image: url(../img/3.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 10px top 40px;
    background-size: auto;
}
.br-1{
    border: 1px solid var(--body-color);
}
.hero-title{
    font-family: "Noto Serif Display";
    text-transform: uppercase;
    font-weight: 400;
}
.hero-text{
    font-size: 25px;
    font-weight: 400;
}
.white-color
{
    color: #fff;
}
.process-area-4{
    padding-bottom: 80px;
    padding-top: 80px;
}
.map-title{
    font-family: "Noto Serif Display";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60px;
}
.header-layout1{
    background: rgba(255, 255, 255, 0.85);
}
.header-layout1 .sticky-wrapper.sticky{
    background: rgb(255 255 255);
}
.mobile-logo .logo-container{
    margin-left: 15px;
}
.main-menu a{
    color: var(--title-color);
}
.post-single .post-img img, .post-single .blog-img img, .blog-card .post-img img, .blog-card .blog-img img {
    min-height: 260px;
     object-fit: unset;
}
.video__menu {
    background: var(--theme-color);border-radius: 10px;
}

.video__menu-container{
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}
.video__menu-container-1{
    display: flex;
    align-items: center;
    height: 70px;
    border-radius: 10px;
}
.video__mobile-btn {
    display: none;
    background-color: #7e287d;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 0 25px;
    color: #fff;
    letter-spacing: 0.6px;
    cursor: pointer;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}
.video__menu-ul, .terms__menu-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}
.video__menu-ul li {
    margin: 0 25px 0 0;
}
.video__menu-ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    display: block;
}
.video__menu-ul li a.active {
    color: #f049ee;
}
.video__search-form {
    position: relative;
}
.video__search-form input {
    padding: 0 45px 0 20px;
    border-radius: 25px;
    font-size: 14px;
    height: 40px;
    outline: none;
    margin-top: 15px;
}
.video__search-form button {
    position: absolute;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    text-align: center;
}
.video__search-form button svg {
    width: 27px;
    height: 27px;
}
.w-100{
    width: 100% !important;
}
.font-link
{
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.bg-transparent{
    background-color: transparent;
}
.filter-select{
    line-height: 30px;
    height: 40px;
    max-width: 250px;
    margin-right: 15px;
}
.filter-select1{
    line-height: 30px;
    height: 40px;
    max-width: 320px;
    margin-right: 15px;
}
.filter-pos{
    top: 103px;
    z-index: 999;
}
.breadcumb-menu li.active{
    color: var(--body-color);
}
.sec-title-1{
    font-size: 30px;
}
.btn-history
{
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 15px;
    color: var(--body-color);
    display: flex;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-right: 10px;
}
.btn-history.active
{
    color: white;
    background: var(--bs-secondary-color);
}
.btn-history:hover{
    color: white;
    background: var(--bs-secondary-color);
}

.icon-menu-1{
    content: url('icons/icon-book.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-1{
    content: url('icons/icon-book-white.svg');
}
.btn-history:hover .icon-menu-1{
    content: url('icons/icon-book-white.svg');
}


.icon-menu-2{
    content: url('icons/icon-research.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-2{
    content: url('icons/icon-research-white.svg');
}
.btn-history:hover .icon-menu-2{
    content: url('icons/icon-research-white.svg');
}

.icon-menu-3{
    content: url('icons/icon-electronic-book.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-3{
    content: url('icons/icon-electronic-book-white.svg');
}
.btn-history:hover .icon-menu-3{
    content: url('icons/icon-electronic-book-white.svg');
}

.icon-menu-4{
    content: url('icons/icon-note-book.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-4{
    content: url('icons/icon-note-book-white.svg');
}
.btn-history:hover .icon-menu-4{
    content: url('icons/icon-note-book-white.svg');
}

.icon-menu-5{
    content: url('icons/icon-location.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-5{
    content: url('icons/icon-location-white.svg');
}
.btn-history:hover .icon-menu-5{
    content: url('icons/icon-location-white.svg');
}

.icon-menu-6{
    content: url('icons/icon-open-book.svg');
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.active .icon-menu-6{
    content: url('icons/icon-open-book-white.svg');
}
.btn-history:hover .icon-menu-6{
    content: url('icons/icon-open-book-white.svg');
}
.block-content-tabs{
    position: relative;
    padding-bottom: 130px;
}
.tab-content{
    margin-bottom: 30px;
}
.sec-title{
    font-family: "Noto Serif Display";
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 400;
    font-size: 38px;
}
.js-play-btn
{
    cursor: pointer;
}
.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.baloon__photo {

    background-size: cover;
}
.baloon {
    border-radius: 0;
    box-shadow: none;
}
.baloon__photo {
    width: 110px;
    height: 110px;
    margin-right: 28px;
    border-radius: 28px;
    display: inline-block;
}
.baloon__info-column {
    display: inline-block;
    width: 237px;
    vertical-align: top;
}
.baloon__title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.ymaps-b-balloon__close{
    background-image: url(icons/icon_close.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px!important;
    top: 10px!important;
}
.pb-80
{
    padding-bottom: 80px;
}
.h-130px
{
    height: 130px;
}
.icon-social
{
    font-size: 23px;
}
#page_content img{
    border-radius: 16px;
    cursor: pointer;
}
.sub-title
{
    letter-spacing: 1px;
}
.video__menu
{
    margin-top: 30px;
}
.hero-1 .slick-slide
{
    /*height: 80%;*/
}
.hero-style1 {

    padding: 200px 0 118px;
}
.color-black {
    color: var(--black-color) !important;
}
.text-banner-1
{
    font-size: 16px;
    font-weight: 600;
}
.text-link{
    font-family: "Noto Serif Display";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}
.blur-fon
{
    -webkit-backdrop-filter: blur(16px) ;
    backdrop-filter: blur(16px) ;
}
.about-project-block-img
{
    width: 100%;
}
@media (max-width: 990px) {
    .video__menu-ul li {
        margin: 0 15px 0 0;
    }
}
@media (max-width: 768px) {
    .video__mobile-btn {
        display: block;
        padding: 0 15px;
    }
    .video__menu-ul {
        display: none;
    }
}

@media (max-width: 450px) {
    .video__menu-container-1 {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .country-select-filter, .region-select-filter
    {
        max-width: unset;
        margin-bottom: 5px;
        height: 30px;
        font-size: 14px;
    }
    .text-banner-1
    {
        font-size: 16px;
    }
}
