
/*всплывающие окна: ("about-windo" - краткое описание) и ("show-message" - об IP-адресе ) */

#about-window, #show-message {
    display: flex;
    flex-flow: column;
    /*background: #0C1C29;*/
    /*background: rgb(12,28,41);*/
    background: linear-gradient(180deg,rgb(12,28,41) 19%, rgb(22, 88, 117) 85%);
    /* background: -webkit-linear-gradient(275deg,rgb(12,28,41) 19%, rgb(22, 88, 117)85%);
    background: -moz-linear-gradient(275deg,rgb(12,28,41) 19%, rgb(22, 88, 117) 85%);*/
    color: white;
    border-radius: .5em;
    padding: 1em;
    position: fixed;
    max-width: 34em;
    top: -100vh;
    left: 50%;

    transform: translate(-50%, -50%);
    transition: .7s all;
    z-index:1001;
}

/*header контейнер flex*/
.about-window_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.0em
}

/*header название окна*/
.about-window_header_text {
    width: 100%;
    text-align: left;
    align-self: end;
    padding-left: .5em;
    font-size: 1.7em;
    font-weight: 200;
    color: #FFB900;
}
.img-autor {
    box-shadow: -0px 1px 15px 2px rgba(36,169,219,.4);
  
}

/*header значок закр окно*/
.about-window_header_close {
    vertical-align: top;
    opacity: .8;
    font-size: 1.5em;
}

    /*header кн. закрыть окно*/
    .about-window_header_close:hover {
        opacity: 1;
        cursor: pointer;
    }

/*content расстояние между обзацами*/
.about {
    /*line-height: 1.1em;*/
    margin-bottom: 1.0em
}
    /*content расстояние между строк*/
    .about p {
        margin-bottom: .5em;
    }

    /*  В мобильн. устр.ширина окна "About"
@media screen and (max-width: 867px ) {
    #about-window {
        max-width: 34em;
    }
}

@media screen and (max-width: 281px ) {
    #about-window {
        max-width: 34em;
    }
}*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}




/*----------------Begin   Content-item-------------------------*/



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-item {
   /* background: linear-gradient(180deg, rgba(54, 68, 75, 0.12) 100%, rgba(54, 68, 75, 0) 0%);
    border: 1px solid #D6D9DA;*/
  
    padding: 0 29px 60px 50px;
    margin-bottom: 20px;
    border-radius: .4em;
    min-height: 1em;
}
/*flag*/
.head-country_name img {
    width: 3em;
    border: 1px solid lightgray;
    box-shadow: -1px 0px 5px 1px #E7E9EA;
}


.head-country_name {
    margin: 3.0em 0 1.06em;
}

/*индикатор загрузки*/

.loader-img {
    width: 2em;
    animation: spin 1.8s linear infinite;
}

.imgIcoHeader {
    width: 1.8em;
    margin: 0.3em 0.1em 0 0;
}

.header_ContentItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*background: rgba(0, 0, 0, .1);*/
    padding: .2em .5em .5em;
    margin: 3.25em 0 .85em;
    /*border-top:2px solid orange;*/
}


    .header_ContentItem > h2 {
        width: 100%;
        text-align: left;
        margin-left: .2em;
       
    }




    /* Черта под элементами "h2" в названиях компонентов */
    .header_ContentItem h2::after {
        content: '';
        width: 4rem;
        height: 2px;
        background: #1187A2;
        display: block;
        margin-top: .3em;
    }


.li-item {
    /*margin-left: 17px;*/
    display: flex;
    flex-flow: nowrap;
    border-bottom: solid 1px lightgray;
}

.content-item_name {
    width: 50%;
    border-right: solid 1px lightgray;
    padding: .2em 0.1em .5em 1.8em;
}


.content-item_value {
    width: 50%;
    font-weight: 500;
    padding-left: 1.5em;
    /*margin-left: 2rem;*/
    padding-bottom: .5em;
}

.li-item:nth-last-of-type(1) {
    border-bottom: 2px solid orange;
}

