/* Minification failed. Returning unminified contents.
(2,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(76,25): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(77,26): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(82,25): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(101,31): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(105,31): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(117,25): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(140,19): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(145,25): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(237,14): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(256,25): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(441,25): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1181,17): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(1195,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1199,30): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1200,35): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1203,33): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1204,34): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1211,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1214,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1217,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1220,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1223,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1226,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1229,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1232,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1235,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1238,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1241,15): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
(1247,26): run-time error CSS1039: Token not allowed after unary operator: '-yellow-color'
 */
:root {
	--yellow-color: #f7aa3c;
	--blue-color: #005a73;
}

.press-wrapper {
	max-width: 1240px;
	padding: 20px;
}
.press-wrapper .selectric-scroll .disabled {
	display: none;
}
.press-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.press-title {
	color: #343F4B;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.current-accounts {
	animation-name: fadeUp;
}

.press-filter-wrap {
	display: flex;
	width: 100%;
}

.press-filter-wrap .selectric .label {
	padding: 9px 26px 9px 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    height: 44px !important;
}

.selectric-press-filter .selectric-items {
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: auto;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-top: 0;
    width: 100% !important;
}

.selectric-press-filter {
	margin-right: 20px;
	width: 100%;
}

.press-search-input {
	padding: 9px 10px;
	border-radius: 5px !important;
	background: #fff;
	border: 1px solid #d6d6d6 !important;
	height: 44px !important;
	width: 100%;
}

.press-calendar a.ui-datepicker-prev:focus,
.press-calendar a.ui-datepicker-next:focus {
	outline: 2px solid #ec9f00;
}

.press-search-input:focus {
	border: 2px solid var(--yellow-color) !important;
	outline: 2px solid var(--blue-color);
	outline-offset: 2px;
}

.press-search-btn:hover {
	background-color: var(--yellow-color);
	box-shadow: none;
}

.top-calendar-wrap .box-item {
	display: inline-block;
	margin-right: 40px;
}

.press-calendar {
	display: inline-block;
	margin-right: 40px;
}

.press-calendar .ui-datepicker {
	padding: 0;
	width: 420px !important;
	height: 452px;
	background: #fff;
	box-shadow: 0px 0px 3px var(--blue-color);
}

.press-calendar .ui-datepicker:hover {
	box-shadow: 0px 0px 5px var(--blue-color);
}

.press-calendar .ui-datepicker td {
	padding: 3px;
}

.press-calendar .ui-datepicker th {
	font-size: 18px;
}

.press-calendar .ui-datepicker-header {
	background-color: var(--blue-color);
	border-radius: 0;
	padding: 9px 0;
	border: none;
}

.press-calendar .ui-datepicker-title {
	color: #fff;
	font-size: 21px;
	font-weight: 100;
}

.press-calendar .ui-state-default {
	font-size: 18px;
	border-radius: 5px;
	padding: 8px;
	width: 53px;
    height: 53px;
	border: 2px solid white;
	border-radius: 26px;
}

.press-calendar .ui-state-default:hover {
	background: var(--blue-color);
	color: #fff;
}

.press-calendar .ui-state-default.ui-state-active {
	background-color: var(--blue-color);
	color: #fff;
}

.press-calendar .ui-datepicker-prev,
.press-calendar .ui-datepicker-next {
	top: 14px;
	transition: 0.5s ease;
}

.press-calendar .ui-datepicker-prev.ui-state-hover,
.press-calendar .ui-datepicker-next.ui-state-hover {
	border: 0 !important;
    background: transparent !important;
}

.press-calendar .ui-datepicker-prev span,
.press-calendar .ui-datepicker-next span {
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: url('../../Media/svg/ico-arrow.svg') !important;
}

