:root {
	--main_color: #003d69;
	--second_color: #36bcdf;
}
* {
	box-sizing: border-box;
	outline: 0!important;
	transition: all .6s;
}
.post_page#pdopage .pagination {
    display:none!important;
}
@font-face{
	font-display:swap;
    font-family: 'ProximaNova-Bold';  
    src: url('../fonts/proximanova-bold.ttf') format("truetype");
    font-style: normal; 
    font-weight: normal;
}
@font-face{
	font-display:swap;
    font-family: 'ProximaNova-Light';  
    src: url('../fonts/proximanova-light.ttf') format("truetype");
    font-style: normal; 
    font-weight: normal;
}
@font-face{
	font-display:swap;
    font-family: 'ProximaNova-LightIt';  
    src: url('../fonts/proximanova-lightit.ttf') format("truetype");
    font-style: normal; 
    font-weight: normal;
}
@font-face{
	font-display:swap;
    font-family: 'ProximaNova-Reg';  
    src: url('../fonts/proximanova-reg.ttf') format("truetype");
    font-style: normal; 
    font-weight: normal;
}
@font-face{
	font-display:swap;
    font-family: 'ProximaNova-RegIt';  
    src: url('../fonts/proximaNova-regit.ttf') format("truetype");
    font-style: normal; 
    font-weight: normal;
}
html {
	font-size: 16px;
	font-family: 'ProximaNova-Reg';
	color: var(--main_color);
}
body {
	margin:0;
}
/* WebKit, Edge */
input::-webkit-input-placeholder {
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* Firefox 4-18 */
input:-moz-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
 opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
 opacity: 1;
}

/* IE 10-11 */
input:-ms-input-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* Edge */
input::-ms-input-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* MODERN BROWSER */
input::placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}
/* WebKit, Edge */
textarea::-webkit-input-placeholder {
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* Firefox 4-18 */
textarea:-moz-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
 opacity: 1;
}

/* Firefox 19+ */
textarea::-moz-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
 opacity: 1;
}

/* IE 10-11 */
textarea:-ms-input-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* Edge */
textarea::-ms-input-placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}