.table-item {
   
    width: 100%;
    border-collapse: collapse;
    border: 2px solid white;
}

td {
    width: 50%;
    padding: .1em 0.1em .4em 1.8em;
    border: 1px solid rgb(0,0,0,.2) ; /*#ddd*/
    /*border-bottom: 1px solid black;*/
}

.td-value {
    font-weight: 500;
    /*border-right: 1px solid black;*/
}

.table-item:nth-last-of-type(1) {
    border-bottom: 2px solid orange;
}


/*конпки управления картой*/
.Button_content-item {
    transition: .6s all;
    color: #253639;
    font-style: normal;
    font-weight: 400;
    font-size: .8em;
    line-height: 19px;
    text-transform: uppercase;
    border: 2px solid #1187A1;
    background: rgb(17, 135, 161, .04);
    /* border-radius: 5px;*/
    padding: .56em 2.1em;
    min-width: 120px;
}

    .Button_content-item:hover {
        background: rgb(17, 135, 161, .2);
    }


/*Для Mobile*/
@media screen and (max-width: 867px ) {
    .content-item {
        padding: 0 9px 10px 9px;
    }
}



html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    /**/
    font-family: Segoe UI,SegoeUI,Helvetica Neue, Arial, Helvetica,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    /*color: #102746;
    */ 
}
.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   z-index: -100; /**/ 
    background: url(../img/Banner/BB1msKXW.jpg);
}
/* что бы изображение не превышало ширину контейнера и отжималось пропоцион по высоте */
img {
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #323343;
}


h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.2;
}

h2 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2;
}


/* ОСНОВНОЙ Шабалон-контейнер страницы  (flex-контейнер) */


/* текст "Ждите" при загрузке основного контента*/
.load-wait_txt {
    font-size: 2rem;
    font-weight: 200;
    position: fixed;
    text-align: center;
    top: 80vh;left:1vw; right:1vw;
    color: aliceblue;
    z-index: -1;
}
/* Выравнивание по центру. Общий  контейнер для секций: "Header", "Main", "footer" */
.container {
    margin: auto;
    padding: 0 15px;
    max-width: 1290px;
}


/*---------- beginHeader1------------------------------- */
.intro { /* картинка занимает все простанство вне зависмости от размера экр */
    top: 0px;
    padding: 43px 0 16px;
    /*background: linear-gradient(180deg, rgba(2, 14, 19, 0) 77.71%, rgba(2, 14, 19, 0.61) 100%), url(../img/Banner/Banner.png) no-repeat center;*/
    background-size: cover;
}

.header-img_logo_title {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 95px;
}


.logo-title {
    background: rgba(5, 32, 68, 0.12);
    margin-left: 28px;
    font-size: 18px;
    max-width: 518px;
    color: #D7FA00;
    text-shadow: #020F15 1px 0px 10px;
}

.header-manual {
    cursor: pointer;
}

.logo-title img {
    margin-bottom: 12px;
}

/*--------- EndHeader1--------- */

/*------------- begin find --------------*/
.find-form {
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 930px;
    height: 50px;
    background: rgba(251, 253, 255, 0.19);
    border: solid 1px rgba(2, 14, 19, 0.1);
}

.text-form {
    border-color: #D6D9DB;
    border-style: none solid none solid;
    padding: 0 13px;
    outline: none !important;
    font-weight: normal;
    font-size: 18px;
    background: transparent;
    color: white;
    width: 72%;
}


    .text-form::placeholder { /*по умолчанию текст в поле 'input' */
        text-align: center;
        font-size: 18px;
        color: #fff;
        opacity: .8;
    }


.button-find {
    opacity: .7;
    border: none;
    color: white;
    background: transparent;
    outline: none !important;
    height: 100%;
    width: 14%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}


    .button-find:hover {
        background: rgba(2, 14, 19, 0.2);
        opacity: 1;
    }

    .button-find:focus {
        opacity: 1;
        background: rgba(2, 14, 19, .4);
        border: solid rgba(251, 253, 255, 0.19);
    }


