/*@font-face {
  font-family: 'FbReforma-Regular';
  src: url('css/fonts/FbReforma-Regular.eot?#iefix') format('embedded-opentype'),  url('css/fonts/FbReforma-Regular.woff') format('woff'), url('css/fonts/FbReforma-Regular.ttf')  format('truetype'), url('css/fonts/FbReforma-Regular.svg#FbReforma-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'FbReforma-Medium';
	src: url('css/fonts/FbReforma-Medium.eot?#iefix') format('embedded-opentype'),  url('css/fonts/FbReforma-Medium.woff') format('woff'), url('css/fonts/FbReforma-Medium.ttf')  format('truetype'), url('css/fonts/FbReforma-Medium.svg#FbReforma-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-top: 154px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	/*font: 1.1rem/1.3 'FbReforma-Regular', Arial, Helvetica, sans-serif;*/
	font: 16px/25px 'Noto Sans Hebrew', Arial, Helvetica, sans-serif;
	color: #000;
	text-rendering: optimizeLegibility;
	direction: rtl;
}
button,
input,
textarea {
	direction: rtl;
	font: 1.1rem/1.2 'Noto Sans Hebrew', Arial, Helvetica, sans-serif;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

.page-template-quiz-page .whatsapp__button,
.page-template-quiz-page .progress-container,
.page-template-quiz-page #pojo-a11y-toolbar,
.page-template-quiz-page .header,
.page-template-quiz-page .footer {
	display: none !important;
}

.mobile-menu {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	margin: 0;
}
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.header-note {
	padding: .5rem 0;
	background: #4f5f67;
}
.header-note-text {
	color: #fff;
	text-align: center;
}

.header-main {
	/*min-height: 290px;*/
	background: #0B244B;
	background-image: radial-gradient(at center center, #0B244B 0%, #000000 69%);
	/*background: -moz-radial-gradient(circle, rgba(11,36,76,1) 0%, rgba(0,0,0,1) 70%);
	background: -webkit-radial-gradient(circle, rgba(11,36,76,1) 0%, rgba(0,0,0,1) 70%);
	background: radial-gradient(circle, rgba(11,36,76,1) 0%, rgba(0,0,0,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b244c",endColorstr="#000000",GradientType=1);*/
}
.header-main-logo {
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
	justify-content: center;
	display: none;
	padding: 4rem 0;
}
.header-main-logo img {
	width: auto;
	height: 100px;
}

.header-main-nav {
	padding: 2rem 0 0;
}
.header-main-nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.header-main-nav ul li {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.header-main-nav ul li::before {
	display: block;
    /* position: absolute; */
    content: '';
    height: 16px;
    width: 0;
    /* right: -10px; */
    margin: 0 0 0 20px;
    border-left: 1px solid #6bacd9;
    border-right: 1px solid #48a1de;
}
.header-main-nav ul li a {
	color: #fff;
	text-decoration: none;
}
.header-main-nav ul li a:hover {
	color: #53baff;
}

.header-main-nav .home::before {
	display: none;
}
.header-main-nav .home a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 0;
	text-indent: -9999px;
}
.header-main-nav .home a::before {
	display: block;
	height: 23px;
	width: 24px;
	content: '';
	background: url(images/icon-home.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.main-nav-wrapper {
	border-bottom: 1px solid #efefef;
}
.main-nav-wrapper-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.main-nav-wrapper .mobile-menu {
	display: none;
	position: relative;
	text-align: center;
	background: #f8f8f8;
	padding: 10px;
	font-weight: bold;
}
.main-nav-wrapper .mobile-menu i {
	font-size: 24px;
	position: absolute;
	right: 20px;
}
.main-nav-wrapper ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main-nav-wrapper ul li {
	position: relative;
}
.main-nav-wrapper .main-nav>ul>li {
	text-align: center;
	flex: auto;
}
.main-nav-wrapper ul li a {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.main-nav ul>li:hover>a,
.main-nav ul>li>a:hover {
	background: #f8f8f8;
}
.main-nav>ul>li:hover>a,
.main-nav>ul>li>a:hover {
	color: #2b91ed;
	opacity: 1;
}
.main-nav ul li a i {
	font-size: 15px;
    margin: 0 7px 0 0;
}
.main-nav>ul>li>ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	list-style: none;
	padding: 8px 0;	
	margin: 0;
	z-index: 1;
	top: 60px;
	box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
	/*border-top: 4px solid #c69c6d;*/
	background: #fff;
	visibility: hidden;
	min-width: 190px;
	height: auto;
	opacity: 0;
	z-index: 1001;
}
.main-nav>ul>li>ul::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	content: "";
	top: -5px;
	z-index: 1002;
}
.main-nav>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 50px;
	-webkit-transition: visibility .15s, opacity .2s, top .4s;
	transition: visibility .15s, opacity .2s, top .4s;
}
.main-nav>ul>li>ul li {
	display: block;
	padding: 0;
	height: auto;
	width: 100%;
}
.main-nav>ul>li>ul li a {
	text-transform: none;
	font-weight: bold;
	padding: 7px 20px;
	color: #000;
	transition: .2s;
	white-space: nowrap;
	text-align: right;
}
.main-nav>ul>li>ul li:hover>a,
.main-nav>ul>li>ul li a:hover {
	color: #2b91ed;
	background: #f8f8f8;
	transition: .2s;
}


.main-nav ul.sub-menu li.has_children i {
	/*float: right;*/
	color: #4d4d4d;
    margin: 5px 0 0;
}
.main-nav ul.sub-menu li.has_children:hover i {
	color: #fff;
}
.main-nav>ul ul ul {
	height: auto;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	list-style: none;
	padding: 8px 0;	
	margin: 0;
	z-index: 1;
	left: 95%;
	/*top: 10px;*/
	box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #e7e7e7;
	background: #fff;
	visibility: hidden;
	min-width: 270px;
	opacity: 0;
	z-index: 99;
}
.main-nav>ul ul ul li a:hover {
	color: #ad8251;
	background: #fff;
	text-decoration: underline;
}
.main-nav>ul ul li:hover ul {
	visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    -webkit-transition: visibility .15s, opacity .2s, top .4s;
    transition: visibility .15s, opacity .2s, top .4s;
}

.header-main-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding: 15px 0;
}
.header-main-info .contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header-main-info .search {
	position: relative;
	max-width: 178px;
}
.header-main-info .search input {
	border: none;
    color: #fff;
    outline: none !important;
    border-radius: 3px;
    font-size: 14px;
    max-width: 150px;
    padding: 0 10px 0 0;
    height: 30px;
    background: #103d87;
}
.header-main-info .search input::placeholder {
  color: #9ebbec;
  opacity: 1;
}
.header-main-info .search input:-ms-input-placeholder {
  color: #9ebbec;
}
.header-main-info .search input::-ms-input-placeholder {
  color: #9ebbec;
}
.header-main-info .search button {
	font-size: 0;
    text-indent: -9999px;
    position: absolute;
    width: 30px;
    left: 0;
    height: 30px;
    top: 0;
    /*height: 32px;*/
    background: #0f49a7 url(images/search.svg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: 16px;
    border: none;
    /* background: #ccc; */
    border-radius: 2px;
    outline: none !important;
}
.header-main-info .search button:hover {
	cursor: pointer;
	background-color: #162e55;
	transition: .2s;
}
.header-main-info .contacts-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header-main-info .contacts a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}
.header-main-info .contacts a i {
	font-size: 16px;
}
.header-main-info .phone {
	background: #00c2ff;
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAA6lBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ZxWggAAAATXRSTlMAHwTsAfv+AhoOi0DP+VLdrPei8V184QZX04b16hEcRCyBCLRanBCocNY6TEhqZSbA5QuxvhS5MOiVyWHZF20yd47EKTaSwnMiTpelxihhr00AAAMxSURBVBgZlcGHQuJYAAXQG9JDgNB7BwWkN3t3RtC9//87y0tQAoQZ5xx4GtKqgX+TK5LJMP5FS+P5OeUK/HJDCaeFVQ6gnPNFh49K2k8Gghkl1gGYMabhc/Epk+pnDQGUJWcKNnqq1oOfXk2o1BISjqQ4KcOVZuYM++4LcRY7Og50GYVHH9PBISNBjg3s0Skr2DJkDnGkmmGpB78Gu/i2ZvEVrtCgH8JWucl4Dj4LOtj5oJ2F8EaWCgY8ukWthR2DFnYaeT5D0Ds2GbdMeJ6o9fFN4jt8anH24bk8V3kVhSfN4iW+SOzAb8CrKbZqS7LdgOuDMRNbEjvYM2YU326LvFlACL3wHFsVprHng7fYGd3xrgLBkBmF554fEC5mBoRonK/wKd+wu4CQ4mQKl8k5BIv5BRB6JgvYY95wnIUwZx2uEGUI0zxjI+OFkSEOLGJ8hvCoFc/ginEFYfHCZImxRxypRRiG4DANV5tDuBpLclZGgA5jWWy8caJDaLEJzzXTCKTf8B2CzT4EMxIx4bLYQbAe5Sk2HpiAy+EDXDk2ccKSA2wYlHUIF+wqEMyiNkKwNW0INh8h6Hdcw1VgE8FCJdaw8cwHuAa0FQgLmS0EsxjFRo5tuLIZ5uBqMblCoEZYx4aZqMKT4mQKV4L2FD+i39CCa5rnTMeP1FStB5d0xWv8TJ0ZE4LyGGcBfkb7btxCgNALHQWucIRp7Cwy3Gje41hFZh2etUpLwReH41quRDmKY1WVOXjWcSYa8KQoG8BiRiZMHBlSrcITTtJ+hSAlGYVwm2QmjCMFxsPwjLqM1M8AzJmAZ/WbmpXFoWsme/BMf2lMtlMtlkxs6U8R5i9xQPlgvI+ty6bGjTF2LvOMPOnYp/yimsKX1UPbsUbwyVoaxwYO1MmCjtPCGd7pOJBSuSzjtLLNCg71JpxUcVqdKxy5n5PXJk6QZJZxTH+PcJJS4GOE4anE6CDQaE7aawXfZrRC2HjN8L8pginRGNkdlLHVV2mHgWiScxMnZYcxUm3eruB665Jjh2xn8Sf6hRMhOVlepztPBYcbyVv8lZn6zPBLyUkb+Jls2ZAkqXI/VfDlfz0reqGwrlI+AAAAAElFTkSuQmCC');*/
}
.header-main-info .contact {
	background: #18c921;
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAjVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+umAc7AAAALnRSTlMA1Mn+iEIV4PD2DvsaCWhNAwWttIwz6HDzOwESzezkpX/43L5YJFOceF3Ali11QZg6tAAAAYZJREFUSMft1lmWgyAUBNBSHANqjDHzPE9d+19ef5jYRCVkAV2fyD0+xHcAqJOnC8muiMG8mtFXfegJXFKEXZlwUIk1J2elCYcOI3Rlvt0+RSy5UppwewaCiJVYPlTBsy5gIksBwCOnQCBGujCSQ1rP8SV1YSRAf+wjcOieYnq6MJN8QJkhcMiGMJKkYPQ0DWEiyZ6r44UyQzAGgNythYH0XO4UcKGcVgMpnZcoGXaIYEFHAfAlD9XIQv+bvLZQDhcBAD+un0oRvRJ6eRPM1K6qWxPoLKbOccV90hCfyWPFoiU+knLJQd4SH8isjLjut8UH4se8zzqEmWQxh53CSE6SG3QKE7kKXgzCQFIy/RPDs538UFy1d0S0kg3lQa/KSmYet9nbOqwkZey/r9xKHGaNb2UjJXfNHbSROzfV3nv4kuRLoeDf3jrUQk7c+zdylOJrUjAiR+MEXxMlW8BGyjawFnZMDOfLd73/T/5Ji4hJzyae1x6tPyahJa/LVX3gFoKW1Fe4Kr9Azzy6H4BbwQAAAABJRU5ErkJggg==');*/
}
.header-main-info .contacts a:hover {
	opacity: .8;
}

