@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);

html.scroll_off{
	overflow-y: hidden;
}
body{
	background: white;
	margin: 0;
	font: 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #576070;
	line-height: 1;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #576070;
	outline: none;
}

h1{
	font-size: 16px;
	margin: 0;
}

h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p{ margin: 0; padding: 0; }

img{
	border: 0;
}

form{
	margin: 0px;
	padding: 0px;
}

input, select, textarea{
	vertical-align: middle;
	font: 16px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #576070;
	outline: none;
}

label{
	vertical-align: middle;
}

hr{
	color: #dcdee3;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #dcdee3;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------*/
.show_on_mobile{
	display: none !important;
}

.hide_on_mobile{
	display: block;
}

span.hide_on_mobile{
	display: inline;
}

/*---------------Layout------------------------------*/
.main_center{
	margin: 0 auto;
	width: 1100px;
	position: relative;
}

.main_wrapper{
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	position: relative;
}

#top{
	background-color: #98fb98;
}

#left{
	width: 73%;
	float: left;
}

#right{
	width: 23%;
	float: right;
}

#center{
	background-color: #6495ed;
}

#bottom{
	background-color: #d2b48c;
}

/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}

.f-left{
	float: left !important;
}

.f-right{
	float: right !important;
}

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

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

.a-center{
	text-align: center !important;
}
/*---------------------------------------------------*/
.button1{
	background-color: #2353a2;
	color: white !important;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 40px;
	line-height: 1.3;
	text-align: center;
	display: block;
	text-decoration: none !important;
	transition: all 0.1s ease;
	display: inline-block;
	border-radius: 100px;
	text-transform: uppercase;
	position: relative;
}
.button1:hover:not(.disabled){
	background-color: #3774d5;
}
.button1.gray{
	background-color: #3b404a;
}
.button1.gray:hover:not(.disabled){
	background-color: #565b69;
}
.button1.red{
	background-color: #d0021b;
}
.button1.red:hover:not(.disabled){
	background-color: #fd1330;
}
.button1.block{
	display: block;
}

.button1.disabled{
	opacity: 0.5;
	cursor: default;
}

/*.button1.ico{
	padding-left: 50px;
}*/
.button1 span.ico{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.button1 span.ico:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '';
	font-size: 22px;
	margin-right: 10px;
	position: absolute;
	left: -10px;
	bottom: -3px;
}
.button1 span.ico.add_to_cart:before{
	content: '\f07a';
}
.button1 span.ico.refresh:before{
	content: '\f2f1';
}
.button1 span.ico.calculation:before{
	content: '\f1ec';
}
/*---------------------------------------------------*/
.main_header{
	background: #3974da;
	background: -moz-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: -webkit-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: linear-gradient(to right, #3974da 0%, #265bb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3974da', endColorstr='#265bb8', GradientType=1);
	color: white;
}

.main_header a{
	color: white;
}

.main_header .left{
	float: left;
}

.main_header .right{
	float: right;
}

.main_header .section1{
	border-bottom: 1px solid rgba(239, 239, 239, 0.3);
	padding: 16px 0;
	font-size: 14px;
	font-weight: 600;
}

.main_header .section1 .ico_text{
	margin-right: 10px;
	line-height: 38px;
}

.main_header .section1 .ico_text i{
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.main_header .section1 .user_menu{
	background-color: #3b404a;
	display: inline-block;
	position: relative;
	font-size: 12px;
	/*border-radius: 19px;*/
}

.main_header .section1 .user_menu .opener{
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	cursor: pointer;
	position: relative;

}
/*.main_header .section1 .user_menu:hover,
.main_header .section1 .user_menu.opened{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}*/

.main_header .section1 .user_menu .opener:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	margin-left: 10px;
}

.main_header .section1 .user_menu .menu_content{
	background-color: #3b404a;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 38px;
	left: 0;
	font-weight: 300;
	padding-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease;
}

.main_header .section1 .user_menu:hover .menu_content,
.main_header .section1 .user_menu.opened .menu_content{
	opacity: 1;
	visibility: visible;
}

.main_header .section1 .user_menu .menu_content ul li a{
	padding: 5px 20px;
	display: block;
	transition: all 0.1s ease;
	position: relative;
	left: 0;
}
.main_header .section1 .user_menu .menu_content ul li a:hover{
	left: 5px;
}

.main_header .section1 a.user_login_button{
	background-color: #3b404a;
	color: white !important;
	font-size: 12px;
	font-weight: 600;
	padding: 11px 20px;
	line-height: 1.3;
	text-align: center;
	display: block;
	text-decoration: none !important;
	transition: all 0.1s ease;
	display: inline-block;
	/*border-radius: 100px;*/
	text-transform: uppercase;
	position: relative;
	vertical-align: middle;
}

.main_header .section1 .lang{
	font-size: 12px;
	text-transform: uppercase;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 99px;
	border: solid 2px white;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}

.main_header .section2{
	padding: 34px 0 24px 0;
	font-weight: 600;
}

.main_header .logo{
	background: url(../assets/images/logo_nyomkovetes.svg) no-repeat;
	background-size: 180px;
	width: 180px;
	height: 55px;
	text-indent: -10000px;
	float: left;
	margin-top: -15px;
	margin-right: 50px;
}

.main_header .logo a{
	display: block;
	height: 100%;
}

.main_header .section2 nav.main_menu{
	font-size: 15px;
}

/*level1*/
.main_header .section2 nav.main_menu > ul{
	text-transform: uppercase;
}

.main_header .section2 nav.main_menu > ul > li{
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 3;
	padding-bottom: 10px;
}

.main_header .section2 nav.main_menu > ul > li.haschild{
	/*padding-right: 20px;*/
}

.main_header .section2 nav.main_menu > ul > li.haschild:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: 10px;
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 13px;
}

.main_header .section2 nav.main_menu > ul > li > a{
	display: block;
	padding: 0 20px;
}

/*level2*/
.main_header .section2 nav.main_menu > ul > li > ul{
	background-color: #3b404a;
	position: absolute;
	min-width: 150px;
	top: 25px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 0;
	white-space: nowrap;
}

.main_header .section2 nav.main_menu > ul > li.opened > ul,
.main_header .section2 nav.main_menu > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
}

.main_header .section2 nav.main_menu > ul > li > ul > li{
}

.main_header .section2 nav.main_menu > ul > li > ul > li > a{
	display: block;
	padding: 10px 20px;
	transition: all 0.1s ease;
	position: relative;
	left: 0;
}

.main_header .section2 nav.main_menu > ul > li > ul > li > a:hover{
	left: 5px;
}

.main_header .section2 .shopping-cart{
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: -2px;
}

.main_header .section2 .shopping-cart .caption{
	vertical-align: middle;
}

.main_header .section2 .shopping-cart i{
	font-size: 17px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}

