@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
:root {
    --color-orange: #e6b855;
    --color-darkblue: #263B5E;
    --color-white: #fff;
}
.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%) !important;
}
.ygr_table.table-bordered{
    border: none !important;
}
.ygr_table.table-bordered td, .ygr_table.table-bordered th, .ygr_table.table-bordered thead td, .ygr_table.table-bordered thead th {
    font-size: 15px !important;
}
.blackAndWhiteInvert {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%) !important;
}
.nofound{
    margin-top: 10px;
}
button:focus{
    outline: none;
}
a{
    color: #0b0c66;
}
.ti-close{
    cursor: pointer;
}
.google {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #1f1c5f;
    z-index: 999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 9px;
}
.g-recaptcha{
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.comments-block .ciw {
    background: #48729e;
    text-align: center;
    width: 120px;
}
.g-recaptcha .input-group {
    margin-bottom: 0px !important;
    width: 120px;
}
.google a{
    color: #fff;
}
*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto"; 
    overflow-x: hidden;
}
ul li{
    list-style: none;
}
.container{
    position: relative;
    padding: 0;
    height: 100%;
}
.row{
    height: 100%;
}
a, a:hover{
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6,
dl, ol, p, ul{
    margin-bottom: 0;
}
/* loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    opacity: 1;
}
.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}
.ctn-preloader.loaded .animation-preloader {
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 1000;
}
.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid #1f1c5f3b;
    border-top-color: #1f1c5f;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 3em;
    font-weight: bold;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: #1f1c5f3b;
    position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #1f1c5f;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -8px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
    -webkit-animation-delay:3s;
    animation-delay: 3s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(17):before {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(18):before {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(19):before {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(20):before {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(21):before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(22):before {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

/* loader-end */
.top_nav{
    font-size: 13px;
    background-color: #1f1c5f;
    height: 40px;
    display: flex;
    align-items: center;
}
.top_nav .row{
    align-items: center;
}
.top_nav .left_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b6b6b6;
}
.top_nav .lang{
    height: 100%;
    padding: 0;
}
.btn_virtual{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    background-color:#31B4F2;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn_virtual:hover{
    color: #fff;
    text-decoration: none;
    background-color: rgb(114, 196, 235);
}
.btn_virtual:hover{

}
.btn_virtual:hover span{
    animation: hoverBtn ease-out .3s;

}
.btn_virtual span{
    margin-left: 5px;
}
img{
    max-width: 100%;
}
.top_nav .left_block > a{
    color: #b6b6b6;
    font-size: 13px;
}
.eyeblock img{
    transform: translateY(-2px);
}
.eyeblock{
    position: relative;
}
.eyeblock .dropDown{
    background: #fff;
    position: absolute;
    top: 28px;
    left: 0;
    padding: 20px;
    width: 265px;
    color: #000;
    z-index: 5;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    display: none;
}
.eyeblock.show .dropDown{
    display: block;
}
.eyeblock .dropDown h6{
    font-size: 18px;
    margin-bottom: 15px;
}
.eyeblock .dropDown > a{
    color: #1c1959;
    margin-top: 10px;
    display: block;
}
.eyeblock .dropDown .viewBlock{
    margin-bottom: 15px;
}
.eyeblock .dropDown .slider{
    width: 100%;
}
.eyeblock .dropDown .viewBlock a{
    width: 50px;
    height: 50px;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    border: 2px solid #353535;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.eyeblock .dropDown .viewBlock a.blue{
    background-color: #0057a8;
}
.eyeblock .dropDown .viewBlock a.grey{
    background-color: #828282;
}
.eyeblock .dropDown .viewBlock a.black{
    background-color: #3e3e3e;
    border: 2px solid #828282;
}
.top_nav .left_block .left_block_info{
    display: flex;
    width: auto;
    align-items: center;
}
.top_nav .left_block .left_block_info li{
    position: relative;
    color: #fff;
    margin-right: 15px;
    margin-left: 15px;
}
.top_nav .left_block .left_block_info li:nth-child(1){
    margin-left: unset;
}
.top_nav .left_block .left_block_info li::after{
    content: '';
    position: absolute;
    right: -15px;
    width: 1px;
    height: 50%;
    top: 31%;
    background: #b6b6b6;
}
.top_nav .left_block .left_block_info li > a{
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
}
.top_nav .left_block .left_block_info li > a span{
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
span[data-hover]:hover,
.top_nav .left_block .left_block_info li > a:hover span, 
.top_nav .left_block .left_block_info li > a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
span[data-hover]{
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
span[data-hover]::before,
.top_nav .left_block .left_block_info li > a span::before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    transform: translate3d(0,0,0);
}

.top_nav .left_block .left_block_info li:last-child:after{
    display: none;
}
.top_nav .left_block .social_list{
    margin-right: -30px;
}
.top_nav .left_block .social_list a{
    padding: 0px 5px;
}
.top_nav .left_block .social_list a:hover{
    color: #fff;
}
.lang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language-switcher{
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

    margin-left: auto;
    position: relative;
}

.language-switcher span{
    display: block;
    height: 40px;
    padding-top: 9px;
    order: 0;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.language-switcher.open{
    top: 150%;
    z-index: 4;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.language-switcher.open a{
    display: block;
    height: 40px;
    padding-top: 9px;
    order: 1;
    background-color: #fff;
    color: #1c1959;
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    background-position: 15px center;
    margin: 0;
}
.language-switcher.open a:hover{
    background-color: #8eceed;
}
.language-switcher a{
    display: none;
}
.language-switcher i{
    font-size: 12px;
}

.searchBlock{
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 300ms;
    z-index: 3;
}
.searchBlock.show{
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}
.searchBlock input{
    border: none;
    height: 100%;
    width: 95%;
}
.searchBlock span{
    font-size: 20px;
    font-weight: bold;
}
.searchBlock input:focus{
    outline: none;
}



.language-switcher a,
.language-switcher span{
    margin: 0px 5px;
    padding-left: 30px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center; 
    font-size: 16px;
    color: #fff;
}

/* .language-switcher span{
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 5px;
    background-position: 8px;
} */
.language-switcher span[data-lang="uz"],
.language-switcher a.uz,
.language-switcher a[data-lang="uz"],
.language-switcher span[data-lang="oz"],
.language-switcher a.oz,
.language-switcher a[data-lang="oz"]{
    background-image: url(../img/uzbFlag.svg);
}
.language-switcher span[data-lang="ru"],
.language-switcher a[data-lang="ru"],
.language-switcher a.ru{
    background-image: url(../img/ruFlag.svg);
}
.language-switcher span[data-lang="en"],
.language-switcher a.en,
.language-switcher a[data-lang="en"]{ 
    background-image: url(../img/usaFlag.svg);
}
.language-switcher a{
    /* display: none !important; */
}
.break_news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height: 36px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.break_news > span{
    background: #31b4f2;
    color: #fff;
    padding: 6px 21px;
    display: block;
    text-transform: uppercase;
}
.break_news_buttons{
    display: flex;
}
.break_news_buttons button{
    background-color: transparent;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    color: #54555E;
    border: none;
}
.break_news_buttons button:hover{
    background: #31b4f2;
    color: #fff;
}
.break_news_buttons button:first-child {
    border-right: 1px solid #E3E4E8;
}
.newsticker__list{
    width: 73%
}
.newsticker__list .newsticker__item a{
    color: #000;
}
.newsticker__list .newsticker__item.active{
    display: flex;
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 1;
}
.newsticker__list .newsticker__item{
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: .5s;
}
.newsticker__list .newsticker__item.no-active{
    position: absolute;
    top: -30px;
    opacity: 0;
    transition: .5s;
}
.newsticker__list .newsticker__item.before-active{
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: .5s;
}
.main_header{
    width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    background-color: #fff;
}
.main_header_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.main_header_block li{
    display: flex;
    padding-right: 15px;
    border-right: 1px solid #dbdbdb;
    margin-right: 15px;
}
.main_header_block li span{
    height: 45px;
    width: 30px;
    /* border: 1px solid var(--color-orange); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.main_header_block li span i{
    font-size: 22px;
    color: var(--color-orange);
}
.main_header_contacts{
    display: flex;
    color: var(--color-darkblue);
}
.logo img{
    width: 100%;
}
.logo{
    max-width: 360px;
}
.main_header_contacts li:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.main_header_contacts li a,
.main_header_contacts li p{
    color: var(--color-darkblue);
}
.menu_list{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: 50px;
    bottom: -25px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    z-index: 1;
}
body.fixed .menu_list{
    position: fixed;
    bottom: unset;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 99;
}
body.fixed .menu_list > li:last-child{
    margin-left: 16%;
}
.menu_list > li{
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    padding-bottom: 10px;
}
.menu_list li:hover{
    overflow: visible
}
.menu_list li ul.dropDownList{
    position: absolute;
    top: 150px;
    left: -15px;
    min-width: 280px;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 0px;
    opacity: 0;
    transition: .1s;
}
.search-tabs{
    justify-content: center;
}
.search-tabs li{
    border-right: 1px solid #dee2e6;
}
.search-tabs li:last-child{
    border-right: none;
}
.search-tabs li a span{
    font-size: 16px;
}
.search-results{
    text-align: left;
    width: 100%;
}
.search-results li{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
    margin-top: 15px;
}
.search-results li a{
    font-weight: bold;
}
.search-results li b{
    color: #31B4F2;
}
.menu_list li ul.dropDownList li:hover{
    background-color: #eeedf5;
    border-radius: 0px;
    list-style: none;
    
}
.menu_list li ul.dropDownList li:hover a{
    transform: translateX(10px);
}

.menu_list li ul.dropDownList::before{
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1;
}
ul.dropDownList li a{
    padding: 7px 15px;
    width: 100%;
    display: block;
    text-decoration: none !important;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: "Roboto";
    color: var(--color-darkblue);
    font-weight: normal;
    text-transform: none;
}
.menu_list li ul.language-switcher{
    position: relative;
    left: unset;
    top: unset;
    opacity: 1;
    min-width: unset;
    box-shadow: none;
}
.menu_list li:hover ul{
    transition: .2s ease-in-out; 
    opacity: 1;
    top: 60px;
}

.menu_list li:first-child img{
    margin-left: 20px;
    margin-right: 15px;
}
.menu_list li a{
    color: var(--color-darkblue);
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    transition: all 2s;
    position: relative;
}
.menu_list > li > a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    background: #0b0c66;
    height: 2px;
}
.menu_list > li > a:hover:after,
.menu_list > li.active > a:after{
    width:100%;
}
.menu_list > li.active > a{
    color: #0b0c66;
}
.menu_list li a.searchBtn{
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-right: 15px;
    position: relative;
}

.menu_list li a.searchBtn svg{
    transition: all .3s ease;
    width: 24px;
}
.menu_list li a.searchBtn svg  .st_transform {
    stroke: #1c1959 !important;
    transform-origin: bottom left;
    transform-box: fill-box;
    transition: all .45s ease;
}
.menu_list li a.searchBtn svg  line {
    stroke: #1c1959 !important;
}
.menu_list li a.searchBtn:hover svg path.st_transform {
    transform: rotate(-185deg);
}
.menu_list > li > a.hover:after{
    left: 100%;
    width: 0;
}
.menu_list > li:last-child a span{
    border-left:none;
    border-right: none;
    padding-left: 30px;
    padding-right: 30px;
}
.menu_list li:last-child a:after{
    display: none;
}
.menu_list > li:last-child{
    margin-left: auto;
}
.menu_list li a:hover {
    z-index: 1;
    text-decoration: none;
    color:#1f1c5f;
}
.menu_list li a:hover::after{
    width: 100%;
} 
.menu_list > li > a span{
    padding: 0 15px;
    border-right: 1px solid  rgba(24,34,51,0.07);
    font-size: 14px;
}

.menuListBtn:after,
.menuListBtn:before{
    display: none;
}
.menu_list li a, .menu_list li a:after, .menu_list li a:before {
    transition: all .5s;
}
.menu_list li a span.ti-search{
    padding: 0 22px 0 22px;
    font-size: 20px;
}
.header_banner{
    height: 586px;
    width: 100%;
    background-color: #e6effc;
    position: relative;
    overflow: hidden;
}
.header_banner .owl-carousel{
    height: 100%;
}
.header_banner .owl-carousel.owl-drag .owl-item{
    height: 100%;
    max-height: 586px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_banner .owl-carousel.owl-drag .owl-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 43, 72, 0.52);
    z-index: 2;
}
.header_banner .owl-carousel.owl-drag .owl-item img{
    object-fit: cover;
}
.header_banner .owl-carousel.owl-drag  .banner_item{
    height: 100%;
    max-height: 586px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.header_banner .owl-carousel.owl-drag  .banner_item h2{
    position: absolute;
    z-index: 3;
    color: #e6b855;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    text-shadow: -1px 1px 1px #fff;
}
/* news_block - example one */
.news_section{
    background-color: #F9FAFC;
    padding: 60px 0;
}
.maps.news_section{
    padding: 30px 0;
    background-image: url(../img/icons/uz_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    position: relative;
}
.maps.news_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 0;
}
.news_section .news-block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.news_section .left_block,
.news_section .right_block{
    width: 49.5%;
    height: 600px;
}
.news_section .news_item .news_item_img,
.news_section .right_block .right_block_img{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    padding-bottom: 10px;
} 
.news_section .right_block {
    background-color: var(--color-white);
    border-radius:  6px;
    overflow: hidden;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
}
.news_section .news_item  .category{
    color: #0b0c66;
    border: 1px solid #ACACAC;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
}
.news_section .news_item .news_item_img .category,
.news_section .left_block .left_block_item .left_block_item_img .category,
.news_section .right_block .right_block_img .category  {
    background: transparent;
    padding: 0px 15px 2px 15px;
    border-radius: 0px;
    color: var(--color-white);
    text-transform: capitalize;
    z-index: 1;
    margin: 10px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid var(--color-white);
    transition: .5s;
}
.news_section .right_block .right_block_content{
    padding: 15px 30px;
    position: relative;
    height: calc(100% - 400px);
}
.news_section .right_block .right_block_content .right_block_title{
    margin-bottom: 25px;
}
.news_section .left_block .left_block_item{
    height: 194px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    border-radius:  6px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 10px;
}
.news_section .left_block .left_block_item:last-child{
    margin-bottom: 0;
}
.news_section .left_block .left_block_item .left_block_item_img{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_section .left_block .left_block_item .left_block_item_content{
    width: 50%;
    height: 100%;
    padding: 15px 20px 40px 20px;
    position: relative;
}
.news_section .left_block_item_content_info{
    display: flex;
    justify-content: space-between;
    color: #8d9297;
}
.news_section  .showNumber.commentShow{
    margin-left: 0;
    margin-right: 0px; 
}
.news_section  .showNumber{
    margin-left: auto;
    /* margin-right:15px;  */
    display: flex;
    align-items: center;
    color: #263B5E;
}
.news_section  .showNumber img{
    margin-right: 8px;
    width: 17px;
    opacity: .6;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
    background-color: transparent;
    color: var(--color-darkblue);
    border: 1px solid transparent;
    position: relative;

}
.nav-pills .nav-link{
    position: relative;
}
.nav-pills .nav-link.active{
    position: relative;
    border: none;
}
.nav-pills .nav-link::before{
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 0;
    background-color: #0b0c66;
    width: 0;
    transition: .5s;
}
.nav-pills .nav-link.active:before{
    width: 100%;
}
.nav-item .nav-link{
    padding-left: 0;
    padding-right: 0;
}
.nav-item{
    border-bottom: 2px solid #e1e3ed;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-item:first-child{
    padding-left: 0;
    padding-right: 15px;
}
.nav-item:last-child{
    padding-right: 0;
    padding-left: 15px;
}

/* .interactive_services .nav-pills .nav-link.active, 
.interactive_services .nav-pills .show>.nav-link{
    box-shadow: 0 0 5px rgba(33,33,33,.3);
    background-color: #fff;
} */
 .nav-link{
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #18233363;
    padding: .3rem 1rem;
}
/* news_block - example one-end */
/* news_block - example two-end */

.news_section .news_item {
    height: 480px;
    width: calc(100% / 3 - 10px);
    /* width: 100%; */
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: .5s ease-in;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
}
.news_section .news_item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.page_content .news_section .news_item{
        width: calc(100% / 3 - 10px);
        margin-bottom: 15px;
}
.page_content .news_section_block{
    flex-wrap: wrap;
}
.news_section .owl-stage-outer { 
    overflow: visible;
    }
    
.news_section  .owl-item {
   opacity: 0;
   transition: opacity 500ms;
}
.news_section  .owl-item.active {
  opacity: 1;
}
.news_section .news_item .news_item_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(1, 1, 1, 0.2) 77%,rgba(2, 12, 2, 0.6) 100%);
}
.news_section .news_item .news_item_img::after{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    left: 110%;
    top: 0;
    height: 100%;
    width: 130%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news_section .news_item:hover .news_item_img::after{
    left: -130%;
}
.news_section .news_item .news_item_img{
    height: 200px;
    transition: .4s ease-in;
    background-position: center;
    padding: 0;
    position: relative;
}

.news_section .news_item  .news_item_content{
    padding: 15px 30px;
    position: relative;
    height: calc(100% - 180px);
    transition: .5s ease-in;
}
.news_section .news_item  .news_item_content h6{
    margin-bottom: 20px;
    max-height: 52px;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    color: #263B5E;
}

.news_section .news_item  .news_item_content p{
    text-align: justify;
    color: #6a7695;
    height: 72px;
    overflow: hidden;
}
.news_section .news_item  .news_item_content .left_block_item_content_info{
    margin-bottom: 15px;
}
.news_section .news_item  .news_item_content .left_block_item_content_info span i{
    margin-right: 5px;
    font-size: 16px;
}
.news_section .news_item  .news_item_content .left_block_item_content_info .ti-eye{
    font-size: 12px;
}
.news_section_block{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.readmoreBtn{
    font-weight: bold;
    font-size: 16px;
    color: var(--color-darkblue);
    letter-spacing: 1.5px;
    display: block;
    width: auto;
    padding: .2em 1em;
    border: 1px solid #ACACAC;
    margin-right: auto;
}
.readmoreBtn i{
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}
.readmoreBtn:hover i{
    animation: hoverBtn ease-out .3s;
}
.news_footer{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* about_us */
.about_us{
    height: 460px;
    position: relative;
    display: flex;
    align-items: center;
}
.about_us::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #373B44;
    /* background: -webkit-linear-gradient(to right, #4286f4, #373B44);   */
    background: linear-gradient(to right, rgba(1,1,1,.2), #282473  50%, #1c1959  100%); 
}
.about_us .content_text{
    position: relative;
    width: 50%;
    float: right;
    padding-right: 20%;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about_us .content_text h2{
    font-size: 40px;
    margin-bottom: 30px;
}
.about_us_body{
    margin-bottom: 30px;
    line-height: 30px;
}
.btn_readMore{
    color: #fff;
    padding: 10px 30px;
    padding-left: 50px;
    margin-right: 15px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    transition: .3s;
    animation: hoverBtn ease-out .3s;
}

.btn_readMore::before{
    /* content: "\2192"; */
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #182333;
    position: absolute;
    top: 3px;
    left: 0;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    transition: .3s;
    content: "\e649";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.btn_readMore:hover{
    color: #182333;
    padding-left: 30px;
    padding-right: 50px;
    text-decoration: none;
}
.btn_readMore:hover::before{
    width: 100%;
    /* border-radius: 30px;  */
    justify-content: flex-end;
    padding-right: 15px;
}
.btn_groups{
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn_borderBlue{
    border: 1px solid #fff;
    padding: 10px 30px;
    /* border-radius: 30px; */
    color: #fff;
    transition: .3s;
    position: relative;
}
.btn_borderBlue:before{
    position: absolute;
    right: 15px;
    top: 12px;
    color: #fff;
    transition: .5s;
    opacity: 0;
    content: "\e649";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}
.btn_borderBlue:hover:before{
    right: 10px;
    opacity: 1;

}
.btn_borderBlue:hover{
    text-decoration: none;
    color: #fff;
    background-color: #182333;
    border-color: #182333;
    box-shadow: 0px 0px 5px 0px #182333;
    padding-right: 38px;
}
.service_blok{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.about_us h3{
    position: relative;
    text-align: center;
}
.about_us h3:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 20px;
    left: 26%;
    position: absolute;
    background: #fff;
    opacity: .6;
}
.about_us h3::before {
    content: '';
    height: 1px;
    width: 50px;
    top: 20px;
    right: 26%;
    position: absolute;
    background: #fff;
    opacity: .6;
}
.service_blok .item{
    width: calc(100% / 3);
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_blok .item .service_img{
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.circle {
    stroke: #f8aa28;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
  }
  .videoBanner{
      background-image: url(../img/min/6.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .playBut {
    /*  border: 1px solid red;*/
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    position: relative;
  }
  .playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fff;
    transform: translateY(0);
  }
  .playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #f8aa28;
    animation: nudge 0.7s ease-in-out;
  }
  @keyframes nudge {
    0% {
      transform: translateX(0);
    }
    30% {
      transform: translateX(-5px);
    }
    50% {
      transform: translateX(5px);
    }
    70% {
      transform: translateX(-2px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
  }
/* news_block - example two-end */
.maps{
    padding-left: 1%;
    padding-right: 1%;
}
.maps .tab-content{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    width: 100%;
}
.maps  .tab-content>.active{
    width: 100%;
}
.maps .nav.nav-pills{
    justify-content: center;
    margin-bottom: 80px;
}
.maps .nav-pills .nav-link.active, 
.maps .nav-pills .show>.nav-link{
    /* border: 1px solid #000; */
}
.maps .nav-pills .nav-link{
    border-radius: 0px;
    /* border: 1px solid #ccc; */
}
@keyframes animationShowInfoMap { 
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1);
    }
    100% {
      transform: scale(1) translate(-100px, 0px);
    }
  }
.maps .map_svg_block{
    /* transform: scale(1.1); */
    transform: scale(1) translate(-100px, 0px);
}
.maps .map_svg_block svg{
    width: 792px;
}
.maps.show.city .map_svg_block.city,
.maps.show.republic .map_svg_block.republic{
    /* animation: animationShowInfoMap 1s forwards; */
}

.map_city{
    cursor: pointer;
    fill: #302C75;
    stroke: #fff;
}
.tashcityMap{
    fill: #737eb7;
    stroke: #fff;
    cursor: pointer;
}
.tashcityMap.emptyAgency{
    fill: #302C75;
}
.tashcityMap:hover,
.map_city:hover{
    fill: #fff;
    stroke: #7341c0;
    stroke-width: 1px;
}
.showInfo{
    fill: #fff;
    stroke: #7341c0;
    stroke-width: 1px;
    background-image: url(../img/icons/map.png);
}
.notification {
    margin-top: 30px;
    --padding: 30px 40px 10px 40px;
    --color: var( --color-darkblue );
    --bezier: cubic-bezier( .75,.21,.25,.78 );
    position: relative;
    width: 350px;
    background-color: var(--color-white);
    border-radius: 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* transition: -webkit-transform 1s ease-in; */
    border-radius:0px;
    margin-left: 50px;
    /* transform: rotateY(360deg); */
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    opacity: 0;
    transition: .5s ease-in;

}

.notification.-open {
    /* transform: rotateY(180deg); */
    opacity: 1;
    transition: .5s ease-out;
}
.notification.-open .notification__content{
    /* transform: rotateY(180deg); */
}
.notification__content {
    box-sizing: border-box;
    padding: 30px 40px 10px 40px;
    width: 100%;
    margin: 0 auto;
    transform: rotateY(360deg);
    min-height: 422px;
}
.notification__icon {
    font-size: 52px;
    color: black;
    margin-bottom: 2rem;
    transition: color .3s ease;
}
.notification__title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 18px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}
.city .notification__title{
    font-size: 16px;
}
.notification__content h6{
    color: var(--color-darkblue);
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 6px;
}
.notification__content .notification__text {
    color: #6a7695;
    font-size: 14px;
    margin-bottom: 10px;
}
.maps .map_info_block{
    display: none;
    /* position: absolute;
    right: -12%; */
}
.maps.show .map_info_block{
    display: block;
}
.tab-content>.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.news_section .tab-content{
    position: relative;
}
.subscribeNewsLink{
}
.btn_carousel i{
    padding: 9px 11px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    margin-left: 0px;
    background-color: #fff;
}
.allNewsLink{
    /* border-right: 1px solid #000; */

}
.newsLinks{
    position: absolute;
    top: -52px;
    right: 0;
    display: flex;

}
.newsLinks a{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-darkblue);
    font-size: 1rem;
    padding: 0 15px;
}
.newsLinks a:last-child{
    padding-right: 0;
}
.media_block{
    padding: 30px 0;
    background-color: #F7F8FB;
}
.media_block .nav-pills .nav-link{
    border-radius: 0px;
}
.media_block .newsLinks{
    top: -52px;
}
/* thumbs */
.item{
    height: 280px;
    overflow: hidden;
}
.da-thumbs {
    list-style: none;
    width: 100%;
    height: auto;
    position: relative;
}
.da-thumbs li {
    float: left;
    position: relative;
}
.da-thumbs li article,
.da-thumbs li article img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.da-thumbs li article {
    overflow: hidden;
}
.da-thumbs li article div {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li article .d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.da-thumbs li article .d-flex h3{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: -40px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
.da-thumbs li article .d-flex h4{
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.da-thumbs li article .d-flex p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.da-thumbs li article .d-flex p > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #878787;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-transform: uppercase;
}
.da-thumbs li article .d-flex p > a.zoom-in{
    font-size: 20px;
}
.da-thumbs li article .d-flex p > a:hover{
    background: #000;
    color: #FFF;
    text-decoration: none;
}

.audio_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.video_block .video_item, 
.audio_block .audio_item{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    border-radius: 0px; 
    width: 49%;
    margin-bottom: 2%;
    transition: ease-in .5s;
}

.audio_block .audio_item:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.5); 
}
.audio_block .audio_item audio{
    width: 100%;
}
.audio_block .audio_item audio:focus{
    outline: none;
}
.audio_block .audio_item .audio_item_name{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}
.video_block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}
.mapInfoCarousel {
    max-width: 400px;
}
.mapInfoCarousel .owl-nav{
    position: absolute;
    top: 38%;
    left: -2px;
    width: 114%;
    display: flex;
    justify-content: space-between;
    font-size: 75px;
    color: #737eb7a1;
}
.mapInfoCarousel  .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: #0057a8;

}
.mapInfoCarousel .owl-stage-outer{
    overflow: hidden;
}
/* .video_block .video_item{ */
.video_item{
    /* width: calc(100% / 3 - 15px); */
    width: 100%;
    height: 240px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* .video_block .video_item:first-child{
    width: 66%;
    height: 500px;
} */
/* .video_block .video_item:first-child .btn_play{
    height: 100px;
    width: 100px;
    font-size: 70px;
    border: 4px  solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;

} */

/* .video_block .video_item:first-child .btn_play img{
    width: 40px;
} */
/* .video_block .video_item:nth-child(3) {
    position: absolute;
    right: 0;
    top: 260px;
} */
/* .video_block .video_item::before{ */
.page_content_section.media_block::before{
    display: none;
}
.page_content_section.media_block .video_item{
        width: calc(100% / 3 - 15px);
}
.video_item::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(1, 1, 1, 0.2) 77%,rgba(2, 12, 2, 0.6) 100%);
}
.video_item_name{
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.video_item .btn_play{
    position: absolute;
    top: 35%;
    left: 40%;
    font-size: 30px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .5s ease-in;
}
.video_item .btn_play img{
    width: 35px;
}
/* .video_block .video_item:hover{ */
.video_item:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.8); 
    text-decoration: none;
}
.video_block .video_item:hover .btn_play{
}
/* .video_block .video_item:first-child .btn_play .ti-search */
.video_item:first-child .btn_play .ti-search{
    font-size: 50px;
    margin-left: -10px;
}
/* search  */
  
/* search  */
.interactive_services{
    padding: 60px 0;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
} 
.media_block{
    position: relative;
    /* background-image: url(../img/bgpattern.jpg) !important; */
    background: #fff;
    padding-bottom: 80px;
}
/* .media_block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 242, 245, 0.36);
} */
.interactive_services .nav.nav-pills {
    margin-bottom: 40px;
    justify-content: center;
}
.services_block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .interactive_services .nav-item{
    padding-left: 0px;
} */
.interactive_services .tab-content{
    width: 100%;
}
/* .interactive_services .nav-link{
    padding: .5rem 1.3rem;
    display: flex;
    align-items: center;
    font-size: 14px;
} */
hr{
    height: 1px;
    background: #6888ab;
    margin-bottom: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.interactive_services .nav-link img{
    max-width: 50px;
    margin-right: 15px;
}
.interactive_services  .nav-item{
    width:auto;
}

.serviceDoc_item:hover,
.services_item:hover{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
    background: #fff;
    border-color: rgba(95, 40, 251, 0.4);
    text-decoration: none;
}

.services_item_title{
    color: var(--color-darkblue);
}
/* .services_block .services_item .serviceIcon{
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 25px;
    margin-right: 20px;
    transform: translateY(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 0;
} */
.services_block ,
.serviceDoc_block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-wrap: wrap;

}
.services_block .services_item{
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(212, 212, 216) 0px 0px 15px 0px;
    padding: 30px 30px;
    transition: all 700ms ease 0s;
    margin: 0px;
    border-color: transparent;
    width: calc(100% / 3 - 20px);
    height: 170px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.services_block_carousel .services_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.services_block_carousel.owl-carousel .owl-item img{
    max-width: 64px;
}
.services_block .services_item:nth-child(5)::after{
    content: 'Tez kunda';
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: #1f1c5f;
    color: #fff;
}
.serviceDoc_item {
    background: rgba(255,255,255,0.8);
    padding: 10px 15px;
    border-radius: 0px;
    width: 49.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .3s ease-in;
    margin-bottom: 15px;
    min-height: 74px;
}
.services_block .services_item{
    justify-content: flex-start;
}
.services_block .services_item:hover{
    background-color: rgba(228, 232, 249, 0.6);
}
.services_block .services_item .serviceIcon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.services_block_carousel .owl-stage-outer{
    overflow: visible;
}
.services_block_carousel {
    width: 100%;
}
.services_block_carousel .owl-item.active{
    opacity: 1;
    pointer-events: unset;
}
.services_block_carousel .owl-item{
    opacity: 0;
    pointer-events: none;
}
.services_block_carousel.owl-theme .owl-nav{
    position: absolute;
    top: 0%;
    bottom: 0;
    left: -80px;
    right: -80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    font-size: 40px;
    pointer-events: none;

}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: #1c1959;
}
.services_block_carousel.owl-theme .owl-nav button{
    pointer-events:all;

}
.services_block_carousel .services_block .services_item img{
    width: 60px;
}
.services_block .services_item.active{
    background: rgba(228, 232, 249, 0.6);
}
.serviceDoc_item img{
    margin-right: 15px;
    width: 38px;
}
.serviceDoc_item span{
    font-size: 18px;
    font-weight: 600;
}
.useful_websites{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e6effc;
}
.useful_websites .item{
    /* width: 330px; */
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 5px rgba(33,33,33,.3);
    margin: 10px;
    padding: 0 15px;
    border-radius: 6px;
    color: var(--color-darkblue);
    background: #fff;
    transition: .3s;
}
.useful_websites .item:hover{
    text-decoration: none;
    box-shadow: 0 0 5px rgba(33,33,33,.8);
}
.useful_websites .item img{
    max-width: 60px;
    margin-right: 15px;
}
.useful_websites .item h4{
    text-align: center;
    width: 100%;
}
.useful_websites h2{
    margin-bottom: 30px;
    padding-left: 30px;
    text-align: center;
}
.suggestion_block{
    padding-top: 40px;
    padding-bottom: 80px;
    /* background-image: url(../img/bgpattern.jpg); */
    background-color: #fff;
}
.suggestion_block.after_trends{
    padding-top: 98px;
    padding-bottom: 30px;
    background-image: url(../img/bgpattern.jpg);
    position: relative;
}
.suggestion_block.after_trends:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 242, 245, 0.36);
}
.suggestion_block_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.suggestion_block_item h3{
    width: 76%;
    text-align: right;
    color: var(--color-darkblue);
}
.suggestion_block.after_trends .suggestion_block_item  h3{
    width: 60%;
    text-align: right;
    font-size: 32px;
}
.suggestion_block.after_trends .suggestion_block_item  h3 small{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 24px;
}
.btn_blue{
    border: 1px solid var(--color-darkblue);
    padding: 7px 30px;
    /* border-radius: 30px; */
    color: var(--color-darkblue);
    transition: .3s;
    position: relative;
    background: transparent;
}
.btn_blue:before{
    position: absolute;
    right: 15px;
    top: 11px;
    color: #fff;
    transition: .5s;
    opacity: 0;
    content: "\e649";
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.btn_blue:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-darkblue);
    border-color: var(--color-darkblue);
    padding-right: 38px;
}
.btn_blue:hover::before {
    right: 10px;
    opacity: 1;
}
.footer{
    /* background: #373B44;
    background: -webkit-linear-gradient(to right, #4286f4, #373B44);
    background: linear-gradient(to right, #4286f4, #373B44); */
    /* background-color: #1c1959; */
    /* background-image: ; */
    padding-bottom: 10px;
    padding-top: 0px;
    position: relative;
    background-image: url(../images/tashkentcity.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.footer:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 58px;
    text-align: center;
    font-weight: 400;
    /* background-image: url(../img/logoIcon.png); */
    background-repeat: no-repeat;
    background-position: 22% center;
    height: 100%;
    display: flex;
    background-size: 11%;
    justify-content: center;
    align-items: center;
    background: rgba(41, 33, 74, 0.90);
    z-index: 0;
}

.before_footer{
    background-color: #fff;
    box-shadow: 0 0 11px rgba(255,255,255,.5);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    transform: translateY(-40px);
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
.before_footer li a{
    text-decoration: none;
    color: var(--color-darkblue);
    font-size: 21px;
}
.before_footer li:hover{
    background: #eef4fd;
}
.before_footer li img{
    width: 30px;
    margin-right: 20px;

}
.before_footer li:nth-child(2){

    width: 340px;
    border-right: 1px solid #ccc;
}
.before_footer li:nth-child(2) img{
    width: 36px;
}
.before_footer li:nth-child(3) img{
    width:50px;
}
.before_footer li{
    padding: 0 15px; 
    width: 400px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.before_footer li:first-child{
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.before_footer li:first-child img{
    margin-right: 15px;
}
.before_footer li:last-child  a{
    font-size: 17px;
}
.footer_block{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.footer_logo{
    width: 360px;
    margin-right: 50px;
}
.footer_logo img{
    width: 100%;
}

.footer_menu{
    width:70%; 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_menu li{
    max-width: calc(100% / 3);
    min-width:220px;
    width: 220px;
}
.footer_menu li,
.footer_menu li a{
    color: #fff;
}
.mistakeText{
    border: 1px solid #fff;
    padding: 3px 5px;
    margin-top: 5px;
    cursor: pointer;

}
.mistakeText:hover{
    background: #fff;
    color: #1c1959;
}
.footer_links li,
.footer_links li a{
    color: #fff;
}
.footer_links li,
.footer_menu li{
    margin-bottom: 10px;
}
.footer_links .d-flex{
    align-items: center;
    align-items: flex-start;
    margin-top: 47px;
}
.footer_links .d-flex .mistakeText{
    margin-top: 0;
    background-color: #fff;
    color: #1c1959;

}
.footer_links .d-flex input{
    width: 65%;
    border-radius: 0px;
    height: 32px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.footer_links .d-flex input::placeholder{
    color: #fff;
}
.footer_copyright{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 15px;
    position: relative;
    z-index: 1;
}
.copyright_block{
    display: flex;
    align-items: center;
    justify-content: space-between;

    flex-wrap: wrap;

}
.mistake_text{
    width: 100%;
    color: #FFF;
    font-size: 14px;
    
}
.copyright{
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 73%;
    margin-right: 30px;
}
.copyright a{
    color: #31b4f2;
}
.useful_service{
    padding: 30px 0;
}
.useful_service_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.useful_service_item{
    min-height: 180px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    transition: all .3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: calc(100% / 3 - 10px);
    position: relative;
    overflow: hidden;
}
.useful_service_item .useful_service_item_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 80px;
    background-color: #f60;
    margin-top: 20px;
    margin-bottom: 22px;
}
.useful_service_item:hover .useful_service_item_title, 
.useful_service_item:hover p {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    transform: translateX(-26px);
}
.useful_service_item:hover .btn_white{
    right: 30px;
}
.btn_white{
    color: #fff;
    border: 1px solid #fff;
    transition: all .4s ease;
    border-radius: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 50%;
    right: -200px;
}
.social_block_fixed {
    position: fixed;
    top: 50%;
    right: 0;
    margin: -89px 0 0;
    background-color: #fff;
    /* box-shadow: 0 6px 12px rgba(0,0,0,.25); */
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.13);
    z-index: 99;
}
.social_block_fixed li a{
    display: block;
    position: relative;
    /* width: 50px;
    height: 52px;
    line-height: 52px; */
    text-align: center;
    color: #000;
    /* font-size: 20px; */
    transition: .5s;
    width: 40px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.social_block_fixed li:hover a{
    background-color: #e6effc;
    color: #293e6c;
    text-decoration: none;

}
.trends{
    height: 0;
}
.trends_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 11px rgba(130, 130, 156, 0.5);
    border-radius: 4px; 
    transform: translateY(-70px);
    background: #fff;
    z-index: 1;
    position: relative;
}
.trends_list li{
    padding: 18px 0;
    width: 190px;
    text-align: center;
    transition: 1s;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #eae8e8;
}
.trends_list li:last-child{
    border-right: none;
}



.trends_list li .trends_list_img_hover{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto; 
    transition: .5s;
}
.trends_list li:hover{
        background-color: #e6effc;
}
.trends_list li:hover .trends_list_img_hover{
    opacity: 1;
}
.trends_list li h6{
    font-size: 18px;
    color: var(--color-darkblue);
}
.trends_list li img{
    margin-bottom: 15px;
}
.trends_list li:nth-child(even){
    /* background-color: #e6effc; */
}
.btn_bd_white{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0 15px;
}
.subscribe_news .title{
     color: #fff;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 0, 23, 0.999);
    background-image: url(../img/gerb.svg);
    background-repeat: no-repeat;
    background-position: 98% 98%;
    background-size: 500px;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
}
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    /* background: url(../img/icons/car.png) no-repeat center center; */
    background: transparent;
    color: #fff;
    outline: none;
    z-index: 100;
    font-size: 30px;
}

.overlay nav .menuMapListBlock{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
}
.overlay-hugeinc.open nav ul {
    margin-bottom: 30px;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    padding-right: 30px;
}
.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    
}
.menuMapListBlock ul li.title{
    transition: 300ms ease-out;
    color: #7a79a0;
    font-size: 18px;
    font-weight: 900;
    padding-left: 0;
}
.menuMapListBlock ul li{
    padding-left: 15px;
    position: relative;
}
.menuMapListBlock ul li::before{
    content: '-';
    position: absolute;
    left: 0;
    top:0px;
    color: #fff;
}
.menuMapListBlock ul li.title:before{
    display: none;
}
.overlay ul {
    list-style: none;
    padding: 0;
    position: relative;
    width: calc(33.333% - 20px);
}
.overlay ul li {
    display: block;
}
.overlay ul li:not(:last-child) {
    margin-bottom: 5px;
}
.overlay ul li a {
    font-weight: 500;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
/* page_content */
.page_content{
    min-height: 600px;
}
.page_content_header{
    height: 160px;
    padding-top: 46px;
    background-image: url(../img/min/10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
}
.page_content_header::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 28, 95, 0.66);
}
.page_content_header h2{
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
}
.page_content nav[aria-label="breadcrumb"]{
    margin: 0px 0;
    display: flex;
    justify-content: flex-start;
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0;
}
.breadcrumb li,
.breadcrumb li a {
    color: #fff!important;
}
.breadcrumb-item+.breadcrumb-item:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
}
.breadcrumb_nav{
    position: absolute;
    bottom: 16px;
    right: 0;
}
.breadcrumb_nav .leftBlock .showNumber,
.breadcrumb_nav .leftBlock .comment,
.breadcrumb_nav .leftBlock a{
    color: #fff !important;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrumb_nav .leftBlock  i{
    margin-left: 6px;
    margin-right: 2px;
}
.breadcrumb_nav .leftBlock{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.page_content_section{
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.page_content_section .sidebar ul{
}
.page_content_section .sidebar .carousel-item{
    border: 1px solid #ccc;
}
.page_content_section .sidebar ul li{
    border-bottom: 1px solid #fff;
}
.page_content_section .sidebar ul li a{
    background-color: transparent;
    color: #4776b3;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    padding: 20px 45px 20px 25px;
    background-color: #f4f5f9;
    display: block;
    transition: .3s;
}
.page_content_section .sidebar ul li.active a{
    background-color: #31B4F2;
    font-weight: bold;
    color: #fff;
}
.page_content_section .sidebar ul li.active a:hover{
    text-indent: 10px;
}
.page_content_section .sidebar ul li a:hover{
    text-decoration: none;
    text-indent: 10px;
}
.owl-item.active .owl-lazy{
    opacity: 1;
}
.page_content_section .body h2{
    padding-bottom: 30px;
    text-align: center;
}
.page_content_section .body h6{
    margin-bottom:15px;
    font-size: 30px;
}
.page_content_section .body .video_item_name{
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.page_content_section .body .owl-theme {
    margin-bottom: 15px;
}
.page_content_section .body .owl-theme .owl-nav{
    position: absolute;
    width: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    top: unset;
    bottom: 5px;
    right: -1px;
}
.page_content_section .body .owl-theme .owl-nav button:hover{
    background: #1f1c5f;
    color: #fff;
}
.page_content_section .body .owl-theme .owl-nav button:focus{
    outline: none;

}
.page_content_section .body .owl-theme .owl-nav button{
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #1f1c5f;
    border-radius: 0px;
    margin: 8px 2px;
}
.page_content_section .owl-carousel .owl-stage-outer{
    height: 370px;
}
/* mangement */
.management_item{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 280px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(33,33,33,.3);
    position: relative;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    align-items: flex-start;
    transition: .5s ease-in;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px;
}
.management_item_img{
    width: 200px;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.management_item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.management_item_content{
    width: calc(100% - 215px);
    height: 100%;

}
.management_item_content li{
    display: flex;
    padding: 6.5px 15px;
}
.management_item_content li.management_item_btns{
    padding-left: 0;
    padding-right: 0;
}
.management_item_content li:nth-child(odd){
    background-color: #f0f6ff;
}
.management_item_content li b{
    display: block;
    width: 160px;
    font-size: 18px;
    text-align: left;

}
.moreNews{
    text-align: center;
    margin-top: 30px;
}
.btnMoreNews{
    font-size: 30px;
    color: #1c1959;

}
.management_item_btns{
    display: flex;
    margin-top: 8px;
    justify-content: space-between;

}
.management_item_btns a{
    font-size: 16px;
    padding: 2px 15px;
    border: 1px solid #31b4f2;
    background-color: #31b4f2;
    color: #fff;
    margin-right: 15px;
}
.management_item_btns a:last-child{
    margin-right: 0;
    margin-left: auto;
}
.management_item_content li span{
    display: block;
    font-size: 14px;
    margin-top: 4px;
    text-align: left;
    width: calc(100% - 160px);
}
.contact_block{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.contact_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.contact_item_icon{
    width: 80px;
    height: 80px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_item_icon img{
    width: 50%;
}

.contact_item:last-child{
    margin-bottom: 0;
}
.contact_item p{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    width: calc(100% - 100px);
    margin-left: 20px;
}

.contact_item i{
    font-size: 40px;
    color: #263b5e;
}
.contact_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.contactForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contactForm .input-group{
    margin-bottom: 25px;
}
.contactForm  textarea.inputEffect_input{
    height:190px;
    padding-top: 15px;
}
/* input */
.inputEffect_block{
    position: relative;
}
.inputEffect_input{
    color: #222d39;
    height: 40px;
    border-radius: 4px;
    background: #f7f8fb;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 15px;
    transition: .5s;
}
.inputEffect_input:focus{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
    background: #fff;
    border-color: rgba(95, 40, 251, 0.4);
    outline: none;
}
.inputEffect_label{
    position: absolute;
    top: 7px;
    left: 30px;
    font-weight: bold;
}
.page_content .news_section{
    background-color:#f4f7fd;
    padding-bottom: 100px;
}
.page_content nav{
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.page_content  nav.pagginationNav{
    width: 100%;
}
nav.pagginationNav .page-item.active .page-link{
    background-color: #1f1c5f;
    border-color: #1f1c5f;
}
nav.pagginationNav  .page-link{
    color: #0b0c66;
}
/* toolbar */
/* page */
.newsPageItem{
    position: relative;
}
.newsPageItem .video_item{
    height: 100%;
}
.newsPageItem h3{
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
    box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
    text-align: center;
    color: #2a214b;
    padding: 6px 17px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
.newsPageItem h3 span{
    font-size: 15px;
    font-weight: 400;
}

.newsPageItem .owl-carousel .item{
    height: 400px;
}
.newsPageItem .owl-carousel .item img{
    min-height: 100%;
    min-width: 100%;
}
.newspage h1{
    font-weight: 900;
    color: var(--color-darkblue);
    font-size: 24px;
    margin-bottom: 10px;
}
.newspage .text{
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #677294;
    text-align: justify;
}
.newspage .text p{
    margin-bottom: 15px;
}
.newpageFooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.newpageFooter .leftBlock {
    display: flex;
    align-items: center;
}
.newpageFooter .leftBlock .printBtn{
    margin-right: 10px;
    color: #263b5e;
    font-size: 14px;
}
.newpageFooter .leftBlock .showNumber {
    color: #677294;
    margin-right: 10px;
    font-size: 15px;
}
.newpageFooter .leftBlock .showNumber img{
    width: 15px;
    margin-bottom: 3px;
}
.newpageFooter .leftBlock  .comment img{
    margin-bottom: 3px;
}
.comment,
.share{
    font-size: 15px;
    color: #677294;
    display: flex;
    align-items: center;
}

 .share a{
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #677294;

 }
 .share span{
     margin-right: 10px;
 }
 .tags{
     margin-top: 15px;
 }
 .tags span{
    color: #677294;
 }
 .tags a{
    padding: 2px 16px;
    font-size: 12px;
    color: #07070a;
    background: #f0f2f9;
    border-radius: 0px;
    margin: 5px 4px;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 300;
 }
 .tags a:hover{
    background: #1c1959;
    color: #fff;
 }
 .comment img{
     width: 15px;
 }
 .likes{
     display: flex;
 }
 .likes a{
     color: #677294;
 }
 .likes a:first-child{
    margin-right: 8px;

 }
 .likes a:last-child{
    margin-left: 8px;
 }
 .newspage .subtitle_page{ 
    font-weight: 900;
    color: var(--color-darkblue);
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
 }
 .addressMap{
     margin-top: 30px;
 }
 .addressMap iframe{
     margin-bottom: -8px;
 }
 .related_post{
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }
 .related_post_item{
     width: calc(100% / 2 - 15px);
 }
 .related_post_item .related_post_item_img{
     width: 100%;
     height: 190px;
     overflow: hidden;
     position: relative;
 }
 .related_post_item .related_post_item_img h3{
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
    box-shadow: 0px 14px 30px 0px rgba(68, 28, 183, 0.25);
    text-align: center;
    color: #29214a;
    padding: 5px 10px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
 }
 .page_content_section  .related_post_item h2{
    font-weight: 900;
    color: var(--color-darkblue);
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
 }
 .irelated_post_item_img img{
     width: 100%;
 }
 .user_comments_item{
    background: #f7f8fb;
    padding: 30px 30px 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
 }
 .user_comments_item_avatar{
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 50%;
    background: #c5c5c5;
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
 }
 .user_comments_item_detail{
     width: calc(100% - 100px);
 }
 .user_comments_item_name{
     font-size: 18px;
     margin-bottom: 5px;
 }
 .user_comments_item_comentDate{
     font-size: 14px;
     margin-bottom: 15px;
 }
/* page */
/* ToolBar CSS */
.trx_addons_demo_options_wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 250px;
    max-width: calc(100% - 45px);
    z-index: 100002;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.trx_addons_demo_options_wrapper.open {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 14px -2px rgba(0,0,0,.13);
}


@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.trx_addons_demo_options_wrapper:before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0, 0.4);
    position: absolute;
    right: 250px;
    top: 0;
}
.trx_addons_demo_options_wrapper.open:before {
    width: 100vw;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility:visible;
}
.trx_addons_demo_options_wrapper.close:before {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility:visible;
    width: 100vw;
}

.trx_addons_demo_options_wrapper .trx_addons_demo_panel {
    height: 100%;
    overflow-y: auto;
}
.trx_addons_panel_button {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    padding: 20px 48px;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_panel_header,
.trx_addons_demo_options_wrapper .trx_addons_demo_panel_footer {
    text-align: center;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_panel_header {
    padding: 24px 0 16px;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_panel_footer {
    padding: 10px 30px 70px;
}
.trx_addons_demo_options_wrapper  .trx_addons_demo_panel_header  .trx_addons_demo_option_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}
.trx_addons_demo_options_wrapper .trx_addons_quick_option_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 8px 20px;
}
.trx_addons_demo_options_wrapper .trx_addons_quick_option_list .trx_addons_demo_list_item {
    /*  1/2  - 2 columns per row 10px - spacing between columns  */
    margin-bottom: 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    background-color: #F9F9F9;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.trx_addons_demo_options_wrapper .trx_addons_quick_option_list .trx_addons_demo_list_item:hover {
    border-color: #A7A7A7;
}
.trx_addons_demo_options_wrapper .trx_addons_quick_option_list .trx_addons_demo_list_item a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ACACAC;
    padding: 15px 0 6px;
}
.trx_addons_demo_options_wrapper .trx_addons_quick_option_list .trx_addons_demo_list_item:hover a {
    color: #161616;
}
.trx_addons_demo_list_item .name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin: 0;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar {
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    width: 50px;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    background-color: #FEFEFE;
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.13);
}

.trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #222;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar a > i {
    font-size: 20px;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_panel .trx_addons_quick_option_list a img {
    text-align: center;
}

/* Hint */
[class*="hint_"] {
    position: relative;
    display: inline-block;
}
[class*="hint_"][aria-label]:after {
    content: attr(aria-label);
}
[class*="hint_"]:after {
    background: #191e2d;
    color: #fff;
    padding: 10px 16px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}
[class*="hint_"]:after,
[class*="hint_"]:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="hint_"]:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}
.hint_left:after,
.hint_left:before {
    right: 100%;
    bottom: 50%;
}
.hint_left:after {
    margin-bottom: -20px;
}
.hint_left:before {
    margin-right: -13px;
    margin-bottom: -7px;
    border-left-color: #191e2d;
}
[class*="hint_"]:hover:after,
[class*="hint_"]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.hint_left:hover:after,
.hint_left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}



/* Mobile */
.owl-carousel .item{
    height: 370px;
}
.page_content_section .owl-carousel .owl-stage-outer,
.page_content_section .owl-carousel .item{
    height: 420px;
}
.trx_addons_demo_options_wrapper.open {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 2px 24px -2px rgba(0,0,0,.14);
}
.trx_addons_demo_options_wrapper.open:before {
    width: 100vw;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility:visible;
}
.trx_addons_demo_options_wrapper.close:before {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility:visible;
    width: 100vw;
}
.trx_addons_demo_options_wrapper  .trx_addons_demo_options_mobile_button {
    position: absolute;
    top: 50%;
    right: 100%;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    box-shadow: -3px 0 12px 0 rgba(0,0,0,.1);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease-out;
    -moz-transition: right .3s ease-out;
    -ms-transition: right .3s ease-out;
    -o-transition: right .3s ease-out;
    transition: right .3s ease-out;
}

@keyframes move {
    0% {
        transform: rotate(0);
        animation-timing-function: linear;
    }
    100% {
        transform: rotate(360deg);
        animation-timing-function: linear;
    }
}
.trx_addons_demo_options_wrapper  .trx_addons_demo_options_mobile_button > a {
    animation: move 2s infinite linear;
}
.trx_addons_demo_options_wrapper .trx_addons_demo_options_mobile_button a > i {
    font-size: 22px;
}
.table-striped tbody tr:nth-of-type(odd){
    background: #e5f1f7;
}
/* Responsive */
@media (max-width: 767px) {
    .trx_addons_demo_options_wrapper  .trx_addons_demo_options_mobile_button {
        display: block;
    }
    .trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar {
        right: calc(100% - 50px);
        -webkit-transition: right .3s ease-out;
        -moz-transition: right .3s ease-out;
        -ms-transition: right .3s ease-out;
        -o-transition: right .3s ease-out;
        transition: right .3s ease-out;
    }
    .trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar.close {
        right: 100%;
    }
    .trx_addons_demo_options_wrapper .trx_addons_demo_options_toolbar.open {
        right: 100%;
    }
}
/* toolbar-end */
@keyframes hoverBtn{
    0%{-webkit-transform:translateX(0);transform:translateX(0)}
    51%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:1}
    52%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}
    53%{opacity:0}
    54%{opacity:1}
    100%{-webkit-transform:translateX(0);transform:translateX(0)}
}
.animated   {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
.zoomOut {
    animation: zoomOut 500ms ease-in-out;
}
.zoomIn {
    animation: zoomIn 500ms ease-in-out;
}
.table-bordered td, .table-bordered th,
.table-bordered thead td, .table-bordered thead th{
    font-size: 18px;
}
.interactive_services .table-bordered td, 
.interactive_services .table-bordered th, 
.interactive_services .table-bordered thead td, 
.interactive_services .table-bordered thead th{
    font-size: 15px;
}
.table-bordered thead td, .table-bordered thead th{
    text-transform: uppercase;
}
.interactive_services tbody tr td:nth-child(2){
    padding: 1px 0;
}
.interactive_services tbody tr td:nth-child(2) img{
    width: 100%;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(1.25, 1.25);
    }
  
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
  }
@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.25, 1.25);
    opacity: 0;
  }
}
@keyframes spinner {
    to{
        transform:rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);}
    25%,
    50%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
}

