:root {
  /*colors*/
  --blue: rgba(59,117,173,1); /*#3B75AD*/
  --red: rgba(235, 87, 87,1); /*#EB5757*/
  --bluelight: rgba(98,151,202,1); /*#6297CA*/
  --bluedark: rgba(22,80,135,1); /*#165087*/
  --textblack: rgba(34,34,34,1); /*#222222*/
  --textgray: rgba(96,96,96,1); /*#606060*/
  --darkbg: rgba(51,51,51,1); /*#333333*/
  --graylight: rgba(247, 247, 247,1); /*#F7F7F7*/
  --facebook: rgba(57,88,153,1); /*#395899*/
  --twitter: rgba(0,172,237,1); /*#00ACED*/
  --pinterest: rgba(196,2,8,1); /*#C40208*/
  /*shadows*/
  --shadow: 0 4px 24px -4px rgba(0,0,0,0.24);
}
/*_ Layout*/
* {box-sizing:border-box;outline: none;}
html, body {
  padding:0;
  margin:0;
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  color: var(--textblack);
}
body.fixed_menu > header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9990;
	box-shadow: 0 4px 12px -4px rgba(0,0,0,0.4);
	top: 0;
}
body.fixed_menu {padding-top: 84px;}
p {margin:0;}
h1, h2 {margin:0;}
h2 {font-size:36px;font-weight: 700;}
h3 {font-size:20px;font-weight: 700;}
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
	width: 100%;
}
.button {
  cursor:pointer;
  border: none;
  background-color: var(--blue);	
}
.button:hover {background-color: var(--bluelight);	}
.button:active {background-color: var(--bluedark);	}
/*_ Logo*/
.website__logo {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.footer__website .website__logo {
	margin-bottom: 45px;
	margin-top: -10px;
}
.website__logo_txt {
	padding-left: 5px;
}
.website__logo_title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
}
.website__logo_about {
	font-size: 14px;
	line-height: 16px;
}
.website__logo a span {display:block;}
.website__logo a {
	display: flex;
	color: #fff;
	text-decoration: none;
	align-items: center;
}

