/*
Theme Name: 
Author: 
Author URI: 
Theme URI: 
Description: Responsive Web Hosting WordPress Theme
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
Version: 1.0.0
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/

.wpcf7-spinner {
    position: absolute;
    left: -1px;
    top: 50%;
    background-image: url(../img/loader.gif);
    transform: translateY(-50%);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.lmnofficialbanner {
    text-align: center;
    margin-top: 30px;
}

/*Fixes 21.08.2023*/
body {
    padding: 0 !important;
}

.lmnofficialbanner {
    display: none;
}

header #logo.logo-mobile {
    display: none;
}

footer {
    background: #144264;
}

.footer-bottom {
    padding-block: 0 20px;
}

.footer-bottom:before {
    content: none;
}

.footer-bottom .copy,
.footer-bottom .develope span,
.footer-bottom .privacy a {
    color: rgba(255, 255, 255, 1);
}

.bigmir-wrap table {
    display: inline-block !important;
}

.social-icons .social {
    width: 100%;
}

.social-icons ul li a {
    background-color: transparent !important;
    border: 2px solid #fff;
}

.additiona_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E08B37;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.35em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 2px 4px;
}

.arrow-wrapp .swiper-button-prev i:after,
.arrow-wrapp .swiper-button-next i:after {
    background-image: url(assets/img/right-arrow_orange.svg);
}

.title.color-3 {
    color: #fff;
}

.bottom-line .line:before {
    background: #144264;
}

.bottom-line .line:after {
    right: 20px;
    background: #E08B37;
    -webkit-transform: skew(315deg);
    transform: skew(315deg);
}

.bottom-line .line.color-2:before {
    background: #fff;
}

.bottom-line .line.color-2:after {
    background: #E08B37;
}

.st0 {
    fill: #F9B354 !important;
}

.st1 {
    fill: #FFF !important;
}

@media (min-width: 1200px) {
    .social-icons ul li:not(.tiktok) a:hover svg path{
        fill: #E08B37;
    }
    .social-icons ul li.tiktok a:hover svg path{
        stroke: #E08B37;
    }
    .social-icons:not(.flex-align) ul li a:hover{
        background-color: #fff!important;
    }
}

header {
    background-color: #144264;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header .container{
    background-image: url(assets/img/header-mobile-bg.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-size: 529px 105px;
    background-position: -3% 0%;
}

header::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 56px;
    background-color: #fff;
}


header.scroll::before {
    height: 65px;
}

header.scroll .container{
    background-position: -3% -16%;
}

@media(min-width: 991px){
    header.scroll{
        background-color: #fff;
    }
}
/* @media (max-width: 990px) {
    
    header::before{
        display: none;
    }
} */

@media (max-width: 991px) {

    header::before{
        display: none;
    }

    header {
        background-color: #144264;
        background-image: url(assets/img/header-mobile-bg.svg);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    header .container{
        background-image: none;
    }
    

    header .mobile-button span {
        background: #fff;
    }

    header .mobile-button:before,
    header .mobile-button:after {
        background: #fff;
    }

    header #logo:not(.logo-mobile) {
        display: none;
    }

    header #logo.logo-mobile {
        display: inline-block;
    }

    .footertext p {
        font-size: 8px;
    }

    .footer-bottom .copy,
    .footer-bottom .develope span,
    .footer-bottom .privacy a {
        font-size: 10px;
    }

    .footer-bottom {
        padding-block: 0 15px;
    }

    .bigmir-wrap table {
        display: inline-block !important;
    }

    .blog-section .custom-slider.swiper-container .swiper-pagination {
        width: calc(100% - 30px);
    }
}

/*Video Item*/
.video-wrapp {
    margin-bottom: -15px;
}

.video-wrapp>* {
    margin-bottom: 15px;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item>*+* {
    margin-top: 10px;
}

.video-item .title {
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 700;
    color: #FFF;
    padding-inline: 5px;
}

.video-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 54.5%;
    border-radius: 10px;
}

.video-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 1200px) {
    .video-item:hover .video-img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/*Simple block*/
.simple-block {
    position: relative;
    border-radius: 10px;
    border: 2px solid #E08B37;
    padding: 10px 20px;
    margin-block: 10px;
}

.simple-block>*+* {
    margin-top: 5px;
}

.simple-block .date {
    display: inline-block;
    font-size: 13px;
    line-height: 1.35em;
    font-weight: 700;
    color: rgba(153, 153, 153, .6);
}

.simple-block .title {
    display: block;
    font-size: 13px;
    line-height: 1.35em;
    font-weight: 700;
    color: #000;
}

/*Author block*/
.author_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border: 2px solid #B2622B;
    padding: 15px 20px;
    margin-block: 15px;
}

.author_icon {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
}

.author_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.author_name {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #333;
}

.author_position {
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 400;
    color: #999;
}

/*Team Item*/
.team_wrapp {
    margin-bottom: -35px;
}

.team_wrapp>* {
    margin-bottom: 35px;
}

.team_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EEE;
}

.team_icon {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    margin-inline: auto;
}

.team_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.team_info {
    text-align: center;
}

.team_info>*+* {
    margin-top: 0;
}

.team_name {
    font-size: 24px;
    line-height: 1.61em;
    font-weight: 700;
    color: #000;
}

.team_pos {
    font-size: 18px;
    line-height: 1.61em;
    font-weight: 400;
    color: #999;
}

.team_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #999;
    margin-top: 5px;
}

.team_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.team_contact li {
    line-height: 0;
}

.team_contact a {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 2px solid rgba(153, 153, 153, 1);
    opacity: .6;
}

.team_contact a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.team_item.type-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 0;
    border-bottom: none;
}

.team_item.type-2 .team_icon {
    margin-inline: 0;
}

.team_item.type-2 .team_info {
    text-align: left;
}

.team_item.type-2 .team_contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .team_contact a:hover {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .team_item.type-2 .team_icon {
        width: 84px;
        height: 84px;
    }

    .team_item.type-2 .team_name {
        font-size: 18px;
        line-height: 1.5em;
    }

    .team_item.type-2 .team_pos {
        font-size: 14px;
        line-height: 1.5em;
    }
}

.weather-widget{
    text-align: center;
    margin-top: 30px;
}

@media(max-width: 1300px){
    header nav ul li{
        margin-right: 15px!important;
    }
}

@media(max-width: 1024px) and (min-width: 991px){
    header nav ul li{
        margin-right: 30px!important;
    }
    header nav ul li a{
        font-size: 14px!important;
    }
}