body {
  background-color: #fff;
  color: #243238;
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  line-height: 18px;
  margin: 0;
  min-width: 320px;
  width: 100%;
}
::selection {
  background-color: #4682B4;
  color: #fff;
}
::-moz-selection {
  background-color: #4682B4;
  color: #fff;
}
.navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}
.topbar {
  background-color: rgba(0,0,0,0.15);
  text-align: right;
  padding-top: 12px;
  padding-bottom: 2px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}
.topbar li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: 24px;
}
.topbar i {
  margin-right: 5px;
  opacity: 0.7;
}
.topbar a {
  color: #fff;
}
.topbar a:hover {
  text-decoration: none;
  color: #4682B4;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 24px;
  height: 3px;
}
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 26px;
}
.navbar-default .navbar-brand-logo {
  background-image: url('/images/finance/logo-white.png');
  float: left;
  height: 25px;
  margin: 25px 10px 0 0;
  width: 25px;
}
.navbar-default .navbar-collapse {
  z-index: 1000;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 35px;
  padding-top: 26px;
  padding-bottom: 26px;
  transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > li > a > span:not(.caret) {
  padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a.current > span:not(.caret) {
  border: 2px solid #fff;
  border-radius: 20px;
}
.navbar-default .navbar-nav > li > a:not(.current):hover > span:not(.caret) {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 20px;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: auto;
}
.navbar-right .dropdown-menu {
  right: auto;
}
.dropdown-menu {
  background-color: rgba(255,255,255,0.85);
  text-align: center;
  border: none;
  border-radius: 2px;
  min-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .divider {
  background-color: rgba(0,0,0,0.1);
}
.dropdown-menu li a {
  color: #292929;
  font-size: 13px;
}
.dropdown-menu li a:hover {
  background-color: transparent;
}
.intro-1 {
  background-size: cover;
  background-position: center;
}
.intro-2 {
  height: 400px !important;
}
.intro {
  text-align: center;
  height: 105vh;
  margin-top: -20px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.intro .intro-content {
  padding-top: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
h1 {
  font-size: 35pt;
  text-align: center;
}
.btn-white {
  background-color: #fff;
  color: #292929;
}
.btn-white:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
.btn-transparent {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 34px;
}
.btn-transparent:hover {
  background-color: #fff;
  color: #292929;
}
.btn-lightgreen {
  background-color: #44ffed;
  color: #fff;
}
.btn-lightgreen:hover {
  background-color: transparent;
  color: #44ffed;
  -webkit-box-shadow: 0 0 0 2px #44ffed;
  box-shadow: 0 0 0 2px #44ffed;
}
.btn-lightred {
  background-color: #4682B4;
  color: #fff;
}
.btn-lightred:hover {
  background-color: transparent;
  color: #4682B4;
  -webkit-box-shadow: 0 0 0 2px #4682B4;
  box-shadow: 0 0 0 2px #4682B4;
}
.btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  padding: 16px 34px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}
#nav1.scrolled {
  position: fixed;
  top: -90px;
  background-color: rgba(255,255,255,0.9);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
  transform: translateY(70px);
  transition: transform 500ms ease, background 900ms ease;
  -webkit-transition: transform 500ms ease, background 900ms ease;
}
#nav1.scrolled .topbar {
  display: none;
}
#nav1.scrolled .navbar-padding {
  padding-top: 20px;
}
#nav1.scrolled .navbar-nav > li > a {
  color: #2e363a;
}
#nav1.scrolled .navbar-brand {
  color: #4682B4;
}
#nav1.scrolled ul.dropdown-menu {
  background-color: #2e363a;
}
#nav1.scrolled ul.dropdown-menu li a {
  color: #fff;
}
#nav1.scrolled ul.dropdown-menu .divider {
  background-color: #3d4549;
}
#nav1.scrolled .navbar-toggle .icon-bar {
  background-color: #2e363a;
}
#nav1.scrolled .navbar-brand-logo {
  background-image: url('/images/finance/logo-pink.png');
}
#nav1.scrolled .navbar-default .navbar-nav > li > a > span:not(.caret) {
  padding: 10px;
}
#nav1.scrolled .navbar-nav > li > a.current > span:not(.caret) {
  border: 2px solid #4682B4;
  border-radius: 20px;
}
#nav1.scrolled .navbar-nav > li > a:not(.current):hover > span:not(.caret) {
  -webkit-box-shadow: 0 0 0 2px #4682B4;
  box-shadow: 0 0 0 2px #4682B4;
  border-radius: 20px;
}
.navbar-default .navbar-collapse {
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
  }
  .intro p {
    font-size: 20px;
    width: 100%;
  }
  .intro .btn {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-default .navbar-brand {
    padding-top: 18px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #292929;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(255,255,255,0.8);
    border: none;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: rgba(255,255,255,0.85);
    text-align: left;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:hover {
    color: #292929;
  }
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #292929;
  }
  .main-services .main-services-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .table-tr .table-td-3 {
    color: white;
    border: 1px solid #C7C7C7;
    background-color: #878787;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-default .navbar-brand {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-big {
    padding: 130px 0;
  }
  .main-double-block .right-image {
    right: 0;
    width: 50vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 1px;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: none;
    margin: 0;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  h3,
  .heading-3 {
    font-size: 40px;
    line-height: 1.35;
    font-weight: 300;
  }
}
.main-home {
  padding-top: 30px;
}
header {
  text-align: center;
}
header h2 {
  margin-bottom: 35px;
}
header .sub-heading {
  color: #888;
  font-size: 20px;
  line-height: 1.7em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  text-align: left;
}
header img {
  margin-bottom: 20px;
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-white {
  background-color: #fff !important;
}
.main-double-block {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  margin-top: 100px;
}
.main-double-block p {
  font-size: 18px;
  margin-top: 28px;
  line-height: 1.88889;
  color: #888;
}
.main-double-block .right-image {
  background-image: url('/images/finance/home-default.png');
}
.separator {
  background-size: cover;
  text-align: center;
  height: 500px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: 100px;
}
.separator-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.separator h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
.separator h3,
.separator .news-title,
.separator p {
  color: #fff;
}
.separator p {
  font-size: 15px;
  line-height: 21px;
}
.separator .news-title {
  font-size: 25px;
  margin: 45px 0 20px 0;
  line-height: 30px;
}
.separator .news-title:hover {
  text-decoration: none;
  color: #4682B4;
}
.separator .news-title:not(.btn) {
  display: block;
}
.separator .separator-button {
  margin-top: 40px;
  padding-bottom: 20px;
}
footer {
  background-color: #2e363a;
  padding-top: 10px;
  margin-top: 50px;
}
footer h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
footer p,
footer a,
footer h4 {
  color: #fff;
}
footer ul.footer-menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
footer li {
  margin-bottom: 7px;
}
footer a,
footer p {
  font-size: 14px;
}
footer a:hover {
  color: #fff;
}
.copyright {
  color: #c1cedc;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #919ca6;
  padding-top: 22px;
}
.copyright a:hover {
  color: #4682B4;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-services {
  padding-top: 65px;
  text-align: center;
}
.main-services h4,
.main-services h4 a {
  color: #292929;
  font-size: 25px;
  font-style: normal;
  letter-spacing: 1px;
}
.main-services h4 a {
  text-decoration: none;
}
.main-services h4 a:hover {
  color: #4682B4;
}
.main-services .main-services-image i {
  font-size: 60px;
  color: #4682B4;
}
.main-services .main-services-name,
.main-services .main-services-text {
  padding-top: 10px;
}
.main-services .main-services-text p {
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}
.main-services a.btn {
  margin-top: 10px;
}
#back-to-top {
  backface-visibility: hidden;
  bottom: 65px;
  color: #cdcdcd;
  height: auto;
  margin: 0;
  position: fixed;
  right: 25px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 10000;
}
#back-to-top.off {
  right: 25px;
}
#back-to-top.on {
  opacity: 1;
  right: 25px;
  visibility: visible;
}
#back-to-top span {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: 2px solid #4682B4;
  border-radius: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 52px;
}
#back-to-top span i {
  transition: color 0.2s ease 0s;
  color: #4682B4;
  font-size: 22px;
  line-height: 45px;
}
#back-to-top:hover span {
  background-color: #4682B4;
}
#back-to-top:hover span i {
  color: #fff;
}
#back-to-top span {
  text-align: center;
}
.separator-small {
  background-color: #4682B4;
  display: block;
  height: 2px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}