/* MODERN BROWSER */
textarea::placeholder { 
 color: var(--main_color);
 font-family: 'ProximaNova-Reg';
}
a {
	color: var(--main_color);
}
a:hover {
	color: var(--second_color);
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.row {
	display: flex;
	flex-wrap: wrap;
}

/* header styles start */

header {
	box-shadow: 0 0 13px 0 rgba(0,0,0,.15);
}
.first_line_header {
	padding: 15px 0;
}
.header_row {
	align-items: center;
	gap:0 100px;
	justify-content: space-between;
}
.logo_header {
	width: 150px;
	height: 53px;
}
.logo_header picture {
    display:block;
    width:100%;
}
.logo_header img {
	width: 100%;
}
form.search_form {
	flex: 1 1 0;
}
form.search_form input.search_string {
	padding: 8px 15px 8px 15px;
    background-repeat: no-repeat;
    line-height: 1;
    width: 100%;
    border-radius: 8px;
    border:1px solid var(--main_color);
    color: var(--main_color);
    font-size: 1rem;
}
.app_link_header {
	border: 1px solid var(--second_color);
	background: var(--second_color);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	padding: 8px 15px;
	display: inline-block;
}
.app_link_header:hover {
	background: var(--main_color);
	border-color: var(--main_color);
	color:#fff;
}
.mobile_menu {
	display: none;
}

/* header styles end */

/* main section styles start */

main {
	min-height: 90vh;
	margin:20px 0;
}
section.section {
	margin-bottom: 40px;
	overflow:hidden;
}
section.section h1 {
	font-size: 3rem;
	margin:0 0 1.5rem 0;
	font-family: 'ProximaNova-Bold';
	width:100%;
}
section.section.home_banner_fix h1 {
    padding-right: 111px;
    font-size: 1.7rem;
}
section.section h2,
section.section .title_section {
	font-size: 2rem;
	margin:0 0 1rem 0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'ProximaNova-Bold';
}
section.section h3 {
	font-size: 1.5rem;
	margin:0 0 .5rem 0;
	font-family: 'ProximaNova-Bold';
}
.home_banner {
	justify-content: center;
	gap:40px;
}
.home_banner .news_home_top {
	width: calc( (100% - 40px) / 2);
}
.home_banner .image_home_banner {
	position: relative;
	width: calc( (100% - 40px) / 2);
	border-radius: 8px;
}
.home_banner .news_home_top.full_posts {
	width: 100%;
}
.image_home_banner picture {
    width:100%;
    display:block;
}
.image_home_banner img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	object-fit:cover;
}
.text_home_banner {
    height: 100%;
    width:100%;
}
.news_home_top_row {
	flex-flow: column;
	gap:40px;
}
.full_posts .news_home_top_row {
	flex-flow: row;
	flex-wrap: wrap;
}
.item_news_home_top_row {
	display: flex;
	gap:10px;
	text-decoration: none;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
    border-radius: 8px;
    background:#fff;
}
.item_news_home_top_row a {
    text-decoration:none;
}
.full_posts .item_news_home_top_row {
	width: calc( (100% - 40px) / 2);
	flex-wrap: wrap;
}
.full_first_post .item_news_home_top_row {
	flex-wrap: wrap;
}
.item_news_home_top_row:hover {
	box-shadow: 0 0 13px 0 rgba(0, 61, 105, .6);
	color:var(--main_color);
}
.item_news_home_top_row picture {
	width: calc(25% - 5px);
}
.item_news_home_top_row picture img {
    aspect-ratio: 1 / 1;
	border-radius: 8px;
	width:100%;
	height: 100%;
	object-fit:cover;
}
.content_item_news_home_top_row {
	width: calc(75% - 5px);
	display: flex;
	flex-flow: column;
	gap:15px;
	padding: 10px 0;
	padding-right:10px;
}
.full_posts .item_news_home_top_row picture,
.full_first_post .item_news_home_top_row:first-child picture {
    width:100%;
}
.full_posts .item_news_home_top_row picture img,
.full_first_post .item_news_home_top_row:first-child picture img{
	width:100%;
	aspect-ratio: 1.7 / 1;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	object-fit:cover;
}
.full_posts .content_item_news_home_top_row,
.full_first_post .item_news_home_top_row:first-child .content_item_news_home_top_row {
	width: 100%;
	padding: 0 15px 15px 15px;
}
.title_content_item_news_home_top_row {
    word-wrap: break-word;
	font-size: 1.2rem;
	font-family: 'ProximaNova-Bold';
}
.item_news_home_top_row:hover .title_content_item_news_home_top_row {
	color: var(--second_color);
}
.intro_content_item_news_home_top_row {
	font-family: 'ProximaNova-LightIt';
	display:block;
	overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.data_content_item_news_home_top_row {
	font-family: 'ProximaNova-Light';
}
.status_event__values {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.status_event__values_label {
    background:#dedede;
    color:#666;
    padding:7px 15px!important;
    border-radius:6px;
}
.status_event__values_date {
    display:flex;
    flex-flow:column;
    gap:15px;
}
.links_event__values {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.record_values {
    color: #fff;
    padding: 7px 15px!important;
    background: rgb(18, 190, 223);
    border-radius: 8px;
    text-decoration:none;
}
.record_values:hover {
    color:#fff;
    opacity:.7;
}
.flex_text_home_banner {
	display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding: 0 15px;
}
.news_home_top .desktop_download_app {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap:40px;
}
.news_home_top .item_desktop_download_app {
	width: 150px;
}
.item_desktop_download_app picture {
    width:100%;
    display:block;
}
.app_qr {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:40px;
}
.bread_crumbs ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	align-items: center;
	margin:20px 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
}
.bread_crumbs ul li a {
	text-decoration: none;
}
.bread_crumbs ul li span {
	font-family: 'ProximaNova-Light';
}
.catalog_row .catalog_list {
	width: calc(75% - 20px);
}
.catalog_row aside {
	width: calc(25% - 20px);
}
.catalog_row {
	justify-content: center;
	gap:40px;
}
.catalog_row aside.news_home_top_row .content_item_news_home_top_row {
	width: 100%;
	padding: 10px;
}
.custom_page_navi {
	padding: 0;
	margin: 40px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:10px;
	list-style: none;
}
.custom_page_navi a {
	text-decoration: none;
}
.custom_page_navi .page-item {
	width: 35px;
	height: 35px;
	border-radius:5px;
}
.custom_page_navi .page-item a,
.custom_page_navi .page-item span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid var(--second_color);
	color: var(--main_color);
	border-radius:5px;
}
.custom_page_navi .page-item:hover a,
.custom_page_navi .page-item:hover span,
.custom_page_navi .page-item.active span {
	background: var(--second_color);
	color: #fff;
}

.catalog_row aside.news_home_top_row .title_section {
	margin-bottom: 0;
}
.post_navigation_block {
	border:2px solid var(--second_color);
	border-radius: 8px;
	padding: 15px;
}
.navi_post_list {
	margin: 0;
	padding-left: 20px;
	display: flex;
	flex-flow: column;
	gap:5px;
}
.content_post_detail {
    font-size:1.3rem;
}
.content_post_detail img {
    max-width:100%;
}
.content_manager_post_detail {
    display:flex;
    gap:15px;
    align-items:center;
    margin:40px 0;
    text-decoration:none;
}
.avatar_content_manager_post_detail {
    width:50px;
    height:50px;
}
.avatar_content_manager_post_detail picture,
.avatar_content_manager_post_detail picture img {
    width:100%;
    height:100%;
    border-radius:255px;
    display:block;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .15);
}
.name_contact_content_manager_post_detail {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.spec_contact_content_manager_post_detail {
    font-size:#000;
}
.contact_content_manager_post_detail {
    flex: 1 1 0;
}
.block_join_app {
    margin: 40px 0;
    padding: 15px;
    border-top:1px solid var(--main_color);
    border-bottom:1px solid var(--main_color);
    background-color:#234469;
    border-radius:8px;
}
.text_block_join_app {
    font-weight:700;
    color:#fff;
}
.app_block_post {
	margin: 25px 0 0 0;
	text-align: center;
}
.not_app_block_post.app_block_post {
    margin:0;
    font-size: 2rem;
}
.app_block_post .app_link_header {
    background:#fff;
    color:var(--main_color);
    border-color:#fff;
}
.app_block_post .app_link_header:hover {
    background:#81ABED;
    border-color:#81ABED;
    color:#fff;
}
.contacts_row {
	justify-content: center;
	gap:40px;
	margin-bottom: 40px;
}
.item_contact_row {
	width: calc( (100% - 120px) / 4);
}
.title_item_contact_row {
	margin-bottom: 15px;
}
.content_item_contact_row a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 1.35;
	font-family: 'ProximaNova-Bold';
}
.content_item_contact_row picture {
    width:100%;
    display:block;
}
.about_row {
	justify-content: space-between;
	gap:40px;
}
.text_about_row {
	width: calc( 40% - 20px );
	font-size:1.25rem;
	font-weight:bold;
}
.image_about_app {
	width: calc( 40% - 20px );
	color:#fff;
	font-size:1.25rem;
	font-weight:bold;
}
.image_about_app ul li {
    line-height:1.35;
    margin-bottom:10px;
}