.header-main-info .site-title {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 5px;
}
.header-main-info .site-description {
	font-size: 22px;
}

.header-main-info .message {
	color: #fff;
	padding: 0 2rem;
	text-align: center;
	width: 100%;
}
.header-main-info .message h1 {
	display: block;
	font-size: 2.6rem;
	line-height: 1.1;
}
.header-main-info .message p {
	font-size: 1.1rem;
}


.header-main-info .message .page-header h1 {
	margin: 0 0 .6rem;
}
.header-main-info .message .breadcrumbs-block {
	border: none;
	margin: 0;
	font-size: 1rem;
	color: #6484ae;
}
.header-main-info .message .breadcrumbs-block span,
.header-main-info .message .breadcrumbs-block a {
	color: #6484ae;
	font-size: 1rem;
}
.header-main-info .message .full-metadata {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.header-main-info .message .author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 32px;
	padding: 0 0 0 1rem;
	margin: 0 0 0 1rem;
	align-items: center;
	border-left: 1px solid #2b4265;
}
.header-main-info .message .author-photo {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 0 0 1rem;
	background: url(images/author-1-min.jpg) 100% 50% no-repeat;
}
.header-main-info .message .author .name {
	display: block;
	font-size: 1.2rem !important;
	line-height: 1;
	margin: 0 !important;
}
.header-main-info .message .author .status {
	display: block;
	color: #01b4ed;
	line-height: 1;
	margin: 0 !important;
	font-size: 1rem !important;
}
.header-main-info .message .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.header-main-info .message .meta > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: 0 0 0 1.5rem;
	color: #6484ae;
}
.header-main-info .message .meta > div i {
	margin: 0 0 0 .4rem;
	font-size: 20px;
}


.header-main-info .kabalat {
	opacity: 0 !important;
/*	position: relative;
	color: #fff;
	background: url(images/kabalat-demo.png) 0 0 no-repeat;
	flex: 300px 0 0;
	height: 97px;
	width: 300px;*/
	position: relative;
    color: #fff;
    background: url(images/kabalat-demo.png) 0 0 no-repeat;
    flex: 250px 0 0;
    height: 80px;
    width: 250px;
    background-size: contain;
    margin-top: 10px;
}
.header-main-info .header-right-logo img {
	display: block;
	width: 130px;
	height: 52px;
}



.middle {
	width: 100%;
	position: relative;
	padding: 0 0 2.5rem;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.content-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0 0 40px;
	float: none;
}
.content-column::after {
    display: block;
    content: "";
    clear: both;
}
.content {
	overflow: hidden;
	flex: auto;
	padding: 0 0 0 30px;
}

.content .page-header h1 {
	font-size: 52px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 15px;
}
.content .page-header .category {
	margin: 0 0 5px;
}
.content .page-header .category a {
    display: inline-block;
    padding: 3px 5px 4px 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1;
	background: #5757ff;
}
.content .page-header .article-metadata {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 0 0 15px;
	background: #f8f8f8;
	padding: 5px 10px;
}
.article-metadata .author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 32px;
	padding: 0 0 0 1rem;
	align-items: center;
	/*border-left: 1px solid #2b4265;*/
}
.article-metadata .author-photo {
	width: 26px;
	height: 26px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	margin: 0 0 0 1rem;
	background: url(images/author-1-min.jpg) 100% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.content .page-header .author .name {
	display: inline-block;
	line-height: 1;
	margin: 0 !important;
	font-weight: bold;
}
.content .page-header .author .status {
	display: inline-block;
	line-height: 1;
	margin: 0 !important;
}
.content .page-header .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 1rem 0 0;
	border-right: 1px solid #dedcdc;
}
.content .page-header .meta > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: 0 0 0 1.5rem;
	/*color: #6484ae;*/
}
.content .page-header .meta > div i {
	margin: 0 0 0 .4rem;
	font-size: 20px;
}