.main_header .section2 .shopping-cart i .number{
	background-color: #d0021b;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
	text-align: center;
	font-size: 12px;
	display: block;
	font-weight: 300;
	font-family: 'Open Sans';
	position: absolute;
	top: -17px;
	right: -15px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.main_header .mobile_top_section{
	display: none;
}

.main_header .mobile_menu_section{
	display: none;
}

.main_header .mobile_menu_section .user_name{
	display: none;
}

.title_box{
background: #3974da;
	background: -moz-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: -webkit-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: linear-gradient(to right, #3974da 0%, #265bb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3974da', endColorstr='#265bb8', GradientType=1);
	padding: 20px 0 30px 0;
	text-align: center;
	line-height: 1.4;
	color: white;
}
.title_box.pb0{
	padding-bottom: 0;
}

.title_box .big_header{
	font-size: 48px;
	display: block;
	margin-bottom: 25px;
	font-weight: 400;
	padding: 0 20px;
}

.title_box .header{
	font-size: 20px;
	display: block;
	margin-bottom: 60px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 20px;
}
.title_box .slider{
	position: relative;
}
.title_box .slider ul.pager{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 3;
	border: none;
	padding: 0;
}

.title_box .slider ul.pager li{
	background: rgba(255, 255, 255, 0.7);
	width: 18px;
	height: 18px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.title_box .slider ul.pager li.active{
	background-color: #3974da;
}
.title_box .slider ul.items{
	display: flex;
	overflow: hidden;
	list-style: none;
}
.title_box .slider  ul.items li{
	flex: 0 0 100%;
}
.title_box .image{
	position: relative;
}

.title_box .image img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.title_box .image .video_play_button{
	background: #3b404a;
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 60px;
	text-align: center;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	cursor: pointer;
	font-size: 50px;
}
.title_box .image .video_play_button:hover{
	background-color: #2353a2;
	transition: all 0.1s ease;
}

.title_box .image .video_play_button i{
	margin-left: 10px;
}

.title_box .download_panel{
	background-color: #3b404a;
	padding: 40px 0;
	font-size: 24px;
	color: #f6f8f9;
	line-height: 1.6;
}
/*---------------------------------------------------*/
.app_button{
	width: 160px;
	height: 56px;
	line-height: 42px;
	border-radius: 12px;
	background-color: #3b404a;
	border: solid 2px #979797;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
}

.app_button img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/*---------------------------------------------------*/
.section_panel{
	padding: 60px 0;
}

.section_panel .section_header{
	font-size: 34px;
	display: block;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 25px;
	color: #3b404a;
}

.section_panel .sub_header{
	font-size: 24px;
	display: block;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 25px;
}

.section_panel .slider{
	position: relative;
}
.section_panel .slider .ctrl{
	display: none;
}
.section_panel .slider .ctrl.opened{
	display: block;
}
.section_panel .slider .ctrl a{
	position: absolute;
	top: 90px;
	display: block;
	font-size: 50px;
	z-index: 2;
}
.section_panel .slider .ctrl a.left{
	left: -65px;
}
.section_panel .slider .ctrl a.right{
	left: auto;
	right: -65px;
}

@media screen and (max-width: 1530px) {
	.section_panel .slider{
		padding: 0 15px;
	}
	.section_panel .slider .ctrl a{
		top: 75px;
	}
	.section_panel .slider .ctrl a.left{
		left: -20px;
	}
	.section_panel .slider .ctrl a.right{
		right: -20px;
	}
}
/*---------------------------------------------------*/
.devices_panel{

}
.devices_panel ul.items{
	overflow: hidden;
	display: flex;
}
.devices_panel ul.items li{
	background: #f6f8f9;
	float: left;
	width: 31.42%;
	margin-right: 2.85%;
	padding: 30px 30px 80px 30px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 300;
	line-height: 1.3;
	font-size: 20px;
	flex: 1;
	position: relative;
}
.devices_panel ul.items li:last-child{
	margin-right: 0;
}
.devices_panel ul.items li .image{
	text-align: center;
	margin-bottom: 25px;
	display: block;
}
.devices_panel ul.items li .image img{
	max-width: 100%;
}
.devices_panel ul.items li .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.devices_panel ul.items li .header a:hover{
	color: #2353a2;
}
.devices_panel ul.items li p{
	line-height: 1.8;
	margin-bottom: 25px;
}
.devices_panel ul.items li .btn_container{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 30px 30px 30px;
}
/*---------------------------------------------------*/
.supported_devices_panel{
	background: #f6f8f9;
}
.supported_devices_panel.color_style2{
	background-color: white;
}
.supported_devices_panel ul.items{
	overflow: hidden;
	white-space: nowrap;
	font-size: 0px;
	display: flex;

}
.supported_devices_panel ul.items li{
	width: 22.85%;
	margin-right: 2.85%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 300;
	line-height: 1.3;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	flex: 0 0 22.85%;
	position: relative;
	padding-bottom: 50px;
}

.supported_devices_panel.without_buttons ul.items li {
	padding-bottom: 0;
}

.supported_devices_panel ul.items li:last-child{
	margin-right: 0;
}
.supported_devices_panel ul.items li .image{
	background: white;
	text-align: center;
	margin-bottom: 25px;
	height: 230px;
	line-height: 230px;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
}
.supported_devices_panel.color_style2  ul.items li .image{
	background-color: #f6f8f9;
}
.supported_devices_panel ul.items li .image img{
	max-width: 100%;
	vertical-align: middle;
}
.supported_devices_panel ul.items li .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.supported_devices_panel ul.items li .header a:hover{
	color: #2353a2;
}
.supported_devices_panel ul.items li p{
	line-height: 1.8;
	margin-bottom: 25px;
}
.supported_devices_panel ul.items li .btn_container{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.supported_devices_panel .info{
	font-size: 20px;
	font-weight: 300;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	text-align: center;
}

@media screen and (max-width: 1530px) {
	.supported_devices_panel ul.items li .image{
		height: 200px;
		line-height: 200px;
	}
}
/*---------------------------------------------------*/
.popular_devices_panel{

}

.popular_devices_panel ul.items{
	overflow: hidden;
	white-space: nowrap;
	font-size: 0px;
	display: flex;
}
.popular_devices_panel ul.items li{
	width: 22.85%;
	margin-right: 2.85%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 300;
	line-height: 1.3;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	flex: 0 0 22.85%;
	position: relative;
	padding-bottom: 50px;
}
.popular_devices_panel ul.items li:last-child{
	margin-right: 0;
}
.popular_devices_panel ul.items li .image{
	background-color: #f6f8f9;
	text-align: center;
	margin-bottom: 25px;
	height: 230px;
	line-height: 230px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.popular_devices_panel ul.items li .image .sale{
	background: #d0021b;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	display: block;
	color: white;
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	right: 20px;
}
.popular_devices_panel ul.items li .image img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.popular_devices_panel ul.items li .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.popular_devices_panel ul.items li .header a:hover{
	color: #2353a2;
}
.popular_devices_panel ul.items li p{
	line-height: 1.8;
	margin-bottom: 25px;
}
.popular_devices_panel ul.items li .orig_price{
	display: block;
	font-size: 20px;
	color: #3b404a;
	margin-bottom: 5px;
	text-decoration: line-through;
}
.popular_devices_panel ul.items li .price{
	display: block;
	font-size: 24px;
	color: #3b404a;
}
.popular_devices_panel ul.items li .price .net{
	color: #999999;
	font-size: 20px;
}
.popular_devices_panel ul.items li .price.discount{
	color: #d0021b;
}
.popular_devices_panel ul.items li .price.discount .net{
	color: #d0021b;
}
.popular_devices_panel ul.items li .btn_container{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 1530px) {
	.popular_devices_panel ul.items li .image{
		height: 200px;
		line-height: 200px;
	}
}
/*---------------------------------------------------*/
.ask_panel{
	background-color: #f6f8f9;
}
.ask_panel .sub_header{
	width: 580px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ask_panel .btn_container{
	width: 320px;
	max-width: 100%;
	margin: 20px auto 0 auto;
}
/*---------------------------------------------------*/
.page_footer .section1{
	background: #3974da;
	background: -moz-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: -webkit-linear-gradient(left, #3974da 0%, #265bb8 100%);
	background: linear-gradient(to right, #3974da 0%, #265bb8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3974da', endColorstr='#265bb8', GradientType=1);
	color: white;
	padding: 40px 0;
	font-size: 24px;
	overflow: hidden;
}
.page_footer .logo{
	background: url(../assets/images/logo_nyomkovetes.svg) no-repeat;
	background-size: 180px;
	width: 180px;
	height: 55px;
	text-indent: -10000px;
	float: left;
}
.page_footer .section1 .text{
	float: right;
	margin-top: 10px;
}

.page_footer .newsletter_form{
	background: #f6f8f9;
	text-align: center;
	padding: 80px 0;
}
.page_footer .newsletter_form .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
	line-height: 1.4;
}
.page_footer .newsletter_form .wrapper{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
.page_footer .newsletter_form .field_name,
.page_footer .newsletter_form .field_email{
	margin-bottom: 0;
}
.page_footer .newsletter_form .field .txtinput{
	border: 1px solid #dddddd;
	border-radius: 100px;
	outline: none;
	font-size: 18px;
	padding: 16px 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.page_footer .newsletter_form .field.error .txtinput{
	border-color: #b22222 !important;
}

/*.page_footer .newsletter_form .field .msg{
	display: none;
	color: #b22222;
	font-size: 15px;
	margin: 5px 0 0 0;
	line-height: 1.3;
}
.page_footer .newsletter_form .field.error .msg{
	display: block;
}*/

.page_footer .newsletter_form .btn_container{
	display: inline-block;
	margin: 0 10px;
}

.page_footer nav.bottom_menu{
	padding: 50px 0;
	border-bottom: 1px solid #dcdee3;
	line-height: 1.3;
}
.page_footer nav.bottom_menu .main_wrapper{
	display: flex;
}
.page_footer nav.bottom_menu .column{
	flex: 0 0 17.15%;
	margin-right: 2.85%;
}
.page_footer nav.bottom_menu .header{
	font-size: 20px;
	font-weight: 600;
	color: #2353a2;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.page_footer nav.bottom_menu ul{
	font-size: 20px;
	font-weight: 300;
	color: #3b404a;
}
.page_footer nav.bottom_menu ul li{
	margin-bottom: 15px;
}
.page_footer nav.bottom_menu ul li a{
	color: #3b404a;
}
.page_footer nav.bottom_menu ul li a:hover{
	color: #2353a2;
}

.page_footer .contact_info{
	padding: 50px 0 100px 0;
	line-height: 1.5;
	font-weight: 300;
	overflow: hidden;
}
.page_footer .contact_info .left{
	float: left;
	width: calc(100% - 400px);
}
.page_footer .contact_info .right{
	float: right;
}
.page_footer .contact_info p{
	margin-bottom: 10px;
}
.page_footer .contact_info a{
	color: #2353a2;
}
.page_footer .contact_info ul.logo_nav{
	overflow: hidden;
}
.page_footer .contact_info ul.logo_nav li{
	float: left;
	margin-left: 20px;
}
.page_footer .contact_info ul.logo_nav li a.circle{
	background: #3b404a;
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: white;
	border-radius: 28px;
	font-size: 21px;
	transition: all 0.1s ease;
}
.page_footer .contact_info ul.logo_nav li a.circle:hover{
	background-color: #2353a2;
}
.page_footer .contact_info .bottom{
	margin-top: 20px;
	text-align: center;
}
.page_footer .contact_info .bottom img{
	margin: 0 15px 15px 0;
	vertical-align: middle;
}
/*---------------------------------------------------*/
.product_list{
	padding: 60px 0;
}
.product_list .filter_top{
	overflow: auto;
}
.product_list .filter_top:after{
	content: '';
	clear: both;
	display: table;
}
/*.product_list .search_title{
	font-size: 20px;
	font-weight: 300;
}*/
.product_list .open_filter{
	background: #f6f8f9;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	font-weight: 600;
	color: #2353a2;
	display: block;
	float: left;
	padding: 0 30px;
	cursor: pointer;
	text-transform: uppercase;
}
.product_list .open_order{
	background: #f6f8f9;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	font-weight: 600;
	color: #2353a2;
	display: block;
	float: right;
	padding: 0 30px;
	cursor: pointer;
	text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product_list .open_order i{
	font-size: 15px;
}
.product_list .filter_top ul.orderpanel{
	background: #f6f8f9;
	border: 1px solid #dddddd;
	position: absolute;
	right: 0;
	top: 59px;
	font-size: 13px;
	text-transform: uppercase;
	color: black;
	font-weight: 600;
	z-index: 2;
	display: none;
}
.product_list .filter_top ul.orderpanel.opened{
	display: block;
}
.product_list .filter_top ul.orderpanel li{
	border-bottom: 1px solid #dddddd;
}
.product_list .filter_top ul.orderpanel li:last-child{
	border-bottom: none;
}
.product_list .filter_top ul.orderpanel li a{
	display: block;
	padding: 10px;
	color: black;
	position: relative;
}
.product_list .filter_top ul.orderpanel li a.active{
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	color: #2353a2;
	top: 0 !important;
}
.product_list .filter_top ul.orderpanel li a:hover{
	color: #2353a2;
	top: 1px;
}

.product_list .filter_form{
	background: #f6f8f9;
	padding: 15px 15px;
	display: none;
}
.product_list .filter_form.opened{
	display: block;
}
.product_list .filter_form .field{
	float: left;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 0 15px;
	width: 33.33%;
}

.product_list ul.items{

}
.product_list ul.items > li{
	padding: 60px 0;
	overflow: hidden;
}
.product_list ul.items > li:nth-of-type(even){
	background-color: #f6f8f9;
}
.product_list ul.items > li .product_text_content{
	float: left;
	width: calc(100% - 530px);
}
.product_list ul.items > li:nth-of-type(even) .product_text_content{
	float: right;
}
.product_list ul.items > li .image{
	text-align: center;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	display: block;
	float: right;
}
.product_list ul.items > li:nth-of-type(even) .image{
	float: left;
	display: block;
}
.product_list ul.items > li .image .sale{
	background: #d0021b;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	display: block;
	color: white;
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	right: 20px;
}
.product_list ul.items > li .image img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product_list ul.items > li .image .play:after{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f144';
	font-size: 60px;
	color: white;
	transform: translateX(-50%) translateY(-50%);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	opacity: 0.8;
}
/*---------------------------------------------------*/
.product_text_content{

}
.product_text_content .product_name{
	font-size: 34px;
	color: #3b404a;
	line-height: 1.3;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.product_text_content .product_name a{
	color: #3b404a;
}
.product_text_content .product_name a:hover{
	color: #2353a2;
}
.product_text_content p{
	line-height: 1.8;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 300;
}
.product_text_content p.small{
	font-size: 16px;
}
.product_text_content p a{
	color: #2353a2;
	font-weight: normal;
	text-decoration: underline;
}
.product_text_content .orig_price{
	display: block;
	font-size: 24px;
	color: #3b404a;
	margin-bottom: 10px;
	text-decoration: line-through;
	font-weight: normal;
}
.product_text_content .price{
	display: block;
	font-size: 34px;
	color: #3b404a;
	font-weight: normal;
	margin-bottom: 20px;
}
.product_text_content .price .net{
	color: #999999;
	font-size: 20px;
}
.product_text_content .price.discount{
	color: #d0021b;
}
.product_text_content .price.discount .net{
	color: #d0021b;
}
.product_text_content .category{
	margin: 20px 0;
	font-size: 20px;
	line-height: 1.3;
}
.product_text_content .category a{
	font-weight: normal;
	color: #2154af;
}
.product_text_content .btn_container{
	margin-top: 30px;
}
.product_text_content .btn_container .button1{
	margin: 20px 20px 0 0;
	padding-left: 30px;
	padding-right: 30px;
}
.product_text_content .button_section{
	padding: 25px 0;
	border-top: 1px solid #dcdee3;
	border-bottom: 1px solid #dcdee3;
	margin-top: 30px;
}
.product_text_content .button_section .header{
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.product_text_content .button_section .app_button{
	margin-bottom: 10px;
}
.product_text_content .social_panel{
	margin-top: 20px;
}
/*---------------------------------------------------*/
.product_details{
	padding: 60px 0;
	margin: 0 auto;
	width: 1160px;
	max-width: 100%;
}
.product_details .image_viewer{
	width: 47.5%;
	float: left;
}
.product_details .image_viewer .image{
	background: #f6f8f9;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	position: relative;
}
.product_details .image_viewer .image .sale{
	background: #d0021b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	color: white;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
}
.product_details .image_viewer .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	box-sizing: border-box;
	padding: 10px;

	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	cursor: zoom-in;
}
.product_details .image_viewer .thumbnails{
	margin-top: 25px;
	position: relative;
	padding: 0 30px;
}
.product_details .image_viewer .thumbnails .ctrl{
	display: none;
}
.product_details .image_viewer .thumbnails .ctrl.opened{
	display: block;
}
.product_details .image_viewer .thumbnails .ctrl a{
	background: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	display: block;
	font-size: 35px;
	z-index: 2;
}
.product_details .image_viewer .thumbnails .ctrl a.left{
	left: 0;
}
.product_details .image_viewer .thumbnails .ctrl a.right{
	left: auto;
	right: 0;
}
.product_details .image_viewer .thumbnails ul.items{
	overflow: hidden;
	font-size: 0px;
	display: flex;
}
.product_details .image_viewer .thumbnails ul.items li{
	background-color: #f6f8f9;
	border: 1px solid #f6f8f9;
	text-align: center;
	flex: 0 0 22.85%;
	margin-right: 2.85%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;

}
.product_details .image_viewer .thumbnails ul.items li:hover{
	border-color: #3b404a;
}
.product_details .image_viewer .thumbnails ul.items li.play:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f144';
	font-size: 36px;
	color: white;
	transform: translateX(-50%) translateY(-50%);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	opacity: 0.8;
}

.product_details .image_viewer .thumbnails ul.items li.view3d:after{
	background: rgba(255,255,255,0.8) url("../assets/images/360-degree.svg") no-repeat center;
	background-size: 30px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	transform: translateX(-50%) translateY(-50%);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.product_details .image_viewer .thumbnails ul.items li img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product_details .product_text_content{
	width: 40%;
	float: right;
}
/*---------------------------------------------------*/
.pager{
	border-top: 1px solid #dcdee3;
	padding-top: 50px;
	text-align: center;
}
.pager ul{

}
.pager ul li{
	display: inline-block;
	margin: 0 10px;
}
.pager ul li a{
	background: #3b404a;
	border: 2px solid #3b404a;
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 31px;
	color: white;
	font-size: 16px;
	font-weight: 600;
}
.pager ul li.active a{
	background-color: white;
	color: #3b404a;
}
/*---------------------------------------------------*/
.dataform {
	position: relative;
}
.dataform .field{
	margin: 30px 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
}
.dataform .fields_mb .field{
	margin: 0 0 30px 0 !important;
}

.dataform .field .label{
	font-size: 18px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: normal;
}

.dataform .field.left_aligned .label{
	float: left;
	width: 140px;
	margin: 7px 10px 0 0;
}
.dataform .field .col{
	position: relative;
}

.dataform .field.left_aligned .col{
	float: left;
	width: calc(100% - 150px);
}

.dataform .field_left{
	float: left;
	width: 48.5%;
	margin-top: 0;
}
.dataform .field_right{
	float: right;
	width: 48.5%;
	margin-top: 0;
}

/*.dataform .field .col{
	float: left;
	width: 300px;
	max-width: 100%;
}
.dataform .field .col.col2{
	width: 49%;
	text-align: left;
}
.dataform .field .col_full{
	float: none;
	width: auto;
	padding-left: 110px;
}*/

.dataform select{
	border: 1px solid #dddddd;
	font-size: 18px;
	padding: 14px 10px;
	min-height: 55px;
	color: #3b404a;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
}
.dataform select[disabled]{
	background-color: #F7F7F7;
}
.dataform .select_wrapper{
	background: white url(../assets/images/bg_select.png) no-repeat right 20px center;
	border: 1px solid #dddddd;
	overflow: hidden;
	display: block;
	vertical-align: middle;
}
.dataform .select_wrapper select{
	background: transparent;
	border: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.dataform .txtinput{
	border: 1px solid #dddddd;
	outline: none;
	font-size: 18px;
	padding: 15px 10px;
	margin: 0;
	color: #3b404a;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.dataform textarea{
	border: 1px solid #dddddd;
	outline: none;
	font-size: 18px;
	padding: 10px;
	color: #3b404a;
	width: 100%;
	box-sizing: border-box;
	height: 170px;
}

.dataform .option_btn{
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0 0 0 70px;
	position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  min-height: 56px;
}
.dataform .option_btn .text{
	line-height: 1.5;
	margin-top: 15px;
	display: inline-block;
}
.dataform .option_btn .text a{
	text-decoration: underline;
}
.dataform .option_btn .format{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -29px 0 0 0;
	display: block;
}
.dataform .option_btn input:disabled + .format{
	background-color: #e3dfda;
}
.dataform .option_btn .format:after{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
		  transition: all 0.2s ease-out;
	opacity: 0;
}
.dataform .option_btn input:checked + .format:after{
	opacity: 1 !important;
}
.dataform .option_btn label:hover .format:after{
	opacity: 0.2;
}
.dataform .option_btn label:hover input:disabled + .format:after{
	opacity: 0;
}
.dataform .option_btn label{
	cursor: pointer;
}
.dataform .option_btn input{
	display: none;
}
.dataform .option_btn.checkbox .format{
	background: white;
	width: 56px;
	height: 56px;
	border: 1px solid #dddddd;
}
.dataform .option_btn.checkbox .format:after{
	content: '';
	position: absolute;
	width: 34px;
	height: 12px;
	top: 14px;
	left: 8px;
	border: 7px solid #2353A2;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.dataform .option_btn.radio .format{
	background: white;
	width: 56px;
	height: 56px;
	border: 1px solid #dddddd;
	border-radius: 30px;
}
.dataform .option_btn.radio .format:after{
	background: #2353A2;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	content: '';
	position: absolute;
	left: 16px;
	top: 16px;
}


.dataform .option_btn.fleft{
	float: left;
	margin-right: 20px;
}

.dataform .option_btn.small{
	font-size: 16px;
	min-height: 28px;
	padding-left: 38px;
}
.dataform .option_btn.small .text{
	margin-top: 2px;
	font-size: 16px;
}
.dataform .option_btn.small.checkbox .format{
	width: 28px;
	height: 28px;
	margin-top: -15px;
}
.dataform .option_btn.small.checkbox .format:after{
	width: 14px;
	height: 7px;
	top: 7px;
	left: 6px;
	border-width: 4px;

}

.dataform .option_btn.checkbox.style2 .format:after{
	background: #2353A2;
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 16px;
	left: 16px;
	border: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}


.dataform .field.error .input-box,
.dataform .field.error .txtinput,
.dataform .field.error textarea,
.dataform .field.error select,
.dataform .field.error .select_wrapper{
	border-color: #b22222 !important;

}

.dataform .field .msg{
	display: none;
	color: #b22222;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0 0 0;
	line-height: 1.3;
}
.dataform .field.error .msg{
	display: block;
}
.dataform .btn_container{
	margin-bottom: 15px;
}

.loader{
	background: url(../assets/images/loader.svg) no-repeat;
	/*position: absolute;
	left: 50%;
	top: 50%;*/
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	width: 60px;
	height: 60px;
	visibility: hidden;
	opacity: 0;
  -webkit-transition: opacity 0.1s linear;
     -moz-transition: opacity 0.1s linear;
       -o-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear;
}
.loader.show{
	visibility: visible;
	opacity: 1;
}
.dataform.ondatasend .loader{
	visibility: visible;
	opacity: 1;
}
/*---------------------------------------------------*/
.software_service_panel{
	background-color: #f6f8f9;
	font-size: 20px;
}
.software_service_panel ul.items{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.software_service_panel ul.items li{
	flex: 0 0 48.57%;
}
.software_service_panel ul.items li .image{
	background: white;
	width: 100%;
	padding-top: 62%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	display: block;
}
.software_service_panel ul.items li .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	box-sizing: border-box;
	padding: 10px;

	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.software_service_panel ul.items li  .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.software_service_panel ul.items li  .header a:hover{
	color: #2353a2;
}
.software_service_panel ul.items li p{
	line-height: 1.8;
	font-weight: 300;
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
.popup_panel{
	background: rgba(13, 31, 66, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	padding: 3%;
	box-sizing: border-box;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0.7);
}
.popup_panel.dialog{
	z-index: 11;
}


.popup_panel.opened{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.popup_panel .popup_content{
	background: white;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	overflow: auto;
}

.popup_panel.autoheight .popup_content{
	height: auto;
	width: 94%;
	max-height: 100%;
	margin: 10px 0;
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.popup_panel.fixwidth .popup_content{
	height: auto;
	width: 600px;
	max-width: 100%;
	max-height: 100%;
	margin: 10px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.popup_panel .popup_content > div:last-child{
	margin-bottom: 0;
}

.popup_panel .popup_content .close{
	background: #2353a2;
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	color: white;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 30px;
	cursor: pointer;
	z-index: 2;
}
.popup_panel .popup_content .close:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00d';
	font-size: 24px;
}

.popup_panel .double_layout{
	display: flex;
}
.popup_panel .double_layout > div{
	flex: 1;
}
.popup_panel .double_layout .table_container{
	margin-top: 0;
}
.popup_panel .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	color: #3b404a;
}

.popup_panel.dialog p{
	line-height: 1.8;
	margin-bottom: 20px;
}
.popup_panel.dialog .btn_container .button1{
	margin: 0 10px 0px 0;
	padding-left: 0;
	padding-right: 0;
	width: 150px;
}
.popup_panel.dialog .btn_container .button1.right{
	float: right;
}

.popup_panel.image_popup .popup_content{
	width: 1024px;
	height: 768px;
	max-width: 100%;
	max-height: 100%;
	overflow: visible;
}
.popup_panel.image_popup .image{
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.popup_panel.image_popup .image img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.popup_panel .popup_content .video_container{
	height: 540px;
	text-align: center;
}
.popup_panel .popup_content .video_container iframe{
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/*---------------------------------------------------*/
.text_content{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
}
.text_content .header{
	font-size: 34px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	padding-right: 40px;
	color: #3b404a;
}
.text_content p{
	margin-bottom: 20px;
}
.text_content p:last-child{
	margin-bottom: 0;
}
.text_content a{
	color: #2353a2;
	font-weight: normal;
	text-decoration: underline;
}

.text_content h1,
.text_content h2,
.text_content h3,
.text_content h4{
	margin-bottom: 10px;
	font-weight: normal;
}

.text_content h1{ font-size: 30px; }
.text_content h2{ font-size: 24px; }
.text_content h3{ font-size: 20px; }
.text_content h4{ font-size: 18px; }


.text_content ul{
	margin: 20px 0;
}
.text_content ul li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.text_content ul li:before{
	background: #454545;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 17px;
}
.text_content ul li:last-child{
	margin-bottom: 0;
}

.text_content ol{
	margin: 20px 0;
	padding: 0 0 0 17px;
}
.text_content ol li{
	margin-bottom: 5px;
}

.text_content blockquote{
	background: white;
	border: 1px solid #DDDDDD;
	padding: 15px;
	margin: 15px 0;
}
.text_content blockquote p{
	margin: 0;
}
.text_content blockquote.black{
	background: black;
	color: white;
}

.text_content figure{
	display: block;
	width: 40%;
	text-align: center;
	margin: 0;
}
.text_content figure img{
	max-width: 100%;
}
.text_content figcaption{
	font-size: 18px;
	font-weight: normal;
}
/*---------------------------------------------------*/
.table_container{
	margin: 30px 0;
	overflow: hidden;
	overflow-x: auto;
}
/*---------------------------------------------------*/
table.tabletype1{
	width: 100%;
	border-spacing: 0;
}
table.tabletype1 td{
	border-bottom: 1px solid #dcdee3;
	padding: 8px 0;
}
/*---------------------------------------------------*/
.software_features{
	background: #f6f8f9;
}
.software_features ul.items{
	font-size: 20px;
	line-height: 1.8;
	overflow: hidden;
}
.software_features ul.items li{
	float: left;
	width: 46.66%;
	overflow: hidden;
	margin-bottom: 50px;
}
.software_features ul.items li:nth-of-type(2n){
	float: right;
}
.software_features ul.items li:nth-of-type(2n+1){
	clear: left;
}
.software_features ul.items li .ico{
	background: #2353a2;
	color: white;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 45px;
	text-align: center;
	font-size: 34px;
	float: left;
	margin-right: 35px;
}
.software_features ul.items li .text_section{
	overflow: hidden;
}
.software_features ul.items li .header{
	color: #3b404a;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.software_features ul.items li p{
	font-weight: 300;
}
/*---------------------------------------------------*/
.software_functions{
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0;
}
.software_functions hr{
	margin-top: 60px;
}
.software_functions ul.items{
	line-height: 1.8;
	column-count: 3;
	column-gap: 40px;
}
.software_functions ul.items li{
	position: relative;
	margin-bottom: 8px;
	padding-left: 21px;
}
.software_functions ul.items li:before{
	background: #2353a2;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 11px;
}
.software_functions .notice{
	line-height: 1.8;
	margin-top: 30px;
	text-align: center;
}
/*---------------------------------------------------*/
.popup_panel.service_calculator{

}
.popup_panel.service_calculator .dataform{
	margin-bottom: 30px;
}
.popup_panel.service_calculator .header{
	font-size: 24px;
}
.popup_panel.service_calculator .section{
	border: 1px solid #dcdee3;
	margin-bottom: 30px;
}
.popup_panel.service_calculator .section .section_header{
	background: #f6f8f9;
	font-size: 20px;
	padding: 15px 25px;
	font-weight: normal;
	border-bottom: 1px solid #dcdee3;
}
.popup_panel.service_calculator .section .section_content{
	padding: 15px 25px;
	border-bottom: 1px solid #dcdee3;
	overflow: hidden;
}
.popup_panel.service_calculator .section .section_content.hide{
	display: none;
}
.popup_panel.service_calculator .section .section_content.highlight{
	background-color: #EFF2F8;
	font-weight: normal;
}
.popup_panel.service_calculator .section > div:last-child{
	border-bottom: 0;
}
.popup_panel.service_calculator .section .field{
	margin: 15px 0;
}
.popup_panel.service_calculator .section .section_content .col{
	float: left;
}
.popup_panel.service_calculator .section .section_content .col.col1{
	width: 31%;
	line-height: 58px;
}
.popup_panel.service_calculator .section .section_content .col.col2{
	width: 100px;
	margin-right: 15px;
}
.popup_panel.service_calculator .section .section_content .col.col3{
	line-height: 58px;
}
.popup_panel.service_calculator .section .section_content .header{
	font-size: 18px;
	color: #222222;
	margin-bottom: 10px;
}
.popup_panel.service_calculator .section .section_content .details{
	display: none;
}
.popup_panel.service_calculator .section .section_content.detals_opened .details{
	display: block;
}
.popup_panel.service_calculator .section .section_content.detals_opened .open_details{
	display: none;
}
.popup_panel.service_calculator .section .section_content .close_details,
.popup_panel.service_calculator .section .section_content .close_more{
	cursor: pointer;
	color: #265bb8;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 10px;
}

.popup_panel.service_calculator .section .field_sim_kartya_db_hu img,
.popup_panel.service_calculator .section .field_sim_kartya_db_eu img{
	vertical-align: middle;
	width: 32px;
	margin-right: 8px;
}
.popup_panel.service_calculator .section .field_sim_kartya_db_hu span,
.popup_panel.service_calculator .section .field_sim_kartya_db_eu span{
	vertical-align: middle;
	line-height: 1.8;
}

.popup_panel.service_calculator .total{
	font-size: 24px;
	font-weight: normal;
	color: #3b404a;
}
/*---------------------------------------------------*/
.order_page{
	padding: 60px 0;
}
.order_page ul.steps{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 960px;
	max-width: 100%;
	margin: 0 auto 60px auto;
	text-align: center;
	overflow: hidden;
}
.order_page ul.steps:after{
	background: #dcdee3;
	width: 100%;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 26px;
}
.order_page ul.steps li{
	flex: 0 0 33.33%;
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}
.order_page ul.steps li.active {
	font-weight: normal;
	color: #2353a2;
}
.order_page ul.steps li .number{
	background: #576070;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 0 auto 15px auto;
	position: relative;
	z-index: 3;
}
.order_page ul.steps li:first-child .number:before{
	background: white;
	content: '';
	height: 60px;
	width: 150px;
	position: absolute;
	top: 0;
	left: -150px;
}
.order_page ul.steps li:nth-of-type(2).active:after,
.order_page ul.steps li:nth-of-type(3).active:after{
	background: #2353a2;
	content: '';
	height: 10px;
	width: 100%;
	position: absolute;
	top: 26px;
	left: calc(-50% + 25px);
	z-index: 2;
}

.order_page ul.steps li:last-child .number:before{
	background: white;
	content: '';
	height: 60px;
	width: 150px;
	position: absolute;
	top: 0;
	right: -150px;
}

.order_page ul.steps li.active .number {
	background-color: #2353a2;
}
.order_page .header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.order_page .table_container{
	margin: 20px 0;
}
.order_page table.basket_list{
	width: 100%;
	border-spacing: 0;
	border: 1px solid #dcdee3;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	white-space: nowrap;
}
.order_page table.basket_list tbody td .caption{
	display: none;
}

.order_page table.basket_list td{
	padding: 20px 10px;
	line-height: 1.8;
	border-bottom: 1px solid #dcdee3;
}
.order_page table.basket_list tbody td{
	text-align: right;
}
.order_page table.basket_list tbody td.td1{
	padding-left: 30px;
	padding-right: 10px;
	width: 68px;

}
.order_page table.basket_list tbody td.td2{
	/*width: 500px;*/
	min-width: 200px;
	text-align: left;
	white-space: normal;
}
.order_page table.basket_list tbody td.td3,
.order_page table.basket_list tbody td.td4,
.order_page table.basket_list tbody td.td5,
.order_page table.basket_list tbody td.td6,
.order_page table.basket_list tbody td.td7{
	width: 110px;
}
.order_page table.basket_list tbody td:nth-of-type(6){

}
.order_page table.basket_list tbody td.td7{
	font-weight: normal;
	padding-right: 30px;
}
.order_page table.basket_list tbody td.td7 a{
	margin-left: 10px;
}

.order_page table.basket_list thead td{
	background: #f6f8f9;
	font-weight: normal;
	color: #3b404a;
	padding: 20px 0;
	text-align: right;
}
.order_page table.basket_list thead td:first-child{
	padding-left: 30px;
	text-align: left;
}
.order_page table.basket_list thead td:last-child{
	padding-right: 30px;
}
.order_page table.basket_list tfoot td{
	text-align: right;
	border-bottom: 0;
	padding: 5px 30px;
}
.order_page table.basket_list tfoot td:first-child{
	text-align: left;
}
.order_page table.basket_list tfoot strong{
	font-weight: normal;
}
.order_page table.basket_list tfoot .total{
	font-size: 24px;
}
.order_page table.basket_list .image{
	background: #f6f8f9;
	width: 68px;
	height: 68px;
	line-height: 68px;
}
.order_page table.basket_list .image img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.order_page table.basket_list i{
	color: #2353a2;
	font-size: 20px;
}
.order_page table.basket_list .txtinput{
	border: 1px solid #dddddd;
	outline: none;
	font-size: 18px;
	padding: 0;
	color: #3b404a;
	width: 58px;
	height: 58px;
	line-height: 58px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	vertical-align: middle;
}
.order_page table.basket_list a.amount_ctrl{
	background: #f6f8f9;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	width: 30px;
	height: 58px;
	line-height: 58px;
	text-align: center;

}
.order_page table.basket_list a.amount_ctrl i{
	color: #3b404a;
	font-size: 13px;
}
.order_page .field.closed{
	display: none;
}


.order_page .btn_container{
	text-align: center;
	margin: 30px 0;
}
.order_page .activate_coupon {
	line-height: 1.8;
	font-size: 18px;
}
.order_page .activate_coupon .field{
	margin: 8px 0;
	width: 655px;
	max-width: 100%;
}
.order_page .activate_coupon p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.order_page .activate_coupon .message{
	font-size: 20px;
	margin-bottom: 0;
}
.order_page .info_text{
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	margin-top: 20px;
}

.order_page .panel1.closed .panel_header{
	border-bottom: 0;
}
.order_page .panel1.closed .panel_content{
	display: none;
}
.order_page .panel1.closed.panel_szallitasi_adatok,
.order_page .panel1.closed.panel_szallitasi_belso{
	display: none;
}

.order_page .sza_panel .panel1{
	margin: 30px 0 0 0;
	background-color: #fbfcfc;
}
.order_page .sza_panel .kozterulet{
	width: 70%;
	float: left;
}
.order_page .sza_panel .kozterulet_tipus{
	width: 29%;
	float: right;
}

.order_page .atvetel_panel{

}
.order_page .atvetel_panel .small{
	font-size: 16px;
	margin: 10px 0;
	display: block;
	line-height: 1.5;
}
.order_page .atvetel_panel .field_atveteli_mod{
	margin-top: 30px;
	line-height: 1.6;
}

.order_page .atvetel_panel  .field_kezbesites_mod{
	margin-left: 70px;
}
.order_page .field_megjegyzes{
	margin: 0;
}
.order_page .panel1 .panel_header .right a{
	color: #2353a2;
	font-size: 18px;
}
.order_page table.datatable{
	border-spacing: 0;
	line-height: 1.6;
	font-weight: 300;
}
.order_page table.datatable td{
	padding: 10px 0;
}
.order_page table.datatable td:nth-of-type(1){
	width: 220px;
	padding-right: 10px;
}

.order_page .confirm_panel{
	background-color: #f6f8f9;
}
/*---------------------------------------------------*/
.panel1{
	border: 1px solid #dcdee3;
	margin-bottom: 30px;
}
.panel1 .panel_header{
	background: #f6f8f9;
	font-size: 20px;
	font-weight: normal;
	color: #3b404a;
	padding: 20px 30px;
	line-height: 1.8;
	border-bottom: 1px solid #dcdee3;
}
.panel1 .panel_header .right{
	float: right;
	font-size: 16px;
}
.panel1 .panel_header .right .option_btn{
	margin-bottom: 0;
	font-weight: 300;
}
.panel1 .panel_content{
	padding: 30px 30px;
}
.panel1 .panel_content.bg_gray{
	background-color: #f7f7f7;
	border-bottom: 1px solid #efefef;
}
/*---------------------------------------------------*/
.column_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column_container .column{
	flex: 0 0 49%;
	margin-bottom: 30px;
}

.column_container .column_full{
	flex: 0 0 100%;
	margin-bottom: 30px;
}

.column_container > div:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
.column_container .column .field,
.column_container .column_full .field{
	margin-top: 0;
	margin-bottom: 0;
}
.column_container .column .field.keep_margin,
.column_container .column_full .field.keep_margin{
	margin: 20px 0;
}
/*---------------------------------------------------*/
.system_message_panel{
	background: white;
	border: 1px solid #dddddd;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
	margin: 60px 0;
	padding: 80px 20px;
}
.system_message_panel .header{
	font-size: 34px;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
}
.system_message_panel .messaage_content{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 40px auto;
}
.system_message_panel .messaage_content p{
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
.auth_panel{

}
.auth_panel .header{
	font-size: 24px;
}
.auth_panel ul.links{
	margin: 20px 0;
}
.auth_panel ul.links li{
	display: inline-block;
	margin-bottom: 10px;
}
.auth_panel ul.links li:after{
	content: '|';
	margin: 0 10px;
}
.auth_panel ul.links li:last-child:after{
	content: '';
	margin-right: 0;
}
.auth_panel ul.links a{
	color: #2353a2;
	font-size: 20px;
	font-weight: normal;
}
.auth_panel .button1{
	width: 220px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.auth_panel .field_captcha img{
	max-width: 100%;
}
.auth_panel p{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
/*---------------------------------------------------*/
.login_panel .popup_content{

}
.login_panel .field_username{
	margin-top: 0;
}
.login_panel .button1.right{
	float: right;
	margin-right: 0;
}
/*---------------------------------------------------*/
.reg_panel .field.field_friss_hirek{
	margin-top: 20px;
}
.reg_panel .field.field_teljes_nev{
	margin-top: 20px;
}
/*---------------------------------------------------*/
.success_panel{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.success_panel p{
	line-height: 1.8;
	margin: 0 auto 30px auto;
	width: 1080px;
	max-width: 100%;
}
.success_panel .btn_container{
	margin: 30px 0 0 0;
}
/*---------------------------------------------------*/
.user_data_nav{
	padding: 60px 0;
	line-height: 1.5;
	font-size: 20px;
}
.user_data_nav .columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.user_data_nav .columns nav{
	background: #f6f8f9;
	flex: 0 0 31.42%;
	padding: 20px 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.user_data_nav .columns nav .header{
	font-weight: normal;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.user_data_nav .columns nav ul{

}
.user_data_nav .columns nav ul li{
	margin-bottom: 13px;
	position: relative;
}
.user_data_nav .columns.list_type2 nav ul li{
	padding-left: 20px;
}
.user_data_nav .columns.list_type2 nav ul li:before{
	background: #2353a2;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 12px;
}

.user_data_nav .columns nav ul a{
	color: #2353a2;
}

.user_data_nav .columns.column_1{
	display: block;
}
/*---------------------------------------------------*/
.user_data_page{
	padding: 60px 0;
}
.user_data_page .main_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.user_data_page .section_left{
	flex: 0 0 65.57%;
}
.user_data_page .section_right{
	flex: 0 0 31.42%;
}
.user_data_page p.lead{
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.user_data_page p{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
.user_data_page .btn_container{
	margin: 10px 0 0 0;
}
.user_data_page .btn_container .button1{
	width: 220px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px 10px 0;
}
.user_data_page .add_new_button{
	display: inline-block;
	margin-top: 20px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
}
.user_data_page .add_new_button:before{
	background-color: #2353a2;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	content: '\f067';
	color: white;
	margin-right: 10px;
}
.user_data_page .btn_container .button1.right{
	float: right;
}

.user_data_page .field.field_adoszam{
	margin-bottom: 30px ;
}
.user_data_page .field.field_szallitasi_nev{
	margin-bottom: 30px ;
}
.user_data_page .sza_panel .kozterulet{
	width: 70%;
	float: left;
}
.user_data_page .sza_panel .kozterulet_tipus{
	width: 29%;
	float: right;
}
.user_data_page .payment_form .panel1{
	margin-bottom: 0;
}
.user_data_page .payment_form .btn_container{
	margin-top: 30px;
	margin-bottom: 20px;
}
.user_data_page .payment_form .btn_container .button1{
	width: 320px;
}
.user_data_page .payment_form .btn_container img{
	vertical-align: middle;
	margin-left: 20px;
}
.user_data_page .card_types_panel{
	border: 1px solid #dddddd;
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
}
.user_data_page .card_types_panel ul.logos{
	margin: 30px 0;
}
.user_data_page .card_types_panel ul.logos li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 20px 0;
}
.user_data_page .card_types_panel ul.logos li img{
	max-width: 100%;
}
.user_data_page .card_types_panel a{
	color: #2353a2;
	text-decoration: underline;
}
/*---------------------------------------------------*/
.firm_data_page{

}
.firm_data_page .section_header{
	text-align: left;
}
.firm_data_page table{
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
}
.firm_data_page table td:first-child{
	font-weight: normal;
}
/*---------------------------------------------------*/
.about_us_page{
	font-size: 20px;
	line-height: 1.8;
	font-weight: 300;
}
.about_us_page .header{
	font-size: 34px;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.about_us_page section{
	padding: 50px 0;
	overflow: hidden;
}
.about_us_page section:nth-of-type(even){
	background-color: #f6f8f9;
}
.about_us_page .left_section{
	width: 48%;
	float: left;
}
.about_us_page figure{
	display: block;
	float: right;
	width: 40%;
	text-align: center;
	margin: 0;
}
.about_us_page figure img{
	max-width: 100%;
}
.about_us_page figcaption{
	font-size: 18px;
	font-weight: normal;
}
.about_us_page p{
	margin-bottom: 30px;
}
.about_us_page p:last-child{
	margin-bottom: 0;
}
.about_us_page strong{
	font-weight: normal;
}

.about_us_page ul.timeline{
	padding-top: 80px;
	position: relative;
}

.about_us_page ul.timeline li{
	overflow: hidden;
	margin-top: -80px;
	position: relative;
}
.about_us_page ul.timeline li .year{
	font-size: 48px;
	color: #08a6f3;
	font-weight: normal;
	display: block;
	margin-bottom: 0;
}
.about_us_page ul.timeline li .item_content{
	float: left;
	width: 40%;
}
.about_us_page ul.timeline li:nth-of-type(even) .item_content{
	float: right;
}

.about_us_page ul.timeline:after{
	background-color: #2353a2;
	width: 3px;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	content: '';
}
.about_us_page ul.timeline li:after{
	background: #08a6f3;
	width: 32px;
	height: 32px;
	border-radius: 19px;
	border: 3px solid #2353a2;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	z-index: 2;
}
/*---------------------------------------------------*/
.informations_page{
	padding: 60px 0;
}
.informations_page table.datatable{
	width: 100%;
}
.informations_page table.datatable td{
	padding: 8px 5px;
}
.informations_page table.datatable td:nth-child(1){
	font-weight: 400;
	width: 220px;
}
.informations_page table.datatable strong{
	font-weight: 400;
}

/*---------------------------------------------------*/
.sitemap_page ul{
	line-height: 1.3;
}
.sitemap_page ul li{

}
.sitemap_page ul li::before{
	top: 12px;
}
.sitemap_page a{
	text-decoration: none;
}
/*---------------------------------------------------*/
.faq_page{
	padding: 60px 0;
}
.faq_page ul.items{
	line-height: 1.8;
	font-size: 20px;
	font-weight: 300;
}
.faq_page ul.items li{
	margin-bottom: 30px;
}
.faq_page ul.items li .header{
	background: #f6f8f9;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 10px 50px 10px 20px;
	cursor: pointer;
	position: relative;
	color: #2353a2;
	line-height: 1.5;
}
.faq_page ul.items li .header:after{
	background-color: #2353a2;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	content: '\f067';
	color: white;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
.faq_page ul.items li.opened .header{
	color: #3b404a;
}
.faq_page ul.items li.opened .header:after{
	content: '\f068';
}

.faq_page ul.items li .item_content{
	padding: 10px 20px 0 20px;
	display: none;
}
.faq_page ul.items li.opened .item_content{
	display: block;
}
.faq_page ul.items li .item_content p{
	margin-bottom: 20px;
}
.faq_page ul.items li .item_content p:last-child{
	margin-bottom: 0;
}
/*---------------------------------------------------*/
.contact_page{
	padding-top: 50px;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 300;
}
.contact_page p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
}
.contact_page .section1{
	background-color: #f6f8f9;
	padding: 80px 0;
	margin-top: 50px;
}
.contact_page .column_container{
	position: relative;
}
.contact_page .column_container:after{
	background: #dcdee3;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
}
.contact_page .column_container .column{
	flex: 0 0 48%;
}
.contact_page .dataform .field{
	margin-bottom: 30px;
}
.contact_page ul.datacolumns{
	display: flex;
	justify-content: space-between;
}
.contact_page ul.datacolumns li{
	flex: 1;
	padding-right: 10px;
}
.contact_page .header{
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	color: #3b404a;
}
.contact_page .map_container{
	background: #eeeeee;
	height: 265px;
	margin-bottom: 30px;
}
.contact_page .map_container iframe{
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.contact_page .map_container img.sample{
	border: 0;
	display: block;
}
.contact_page .hq_image{
	background: #eeeeee;
	margin-bottom: 30px;
	text-align: center;
}
.contact_page img{
	width: 100%;
	display: block;
}
.contact_page .team{
	text-align: center;
}
.contact_page .team li{
	padding: 0 10px;
}
.contact_page .team .image{
	margin-bottom: 30px;
}
.contact_page a{
	color: #2353a2;
	font-weight: normal;
}
/*---------------------------------------------------*/
.tabset{
	margin: 20px 0;
}
.tabset ul.tabs{
	font-size: 16px;
	color: white;
	font-weight: normal;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 36px;
}
.tabset ul.tabs li{
	background: white;
	text-align: center;
	color: #2353a2;
	display: inline-block;
	border: 1px solid #dddddd;
	border-bottom-color: #dddddd;
	cursor: pointer;
	padding: 15px 20px;
	line-height: 1.2;
	margin: 0 18px 0 0;
}
.tabset ul.tabs li:hover{
	text-decoration: underline;
}
.tabset ul.tabs li a{
	color: #2353a2;
}
.tabset ul.tabs li.active{
	background-color: #f6f8f9;
	border-bottom-color: transparent;
	color: #222222;
	text-decoration: none;
}
.tabset ul.tabs li.active a{
	color: #222222;
}
.tabset .tabcontent{
	padding-top: 30px;
	border-top: 1px solid #dddddd;
	margin-top: -1px;
}
.tabset .tabcontent .tabitem{
	display: none;
}
.tabset .tabcontent .tabitem.opened{
	display: block;
}
/*level2*/
.tabset .tabset{
	margin: 0 20px;
}
.tabset .tabset > ul.tabs{
	font-size: 12px;
}
.tabset .tabset ul.tabs li{
	padding: 10px 10px;
}
/*---------------------------------------------------*/
.blog_main{

}
.blog_main #right{
	padding-top: 60px;
}
.blog_main .side_panel{
	background: #f6f8f9;
	padding: 30px;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.blog_main .side_panel .header{
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.blog_main .side_panel ul{

}
.blog_main .side_panel ul li{
	margin-bottom: 5px;
}
.blog_main .side_panel ul li:last-child{
	margin-bottom: 0;
}
.blog_main .side_panel ul.tags li{
	display: inline;
	margin: 0 5px 0 0;
}

.blog_main .side_panel a{
	color: #2353a2;
}
/*---------------------------------------------------*/
.article_page{

}
.article_page article{
	padding: 60px 0 40px 0;
}
.article_page article.text_content .post_img{
	margin-bottom: 40px;
	display: block;
}
.article_page article .post_img img{
	width: 100%;
}
.article_page article .big_header{
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 1.4;
	margin-bottom: 10px;
}
.article_page article .big_header a{
	color: #3b404a;
	text-decoration: none;
}
.article_page article.text_content ul.postinfo{
	margin: 10px 0;
}
.article_page article.text_content ul.postinfo li{
	display: inline-block;
	padding-left: 0;
	margin: 0 10px 0 0;
}
.article_page article.text_content ul.postinfo li:before{
	display: none;
}
.article_page article.text_content ul.postinfo a{
	text-decoration: none;
}

/*---------------------------------------------------*/
.blog_post_list{
	padding-bottom: 60px;
}
.blog_post_list article{
	border-bottom: 1px solid #dddddd;
}
.blog_post_list article:last-of-type{
	border-bottom: 0;
}

.lg-backdrop{
	background-color: rgba(13, 31, 66, 0.5);
}
.lg-inner{
	background-color: white;
}
.lg-outer .lg-thumb-outer{
	background-color: white;
}
.lg-sub-html{
	background-color: transparent;
	color: black;
	text-shadow: 1px 1px 1px white;
}
.lg-actions .lg-next,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev,
.lg-actions .lg-prev:hover{
	background-color: rgba(128, 128, 128, 0.21);
	color: black;
}
.lg-toolbar{
	background: white;
	color: black;
	padding: 5px;
}
.lg-toolbar .lg-icon:hover{
	color: black;
}

.lg-toolbar .lg-close{
	background-color: #2353a2;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	color: white !important;
}
.lg-toolbar .lg-close:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00d';
	font-size: 24px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
	border-color: #3b404a;
}
.lg-outer .lg-video{
	height: 340px;
}
.lg-sub-html{
	display: none;
}

.system_msg{
	background: #2353a2;
	color: white;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 10px;
	line-height: 1.3;
	width: 200px;
	position: fixed;
	right: -250px;
	top: 10px;
	font-size: 14px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	transition: all ease-out 0.5s;
	border-radius: 5px;
	z-index: 5;
}

.system_msg.open{
	right: 10px;
}