.image_about_app picture {
    display:block;
    width:100%;
}
.image_about_app img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
}
.app_preim {
	display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 колонки одинаковой ширины */
	gap:40px;
}
.item_app_preim {
	display: flex;
    gap: 40px;
    flex-flow: column;
    align-items: center;
    background-color: #eee;
    border-radius: 20px;
    padding: 15px;
    text-align:center;
}
.item_app_preim img {
    height:90px;
}
.app_preim .item_app_preim:last-child img {
    height:auto;
}

/* 1 и 2 элементы - занимают по 1 колонке */
.item_app_preim:nth-child(1),
.item_app_preim:nth-child(2) {
  grid-column: span 1;
}

/* 3 элемент - занимает 2 колонки и выстраивается под 1 и 2 */
.item_app_preim:nth-child(3) {
  grid-column: span 2;
  grid-row: 2;
}

/* 4 и 5 элементы - под 2 элементом по 1 колонке */
.item_app_preim:nth-child(4),
.item_app_preim:nth-child(5) {
  grid-column: span 1;
  grid-row: 3;
}

/* 6 элемент - занимает 1 колонку и всю высоту справа */
.item_app_preim:nth-child(6) {
  grid-column: 3;
  grid-row: 1 / span 3; /* Занимает все три строки */
  height: 100%;
}

section.section .item_app_preim.item_app_preim_long h2 {
    max-width:100%;
}

section.section .item_app_preim > h2 {
	font-size: 1rem;
	margin: 0;
	max-width: 290px;
	width: 100%;
	text-transform:initial;
}
.item_app_preim .content_app_preim {
	flex: 1 1 0;
	text-align:center;
}

