@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,regular,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800&display=swap');
@font-face {
	font-family: 'PTSerif';
	src: url("../fonts/PTSerif-Bold.woff") format("woff2"), url("../fonts/PTSerif-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PTSerif';
	src: url("../fonts/PTSerif-Regular.woff") format("woff2"), url("../fonts/PTSerif-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 16px;
	background: #f1f1f1;
	color: #414141;
	margin: 0;
	padding: 0
}
.body.show-sidebar {
	overflow: hidden;
}
.page-site {
	background: #fff;
	max-width: 1920px;
	margin: 0 auto
}
.container {
	max-width: 1218px
}
.container-small {
	max-width: 1035px;
}
main {
	position: relative;
	display: block;
}
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin-top: 0;
}
img, svg, iframe {
	max-width: 100%;
	min-width: 1px;
}
ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}
header, main, aside, footer, figure {
	display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .2s
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #000;
    padding: 0 15px;
    height: 40px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea, button, input {
	font: inherit;
	color: inherit;

}
input[type="submit"] {
    border: 2px solid #E05D63;
    color: #E05D63;
    background-color: transparent;
    height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
	cursor: pointer
}
input[type="submit"]:hover {
    opacity: .8
}
b {
	font-weight: 500
}
.js-focus-visible :focus:not(.focus-visible):not(:active) {
	outline: none !important;
	box-shadow: none !important;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.section {
	/* padding: 60px 0 45px */
	padding: 30px 0 22.5px
}
.stick {
	background: #E05D63;
	color: #fff;
	position: absolute;
	/* top: 19px; */
	bottom: 19px;
	left: 21px;
	padding: 5px 15px;
	font-size: 18px;
	z-index: 5;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify
}
.btn {
	display: inline-block;
	height: 40px;
	line-height: 36px;
	min-width: 290px;
	white-space: nowrap;
	background-color: #fff;
	text-align: center;
	border: 2px solid;
	cursor: pointer
}
.btn:hover, .btn:focus {
	opacity: .5
}
.btn-shadow {
	display: block;
	padding-right: 12px;
	padding-top: 12px;
}
.btn-shadow-fx {
	display: flex;
	background: #fff;
	border: 2px solid #000000;
	padding: 16px;
	box-shadow: 12px -12px #e05d63;
	align-items: center;
}
.btn-shadow-img {
	min-width: 50px;
	width: 50px;
}
.btn-shadow-img svg {
	width: 50px;
	height: 50px;
	fill: #414141;
}
.btn-shadow-text {
	margin-left: 20px;
	font-size: 22px;
	border-bottom: 1px solid transparent;
}
.btn-shadow:hover {
	color: #e05d63
}
.btn-shadow:hover svg {
	fill: #e05d63
}
.btn-shadow:hover .btn-shadow-text {
	border-bottom-color: #e05d63
}
.btn-shadow.active {
	color: #e05d63
}
.btn-shadow.active svg {
	fill: #e05d63
}
.m20 {
	margin-bottom: 20px
}
ul.list {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
ul.list li {
	position: relative;
	line-height: 1.4;
	padding-left: 17px;
	margin-bottom: 5px;
}
ul.list li:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.5px;
	width: 7px;
	height: 7px;
	content: '';
	text-align: center;
	background-color: #e05d63;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
}
.header-top {
}
.header-desktop {

	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	padding-left: 15px;
	padding-right: 15px
}
.header-desktop-logo img {
	vertical-align: -4px;
}
.header-mobile {
	height: 50px;
	z-index: 10;
	position: relative;
	background: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 30px rgb(0 0 0 / 25%);
	display: none;
}
.header-mobile-logo {
	padding-top: 5px;
}
.header-mobile-logo svg {
	height: 26px;
	width: 166px
}
.fpb svg {
	width: 31px;
	height: 24px;
	vertical-align: -4px;
}
.fpb span {
	vertical-align: 4px;
	padding-left: 5px;
	font-weight: 300;
	/* color: #666666; */
	color: #384C9A;
}
.header-main {
	background-image: url(../img/Rectangle_22.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 327px;
	padding-bottom: 30px;
}
.menu-btn {
	position: absolute;
	right: 15px;
}
#navToggle {
	right: 1px;
	top: -2px;
	cursor: pointer;
	background: #414141;
	box-sizing: border-box;
	background-clip: content-box;
	width: 24px;
	height: 24px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transform: rotate( 0deg );
	transform: rotate( 0deg );
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 3;
}
#navToggle:before, #navToggle:after {
	content: "";
	position: absolute;
	background: #414141;
	height: 2px;
	width: 100%;
	right: 0;
	will-change: rotate;
	-webkit-transform: rotate( 0deg );
	transform: rotate( 0deg );
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#navToggle:before {
	top: -8px;
}
.navBurger:after {
	bottom: -8px;
	width: 90%;
}
.navBurger.overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: pointer;
}
.show-sidebar #navToggle {
	background: 0 0;
	background-clip: content-box;
}
.show-sidebar #navToggle:before {
	-webkit-transform: rotate( 135deg );
	transform: rotate( 135deg );
	top: 0;
	background: #414141;
	width: 110%;
}
.show-sidebar #navToggle:after {
	bottom: 0;
	-webkit-transform: rotate( -135deg );
	transform: rotate( -135deg );
	background: #414141;
	width: 110%;
}
.show-sidebar .navBurger.overlay {
	display: block;
}
#menu_offcanvas {
	position: fixed;
	top: 50px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	right: -360px;
	height: 100%;
	overflow: auto;
	width: 360px;
	background: #EAEAEA;
	padding: 15px 15px 70px;
	z-index: 10;
}
#menu_offcanvas.active {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mobilemenu ul {
	margin: 0 0 15px;
	padding: 0
}
.mobilemenu li {
	padding: 11px 5px;
	position: relative;
}
.mobilemenu ul ul {
	padding-left: 20px
}
.mobilemenu ul>li>a {
	font-size: 18px
}
.mobilemenu a:hover {
	color: #000
}
.mobilemenu ul ul>li>a {
	font-size: 16px
}
.mobilemenu .menu-item-has-children>a:after {
	content: "";
	background-image: url(../img/arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: -3px;
	margin-left: 5px;
}
ul.mobilemenu-sub {
	padding-top: 12px;
	display: none;
	clear: both;
}
.mobilemenu span.head {
	background: transparent;
	height: 43px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mobileinf a {
	display: block;
	padding: 12px 0;
}
.main_nav {
	padding-top: 10px;
    flex-grow: 1;
}
.main_nav_menu {
	display: flex;
	padding: 0;
	margin-bottom: 13px;
	justify-content: space-between;
}
.main_nav_menu>li {
	position: relative;
	padding: 10px 0
}
.main_nav_menu>li>a {
	color: #010307;
	font-size: 18px;
	transition: .2s
}
.main_nav_menu>li>a:hover, .main_nav_menu>li.active > a {
	border-bottom: 1px solid ;
	transition: .2s
}
.main_nav_menu>li.menu-item-has-children>a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: -12px;
	width: 9px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .15s linear 0s;
	-o-transition: -o-transform .15s linear 0s;
	transition: transform .15s linear 0s;
}
.main_nav_menu>li.menu-item-has-children>a:after {
	background-image: url(../img/arrow-down-w.svg);
}
.main_nav_menu>li.menu-item-has-children:hover>a:after {
	-webkit-transform: rotate( -180deg );
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate( -180deg );
}
.main_nav_menu ul.sub-menu {
	position: absolute;
	width: 210px;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .15s linear 0s, visibility .15s linear 0s, -webkit-transform .15s linear 0s;
	-o-transition: opacity .15s linear 0s, visibility .15s linear 0s, -o-transform .15s linear 0s;
	transition: opacity .15s linear 0s, visibility .15s linear 0s, transform .15s linear 0s;
	-webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
}
.main_nav_menu ul.sub-menu li {
	position: relative;
}
.main_nav_menu ul.sub-menu a {
	display: block;
	padding: 9px 15px 9px 15px;
	position: relative;
	-webkit-transition: background .15s linear 0s;
	-o-transition: background .15s linear 0s;
	transition: background .15s linear 0s;
}
.main_nav_menu ul.sub-menu ul.sub-menu {
	top: 0;
	left: 210px;
}
.main_nav_menu ul.sub-menu li:hover>a, .main_nav_menu ul.sub-menu li.active>a {
	background: #EAEAEA;
}
.main_nav_menu li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	display: block;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.main_nav_menu ul.sub-menu li.menu-item-has-children>a:after {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	height: 8px;
	text-align: center;
	content: '';
	background-image: url(../img/arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: .2s
}
.main_nav_menu ul.sub-menu li.menu-item-has-children>a:hover:after {
	opacity: .7;
	-webkit-transform: rotate( -90deg );
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate( -90deg );
}

.header-buttom {
	text-align: center;
}
.header-btn {
	text-align: center;
	background: #fff;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
}
.header-btn:hover {
	background: #414141;
	color: #fff
}
.footer {
	background-color: #E5E5E5;
	padding-top: 60px;
}
.footer-body {
	padding-bottom: 25px;
}
.footer-body-title {
	color: #E05D63;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
}
.footer-body-title a {
	padding-left: 41px;
	display: block;
}
.footer-body-title a svg {
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	fill: #E05D63;
}
.footer-body-title a:hover {
	color: #414141;
}
.footer-body-title a:hover svg {
	fill: #414141;
}
.footer-body-sutitle {
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 5px;
}
.footer-body-li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px
}
.footer-body-li svg {
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
}
.footer-body-menu ul {
	padding: 0
}
.footer-body-menu li {
	margin-bottom: 12px
}
.footer-body-menu li a {
	border-bottom: 1px solid transparent;
}
.footer-body-menu li a:hover {
	border-bottom-color: #414141;
}
.footer-copyright {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 300;
	border-top: 1px solid #c5c5c5;
	text-align: center;
}
.subscription, .bonus {
	background-color: #E5E5E5
}
.spaper, .read, .news-list {
	background-color: #CACACA
}
.page-title {
	text-align: center;
	margin-bottom: 25px;
}
.page-title h1 {
	font-size: 34px;
	margin-bottom: 25px;
	font-weight: 500;
	text-align: center;
	position: relative;
	display: inline;
}
.page-title h1:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-top: 8px solid #E05D63;
	border-right: 8px solid #E05D63;
	left: -25px;
	top: 8px;
}
.section-title {
	font-size: 34px;
	margin-bottom: 25px;
	font-weight: 500;
	text-align: center
}
.section-title span {
	position: relative;
	padding-left: 25px;
}
.section-title span:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-top: 8px solid #E05D63;
	border-right: 8px solid #E05D63;
	left: 0;
	top: 8px;
}
.page-content {
	margin: 0px 0 65px 0;
	line-height: 1.4;
}
.page-content>.row>.col>.btn {
	margin-top: 30px
}
.page-content .alignright {
	float: right;
	margin-left: 30px;
}
.page-content .alignleft {
	float: left;
	margin-right: 30px;
}
.page-content .alignleft, .page-content .alignright {
	margin-bottom: 25px;
	padding-top: 7px
}
.page-content .img_wrp img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity .25s ease 0s, -webkit-transform .25s ease 0s;
	-o-transition: opacity .25s ease 0s, -o-transform .25s ease 0s;
	transition: opacity .25s ease 0s, transform .25s ease 0s;
	opacity: 1;
	border: 0 !important;
	margin: 0;
}
.page-content .img_wrp a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}
.page-content .img_wrp a:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: .5;
}
.page-section {
	margin-bottom: 55px;
}
.article-content {
	margin: 0px 0 30px 0;
}
.article-content h1 {
	font-family: 'PTSerif';
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.article-content .complementary {
	margin-bottom: 12px;
	padding-top: 25px;
}
.article-content-short {
	color: #A7A7A7;
	margin-bottom: 25px;

	font-size: 18px;
}
.article-content-text {
	padding-top: 30px;
	line-height: 1.5;

	font-size: 18px;
}
.article-content-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 15px;
}
.article-more {
	margin: 60px 0;
}
.page-content>.row>.col>.btn {
	margin-top: 30px
}
.spaper-item {
	text-align: center;
	max-width: 235px;
	margin: 0 auto 15px;
}
.spaper-item-text {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 15px;
}
.spaper-item:hover {
	color: #E05D63
}
.spaper-item a:hover {
	border-bottom: 1px solid
}
/*.spaper-item-text b, .spaper-item-text strong{
	font-size: 26px
}*/
.spaper-item-text a {
	color: #4CA4DF;
	font-weight: 500;
}
.competition-banner {
	margin-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}