/*------------------------------------ End find---------------------------------- */



/* Begin  Основной контент*/

.main {
    /*background: #020F15;*/
    flex: 1;
    padding: 19px 0;
}
/*линия*/
._hr {
    padding: 0 1.5em 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid transparent;
    opacity: .5
}


.article {
    background: #fff;
    display: flex;
    min-height: 717px;
    justify-content: center;
}

/*------------start "Sidebar"-------------*/

.sidebar {
    user-select: none;
    margin-left: -15px;
    margin-right: 10px;
    width: 25%;
    background: #E7E9EA;
}

             /* стрелка прокрутить в вверх */
#arrow-top_page {
    margin: 0px auto 50px;
    top: 84vh;
    position: sticky;
    width: 46px;
    height: 46px;
    background-color: rgb(17, 135, 161, .2);
    transition: 1.2s all;
    padding: 7px;
    border-radius: 50%;
    opacity: 0;
}

    #arrow-top_page:hover {
        background-color: rgb(17, 135, 161, .4);
    }
/*------------------end "Sidebar"-------------------------------------------*/
/*----------------Begin   Content data-------------------------*/
.content {
    /*  position: relative;*/
    flex: 1;
    display: flex;
    flex-flow: column;
    background: url(/img/banner/Map_Background.png);
}

/*----------------End  Content data-------------------------*/
/* End  "Main" Основной контент*/



/*footer start*/
footer {
    height: 128px;
    color: #fff;
    background: #04101C;
    display: flex;
    justify-content: center;
    align-items: center;
}

    footer > a {
        margin: 0 20px 0 14px;
        cursor: pointer;
    }
/*---------------------footer end--------------------------------------------*/

/*error
----------------------------------------------------------------------*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*для информации поверх карты, и  блокировка карты*/
#frame-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

iframe {
    height: 400px;
    /*border: 1px solid gray;*/
    width: 100%;
    transition: 1.0s all;
}

.map_wrap-relative {
    position: relative;
    margin-bottom: 2.75em;
}

/*Обновление карты и  блокироака/разблокировка элементов управления*/
.btn-map_reset {
    position: absolute;
    top: 85px;
    left: 12px;
    background: url(/img/icon/reloadMap.svg);
    width: 34px;
    height: 35px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.3);
    cursor: pointer;
}

    .btn-map_reset:hover {
        border: 1px solid rgba(0,0,0,0.8);
        box-shadow: -1px 0px 5px 1px gray;
    }


/*Стикер на карте,  широта долгота на карте*/
.map-manual-wrap {
    position: absolute;
    top: .6rem;
    left: 3.2rem;
    background-color: white;
    opacity: .8;
    border: 1px solid lightGray;
    border-radius: 0px;
    padding: .2rem;
    color: #000;
    /*text-shadow: #000 1px 0px 1px;*/
}


.map-manual > p, span {
    width: 50%;
}

/*  маркеры  элемент списка */
.map-manual span:before {
    content: '\2022';
    margin-right: 4px;
}

.title-sticer {
    font-weight: 500;
    text-transform: uppercase;
}

/*Стикер.  Элемент конейнера. Инормация о широте долготе*/
.map-manual {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    margin: .2em auto;
    font-size: .8rem;
    font-weight: 400;
    width: 180px;
}
/*Стикер END*/