.content .text table {direction: ltr; border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb; text-align: right;}
.content .text table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}
.content .text table td, .content .text table th{padding: 5px 10px;border-left:1px solid #cbcbcb;border-bottom-width:0;border-right-width:0;border-top-width:0;font-size:inherit;margin:0;overflow:visible}
.content .text table td {border-bottom:1px solid #cbcbcb}
.content .text table tbody>tr:last-child>td{border-bottom-width:0}
.content .text table thead {background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
.content .text table td {background-color:transparent}
.content .text table tr:nth-child(2n-1) td{background-color:#f5f7ff}
/*.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}
.pure-table-bordered td{border-bottom:1px solid #cbcbcb}
.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}
.pure-table-horizontal td,
.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}
.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}*/

.content .text p {
	margin: 0 0 1rem;
}
.content .text img {
	display: block;
	max-width: 100%;
	height: auto;
}
.content .text .alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
}
.content .text .alignright {
	float: right;
	margin: 0 0 1rem 1rem;
}

.related-posts {}
.related-posts_title {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	margin: 0 0 1rem;
}
.related-posts_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	margin: 0 0 20px;
	background: #f8f8f8;
}
.related-posts_item {
	flex: 33.33% 0 0;
	padding: 0 10px;
	position: relative;
}
.related-posts_item img {
	display: block;
	width: 100%;
	height: auto;
}
.related-posts_item a {
	display: block;
	margin: 10px 0;
	color: #222;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.2;
	font-weight: bold;
	transition: .2s;
}
.related-posts_item a::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.related-posts_item p {
	line-height: 1.4;
}
.related-posts_item:hover a {
	color: #2b91ed;
	transition: .2s;
}
.related-posts_item:hover img {
	opacity: .9;
	transition: .2s;
}

.kc__wrap {
	display: inline-block;
    /*background: #f3f3f3;*/
    /*padding: 2rem;*/
    margin: 0 0 .5rem;
}
.kc__wrap .kc__title {
	display: block;
    font-size: 1.5rem;
    margin: 0 0 .5rem;
}
.kc__wrap a {
	color: #6484ae;
}
.kc__wrap a:hover {
	color: #003478;
	text-decoration: none;
}
.content .contents{ list-style-type:none; counter-reset:list; padding: 0;}
/* цвет чисел */

.content .contents li {
	margin-bottom: .5rem;
}
.content .contents li:before{
	content: counter(list) '. ';
    border: none;
    font-size: 1.3rem;
    color: #00b0de;
    position: relative;
    margin: 0;
    padding: 0;
    right: auto;
    width: auto;
    height: auto;
}
/* уровень 0 */
.content .contents li{margin: 0 0 10px; padding: 0; counter-increment:list; counter-reset:list1; }
.content .contents li:before{ content:counter(list) '. '; }
/* уровень 1 */
/*.content .contents li.sub_1{padding: 0; counter-increment:list1; counter-reset:list2; margin-right: 25px;}*/
/*.content .contents li.sub_1:before{ content:counter(list) '.' counter(list1) '. '; }*/
/* уровень 2 */
/*.content .contents li.sub_2{padding: 0; counter-increment:list2; margin-right: 50px;}*/
/*.content .contents li.sub_2:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '. '; }*/


.content h2 {
	font-size: 27px;
    font-weight: bold;
    color: #111;
    margin: 0 0 1rem;
    line-height: 1.3;
}
.content h3 {
	font-size: 20px;
    font-weight: bold;
    color: #111;
    margin: 0 0 1rem;
    line-height: 1.3;
}
.content ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0 14px 0 0;
	/*margin: 0 0 1rem;*/
}
.content ul li {
	margin: 0 10px 1rem 0;
}

.content ol {
	counter-reset:list;
}
.content ol li {
	margin-bottom: .5rem;
	counter-increment:list;
}
.content ol li:before{
	content: counter(list) '. ';
    border: none;
    font-size: 1.3rem;
    color: #00b0de;
    position: relative;
    margin: 0;
    padding: 0;
    right: auto;
    width: auto;
    height: auto;
}

.page-image-wrapper {
  margin: 0 0 1rem;
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
.page-image-wrapper img {
	width: 100%;
}

.contact-page-content .widget-custom-contact {
	display: none;
}
.contact-page-form {
    padding: 2rem 2rem 1.5rem;
    border-radius: 2px;
    margin: 0 0 2rem;
	background: #4f5f67;
	clear: both;
}
.contact-page-form .wpcf7-form-control-wrap {
	margin-bottom: 1rem;
}
.contact-page-form .subtitle {
	font-size: 1.5rem;
    color: #fff;
    margin: -10px 0 20px;
}
.contact-page-form .note {
	color: #fff;
	padding: 1.5rem 0 0;
}
.contact-pages-fields {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.contact-pages-fields .wpcf7-form-control-wrap {
	flex: 32% 0 0;
}
.contact-pages-fields .wpcf7-form-control-wrap input {
	padding: .9rem 1rem;
}
.contact-pages-fields .wpcf7-form-control-wrap textarea {
	height: 100px;
}
.contact-pages-fields button {
	display: block;
    border: none;
    flex: 32% 0 0;
    outline: none !important;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    font-size: 2rem;
    background: #00c2ff;
    transition: .2s;
}
.contact-pages-fields button:hover {
	cursor: pointer;
	background: #00ace2;
	transition: .2s;
}
.contact-pages-fields .your-message {
	margin-bottom: 0;
	flex: 66% 0 0;
}

.breadcrumbs-block {
	font-size: 14px;
    color: #aaa;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 .5rem;
    margin: 0 0 1rem;
}
.breadcrumbs-block a {
	color: #0cf;
}
.breadcrumbs-block a:hover {
	text-decoration: none;
}

.left-sidebar {
	flex: 285px 0 0;
	max-width: 285px;
	/* overflow: hidden; */
}

.error404 .content-column,
.search-results .content-column,
.post-template-default .content-column {
	padding: 20px 0 0;
}

.error404 .text p {
	font-size: 20px;
}

.right-sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
}

.widget-area .widget img {
	height: auto;	
	max-width: 100%;
	width: 100%;
}

.widget-area .widget {
	margin: 0 0 1.5rem;
}
.widget-icons {}
.widget-icons .kabalat {
	display: block;
	position: relative;
	color: #000;
	/* background: url(images/kabalat-white-min.png) 0 0 no-repeat; */
	margin: 0 auto 40px;
	/* height: 97px; */
	padding: 10px 0 0;
	width: 250px;
	background-size: contain;
	font-size: 1.3rem;
	text-align: center;
	background: #ffca08;
}
.widget-icons .kabalat p {
	line-height: 1.1;
}
.widget-icons .kabalat::after {
	content: '';
    position: absolute;
    left: 0px;
    bottom: -145px;
    border: 125px solid transparent;
    border-top: 20px solid #ffca08;
}
.widget-icons ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*.widget-icons:hover .item {
	opacity: .7;
	transition: .2s;
}*/
.widget-icons .item {
	flex: 48% 0 0;
	position: relative;
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
	border: 1px solid #e7e7e7;
	margin: 0 0 1rem;
	border-radius: 2px;
	padding: 10px 5px;
}
.widget-icons .item a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 1;
    text-decoration: none;
}
.widget-icons .item a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
}
.widget-icons .item:hover {
	border-color: #00c2ff;
}
.widget-icons .item:hover a {
	color: #00c2ff;
}
.widget-icons .item .icon {
	display: block;
	width: 100%;
	height: 50px;
	background-position: 50% 50%;
	-webkit-background-size: 50px;
	background-size: 50px;
	background-repeat: no-repeat;
	margin: 0 0 .5rem;
}

.widget-icons .icon.health {background-image:url(images/health-min.png)}
.widget-icons .icon.life {background-image:url(images/life-min.png)}
.widget-icons .icon.car {background-image:url(images/car-min.png)}
.widget-icons .icon.home {background-image:url(images/home-min.png)}
.widget-icons .icon.building {background-image:url(images/building-min.png)}
.widget-icons .icon.mortgage {background-image:url(images/mortgage-min.png)}
.widget-icons .icon.labor {background-image:url(images/labor-min.png)}
.widget-icons .icon.personal-accidents {background-image:url(images/personal-accidents-min.png)}
.widget-icons .icon.nursing {background-image:url(images/nursing-min.png)}
.widget-icons .icon.travel {background-image:url(images/travel-min.png)}

.widget-video-list {}
.widget-area .widget-title {
	/*height: 50px;*/
	/*line-height: 50px;*/
	font-size: 1.5rem;
	color: #002f88;
	/*text-align: center;*/
	/*background: #e4e8ea;*/
	margin: 0 0 1rem;
}
.left-sidebar .widget-title {
	font-size: 1.5rem;
	color: #222;
	margin: 0 0 1rem;
	font-weight: 600;
	border-bottom: 3px solid #222;
	padding: 0 0 7px;
}
.content .widget-area .widget-title-life .widget-title {background-image: url(images/backgrounds/life.jpg)}
.content .widget-area .widget-title-health .widget-title {background-image: url(images/backgrounds/health.jpg)}
.content .widget-area .widget-title-home .widget-title {background-image: url(images/backgrounds/home.jpg)}
.content .widget-area .widget-title-car .widget-title {background-image: url(images/backgrounds/car.jpg)}
.content .widget-area .widget-title-mortgage .widget-title {background-image: url(images/backgrounds/mortgage.jpg)}
.content .widget-area .widget-title-building .widget-title {background-image: url(images/backgrounds/building.jpg)}
.content .widget-area .widget-title-personal-accidents .widget-title {background-image: url(images/backgrounds/personal-accidents.jpg)}
.content .widget-area .widget-title-labor .widget-title {background-image: url(images/backgrounds/labor.jpg)}
.content .widget-area .widget-title-travel .widget-title {background-image: url(images/backgrounds/travel.jpg)}
.content .widget-area .widget-title-nursing .widget-title {background-image: url(images/backgrounds/nursing.jpg)}