.press-calendar .ui-datepicker-next span {
	transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev {
	left :1px;
}

.ui-datepicker .ui-datepicker-next {
	right: 1px;
}

.press-wrapper-events .ui-state-default {
    font-size: 14px;
    padding: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid white;
}

.press-wrapper-events .ui-datepicker-prev,
.press-wrapper-events .ui-datepicker-next {
	top: 13px;
	transition: 0.5s ease;
}

.press-wrapper-events .ui-datepicker-header {
	padding: 5px 0;
}

.press-wrapper-events .ui-datepicker th {
	font-size: 14px;
}

.press-wrapper-events .ui-datepicker td {
	padding: 1px;
}

.press-wrapper-events .ui-datepicker {
	width: 270px !important;
	height: 320px;
}

.press-latest {
	display: inline-block;
	vertical-align: top;
	width: 290px;
}

.date-wrap {
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
	width: 100%;
}

.date-wrap .selectric-press-filter {
	max-width: calc(33.3333% - 10px);
	margin-right: 0;
}

.press-latest-item {
	padding-bottom: 30px;
	position: relative;
}

.press-latest-info {
	color: var(--blue-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.press-latest-category {
	padding-right: 10px;
	position: relative;
}
.press-latest-category:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: var(--blue-color);
}

.press-latest-text {
	position: relative;
	padding-bottom: 8px;
	color: #605f5f;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	transition: 0.3s ease;
}

.press-latest-text:hover {
	opacity: 0.6;
}

.top-calendar-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.press-search-wrap {
	margin-right: 35px;
	width: 100%;
}

.media-wrap-top {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.media-wrap-top .press-title {
	font-size: 45px;
	line-height: 48px;
	margin-bottom: 0;
}

.media-wrapper {
	padding: 90px 0;
}

.media-count-item {
	font-size: 16px;
	line-height: 22px;
}

.media-wrap-bottom-wrap {
	display: flex;
	flex-wrap: wrap;
}

.media-card-wrap {
	max-width: 33.33%;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 50px;
}

.media-card-img-wrap {
	position: relative;
	max-height: 208px;
	width: 100%;
	height: 208px;
	box-shadow: 0 12px 24px -5px rgba(0, 0, 0, 0.2);
}

.media-card-img {
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.media-card-zoom {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 65px;
    width: 65px;
    border-radius: 33px;
	background: rgba(0,0,0,.5);
	border: 0;
}

.media-card-zoom::after {
	content: '';
	height: 8px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 22px;
	bottom: 22px;
	transition: 0.4s ease;
}

.media-card-zoom::before {
	content: '';
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 22px;
	right: 22px;
	transition: 0.4s ease;
}

.media-card-content {
	margin: 40px 0;
}

.media-card-title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
}

.media-card-subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}

.media-card-item {
	position: relative;
}

.media-card-item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	opacity: 0.15;
}

.media-card-link {
	position: relative;
	display: block;
	padding: 20px 0;
	transition: 0.4s ease;
}


.media-card-link strong {
	font-size: 16px;
	line-height: 22px;
}

.media-card-link .media-card-link-size {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}

.media-card-link-icon {
	display: inline-block;
	position: absolute;
    right: 0;
	top: 50%;
	font-size: 21px;
    transform: translateY(-50%);
}

.button-load-more {
	display: block;
	padding: 18px 27px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid var(--yellow-color);
	margin: 0 auto;
	transition: 0.4s ease;
	background-color: #fff;
}

.selectric-open:after {
	background: transparent;
}

/* Media Popup */

.media-popup--active {
	overflow: hidden;
}

.media-popup-wrap {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #1e1e1e;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.55s cubic-bezier(.49,.42,.61,.55);
}

.media-popup-wrap .press-wrapper {
	padding: 30px 0;
}

.media-popup-wrap--active {
	opacity: 1;
	visibility: visible;
	z-index: 300;
}

.media-popup-content {
	height: calc(100% - 207px);
	padding: 40px 0 35px;
}

.media-popup-content.scaled {
	height: calc(100% - 80px) !important;
    width: 100%;
    padding: 0;
	overflow: hidden;
}

.media-popup-content-img {
	display: block;
    max-width: 1140px;
    max-height: 100%;
    margin: 0 auto;
	will-change: transform;
	transition: 0.5s ease;
}

.media-popup-content-img:hover {
	cursor: none;
}

.media-popup-close {
	position: absolute;
    right: 34px;
    top: 34px;
    width: 54px;
    height: 54px;
    border-radius: 33px;
    border: 2px solid #fff;
	background-color: transparent;
	outline: none;
	transition: 0.5s ease;
	z-index: 340;
}

.media-popup-close::after {
	content: '';
	position: absolute;
	left: 50%;
    top: 50%;
	width: 28px;
	height: 2px;
	background-color: #fff;
	transform: rotate(90deg);
	transform: translate(-50%, -50%) rotate(50deg);
	transition: 0.5s ease;
}

.media-popup-close::before {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 2px;
    background-color: #fff;
	transform: translate(-50%, -50%) rotate(-49deg);
	transition: 0.5s ease;
}

.media-popup-details-bottom {
	position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
	width: 100%;
	max-height: 80px;
}

.media-popup-details-bottom .wrapper {
	display: flex;
	justify-content: space-between;
}

.media-popup-list {
	display: flex;
	align-items: center;
}

.media-popup-link {
	display: flex;
	align-items: center;
	transition: 0.4s ease;
}

.media-popup-link strong {
	font-size: 16px;
	line-height: 22px;
}

.media-popup-link .media-popup-link-size {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-left: 5px;
}

.media-popup-item {
	position: relative;
}

.media-popup-item:not(:last-child) {
	margin-right: 22px;
	padding-right: 22px;
}

.media-popup-link-icon {
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 22px;
}

.media-popup-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #000;
	opacity: 0.2;
}