.file_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    padding: 30px;
    margin-bottom: 30px;
  }
  .file_img{
    width: 100px;
    margin-right: 30px;
    position: relative;
  }
  .file_img span{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .file_content{
    width: calc(100% - 130px);
  }
  .page_content_section .body .file_content h6{
    font-weight: bold;
    font-size: 20px;
  }
  .page_content_section .body .file_content h4{
      font-size: 16px;
  }
  .page_content_section .body .file_content p{
      color: #c5c5c5;
      font-size: 14px;
  }
  .btn_download{
      border: 1px solid #31B4F2;
      color: #31B4F2;
      background: #fff;
      padding: 5px 30px;
      margin-right: 0px;
  }
  .btn_download.btn-read{
        margin-right: 30px;
      border: 1px solid #31B4F2;
      color: #fff;
      background: #31B4F2;
  }
  .accarion_group .card-header{
      padding: 0;
      border: none;
  }
  .accarion_group .card{
      border: none;
      transition: .5s ease-in;
      margin-bottom: 15px;

  }
  .accarion_group .card:hover{
    box-shadow: -1px 3px 10px rgba(9, 52, 117, 0.15);
  }
  .accarion_group .card .card-header{
      background: #f0f2ff;
  }
  .accarion_group .card-header button{
      width: 100%;
      text-align: left;
      padding: 15px;
      color: #0b0c66;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
  }
  .accarion_group .card-header button.btn-link:hover{
      text-decoration: none;
  }
  .accarion_group .card{
    box-shadow: -1px 3px 10px rgba(9, 52, 117, 0.15);
  }
  .search_block{
      display: flex;
  }
.search_block .form-control{
    border-radius: 0;
    border: 1px solid #1c1959;
    border-right: none;
    min-height: 40px;
}
.search_block .form-control:focus{
    outline: none;
    box-shadow: none;
}
.page_title{
    text-align: center;
    color: #1c1959;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
.page_title:after{
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    background-color: #0b0c66;
    width: 220px;
    transition: .5s;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/* responsive */
@media (max-width: 1835px){
    .about_us .content_text{
        padding-right: 15%;
    }
}
/* max-width 1835px */

@media (max-width: 1579px){
    .about_us .content_text{
        padding-right: 10%;
    }
    .maps .map_info_block{
        right: -7%;
    }
    .maps .map_svg_block svg{
        width: 700px;
    }
}
/* max-width 1579px */

@media (max-width: 1400px){
    .maps .map_svg_block svg{
        width: 600px;
    }
    .maps .map_info_block{
        right: 5%;
        top: -35px;
    }
    .maps .map_svg_block{
        transform: scale(1) translate(0px, 0px);
    }
    .maps .tab-content>.active{
        justify-content: flex-start;
    }
    .notification{
        margin-top: 0;
    }
    .about_us .content_text{
        padding-right: 5%;
    }
}
/* max-width 1400px */

@media (max-width: 1250px){
    .about_us .content_text h2{
        font-size: 36px;
    }
}
/* max-width 1250px */

@media (max-width: 1200px){
    .container{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .before_footer li:last-child a{
        font-size: 18px;
    }
    .menu_list{
        left: 0;
    }
    .news_section .news_item .news_item_content h6{
        font-size: 18px;
    }
}
/* max-width 1200px */
@media (max-width: 1100px){
    .suggestion_block.after_trends .suggestion_block_item h3{
        font-size: 28px;
    }
    .maps .map_svg_block svg{
        width: 500px;
    }
    .before_footer li:last-child a{
        font-size: 16px;
    }
    .maps .map_info_block{
        top: -75px;
    }
    .nav-link{
        font-size: 14px;
    }
    .footer_menu li{
        max-width: calc(100% / 2);
    }
    .newsticker__list .newsticker__item a{
        font-size: 14px;
    }
    .break_news > span{
        font-size: 14px;
        padding: 7px 21px;
    }
    .top_nav .left_block .left_block_info{
        width: 95%;
    }
}
/* max-width 1100px */
@media (max-width: 1000px){
    .top_nav .left_block .left_block_info{
        width: 100%;
        justify-content: space-around;
    }
    .top_nav .lang {
        height: auto;
        padding: 0;
        order: -1;
    }
    .btn_virtual {
        height: 30px;
        margin-right: 0px;
    }
    .top_nav{
        height: 70px;
    }
    .top_nav .left_block .left_block_info li::after{
        display: none;
    }
    .main_header{
        height: 235px;
    }
    .main_header_block {
        flex-direction: column;
    }
    .logo{
        margin-bottom: 30px;
    }
    .menu_list > li{
        display: none;
    }
    .menu_list > li:last-child,
    .menu_list > li:nth-child(2){
        display: block;
    }
    .about_us::before {
        background: linear-gradient(to bottom, rgba(1,1,1,.2), #282473 48%, #1c1959 100%);
    }
    .about_us {
        height: 850px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .videoBanner {
        width: 100%;
        height: 400px;
    }
    .about_us .content_text{
        width: 100%;
        padding-right: 50px;
        padding-left: 30px;
        text-align: center;
    }
    .trends_list li img{
        width: 40px;
    }
    .trends_list li h6 {
        font-size: 14px;
    }
    .suggestion_block.after_trends .suggestion_block_item h3{
        width: 100%;
        text-align: center;
    }
    .suggestion_block_item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .suggestion_block_item .btn_blue{
        margin-top: 30px;
    }
    body.fixed .menu_list{
        justify-content: space-between;
    }
    .maps .map_svg_block,
    .maps .map_svg_block svg{
        width: 100%;
    }
    .maps.show .map_info_block{
        position: relative;
        top: 0;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .maps .tab-content>.active{
        flex-wrap: wrap;
    }
    .interactive_services .nav-item{
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .suggestion_block_item h3{
        width: 100%;
        text-align: center;
    }
    .footer{
        padding-top: 30px;
    }
    .before_footer{
        display: none;
    }
    .suggestion_block{
        padding-bottom: 40px;
    }
    .footer_menu{
        width: 70%;
    }
    .footer_links .d-flex{
        display: none !important;
    }
    .ctn-preloader .animation-preloader .txt-loading{
        font-size: 2em;
    }
    .page_content_section .owl-carousel .owl-stage-outer{
        height: 320px;
    }
    .owl-carousel .owl-item img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .printBtn{
        display: none;
    }
    .page_content .news_section .news_item{
        width: 49%;
        margin-bottom: 15px;
    }
    .break_news{
        display: none;
    }
    .news_section_block{
        flex-wrap: wrap;
    }
    .news_section .news_item{
        width: 49%;
    }
    .home .news_section .news_item:nth-child(3){
        display: none;
    }
    .mapInfoCarousel {
        margin-left: auto;
        margin-right: auto;
    }
    .services_block .services_item{
        width: 49%;
    }
    .overlay{
        background-size: 300px;
    }
    body.fixed .menu_list > li:last-child{
        margin-right: 5px;
        margin-left: auto;
    }
    body.fixed .menu_list > li:nth-child(2){
        margin-right: auto;
    }
}
/* max-width 1000px */
@media (max-width: 700px){
    .page_content_section .sidebar{
        display: none;
    }
    .btn_virtual{
        font-size: 12px;
    }
    .main_header_contacts li:last-child{
        display: none;
    }
    .main_header{
        height: 300px;
    }
    .main_header_block li{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main_header_block li:nth-child(2){
        border: none;
        margin-right: 0;
        padding-right: 0;
    }
    .home .news_section .news_item:nth-child(3),
    .news_section .news_item{
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .news_section_block{
        flex-wrap: wrap;
    }
    .about_us{
        height: 1060px;
    }
    .about_us::before {
        background: linear-gradient(to bottom, rgba(1,1,1,.2), #282473 38%, #1c1959 100%);
    }
    .btn_groups{
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .btn_readMore{
        margin-bottom: 30px;
    }
    .trends_list{
        flex-wrap: wrap;
        transform: translateY(-110px);
    }
    .trends_list li{
        width: calc(100% / 3);
    }
    .about_us .content_text{
        padding-top: 0;
    }
    .suggestion_block.after_trends{
        padding-top: 140px;
    }
    .btn_blue{
        margin-right: 0;
    }
    /* .footer:after{
        display: none;
    } */
    .services_block .services_item, .serviceDoc_item,
    .services_block .services_item{
        width: 100%;
    }
    .video_block .video_item,
    .video_block .video_item:first-child{
        width: 100%;
        height: 240px;
        margin-bottom: 15px;
    }
    .video_block .video_item:nth-child(3){
        position: relative;
        top: 0;
    }
    .copyright{
        width: 100%;
        padding-right: 0;
    }
    .footer_block{
        flex-direction: column;
    }
    .footer_menu{
        width: 100%;
    }
    .footer_menu li{
        width: 50%;
        min-width: unset;
        max-width: unset;
    }
    .footer_menu li:last-child{
        display: none;
    }
    .overlay-hugeinc.open nav ul{
        width: 50%;
    }
    .media_block .nav-item{
        margin-bottom: 10px;
    }
    .ctn-preloader .animation-preloader .txt-loading{
        font-size: 1.2em;
    }
    .ctn-preloader .animation-preloader .txt-loading .letters-loading:before{
        top: -4px;
    }
    .ctn-preloader .animation-preloader .spinner{
        width: 5em;
        height: 5em;
    }
    .page_content_section .owl-carousel .owl-stage-outer {
        height: 250px;
    }
    .management_item{
        flex-direction: column;
    }
    .management_item_img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .management_item_content{
        width: 100%;
    }
    .management_item_img img{
        max-width: 300px;
        margin-bottom: 15px;
    }
    .contact_item p{
        font-size: 14px;
        line-height: 20px;
    }
    .contact_item:last-child,
    .contact_item{
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page_content nav[aria-label="breadcrumb"]{
        flex-direction: column;
    }
    .page_content_header{
        min-height: 160px;
        height: auto;
    }
    .related_post{
        flex-direction: column;
    }
    .related_post_item{
        width: 100%;
    }
    .page_content .news_section .news_item{
        width: 100%;
    }
    .allNewsLink{
        display: none;
    }
    .main_header_contacts li a, .main_header_contacts li p{
        font-size: 14px;
    }
    .overlay{
        background-position: center;
    }
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        font-size: 20px;
    }
    .overlay nav .menuMapListBlock{
        padding-top: 30px;
    }
    .overlay-hugeinc.open{
        overflow: auto;
    }
    .language-switcher a, .language-switcher span{
        font-size: 14px;
    }
    .services_block_carousel .owl-nav{
        display: none !important;
    }
    .services_block_carousel .owl-stage-outer{
        overflow: hidden;
    }
    .top_nav .left_block .left_block_info li{
        margin-left: 0px;
        margin-right: 0px;
    }
    .maps.news_section.show.republic.city{
        flex-direction: column;
        align-items: center;
    }
    .page_content_section .maps.show .map_info_block{
        right: 0;
        left: 0;
    }
    .join_block{
        flex-direction: column;
    }
    .join_block_content{
        margin-right: 71px !important;
    }
    .join_block_content h6{
        font-size: 14px;
        text-align: center;
    }
    .btn_join{
        margin-top: 15px;
    }
    .join_block_content img {
        width: 30px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .top_nav .left_block .left_block_info li:nth-child(1){
        display: none;
    }
}
/* max-width 700px */
@media (max-width: 400px){
    .nav-link{font-size: 13px;}

    .notification{
        width: 100%;
        max-width: 350px;
        margin-left: 10px;
    }
    .btn_virtual{
        display: none;
    }
    .top_nav .left_block .left_block_info li > a span{
        font-size: 11px;
    }
    body.fixed .menu_list{
        position: absolute;
        bottom: -25px;
    }
    .about_us {
        height: 1150px;
    }
    .allNewsLink{
        display: none;
    }
    .management_item_content li span{
        width: 100%;
    }
    .management_item_content li.management_item_btns .btn_emploe:last-child{
        display: none;
    }
    .media_block .btn_carousel{
        display: none;
    }
    .about_us .content_text h2 {
        font-size: 26px;
    }
    .suggestion_block.after_trends .suggestion_block_item h3{
        font-size: 24px;
    }
    .menu_list{
        bottom: 0;
    }
}
/* max-width 400px */
@media (max-width: 350px){
    .top_nav .left_block .left_block_info li > a span{
        font-size: 10px;
    }
    .ctn-preloader .animation-preloader .txt-loading{
        font-size: 1em;
    }

    
}
/* max-width 360px */
/* responsive-end */

input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
  }
  

  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius: 1.3px;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }
  
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #ccc;
    border-radius: 1.3px;
  }
  
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border-radius: 2.6px;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #ccc;
  }
  input[type=range]::-ms-fill-upper {
    background: #ccc;
    border-radius: 2.6px;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
  }
  
.fixed_button{
    position: fixed;
    bottom: 80px;
    right: 30px;
    border: 2px solid #1d1a5c;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
body .fixed_button{
    opacity: 0;
}
body.fixed .fixed_button{
    opacity: 1;
}