.widget-video-list .widget-video-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 1rem;
}
.widget-video-list .widget-video-item figure {
	flex: 50% 0 0;
	margin: 0 0 0 1rem;
}
.widget-video-list .widget-video-item .title {
	line-height: 1.3;
	margin: 0 0 .5rem;
}
.widget-video-list .widget-video-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.widget-video-list .widget-video-item .play {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #9097ff;
	text-decoration: none;
	padding: 0 0 0 25px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAMAAAC3SZ14AAAAclBMVEVHcEwAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4gAL4jAcpvJAAAAJXRSTlMASOAvlikW7tHrfVmkBgLnxRQyaA0fNlY6iLWZ/MOS3W7240MYpZFnMQAAAHtJREFUGNN90EUOA0EMRNHfCMMQZpr7XzG77kiOxssn2XIVTQtgPWWW6whE7X7I3h1EG1QhHulNNCrMhVBhjganb10mjE4T+OG0ycQn9B7aJm4zMb6eE1D1u0x0w6UG6rDPBOflCBxStUJyUZ6XT8hXZSAZ+085skJZ9BekbgorGorkLQAAAABJRU5ErkJggg==') 0 50% no-repeat;
}
.widget-video-list .widget-video-item .play span {
	font-weight: 600;
	color: #404041;
	border-bottom: 2px solid #3358a0;
}