.responsive-image {
  max-width: 100%;
}
.cell:nth-child(odd) {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cell:nth-child(even) {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.cell img {
  display: block;
}
.grid {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .cell {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .cell {
    width: calc(50%);
  }
}
.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.overlay img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.overlay .image-overlay-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(39,62,84,0.52);
}
.overlay h2 {
  font-size: 1.8rem;
  margin-top: 25%;
  color: #fff;
}
.overlay p {
  color: #fff;
  transition: all 0.2s linear;
}
.overlay .button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
}
.overlay .button:hover {
  border: 2px solid #4682B4;
}
.overlay .button:hover i {
  color: #4682B4;
}
.overlay:hover .image-overlay-content {
  opacity: 1;
}
.overlay:hover img {
  transition-delay: 0.1s;
}
.overlay:hover p {
  opacity: 1;
  transition-delay: 0.4s;
}
.text-align-center {
  text-align: center !important;
}
footer .footer-menu a:hover,
footer p a:hover {
  color: #4682B4;
}
footer ul.social {
  margin-top: 40px;
  display: inline-block;
}
footer .social a {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 2px;
}
footer .social a:hover {
  background-color: #4682B4;
  border: 2px solid #4682B4;
}
footer ul.social li {
  float: left;
}
footer ul.social li:not(:last-child) {
  margin-right: 10px;
}
#yandexMap {
  width: 100%;
  height: 350px;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #yandexMap {
    margin-top: 50px;
  }
  .fix-block-width {
    width: 100%;
    overflow: scroll;
  }
}
.main-contacts {
  margin-top: 100px;
}
.main-contacts .contacts input,
.main-contacts .contacts textarea {
  padding: 22px 26px 21px;
  color: #303030;
  border: 2px solid #777;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 12px;
  margin-bottom: 5px;
  margin-top: 0;
}
.main-contacts .contacts textarea {
  height: 210px !important;
}
.main-contacts .contacts *:-moz-placeholder {
  color: #303030;
  opacity: 1;
}
.main-contacts .contacts *::-moz-placeholder {
  color: #303030;
  opacity: 1;
}
.main-contacts .contacts .form-control {
  box-shadow: none;
  height: auto;
}
.main-contacts .contacts .form-control:focus {
  background-color: #f9f9f9;
}
.main-services .service-item {
  width: 100%;
  text-align: left;
  margin-bottom: 80px;
  height: 150px;
}
.main-services .service-item .service-item-image {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  width: 265px;
  z-index: 10;
}
.main-services .service-item .service-item-image img {
  display: block;
  max-width: 100%;
  position: relative;
}
.main-services .service-item .service-item-content {
  padding-left: 4px;
}
.main-services .service-item .service-item-content h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 21px;
}
.main-services .service-item .service-item-content h4 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 25px;
}
.main-services .service-item-content p {
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
}
.main-services .service-item-content a.btn {
  bottom: 0;
  opacity: 0;
}
.main-services .service-item:hover a.btn {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .main-services .service-item {
    text-align: center !important;
  }
  .main-services .service-item .service-item-image {
    float: none !important;
    margin: 0 auto !important;
  }
  .main-services .service-item .service-item-content {
    margin-top: 30px !important;
  }
  .main-services .service-item-content a.btn {
    position: inherit !important;
    opacity: 1;
  }
  img.same-item {
    margin-bottom: 20px;
  }
}
label.input_error {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: #4682B4;
  font-size: 10pt;
  font-weight: 300;
  margin-left: 5px;
}
input.input_error,
select.input_error {
  border: 1px dashed #4682B4 !important;
}
.main-news {
  margin-top: 80px;
}
.main-news .news-item {
  margin-bottom: 25px;
  background-color: #f7f7f7;
}
.main-news .news-item img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.main-news .news-item img:hover {
  opacity: 0.5;
}
.main-news .news-item .news-item-content {
  position: relative;
}
.main-news .news-item .news-item-text {
  padding: 51px 33px 59px;
}
.main-news .news-item h4 a {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.main-news .news-item h4 a:hover {
  color: #4682B4;
  text-decoration: none;
}
.main-news .news-item .news-item-text p {
  margin-top: 30px;
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
.main-news .news-item .news-item-date {
  font-size: 12px;
  color: #888;
}
ul.pagination {
  margin-top: 50px;
}
ul.pagination li > a {
  background-color: #888;
  border: medium none;
  color: #fff;
  margin-right: 8px;
}
ul.pagination li > a:hover {
  background-color: #4682B4;
  color: #fff;
}
ul.pagination li.active > a,
ul.pagination li.active > a:hover {
  background-color: #4682B4;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}
.main-portfolio {
  margin-top: 80px;
}
.main-portfolio h4 {
  font-weight: 600;
  margin-top: 0;
}
.main-portfolio p {
  color: #888;
  line-height: 1.5em;
  margin: 10px 0;
}
img.same-item:hover {
  opacity: 0.5;
}
.main-contacts #error {
  color: #4682B4;
  font-size: 15px;
  margin: 10px 0;
}
.block-top-menu {
  background: #2E363A;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.scrolled .block-top-menu {
  background-color: white;
}
.backendBody .hostcmsSection .hostcmsSectionWidget {
  border: 0px;
}
.main-services-item {
  height: 250px;
}
.main-services {
  padding-top: 0px !important;
  margin-top: 30px;
}
.sub-heading {
  text-align: left;
}
.line-top-20 {
  margin-top: 20px;
}
.line-top-10 {
  margin-top: 10px;
}
.galka {
  list-style-image: url(/images/checkmark.png);
}
.list-header {
  border-bottom: 1px solid #4682B4;
  color: black;
  font-weight: bolder;
  margin-top: 20px;
}
p {
  margin-top: 20px !important;
}
.div-line {
  background-color: #FFFFF0;
  padding: 5px;
}
td,
th {
  padding: 5px;
}
.b {
  font-weight: bold;
}
.table-tr {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.table-tr div {
  padding: 5px;
}
.table-td-3 {
  border-radius: 5px;
  color: #555555;
  border: 1px solid #C7C7C7;
}
.table-title .table-td-3 {
  background-color: white;
  color: black;
  border: none;
}
.content .table-tr {
  margin-left: 0px;
  margin-right: 0px;
}