.competition-banner img {
	transition: .4s;
}
.competition-banner:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	transition: .4s;
}
.complementary {
	font-size: 14px;
}
.complementary-date {
	color: #A7A7A7;
}
.complementary-heading {
	color: #E05D63;
	text-transform: uppercase;
}
.complementary-heading:hover {
	color: #A7A7A7;
}

.data-sale {
    margin-top: 25px;
    margin-bottom: 17px;
    color: #A7A7A7;
}
.new-item {
	margin-bottom: 30px;
}
.new-item-title {
	font-size: 20px;
	font-weight: 700;
	font-family: 'PTSerif';
	line-height: 1;
	margin-top: 10px;
}
.no-img .new-item-title {
	font-weight: 400;
}
.new-item:hover .new-item-title a {
	color: #B9B9B9
}
.new-item-large .new-item-body {
	margin-top: 7px;
}
.new-item-small {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.new-item-small .new-item-img {
	width: 230px;
	height: 230px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: hidden;
	flex: 0 0 230px;
}
.new-item-small .new-item-img a {
	width: 230px;
	height: 230px;
	display: block;
}
.new-item-small .new-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-item-small .new-item-body {
	max-width: calc(100% - 230px);
	flex-basis: calc(100% - 230px);
	padding-left: 10px;
}
.new-item-small .complementary-heading {
	display: block
}
.section.contests {
    padding-top: 0;
}
.slider-body {
    background-color: #EAEAEA;
    padding: 25px;
}
.slider-title {
    font-weight: 700;
}
.slider-text {
    margin-bottom: 15px;
}
.slider-vote {
    border-top: 1px solid #d0d0d0;
    padding-top: 6px;
    color: #e05d63;
}
.slider-nav-item {
    cursor: pointer
}
.slider-nav-item.slick-current.slick-active {
    /*opacity: .7;*/
}
.slider-img {
    overflow: hidden;
    position: relative;
}
.slider-img:after, .slider-img:before{
	content: "";
	position: absolute;
    margin: auto;
    display: block;
    width: 74px;
    height: 100%;
    transition: .4s;
}
.slider-img:after{
	right: 0;
	top: 0;
	background: linear-gradient(to left, transparent, rgb(0 0 0));
    background: -webkit-linear-gradient(left, transparent, rgb(0 0 0));
    background: -moz-linear-gradient(left, transparent, rgb(0 0 0));
    background: -o-linear-gradient(left, transparent, rgb(0 0 0));
    background: -ms-linear-gradient(left, transparent, rgb(0 0 0));
}
.slider-img:before{
	left: 0;
	top: 0;
	background: linear-gradient(to right, transparent, rgb(0 0 0));
    background: -webkit-linear-gradient(right, transparent, rgb(0 0 0));
    background: -moz-linear-gradient(right, transparent, rgb(0 0 0));
    background: -o-linear-gradient(right, transparent, rgb(0 0 0));
    background: -ms-linear-gradient(right, transparent, rgb(0 0 0));
}
.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -webkit-transition: background-color .15s linear 0s;
    -o-transition: background-color .15s linear 0s;
    transition: background-color .15s linear 0s;
	z-index: 2;
	cursor: pointer;
	background-color: transparent;
    border: none;
}
.slick-prev {
    left: 20px;
}
.slick-next{
	right: 20px;
}
.slick-arrow:after {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -14px;
	z-index: 2
}
.slick-next:after {
    background-image: url(../img/arrow-right.svg);
    right: -1px;
}
.slick-prev:after {
    background-image: url(../img/arrow-left.svg);
    left: -1px;
}
.slider-for .slick-arrow{
	margin-top: -99px;
}
.slider-nav .slick-list {
	margin-left: -10px;
    margin-right: -8px;
}
.slider-nav-img {
    margin: 0 10px;
}
.slider-nav-img img {
    margin: 0 auto;
}
.slider-nav {
    margin-top: 25px;
    max-height: 124px;
}
.slider-nav .slick-arrow{
	 top: 0;
	margin-top: 0;
	height: 100%;
    width: 34px;
}
.slider-nav .slick-next {
    right: 0;
    background: linear-gradient(to left, transparent, rgb(0 0 0));
    background: -webkit-linear-gradient(left, transparent, rgb(0 0 0));
    background: -moz-linear-gradient(left, transparent, rgb(0 0 0));
    background: -o-linear-gradient(left, transparent, rgb(0 0 0));
    background: -ms-linear-gradient(left, transparent, rgb(0 0 0));
}
.slider-nav .slick-prev {
    left: 0;
	background: linear-gradient(to right, transparent, rgb(0 0 0));
    background: -webkit-linear-gradient(right, transparent, rgb(0 0 0));
    background: -moz-linear-gradient(right, transparent, rgb(0 0 0));
    background: -o-linear-gradient(right, transparent, rgb(0 0 0));
    background: -ms-linear-gradient(right, transparent, rgb(0 0 0));
}
.slider-content {
    overflow: hidden;
    margin-bottom: 25px;
}