.widget-custom-posts-list .widget-articles-item {
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
	position: relative;
	margin: 0 0 2rem;
	transition: .2s;
}
.widget-custom-posts-list .widget-articles-item-title {
  flex: auto;
	/*border-bottom: 1px solid #ddd;*/
}
.widget-custom-posts-list .widget-articles-item figure {
/*	flex: 35% 0 0;*/
	margin: 0 0 12px;
}
.widget-custom-posts-list .widget-articles-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.widget-custom-posts-list .widget-articles-item a {
	color: #000;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}
.widget-custom-posts-list .widget-articles-item a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.widget-custom-posts-list .widget-articles-item:hover img {
	opacity: .9;
	transition: .2s;
}
.widget-custom-posts-list .widget-articles-item:hover a {
	color: #2b91ed;
	transition: .2s;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}
.wpcf7 .ajax-loader {
	background-image: url(images/ajax-loader.gif) !important;
	width: 24px !important;
	height: 24px !important;
	margin: 10px 0 0 0 !important;
}
.widget-custom-contact {
	overflow: hidden;
	border-radius: 2px;
	padding: 1.2rem;
	background: #00c2ff;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.widget-custom-contact .widget-title {
	color: #fff;
	padding: 0;
	height: auto;
	line-height: 1.1;
	border: none;
	background: #00c2ff;
}
.wpcf7-form-control-wrap {
	display: block;
	position: relative;
	margin: 0 0 .6rem;
}
.wpcf7-form-control-wrap::before {
	display: block;
	position: absolute;
	height: 100%;
	width: 50px;
	left: 0;
	top: 0;
	content: '';
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.wpcf7-form-control-wrap.your-name::before {
	background-image: url(images/icons/icon-first-name-small.png);
}
.wpcf7-form-control-wrap.your-email::before {
	background-image: url(images/icons/icon-email-small.png);
}
.wpcf7-form-control-wrap.your-phone::before {
	background-image: url(images/icons/icon-phone-small.png);
}
.wpcf7-form-control-wrap.your-message::before {
	background-image: url(images/icons/icon-message-small.png);
	background-position: 50% .8rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	display: block;
	direction: rtl !important;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 1.1rem;
    padding: .6rem 1rem;
    outline: none !important;
    border-radius: 2px;
}
.wpcf7-form-control-wrap textarea {
	height: 90px;
	font-size: 1.1rem;
	padding-left: 3rem;
}
.widget-custom-contact button {
	padding: 0.7rem;
    width: 100%;
    font-size: 1.2rem;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    background: #4f5f67;
    outline: none !important;
	transition: .2s;
}
.widget-custom-contact button:hover {
	cursor: pointer;
	transition: .2s;
	background: #2c3d46;
}

.content .widget-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content .widget-area .widget {
	flex: 48% 0 0;
}
.content .widget-area .widget-title {
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	color: #002f88;
	text-align: center;
	background: #ccc;
	margin: 0 0 1rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
.content .widget-area .widget-articles-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 1rem;
}
.content .widget-area .widget-articles-item-title {
	border-bottom: 1px solid #ddd;
	/*padding: 0 1rem 0 0;*/
}
.content .widget-area .widget-articles-item figure {
	flex: 35% 0 0;
	margin: 0 0 0 1rem;
}
.content .widget-area .widget-articles-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.content .widget-area .widget-articles-item .more {
	color: #9097ff;
}

.category-list {}
.category-list-columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-list .category-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 1.5rem;
}
.category-list .category-item figure {
	margin: 0 0 0 1rem;
}
.category-list .category-item figure img {
	display: block;
	border-radius: 2px;
}
.category-list .category-item .category-item-content {
	border-bottom: 1px solid #ddd;
}
.category-list .category-item .category-item-content .title {
	color: #505f64;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
}
.category-list .category-item .category-item-content .more {
	color: #00c0ee;
}
.category-list-columns .category-item {
	flex: 48% 0 0;
}

.category-list .category-item-first .category-item-content .title {
	color: #505f64;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0 0 .5rem;
    line-height: 1.2;
}
.category-list .category-item-first .category-item-content p {
	font-size: 1.2rem;
	color: #505f64;
}
.category-list .category-item-first .category-item-content .more {
	font-size: 1.2rem;
	color: #00c0ee;
}

.all_posts-columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.all_posts-columns .sub_post {
	position: relative;
	flex: 31% 0 0;
	margin: 0 0 2.5rem;
}
.all_posts-columns .sub_post a {
	display: block;
    margin: 15px 0;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}
.all_posts-columns .sub_post img {
	display: block;
	width: 100%;
	height: auto;
	transition: .2s;
}
.all_posts-columns .sub_post a::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.all_posts-columns .sub_post:hover a {
	color: #2b91ed;
}
.all_posts-columns .sub_post:hover img {
	opacity: .8;
	transition: .2s;
}
.footer {
	margin: 50px 0 0;
}
.footer-copyright {
    padding: 1rem 0;
    text-align: center;
    color: #fff;
	background: #050F20;
}
.footer-copyright p {
	padding: 0 30px;
}
.footer-copyright a {
    color: #a1b3d2;
    font-size: 16px;
}
.footer-copyright a:hover {
	opacity: .9;
	text-decoration: none;
}
.footer-copyright_links a {
	margin: 0 10px;
}
.footer-copyright_social {
	padding: 20px 0;
}
.footer-copyright_social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 10px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	background: #ccc;
	border-radius: 50%;
}
.footer-copyright_social .tw {background-color: #1da1f2;}
.footer-copyright_social .fb {background-color: #3b5998;}
.footer-copyright_social .gm {background-color: #28be77;}

.footer-note {
	text-align: center;
	padding: 1rem;
	font-size: 2rem;
	color: #fff;
	background: #0cf;
}
.footer-note span {
	font-weight: 600;
}
.footer-main {
	background: #050F20;
}

.footer-widgets {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
	margin: 0 -2rem;
}
.footer-widgets .widget {
	padding: 0 2rem;
}
.footer-widgets .widget li {
	margin: 0 0 5px;
}
.footer-widgets .widget a {
	color: #fff;
	text-decoration: none;
}
.footer-widgets .widget a:hover {
	color: #18c921;
	text-decoration: underline;
}
.footer-widgets .widget-title a,
.footer-widgets .widget-title {
	font-size: 20px;
	font-weight: bold;
	color: #2B91ED;
	margin: 0 0 .5rem;
}

.progress-container {
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.progress-bar {
	position: relative;
    height: 3px;
    background: #18c921;
    width: 0%;
}

.page-sitemap {}

.sitemap-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.page-sitemap-cats {
	padding: 0 50px 0 0;
    margin: 0 0 30px;
    min-width: 300px;
}
.page-sitemap-cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-sitemap-cats ul ul {
	padding: 0 20px 0 0;
	opacity: .8;
	transition: .2s;
}
.page-sitemap-cats ul:hover ul {
	opacity: 1;
	transition: .2s;
}
.page-sitemap-cats ul li {
	margin: 0;
	padding: 0;
}
.page-sitemap-cats ul li a {
	line-height: 1.5;
    font-size: 1.15rem;
    color: #414141;
    text-decoration: none;
}
.page-sitemap-cats ul li a:hover {
	text-decoration: none;
	color: #2b91ed;
}
.page-sitemap-cats > ul > li {
	margin: 0 0 10px;
}
.page-sitemap-cats > ul > li > a {
	font-size: 1.3rem;
	text-decoration: underline;
}

.page-sitemap-blocks {}
.page-sitemap-item {
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px;
}
.page-sitemap-item .main-category-link {
	display: inline-block;
    color: #00c2ff;
    font-size: 25px;
    margin: 0 0 15px;
}
.page-sitemap-item .main-category-link:hover {
	text-decoration: none;
}
.page-sitemap-item .subs {
	margin: 0 0 20px;
}
.page-sitemap-item .subs a {
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 1.3;
	font-size: 1.15rem;
	color: #414141;
}
.page-sitemap-item .subs a:hover {
	text-decoration: none;
}
.page-sitemap-item ul {
	margin: 0 0 30px;
	padding: 0 30px 0 0;
}
.page-sitemap-item ul li {}
.page-sitemap-item ul li a {
	line-height: 1.3;
    font-size: 1.15rem;
    color: #414141;
}
.page-sitemap-item ul li a:hover {
	text-decoration: none;
}
.page-sitemap-item .title {
	display: block;	
	font-size: 26px;
	color: #00c2ff;
	margin: 0 0 10px;
}

.section-faq-items {
	padding: 0 0 5px;
}
.section-faq-items-title {
	font-size: 25px;
	font-weight: 600;
	margin: 2rem 0 1.5rem;
	text-align: center;
}
.section-faq-items .question {
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
}
.section-faq-items .question:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.section-faq-items .accordion {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  /*text-align: left;*/
  outline: none;
  /*font-size: 15px;*/
  transition: 0.4s;
}
.section-faq-items .accordion h3 {
	color: #fff;
	font-size: 18px;
}
.section-faq-items .active, .section-faq-items .accordion:hover {
	color: #00c2ff;
	text-decoration: underline;
}

.section-faq-items .accordion:before {
	content: '+';
	color: #00c2ff;
	font-weight: bold;
	float: right;
	margin-left: 10px;
	font-size: 25px;
	display: block;
	height: 25px;
	line-height: 25px;
}

.section-faq-items .active:before {
  content: "-";
}

.section-faq-items .panel {
  background-color: white;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category_block {
	margin: 0 0 30px;
}
.category_block-title {
	position: relative;
	padding: 0 0 7px;
	margin: 0 0 7px;
	border-bottom: 3px solid #050f20;
}
.category_block-title .tooltip-block_text {
    padding-bottom: 0;
}
.category_block-title span,
.category_block-title h2 a,
.category_block-title h2 {
	display: inline-block;
	margin: 0;
	font-size: 27px;
	color: #050f20;
	font-weight: bold;
	line-height: 1.2;
	/* max-width: 600px; */
	transition: .2s;
}
.category_block-title h2 a:hover {
	color: #2b91ed;
	transition: .2s;
}
.category_block-title a {
	font-size: 18px;
	color: #888;
	text-decoration: none;
}

.category_block-title-wrap {
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center; */
}
.category_block .tooltip-block_button {
    display: none;
	font-size: 18px;
    height: 26px;
    color: #220b3e;
    width: 26px;
    flex: 26px 0 0 !important;
    line-height: 26px;
    margin: 0 10px 0 0;
    background: #e6e6e6;
}

.category_block-items {
	padding: 15px 0 0;
	border-top: 3px solid #888;
}
.category_block-items .first_post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	max-height: 250px;
	overflow: hidden;
	transition: .2s;
	margin: 0 0 20px;
}
.category_block-items .first_post:hover {
	opacity: .9;
	transition: .2s;
}
.category_block-items .first_post a {
	display: block;
	background: rgba(0,0,0,.3);
	padding: 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.category_block-items .first_post a::before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.category_block-items .next_posts-list {}
.category_block-items .next_post {
	flex: 100% 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 15px;
	position: relative;
}
.category_block-items .next_post .category_item {
	padding: 0;
	border: none;
}
.category_block-items .next_post:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.category_block-items .next_post-divider {
	margin: 15px 0;
	height: 1px;
	flex: 100% 0 0;
	background: #e3e3e3;
}
/*.category_block-items .next_post:nth-last-of-type(-n+2) {}*/
.category_block-items .next_post img {
	margin: 0 0 0 10px;
	height: 110px;
	flex: 170px 0 0;
	transition: .2s;
}
.category_block-items .next_post a {
	display: block;
	color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 10px;
}
.category_block-items .next_post:hover a {
	color: #2b91ed;
}
.category_block-items .next_post:hover img {
	opacity: .9;
	transition: .2s;
}
.category_block-items .next_post a::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.js-main-menu {
	padding: 150px 0;
	background: #fff;
}
.js-main-menu {
	height: 100%;
}
.js-main-menu ul {
	text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    align-items: center;
    height: 100%;
    padding: 0;
}
.js-main-menu ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    position: relative;
    height: 30px;
    align-items: center;
    /*border-left: 1px solid #f6f3ef;*/
}
.js-main-menu ul li a {
	padding: 0 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	opacity: .7;
}
.js-main-menu>ul>li:hover>a,
.js-main-menu>ul>li>a:hover {
	color: #0b234a;
	opacity: 1;
}
.js-main-menu>ul>li:hover a,
.js-main-menu>ul>li a:hover {
	opacity: 1;
}
.js-main-menu ul li a i {
	font-size: 13px;
    /*color: #ffffff;*/
    margin: 0 0 0 5px;
}
/*.js-main-menu ul li ul {
	display: none;
}*/
.js-main-menu>ul>li>ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	list-style: none;
	/*padding: 8px 0;	*/
	margin: 0;
	z-index: 1;
	left: auto;
	right: 0;
	top: 35px;
	box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
	/*border-top: 4px solid #0b234a;*/
	background: #fff;
	visibility: hidden;
	min-width: 190px;
	height: auto;
	opacity: 0;
	z-index: 1001;
}
.header #menu-item-47 > ul {
	min-width: 250px;
}
/*.js-main-menu>ul>li>ul::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 35px;
	content: "";
	top: -35px;
	z-index: 1002;
}*/
.js-main-menu>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 30px;
	-webkit-transition: visibility .15s, opacity .2s, top .4s;
	transition: visibility .15s, opacity .2s, top .4s;
}
.js-main-menu>ul>li>ul li {
	display: block;
	padding: 0;
	height: auto;
	width: 100%;
}
.js-main-menu>ul>li>ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 19px;
	text-transform: none;
	text-align: right;
	font-weight: 400;
	padding: 8px 30px;
	color: #4d4d4d;
}
.js-main-menu>ul>li>ul li:hover>a,
.js-main-menu>ul>li>ul li a:hover {
	color: #fff;
	background: #0b234a;
}


.js-main-menu ul.sub-menu li.has_children i {
	/*float: right;*/
	color: #4d4d4d;
    margin: 5px 0 0;
}
.js-main-menu ul.sub-menu li.has_children:hover i {
	color: #fff;
}
.js-main-menu>ul ul ul {
	height: auto;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	list-style: none;
	padding: 8px 0;	
	margin: 0;
	z-index: 1;
	left: 95%;
	/*top: 10px;*/
	box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #e7e7e7;
	background: #fff;
	visibility: hidden;
	min-width: 270px;
	opacity: 0;
	z-index: 99;
}
.js-main-menu>ul ul ul li a:hover {
	color: #0b234a;
	background: #fff;
	text-decoration: underline;
}
.js-main-menu>ul ul li:hover ul {
	visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    -webkit-transition: visibility .15s, opacity .2s, top .4s;
    transition: visibility .15s, opacity .2s, top .4s;
}