.testimonials_row {
	justify-content: center;
	gap:40px;
}
.item_testimonials_row {
	width: calc( (100% - 80px) / 3);
	border-radius: 8px;
	box-shadow: 0 0 13px 0 rgba(0,0,0,.15);
	padding: 15px;
}
.first_item_testimonials_row {
	display: flex;
	align-items: center;
	gap:10px;
}
.avatar_item_testimonials_row {
	width: 50px;
	height: 50px;
}
.avatar_item_testimonials_row picture {
    width:100%;
    height:100%;
}
.avatar_item_testimonials_row img {
	width: 100%;
	height: 100%;
	border-radius: 255px;
	aspect-ratio: 1/ 1;
}
.name_item_testimonials_row {
	font-family: 'ProximaNova-Bold';
}
.first_item_testimonials_row {
	margin-bottom: 10px;
}
.ec_stars {
	background-position: 0 -16px;
    background-repeat: repeat-x;
    width: 96px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ZJREFUeNqUVs9PE0EUfrtdWuBAoCkkJiRYITGUQmIMt9ps+Q8MMRLPHPCi8S9o+w+YmJjowZMmGiG9ejFxFzBoFCUpFS4SSwIhKgIpKbS023W+Ybfuz1In+Zi3733vzZuZ96YIW/PUaujGLPgRrtzSbd9So0E0cnvLRfz+ejgTjt/n8kHhUYZxMh4cl5+oad4rM306PHaPAMg+HJ+AWtmGjRcsu9jd5jdk6Jw8r4CCrrMzOFu2KddfJvXxO0tOHTGd/SyDN1wBpbVnAs7GtqVL4zNE9QMbsX90htaeJ3WHf/barG47W+HTE9In59ilVItElR/U1uiMEoUu0+enwzQ5p9uylup1yn54PJwem5qlnoFoW/FKux/p27tnPEPXGS4+5LPMoEykpql3YLBlsKNfO5RXchBTDGrygf0URJYhMaXK5tTXtzk63F0nqv30BGzggGv4uMvGVE7dTHGCXj/0DQgbOODCp2XAN68UGXK4l/2p7XsCNnDApc0J74C8ONcHUaTyyNWe83Ix8Gdvj8OqAwdcyF6FLXHl+A5p80I63HfGOuCI9n9r9H6pArtq8OREspMi/QEK92nnragdZfwDfhH4apFwhTYLRBsb3Jaanj4PmMuRvKhUlFiMaHTU6GGf1hPx2tB1ndicXVggKhQoy2SBQcU3ABk62Ixvc3b38vLyvz4OhUJ2oyDwImP9buuGarXalBOJhD3DFjWcibE9ApCpzSE6V67X6xwsq3RXVxcBkE29NbsLAzqzM8f/ZCm6X2GNZ9Td3Y2Zw5DTmt/z7giYMX6MmkBGZjATRpa6A+6sVVXVG42GzlbXa7VaWwAXPvB1LsxaT8sqikInJyesrhptAVz4wNdzy+z2UisrK3R6enphMHDAhY/Xls1LUdlqPGi5XOYX4wXYwAHX0uf2Xj4+Pm4eZyAQIHZGJEmS5w3CZgRX/W7Z6imDjGBw9CQzm1E6sl+GouV85Gg0yoOZKJVKHFYdOOCafh7PV7NY08FgkDvhFgvsabG+h/F4nBc4OMwn7dc5knWVjo4O2mMv9Pb2Nn8PRVHkAZFRPp9XhoaGKBKJeGbW3LKlKLOrq6tULBazxr9v1jOCLMAGDrimn3P8FWAAEtbR4/v4jFEAAAAASUVORK5CYII=);
}
.ec_stars span {
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ZJREFUeNqUVs9PE0EUfrtdWuBAoCkkJiRYITGUQmIMt9ps+Q8MMRLPHPCi8S9o+w+YmJjowZMmGiG9ejFxFzBoFCUpFS4SSwIhKgIpKbS023W+Ybfuz1In+Zi3733vzZuZ96YIW/PUaujGLPgRrtzSbd9So0E0cnvLRfz+ejgTjt/n8kHhUYZxMh4cl5+oad4rM306PHaPAMg+HJ+AWtmGjRcsu9jd5jdk6Jw8r4CCrrMzOFu2KddfJvXxO0tOHTGd/SyDN1wBpbVnAs7GtqVL4zNE9QMbsX90htaeJ3WHf/barG47W+HTE9In59ilVItElR/U1uiMEoUu0+enwzQ5p9uylup1yn54PJwem5qlnoFoW/FKux/p27tnPEPXGS4+5LPMoEykpql3YLBlsKNfO5RXchBTDGrygf0URJYhMaXK5tTXtzk63F0nqv30BGzggGv4uMvGVE7dTHGCXj/0DQgbOODCp2XAN68UGXK4l/2p7XsCNnDApc0J74C8ONcHUaTyyNWe83Ix8Gdvj8OqAwdcyF6FLXHl+A5p80I63HfGOuCI9n9r9H6pArtq8OREspMi/QEK92nnragdZfwDfhH4apFwhTYLRBsb3Jaanj4PmMuRvKhUlFiMaHTU6GGf1hPx2tB1ndicXVggKhQoy2SBQcU3ABk62Ixvc3b38vLyvz4OhUJ2oyDwImP9buuGarXalBOJhD3DFjWcibE9ApCpzSE6V67X6xwsq3RXVxcBkE29NbsLAzqzM8f/ZCm6X2GNZ9Td3Y2Zw5DTmt/z7giYMX6MmkBGZjATRpa6A+6sVVXVG42GzlbXa7VaWwAXPvB1LsxaT8sqikInJyesrhptAVz4wNdzy+z2UisrK3R6enphMHDAhY/Xls1LUdlqPGi5XOYX4wXYwAHX0uf2Xj4+Pm4eZyAQIHZGJEmS5w3CZgRX/W7Z6imDjGBw9CQzm1E6sl+GouV85Gg0yoOZKJVKHFYdOOCafh7PV7NY08FgkDvhFgvsabG+h/F4nBc4OMwn7dc5knWVjo4O2mMv9Pb2Nn8PRVHkAZFRPp9XhoaGKBKJeGbW3LKlKLOrq6tULBazxr9v1jOCLMAGDrimn3P8FWAAEtbR4/v4jFEAAAAASUVORK5CYII=);
    display: block;
    height: 16px;
    width: 0;
}
.rating_item_testimonials_row {
	margin-bottom: 15px;
}
.text_item_testimonials_row {
	font-family: 'ProximaNova-LightIt';
	line-height: 1.35;
}
.custom_visible .image_home_banner,
.custom_visible .news_home_top {
    display:none;
}
.custom_visible .desktop_text_banner {
    width:100%;
}
.custom_visible .desktop_text_banner picture,
.custom_visible .desktop_text_banner picture img {
    max-width:100%;
    width:100%;
    border-radius:8px;
}
/* main section styles end */