/*_ Header Menu*/
#mobile_menu,
.website__mobtoggler {display:none;}
.header__menu {
	background-color: var(--blue);
	color: #fff;
	height: 84px;
}
.header__menu .container {
	height: 100%;
}
.header__menu_container {
	display: flex;
	height: 100%;
	align-items: center;
}
.header__menu_container .website__logo {
	margin: 0;
}
.header__menu_items {
	flex-grow: 1;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header__menu_items a {
	color: #fff;
	text-decoration: none;
	margin: 0 19px;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}
.header__menu_items a:last-child {margin-right:0;}
.header__menu_items a.active,
.header__menu_items a:hover {border-bottom: 1px solid #fff;}

.header_sale {
	padding: 10px 0;
	background-color:#000000;
	color: #c0ff00;
	text-align: center;
}
.header_sale .container {
	max-width: 920px;
	font-size: 16px;
}
.header_sale .container a {
	color: #36454a;
	text-decoration: none;
}
.header_sale .container a:hover {
	text-decoration: underline;
}
/*Breadcrumbs*/
.breadcrumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	padding: 30px 0;
	line-height: 24px;
}
.breadcrumbs ul,
.breadcrumbs ul li a {  color:var(--textgray);}
.breadcrumbs .divider {	margin: 0 5px;}
.breadcrumbs ul li a {text-decoration-color:transparent;}
.breadcrumbs ul li a:hover {text-decoration-color:initial;}



/*Map 1*/
div.color {display:inline-block;width:12px;height:12px;margin-right:7px;}
div#voteButton {width:100%;text-align:center;}
div#map_vote {display:inline-block;}
#map_vote_container {width:100%;text-align:center;}
.rg {margin-left:10px;display:inline-block;}
button {cursor:pointer;}
.flex_center {
	display: flex;
	justify-content: center;
}
.greenbutton.vote.dis {
	width: 290px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 15px;
}
.greenbutton.vote {
	width: 290px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 15px;
}

/*Article content*/
.article_container {
	padding-bottom: 28px;
	color: var(--textgray);
	font-size:18px;
	line-height:26px;
	letter-spacing:0.01em;
}
.article_container img {
	max-width: 100%;
}
.article_header h1 {
	margin-bottom: 20px;
}
.article_container h2 {
	font-size: 28px;
	margin-top: 45px;
	margin-bottom: 32px;
}
.article_container h3 {
	font-size: 24px;
	margin: 54px 0 24px;
}
.article_container h1,
.article_container h2,
.article_container h3,
.article_container .title {
	color: var(--textblack);
	line-height:initial;
}
.article_sm_block {
	max-width: 688px;
	margin: auto;
}
.article_sm_block p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.article_md_block {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.article_lg_block {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.article_content {
	padding-right: 0px;
	padding-top: 40px;
}
.article_content *:first-child h1:first-child,
.article_content *:first-child h2:first-child,
.article_content *:first-child h3:first-child,
.article_content *:first-child h4:first-child,
.article_content *:first-child h5:first-child,
.article_content > h1:first-child,
.article_content > h2:first-child,
.article_content > h3:first-child,
.article_content > h4:first-child,
.article_content > h5:first-child {
  margin-top: 0;
}
.article_content a {
	color: var(--blue);
	overflow-wrap: break-word;
}
.article_content a:hover {
	color: var(--bluedark);
}
.article_content ul {
	margin: 24px 0;
}
.article_double_list {
	display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}
.article_double_list ul {
	margin: 0;
	column-count: 2;
	column-gap: 50px;
	font-size: 16px;
}

.article_16px {
	font-size: 16px;
	}

.article_header_main_info {
	font-size: 16px;
	color: var(--textblack);
}

.article_header {
	padding-right: 298px;
	position: relative;
}
.article_header_main_quote {
	font-size: 24px;
	color: var(--textblack);
	padding: 9px 10px 10px 36px;
	border-left: 10px solid var(--blue);
	margin-top: 18px;
	line-height: 32px;
}
.article_header_aside {
	position: absolute;
	width: 220px;
	right: 0;
	top: 0;
	padding: 0;
}

.article_header_aside img {
	border-radius: 5px;	
	}

.article_contents_list ul {
	list-style-type: disc;
}
.article_contents_list ul ul {
	list-style-type: circle;
	margin: 10px 0;
}

.article_img_caption {
	font-size: 16px;
	font-weight: lighter;
	font-style: italic;
	padding: 1px 0 1px 8px;
	border-left: 1px solid var(--blue);
	margin-top: 20px;
}


.article_tiq {
	margin: 52px 0;
	display: flex;
	align-items: center;
	background-color: rgb(59, 117, 173, 0.1);
	padding: 45px 35px 45px 75px;
	border-left: 13px solid var(--blue);
}
.article_tiq_text {
	padding-right: 45px;
	width: calc(100% - 240px);
}
.article_tiq_img {
	width: 240px;
}
.article_tiq_text_title {
	font-size: 36px;
	font-weight: bold;
	color: var(--textblack);
	margin-bottom: 15px;
}
.article_tiq_text_main {
	margin-bottom: 20px;
}

.article_author {
	margin-top: 37px;
	display: flex;
	width: 100%;
	border-top: 1px solid #d8d8d8;
	padding-top: 35px;
	align-items: center;
}
.article_author_img {
	padding-right: 20px;
}
.article_author_img img {
	height: 85px;
	width: 85px;
	border-radius: 100%;
	object-fit: cover;
	max-width: initial;
}
.article_author_name {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}



.recent_posts_wrapper {
	background-color: var(--graylight);
  padding:50px 0 25px;
}
.recent_posts_title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 35px;
}
.recent_posts {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.recent_post_item {
	margin: 0 15px 30px;
	width: calc(100%/4 - 30px);
}
.recent_post_item_img {
	margin-bottom: 13px;
}
.recent_post_item_img img {
	border-radius: 5px;
	border: 1px solid #D8D8D8;
	width: 100%;
	object-fit: cover;
	height: 171px;
}
.recent_post_item span {display:block;}
.recent_post_item a {
	text-decoration-color: transparent;
	font-weight: bold;
	color: var(--blue);
}
.recent_post_item a:hover {
	text-decoration-color: initial;
  color: var(--bluedark);
}














/*_ Footer*/
.footer {	padding: 64px 0;	background-color: var(--darkbg);  color:#fff;}
.footer a {  color:#fff;  text-decoration-color:transparent;}
.footer a:hover {  text-decoration-color:initial;}
.footer__info_links a {font-size: 14px;color: #999;}
.footer__info_links {color: #999;}
.footer__content {	display: flex;	justify-content: space-between;	align-items: flex-start;}
.footer__website_about {	line-height: 24px; max-width:300px;}
.footer__title {	font-size: 20px;	line-height: 24px;	font-weight: 500;}
.footer__menu ul {	list-style-type: none;	padding: 0;	margin: 15px 0 0;}
.footer__menu li {	line-height: 36px;}
.footer__menu li a {	line-height: initial;}
.footer__info_paycards {
	display: flex;
  margin-top:15px;
}
.footer__info_paycard {
	width: 52px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 3px;
	margin-right: 8px;
}
.footer__info_social {
	margin-top: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.footer__info_social a {
	opacity: 0.2;
	margin-right: 5px;
	text-decoration: none;
}
.footer__info_social a:hover {opacity: 1;}

/*_ Copyright*/
.copyright {
	height: 54px;
	line-height: 54px;
	text-align: center;
  color: var(--textgray);
}

.whitebutton {
	width: 100%;
	display: flex;
	justify-content: center;
	color: var(--blue);
	background-color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	height: 56px;
	align-items: center;
}
.greenbutton:hover, .redbutton:hover,
.whitebutton:hover {box-shadow: 0 8px 16px -8px rgba(0,0,0,0.64);}

.greenbutton,
.redbutton {  
	display: inline-flex;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;	
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	/* width:189px; */
}
.redbutton {
  background-color:var(--red);
  border: 1px solid var(--red);
}
.greenbutton {
  background-color:#27AE60;
  border: 1px solid #27AE60;
}
.article_content .greenbutton {color: #fff;}
.article_content .greenbutton:hover {color: #27AE60;}
.greenbutton {font-size: 16px;}
.redbutton:hover,
.redbutton.clear {  background-color:transparent;  color: var(--red) !important;}
.greenbutton:hover,
.greenbutton.clear {  background-color:#fff;  color: #27AE60 !important;}
.redbutton:hover svg,
.redbutton.clear svg { fill: var(--red);}
.greenbutton:hover svg,
.greenbutton.clear svg { fill: #27AE60;}
.greenbutton.clear:hover {background-color:#27AE60;	color: #fff !important;}
.redbutton.clear:hover {background-color: var(--red);	color: #fff;}
.greenbutton svg,
.redbutton svg,
.greenbutton.clear:hover svg,
.redbutton.clear:hover svg {	fill: #fff;}
.greenbutton .arrowrighticon,
.redbutton .arrowrighticon {	margin-left: 8px;	display: flex;	align-items: center;}
.greenbutton .loadicon,
.redbutton .loadicon {	margin-left: 8px;	padding-top: 8px;}
.greenbutton[disabled],
.greenbutton[disabled]:hover {
	background-color: #cccccc;
	border-color: #d8d8d8;
	cursor: default;
	box-shadow: none;
	color:#fff;
	text-shadow: 1px 1px 3px black;
}



/*Responsive */
@media all and (max-width:1360px){
}
@media all and (max-width:1100px){
}
@media all and (max-width:1150px){ .article_header_aside {display: none;}}

@media all and (max-width:1024px){
  /* 1024 footer */
  .footer__content {flex-wrap: wrap;}
  .footer__website {    width: 100%;    display: flex;    justify-content: center;    flex-direction: column;    align-items: center;    margin-bottom: 40px;  }
  .footer__website_about {    max-width: 100%;    text-align: center;  }
}
@media all and (max-width:992px){
  .recent_posts_title {text-align: center;}
  .recent_posts {max-width: 600px;margin: auto;}
  .recent_post_item {width: calc(100%/2 - 30px);}
}
@media all and (max-width:768px){
  /*header*/
  #website__mobtoggler {	width: 30px;	margin-right: 15px;	height: 30px;	line-height: 30px;	text-align: center;	display: flex;	justify-content: center;	align-items: center;cursor:pointer;}
  #website__mobtoggler .close_icon {    display: none;    font-size: 30px;    opacity: 0.8;  }
  #website__mobtoggler .bar_icon {    display: flex;    justify-content: space-between;    align-items: center;    height: 100%;    width: 100%;    flex-direction: column;  }
  #website__mobtoggler .bar_icon span {    height: 1px;    background-color: #fff;    width: 100%;  }  
  #mobile_menu {    position: fixed;    z-index: 999;    top: 84px;    border-top: 1px solid #fff;    width: 236px;    background-color: var(--blue);    padding: 0 20px 20px;  }
  #mobile_menu nav {    display: flex;    flex-direction: column;    width: 100%;  }  
  #mobile_menu nav a {    color: #fff;    height: 48px;    text-decoration: none;    display: block;    border-bottom: 1px solid rgba(255,255,255,0.4);    line-height: 48px;  }
  #mobile_menu nav a:hover {    border-bottom: 1px solid rgba(255,255,255,1);  }  
  .website__mobtoggler {display: flex;}
  .header__menu_items {display: none;}
  .website__logo_title {font-size: 26px; line-height: 33px;	font-weight: 700;}
  .website__logo_about {font-size: 12px;line-height: 14px;}
  /*breadcrumbs*/
  .breadcrumbs ul {	flex-wrap: wrap;}
  
 
   /*768 footer*/
  .footer__menu {	width: 100%;	text-align: center;	margin-bottom: 40px;}
  .footer__info {	width: 100%;	text-align: center;}
  .footer__info_paycards, .footer__info_social {	justify-content: center;}
}

@media all and (max-width:768px) { 
  .article_container h1 {text-align: center;}
  .article_header_main_info {	display: flex;	flex-direction: column;	justify-content: center;	align-items: center;}
  .article_header {padding: 0;}  
  .article_tiq {flex-direction: column-reverse;	padding: 30px 15px;border-right: 13px solid transparent;}
  .article_tiq_img {margin-bottom: 20px;}
  .article_tiq_text {	padding-right: 30px;	padding-left: 30px; width: 100%;text-align: center;}
  .article_btn {text-align: center;}
  .article_header_aside {display: none;}
  .article_container h3 {font-size: 22px;}
}

@media all and (max-width:600px) { 
  .recent_post_item { width: 100%; margin-left:auto;margin-right:auto;}
  .recent_posts {max-width: 270px;}
}

@media all and (max-width:540px) { 
  .article_tiq_text {	padding-right: 0;	padding-left: 0;}
  .article_content ul,
  .article_contents_list ul {padding-left: 24px;}
  .recent_posts_title,
  .article_tiq_text_title.title {font-size: 32px;}
  .article_author {flex-direction: column;	text-align: center;}
  .article_author_img {	padding-right: 0;	margin-bottom: 15px;}
  
  
}

@media all and (max-width:440px) { 
  
  .article_double_list ul {column-count: 1;}
}

/*_ Transitions */
.product__top_info_check_option .info img,
/*.product__top_info_check_option .info .info_description,*/
.product_faq__question,
.product_faq__question_title,
.product_faq__question_icon,
.screenshots_overlay,
.product_features__tabs_toggler,
.product_features__tab_feature_item,
.advantages__item,
.prodreviews__item,
.owl-prev,
.owl-next,
.arrowrighticon svg,
.redbutton,
.redbutton svg,
.greenbutton,
.greenbutton svg,
a {
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}