@media(min-width:1200px) {
.latest .col-lg-1x1 {
	width: 45%;
	padding: 17px;
}
.latest .col-lg-1x2 {
	width: 55%;
	padding: 17px;
}
}
.bonus-col .btn-shadow:first-child {
	margin-top: -12px;
	margin-bottom: 25px
}
.btn-bonus {
	padding: 25px;
	height: 170px
}
.btn-bonus-text {
	font-size: 22px;
	padding-left: 20px;
	color: #414141;
}
.btn-bonus-text b {
	display: inline-block;
	color: #4CA4DF;
	border-bottom: 1px solid transparent;
	transition: .2s
}
.btn-shadow-fx:hover .btn-bonus-text b {
	border-bottom-color: #4CA4DF;
}
.btn-bonus .swipe-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.btn-shadow-fx:hover .swipe-img img {
	display: none;
}
.btn-shadow-fx:hover .swipe-img img.swipe-img-hover {
	display: block;
}
.breadcrumb {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 25px;
}
.breadcrumbs {
	display: inline-block;
	font-size: 14px;
	color: #A7A7A7
}
.breadcrumbs a:hover {
	color: #E05D63
}
.share {
	clear: both;
	display: flex;
	justify-content: space-between;
	color: #A7A7A7;
	font-size: 14px;
	border-top: 1px solid #e2e2e2;
	padding-top: 10px;
	margin-top: 35px;
}
.share-icon {
	width: 17px;
	height: 17px;
	display: inline-block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.sh-ok {
	background-image: url(../img/ok.svg)
}
.sh-fb {
	background-image: url(../img/facebook.svg)
}
.sh-tw {
	background-image: url(../img/twitter.svg)
}
.sh-vk {
	background-image: url(../img/vk.svg)
}
.sh-ok:hover {
	background-image: url(../img/ok-hover.svg)
}
.sh-fb:hover {
	background-image: url(../img/facebook-hover.svg)
}
.sh-tw:hover {
	background-image: url(../img/twitter-hover.svg)
}
.sh-vk:hover {
	background-image: url(../img/vk-hover.svg)
}
.staff-item {
	margin-bottom: 25px;
	padding-top: 12px;
}
.staff-img {
	box-shadow: 12px -12px #e05d63;
	width: 305px;
	height: 305px;
	overflow: hidden;
}
.staff-img img {
	transition: .4s
}
.staff-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: .4s;
}
.staff-name {
	margin: 10px 0;
}
.staff-name span {
	font-weight: 500
}
.staff-position {
	color: #A7A7A7;
	font-size: 14px;
	margin-bottom: 10px;
}
.staff-phone {
	color: #A7A7A7;
	font-size: 14px;
	font-weight: 300;
}
.staff-phone:hover {
	color: #e05d63;
}
.staff-name:hover, .staff-img:hover+.staff-name {
	color: #e05d63;
}
.additionally {
	margin-top: 40px;
}
#fancybox-close {
	top: -25px!important;
	right: -25px!important;
	width: 25px!important;
	height: 25px!important;
	background: 0 0!important;
}
#fancybox-close:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../img/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	-webkit-transition: all .15s linear 0s;
	-moz-transition: all .15s linear 0s;
	transition: all .15s linear 0s;
}
.contact-title {
	text-transform: uppercase;
	font-weight: 700;
	padding: 11px 0;
}
.contact-line {
	display: flex;
}
.contact-column {
	width: 50%;
	padding: 5px 10px;
}
.contact-column.column-l {
	font-weight: 500;
}
.contact-line-fx {
	display: flex;
	margin-bottom: 8px;
}
.contact-line-fx a {
	font-weight: 500
}
.contact-city, .contact-name-none {
	min-width: 150px;
}
.contact-name-none b {
	display: none
}
.contact-add a {
	color: #e05d63;
	border-bottom: 1px solid;
}
.contact-add a:hover {
	border-bottom-color: transparent;
	;
}
.maps {
	margin-top: 40px
}
@-moz-keyframes spin {
 from {
-moz-transform: rotate(0deg);
}
 to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
 from {
-webkit-transform: rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
 from {
transform:rotate(0deg);
}
 to {
transform:rotate(360deg);
}
}
button.showmore.disabled {
	display: none;
}
.showmore-preview {
	position: relative
}
.showmore-preview:before {
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 2;
	width: 50px;
	height: 50px;
	background-image: url(../img/spinner.svg);
	background-size: cover;
	display: none
}
.showmore-preview.added:before {
	display: inline-block;
}
.btn-back {
    color: #A7A7A7;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 25px;
}
.btn-back:hover {
   color: #e05d63;

}
.form_radio {
	margin-bottom: 10px;
}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    margin-right: 0;
    line-height: 23px;
    user-select: none;
    font-size: 18px;
}
.form_radio label:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #000;
    border-radius: 50%;
}
.form_radio label:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    bottom: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #000;
	opacity: 0
}
.form_radio input[type=radio]:checked + label:after {
	opacity: 1
}
.form_radio label:hover:before {

}
.form_radio input[type=radio]:disabled + label:before {
	border: 1px solid #d0d0d0;
}
.form-survey {
    display: flex;
	padding: 15px 0 25px 0;
}
.form-survey .field {
	width: 300px;
	margin-right: 30px
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
	background: rgb(0 0 0 / 48%);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 20px;
    pointer-events: none;
	max-width: 595px;
	margin-left: auto;
    margin-right: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 40px);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;

}
.modal-logo {
    width: 165px;
    height: 26px;
}
.modal-header {
    background: #EAEAEA;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
}
.modal-subtitle {
    font-size: 22px;
    padding: 50px;
    text-align: center;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
}
.close {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    width: 50px;
    height: 50px;
    font-size: 20px;
	cursor: pointer
}