.line-form {
	padding: 30px;
	background: #050f20;
}
.line-form .title {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20px;
	/*text-align: center;*/
}
.leadform_line {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.leadform_line .wpcf7-form-control-wrap {
	max-width: 210px;
	margin: 0;
}
.leadform_line button {
	border: none;
	color: #fff;
	min-width: 110px;
	border-radius: 3px;
	background: #2b91ed;
}
.leadform_line button:hover {
	cursor: pointer;
	background: #0086ff;
}

.wp-pagenavi {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin: 0px 0 20px;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
	font-size: 17px;
    background: #f3f3f3;
    margin: 0 0 0 5px;
    border-radius: 50%;
    text-decoration: none;
    color: #111;
    transition: .2s;
}
.wp-pagenavi a:hover {
	color: #2b91ed;
	background: #d7f5ff;
	transition: .2s;
}
.wp-pagenavi span {
	color: #fff;
	font-weight: bold;
	background: #00c2ff;
}

.category-title {
	padding: 0 0 7px;
	margin: 0 0 25px;
	border-bottom: 3px solid #888;
}
.category-title h1 {
	font-size: 33px;
	line-height: 1;
	padding: 0 0 7px;
    color: #050f20;
    font-weight: bold;
	border-bottom: 3px solid #050f20;
}

.category_item-main {
	flex: 100% 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	margin: 0 0 20px;
	min-height: 370px;
}
.category_item-main .post-category,
.sub_post .post-category {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.post-category a {
	display: inline-block;
	padding: 3px 5px 4px 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	background: #5757ff;
}
.category_item-main-media {
	position: relative;
	overflow: hidden;
	max-width: 540px;
	flex: auto;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.category_item-main-media img {
	display: block;
	height: 100%;
	position: absolute;
}
.category_item-main-excerpt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 285px;
	padding: 25px 15px;
	background-color: #e6e6e6;
}
.category_item-main-excerpt br {
	display: none;
}
.category_item-main-excerpt a {
	display: block;
	margin: 0 0 15px;
	color: #000;
    font-size: 28px;
    line-height: 1.1;
    font-weight: bold;
    text-decoration: none;
}
.category_item-main-excerpt p {
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 1.3;
	color: #000;
}

.category_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	transition: .2s;
}
.category_item img {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 0 0 30px;
}
.category_item p {
	margin: 0 0 10px;
}
.category_item-title {
	margin: 0 0 10px;
}
.category_item-title h3,
.category_item-title a {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}
.category_item-main:hover a,
.category_item:hover a {
	color: #2b91ed;
	transition: .2s;
}
.category_item-main:hover .category_item-main-media,
.category_item:hover img {
	opacity: .9;
	transition: .2s;
}
.category_item-main a::before,
.category_item-title a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.category-item {
	position: relative;
	flex: 263px 0 0;
}
.category-item:hover {
	opacity: .9;
}
.category-item-image {
	position: relative;
}
.category-item img {
	display: block;
	width: 100%;
	height: auto;
}
.category-item a {
	display: block;
	margin: 15px 0;
	color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}
.category-item a {}

.article-metadata {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1;
}
.article-metadata .author {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 26px;
	padding: 0px 0 0 10px;
	margin: 0 0 0 10px;
	align-items: center;
	/*border-left: 1px solid #2b4265;*/
}
.article-metadata .status {
	display: none;
}

.breadcrumbs {
	font-size: 14px;
	padding: 5px 10px;
	color: #555;
	background: #f8f8f8;
}
.category-breadcrumbs {
	background: none;
}
.breadcrumbs a {
	color: #6484ae;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

.category-title-block {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 25px 25px 0;
    color: #fff;
    margin: 0 0 30px;
	background-color: transparent;
	background-image: radial-gradient(at center center, #310B4B 0%, #150B33 69%);
}
.category-title-block_icon {
	flex: 70px 0 0;
	min-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	margin: 0 0 0 25px;
}
.category-title-block_content p {
	opacity: .8;
	margin: 0 0 5px;
}
.category-title-block_content h1 {
	font-size: 33px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 10px;
}
.category-title-block_content h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.category-title-block .breadcrumbs {
	padding: 0;
	opacity: .8;
	color: #fff;
	background: none;
}

.tooltip-section-icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.tooltip-section-icon .tooltip-block_button {
	flex: 20px 0 0;
	margin: 4px 0 0 10px;
}


.tooltip-block {
	display: inline-block;
    margin: 0;
    /* margin: 0 10px 0 0; */
}
.tooltip-block_button {
    display: none;
    /* display: inline-block; */
    font-size: 18px;
    height: 20px;
    color: #220b3e;
    font-weight: bold;
    width: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    border-radius: 50%;
	background: #fff;
	transition: .2s;
}
.tooltip-block_button:hover {
    cursor: pointer;
    background: #00c2ff;
    transition: .2s;
}
.tooltip-block_button .icon-close {
	display: none;
}
.tooltip-block_button.opened .icon-close {
	display: block;
}
.tooltip-block_button.opened .icon {
	display: none;
}
.tooltip-block_text {
    visibility: visible;
    position: relative;
    background: none;
    color: inherit;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    text-align: inherit;
    padding: 0;
    margin: 0;
    padding: 10px 0 30px;
    box-shadow: none;
}
/* .tooltip-block_text {
	visibility: hidden;
	width: 100%;
	max-width: 825px;
	background-color: #ffffff;
	color: #111;
	text-align: center;
	padding: 15px 20px;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	margin: 15px 0 0;
	box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
} */
.tooltip-block_text p {
	margin: 0;
}
/*.tooltip-block_text::after {
	content: " ";
	position: absolute;
	bottom: 100%; 
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}*/
.tooltip-block_opened .tooltip-block_text,
.tooltip-block:hover .tooltip-block_text {
	visibility: visible;
}

.homepage_posts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.homepage_posts .main_post {
	flex: 100% 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 20px;
	min-height: 370px;
	position: relative;
}
.homepage_posts .main_post .post-category,
.homepage_posts .sub_post .post-category {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.post-category ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-category ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 7px;
}
.post-category a {
	display: inline-block;
	padding: 3px 5px 4px 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	background: #0B244B;
	background-image: radial-gradient(at center center, #2756a2 0%, #0a0a0a 90%);
}
.homepage_posts .main_post-media {
	max-width: 540px;
	overflow: hidden;
	position: relative;
	flex: auto;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.homepage_posts .main_post-media img {
	display: block;
	position: absolute;
	height: 100%;
}
.homepage_posts .main_post-excerpt {
	max-width: 285px;
	padding: 25px 15px;
	background-color: #050F20;
}
.homepage_posts .main_post-excerpt a {
	display: block;
	margin: 0 0 15px;
	color: #FFFFFF;
    font-size: 28px;
    line-height: 1.1;
    font-weight: bold;
    text-decoration: none;
}
.homepage_posts .main_post-excerpt a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homepage_posts .main_post:hover .main_post-media {
	opacity: .9;
}
.homepage_posts .main_post:hover .main_post-excerpt a {
	color: #2b91ed;
}
.homepage_posts .main_post-excerpt p {
	font-size: 18px;
	line-height: 1.3;
	color: #FFFFFF;
}

.homepage_posts .sub_post {
	position: relative;
	flex: 263px 0 0;
}
.homepage_posts .sub_post:hover {
	opacity: .9;
}
.homepage_posts .sub_post-image {
	position: relative;
}
.homepage_posts .sub_post img {
	display: block;
	width: 100%;
	height: auto;
}
.homepage_posts .sub_post h3 a {
	display: block;
	margin: 15px 0;
	color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}
.homepage_posts .sub_post:hover a {
	color: #2b91ed;
}
.homepage_posts .sub_post a::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.homepage_posts .sub_post .post-category a {
	font-size: 14px;
    max-width: 150px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    opacity: .9;
}

.subcategory_posts-top,
.subcategory_posts-top .category_item-main {
	margin-bottom: 10px;
}

.category_middle-block {
    padding: 20px 0 15px;
    margin: 0 0 20px;
	background: #1b283e;
}
h2.category_middle-block-title,
.category_middle-block-title {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20px;
	text-align: center;
}
.category_middle-block .question {
	border-top: 1px solid #050f20;
	border-left: none;
	border-right: none;
	border-bottom: none !important;
}
.category_middle-block .accordion {
	background: none;
}
.category_middle-block .accordion h2 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}
.category_middle-block .panel {
	color: #fff;
	background: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 18%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.14)!important;
    z-index: 2;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    top: 50%;
    left: 50%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
    padding: 20px 0 10px !important;
    margin: 0;
    justify-content: center;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}
.slick-dots li {
    display: block;
    position: relative;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0 7px !important;
    font-size: 100%;
    line-height: 1;
    cursor: default;
}
.slick-dots li::before {
    position: relative;
    display: inline-block;
    opacity: 1;
    content: '';
    width: 10px;
    height: 10px;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
}
.slick-dots li.slick-active::before {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #00c2ff;
}
.slick-dots li:hover {
	cursor: pointer;
}
.slick-dots li button {
    display: none;
}

.category-carousel article {
	position: relative;
}
.category-carousel article img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 3px;
	transition: .2s;
}
.category-carousel .carousel_item-title h3 {
    margin: 10px 0;
}
.category-carousel .carousel_item-title a {
    color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.1;
    font-weight: bold;
    outline: none !important;
}
.category-carousel .carousel_item-title a::before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.category-carousel article:hover a {
	color: #2f7bec;
}
.category-carousel article:hover img {
	opacity: .8;
	transition: .2s;
}
.category-carousel article p {
	margin: 10px 0;
}
.category-carousel article .meta {
	padding: 5px 0 0;
}
.category-carousel article .more {
	color: #2f7bec;
}
.category-carousel article .more:hover {
	color: #000;
	text-decoration: none;
}

.category-carousel {
	max-height: 800px;
	margin: 1.5rem 0;
	padding: 0 0 50px;
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.category-carousel.slick-initialized {
	visibility: visible;
    opacity: 1;
}
.category-carousel .slick-list {
	margin: 0 -10px;
	/*padding: 0 0 20px;*/
}
.category-carousel .slick-slide {
	padding: 0 10px;
	outline: none !important;
}
.category-carousel .slick-next,
.category-carousel .slick-prev {
	display: flex;
    opacity: 1;
    right: auto;
	left: 0;
    bottom: 0px;
    top: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
    width: 35px;
    /* max-width: 50px; */
    justify-content: center;
    align-items: center;
    box-shadow: none!important;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    background: #d5d5d5;
    border-radius: 3px;
	transform: rotate(180deg);
}
.category-carousel .slick-prev {
	left: auto;
	right: 0;
}
.category-carousel .slick-next:hover,
.category-carousel .slick-prev:hover {    
	background: #00c2ff;
}
.category-carousel .slick-next::before,
.category-carousel .slick-prev::before {
	font-size: 20px;
	color: #fff;
}

.subcats__icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.subcats__icons-item {
	color: #fff;
    background: #150b33;
    background-repeat: no-repeat;
    background-position: 50% 20px;
    -webkit-background-size: 60px;
    background-size: 60px;
    padding: 110px 20px 20px 20px;
    text-decoration: none;
    text-align: center;
}
.subcats__icons-item:hover {
	background-color: #251650;
}

.quiz-page {
	display: block;
	/* min-height: 100vh; */
	padding: 0;
}
.page-template-quiz-page .content {
	padding: 0;
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #dadce8;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #dadce8 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
.page-template-quiz-page {
	overflow: hidden;
}
.quiz-page-loader {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 99;
	transition: .2s;
}
.quiz-form {
    max-width: 700px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	justify-content: center;
    padding: 20px 0;
}
.quiz-form__wrapper {
	position: relative;
	padding: 70px 40px 30px;
	box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 20%);
	/* flex: auto; */
}
.quiz-form__wrapper br {
	display: none !important;
}
.quiz-form * {
	direction: rtl;
}
.quiz-form__logo {
	width: 140px;
	height: 70px;
	margin: 0 auto 15px;
	background: url(images/logo.svg) 50% 50% no-repeat;
}
.quiz-form__title {
	margin: 0 auto 15px;
	text-align: center;
	font-size: 24px;
}
.quiz-form__progress-bar {
	margin: 0 auto 30px;
	height: 10px;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	max-width: 400px;
}
.quiz-form__progress-bar div {
	position: relative;
	background: #111;
	height: 100%;
	border-radius: 5px;
	transition: width .3s;
}
.quiz-form__username {
	display: inline;
}
.quiz-form__manager {
	margin: 0 0 -50px;
}
.quiz-form__manager-photo {
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 24%);
	height: 100px;
	width: 100px;
	background: url(images/quiz-form-manager.jpg);
	background-size: 100px;
}
.quiz-form__question {
	font-size: 18px;
}
.quiz-form__step {
	display: none;
    margin: 0;
    text-align: center;
}
.quiz-form__step-content {
	max-width: 400px;
	padding: 20px 0;
	margin: 0 auto;
}
.quiz-form__step-content textarea {
	border: 2px solid #ccc;
    padding: 10px 25px;
    font-size: 18px;
	height: 150px;
	border-radius: 20px;
	max-width: 300px;
	margin: 0 auto;
}
.quiz-form__step-content input[type="text"] {
	display: block;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 20px;
    border: 2px solid #ccc;
    padding: 10px 25px;
    font-size: 18px;
    text-align: center;
}
.quiz-form__step-content .wpcf7-checkbox label {
	display: flex;
	cursor: pointer;
}
.quiz-form__step-content .wpcf7-checkbox label input {
	width: auto;
}
.quiz-form__step-content .wpcf7-checkbox .wpcf7-list-item {
	width: 50%;
}
.quiz-form__step-content select {
	display: block;
    margin: 0 auto;
    max-width: 250px;
    border-radius: 10px;
    border: 1px solid #ccc;
	padding: .6rem 1rem;
}

.quiz-form__step-content .wpcf7-radio label {
	display: flex;
	cursor: pointer;
}
.quiz-form__step-content .wpcf7-radio label input {
	width: auto;
}
.quiz-form__step-content .wpcf7-radio .wpcf7-list-item {
	width: 50%;
}

.quiz-form__step-content .wpcf7-form-control-wrap.your-phone::before,
.quiz-form__step-content .wpcf7-form-control-wrap.your-name::before {
	display: none;
}
.quiz-form__next-step {
	display: inline-block;
    min-width: 200px;
	width: 100%;
	max-width: 330px;
    padding: 20px 0 20px 15px;
    text-align: center;
    color: #fff;
	font-size: 18px;
    background: #050F20 url(images/left-arrow.svg) 30px 50% no-repeat;
    background-size: 27px;
    box-shadow: 0px 2px 4px #00000066;;
    border-radius: 20px;
    transition: background .2s;
}
.quiz-form__next-step:hover {
	cursor: pointer;
	background-color: #333;
	transition: background .2s;
}
.quiz-form__prev-step {
    position: absolute;
    bottom: 20px;
    width: 24px;
    right: 20px;
    background: url(images/arrow-right.svg) 50% 50% no-repeat;
    height: 17px;
}
.quiz-form__prev-step:hover {
	cursor: pointer;
}
.quiz-form__ssl {
    background: url(images/ssl.svg) 100% 50% no-repeat;
    background-size: 14px;
	margin: 20px 0 0;
    padding: 0 22px 0 0;
    line-height: 21px;
    color: #5d5d5d;
    font-size: 14px;
}
.quiz-form .your-age .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}
/* для элемента input c type="radio" */
.wpcf7-radio .wpcf7-list-item {
    width: 50%;
    margin: 0 0 10px;
}
.wpcf7-radio .wpcf7-list-item:hover {
	cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input {
	position: absolute;
	z-index: -1;
	opacity: 0;
  }
  
  /* для элемента label связанного с .wpcf7-radio .wpcf7-list-item */
  .wpcf7-radio .wpcf7-list-item span {
	display: flex;
	align-items: center;
	user-select: none;
  }
  
  /* создание в label псевдоэлемента  before со следующими стилями */
  .wpcf7-radio .wpcf7-list-item span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 2px solid #B3B3B3;
	border-radius: 3px;
	margin-left: 1em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
  }
  
  /* стили при наведении курсора на радио */
  /* .wpcf7-radio .wpcf7-list-item input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #b3d7ff;
  } */
  
  /* стили для активной радиокнопки (при нажатии на неё) */
  .wpcf7-radio .wpcf7-list-item input:not(:disabled):active+span::before {
	/* background-color: #b3d7ff; */
	/* border-color: #b3d7ff; */
  }
  
  /* стили для радиокнопки, находящейся в фокусе */
  .wpcf7-radio .wpcf7-list-item input:focus+span::before {
	/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  }
  
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .wpcf7-radio .wpcf7-list-item input:focus:not(:checked)+span::before {
	/* border-color: #80bdff; */
  }
  
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* .wpcf7-radio .wpcf7-list-item input:checked+span::before {
	  background: #000;
  }
   */
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .wpcf7-radio .wpcf7-list-item input:checked+span::after {
	  position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	border-radius: 2px;
	background: #000;
  }
.quiz-form .wpcf7-response-output {
	display: none !important;
}

/* для элемента input c type="checkbox" */
.wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin: 0 0 10px;
    max-width: 170px;
}
.wpcf7-checkbox .wpcf7-list-item:hover {
	cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item input {
	position: absolute;
	z-index: -1;
	opacity: 0;
  }
  
  /* для элемента label связанного с .wpcf7-checkbox .wpcf7-list-item */
  .wpcf7-checkbox .wpcf7-list-item span {
	display: flex;
	align-items: center;
	user-select: none;
  }
  
  /* создание в label псевдоэлемента  before со следующими стилями */
  .wpcf7-checkbox .wpcf7-list-item span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 2px solid #B3B3B3;
	border-radius: 3px;
	margin-left: 1em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
  }
  
  /* стили при наведении курсора на радио */
  /* .wpcf7-checkbox .wpcf7-list-item input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #b3d7ff;
  } */
  
  /* стили для активной радиокнопки (при нажатии на неё) */
  .wpcf7-checkbox .wpcf7-list-item input:not(:disabled):active+span::before {
	/* background-color: #b3d7ff; */
	/* border-color: #b3d7ff; */
  }
  
  /* стили для радиокнопки, находящейся в фокусе */
  .wpcf7-checkbox .wpcf7-list-item input:focus+span::before {
	/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  }
  
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .wpcf7-checkbox .wpcf7-list-item input:focus:not(:checked)+span::before {
	/* border-color: #80bdff; */
  }
  
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* .wpcf7-checkbox .wpcf7-list-item input:checked+span::before {
	  background: #000;
  }
   */
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .wpcf7-checkbox .wpcf7-list-item input:checked+span::after {
	  position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	border-radius: 2px;
	background: #000;
  }
