﻿@charset "UTF-8";
body {
    background: #ffffff !important;
}

/* comment to force TFS to see a change */

.fixed-header,
.layout {
    color: #000;
    text-align: left;
}

.charts-grid:after,
.content-section__col-full:after,
.content-section__row:after,
.footer-menu:after,
.footer__col-contacts:after,
.footer__col-license:after,
.footer__col-social:after,
.footer__row:after,
.header__top:after,
.layout__container:after,
.news__line:after {
    clear: both;
}

.datepicker,
ol,
ul {
    list-style: none;
}

.article__heading-title a,
.contact-card__link,
.node-teaser__date {
    text-overflow: ellipsis;
    white-space: nowrap;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
}

.fixed-header,
.header,
.layout {
    font-weight: 300;
    font-family: "Open Sans";
}

.fixed-header,
.footer,
.header,
.layout,
body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layout {
    font-size: 18px;
    overflow-x: hidden;
}

.layout__line {
    padding: 10px 0;
    box-sizing: border-box;
}

.layout__arrow-down,
.layout__line_fixed {
    position: fixed;
    padding: 0;
    z-index: 20;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.layout__arrow-down {
    display: none;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/down-chevron.svg) center no-repeat;
    background-size: contain;
    opacity: 0;
}

.layout__line_gray {
    background-color: #F7F7F7;
}

.layout__line_fixed {
    height: 80px;
    width: 100%;
    top: -81px;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
}

.layout__line_header,
.layout__line_subscriptions {
    background-repeat: no-repeat;
    background-size: cover;
}

.layout__line_footer-top {
    border-top: 1px solid #E3E3E3;
    padding: 50px 0 40px;
}

.layout__line_footer {
    border-top: 1px solid #E3E3E3;
    padding: 20px 0 !important;
}

.layout__line_header {
    background-image: url(../images/bg_1.jpg);
    background-position: center bottom;
    padding: 30px 0 65px;
    position: relative;
}

.layout__line_dropdown-menu {
    /* display: none; */
    position: fixed;
    width: 300px;
    z-index: 30;
    padding: 0;
}

.layout__line_dropdown-menu:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .9;
    z-index: -1;
}

.fixed-header .search-container_focused .fixed-header__cancel,
.fixed-header__search.opened .fixed-header__search-field {
    opacity: 1;
}

.layout__line_dropdown-menu .layout__container {
    height: 100%;
    padding: 0;
}

.layout__line_news {
    padding-top: 50px;
}

.layout__line_search {
    position: relative;
}

.layout__container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 480px;
}

.layout__container:after,
.layout__container:before {
    content: " ";
    display: table;
}

@media (min-width:768px) {
    .layout__container {
        max-width: none;
        width: 730px;
    }
}

@media (min-width:992px) {
    .layout__container {
        width: 970px;
    }
}

@media (min-width:1440px) {
    .layout__container {
        width: 1380px;
    }
}

@media (min-width:1500px) {
    .layout__container {
        width: 1470px;
    }
}

.layout__banner {
    left: -190px;
    width: 190px;
    position: absolute;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    min-height: 600px;
    display: none;
}

.fixed-header__search,
.fixed-header__search-icon {
    position: relative;
    height: 80px;
    display: inline-block;
}

.layout__banner_left {
    left: -190px;
}

.layout__banner_right {
    left: auto;
    top: 0;
    right: -190px;
}

@media (min-width:768px) and (max-width:991px) {
    .layout__line {
        padding: 60px 0 30px;
    }
    .layout__line_news {
        padding-top: 20px;
    }
    .layout__line_footer-top {
        padding: 30px;
    }
    .layout__line_header {
        padding: 40px 0 145px;
    }
    .layout__line_fixed {
        padding: 0;
        height: 60px;
        top: -61px;
    }
    .layout__line_header-inner {
        min-height: 0;
        max-height: 220px;
        padding: 30px 0 45px;
    }
}

@media (max-width:767px) {
    .layout__line {
        padding: 10px 0 30px;
    }
    .layout__line_news {
        padding: 35px 0 0;
    }
    .layout__line_dropdown-menu {
        padding: 0;
    }
    .layout__line_header {
        min-height: 435px;
        padding: 20px 0 65px;
    }
    .layout__line_header-inner {
        min-height: 0;
        max-height: 135px;
    }
    .layout__line_subscriptions {
        padding: 150px 0;
    }
    .layout__line_footer-top {
        padding: 20px;
    }
    .layout__line_fixed {
        padding: 0;
        height: 60px;
        top: -61px;
    }
    .layout__line_footer {
        border: none;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .layout__arrow-down {
        display: block;
    }
}

.fixed-header {
    font-size: 18px;
    height: 80px;
    box-sizing: border-box;
}

.fixed-header__search {
    vertical-align: top;
    color: #4a4a4a;
    font-size: 18px;
    width: 80px;
    white-space: nowrap;
    z-index: 20;
    margin-right: 30px;
}

.fixed-header__search.opened .fixed-header__search-icon {
    border-right: none;
}

.fixed-header__search-icon {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    width: 80px;
    cursor: pointer;
}

.fixed-header__search-icon .icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
}

.fixed-header__search-field {
    position: absolute;
    overflow: hidden;
    left: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 100vw;
    max-width: 0;
    display: inline-block;
    opacity: 0;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: max-width .5s ease-in-out, opacity .3s ease-in-out;
    transition: max-width .5s ease-in-out, opacity .3s ease-in-out;
    border-bottom: 1px solid #E3E3E3;
}

.fixed-header__search-field:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    border-right: 1px solid #E3E3E3;
}

.fixed-header__search-input {
    border: none;
    outline: 0;
    margin: 0;
    height: 100%;
    padding: 15px 0;
    width: calc(100% - 75px);
    font-size: 18px;
    font-family: "Open Sans";
    box-sizing: border-box;
}

.fixed-header__search-input ::-webkit-input-placeholder {
    color: #4a4a4a;
}

.fixed-header__search-input ::-moz-placeholder {
    color: #4a4a4a;
}

.fixed-header__search-input :-moz-placeholder {
    color: #4a4a4a;
}

.fixed-header__search-input :-ms-input-placeholder {
    color: #4a4a4a;
}

.fixed-header__cancel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    text-align: center;
    z-index: 100;
}

.fixed-header__actions,
.fixed-header__logo,
.fixed-header__menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 15px 0;
}

.fixed-header__cancel svg {
    margin-top: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    fill: #4a4a4a;
}

.fixed-header__logo {
    height: 50px;
}

.fixed-header__logo img {
    margin-top: 10px;
    margin-right: 30px;
    width: 120px;
}

.fixed-header__menu {
    font-size: 0;
}

.fixed-header__actions {
    font-size: 0;
    float: right;
}

.fixed-header__menu-btn {
    display: none;
}

.fixed-header .btn_default {
    color: #1b98e0;
}

.fixed-header .btn_default:before {
    background-color: #1b98e0;
}