@media(max-width:1199px) {
}

@media(max-width:991px) {
.header {
	padding-top: 50px;
}
.header-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header-desktop {
	display: none
}
.header-mobile {
	display: flex
}
.header-main {
	padding-top: 30px;
	display: none;
}
.home .header-main {
	display: block
}
.header-nav {
	display: none;
}



.page-title h1 {
	font-size: 27px;
}
.page-title h1:before {
	border: 4px solid transparent;
	border-top: 4px solid #E05D63;
	border-right: 4px solid #E05D63;
	left: -16px;
}
.section-title {
	font-size: 27px;
}
.section-title span:before {
	border: 4px solid transparent;
	border-top: 4px solid #E05D63;
	border-right: 4px solid #E05D63;
}
.section-title span {
	padding-left: 16px;
}
.btn-shadow-text {
	font-size: 18px;
}
.spaper-item-text {
	font-size: 17px;
}
.new-item-small .new-item-img {
	width: 160px;
	height: 160px;
	flex: 0 0 160px;
}
.new-item-small .new-item-img a {
	width: 160px;
	height: 160px;
}
.new-item-small .new-item-body {
	max-width: calc(100% - 160px);
	flex-basis: calc(100% - 160px);
	padding-left: 10px;
}
.new-item-title {
	font-size: 16px;
}
.complementary {
	font-size: 12px;
}
.bonus .container {
	max-width: 590px;
	margin: 0 auto;
}
.bonus-col .btn-shadow:first-child {
	margin-top: 25px;
}
.article-content h1 {
	font-size: 25px;
}
.staff-img {
	box-shadow: 12px -12px #e05d63;
	width: 225px;
	height: 225px;
}
}

