html {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 1300px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.header {
    min-width: 1300px;
    height: 240px;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #172983;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    background: -webkit-linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    background: linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-top {
    width: 1200px;
    height: 40px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-top-left {
    width: 40%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-top-left-element {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: whitesmoke;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-top-center {
    width: 25%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header-top-center-element {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-top-center-element:hover {
    background-color: rgb(128, 128, 128);
}
.header-top-center-element-ru {
    width: 130px;
    height: 32px;
    border-radius: 32px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-top-center-element-ru:hover {
    background-color: rgb(128, 128, 128);
}
.header-top-right {
    width: 32%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: whitesmoke;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[type="text"] {
    margin-left: 7px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #ffffff !important;
    outline: none;
    height: 20px;
    width: 350px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#memory-find{
    margin: 0 .25rem;
    min-width: 125px;
    border: 2px solid rgb(54, 117, 211);
    border-left: 3px solid;
    border-radius: 5px;
    transition: border-color .5s ease-out;
    color: rgb(42, 87, 155);
    text-align: center;
}
#memory-find:optional{
    border-left-color: rgb(54, 117, 211);
}
#memory-find::placeholder{
    text-align: center;
    color: rgb(84, 141, 228);
    font-weight: bold;
}
#memory-find::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
#memory-find::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
#memory-find::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
#memory-find:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
#memory-find:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
#memory-find:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#memory-find:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#memory-find:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#memory-find:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.header-center {
    height: 100%;
    width: 1200px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-center-logo-blok {
    width: 55%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.header-center-logo-blok-top {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header-center-logo-blok-top-item {
    margin: 0 50px 15px 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    color: whitesmoke;
}
.header-center-logo-blok-top-item-text {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 11px;
    font-weight: bold;
    color: whitesmoke;
}
.header-center-logo {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-center-logo-img {
    margin-right: 15px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-center-logo-text {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-center-logo-text-main {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-center-logo-text-main-big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}

.header-center-logo-text-main-small {
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}

.header-center-logo-text-line {
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first-line {
    height: 3px;
    width: 100%;
    background-color: #E95D0F;
}

.second-line {
    height: 3px;
    width: 100%;
    background-color: #172983;
}

.header-center-logo-text-full {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}

.header-center-phone {
    width: 25%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-center-phone-item {
    margin-bottom: 15px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.header-center-phone-item-logo {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-center-phone-item-text {
    margin-left: 10px;
    margin-bottom: 5x;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header-center-phone-item-text-911 {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-center-phone-item-text-911 .emergency-services {
    display: none;
    background: #a90303;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    width: 220px;
    height: 110px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.emergency-services {
    display: none;
    z-index: 99999999;
    background: #a90303;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    width: 220px;
    height: 110px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.header-center-phone-item-text-911:hover .emergency-services {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.emergency-services {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.night-popup {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.night-popup .npopup {
    display: none;
    margin: 8px;
    padding: 10px;
    background: #b8b7b7;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #111010;
    width: 220px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.npopup {
    display: none;
    margin: 8px;
    padding: 10px;
    z-index: 99999999;
    background: #b8b7b7;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #111010;
    width: 220px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.night-popup:hover .npopup {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.npopup {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.day-popup {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.day-popup .dpopup {
    display: none;
    margin: 8px;
    padding: 10px;
    background: #b8b7b7;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #111010;
    width: 220px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.dpopup {
    display: none;
    margin: 8px;
    padding: 10px;
    z-index: 99999999;
    background: #b8b7b7;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #111010;
    width: 220px;
    top: 25px;
    left: 0px;
    z-index: 2;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.day-popup:hover .dpopup {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.dpopup {
    display: block;
    position: absolute;
    z-index: 99999999;
}

.line-911 {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #cd1212;
    height: 1px;
}

.emergency-services-text {
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
}

.emergency-services-text-inside {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
    margin: 5px;
}

.phone-text-main-911 {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    color: whitesmoke;
}

.phone-text-main {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    color: whitesmoke;
}

.phone-text-number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}

.header-center-ministr {
    width: 25%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header-center-ministr-text {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ministr-text-rank {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: whitesmoke;
}

.ministr-text-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: whitesmoke;
    font-weight: bold;
}

.header-center-ministr-foto {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.big-first-line {
    height: 6px;
    width: 100%;
    background-color: rgb(255, 108, 0);
}

.big-second-line {
    height: 18px;
    width: 100%;
    background-color: rgb(15, 63, 209);
}

.literal-day {
    margin: 15px;
    font-size: 26px;
    font-weight: bold;
}

#menu {}

.menu-line {
    min-width: 1300px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgb(128, 128, 128);
    position: relative;
    z-index: 999999;
}

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu {
    height: 40px;
    width: 1200px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgb(128, 128, 128);
    background: -webkit-linear-gradient(top, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 100%);
    background: -moz-linear-gradient(top, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 100%);
    background: -o-linear-gradient(top, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 100%);
    background: -ms-linear-gradient(top, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 100%);
    background: linear-gradient(top, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu li {
    position: relative;
    z-index: 1;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 10px;
    line-height: 28px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu li:first-child a {
    border-left: none;
}

.menu li:last-child a {
    border-right: none;
}

.menu li:hover>a {
    color: #ffffff;
    background: rgb(97, 97, 97);
}

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    background: rgb(128, 128, 128);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menu li:hover>ul {
    opacity: 1;
}

.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .55s ease .2s;
    -moz-transition: height .55s ease .2s;
    -o-transition: height .55s ease .2s;
    -ms-transition: height .55s ease .2s;
    transition: height .55s ease .2s;
}

.menu li:hover>ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    width: 400px;
    padding: 4px 0 4px 10px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #8a8a8a;
}

.menu ul li:last-child a {
    border: none;
}

#navbar ul {
    display: none;
    background-color: rgb(220, 220, 220);
    position: absolute;
    top: 100%;
}

#navbar li:hover ul {
    display: block;
}

#navbar,
#navbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navbar li .sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
}

#navbar li {
    float: left;
    position: relative;
}

#navbar {
    height: 20px;
}

#navbar li {
    float: left;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}

#navbar li a {
    border-right: 1px solid rgb(0, 0, 0);
    display: block;
    width: 230px;
    color: rgb(26, 24, 24);
    text-decoration: none;
    text-align: left;
}

#navbar ul li {
    float: none;
}

#navbar li:hover {
    background-color: rgb(255, 255, 255);
}

#navbar ul li:hover {
    background-color: rgb(189, 189, 189);
}

.main {
    width: 100%;
    margin-top: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgb(231, 231, 231);
    /* Old browsers */
    background-image: url(/static/img/new2.jpg);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center top;
    overflow: hidden;
}

.slider-item {
    width: 300px;
}

.left {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.left-text-title {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-align: left;
    max-width: 250px;
    margin-top: 250px;
    word-wrap: break-word;
}

.left-text-text {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: left;
    max-width: 280px;
    margin-top: 15px;
    word-wrap: break-word;
}

.right-text-title {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    max-width: 250px;
    margin-top: 250px;
    word-wrap: break-word;
}

.right-text-text {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: left;
    max-width: 280px;
    margin-top: 15px;
    word-wrap: break-word;
}

.right {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.center {
    min-width: 1100px;
    width: 1100px;
    min-height: 1000px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: rgb(231, 231, 231);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    background: radial-gradient(ellipse at center, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.center-content {
    min-width: 1100px;
    width: 1100px;
    min-height: 1500px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: rgb(231, 231, 231);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    background: radial-gradient(ellipse at center, rgb(231, 231, 231) 0%, rgb(241, 241, 241) 100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-blok-1 {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-width: 1000px;
    width: 1000px;
    min-height: 350px;
}

.slider-news {
    max-width: 1100px;
}

.top-news-blok {
    width: 300px;
    list-style: none;
    background-color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 15px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-news:hover {
    color: rgb(74, 188, 241);
}

.foto-news {
    width: 300px;
    height: 210px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post-date {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 7px;
}

.text-news {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    color: black;
    font-size: 14px;
    text-align: left;
}

.top-news-text {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
    text-align: justify;
}

.main-blok-1-left {
    padding: 2px;
    width: 600px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#parent {}

.title-content {
    width: 1000px;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
    text-align: center;
}

.big-news {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    color: whitesmoke;
    width: 100%;
    font-weight: bold;
}

.clik-news {
    padding: 2px;
    height: 390px;
    width: 580px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clik-news:hover {}

.main-blok-1-right-item:hover {}

.header-news {}

.main-news {
    width: 100%;
    height: 20%;
    background: black;
    bottom: 0;
    left: 0;
}

.news {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-link {
    width: 1000px;
    margin-top: 25px;
    text-decoration: none;
}

.news-foto {
    margin-top: 10px;
    height: 450px;
}

.all-news {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    max-width: 1000px;
}

.pamyat-main{
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    max-width: 1000px;
}
.pamyat-main > a:link {
    color: rgb(54, 117, 211);
}
.pamyat-main > a:visited {
    color: rgb(54, 117, 211);
}
.pamyat-main-item{
    margin: 10px;
    width: 300px;
    height: 235px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pamyat-main-item-inside{
    margin: 10px;
    padding: 10px;
    width: 280px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pamyat-main-item-inside:hover{
    border: 1px solid #cccccc; 
    border-radius: 16px; 
    -webkit-border-radius: 16px; 
    -moz-border-radius: 16px; 
    -khtml-border-radius: 16px; 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.pamyat-main-item-text{
    margin: 10px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pamyat-main-item-text-fio{
    font-size: 12px;
    font-weight: bold;
}
.pamyat-main-item-text-date{
    font-size: 11px;
}
.contest-main-item-inside{
    margin: 10px;
    padding: 10px;
    width: 280px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contest-main-item-inside:hover{
    border: 1px solid #cccccc; 
    border-radius: 16px; 
    -webkit-border-radius: 16px; 
    -moz-border-radius: 16px; 
    -khtml-border-radius: 16px; 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.contest-main-item-text{
    margin: 10px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contest-main-item-text-fio{
    font-size: 16;
    font-weight: bold;
}

.news-text {
    width: 1000px;
    margin-top: 20px;
    text-decoration: none;
}

.post-slider {
    width: 800px;
    height: 600px;
    ;
}

.slider-for {}

.slider-nav {}

.button-all-news {
    margin-top: 15px;
    background: #E95D0F;
    height: 40px;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-all-news a {
    color: white;
}

.button-all-news:hover {
    opacity: .8;
}

.main-blok-1-right {
    padding: 2px;
    width: 500px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.main-blok-1-right-item {
    margin: 2px;
    width: 245px;
    height: 194px;
}

.litle-news {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 2px;
    color: whitesmoke;
    width: 100%;
    font-weight: bold;
}

#news1 {
    height: 160px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#news2 {
    height: 160px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#news3 {
    height: 160px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#news4 {
    height: 160px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main-blok-2 {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-blok-2-left {
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-blok-2-left-first {
    width: 800px;
    height: 730px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
}

.main-blok-2-left-first-item-logo {
    width: 50%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-blok-2-left-first-item {
    width: 50%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.main-blok-2-left-first-item-news{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: center;
    height: 25px;
    width: 120px;
    border: 1px solid #cccccc; 
    border-radius: 16px; 
    -webkit-border-radius: 16px; 
    -moz-border-radius: 16px; 
    -khtml-border-radius: 16px;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(2,118,214,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(2,118,214,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(2,118,214,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
    color: whitesmoke;
    font-size: 14px;
}
.main-blok-2-left-first-item-news > a{
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}
.main-blok-2-left-first-item-news:hover{
    cursor: pointer;
    text-align: center;
    height: 25px;
    width: 120px;
    font-size: 14px;
    border: 1px solid #cccccc; 
    border-radius: 16px; 
    -webkit-border-radius: 16px; 
    -moz-border-radius: 16px; 
    -khtml-border-radius: 16px; 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.main-blok-2-left-first-item-2 {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.report-day {
    font-size: 14px;
    width: 400px;
    height: 712px;
    overflow-y: scroll;
}
.news-text-main-line{
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.center-text-title {
    margin-top: 10px;
    text-align: center;
}
.center-text-title-news {
    width: 90%;
    margin-top: 10px;
    text-align: center;
}
.center-text-title-news-pamyat{
    width: 70%;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.center-text-link{
    width: 200px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.center-text-link-pamyat{
    width: 300px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none;
}

.main-blok-2-left-first-item-inside-text:hover {
    color: rgb(56, 162, 248);
}

.main-blok-2-left-first-item-inside {
    width: 400px;
    height: 100px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-blok-2-left-first-item-inside-foto {
    width: 100px;
    height: 70px;
}

p {
    margin: 0;
    padding: 0;
}

.main-blok-2-left-first-item-inside-text {
    color: black;
    font-size: 11px;
    text-align: justify;
    width: 250px;
    height: 70px;
    margin: 10px;
}

.date-item-inside-top {
    text-align: left;
    text-decoration: none;
    color: black;
    font-size: 12px;
    margin-top: 3px;
}

.date-item-inside {
    margin-top: 3px;
}

.main-blok-2-left-second {
    margin-top: 15px;
    width: 800px;
}

.main-blok-2-right {
    width: 250px;
    margin-bottom: 5px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-blok-2-right-first {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}

.calendar-body {
    border-width: 2px;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weather {
    padding: 0 5px 10px;
    border-radius: 6px;
    width: 230px;
    text-align: center;
}

.weather-new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weather-new-head {
    height: 30px;
    width: 240px;
    font-size: 30px;
    background: #008fcd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: rgb(7, 50, 136);
    text-align: center;
    text-shadow: 1px 0 1px rgb(255, 255, 255), 0 1px 1px rgb(255, 255, 255), -1px 0 1px rgb(255, 255, 255), 0 -1px 1px rgb(255, 255, 255);
}

.weather-new-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    background: -moz-linear-gradient(to bottom, #008fcd 20%, #539ed1 30%, #ffffff 80%);
    background: -webkit-linear-gradient(to bottom, #008fcd 20%, #539ed1 30%, #ffffff 80%);
    background: linear-gradient(to bottom, #008fcd 20%, #539ed1 30%, #ffffff 80%);
    height: 220px;
    width: 240px;
}

.weather-new-main-night {
    margin: 5px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.weather-new-main-night-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(7, 50, 136);
    text-align: center;
    text-shadow: 1px 0 1px rgb(255, 255, 255), 0 1px 1px rgb(255, 255, 255), -1px 0 1px rgb(255, 255, 255), 0 -1px 1px rgb(255, 255, 255);
}

.weather-new-main-night-date {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;
    text-shadow: 1px 0 1px rgb(255, 255, 255), 0 1px 1px rgb(255, 255, 255), -1px 0 1px rgb(255, 255, 255), 0 -1px 1px rgb(255, 255, 255);
}

.weather-new-main-night-img {
    margin: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weather-new-main-night-temperature {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.weather-new-main-night-wind {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.weather-new-main-night-pressure {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.weather-new-main-line {
    width: 10px;
    height: 100%;
    background: #008fcd;
}

.weather-new-main-day {
    margin: 5px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.weather-new-main-day-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(7, 50, 136);
    text-align: center;
    text-shadow: 1px 0 1px rgb(255, 255, 255), 0 1px 1px rgb(255, 255, 255), -1px 0 1px rgb(255, 255, 255), 0 -1px 1px rgb(255, 255, 255);
}

.weather-new-main-day-date {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;
    text-shadow: 1px 0 1px rgb(255, 255, 255), 0 1px 1px rgb(255, 255, 255), -1px 0 1px rgb(255, 255, 255), 0 -1px 1px rgb(255, 255, 255);
}

.weather-new-main-day-img {
    margin: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weather-new-main-day-temperature {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.weather-new-main-day-wind {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.weather-new-main-day-pressure {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.grid-forecast {
    display: grid;
    grid-template-columns: minmax(auto, 50%) 1fr;
    grid-row-gap: 3px;
    padding: 0 5px 5px;
}

.weather .town {
    font-size: 1.4em;
    padding: 5px 0;
}

.forecast-icon {
    width: 60px;
    height: 60px;
}

.wind-icon {
    width: 15px;
    height: 15px;
}

.weather #storm h3 {
    text-transform: uppercase;
    color: #ddd;
    font-size: 0.9em;
}

.storm-modal {
    width: 500px;
}

#storm {
    overflow: hidden;
    padding: 0px;
    justify-content: center;
    color: #fbfbfb;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    margin: 0 -6px;
}

.storm-text {
    width: 400px;
    margin-top: 5px;
}

.weather .icon img {
    width: 60px;
    height: 60px;
}

#storm-modal {
    -webkit-box-shadow: 0 0 15px 2px rgba(54, 68, 83, 0.4);
    -moz-box-shadow: 0 0 15px 2px #555;
    box-shadow: 0 0 15px 2px #555555;
    border-radius: 6px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    padding: 0;
    opacity: 0.93;
    border: 1px solid #888;
    width: 800px;
    height: 680px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 5px;
	width: 25px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px;
	
    /*color: #f83c4ae6
    /*#5cb85c;*/
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    
    color: white;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.modal-body {
    list-style: none;
    align-items: center;
	list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: transparent;
    height: 350px;
    opacity: 1.0;
    font-weight: bold;
}
.modal-footer{
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.modal-footer-table{
    width: 90%;
    height: 100%;   
}
.modal-footer-table-td{
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid rgb(0, 0, 0);
}
.modal-footer-table-td-tr{
	height:40px;
}
.modal-footer-table-td-tr>td, th{
	padding: 5px;
    border: 1px solid  rgb(0, 0, 0);
}
.modal-footer-map{
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100px, contain;  
}
.w-text {
    padding: 5px;
}

.day {
    width: 100%;
    height: 150px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.day-ico {
    width: 60px;
    height: 60px;
    background-image: url(/static/img/day_f.png);
    background-size: 100% 100%;
}

.day-text {
    width: 180px;
    font-size: 14px;
    text-align: center;
}

.day-v {
    width: 90px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.day-d {
    width: 150px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.night {
    width: 100%;
    height: 150px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.night-ico {
    width: 60px;
    height: 60px;
    background-image: url(/static/img/night_f.png);
    background-size: 100% 100%;
}

.night-text {
    font-size: 14px;
    width: 180px;
    text-align: center;
}

.night-v {
    width: 90px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.night-d {
    width: 150px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.calendar {
    width: 245px;
}

table.calendar {
    width: 240px;
    margin: 0 auto;
    border: 1px solid #ababab;
    background: #f4f4f4;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #f3f3f3;
    padding: 3px;
}

td.in_month {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #bababa;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    /*Safari, Chrome*/
    -moz-border-radius: 2px;
    /*Firefox*/
    background: rgb(187, 190, 201);
    background: -moz-linear-gradient(90deg, rgb(187, 190, 201) 0, #F6F0EA 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, rgb(187, 190, 201)), color-stop(100%, F6F0EA));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgb(187, 190, 201) 0, #F6F0EA 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgb(187, 190, 201) 0, #F6F0EA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgb(187, 190, 201) 0, #F6F0EA 100%);
    /* IE10+ */
}

table.calendar caption {
    border: 1px solid #ababab;
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 2.2;
    text-shadow: 0 1px 1px #fff;
    background: -moz-linear-gradient(90deg, rgb(53, 83, 179) 0, rgba(7, 24, 175, 0.836) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, rgb(53, 83, 179)), color-stop(100%, rgba(7, 24, 175, 0.836)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgb(53, 83, 179) 0, rgba(7, 24, 175, 0.836) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgb(53, 83, 179) 0, rgba(7, 24, 175, 0.836) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgb(53, 83, 179) 0, rgba(7, 24, 175, 0.836) 100%);
    /* IE10+ */
}

table.calendar th {
    color: rgba(4, 4, 53, 0.541);
}

table.calendar td.selected {
    background: #0686db;
    background: -moz-linear-gradient(270deg, #0686db 0, #0686db 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(0, 0686db), color-stop(100%, 0686db));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #0686db 0, #0686db 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #0686db 0, #0686db 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #0686db 0, #0686db 100%);
    /* IE10+ */
    font-weight: normal;
    font-size: 10px;
}

table.calendar a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #13152c;
    text-align: center;
    font-size: 10px;
}

table.calendar caption a {
    display: inline;
    font-weight: bold;
    font-size: 10px;
    color: #d9d7df;
    text-shadow: 0 1px 1px rgb(5, 2, 168);
}

.main-blok-2-right-second {
    width: 250px;
    margin-bottom: 5px;
    margin-top: 15px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-blok-2-right-second-item {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 240px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
}

.baner-map {
    width: 245px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

img.lazy {
    width: 100px;
    height: 70px;
    display: block;
}

.banner-red1 {
    width: 235px;
    padding: 5px;
    font-size: 14px;
    color: #d9d7df;
    background: #a00a0a;
    background: -moz-linear-gradient(to bottom, rgb(169, 16, 36) 25%, #801a1a 80%);
    background: -webkit-linear-gradient(to bottom, rgb(169, 16, 36) 25%, #801a1a 80%);
    background: linear-gradient(to bottom, rgb(169, 16, 36) 25%, #801a1a 80%);
    text-align: center;
    word-wrap: break-word;
}

#gray {
    background: rgb(255, 255, 255);
}

details{
    display:block;
    background: #fff;
    width:1000px;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow:hidden;
    margin-bottom: 1.5rem;
  }
  summary::-webkit-details-marker{display:none;}
  summary::-moz-list-bullet{list-style-type:none;}
  summary::marker{display:none;} 
  summary {
     display:block;
     padding: .3em 1em .3em .9em;
     border-bottom: 1px solid #e2e8f0;
     font-size:1.4em;
     cursor: pointer;
     position: relative;
  }
  summary:before {  
    top: .4em;
    right: .3em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;  
    content: "";
    position: absolute;
    transition: transform .5s;
  }
  details[open] > summary:before {
    transform: scale(1,-1);
  }
  summary ~ * {
     padding: 0 1em 10px 1.4em;
  }
  details[open] summary ~ *{ 
    animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
  }
  summary:focus {
    outline:0;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
  }

.footer {
    width: 100%;
    min-width: 1300px;
    height: 310px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #172983;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    background: -webkit-linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    background: linear-gradient(to bottom, #1062A9 25%, #172983 80%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-unit {
    margin: 20px 0px;
    width: 1100px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-unit-item {
    margin: 0 20;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-unit-item-logo {
    margin: 5px;
}

.footer-copier {
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: whitesmoke;
    font-weight: bold;
}

.footer-copier-item {
    width: 230px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: whitesmoke;
    font-weight: bold;
}

.footer-athority {
    width: 1300px;
    margin-top: 5px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.d-main-top{
    margin-top: 20px;
    height: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
  }
  .d-main-top-text{
    text-align: center;
    text-transform: uppercase;
}
  .d-main-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
  }
  .d-main-wrap-item{
    border-radius: 10px;
    width: 800px;
    height: 120px;
    background: whitesmoke;
    color: black;
    text-transform: uppercase;
    margin: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
  }
  .d-main-wrap-item:hover{
    cursor: pointer;
    background: rgb(201, 201, 201);
    box-shadow: 0 14px 28px rgba(218, 218, 218, 0.25), 0 10px 10px rgba(175, 175, 175, 0.22);
  }
  .d-main-wrap-item-logo{
    width: 150px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
  }
  .d-main-wrap-item-text{
    text-align: center;
    width: 100%;
  }
.news-text-main-line-citizens{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.index_info_lead{
    width: 100%;
    padding: 5px;
    text-align: justify;
    font-style: italic;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
.index_info_lead table{
    text-align:left;
}
.index_info{
    text-align: justify;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.hr1{
    border: 0;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #4485c5, transparent);  
}
.center-text-title-news-citizens{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.citizen-order{
    width: 100%;
    margin: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.citizens-form-line{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.citizens-form-title{
    font-style: italic;
    color: #4485c5;
}
.citizen-forms{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
.citizen-form{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.citizen-form-main{
    width: 100%;
    margin: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start; 
}
.citizen-form-left{
    width: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.citizen-form-right{
    padding-top: 50px;
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; 
}
.citizen-form-right-header{
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; 
}
.citizen-form-right-text{
    padding: 10px;
    text-align: justify;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; 
}
.citizens-form{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    position: relative;
	margin: 10px;
	overflow: hidden;
	padding-top: 15px;
}
.citizens-file{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    position: relative;
	margin: 10px;
	overflow: hidden;
	padding-top: 15px;
}
.citizens-form input{
    width: 100%;
	padding: 10px;
	border: none;
	outline: none;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
	z-index: 5;
	background: none;
}
.file-upload input[type="file"]{ 
    display: none; 
} 
.file-upload {
    list-style: none;
    position: relative; 
    overflow: hidden; 
    width: 100%;
    height:40px;
    line-height:50px;
    border-bottom: 1px solid #999;
    background: transparent; /* Old browsers */
    border-radius: 10px; 
    color: #fff; 
    text-align: center; 
} 
.file-upload:hover label { 
     color: #4485c5;
} 
.file-upload label { 
    list-style: none;
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    cursor: pointer; 
    color: #999;
}
.citizen-form-button{
    margin-top: 15px;
    height: 50px;
    width: 75%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, #4485c5, #95bfe9);
    cursor: pointer;
    border-radius: 10px;
}
.citizen-form-button:hover{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid rgb(197, 82, 15);
}
.citizens-form-panel-button{
    width: 80%;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.citizens-form textarea{
    width: 100%;
    height: 250px;
	padding: 10px;
	border: none;
	outline: none;
	border: 1px solid #999;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
	z-index: 5;
	background: none;
    resize: none;
}
.citizens-form input:focus ~ label, input:valid ~ label  {
	top: 0px;
	transform: scale(0.94) translateX(-2px);
	color: #4485c5;
}
.file-upload input:focus ~ label, input:valid ~ label  {
	top: 0px;
	transform: scale(0.94) translateX(-2px);
	color: #999;
}
.citizens-form .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #4485c5, #95bfe9);
	left: -999px;
	transition: .25s;
	opacity: 0;
	z-index: 6;
}
.citizens-form input:focus ~ .line {
	left: 0;
	opacity: 1;
}
.citizens-form label {
	position: absolute;
	left: 10px;
	top: 45%;
	transition: ease-out .15s;
	color: #999;
}