@media (min-width:768px) and (max-width:991px) {
    .fixed-header {
        height: 60px;
    }
    .fixed-header__actions {
        padding: 8px 0 10px;
    }
    .fixed-header__logo {
        height: 30px;
    }
    .fixed-header__logo img {
        margin-top: 5px;
        margin-right: 10px;
        width: 90px;
    }
    .fixed-header__search,
    .fixed-header__search-icon {
        height: 60px;
        width: 60px;
    }
    .fixed-header__search {
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    .fixed-header {
        height: 60px;
    }
    .fixed-header__menu {
        display: none;
    }
    .fixed-header__actions {
        display: none;
        padding: 15px 0 10px;
    }
    .fixed-header__logo {
        height: 30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .fixed-header__logo img {
        margin-top: 5px;
        margin-right: 10px;
        width: 90px;
    }
    .fixed-header__search {
        float: left;
        height: 60px;
        width: 40px;
        margin-right: 20px;
    }
    .fixed-header__search-input {
        width: calc(100% - 50px);
    }
    .fixed-header__cancel {
        right: 15px;
    }
    .fixed-header__search-icon {
        height: 60px;
        width: 40px;
        border: none;
        color: #1b98e0;
    }
    .fixed-header__menu-btn {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        cursor: pointer;
        padding: 20px 0;
    }
    .fixed-header__menu-btn svg {
        fill: #1b98e0;
        max-width: 100%;
    }
}

.header {
    font-size: 18px;
    text-align: left;
    text-align: center;
    color: #fff;
}

.header_inner .header__logo {
    margin-top: 0;
    margin-bottom: 22px;
}

.header_inner .header__logo-link {
    display: inline-block;
    position: relative;
    top: -50px;
}

.header_inner .header__information,
.header_inner .header__title {
    display: none;
}

.header_inner .header__search {
    margin-bottom: 10px;
}

.header__top {
    font-size: 0;
}

.header__top:after {
    content: '';
    display: table;
    height: 1px;
}

.header__menu {
    float: left;
}

.header__actions {
    float: right;
}

.header__logo {
    margin-top: 50px;
}

.header__logo-link {
    display: block;
}

.header__logo-link img {
    max-width: 100%;
}

.header__search {
    width: 960px;
    margin: 0 auto;
}

.header__title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 45px;
}

.header__information {
    margin-top: 45px;
}

.header__widget {
    display: inline-block;
    padding: 0 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.header__widget-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.header__menu-btn {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    display: none;
}

.header__menu-btn svg {
    fill: #fff;
    max-width: 100%;
}

.header__actions_mob,
.header__logo_mob {
    display: none;
}

@media (min-width:992px) and (max-width:1439px) {
    .header_inner .header__logo-link {
        width: 145px;
        top: -40px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header_inner .header__logo {
        margin-top: 90px;
    }
    .header_inner .header__logo-link {
        top: 0;
    }
    .header_inner .header__logo_mob {
        display: block;
        float: left;
        width: 90px;
        margin-top: 5px;
        margin-right: 115px;
    }
    .header_inner .header__logo {
        display: none;
    }
    .header_inner .header__search {
        margin-top: 50px;
    }
    .header__logo {
        margin-top: 90px;
    }
    .header__search {
        width: 100%;
    }
    .header__title {
        margin-top: 35px;
        font-size: 30px;
    }
    .header__information {
        margin-top: 30px;
    }
    .header__widget-title {
        font-size: 10px;
    }
    .header__widget-text {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .header_inner .header__logo-link {
        top: 0;
    }
    .header_inner .header__search {
        margin-top: 20px;
    }
    .header__menu-btn {
        display: block;
    }
    .header__logo {
        display: none;
    }
    .header__logo_mob {
        display: block;
        text-align: left;
        width: 90px;
    }
    .header__title {
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 31px;
    }
    .header__search {
        width: 100%;
    }
    .header__actions,
    .header__menu {
        display: none;
    }
    .header__actions_mob {
        display: block;
        text-align: center;
        font-size: 0;
        margin-top: 30px;
    }
    .header__information {
        width: 80%;
        margin: 20px auto;
    }
    .header__widget {
        display: inline-block;
        float: none;
        padding: 0;
        white-space: nowrap;
    }
    .header__widget:after {
        content: ',';
        margin-left: -5px;
    }
    .header__widget-text,
    .header__widget-title {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
    }
}

.footer__col-license {
    float: left;
}

.footer__col-contacts,
.footer__col-license,
.footer__col-menu,
.footer__col-social,
.footer__col-subscribe {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

.footer__col-contacts:after,
.footer__col-contacts:before,
.footer__col-license:after,
.footer__col-license:before,
.footer__col-menu:after,
.footer__col-menu:before,
.footer__col-social:after,
.footer__col-social:before,
.footer__row:after,
.footer__row:before {
    content: " ";
    display: table;
}

.footer {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
}

.footer__row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer__col-social {
    float: right !important;
}

.footer__col-menu:after {
    clear: both;
}

@media (min-width:992px) {
    .footer__col-menu {
        float: left;
        width: 50%;
    }
    .footer__col-contacts {
        float: left;
        width: 30%;
    }
}

.footer__col-subscribe {
    float: right;
}

@media (min-width:992px) {
    .footer__col-subscribe {
        float: left;
        width: 25%;
    }
}

.footer__license {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
}

.content-section,
.main-menu,
.search-form {
    line-height: 1;
    font-weight: 300;
}

.footer__license-link {
    color: #1b98e0;
}

.footer__license-link:hover {
    color: #1679b2;
}

.footer__social {
    float: right;
}

.main-menu {
    font-family: "Open Sans";
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding-right: 20px;
}

.main-menu__item {
    display: inline-block;
}

.main-menu__item .cart-qty {
    font-size: 14px;
}

.main-menu__item:first-child .main-menu__link {
    padding-left: 0;
}

.main-menu__link {
    height: 50px;
    display: block;
    padding: 15px 10px;
    color: #fff;
    box-sizing: border-box;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.main-menu__link:hover {
    color: #1679b2;
}

.main-menu_overlay {
    text-align: center;
}

.main-menu_overlay .main-menu__item {
    display: block;
}

.main-menu_overlay .main-menu__link {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:768px) and (max-width:991px) {
    .main-menu__link {
        font-size: 14px;
        height: 30px;
        display: block;
        padding: 10px 0 5px 15px;
    }
}

.search-form,
.search-form__field {
    font-size: 18px;
    font-family: "Open Sans";
}

.search-form {
    color: #000;
    text-align: left;
    position: relative;
}

.search-form.search-container_focused .search-form__extent {
    right: 60px;
}

.search-form.search-container_focused .search-form__cancel {
    opacity: 1;
}

.search-form__field {
    background-color: #FFF;
    border: none;
    outline: 0;
    height: 80px;
    border-radius: 100px;
    padding: 20px 220px 20px 60px;
    width: 100%;
    box-sizing: border-box;
}

.search-form__field ::-webkit-input-placeholder {
    color: #4a4a4a;
}

.search-form__field ::-moz-placeholder {
    color: #4a4a4a;
}

.search-form__field :-moz-placeholder {
    color: #4a4a4a;
}

.search-form__field :-ms-input-placeholder {
    color: #4a4a4a;
}

.search-form__extent {
    color: #1b98e0;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.search-form__extent:hover {
    color: #1679b2;
}

.search-form__cancel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    text-align: center;
    z-index: 100;
}

.search-form__cancel svg {
    margin-top: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    fill: #4a4a4a;
}

.search-form:before {
    content: '\e80d';
    font-family: fontello;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #4a4a4a;
    display: none;
}

.search-icon {
    cursor: pointer;
    position: absolute;
    top: 21px;
    left: 11px;
    background: transparent;
    border: none;
}

.search-icon:before {
    content: '\e80d';
    font-family: fontello;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -5px;
    left: 12px;
    color: #4a4a4a;
}

.btn,
.content-section {
    font-family: "Open Sans";
}

@media (min-width:768px) and (max-width:991px) {
    .search-form:before {
        top: 20px;
    }
    .search-form__field {
        height: 60px;
        font-size: 14px;
        padding-right: 200px;
    }
    .search-form__extent {
        font-size: 14px;
        top: 24px;
    }
}

@media (max-width:767px) {
    .search-form:before {
        font-size: 14px;
        top: 18px;
        left: 20px;
    }
    .search-icon:before {
        top: -10px;
        left: 6px;
    }
    .search-form__field {
        height: 50px;
        font-size: 12px;
        padding: 20px 55px 20px 40px;
    }
    .search-form__cancel {
        right: 15px;
    }
    .search-form__extent {
        display: none;
    }
}

.content-section__col-full,
.content-section__col-half,
.content-section__col-quarter,
.content-section__sub-title {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.content-section__col-full:after,
.content-section__col-full:before,
.content-section__row:after,
.content-section__row:before {
    content: " ";
    display: table;
}

.content-section {
    font-size: 18px;
    color: #000;
    text-align: left;
}

.btn,
.content-section.content-section_align-center,
.icon {
    text-align: center;
}

.content-section__row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .content-section__col-full {
        float: left;
        width: 100%;
    }
    .content-section__col-half {
        float: left;
        width: 50%;
    }
    .content-section__col-quarter {
        float: left;
        width: 25%;
    }
}

.content-section_news .content-section__title {
    display: none;
}

.content-section__title .content-section__all,
.content-section_news .content-section__all,
.charts-grid__item .content-section__all {
    display: block;
}

.content-section__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*margin: 0 0 30px;*/
    display: block;
}

.content-section__sub-title {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .content-section__sub-title {
        float: left;
        width: 50%;
        margin-left: 25%;
    }
}

.content-section__all {
    display: none;
    float: right;
    font-size: 12px;
    line-height: 1;
    color: #1b98e0;
    text-transform: uppercase;
    font-weight: 700;
}

.btn,
.content-section.content-section_negative,
.content-section.content-section_negative .content-section__sub-title,
.content-section.content-section_negative .content-section__title {
    color: #ffd700;
}

@media (min-width:768px) and (max-width:991px) {
    /*.content-section__title {
        margin: 0 0 30px;
    }*/
    .content-section__sub-title {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-section_news .content-section__title {
        display: block;
        margin-bottom: 20px;
    }
    .content-section_news .content-section__title .content-section__all {
        display: block;
    }
    .content-section_news .content-section__all {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .content-section__sub-title {
        float: left;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .content-section__title {
        margin-top: 0;
        text-align: center;
    }
    .content-section__title .content-section__all {
        display: none;
    }
    .content-section__all {
        display: block;
        width: 100%;
        text-align: center;
        margin: -10px 0 50px;
    }
    .content-section__all_last {
        margin-top: 0;
        margin-bottom: 0;
    }
    .content-section_news .content-section__title {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 20px
    }
    .content-section_news .content-section__title .content-section__all {
        display: inline-block;
        width: auto;
        margin: 4px 0 0;
        float: right;
    }
    .content-section_news .content-section__all {
        display: none;
    }
}

.btn {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
}

.btn_sm,
.icon {
    font-weight: 400;
}

.btn_default:before,
.btn_primary:before {
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.btn:before {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.btn_left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn_right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn_primary {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn_primary:before {
    display: block;
    position: absolute;
    background-color: #1b98e0;
    z-index: -1;
}

.btn_primary:hover:before {
    background-color: #1679b2;
}

.btn_default {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn_default:before {
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: .4;
    z-index: -1;
}

.btn_default:hover:before {
    opacity: .2;
}

.btn.btn_overlay {
    border-radius: 0;
    width: 100%;
    height: 67px;
    padding: 25px 20px;
}

.btn.btn_overlay.btn_left {
    background: #fff;
    color: #1b98e0;
}

.btn_resp {
    display: block;
}

.btn_big {
    height: 60px;
    padding: 20px 35px;
}

.btn_sm {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .btn {
        height: 34px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .fixed-header .btn {
        height: 45px;
        line-height: 1.8
    }
    .fixed-header .account-btn-sticky-right {
        line-height: 1
    }
    .btn_sm {
        font-size: 12px;
        text-transform: uppercase;
        padding: 20px 30px;
        font-weight: 400;
        height: 50px;
    }
    .btn_big {
        height: 40px;
        font-size: 18px;
        padding: 10px 35px;
    }
}

@media (max-width:767px) {
    .btn {
        height: 34px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .btn_sm {
        font-size: 12px;
        text-transform: uppercase;
        padding: 20px 30px;
        font-weight: 400;
        height: 50px;
    }
    .btn_big {
        height: 40px;
        font-size: 18px;
        padding: 10px 35px;
    }
    .btn_left,
    .btn_right {
        width: 100px;
        white-space: nowrap;
    }
}

.icon {
    font-family: fontello;
    font-style: normal;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chart,
.node-teaser {
    font-family: "Open Sans";
    font-weight: 400;
}

.chart,
.charts-grid,
.features,
.node-teaser {
    text-align: left;
}

.article-list__title,
.aside__title,
.chart__title,
.contact-card__actions,
.contacts__title,
.detail-info__title,
.label,
.list-group__title,
.node-list__title,
.page__title-label,
.panel__head,
.plan__duration,
.plan__price,
.subscribe-form__title,
.table-responsive__row_header,
.tabs__nav-item,
.term__title,
.tickets__detail,
.timeframe-filter__block-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.icon_BuyBox {
    font-size: 14px;
    color: #1b98e0;
    text-transform: uppercase;
}

.icon_social {
    font-size: 20px;
    color: #1b98e0;
}

.icon_social:hover {
    color: #1679b2;
}

.icon_instagram:before {
    content: '\e800';
}

.icon_pinterest-circled:before {
    content: '\e801';
}

.icon_linkedin:before {
    content: '\e802';
}

.icon_twitter:before {
    content: '\e803';
}

.icon_facebook:before {
    content: '\e804';
}

.icon_paper-plane:before {
    content: '\e805';
}

.icon_skype:before {
    content: '\e806';
}

.icon_share:before {
    content: '\e807';
}

.icon_thumbs-up:before {
    content: '\e808';
}

.icon_thumbs-down:before {
    content: '\e809';
}

.icon_comment-empty:before {
    content: '\e80a';
}

.icon_right-open-big:before {
    content: '\e80b';
}

.icon_left-open-big:before {
    content: '\e80c';
}

.icon_search:before {
    content: '\e80d';
}

.icon_bell:before {
    content: '\e80e';
}

.icon_calendar:before {
    content: '\e80f';
}

.icon_angle-down:before {
    content: '\e810';
}

.icon_angle-up:before {
    content: '\e811';
}

.icon_ticket:before {
    content: '\e812';
}

.icon_star:before {
    content: '\e813';
}

.icon_clock:before {
    content: '\e814';
}

.icon_bookmark-empty {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.icon_bookmark-empty:before {
    content: '\e815';
}

.node-teaser {
    line-height: 1;
    font-size: 14px;
    color: #fff;
}

.node-teaser:hover .node-teaser__overlay {
    top: 0;
}

.node-teaser:hover .node-teaser__overlay-text {
    opacity: 1;
}

.node-teaser:hover .node-teaser__description-title {
    color: #1b98e0;
}

.node-teaser__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.node-teaser__image-container,
.node-teaser__image-wrap {
    position: relative;
    overflow: hidden;
}

.node-teaser__image {
    width: 100%;
    bottom: 0;
    outline: 0;
    display: block;
}

.node-teaser__label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.node-teaser__overlay,
.node-teaser__overlay-text {
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
}

.node-teaser__overlay {
    top: 40%;
    height: 120%;
    opacity: .8;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(to bottom, transparent, #000);
    -webkit-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out
}

.node-teaser__overlay-text {
    height: auto;
    padding: 15px;
    bottom: 40px;
    box-sizing: border-box;
    opacity: 0;
    line-height: 1.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.chart__link,
.node-teaser__description-title,
.search-results__body a,
.search-results__title a {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.node-teaser__info {
    position: absolute;
    font-size: 12px;
    width: 100%;
    bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 10;
    color: #868686;
}

.node-teaser__date {
    max-width: 50%;
    overflow: hidden;
    position: relative;
    float: left;
}

.node-teaser__actions {
    float: right;
}

.node-teaser__btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.node-teaser__btn:hover {
    color: #fff;
}

.node-teaser__description-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-top: 20px;
    display: block;
}

.node-teaser__description-title:hover {
    color: #1679b2;
}

.node-teaser__description-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 10px;
}

.node-teaser_portrait .node-teaser__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
    display: block;
    color: #fff;
}

.node-teaser_portrait .node-teaser__date {
    float: none;
    color: #fff;
}

.node-teaser_portrait .node-teaser__actions {
    margin-top: 20px;
    float: none;
}

.node-teaser_portrait .node-teaser__overlay-text {
    bottom: 90px;
}

.node-teaser_big .node-teaser__description-title {
    font-size: 24px;
}

.node-teaser_big .node-teaser__description-text {
    font-size: 14px;
}

.node-teaser_big .node-teaser__label {
    top: 40px;
    left: 50px;
}

.node-teaser_photo .node-teaser__info {
    position: static;
    padding: 0;
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.node-teaser_photo .node-teaser__btn:hover {
    color: #1679b2;
}

.node-teaser_light .node-teaser__description-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    margin-top: 5px;
}

.node-teaser_light .node-teaser__description-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width:992px) {
    .node-teaser_news .node-teaser__overlay,
    .node-teaser_news .node-teaser__overlay-text {
        display: block;
    }
    .node-teaser_news .node-teaser__description-text {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-teaser_news {
        padding-bottom: 20px;
    }
    .node-teaser_news .node-teaser__overlay {
        display: block;
    }
    .node-teaser_big .node-teaser__description {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 480px;
    }
    .node-teaser_big .node-teaser__description:after,
    .node-teaser_big .node-teaser__description:before {
        content: " ";
        display: table;
    }
    .node-teaser_big .node-teaser__description:after {
        clear: both;
    }
    .node-teaser_big .node-teaser__description-title {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .node-teaser_big .node-teaser__description {
        max-width: none;
        width: 730px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:992px) {
    .node-teaser_big .node-teaser__description {
        width: 970px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:1440px) {
    .node-teaser_big .node-teaser__description {
        width: 1380px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:1500px) {
    .node-teaser_big .node-teaser__description {
        width: 1470px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-teaser_big .node-teaser__description-text {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .node-teaser_big .node-teaser__description-text,
    .node-teaser_big .node-teaser__description-title {
        float: left;
        width: 100%;
    }
}

@media (max-width:767px) {
    .node-teaser_news {
        padding-bottom: 20px;
    }
    .node-teaser_news .node-teaser__overlay-text {
        display: block;
        position: static;
        opacity: 1;
        padding: 20px 0;
        color: #000;
    }
    .node-teaser_news .node-teaser__description-text,
    .node-teaser_response .node-teaser__image {
        display: none;
    }
    .node-teaser_news .node-teaser__info {
        position: static;
        padding: 0;
    }
    .node-teaser_news .node-teaser__description-title {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .node-teaser.node-teaser_news .node-teaser__image-wrap {
        margin: 0 -15px;
    }
    .node-teaser_response .node-teaser__label {
        position: static;
    }
    .node-teaser_response .node-teaser__description-title {
        margin-top: 10px;
    }
    .node-teaser_response .node-teaser__description-text {
        margin-top: 0;
    }
    .node-teaser__overlay-text {
        font-size: 13px;
    }
}

.chart {
    line-height: 1;
    font-size: 18px;
    color: #000;
    padding: 30px;
}

.chart_custom-marker .chart__list-item {
    position: relative;
}

.chart_custom-marker .chart__list-item:before {
    display: none;
}

.chart_custom-marker .chart__marker {
    position: absolute;
    color: #4a4a4a;
}

.chart_custom-marker .chart__link {
    margin-left: 115px;
}

.chart__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 22px;
}

.chart__list {
    counter-reset: item;
}

.chart__list-item {
    margin-bottom: 20px;
}

.chart__list-item:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #4a4a4a;
    position: absolute;
}

.chart__link {
    margin-left: 35px;
    display: block;
    color: #1b98e0;
    line-height: 1.2;
}

.chart__link:hover {
    color: #1679b2;
}

.banner,
.charts-grid {
    font-family: "Open Sans";
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

@media (max-width:767px) {
    .chart__list li:nth-last-child(n+11) {
        display: none;
    }
}

.charts-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.charts-grid:after,
.charts-grid:before {
    content: " ";
    display: table;
}

.charts-grid__item {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width:768px) {
    .charts-grid__item {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .charts-grid__item {
        float: left;
        width: 50%;
    }
}

@media (min-width:1440px) {
    .charts-grid__item {
        float: left;
        width: 50%;
    }
}

.charts-grid__item:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    background: #fff;
    height: 100%;
    z-index: -1;
}

@media (max-width:767px) {
    .charts-grid__item {
        height: auto !important;
    }
}

.banner {
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.banner .banner__image {
    max-width: 100%;
    background-color: #f7f7f7;
}

.banner .banner__image .ad {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
}

.banner_vertical-offset .banner__image {
    margin: 50px auto;
}

.carousel {
    padding-bottom: 40px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-image: none;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 20px;
    height: 28px;
    margin-top: -15px;
    text-align: center;
}

.swiper .swiper-button-next .icon,
.swiper .swiper-button-prev .icon {
    margin: 0;
    width: 12px;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    color: #1679b2;
}

.swiper .swiper-button-prev {
    left: 35px;
}

.swiper .swiper-button-next {
    right: 35px;
}

.swiper .swiper-pagination-bullets {
    top: 10px;
    bottom: auto;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background: 0 0;
    opacity: 1;
    border: 1px solid #4a4a4a;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}

.swiper_carousel .swiper-button-prev {
    color: #1b98e0;
    left: -15px;
}

.swiper_carousel .swiper-button-next {
    color: #1b98e0;
    right: -15px;
}

.swiper.swiper_customers .swiper-slide {
    display: inline-block;
    width: auto;
}

@media (min-width:768px) and (max-width:991px) {
    .swiper_carousel .swiper-button-prev {
        left: -10px;
    }
    .swiper_carousel .swiper-button-next {
        right: -10px;
    }
}

@media (max-width:767px) {
    .swiper .swiper-button-prev {
        color: #fff;
        left: 20px;
    }
    .swiper .swiper-button-next {
        color: #fff;
        right: 20px;
    }
    .swiper.swiper_carousel-1 .swiper-button-next,
    .swiper.swiper_carousel-1 .swiper-button-prev,
    .swiper.swiper_carousel-1 .swiper-pagination {
        display: none;
    }
    .swiper.swiper_carousel-1 .swiper-wrapper {
        display: block;
    }
    .swiper.swiper_carousel-1 .swiper-slide {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #E3E3E3;
    }
}

.customer,
.features,
.plan,
.subscriptions {
    font-family: "Open Sans";
    line-height: 1;
    font-weight: 300;
    color: #000;
}


/* FEATURED ICON */

.feature-icon {
    background: url('../images/feature-icon-bg.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

.feature-icon * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.feature-icon .section-title {
    background: rgba(27, 152, 224, 0.65);
    padding: 30px 0;
    text-align: center;
}

.feature-icon .section-title h2 {
    color: #ffd700;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 120%;
    padding: 0;
}

.feature-icon .section-title .sub-title {
    font-size: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 500
}

.features {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.features__item {
    width: 25%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}

.features__item .features__title {
    background: #1679B2;
    color: #fff;
    padding: 20px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    width: 230px;
    cursor: pointer;
    margin: 0 auto;
}

.features__item .features__title:hover,
.features__item .features__wrap:hover .features__title {
    background: #1b98e0;
}

.features__item .features__content {
    display: none;
    background: #b3daf1;
    width: 230px;
    /*text-align: justify;*/
    margin: auto;
    padding: 10px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align:left;
}

.features__item .features__wrap:hover .features__content {
    display: block;
}


/* Subscription Section */

.subscription-section {
    background: url('../images/subscription-info.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

.subscription-section * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.subscription-section .section-title {
    background: rgba(0, 0, 0, 0.39);
    padding: 30px 0;
    text-align: center;
}

.subscription-section .section-title h2 {
    color: #ffd700;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 120%;
    padding: 0;
}

.subscription-section .section-title .sub-title {
    font-size: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 500
}

.subscription-section .plan {
    padding: 20px;
    max-width: 920px;
    margin: 25px auto;
    height: auto;
    border-radius: 0px;
    background: #fff;
}

.subscription-section .plan:after,
.subscription-section .plan-list:after {
    content: "";
    clear: both;
    display: table;
}

.subscription-section .plan .price-box {
    padding: 40px 20px;
    border: 1px solid #000;
    float: left;
    border-radius: 0px;
    height: 200px;
    width: 240px;
}

.subscription-section .plan:nth-child(2) .price-box {
    height: 180px;
}

.subscription-section .plan .price-box .plan-title {
    margin-bottom: 20px;
}

.subscription-section .plan .price-box .plan-title span {
    font-size: 36px;
    font-weight: bold;
}

.subscription-section .plan .price-box .plan-title small {
    font-size: 16px;
    font-weight: bold
}

.subscription-section .plan .price-box .plan-title .accounts {
    font-size: 14px;
    font-weight: bold
}

.subscription-section .plan .plan-box {
    padding-left: 20px;
    text-align: left;
    margin-left: 240px;
}

.subscription-section .plan .plan-graphic {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.subscription-section .plan .plan-graphic img {
    display: block;
    margin: 10px 0 0 0;
    max-width: 100%;
}

.subscription-section .plan .plan-graphic+ul {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
}

.subscription-section .plan ul {
    display: inline-block;
}

.subscription-section .plan .plan-box li {
    padding-left: 18px;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

.subscription-section .plan .plan-box .half-width li {
    width: 50%;
    float: left;
}

.subscription-section .plan .plan-box li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    background: #1b98e0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

@media (min-width:768px) and (max-width:991px) {
    .features__item {
        width: 50%;
    }
    .subscription-section .plan .price-box {
        width: 100%;
        margin: 0 0 10px;
    }
    .subscription-section .plan .plan-box {
        margin: 0;
        width: 100%;
        padding: 0;
        clear: both;
        text-align: center;
    }
}

@media (max-width:767px) {
    .features__item {
        width: 100%;
        display: block;
        font-size: 0;
    }
    .features__circle,
    .features__title {
        display: inline-block;
        vertical-align: middle;
    }
    .features__circle {
        width: 40px;
        height: 40px;
        margin: 0;
    }
    .features__icon {
        max-width: 50%;
    }
    .features__title {
        box-sizing: border-box;
    }
    .subscription-section .section-title h2,
    .feature-icon .section-title h2 {
        font-size: 24px
    }
    .subscription-section .section-title .sub-title,
    .feature-icon .section-title .sub-title {
        font-size: 16px;
        line-height: 26px
    }
    .subscription-section .plan .price-box {
        width: 100%;
        margin: 0 0 10px;
    }
    .subscription-section .plan .plan-box {
        margin: 0;
        width: 100%;
        padding: 0;
        clear: both;
        text-align: center;
    }
    .subscription-section .plan .plan-box .half-width li {
        width: 100%;
    }
}

.customer {
    font-size: 18px;
    text-align: left;
    height: 170px;
    display: inline-block;
}

.customer__image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscriptions {
    font-size: 0;
    text-align: center;
    padding: 30px 0 30px;
}

.subscriptions__plan {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
}

.subscriptions__plan:first-child,
.subscriptions__plan:last-child {
    width: 340px;
}

@media (min-width:992px) and (max-width:1439px) {
    .subscriptions__plan {
        width: 340px;
    }
    .subscriptions__plan:first-child,
    .subscriptions__plan:last-child {
        width: 300px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .subscriptions__plan {
        width: 250px;
    }
    .subscriptions__plan:first-child,
    .subscriptions__plan:last-child {
        width: 225px;
    }
}

@media (max-width:767px) {
    .subscriptions {
        padding: 0 0;
    }
    .subscriptions__plan {
        width: 100%;
    }
    .subscriptions__plan:first-child,
    .subscriptions__plan:last-child {
        display: none;
    }
}

.plan {
    font-size: 18px;
    text-align: center;
    padding: 100px 70px 140px;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.plan__inner {
    position: relative;
    height: 100%;
}

.plan__title {
    font-weight: 700;
    margin-bottom: 30px;
}

.plan__price {
    font-size: 48px;
    font-weight: 700;
}

.plan__choose-duration {
    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
    margin-bottom: -40px;
}

.plan__duration {
    font-size: 12px;
    color: #1b98e0;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.plan__duration_current {
    color: #4a4a4a;
    cursor: default;
}

.plan__action {
    position: absolute;
    bottom: -60px;
    width: 100%;
}

.plan_left:after,
.plan_right:after {
    content: '';
    width: 1px;
    box-shadow: 0 0 30px #2d7db4;
    top: 0;
}

.plan__desc {
    padding: 80px 0;
    color: #4a4a4a;
}

.plan_left,
.plan_right {
    padding: 50px 20px 90px;
    overflow: hidden;
}

.plan__desc ul>li {
    margin-bottom: 20px;
    line-height: 1.3;
}

.plan__desc ul>li:last-child {
    margin-bottom: 0;
}

.plan_left {
    height: 500px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.plan_left:after {
    position: absolute;
    right: 0;
    height: 100%;
}

.plan_right {
    height: 500px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

.plan_right:after {
    position: absolute;
    left: 0;
    height: 100%;
}

@media (min-width:992px) and (max-width:1439px) {
    .plan {
        padding: 100px 35px 140px;
    }
    .plan_left,
    .plan_right {
        padding: 50px 20px 90px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .plan {
        height: 415px;
        padding: 40px 20px 50px;
    }
    .plan_left,
    .plan_right {
        height: 395px;
        padding: 30px 20px 40px;
    }
    .plan__desc {
        font-size: 12px;
        line-height: 2.3;
        padding: 55px 0;
    }
    .plan__action {
        bottom: 0;
    }
}

.contacts,
.subscribe-form {
    font-family: "Open Sans";
    text-align: left;
    line-height: 2;
}

@media (max-width:767px) {
    .plan {
        padding: 0;
        height: auto;
        background: 0 0;
    }
    .plan__choose-duration,
    .plan__desc,
    .plan__price,
    .plan__title,
    .plan_left,
    .plan_right {
        display: none;
    }
    .plan__action {
        width: 70%;
        margin: 0 auto;
        position: static;
    }
}

.contacts {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.contacts .contact-item {
    padding: 0 0 20px 50px;
    position: relative;
}

.contacts .contact-item img {
    position: absolute;
    top: 7px;
    left: 0;
}

.contacts .contact-item .contacts__title {
    font-size: 18px;
    font-weight: 700;
    color: #1b98e0;
    display: block;
}

.contacts .contact-item .contacts__address {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width:992px) and (max-width:1439px) {
    .contacts {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contacts {
        padding-right: 10%;
    }
}

.subscribe-form {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.footer-menu,
.tabs {
    line-height: 1;
    text-align: left;
}

.subscribe-form__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: block;
}

.footer-menu,
.subscribe-form__text-field,
.tabs {
    font-weight: 300;
    font-family: "Open Sans";
}

.subscribe-form__field {
    margin-top: 20px;
    position: relative;
}

.subscribe-form__field-ico {
    color: #4a4a4a;
    position: absolute;
    top: 7px;
    right: 20px;
    pointer-events: none;
}

.subscribe-form__text-field {
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #bebebe;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.subscribe-form__text-field ::-webkit-input-placeholder {
    color: #4a4a4a;
}

.subscribe-form__text-field ::-moz-placeholder {
    color: #4a4a4a;
}

.subscribe-form__text-field :-moz-placeholder {
    color: #4a4a4a;
}

.subscribe-form__text-field :-ms-input-placeholder {
    color: #4a4a4a;
}

.subscribe-form__text-field:focus {
    border: 1px solid #1b98e0;
}

.subscribe-form__text-field:focus+.subscribe-form__field-ico {
    color: #1b98e0;
}

@media (min-width:992px) and (max-width:1439px) {
    .subscribe-form {
        font-size: 16px;
    }
}

.footer-menu {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

.footer-menu:after,
.footer-menu:before {
    content: " ";
    display: table;
}

.footer__col-reportbug {
    width: 20%;
    float: left;
}

.footer-menu__list-item {
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

.footer-menu__list-item a {
    color: #1b1b1b;
    font-weight: normal;
}

.footer-menu__list-item a:hover {
    color: #1679b2;
}

@media (min-width:768px) and (max-width:991px) {
    .footer__col-menu {
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #E3E3E3;
        margin-bottom: 30px;
        width: 50%;
        padding: 0 0 20px;
    }
    .footer-menu__list-item {
        width: 50%
    }
    .footer__col-contacts,
    .footer__col-subscribe {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) {
    .footer__col-contacts,
    .footer__col-subscribe {
        float: left;
        width: 50%;
    }
}

@media (max-width:767px) and (min-width:768px) {
    .footer__col-contacts,
    .footer__col-subscribe {
        float: left;
        width: 100%;
    }
}

@media (max-width:767px) {
    .footer__license {
        padding: 30px 15px 0;
    }
    .footer__col-contacts {
        padding: 20px 15px 0;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
    }
    .footer__col-subscribe {
        padding: 20px 15px 0;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
    }
    .footer__col-social {
        float: none !important;
        border-top: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
    }
    .footer__social {
        padding: 25px 0;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .footer__col-reportbug {
        width: 100%;
        clear: both;
        float: none;
        padding: 15px 0;
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .footer-menu {
        font-size: 16px;
    }
    .footer-menu__list-item {
        width: 33.3333%;
    }
}

@media (max-width:767px) {
    .footer__col-contacts,
    .footer__col-license,
    .footer__col-menu,
    .footer__col-social,
    .footer__col-subscribe {
        padding: 0;
    }
    .footer__col-contacts {
        padding-top: 20px
    }
    .footer-menu {
        padding-bottom: 10px;
        border-bottom: 1px solid #E3E3E3;
    }
    .footer-menu a {
        font-size: 15px;
    }
    .footer-menu__list-item {
        width: 50%;
    }
    .footer-menu__list-item:nth-last-child(n+7) {
        display: none;
    }
}

.news__elem,
.news__slider {
    padding-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

.news__line:after,
.news__line:before,
.page-overlay__header:after,
.page-overlay__header:before {
    display: table;
    content: " ";
}

.news__line {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .news__slider {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .news__slider {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width:1440px) {
    .news__slider {
        float: left;
        width: 50%;
    }
}

.news__right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .news__right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .news__right {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .news__right {
        float: left;
        width: 50%;
    }
}

@media (min-width:768px) {
    .news__elem {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .news__elem {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .news__elem {
        float: left;
        width: 25%;
    }
}

.news__elem_right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .news__elem_right {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .news__elem_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .news__elem_right {
        float: left;
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news__elem:nth-child(3n) {
        clear: left;
    }
    .news__slider {
        width: 100vw;
        right: calc(((100vw - 730px)/ 2));
        padding: 0 0 30px;
    }
}

.article-list__inner:after,
.article-teaser__link:after,
.article-teaser_full .article-teaser__inner:after,
.article__heading-inner:after,
.article__heading:after,
.article__inner:after,
.aside-duplicat:after,
.node-list__container:after,
.node-list__inner:after,
.page-overlay__actions:after,
.page-overlay__header:after,
.page:after,
.timeframe-filter:after {
    clear: both;
}

.page-overlay {
    overflow: hidden;
    overflow-y: auto;
}

.contact-card__link,
.map {
    overflow: hidden;
    width: 100%;
}

.page-overlay__inner {
    min-height: 450px;
    position: relative;
}

.page-overlay__header {
    height: 60px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 480px;
}

@media (min-width:768px) {
    .page-overlay__header {
        max-width: none;
        width: 730px;
    }
}

.article__heading-photo img,
.page-overlay__logo-link img,
.tickets__ico img,
.venue__photo img {
    max-width: 100%;
}

@media (min-width:992px) {
    .page-overlay__header {
        width: 970px;
    }
}

@media (min-width:1440px) {
    .page-overlay__header {
        width: 1380px;
    }
}

@media (min-width:1500px) {
    .page-overlay__header {
        width: 1470px;
    }
}

.page-overlay__logo {
    text-align: left;
    width: 90px;
    height: 30px;
    padding: 15px 0;
    float: left;
}

.page-overlay__logo-link {
    display: block;
    margin-top: 5px;
}

.page-overlay__close {
    width: 20px;
    height: 20px;
    float: right;
    padding: 20px 0;
    cursor: pointer;
}

.page-overlay__close svg {
    fill: #fff;
}

.page-overlay__menu {
    height: calc(100% - 127px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-overlay__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    border-top: none;
}

.tabs__nav,
.tabs__nav-item {
    background: #f7fcff;
    position: relative;
}

.page-overlay__actions:after,
.page-overlay__actions:before {
    content: " ";
    display: table;
}

.page-overlay__btn {
    width: 50%;
    float: left;
}

.search-results__title {
    font-size: 24px;
    margin-bottom: 15px;
}

.search-results__title a {
    color: #1b98e0;
}

.search-results__title a:hover {
    color: #1679b2;
}

.search-results__body a {
    color: #1b98e0;
}

.search-results__body a:hover {
    color: #1679b2;
}

@media (min-width:768px) and (max-width:991px) {
    .search-results {
        font-size: 14px;
    }
    .search-results__title {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .search-results {
        font-size: 14px;
    }
    .search-results__title {
        font-size: 18px;
    }
}

.tabs {
    font-size: 18px;
    color: #000;
}

.tabs .swiping .tabs__next,
.tabs .swiping .tabs__prev {
    opacity: 0;
}

.tabs__nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tabs__nav-item,
.tabs__nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    color: #1b98e0;
}

.tabs__nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 80px;
    cursor: pointer;
    font-weight: 700;
    min-width: 125px;
}

.tabs__nav-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid transparent;
}

.tabs__nav-item.active:after {
    border-top: 2px solid #1b98e0;
}

.tabs__nav-link {
    height: 100%;
}

.tabs__next,
.tabs__prev {
    position: absolute;
    height: 80px;
    width: 70px;
    cursor: auto;
    pointer-events: none;
    opacity: .9;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 10;
}

.swiping .tabs .tabs__next,
.swiping .tabs .tabs__prev,
.tabs__next.swiper-button-disabled,
.tabs__prev.swiper-button-disabled {
    opacity: 0;
}

.tabs__prev {
    left: 0;
    background: -webkit-linear-gradient(right, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
    background: linear-gradient(to left, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
}

.tabs__next {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
    background: linear-gradient(to right, rgba(255, 249, 240, 0) 0, #f7fcff 50%);
}

.tabs__count {
    color: #33a2e3;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: baseline;
    position: relative;
    font-weight: 400;
    bottom: 2px;
}

@media (min-width:992px) and (max-width:1439px) {
    .tabs__nav-item {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tabs_constrain .tabs__nav {
        position: static;
        width: 100%;
        right: 0;
    }
    .tabs__nav {
        position: relative;
        width: 100vw;
        right: calc(((100vw - 730px + 30px)/ 2));
    }
    .tabs__nav-item {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .tabs__nav {
        position: relative;
        width: 100vw;
        right: calc(((100vw - 480px + 30px)/ 2));
    }
    .tabs__nav-item {
        font-size: 12px;
        min-width: 115px;
        height: 60px;
        padding: 24px 0;
    }
    .tabs__count {
        font-size: 9px;
        bottom: 1px;
    }
    .tabs__next,
    .tabs__prev {
        position: absolute;
        height: 60px;
        width: 50px;
        cursor: auto;
        pointer-events: none;
        -webkit-transition: right .15s ease-in-out;
        transition: right .15s ease-in-out;
        z-index: 10;
    }
}

.contact-card__link,
.festival__description-heading a,
.notification-subscribe a,
.panel__head a,
.subscribe-link,
.table-responsive__col a,
.table-responsive__col_head a,
.term a {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

@media (max-width:480px) {
    .tabs__nav {
        right: calc(30px / 2);
    }
}

.table-responsive {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    display: table;
    width: 100%;
    /*line-height: 1.5;*/
}

.table-responsive__row {
    display: table-row;
    width: auto;
    font-size: 14px;
    height: 30px;
    color: #000;
	cursor: pointer;
}

@media screen and (min-width:991px) {
	.table-responsive__row:hover {
		background: #f0f7fb;
	}
}

.table-responsive__row_header {
    font-size: 14px;
    color: #4a4a4a;
    height: 40px;
}

.table-responsive__row_header:hover {
    background: #fff;
}

.table-responsive__row_header .table-responsive__col {
    border-bottom: 1px solid #E3E3E3;
}

.table-responsive__col {
    display: table-cell;
    vertical-align: middle;
    /*  width: 15%; */
    padding: 5px 5px;
}

.table-responsive__coltop {
    display: table-cell;
    vertical-align: top;
    /*  width: 15%; */
    padding: 5px 5px;
}


.table-responsive__col a {
    color: #1b98e0;
    cursor: pointer;
}

.table-responsive__col a:hover {
    color: #1679b2;
}

.table-responsive__col:first-child {
    padding-left: 30px;
}

.table-responsive__col:last-child {
    padding-right: 30px;
}

.table-responsive__col_align-right {
    text-align: right;
}


/*
.table-responsive__col_head {width: 30%;}	
.table-responsive__col.column30 {width: 30%;}	

@media and (max-width:1280px){
	.table-responsive__col_head {width: 50%;}	
}
*/

.table-responsive__col_head a {
    font-size: 15px;
    color: #1b98e0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: -.5px;
}

.table-responsive__col_head a:hover {
    color: #1679b2;
}

.table-responsive__mobile-info {
    display: none;
}

.table-responsive__exclude-ad-mobile {
    display: block;
}

.table-responsive__include-ad-mobile {
    display: none;
}

.table-responsive__term {
    /*  display: inline-block;
    white-space: nowrap;
*/
}

.table-responsive__term dl {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
}

.table-responsive__term dl dt {
    display: inline-block;
}


/*
           .table-responsive__term dl dt:after {
                content: ':';
            }
            */

.table-responsive__term:after {
    /*        content: '|';
        display: inline-block;
        margin-right: 5px;
*/
}

.masonry-grid__inner,
.page {
    margin-left: -15px;
    margin-right: -15px;
}

.table-responsive__term:last-child:after {
    display: none;
}

@media (min-width:768px) and (max-width:991px) {
    .table-responsive {
/*        border-spacing: 0 10px;
 */       border-collapse: separate;
    }
    .table-responsive .table-responsive__row_header,
    .table-responsive_unauthorized {
        display: none;
    }
    .table-responsive__row {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        font-size: 0;
        line-height: 1.5;
    }
    .table-responsive__row:after,
    .table-responsive__row:before {
        content: " ";
        display: table;
    }
    .table-responsive__row:after {
        clear: both;
    }
	.table-responsive__row:nth-child(even) {
		background: #f7f7f7;
	}

    .table-responsive__col {
        display: none;
        box-sizing: border-box;
        font-size: 16px;
        padding: 16px 15px;
        height: auto;
        vertical-align: middle;
        width: auto;
    }
    .table-responsive__col .bold {
        font-size: 18px;
/*      font-weight: 300;
*/

    }
    .table-responsive__col_head,
    .table-responsive__include-tablet {
        display: table-cell;
    }
    .table-responsive__col_head a {
        font-weight: 400;
    }
    .table-responsive__mobile-info {
        display: block;
    }
    .table-responsive__exclude-ad-mobile {
        display: none;
    }
    .table-responsive__include-ad-mobile {
        display: block;
    }
    .table-responsive__include-mobile-only {
        display: none;
    }
}

@media (max-width:767px) {
    .table-responsive {
      border-collapse: separate;
    }
    .table-responsive .table-responsive__row_header,
    .table-responsive_unauthorized {
        display: none !important;
    }
    .table-responsive__row {
        width: 100%;
/*      background: #f7f7f7; */
        height: auto;
        margin-bottom: 10px;
        font-size: 0;
        line-height: 1.7;
    }
    .table-responsive__row:after,
    .table-responsive__row:before {
        content: " ";
        display: table;
    }
    .table-responsive__row:after {
        clear: both;
    }
    .table-responsive__col {
        display: none;
        box-sizing: border-box;
        font-size: 14px;
        padding: 28px 15px;
        height: auto;
        vertical-align: middle;
        width: auto;
    }
    .table-responsive__col .bold {
        font-size: 18px;
 /*     font-weight: 300;
*/
    }
    .table-responsive__col_head,
    .table-responsive__include-mobile {
        display: table-cell;
    }
    .table-responsive__col_head a {
        font-weight: 400;
    }
    .table-responsive__mobile-info {
        display: block;
    }
    .table-responsive__exclude-ad-mobile {
        display: none;
    }
    .table-responsive__include-ad-mobile {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .table-responsive {
      border-spacing: 0 10px;
      border-collapse: separate;
    }
}

.page_wide-sidebars .page__aside,
.page_wide-sidebars .page__content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}


.subscribe-link {
    color: #1b98e0;
}

.subscribe-link:hover {
    color: #1679b2;
}

.page {
    position: relative;
}

.page:after,
.page:before {
    content: " ";
    display: table;
}

.page_without-sidebar .page__content {
    width: 100% !important;
}

@media (min-width:1440px) {
    .page_wide-sidebars .page__content {
        float: left;
        width: 50%;
    }
    .page_wide-sidebars .page__aside {
        float: left;
        width: 25%;
    }
}

.page_two-col .page__content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

@media (min-width:992px) {
    .page_two-col .page__content {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page_two-col .page__content {
        float: left;
        width: 75%;
    }
}

.page_two-col .page__aside_right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page_two-col .page__aside_right {
        float: left;
        width: 25%;
    }
}

.page__content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

.masonry-grid__item,
.page__aside,
.page__aside_right {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

@media (min-width:992px) {
    .page__content {
        float: left;
        width: 75%;
    }
}

@media (min-width:1440px) {
    .page__content {
        float: left;
        width: 66.66667%;
    }
}

.page__top {
    margin-bottom: 30px;
}

.page__section,
.page__title {
    margin-bottom: 20px;
}

.page__title-label {
    font-size: 14px;
    color: #4a4a4a;
}

.page__title {
    font-size: 36px;
    line-height: 1.7;
    font-weight: 500;
}

@media (min-width:992px) {
    .page__aside {
        float: left;
        width: 25%;
    }
}

@media (min-width:1440px) {
    .page__aside {
        float: left;
        width: 16.66667%;
    }
}

@media (min-width:768px) {
    .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .page__aside_right {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .page__aside_right {
        float: left;
        width: 16.66667%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page__aside {
        display: none;
    }
    .page__aside_right {
        display: block;
    }
}

@media (max-width:767px) {
    .page__title {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 25px;
        text-align: center;
    }
    .page__title-label {
        margin-bottom: 7px;
    }
    .page__aside {
        display: none;
    }
    .page__aside_right {
        display: block;
    }
}

.masonry-grid__inner {
    margin-top: 20px;
}

.masonry-grid__item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .masonry-grid__item {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .masonry-grid__item {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width:1440px) {
    .masonry-grid__item {
        float: left;
        width: 25%;
    }
}

.labels {
	white-space: nowrap;
}

.top {
	vertical-align: top;
}

.label {
    font-size: 9px !important;
    display: inline-block;
    line-height: 1;
    height: 20px;
    background-color: #1b98e0;
    padding: 6px 10px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0 3px;
}

.label-box {
    background-color: royalblue;
}

.label-th {
    background-color: saddlebrown;
}

.label-rb {
    background-color: rebeccapurple;
}

.label-tix {
    background-color: goldenrod;
}

.label:first-child {
    margin-left: 0;
}

.label_hotstar {
    width: 64px;
    height: 20px;
    padding: 0 5px;
    background-color: #000;
    background-position: center;
    background-image: url(../images/hotstar.gif);
    background-size: 50px 13px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact-card {
    font-family: "Open Sans";
    font-weight: 300;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
}

.contact-card_responsive {
    height: auto !important;
}

.contact-card_responsive .contact-card__block {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

.contact-card_responsive .contact-card__block:last-child {
    margin-right: 0;
}

.contact-card__block {
    margin-bottom: 10px;
	width:100%;
}

.contact-card__block:last-child {
    margin-bottom: 0;
}

.contact-card__title {
    font-size: 10px;
    font-weight: 600;
    line-height: 2.5;
    color: #4a4a4a;
    text-transform: uppercase;
}

.contact-card__text {
    line-height: 1.4;
}

.contact-card__link {
    color: #1b98e0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.contact-card__link:hover {
    color: #1679b2;
}

.contact-card__link_black,
.contact-card__link_black:hover {
    color: #000;
}

.contact-card_actions {
    padding: 30px 20px 60px;
}

.contact-card__actions {
    text-align: center;
    background: #f7fcff;
    color: #1b98e0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 15px 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.map {
    height: 200px;
}

@media (min-width:768px) and (max-width:991px) {
    .map {
        height: 210px;
    }
}

.list-group {
    font-family: "Open Sans";
    line-height: 1;
    font-weight: 300;
    color: #000;
    text-align: left;
    font-size: 14px;
}

.list-group select,
.list-group input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 24px;
}

.list-group__title {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-group__container {
    margin-top: 20px;
}

.list-group__item {
    margin-bottom: 10px;
    line-height: 1.5;
}

.aside__element,
.aside__title {
    margin-bottom: 30px;
}

.list-group__item-heading a {
    color: #1b98e0;
}

.aside,
.timeframe-filter {
    color: #000;
    text-align: left;
    font-family: "Open Sans";
}

.list-group__item-text {
    font-size: 12px;
}

.aside {
    font-size: 18px;
    font-weight: 300;
/*    line-height: 1.7;
	*/
}

.aside__title {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width:768px) and (max-width:991px) {
    .aside__element {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .contact-card_responsive .contact-card__block {
        display: block;
        margin-right: 0;
    }
    .map {
        height: auto;
    }
    .map img {
        width: 100%;
    }
    .aside__element {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.timeframe-filter {
    line-height: 1;
    font-weight: 300;
    background: #f7f7f7;
    font-size: 14px;
    padding: 20px 30px 30px;
}

.timeframe-filter:after,
.timeframe-filter:before {
    content: " ";
    display: table;
}

.timeframe-filter__block {
    float: left;
}

.timeframe-filter__block_right {
    float: right;
    margin-left: 50px;
}

.timeframe-filter__block-heading {
    font-size: 10px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.term,
.timeframe-filter__input {
    font-size: 14px;
    font-weight: 300;
}

.timeframe-filter__input {
    font-family: "Open Sans";
    background: 0 0;
    border: none;
    outline: 0;
    width: 80px;
    padding-right: 17px;
    margin-right: -17px;
    padding-left: 0;
    margin-left: 0;
}

.article-teaser,
.detail-info {
    border-bottom: 1px solid #d8d8d8;
}

.timeframe-filter__string-filter-item {
    color: #1b98e0;
    margin-right: 15px;
    cursor: pointer;
}

.timeframe-filter__block-body .icon {
    color: #1b98e0;
    cursor: pointer;
    pointer-events: none;
}

@media (max-width:767px) {
    .timeframe-filter {
        background: #fff;
        padding: 20px 0;
    }
    .timeframe-filter__block {
        display: none;
    }
    .timeframe-filter__block_right {
        display: block;
        margin: 0;
        width: 50%;
    }
}

.notification-subscribe {
    height: 122px;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
}

.detail-info,
.node-list,
.term {
    font-family: "Open Sans";
    text-align: left;
}

.notification-subscribe a {
    color: #1b98e0;
    cursor: pointer;
}

.notification-subscribe a:hover {
    color: #1679b2;
}

.unauthorized-text {
    width: 100px;
    height: 6px;
    background-color: #d8d8d8;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
}

.node-list__container {
    margin-left: -15px;
    margin-right: -15px;
}

.term {
    color: #000;
    line-height: 1.7;
}

.term_sm .term__title {
    font-size: 10px;
    margin-bottom: 5px;
}

.term a {
    color: #1b98e0;
    cursor: pointer;
}

.term a:hover {
    color: #1679b2;
}

.term__title,
.term__title-link {
    color: #4a4a4a;
}

.term__title {
    font-size: 12px;
}

.term dt {
    margin-top: 10px;
}

.detail-info {
    line-height: 1;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding: 35px 30px 10px;
}

.detail-info:last-child,
.node-list__item:first-child .article-teaser,
.node-list__item:last-child .article-teaser {
    border-bottom: none;
}

.detail-info__title {
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-info__body {
    font-size: 0;
}

.detail-info__block {
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding-right: 80px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.datepicker table td,
.datepicker table th,
.tickets__col {
    vertical-align: middle;
}

.node-list__item,
.node-list__title {
    margin-bottom: 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .detail-info_unauthorized {
        display: none;
    }
    .detail-info__block {
        width: 50%;
    }
}

.node-list__group,
.node-list__item,
.node-list__title {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}

@media (max-width:767px) {
    .detail-info_unauthorized {
        display: none;
    }
    .detail-info__block {
        width: 100%;
    }
}

.node-list__container:after,
.node-list__container:before,
.node-list__inner:after,
.node-list__inner:before {
    display: table;
    content: " ";
}

.node-list {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.datepicker,
.panel {
    font-family: "Open Sans";
    line-height: 1;
    text-align: left;
    font-size: 14px;
    clear: both
}

.node-list_article .node-list__group {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.node-list_article .node-list__item {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.node-list__group {
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .node-list__group,
    .node-list_article .node-list__group,
    .node-list_article .node-list__item {
        float: left;
        width: 100%;
    }
}

@media (min-width:1440px) {
    .node-list__group {
        float: left;
        width: 100%;
    }
}

.node-list__group:last-child {
    padding-bottom: 0;
}

.node-list__title {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width:768px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 50% !important;
    }
}

@media (min-width:992px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 33.33333% !important;
    }
}

@media (min-width:1440px) {
    .latest-photos-block .node-list__item {
        float: left;
        width: 100% !important;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .node-list__group_banner {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .node-list_article .node-list__item {
        margin-bottom: 0;
    }
    .node-list_article .node-list__group {
        padding-bottom: 0;
    }
    .node-list__group_banner {
        display: none;
    }
}

@media (max-width:767px) {
    .node-list__group_banner {
        display: none;
    }
    .node-list_article .node-list__item {
        margin-bottom: 0;
    }
    .node-list_article .node-list__group {
        padding-bottom: 0;
    }
}

.datepicker {
    font-weight: 300;
    color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.festival__date,
.festival__description {
    float: left;
    margin-top: 5px;
}

.datepicker table th {
    font-weight: 700;
    color: #1b98e0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #1b98e0;
    border-color: #1b98e0;
}

.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active:hover {
    background-color: #1679b2;
    border-color: #1679b2;
}

.panel {
    font-weight: 300;
    color: #000;
}

.panel__head {
    font-weight: 700;
    background: #f7f7f7;
    padding: 20px 30px;
    line-height: 1.5;
}

.panel__webnote {
    padding: 20px 30px;
    line-height: 1.5;
    padding: 10px;
    background-color: #fbe6e6;
    border: 1px solid red;
    margin-bottom: 20px;
}

.festival,
.tickets {
    font-family: "Open Sans";
    font-weight: 300;
    text-align: left;
}

.panel__head a {
    color: #1b98e0;
    cursor: pointer;
}

.panel__head a:hover {
    color: #1679b2;
}

@media (min-width:768px) and (max-width:991px) {
    .panel_primary .panel__head {
        background: #1b98e0;
        color: #fff;
    }
    .panel_primary .panel__head a {
        color: #fff;
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }
    .panel_primary .panel__head a:hover {
        color: #fff;
    }
}

@media (max-width:767px) {
    .panel_primary .panel__head {
        background: #1b98e0;
        color: #fff;
    }
    .panel_primary .panel__head a {
        color: #fff;
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }
    .panel_primary .panel__head a:hover {
        color: #fff;
    }
}

.festival {
    line-height: 1;
    color: #000;
    font-size: 14px;
    padding-bottom: 20px;
}

.festival:after,
.festival:before {
    content: " ";
    display: table;
}

.festival:after {
    clear: both;
}

.festival__date {
    /*	width: 25%;
*/
}

.festival__date-item {
    display: inline-block;
    margin-right: 15px;
}

.festival__description-heading {
    margin-bottom: 12px;
}

.festival__description-heading a {
    color: #1b98e0;
    cursor: pointer;
}

.festival__description-heading a:hover {
    color: #1679b2;
}

.festival__actions {
    float: right;
    width: 160px;
}

@media (min-width:768px) and (max-width:991px) {
    .festival__date {
        width: 30%;
    }
}

@media (max-width:767px) {
    .festival {
        padding-bottom: 0;
    }
    .festival__actions,
    .festival__date,
    .festival__description {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .festival__actions {
        margin-bottom: 10px;
    }
}

.aside-duplicat {
    margin: 20px -15px;
    display: none;
}

.aside-duplicat:after,
.aside-duplicat:before {
    content: " ";
    display: table;
}

.aside-duplicat__element {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .aside-duplicat__element {
        float: left;
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .aside-duplicat {
        display: block;
    }
    .aside-duplicat__element {
        float: right;
    }
}

@media (max-width:767px) {
    .aside-duplicat {
        display: block;
    }
    .aside-duplicat__element {
        margin-bottom: 20px;
    }
}

.notification {
    font-size: 14px;
    padding: 20px 30px;
    line-height: 1.9;
}

.notification_warning {
    background: #ffefa4;
}

.accordion {
    margin-bottom: 1px;
    cursor: pointer;
}

.accordion.opened .accordion__coret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__head {
    background: #f7fcff;
    padding: 13px 20px;
}

.accordion__coret {
    float: right;
    color: #1b98e0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.article-teaser__title,
.article__heading-title a,
.info-label_clicable,
.tickets__detail {
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.accordion__content {
    display: none;
}

.tickets {
    line-height: 1;
    color: #000;
    font-size: 0;
    padding: 15px 30px 0;
}

.tickets__col {
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
}

.tickets__col:nth-child(1),
.tickets__col:nth-child(3) {
    width: 20%;
}

.tickets__col:nth-child(2) {
    width: 60%;
}

.tickets__detail {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    color: #1b98e0;
    cursor: pointer;
    text-align: right;
}

.article,
.article-teaser {
    font-weight: 300;
    text-align: left;
    font-family: "Open Sans";
}

.tickets__detail:hover {
    color: #1679b2;
}

@media (max-width:767px) {
    .tickets__row {
        margin-bottom: 20px;
    }
    .tickets__row:last-child {
        margin-bottom: 0;
    }
    .tickets__col {
        width: 100% !important;
        display: block;
        line-height: 1.5;
        padding: 5px 0;
    }
    .tickets__detail {
        text-align: left;
    }
}


/*.article__section, .article__title {
    margin-bottom: 20px;
}*/

.article__aside,
.article__content {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.info-label {
    color: #9b9b9b;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.info-label-dark {
	color: #000;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}

.info-label_clicable {
    cursor: pointer;
}

.info-label_clicable:hover {
    color: #1b98e0;
}

.info-label_small {
    font-size: 12px;
}

.info-label:last-child {
    margin-right: 0;
}

@media (max-width:767px) {
    .info-label .icon_clock {
        display: none;
    }
}

.article-teaser_full .article-teaser__inner:after,
.article-teaser_full .article-teaser__inner:before,
.article__heading-inner:after,
.article__heading-inner:before,
.article__heading:after,
.article__heading:before,
.article__inner:after,
.article__inner:before {
    display: table;
    content: " ";
}

.article {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}

.article__inner {}

@media (min-width:992px) {
    .article__content {
        float: left;
        width: 66.66667%;
    }
    .article__aside {
        float: left;
        width: 16.66667%;
    }
}

.article__title {
    font-size: 36px;
    line-height: 1.7;
}

.article__section_social,
.article__section_thesis {
    padding: 10px 0;
}

.article__heading {
    /*background: #f7f7f7;*/
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    margin-left: -30px;
}

.article__heading-inner {
    background-color: #f7f7f7;
    position: relative;
    padding: 15px;
    clear: both
}

.article__heading-photo {
    width: 460px;
    margin-right: 30px;
    float: left;
}

.article__heading-info {
    width: calc(100% - 490px);
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article__heading-title {
    font-size: 18px;
}

.article__body,
.article__heading-text {
    font-size: 14px;
}

.article__heading-title a {
    color: #1b98e0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.article__heading-title a:hover {
    color: #1679b2;
}

.article__heading-text-after {
    color: #9b9b9b;
    margin: 10px 0 15px;
}

.article__body p {
    margin: 30px 0;
}

@media (min-width:992px) and (max-width:1439px) {
    .article .article__heading-photo {
        width: 360px;
    }
    .article .article__heading-info {
        width: calc(100% - 390px);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .article__title {
        line-height: 1.3;
    }
    .article__heading {
        width: 100vw;
        right: calc(((100vw - 760px)/ 2));
        box-sizing: border-box;
        margin-right: 0;
        position: relative;
    }
}

@media (max-width:767px) {
    .article__title {
        font-size: 24px;
        line-height: 1.3;
    }
    .article__heading {
        margin: 0;
        padding: 0;
        float: none;
        background: 0 0;
    }
    .article__heading-photo {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .article__heading-info {
        width: 100%;
        float: none;
        position: static;
    }
    .article__heading-title {
        margin-top: 10px;
    }
}

.article-teaser__mobile-title,
.article-teaser_full .article-teaser__body,
.article-teaser_full .article-teaser__photo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.article-teaser {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    padding-bottom: 30px;
}

.article-teaser_full {
    border-bottom: none;
    padding-bottom: 0;
}

.article-teaser_full .article-teaser__inner {
    margin-left: -15px;
    margin-right: -15px;
}

.article-teaser_full .article-teaser__photo {
    width: 100%;
    margin-right: 0;
}

@media (min-width:768px) {
    .article-teaser_full .article-teaser__photo {
        float: left;
        width: 33.33333%;
    }
}

.article-teaser_full .article-teaser__body {
    width: 100%;
}

@media (min-width:768px) {
    .article-teaser_full .article-teaser__body {
        float: left;
        width: 66.66667%;
    }
}

.article-teaser_full .article-teaser__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    color: #1b98e0;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.article-teaser__link:hover .article-teaser__title,
.article-teaser_full .article-teaser__title:hover {
    color: #1679b2;
}

.article-teaser_full .article-teaser__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
}

.article-teaser_full .article-teaser__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px;
}

.article-teaser_full .button {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-size: 14px;
    text-align: right
}

.article-teaser__link {
    display: block;
}

.article-teaser__link:after,
.article-teaser__link:before {
    content: " ";
    display: table;
}

.article-teaser__title {
    color: #000;
    margin-top: -8px;
}

.article-teaser__mobile-title {
    display: none;
    width: 100%;
}

.article-teaser__photo {
    width: 92px;
    float: left;
    margin-right: 30px;
}

.article-teaser__photo img {
    width: 100%;
}

.article-teaser__body {
    float: left;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 122px);
}

@media (max-width:767px) {
    .article-teaser {
        border-bottom: none;
    }
    .article-teaser__mobile-title {
        display: block;
    }
    .article-teaser_full .article-teaser__title {
        display: none;
    }
    .article-teaser_full .article-teaser__photo {
        margin-bottom: 10px;
    }
    .article-teaser_full .article-teaser__mobile-title {
        display: block;
        line-height: 1.5;
        font-size: 18px;
        /*      margin-bottom: 15px;
*/
    }
    .article-teaser_full .article-teaser__body {
        font-size: 14px;
        line-height: 1.7;
    }
    .article-teaser_full .article-teaser__info {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        white-space: nowrap;
        text-align: right;
    }
    .article-teaser_full .article-teaser__info .info-label:first-child {
        float: left;
    }
    .article-teaser_full .article-teaser__text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        color: #4a4a4a;
        /*      margin-bottom: 15px;
*/
    }
}

.article-list__item,
.article-list__title {
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.article-list {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: left;
    line-height: 1.7;
}

.article-list__inner {
    margin-left: -15px;
    margin-right: -15px;
}

.article-list__inner:after,
.article-list__inner:before {
    content: " ";
    display: table;
}

.article-list__title {
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 100%;
}

@media (min-width:768px) {
    .article-list__item {
        float: left;
        width: 100%;
    }
}

.demo-navigation a {
    color: #1b98e0;
    line-height: 2;
    text-decoration: underline;
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"), url(../fonts/fontello.woff2) format("woff2"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.sticky-header .layout__line_fixed {
    top: 0;
}

.sticky-header .fixed-header .main-menu__link {
    color: #1b98e0;
}

body.overlay .layout__line_dropdown-menu {
    /* display: block; */
    transition: transform 0.3s;
}

body.sticky-arrow .layout__arrow-down {
    opacity: .3;
    bottom: 15px;
}

@media (max-width:767px) {
    .article-list__item {
        margin-bottom: 20px;
    }
    .hidden-on-phone {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .article-teaser {
        border-bottom: none;
        padding-bottom: 0;
    }
    .hidden-on-tablet {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .hidden-on-desktop {
        display: none;
    }
}

@media (min-width:1440px) {
    .hidden-on-wide-desktop {
        display: none;
    }
}


/* OWL Carousel */

@media (min-width:768px) {
    .owl-dots {
        position: relative;
        top: -150px;
    }
}

@media (min-width:992px) {
    .owl-dots {
        position: relative;
        top: -200px;
    }
}

@media (min-width:1440px) {
    .owl-dots {
        position: relative;
        top: -175px;
    }
}

@media (min-width:1500px) {
    .owl-dots {
        position: relative;
        top: -175px;
    }
}


/* ANGULAR TABS */

.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}

.tabsdemoDynamicHeight md-content md-tabs {}

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
    background: #e8f5fc;
    border-bottom: 0!important
}

.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0;
}

md-tabs-canvas {
    height: 72px
}

md-pagination-wrapper {
    height: 72px;
}

md-tabs .md-tab {
    line-height: 44px;
    border-top: 2px solid transparent;
    background: #e8f5fc;
    color: #1b98e0;
    font-weight: bold
}

md-tabs .md-tab span.count {
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    color: #1b98e0;
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
    width: 21px;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
    margin-right: -12px;
    margin-left: 3px;
}

md-tabs .md-tab.md-active {
    color: #000 !important;
    background: #fff;
    border-bottom: none;
    border-top: 2px solid #1b98e0;
    line-height: 46px;
    font-weight: bold;
    position: relative;
    overflow: visible;
}

md-tabs .md-tab.md-active span:after {
    content: "";
    background: #1b98e0;
    position: absolute;
    bottom: 0px;
    left width: 20px;
    left: 100%;
    right: -100000px;
    height: 2px;
    display: block;
    z-index: 9;
}

md-tabs .md-tab.md-active span:before {
    content: "";
    background: #1b98e0;
    position: absolute;
    bottom: 0px;
    left width: 20px;
    left: -10000px;
    right: 100%;
    height: 2px;
    display: block;
    z-index: 9;
}

md-tabs .md-tab.md-active:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 2px;
    background: #1b98e0;
    z-index: 999;
}

md-tabs .md-tab.md-active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 2px;
    background: #1b98e0;
    z-index: 999;
}

md-tabs md-ink-bar {
    background: transparent !important;
    color: #1b98e0 !important;
}
/*
.alignment-Top {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: baseline;
	-moz-box-justify-content: baseline;
	-webkit-justify-content: baseline;
	-ms-justify-content: baseline;
	justify-content: baseline;
    -webkit-box-align-items: baseline;
	-webkit-align-items: baseline;
	-moz-box-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
}
.alignment-Center {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-box-align-items: center;
	-webkit-align-items: center;
	-moz-box-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.alignment-Bottom {
	display: -webkit-box-flex;     // OLD - iOS 6-, Safari 3.1-6
	display: -moz-box-flex;        // OLD - Firefox 19-
	display: -webkit-flex;        // Chrome
	display: -ms-flex;           // IE 10
	display: flex;
    -webkit-box-justify-content: flex-end;
	-moz-box-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
    -webkit-box-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
*/
.alignment-Top { background-position:top; }
.alignment-Center { background-position:center; }
.alignment-Bottom { background-position:bottom; }

.emailalerts-remove {background-image: url("../images/cancel.png"); height: 20px; width:20px; background-size:cover;     background-color: transparent; border: none; float: right }
.errorMessage{display: block;background: #f7baba;color: #fff;padding: 5px 15px;left: 0;right: 0px;font-size: 13px;color: #6d1f1f;font-weight: normal;z-index: 99;max-width: 300px;float: right;}
.errorMessageSubHeader{display: block;margin-bottom:10px;background: #f7baba;color: #fff;padding: 5px 15px;left: 0;right: 0px;font-size: 13px;color: #6d1f1f;font-weight: normal;z-index: 99;float: left;}