@media(max-width:767px) {
.header-main {
	background-image: url(../img/Rectangle_23_m.jpg);
	min-height: 239px;
}

.section {
	padding: 25px 0 25px;
}
.subscription .btn-shadow {
	margin-bottom: 20px
}
.subscription .col-md-6:last-child .btn-shadow {
	margin-bottom: 0
}
.latest .container {
	max-width: 480px;
}
.staff-img {
	width: auto;
	height: auto;
	max-width: 310px;
	max-height: 310px;
	margin-right: 12px;
	margin-top: 12px;
}
.additionally .btn-shadow {
	margin-bottom: 20px;
}
.contact-list .contact-line:first-child .contact-column.column-l {
	display: none;
}
.contact-line {
	flex-wrap: wrap;
}
.contact-column {
	width: 100%;
}
.contact-column.column-l {
	width: 100%;
}
.contact-city {
	width: 50%;
}
.contact-line-fx {
	justify-content: space-between;
}
.contact-name-none b {
	display: block;
}
}

@media(max-width:475px) {
#menu_offcanvas {
	right: -475px;
	max-width: 475px;
	width: 100%
}

.header-buttom .btn {
	width: 100%;
}
.footer {
	padding-top: 12px;
}
.footer-body {
	padding-bottom: 5px;
}
.footer-body-item {
	margin-top: 12px;
}
.page-title h1 {
	font-size: 18px;
}
.page-title h1:before {
	top: 5px;
}
.page-content {
	margin: 0px 0 35px 0;
}
.page-section {
	margin-bottom: 35px;
}
.section-title {
	font-size: 18px;
}
.section-title span:before {
	top: 5px;
}
.spaper-item-text {
	font-size: 14px;
}
.spaper-item-img img {
	max-width: 40px
}
.new-item-small .new-item-img {
	width: 130px;
	height: 130px;
	flex: 0 0 130px;
}
.new-item-small .new-item-img a {
	width: 130px;
	height: 130px;
}
.new-item-small .new-item-body {
	max-width: calc(100% - 130px);
	flex-basis: calc(100% - 130px);
	padding-left: 10px;
}
.btn-bonus .swipe-img {
	width: 50px;
	height: 50px;
}
.btn-bonus {
	padding: 15px;
	height: auto;
	align-items: flex-start;
}
.btn-bonus-text {
	font-size: 18px;
}
.article-more {
	margin: 25px 0;
}
.staff-item {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.slider-nav {
    display: none;
}
.slider-img:after, .slider-img:before {
    width: 45px;
}
.slick-arrow:after {
    top: -22px;
}
.slick-prev {
    left: 3px;
}
.slick-next {
    right: 3px;
}
.form-survey {
    flex-wrap: wrap;
}
.form-survey .field {
    width: 100%;
    margin-right: 0;
}
.form-survey input[type="submit"] {
    width: 100%;
    margin-top: 15px;
}
}




