/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------*/

html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
}

.main {
    padding-bottom: 303px;
}

.page-footer {
    position: relative;
    margin-top: -303px;
    height: 303px;
    clear: both;
}

@media (max-width: 1024px) and (min-width: 768px) {
    html, body {
        height: auto
    }

    .wrap {
        min-height: 0;
        min-width: 1100px;
    }

    .main {
        padding-bottom: 10px;
    }

    .page-footer {
        margin-top: 0;
        height: auto;
    }
}

@media (max-width: 767px) {
    html, body {
        height: auto
    }

    .wrap {
        min-height: 0
    }

    .main {
        padding-bottom: 10px;
    }

    .page-footer {
        margin-top: 0;
        height: auto;
    }
}

/*--------------------*/

body {
    /*background: #6896c0;*/
    font: 14px/19px 'Open Sans', Arial;
    color: #5f5f5f;
    min-width: 1000px;
}

body.contrast {
    color: #fff;
}

@media (max-width: 1023px) {
    body {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    body {
        /*font: 13px/19px 'Open Sans', Arial;*/
        color: #202020;
    }
}

p {
    margin: 0 0 15px;
}

a {
    color: #6896c0;
}

.contrast a {
    color: #fff;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1 {
    font: 20px/24px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #5f5f5f;
}

h2 {
    font: 18px/22px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #5f5f5f;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6 {
    color: #fff !important;
}

.entry ul, .entry ol {
    padding: 0 0 0 40px;
    margin: 0 0 0;
}

.entry ul li, .entry ol li {
    margin: 0 0 15px;
}

.entry table {
    border-collapse: collapse;
}

.entry table th, .entry table td {
    border: #999 solid 1px;
    padding: 5px 10px;
}

.entry table th {
    background: #ddf;
    font-style: italic;
}

.entry table tr:nth-child(even) {
    background: #ededed;
}

.entry table tr:nth-child(odd) {
    background: #fff;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    border: 1px solid #4074a4;
    padding: 0 8px;
}

input[type="text"], input[type="email"], input[type="password"], select {
    height: 34px;
}

input[type="submit"], button, .btn {
    display: inline-block;
    border: none;
    padding: 8px 20px;
    height: 34px;
    font: 14px/18px 'Open Sans', Arial;
    text-decoration: none;
}

textarea {
    padding: 8px 8px;
    min-height: 120px;
}

.form-label {
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
}

label.required:after {
    content: " *";
    color: #f44336;
}

.form-control {
    margin: 0 0 15px;
}

.form-control input[type="text"], .form-control input[type="email"], .form-control input[type="password"], .form-control textarea, .form-control select {
    width: 100%;
}

.btn {
    background: #4074a4;
    color: #fff;
}

/*--------------------*/

.wrap {
    background: #fff;
    padding-bottom: 15px;
}

.layout-grey .wrap {
    background: #fff;
}

.contrast .wrap {
    background: #000;
}

.page-header {
    background: #325c92 !important;
}

.contrast .page-header {
    background: #000;
}

.page-header__main {
    height: 130px;
    padding: 18px 0 0;
    background: #335c91 url(../img/header-bg.png) no-repeat 65px 0;
    color: #fff;
    position: relative;
    z-index: 700;
}

.contrast .page-header__main {
    background: #000;
}

.page-header__main a {
    color: #fff;
}

.page-header .logo {
    float: left;
    display: block;
    width: 83px;
    height: 96px;
    margin: 0 11px 0 15px;
    /*background: url(../img/logo.png) no-repeat center center;*/
    font: 0/0 a;
}

.page-header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-header .logo img {
    max-width: 100%;
    height: auto;
}

.page-header .sitename {
   float: left;
    width: 485px;
    padding: 12px 0 0;
    /* text-align: center; */
    font: 20px/22px 'Open Sans', Arial;
    text-transform: uppercase;
    line-height: 1.3;
}

.page-header .sitename small {
    display: block;
    padding: 3px 0 0;
    font: 13px/22px 'Open Sans', Arial;
}

.page-header .sitename-mobile {
    font: 27px/30px 'Open Sans', Arial;
    text-transform: uppercase;
    padding: 18px 44px 0 44px;
    text-align: center;
    display: none;
}

.page-header__symbolic {
    float: left;
    width: 117px;
    height: 69px;
    margin: 8px 10px 0;
    background: url(../img/symbols.png) no-repeat center center;
    font: 0/0 a;
}

.page-header__symbolic a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) and (min-width: 768px) {

}