/*содержит кнопки которые управляют картой*/
.button-wrap_conteiner {
    white-space: nowrap;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.img-burger, .img-close, .img-top {
    opacity: .8;
    transition: .2s all;
}

    .img-burger:hover, .img-close:hover, .img-top:hover {
        opacity: 1;
        cursor: pointer;
    }



.img-top {
    visibility: hidden;
    margin-right: 1.4rem;
}

/*Скрывает. Появляющаяся горизонтальная панель и Выезжающее слева Модальное окно */
.HeaderMobil {
    display: none;
}




/*Для Mobile*/
@media screen and (max-width: 867px ) {

    #about-window, #show-message {
        width: 98vw;
    }
   
    .intro {
        display: none
    }

    .sidebar {
        display: none;
    }

    body {
        font-size: .8rem;
    }

    .HeaderMobil {
        display: block;
    }


    .intro-mobil {
        padding: 65px 0 10px;
        /*background: linear-gradient(180deg, rgba(2, 14, 19, 0) 77.71%, rgba(2, 14, 19, 0.61) 100%), url(../img/Banner/Banner.png) no-repeat center;*/
        background-size: cover;
        color: #fff;
    }

    .header-manual {
        max-width: 95%;
        margin: 0 0 15px 6px;
        color: #D7FA00;
        text-shadow: #020F15 1px 0px 10px;
        text-align: center;
        cursor: pointer;
    }


    /* Появляющаяся при скролле панель-menu, содержит: "logo", "стрека вверх", "burger"*/
    #header-mobil {
        height: 64px;
        width: 100%;
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s linear;
        z-index: 1;
        font-weight: 100;
        color: #FFB900;
    }


    /*Показать в панель-menu стрелку при scroll-е*/
    .header-mobil_active > div .img-top { /*(активируется в jscript-е)при прокрутке меню изменяет свой цвет*/
     
        visibility: visible;
    }

    /*Раскомментировать что-бы при наведении показывалась-скрывалось меню с прокруткой*/
    /*  .header-mobil_active {
        opacity: 0
    }
        .header-mobil_active:hover{
            opacity: 1;

        }*/


    .header-img_logo_title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }


    .main {
        padding: 6px 0px;
    }


    /*выезжающее слева Модальное окно*/
    .sidebar-mobil {
        top: 1px;
        position: fixed;
        display: flex;
        flex-flow: column;
        /* justify-content: start;*/
        width: 100%;
        height: 100vh;
        transition: .5s all;
        z-index: 1;
        background-color: #04101C;
        overflow-y: auto;
    }

    /* Модальное окно содержит: "Menu" и кн."Close*/
    .sidebar-header-mobil {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px 12px;
        margin-bottom: 60px;
    }


    .head-country_name {
        margin: 3.12em 0 1.06em;
    }

    footer {
        height: 60px;
    }

    /* Выравнивание по центру. Общий  контейнер для секций: "Header", "Main", "footer" */
    .container {
        padding: 0 5px;
    }

}

@media screen and (max-width: 281px ) {
    body {
        font-size: 75%;
    }
 
    .button-wrap_conteiner {
        font-size: .9em;
        font-weight: 500;
       
    }

    .header-manual {
        max-width: 100%
    }
  
}

/*Для Desktop version*/
ul, a {
    text-decoration: none;
       color: #323343;
}


/*Меню.Заголовок*/
.top-row {
    margin: 5.31em 1px 17px;
    text-align: center;
    cursor: pointer;
    /*color: aliceblue !important;*/
    
}

/*Меню.Контейнер и его элементы*/
.nav-list {
    margin-top: 3.31em;
    display: flex;
    flex-flow: column;
    top: 29px;
    position: sticky;
   
}

.nav-item_Button:hover {
    /*box-shadow: -4px 0 0 #F0F0F0;*/
    background-color: #D6D9DA;
    opacity: 1;
}




.nav-item_Button:focus {
    /* box-shadow: -4px 0 0 orange;
    border-left: 2px solid green;*/
    background-color: #DBDEDF;
    font-weight: 500;
    border-radius: 0 15px 15px 0;
    opacity: 1;
}

/*кнопки элементов меню */
.nav-item_Button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .5s all;
    width: 100%;
    text-align-last: left;
    text-align: left;
    padding: 10px 20px;
    background-color: transparent;
    font-size: 1.0em;
    font-weight: 400;
    opacity: 1;
    cursor: pointer;
    border: none;
    border-left: 2px solid transparent;
    /*border-left: 2px solid #1187A1;*/
}

