/*------------------------------------*\
    #Mixins
\*------------------------------------*/
.center-block {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}
.gradient-white {
  background: -moz-linear-gradient(top, rgba(5, 96, 173, 0.9) 1%, rgba(5, 96, 173, 0.8) 50%, rgba(5, 96, 173, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(5, 96, 173, 0.9)), color-stop(50%, rgba(5, 96, 173, 0.8)), color-stop(100%, rgba(5, 96, 173, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(5, 96, 173, 0.9) 1%, rgba(5, 96, 173, 0.8) 50%, rgba(5, 96, 173, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(5, 96, 173, 0.9) 1%, rgba(5, 96, 173, 0.8) 50%, rgba(5, 96, 173, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(5, 96, 173, 0.9) 1%, rgba(5, 96, 173, 0.8) 50%, rgba(5, 96, 173, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(5, 96, 173, 0.9) 1%, rgba(5, 96, 173, 0.8) 50%, rgba(5, 96, 173, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*------------------------------------*\
    #Fonts
\*------------------------------------*/
@font-face {
  font-family: "Museo Sans Cyrl 700";
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-700.eot');
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-700.eot?#iefix') format('embedded-opentype'), url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-700.otf') format('truetype'), url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 500";
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-500.eot');
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-500.eot?#iefix') format('embedded-opentype'), url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-500.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 300";
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300.eot');
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300.eot?#iefix') format('embedded-opentype'), url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 300 Italic";
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300-light.eot');
  src: url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300-light.eot?#iefix') format('embedded-opentype'), url('https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../fonts/museo-sans-cyrl-300-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    #Global
\*------------------------------------*/
body {
  color: #545454;
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 21px;
}
html,
body,
.page-container {
  min-width: 1109px;
}
.page-container {
  min-height: 100%;
}
.page-container__wrap {
  padding-bottom: 274px;
}
html,
body {
  width: auto;
  height: 100%;
}
a {
  color: #df0b25;
  outline: none;
}
a:hover,
a:focus {
  color: #f42942;
  outline: none;
}
.container {
  width: 1109px !important;
  max-width: none;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.line-horizontal {
  border-bottom: 1px dotted #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.line-horizontal--ind {
  margin-top: 25px;
  margin-bottom: 40px;
}
.page-title {
  margin: 0 0 20px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 58px;
  line-height: 64px;
  color: #000;
}
/*------------------------------------*\
    #Typo
\*------------------------------------*/
h1 {
  color: #000;
}
.text-large {
  font-size: 44px;
  color: #f42942;
}
/*------------------------------------*\
    #Header
\*------------------------------------*/
.affix {
  top: 0;
  z-index: 997;
}
.affix-top {
  position: fixed;
  top: 36px;
  z-index: 997;
}
.header-container {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 1006px;
  height: 56px;
  background: #fff;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.logo {
  padding: 8px 8px;
  border-right: 1px solid #d6d6d6;
  outline: none !important;
}
.logo__img {
  width: 198px;
  height: 40px;
}
.menu-nav-container {
  float: left;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  margin-right: 29px;
  float: left;
  font-family: "Museo Sans Cyrl 700";
}
.menu-item:first-child {
  margin-left: 29px;
}
.menu-item:last-child {
  margin-right: 29px;
}
.menu-item a {
  padding: 17px 0;
  display: inline-block;
  color: #000000;
  outline: none;
}
.menu-item a:hover,
.menu-item a:focus {
  text-decoration: none;
}
/*------------------------------------*\
    #sub menu
\*------------------------------------*/
.sub-menu {
  position: absolute;
  list-style: none;
  padding: 14px 28px;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 350ms;
  transition: opacity ease-in-out 350ms;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
}
.sub-menu .menu-item {
  margin: 0;
  padding: 0;
  float: none;
}
.sub-menu .menu-item a {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: none;
  color: #444;
}
.sub-menu .menu-item:last-child a {
  margin-bottom: 0;
}
.sub-menu .current-menu-item a {
  border-bottom: none;
  color: #df0b25;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*------------------------------------*\
    #open an account
\*------------------------------------*/
.open-account {
  padding: 8px 11px 8px 0;
  border-right: 1px solid #d6d6d6;
  color: #df0b25;
}
.open-account__link {
  display: inline-block;
  padding: 6.5px 13px;
  border: 3px solid #df0b25;
  font-size: 15px;
  font-family: "Museo Sans Cyrl 700";
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.open-account__link:hover,
.open-account__link:focus {
  background: #df0b25;
  text-decoration: none;
  color: #fff;
}
.current-menu-item a {
  padding-bottom: 8px;
  border-bottom: 3px solid #df0b25;
  color: #df0b25;
}
/*------------------------------------*\
    #Header language
\*------------------------------------*/
.language-chooser {
  display: table;
  margin: auto;
  padding: 8px 0;
  list-style: none;
}
.language-chooser li {
  float: left;
}
.qtranxs_text {
  width: 40px;
  height: 40px;
  padding-top: 8px;
  display: inline-block;
  background: #ddd;
  color: #898989;
  font-size: 14px;
  font-family: "Museo Sans Cyrl 500";
  text-align: center;
}
.active .qtranxs_text {
  background: #000;
  color: #fff;
}
.metaslider {
  overflow: hidden;
}
.metaslider .slides img {
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
.metaslider .caption-wrap {
  top: 0;
  left: 0;
  right: 0;
  width: 1109px !important;
  height: 395px;
  margin: auto !important;
  padding-right: 15px;
  padding-left: 15px;
  background: transparent !important;
  text-align: right;
  opacity: 1 !important;
}
.metaslider .caption {
  padding: 0 !important;
  float: right;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.metaslider .flexslider {
  margin: 0 !important;
}
.slider__title {
  margin: 0 0 50px;
  font-size: 60px;
  line-height: 60px;
}
.slider__content {
  font-family: "Museo Sans Cyrl 500";
  font-size: 24px;
  line-height: 32px;
}
.slider__btn {
  margin-top: 50px;
  margin-right: 27px;
  font-size: 21px;
  font-family: "Museo Sans Cyrl 700";
}
.flex-control-nav {
  left: 0;
  right: 0;
  bottom: 85px !important;
  z-index: 2;
}
.flex-control-paging li a {
  width: 9px !important;
  height: 9px !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.flex-control-paging li a.flex-active {
  background: #df0b25 !important;
}
.flex-direction-nav a {
  width: 25px;
  height: 46px !important;
  background: url("https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../images/slider-arrow.png") no-repeat !important;
}
.flex-direction-nav .flex-next {
  background-position: -31px 0 !important;
}
.flexslider:hover .flex-prev {
  left: 20px !important;
}
.flexslider:hover .flex-next {
  right: 20px !important;
}
/*------------------------------------*\
    #Buttons
\*------------------------------------*/
.btn,
.btn-arrow {
  border: 4px solid #fff;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.btn:hover,
.btn:focus {
  border-color: #df0b25;
  color: #df0b25;
}
.btn-arrow {
  position: relative;
  border-right: none;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.btn-arrow:hover:after,
.btn-arrow:focus:after,
.btn-arrow:hover:before,
.btn-arrow:focus:before {
  border-color: #df0b25;
}
.btn-arrow:after,
.btn-arrow:before {
  position: absolute;
  top: -4px;
  right: -8px;
  height: 65%;
  border-right: 4px solid #fff;
  content: "";
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.btn-arrow:after {
  top: 21px;
  right: -8px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.btn-arrow {
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.btn-arrow:after,
.btn-arrow:before {
  display: none;
}
.btn-arrow--full {
  background: #fff;
  color: #e2001a;
}
.btn-arrow--full .btn-arrow__icon {
  border-left-color: #fff;
}
.btn-arrow__text {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 12px 26px;
  border: 4px solid #fff;
  border-right: none;
  -webkit-transition: none;
  transition: none;
}
.btn-arrow__text:before {
  position: absolute;
  top: -6px;
  right: -10px;
  content: "";
  border-right: 4px solid #fff;
  width: 4px;
  height: 33px;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.btn-arrow__text:after {
  position: absolute;
  content: "";
  border-right: 4px solid #fff;
  width: 4px;
  height: 33px;
  top: 18px;
  right: -10px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}
.btn-arrow__icon {
  position: absolute;
  top: 2px;
  right: -20px;
  z-index: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 25px solid transparent;
}
.btn-arrow:hover .btn-arrow__text,
.btn-arrow:focus .btn-arrow__text {
  text-decoration: none;
  background: #df0b25;
  color: #fff;
  border-color: #df0b25;
}
.btn-arrow:hover .btn-arrow__text:before,
.btn-arrow:focus .btn-arrow__text:before,
.btn-arrow:hover .btn-arrow__text:after,
.btn-arrow:focus .btn-arrow__text:after {
  border-color: #df0b25;
}
.btn-arrow:hover .btn-arrow__icon,
.btn-arrow:focus .btn-arrow__icon {
  border-left-color: #df0b25;
}
.btn-arrow--red .btn-arrow__text {
  border-color: #df0b25;
}
.btn-arrow--red .btn-arrow__text:before,
.btn-arrow--red .btn-arrow__text:after {
  border-color: #df0b25;
}
/*------------------------------------*\
    #Banner
\*------------------------------------*/
.banner {
  margin-top: 50px;
}
.banner__item {
  position: relative;
  width: 353px;
  height: 235px;
  padding: 40px;
  float: left;
}
.banner__item:not(:last-child) {
  margin-right: 10px;
}
.banner__item:hover,
.banner__item:focus {
  text-decoration: none;
}
.banner__item:hover .banner__picture,
.banner__item:focus .banner__picture {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 353px;
  height: 235px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.banner__title {
  position: relative;
  width: 230px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.banner__btn {
  margin-top: 20px;
  font-size: 18px;
}
.banner__btn:after,
.banner__btn:before {
  height: 69%;
  top: -4px;
  right: -7px;
}
.banner__btn:after {
  top: 16px;
  right: -6px;
}
.info-section {
  background: #f6f4f0;
}
/*------------------------------------*\
    #News, analitics
\*------------------------------------*/
.news-category .menu-item-24 a {
  padding-bottom: 8px;
  border-bottom: 3px solid #df0b25;
  color: #df0b25;
}
.analytics-category .menu-item-380 a {
  padding-bottom: 8px;
  border-bottom: 3px solid #df0b25;
  color: #df0b25;
}
.news,
.analytics {
  float: left;
  margin-bottom: 60px;
}
.news__item,
.analytics__item {
  width: 490px;
  margin-bottom: 100px;
  float: left;
}
.news__item:nth-of-type(odd),
.analytics__item:nth-of-type(odd) {
  margin-right: 95px;
}
.news__item:nth-last-child(1),
.analytics__item:nth-last-child(1),
.news__item:nth-last-child(2),
.analytics__item:nth-last-child(2) {
  margin-bottom: 0;
}
.news__pic,
.analytics__pic {
  width: 38%;
  margin-right: 5%;
  text-align: right;
}
.news__date,
.analytics__date {
  margin-bottom: 13px;
  padding: 11px 19px;
  display: inline-block;
  background: #d1d1d1;
  font-family: "Museo Sans Cyrl 700";
  font-size: 16px;
  color: #000;
}
.news__content,
.analytics__content {
  width: 57%;
}
.news__title,
.analytics__title {
  margin: -4px 0 20px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.news__title-link,
.analytics__title-link {
  color: #000;
  text-decoration: none;
}
.news__title-link:hover,
.analytics__title-link:hover,
.news__title-link:focus,
.analytics__title-link:focus {
  color: #000;
  text-decoration: none;
}
.news__desc,
.analytics__desc {
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 22px;
  color: #484848;
}
.news-home,
.analytics-home {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.analytics-home {
  margin-right: 0;
}
.link-more {
  display: inline-block;
  margin-left: 5px;
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
  position: relative;
  height: 274px;
  margin-top: -274px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #292929;
}
.footer__line {
  border-right: 1px solid #4a4a4a;
}
.footer .sub-menu {
  display: none !important;
}
.copy {
  width: 380px;
  margin-right: 60px;
  padding-right: 60px;
  float: left;
}
.copy__logo {
  margin-bottom: 30px;
}
.copy__text {
  margin-bottom: 15px;
  font-family: "Museo Sans Cyrl 500";
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.copy__link {
  font-family: "Museo Sans Cyrl 500";
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: #df0b25;
}
/*------------------------------------*\
    #Footer menu
\*------------------------------------*/
.footer-menu {
  min-height: 154px;
  padding-right: 60px;
  margin-right: 60px;
  float: left;
}
.footer-menu .menu-nav-container {
  border-right: none;
  float: none;
}
.footer-menu .menu-item {
  float: none;
  margin: 0;
  padding: 0;
}
.footer-menu .menu-item a {
  margin-bottom: 12px;
  padding: 0;
  color: #fff;
  font-family: "Museo Sans Cyrl 500";
  font-size: 16px;
}
.footer-menu .menu-item:last-child a {
  margin-bottom: 0;
}
.footer-menu .current-menu-item a {
  padding-bottom: 0;
  border-bottom: none;
  color: #df0b25;
}
/*------------------------------------*\
    #Footer vcard
\*------------------------------------*/
.vcard {
  padding-right: 60px;
  float: left;
}
.tel {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 28px;
  font-family: "Museo Sans Cyrl 300";
  color: #fff;
}
.tel__link {
  color: #fff;
}
.tel__link:hover,
.tel__link:focus {
  text-decoration: none;
  color: #fff;
}
.tel__bold {
  font-family: "Museo Sans Cyrl 700";
}
.email__link,
.adr {
  font-size: 14px;
  color: #a2a2a2;
}
.adr {
  line-height: 30px;
}
.email {
  margin-bottom: 5px;
}
.email__link {
  color: #fff;
}
.strangebrain {
  margin-top: 70px;
}
.strangebrain__text {
  margin-top: 5px;
  line-height: 16px;
  text-align: right;
}
.strangebrain__link {
  color: #fff;
  font-size: 12px;
  font-family: "Museo Sans Cyrl 300";
}
.strangebrain__link:hover,
.strangebrain__link:focus {
  text-decoration: none;
  color: #fff;
}
.strangebrain__color {
  color: #a2a2a2;
}
.strangebrain__logo-icon {
  width: 27px;
  height: 27px;
  background: url("https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../images/strangebrain.png");
}
/*------------------------------------*\
    #Content
\*------------------------------------*/
.main {
  margin-bottom: 60px;
}
.page-ind {
  padding-top: 150px;
}
/*------------------------------------*\
    #Home page
\*------------------------------------*/
.home .main {
  margin-bottom: 0;
}
.home-col-1 {
  width: 584px;
  margin: 0 50px 0 0;
  line-height: 22px;
}
.home-col-2 {
  margin: 0;
}
.wp-image-59 {
  height: 285px;
  max-width: 436px;
  margin-top: 37px;
}
.home-content {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
.home-info {
  color: #484848;
  font-family: "Museo Sans Cyrl 500";
  font-size: 24px;
  line-height: 36px;
}
.home-quote {
  margin-top: 40px;
  font-family: "Museo Sans Cyrl 300 Italic";
}
.home-quote__name {
  font-family: "Museo Sans Cyrl 700";
  line-height: 28px;
  color: #000;
}
.home-quote-img {
  position: absolute;
  bottom: -70px;
  right: 0;
}
.home-title {
  margin: 30px 0;
  font-weight: 700;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .metaslider .caption-wrap {
    height: 420px;
  }
}
@media only screen and (max-device-width: 420px) {
  .metaslider .caption-wrap {
    height: 420px;
    margin-right: 50px !important;
  }
  .page-title {
    font-size: 50px;
    line-height: 54px;
  }
  .home-info {
    font-size: 14px;
    line-height: 22px;
  }
  .home-quote {
    font-size: 14px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .metaslider .caption-wrap {
    height: 281px;
    margin-top: 180px !important;
    margin-right: 50px !important;
  }
  .slider__title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 10px;
  }
  .slider__content {
    font-size: 18px;
    line-height: 22px;
  }
  .slider__btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1150px) {
  .metaslider .caption {
    margin-right: 76px;
  }
}
/*------------------------------------*\
    #Pagination
\*------------------------------------*/
.pagination-block__item {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ddd;
  text-align: center;
  line-height: 40px;
  color: #8a8a8a;
}
.pagination-block__item:not(:last-child) {
  margin-right: 10px;
}
.pagination-block__item--cur {
  background: #000;
  color: #fff;
}
/*------------------------------------*\
    #Breadcrumbs
\*------------------------------------*/
.breadcrumbs__link {
  color: #000;
  font-weight: bold;
}
/*------------------------------------*\
    #News single
\*------------------------------------*/
.news-single-title {
  margin-bottom: 45px;
}
.news-single__thumbnail {
  width: 523px;
  margin-right: 37px;
}
.news-single__content {
  width: 519px;
  line-height: 22px;
}
.news-single__img {
  width: 523px;
  height: 323px;
  object-fit: cover;
  object-position: center center;
}
.news-single__date {
  margin-bottom: 25px;
  padding: 11px 19px;
  display: inline-block;
  background: #d1d1d1;
  font-family: "Museo Sans Cyrl 700";
  font-size: 16px;
  color: #000;
}
.news-single__back {
  margin-top: 50px;
  display: inline-block;
  border-bottom: 3px solid #df0b25;
  padding-bottom: 8px;
}
.news-single__back:hover,
.news-single__back:focus {
  text-decoration: none;
}
.news-single-container .menu-item-24 a {
  padding-bottom: 8px;
  border-bottom: 3px solid #df0b25;
  color: #df0b25;
}
/*------------------------------------*\
    #Contacts map
\*------------------------------------*/
.leaflet-container {
  position: absolute;
  border: none;
  width: 100%;
  height: 100% !important;
  min-width: 1109px;
  min-height: 854px !important;
}
.leaflet-control-attribution,
.leaflet-bottom.leaflet-left,
.gmnoprint,
.gm-style-cc {
  display: none;
}
.contact-block {
  position: absolute;
  top: 170px;
  width: 370px;
  height: 350px;
  padding: 33px;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
}
.contact-block__title {
  margin: 0;
}
.contact-block__line {
  margin: 25px 0;
}
.vcard__org {
  margin-bottom: 15px;
  color: #000;
  font-size: 25px;
  font-family: "Museo Sans Cyrl 700";
  white-space: nowrap;
  line-height: 29px;
}
.vcard__adr {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 19px;
}
.vcard__tel {
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Museo Sans Cyrl 700";
  color: #000;
}
.vcard__tel:hover,
.vcard__tel:focus {
  color: #000;
  text-decoration: none;
}
/*------------------------------------*\
    #Social button
\*------------------------------------*/
.social-button {
  margin-top: 45px;
  float: right;
}
.share42-item {
  margin: 0 10px 0 0 !important;
}
.share42-item a {
  width: 26px !important;
}
.share42-item:nth-of-type(2) a {
  background-position: -26px 0 !important;
}
.share42-item:nth-of-type(3) a {
  background-position: -52px 0 !important;
}
.share42-item:nth-of-type(4) a {
  background-position: -78px 0 !important;
}
.share42-item:last-child {
  margin-right: 0 !important;
}
/*------------------------------------*\
    #product single
\*------------------------------------*/
.product-single {
  position: relative;
  height: 409px;
  background: #f6f4f0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.product-single__more {
  margin-top: 40px;
  border-color: #df0b25;
  color: #df0b25;
  text-transform: lowercase;
}
.product-single__more:hover,
.product-single__more:focus {
  background: #df0b25;
  border-color: #df0b25;
  color: #fff;
}
.product-single__more:hover:after,
.product-single__more:focus:after,
.product-single__more:hover:before,
.product-single__more:focus:before {
  border-color: #df0b25;
}
.product-single__more:after,
.product-single__more:before {
  border-right-color: #df0b25;
}
.product-single__title {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-single__title-link {
  color: #000;
  font-family: "Museo Sans Cyrl 700";
  font-size: 48px;
  line-height: 54px;
  pointer-events: none;
}
.product-single__title-link:hover,
.product-single__title-link:focus {
  color: #000;
  text-decoration: none;
}
.product-single__thumbnail {
  position: absolute;
  height: 409px;
  width: calc(50% + 110px);
  right: calc(50% - 110px);
  background-size: cover;
  background-position: center center;
}
.product-single__content {
  position: absolute;
  width: 50%;
  left: 50%;
  display: table;
  height: 409px;
}
.product-single__content:before {
  content: "";
  position: absolute;
  left: 45px;
  width: 65px;
  border-top: 205px solid #f6f4f0;
  border-bottom: 205px solid #f6f4f0;
  border-left: 65px solid transparent;
}
.product-single__container {
  display: table-cell;
  vertical-align: middle;
}
.product-single__wrap {
  width: 409px;
  margin-left: 129px;
  text-align: right;
}
.product-single__desc {
  width: 317px;
  display: inline-block;
}
.product-single .link-more {
  margin-top: 40px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-single__content {
    width: auto;
  }
}
.product-single__content {
  width: auto\9;
}
/*------------------------------------*\
    #product list
\*------------------------------------*/
.products-list__item {
  margin-bottom: 10px;
}
.products-list__item:nth-child(odd) .product-single__more-wrap {
  margin-right: 22px;
}
.products-list__item:nth-child(even) .product-single__thumbnail {
  left: calc(50% - 65px);
}
.products-list__item:nth-child(even) .product-single__content {
  right: calc(50% - 65px);
  left: inherit;
}
.products-list__item:nth-child(even) .product-single__content:before {
  right: 65px;
  left: inherit;
  border-left: 65px solid #f6f4f0;
  border-right: 65px solid transparent;
}
.products-list__item:nth-child(even) .product-single__wrap {
  float: right;
  margin-right: 195px;
  margin-left: 0;
  text-align: left;
}
.page-id-17 .main {
  margin-bottom: auto;
}
.page-id-17 .menu-item-26 a {
  color: #df0b25;
}
/*------------------------------------*\
    #tabs
\*------------------------------------*/
.fa {
  display: none;
}
.tabs-flat .tabs-content {
  background: transparent !important;
}
.tabs-container {
  margin-top: 30px;
}
.r-tabs .r-tabs-tab {
  display: table;
}
.tabs-flat ul.tabs-nav li.tabs-nav-items {
  margin: 13px 0 9px;
  padding: 0;
  border-left: none;
  float: left;
}
.tabs-flat ul.tabs-nav li.tabs-nav-items a {
  font-family: "Museo Sans Cyrl 500" !important;
  padding: 11px;
  color: #898989 !important;
  margin-right: 9px;
  margin-bottom: 50px !important;
  background: #ddd !important;
}
.tabs-flat ul.tabs-nav li.r-tabs-state-active a {
  font-family: "Museo Sans Cyrl 700" !important;
  background: #000 !important;
  color: #fff !important;
}
.tabs-flat ul.tabs-nav {
  zoom: 1;
  margin-bottom: 54px;
}
.tabs-flat ul.tabs-nav:before,
.tabs-flat ul.tabs-nav:after {
  content: "";
  display: table;
}
.tabs-flat ul.tabs-nav:after {
  clear: both;
}
.tabs-flat .tabs-content {
  width: 742px;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs-flat .tabs-content p {
  margin-bottom: 24px;
}
#responsiveTabs-146 ul.tabs-nav li.tabs-nav-items,
#responsiveTabs-146 .r-tabs-accordion-title {
  background: transparent !important;
}
/*------------------------------------*\
    #about page
\*------------------------------------*/
.page-id-11 .page-title {
  margin-bottom: 40px;
}
.about-line-horizontal {
  margin-top: 27px;
  margin-bottom: 27px;
}
.license-icon {
  display: inline-block;
  width: 80px;
  height: 111px;
}
.tab-title {
  margin: 0 0 50px;
  font-size: 24px;
  font-family: "Museo Sans Cyrl 700";
  line-height: 28px;
  color: #000;
}
/*------------------------------------*\
    #company license
\*------------------------------------*/
.company-license {
  margin-bottom: 80px;
}
.company-license__icon {
  height: 119px;
  width: 90px;
  padding: 3px 3px 3px 5px;
  margin-right: 43px;
  border: 1px solid #ccc;
  float: left;
}
.company-license__icon p {
  display: none;
  margin: 0;
}
.company-license__content {
  width: 608px;
  float: left;
}
.company-license__title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 22px;
}
.company-license__desc {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  font-family: "Museo Sans Cyrl 500";
}
.pdf-icon {
  display: inline-block;
  width: 61px;
  height: 75px;
  background: url("/wp-content/uploads/pdf.png");
}
/*------------------------------------*\
    #fatca info
\*------------------------------------*/
.fatca-info {
  margin-top: 70px;
  margin-bottom: 70px;
}
.fatca-info__pdf-icon {
  margin-right: 45px;
  float: left;
}
.fatca-info__desc {
  width: 543px;
  margin-top: 16px;
  float: left;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "Museo Sans Cyrl 700";
}
.fatca-tab-text {
  color: #000;
  font-family: "Museo Sans Cyrl 700";
}
/*------------------------------------*\
    #other documents
\*------------------------------------*/
.document-pdf,
.other-documents__link {
  color: #000;
  text-decoration: none;
}
.document-pdf:hover,
.document-pdf:focus,
.other-documents__link:hover,
.other-documents__link:focus {
  color: #000;
  text-decoration: none;
}
.other-documents__item {
  width: 700px;
  margin-right: 74px;
  margin-bottom: 45px;
  float: left;
}
.other-documents__item:nth-child(even) {
  margin-right: 0;
}
.other-documents__icon {
  float: left;
  margin-right: 45px;
}
.other-documents__title {
  width: 500px;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-family: "Museo Sans Cyrl 700";
}
.other-documents__link br {
  display: none;
}
.other-documents__two-lines {
  margin-top: 12px;
  display: inline-block;
}
/*------------------------------------*\
    #own funds
\*------------------------------------*/
.own-funds br {
  display: none;
}
.own-funds__item {
  width: 333px;
  margin-right: 74px;
  margin-bottom: 45px;
  float: left;
}
.own-funds__item:nth-child(even) {
  margin-right: 0;
}
.own-funds__icon {
  float: left;
  margin-right: 45px;
}
.own-funds__icon p {
  display: none;
}
.own-funds__info {
  float: left;
}
.own-funds__info br {
  display: block;
}
.own-funds__info br:first-child {
  display: none;
}
.own-funds__date-1 {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Museo Sans Cyrl 700";
  color: #000;
}
.own-funds__date-2 {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
/*------------------------------------*\
    #new tabs
\*------------------------------------*/
.nav-tabs {
  border: none;
  width: 260px;
  margin-right: 77px;
  float: left;
}
.nav-tabs > li {
  float: none;
  margin: 0 0 20px;
}
.nav-tabs > li > a {
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 239px;
  padding: 15px;
  border: 1px solid #999;
  color: #999;
  font-size: 18px;
  line-height: inherit;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 1px solid #999;
}
.nav-tabs > li > a:after {
  position: absolute;
  top: 7px;
  right: -20px;
  z-index: -1;
  content: "";
  width: 36.5px;
  height: 36.5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-tabs > li.active > a {
  color: #df0b25 !important;
  border: 3px solid #df0b25;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 3px solid #df0b25;
}
.nav-tabs > li.active > a:after {
  top: 6px;
  right: -22px;
  width: 39px;
  height: 39px;
  border-top: 3px solid #df0b25;
  border-right: 3px solid #df0b25;
}
.tab-content {
  width: 742px;
  float: left;
  margin: 0;
  padding: 0;
}
.tab-pane p {
  font-size: 14px;
  line-height: 25px;
  font-family: "Museo Sans Cyrl 500";
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent !important;
}
.responsive-tabs .responsive-tabs__panel {
  border: none !important;
}
.responsive-tabs .responsive-tabs__list__item {
  margin-bottom: 50px !important;
  border: none !important;
  background: #ddd !important;
  color: #898989 !important;
  font-family: "Museo Sans Cyrl 500" !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #000 !important;
  color: #fff !important;
}
.responsive-tabs .responsive-tabs__list__item--active {
  font-family: "Museo Sans Cyrl 700" !important;
}
.responsive-tabs .responsive-tabs__panel {
  padding: 0 !important;
}
.responsive-tabs ul.responsive-tabs__list {
  margin: 0 !important;
}
.page-id-19 {
  min-height: 854px;
}
.lang-en {
  pointer-events: none;
}
/*------------------------------------*\
    #IE 10, 11
\*------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-list__item:nth-child(even) .product-single__wrap {
    width: 387px;
    margin-left: 200px;
    margin-right: 211px;
  }
}
/*------------------------------------*\
    #Mobile
\*------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .product-single__wrap {
    margin-left: 104px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .metaslider {
    max-height: 750px;
  }
  .metaslider .caption-wrap {
    height: calc(100% - 332px);
    margin-right: 0;
  }
  .metaslider .slides img {
    height: 100%;
  }
  .product-single__content:before {
    left: 46px;
  }
  .products-list__item:nth-child(even) .product-single__content:before {
    right: 110px;
  }
  .leaflet-container {
    top: 0;
    left: 0;
    border: none !important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-single__content:before {
    left: 46px;
  }
  .products-list__item:nth-child(even) .product-single__content:before {
    right: 110px;
  }
}
/*------------------------------------*\
    #page about
\*------------------------------------*/
.about-title {
  margin-bottom: 70px;
}
/*------------------------------------*\
    #company management
\*------------------------------------*/
.company-management {
  margin-bottom: 78px;
}
.company-management__item {
  margin-bottom: 50px;
}
.company-management__picture {
  width: 226px;
  margin-right: 50px;
  float: left;
}
.company-management__content {
  width: calc(100% - 276px);
  float: left;
}
.company-management__name {
  margin: -5px 0 8px 0;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.company-management__position {
  margin: 0 0 30px;
  font-family: "Museo Sans Cyrl 500";
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.company-management__biography {
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 24px;
  color: #484848;
}
/*------------------------------------*\
    #board directors
\*------------------------------------*/
.board-directors__item {
  width: 223px;
  float: left;
}
.board-directors__item:not(:last-child) {
  margin-right: 205px;
}
.board-directors__name {
  margin-bottom: 10px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.board-directors__position {
  font-family: "Museo Sans Cyrl 500";
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #000;
}
/*------------------------------------*\
    #page product item
\*------------------------------------*/
.product-item__thumbnail {
  width: 100%;
  height: 626px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-item__thumbnail-content {
  margin-top: 156px;
}
.product-item__head {
  position: relative;
  margin-top: -1px;
}
.products-item-title-1 {
  font-family: "Museo Sans Cyrl 700";
  font-size: 60px;
  line-height: 64px;
  color: #fff;
}
.products-item-title-2 {
  margin-bottom: 42px;
  font-family: "Museo Sans Cyrl 500";
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.products-item-btn {
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
}
.product-item-info {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "Museo Sans Cyrl 300";
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
.product-item-info__bold {
  font-family: "Museo Sans Cyrl 700";
}
.investment-funds {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f6f4f0;
}
.investment-funds__info {
  font-family: "Museo Sans Cyrl 300";
  font-style: italic;
  font-size: 13px;
}
.product-item-title-1 {
  margin: 0 0 60px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 48px;
  line-height: 56px;
  color: #333;
  text-align: center;
}
.product-item-title-1--white {
  color: #fff;
}
.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-list__item {
  position: relative;
  margin-left: 45px;
  margin-bottom: 30px;
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 22px;
}
.product-list__item:before {
  content: "";
  position: absolute;
  left: -45px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  background: #ff0000;
  border-radius: 50%;
}
.product-list__item:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -41px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.section-ind {
  padding-top: 60px;
  padding-bottom: 60px;
}
.advantages-list__item {
  width: 278px;
  float: left;
}
.advantages-list__item:not(:last-child) {
  margin-right: 122px;
}
.advantages-list__icon {
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-bottom: 45px;
  background: url("https://xn----7sbekhsdmpecfafe0a4q.xn--p1ai/wp-content/themes/twentythirteen/css/../images/advantages-sprite.png") no-repeat;
}
.advantages-list__icon-conveniently {
  background-position: -7px -7px;
}
.advantages-list__icon-profitably {
  background-position: -124px -7px;
}
.advantages-list__icon-reliably {
  background-position: -238px -11px;
}
.advantages-list__title {
  margin-bottom: 24px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  color: #000;
}
.advantages-list__text {
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 22px;
}
.section-banner {
  height: 627px;
  background: url("/wp-content/uploads/fv-repo-2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-banner__title {
  margin-top: 100px;
  text-align: left;
  color: #FFF;
}
.section-banner__title-bold {
  font-size: 100px;
}
.section-banner__btn {
  margin-top: 60px;
}
.section-banner__text {
  width: 93%;
  margin-left: 20px;
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.section-banner__text p {
  margin-bottom: 20px;
}
.section-banner__warning {
  width: auto;
  margin-top: 12px;
  margin-left: 16px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.section-banner__warning--ind {
  margin-top: 35px;
}
.section-banner__warning--ind-2 {
  margin-top: 22px;
}
.structural-investment-portfolio-bannner-2 {
  background-image: url("/wp-content/uploads/sip_banner_2.jpg");
  height: 626px;
}
.structural-investment-portfolio-bannner-3 {
  background-image: url("/wp-content/uploads/sip_banner_3.jpg");
  height: 626px;
}
.section-banner-1 {
  background-image: url("/wp-content/uploads/exchange5.jpg");
  height: 626px;
}
.section-banner-2,
.section-banner-3 {
  height: 500px;
  background: url("/wp-content/uploads/fv-background.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-banner-2__btn {
  margin-top: 21px;
}
.section-banner-2__btn--ind {
  margin-top: 39px;
}
.section-banner-2__btn--ind-2 {
  margin-top: 13px;
}
.section-banner-2__btn--ind-3 {
  margin-top: 33px;
}
.section-banner-2__btn--ind-4 {
  margin-top: 40px;
}
.section-banner-2--height {
  height: 384px;
}
.section-banner-2--height-1 {
  height: auto;
  min-height: 451px;
}
.section-banner-3 {
  background-image: url("/wp-content/uploads/fv-repo-3.jpg");
  height: 626px;
}
.section-banner-4 {
  background-image: url("/wp-content/uploads/fv-evroobligacii-3.jpg");
  height: 626px;
}
.section-banner-5 {
  background-image: url("/wp-content/uploads/fv-fix-dohod-3.jpg");
  height: 626px;
}
.section-banner-6 {
  background-image: url("/wp-content/uploads/fv-upravlenie-2.jpg");
  height: 626px;
}
.individual-investment-account-bannner-1 {
  background-image: url("/wp-content/uploads/fv-du-2.jpg");
  height: 626px;
}
.section-banner-7 {
  background-image: url("/wp-content/uploads/fv-upravlenie-3.jpg");
}
.section-banner-8 {
  background-image: url("/wp-content/uploads/fv-exchange-2.jpg");
  height: 626px;
}
.section-banner-9 {
  background-image: url("/wp-content/uploads/fv-exchange-3.jpg");
}
.section-banner-10 {
  background-image: url("/wp-content/uploads/fv-hedj-2.jpg");
  height: 626px;
}
.section-banner-11 {
  background-image: url("/wp-content/uploads/fv-hedj-3.jpg");
}
.section-banner-12 {
  height: 585px;
}
.section-banner-eight-cent-annum {
  background-image: url("/wp-content/uploads/fv-evroobligacii-2.jpg");
}
.section-banner-eight-cent-annum__title {
  margin-top: 23px;
}
.rate-benefits-icon {
  width: 54px;
  height: 266px;
  display: inline-block;
  background: url("/wp-content/uploads/rate-benefits.png") no-repeat;
}
.yield-eurobond-icon {
  width: 54px;
  height: 151px;
  display: inline-block;
  background: url("/wp-content/uploads/arrow-1.png") no-repeat;
}
.arrow-2 {
  width: 54px;
  height: 216px;
  display: inline-block;
  background: url("/wp-content/uploads/arrow-2.png") no-repeat;
}
.arrow-4 {
  width: 54px;
  height: 221px;
  display: inline-block;
  background: url("/wp-content/uploads/arrow-4.png") no-repeat;
}
.arrow-5 {
  width: 54px;
  height: 221px;
  display: inline-block;
  background: url("/wp-content/uploads/arrow-5.png") no-repeat;
}
.arrow-right-icon {
  width: 29px;
  height: 253px;
  margin-left: 40px;
  display: inline-block;
  background: url("/wp-content/uploads/arrow-right.png") no-repeat;
}
.section-bg {
  background: #f6f4f0;
}
.bank__picture {
  width: 225px;
  margin-left: 88px;
}
.iis-list__item {
  width: 310px;
  margin-top: 40px;
  float: left;
  font-family: "Museo Sans Cyrl 300";
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.iis-list__item:not(:last-child) {
  margin-right: 74px;
}
.single-products .main {
  margin-bottom: 0;
}
.section-feedback {
  height: auto;
  min-height: 533px;
}
.wpcf7 {
  display: table;
  margin: 0 auto !important;
}
.wpcf7-text {
  width: 636px;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 30px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "Museo Sans Cyrl 500";
  font-style: italic;
}
.wpcf7-submit {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  color: #fff;
  text-transform: lowercase;
}
.btn-submit {
  margin-left: 163px;
  display: inline-block;
}
.btn-submit .wpcf7-submit {
  margin-left: 2px;
}
.btn-submit:hover .wpcf7-submit {
  color: transparent;
}
.btn-submit:hover .btn-arrow__text {
  border-color: #fff;
  background: #fff;
  color: #df0b25;
}
.btn-submit:hover .btn-arrow__text:before,
.btn-submit:hover .btn-arrow__text:after {
  border-color: #fff;
}
.btn-submit:hover .btn-arrow__icon {
  border-left-color: #fff;
}
.btn-submit:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 25px;
  height: 25px;
}
.btn-submit .btn-arrow__text {
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  text-transform: lowercase;
  color: transparent;
}
.btn-submit br,
.btn-submit img {
  display: none;
}
.currency-text {
  margin-left: 43px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  color: #000;
}
.info-text {
  margin-top: 45px;
  font-family: "Museo Sans Cyrl 300";
  font-style: italic;
  font-size: 13px;
  color: #fff;
}
.italic-text {
  font-family: "Museo Sans Cyrl 300";
  font-style: italic;
  font-size: 13px;
}
.dollar-exchange-list .section-banner__text {
  width: 500px;
  margin-left: 0;
}
.dollar-exchange-wrap {
  width: 426px;
  margin-left: 30px;
}
.dollar-exchange-wrap {
  color: #fff;
}
.dollar-exchange--ind {
  margin-bottom: 30px;
}
.dollar-exchange__title {
  margin-bottom: 25px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
}
.dollar-exchange__text {
  font-family: "Museo Sans Cyrl 500";
  font-size: 15px;
  line-height: 22px;
}
.dollar-exchange-block {
  margin-bottom: 15px;
}
.warning-icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  vertical-align: -20px;
  background-image: url("/wp-content/uploads/warning.png");
}
.single-products .breadcrumbs {
  color: #f42942;
}
.single-products .breadcrumbs a {
  color: #fff;
}
.single-products .breadcrumbs a:hover,
.single-products .breadcrumbs a:focus {
  color: #f42942;
  text-decoration: none;
}
/*------------------------------------*\
    #tooltip block
\*------------------------------------*/
.tooltip-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  width: 913px;
  height: 560px;
  background: url("/wp-content/uploads/fv-background.jpg") no-repeat;
  background-size: cover;
  -webkit-transition: opacity ease-in-out 350ms;
  transition: opacity ease-in-out 350ms;
}
.tooltip-block__title {
  margin: 50px 0 60px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 48px;
  line-height: 56px;
  color: #000;
  text-align: center;
  color: #fff;
}
.tooltip-block__close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: serif;
  color: #fff;
  font-size: 31px;
  cursor: pointer;
  text-align: center;
  text-indent: -3px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  will-change: transform;
  -webkit-transition: transform ease-in-out 350ms;
  transition: transform ease-in-out 350ms;
}
.tooltip-block__close-icon:hover {
  transform: rotate(-90deg);
}
.tooltip-block-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
}
.tooltip-block-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tooltip-substrate {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.page-child #menu-item-25 > a {
  padding-bottom: 8px;
  border-bottom: 3px solid #df0b25;
  color: #df0b25;
}
.page-sub-title {
  margin-bottom: 40px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.analytics-pdf {
  margin-top: 80px;
  margin-bottom: 40px;
}
.analytics-pdf__file {
  width: 63px;
  float: left;
}
.analytics-pdf__title {
  width: 345px;
  margin-left: 40px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Museo Sans Cyrl 700";
  color: #000;
  float: left;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  top: -16px;
  right: 7px;
}
div.wpcf7-validation-errors {
  position: absolute !important;
  border: none !important;
  color: #fff !important;
  font-size: 12px !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
  position: absolute;
  border: none;
  color: #fff;
  font-size: 12px;
}