@media (max-width: 767px) {
    .page-header__main {
        height: 62px;
        padding: 0 0 0;
        position: relative;
    }

    .page-header .logo {
        width: 49px;
        height: 58px;
        margin: 3px 0px 0 5px;
        position: relative;
        z-index: 1000;
        transition: all 330ms ease 180ms;
    }

    /*.touch-nav-on .page-header .logo {
        width: 60px;
        height: 70px;
        margin: 8px -15px 0 9px;
    }*/
    .page-header .sitename {
        float: none;
        width: auto;
        padding: 0 0 0 53px;
        text-align: left;
        font: 18px/22px 'Open Sans', Arial;
        font-weight: 300;
        display: none;
    }

    .page-header .sitename small {

    }

    .page-header .sitename-mobile {
        display: block;
    }

    .page-header__symbolic {
        display: none;
    }

    .mobile-nav-toggle {
        position: absolute;
        right: 12px;
        top: 17px;
        display: block;
        width: 36px;
        height: 32px;
        cursor: pointer;
        transition: all .3s ease;
    }

    .mobile-nav-toggle:before,
    .mobile-nav-toggle:after,
    .mobile-nav-toggle i {
        display: block;
        height: 4px;
        width: 100%;
        background: #fff;
        position: absolute;
        border-radius: 5px;
        transition: all .3s ease;
    }

    .mobile-nav-toggle i {
        top: 50%;
        margin-top: -2px;
    }

    .mobile-nav-toggle:before,
    .mobile-nav-toggle:after {
        content: ' ';
    }

    .mobile-nav-toggle:before {
        top: 0;
    }

    .mobile-nav-toggle:after {
        bottom: 0;
    }

    .touch-nav-on .mobile-nav-toggle {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .touch-nav-on .mobile-nav-toggle:before {
        top: 14px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .touch-nav-on .mobile-nav-toggle i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    .touch-nav-on .mobile-nav-toggle:after {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*----------------------------------------*/

.page-header__right {
    float: right;
    width: 264px;
}

.vis-impared-tools {
    float: left;
}

.vis-impared-tools .zoom-in, .vis-impared-tools .zoom-out {
    float: left;
    font: 20px/24px 'Open Sans', Arial;
    font-weight: bold;
    margin: 0 13px 0 0;
    cursor: pointer;
}

.vis-impared-tools .zoom-in:before {
    content: 'A+';
}

.vis-impared-tools .zoom-out:before {
    content: 'A-';
}

.vis-impared-tools .contrast-version {
    float: left;
    width: 37px;
    height: 21px;
    margin: 3px 0 0;
    background: url(../img/icons.png) no-repeat -30px -26px;
    cursor: pointer;
}

.language-options {
    float: right;
    font: 14px/15px 'Open Sans', Arial;
    font-weight: 300;
    margin: 4px 0 0;
}

.language-options ul {
    list-style: none;
    display: inline;
    font: 16px/17px 'Open Sans', Arial;
    font-weight: 300;
    margin-left: 3px;
}

.language-options ul li {
    display: inline;
    margin: 0 2px;
}

.language-options ul li a {
    font-weight: 600;
    text-decoration: none;
}

.language-options ul li a:hover {
    text-decoration: underline;
}

/*-------------------------------------*/

.page-header__search {
    padding: 18px 0 0;
    margin: 0 0 9px;
}

.page-header__search form {
    position: relative;
}

.page-header__search input[type="text"] {
    width: 100%;
    border: none;
    height: 30px;
}

.page-header__search input[type="submit"] {
    font: 0/0 a;
    width: 20px;
    height: 20px;
    background: url(../img/icons.png) no-repeat -88px 3px;
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 0;
}

.page-header__sitemap {
    text-align: right;
}

.page-header__sitemap:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    margin: -2px 0 0 7px;
    background: url(../img/icons.png) no-repeat -67px 0;
}

.page-header__sitemap a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .page-header__right {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 70px;
        background: #1c3d5a !important;
        z-index: 600;
        transform: translateY(-145px);
        opacity: 0;
        transition: all 300ms ease 50ms;
    }

    .touch-nav-on .page-header__right {
        transform: translateY(0);
        opacity: 1;
    }

    .vis-impared-tools {
        display: none;
    }

    .language-options {
        float: none;
        text-align: center;
    }

    .language-options ul {
        margin: 0;
    }

    .language-options ul li {
        margin: 0 -22px;
        transition: all 300ms ease 60ms;
    }

    .touch-nav-on .language-options ul li {
        margin: 0 2px;
    }

    .page-header__search {
        padding: 10px 100px 0;
        transition: all 250ms ease 150ms;
    }

    .touch-nav-on .page-header__search {
        padding: 10px 7px 0;
    }

    .page-header__sitemap {
        display: none;
    }
}

/*-----------------------------------*/

.page-nav {
    background: #1c3554;
    border-top: 1px solid #03a9f4ed;
    min-height: 37px;
}

.page-nav:before, .page-nav:after {
    content: " ";
    display: table;
}

.page-nav:after {
    clear: both;
}

.homepage .page-nav {
   background: #1c3554;
    border-top: 1px solid #03a9f4ed;
}

.page-nav nav {
    font: 15px/21px 'Open Sans', Arial;
    text-transform: uppercase;
}

.page-nav nav ul {
    list-style: none;
}

.page-nav nav ul li {
    display: inline;
    float: left;
    padding: 5px;
}

.page-nav nav ul li a {
    color: #fff;
    text-decoration: none;
    float: left;
    min-height: 31px;
    margin: 0 0 0 2px;
    padding: 9px 12px;
    transition: all 200ms ease;
}

.page-nav nav ul li:first-child a {
    margin: 0 0 0 0;
}

.page-nav nav ul li.active a, .page-nav nav ul li a:hover {
    background: #335c91;
    color: #fff;
    min-height: 35px;
    /*margin-bottom: -4px;*/
}

.contrast .page-nav {
    background: none;
    border-top: 1px solid #888;
}

.contrast .page-nav nav ul li a {
    color: #fff;
}

.contrast .page-nav nav ul li.active a, .contrast .page-nav nav ul li a:hover {
    background: none;
    border-bottom: 2px solid #ccc;
}

@media (max-width: 1023px) and (min-width: 768px) {

}

@media (max-width: 767px) {
    .page-nav {
        width: 100%;
        position: absolute;
        top: 131px;
        padding: 0 0 10px;
        background: #335c90;
        z-index: 500;
        opacity: 0;
        transform: translateY(-120%);
        transition: all 330ms ease 80ms;
    }

    .touch-nav-on .page-nav {
        transform: translateY(0);
        opacity: 1;
    }

    .homepage .page-nav {
        background: #335c90;
    }

    .page-nav nav {
        font: 19px/22px 'Open Sans', Arial;
        text-transform: uppercase;
        text-align: center;
    }

    .page-nav nav ul li {
        float: none;
        display: block;
    }

    .page-nav nav ul li a {
        float: none;
        margin: -10px 0 0;
        padding: 6px 12px;
        color: #fff;
        display: block;
        transition: all 300ms ease 220ms;
    }

    .touch-nav-on .page-nav nav ul li a {
        margin: 0;
        padding: 8px 12px;
    }
}

/*-----------------------------*/

.page-footer {
    background: #335c91;
    color: #fff;
}

.contrast .page-footer {
    background: #000;
}

.page-footer .container {
    height: 100%;
}

.page-footer a {
    color: #fff;
}

.page-footer__copyright {
    float: left;
    width: 313px;
    padding: 22px 5px 0 0;
}

.page-footer__copyright img {
    display: block;
    margin: 0 0 15px 90px;
}

.page-footer__contacts {
    float: left;
    width: 375px;
    height: 100%;
    background: #335c91;
    position: relative;
}

.page-footer__contacts:before {
    content: ' ';
    display: block;
    width: 53px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #335c91;
    opacity: .4;
}

.page-footer__contacts ul {
    position: relative;
    list-style: none;
    padding: 15px 0 0 0;
}

.page-footer__contacts ul li {
    padding: 13px 6px 6px 66px;
    position: relative;
}

.page-footer__contacts ul li:nth-child(even) {
/*    background: rgba(131, 171, 208, .8);*/
}

.page-footer__contacts ul li.email {
    margin-top: 7px;
}

.page-footer__contacts ul li:before {
    content: ' ';
    display: block;
    width: 18px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -7px 0 0 0;
    background: url(../img/icons.png) no-repeat;
}

.page-footer__contacts ul li.address:before {
    background-position: -22px 0;
}

.page-footer__contacts ul li.phone:before {
    background-position: -44px 0;
}

.page-footer__contacts ul li.email:before {
    background-position: -1px 0;
}

.page-footer__contacts ul li p {
    margin: 0 0 6px;
}

.page-footer__contacts ul li a {
    text-decoration: none;
}

.page-footer__contacts ul li a:hover {
    text-decoration: underline;
}

.contrast .page-footer__contacts {
    background: none;
}

.contrast .page-footer__contacts:before {
    background: none;
}

.contrast .page-footer__contacts ul li:nth-child(even) {
    background: none;
}

/*-----------------------*/

.page-footer__right {
    float: right;
    width: 290px;
    padding: 11px 0 0;
}

.page-footer__call {
    display: block;
    border: 2px solid #fff;
    padding: 9px 5px 10px 44px;
    margin: 0 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.page-footer__call:hover {
    background: #83aed6;
    /*color:#6896c0;*/
}

.page-footer__call .icon {
    display: block;
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
    /*background: #6896c0;*/
    border-radius: 50%;
    position: absolute;
    left: 21px;
    top: 7px;
}

.page-footer__call .icon:before {
    content: ' ';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    background: url(../img/icons.png) no-repeat -70px -25px;
}

.page-footer__call strong {
    display: block;
    font: 19px/20px 'Open Sans', Arial;
    font-weight: 400;
    padding: 4px 0 0;
}

.third-party-services {
    float: left;
    width: auto;
    padding: 20px 0 0;
    margin-right: -7px;
}

.third-party-services > span {
    float: left;
    margin: 0 7px 10px 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .page-footer {
        overflow: hidden;
    }

    .page-footer__copyright {
        float: none;
        width: auto;
        text-align: center;
        padding: 22px 0;
    }

    .page-footer__copyright img {
        display: none;
    }

    .page-footer__contacts {
        width: 52%;
    }

    .page-footer__contacts ul {
        padding: 0;
    }

    .page-footer__contacts ul li.email {
        margin-top: 0;
    }

    .page-footer__right {
        width: 48%;
        padding-left: 10px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .page-footer {
        overflow: hidden;
    }

    .page-footer__copyright {
        float: none;
        width: auto;
        text-align: center;
        padding: 15px 10px;
        /*font-size: 13px;*/
    }

    .page-footer__copyright img {
        display: none;
    }

    .page-footer__contacts {
        float: none;
        width: auto;
        /*font-size: 13px;*/
    }

    .page-footer__contacts:before {
        display: none;
    }

    .page-footer__contacts ul {
        padding: 0;
    }

    .page-footer__contacts ul li {
        padding: 9px 10px 7px 48px;
    }

    .page-footer__contacts ul li:before {
        left: 14px;
    }

    .page-footer__contacts ul li.email {
        margin-top: 0;
    }

    .page-footer__contacts ul li p {
        margin: 0 0 2px;
    }

    .page-footer__right {
        float: none;
        width: auto;
    }

    .page-footer__call {
        margin: 0 20px 15px;
    }

    .third-party-services {
        /*display:none;*/
    }
}

/*---------------------------------------------*/

.container {
    width: 1088px;
    margin: 0 auto;
}

.main {
    /*min-height:400px;*/
}

@media (max-width: 1023px) and (min-width: 768px) {
    .container {
        width: auto;
        margin: 0 4px;
    }
}

@media (max-width: 767px) {
    .container {
        width: auto;
        max-width: 480px;
    }
}

/*--------------------------------------------------*/

.breadcrumbs {
   /* background: #f0f0f0;*/
    padding: 10px 13px 11px;
    color: #335c91;
    border-bottom: 1px solid #E0E0E0;
}

.layout-grey .breadcrumbs {
    background: #fff;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul li:before {
    content: '/';
    margin: 0 6px 0 3px;
}

.breadcrumbs ul li:first-child:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    margin: -2px 6px 0 0;
    background: url(../img/icons.png) no-repeat -147px -1px;
}

.breadcrumbs ul li a {
    color: #4174a3;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.contrast .breadcrumbs {
    background: none;
    color: #fff;
}

.contrast .breadcrumbs ul li a {
    color: #fff;
}

/*------------------------------------------------------*/

.content-column-single {
    padding: 20px 0 0;
}

.main-columns {
    padding: 34px 0 0;
}

.sidebar {
    float: left;
    width: 240px;
}

.content-column {
    float: right;
    width: 737px;
    padding: 0 0 10px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .sidebar {
        float: right;
        width: 210px;
    }

    .content-column {
        float: left;
        width: 100%;
        padding-right: 220px;
        margin-right: -210px;
    }
}

@media (max-width: 767px) {
    .sidebar {
        float: none;
        width: auto;
    }

    .content-column {
        float: none;
        width: auto;
    }
}

div.page-heading {
  /*  border-bottom: 1px solid #5897c5;*/
    position: relative;
    padding-right: 100px;
    margin: 0 0 25px;
}

div.page-heading h1 {
    font: 16px/24px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1.page-heading {
    font: 16px/24px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-left: 12px;
}

.contrast div.page-heading {
    border-bottom: 1px solid #fff;
}

.page-heading__print {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 45px;
    height: 30px;
    padding: 3px 0 0;
    border-left: 1px solid #5897c5;
    border-bottom: 1px solid #fff;
    font: 0/0 a;
}

.page-heading__print:before {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url(../img/icons.png) no-repeat 0 -24px;
}

.page-heading__subscribe {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95px;
    height: 30px;
    padding: 3px 0 0;
    font-weight: 600;
}

.page-heading__subscribe:hover {
    text-decoration: none;
}

/*--------------------------------------*/

.news-list {

}

.news-list__item {
    margin: 0 0 33px;
}

.news-list__item h2 {
    font: 16px/19px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: none;
    color: #333333;
    margin: 0 0 19px;
}

.news-date {
    font: 12px/18px 'Open Sans', Arial;
    color: #8a8a8a;
    margin: -7px 0 14px;
}

.news-list__item p {
    margin: 0 0 11px;
}

.news-list-item__more {
    display: inline-block;
    vertical-align: middle;
    /* border: 1px solid #83aed6; */
    padding: 6px 10px 6px;
    text-decoration: none;
    background: #335c91;
    color: #fff;
}

.news-list-item__more:hover {
    background: #53749f;
    color: #fff;
}

/*-----------------------------*/

.search-secondary {
    margin: -10px 0 40px;
}

.search-secondary .form-control {
    width: 366px;
    padding-top: 10px;
}

/*-------------------------*/

.pagination-container {
    border-top: 1px solid #83aed6;
    text-align: right;
    padding: 23px 0 0;
    margin: 0 0 15px;
}

ul.pagination {
    list-style: none;
}

ul.pagination li {
    color: #83aed6;
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    text-align: center;
}

ul.pagination li a {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 4px 1px;
    text-align: center;
    min-width: 23px;
    margin: 0 1px 0 2px;
    border: 1px solid #83aed6;
    text-decoration: none;
}

ul.pagination li a:hover {
    background: #83aed6;
    color: #fff;
}

ul.pagination li span {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 4px 1px;
    text-align: center;
    min-width: 23px;
    margin: 0 1px;
    border: 1px solid #83aed6;
    text-decoration: none;
}

ul.pagination li.next a,
ul.pagination li.prev a,
ul.pagination li.next span,
ul.pagination li.prev span {
    padding-left: 7px;
    padding-right: 7px;
}

ul.pagination li.current a, ul.pagination li.current span {
    background: #83aed6;
    color: #fff;
}

/*----------------------*/

.contact-form {

}

.contact-form__form {
    float: left;
    width: 368px;
}

.contact-form__descr {
    padding: 19px 0 0 397px;
}

@media (max-width: 767px) {
    .contact-form__form {
        float: none;
        width: auto;
    }

    .contact-form__descr {
        padding: 4px 0 0 0;
    }
}

/*----------------------------*/

.sitemap {

}

.sitemap ul {
    padding: 0 0 0 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sitemap ul ul {
    text-transform: none;
    padding-top: 4px;
}

.sitemap ul li {
    margin: 0 0 23px;
}

.sitemap ul ul li {
    margin: 0 0 3px;
}

.sitemap ul ul ul li {
    margin: 0 0 3px;
}

.sitemap ul ul.advanced {
    padding-top: 15px;
}

.sitemap ul ul.advanced li {
    margin: 0 0 17px;
}

.sitemap ul ul.advanced ul {
    margin-bottom: 0;
}

.sitemap ul ul.advanced li li {
    margin: 0 0 3px;
}

.sitemap strong {
    font-weight: 600;
}

.sitemap a {
    text-decoration: underline;
}

.sitemap a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .sitemap ul {
        padding: 0 0 0 15px;
    }
}

/*------------------*/

.side-nav {
    /*border: 1px solid #e5e5e5;*/
    background: #fff;
    font: 14px/18px 'Open Sans', Arial;
    font-weight: 600;
}

.side-nav ul {
    text-transform: uppercase;
}

.side-nav ul li {
    padding: 13px 15px 13px 0px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.side-nav ul li a {
    color: #5f5f5f;
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 40px;
    position: relative;
}

.side-nav ul li a:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    background: url(../img/icons.png) no-repeat 1000px 1000px;
    /*background: #fff;*/
}

.side-nav ul li.basics > a:before {
    background-position: 3px -58px;
}

.side-nav ul li.structure > a:before {
    background-position: -23px -58px;
}

.side-nav ul li.history > a:before {
    background-position: -77px -58px;
}

.side-nav ul li.objectives > a:before {
    background-position: -104px -59px;
}

.side-nav ul li.activity > a:before {
    background-position: -129px -59px;
}

.side-nav ul li.social-economics > a:before {
    background-position: -157px -60px;
}

.side-nav ul li.gov-programms > a:before {
    background-position: -184px -59px;
    width: 29px;
    margin-left: -2px;
}

.side-nav ul li.cooperation > a:before {
    background-position: -218px -60px;
}

.side-nav ul li.publications > a:before {
    background-position: -248px -59px;
}

.side-nav ul ul {
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 5px;
}

.side-nav ul ul li {
    padding: 5px 15px 5px 20px;
    border-bottom: none;
}

.side-nav ul ul li a {

}

.side-nav li.active > a {
    font-weight: bold;
}

.side-nav ul ul li a:before {
    width: 22px;
    height: 16px;
    top: 4px;
    margin: 0;
    background: url(../img/icons.png) no-repeat -58px -60px;
}

.contrast .side-nav {
    background: #000;
}

.contrast .side-nav ul li a {
    color: #fff;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .side-nav {
        font: 13px/17px 'Open Sans', Arial;
        font-weight: 600;
    }

    .side-nav ul {
        text-transform: none;
    }

    .side-nav ul li {
        padding: 9px 3px 9px 0px;
    }

    .side-nav ul li a {
        padding: 0 0 0 14px;
    }

    .side-nav ul ul {
        padding-top: 12px;
        padding-bottom: 5px;
        font-weight: 400;
    }

    .side-nav ul ul li {
        padding: 5px 0px 5px 17px;
    }

    .side-nav ul ul li a {

    }

    .side-nav ul ul li a:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .side-nav {
        font: 13px/17px 'Open Sans', Arial;
        font-weight: 600;
        padding: 9px 0 10px;
    }

    .side-nav ul {
        text-transform: none;
    }

    .side-nav ul li {
        padding: 4px 3px 4px 0px;
        border-bottom: none;
    }

    .side-nav ul li a {
        padding: 0 0 0 14px;
    }

    .side-nav ul ul {
        padding-top: 7px;
        padding-bottom: 0px;
        font-weight: 400;
    }

    .side-nav ul ul li {
        padding: 4px 0px 4px 17px;
    }

    .side-nav ul ul li a {

    }

    .side-nav ul ul li a:before {
        display: none;
    }
}

/*------------------*/

.weather-widget {
    min-height: 411px;
    background: url(../img/1-winter.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 0 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
    position: relative;
}

.weather-widget:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 53, 83, 0.46);
}

.contrast .weather-widget {
    background: #000;
}

.weather-widget .container {
    position: relative;
}

.weather-widget__actual {
    float: left;
    width: 232px;
    padding: 30px 0 0;
}

.weather-widget__actual .cityname {
    font: 35px/39px 'Open Sans', Arial;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 27px;
}

.weather-widget__actual h3 {
    font: 16px/20px 'Open Sans', Arial;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 2px 5px;
    margin: 0;
    background: rgba(51, 92, 145, 0.54);
    border-bottom: 1px solid #039BE5;
}

.weather-widget__actual h3 strong {
    font: 14px/18px 'Open Sans', Arial;
    font-weight: 400;
    text-transform: none;
    display: block;
}

.weather-widget__actual .weather {
    text-align: center;
    padding: 26px 10px 0 10px;
    margin: 0 0 10px 0;
    font: 14px/17px 'Open Sans', Arial;
    position: relative;
    min-height: 214px;
    background: rgba(28, 53, 83, 0.45);
}

.weather-widget__actual .weather img {
    /*position: absolute;
    left: 21px;
    top: 2px;*/
    display: block;
    margin: 0 auto 7px;
}

.weather-widget__actual .weather .weather-temp {
    font: 34px/37px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 9px;
}

.weather-widget__actual .wind {
    padding-left: 59px;
    padding-top: 10px;
    font: 16px/18px 'Open Sans', Arial;
    font-weight: 300;
    min-height: 30px;
    margin: 0 0 19px;
}

.weather-widget__actual .wind:before {
    content: ' ';
    display: block;
    width: 33px;
    height: 27px;
    background: url(../img/icons.png) no-repeat -98px -26px;
    float: left;
    margin: -5px 0 0 -49px;
}

.weather-widget__actual .condensation {
    padding-left: 59px;
    font: 13px/16px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 21px;
}

.weather-widget__actual .condensation:before {
    content: ' ';
    display: block;
    width: 32px;
    height: 34px;
    background: url(../img/icons.png) no-repeat -134px -19px;
    float: left;
    margin: 5px 0 0 -48px;
}

.weather-widget__actual .condensation strong {
    font-weight: 400;
}

.weather-widget__actual__more {

}

.weather-widget__actual__more a {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    min-width: 125px;
    padding: 1px 10px 2px;
    text-decoration: none;
    color: #fff;
    transition: all 100ms ease;
}

.weather-widget__actual__more a:hover {
    background: #fff;
    color: #333;
}

.weather-widget__forecast {
    float: right;
    width: 757px;
    padding: 10px 0 0;
}

.weather-widget__forecast .city-select {
    width: 561px;
    float: left;
}

.weather-widget__forecast .city-select select {
    width: 100%;
    height: 31px;
}

.weather-widget__forecast .city-select .city-select-all {
    text-align: right;
    margin: 0 0 6px;
}

.weather-widget__forecast .city-select .city-select-all a {
    color: #fff;
}

.weather-widget__forecast .city-select .city-select-all a:hover {
    text-decoration: none;
}

.weather-widget__forecast__periods {
    text-align: right;
    padding: 25px 0 0;
}

.weather-widget__forecast__periods a {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    min-width: 174px;
    padding: 5px 10px 4px;
    margin-left: 2px;
    height: 30px;
    font: 16px/19px 'Open Sans', Arial;
    text-decoration: none;
    color: #fff;
    transition: all 100ms ease;
}

.weather-widget__forecast__periods a:hover {
    background: #fff;
    color: #333;
    text-shadow: none;
}

.weather-widget__forecast__table {
    text-align: center;
    margin-left: -1px;
    padding: 30px 0 0;
}

.weather-widget__forecast__table .day {
    float: left;
    width: 33.3%;
    padding-left: 1px;
}

.weather-widget__forecast__table .day.day-half-width {
    width: 16.65%;
}

.weather-widget__forecast__table.half-day-offset .day {
    width: 40%;
}

.weather-widget__forecast__table.half-day-offset .day-half {
    width: 20%;
}

.weather-widget__forecast__table .day .date {
    font: 16px/19px 'Open Sans', Arial;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0 5px;
    background: rgba(28, 53, 83, 0.59);
}

.weather-widget__forecast__table .day .day-part {
    float: left;
    width: 50%;
    height: 243px;
    padding: 10px 2px 0;
    overflow: hidden;
    position: relative;
}

.weather-widget__forecast__table .day.day-half-width .day-part {
    width: 100%;
}

.weather-widget__forecast__table .day .day-part.day-part-day {
    background: rgba(246, 251, 255, .25);
}

.weather-widget__forecast__table .day-half .day-part {
    width: 100%;

}

.weather-widget__forecast__table .day-half .day-part.day-part-night {
    background: rgba(246, 251, 255, .25);
}

.day-part.overflown:after {
    content: '...';
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 300ms ease;
}

.day-part.overflown:hover:after {
    opacity: 0;
    bottom: 27px;
}

.day-part-info {
    overflow: hidden;
    height: 167px;
    position: relative;
}

.day-part-summary {
    height: 65px;
    /*padding-top:15px;*/
    overflow: hidden;
    transition: height 400ms ease;
}

.weather-widget__forecast__table .day-part.overflown:hover .day-part-summary {
    height: 0;
}

.day-part-summary img {
    margin-top: 0px;
    max-width: 70px;
    transition: all 300ms ease;
}

.weather-widget__forecast__table .day-part:hover .day-part-summary img {

}

.weather-widget__forecast__table .day-part.overflown:hover .day-part-summary img {
    transform: scale(0.5);
    opacity: 0;
}

.weather-widget__forecast__table .day-part-name {
    display: block;
    margin: 0 0 10px;
    font: 13px/18px 'Open Sans', Arial;
    font-weight: 400;
    /*text-transform:uppercase;*/
}

.weather-widget__forecast__table .temp {
    font: 20px/23px 'Open Sans', Arial;
    font-weight: 300;
    display: block;
    margin: 0 0 13px;
    /*transition:all 400ms ease;*/
}

/*.weather-widget__forecast__table .day-part.overflown:hover .temp {
    margin:0 0 23px;
}*/

.weather-widget__forecast__table .descr {
    font: 13px/16px 'Open Sans', Arial;
    padding: 0 6px;

}

.weather-widget__forecast__table .wind {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    /*opacity:0.8;
    transition:all 350ms ease-out 100ms;*/
}

.weather-widget__forecast__table .day-part:hover .wind {
    /*opacity:1;*/
    /*bottom:5px;*/
}

.weather-widget__forecast__table .wind .wind-direction {
    font-size: 12px;
}

.weather-widget__forecast__table .wind .wind-direction div {
    margin-left: 1px;
}

.weather-widget__forecast__table .wind .wind-speed {
    margin-left: 15px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .weather-widget__actual {
        float: none;
        width: auto;
        padding: 16px 0 0;
    }

    .weather-widget__actual .cityname {
        font: 32px/35px 'Open Sans', Arial;
        font-weight: 400;
        text-transform: none;
        text-align: left;
        margin: 0 0 4px;
        padding-left: 21px;
    }

    .weather-widget__actual h3 {
        text-transform: none;
        text-align: left;
        padding: 0 2px 0 21px;
        font-weight: 300;
        margin: 0 0 7px;
        background: none;
    }

    .weather-widget__actual h3 strong {
        display: inline;
        font: inherit;
        font-weight: 400;
    }

    .weather-widget__actual .weather {
        text-align: left;
        min-height: 0;
        padding: 9px 10px 14px 21px;
        margin: 0;
    }

    .weather-widget__actual .weather img {
        float: left;
        margin: 5px 20px 10px 7px;
    }

    .weather-widget__actual .weather .weather-temp {
        font: 42px/45px 'Open Sans', Arial;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .weather-widget__forecast {
        float: none;
        width: auto;
        padding: 0;
    }

    .weather-widget__forecast .city-select {
        width: 50%;
    }

    .weather-widget__forecast__table {
        margin: 0 -4px 0;
    }

}

@media (max-width: 767px) {
    .weather-widget {
        background: #335c90 !important;
    margin-bottom: 15px;
    }

    .weather-widget:before {
        background: rgba(0, 0, 0, 0.3);
    }

    .weather-widget__actual {
        float: none;
        width: auto;
        padding: 16px 0 0;
    }

    .weather-widget__actual .cityname {
        font: 32px/35px 'Open Sans', Arial;
        font-weight: 400;
        text-transform: none;
        text-align: left;
        margin: 0 0 4px;
        padding-left: 13px;
    }

    .weather-widget__actual h3 {
        font: 13px/18px 'Open Sans', Arial;
        text-transform: none;
        text-align: left;
        padding: 0 2px 0 13px;
        font-weight: 300;
        margin: 0 0 7px;
        background: none;
    }

    .weather-widget__actual h3 strong {
        display: inline;
        font: inherit;
        font-weight: 300;
    }

    .weather-widget__actual .weather {
        text-align: left;
        min-height: 0;
        padding: 5px 10px 18px 21px;
        margin: 0;
        background: none;
    }

    .weather-widget__actual .weather img {
        float: left;
        margin: 5px 20px 10px 0;
    }

    .weather-widget__actual .weather .weather-temp {
        font: 42px/45px 'Open Sans', Arial;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .weather-widget__forecast {
        float: none;
        width: auto;
        padding: 0;
    }

    .weather-widget__forecast .city-select {
        width: 50%;
        padding-left: 4px;
        padding-top: 10px;
    }

    .weather-widget__forecast .city-select .city-select-all {
        display: none;
    }

    .weather-widget__forecast__periods {
        float: right;
        width: 50%;
        padding-left: 8px;
        padding-right: 4px;
        padding-top: 11px;
    }

    .weather-widget__forecast__periods a {
        display: block;
        min-width: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .weather-widget__forecast__table {
        text-align: left;
        padding-top: 18px;
    }

    .weather-widget__forecast__table .day,
    .weather-widget__forecast__table .day.day-half-width {
        float: none;
        width: auto;
    }

    .weather-widget__forecast__table .day .date {
        padding: 6px 5px 5px 45px;
        text-transform: none;
        background: rgba(0, 0, 0, .3);
    }

    .weather-widget__forecast__table .day .day-part {
        float: none;
        width: auto;
        height: auto;
        padding: 5px 3px 3px 13px;
    }

    .day-part.overflown:after {
        display: none;
    }

    .weather-widget__forecast__table .day-part-name {
        float: left;
        width: 40px;
        padding-top: 9px;
        margin-right: 4px;
    }

    .day-part-info {
        height: auto;
        overflow: visible;
    }

    .day-part-summary {
        height: auto;
        padding-top: 0;
        overflow: visible;
        float: left;
        width: 40px;
        margin-right: 11px;
        transition: none;
    }

    .day-part-summary img {
        margin-top: 0;
        max-width: 100%;
        transition: none;
    }

    .weather-widget__forecast__table .day-part.overflown:hover .day-part-summary {
        height: auto;
    }

    .weather-widget__forecast__table .day-part.overflown:hover .day-part-summary img {
        transform: scale(1);
        opacity: 1;
    }

    .weather-widget__forecast__table .temp {
        float: left;
        padding: 7px 0 0;
    }

    .weather-widget__forecast__table .descr {
        display: none;
    }

    .weather-widget__forecast__table .wind {
        display: none;
    }
}

/*--------------------------------*/
.weather-horizontal {
    min-height: 54px;
    color: #e9e9e9;
    margin: 0;
    font: 16px/20px 'Open Sans', Arial;
}

.weather-horizontal h3 {
    text-align: center;
    text-transform: uppercase;
}

.weather-horizontal a, .weather-horizontal strong {
    color: #fff;
}

.weather-horizontal p.footer {
    font-style: italic;
    text-align: right;
}

.weather-horizontal-alert {
    background: #ff8c00;
}

.weather-horizontal-notification {
    background: #63cc69;
}

.weather-horizontal .container {
    position: relative;
    min-height: 54px;
    padding: 17px 0 16px 90px;
}

.weather-horizontal .icon {
    display: block;
    width: 67px;
    height: 100%;
    float: left;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.weather-horizontal .alert-icon:before {
    content: " ";
    display: block;
    width: 38px;
    height: 34px;
    background: url(../img/icons.png) no-repeat -168px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}

.weather-horizontal .notification-icon:before {
    content: " ";
    display: block;
    width: 37px;
    height: 21px;
    background: url(../img/icons.png) no-repeat -30px -26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}

.weather-horizontal .avalanche-icon {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 38px;
    background: url(../img/icons.png) no-repeat -210px 0;
    margin: -12px 17px -7px 0;
}

.weather-horizontal .more {
    display: inline-block;
    border: 1px solid #fff;
    font: 14px/17px 'Open Sans', Arial;
    text-align: center;
    /*min-width: 125px;*/
    padding: 2px 20px 3px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
    transition: all 100ms ease;
}

.weather-horizontal .more:hover {
    background: #fff;
    color: #cc3636;
}

.contrast .weather-horizontal {
    background: none;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

@media (max-width: 767px) {
    .weather-horizontal {
        min-height: 0;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .weather-horizontal .container {
        min-height: 0;
        padding: 9px 12px 9px 56px;
    }

    .weather-horizontal .icon {
        width: 48px;
        border-right: none;
        opacity: .6;
    }

    .weather-horizontal .more {
        position: static;
        top: auto;
        right: auto;
        display: inline;
        border: none;
        font: inherit;
        padding: 0;
        margin: 0 0 0 5px;
        text-decoration: underline;
    }

}

/*-------------------*/

.weather-widget-side {
    min-height: 387px;
    background: url(../img/weather-widget.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 16px 11px 0;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.weather-widget-side:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}

.weather-widget-side .city-select {
    text-align: right;
    margin: 0 0 8px;
    position: relative;
}

.weather-widget-side .city-select-all {
    font-weight: 300;
    margin: 0 0 7px;
    position: relative;
}

.weather-widget-side .city-select-all a {
    color: #fff;
    text-decoration: underline;
}

.weather-widget-side .city-select-all a:hover {
    text-decoration: none;
}

.weather-widget-side .city-select select {
    width: 100%;
    height: 30px;
    border: none;
}

.weather-widget-side .cityname {
    font: 34px/37px 'Open Sans', Arial;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 0 0;
    margin: 0 0 13px;
    position: relative;
}

.weather-widget-side h3 {
    font: 14px/18px 'Open Sans', Arial;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
}

.weather-widget-side .weather {
    text-align: center;
    padding-left: 80px;
    margin: 0 -4px 11px 0;
    font: 13px/16px 'Open Sans', Arial;
    font-weight: 300;
    position: relative;
}

.weather-widget-side .weather img {
    position: absolute;
    left: 8px;
    top: 0;
}

.weather-widget-side .weather .weather-temp {
    font: 22px/24px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 9px;
}

.weather-widget-side .wind {
    padding-left: 59px;
    padding-top: 10px;
    font: 15px/18px 'Open Sans', Arial;
    font-weight: 300;
    min-height: 30px;
    margin: 0 0 16px;
    position: relative;
}

.weather-widget-side .wind:before {
    content: ' ';
    display: block;
    width: 33px;
    height: 27px;
    background: url(../img/icons.png) no-repeat -98px -26px;
    float: left;
    margin: -5px 0 0 -49px;
}

.weather-widget-side .condensation {
    padding-left: 59px;
    font: 13px/16px 'Open Sans', Arial;
    font-weight: 300;
    position: relative;
}

.weather-widget-side .condensation:before {
    content: ' ';
    display: block;
    width: 32px;
    height: 34px;
    background: url(../img/icons.png) no-repeat -134px -19px;
    float: left;
    margin: 5px 0 0 -48px;
}

.weather-widget-side .condensation strong {
    font-weight: 400;
}

.contrast .weather-widget-side {
    background: #000;
}

/*-----------------------*/

.weather-widget-wide {
    min-height: 73px;
    margin: 0 0 30px;
    background: url(../img/weather-widget-wide.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
}

.weather-widget-wide:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.45;
}

.weather-widget-wide .cityname {
    float: left;
    width: 204px;
    height: 100%;
    padding-top: 19px;
    font: 34px/37px 'Open Sans', Arial;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.weather-widget-wide h3 {
    float: left;
    width: 198px;
    height: 100%;
    padding: 13px 10px 0;
    margin: 0;
    font: 20px/23px 'Open Sans', Arial;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.weather-widget-wide .weather {
    float: left;
    width: 274px;
    height: 100%;
    padding-top: 14px;
    padding-left: 98px;
    background: #6896c0;
    background: rgba(104, 150, 192, .7);
    font: 13px/16px 'Open Sans', Arial;
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    position: relative;
    padding-bottom: 10px;
}

.weather-widget-wide .weather img {
    position: absolute;
    left: 20px;
    top: 7px;
}

.weather-widget-wide .weather .weather-temp {
    font: 22px/24px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 9px;
}

.weather-widget-wide .city-select {
    float: right;
    width: 296px;
    height: 100%;
    padding-top: 4px;
    margin-right: 14px;
    text-align: right;
    position: relative;
}

.weather-widget-wide .city-select-all {
    font-weight: 300;
    margin: 0 0 6px;
    position: relative;
}

.weather-widget-wide .city-select-all a {
    color: #fff;
    text-decoration: underline;
}

.weather-widget-wide .city-select-all a:hover {
    text-decoration: none;
}

.weather-widget-wide .city-select select {
    width: 100%;
    height: 30px;
    border: none;
}

.contrast .weather-widget-wide {
    background: none;
    border: 1px solid #888;
}

.contrast .weather-widget-wide .weather {
    background: none;
}

/*------------------*/

.forecast-table {
    margin: 0 0 35px;
}

.forecast-table table {
    width: 100%;
}

.forecast-table thead, .forecast-table tbody {
    /*display: block;*/
}

.forecast-table tbody {
    /*max-height:477px;
    overflow-y: auto;
    overflow-x: hidden;*/
}

.forecast-table table td, .forecast-table table th {
    background: #f0f0f0;
    transition: background 80ms ease;
}

.forecast-table table th {
    background: #679bc9;
    color: #fff;
    font: 16px/20px 'Open Sans', Arial;
    font-weight: 400;
    padding: 10px 5px;
    border: 1px solid #f0f0f0;
}

.forecast-table table th.cityname {
    padding: 10px 25px;
}

.forecast-table table td {
    padding: 5px 5px;
    text-align: center;
    width: 135px;
}

.forecast-table thead .day-parts th {
    background: #f0f0f0;
    color: #5f5f5f;
    width: 135px;
    padding: 13px 5px;
}

.forecast-table thead .day-parts th.day-part-night {
    background: #738595;
    color: #fff;
}

.forecast-table table tbody tr:nth-child(even) td {
    background: #e4e4e4;
}

.forecast-table table tbody tr:hover td {
    background: #d0d9ff;
}

.forecast-table table tbody tr td.day-part-night {
    background: #738595;
    color: #fff;
    border: 1px solid #f0f0f0;
}

.forecast-table table td.cityname {
    font: 24px/28px 'Open Sans', Arial;
    font-weight: 300;
    width: auto;
}

.forecast-table td .weather {
    font: 13px/16px 'Open Sans', Arial;
    /*font-weight:300;*/
    margin: 0 0 8px;
    padding: 4px 0 0;
}

.forecast-table table tbody tr td:nth-child(even) .weather {
    font-weight: 300;
}

.forecast-table td .weather .temp {
    font: 18px/23px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 4px;
}

.forecast-table td .weather img {
    max-width: 53px;
    margin: 0 auto 0;
}

.forecast-table td .wind {
    text-align: center;
    font-size: 13px;
}

.forecast-table table tbody tr td:nth-child(even) .wind {
    font-weight: 300;
}

.forecast-table td .wind .wind-direction {
    font-size: 12px;
}

.forecast-table td .wind .wind-direction div {
    margin-left: 3px;
}

.forecast-table td .wind .wind-speed {
    margin-left: 5px;
}

.contrast .forecast-table table td, .contrast .forecast-table table th {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #888 !important;
}

.fixed-thead {
    position: fixed;
    top: 0;
    width: 1000px;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 1px rgba(100, 100, 100, 0.15);
}

.fixed-thead.show {
    display: block;
}

@media (max-width: 1023px) {
    .fixed-thead {
        width: auto;
    }
}

/*
.forecast-table table td.date {
    width: 119px;
    font:34px/40px 'Open Sans', Arial;
    font-weight: 300;
    position: relative;
    padding:0;
}

.forecast-table table td.date > div {
    width:100%;
    *//*height:100%;*//*
    position: relative;
    padding:12px 0 10px 8px;
}

.forecast-table table td.date .day-of-week {
    font:18px/20px 'Open Sans', Arial;
    font-weight: 300;
    display: block;
    position: absolute;
    left:9px;
    top:1px;
}

.forecast-table table td.date small {
    font: 18px/20px 'Open Sans', Arial;
    font-weight: 300;
    display: block;
}

.forecast-table table td.temp-night, .forecast-table table th.temp-night {
    background: #77a6ce;
    color:#fff;
    width: 133px;
    font:18px/22px 'Open Sans', Arial;
    font-weight: 300;
}

.forecast-table table tbody tr:nth-child(odd) td.temp-night {
    background: #75aad7;
}

.forecast-table table th.temp-night {
    font: 16px/19px 'Open Sans', Arial;
    font-weight: 400;
}

.forecast-table table td.temp-night img {
    display: block;
    margin:0 auto 1px;
    max-width:55px;
    height:auto;
}

.forecast-table table td.temp-day, .forecast-table table th.temp-day {
    width: 133px;
    font:18px/22px 'Open Sans', Arial;
    font-weight: 300;
}

.forecast-table table th.temp-day {
    font: 16px/19px 'Open Sans', Arial;
    font-weight: 400;
}

.forecast-table table td.temp-day img {
    display: block;
    margin:0 auto 1px;
    max-width:55px;
    height:auto;
}

.forecast-table table td.wind-speed, .forecast-table table th.wind-speed {
    background: #f8f8f8;
    width: 134px;
    font:21px/23px  'Open Sans', Arial;
    font-weight: 300;
}

.forecast-table table th.wind-speed {
    font:14px/17px  'Open Sans', Arial;
    font-weight: 400;
    padding:0 20px;
}

.forecast-table table tbody tr:nth-child(odd) td.wind-speed {
    background: #dcecf9;
}

.forecast-table table td.wind-direction, .forecast-table table th.wind-direction {
    width: 134px;
    font:20px/23px  'Open Sans', Arial;
    font-weight: 400;
}

.forecast-table table th.wind-direction {
    font:14px/17px  'Open Sans', Arial;
    font-weight: 400;
    padding:0 20px;
}*/
.wind-direction__e,
.wind-direction__w,
.wind-direction__s,
.wind-direction__n,
.wind-direction__ne,
.wind-direction__nw,
.wind-direction__sw,
.wind-direction__se {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 2px 3px;
    position: relative;
}

.wind-direction__e:before,
.wind-direction__w:before,
.wind-direction__s:before,
.wind-direction__n:before,
.wind-direction__ne:before,
.wind-direction__nw:before,
.wind-direction__sw:before,
.wind-direction__se:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icons.png) no-repeat -158px -88px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.wind-direction__e.white:before,
.wind-direction__w.white:before,
.wind-direction__s.white:before,
.wind-direction__n.white:before,
.wind-direction__ne.white:before,
.wind-direction__nw.white:before,
.wind-direction__sw.white:before,
.wind-direction__se.white:before {
    background-position: -181px -88px;
    opacity: 0.7;
}

.wind-direction__e:after,
.wind-direction__w:after,
.wind-direction__s:after,
.wind-direction__n:after,
.wind-direction__ne:after,
.wind-direction__nw:after,
.wind-direction__sw:after,
.wind-direction__se:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icons.png) no-repeat 1000px 1000px;
    position: absolute;
    margin: -7px 0 0 -7px;
    left: 50%;
    top: 50%;
}

.wind-direction__e:after {
    background-position: -51px -86px;
}

.wind-direction__w:after {
    background-position: -36px -86px;
}

.wind-direction__s:after {
    background-position: -64px -86px;
}

.wind-direction__n:after {
    background-position: -78px -86px;
}

.wind-direction__ne:after {
    background-position: -64px -101px;
}

.wind-direction__nw:after {
    background-position: -79px -101px;
}

.wind-direction__sw:after {
    background-position: -36px -100px;
}

.wind-direction__se:after {
    background-position: -50px -100px;
}

.wind-direction__e.white:after {
    background-position: -108px -86px;
}

.wind-direction__w.white:after {
    background-position: -94px -86px;
}

.wind-direction__s.white:after {
    background-position: -122px -86px;
}

.wind-direction__n.white:after {
    background-position: -136px -86px;
}

.wind-direction__ne.white:after {
    background-position: -122px -101px;
}

.wind-direction__nw.white:after {
    background-position: -137px -101px;
}

.wind-direction__sw.white:after {
    background-position: -94px -100px;
}

.wind-direction__se.white:after {
    background-position: -108px -100px;
}

.forecast-table table td.summary {
    background: #f8f8f8;
    text-align: left;
    padding: 0;
    padding-left: 50px;
    font-size: 13px;
    /*vertical-align: bottom;*/
}

.forecast-table table tr:nth-child(odd) td.summary {
    background: #dcecf9;
}

.forecast-table table td.summary > div {
    width: 100%;
    height: 100%;
    padding-left: 50px;
    /* padding-top:10px;*/
    position: relative;
}

.forecast-table table td.summary .recommendation {
    display: block;
    background: #dbe4ed;
    padding: 3px 10px 3px 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner {
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}
.banner-image-text {
}
.banner-image-text > a {
    display: table-row;
    text-decoration: none;
}
.banner-image-text > a > img {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.banner-image-text > a > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    line-height: 33px;
}
.banner-gov-uz {
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .banner-gov-uz {
        display: none;
    }
}

.home-news {
    position: relative;
}

.home-news h4 {
    font: 16px/20px 'Open Sans', Arial;
    font-weight: 600;
    margin: 0 0 20px;
}

.home-news h4 a {
    text-decoration: none;
}

.home-news h4 a:hover {
    text-decoration: underline;
}

.home-news__all {
    position: absolute;
    right: -13px;
    top: -39px;
}

.home-news__all:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .home-news h4 {
        font: 14px/20px 'Open Sans', Arial;
        font-weight: 700;
        margin: 0 0 11px;
    }

    .home-news__all {
        right: -1px;
        top: -34px;
        font-weight: 600;
    }
}

.home-banners-pair {
    margin: 0 -9px 26px;
}

.home-banners-pair .banner {
    float: left;
    width: 50%;
    padding: 0 9px;
    text-align: center;
}

.home-banners-pair .banner > a {
    display: block;
    height: 102px;
    padding: 40px 0 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.home-banners-pair .banner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    transition: all 380ms ease-out;
}

.home-banners-pair .banner a:hover .cover {
    transform: scale(1.05);
}

.home-banners-pair .banner-eco-bulletin .cover {
    background-image: url(../img/eco-bulletin-bg.jpg);
}

.home-banners-pair .banner-meteo-bulletin .cover {
    background-image: url(../img/meteo-bulletin-bg.jpg);
}

.home-banners-pair .banner-hydro-bulletin .cover {
    background-image: url(../img/hydro-bulletin-bg.jpg);
}

.home-banners-pair .banner-agro-bulletin .cover {
    background-image: url(../img/agro-bulletin-bg.jpg);
}

.home-banners-pair .banner h3 {
    font: 18px/22px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    margin: 0;
}

@media (max-width: 767px) {
    .home-banners-pair {
        margin: 0 0 15px;
    }

    .home-banners-pair .banner {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 10px;
    }
}

.home-text-forcast {
    padding-right: 350px;
}

.home-satellite-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 341px;
    background: #4cb47c;
    padding: 11px 12px 11px;
    font: 14px/20px 'Open Sans', Arial;
    color: #fff;
    text-align: center;
}

.home-satellite-area img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
}

.home-satellite-area__zoom {
    border-top: 29px solid #4cb47c;
    border-right: 29px solid #4cb47c;
    border-left: 29px solid transparent;
    border-bottom: 29px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    font: 0/0 a;
}

.home-satellite-area__zoom:before {
    content: ' ';
    display: block;
    position: absolute;
    right: -19px;
    top: -17px;
    width: 14px;
    height: 14px;
    background: url(../img/icons.png) no-repeat -169px -40px;
}

@media (max-width: 1023px) and (min-width: 768px) {

}

@media (max-width: 767px) {
    .home-text-forcast {
        padding-right: 0;
    }

    .home-satellite-area {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        padding: 9px 9px 9px;
        font: 13px/19px 'Open Sans', Arial;
    }

    .home-satellite-area img {
        display: block;
        margin: 0 auto 10px;
    }
}

/*-------------------------*/

.main-map {
    height: 760px;
    background: url(../img/main-map-bg.jpg) no-repeat center top;
    min-width: 1088px;
    margin: 0 0 50px;
}

.main-map path {
    stroke: #948f8c;
    stroke-linejoin: round;
    stroke-opacity: .5;
    fill-opacity: 0;
    fill: #fffff7;
}

.main-map path:hover {
    fill-opacity: 1;
}

.main-map__controls {
    height: 85px;
    overflow: hidden;
    margin: 0 -16px;
    padding: 35px 0 0;
}

.main-map__controls > div {
    float: left;
    width: 50%;
    padding: 0 16px;
}

.main-map__controls > div > span {
    display: block;
    padding: 6px 0;
    text-align: center;
    border: 2px dashed #4cb47c;
    font: 16px/20px 'Open Sans', Arial;
    font-weight: 400;
    text-transform: uppercase;
    color: #4cb47c;
    position: relative;
    cursor: pointer;
    transition: all 100ms ease;
}

.main-map__controls > div > span:hover {
    background: #4cb47c;
    color: #fff
}

.main-map__controls > div > span.active {
    background: #2e75b6;
    border-color: #2e75b6;
    color: #fff;
}

.main-map__controls > div > span:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    border-top: 14px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 100ms ease-out;
}

.main-map__controls > div > span.active:before {
    border-top-color: #2e75b6;
    margin-bottom: -14px;
}

.main-map__heading {
    font: 18px/23px 'Open Sans', Arial;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0;
    text-align: center;
    height: 70px;
    padding-top: 20px;
}

.main-map__heading--actual {
    display: none;
    padding-top: 24px;
}

.actual .main-map__heading--actual {
    display: block;
}

.actual .main-map__heading--forecast {
    display: none;
}

.main-map__heading__dates {
    display: inline-block;
    vertical-align: baseline;
    color: #2e75b6;
    margin-left: 13px;
}

.main-map__heading__dates span {
    display: inline-block;
    vertical-align: baseline;
    padding: 0;
    margin: 0 10px;
    border-bottom: 2px dotted #2e75b6;
    cursor: pointer;
}

.main-map__heading__dates span:hover {
    border-bottom: none;
}

.main-map__heading__dates span.active {
    padding: 3px 7px;
    margin: 0 2px;
    border: 1px solid #2e75b6;
}

.main-map__frame {
    height: 570px;
    position: relative;
}

.main-map__frame .city {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    width: 145px;
}

.main-map__frame .city .city-block {
    display: inline-block;
}

.main-map__frame .city .approximate {
    /*display: none;*/
}

.main-map__frame .city .actual {
    display: none;
}

.main-map.actual .main-map__frame .city .actual {
    display: block;
}

.main-map.actual .main-map__frame .city .approximate {
    display: none;
}

.main-map__frame .city img {
    max-width: 33px;
    height: auto;
    display: block;
    margin: 0 auto -2px;
}

.main-map__frame .city .city-info {
    display: inline-block;
    border: 1px solid #4c91d0;
    /*padding:3px 4px;*/
    font: 12px/16px 'Open Sans', Arial;
    color: #4c91d0;
    height: 17px;
    margin: 0 0 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.6);
    white-space: nowrap;
}

.main-map__frame .city .city-info .cityname {
    float: left;
    height: 100%;
    padding: 0 7px;
    color: #fff;
    background: #4c91d0;
    background: rgb(47, 117, 182);
    text-transform: uppercase;
    font-style: italic;
}

.main-map__frame .city .city-info .temp {
    padding: 1px 6px;
    min-width: 30px;
    text-align: center;
    /*float:left;*/
    height: 100%;
    /*display: block;*/
}

.city-nukus {

}

.city-urgench {

}

.city-bukhara {

}

.city-navoi {

}

.city-karshi {

}

.city-termez {

}

.city-samarkand {

}

.city-jizzak {

}

.city-gulistan {

}

.city-tashkent {

}

.city-namangan {

}

.city-ferghana {

}

.city-andijan {

}

.tooltipster-base {
    pointer-events: auto;
}

.tooltipster-default {
    border-radius: 0;
    border: 1px solid #67a1d6;
    background: rgba(255, 255, 255, .85);
    color: #5f5f5f;
}

.tooltipster-default .tooltipster-content {
    padding: 11px 17px;
}

.tooltipster-arrow-border {
    /*margin-left: -2px !important;*/
}

.tooltipster-arrow-border + span {
    /*border-color: #fff !important;*/
    /*margin-left: -1px !important;*/
}

.city-tooltip {
    text-align: center;
}

.city-tooltip h3 {
    font: 24px/28px 'Open Sans', Arial;
    font-weight: 300;
    text-transform: uppercase;
    margin: 1px 0 7px;
}

.city-tooltip .date {
    font: 14px/18px 'Open Sans', Arial;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.city-tooltip .weather {
    padding: 11px 0 0 73px;
    margin: 0 0 7px;
    font: 13px/17px 'Open Sans', Arial;
}

.city-tooltip .weather img {
    float: left;
    margin-left: -65px;
    margin-top: -7px;
}

.city-tooltip .weather .weather-temp {
    font: 22px/26px 'Open Sans', Arial;
    font-weight: 300;
    margin: 0 0 8px;
}

.city-tooltip .wind {
    padding-left: 68px;
    padding-top: 10px;
    font: 15px/18px 'Open Sans', Arial;
    font-weight: 300;
    min-height: 30px;
    margin: 0 0 16px;
    text-align: left;
}

.city-tooltip .wind:before {
    content: ' ';
    display: block;
    width: 33px;
    height: 27px;
    background: url(../img/icons.png) no-repeat -289px -48px;
    float: left;
    margin: -5px 0 0 -53px;
}

.city-tooltip .notice {
    text-align: left;
    padding: 8px 10px 9px 68px;
    font: 13px/17px 'Open Sans', Arial;
    background: rgba(244, 198, 144, .3);
}

.city-tooltip .notice:before {
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icons.png) no-repeat 0 -84px;
    float: left;
    margin: 0 0 0 -52px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .main-map {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .main-map {
        display: none;
    }
}

/*---------------------*/

.side-widget {

}

.side-widget + .side-widget {
    margin-top: -1px;
}

.side-widget__heading {
    background: #83aed6;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 13px 15px;
}

.side-widget--orange .side-widget__heading {
    background: #eb9812;
}

.side-widget--violet .side-widget__heading {
    background: #7660a7;
}

.side-widget__heading h3 {
    font: 14px/18px 'Open Sans', Arial;
    font-weight: 400;
    margin: 0;
}

.side-widget__content {
/*    border: 1px solid #e5e5e5;*/
    padding: 16px 19px 13px;
    font-size: 15px;
    /*border-bottom:none;*/
}

.contrast .side-widget__heading {
    background: none;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .side-widget__heading {
        padding: 11px 13px 10px;
        text-transform: none;
    }

    .side-widget__heading h3 {
        font-weight: 600;
    }

    .side-widget__content {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .side-widget__heading {
        padding: 11px 13px 10px;
        text-transform: none;
    }

    .side-widget__heading h3 {
        font-weight: 600;
    }

    .side-widget__content {
        font-size: 13px;
    }
}

ul.arrowed-list {
    padding: 0 0 0 22px;
    list-style: none;
}

ul.arrowed-list li {
    margin: 0 0 5px;
    padding: 0 0 0 0;
}

ul.arrowed-list li:before {
    content: ' ';
    display: block;
    border-left: 10px solid #2e75b6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    float: left;
    margin: 5px 0 0 -22px;
}

ul.arrowed-list--orange li:before {
    border-left-color: #eb9812;
}

ul.arrowed-list--violet li:before {
    border-left-color: #7660a7;
}

ul.arrowed-list--green li:before {
    border-left-color: #4cb47c;
}

ul.arrowed-list li a {
    text-decoration: underline;
}

ul.arrowed-list li a:hover {
    text-decoration: none;
}

/*--------------------------------------*/

.x3-cols {
    margin: 0 -15px;
}

.x3-col {
    float: left;
    width: 33.3%;
    padding: 0 15px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .x3-cols {
        margin: 0 -10px;
    }

    .x3-col {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .x3-cols {
        margin: 0;
    }

    .x3-col {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 15px;
    }
}

.widget {
    margin: 0 0 30px;
}

.widget-heading {

}

.widget-heading h3 {
    display: inline-block;
    padding: 8px 18px 8px 15px;
    margin: 0;
    min-width: 155px;
    background: #2e75b6;
    font: 16px/20px 'Open Sans', Arial;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}

.widget--green .widget-heading h3 {
    background: #4cb47c;
}

.widget--orange .widget-heading h3 {
    background: #eb9812;
}

.widget--violet .widget-heading h3 {
    background: #7660a7;
}

.widget--sunny .widget-heading h3:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: -3px 11px 0 -2px;
    width: 21px;
    height: 21px;
    background: url(../img/icons.png) no-repeat -111px 0;
}

.widget-heading h3:after {
    content: ' ';
    display: block;
    border-top: 14px solid #2e75b6;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 15px;
    top: 100%;
}

.widget--green .widget-heading h3:after {
    border-top-color: #4cb47c;
}

.widget--orange .widget-heading h3:after {
    border-top-color: #eb9812;
}

.widget--violet .widget-heading h3:after {
    border-top-color: #7660a7;
}

.widget-body {
    background: #fff;
    padding: 53px 34px 22px;
    margin: -18px 0 0;
    position: relative;
}

.contrast .widget-body {
    background: none;
    border: 1px solid #888;
}

.contrast .widget-heading h3 {
    background: #000;
    border: 1px solid #888;
}

.contrast .widget-heading h3:after {
    display: none;
}

@media (max-width: 1023px) and (min-width: 768px) {

}

@media (max-width: 767px) {
    .widget-heading h3 {
        margin-left: 5px;
    }

    .widget-body {
        padding: 40px 14px 13px;
    }
}

/*-----------------------------*/

img.alignleft {
    float: left;
    margin: 2px 25px 15px 0;
}

/*--------------------------------------------------*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .page-header__main {
        height: 99px;
        padding: 0 0 0;
    }

    .page-nav {
        display: none
    }

    .page-header__symbolic {
        float: right
    }

    .page-header__right {
        display: none
    }

    .breadcrumbs {
        display: none
    }

    .weather-horizontal .container {
        padding-left: 10px;
    }

    .weather-horizontal .icon {
        display: none
    }

    .weather-widget__forecast {
        padding-top: 47px;
    }

    .weather-widget {
        min-height: 0;
        margin-bottom: 10px;
    }

    .city-select {
        display: none
    }

    .weather-widget__forecast__periods {
        display: none
    }

    .weather-widget__forecast__table .day {
        padding-left: 0;
    }

    .weather-widget__forecast__table .day .day-part {
        height: auto;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-right: 0;
        padding: 2px 0 0;
    }

    .weather-widget__forecast__table .day .day-part:nth-child(even) {
        background: #ddd
    }

    .day-part-info {
        height: auto;
        min-height: 160px;
        margin-bottom: 7px;
    }

    .weather-widget__forecast__table .wind {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        margin-bottom: 5px
    }

    .day-part.overflown:after {
        display: none
    }

    .weather-horizontal .container {
        padding: 0;
        font-size: 13px;
    }

    .weather-horizontal .more {
        display: none
    }

    .main-map {
        display: none
    }

    .home-satellite-area__zoom {
        display: none
    }

    .home-banners-pair, .banner-gov-uz {
        display: none
    }

    #home-news-widget {
        display: none
    }

    /*.widget-heading h3 {font-weight: bold}*/
    .main-columns {
        padding: 7px 0 0;
    }

    .side-nav ul li a {
        padding-left: 0;
    }

    .side-nav ul li a:before {
        display: none
    }

    .page-footer__copyright {
        padding: 15px 0px 0 0;
    }

    .page-footer__copyright img {
        display: none
    }

    .page-footer__contacts ul li {
        padding: 0px 0 6px 0;
    }

    .page-footer__contacts ul li.email {
        margin-top: 0;
    }

    .page-footer__contacts ul li:before {
        display: none
    }

    .page-footer__right .clearfix {
        display: none
    }

    .forecast-table table td, .forecast-table table th {
        border: 1px solid #f0f0f0;
    }

    .fixed-thead {
        display: none !important
    }

    .hidden-print {
        display: none !important
    }

    .widget--sunny .widget-heading h3:before, .widget--sunny .widget-heading h3:after {
        display: none
    }

    .widget-body {
        padding: 10px 14px 12px;
        margin: 0 0 0;
    }

    .sidebar {
        display: none
    }

    .content-column {
        float: none;
        width: auto;
    }
}

figure {
    margin: 0 1em;
    display: inline-block;
}

.entry figure {
    max-width: 250px;
}

figure.text-left {
    float: left;
    margin: 1em 1.5em 1em 0;
}

figure.text-right {
    float: right;
    margin: 1em 0 1em 1.5em;
}

figcaption {
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
    padding: 0.5em 0.5em 0;
    text-align: center;
}

.text-to-speech-widget {
    background: transparent url(../img/text-to-speech-widget-icons.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 48px;
    position: absolute;
    width: 48px;
    z-index: 2000;
}

.text-to-speech-widget_playing {
    animation: spin 2s linear infinite;
    background-position: -48px 0;
}

@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

.text-nowrap {
    white-space: nowrap;
}

.footer-links ul{
   list-style: none;
    padding: 5px 0 0 0;
}

.footer-links ul li{
  padding: 5px 5px 5px 5px;
    position: relative;
}