/* footer styles start */

footer {
	box-shadow: 0 0 13px 0 rgba(0,0,0,.15);
	padding: 15px 0;
}
.footer_row {
	justify-content: space-between;
	gap:0 100px;
}
.logo_footer {
	width: 150px;
    height: 53px;
}
.logo_footer picture {
    display:block;
    width:100%;
}
.logo_footer img {
	width: 100%;
}
ul.footer_links_category {
	flex: 1 1 0;
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
ul.footer_links_category li a {
	text-decoration: none;
}
.download_column {
	max-width: 227px;
	width: 100%;
}
.download_app {
	margin:30px 0;
}
.download_app_title {
	margin-bottom: 10px;
	font-family: 'ProximaNova-Bold';
	text-align: center;
}
.desktop_download_app {
	justify-content: center;
	gap:15px;
}
.item_desktop_download_app {
	width:calc( (100% - 15px) / 2);
}
.item_desktop_download_app img {
	width: 100%;
}
.title_item_desktop_download_app {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.mobile_download_app {
	flex-flow: column;
	gap:10px;
	align-items: center;
	display: none;
}
.mobile_download_app picture {
    display:block;
    width:100%;
}
.copyright_column {
	width: 100%;
	order: 4;
}

/* footer styles end */

/* widget styles start */

.btn_up_arrow.btn-up_hide {
    display: none;
}
.btn_up_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: fixed;
    right: 15px;
    bottom: 20vh;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(54, 188, 223, .5);
    cursor: pointer;
    z-index:15;
}
.btn_up_arrow:hover {
    background: rgba(0, 61, 105, .5);
}
.btn_up_arrow picture {
    width: 30px;
    height: auto;
    display:block;
}
.btn_up_arrow img {
    width:100%;
}

.delimiter_posts hr {
    border-color:var(--second_color);
}


#convers_item {
    max-width: 768px;
    width: 100%;
    border: none;
    border-radius:8px;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center;
    padding:0;
}
.logo_pop_up {
    width:298px;
}
.logo_pop_up img {
    width:100%;
}
.convers_item_body {
    min-height:50vh;
    padding: 20px;
    height:100%;
    position:relative;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    gap: 50px;
}
.convers_item_content_text {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-family: 'ProximaNova-Bold';
    color:var(--main_color);
}
.convers_item_content {
    text-align:center;
    width:60%;
}
.exit_covers_item {
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
}
.title_news_home_top_app_qr {
    width:100%;
    font-size:19px;
    color:#234469;
    text-align:center;
}
#for_title_mobile_app_qr {
    flex-wrap:wrap;
    gap:20px;
}
#desktop_text__banner {
    position:relative;
}
#desktop_text__banner .app_link_header {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 75%;
    background: #234469;
    border-color: #fff;
    transform: translateX(-50%);
    font-size:1.3rem;
}
#desktop_text__banner .app_link_header:hover {
    background:var(--second_color);
}