/*Меню. Для Mobile*/
@media screen and (max-width:867px ) {
    /*Заголовок меню*/
    .top-row h2 {
        color: aliceblue;
        font-size: 2.0em;
        font-weight: 100;
    }

    /*Меню, кнопки-элементы.*/
    .nav-item_Button {
        opacity: .6;
        color: aliceblue;
        font-size: 1.1rem;
    }

        .nav-item_Button:hover {
            opacity: 1;
            color: aliceblue;
            background-color: transparent;
            outline: .10px dashed #1187A1;
        }

    /*End. NavMenu*/
}


/*begin Погода, баннер краткое описание*/


/*Список значений погода*/
.list_display-pogoda {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
    transition: 1.0s all;
}
/* Баннер на карте вверху слева "фон неба с облаками": Temper, Coutry, Datetime*/
.map-pogoda-wrap {
   
    position: absolute;
    top: .5rem;
    left: .6rem;
    background: url(/img/icon/pogoda1.png) ;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    /*   text-shadow: #538BBF 1px 0px 1px;*/
    border-bottom: solid .5px #7BA9D7;
    height: 70px;
    transition: 1.0s all;
    color:lightcyan;
}
  


.temp-value {
    line-height: .7;
    font-size: 60px;
    font-weight: 100;
    padding-bottom: 7px;
}


.btn-conteiner {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-right: 1.5rem;
    align-self: flex-start;
    padding-top: .6em;
}


.Label_C-F {
    width: 2.0rem;
    height: 2.0rem;
    line-height: 1;
    font-size: 1.8rem;
    
}

.btn-temp_F-C {
    
    align-self: flex-end;
    cursor: pointer;
    border: solid 1px transparent;
    background-color: transparent;
    transition: .6s all;
    color:lightgray;
}
    .btn-temp_F-C:hover {
        border: solid 1px #ffff;
    }


/*Country Date Time*/
.pogoda-coutry_datetime {
    padding-left: .3rem;
    padding-right: 1rem;
    padding-bottom: 6px;
    border-left: solid 1px white;
    text-align: left;
    font-weight: 100;
}

.pogoda-country {
    font-size: 18px;
    font-weight: 400;
    color: yellow;
}
/*end  Погода баннер*/

@font-face {
  font-family: 'icomoon';
  src:  url('IconMoon/font/fonts/icomoon.eot?dvlv1f');
  src:  url('IconMoon/font/fonts/icomoon.eot?dvlv1f#iefix') format('embedded-opentype'),
    url('IconMoon/font/fonts/icomoon.ttf?dvlv1f') format('truetype'),
    url('IconMoon/font/fonts/icomoon.woff?dvlv1f') format('woff'),
    url('IconMoon/font/fonts/icomoon.svg?dvlv1f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-Upload:before {
  content: "\e900";
}
.ico-TopWF:before {
  content: "\e901";
}
.ico-Bank:before {
  content: "\e902";
}
.ico-Clock:before {
  content: "\e903";
}
.ico-CloudPublic:before {
  content: "\e904";
}
.ico-CloudRefresh:before {
  content: "\e905";
}
.ico-Cloudsun:before {
  content: "\e906";
}
.ico-Earth:before {
  content: "\e907";
}
.ico-Delete1:before {
  content: "\e908";
}

.ico-Close24:before {
    font-size: 1.3em;
    content: "\e909";
}    

.ico-House:before {
    font-size: 1.7em;
    content: "\e90a";
}

.ico-NetworkFill:before {
  content: "\e90b";
}
.ico-NetworkHome:before {
  content: "\e90c";
}
.ico-NetworkSharing:before {
  content: "\e90d";
}
.ico-Propeller:before {
  content: "\e90e";
}
.ico-UserEdit:before {
  content: "\e90f";
}
.ico-UserSearch02:before {
  content: "\e910";
}
.ico-UserShield:before {
  content: "\e911";
}
.ico-WarningShield:before {
  content: "\e912";
}
.ico-WarningShieldFill:before {
  content: "\e913";
}
.ico-Weather:before {
  content: "\e914";
}
.ico-Web:before {
  content: "\e915";
}
.ico-cross:before {
  content: "\ea0f";
}