body._lock {
	overflow: hidden;
}

@media (max-width: 991px) {
	.banner-top {
		display: none;
	}
}
.banner-top img {
	width: 100%;
}

.header-nav {
	background: #EAEAEA;
	height: 60px;
}
.header-nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.header-nav__tg {
	padding-left: 66px;
}
.header-nav__tg a {
	background: #2F89CE;
	padding: 5px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	border-radius: 3px;
	border: 1px solid #2F89CE;
	-webkit-transition: 0.34s;
	transition: 0.34s;
}
.header-nav__tg a:hover {
	background: white;
	border-color: #2F89CE;
	color: #2F89CE;
}
.header-nav__tg a:hover svg {
	color: #2F89CE;
}
.header-nav__tg svg {
	height: 14px;
	width: 14px;
	margin-right: 10px;
	color: white;
}
.header-nav__search {
	padding-left: 60px;
}
.header-nav__search svg {
	height: 18px;
	width: 18px;
}

.header-mobile__search {
	position: absolute;
	display: inline-block;
	left: 15px;
}
.header-mobile__search svg {
	height: 26px;
	width: 26px;
}

.mobileinf__tg {
	margin-bottom: 15px;
}
.mobileinf__tg a {
	background: #2F89CE;
	padding: 5px 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	border-radius: 3px;
	border: 1px solid #2F89CE;
	-webkit-transition: 0.34s;
	transition: 0.34s;
}
.mobileinf__tg a:hover {
	background: white;
	border-color: #2F89CE;
	color: #2F89CE;
}
.mobileinf__tg a:hover svg {
	color: #2F89CE;
}
.mobileinf__tg svg {
	height: 14px;
	width: 14px;
	margin-right: 10px;
	color: white;
}