.quiz-form .your-age {
	max-width: 260px;
    margin: 0 auto;
    padding: 0 10px 0 0;
}
.quiz-form .your-payment {
	padding: 0 30px 0 0;
}
.quiz-form .your-payment .wpcf7-list-item.last,
.quiz-form .your-location .wpcf7-list-item.last {
	width: 100%;
}
.quiz-form .your-smoking {
	padding: 0 100px 0 0;
}

.whatsapp__button {
	display: block;
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 30px;
    background: #42c553 url(images/icon-whatsapp.svg) 50% 50% no-repeat;
    background-size: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 20%);
}

.sidebar-carousel article {
	position: relative;
}
.sidebar-carousel article img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 3px;
	transition: .2s;
}
.sidebar-carousel .carousel_item-title h3 {
    margin: 10px 0;
}
.sidebar-carousel .carousel_item-title a {
    color: #222;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.1;
    font-weight: bold;
    outline: none !important;
}
.sidebar-carousel .carousel_item-title a::before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sidebar-carousel article:hover a {
	color: #2f7bec;
}
.sidebar-carousel article:hover img {
	opacity: .8;
	transition: .2s;
}
.sidebar-carousel article p {
	margin: 10px 0;
}
.sidebar-carousel article .meta {
	padding: 5px 0 0;
}
.sidebar-carousel article .more {
	color: #2f7bec;
}
.sidebar-carousel article .more:hover {
	color: #000;
	text-decoration: none;
}