.media-popup-button {
	border: 0;
	outline: 0;
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	transition: 0.5s ease;
}

.media-popup-list-controls .media-popup-item {
	display: flex;
	cursor: pointer;
	transition: 0.5s ease;
}

.media-popup-list-controls .media-popup-link-icon {
	position: relative;
	width: 22px;
    height: 22px;
    display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-left: 10px;
}

.media-popup-list-controls .media-popup-link-icon svg {
	width: 100%;
	height: 100%;
	stroke: #000;
}

.media-popup-details-top {
	min-height: 95px;
}

.media-popup-details-close {
	display: none;
}

.media-popup-details-top-indicator {
	position: absolute;
	right: calc(50% - 600px + 33px);
	bottom: 115px;
	z-index: 340;
}

.media-popup-details-category-title, .media-popup-details-current, .media-popup-details-total, .media-popup-details-indicator {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}

.media-popup-details-indicator {
	margin-left: 10px;
}

.media-popup-details .media-popup-details-title {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.media-popup-details-subtitle {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.magnifier {
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity .6s;
	pointer-events: none;
	border: 2px solid #fff;
	border-radius: 50%;
	background: radial-gradient(rgba(0,0,0,.5) 68%,transparent 68%);
}

.magnifier-search-plus svg {
	width: 67px;
    height: 67px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
	stroke: #fff;
}

.magnifier-search-minus {
	display: none;
}

.media-popup-list-controls--minus {
	opacity: 0.5;
	pointer-events: none;
}

.media-popup-content.scaled + .media-popup-details .media-popup-list-controls--minus {
	opacity: 1;
}

.media-popup-content.scaled.zoomed-out + .media-popup-details .media-popup-list-controls--plus {
	opacity: 0.5;
}

.media-popup-list-controls--plus[data-clicks-zoom="2"] {
	pointer-events: none !important;
}


.magnifier-search-minus svg {
	width: 67px;
    height: 67px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
	stroke: #fff;
}

.magnifier--active {
	opacity: 1;
}

.media-popup-content.zoomed-out .magnifier-search-plus {
	display: none;
}

.media-popup-content.zoomed-out .magnifier-search-minus {
	display: block;
}

.media-popup-container {
	height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 340;
    overflow: hidden;
	width: 100%;
}

.media-popup {
	height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    overflow: hidden;
	width: 100%;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	background-color: #1e1e1e;
}

.media-popup-container--active {
	visibility: visible;
	z-index: 320;
	opacity: 1;
}

.media-popup-buttons {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
	background-color: transparent;
	z-index: 360;
	border: 0;
}

.media-popup-buttons .icon-chevron-right::before {
	font-size: 40px;
	color: #fff;
	transition: 0.5s ease;
}

.media-popup-buttons .icon-chevron-left::before {
	font-size: 40px;
	color: #fff;
}

.media-popup-icon-prev {
	left: 50px;
}

.media-popup-icon-next {
	right: 50px;
}

/* Popup Share */

.media-popup-share-wrap {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	background-color: #1e1e1e;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	transition: 0.55s cubic-bezier(.49,.42,.61,.55);
}

.media-popup-share-wrap--active {
	visibility: visible;
	opacity: 1;
	z-index: 350;
}

.media-popup-share-icon {
	margin-bottom: 25px;
	display: flex;
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: 0.5s ease;
}

.media-popup-share-icon .sm-icon {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.media-popup-share-icon .sm-icon::before {
	font-size: 25px;
	color: #fff;
	position: absolute;
	left: 56%;
    top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s ease;
}

.media-popup-share-icon .icon-envelope::before {
	left: 54%;
    top: 44%;
}

.media-popup-share-icon .icon-social_twitter::before {
	left: 55%;
    top: 51%;
}

.media-popup-share-icon .icon-social_fb::before {
	left: 53%;
    top: 48%;
}

.media-popup-share {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	margin: 33vh auto;
}

.media-popup-share-wrap .media-popup-details-title {
	font-size: 35px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 40px;
}

.media-popup-info {
	display: none;
}

.dots-icon {
	height: 6px;
    width: 6px;
    display: block !important;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #000;
    position: absolute;
    right: -20px;
	top: 0;
	transition: 0.5s ease;
}

.dots-icon::after {
	content: '';
	height: 100%;
    width: 100%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #000;
    position: absolute;
	right: -2px;
	top: 16px;
	transition: 0.5s ease;
}

.dots-icon::before {
	content: '';
	height: 100%;
    width: 100%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #000;
    position: absolute;
	right: -2px;
	top: 7px;
	transition: 0.5s ease;
}

/* More categories */

.media-popup-more-categories {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
	background: #1e1e1e;
    top: 0;
    overflow: auto;
	padding-top: 142px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: 0.55s cubic-bezier(.49,.42,.61,.55);
}

.media-popup-more-categories--active {
	visibility: visible;
	opacity: 1;
	z-index: 400;
}

.media-popup-more-categories-wrap {
	display: flex;
	justify-content: space-between;
}

.more-categories-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	min-height: 320px;
	transition: 0.5s ease;
}

.media-popup-more-categories-card {
	position: relative;
	flex: 1 1 50%;
	margin: 0 25px;
	overflow: hidden;
}

.more-categories-title {
	margin-top: 32px;
	font-weight: 200;
	font-size: 25px;
	line-height: 35px;
	color: #fff;
}

.more-categories-description {
	margin-top: 16px;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.more-categories-link {
	position: relative;
	display: block;
	margin-top: 24px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	transition: 0.5s ease;
}

.media-popup-more-categories-title {
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 80px;
	margin-top: 15px;
	text-align: center;
}

.more-categories-link--card {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
}

.current-accounts-cards-wrap {
	max-width: 1240px;
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}

.current-accounts-cards-wrap .current-accoutns-item {
	margin: 0 20px 50px 20px;
    flex-shrink: 1;
	width: 100%;
	max-width: 30%;
}

.see-all-articles-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.current-accoutns-items-wrap--news {
	display: block;
}

.see-all-articles {
    margin: 20px auto;
    text-align: center;
    color: #005a73;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 100%;
    background: none;
    border: none;
    display: block;
}

.three-box-text {
	padding: 0px 20px 30px;
}

.current-accounts-item-description {
	padding: 10px 20px 0px;
}

.image-text-modul {
	padding: 50px 100px;
}

.image-text-modul .owl-prev {
	position: absolute;
    left: 0;
    top: calc(50% - 24px);
	transform: translateY(-50%);
	background-color: transparent;
}

.image-text-modul .owl-next {
	position: absolute;
    right: 0;
    top: calc(50% - 24px);
	transform: translateY(-50%);
	background-color: transparent;
}

.image-text-modul .owl-next .icon-chevron-right {
	color: #000 !important;
}

.image-text-modul .owl-prev .icon-chevron-left {
	color: #000 !important;
}

.image-text-modul .owl-item {
	padding: 0 20px;
}

.image-text-modul .owl-pagination {
	display: none;
}

.image-text-modul-wrap {
	display: flex;
}


.image-text-modul-left {
	flex: 1 1 50%;
	margin-right: 40px;
}

.image-text-modul-right {
	flex: 1 1 50%;
	margin-left: 40px;
}

.image-text-modul-title {
	color: #47525E;
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 40px;
}

.image-text-modul-right p {
	color: #605f5f;
	font-size: 21px;
	line-height: 28px;
	max-width: 576px;
}

.image-text-modul-preview {
	padding: 50px 0;
}

.image-text-modul-preview .image-text-modul-wrap {
	margin-bottom: 50px;
}

.no-results {
	text-align: center;
	padding: 30px 50px 36px;
	max-width: 1200px;
	margin: 0 auto;
}

.no-results h2 {
	font-weight: 400;
    color: #000000;
    font-size: 37px;
    margin-bottom: 40px;
}

.no-results h2 span {
	margin-right: 10px;
	vertical-align: text-top;
	display: inline-block;
}

.no-results p {
	font-size: 24px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
    letter-spacing: 0;
}

.no-results b {
	font-size: 24px;
    color: var(--blue-color);
}

.intro-text-awards div p {
	font-size: 18px;
	line-height: 28px;
}

.top-calendar-wrap .box-item {
	min-height: 320px;
}

@media screen and (min-width: 1200px) {
	.media-card-link:hover {
		color: var(--yellow-color);
		text-decoration: underline !important;
	}
	.media-card-zoom:hover::before {
		border-top: 2px solid var(--yellow-color);
    	border-right: 2px solid var(--yellow-color);
	}
	.media-card-zoom:hover::after {
		border-bottom: 2px solid var(--yellow-color);
    	border-left: 2px solid var(--yellow-color);
	}
	.button-load-more:hover {
		transform: scale(1.02);
		box-shadow: 0 12px 24px -5px rgba(0, 0, 0, 0.2);
	}
	.media-popup-close:hover {
		border: 2px solid var(--yellow-color);
	}
	.media-popup-close:hover:after {
		background-color: var(--yellow-color);
	}
	.media-popup-close:hover:before {
		background-color: var(--yellow-color);
	}
	.media-popup-list-controls--plus:hover, .media-popup-list-controls--minus:hover {
		color: var(--yellow-color);
	}
	.media-popup-button:hover  {
		color: var(--yellow-color);
	}
	.media-popup-list-controls .media-popup-item:hover .media-popup-button {
		color: var(--yellow-color);
	}
	.media-popup-link:hover {
		color: var(--yellow-color);
	}
	.media-popup-share-icon:hover {
		border: 2px solid var(--yellow-color);
	}
	.media-popup-share-icon:hover .sm-icon::before {
		color: var(--yellow-color);
	}
	.media-popup-buttons:hover span::before {
		color: var(--yellow-color);
	}
	.media-popup-more-categories-card:hover .more-categories-link {
		color: var(--yellow-color);
		padding-left: 25px;
	}
	.media-popup-button--more:hover .dots-icon,
	.media-popup-button--more:hover .dots-icon::after,
	.media-popup-button--more:hover .dots-icon::before {
		border: 2px solid var(--yellow-color);
	}
}
@media screen and (max-width: 1200px) {
	.top-calendar-wrap {
		display: block;
	}
	.media-popup-details-bottom .wrapper {
		display: block;
	}
	.media-popup-details-bottom {
		background-color: rgba(30,30,30,.9);
	}
	.media-popup-link-size {
		color: #fff;
	}
	.media-popup-link .media-popup-link-icon::before {
		color: #fff;
	}
	.media-popup-list {
		display: block;
	}
	.media-popup-details-bottom {
		max-height: 100%;
	}
	.media-popup-item {
		padding: 25px 0;
	}
	.media-popup-item:nth-of-type(1) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.media-popup-item:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.media-popup-link-icon {
		position: absolute !important;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.media-popup-link strong {
		color: #fff;
	}
	.media-popup-button {
		background-color: transparent;
		color: #fff;
	}
	.media-popup-item:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
	}
	.media-popup-item:not(:last-child)::after {
		display: none;
	}
	.media-popup-list-controls {
		display: none;
	}
	.media-popup-link::after {
		display: none;
	}
	.media-popup-content-img {
		margin: 0;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.media-popup-icon-next {
		right: 10px;
	}
	.media-popup-icon-prev {
		left: 10px;
	}
	.media-popup-close {
		width: 35px;
		height: 35px;
	}
	.media-popup-close::after {
		width: 20px;
	}
	.media-popup-close::before {
		width: 20px;
	}
	.media-popup-details-bottom {
		padding: 0;
	}
	.media-popup-details-top {
		padding: 25px 0;
	}
	.media-popup-details {
		visibility: hidden;
		transform: translateY(40vh);
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: rgba(30,30,30,.9);
		min-height: 402px;
		transition: 0.5s ease;
	}
	.media-popup-details--open {
		visibility: visible;
		transform: translateY(0);
		z-index: 400;
	}
	.media-popup-content {
		height: 100%;
		padding: 86px 0 104px;
	}
	.media-popup-buttons {
		top: 50%;
	}
	.media-popup-details-top-indicator {
		right: unset;
		left: 25px;
		bottom: 30px;
	}
	.media-popup-details .press-wrapper {
		padding: 0 35px;
	}
	.info-open {
		display: none !important;
		pointer-events: none !important;
	}
	.info-open-overlay {
		opacity: 0.6;
	}
	.media-popup-details-close {
		position: absolute;
		right: 30px;
		bottom: 350px;
		display: block;
		height: 25px;
		width: 25px;
		padding: 0;
		background: transparent;
		border: 0;
		z-index: 340;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		transition: 0.5s ease;
	}
	.info-close--active {
		visibility: visible;
		opacity: 1;
		z-index: 340;
	}
	.media-popup-details-top .press-wrapper {
		position: relative;
	}
	.media-popup-details-close::after {
		content: '';
		position: absolute;
		left: 5px;
		top: 10px;
		height: 2px;
		width: 15px;
		transform: rotate(45deg);
		background-color: #fff;
	}
	.media-popup-details-close::before {
		content: '';
		position: absolute;
		left: 5px;
		top: 10px;
		height: 2px;
		width: 15px;
		transform: rotate(-45deg);
		background-color: #fff;
	}
	.media-popup-info {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 30px;
		color: #fff;
		border: 2px solid #fff;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		z-index: 340;
		background: transparent;
		padding: 0;
	}
	.media-popup-info svg {
		fill: #fff;
		margin: 5px;
	}
	.dots-icon {
		border: 1px solid #fff;
		right: 6px !important;
		top: 30px !important;
	}
	.dots-icon::after {
		border: 1px solid #fff;
		right: -1px;
	}
	.dots-icon::before {
		border: 1px solid #fff;
		right: -1px;
	}
	.media-popup-more-categories {
		padding-top: 50px;
	}
	.current-accounts-cards-wrap .current-accoutns-item {
		max-width: 44%;
	}
	.top-calendar-wrap .box-item {
		max-width: 60%;
		margin-bottom: 20px;
		display: block
	}
}

@media screen and (max-width: 992px) {
	.press-top {
		display: block;
	}
	.press-search-wrap {
		margin-bottom: 20px;
		max-width: 100%;
	}
	.top-calendar-wrap {
		display: block;
	}

	.press-filter-wrap {
		display: inline-block;
		margin-bottom: 20px;
	}
	.media-card-wrap {
		padding: 0 10px;
	}
	.media-wrap-top {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.media-wrap-top .press-title {
		font-size: 35px;
		line-height: 38px;
	}
	.media-card-content {
		margin: 25px 0 0px 0;
	}
	.media-card-title {
		font-size: 20px;
		line-height: 25px;
	}
	.media-card-subtitle {
		line-height: 22px;
		font-size: 16px;
	}
	.image-text-modul-wrap {
		display: block;
	}

	.image-text-modul-img {
		min-height: 300px;
	}

	.image-text-modul-left {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.image-text-modul-right {
		margin-left: 0;
	}

	.image-text-modul {
		padding: 50px 0;
	}

	.image-text-modul-title {
		margin-bottom: 20px;
	}

	.image-text-modul .owl-pagination {
		display: block;
		margin-top: 35px !important;
	}

	.image-text-modul .owl-buttons {
		display: none;
	}
	.press-calendar {
		margin-right: 15px;
	}
	.top-calendar-wrap .box-item {
		max-width: 100%;
	}
}
@media screen and (max-width: 767.98px) {
	.press-filter-wrap {
		display: block;
		margin-bottom: 0;
	}
	.date-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.date-wrap .selectric-press-filter {
		max-width: calc(50% - 10px);
		margin-right: 0;
	}
	.date-wrap .selectric-press-filter:first-child {
		max-width: 100%;
		margin-right: 0;
	}
	.selectric-press-filter {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.press-search-btn {
		display: block;
		padding: 10px;
		width: 100%;
	}
	.press-calendar {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.press-calendar .ui-datepicker {
		margin: 0 auto;
	}
	.media-wrap-bottom-wrap {
		display: block;
	}
	.media-card-wrap {
		max-width: 100%;
		width: 100%;
	}
	.press-calendar .ui-datepicker {
		padding: 0;
		width: 100% !important;
	}
	.press-calendar .ui-state-default {
		width: 43px;
		height: 43px;
		padding: 3px;
	}
	.media-wrap-top .press-title {
		font-size: 25px;
		line-height: 25px;
	}
	.media-count-item {
		font-size: 14px;
		line-height: 19px;
	}
	.media-card-wrap {
		padding: 0;
	}
	.media-wrapper {
		padding: 50px 0;
	}
	.media-popup-more-categories-wrap {
		display: block;
	}
	.media-popup-more-categories-title {
		font-size: 22px;
		line-height: 23px;
		margin-bottom: 30px;
    	margin-top: 30px;
	}
	.more-categories-title {
		font-size: 20px;
		line-height: 23px;
		margin-top: 18px;
	}
	.media-popup-more-categories-card {
		margin: 25px 0;
	}
	.more-categories-link {
		margin-top: 15px;
	}
	.current-accounts-cards-wrap {
		display: block;
	}
	.current-accounts-cards-wrap .current-accoutns-item {
		margin: 0 0 25px 0;
		max-width: 100%;
	}
	.image-text-modul {
		padding: 80px 0 50px;
	}
	.image-text-modul .owl-item {
		padding: 0 5px;
	}
	.image-text-modul .owl-buttons {
		display: none;
	}
	.image-text-modul .owl-pagination {
		display: block;
		margin-top: 25px !important;
	}
	.image-text-modul-preview .image-text-modul-wrap {
		margin-bottom: 60px;
	}
	.no-results h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.image-text-modul-right p {
		font-size: 18px;
		line-height: 24px;
	}
}