.header-name {
	/* padding: 40px 0; */
	padding: 20px 0;
}
/* @media (max-width: 575.98px) {
	.header-name {
		padding: 20px 0;
	}
} */
.header-name__logo svg {
	width: 100%;
	height: 100px;
}
@media (max-width: 575.98px) {
	.header-name__logo svg {
		height: 70px;
	}
}
.header-name__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 575.98px) {
	.header-name__sub {
		display: block;
	}
}
.header-name__subttl {
    color: #384C9A;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    font-size: 21px;
    margin-right: 30px;
    font-family: Open Sans;
    margin-left: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

@media (max-width:1199.98px) {
	.header-name__subttl {
		font-size: 18px;
		margin-left: 15%;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
	}
}

@media (max-width: 991.98px) {
	.header-name__subttl {
		margin-left: 12%;
		-ms-flex: 0 0 57%;
		flex: 0 0 57%;
	}
}
@media (max-width: 850px) {
	.header-name__subttl {
		margin-left: 4%;
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
	}
}

@media (max-width: 767.98px) {
	.header-name__subttl {
		font-size:14px;
	}
}

@media (max-width: 575.98px) {
	.header-name__subttl {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
}
.header-name__numb {
	font-family: Roboto Condensed;
	font-size: 16px;
	color: #6C6D70;
}
@media (max-width: 575.98px) {
	.header-name__numb {
		text-align: center;
	}
}
.header-name__numb span {
	color: #221F20;
	font-weight: bold;
	font-size: 30px;
}

.header-news {
	margin-bottom: 20px;
	font-family: Roboto Condensed;
}
/* @media (max-width: 575.98px) {
	.header-news {
		margin-bottom: 20px;
	}
} */
.header-news__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
@media (max-width: 575.98px) {
	.header-news__wrapper {
		border-bottom: none;
		display: block;
	}
}
.header-news__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 991.98px) {
	.header-news__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}
}
@media (max-width: 575.98px) {
	.header-news__img {
		height: 150px;
	}
}
.header-news__excerpt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 15px 10px 15px 30px;
}
@media (max-width: 991.98px) {
	.header-news__excerpt {
		padding: 10px 5px 10px 15px;
	}
}
@media (max-width: 575.98px) {
	.header-news__excerpt {
		border-bottom: 1px solid black;
	}
}
.header-news__excerpt a {
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	color: #1F2996;
}
@media (max-width: 991.98px) {
	.header-news__excerpt a {
		margin-bottom: 8px;
		font-size: 20px;
	}
}

.banner-before-news {
	background: #F7F7F7;
	padding: 40px 0;
}
@media (max-width: 767.98px) {
	.banner-before-news {
		display: none;
	}
}
.banner-before-news__img {
	width: 100%;
}

