@font-face {
	font-family: 'Times New Roman';
	src: url('../font/TimesNewRomanPSMT.eot');
	src: local('Times New Roman'), local('TimesNewRomanPSMT'),
		url('../font/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
		url('../font/TimesNewRomanPSMT.woff') format('woff'),
		url('../font/TimesNewRomanPSMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../font/TimesNewRomanPS-BoldMT.eot');
	src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'),
		url('../font/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
		url('../font/TimesNewRomanPS-BoldMT.woff') format('woff'),
		url('../font/TimesNewRomanPS-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
  src: url('../font/PTSans-Regular.eot');
  src: url('../font/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/PTSans-Regular.woff2') format('woff2'),
    url('../font/PTSans-Regular.woff') format('woff'),
    url('../font/PTSans-Regular.ttf') format('truetype'),
    url('../font/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'PT Sans';
  src: url('../font/PTSans-Bold.eot');
  src: url('../font/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/PTSans-Bold.woff2') format('woff2'),
    url('../font/PTSans-Bold.woff') format('woff'),
    url('../font/PTSans-Bold.ttf') format('truetype'),
    url('../font/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../font/PTSans-NarrowBold.eot');
  src: url('../font/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'),
    url('../font/PTSans-NarrowBold.woff2') format('woff2'),
    url('../font/PTSans-NarrowBold.woff') format('woff'),
    url('../font/PTSans-NarrowBold.ttf') format('truetype'),
    url('../font/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../font/PTSans-Narrow.eot');
  src: url('../font/PTSans-Narrow.eot?#iefix') format('embedded-opentype'),
    url('../font/PTSans-Narrow.woff2') format('woff2'),
    url('../font/PTSans-Narrow.woff') format('woff'),
    url('../font/PTSans-Narrow.ttf') format('truetype'),
    url('../font/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  line-height: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #72757f;
  font-weight: 500;
  font-size: 15px;
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #72757f;
  font-weight: 400;
}

.editoradmin {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #72757f;
  font-weight: 500;
  font-weight: 400;
  margin-bottom: 80px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #1a2451;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

input,
button,
textarea,
select {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  /* font-size: 1em; */
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

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: 0;
}

fieldset {
  border: 0px solid #c0c0c0;
  margin: 0px;
  padding: 0px;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html.overyhid {
  overflow-x: hidden;
}

embed,
object,
iframe {
  width: 100%;
}

a {
  text-decoration: underline;
  border: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1369B4;
}

a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

img {
  border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  padding-bottom: 45px;
}

h2 {
  color: #25262d;
  font-size: 27px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

h3 {
  color: #25262d;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 25px;
}

h4 {
  color: #25262d;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 25px;
}

h5 {
  color: #25262d;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}


.slick-slider {
  position: relative;

  display: block;
  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;
  width: 100%;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
}

.moduletable.slidebl {
  position: relative;
  height: 901px;
}

ul.mysliders {
  position: relative;
  z-index: 1;
  height: 677px;
  background-color: #1a2451;
}

.moduletable.slidebl ul .slick-track {
  width: 100% !important;
  height: 373px;
}

.mysliders .mysliderlist:first-child {
  opacity: 1;
}

.moduletable.slidebl .slick-list {
  overflow: visible;
}


.mysliders .mysliderlist {
  height: 680px;
  width: 100% !important;
  left: 0px !important;
  top: 0px !important;
  opacity: 0;
  overflow: hidden;
}

iframe.videospl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -19%;
}

.slyoutube.slideli {
  position: relative;
  height: 0;
  padding-bottom: 56.28%;
}

.slimage {
  margin-top: 114px;
}

.container {
  width: 1310px;
  margin: 0px auto;
  padding: 0px 10px;
}

.slimage.yvsl {
  display: none;
}

button.gm-control-active.gm-fullscreen-control {
  display: none !important;
}

.mysliders .mysliderlist .container.consltop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: 10;
}

.moduletable.slidebl .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  border: 0px;
}


.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
}

.pagination a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 41px;
  font-family: Arial;
  min-width: 34px;
  padding: 0px 10px;
  display: inline-block;
  background: #1a2451;
  color: #fff;
  border-radius: 7px;
}

.pagination li span {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  line-height: 41px;
  color: #1a2451;
  width: 34px;
  background: #ffbd4a;
  border-radius: 7px;
}

.pagination_result_counter {
  display: none !important;
}

li.pagination-previous {
  display: none !IMPORTANT;
}

li.pagination-next {
  display: none !important;
}

.arrowsl {
  position: absolute;
  bottom: 65px;
  width: 100%;
  left: 0px;
  height: 11px;
  z-index: 55;
}

.arrowsl .container {
  position: relative;
}

.slimage:after {
  content: '';
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  position: absolute;
  top: 0px;
  left: 0px;
}

.control-group.logininput {
  display: none !important;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #ffffff;
  position: relative;
  border: 1px solid #d9e2e2;
  overflow: hidden;
  min-width: 165px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 36px;
  font-size: 14px;
  padding-right: 15px;
  line-height: 36px;
  color: #5c5e62;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 36px;
  line-height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  * font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 7px;
  background: url(../images/strdown.png) no-repeat;
  border-bottom: none;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 45;
}

.selectric-open .selectric {}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {

  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  z-index: -1;
  overflow: hidden;
  border: 1px solid #d9e2e2;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 4px 12px;
  color: #5c5e62;
  cursor: pointer;
  font-size: 14px;
}

.selectric-items li.selected {
  color: #ce242b;
}

.selectric-items li.highlighted {
  color: #ce242b;
}

.selectric-items li:hover {
  color: #ce242b;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.easyzoom {
  position: relative;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  background: #FFF;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}


ul.flyLinks li {
  display: inline-block;
  padding: 0px 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #373737;
  margin-right: 20px;
  background: #f5f6f6;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  color: #31323a;
}

ul.flyLinks li.active,
ul.flyLinks li:hover {
  color: #ce242b;
}

.flyTextBlock.active {
  display: block !important;
}

.flyTextBlock {
  display: none;
  text-align: justify;
  background: #f5f6f6;
  color: #4f5156;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 30px;
  line-height: 30px;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 5px;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #111111;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 42px;
  border: 1px solid #111111;
  background-color: #fff;
  background-clip: padding-box;
  color: #391a09;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border-radius: 4px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 11px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #000000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  margin: 0px !important;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 6px;
  list-style: none;
  line-height: 17px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #000000;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(1%, #eee),
      color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(20%, #f4f4f4),
      color-stop(50%, #f0f0f0),
      color-stop(52%, #e8e8e8),
      to(#eee));
  background-image: linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(20%, #f4f4f4),
      color-stop(50%, #f0f0f0),
      color-stop(52%, #e8e8e8),
      to(#eee));
  background-image: linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #000000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -19px 11px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}


.popwind {
  display: none;
  background: #fff !important;
  box-sizing: border-box;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 500px;
  padding: 33px 30px 50px 30px !important;
  box-shadow: 0 0 5px rgb(165 165 165 / 39%);
  text-align: center;
  border-radius: 30px;
}

.popwind .container {
  width: 100% !important;
}

span.button.b-close {
  position: absolute;
  right: -36px;
  top: -37px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-family: arial;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 45px;
  color: #1a2451;
  background: url(../images/close.png) no-repeat center center #ffbc4a;
  border-radius: 50%;
}

span.button.b-close:hover {
  color: #fff;
  background: url(../images/closeh.png) no-repeat center center #1a2451;
}

p,
.editoradmin p {
  margin-bottom: 30px;
}



ol>li {}

ol {}

.editoradmin blockquote,
blockquote {
  font-size: 15px;
  line-height: 30px;
  position: relative;
  font-weight: 500;
  background-color: #ffffff;
  border-left: 5px solid #ffbd4a;
  padding: 10px 15px 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  margin: 30px 0px;
  font-size: 20px;
  line-height: 30px;
  color: #72757f;
  font-weight: 400;
}

blockquote b {
  color: #444;
  font-weight: 700;
}

blockquote p {
  margin: 0px !IMPORTANT;
}

pre,
.editoradmin pre {
  white-space: pre-wrap;
  font-family: 'Helvetica LT Std', sans-serif;
  color: #fff;
  padding: 15px 15px;
  margin: 15px 0px;
  background: #1369B4;
}

table,
.editoradmin table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

table th,
.editoradmin table th {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  background: #f5f8ff;
  border: 1px solid #fff;
  color: #25262d;
  padding: 15px;
  text-align: left;
}

table td,
.editoradmin table td {
  border-right: 1px solid #d6dae3;
  padding: 5px 15px;
  font-weight: 500;
  line-height: 36px;
}

table tr,
.editoradmin table tr {
  background: #ffffff;
  border: 1px solid #d6dae3;
}

address {
  font-family: 'Helvetica LT Std', sans-serif;
  font-style: normal !important;
  display: inline-block;
  min-width: 423px;
  box-sizing: border-box;
  border: 2px solid #1369B4;
  padding: 10px 15px;
  background: #fff;
  color: #5c5c5c;
}

.grecaptcha-badge {
  visibility: hidden;
}

a.btn_social {
  width: 70px;
  height: 70px;
  background-color: #ffbd4a !important;
  background: url(../images/s.png);
  display: block;
  border-radius: 50%;
  background-repeat: repeat-x !important;
}

a.btn_social {
  background-position: -659px 17px;
}

a.btn_social {
  animation-name: MOVE;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes MOVE {
  0% {
    background-position: -38px 17px;
  }

  10% {
    background-position: -38px 17px;
  }

  16% {
    background-position: -143px 19px
  }

  26% {
    background-position: -143px 19px
  }

  32% {
    background-position: -248px 19px;
  }

  42% {
    background-position: -248px 19px;
  }

  48% {
    background-position: -357px 19px
  }

  58% {
    background-position: -357px 19px
  }

  64% {
    background-position: -464px 20px
  }

  74% {
    background-position: -464px 20px
  }

  80% {
    background-position: -571px 20px;
  }

  90% {
    background-position: -571px 20px;
  }

  96% {
    background-position: -659px 17px
  }

  100% {
    background-position: -659px 17px
  }
}


a.btn_social:hover {
  background-color: #1a2451 !important;
  background: url(../images/sh.png);
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs_answer {
  display: none;
  color: #72757f;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 108px;
  padding-right: 110px;
  padding-top: 30px;
  padding-bottom: 21px;
}

.tabs_answer.active {
  display: block;
}

.tabs_quest.active:after {
  background: url(../images/minus.png) no-repeat center center;
}

.tabs_quest:after {
  content: '';
  background: url(../images/plus.png) no-repeat center center;
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  right: 25px;
  top: 21px;
}

.tabs_quest {
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 20px 75px 20px 47px;
  position: relative;
  color: #1a2451;
  font-size: 18px;
  font-weight: 400;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs ul li {
  display: inline-block;
  color: #1a2451;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px 20px;
}

.tabs ul.tabs__caption {
  text-align: center;
  margin-bottom: 40px;
}

.menu_top>ul ul {
  position: absolute;
  z-index: 30;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  border-radius: 0px;
  padding: 15px 20px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  min-width: 141px;
  margin-left: -19px;
}

.menu_top>ul>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.head_top_left {
  float: left;
}

.head_top_right {
  float: right;
}

.head_top:after {
  content: '';
  display: block;
  clear: both;
}

.head_top_right>div {
  display: inline-block;
  vertical-align: top;
}

.lang_block li {
  display: inline-block;
}

.head_middle_left>div {
  display: inline-block;
  vertical-align: top;
}

.head_middle_left {
  float: left;
}

.head_middle_right {
  display: inline-block;
  float: right;
}

.head_middle_right>div {
  display: inline-block;
  vertical-align: top;
}

.mobmenu {
  display: none !important;
  width: 69px;
  height: 69px;
  background: url(../images/mobmenuh.png) no-repeat center center #ffbd4a;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.head_middle:after {
  content: '';
  display: block;
  clear: both;
}

.mainmenu_block li {
  display: inline-block;
  vertical-align: top;
}

.modname {
  text-align: center;
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer_block>div {
  display: inline-block;
  vertical-align: top;
}

.footer_block_menu li {
  display: block !important;
}

.footer_block_soc li {
  display: inline-block;
  margin: 0px 10px;
  vertical-align: top;
}

.footer_block_soc li a {
  display: inline-block;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: left;
}

.footer_block_contacts {
  float: right;
  text-align: right;
}

.about_block:after {
  display: block;
  content: '';
  clear: both;
}

.about_block img {
  margin-left: -67px;
}

.keys_block_li {
  display: inline-block;
  vertical-align: top;
}

.keys_block_label {
  position: absolute;
  top: 42px;
  left: 0px;
  z-index: 2;
  width: 255px;
  height: 43px;
  background-color: #ffbd4a;
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
}

.keys_block_item {
  position: relative;
}

.keys_block_price span {
  color: red;
}

.keys_block_arrow {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 43px;
  line-height: 43px;
  position: relative;
  top: 22px;
}

.why_block_table>div>div {
  display: inline-block;
  vertical-align: top;
  float: left;
  max-width: 368px;
}

.why_block_table:after {
  content: '';
  display: block;
  clear: both;
}

.why_block_table_item.checked {
  background: #1a2451;
  color: #ffbd4a;
  width: 301px;
}
.getfinance_block_list > div {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
}

.getfinance_block_list:after {content: '';display: block;clear: both;}

.getfinance_block_name {
  text-align: center;
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  padding: 80px 0px;
}
.service_block_list > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 645px;
}

.service_block:after {content: '';display: block;clear: both;}
.slide_img {
  position: absolute;
  bottom: 2px;
  right: 0px;
}
.slide_name {
  color: white;
  font-family: "Times New Roman";
  font-size: 63px;
  font-weight: 400;
  line-height: 69px;
  text-transform: uppercase;
  max-width: 920px;
  padding-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.slide_text {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  max-width: 765px;
  position: relative;
  z-index: 10;
}

.myslidbtns {
  position: absolute;
  bottom: 66px;
  left: 0px;
  width: 100%;
  z-index: 10;
  color: #fff;
}

.slidebl {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px !important;
}

.myslidenum:before {content: '';display: inline-block;vertical-align: middle;margin-right: 25px;width: 472px;height: 5px;background-color: #ffbd4a;}
.btns_li.active {
  position: absolute;
  z-index: 10;
  transition: .2s;
  opacity: 1;
  visibility: visible;
}

.btns_li a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #1a2451 !important;
  border-radius: 50%;
}

.btns_li li {
  margin: 10px 0px;
}

.social_list_btns {
  position: relative;
}

a.btn_social.active {
  background: #1a2451 !important;
}
.btns_li {
  position: absolute;
  top: 70px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btns_li a:hover {
  background: #ffbd4a;
}
a.btn_social.active:after {content: '';background: url(../images/closeh.png) no-repeat center center;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 2;}
a.btns_li_msg {
  background: url(../images/sh.png) no-repeat;
  background-position: -38px 17px !important;
}
a.btns_li_msg:hover {
  background: url(../images/s.png) no-repeat;
  background-color: white !important;
}
a.btns_li_viber{
  background: url(../images/sh.png) no-repeat;
  background-position: -143px 19px !important;
}
a.btns_li_telegram {
  background: url(../images/sh.png) no-repeat;
  background-position: -248px 19px !important;
}
a.btns_li_whatsapp {
  background: url(../images/sh.png) no-repeat;
  background-position: -358px 19px !important;
}
a.btns_li_facebook {
  background: url(../images/sh.png) no-repeat;
  background-position: -463px 19px !important;
}
a.btns_li_instagram {
  background: url(../images/sh.png) no-repeat;
  background-position: -571px 19px !important;
}

.btns_soc_li li a.btns_li_viber:hover,a.btns_li_viber:hover {
  background: url(../images/sw.png) no-repeat;
  background-color: #8f5db7 !important;
}
.btns_soc_li li a.btns_li_telegram:hover,a.btns_li_telegram:hover {
  background: url(../images/sw.png) no-repeat;
  background-color: #08c !important;
}
a.btns_li_whatsapp:hover,.btns_soc_li li a.btns_li_whatsapp:hover {
  background: url(../images/sw.png) no-repeat;
  background-color: #25d366 !important;
}
a.btns_li_facebook:hover,.btns_soc_li li a.btns_li_facebook:hover {
  background: url(../images/sw.png) no-repeat;
  background-color: #1876f2 !important;
}
a.btns_li_instagram:hover,.btns_soc_li li a.btns_li_instagram:hover {
  background: url(../images/sw.png) no-repeat;
  background-color: #cc2366  !important;
}
.myslidenum {
  font-family: "Times New Roman";
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 30px;
}

span.numcursl {
  color: #ffbd4a;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -5px;
}

span.numlastsl {
  color: white;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
}
a.request {
  width: 242px;
  height: 68px;
  background-color: #ffbd4a;
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
}

.request_btn {
  margin-left: 15px;
}

a.request:hover {
  color: #ffbd4a;
  background: #1a2451;
}
.phone_top a {
  color: #1a2451;
  font-size: 16px;
  font-weight: 700;
  line-height: 49px;
  text-decoration: none;
}

.head_top_left .menu_top a {
  color: #72757f;
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
  text-decoration: none;
}

.head_top_left .menu_top > ul > li {
  margin-right: 44px;
}

.head_top {
  border-bottom: 1px solid #d6d6d6;
}

.head_top_left .menu_top a:hover,.head_top_left .menu_top li.active > a {
  color: #1a2451;
}

.lang_block a {
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
  text-transform: uppercase;
  text-decoration: none;
  color: #656566;
}

.lang_block .lang-active a {
  color: #000215;
}

.lang_block li {
  margin-left: 26px;
}

.lang_block {
  margin-left: 52px;
}

.head_middle {
  height: 106px;
}

.head_middle_left .logo_block {
  margin-top: 21px;
  margin-right: 60px;
}

.head_middle_left .mainmenu_block li a {
  color: #1a2451;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.head_middle_left .mainmenu_block {
  margin-top: 21px;
}

.head_middle_left .mainmenu_block li {
  margin-right: 28px;
}

.head_middle_right {
  margin-top: 20px;
}

.lang_block a:hover {
  color: #1a2451;
}

.phone_top a:hover {
  color: #ffbc4a;
}

.head_top_left .menu_top > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.head_top_left .menu_top > ul li ul li {
  opacity: 0;
  -ms-transform: translateY(13px);
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
  -ms-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  padding: 6px 0px;
}

.head_top_left .menu_top > ul li:hover ul li {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.head_top_left .menu_top > ul li ul li a {
  color: #72757f;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}
.head_middle_left .mainmenu_block li a:hover {
  color: #ffbc4a;
}
.content > div {
  padding: 0px 40px;
  box-sizing: border-box;
}

#footer {
  padding: 0px 40px;
  padding-bottom: 40px;
}

#footer .container {
}

.footer_block_menu a {
  color: #c8dafe;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.footer_block {
  padding: 38px 0px;
  position: relative;
}

.footer_block_menu {
  width: 270px;
}

.fcopy {
  color: #8fa4cf;
  font-size: 13px;
  font-weight: 400;
  line-height: 49px;
}

.developres {
  color: #8fa4cf;
  font-size: 13px;
  font-weight: 400;
}

.developres a {
  color: #8fa4cf;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.developres a:hover {
  color: #ffbc49;
}

.fcopy a {
  color: #8fa4cf;
  font-size: 13px;
  font-weight: 400;
}

.fcopy a:hover {
  text-decoration: none;
}

.contact_footer {
  color: #c8dafe;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.contact_footer a {
  color: #ffbd4a;
  text-decoration: none;
}

.fc2 a {
  color: #dba54b;
}

.contact_footer span {
  margin-left: 5px;
}

.contact_footer:after {content: '';display: inline-block;width: 186px;height: 4px;background-color: #ffbd4a;position: absolute;bottom: 0px;right: 0px;}

.contact_footer a:hover {
  text-decoration: underline;
}


.footer_block_soc {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-top: 136px;
  top: 0px;
  width: 370px;
}

a.socfb {
  background: url(../images/shareh.png) no-repeat 0px 0px;
}

a.socinst{
  background: url(../images/shareh.png) no-repeat -76px 0px;
}

a.soctg {
  background: url(../images/shareh.png) no-repeat -150px 0px;
}

a.soctw{
  background: url(../images/shareh.png) no-repeat -226px 0px;
}

a.socyou {
  background: url(../images/shareh.png) no-repeat -302px 0px;
}


a.socfb:hover {
  background: url(../images/share.png) no-repeat 0px 0px;
}

a.socinst:hover{
  background: url(../images/share.png) no-repeat -76px 0px;
}

a.soctg:hover {
  background: url(../images/share.png) no-repeat -150px 0px;
}

a.soctw:hover{
  background: url(../images/share.png) no-repeat -226px 0px;
}

a.socyou:hover {
  background: url(../images/share.png) no-repeat -302px 0px;
}


.footer_block_menu a:hover {
  color: #ffbd4a;
}
.footer_content {
  background: #141b3b;
  position: relative;
  min-height: 354px;
}
ul.tabs__caption li.active:after,ul.tabs__caption li:hover:after {content: '';height: 5px;background-color: #ffbd4a;}

ul.tabs__caption li:after {content: '';height: 5px;background-color: #ffffff;display: block;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.tabs_item {
    margin-bottom: 6px;
}

.tabs_answer:before {content: '';display: block;width: 35px;height: 31px;background: url(../images/answer.png) no-repeat center center;position: absolute;left: 46px;top: 25px;}

.tabs_quest:hover {
    color: #ffbd4a;
}
.quest_block {
  padding: 85px 40px !important;
}
.about_block {
  color: #72757f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 56px;
}

.about_block p {
  margin-top: 30px;
}

.about_block .container:after {content: '';display: inline-block;width: 248px;height: 5px;background-color: #ffbd4a;margin-top: 70px;}
.keys_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 83px;
  text-transform: uppercase;
}

.keys_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.keys_block_txt {
  color: #72757f;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.keys_block_price {
  line-height: 36px;
  color: #72757f;
  font-size: 16px;
  font-weight: 400;
}

.keys_block_price span {
  color: #1a2451;
  font-size: 18px;
  font-weight: 700;
  margin-left: 6px;
}

.keys_block_img img {
  display: block;
}

.keys_block_img {
  margin-bottom: 23px;
}

.keys_block_ul .slick-slide {
  margin-right: 12px;
  width: 428px;
}

.keys_block {
  padding-bottom: 115px !important;
  background: url(../images/bg2.png) no-repeat center top;
  padding-top: 75px !important;
}

.keys_block_arrow button {
  width: 130px;
  height: 43px;
  text-indent: -9999px;
  border: 0px;
  margin-left: 56px;
}

.keys_block_arrow button.slick-prev.slick-arrow {
  background: url(../images/strl.png) no-repeat center center;
}

.keys_block_arrow button.slick-next.slick-arrow {
  background: url(../images/str.png) no-repeat center center;
}
.keys_block_arrow button.slick-prev.slick-arrow:hover {
  background: url(../images/strlb.png) no-repeat center center;
}

.keys_block_arrow button.slick-next.slick-arrow:hover {
  background: url(../images/strh.png) no-repeat center center;
}
.why_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px;
}

.why_block_table_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: 400;
  padding: 0px 35px;
  line-height: 112px;
}

.why_block_table_list {
  color: #72757f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.why_block_table_list > div {
  padding: 0px 35px 0px 35px;
  height: 74px;
  vertical-align: middle;
  line-height: 74px;
}

.why_block_table_item.checked .why_block_table_list > div:nth-child(odd) {
  background: #161f48;
}

.why_block_table_item .why_block_table_list > div:nth-child(odd) {
  background: #f9f9f9;
}
.why_block_table_item.checked .why_block_table_name {
  color: #ffbd4a;
}

.why_block_table_item.checked .why_block_table_list {
  color: #ffbd4a;
}

.why_block_table .why_block_table_item:nth-child(1) .why_block_table_name {
  padding: 0px 35px;
}

.why_block_table .why_block_table_item:nth-child(1) .why_block_table_list > div {
  padding: 0px 35px;
}
.why_block_table_list > div span {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.why_block_table {
  margin-bottom: 60px;
}
.rec_btn {
  text-align: center;
}

a.get_rec {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 700;
  line-height: 89px;
  text-transform: uppercase;
  width: 394px;
  height: 89px;
  background-color: #ffbd4a;
  text-decoration: none;
  display: inline-block;
}

a.get_rec:hover {
  background: #1a2451;
  color: #ffbd4a;
}
.getfinance_block_list_text {
  font-size: 20px;
  line-height: 36px;
  color: #72757f;
  font-weight: 400;
  padding: 0px 30px;
}

.getfinance_block_list_text span {
  color: #1a2451;
  font-weight: 700;
  margin-right: 6px;
}

.getfinance_block_list_img img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.getfinance_block_list_img {
  height: 270px;
  position: relative;
  margin-bottom: 46px;
}

.getfinance_block_list {
  padding-bottom: 100px;
}

.getfinance_block_list > div:first-child {
  padding: 0px;
}

.getfinance_block_list > div:last-child {
  /* text-align: center; */
}

.getfinance_block_list > div:first-child .getfinance_block_list_text {
  /* padding: 0px; */
}
.getfinance_block > div {
  background-color: white;
  box-shadow: 0 0 28.7px 0.3px rgba(0, 0, 0, 0.11);
}

.service_block_link a {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.service_block_link a:after {content: '';display: inline-block;width: 130px;height: 43px;background: url(../images/str.png) no-repeat center center;margin-left: 85px;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.service_block_link a:hover:after {
  background: url(../images/strh.png) no-repeat center center;
}

.service_block_img {
  margin-bottom: 25px;
  position: relative;
}

.service_block {
  padding-bottom: 80px !important;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}

.service_block_link a:hover {
}

.service_block_list > div:nth-child(even) {
  padding-left: 10px;
}

.service_block_list > div:nth-child(odd) {
  padding-right: 10px;
}

.service_block_item:nth-child(odd):hover .service_block_img a:after 
{opacity: 0.8;}

.service_block_item:nth-child(odd) .service_block_img a:after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-color: #ffbd4a;opacity: 0;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}



.service_block_img img {
    display: block;
}



.service_block_item:nth-child(even):hover .service_block_img a:after 
{opacity: 0.8;}

.service_block_item:nth-child(even) .service_block_img a:after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-color: #1a2451;opacity: 0;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.best_finance_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
  padding-top: 90px;
  padding-left: 355px;
  padding-bottom: 120px;
}

.best_finance_block_list div {
  font-size: 24px;
  line-height: 30px;
  color: #72757f;
  font-weight: 400;
  margin-bottom: 30px;
}

.best_finance_block_list div span {
  color: #1a2451;
  font-weight: 700;
  margin-right: 6px;
}

.best_finance_block_list {
  padding-left: 705px;
  position: relative;
}

.best_finance_block {
  min-height: 1001px;
  background: url(../images/bg.png) no-repeat center top;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px !important;
}
.bf_img1 {content: '';display: block;width: 291px;height: 864px;background: url(../images/bgl.png) no-repeat center center;position: absolute;top: 0px;left: 10px;}

.best_finance_block .container {
    position: relative;
    min-height: 948px;
}

.bf_img2 {content: '';display: block;width: 291px;height: 441px;background: url(../images/bgr.png) no-repeat center center;position: absolute;left: 365px;top: 498px;}
.service_block_list:after {content: '';display: block;clear: both;}

.why_block_table_item.checked .why_block_table_name {
  text-transform: uppercase;
}
.mobmenu:hover {
  background: url(../images/mobmenu.png) no-repeat center center #1a2451;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 7px;
}

ul.slick-dots li button {width: 15px;height: 15px;background: #ffbd4a;text-indent: -9999px;border: 0px;border-radius: 50%;}

ul.slick-dots {
  text-align: center;
  margin-top: 25px;
}

ul.slick-dots li.slick-active button {
  background: #1a2451;
}

.mobnav {
  left: 0;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
  top: 0;
  bottom: 0;
  width: 285px;
  position: fixed;
  z-index: 99;
  background: #fff;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  left: -100%;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.mobbg.active,
.menubg.active {
  display: block;
  opacity: 0.7;
  visibility: visible;
}
.mobbg,
.menubg {
  position: fixed;
  z-index: 55;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #080b18 !important;
  -webkit-transition: 0.2s visibility linear, 0.2s opacity linear;
  -o-transition: 0.2s visibility linear, 0.2s opacity linear;
  transition: 0.2s visibility linear, 0.2s opacity linear;
}

.mobbg.act {
  visibility: visible;
  opacity: 1;
}

.mobnav.active {
  left: 0px !important;
  visibility: visible;
  background: #fff;
}

span.mobclose {
  font-size: 33px;
  color: #1a2451;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  background: #ffc664;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.logo_block {}

.mobnav .logo_block img {
  width: 100%;
}

.mobnav .logo {
  padding-top: 3px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d6d6d6;
}

.mobnav .menu_top a {
  color: #72757f;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  text-decoration: none;
  display: block;
}

.mobnav .mainmenu_block a {
  color: #1a2451;
  font-size: 18px;
  font-weight: bold;
  line-height: 49px;
  text-decoration: none;
  display: block;
}

.mobnav .mainmenu_block li {
  display: block;
  /* border-bottom: 1px solid #c4c4c4; */
}

.mobnav .mainmenu_block a:hover {
  color: #1a2451;
}

.mobnav .menu_top li {
  display: block;
  /* border-top: 1px solid #c4c4c4; */
}

.mobnav .menu_top a:hover,.mobnav .menu_top li.active > a {
  color: #1a2451;
}

.mobnav .phone_top {
  text-align: center;
  padding: 13px 0px;
}

.mobnav .request_btn a {
  width: 100%;
}

.mobnav .request_btn {
  margin: 0px;
}
.mobnav .menu_top li.current > ul {
  display: block;
}

.mobnav .menu_top li ul {
  position: relative !important;
  display: none;
  top: 0px !important;
  opacity: 1;
  margin: 0px !important;
  padding: 0px !important;
  box-shadow: none;
  visibility: visible;
}

.mobnav .menu_top li ul li a {
  opacity: 1 !important;
  visibility: visible !important;
  padding-left: 15px;
  font-size: 15px;
}
span.topbt {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0px;
}

span.topbt > span {
  float: right;
  writing-mode: vertical-lr;
  color: #ffbd4a;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  top: -135px;
  cursor: pointer;
  left: 125px;
  z-index: 30;
}

span.topbt > span:after {content: '';display: block;width: 96px;height: 96px;background-color: #1a2451;border-radius: 50%;position: absolute;right: 0px;z-index: 5;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

span.topbt > span:before {content: '';display: block;width: 37px;height: 69px;background: url(../images/up.png);position: absolute;right: 30px;z-index: 10;top: -54px;}
span.topbt > span > span {
  position: relative;
  z-index: 15;
  position: relative;
  left: -33px;
  top: 27px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.topbt > span:hover:after {
  background: #f6c850;
}

span.topbt > span:hover {
  color: #1a2451;
}
.bread_block > div {
  background: #141d46;
}

.bread_block ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 47px;
  color: #ffbd4a;
}

.bread_block ul li a {
  color: white;
  text-decoration: none;
}

.bread_block ul li a:hover {
  color: #ffbd4a;
}

span.divider {
  color: white;
  margin: 0px 2px;
}

.page-header > div {
  height: 309px;
  line-height: 270px;
  background-color: #1a2451;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header h1 {
  color: white;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}
.contact_phone a {
  color: #1a2451;
  font-family: "PT Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.contact_phone a:hover {
  color: #ffbd4a;
}

.contact_email a {
  color: #1a2451;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.contact_email a:hover {
  color: #ffbd4a;
}

.contact_adres {
  color: #1a2451;
  font-family: "PT Sans";
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.contact_phone:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icons.png) no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
  }

.contact_phone {
  position: relative;
  padding-left: 105px;
}

.contact_email:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icons.png) no-repeat 0px -114px;
  position: absolute;
  left: 0px;
  top: -10px;
}

.contact_email {
  position: relative;
  padding-left: 105px;
}

.contact_adres {
  position: relative;
  padding-left: 105px;
}

.contact_adres:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/icons.png) no-repeat 0px -228px;
  position: absolute;
  left: 0px;
  top: -10px;
}
.contacts_data {
  padding-top: 90px;
  margin-bottom: 64px;
}

.contacts_data > div {
  margin-bottom: 60px;
}

.articletxt.textbl {
  padding-top: 85px !important;
  padding-bottom: 100px !important;
  position: relative;
  overflow: hidden;
}
.btns_soc_li li a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ffbd4a !important;
  border-radius: 50%;
}

.btns_soc_li li {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}

.btns_soc_li li a.btns_li_viber {
  background: url(../images/s.png) no-repeat;
  background-position: -143px 19px !important;
}
.btns_soc_li li a.btns_li_telegram {
  background: url(../images/s.png) no-repeat;
  background-position: -248px 19px !important;
}

.btns_soc_li li a.btns_li_whatsapp {
  background: url(../images/s.png) no-repeat;
  background-position: -358px 19px !important;
}

.btns_soc_li li a.btns_li_facebook {
  background: url(../images/s.png) no-repeat;
  background-position: -465px 20px !important;
}

.btns_soc_li li a.btns_li_instagram {
  background: url(../images/s.png) no-repeat;
  background-position: -571px 19px !important;
}
span.topbt.container.collaped {
  position: absolute;
  bottom: 328px;
}

.google_map_block {
  margin-bottom: 80px;
}
.form_name,.news_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0px 80px 0px;
}

.formBody textarea {
  border: 0px;
  border-bottom: 2px solid #1a2451;
  resize: none;
  font-size: 18px;
  font-weight: 400;
  color: #72757f;
  line-height: 29px;
  padding: 15px 0px;
  width: 100%;
}


.formBody input {
  border: 0px;
  border-bottom: 2px solid #1a2451;
  resize: none;
  font-size: 18px;
  font-weight: 400;
  color: #72757f;
  line-height: 54px;
  width: 100%;
}

.formBody {
  float: none !important;
  position: relative;
}

div.formBody button {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 700;
  line-height: 89px;
  text-transform: uppercase;
  width: 394px;
  height: 89px;
  background-color: #ffbd4a;
  border: 0px;
}

div.formBody button:hover {
  background: #1a2451;
  color: #ffbd4a;
}

.formbl > div {
  background-color: white;
  box-shadow: 0 0 28.7px 0.3px rgb(0 0 0 / 11%);
  padding-bottom: 60px;
}

.formbl {
  margin-bottom: 80px;
}
label.formControlLabel {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  top: 0px;
  cursor: text;
}

label.formControlLabel 
strong.formRequired {
  color: #1a2451;
}

.rsform-block.rsform-block-request-send {
  text-align: center;
  margin-top: 100px;
}

.rsform-block {
  position: relative;
  margin-bottom: 33px;
}


.rsform-block.filled label.formControlLabel {
  top: -32px;
  font-size: 15px;
  cursor: default;
}
.tree_col > div {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
  padding: 0px 18px;
}

.tree_col:after {content: '';display: block;clear: both;}

.tree_col > div:first-child {
  padding-left: 0px !important;
}

.tree_col > div:last-child {
  padding-right: 0px !important;
}

.rsform.formbl {
  margin: 0px !important;
}
p.formRed {
  display: none;
}

span.formValidation {
  display: none;
}

input.rsform-error,textarea.rsform-error {
  border-bottom: 2px solid #ff0000;
}
.rsform-error .formRequired {
  color: red !important;
}
.content 
 .social_list_btns .container {
    padding: 0px !IMPORTANT;
}
.formname {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 34px;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
}

.formtext {
  font-size: 19px;
  line-height: 30px;
  color: #72757f;
  font-weight: 400;
}

.b-modal {
  background: #080b18 !important;
}
.popwind .tree_col > div {
  display: block !important;
  width: 100% !IMPORTANT;
  text-align: left;
  padding: 0px !IMPORTANT;
}

.popwind form {
  text-align: left;
}

.popwind .form_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 36px;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0px !IMPORTANT;
}

.popwind .rsform-block.rsform-block-request-send {
  margin-top: 25px;
  margin-bottom: 0px !important;
}

.popwind .formBody textarea {
  height: 88px;
}

.popwind .rsform-block {
  margin-bottom: 25px;
}

.popwind div.formBody button {
  width: 100%;
}
.errorpage .articletxt.textbl {
  font-size: 21px;
}
.mobnav .logo .logo_block {
  width: 210px;
}
.mobnav .menu_top li.active ul {
  display: block;
}
body.mob {
  overflow: hidden;
}
.articletxt.textbl img {height: auto;}
.textbl b,.textbl strong {
  color: #1a2451;
  font-weight: 700;
}

.textbl,.editoradmin {
  font-size: 20px;
  line-height: 30px;
  color: #72757f;
  font-weight: 400;
}
.google_map_block iframe {
  display: block;
  box-shadow: 0 0 28.7px 0.3px rgb(0 0 0 / 11%);
}
.date_news {
  color: #1a2451;
  font-size: 18px;
  font-weight: 700;
  width: 143px;
  height: 54px;
  background-color: #ffbd4a;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.newsitem {
  width: 462px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.news_detail a {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.news_name a {
  color: #72757f;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.news_detail a:after {content: '';display: inline-block;width: 86px;height: 28px;background: url(../images/detail.png) no-repeat center center;margin-left: 25px;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;vertical-align: middle;}


.news_img img {
  display: block;
  width: 100%;
  -webkit-transition: transform .65s cubic-bezier(.05,0.2,.1,1);
  transition: transform .65s cubic-bezier(.05,0.2,.1,1);
}

.news_img {
  margin-bottom: 25px;
  overflow: hidden;
}


.latestnews:after {content: '';display: block;clear: both;}

.news_name {
  min-height: 96px;
  margin-bottom: 20px;
}

.news_detail a:hover:after {
  background: url(../images/detailh.png) no-repeat center center;
}
.newsitem:hover img {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}
.latestnews_list .slick-slide {
  width: 462px;
  padding-right: 96px;
}

.latestnews_list {
  position: relative;
  overflow: hidden;
}

span.latestnews_cursl {
  color: #ffbd4a;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -5px;
}

span.latestnews_lastsl {
  color: #1a2451;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.latestnews_nums {
  font-family: "Times New Roman";
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
}

.latestnews_nums_arrow {
  text-align: center;
}

.latestnews_arrow {
  position: absolute;
  bottom: 20px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.latestnews_nums_arrow {
  position: relative;
  padding-top: 70px;
}

.latestnews_arrow button {
  margin: 0px 80px;
}

.latestnews_arrow button.slick-arrow {
  width: 130px;
  height: 43px;
  text-indent: -9999px;
  border: 0px;
}

.latestnews_arrow button.slick-next.slick-arrow {
  background: url(../images/str.png) no-repeat center center;
}

.latestnews_arrow button.slick-prev.slick-arrow {
  background: url(../images/strlh.png) no-repeat center center;
}
.latestnews_arrow button.slick-prev.slick-arrow:hover {
  background: url(../images/strlb.png) no-repeat center center;
}

.latestnews_arrow button.slick-next.slick-arrow:hover {
  background: url(../images/strh.png) no-repeat center center;
}

.content > div.pres_relise_block {position: relative;padding-bottom: 65px !important;}

.latestnews.pres_relise_block {
  padding: 0px !important;
}
.items-row:after {content: '';display: block;clear: both;}

.items-row .newsitem {
    width: 100%;
    display: block;
}

.items-row .newsitem .news_img {
    width: 462px;
    float: left;
}

.items-row .newsitem .txt_news {
    width: calc(100% - 462px);
    float: right;
    box-sizing: border-box;
    padding-left: 100px;
    padding-bottom: 50px;
    min-height: 294px;
    position: relative;
}

.items-row .newsitem .txt_news .news_name {
    min-height: auto;
    margin-top: -10px;
}

.items-row .newsitem .txt_news .news_name a {
    color: #1a2451;
    font-family: "Times New Roman";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}


.items-row .newsitem .txt_news .news_detail {
    position: absolute;
    bottom: 0px;
    left: 100px;
}

.items-row {
    margin-bottom: 80px;
}
.latestnews.articles-block {
  margin-bottom: 60px;
  margin-top: 90px;
}
.pagination {
  padding-bottom: 80px;
}

.pagination a:hover {
  background: #ffbd4a;
  color: #1a2451;
}
.title-testimonial {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 30px;
}

.comment-testimonial.comment.more.comment1 {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.company-active {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: 400;
  line-height: 55px;
}

.testimbl:before {content: '';display: block;width: 136px;height: 97px;background: url(../images/quote.png) no-repeat center center;position: absolute;top: 7px;left: 0px;}

.testimbl {
  position: relative;
}

.testimbl > div {
  position: relative;
  z-index: 5;
}

.jux-container-testimonial {
  margin: 85px 0px;
}

div#reviewlist {
  margin-top: 110px;
}
.rsform-block.rsform-block-formsend {
  text-align: center;
margin-top: 100px;
}
.review_block .jux-container-testimonial {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 478px;
}
.review_block .slick-slide {
  width: 480px;
  padding-right: 50px;
}

.comment-testimonial {
  color: #72757f;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.review_block {
    padding-bottom: 90px !important;
}

.review_block .getfinance_block_name {
  padding-bottom: 55px;
}

.review_nums_arrow {
  position: relative;
  padding-top: 70px;
  text-align: center;
}

.review_nums {
  font-family: "Times New Roman";
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
}

span.review_cursl {
  color: #ffbd4a;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -5px;
}

span.review_lastsl {
  color: #1a2451;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.review_arrow {
  position: absolute;
  bottom: 20px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.review_arrow button.slick-prev.slick-arrow {
  background: url(../images/strlh.png) no-repeat center center;
}

.review_arrow button.slick-arrow {
  width: 130px;
  height: 43px;
  margin: 0px 80px;
  text-indent: -9999px;
  border: 0px;
}

.review_arrow 
button.slick-next.slick-arrow {
  background: url(../images/str.png) no-repeat center center;
}

.review_arrow button.slick-next.slick-arrow:hover {
  background: url(../images/strh.png) no-repeat center center;
}

.review_arrow button.slick-prev.slick-arrow:hover {
  background: url(../images/strlb.png) no-repeat center center;
}
.getfinance_block_list.twocol > div {
  width: 50%;
  text-align: left;
}

.getfinance_block_list.twocol .getfinance_block_list_img {
    height: 200px;
}

.getfinance_block_list.twocol > div > div {
    padding: 0px !important;
}

.getfinance_block_list.twocol > div:first-child > div {
    padding-right: 20px !important;
}

.getfinance_block_list.twocol > div:last-child > div {
    padding-left: 20px !important;
}

.getfinance_block_list.twocol span {
    background: #eea631;
    color: #1a2451;
    padding: 0px 4px;
}
.files_block_files span {
  position: absolute;
  left: 0px;
  background: #ffbd4a;
  color: #1a2451;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.files_block_names {
  position: relative;
}
.files_block_files {
  position: relative;
  padding-left: 66px;
  margin: 20px 0px;
}

.files_block_names {
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 20px 75px 20px 47px;
  position: relative;
  color: #1a2451;
  font-size: 18px;
  font-weight: 400;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.files_block_names:after {
  content: '';
  background: url(../images/plus.png) no-repeat center center;
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  right: 25px;
  top: 21px;
}

.files_block_files a {
  text-decoration: none;
  color: #1a2451;
  font-size: 17px;
}

.files_block_files a:hover {
  color: #ffbd4a;
}

.files_block_lists {
  display: none;
  padding-left: 108px;
  padding-right: 110px;
  padding-top: 7px;
  padding-bottom: 1px;
  position: relative;
}
.files_block_item {
  margin-bottom: 10px;
}
.files_block_names:hover {
  color: #ffbd4a;
}
.files_block_lists.active {
  display: block;
}

.files_block_names.active:after {
  background: url(../images/minus.png) no-repeat center center;
}
.files_block_lists:before {
  content: '';
  display: block;
  width: 35px;
  height: 31px;
  background: url(../images/answer.png) no-repeat center center;
  position: absolute;
  left: 46px;
  top: 25px;
}
.files_block_files a:hover span {
  background: #1a2451;
  color: #ffbd4a;
}
.team_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
}

.team_block_list_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 30px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
}

.team_block_list_text {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.team_block_list_img {
  width: 572px;
  height: 572px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  float: left;
}
.team_block_list_rbl {
  float: right;
  width: calc(100% - 572px);
  box-sizing: border-box;
  padding-top: 155px;
  padding-left: 140px;
}

.team_block_item:after {content: '';display: block;clear: both;}
.team_arrow {
  position: absolute;
  bottom: 20px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.team_arrow button {
  width: 130px;
  height: 43px;
  margin: 0px 80px;
  text-indent: -9999px;
  border: 0px;
}


.team_arrow button.slick-prev.slick-arrow {
  background: url(../images/strlh.png) no-repeat center center;
}

.team_arrow 
button.slick-next.slick-arrow {
  background: url(../images/str.png) no-repeat center center;
}

.team_nums {
  font-family: "Times New Roman";
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
}

span.team_cursl {
  color: #ffbd4a;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -5px;
}

span.team_lastsl {
  color: #1a2451;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.team_nums_arrow {
  position: relative;
  text-align: center;
}

.team_block .team_block_name {
  position: absolute;
  padding-left: 709px;
  padding-top: 30px;
}

.team_btns {
  position: absolute;
  width: 582px;
  padding-left: 625px;
  bottom: 125px;
}


.team_block .container {
  position: relative;
  padding-bottom: 140px;
}
.team_block_list_img {
  display: flex;
  justify-content: center; 
  align-items: center; 
  display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.team_block_list_img img {
  max-height: 100%;
}
.category-desc {
  color: #72757f;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 65px;
  padding-bottom: 65px;
  position: relative;
}

.cat-header h1 {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  padding-top: 90px;
  padding-bottom: 80px;
}

.category-desc.clearfix:after {
  width: 248px;
  height: 5px;
  background-color: #ffbd4a;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.cat_cond span {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px 0px 0px 15px;
}

.cat_srok span {
  color: #1a2451;
  font-family: "Times New Roman";
  font-weight: 400;
  line-height: 36px;
  font-size: 36px;
  display: inline-block;
  margin: 0px 0px 0px 15px;
}

.cat_srok {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.cat_cond {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-left: 45px;
}

.cat_srok_data > div {
  display: inline-block;
}

.cat_name a {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
}

.cat_srok_data:after {content: '';display: block;height: 2px;background-color: #d6d6d6;width: 100%;position: absolute;left: 0px;bottom: 0px;}

.cat_srok_data {
  padding-bottom: 50px;
  margin-bottom: 60px;
  position: relative;
}

.cat_name {
  margin-bottom: 72px;
}

.txt_cat {
  float: right;
  float: right;
  width: calc(100% - 486px);
  box-sizing: border-box;
  padding-left: 50px;
}

.cat_img {
  width: 530px;
  margin-left: -44px;
  float: left;
  margin-top: 29px;
}

.cat_img img {
  max-width: 100%;
}
.cat_detail > div {
  display: inline-block;
  vertical-align: middle;
}

.cat_detail a {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.cat_detail a:after {
  content: '';
  display: inline-block;
  width: 86px;
  height: 28px;
  background: url(../images/detail.png) no-repeat center center;
  margin-left: 25px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}

.cat_detail a:hover:after {
  background: url(../images/detailh.png) no-repeat center center;
}
.cat_detaildiv > div {
  display: inline-block;
  vertical-align: middle;
}

.cat_get_service a {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
  width: 394px;
  height: 89px;
  border: 2px solid #ffbd4a;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 89px;
  box-sizing: border-box;
}

.cat_get_service {
  margin-right: 50px;
}
.cat_get_service a:hover {
  border: 2px solid #141b3b;
  background: #141b3b;
  color: #ffbd4a;
}
.cat_name a span {
  font-size: 33px;
  text-transform: none;
}


.catlistpage .latestnews .items-row:nth-child(even) .txt_cat {
  float: left;
  padding-right: 25px;
  padding-left: 0px;
  width: calc(100% - 532px);
}

.catlistpage .latestnews .items-row:nth-child(even) .cat_img {
  float: right;
  margin-left: 0px !important;
  margin-top: -25px;
  text-align: right;
}

.catlistpage .latestnews .items-row {
  margin-bottom: 120px;
}
.cat-dop-header {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 60px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.catlistpage {
  padding-bottom: 100px !important;
}

.catlistpage .latestnews {
  border-bottom: 5px solid #ffbd4a;
}
.formbl.beforebl {
  padding-bottom: 0px !IMPORTANT;
  margin-bottom: 0px;
}

.textbl h2,.editoradmin h2 {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.textbl h3,.editoradmin h3{
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 48px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.textbl h4,.editoradmin h4 {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 60px;
}
.descrippagetxt {
  padding-bottom: 80px !important;
  padding-top: 100px !important;
}

.best_finance_block.why_agent .best_finance_block_name {
  padding-bottom: 76px;
}
.best_finance_block_list div:last-child {
  margin-bottom: 0px !important;
}
.info_block_name {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  text-transform: uppercase;
}
.info_block_item h4 {margin-bottom: 15px;}

.textbl ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}

.textbl ul li:before {content: '';display: inline-block;width: 10px;height: 10px;background: #ffbd4a;position: absolute;left: 0px;top: 10px;}

.info_block_image {
    float: left;
    width: 780px;
    margin-top: -2px;
}

.info_block_image img {
    width: 100%;
}


.info_agent .container:after {content: '';display: block;clear: both;}

.info_block_area {
    width: calc(100% - 780px);
    float: right;
    padding-left: 40px;
    box-sizing: border-box;
}
.info_agent {
  padding-bottom: 50px !important;
}
.info_block_nums {
  font-family: "Times New Roman";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
}

span.info_block_cursl {
  color: #ffbd4a;
  font-size: 20px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: -5px;
}

span.info_block_lastsl {
  color: #1a2451;
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.info_block_arrow {}

.info_block_arrow button.slick-prev.slick-arrow {
  display: none !important;
}

.info_block_arrow button.slick-next.slick-arrow {
  background: url(../images/str.png) no-repeat center center;
  text-indent: -9999px;
  border: 0px;
  width: 86px;
  height: 28px;
  background-size: contain !important;
}

.info_block_nums_arrow > div {
  display: inline-block;
  vertical-align: top;
}

.info_block_nums_arrow:before {content: '';display: inline-block;width: 398px;height: 5px;background-color: #ffbd4a;vertical-align: middle;margin-right: 20px;}

.info_block_arrow {
  margin-left: 20px;
}
.info_block_item {
  padding-bottom: 8px;
}
.info_block_arrow a:after {content: '';display: inline-block;background: url(../images/str.png) no-repeat center center;text-indent: -9999px;border: 0px;width: 86px;vertical-align: top;height: 28px;position: relative;background-size: contain !important;top: 1px;margin-left: 25px;}

.info_block_arrow a {
    color: #1a2451;
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.info_block_arrow {
    float: right;
}

.info_block_arrow a:hover:after {
    background: url(../images/strh.png) no-repeat center center;
}
.info_block_list {
  padding-bottom: 23px;
}
.pres_relise_block .news_block_name {
  padding-top: 25px !important;
}
.review_block .getfinance_block_name {
  padding-top: 30px;
}
.review_block {
  margin-top: 90px !important;
}
.textbl h1 {
  margin-bottom: 30px;
}
.kvadrat_block > div > div {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.kvadr_txt {
  color: #1a2451;
  font-family: "Times New Roman";
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.kvadr_name {
  color: #72757f;
  font-family: "PT Sans";
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.kvadr_name:after {content: '';display: block;width: 155px;height: 5px;background-color: #ffbd4a;position: absolute;bottom: 0px;left: 0px;}

.kvadr_item {
  width: 309px;
  height: 413px;
  background-color: white;
  box-shadow: 0 0 28.7px 0.3px rgba(0, 0, 0, 0.11);
  margin: 0px 12px;
  box-sizing: border-box;
  padding: 73px 37px 37px 37px;
  margin-bottom: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.kvadrat_block > div:after {content: '';display: block;clear: both;}

.kvadrat_block {
  margin-top: -130px;
  margin-bottom: 48px;
}

.kvadr_item:nth-child(1) {
  margin-left: 0px !important;
}
.kvadr_item:nth-child(5) {
  margin-left: 0px !important;
}

.kvadr_item:nth-child(4) {
  margin-right: 0px !important;
}
.kvadr_item:nth-child(8) {
  margin-right: 0px !important;
}
.repeatfield_block {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.rsform-block.rsform-block-recuest-link {
  display: none  !important;
}

.rsform-block.rsform-block-recuest-serv {
  display: none  !important;
}

.kvadr_item:hover {
  box-shadow: 0 0 28.7px 0.3px rgb(0 0 0 / 26%);
}
.head_middle_left .mainmenu_block li:last-child {
    margin: 0px !important;
}
.wbtable_col5 .why_block_table_item {
    max-width: 316px;
}
.wbtable_col5 .why_block_table_item .why_block_table_list > div  {
   padding: 0px 20px 0px 20px;
}


.wbtable_col5 .why_block_table_name span {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.wbtable_col5 .why_block_table_name {
    padding: 0px 20px;
}

.why_block {
    margin-bottom: 80px;
}
.btns_soc_li li:before {
    display: none !important;
}

.btns_soc_li li {
    padding: 0px !IMPORTANT;
}
.header.topx > div {
    position: fixed;
    top: -300px;
    left: 0px;
    z-index: 60;
    background: #fff;
    width: 100%;
}

.header {
    /*height: 156px;*/
}

.header.topx.tops > div {
    top: 0px;
}

.header > div {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.head_middle_left .logo_block img {
    width: 100%;
}

.footer_before_text {
    padding-bottom: 70px !important;
}

.service_block_item img {
    max-width: 100%;
}

.keys_block_ul .slick-slide img {
    max-width: 100%;
}
.rsform-block-recuest_link {
    display: none;
}
.usefinanse_block_list > div {
    display: inline-block;
    vertical-align: top;
    color: #72757f;
    font-family: "PT Sans";
    font-size: 18px;
    line-height: 60px;
    position: relative;
    padding: 0px 85px;
}

.usefinanse_block_name {
    color: #1a2451;
    font-family: "Times New Roman";
    font-size: 51px;
    font-weight: 400;
    line-height: 85px;
    text-transform: uppercase;
    text-align: center;
}

.usefinanse_block {
    padding-top: 50px !important;
    margin-bottom: 50px !important;
}

.usefinanse_block_name:before {content: '';width: 179px;height: 171px;background: url(../images/raketa.png) no-repeat center center;display: block;margin: 0px auto;margin-bottom: 35px;}

.usefinanse_block_list > div > div:before {content: '';display: inline-block;width: 7px;height: 7px;background-color: #1a2451;border-radius: 50%;position: absolute;left: 0px;top: 26px;}

.usefinanse_block_list > div > div {
    position: relative;
    padding-left: 27px;
    text-align: left;
}

.usefinanse_block_list {
    text-align: center;
}
.usefinanse_block_list > div a {
    color: #72757f;
    text-decoration: none;
}

.usefinanse_block_list > div a:hover {
    color: #ffbd4a;
}

.celiafter_block {
    color: #1a2451;
    font-family: "PT Sans";
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-top: 55px;
}

.celibg_block {
    color: white;
    font-family: "Times New Roman";
    font-weight: 400;
    text-transform: uppercase;
    background: url(../images/bgceni.png) no-repeat center center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}

.celi_name {
    position: relative;
    font-size: 46px;
    line-height: 85px;
    margin-bottom: 15px;
}

.celi_text {
    font-size: 29px;
    line-height: 46px;
    max-width: 900px;
    margin: 0px auto;
}
.usefinanse_block_list {
    padding-top: 50px;
    margin-left: 107px;
}.celibg_block {}

.celi_name:after {content: '';display: block;width: 2px;height: 118px;background-color: #ffbd4a;position: absolute;right: 30px;top: 4px;}

.celi_text:before {
    content: '';
    display: block;
    width: 2px;
    height: 82px;
    background-color: #ffbd4a;
    position: absolute;
    left: 30px;
    bottom: 22px;
}

.celi_block_list > div > div {
    color: #72757f;
    font-family: "PT Sans";
    font-size: 18px;
    line-height: 60px;
    border-bottom: 2px solid #72757f;
}

.celi_block_list > div {
    display: inline-block;
    vertical-align: top;
    margin: 0px 41px;
    width: 265px;
    float: left;
}

.celi_block_list > div:first-child {
    margin-left: 0px !important;
}

.celi_block_list > div:last-child {
    margin-right: 0px !important;
}

.celi_block_list:after {content: '';display: block;clear: both;}

.celi_block_list {
    margin-bottom: 40px;
    padding-top: 35px;
}

.celitext_block {
    margin-top: 50px !important;
    padding-bottom: 50px !important;
}
.celitext_block {
    background: url(../images/bgceni2.jpg) no-repeat center center;
}
.fastfinance_block_list > div {
    display: inline-block;
    vertical-align: top;
    width: 322px;
    text-align: center;
    padding-bottom: 75px;
    padding-top: 15px;
}

.fastfinance_name {
    color: #1a2451;
    font-family: "Times New Roman";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.fastfinance_text {
    color: #72757f;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 400;
}

.fastfinance_img {
    height: 200px;
    line-height: 195px;
    margin-bottom: 23px;
}

.fastfinance_img img {
    vertical-align: bottom;
    display: inline-block;
}

.fastfinance_block > div {
    background-color: white;
    box-shadow: 0 0 28.7px 0.3px rgb(0 0 0 / 11%);
}
.fastfinance_block_name {
    color: #1a2451;
    font-family: "Times New Roman";
    font-size: 62px;
    font-weight: 400;
    line-height: 85px;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 40px;
    padding-right: 487px;
    /* width: 989px; */
    position: relative;
}

.fastfinance_block_name:before {content: '';width: 585px;height: 349px;display: inline-block;float: right;background: url(../images/kofe.jpg) no-repeat center center;/* margin-right: -208px; */position: absolute;bottom: 0px;right: 0px;z-index: -1;}

.fastfinancetext_block {
    overflow: hidden;
}

.fastfinancetext_block .container {
    position: relative;
}
.celitext_block {
    overflow: hidden;
}

.usefinanse_block {
    overflow: hidden;
}

.fastfinance_block {
    overflow: hidden;
    padding-bottom: 50px !important;
    margin-bottom: -27px;
}