.sidebar-carousel {
	max-height: 800px;
	margin: 1.5rem 0;
	padding: 0 0 50px;
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.sidebar-carousel.slick-initialized {
	visibility: visible;
    opacity: 1;
}
.sidebar-carousel .slick-list {
	margin: 0 -10px;
	/*padding: 0 0 20px;*/
}
.sidebar-carousel .slick-slide {
	padding: 0 10px;
	outline: none !important;
}
.sidebar-carousel .slick-next,
.sidebar-carousel .slick-prev {
	display: flex;
    opacity: 1;
    right: auto;
	left: 0;
    bottom: 0px;
    top: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
    width: 35px;
    /* max-width: 50px; */
    justify-content: center;
    align-items: center;
    box-shadow: none!important;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    background: #d5d5d5;
    border-radius: 3px;
	transform: rotate(180deg);
}
.sidebar-carousel .slick-prev {
	left: auto;
	right: 0;
}
.sidebar-carousel .slick-next:hover,
.sidebar-carousel .slick-prev:hover {    
	background: #00c2ff;
}
.sidebar-carousel .slick-next::before,
.sidebar-carousel .slick-prev::before {
	font-size: 20px;
	color: #fff;
}



/* Images */
    
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }    
    
/* Comments */

.comment-list, .children{list-style:none;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comments-title{
	font-size: 20px;
    font-weight: bold;
    color: #111;
    margin: 0 0 1rem;
    line-height: 1.3;
}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
.comment-author,.comment-author a{font-size: 14px;text-transform: uppercase; letter-spacing: 2px;margin-bottom:2px;}
.comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;width:100%;}
#commentform input[type="submit"]{display:inline-block;padding:8px 15px;border:1px solid #e4e4e4;font-size: 10px;text-transform: uppercase;letter-spacing: 3px;background: #fff;margin-top:15px;}
#commentform input[type="submit"]:hover {background: #e2fcff;}
.title-line{border-top: 1px dotted #ccc;display: block;max-width: 30%;margin: 0 auto 25px;}

/* Responsive */

@media (max-width: 767px) {
    .comment-list, .children { padding-left: 0px; }
    .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
    .comment-img>img { display: block;margin: 0px auto; }
    .comment-author, .comment-author a, .comment-date { text-align:center; }
    .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
    .comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
}

.contact-page-content,
.fullwidth-page-content {
	max-width: 900px;
	margin: 0 auto;
}

.quiz__banner {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 30px 30px 20px;
	margin: 0 0 30px;
	border-radius: 2px;
	background: #060f20;
}
.quiz__banner-single {
	margin-bottom: 20px;
}
.quiz__banner-category br,
.quiz__banner-single br {
	display: none;
}
.quiz__banner-link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.quiz__banner-text-1 {
	font-size: 25px;
	margin: 0 0 10px;
}
.quiz__banner-text-2 {
	line-height: 1.3;
	margin: 0 0 20px;
}
.quiz__banner-choices {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.quiz__banner-choice {
	flex: 47% 0 0;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0;
	margin: 0 0 15px;
	border-radius: 3px;
	color: #000;
}
.quiz__banner-choice-1 {
	background: #f2d00c;
}
.quiz__banner-choice-2 {
	background: #49d632;
}
.quiz__banner-choice-3 {
	background: #ff4d4d;
}
.quiz__banner-choice-4 {
	background: #4ebafb;
}

.quiz__banner-single .quiz__banner-choices {
	flex-wrap: nowrap;
	max-width: 600px;
	margin: 0 auto;
}
.quiz__banner-single .quiz__banner-choice {
	flex: auto;
	margin: 0 15px;
}

.quiz__banner-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px 10px 10px;
}
.quiz__banner-category .quiz__banner-text-2 {
	margin-bottom: 0;
}
.quiz__banner-gender-choices {
	display: flex;
	justify-content: space-between;
}
.quiz__banner-gender {
    min-width: 130px;
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 20px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    color: #000;
    background-position: 50% 50%;
    background-size: 40px;
}
.quiz__banner-gender-male {
	background: #4ebafb url(images/male-icon.svg) 50% 15px no-repeat;
    background-size: 20px;
}
.quiz__banner-gender-female {
	background: #ff4d4d url(images/female-icon.svg) 50% 15px no-repeat;
	background-size: 25px;
}
.quiz__banner-single .quiz__banner-choice {
	flex: auto;
	margin: 0 15px;
}

.clalbit__block {
	margin: 0 auto 20px;
	text-align: center;
}
.clalbit__block img {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 662px;
}

.footer-columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.footer-columns > div {
	flex: 29% 0 0;
}
.footer-map {
	flex: 30% 0 0;
	min-height: 170px;
	background: url(images/map-min.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.footer-logo {
	flex: 30% 0 0;
    background: url(images/logo-white.svg) 50% 0 no-repeat;
    -webkit-background-size: 200px;
    background-size: 200px;
    padding: 100px 0 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
}
.footer-links {
	display: flex;
}
.footer-links ul {
	flex: 50% 0 0;
}
.footer-links ul li {
	margin: 5px 0;
}
.footer-links-1 ul {
	flex: 100% 0 0;
}
.footer-links ul li a {
	font-size: 20px;
	color: #fff;
	/* text-decoration: none; */
}
.footer-portal-text {
	font-size: 13px;
}
.footer-portal-text a {
	line-height: 1.3;
	color: #fff;
	opacity: 1;
	font-size: 13px;
}