.tg {
	background: #F7F7F7;
	padding: 30px 0;
}
.tg__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 575.98px) {
	.tg__wrapper {
		display: block;
	}
}
.tg__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	padding-right: 30px;
	padding-top: 30px;
}
@media (max-width: 767.98px) {
	.tg__content {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
	}
}
.tg__ttl {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.2;
	color: #414141;
}
@media (max-width: 767.98px) {
	.tg__ttl {
		font-size: 26px;
	}
}
.tg__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.tg__img {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
}
.tg__img img {
	width: 80%;
	max-width: 325px;
}
@media (max-width: 767.98px) {
	.tg__img img {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.tg__img img {
		width: 60%;
	}
}
.tg__link {
	background: #2F89CE;
	padding: 5px 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	border-radius: 3px;
	border: 1px solid;
	-webkit-transition: 0.34s;
	transition: 0.34s;
	height: 50px;
	width: 170px;
	font-size: 18px;
}
.tg__link:hover {
	background: white;
	border-color: #2F89CE;
	color: #2F89CE;
}
.tg__link:hover svg {
	color: #2F89CE;
}
.tg__link svg {
	height: 14px;
	width: 14px;
	margin-right: 10px;
	color: white;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
.popup__body {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	width: 100%;
	max-width: 600px;
}
.popup__close {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	z-index: 30;
}
.popup__close svg {
	height: 26px;
	color: #414141;
}

.popup-search__header {
	background: #EAEAEA;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.popup-search__logo {
	height: 26px;
}
.popup-search__content {
	padding: 20px 10px 30px;
	text-align: center;
}
.popup-search__ttl {
	font-size: 22px;
	line-height: 1.36;
	text-align: center;
	color: #414141;
	margin-bottom: 10px;
}
.popup-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-search__input {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	width: 386px;
	border-color: #414141;
}
.popup-search__input::-webkit-input-placeholder {
	color: #B9B9B9;
}
.popup-search__input::-moz-placeholder {
	color: #B9B9B9;
}
.popup-search__input:-ms-input-placeholder {
	color: #B9B9B9;
}
.popup-search__input::-ms-input-placeholder {
	color: #B9B9B9;
}
.popup-search__input::placeholder {
	color: #B9B9B9;
}
.popup-search__submit {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.popup-search__submit:hover {
	color: white;
	background: #e05d63;
}

.select {
	position: relative;
	display: inline-block;
}

.select__toggle {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #414141;
	width: 282px;
	max-width: 100%;
	background: white;
	color: #B9B9B9;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	padding: 10px;
	line-height: 1.4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.select__toggle::after {
	content: "";
	width: 15px;
	height: 8px;
	background-size: cover;
	background-image: url("../img/icons/Vector.svg");
}

.select__toggle:focus {
	outline: none;
}

.select_show .select__toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select__dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 43px;
	left: 0;
	right: 0;
	max-height: 10rem;
	overflow-y: auto;
	z-index: 2;
	background-color: white;
	border: 1px solid #414141;
	color: #B9B9B9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.select_show .select__dropdown {
	visibility: visible;
	opacity: 1;
}

.select_show .select__backdrop {
	display: block;
}

.select__options {
	margin: 0;
	padding: 0;
	list-style: none;
}

.select__option {
	padding: 0.375rem 0.75rem;
}

.select__option_selected {
	background-color: #e1f5fe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.select__option_selected::after {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	color: #0277bd;
	background-size: cover;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
}

.select__option:hover {
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-transition: 0.2s background-color ease-in-out;
	transition: 0.2s background-color ease-in-out;
}

.archive {
	margin-bottom: 37px;
}
.archive__desc {
	font-size: 18px;
	line-height: 1.2;
	text-align: justify;
	color: #A7A7A7;
	margin-bottom: 30px;
}
@media (max-width: 575.98px) {
	.archive__desc {
		font-size: 14px;
	}
}
.archive__filter {
	margin-bottom: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media (max-width: 767.98px) {
	.archive__filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.archive__calendar {
	margin-right: 100px;
	width: 282px;
	position: relative;
	height: 40px;
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.archive__calendar {
		margin-right: 0;
	}
}
.archive__calendar-input {
	border: 2px solid #E05D63 !important;
	cursor: pointer;
	height: 40px;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.archive__calendar-input::-webkit-input-placeholder {
	color: #E05D63 !important;
}
.archive__calendar-input::-moz-placeholder {
	color: #E05D63 !important;
}
.archive__calendar-input:-ms-input-placeholder {
	color: #E05D63 !important;
}
.archive__calendar-input::-ms-input-placeholder {
	color: #E05D63 !important;
}
.archive__calendar-input::placeholder {
	color: #E05D63 !important;
}
.archive__calendar-input:hover {
	background-color: #E05D63 !important;
}
.archive__calendar-input:hover::-webkit-input-placeholder {
	color: white !important;
}
.archive__calendar-input:hover::-moz-placeholder {
	color: white !important;
}
.archive__calendar-input:hover:-ms-input-placeholder {
	color: white !important;
}
.archive__calendar-input:hover::-ms-input-placeholder {
	color: white !important;
}
.archive__calendar-input:hover::placeholder {
	color: white !important;
}
.archive__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 767.98px) {
	.archive__items {
		margin: 0 -10px;
	}
}
@media (max-width: 575.98px) {
	.archive__items {
		display: block;
	}
}
.archive__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 20px 40px;
}
@media (max-width: 767.98px) {
	.archive__column {
		padding: 0 10px 20px;
	}
}
.archive__img {
	width: 100%;
	padding-bottom: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.archive__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767.98px) {
	.archive__bottom {
		display: block;
	}
}
.archive__date {
	font-size: 16px;
	line-height: 1.2;
	color: #A7A7A7;
	margin-right: 20px;
}
@media (max-width: 767.98px) {
	.archive__date {
		margin-bottom: 12px;
	}
}
.archive__date span {
	color: #E05D63;
}
.archive__download {
	border: 2px solid #414141;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 257px;
	text-transform: uppercase;
	color: #414141;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 14px;
}
.archive__download:hover {
	background: #414141;
	color: white;
}
@media (max-width: 991.98px) {
	.archive__download {
		min-width: 170px;
	}
}
@media (max-width: 575.98px) {
	.archive__download {
		width: 100%;
	}
}
.archive__items-footer {
	text-align: center;
}
.archive__loadmore {
	border: 2px solid #414141;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 257px;
	text-transform: uppercase;
	color: #414141;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media (max-width: 575.98px) {
	.archive__loadmore {
		margin-top: 10px;
	}
}
.archive__loadmore img {
	display: none;
}
.archive__loadmore:hover {
	background: #414141;
	color: white;
}
.archive__loadmore:active {
	background: black;
	border-color: black;
}
.archive__loadmore._hold {
	opacity: 0.7;
}
.archive__loadmore._hold span {
	display: none;
}
.archive__loadmore._hold img {
	display: block;
	height: 20px;
	width: 20px;
}

.bonus-new {
	padding: 40px 0 0;
}
.bonus-new__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
	.bonus-new__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.bonus-new__img {
	-ms-grid-row: 1;
	grid-row-start: 1;
}
.bonus-new__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
