/*       
Theme Name: Fsspru.Info
Description: Markup by <a href="http://www.sdelaysite.com/">Andrey Morkovin</a>
Author: Andrey Morkovin   
*/
/* Normalize & reset  
===================================================================================================*/
@font-face {
  font-family: 'Roboto';
  font-display: auto;
  src: local('Roboto'), url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i,900&amp;subset=cyrillic) format('woff2');
}
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%;
  vertical-align: baseline;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end normalize & reset */
html {
  height: 100%;
}
body {
  height: 100%;
  font: 18px/1.4 'Roboto', sans-serif;
  color: #000000;
  word-wrap: break-word;
  background: #fff;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-width: 320px;
}
.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.content {
  width: 660px;
  float: left;
}
p {
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color ease-out 0.8s;
  -o-transition: color ease-out 0.8s;
  transition: color ease-out 0.8s;
}
a:hover {
  -webkit-transition: color ease;
  -o-transition: color ease;
  transition: color ease;
  color: #000000;
}
ul li {
  list-style: none;
}
.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  float: left;
  margin: 5px 15px 15px 0 !important;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px !important;
}
.outdatedBrowserWarning,
.noScriptWarning {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  padding: 12px;
  text-align: center;
  background: orangered;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
.tac {
  clear: both;
  text-align: center;
}
.custom-link {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.custom-link:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.custom-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 11px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #FCCB27;
}
.custom-btn:hover {
  background: #fdd759;
}
/* Header 
*===================================================================================================*/
.header {
  padding-top: 20px;
  border-bottom: 2px solid #75C1BD;
  position: relative;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #E9E9E9;
}
.logo {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  background: url(images/logo.png) no-repeat;
  background-size: 55px 55px;
  height: 55px;
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 73px;
}
.logo--header {
  color: #283B66;
}
.logo small { display:block;font-size: 12px !important; color: grey;font-weight: 400;}
.consult-box--header {
  width: 400px;
}
.consult-box--header .consult__title {
  color: #838383;
}
.consult-box--header .consult__sub-title {
  color: #D1D1D1;
}
.consult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consult__title {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1.591c2.895 0 5.25 2.338 5.25 5.212 0 2.873-2.355 5.211-5.25 5.211S.75 9.676.75 6.803C.75 3.929 3.105 1.59 6 1.59zm0-.744c-3.313 0-6 2.666-6 5.956 0 3.289 2.687 5.956 6 5.956s6-2.667 6-5.956C12 3.513 9.313.847 6 .847zm3.345 7.947l-.034-.102a.947.947 0 0 0-.58-.543l-.887-.241a.874.874 0 0 0-.76.198l-.32.318a3.395 3.395 0 0 1-2.396-2.379l.321-.318a.859.859 0 0 0 .198-.754l-.241-.88a.945.945 0 0 0-.549-.577l-.1-.033a.807.807 0 0 0-.75.176l-.481.477c-.086.084-.141.326-.141.327a5.614 5.614 0 0 0 1.66 4.043 5.692 5.692 0 0 0 4.058 1.646c.008 0 .26-.053.345-.138l.48-.477a.793.793 0 0 0 .177-.743z' fill='%23838383'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.consult__sub-title {
  font-size: 12px;
}
.consult__phone {
  font-weight: bold;
  font-size: 16px;
  color: #283B66;
}
.consult-box--fixed {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 999;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #283B66;
  padding: 5px 0 !important;
  text-align: center;
  display: block;
}
.consult-box--fixed:after{
  display: none !important;
}
.consult-box--fixed .consult {
  display: inline-block;
}
.consult-box--fixed .consult__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 11px;
  margin-right: 10px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1.591c2.895 0 5.25 2.338 5.25 5.212 0 2.873-2.355 5.211-5.25 5.211S.75 9.676.75 6.803C.75 3.929 3.105 1.59 6 1.59zm0-.744c-3.313 0-6 2.666-6 5.956 0 3.289 2.687 5.956 6 5.956s6-2.667 6-5.956C12 3.513 9.313.847 6 .847zm3.345 7.947l-.034-.102a.947.947 0 0 0-.58-.543l-.887-.241a.874.874 0 0 0-.76.198l-.32.318a3.395 3.395 0 0 1-2.396-2.379l.321-.318a.859.859 0 0 0 .198-.754l-.241-.88a.945.945 0 0 0-.549-.577l-.1-.033a.807.807 0 0 0-.75.176l-.481.477c-.086.084-.141.326-.141.327a5.614 5.614 0 0 0 1.66 4.043 5.692 5.692 0 0 0 4.058 1.646c.008 0 .26-.053.345-.138l.48-.477a.793.793 0 0 0 .177-.743z' fill='%23fff'/%3E%3C/svg%3E");
}
.consult-box--fixed .consult__item {
  display: inline-block;
  margin: 0 10px;
}
.consult-box--fixed .consult-box--header .consult__sub-title {
  color: #fff;
}
.consult-box--fixed .consult__phone {
  color: #fff;
}
.search-form {
  position: relative;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
}
.search-form__field {
  height: 40px;
  padding: 0 40px 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
  font-size: 12px;
  color: #283B66;
  width: 100%;
}
.search-form .search-form__field::-webkit-input-placeholder {
  color: #D1D1D1;
}
.search-form .search-form__field::-moz-placeholder {
  color: #D1D1D1;
}
.search-form .search-form__field:-moz-placeholder {
  color: #D1D1D1;
}
.search-form .search-form__field:-ms-input-placeholder {
  color: #D1D1D1;
}
.search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 5;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.52 13.663L10.95 9.95a6.036 6.036 0 0 0 1.422-3.894A6.063 6.063 0 0 0 6.315 0 6.063 6.063 0 0 0 .26 6.056a6.063 6.063 0 0 0 6.056 6.057 5.991 5.991 0 0 0 3.47-1.096l3.597 3.74c.15.157.353.243.57.243a.79.79 0 0 0 .57-1.337zM6.316 1.58a4.481 4.481 0 0 1 4.477 4.476 4.481 4.481 0 0 1-4.477 4.477A4.481 4.481 0 0 1 1.84 6.056 4.481 4.481 0 0 1 6.315 1.58z' fill='%23CBCBCB'/%3E%3C/svg%3E");
}
.menu-1-box {
  padding-right: 162px;
}
.menu-1:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.menu-1 > li.menu-item-has-children > a,
.menu-1 > li.menu-item-has-children > .current {
  padding-right: 19px;
}
.menu-1 > li.current-post-parent > a {
  background: #FCCB27;
}
.menu-1 > li {
  float: left;
  font-size: 15px;
  position: relative;
}
.menu-1 > li:hover > a {
  background: #FCCB27;
}
.menu-1 > li.menu-item-has-children > a:after {
  position: absolute;
  content: '';
  right: 6px;
  top: 20px;
  width: 9px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L4.415 4 1 1' stroke='%23000'/%3E%3C/svg%3E");
}
.menu-1 > li:last-child > ul {
  left: auto;
  right: 0;
}
.menu-1 > li > a,
.menu-1 > li > .current {
  position: relative;
  display: block;
  padding: 15px 7px;
}
.menu-1 > li > a:hover,
.menu-1 > li > .current:hover {
  background: #FCCB27;
}
.menu-1 > li > .current {
  background: #FCCB27;
}
.menu-1 > li .ul--block {
  display: block;
}
.menu-1 > li.full-width-menu{
  position: static;
}
.menu-1 .menu-arrow{
  display: none;
}
.menu-1 > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  width: 200px;
  border-top: 8px solid #FCCB27;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
}
.menu-1 > li.full-width-menu > ul{
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  right: 0;
  top: 44px;
  width: 100%;
  background: #fff;
  padding: 40px;
  border-top: 8px solid #FCCB27;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
}
.menu-1 > li.full-width-menu > ul > li {
  float: left;
  width: 32%;
  margin-right: 2%;
  font-size: 16px;
  margin-bottom: 15px;
}
.menu-1 > li.full-width-menu > ul > li:nth-child(3n+3) {
  margin-right: 0;
}
.menu-1 > li.full-width-menu > ul > li:nth-child(3n+4) {
  clear: both;
}
.menu-1 > li > ul li.current-post-parent a {
  color: #FCCB27;
}
.menu-1 > li > ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.menu-1 > li > ul li:last-child {
  margin-bottom: 0;
}
.menu-1 > li > ul li a:hover {
  color: #FCCB27;
}
.menu-1 > li > ul li a:before {
  content: '– ';
}
.menu-1 > li > ul li .current {
  color: #FCCB27;
}
.menu-1 > li > ul li .current:before {
  content: '– ';
}
.menu-2-btn {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 7px;
}
.m-navigation {
  position: relative;
}
.m-navigation .search-form {
  display: none;
}
.m-navigation .search-form__field {
  background: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
.m-navigation .search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20px 20px;
}
.m-navigation .search-form__field {
  color: #fff;
}
.m-navigation .search-form__field::-webkit-input-placeholder {
  color: #87A1D3;
}
.m-navigation .search-form__field::-moz-placeholder {
  color: #87A1D3;
}
.m-navigation .search-form__field:-moz-placeholder {
  color: #87A1D3;
}
.m-navigation .search-form__field:-ms-input-placeholder {
  color: #87A1D3;
}
.m-navigation_opened .header {
  position: relative;
  z-index: 99999;
}
.m-navigation_opened .menu-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}
.hamburger-icon {
  display: none;
}
.hamburger-icon .line {
  background: #283B66;
  text-indent: -9999px;
  display: block;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.hamburger-icon .line.line--1 {
  top: 0;
}
.hamburger-icon .line.line--2 {
  top: 50%;
}
.hamburger-icon .line.line--3 {
  top: 100%;
}
.hamburger-icon.active .line--1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -ms-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line--2 {
  opacity: 0;
}
.hamburger-icon.active .line--3 {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.hamburger-text {
  font-size: 16px;
}
.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
  text-indent: -999px;
}
/* Home *
===================================================================================================*/
.banner-box {
  background: #264145 url(images/banner-bg.png) center 0 no-repeat;
}
.banner {
  padding: 75px 0;
  overflow: hidden;
}
.banner__item--1 {
  float: left;
  width: 40%;
  position: relative;
  top: -7px;
}
.banner__item--2 {
  float: right;
  width: 53%;
}
.banner__title {
  font-size: 46px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.banner__text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.debt-form {
  background: #fff;
  padding: 22px 20px 30px 20px;
}
.debt-form__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.debt-form__field {
  margin-bottom: 17px;
  font-size: 12px;
}
.debt-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.debt-form__select {
  width: 54%;
}
.debt-form__btn {
  width: 44%;
}
.custom-field {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  padding: 12px;
  border: 1px solid #DFDFDF;
  background: #fff;
}
.custom-select {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #9C9C9C;
  font-size: 12px;
}
.custom-field::-webkit-input-placeholder {
  color: #D1D1D1;
}
.custom-field::-moz-placeholder {
  color: #D1D1D1;
}
.custom-field:-moz-placeholder {
  color: #D1D1D1;
}
.custom-field:-ms-input-placeholder {
  color: #D1D1D1;
}
.custom-btn--debt-form {
  width: 100%;
  padding: 12.8px 12px;
}
.title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 22px;
}
.home-box {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-box__item {
  margin-bottom: 50px;
}
.home-box__item--1,
.home-box__item--3 {
  width: 66%;
}
.home-box__item--2,
.home-box__item--4 {
  width: 32%;
}
.home-box__item--3 {
  padding: 30px;
  background: #F4F3F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-box__item--4 {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #F4F3F6;
}
.carousel-box {
  overflow: hidden;
  position: relative;
}
.sl-nav {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.sl-nav .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  border: 0;
  width: 9px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  -webkit-transform: 1s;
  -ms-transform: 1s;
  transform: 1s;
  opacity: 0.8;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sl-nav .slick-arrow:hover {
  opacity: 1;
}
.sl-nav .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1951 15L2.00001 7.82927L10.1951 1' stroke='%23E0DDE4' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.sl-nav .slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1951 15L2.00001 7.82927L10.1951 1' stroke='%23FCCB27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.sl-nav .slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l8.195 7.17L1 15' stroke='%23E0DDE4' stroke-width='2'/%3E%3C/svg%3E");
}
.sl-nav .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l8.195 7.17L1 15' stroke='%23FCCB27' stroke-width='2'/%3E%3C/svg%3E");
}
.sl-nav .slick-dots {
  text-align: center;
  padding-top: 1px;
}
.sl-nav .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.sl-nav .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E0DDE4;
}
.sl-nav .slick-dots li button:hover {
  background: #FCCB27;
}
.sl-nav .slick-dots .slick-active button {
  background: #FCCB27;
}
.carousel {
  margin: 0 -10px;
}
.carousel__item {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0 10px 20px 10px;
}
.carousel__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.carousel__item-title a {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.carousel__item-title a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.carousel__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.menu-3 li {
  margin-bottom: 15px;
  font-size: 16px;
}
.menu-3 li a,
.menu-3 li .current {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 35px 10px 35px 75px;
  background-color: #F4F3F6;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url('data:image/svg+xml,%3Csvg width="29" height="35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.127 0a.76.76 0 0 0-.62.355l-2.211 3.37H.763A.77.77 0 0 0 0 4.502v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775V6.138L7.632 8.464v3.016H1.526V5.277h5.752L5.13 8.548l-.938-1.906a.758.758 0 0 0-1.02-.36.781.781 0 0 0-.353 1.036l.008.017 1.526 3.102a.758.758 0 0 0 1.318.084l6.105-9.306a.783.783 0 0 0-.196-1.079.756.756 0 0 0-.454-.136zM14.5 6.828a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 9.154v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 14.588a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.776h7.632a.77.77 0 0 0 .763-.776v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.205H1.526v-6.204zM14.5 17.685a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 20.01v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 25.44a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.204H1.526V26.99zM14.5 28.547a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737a.77.77 0 0 0 .763-.776v-1.55a.77.77 0 0 0-.763-.776H14.5z" fill="%23CDCBD1"/%3E%3C/svg%3E');
}
.menu-3 li a:hover,
.menu-3 li .current:hover {
  background-color: #FCCB27;
  background-image: url('data:image/svg+xml,%3Csvg width="29" height="35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.127 0a.76.76 0 0 0-.62.355l-2.211 3.37H.763A.77.77 0 0 0 0 4.502v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775V6.138L7.632 8.464v3.016H1.526V5.277h5.752L5.13 8.548l-.938-1.906a.758.758 0 0 0-1.02-.36.781.781 0 0 0-.353 1.036l.008.017 1.526 3.102a.758.758 0 0 0 1.318.084l6.105-9.306a.783.783 0 0 0-.196-1.079.756.756 0 0 0-.454-.136zM14.5 6.828a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 9.154v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 14.588a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.776h7.632a.77.77 0 0 0 .763-.776v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.205H1.526v-6.204zM14.5 17.685a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 20.01v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 25.44a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.204H1.526V26.99zM14.5 28.547a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737a.77.77 0 0 0 .763-.776v-1.55a.77.77 0 0 0-.763-.776H14.5z" fill="%23fff"/%3E%3C/svg%3E');
}
.menu-3 li .current {
  background-color: #FCCB27;
  background-image: url('data:image/svg+xml,%3Csvg width="29" height="35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.127 0a.76.76 0 0 0-.62.355l-2.211 3.37H.763A.77.77 0 0 0 0 4.502v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775V6.138L7.632 8.464v3.016H1.526V5.277h5.752L5.13 8.548l-.938-1.906a.758.758 0 0 0-1.02-.36.781.781 0 0 0-.353 1.036l.008.017 1.526 3.102a.758.758 0 0 0 1.318.084l6.105-9.306a.783.783 0 0 0-.196-1.079.756.756 0 0 0-.454-.136zM14.5 6.828a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 9.154v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 14.588a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.776h7.632a.77.77 0 0 0 .763-.776v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.205H1.526v-6.204zM14.5 17.685a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737A.77.77 0 0 0 29 20.01v-1.55a.77.77 0 0 0-.763-.776H14.5zM.763 25.44a.77.77 0 0 0-.763.775v7.755a.77.77 0 0 0 .763.775h7.632a.77.77 0 0 0 .763-.775v-7.755a.77.77 0 0 0-.763-.775H.763zm.763 1.55h6.106v6.204H1.526V26.99zM14.5 28.547a.77.77 0 0 0-.763.775v1.551a.77.77 0 0 0 .763.776h13.737a.77.77 0 0 0 .763-.776v-1.55a.77.77 0 0 0-.763-.776H14.5z" fill="%23fff"/%3E%3C/svg%3E');
}
.title--arrow {
  position: relative;
}
.title--arrow a {
  display: block;
  padding-right: 30px;
}
.title--arrow a:hover {
  color: #FCCB27;
}
.title--arrow a:hover:after {
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M.67 8.17H21.5m0 0L13.305 1M21.5 8.17L13.305 15" stroke="%23FCCB27" stroke-width="2"/%3E%3C/svg%3E');
}
.title--arrow a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 6px;
  width: 23px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M.67 8.17H21.5m0 0L13.305 1M21.5 8.17L13.305 15" stroke="%23283B66" stroke-width="2"/%3E%3C/svg%3E');
}
.title--arrow-small {
  position: relative;
}
.title--arrow-small a {
  display: block;
  padding-right: 20px;
}
.title--arrow-small a:hover {
  color: #FCCB27;
}
.title--arrow-small a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.12195H11M11 6.12195L6.67213 1M11 6.12195L6.67213 11' stroke='%23FCCB27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.title--arrow-small a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 7px;
  width: 13px;
  height: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.12195H11M11 6.12195L6.67213 1M11 6.12195L6.67213 11' stroke='%23283B66' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.question .question-item:last-child {
  margin-bottom: 0;
}
.question-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.question-item__img {
  width: 160px;
  min-width: 160px;
  margin-right: 20px;
}
.question-item__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.question-item__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.question-item__title a:hover {
  color: #577BAD;
}
.document-box .document-item {
  margin-bottom: 30px;
}
.document-item__cat {
  display: block;
  font-size: 12px;
  color: #B6B6B6;
  position: relative;
  padding: 3px 0 0 22px;
  margin-bottom: 10px;
}
.document-item__cat:hover {
  color: #FCCB27;
}
.document-item__cat:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.39136 0.321655V4.39001H13.743L9.39136 0.321655Z' fill='%23FCCB27'/%3E%3Cpath d='M8.80436 5.48748C8.48032 5.48748 8.21739 5.24166 8.21739 4.93872V0H0.586969C0.262934 0 0 0.245817 0 0.548758V16.2795C0 16.5824 0.262934 16.8282 0.586969 16.8282H13.5C13.824 16.8282 14.087 16.5824 14.087 16.2795V5.48748H8.80436ZM7.63046 13.5357H2.93478C2.61074 13.5357 2.34781 13.2899 2.34781 12.987C2.34781 12.684 2.61074 12.4382 2.93478 12.4382H7.63042C7.95446 12.4382 8.21739 12.684 8.21739 12.987C8.21739 13.2899 7.95449 13.5357 7.63046 13.5357ZM11.1522 11.3407H2.93478C2.61074 11.3407 2.34781 11.0949 2.34781 10.792C2.34781 10.489 2.61074 10.2432 2.93478 10.2432H11.1522C11.4762 10.2432 11.7392 10.489 11.7392 10.792C11.7392 11.0949 11.4762 11.3407 11.1522 11.3407ZM11.1522 9.14577H2.93478C2.61074 9.14577 2.34781 8.89996 2.34781 8.59702C2.34781 8.29408 2.61074 8.04826 2.93478 8.04826H11.1522C11.4762 8.04826 11.7392 8.29408 11.7392 8.59702C11.7391 8.89996 11.4762 9.14577 11.1522 9.14577Z' fill='%23FCCB27'/%3E%3C/svg%3E%0A");
}
.document-item__cat:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 15px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.39136 0.321655V4.39001H13.743L9.39136 0.321655Z' fill='%23D8D7DA'/%3E%3Cpath d='M8.80436 5.48748C8.48032 5.48748 8.21739 5.24166 8.21739 4.93872V0H0.586969C0.262934 0 0 0.245817 0 0.548758V16.2795C0 16.5824 0.262934 16.8282 0.586969 16.8282H13.5C13.824 16.8282 14.087 16.5824 14.087 16.2795V5.48748H8.80436ZM7.63046 13.5357H2.93478C2.61074 13.5357 2.34781 13.2899 2.34781 12.987C2.34781 12.684 2.61074 12.4382 2.93478 12.4382H7.63042C7.95446 12.4382 8.21739 12.684 8.21739 12.987C8.21739 13.2899 7.95449 13.5357 7.63046 13.5357ZM11.1522 11.3407H2.93478C2.61074 11.3407 2.34781 11.0949 2.34781 10.792C2.34781 10.489 2.61074 10.2432 2.93478 10.2432H11.1522C11.4762 10.2432 11.7392 10.489 11.7392 10.792C11.7392 11.0949 11.4762 11.3407 11.1522 11.3407ZM11.1522 9.14577H2.93478C2.61074 9.14577 2.34781 8.89996 2.34781 8.59702C2.34781 8.29408 2.61074 8.04826 2.93478 8.04826H11.1522C11.4762 8.04826 11.7392 8.29408 11.7392 8.59702C11.7391 8.89996 11.4762 9.14577 11.1522 9.14577Z' fill='%23D8D7DA'/%3E%3C/svg%3E%0A");
}
.document-item__title {
  padding-left: 22px;
}
.document-item__title a {
  color: #283B66;
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.document-item__title a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.services-box {
  background: #F4F3F6;
  padding: 30px 0;
  margin-bottom: 50px;
}
.menu-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-4 li {
  width: 23%;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-4 li:hover {
  background: #FCFCFC;
}
.menu-4 li .menu-img {
  margin-bottom: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.menu-4 li .menu-img img {
  vertical-align: bottom;
}
.menu-4 li a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #3F68A1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-4 li a:hover {
  color: #FCCB27;
}
.menu-4 li a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.menu-description {
  font-size: 14px;
  color: #ACACAC;
}
.posts {
  overflow: hidden;
}
.posts--3col .post-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.posts--3col .post-item:nth-child(3n+3) {
  margin-right: 0;
}
.posts--3col .post-item:nth-child(3n+4) {
  clear: both;
}
.post-item {
  position: relative;
  overflow: hidden;
}
.post-item__img {
  position: relative;
  margin-bottom: 10px;
}
.post-item__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-item__cat {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  display: inline-block;
  padding: 5px 10px;
  background: #3F68A1;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 91%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post-item__cat:hover {
  color: #000000;
  background: #FCCB27;
}
.post-item__title {
  font-size: 20px;
}
.post-home-title {
	font-size: 15px !important;
}
.post-item__title a {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.post-item__title a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.post-item__title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.more-box {
  margin-bottom: 30px;
  text-align: center;
}
.more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #FCCB27;
  min-width: 170px;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.more:hover {
  background: #fdd759;
}
.more span:after {
  position: absolute;
  content: '';
  left: 21px;
  top: 12px;
  width: 12px;
  height: 13px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.87805 0L5.87805 11M5.87805 11L11 6.67213M5.87805 11L1 6.67213' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.help-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 424px;
  background: #F4F3F6 url(images/help.jpg) 0 0 no-repeat;
  padding: 83px 55px;
  margin-bottom: 40px;
}
.help {
  width: 400px;
}
.help__title {
  font-weight: bold;
  font-size: 46px;
  color: #283B66;
  margin-bottom: 15px;
}
.help__text {
  margin-bottom: 30px;
  font-size: 16px;
}
.help__btn {
  margin-bottom: 52px;
}
.consult--help {
  width: 270px;
}
.consult-link .consult__phone a { color: #fff !important}
.consult--help .consult__phone a { color: #283B66 }
.consult-link .consult__phone a:hover, .consult--help .consult__phone a:hover { color: #f4cd4f}




.btn-primary {background: #354b74; border: none; margin-top: 7px; padding: 5px 15px; color:#fff; font-size: 16px}
.description {
  padding: 50px;
  background: #F4F3F6;
  font-size: 16px;
  margin-bottom: 30px;
}
.description h1.description__title {
  font-size: 28px;
  font-weight: bold;
  color: #283B66;
}
/* Sidebar *
===================================================================================================*/
.sidebar {
  width: 320px;
  float: right;
}
.sidebar .section {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.section-posts-box {
  padding: 30px;
  background: #F4F3F6;
}
.section-posts__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.section-posts__item:last-child {
  margin-bottom: 0;
}
.section-posts__item-img {
  margin-bottom: 10px;
}
.section-posts__item-img img {
  vertical-align: bottom;
}
.section-posts__item-title {
  font-size: 16px;
}
.section-posts__item-title a {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.section-posts__item-title a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.section-posts__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-news {
  padding: 35px 25px;
  background: #F4F3F6;
}
.news .news-item:last-child {
  margin-bottom: 0;
}
.news-item {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 17px;
}
.news-item__title {
  color: #3F68A1;
}
.news-item__title:hover {
  color: #000000;
}
.news-item__title:before {
  content: '– ';
  position: absolute;
  left: 0;
  top: 0;
}
.section-help {
  padding: 30px;
  background: #F4F3F6;
}
.section-help__title {
  color: #283B66;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-help__text {
  font-size: 16px;
  margin-bottom: 35px;
}
.section-help__btn {
  margin-bottom: 35px;
}
.section-help .consult__sub-title {
  color: #D1D1D1;
}
/* Archive *
===================================================================================================*/
.breadcrumbs {
  margin-bottom: 30px;
  color: #fff;
  background: -o-linear-gradient(left, #264145 41.88%, #264145 78%);
  background: -webkit-gradient(linear, left top, right top, color-stop(41.88%, #264145), color-stop(78%, #264145));
  background: linear-gradient(90deg, #264145 41.88%, #264145 78%);
  padding: 20px 0;
}
.breadcrumbs__item {
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 6px;
}
.breadcrumbs__item:first-child {
  padding-left: 17px;
}
.breadcrumbs__item:first-child:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 9px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49981 0C2.01874 0 0 1.98191 0 4.41796C0 5.05338 0.132472 5.66006 0.39354 6.2213C1.51862 8.63833 3.67571 11.1902 4.31017 11.9146C4.35771 11.9688 4.42701 12 4.49994 12C4.57287 12 4.64217 11.9688 4.6897 11.9146C5.32392 11.1903 7.48101 8.63857 8.60646 6.2213C8.86765 5.66006 9 5.05338 9 4.41796C8.99975 1.98191 6.98101 0 4.49981 0ZM4.49981 6.71267C3.21099 6.71267 2.16234 5.68315 2.16234 4.41784C2.16234 3.15241 3.21099 2.12289 4.49981 2.12289C5.78864 2.12289 6.83728 3.15241 6.83728 4.41784C6.83741 5.68315 5.78876 6.71267 4.49981 6.71267Z' fill='white' fill-opacity='0.75'/%3E%3C/svg%3E%0A");
}
.breadcrumbs__item:after {
  content: '/';
  position: relative;
  right: -6px;
  color: #fff;
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.breadcrumbs__item a:hover {
  border-bottom: 0;
  text-decoration: none;
}

.cat-top-box {
  background: -o-linear-gradient(left, #264145 41.88%, #264145 78%);
  background: -webkit-gradient(linear, left top, right top, color-stop(41.88%, #264145), color-stop(78%, #264145));
  background: linear-gradient(90deg, #264145 41.88%, #264145 78%);
  margin-top: -30px;
  margin-bottom: 40px;
  padding: 10px 0 30px 0;
}
.cat-top-box .slick-dots {
  text-align: center;
  padding-top: 30px;
}
.cat-top-box .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.cat-top-box .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0C181A;
}
.cat-top-box .slick-dots li button:hover {
  background: #FCCB27;
}
.cat-top-box .slick-dots .slick-active button {
  background: #FCCB27;
}
.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.title-flex__header {
  margin-right: 10px;
  font-size: 33px;
  font-weight: 500;
}
.title-flex__header--white {
  color: #fff;
}
.title-flex.title-flex--rec {
  margin-bottom: 0;
}
.custom-btn.custom-btn--label {
  cursor: default;
}
.custom-btn.custom-btn--label:hover {
  background: #FCCB27;
}
.cat-top {
  margin: 0 -10px;
}
.cat-top__item {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.cat-top__item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.cat-top__item-title a {
  color: #fff;
}
.cat-top__item-title a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.cat-top__item-title a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.cat-top__item-label {
  display: none;
}
.cat-top--pt {
  padding-top: 30px;
}
.posts--2col .post-item {
  width: 48%;
  float: left;
  margin-bottom: 40px;
}
.posts--2col .post-item:nth-child(odd) {
  clear: both;
  margin-right: 4%;
}
.title-big {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 25px;
}
.document--2col {
  overflow: hidden;
}
.document--2col .document-item {
  float: left;
  width: 48%;
  margin-bottom: 35px;
}
.document--2col .document-item:nth-child(odd) {
  clear: both;
  margin-right: 4%;
}
.cat-children {
  border: 5px solid #F4F3F6;
  margin-bottom: 30px;
  padding: 20px 20px 10px 20px;
}
.cat-children__item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  padding-right: 21px;
}
.cat-children__item a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 5px;
  width: 14px;
  height: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.67 8.17H21.5m0 0L13.305 1M21.5 8.17L13.305 15' stroke='%23283B66' stroke-width='2'/%3E%3C/svg%3E");
}
.cat-children__item a:hover {
  color: #FCCB27;
}
.cat-children__item a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.67 8.17H21.5m0 0L13.305 1M21.5 8.17L13.305 15' stroke='%23FCCB27' stroke-width='2'/%3E%3C/svg%3E");
}
.cat-question {
  background: #E9E8EA;
}
.cat-question .cat-question__item:nth-child(even) {
  background: #F4F3F6;
}
.cat-question__item {
  padding: 30px;
}
.cat-question__item a {
  color: #000000;
}
.cat-question__item a:hover {
  color: #577BAD;
}
.more-box--question,
.description--question {
  margin-top: 30px;
}
/* Single * 
====================================================================================================*/
.entry-top {
  position: relative;
  margin-bottom: 30px;
  margin-top: -30px;
  overflow: hidden;
}
.entry-top:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.entry-top__inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 660px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.entry-top__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  min-width: 650px;
}
.entry-top h1.entry-top__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.entry-top__text {
  font-size: 16px;
  opacity: 0.8;
}
#toc_container {
  padding: 40px;
  background: #F4F3F6;
  margin-bottom: 30px;
  border-bottom: 4px solid #FCCB27;
}
#toc_container .toc_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  cursor: pointer;
}
#toc_container .toc_title:after {
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
  width: 11px;
  height: 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5.5 1L10 5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#toc_container .toc_title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L5.5 5L1 0.999999' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#toc_container > ul {
  margin: 20px 0 0 0;
}
#toc_container > ul > li {
  padding: 0 0 10px 0;
  background: none !important;
  position: relative;
  font-size: 16px;
}
#toc_container > ul > li:after,
#toc_container > ul > li:before {
  display: none;
}
#toc_container > ul > li:last-child {
  padding-bottom: 0;
}
#toc_container > ul > li .toc_number {
  margin-right: 2px;
  font-weight: bold;
}
#toc_container > ul > li .toc_number:after {
  content: '.';
}
#toc_container > ul > li .toc_depth_2 {
  display: none;
}
#toc_container > ul > li a {
  text-decoration: none;
  border-bottom: 0;
  color: #000000;
  font-weight: 400;
}
#toc_container > ul > li a:hover {
  color: #283B66;
  text-decoration: none;
  border-bottom: 1px dashed #283B66;
}
#toc_container > ul > li > ul {
  margin: 8px 0 0 20px;
}
#toc_container > ul > li > ul > li {
  position: relative;
  padding-bottom: 8px;
  background: none;
  padding-left: 20px;
}
#toc_container > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
#toc_container > ul > li > ul > li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 9px;
  height: 1px;
  background: #000;
}
.entry:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.entry a {
  color: #283B66;
  text-decoration: none;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.entry a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.entry .table-box {
  overflow-x: auto;
}
.entry table {
  margin: 0 0 20px 0;
}
.entry table tr th:nth-child(odd) {
  background: #E4E2E9;
}
.entry table tr th:nth-child(even) {
  background: #DDDBE3;
}
.entry table tr:nth-child(odd) td:nth-child(odd) {
  background: #FFFFFF;
}
.entry table tr:nth-child(odd) td:nth-child(even) {
  background: #F6F5F7;
}
.entry table tr:nth-child(even) td:nth-child(odd) {
  background: #F4F3F6;
}
.entry table tr:nth-child(even) td:nth-child(even) {
  background: #ECEAEF;
}
.entry td,
.entry th {
  padding: 10px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 25px 0 20px 0;
  font-weight: bold;
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span,
.entry h6 span {
  font-weight: bold;
}
.entry h1 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 500;
}
.entry h1 span {
  font-weight: normal;
}
.entry h2 {
  font-size: 22px;
}
.entry h3 {
  font-size: 21px;
}
.entry h4 {
  font-size: 20px;
}
.entry h5 {
  font-size: 19px;
}
.entry h6 {
  font-size: 18px;
}
.entry blockquote {
  margin-bottom: 25px;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 25px 25px 25px 105px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
  background-color: #283B66;
  background-repeat: no-repeat;
  background-position: 25px center;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.597 36h-.517l-5.982 18.645-1.883-12.975 2-3.877A1.228 1.228 0 0 0 25.122 36h-5.246a1.23 1.23 0 0 0-1.094 1.793l2.001 3.877-1.882 12.974L12.919 36h-.516C5.553 36 0 41.548 0 48.392v15.965a2.953 2.953 0 0 0 2.954 2.95h39.092A2.953 2.953 0 0 0 45 64.358V48.392C45 41.548 39.447 36 32.597 36zM12.333 21.293c0 .07-.004.14-.004.21 0 7.105 4.554 12.865 10.17 12.865 5.618 0 10.172-5.76 10.172-12.866 0-.07-.004-.139-.005-.208-2.392 1.848-6 2.986-10.165 2.986-4.167 0-7.776-1.138-10.168-2.987z' fill='%23fff'/%3E%3Cpath d='M9.59 14.013l2.507 1.685c.036 3.181 4.679 5.754 10.403 5.754s10.367-2.573 10.403-5.754l2.507-1.684c.533-.358.78-1.014.617-1.634l-1.469-5.57a2.599 2.599 0 0 0-1.33-1.651L23.682.285a2.601 2.601 0 0 0-2.367 0l-9.544 4.874a2.598 2.598 0 0 0-1.33 1.651l-1.47 5.57c-.163.62.085 1.275.617 1.633zm9.827-7.915a.62.62 0 0 1 .614-.53h4.978a.62.62 0 0 1 .616.539l.365 2.76c0 1.38-2.192 3.284-3.102 4.014a.621.621 0 0 1-.777 0c-.91-.731-3.102-2.635-3.102-4.014l.408-2.769z' fill='%23fff'/%3E%3Crect x='40' y='25' width='23' height='31' rx='1' fill='%23fff' stroke='%23283B66' stroke-width='2'/%3E%3Cpath stroke='%23283B66' stroke-width='2' d='M45 32h13M45 37h13M45 43h13M45 48h13'/%3E%3C/svg%3E");
}
.entry blockquote p:last-child {
  margin-bottom: 0;
}
.entry blockquote.blockquote--1 {
  background-color: #FCCB27;
  background-position: 25px 30px;
  color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.499 27.406c-1.202 0-2.21 1-2.21 2.193 0 1.192 1.008 2.192 2.21 2.192 1.158 0 2.21-1 2.157-2.14a2.149 2.149 0 0 0-2.157-2.245z' fill='%23000'/%3E%3Cpath d='M41.954 35.176c1.387-2.376 1.396-5.21.017-7.577L28.13 3.815C26.759 1.42 24.284 0 21.509 0c-2.776 0-5.251 1.43-6.621 3.806l-13.86 23.81c-1.38 2.395-1.37 5.245.026 7.622C2.434 37.588 4.9 39 7.657 39h27.65c2.766 0 5.25-1.43 6.647-3.824zm-3.006-1.719a4.183 4.183 0 0 1-3.65 2.096H7.648c-1.502 0-2.855-.763-3.606-2.052a4.122 4.122 0 0 1-.009-4.183l13.86-23.802c.751-1.306 2.095-2.078 3.615-2.078 1.512 0 2.864.78 3.616 2.087l13.85 23.802c.743 1.28.734 2.824-.026 4.13z' fill='%23000'/%3E%3Cpath d='M20.952 12.015c-1.052.298-1.706 1.245-1.706 2.394.053.693.097 1.395.15 2.088.15 2.64.3 5.226.451 7.866.053.895.752 1.544 1.653 1.544.902 0 1.609-.693 1.653-1.596 0-.544 0-1.044.053-1.597.097-1.692.203-3.385.3-5.077.054-1.097.15-2.193.204-3.29 0-.394-.053-.745-.203-1.095-.451-.983-1.503-1.482-2.555-1.237z' fill='%23000'/%3E%3C/svg%3E");
}
.entry .box-border {
  padding: 35px;
  border: 4px solid #283B66;
  margin: 45px 0 20px 0;
  position: relative;
}
.entry .box-border__label {
  position: absolute;
  left: 40px;
  top: -30px;
  display: inline-block;
  padding: 12px 12px 12px 45px;
  background: #FCCB27;
  color: #283B66;
}
.entry .box-border__label:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 16px;
  width: 20px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.429h4.286l-2.857 5.714h4.285l2.857-5.714V.857H0V9.43zM11.429.857V9.43h4.285l-2.857 5.714h4.286L20 9.429V.857H11.43z' fill='%23283B66'/%3E%3C/svg%3E");
}
.entry .box-border p:last-child {
  margin-bottom: 0;
}
.entry .box-post {
  margin-bottom: 25px;
  background: #F4F3F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  position: relative;
}
.entry .box-post__img {
  min-width: 230px;
  width: 230px;
}
.entry .box-post__img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.entry .box-post__text {
  padding: 20px;
}
.entry .box-post__text a {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.entry .box-post__text a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.entry .box-post__text a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.entry .box-author {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.entry .box-author__img {
  min-width: 120px;
  width: 120px;
  margin-right: 20px;
}
.entry .box-author__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  vertical-align: bottom;
}
.entry .box-author__content {
  margin-bottom: 5px;
}
.entry .box-author__italic {
  font-size: 15px;
  font-style: italic;
}
.entry ul {
  margin: 25px 0;
  text-align: left;
  overflow: hidden;
}
.entry ul li {
  list-style: none;
  padding: 3px 0 20px 35px;
  position: relative;
}
.entry ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 20px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.795 16.334c-2.25-.871-2.9-1.132-3.116-1.176-.044 0-.13 0-.174.044l-2.034 1.393c-.043.044-.086.088-.086.175 0 .043 0 .13.043.174l1.039 1.045-1.168 1.176a.211.211 0 0 0 0 .306l1.038 1.35-1.428 2.874c-.043.087-.043.131 0 .218.043.044.13.087.173.087h8.656c.13 0 .217-.087.217-.218.086-1.002.389-6.054-3.16-7.448zm-9.132 4.443l1.039-1.35c.086-.087.043-.218 0-.305l-1.17-1.176 1.04-1.046c.043-.043.086-.13.043-.174a.33.33 0 0 0-.086-.174l-2.035-1.394c-.043-.043-.13-.043-.173-.043-.173.043-.822.305-3.116 1.176-3.549 1.437-3.246 6.49-3.16 7.491 0 .131.087.218.217.218h8.656c.087 0 .13-.043.173-.087.043-.043.043-.13 0-.218l-1.428-2.918z' fill='%23283B66'/%3E%3Cpath d='M11.471 20.733l-1.168-1.48 1.125-1.133c.043-.044.043-.087.043-.174 0-.088-.043-.13-.043-.175l-1.255-1.263a.208.208 0 0 0-.303 0l-1.255 1.263a.212.212 0 0 0 0 .305l1.125 1.132-1.168 1.482c-.044.043-.044.13-.044.217l1.299 2.875c.043.087.13.131.216.131a.238.238 0 0 0 .217-.13l1.298-2.876s0-.087-.087-.174zM14.5 7.797c-1.124-.61-2.812-.958-4.5-.958-1.688 0-3.376.348-4.501.958-.044.043-.087.087-.087.13 0 .044 0 .131.043.175.953 1.48 3.506 1.524 4.025 1.524h1.125c.52 0 3.074-.087 4.026-1.524.043-.044.043-.131.043-.175-.087-.043-.13-.13-.173-.13z' fill='%23283B66'/%3E%3Cpath d='M10 14.505a5.31 5.31 0 0 0 5.236-5.314v-.349c0-.087-.043-.174-.13-.174-.086-.044-.172 0-.216.044-1.255 1.263-3.549 1.393-4.241 1.393H9.48c-.692 0-2.986-.087-4.241-1.393-.043-.044-.13-.088-.216-.044-.087.044-.13.087-.13.174v.349C4.763 12.109 7.1 14.46 10 14.505zM4.373 6.01c.087.045.173.088.26.045.779-.436 3.203-1.176 5.323-1.176 2.164 0 4.588.74 5.367 1.176.043 0 .087.043.087.043.043 0 .086 0 .13-.043.52-.48.908-.828 1.038-.959a.27.27 0 0 0 .044-.305.576.576 0 0 1-.13-.174 2.284 2.284 0 0 1-.65-1.132l-.086-.305c-.087-.784-.13-1.09-.909-1.176h-.216c-.823-.087-2.121-.218-3.16-1.133C10.605.087 10.26 0 10 0s-.606.087-1.472.871c-1.038.915-2.337 1.046-3.16 1.133h-.216c-.779.087-.865.392-.995 1.132l-.087.305c-.13.566-.433.871-.649 1.133-.043.043-.086.13-.13.174-.086.087-.043.218.044.305.173.13.519.479 1.038.958z' fill='%23283B66'/%3E%3Cpath d='M15.02 7.274a.594.594 0 0 0 .13-.174l.087-.436c0-.087-.043-.217-.13-.217-.606-.262-2.77-1.046-5.064-1.046-2.337 0-4.458.784-5.064 1.046a.24.24 0 0 0-.13.217l.087.436c0 .087.043.13.13.174.043 0 .043.044.086.044.044 0 .087 0 .087-.044 1.255-.61 2.943-.958 4.847-.958 1.861 0 3.593.348 4.848.958h.086z' fill='%23283B66'/%3E%3C/svg%3E");
}
.entry ul li:last-child {
  padding-bottom: 3px;
}
.entry ul li ol,
.entry ul li ul {
  margin-bottom: 0;
  margin-top: 15px;
}
.entry ul li ol li:last-child,
.entry ul li ul li:last-child {
  padding-bottom: 5px;
}
.entry ul li ol {
  counter-reset: list;
}
.entry ul li ol li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
}
.entry ul li ol li:after {
  display: none;
}
.entry ul.list li, .entry .ddsg-wrapper ul li {
  padding-top: 0;
}
.entry ul.list li:after, .entry .ddsg-wrapper ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #283B66;
}
.entry ul.list li ol {
  counter-reset: list;
}
.entry ul.list li ol li {
  background: none;
}
.entry ul.list li ol li:before {
  content: counters(list, ".") ".";
  counter-increment: list;
}
.entry ul.list li ol li:after {
  display: none;
}
.entry ol {
  margin: 20px 0;
  counter-reset: li;
  list-style: none;
  text-align: left;
  overflow: hidden;
}
.entry ol li {
  overflow: hidden;
  background: none;
  position: relative;
  padding: 0 0 15px 35px;
}
.entry ol li:last-child {
  padding-bottom: 5px;
}
.entry ol li:before {
  content: counters(li, ".") ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #283B66;
}
.entry ol li ol,
.entry ol li ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.entry ol li ol li:last-child,
.entry ol li ul li:last-child {
  padding-bottom: 5px;
}
.entry ol li ol li:before,
.entry ol li ul li:before {
  font-size: 12px;
  top: 0;
}
.entry ol li ol li:before {
  top: 0;
}
.entry ol li ul li:before {
  display: none;
}
.entry ol.list-1 li {
  overflow: hidden;
  background: none;
  position: relative;
  padding: 3px 0 20px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
}
.entry ol.list-1 li:last-child {
  padding-bottom: 5px;
}
.entry ol.list-1 li:before {
  content: counters(li, ".");
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  color: #FCCB27;
}
.entry img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.entry iframe {
  width: 100%;
  position: relative;
}
.entry iframe[src*="docs.google.com"] {
  border: 9px dashed #D9D6DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.entry .wp-caption-text {
  padding: 15px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #A3A3A3;
  font-size: 16px;
}
.single-author {
  margin: 20px 0;
  background: #F4F3F6;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-author__img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}
.single-author__img img {
  vertical-align: bottom;
  border-radius: 50%;
}
.single-author__text {
  width: 100%;
}
.single-author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.single-author__title {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
.single-author__box {
  font-size: 15px;
  font-style: italic;
}
.single-author__descr {
  font-size: 16px;
}
.post-meta {
  padding: 45px 15px;
  background: #F6F6F6;
  border-bottom: 4px solid #FCCB27;
  margin-bottom: 30px;
}
.ya-share2 {
  text-align: center;
  margin-bottom: 20px;
}
.ya-share2__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ya-share2 .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-bottom: 4px;
  margin-right: 2px !important;
  margin-left: 2px;
}
.ya-share2 .ya-share2__container_size_m .ya-share2__icon {
  height: 42px;
  width: 145px;
  background-repeat: no-repeat;
  position: relative;
}
.ya-share2__item .ya-share2__icon:after {
  content: 'Поделиться';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 47px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon:after {
  content: 'Класснуть';
}
.ya-share2__item_service_twitter .ya-share2__icon:after {
  content: 'Твитнуть';
}
.ya-share2__item_service_telegram .ya-share2__icon:after {
  content: 'Отправить';
}
.ya-share2__item_service_pinterest .ya-share2__icon:after {
  content: 'Запинить';
}
.ya-share2__item_service_viber .ya-share2__icon:after {
  content: 'Вайбернуть';
}
.ya-share2__item_service_whatsapp .ya-share2__icon:after {
  content: 'Ватсапнуть';
}
.post-rating {
  overflow: hidden;
  margin-left: 22px;
}
.post-rating__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.post-ratings {
  position: relative;
}
.post-ratings img {
  vertical-align: top;
  padding: 0 5px 0 0 !important;
}
.rating-text {
  float: left;
  margin-bottom: 5px;
}
.rating-images {
  float: right;
  width: 155px;
  margin-top: -10px;
}
.rating-stars-count {
  display: none;
}
.related-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
.related {
  overflow: hidden;
}
.related__img {
  position: relative;
}
.related__img:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.related__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 12px;
}
.related li {
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 20px;
}
.related li:nth-child(odd) {
  clear: both;
  margin-right: 4%;
}
.related li a {
  color: #000000;
  -webkit-transition: easy;
  -o-transition: easy;
  transition: easy;
}
.related li a:hover {
  color: #3F68A1;
  border-bottom: 1px solid rgba(63, 104, 161, 0.4);
}
.related li a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/* Comments *
===================================================================================================*/
.respond-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
.respond {
  clear: both;
  position: relative;
  margin-bottom: 30px;
  background: #283B66;
  padding: 25px 40px;
}
.respond-form__field,
.respond-form__text {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #000000;
  border: 0;
  background: #fff;
  border-radius: 5px;
}
.respond-form__text {
  margin-bottom: 20px;
}
.respond input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.respond input::-moz-placeholder {
  color: #B9B9B9;
}
.respond input:-moz-placeholder {
  color: #B9B9B9;
}
.respond input:-ms-input-placeholder {
  color: #B9B9B9;
}
.respond textarea::-webkit-input-placeholder {
  color: #B9B9B9;
}
.respond textarea::-moz-placeholder {
  color: #B9B9B9;
}
.respond textarea:-moz-placeholder {
  color: #B9B9B9;
}
.respond textarea:-ms-input-placeholder {
  color: #B9B9B9;
}
.respond .respond-form__button {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding: 11px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #FCCB27;
}
.respond .respond-form__button:hover {
  background: #fdd759;
}
.comments-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
.comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.comment-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.commentlist .comment {
  margin-bottom: 15px;
  font-size: 20px;
  background: #F6F6F6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.commentlist .comment .gravatar {
  margin-right: 15px;
}
.commentlist .comment .gravatar img {
  border-radius: 50%;
}
.commentlist .comment p {
  margin-bottom: 15px;
}
.commentlist .comment .fn,
.commentlist .comment .fn a {
  color: #000000;
}
.commentlist .comment .comment_date {
  color: #CBCBCB;
}
.commentlist .comment .ctext {
  margin-bottom: 15px;
}
.commentlist .comment .ctext p:last-child {
  margin-bottom: 0;
}
.commentlist .comment .reply {
  font-size: 16px;
}
.commentlist .comment .reply a {
  text-decoration: none;
  color: #283B66;
  border-bottom: 1px dashed rgba(40, 59, 102, 0.5);
}
.commentlist .comment .reply a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.commentlist .children {
  margin-left: 20px;
}
#cancel-comment-reply {
  margin-bottom: 15px;
}
#cancel-comment-reply-link {
  color: #fff;
}
#cancel-comment-reply-link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* Footer *     	
===================================================================================================*/
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 40px;
  background: #283B66;
  color: #fff;
  padding: 22px 0;
}
.footer__item--1 {
  width: 230px;
}
.footer__item--2 {
  width: 320px;
}
.wrap--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap--footer:after {
  display: none;
}
.logo--footer {
  margin-top: -30px;
}
.logo--footer .logo__domain {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400
}
.logo--footer .logo__text {
  color: #7E89A3;
  font-size: 12px;
  line-height: 1;
}
.consult-box--footer {
  padding: 30px 25px;
  background: #3F5484;
}
.consult-box--footer .consult__title {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1.591c2.895 0 5.25 2.338 5.25 5.212 0 2.873-2.355 5.211-5.25 5.211S.75 9.676.75 6.803C.75 3.929 3.105 1.59 6 1.59zm0-.744c-3.313 0-6 2.666-6 5.956 0 3.289 2.687 5.956 6 5.956s6-2.667 6-5.956C12 3.513 9.313.847 6 .847zm3.345 7.947l-.034-.102a.947.947 0 0 0-.58-.543l-.887-.241a.874.874 0 0 0-.76.198l-.32.318a3.395 3.395 0 0 1-2.396-2.379l.321-.318a.859.859 0 0 0 .198-.754l-.241-.88a.945.945 0 0 0-.549-.577l-.1-.033a.807.807 0 0 0-.75.176l-.481.477c-.086.084-.141.326-.141.327a5.614 5.614 0 0 0 1.66 4.043 5.692 5.692 0 0 0 4.058 1.646c.008 0 .26-.053.345-.138l.48-.477a.793.793 0 0 0 .177-.743z' fill='%23fff'/%3E%3C/svg%3E");
}
.consult-box--footer .consult__sub-title {
  color: #7E8CAD;
}
.consult-box--footer .consult__phone {
  color: #fff;
}
.menu-5 {
  text-align: right;
  margin-bottom: 10px;
}
.menu-5 li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}
.menu-5 li:last-child {
  margin-right: 0;
}
.menu-5 li a {
  color: #fff;
}
.menu-5 li a:hover {
  color: #FCCB27;
}
.menu-5 li .current {
  color: #FCCB27;
}
.copy {
  display: none;
}
.social-icon {
  float: right;
}
.social-icon a {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  margin-right: 18px;
}
.social-icon a:last-child {
  margin-right: 0;
}
.social-icon a:hover {
  opacity: 1;
}
.social-icon .vk {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.032 18.843c1.659 1.62 3.41 3.143 4.897 4.926.657.792 1.279 1.61 1.755 2.529.674 1.307.063 2.745-1.108 2.823l-7.285-.003c-1.878.155-3.377-.601-4.637-1.885-1.009-1.028-1.943-2.121-2.912-3.183-.398-.434-.814-.842-1.311-1.165-.994-.646-1.858-.448-2.426.59-.579 1.054-.71 2.222-.767 3.398-.078 1.715-.596 2.166-2.32 2.244-3.681.174-7.176-.383-10.422-2.24-2.862-1.638-5.082-3.95-7.013-6.567C5.72 15.214 2.84 9.614.253 3.857-.33 2.56.095 1.864 1.526 1.84c2.376-.047 4.752-.043 7.131-.004.966.014 1.605.568 1.978 1.48 1.286 3.162 2.86 6.17 4.834 8.957.526.743 1.062 1.485 1.825 2.007.845.579 1.488.387 1.886-.554.252-.597.362-1.24.419-1.878.188-2.199.213-4.394-.117-6.585-.203-1.367-.973-2.252-2.337-2.51-.697-.133-.593-.392-.256-.79.586-.684 1.136-1.111 2.234-1.111h8.232c1.296.256 1.584.838 1.762 2.142l.007 9.144c-.015.505.252 2.003 1.161 2.337.728.238 1.207-.344 1.644-.806 1.971-2.091 3.378-4.564 4.635-7.124.557-1.125 1.037-2.294 1.502-3.462.344-.867.884-1.294 1.86-1.275l7.924.007c.235 0 .472.004.7.043 1.335.227 1.7.802 1.288 2.105-.65 2.046-1.913 3.75-3.15 5.463-1.32 1.828-2.734 3.594-4.044 5.433-1.204 1.68-1.108 2.526.387 3.984z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .fb:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.377 9.683v6.884H.333v8.418h5.044V50h10.36V24.986h6.952s.651-4.036.967-8.45h-7.88v-5.755c0-.86 1.13-2.018 2.246-2.018h5.645V0h-7.675C5.12 0 5.377 8.426 5.377 9.683z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .tw {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 5.498a20.482 20.482 0 0 1-5.89 1.616 10.3 10.3 0 0 0 4.509-5.671 20.678 20.678 0 0 1-6.518 2.49 10.228 10.228 0 0 0-7.486-3.24c-5.664 0-10.257 4.593-10.257 10.254 0 .803.09 1.587.265 2.337-8.523-.428-16.08-4.511-21.14-10.717a10.18 10.18 0 0 0-1.386 5.156c0 3.558 1.812 6.699 4.561 8.536a10.258 10.258 0 0 1-4.646-1.288v.129c0 4.967 3.537 9.113 8.227 10.057-.86.231-1.766.36-2.703.36a9.845 9.845 0 0 1-1.93-.191c1.305 4.077 5.092 7.042 9.579 7.123a20.579 20.579 0 0 1-12.738 4.384A21.8 21.8 0 0 1 0 36.693a28.993 28.993 0 0 0 15.722 4.614c18.868 0 29.182-15.628 29.182-29.182l-.034-1.328A20.482 20.482 0 0 0 50 5.498z' fill='%23010002'/%3E%3C/svg%3E");
}
.social-icon .tw:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 5.498a20.482 20.482 0 0 1-5.89 1.616 10.3 10.3 0 0 0 4.509-5.671 20.678 20.678 0 0 1-6.518 2.49 10.228 10.228 0 0 0-7.486-3.24c-5.664 0-10.257 4.593-10.257 10.254 0 .803.09 1.587.265 2.337-8.523-.428-16.08-4.511-21.14-10.717a10.18 10.18 0 0 0-1.386 5.156c0 3.558 1.812 6.699 4.561 8.536a10.258 10.258 0 0 1-4.646-1.288v.129c0 4.967 3.537 9.113 8.227 10.057-.86.231-1.766.36-2.703.36a9.845 9.845 0 0 1-1.93-.191c1.305 4.077 5.092 7.042 9.579 7.123a20.579 20.579 0 0 1-12.738 4.384A21.8 21.8 0 0 1 0 36.693a28.993 28.993 0 0 0 15.722 4.614c18.868 0 29.182-15.628 29.182-29.182l-.034-1.328A20.482 20.482 0 0 0 50 5.498z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .yt {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 7.977A7.474 7.474 0 0 0 42.528.5H7.472A7.474 7.474 0 0 0 0 7.977v20.046A7.474 7.474 0 0 0 7.472 35.5h35.056A7.474 7.474 0 0 0 50 28.023V7.977zM20 26.458V7.628l14.279 9.415L20 26.458z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .yt:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 7.977A7.474 7.474 0 0 0 42.528.5H7.472A7.474 7.474 0 0 0 0 7.977v20.046A7.474 7.474 0 0 0 7.472 35.5h35.056A7.474 7.474 0 0 0 50 28.023V7.977zM20 26.458V7.628l14.279 9.415L20 26.458z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .in {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.201 0H13.798C6.19 0 0 6.19 0 13.798v22.404C0 43.81 6.19 50 13.798 50H36.2C43.81 50 50 43.81 50 36.202V13.798C50 6.19 43.81 0 36.2 0zm9.363 36.202c0 5.162-4.2 9.361-9.362 9.361H13.798c-5.162 0-9.362-4.2-9.362-9.361V13.798c0-5.162 4.2-9.362 9.362-9.362H36.2c5.163 0 9.362 4.2 9.362 9.362v22.404z' fill='%23000'/%3E%3Cpath d='M25 12.117c-7.104 0-12.884 5.78-12.884 12.883 0 7.104 5.78 12.883 12.884 12.883S37.883 32.105 37.883 25c0-7.104-5.779-12.883-12.883-12.883zm0 21.33c-4.658 0-8.448-3.79-8.448-8.447 0-4.658 3.79-8.447 8.448-8.447s8.447 3.79 8.447 8.447c0 4.658-3.79 8.447-8.447 8.447zM38.424 8.355c-.855 0-1.694.346-2.298.953a3.269 3.269 0 0 0-.955 2.3c0 .855.349 1.695.955 2.301a3.278 3.278 0 0 0 2.298.953c.858 0 1.694-.35 2.3-.953a3.278 3.278 0 0 0 .953-2.3c0-.858-.346-1.698-.952-2.301a3.267 3.267 0 0 0-2.301-.953z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .in:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.201 0H13.798C6.19 0 0 6.19 0 13.798v22.404C0 43.81 6.19 50 13.798 50H36.2C43.81 50 50 43.81 50 36.202V13.798C50 6.19 43.81 0 36.2 0zm9.363 36.202c0 5.162-4.2 9.361-9.362 9.361H13.798c-5.162 0-9.362-4.2-9.362-9.361V13.798c0-5.162 4.2-9.362 9.362-9.362H36.2c5.163 0 9.362 4.2 9.362 9.362v22.404z' fill='%23fff'/%3E%3Cpath d='M25 12.117c-7.104 0-12.884 5.78-12.884 12.883 0 7.104 5.78 12.883 12.884 12.883S37.883 32.105 37.883 25c0-7.104-5.779-12.883-12.883-12.883zm0 21.33c-4.658 0-8.448-3.79-8.448-8.447 0-4.658 3.79-8.447 8.448-8.447s8.447 3.79 8.447 8.447c0 4.658-3.79 8.447-8.447 8.447zM38.424 8.355c-.855 0-1.694.346-2.298.953a3.269 3.269 0 0 0-.955 2.3c0 .855.349 1.695.955 2.301a3.278 3.278 0 0 0 2.298.953c.858 0 1.694-.35 2.3-.953a3.278 3.278 0 0 0 .953-2.3c0-.858-.346-1.698-.952-2.301a3.267 3.267 0 0 0-2.301-.953z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .tel {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.883 21.108l11.521 4.3 4.46 14.34a1.356 1.356 0 0 0 2.154.65l6.422-5.236a1.916 1.916 0 0 1 2.335-.065l11.583 8.41c.798.579 1.927.142 2.127-.822L49.971 1.87c.218-1.053-.816-1.93-1.819-1.543L.87 18.567c-1.167.45-1.157 2.102.013 2.54zm15.262 2.01L38.66 9.252c.405-.249.821.298.474.62L20.552 27.146a3.852 3.852 0 0 0-1.194 2.305l-.633 4.69c-.083.627-.963.69-1.136.083l-2.435-8.554a2.267 2.267 0 0 1 .99-2.55z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .tel:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.883 21.108l11.521 4.3 4.46 14.34a1.356 1.356 0 0 0 2.154.65l6.422-5.236a1.916 1.916 0 0 1 2.335-.065l11.583 8.41c.798.579 1.927.142 2.127-.822L49.971 1.87c.218-1.053-.816-1.93-1.819-1.543L.87 18.567c-1.167.45-1.157 2.102.013 2.54zm15.262 2.01L38.66 9.252c.405-.249.821.298.474.62L20.552 27.146a3.852 3.852 0 0 0-1.194 2.305l-.633 4.69c-.083.627-.963.69-1.136.083l-2.435-8.554a2.267 2.267 0 0 1 .99-2.55z' fill='%23fff'/%3E%3C/svg%3E");
}
.social-icon .ok {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%23000'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%23000'/%3E%3C/svg%3E");
}
.social-icon .ok:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.027 19.995a5.001 5.001 0 0 0 5.004-5.048 5.015 5.015 0 0 0-5.03-5.027 5.022 5.022 0 0 0-5.042 5.088c.02 2.787 2.269 4.998 5.068 4.987z' fill='%23fff'/%3E%3Cpath d='M47.34 0H2.66A2.66 2.66 0 0 0 0 2.66v44.68A2.66 2.66 0 0 0 2.66 50h44.68A2.66 2.66 0 0 0 50 47.34V2.66A2.66 2.66 0 0 0 47.34 0zM25.043 4.663c5.69.014 10.26 4.67 10.232 10.426-.03 5.623-4.674 10.18-10.356 10.161-5.626-.02-10.239-4.682-10.207-10.317.034-5.696 4.65-10.287 10.33-10.27zm11.528 24.63c-1.259 1.294-2.774 2.228-4.457 2.882-1.59.614-3.334.926-5.06 1.132.261.285.384.422.546.587 2.343 2.353 4.695 4.698 7.03 7.058.794.804.962 1.801.523 2.737-.48 1.024-1.55 1.696-2.603 1.623-.666-.047-1.185-.378-1.646-.841-1.768-1.78-3.57-3.525-5.3-5.336-.504-.528-.747-.43-1.192.03a353.338 353.338 0 0 1-5.402 5.425c-.816.806-1.787.95-2.736.49-1.006-.487-1.645-1.514-1.596-2.548.034-.697.378-1.23.857-1.71 2.317-2.314 4.629-4.634 6.942-6.952.153-.153.296-.318.519-.556-3.154-.33-5.998-1.105-8.431-3.01-.302-.236-.614-.465-.89-.73-1.065-1.023-1.172-2.194-.33-3.402.721-1.033 1.933-1.31 3.19-.717.245.114.477.258.699.412 4.536 3.117 10.769 3.204 15.322.142.45-.345.933-.63 1.493-.771 1.088-.28 2.1.119 2.683 1.07.67 1.084.66 2.143-.161 2.986z' fill='%23fff'/%3E%3C/svg%3E");
}
.up {
  overflow: hidden;
  position: fixed;
  margin-left: -150px;
  bottom: 30px;
  cursor: pointer;
  z-index: 100;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background: #3F68A1;
}
.up:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.up:hover {
  background: #597ec7;
}
/* Slick slider styles *     	
===================================================================================================*/
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: 0;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media screen and (min-width: 1023px) {
  .menu-1 > li:hover > ul {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .wrap {
    width: 98%;
  }
}
@media screen and (max-width: 1200px) {
  .up {
    right: 3%;
    bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
  }
  .wrap {
    width: 96%;
  }
  .content {
    float: none;
    width: 100%;
  }
  .header-top {
    border-bottom: 0;
  }
  .consult-box--header {
    padding-right: 70px;
  }
  .search-form {
    display: none;
  }
  .menu-1-box {
    padding: 0;
    margin-bottom: 20px;
  }
  .menu-1 > li.current-menu-item > ul {
    border: 0;
  }
  .menu-1 > li.current-post-parent > ul {
    border: 0;
  }
  .menu-1 > li {
    float: none;
    border-bottom: 1px solid #4C92C8;
  }
  .menu-1 > li.menu-item-has-children > a:after {
    display: none;
  }
  .menu-1 > li > a,
  .menu-1 > li > .current {
    padding: 15px 20px;
  }
  .menu-1 > li.full-width-menu{
    position: relative;
  }
  .menu-1 > li > ul {
    position: static;
    width: 98%;
    margin: 0 auto 25px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-top: 1px solid #4C92C8;
  }
  .menu-1 > li.full-width-menu > ul{
    position: static;
    width: 98%;
    padding: 20px;
    border-top: 8px solid #FCCB27;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.25);
  }
  .menu-1 .menu-arrow {
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 6px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.071 0L0 .071l1.414 1.414 4.243 4.243L7.07 7.142l1.414-1.414 4.243-4.243L14.142.071 14.072 0h-2.83l.072.071L7.07 4.314 2.828.07 2.9 0H.071z' fill='%23283B66'/%3E%3C/svg%3E");
  }
  .menu-1 .menu-arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-2-btn {
    position: static;
    display: block;
    width: 98%;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .menu-2-box {
    position: static;
    width: 98%;
    margin: -40px auto 40px auto;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
  }
  .m-navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    width: 100%;
    background: #F1F1F1;
    padding-bottom: 20px;
    border-bottom: 1px solid #4C92C8;
  }
  .m-navigation .search-form {
    display: block;
    float: none;
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: visible;
  }
  .m-navigation .search-form:after {
    position: absolute;
    content: '';
    left: -3%;
    top: -20px;
    width: 106%;
    height: 1px;
    background: #4C92C8;
  }
  .hamburger-icon {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 35px;
    cursor: pointer;
    width: 32px;
    height: 20px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  .banner__item--1 {
    width: 80%;
    float: none;
    position: static;
    margin: 0 auto 25px auto;
    text-align: center;
  }
  .banner__item--2 {
    width: 100%;
    float: none;
  }
  .home-box__item--4 {
    padding: 20px 10px;
  }
  .services-box {
    padding-bottom: 10px;
  }
  .menu-4 li {
    width: 48%;
    margin-bottom: 20px;
  }
  .sidebar {
    width: 100%;
    float: none;
  }
  .section-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-posts__item-img {
    margin-right: 15px;
  }
  .entry .wp-caption-text {
    text-align: center;
  }
  .footer__item--2 {
    margin-bottom: 20px;
  }
  .footer__item--3 {
    width: 100%;
    text-align: center;
  }
  .logo--footer .logo__domain {
    line-height: 15px;
  }
  .logo--footer .logo__text {
    display: none;
  }
  .menu-5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .copy {
    display: block;
    font-size: 16px;
    color: #7E89A3;
  }
  .social-icon {
    float: none;
    text-align: center;
    border-bottom: 2px solid #3F5484;
    border-top: 2px solid #3F5484;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -2% 15px -2%;
    padding: 15px 2% 15px 2%;
  }
  .up {
    bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .header-top {
    display: block;
    text-align: center;
  }
  .logo.logo--header {
    display: inline-block;
    margin-bottom: 15px;
    text-align: left;
  }
  .consult-box--header {
    padding: 0;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
  }
  .consult-box--header:after {
    position: absolute;
    content: '';
    left: -500px;
    top: 0;
    width: 1000px;
    height: 2px;
    background: #E9E9E9;
  }
  .banner {
    padding: 40px 0;
  }
  .banner__item--1 {
    width: 100%;
  }
  .menu-1 > li.full-width-menu > ul > li {
    width: 48%;
  }
  .menu-1 > li.full-width-menu > ul > li:nth-child(odd) {
    clear: both;
    margin-right: 4%;
  }
  .menu-1 > li.full-width-menu > ul > li:nth-child(even) {
    clear: none;
    margin-right: 0;
  }
  .home-box__item {
    margin-bottom: 25px;
  }
  .home-box__item--1,
  .home-box__item--3 {
    width: 100%;
  }
  .home-box__item--2,
  .home-box__item--4 {
    width: 100%;
  }
  .home-box__item--4 {
    padding: 25px;
  }
  .posts--3col .post-item {
    width: 48%;
  }
  .posts--3col .post-item:nth-child(odd) {
    clear: both;
    margin-right: 4%;
  }
  .posts--3col .post-item:nth-child(even) {
    clear: none;
    margin-right: 0;
  }
  .help-box {
    background: #F4F3F6;
    padding: 30px;
    height: auto;
    text-align: center;
  }
  .help {
    display: inline-block;
    text-align: left;
  }
  .description {
    padding: 30px;
  }
  .section-posts__item-img {
    width: 130px;
    min-width: 130px;
  }
  .section-posts__item-img img {
    width: 100%;
    height: auto;
  }
  #toc_container {
    padding: 20px;
  }
  .entry table {
    min-width: 500px;
  }
  .entry .box-post {
    display: block;
    padding-right: 0;
  }
  .entry .box-post__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 230px;
    margin: 0 auto;
  }
  .entry .box-post__text {
    padding: 20px;
  }
  .entry .box-author {
    display: block;
  }
  .entry .box-author__img {
    margin: 0 auto 10px auto;
  }
  .entry .box-author__content {
    text-align: center;
  }
  .entry .box-author__italic {
    text-align: center;
  }
  .post-rating {
    text-align: center;
  }
  .rating-text {
    float: none;
    margin-bottom: 10px;
  }
  .rating-images {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .respond {
    padding: 15px;
  }
  .footer__item--1 {
    margin: 0 auto 15px auto;
  }
  .footer__item--2 {
    margin: 0 auto 15px auto;
  }
  .wrap--footer {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .help {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .title-flex__header {
    margin-right: 0;
  }
  .custom-btn.custom-btn--label {
    display: none;
  }
  .cat-top__item-label {
    display: inline-block;
    background: #FCCB27;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .posts--2col .post-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .menu-1 > li.full-width-menu > ul > li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .alignleft {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .alignright {
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner {
    padding: 25px 0;
  }
  .banner__title {
    font-size: 36px;
  }
  .debt-form {
    padding: 15px;
  }
  .debt-form__select {
    width: 100%;
    margin-bottom: 15px;
  }
  .debt-form__btn {
    width: 100%;
  }
  .home-box__item--3 {
    padding: 20px 15px;
  }
  .sl-nav .slick-dots li {
    margin: 0 3px;
  }
  .question-item__img {
    width: 120px;
    min-width: 120px;
    margin-right: 15px;
  }
  .services-box {
    padding-bottom: 30px;
  }
  .menu-4 li {
    width: 100%;
  }
  .menu-4 li:last-child {
    margin-bottom: 0;
  }
  .posts--3col .post-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .help {
    text-align: center;
  }
  .help__title {
    font-size: 20px;
    text-align: left;
  }
  .help__text {
    text-align: left;
  }
  .consult--help {
    margin: 0 auto;
  }
  .description {
    padding: 20px;
  }
  .section-posts-box {
    padding: 20px 15px;
  }
  .section-help {
    padding: 20px 15px;
  }
  .cat-top-box .slick-dots li {
    margin: 0 3px;
  }
  .title-big {
    font-size: 20px;
  }
  .document--2col .document-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .entry blockquote {
    padding: 70px 25px 25px 25px;
    background-position: 25px 20px;
    background-size: 30px;
  }
  .entry .box-border {
    padding: 35px 15px 15px 15px;
  }
  .single-author {
    display: block;
  }
  .single-author__img {
    margin: 0 auto 15px auto;
  }
  .ya-share2__list .ya-share2__item,
  .ya-share2__list .ya-share2__badge,
  .ya-share2__list .ya-share2__link {
    width: 100%;
  }
  .ya-share2 .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 0 4px 0 !important;
  }
  .related li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .commentlist .comment .author_name {
    margin-bottom: 5px;
  }
  .footer__item--2 {
    width: 106%;
    margin: 0 -3% 15px -3%;
  }
}

.header .consult__item a {
  color: #283B66;
}
.header .consult__item a:hover {
  color: #FCCB27;
}

.footer .consult__item a {
  color: #fff;
}
.footer .consult__item a:hover {
  color: #FCCB27;
}

.sidebar .consult__phone a {
  color: #283B66;
}
.sidebar .consult__phone a:hover {
  color: #FCCB27;
}

.header .consult-box--fixed .consult__item a {
  color: #fff;
}
.header .consult-box--fixed .consult__item a:hover {
  color: #FCCB27;
}

.entry .google-docs-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.entry .google-docs-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

### мое
 

.pager {

}
.pager li {
  display: inline;
  color:#666;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size:15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.about_o { color:#747474;font-style: italic;font-size: 14px;margin-top: 10px }
.borderdiv {border:1px solid #dedede;padding: 10px;border-radius: 2px; font-size: 14px }
.mg15 {margin-top: 15px}

.star-rating{
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 1.5rem;
}

.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico, .view_rating {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.view_rating {float:none;cursor:default}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before, 
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}
.rating-view {text-align: center;}
.rating-view span.rating {font-size: 30px;color:#333}
.rating-view span {display: block;font-size: 12px; color:#a2a2a2;}
.rating-category span.rating {display: inline-block}
.review_v { border-left: 3px solid #ccc; padding-left: 10px;}
.review_v time {font-size: 12px; color:#999}
.review_v span {font-weight: 600; display: block;}
.view_all_review {text-align:right;}
.view_all_review a {font-size: 12px; color:#333}
.header_category {
	font-size: 20px;
	color:#3f4c55;
}

.header_arti {
    font-size: 16px;
	color:#3f4c55;
	margin: 0;
	padding-bottom: 5px;
	}
.director { color:#747474; font-size: 13px}
.director a, .pristav_info a {
	color: #3f4c55;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block
}
.photopristav {width: 100%;max-width: 150px; border-radius: 100%;}
.pristav_info {
	border-bottom: 1px solid #ddd;padding-bottom:10px;margin-top:20px;
}
.pristav_info a 
{font-size: 14px;}
.pristav_info ul, ul.cat_info { list-style: none; padding: 0; margin-left: 10px; }
ul.cat_info { margin-left: 0px }
.pristav_info ul li, ul.cat_info li {font-size: 13px;color:#747474}
.pristav_info ul li span,  ul.cat_info li span {color:#333}
.pristav_info ul li a { font-weight: 400; display: inline-block; font-size: 14px; }


.categorys h2 {
	font-size:18px;
	margin-top: 15px
}
.categorys a {
    display: block;
    color: #3f4c55;
    text-decoration: none;
    font-size: 15px;
}

.categorys a.bold {
	font-weight: 600;
}

.categorys a:hover, .director a:hover, .pristav_info a:hover{
    text-decoration: underline;
    color: #67809d
}

.b-region-list__result-list ul li, .categorys ul li {display:inline-block;width:49%;}

	.the-title{margin-top:20px;font-weight:bold;font-size:20px;font-family:'Fira Sans',sans-serif}
	.the-excerpt{font-size:12px;color:#999}
	
	.others span { font-size:14px;font-weight:600;display:block; }
	.others a {font-size: 15px }
.box-author__text { width: 64%; display: inline-block; vertical-align: top }
.box-author__rating { display: inline-block;width: 35%;vertical-align: top }

  .help-box-small {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#283B66 url(images/help-small.png) 0 0 no-repeat;
  background-size: cover;
  padding: 10px;
  opacity: 0.9;  
}
.help-box-small .consult--help {width: 80%;margin:auto;}
.help-box-small .consult__sub-title { font-size:10px; background: #ffc146;border-radius: 5px;padding:2px 4px; text-align: center; }
.help-box-small .help__title { 
	  font-size: 20px; color:#fff;
	  text-align: center;  
	  text-shadow: 1px 1px 2px black, 0 0 1em #283B66; 
  }
.help-box-small .consult__phone { color:#fff; text-shadow: 1px 1px 2px black, 0 0 1em #283B66;  }
.helpbtn {text-shadow:none;font-size: 14px;background: #fff;border-radius: 5px;padding:10px 20px;color:#283B66}
.helpbtn:hover {background: #f0bc00 }
.reviews tr td a span {display: block; font-size:10px;color:#333}
.bannerbox_down { width:450px }
   
@media screen and (max-width: 760px) {
 .footer__item--1, .footer__item--3 {display: none;}
 .help-box-small .consult--help {width: 100%;}
 .controls button {width: 100%;border-radius: 0px !important;}
 .box-author__text {width: 100%}
 .rating-director, .pristav_info .box-author__rating { display: none; }
 .box-author__rating {width: 100%;}
 .buttons .btn-danger, .buttons .btn-primary {display: block;padding: 7px;margin-top: 6px}
 .custom-select, .phone_uz {width: 100% !important}
 .b-region-list__result-list ul li, .categorys ul li {display:block;width:99%; }
 .categorys a { font-size: 18px; padding: 4px }
 .poisk_bd .consult__item {width: 100%}
 .bannerbox_down {width: 100%}
                                     }
                                     
@media screen and (max-width: 400px) {
 .consult-box--header {
    width: 100%;
  }
  .consult__item {width: 33%}
  .consult__phone {font-size: 15px;}
  .consult__sub-title span {display: none}
 .consult__item {width: 49% }
 .consult-item-3 {margin-top: 8px}
                                     }
                                     
@media screen and (max-width: 330px) {

  .consult__phone {font-size: 12px;}

 
                                     }
                                     
                                     
.btn-gold {background: #f4cd4f; border-radius: 5px; font-size: 13px; color: #000; padding: 10px 10px}    
.btn-gold:hover {background: rgba(243, 211, 105, 0.79)}                                 
.custom [type="radio"]:checked,
.custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom [type="radio"]:checked + label,
.custom [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom [type="radio"]:checked + label:before,
.custom [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom [type="radio"]:checked + label:after,
.custom [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1382ce;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.forma .f-group label {
  display: inline-block;
  min-width: 192px;
  font-size: 18px;
  font-family: sans-serif;
}
.forma .f-group {
  margin-bottom: 15px;
}
.forma .f-group .field {
  display: inline-block;
  vertical-align: middle;
  width: 432px;
}
.forma .f-group label.green {
  color: #40743b;
}
.forma .title {
  color: #54637c;
  margin-top: 40px;
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 18px;
}
.forma .f-group select {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  padding: 7px 0 7px 15px;
  height: 40px;
  width: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
  background-image: url(./images/select.png);
  background-repeat: no-repeat;
  background-position: center right 10px;

  background-color: rgb(248, 248, 248);
}

.forma .f-group input {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  padding: 7px 0 7px 15px;
  height: 40px;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin-top: 5px;
}

@media (max-width: 535px){
  .forma .f-group .field {
    width: 100%;
  }
}

.uploading {
  position: absolute;
  top: 8px;
  left: 248px;
  display: none;
}
.uploading.not {
  display: none;
  position: unset !important;
  top: 0 !important;
  left: 0 !important;
}

@media (max-width: 760px) {
.b-popup .b-popup-content iframe {
height: 390px;
width: 43% !important	;
}
}

body > .pravoved-ru-widget[data-widget="inline-form-popup"] {
    position: fixed!important;
}