.radial_bg {
    background:radial-gradient(78.55% 46.14% at 50% 50%, #103d66 47.76%, #0c283b 100%);
    margin: -20px 0!important;
    min-height:90vh;
}
.radial_bg .catalog_row .catalog_list {
    height: 90vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.radial_bg .catalog_row .catalog_list h1,
.radial_bg .catalog_row .catalog_list .textarea * {
    color:#fff;
    text-align:center;
}
.radial_bg .catalog_row .catalog_list img {
    width:100%;
}
.buttons_row_columns {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:50px;
}
.buttons_row_columns a {
    border: 1px solid var(--second_color);
    background: var(--second_color);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    padding: 8px 15px;
}
.buttons_row_columns a:hover {
    background:#fff;
    color:var(--main_color);
}
.simplesearch-results-list {
    display:flex;
    flex-flow:column;
    gap:20px;
}
.simplesearch-results {
    font-family:'ProximaNova-Bold';
}
.simplesearch-result {
    box-shadow:0 3px 8px rgba(0,0,0,.15);
    padding:15px;
    border-radius:20px;
}
.simplesearch-paging {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin:50px 0;
}
.simplesearch-page {
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    border:1px solid var(--second_color);
    background:#fff;
    color:var(--second_color);
}
.simplesearch-page a {
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.simpleserach-page:hover,
.simplesearch-page:hover a,
.simplesearch-current-page {
    background:var(--second_color);
    color:#fff;
}
.catalog_row aside.news_home_top_row .wrapper_titles {
    display:flex;
    flex-flow:column;
    padding:20px 10px;
    gap:20px;
    border-radius:15px;
}
.catalog_row aside.news_home_top_row .wrapper_titles .title_section {
    text-align:center;
    font-size:1.5rem;
}
.wrapper_bg_news {
    background-color:#eeeeee;
}
.wrapper_bg_popular {
    background-image:url('/assets/img/popularbg.png');
    background-color:#103D66;
}
.about_section {
    background-image:url('/assets/img/about-full-banner.jpg');
    background-position: center;
    background-size: cover;
    padding: 10px 0 40px 0;
    margin-top: -20px;
}
.post_avatars {
    width:calc( (100% - 80px) / 3);
    position:relative;
    padding:30px;
    border-radius:25px;
    margin-top:60px;
    border:2px solid transparent;
    text-decoration:none;
}
.post_avatars:hover {
    border-color: var(--second_color);
}
.post_avatars picture {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.post_avatars img {
    width:120px;
    heigh:120px;
    border-radius:255px;
}
.post_avatars .content_item_news_home_top_row {
    padding:0;
    margin-top:60px;
}
.post_avatars .title_content_item_news_home_top_row {
    font-family: 'ProximaNova-Reg';
}
.name_content_item_news_home_top_row {
    font-family: 'ProximaNova-Bold';
    font-size: 1.2rem;
}
.read_more_news {
    color:#7E94A4;
    text-align:right;
    text-transform:uppercase;
    width:100%;
}
section.section .trands_visual .title_section {
    text-align:left;
}
.trands_visual .item_news_home_top_row {
    width:calc( (100% - 80px) / 3);
    background-color:var(--main_color);
    color:#fff;
    padding:25px 30px;
}
.trands_visual .item_news_home_top_row * {
    font-family:'ProximaNova-Reg';
    padding:0;
}
.events_visual {
    position:relative;
    z-index:2;
    padding:100px 0;
}
.events_visual::before {
    content:'';
    background-image:url('/assets/img/eventsbg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    width:100vw;
    height:100%;
    left:calc( (1170px - 100vw ) / 2 - 15px);
    top:0;
    z-index:-1;
    position:absolute;
}
.events_visual .item_news_home_top_row {
    width:calc( (100% - 80px) / 3);
    padding:30px 20px;
    justify-content:space-between;
    flex-flow:column;
    position:relative;
    display:flex;
}
.events_visual .item_news_home_top_row * {
    padding:0;
}
.events_visual .label_content_item_news_home_top_row {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 15px;
    background: #12BEDF;
    color: #fff;
    border-radius: 8px;
}
.label_content_item_news_home_top_row + .content_item_news_home_top_row {
    margin-top:40px;
}
.events_visual .title_section {
    color:#fff;
}
.date_content_item_news_home_top_row {
    font-family: 'ProximaNova-Bold';
}
.time_content_item_news_home_top_row {
    font-family: 'ProximaNova-Bold';
    margin-top:-15px;
}

.home_banner .image_home_banner::before {
    position:absolute;
    content:'';
    right:0;
    top:0;
    background-image:url('/assets/img/homescreenbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    width: 50vw;
    height: 100%;
    border-bottom-right-radius: 255px;
}
.home_banner_fix {
    margin-top:-20px;
}
.custom_news_posts {
    margin-top:20px;
}
.flex_text_home_banner h1 {
    color:#fff;
}
.descr_banner a {
    color:#fff;
}

.custom_news_posts .item_news_home_top_row {
    background-color:#eeeeee;
    padding:15px 30px;
}
.custom_news_posts .item_news_home_top_row .content_item_news_home_top_row {
    padding:0;
    width:100%;
}

.first_news_in_post {
    position:relative;
    min-height:auto;
    flex-flow:column;
    /*display: flex;
    align-items: flex-end;*/
}

.item_news_home_top_row.first_news_in_post picture {
    /*position:absolute;*/
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:1;
}

.item_news_home_top_row.first_news_in_post picture img {
    aspect-ratio: 2 / 1;
    width: calc(100% + 60px);
    margin: -15px -15px 0 -30px;
}

.item_news_home_top_row.first_news_in_post .content_item_news_home_top_row {
    /*position: relative;
    z-index: 2;
    color: #fff;*/
}

.cookies_politics {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
    width: 100%;
    max-width: 545px;
    z-index: 5147483649 !important;
}

.cookies_politics.open_cookie {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.text_cookies_politics {
    font-size: 12px;
    flex: 1 1 0;
    color: #666666;
    line-height: 1.35;
}

.ok_cookies_politics {
    display: flex;
    width: 50px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--main_color);
    color: #fff;
    cursor: pointer;
    transition: all .6s;
}

/* widget styles end */

@media (min-width:1025px) {
	nav.main_nav {
		padding: 15px 0;
		background: var(--main_color);
	}
	nav.main_nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	ul.top_nav {
		display: flex;
		flex-wrap: wrap;
		gap:0 15px;
	}
	ul.top_nav li {
		position: relative;
	}
	ul.top_nav li ul {
		display: none;
		position: absolute;
		left: 0;
		z-index: 5;
	}
	ul.top_nav li:hover > ul {
		display: block;
		width: 290px;
		box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
		background: #fff;
		border-radius: 8px;
		top: -8px;
		left: 101%;
		padding: 10px 0;
	}
	ul.top_nav > li:hover > ul {
		top: 35px;
		left: 0;
	}
	ul.top_nav li a {
		text-decoration: none;
		font-size: 1em;
		padding: 8px 15px;
		display: inline-block;
		width: 100%;
		color:#fff;
		font-family: 'ProximaNova-Bold';
	}
	ul.top_nav > li li a {
		color: var(--main_color);
		font-family: 'ProximaNova-Reg';
	}
}
@media screen and (max-width:1170px) {
    .events_visual::before {
        left:-15px;
    }
}
@media screen and (max-width:1025px) {
	nav.main_nav {
		display: none;
	}
	.mobile_menu {
		display: inline-block;
		width: 36.8px;
        height: 36.8px;
	}
	.mobile_menu img {
		width: 100%;
		height: 100%;
	}
	.header_row,
	.footer_row {
		gap:0 50px;
	}
	html {
		font-size: 15px;
	}
	.desktop_download_app,
	.download_column .app_link_header {
		display: none;
	}
	.mobile_download_app {
		display: flex;
	}
	.download_app {
		margin:0;
	}
	ul.footer_links_category {
		column-count: 1;
	}
	.container {
		max-width: 768px;
	}
	.home_banner .image_home_banner,
	.home_banner .news_home_top {
		width: 100%;
	}
	.image_home_banner img {
		aspect-ratio: 1.7 / 1;
		object-fit:cover;
	}
	.catalog_row .catalog_list {
		width: 100%;
	}
	.catalog_row aside {
		width: 100%;
	}
	.post_page aside {
		display: none;
	}
	.item_contact_row {
		width: calc( (100% - 40px) / 2);
		text-align:center;
	}
	.text_about_row {
		width: 100%;
	}
	.image_about_app {
		width: 100%;
	}
	.image_about_app picture {
		width: 50%;
	}
	.item_testimonials_row {
		width: calc( (100% - 40px) / 2);
	}
	.custom_visible .image_home_banner,
    .custom_visible .news_home_top {
        display:flex;
    }
    .custom_visible .desktop_text_banner {
        display:none;
    }
    .about_section {
        background-image:url('/assets/img/about-full-banner-mobile.jpg');
    }
    .about_row {
        gap:300px;
    }
    .app_preim {
        display:flex;
        flex-flow:column;
  }
  .post_avatars {
      width:calc( (100% - 40px) / 2);
  }
  .trands_visual .item_news_home_top_row {
      width:100%;
  }
  .events_visual .item_news_home_top_row {
      width:100%;
  }
  .events_visual::before {
      left:calc( (768px - 100vw ) / 2 - 15px);
  }
  .image_home_banner {
      min-height:300px;
  }
  .home_banner .image_home_banner::before {
      width:100vw;
      border-radius:0;
      right:calc( (768px - 100vw ) / 2 - 15px);
  }
  section.section.home_banner_fix h1 {
      padding-right:0;
  }
  .content_post_detail {
      font-size:1rem;
  }
  .custom_visible > .image_home_banner {
      display:none;
  }
}
@media screen and (max-width:768px) {
	header .app_link_header {
		display: none;
	}
	html {
		font-size: 14px;
	}
	ul.footer_links_category {
		width: 100%;
		flex: 1 1 auto;
		order:3;
	}
	.footer_row {
		justify-content: center;
    	text-align: center;
    	row-gap: 15px!important;
	}
	section.section .item_app_preim > h2,
	.item_app_preim .content_app_preim {
		width: 100%;
		max-width: 100%;
	}
	.item_app_preim {
		gap:20px;
	}
	.item_testimonials_row {
		width: 100%;
	}
	.convers_item_content_text {
	    font-size:1.2rem;
	}
	.events_visual {
	    padding: 50px 15px;
        background-color: #003E69;
        width: 100vw !important;
	}
	.events_visual::before {
	    display:none;
	}
	.home_banner .image_home_banner::before {
	    right:-15px;
	}
	.flex_text_home_banner {
	   max-width: 450px;
        width: 100%;
        margin: 10px auto;
        padding: 0;
	}
	.flex_text_home_banner h1 {
	    text-align:center;
	    margin-bottom:5px!important;
	}
	.descr_banner {
	    text-align:center;
	    max-width:290px;
	}
}
@media screen and (max-width:576px) {
	.header_row,
	.footer_row {
		gap:0 30px;
	}
	.logo_header,
	.logo_footer {
	    width: 90px;
    	height: 36.69px;
	}
	form.search_form input.search_string {
		padding: 5px 10px;
	}
	.download_column {
		max-width: 100%;
	}
	section.section h1 {
		font-size: 1.7rem;
	}
	section.section h2,
	section.section .title_section {
		font-size: 1.5rem;
	}
	section.section h3 {
		font-size: 1.1rem;
	}
	.item_news_home_top_row picture {
		width: calc( 30% - 5px);
	}
	.content_item_news_home_top_row {
		width: calc( 70% - 5px);
	}
	.full_posts .news_home_top_row {
		flex-flow: column;
	}
	.full_posts .item_news_home_top_row {
		width: 100%;
	}
	.news_home_top_row,
	.home_banner,
	.catalog_row,
	.contacts_row,
	.about_row,
	.app_preim,
	.testimonials_row {
		gap:20px;
	}
	section.section {
		margin-bottom: 20px;
	}
	.image_about_app picture {
		width: 100%;
	}
	section.section .item_app_preim > h2 {
		font-size: 1rem;
	}
	.convers_item_content_text {
	    font-size:1rem;
	}
	.about_row {
	    gap:180px;
	}
	.post_avatars {
	    width:100%;
	    border-color:var(--second_color);
	}
	.not_app_block_post.app_block_post {
	    font-size:1rem;
	    padding:8px 15px;
	}
	.logo_pop_up {
	    width:145px;
	}
	    .cookies_politics {
        width: 95vw;
        right: 2.5vw;
        bottom: 65px;
        padding: 15px;
        gap: 0 !important;
    }
}
@media screen and (max-width:415px) {
	.header_row,
	.footer_row {
		gap:0 10px;
	}
	.content_item_news_home_top_row {
        width: calc(65% - 5px);
        padding: 5px 5px 5px 0;
        gap:5px;
	}
	.item_news_home_top_row picture {
		width: calc( 35% - 5px);
	}
	.title_content_item_news_home_top_row {
		font-size: 12px;
	}
	.intro_content_item_news_home_top_row,
	.data_content_item_news_home_top_row {
		font-size: 12px;
	}
	.item_contact_row {
		width: 100%;
	}
	.btn_up_arrow {
	    width:30px;
	    height:30px;
	    right:5px;
	}
	.btn_up_arrow picture {
	    width:15px;
	}
	.descr_banner a {
	    font-size:12px;
	}
	.ok_cookies_politics {
        width: 40px;
        height: 25px;
    }
}