

/* Start:/local/templates/fx_software/css/header.css?171414477225948*/
body.document-overflowed {
  overflow: hidden;
}
.fx-header {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 911;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  height: 95px;
}

.container.fx-container {
  max-width: 1170px;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 15px;
}

.fx-header.show-dropdown-service {
  position: fixed;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--primary-menu-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.fx-menu__sublist--services {
  padding-bottom: 41px;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-header__logo-link:hover .cls-1 {
  fill: var(--fixed-header-logo-color) !important;
}

.fx-header.fx-header_fixed .fx-menu__sublist.fx-menu__sublist--services .fx-service-dropdown-icon:before,
.fx-header.fx-header_fixed .fx-menu__sublist.fx-menu__sublist--services .fx-service-dropdown-icon:after {
  background: var(--secondary-menu-color);
}

.fx-header__logo-link:hover .cls-1 {
  fill: var(--header-menu-color) !important;
}

.fx-menu.fx-active .cls-1 {
  fill: #0e2d40!important;
}

.fx-header__logo-link svg, .fx-logo-mob svg {
  width: 120px;
}

.fx-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fx-header.show-dropdown-service .fx-header__inner:before {
  background: rgba(255, 255, 255, 0.15);
}

.fx-header.fx-header_fixed .fx-header__inner:before {
  background: transparent;
}

.fx-header.show-dropdown-service .fx-header__inner:before {
  background: rgba(255, 255, 255, 0.15);
}

.fx-header__logo-wrap {
  margin-right: 3vw;
}

.fx-header.fx-dark-menu .fx-menu__list>li>a,
.fx-header.fx-dark-menu .fx-menu__list>li>span {
  color: #22161a;
}

.fx-header.show-dropdown-service .fx-menu__list>li>a,
.fx-header.show-dropdown-service .fx-menu__list>li>span {
  color: var(--header-menu-color);
}

.fx-header.show-dropdown-service .fx-menu__list>li>a:hover,
.fx-header.show-dropdown-service .fx-menu__list>li>span:hover {
  color: var(--primary-style-color);
}

.fx-header .fx-menu__list>li>a:hover,
.fx-header .fx-menu__list>li>span:hover {
  color: var(--primary-style-color);
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list li a,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list li span {
  color: var(--secondary-menu-color);
}

.fx-menu__list li a,
.fx-menu__list li span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--header-menu-color);
  text-decoration: none;
  margin-right: 30px;
  cursor: pointer;
}

.fx-menu__list>li>a,
.fx-menu__list>li>span {
  color: var(--header-menu-color);
}

.fx-service-item .fx-menu__sublist--services {
  position: relative;
  padding-left: 50px;
}

.fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 10px;
  display: inline-block;
}

.fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:before,
.fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--header-menu-color);
  transition: background 0.6s;
}

.fx-header.fx-dark-menu .fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:before,
.fx-header.fx-dark-menu .fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:after {
  background: #22161a;
}

.fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:before {
  top: 0;
}

.fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon:after {
  bottom: 0;
}

.fx-menu__list li:last-child a {
  margin-right: 0;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list li a:hover,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list li:not(:first-child) span:hover {
  color: var(--primary-style-color);
}

.fx-menu__list li span:hover,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list li span:hover {
  color: var(--primary-style-color);
}

.fx-menu__list li span:hover span.fx-service-dropdown-icon:before,
.fx-menu__list li span:hover span.fx-service-dropdown-icon:after {
  background: var(--primary-style-color) !important;
}

.fx-menu__list {
  display: flex;
  align-items: center;
}

.fx-header.fx-header_fixed .fx-tel {
  display: block;
  color: var(--secondary-menu-color);
}

.fx-header.show-dropdown-service .fx-tel {
  color: var(--header-menu-color);
}

.fx-header.fx-header_fixed .fx-lang {
  display: none;
}

.fx-tel {
  display: none;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: var(--secondary-menu-color);
}

.fx-lang {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.fx-lang li {
  padding: 0 5px;
}

.fx-lang span,
.fx-lang a {
  font-size: 12px;
}

.fx-lang span {
  color: var(--header-menu-color);
  cursor: initial;
}

.fx-lang a {
  color: var(--primary-menu-color);
}

.fx-header.fx-dark-menu .fx-lang a {
  color: #22161a;
}

.fx-header.fx-dark-menu .fx-lang span {
  color: rgba(0, 0, 0, .45);
}

.fx-header.show-dropdown-service .fx-lang a {
  color: var(--primary-menu-color);
}

.fx-header.show-dropdown-service .fx-lang span {
  color: var(--header-menu-color);
}

.fx-lang a:hover {
  color: var(--primary-style-color) !important;
  text-decoration: none;
}

.fx-lang span:hover {
  cursor: pointer;
}

.fx-tel:hover,
.fx-tel:focus {
  text-decoration: none;
  color: var(--secondary-menu-color);
}

.fx-lang-account {
  display: flex;
  align-items: center;
  margin-left: 3vw;
}

.fx-header.fx-header_fixed .fx-account-btn {
  color: var(--secondary-menu-color);
}


.fx-header.fx-header_fixed.show-dropdown-service .fx-account-btn {
  color: var(--fixed-header-submenu-color);
}

.fx-account-btn {
  display: inline-block;
  line-height: 0;
  background: transparent;
  color: var(--primary-menu-color);
  font-size: 14px;
}

.fx-header.fx-dark-menu .fx-account-btn {
  color: #22161a;
}

.fx-header.show-dropdown-service .fx-account-btn {
  color: var(--primary-menu-color);
}


.fx-header .fx-account-btn:hover {
  color: var(--primary-style-color);
}

.fx-account-btn svg {
  width: 18px;
  height: 18px;
}

.fx-account-btn .icon-personal-area {
  margin-right: 10px;
}

.fx-account-btn:hover,
.fx-account-btn:focus {
  text-decoration: none;
  color: var(--primary-style-color);
}

.fx-account-btn:hover {}

.fx-submenu {
  display: none;
  position: absolute;
  top: 50px;
  background: var(--primary-menu-color);
  min-width: 305px;
  padding: 35px 0 35px 35px;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-submenu {
  top: 56px;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-submenu,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-submenu:after {
  background: var(--fixed-header-submenu-bg);
}

.fx-submenu:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 30px;
  width: 14px;
  height: 14px;
  border: none;
  background: var(--primary-menu-color);
  transform: rotate(-45deg);
}

.fx-menu__list .fx-submenu li {
  padding: 10px 0;
}

.fx-menu__list .fx-submenu li a,
.fx-menu__list .fx-submenu li span {
  display: inline-block;
  color: var(--secondary-menu-color);
  fill: var(--secondary-menu-color);
  width: 100%;
  cursor: pointer;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>a {
  color: var(--fixed-header-submenu-color);
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span svg {
  color: var(--primary-style-color) !important;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span:hover,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span:hover svg {
  color: var(--primary-style-color) !important;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span+.fx-dropdown-submenu>li>span {
  color: var(--primary-style-color) !important;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span+.fx-dropdown-submenu>li>span:hover {
  color: var(--primary-style-color) !important;
}

.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>a:hover,
.fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span:hover {
  color: var(--primary-menu-color);
}

.fx-menu__list .fx-submenu li a,
.fx-menu__list .fx-submenu li span,
.fx-menu__list .fx-submenu li span.fx-item-icon-wrap {
  display: flex;
  align-items: center;
}

.fx-menu__list .fx-submenu li:last-child a,
.fx-menu__list .fx-submenu li:last-child span {
  margin-bottom: 0;
}

.fx-menu__list .fx-submenu li a svg,
.fx-menu__list .fx-submenu li span svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: #a6b2bf;
}

.fx-menu__list .fx-submenu li.fx-submenu-item-li-selected span svg {
  color: var(--primary-style-color);
}

.fx-menu__list .fx-submenu li a:hover {
  color: var(--primary-style-color);
  fill: var(--primary-style-color);
}

.fx-menu__list .fx-submenu li span {
  color: var(--primary-style-color);
}

.fx-menu__list .fx-submenu li span:hover {
  color: var(--primary-style-color);
}

.fx-menu__list .fx-submenu li a:hover svg {
  color: var(--primary-style-color);
  transition: 0.6s;
}

.fx-header.fx-header_fixed .fx-menu__list .fx-submenu li a:hover svg {
  color: var(--primary-menu-color);
}

.fx-menu-item-link {
  padding-bottom: 40px;
}

.phone-mobile {
  display: none;
}

.fx-submenu-item {
  border-right: 3px solid transparent;
}

.fx-submenu-item:hover {
  border-right-color: var(--primary-style-color);
}

.fx-submenu-item:hover .fx-dropdown-submenu span {
  cursor: initial;
}

.fx-submenu-item.fx-submenu-item-li-selected .fx-dropdown-submenu {
  display: block;
}

.fx-menu-item:hover .fx-submenu {
  display: block;
}

.fx-dropdown-submenu {
  display: none;
  position: absolute;
  left: 305px;
  width: 305px;
  top: 0;
  background: #f0f4f7;
  padding: 30px 20px;
}

/* svg logo fill */
.fx-header.fx-header_fixed:not(.show-dropdown-service) svg .cls-1 {
  fill: var(--fixed-header-logo-color) !important;
  transition: unset !important;
}

svg .cls-2 {
  fill: var(--header-logo-styled-color) !important;
}
svg  .cls-1 {
  fill: var(--primary-menu-color) !important;
  transition: 0.3s linear !important;
}

.fx-header.fx-dark-menu svg .cls-1 {
  fill: #0e2d40 !important;
}

.fx-header.show-dropdown-service svg .cls-1 {
  fill: var(--primary-menu-color) !important;
}
/* end svg logo fill */

.fx-header.fx-header_fixed .fx-menu.fx-active + .fx-lang-account .fx-account-btn {
  color: #22161a!important;
}

/* start dropdown services */

.fx-dropdown-services {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 95px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background-color: #2b323a;
  z-index: -1;
  height: 450px;
}

.fx-dropdown-services:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/fx_software/css/../images/menu_bg.png) center no-repeat;
  background-size: cover;
  opacity: 0.06;
  z-index: -1;
}

.fx-menu__sublist--services:hover .fx-dropdown-services {
  display: block;
}

.fx-dropdown-services ul.fx-services-list-outer {
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid  rgba(255, 255, 255, 0.08);
}

.fx-services-list-outer {
  position: relative;
}

.fx-has-children ul {
  position: absolute;
  margin-top: -2px;
  left: 0;
  right: 0;
  top: 100%;
  padding: 20px 7vw;
}

.fx-has-children>a {
  transition: unset !important;
}

.fx-category-list {
  flex-wrap: wrap;
}

.fx-category-list li {
  width: 33.33%;
  padding: 10px 0;
}

.fx-category-list li a {
  text-align: left;
}

.fx-category-list li span {
  color: #fb6408;
}

.fx-category-list li span:hover {
  color: #fb6408 !important;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children ul {
  display: none;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children {
  width: 100%;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>a,
.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>span {
  margin-right: 0;
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: var(--primary-menu-color);
  border-bottom: 2px solid transparent;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children a:hover {
  border-bottom-color: var(--primary-style-color);
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected ul {
  display: flex;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children a:hover svg {
  fill: var(--primary-style-color);
  color: var(--primary-style-color);
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children a i,
.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children span i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  color: rgba(255, 255, 255, 0.25);
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children a svg {
  transition: 0.3s linear;
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected span i {
  color: var(--primary-style-color);
}

.fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected>span {
  border-bottom: 2px solid var(--primary-style-color);
}

/* start dropdown services */

.fx-btn-menu-mob {
  display: none;
  margin-right: 15px;
  cursor: pointer;
}

.fx-btn-menu-mob svg {
  fill: #fff;
}

.fx-header.fx-header_fixed .fx-btn-menu-mob svg {
  fill: var(--fixed-header-submenu-bg);
}

.fx-header .fx-head-mob {
  position: relative;
  padding: 20px 15px 16px;
  border-bottom: 1px solid #f0f4f7;
  text-align: center;
}

.fx-header .fx-close-menu {
  position: absolute;
  top: 22px;
  left: 20px;
  cursor: pointer;
}

.fx-head-mob {
  display: none;
}

.fx-category-list a:hover {
  color: var(--primary-style-color);
}

@media screen and (max-width: 1050px) {
  .fx-account-btn {
      font-size: 0;
  }

  .fx-account-btn .icon-personal-area {
      margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  .fx-menu__list li a, .fx-menu__list li span {
      margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .fx-header.fx-header_fixed .fx-tel {
      display: none;
  }

  .fx-header {
      height: 65px;
      background: var(--fixed-header-submenu-bg)!important;
  }

  .fx-header.fx-dark-menu svg .cls-1 {
      fill: #fff !important;
  }

  .fx-header.fx-dark-menu .fx-account-btn {
      color: #fff;
  }

  .fx-header.fx-header.fx-header_fixed .fx-account-btn {
      color: #fff;
  }

  .fx-header.fx-header_fixed .fx-btn-menu-mob svg,
  .fx-header.fx-header_fixed:not(.show-dropdown-service) svg .cls-1 {
    fill: #fff!important;
  }

  .fx-header.fx-header_fixed .fx-menu.fx-active .fx-logo-mob .cls-1 {
    fill: #0e2d40!important;
  }

  .fx-header__logo-wrap {
      margin-right: 0;
  }

  .fx-menu {
      position: fixed;
      left: 0;
      top: -100%;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: #fff;
  }

  .fx-menu.fx-active {
      top: 0;
  }

  .fx-btn-menu-mob {
      display: block;
  }

  .fx-lang {
      display: none;
  }

  .account-wrap {
      display: flex;
      align-items: center;
  }

  .fx-account-btn svg {
      width: 20px;
      height: 20px;
  }

  .fx-header__inner:before {
      content: none;
  }

  .fx-head-mob {
      display: block;
  }

  .fx-head-mob svg .fx-menu__list li span,
  .fx-menu__list li a,
  .fx-menu__list li span {
      margin: 0;
      padding: 0;
      color: var(--secondary-menu-color) !important;
  }

  .fx-menu-item-link.active:before {
      transform: scaleY(-1);
  }

  .fx-service-item .fx-menu__sublist--services {
      padding-left: 0;
  }

  .fx-service-item .fx-menu__sublist--services:hover {}

  .fx-service-item .fx-menu__sublist--services .fx-service-dropdown-icon {
      display: none;
  }

  .fx-menu__list {
      padding: 15px 15px 45px 20px;
  }

  .fx-menu__sublist--services:hover .fx-dropdown-services {
      display: none;
  }

  .fx-menu__list {
      display: block;
      align-items: unset;
  }

  .fx-menu__list li {
      display: block;
  }

  .fx-menu__list .fx-menu-item {
      cursor: pointer;
  }

  .fx-menu__list .fx-menu-item .fx-menu__sublist,
  .fx-menu__list .fx-menu-item .fx-menu-item-link {
      padding: 15px 10px 15px 20px;
      display: block;
      font-size: 20px;
  }

  .fx-category-list li span:hover {
      color: #bbbbbb !important;
  }

  .fx-category-list li span {
      color: #bbbbbb !important;
  }

  .fx-submenu-item>span:hover {
      color: var(--secondary-menu-color) !important;
  }

  .fx-submenu-item>span:hover {
      color: var(--secondary-menu-color) !important;
  }

  .fx-submenu-item>span+.fx-dropdown-submenu span {
      color: #bbbbbb !important;
  }

  .fx-submenu-item span svg {
      display: none;
  }

  .fx-submenu-item>span+.fx-dropdown-submenu a,
  .fx-submenu-item>a+.fx-dropdown-submenu a {
      color: var(--primary-style-color) !important;
  }

  .fx-submenu-item>span+.fx-dropdown-submenu span:hover {
      color: #bbbbbb !important;
  }

  .fx-menu__list .fx-menu-item .fx-menu-item-link,
  .fx-menu-item-link.fx-menu__sublist,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>a,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>span {
      position: relative;
  }

  .fx-menu-item-link.fx-menu__sublist+.fx-submenu ul {
      padding-left: 15px;
  }

  .fx-menu__sublist.fx-menu__sublist--services:before,
  .fx-submenu__toggler:before,
  .fx-menu-item-link.fx-menu__sublist:before,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>a:before,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>span:before {
      content: "";
      position: absolute;
      top: 19px;
      left: 0;
      width: 10px;
      height: 10px;
      background: url(/local/templates/fx_software/css/../images/theme/svg/icon-arrow-list-mobile.svg) center no-repeat;
  }

  /* .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>a:before {
    content: none; 
  } */

  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>a:before,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>span:before {
      top: 4px;
  }

  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>a,
  .fx-menu-item-link.fx-menu__sublist+.fx-submenu .fx-submenu-item>span {
      padding: 0 20px;
  }

  .fx-menu__list li a,
  .fx-menu__list li span {
      color: var(--secondary-menu-color);
  }

  .fx-menu__sublist.fx-menu__sublist--services.active:before {
      transform: scaleY(-1);
  }

  .fx-menu__list .fx-menu-item:hover .fx-menu__sublist,
  .fx-menu__list .fx-menu-item:hover .fx-menu-item-link {
      color: var(--secondary-menu-color) !important;
  }

  .fx-dropdown-services {
      display: none;
      position: static;
      padding-top: 0;
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      background-color: unset;
      z-index: 1;
      height: auto;
  }

  .fx-dropdown-services ul.fx-services-list-outer {
      padding-top: 20px;
      display: block;
      border-bottom: unset;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>a,
  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>span {
      position: relative;
      margin-right: 0;
      display: block;
      padding: 10px;
      padding-left: 20px;
      text-align: left;
      font-size: 16px;
      font-weight: 300;
      font-family: "Roboto", sans-serif;
      border-bottom: unset;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>a:before,
  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children>span:before,
  .fx-menu-item .fx-submenu .fx-item-icon-wrap:before {
      content: "";
      position: absolute;
      left: 0;
      transform: translateY(-50%);
      top: 50%;
      display: block;
      width: 11px;
      height: 8px;
      background: url(/local/templates/fx_software/css/../images/theme/svg/icon-arrow-list-mobile.svg) left no-repeat;
  }

  .fx-menu-item .fx-dropdown-submenu {
      padding-top: 15px;
  }

  .fx-menu-item .fx-dropdown-submenu li:last-child,
  .fx-menu-item .fx-submenu ul li:last-child {
      padding-bottom: 0;
  }

  .fx-menu-item .fx-dropdown-submenu li:last-child {
      padding-bottom: 0;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.active>a:before,
  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.active>span:before,
  .fx-menu-item .fx-submenu-item.active .fx-item-icon-wrap:before {
      transform: translateY(-50%) scaleY(-1);
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children a i,
  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children span i {
      display: none;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected>span {
      border-bottom: none;
  }

  .fx-dropdown-services:after {
      content: unset;
  }

  .fx-menu-item:hover .fx-submenu {
      display: none;
  }

  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-submenu,
  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-submenu:after {
      background: transparent;
  }

  .fx-submenu {
      display: none;
      position: static;
      background: transparent;
      min-width: unset;
      padding: 0;
      padding-left: 20px;
      padding-top: 0;
      padding-bottom: 10px;
  }

  .fx-submenu-item.active>a:before,
  .fx-submenu-item.active>span:before {
      transform: scaleY(-1);
  }

  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>a,
  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span {
      color: var(--secondary-menu-color);
  }

  .fx-menu-icon {
      display: none;
  }

  .fx-menu-item .fx-submenu .fx-item-icon-wrap {
      position: relative;
      padding-left: 20px;
  }

  .fx-menu-item .fx-submenu .fx-submenu-item.active .fx-dropdown-submenu {
      display: block;
  }

  .fx-dropdown-submenu {
      position: static;
      left: unset;
      width: unset;
      top: unset;
      background: transparent;
      padding: 0;
      padding-left: 35px;
  }

  .fx-dropdown-submenu li a {
      padding: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 21px;
      font-weight: 300;
      text-decoration: none;
      cursor: pointer;
  }

  .fx-submenu-item:hover .fx-dropdown-submenu {
      display: none;
  }

  .fx-submenu-item {
      border-right: none;
  }

  .fx-submenu-item .fx-dropdown-submenu {
      padding-left: 35px !important;
  }

  .fx-submenu-item .fx-dropdown-submenu a {
      color: var(--submenu-text-color);
  }

  .fx-has-children ul {
      left: unset;
      position: static;
      right: unset;
      top: 100%;
      padding: 5px 6vw;
  }

  .fx-category-list.active {
      display: block;
  }

  .fx-category-list li {
      width: 100%;
      padding: 7px 0;
  }

  .fx-category-list li a {
      color: var(--primary-style-color) !important;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children:hover ul {
      display: none;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.active ul {
      display: block;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.active>a svg {
      display: block;
  }

  .fx-menu__list .fx-submenu li a svg {
      display: none;
  }

  body.document-overflowed .fx-account-btn {
      color: var(--secondary-menu-color);
  }

  body.document-overflowed .fx-account-btn:hover {
      color: var(--primary-style-color);
  }

  .phone-mobile {
      display: flex;
      justify-content: center;
      font-family: "Open Sans", sans-serif;
      font-size: 25px;
      line-height: 28px;
      font-weight: 300;
      color: #222427 !important;
      text-decoration: none !important;
  }
  .phone-mobile a {
    display: block;
  }

  .fx-submenu-item.fx-submenu-item-li-selected .fx-dropdown-submenu {
      display: none;
  }

  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span {
      color: var(--secondary-menu-color)!important;
  }

  .fx-header.fx-header_fixed:not(.show-dropdown-service) .fx-menu__list .fx-submenu>ul>li>span:hover {
    color: var(--secondary-menu-color)!important;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected ul {
    display: none;
  }

  .fx-dropdown-services ul.fx-services-list-outer li.fx-has-children.fx-service-submenu-item-selected.active ul {
    display: block;
  }
}

.loader-btn {
  position: relative;
}

.loader-btn svg {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

.loader-btn[disabled] {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}

.loader-btn[disabled] svg {
  opacity: 1;
}

.consultation .consultation-form {
  max-width: 100%;
}

.top-promo-banner {
  width: 100%;
  padding: 7px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #d2ff28;
}

a:hover.top-promo-banner {
  text-decoration: none;
  color: #0B1022;
}
/* End */


/* Start:/local/templates/fx_software/css/fonts.css?161420261811458*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* End */


/* Start:/local/templates/fx_software/css/bootstrap.min.css?1501674858121300*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.eot);src:url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/local/templates/fx_software/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:768px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;pointer-events:none;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/templates/fx_software/css/normalize.min.css?14992438691860*/
progress,sub,sup{vertical-align:baseline}/*Delete body*/ figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700} select,button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}/*# sourceMappingURL=normalize.min.css.map */
/* End */


/* Start:/local/templates/fx_software/css/jPushMenu.css?17139854021959*/
/* General styles for all menus */
.cbp-spmenu {
    background: #ffffff;
    position: fixed;
}

/* .cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: #258ecd;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
} */

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -100%;
}

.cbp-spmenu-right {
    right: -100%;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

.cbp-spmenu-right.menu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -100%;
}

.cbp-spmenu-bottom {
    bottom: -100%;
}

.cbp-spmenu-top.menu-open {
    top: 0px;
}

.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 100%;
}

.push-body-toleft {
    left: -100%;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.45s ease;
       -moz-transition: all 0.45s ease;
            transition: all 0.45s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        height: 100%;
    }

    .cbp-spmenu-top {
        top: -100%;
    }

    .cbp-spmenu-bottom {
        bottom: -100%;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        width: 100%;
    }

    .cbp-spmenu-left,
    .push-body-toleft {
        left: -100%;
    }

    .cbp-spmenu-right {
        right: -100%;
    }

    .push-body-toright {
        left: 100%;
    }
}
/* End */


/* Start:/local/templates/fx_software/css/magnific-popup.css?14992438697793*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


/* Start:/local/templates/fx_software/css/rainbow/github.css?14992438692703*/
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade{10%{transform:scale(1, 1)}35%{transform:scale(1, 1.7)}40%{transform:scale(1, 1.7)}50%{opacity:1}60%{transform:scale(1, 1)}100%{transform:scale(1, 1);opacity:0}}[data-language] code,[class^="lang"] code,pre [data-language],pre [class^="lang"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";animation:50ms ease-in-out 2s forwards fade-in}[data-language] code.rainbow,[class^="lang"] code.rainbow,pre [data-language].rainbow,pre [class^="lang"].rainbow{animation-delay:0s}[data-language] code.loading,[class^="lang"] code.loading,pre [data-language].loading,pre [class^="lang"].loading{animation-play-state:paused}pre{position:relative}pre.loading .preloader div{animation-play-state:running}pre.loading .preloader div:nth-of-type(1){background:#0081f5;animation:fade 1.5s 300ms linear infinite}pre.loading .preloader div:nth-of-type(2){background:#5000f5;animation:fade 1.5s 438ms linear infinite}pre.loading .preloader div:nth-of-type(3){background:#9000f5;animation:fade 1.5s 577ms linear infinite}pre.loading .preloader div:nth-of-type(4){background:#f50419;animation:fade 1.5s 715ms linear infinite}pre.loading .preloader div:nth-of-type(5){background:#f57900;animation:fade 1.5s 853ms linear infinite}pre.loading .preloader div:nth-of-type(6){background:#f5e600;animation:fade 1.5s 992ms linear infinite}pre.loading .preloader div:nth-of-type(7){background:#00f50c;animation:fade 1.5s 1130ms linear infinite}pre .preloader{position:absolute;top:12px;left:10px}pre .preloader div{width:12px;height:12px;border-radius:4px;display:inline-block;margin-right:4px;opacity:0;animation-play-state:paused;animation-fill-mode:forwards}pre{border:1px solid #ccc;word-wrap:break-word;padding:6px 10px;line-height:19px;margin-bottom:20px}pre code{border:0;padding:0;margin:0;border-radius:0}code{border:1px solid #eaeaea;margin:0px 2px;padding:0px 5px;font-size:12px}pre,code{font-family:Consolas, 'Liberation Mono', Courier, monospace;color:#333;background:#f8f8f8;border-radius:3px}pre,pre code{font-size:13px}pre .comment{color:#998}pre .support{color:#0086B3}pre .tag,pre .tag-name{color:navy}pre .keyword,pre .css-property,pre .vendor-fix,pre .sass,pre .class,pre .id,pre .css-value,pre .entity.function,pre .storage.function{font-weight:bold}pre .css-property,pre .css-value,pre .vendor-fix,pre .support.namespace{color:#333}pre .constant.numeric,pre .keyword.unit,pre .hex-color{font-weight:normal;color:#099}pre .entity.class{color:#458}pre .entity.id,pre .entity.function{color:#900}pre .attribute,pre .variable{color:teal}pre .string,pre .support.value{font-weight:normal;color:#d14}pre .regexp{color:#009926}

/* End */


/* Start:/local/templates/fx_software/css/animate.min.css?152335346256048*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/local/templates/fx_software/css/slick.css?15645796046863*/
/*slick*/
  /* Slider */
    .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;
        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;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-track:before,
    .slick-track:after  {
        display: table;
        content: '';
    }
    .slick-track:after {
        clear: both;
    }
    .slick-loading .slick-track {
        visibility: hidden;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        outline: none;
    }
    [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;
    }

    /*.slick-list,
    .slick-track {
      height: 100%;
    }*/

  /*theme*/

    /* Arrows */
      .slick-prev,
      .slick-next {
          font-size: 0;
          line-height: 0;

          position: absolute;
          top: 50%;

          display: block;

          width: 50px;
          height: 50px;
          padding: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);

          cursor: pointer;

          color: transparent;
          border: none;
          outline: none;
          background: transparent;
          .transition(all 0.4s);
          z-index: 1;
          
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
      }
      .slick-prev:hover,
      .slick-prev:focus,
      .slick-next:hover,
      .slick-next:focus {
          color: transparent;
          outline: none;
          background: transparent;
      }
      .slick-prev:hover:before,
      .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
          opacity: 1;
      }
      .slick-prev.slick-disabled:before,
      .slick-next.slick-disabled:before {
          opacity: .25;
      }

      .slick-prev:before,
      .slick-next:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
      }

      .slick-prev {
          left: 0;
      }
      [dir='rtl'] .slick-prev {
          right: 0;
          left: auto;
      }
      .slick-prev:before {
          content: '';
      }
      [dir='rtl'] .slick-prev:before {
          content: '';
      }
      .slick-next {
          right: 0;
      }
      [dir='rtl'] .slick-next {
          right: auto;
          left: 0;
      }
      .slick-next:before {
          content: '';
      }
      [dir='rtl'] .slick-next:before {
          content: '';
      }

    /* Dots */
      .slick-dotted.slick-slider {
          /*margin-bottom: 30px;*/
      }

      .slick-dots {
          position: absolute;
          bottom: 42px;
          display: block;          
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: left;
      }

      .slick-dots li:before,
      .slick-dots li:after{
        content: none;
      }
      .slick-dots li {
          padding: 0;
          font-size: 0;
          line-height: 0;
          color: transparent;
          position: relative;
          display: inline-block;
          width: 13px;
          height: 13px;
          margin: 0 35px 0 0;
          padding: 0;
          cursor: pointer;          
      }
      .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 13px;
          height: 13px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent;
          .transition(all 0.5s);
      }
      .slick-dots li button:hover,
      .slick-dots li button:focus {
          outline: none;
      }
      .slick-dots li button:hover:before,
      .slick-dots li button:focus:before {
          /*opacity: 1;*/
      }

      .slick-dots li button:hover:after,
      .slick-dots li button:focus:after{
        background-color: #efbe01;
      }

      .slick-dots li button:before {
          position: absolute;
          top: 4px;
          left: 4px;
          width: 5px;
          height: 5px;
          content: '';
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          border: 2px solid #ffffff;
      }

      .slick-dots li button:after{
          position: absolute;
          top: 4px;
          left: 4px;
          width: 5px;
          height: 5px;
          content: '';
          text-align: center;
          background-color: #ffffff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          .transition(background-color 0.5s);
      }

      .slick-dots li.slick-active button:before{
          background-color: transparent;
          top: 0;
          left: 0;
          width: 13px;
          height: 13px;
      }
      .slick-dots li.slick-active button:after{
          background-color: transparent;
      }

      .slick-dots li.slick-active button:hover:after{
          background-color: transparent;
      }
/* End */


/* Start:/local/templates/fx_software/css/footer_solutions.css?171584919514449*/
.footer {
    background: #20252c;
}

.footer a,
.footer p {
    color: var(--header-menu-color);
}

.footer h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 133%;
    color: var(--primary-menu-color);
}

.footer__container {
    max-width: 1200px;
    padding: 0px 15px;
    height: 100%;
    margin: auto;
}

.footer__content {
    padding-top: 40px;
}

.footer__top-line {
    margin-bottom: 40px;
}

.footer__middle {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (1fr) [ 2 ];*/
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 50px;
    margin-bottom: 40px;
}

.footer__block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.footer__block-wrap > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}

.footer__block-wrap .footer-block__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer-top__logo {
    display: block;
    width: 156px;
}

.footer-top__logo img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-top__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.footer-top__social-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 13px;
    background: #394049;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-top__social-link:hover path {
    fill: var(--primary-style-color);
    transition: all 0.3s ease 0s;
}

.footer-top__social-link svg {
    width: 15px;
    height: 15px;
}

.footer-block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #3f464d;
    margin-bottom: 8px;
}

.footer-block__title {
    margin: 0;
    pointer-events: none;
}

.footer-block__head-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-decoration: none;
}

.footer-block__head-link:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: var(--primary-style-color);
}

.footer-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.footer-block__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}

.footer-block__link {
    display: block;
    width: 100%;
    padding: 6px 0px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    line-height: 133%;
    text-decoration: none;
}

.footer-block__link img {
    width: 6px;
    height: 6px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    vertical-align: middle;
    margin-left: 8px;
}

.footer-block__link sup {
    font-size: 8px;
    line-height: 1;
    margin-left: 5px;
}

.footer-block__link:hover, span.footer-block__link {
    transition: all 0.3s ease 0s;
    color: var(--primary-style-color);
    text-decoration: none;
}

.footer-block__link:hover img {
    transition: all 0.3s ease 0s;
    transform: rotate(44.5deg);
}

.footer-block__head-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;

}

.footer-block__head-status:hover,
.footer-block__head-status:focus {
    text-decoration: none;
}

.footer-block__status-text {
    color: #2fb344;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

.footer-block__head-status.failed .footer-block__status-text {
    color: #d63939;
}

.footer-block__head-status.failed .status-animation__circle  {
    background-color: #d63939;
}

.footer-block__head-status.warning .footer-block__status-text {
    color: #ff8b00;
}

.footer-block__head-status.warning .status-animation__circle  {
    background-color: #ff8b00;
}

.footer-bottom {
    background: #2b323a;
}

.footer-bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 17px 15px;
    gap: 16px;
}

.footer-bottom__right {
    font-weight: 400;
    font-size: 13px;
    line-height: 133%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom__right a {
    text-decoration: none;
}

.footer-bottom__right a:hover {
    transition: all 0.3s ease 0s;
    color: var(--primary-style-color);
    text-decoration: none;
}

.footer-bottom__link-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 32px);
    flex: 0 0 calc(20% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom__link {
    width: 50px;
    height: 35px;
    background: url('/local/templates/fx_software/images/theme/spritesheet_main.png') 0 0 no-repeat;
}

.footer-bottom__link img {
    max-width: 100%;
}

.footer-bottom__dev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom__dev-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 155px;
    flex: 0 1 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom__dev-link:hover,
.footer-bottom__dev-link:focus {
    text-decoration: none;
}

.footer-bottom__dev-link span:first-child {
    color: var(--header-menu-color);
    font-weight: 400;
}

.footer-bottom__dev-link span:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom__dev-link span:last-child img {
    max-width: 100%;
}


.status-animation {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}

.status-animation__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #2fb344;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.status-animation__circle_1 {
    -webkit-animation: 2s linear 1s infinite backwards status-pulsate-main;
    animation: 2s linear 1s infinite backwards status-pulsate-main;
    z-index: 3;
}

.status-animation__circle_2 {
    -webkit-animation: 2s linear 1s infinite backwards status-pulsate-secondary;
    animation: 2s linear 1s infinite backwards status-pulsate-secondary;
    z-index: 2;
    opacity: 0.1;
}

.status-animation__circle_3 {
    -webkit-animation: 2s linear 1s infinite backwards status-pulsate-tertiary;
    animation: 2s linear 1s infinite backwards status-pulsate-tertiary;
    z-index: 1;
    opacity: 0.3;
}

@-webkit-keyframes status-pulsate-main {
    40% {
        -webkit-transform: translate(-50%, -50%) scale(1.25, 1.25);
        transform: translate(-50%, -50%) scale(1.25, 1.25);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.25, 1.25);
        transform: translate(-50%, -50%) scale(1.25, 1.25);
    }
}

@keyframes status-pulsate-main {
    40% {
        -webkit-transform: translate(-50%, -50%) scale(1.25, 1.25);
        transform: translate(-50%, -50%) scale(1.25, 1.25);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.25, 1.25);
        transform: translate(-50%, -50%) scale(1.25, 1.25);
    }
}

@-webkit-keyframes status-pulsate-secondary {
    10% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }

    30% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
    }

    80% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

@keyframes status-pulsate-secondary {
    10% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }

    30% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
    }

    80% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

@-webkit-keyframes status-pulsate-tertiary {
    25% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }

    80% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
        opacity: 0;
    }
}

@keyframes status-pulsate-tertiary {
    25% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }

    80% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3, 3);
        transform: translate(-50%, -50%) scale(3, 3);
        opacity: 0;
    }
}

@media (max-width: 1050px) {
    .footer-bottom__content {
        flex-direction: column;
    }

    .footer-bottom__dev {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .footer__middle {
        display: block;
    }

    .footer__block-wrap {
        display: block;
    }

    .footer-block__head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 20px;
        position: relative;
        border-bottom: none;
        margin-bottom: 0;
    }

    .footer-block__head::after {
        content: "";
        /*background: url("/local/templates/fx_software/css/../img/arrow-bottom.svg") 0 0/20px 20px no-repeat;*/
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }

    ._active .footer-block__head::after {
        -webkit-transform: translate(0px, -50%) rotate(-90deg);
        -ms-transform: translate(0px, -50%) rotate(-90deg);
        transform: translate(0px, -50%) rotate(-90deg);
        transition: all 0.3s ease 0s;
    }

    .footer-block__head-link {
        display: none;
    }

    .footer-block__body {
        display: none;
    }

    .footer-block__link {
        padding: 10px 0px;
    }
}

@media (max-width: 767.98px) {

    .footer-bottom__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .footer-bottom__link-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }

    .footer-bottom__dev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-bottom__dev-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

@media (max-width: 575.98px) {
    .footer__content {
        margin-top: 20px;
    }

    .footer__top-line {
        margin-bottom: 20px;
    }

    .footer-top {
        display: block;
    }

    .footer-top__logo {
        margin: auto;
        margin-bottom: 20px;
    }

    .footer-top__social-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-block__head-status {
        display: none;
    }

    .footer-bottom__right {
        padding: 0 20px;
    }
}
/* End */


/* Start:/local/components/flamix/preloader/templates/.default/style.css?15580076812767*/
.flamix-preloader.hidden {
	transition: 2s;
	opacity: 0 !important;
	user-select: none;
	pointer-events:none;
}
.flamix-preloader__preloader-container {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.flamix-preloader__beam {
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	animation: beam 2s linear infinite;
	opacity: 0.3;
	top: 65px;
	left: 70px;
}
.flamix-preloader__x-container {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate_x 2s linear infinite;
}
.flamix-preloader__x-container span {
	position: absolute;
	display: inline-block;
	border-radius: 22px;
	width: 22px;
}
.flamix-preloader__beam-block {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate_beam 2s linear infinite;
}
.flamix-preloader .line-white-full,
.flamix-preloader .line-white-half,
.flamix-preloader .line-green-half {
	position: absolute;
	width: 22px;
	border-radius: 33px;
	height: 100%;
	left: 42px;
	bottom: 2px;
	overflow:hidden;
}
.flamix-preloader .line-white-full {
	transform: rotate(-45deg);
}
.flamix-preloader .line-white-full span {
	animation: move_1 2s linear infinite;
}
.flamix-preloader .line-white-half span {
	animation: move_2 2s linear infinite;
}
.flamix-preloader .line-white-half,
.flamix-preloader .line-green-half {
	transform: rotate(45deg);
}
.flamix-preloader .line-green-half span {
	animation: move_3 2s linear infinite;
}

@keyframes move_1 {
	20% {
		bottom: 0;
		height: 0;
	}
	20.1% {
		bottom: 0;
		height: 22px;
	}
	40% {
		bottom: 0;
		height: 100%;
	}
	100% {
		bottom: 0;
		height: 100%;
	}
}
@keyframes move_2 {
	0% {
		bottom: 0;
		height: 0;
	}
	60% {
		bottom: 0;
		height: 0;
	}
	60.1% {
		bottom: 0;
		height: 22px;
	}
	70% {
		bottom: 0;
		height: 50%;
	}
	100% {
		bottom: 0;
		height: 50%;
	}
}
@keyframes move_3 {
	0% {
		bottom: 65%;
		height: 0;
	}
	73% {
		bottom: 65%;
		height: 0;
	}
	80% {
		bottom: 65%;
		height: 35%;
	}
	100% {
		bottom: 65%;
		height: 35%;
	}
}
@keyframes beam {
	0% {
		opacity: 0.4;
	}
	2% {
		opacity: 0.4;
	}
	10% {
		opacity: 1;
	}
	11% {
		opacity: 0.4;
	}
	12% {
		opacity: 0.4;
	}
	19.5% {
		opacity: 1;
	}
	20% {
		top: 65px;
		left: 70px;
		opacity: 1;
	}
	40% {
		top: 9.5px;
		left: 14.3px;
	}
	60% {
		left: 14.3px;
		top: 65px;
	}
	80% {
		left: 70px;
		top: 9.5px;
		opacity: 1;
	}
	100% {
		left: 70px;
		top: 9px;
		opacity: 1;
	}
}
@keyframes rotate_x {
	0% {
		transform: rotate(0);
	}
	98% {
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotate_beam {
	0% {
		transform: rotate(0);
	}
	98% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(90deg);
	}
}
/* End */


/* Start:/local/templates/fx_software/components/bitrix/menu/new.top/style.css?162472693315208*/
/*------------------------------------------------------------*/
/* XX - MENU */
/*------------------------------------------------------------*/
#header.is-fixed {
  padding-top: 0px;
  min-height: 97px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#header.is-fixed .menu-wrap {
  z-index: 1;
}
#header.is-fixed .menu-wrap .logo-fix {
  float: left;
  display: block;
  margin: 35px 48px 0 0;
  cursor: pointer;
}
#header.is-fixed .menu-wrap .logo-fix-inner {
  margin-top: 34px;
}
#header.is-fixed .menu-wrap .logo-fix-inner .color-w-b {
  fill: #0e2d40;
}
#header.is-fixed .menu-wrap ul.menu {
  float: left;
  margin-top: 10px;
}
#header.is-fixed .menu-wrap ul.menu > li {
  padding-right: 25px;
  height: 87px;
}
#header.is-fixed .menu-wrap ul.menu > li > span,
#header.is-fixed .menu-wrap ul.menu > li a {
  color: #22161a;
}
#header.is-fixed .menu-wrap ul.menu > li > span:hover,
#header.is-fixed .menu-wrap ul.menu > li a:hover {
  color: #019ade;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu {
  top: 77px;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list {
  background-color: #2b323a;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list:before {
  border-color: transparent transparent #2b323a transparent;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name {
  color: #a6b2bf;
  transition: all 0.6s;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name svg path {
  fill: #a6b2bf;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name:hover {
  color: #ffffff;
}
#header.is-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name:hover svg path {
  fill: #ffffff;
}
#header.is-fixed .menu-wrap .lang-account {
  float: right;
  margin-top: 29px;
}
#header.is-fixed .menu-wrap .lang-account .tel {
  display: inline-block;
}
#header.is-fixed .menu-wrap .lang-account ul.lang {
  display: none;
}
#header.is-fixed .menu-wrap .lang-account .account-wrap .account-btn {
  position: relative;
  border-radius: 4px;
  border: none;
  padding: 10px 17px 9px;
  z-index: 0;
  background: #33aee5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYWVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33aee5), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -o-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: linear-gradient(to bottom, #33aee5 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aee5', endColorstr='#019ade', GradientType=0);
}
#header.is-fixed .menu-wrap .lang-account .account-wrap .account-btn:hover {
  background: #4db8e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYjhlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4db8e8), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -o-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: linear-gradient(to bottom, #4db8e8 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db8e8', endColorstr='#019ade', GradientType=0);
}
@media only screen and (max-width: 1199px) {
  #header.is-fixed .menu-wrap ul.menu.menu-inner-page > li {
    padding-right: 10px;
  }
  #header.is-fixed .menu-wrap ul.menu > li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #header.is-fixed {
    padding: 20px 0 16px;
    min-height: 66px;
  }
  #header.is-fixed .menu-wrap .logo-fix {
    margin: 25px 30px 0 0;
  }
  #header.is-fixed .menu-wrap ul.menu {
    margin-top: 0;
  }
  #header.is-fixed .menu-wrap ul.menu > li {
    height: 76px;
  }
  #header.is-fixed .menu-wrap .lang-account {
    margin-top: 18px;
  }
  #header.is-fixed .menu-wrap .lang-account .tel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 20px 0 16px;
    background-color: #2b323a;
  }
  #header.is-fixed .menu-wrap .btn-menu-mob svg path {
    fill: #2b323a;
  }
  #header.is-fixed .menu-wrap .logo-fix {
    float: none;
    margin: 0;
    text-align: center;
  }
  #header.is-fixed .menu-wrap .logo-fix-mobile {
    display: none;
  }
  #header.is-fixed .menu-wrap .logo-fix-inner {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
  }
  #header.is-fixed .menu-wrap .logo-fix-inner .color-w-b {
    fill: #2b323a;
  }
  #header.is-fixed .menu-wrap .lang-account .account-btn {
    font-size: 12px;
  }
}
#header .menu-wrap ul.menu > li:not(.fx-dropdown-menu__row):hover > span {
  color: #fb6408;
}
#header .menu-wrap ul.menu > li:hover .fx-dropdown-menu__row {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  padding-top: 97px;
  height: 414px;
  background-color: #2b323a;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/fx_software/components/bitrix/menu/new.top/menu_bg.png) center no-repeat;
  opacity: 0.06;
  z-index: -1;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row .container {
  position: relative;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  font-size: 0;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: top;
  width: 125px;
  text-align: center;
}
@media only screen and (max-width: 1169px) {
  #header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li {
    font-size: 15px;
  }
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li.is-hover .menu-name:after,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li:hover .menu-name:after {
  background-color: #fb6408;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li.is-hover i,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li:hover i {
  color: #fb6408;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li.is-hover ul,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li .menu-name {
  padding: 23px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
  height: 101px;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li .menu-name:hover {
  text-decoration: none;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li .menu-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li i {
  display: block;
  margin: 0 auto 10px;
  width: 20px;
  height: 20px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.25);
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  /*max-width: 910px;*/
  min-height: 215px;
  margin: 0 auto;
  right: 0;
  list-style: none;
  padding: 15px 130px;
  font-size: 0;
  border: 0;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li {
  padding: 0 0 0 70px;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: left;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li:before,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li:after {
  content: none;
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li a,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li span {
  display: inline;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: rgba(242, 251, 255, 0.35);
  text-decoration: none;
}
@media only screen and (max-width: 1169px) {
  #header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li a,
  #header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li span {
    font-size: 15px;
  }
}
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li a:hover,
#header .menu-wrap ul.menu > li .fx-dropdown-menu__row ul li ul li span:hover {
  color: rgba(242, 251, 255, 0.65);
  text-decoration: none;
}
#header.fx-dropdown-hover .menu-wrap .logo-fix-inner .color-w-b,
#header.menu-fixed.fx-dropdown-hover .menu-wrap .logo-fix-inner .color-w-b {
  fill: #ffffff;
}
#header.fx-dropdown-hover .menu-wrap ul.menu > li:not(.fx-dropdown-menu__row):hover > span,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li:not(.fx-dropdown-menu__row):hover > span,
#header.fx-dropdown-hover .menu-wrap ul.menu > li:not(.fx-dropdown-menu__row):hover > a,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li:not(.fx-dropdown-menu__row):hover > a {
  color: #fb6408;
}
#header.fx-dropdown-hover .menu-wrap ul.menu > li > span,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li > span,
#header.fx-dropdown-hover .menu-wrap ul.menu > li > a,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li > a {
  color: rgba(255, 255, 255, 0.6);
}
#header.fx-dropdown-hover .menu-wrap ul.menu > li > span:hover,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li > span:hover,
#header.fx-dropdown-hover .menu-wrap ul.menu > li > a:hover,
#header.menu-fixed.fx-dropdown-hover .menu-wrap ul.menu > li > a:hover {
  color: #ffffff;
}
#header.fx-dropdown-hover .menu-wrap .lang-account .tel,
#header.menu-fixed.fx-dropdown-hover .menu-wrap .lang-account .tel {
  color: rgba(255, 255, 255, 0.6);
}
/*MOBIEL*/
.main-menu-list .m-list-mobile {
  padding: 23px 0 67px;
}
.main-menu-list .m-list-mobile ul li {
  position: relative;
}
.main-menu-list .m-list-mobile ul li > a,
.main-menu-list .m-list-mobile ul li > span {
  display: inline-block;
  padding: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  color: #222427;
  text-decoration: none;
  cursor: pointer;
}
.main-menu-list .m-list-mobile ul li.has-children.current:before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.main-menu-list .m-list-mobile ul li.has-children:before {
  content: '';
}
.main-menu-list .m-list-mobile ul li.has-children .menu-name {
  color: #222427;
}
.main-menu-list .m-list-mobile ul li:before {
  position: absolute;
  top: 17px;
  left: 2px;
  content: none;
  width: 10px;
  height: 7px;
  background: url(/local/templates/fx_software/components/bitrix/menu/new.top/icon-arrow-list-mobile.svg) center no-repeat;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row .container {
  padding: 0;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li {
  position: relative;
  padding-left: 20px;
  margin: 15px 0;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li:before,
.main-menu-list .m-list-mobile ul li .dropdown_menu ul li:before {
  position: absolute;
  top: 8px;
  left: 2px;
  content: none;
  width: 10px;
  height: 7px;
  background: url(/local/templates/fx_software/components/bitrix/menu/new.top/icon-arrow-list-mobile.svg) center no-repeat;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li.has-children-level-2.current:before,
.main-menu-list .m-list-mobile ul li .dropdown_menu ul li.has-children-level-2.current:before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li.has-children-level-2:before,
.main-menu-list .m-list-mobile ul li .dropdown_menu ul li.has-children-level-2:before {
  content: '';
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li.has-children-level-2 .menu-name {
  color: #222427;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li .menu-name {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #019ade;
  text-decoration: none;
  cursor: pointer;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li i {
  display: none;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li ul li {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li ul li a,
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li ul li span {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #019ade;
  text-decoration: none;
  cursor: pointer;
}
.main-menu-list .m-list-mobile ul li .fx-dropdown-menu__row ul li ul li i {
  display: none;
}

/* End */


/* Start:/local/templates/fx_software/styles.css?1714994169156225*/
/* GLOBAL.CSS */
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION, COLOR, ICONS & BUTTONS PRESETS */
/* 02 - HEADER */
/* 03 - FOOTER */
/*------------------------------------------------------------------------------*/
/* MIXU */
/*------------------------------------------------------------------------------*/
img {max-width: 100%;}
body{margin: 0;}
.dsb {
  display: block;
}
.dsn {
  display: none;
}
.hidden {
  overflow: hidden;
}
.visible {
  overflow: visible;
}
.ma {
  margin: 0 auto;
}
.pf {
  position: fixed;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clr {
  clear: both;
}
.b {
  font-weight: bold;
}
.em {
  font-style: italic;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}
.ttu {
  text-transform: uppercase;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.cur {
  cursor: pointer;
}
/*default style*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
iframe {
  border: 0;
}
html {
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body {
  width: 100%;
  color: #333333;
  line-height: 18px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #ffffff;
}
a {
  color: #2476b3;
  text-decoration: none;
  cursor: pointer;
  outline: none!important;
}
a:hover {
  color: #2476b3;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
img {
  border: none;
}
img.img-w {
  display: block;
  width: 100%;
  height: auto;
}
img.img-pa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
input {
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: none;
}
figure {
  position: relative;
}
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block;
}
button:focus {
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
label {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
::selection {
  background-color: #ffb7b7;
}
::-moz-selection {
  background-color: #ffb7b7;
}
p q {
  border-left: 3px solid #000;
  padding-left: 10px;
  display: inline-block;
  margin-left: 20px;
  font-size: 1.3em;
}
#wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 100%;
}
#footerWrap {
  display: table-row;
  width: 100%;
  height: 0px;
  background-color: #2b323a;
}
/*------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR, ICONS, BUTTONS PRESETS */
/*------------------------------------------------------------*/
.bg-col-alice-blue {
  background-color: #f0f4f7;
}
.bg-col-white {
  background-color: #ffffff;
}
.bg-col-white-opc {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-col-blue {
  background-color: #019ade;
}
.icon-rubl-code {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 21px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-ruble.svg) center no-repeat;
}
.icon-contact-pin {
  display: inline-block;
  vertical-align: top;
  width: 51px;
  height: 70px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-contact-pin.svg) center no-repeat;
}
.icon {
  display: inline-block;
  background-image: url(/local/templates/fx_software/images/theme/spritesheet.png);
  background-repeat: no-repeat;
}
.icon-personal-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
}
.icon-mask-detail {
  width: 32px;
  height: 32px;
}
.icon-down-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhFBMVEUAAAABmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4AAABVSNK7AAAAKnRSTlMAEH7V/PrTeQst4tkkFefEShQYXeGRtgMX6C9YUNeGAVwZ42DaDNvRiJeF22XIAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAIxJREFUGNNVjokOgkAMRFvlUPFiQQWvRcRr/v8DbberCZNstn2ZTksUxJNpkmb5jKLmCwQVS+tXa2y2patqFObZYX/Qv6mRB9DiaNYKGdGplWE24JDSOaRF0CChC67M7A10MgI4LYPp1kuoOHwE9x7DwzKY7D31MN1i4BVP95r5X2R669zHj8moF/Lrv7OpDvQCly22AAAAAElFTkSuQmCC);
}
.icon-ask-ques {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  height: 15px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAV1BMVEUAAAABmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4Bmt4AAABjTiH5AAAAG3RSTlMADmm26v5g7oNKwPcfEPzGToZj+WwCAd0zrA9Kq28RAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAF5JREFUCNddjkcOgDAQxEyAUELvsP//J1WkWJqDR9oCEKk4SdMkVhEPOpOPTN+ei0MOhXgUlH5RYkSq2sbQiNTYGNpwpAuX0gdnYfj1fQwecV6/inGaFyyybnjshyMnSP8PAKfrnNcAAAAASUVORK5CYII=);
}
.icon-type-ruble {
  display: inline-block;
  width: 25px;
  height: 36px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAkCAYAAAB8DZEQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REVDREJCODIwN0EyMTFFNjkxMzQ5RTU2ODIxQTYxQzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REVDREJCODEwN0EyMTFFNjkxMzQ5RTU2ODIxQTYxQzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowYjU4NWM0Ny02OWQ1LTBiNDctYjliOS01YzBjNWMwYzU4ZDIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxYzU4ZjkwMS1mMGZlLTExZTUtYWExOC04YzExYmY2MThiOTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5OFYdwAAABwElEQVR42txX0W2DQAw9IhYgI1xbtf8wAhkBRugKYYQwQhgBRigjlP9KVViBEa4+ZCLXMRykBam19BQFzn6H7bN9njFGjcnD04uGnwQRCksqQAMoLp8f3ZgdTyIB4wH8nNH4XCkAmUR2QwIEdsclQKvl0gIOQNTShzvhCziBVcgAe1D2Btj/+Lwma63eG9qRvwReWhe9kvc5GMxc2we9BDd3jRXopTckGOQLWWj9m8/1k0AUgX7D3UW/oF1CYAXWV8x1iRSTmLpJ3ScFi08vPtlJpH4ujUSyU+tJsBYJT/1VSGLJdZ5+fP7Nr6BHIMXa1gferBSTcovAq81JvJlIHYfUBjqSdP0ZGzkigonynrPT/k18h/HTxPuKYFIkkhC74lS7XVTb7Dkx/ya7Nk1hOmVkC1Lbib794oTyjgQd9Jb9Gu6imVRvEZPuT2dXxw7jKiQ0DiEkQnyvQdC1E6RBnK4kOCTTGnTGYW8pwZG14ILHJBdm2nimcQ0oWUEthsGbz8JS5bWurKWJEtdrNn0OveUwXCOkq4OrxLvEbiql95SxS1CMREsyrcVbQDHrpsXIQnSHHmm5fY8B46OV4kuAAQCciLE9GP/bfwAAAABJRU5ErkJggg==') center no-repeat;
}
.icon-full-range-works {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
  height: 32px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-full-range-works.svg) center no-repeat;
}
.icon-full-range-video {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 31px;
  height: 31px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-full-range-video.svg) center no-repeat;
}
.icon-base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: inline-block;
}
.icon-base img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icon-team {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.icon-team-manager {
  width: 26px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTZFREVCMDkwRDJBMTFFNjkxM0E4RjdFMUM2REZENTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTZFREVCMDgwRDJBMTFFNjkxM0E4RjdFMUM2REZENTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz510OjOAAACr0lEQVR42qyXS0hWQRTHrz2wJJAeCNKiIEgixKIoHwRBD+gNYbRoUSBEFEWRIrjQhWIteuPCpKJFYBS4Ca1o8VFUokaCFWWflYl82UIpQoJEv/4j/4HDNLd7rnrgx8w3c86c+e6cc+beIPhXCsAfkI5gHLSA9YFCMjxj68ArMAISIIeLWjH9TJAPsjnWBvY6eioZ5K7nRugtBQ+o+wHMi+voGI0vKfVPUL81mIL00/iQUr+R+nviOvosDv6MQj+Xuok4TlbR6DF4yv4bRYS1UzfLnZgVYrCa7UXQIca6wBCoAYWeBZ+xXaH9R83c2TW2jxjK9zz59Bu8Y06959hmjZPjnsWKxLwJ4d3gMngJfjlJbNoqjaPrwvCK8glkiEeWZgJHntGQ6GcrHaXZLhERGylrnMdWqXS2EfTSplAbDHWOsyfgAMvNKPjJc7KyTeheiJuwByOqd6PQ7eZYaTBFaRJBsQDcBEnQA4qpU0WdhmAaYkJ52BPiVo5wbgDMDqYp58TjugtWgjxwX4zfCmZA6rlYn+ecOtneiVpkjievTAStZX9QlJNS5thZLn6VleAb2ADKeBsbecuyNeZzuoOhGxZleR6bhQx1n75579jvGhx1ys52sJXXgi2Uiz2OsjiXYrBs4RM5L9Y76d49ZgfLPYuVcb7aM1fOuYqQi9AW3HyZK/v+c5Z90sApoCOes7ayizo3zI8fYCIiaIpp0C/Geji2M8J2nOc4qZxUhHm52F0D+3UKu6St7mlW3bh3VbPSplc6+hojgR+C5zH0v1hHtvMdnAaLZqCazAeHwSdRCyfD8LaTbOaGrGVO5CoWNjfrJl6S3c5a5g5bJpUz+VbaHpLp5h+/5ntegh8CqRDdj+AUK0fo14R1aq7mEtaxAiazTz/F160ObvKFDWcpfwUYAEOR/f8nkSAQAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-art-director {
  width: 28px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjMzM0UxREEwRDJBMTFFNjk2QjBBRkU1NzhEMzE3QjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjMzM0UxRDkwRDJBMTFFNjk2QjBBRkU1NzhEMzE3QjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/YmROAAAC0ElEQVR42rSXW4hNURjH9zmOmUFkchsxcpKpkQjRSJjxIJfkyYsmj16mvMhEuT4QXkyNy5ShqHkQCSWiSEJj5GE0RBodpzSGk1vuZo7/V/9dX8tac9be51j16+y91ndZe61vfes7QeDfqsB+8AbkFTdBfVDidtxw8gTcAu9V3x1QUayjGaCfBl+BdRaZatBOmRyYHNfZMjX77QVkh3FCIns6jrNm5WzFEHJpcMZY7tu+TtZwdhkqPgeVhsxwMJ9fnFFOJJDmgA6+L/RxeMOYqQTFTnAN3Fd7qbkOliobq9m/18fhWLCZs+y0GBe6wREaLrfYmEC5rqh72KiczI2om6PevihK4V6sjBFwNeqs/tOSQ8wyYGBEba/52x9FqUGlrTBSU6AFPONedvO5hWOhzFnqboo603NqH0eB3Y5AEvZQ5zffH8TNNrto4AS4xOdKI6Hnmdq28Lmt2Hx6Xn3JJ2NsBPs/8PdhKW4K+aIv6kvNdkBNqKZU19MhGhwA23joJcI3gnccu+hjKOnp8Ad/5UsP832A5zW0kfcxlHL0j+PyJMBLMF3lyolM3mXgFLgCsmAKgyhNvV7QV2gC1bxeXOG/wLHHLvnHoFYLJ9RzvbrLenhL5LmMTWASGMN3s8ltspilyEeuXIO6pjaAC1phvJrVWovBoxxb4lgZmcR3S3+dsjtT1y2t7Gx0GJzN8aylUGrj2EGH7iqOd4Rb0sTqa7DA/u5QR6OdJWOWfY8K6MrR+UMbwbEIWWI9+GwERquH3lXKnkypm/unh+JlBo4cmdG8Lb556P3ib1lKLWUiQuZ5ETNjDSaVo5HB/2uh7USSJZ7c8PPAW7CVZ67YVsFc28NS5auuAqaqmzokw1CXcznNY8kl5S1nEd1lKTln2XJ3Oc/iPUeqyrG0kPG7TF19DtleOq9ypTab8zqyiJV1mv8jzCbb8pRHq5MTytmM/hVgACkh+c7xM2cTAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-designer {
  width: 28px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkUwMThBRUIwRDJBMTFFNkEyOTA4MTIzMTdGRTM5MDIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkUwMThBRUEwRDJBMTFFNkEyOTA4MTIzMTdGRTM5MDIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mM9UiAAAC9ElEQVR42qxXX2iNYRj/aDuMcXDh34XWSf6tI632x5QyCRG5IJuL7Y4LcrFMwuTCBYthmijFbraItazNnwtqI3RKG0fswmJCowwnsbL5vfX71tPb+77n+3Y89ev7zvP/e9/ned73eF5wmgmcBX4BowIfyF/i/UeqEgFSwAOgA3ipBU8AeZkGO0VnX4E1Fp0CoFME3jfeYIfp4FFA/WXAR9o0hA1WQsOn40i0i7Ynwxjdp5EqhhlAdsigz2i/I4jyFCqfB8r4vj5kwOm0+wtM8pkTLcr5fHYDq/h+GYiGCPgDqGSMo+mU1zK7VuAn8BYYBkaAvY5ETTREWycViBL/zSUp5vL4/IdANbABiAMLiDmWSt/oClgmHMveU4WzH/ikNbyOzYbkzwERW8ALVFrnSGousAWooX4z4W+FrBPF62FwI9VRaXnIypxNu+sav4f8ctvm+xnWA7MCBsviEFfUosle8RlzObgi9mRxgL4dom6nQX5G9LWT9lDxZhq9E6IwTHSE8qYgS3WNyrss8pWUv3D4OGDZWyNNAAYtvRQXy77I4eMgdVqCTAyl+ITvHUQ5v7yX/CTQ5/Axlc9UlkVhMlDERu9ndanZeIunv/+l7XSmhsM0jkET+ZX+3STcxJmpT48+0WtbuZweZ+soR5yNblCnRhfspEBlUgFcFPcYWw8tpE6jI2DCVHgxMr8AOYLfRv4xi7M8ygcdAf8AA8BqybxDwxKDQTtl/VxydS7OB2q1Zd9usI1Sdk/e6ArJbHZkechyMrwBtvG912C3grI6tpiXC1wiszBNi6hsdwNXeULIQmmgjyrNpoL8SlmVqig+Z3h/jYo7TK7g15Mf1wdrk5c5+VV+V/CS5I1Ro9iPLvZYJIOg1fR1XEyqbqmQw5M9qRXDc7aCui4sddzYslmxpUz2tPBxm89aW3YxZvbecV9Rl6pvHGMjFp13wGvxu1SeBK6/Z8Us63xOlHn80giLI8U/OQNsjySvEwn6eMyvH+u/fwIMAAi/+4jXL7EDAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-frontend {
  width: 26px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0FDMzk2N0QwRDJBMTFFNjg1OUJBNUM3RkY1QUYzMDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0FDMzk2N0MwRDJBMTFFNjg1OUJBNUM3RkY1QUYzMDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz53I6trAAAC9UlEQVR42qyWbWiOYRTHny2zjZHXRd7Ck/c2yYdlliWU4oNPLK1Q2nwxSj6iKHk+WExS+LClJka2lqSs1GwfpJbQMi9DwppHFj2Pt93OtX6Xjqt7j/u+59S/+z7Xdc51rpfzFosFp+mCWoEH6gXzY/+JRgm2CR4qA68FzxT/UrBbMCaqkS1qMYNbgpVqfqGg0ZGpCmtkM4o/BNWCvAyy2Zy6P4qx5yhNC6GTI0gLvgdVmIqRq/ATBSsEk31kCwWrBbPhE+gu9Xtsl37xTQq2Cy6puQ9420/BTjzR0kFOZGgw6KneOF51RNDMJvTj3xDUCB6osZSgIKihNpRafeaWCYoFWc74OXS6wzhDN0phY2NA8DWocC5G2iLEXj26M4IqfBO8j2DoPoZygyok1BvNCxgSDeg0hN1dB4odAWQvI/skas67wAI7MsiUI3NzJNk7Hy8yCy3xmZ9EPvT4HxHVsJAxWKrG4yqwa4PUm39Rkq+5+3bBK04RV6kmHcXQeJJoHgWuiPGtJNE6+JOCJpxlEdU2TprqomwMW1cuOrlMI+GjU5VBvkUw1lUYJ+hB4AXFTpfrpFK2dJaxj0rus2CfClwzN1MbamHiAPxieFMiegX3BMcYa1RuX0cMpZXhTaxRCd9pjZSqBSzZ0xk6qqrtLrX7E7yxLReG3uEgNrOf1saPw5QwucoJwAXwV+D3CA45m9gAfwa+QjUw9uRDJdtzqmUXY9Xwd+DnOh5rxt7Cr4PvE0xQb//nxNd9GpEc1aCUkPY9rsLSXsbKVZ+RcjZcoJ2oaZiOpxBFMzeHUu6p+X42M4XOx68psYaas4mfmPpa6lPBelfwWF3RLLqiVjZgbqBMyVjK0t9TWP0k2E97pamI+QG+11Rg26ZxvU+PV0FMerj+UDU8TAtlXbcHzypDca2aGwSe42HFvFunkyHO4xR/0UbBbZ900qtO5Dmt1VOf8Uc0/vnuHfrlPdPQryGulqtewO4uRUYYTdfUDkwW+eIu+FuAAQB6rRTpi1uLdgAAAABJRU5ErkJggg==') center no-repeat;
}
.icon-team-programmer {
  width: 26px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQ4MjdBMTkwRDJBMTFFNjhEMkM4RUM1MTc5MUQ3NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODQ4MjdBMTgwRDJBMTFFNjhEMkM4RUM1MTc5MUQ3NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz61wRHBAAAC3ElEQVR42qyWW0gVURSGj5YlpJLHsiuWPgSezENSBlFEFyiKSvSht0ooKBIMLBAroqI4gfQQGfUQBRV0QwssshtoecoIKbtf6EaF1UNlVpLK9C/5B7bDnnP2jG34mJm9bjN71l5rBwJmYyFoBJaD22Bp4D+NK4rjdnAVNIAPyvwtMHQgQRroqBakaeTJ4Ch17vgNspoOjhno7qHuRj+B7tN4rIHuIOp+8hoknYZ3PdicpM14nTDRxSiL15u8ngAd4ICiEwE/wAU+X+d1gs7hYJdACbzmgTNgDJgD6sAT8I3/cD7YBS6DP7RJ8rJ0q7gMf8FPEOK8OO6hrIRz8g+/MLjMrzcNMgL8ptESsAU8BPngBagCG8B7UACiYD/lFr8s3STQZBocUZbxFPgONit68uZfQT1I4Vw1bfNMAiVT+ZlGFuQX7gSjNfIobVNNl28fDd6CUWAis85Z63q5fLKP2jhX43Uv1dHwPJjK+3tgCpgEbnBuOp3L/SW/ZShCB9ti6KylzqGBVu9WOtqrkW2i7KWy93yPMuWf9LBNXGQa2/O74zlJNAhkV4+D4BFYABazH0WUTDVyoo4cZpLI3oBpnD/OjZrGZZI6lw0qQRgU0lYy8QE3t3bkUMFyIaSxyQCdLvrPQa7TYK6icBYUg+VgtrI/MjWBUih7B+aBZaCIX2/7W6T2nm5OFmqclVJWrZHtoKxCIwsrwaR+BrbyYV2Mf9lEHcm2mXyhc5xri2G3hjrb1X2SEadV12v+gxzBhsWwC1KvVbLnF5vVEINUz2d1F93HLEnxhvS0bgnUZboXfI4ue8NaHg07+TVehmUHSvJQqxI81jX7KNZ3pJKbz6DcoA2Pc2l6zua5ErxW2ktfth12ZNMr7hHZhCMN3no4075CyWKb02ye/ereCtDsUlI+ghZwjQf/KCtCr0b3Kc8Uqc7zm3NI+s4As3gNs53rRjtPSS18yWYe0fqNfwIMAIpg5Mb7PIMoAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-art-copywriter {
  width: 26px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThEMkU2MzYwRDJBMTFFNjk1OTZBMjdCNkI1RjFEODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThEMkU2MzUwRDJBMTFFNjk1OTZBMjdCNkI1RjFEODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6mQ5SZAAADBklEQVR42qyWe2jOURjHfy9GUgi7uM0rRhmNRlma69xKmfxhtD9s5fYHSiatUP4RIpRyyfUP5torpKipZZRb5DZJM96kSDM2L8N8n/qeejqd32Xs1Kf3Pec8l3PO73meczyv/W0QOAJ+gzbyFRwAQ7wOamuU8Tt0WA1a1PjO/3WyQRk7B7Kt+Rxwn/Mn/8XBevBHObFZZcmf5viy9jippVIj2ApmgwIwHVSCz5w/a+k1gdaoTs7TSGWI3AnKbVFjFRybE+ZkPAVPRVzUK8r3Yn80+zvCFLdTcBJ4zUAIagspv5r9buzfCHN0G7wHM6jQDAYHyHenXLUakwB6EeaoDtSDyyq6JEFLA3RkYV9UXxbXEOboknKwHAwFKfZ/MgBKwDiQRZ1HnNeR9y7M0U0qHVNjafxWTQE51aoCQuSSRjnmcCLf4i13VeyzEKlpE0EuiHMR/UARWAASPEY5vgGi0MVh5Dt/UwE7bnCcfzkdtbD/C3QOO7qESsK0CHk0kwtsU6eUZFUPbAPVt9gfIlukvtEENW4HR2B7SuHcAJmHKhpzHKeSHsVRAYXrfOb3qTvoOf/v4Vwp+7Oi7uoMFZ7xSE07rm5Xjx/e7O6T0rsa1dFRlSPy+8PqN1oBk8cqofNrk8twBovqRb4DGrnCfFDFsH/At8NhGqrirStH2Zt2RoC14BCYajuZ5pPx93x2u9lHviLoiEapIylkMvcFmazOrhajTDplstS7YaWfoycUyO6A15JxFvdUpEhbwkeG1KaRYC7oz3LyMYJh2ck82lgMhnGnsssrWrCGK6h3nLck4m5H4sV4PEmHjkTdN/7PMAr5HLjAfldmuFThg9bjcBdl5luGJVfKwFjQkzKLOFduHK3jwNKAoylkdTDJaHa6IkAn037gbFNlpsTn6jBtI2WvR3hFmVqXMIN9VM0y1HK1YxzXhLxwOjmqfTGrSErZuQWGew4DZapia+TDPgbXwF5Wgbvgg0O2mcETtyPH1XqAKWAyr+w8VVp0k+R+ybyp4VvjjcvgXwEGAPzbFQ3yBvVJAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-project-designer {
  width: 28px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFGMjE3QjUwRDJBMTFFNjg1MTFBN0FCOUQxNDg5NDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFGMjE3QjQwRDJBMTFFNjg1MTFBN0FCOUQxNDg5NDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ahhiAAAACx0lEQVR42qyX34tNURTHz1xX945f0cVcmYfJGCU/MvkREhNiInmc0PwFoqTmYR48+P2g5EGRZkR4IRk/YhKmiSvETBgPSjf5MQwj8qNpJo7vre+u1XL2sfdh16d19o+11z777LX2OkHgXjaCJyAU9IKjYFnwH0sO9AgjRdABroLXov0xqPhXY9XgOyc8DjKq/yL7hig/gtFJjS0Vq18p2seAw6Kvk+3bWT/ha2gKOCUmXM32BnBftL8H9Ur3HftyrsYmqEPxAjxSbd1iEbrs4ph6m4G0qn8AzaAO1PBtP4Nz4AZo48m0lS7KqiTfcC5Xu8VDp446m20DUjHKkylDD4PDKEf6vl2F+GYdqq8cjCPlqq9d6FX7GFxBpS7KFnUoJLvZd5L1O5QNPgZnUukSOMvnPsqH4AB5wLZPlMfAfj4v993WNirOF45+BuTBPDKJjm4iUZrPr5Kc0mYqL2a9jPKK2M7rSifL9luufijLcMpf6rTuA3f53Kl0QrU4L4NDljG3Sdx8g0n88IcI1q7F+N+XJAb7KPMeBsdTvklisIdyhofBaZTdvgZzvA9NEHAtSyhn02WctqQ9IprUOuimeNuEKu2osSksVHfeGrCJ9YKDQRNh9nKB18R86+OC9QbV1yqceazF2CGxUFkWiXmny7jZwsZGy4TnhWLJ6Q8ybhZE+zMwKuYiuGC+cRMYAF//smVrVbposrWXcRcuS5Hjd5YqRzy+UyC+zTqwVVy6LhdBa0oo/HQ0WMYdqeK3c7loTTxOpSPCkkvJ8q7sB88dxo+QvvOWirXMNbcxXYwrAzzqp2PeMMv/kadgFTN4Ey6DSpEiyH+IPcwxKyPyljlgh9iZifypaRKZgOEm3eKPyJahsxciok3IoPyNz5eZCRQtY4s0ntcHwFYyjD4l510AZoGpdJ9Blc730mVKvwL3mEj1R036W4ABACvD7/fa3hiHAAAAAElFTkSuQmCC') center no-repeat;
}
.icon-team-seo-optimizer {
  width: 28px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUMzNDdFM0QwRDJBMTFFNkIyRDRDQ0YwNUQwQ0I3NDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUMzNDdFM0MwRDJBMTFFNkIyRDRDQ0YwNUQwQ0I3NDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMGZhMTM2ZC0zYzhkLWQyNDgtYjdlNi1lYTM5NGU2NDdmODkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMGU0NDM0Mi1mNWI2LTExZTUtODNjNi04MjliNjAzZjMzODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wfURYAAACpElEQVR42rSX24tOURTAzze+YUhCkWuGzGh4MXkgI/JC86BcipkY08iTB7cH0jzIH+DSTI1c8oCakCQUJYQhDS8epKZhUoY0ZtxGmNFnrfqd2o599jnnO8eqX9O39tpr7bP3Wmvv8bziZK1QEGZ6/1HGCjuEq8JHAnYLrcKirIM1EcBHAz4Svhu6h8KYLILtwuFnYbPF6XThFDZvhdFpgs0xHI2Iea7X0wRswcmKmPZt2C8pNmCf8C2B/XwCHism2Hgmn084TxOpK2wwL1QK1azuK/pBkkFlqlAvzGABYZIT3gtfhFmuFTUL7wJpn5Y+16omkI2VfJnKG+Egmac114CjkY6Fa9lUUCIqNdRqbLlFkOqEZ7iVeftsgyURGarSmzDgJ/5+SJqlq1np0wS9ch2Jp/MmFlMax41EmBJhu8qwbUjTbbbj5GyEXTd2VVk08Ls42xIyfpjx/VldTwuM7WoMjB1F3+tlKJMChf1KaBf6Dd3LtEEm82XTKGJ1ekPYbQT5QXN4JvzCtoI2OS5uoFq2x9ay2rEpDaT9vRD7TmGeK1irYXxB2Ctc4fdlR2loo+/A7rRwQLhj+Npkm7STwY6Avhx9S8TO+F+ZM3Rz2fYC2/yXDAtDIU+J20xaHxJsD+NtlrFljF0SFvvKlSgPObZsGJsj3JF6c8zmXFX/2tGb/Zxo9hXbUNQ5tky3tickOZ7wbg2Tm9idyKPwt3HIMamHoGuEjZSAtrNzwoOI8/3pvzDygYHSGGVzDZKI77dQYtzWHudxhoLPQmrYzlqydcAcrAsU/CA1tYHkyMX4iioa/EXht+HrORlaZnOykH9aGi1vmH7OcoDzHkWfLbckjb7eTkKX+YhyifbF5cJSbn1tU2UWO92NF7Syx8J9HmL/yB8BBgCuhtoqg+862AAAAABJRU5ErkJggg==') center no-repeat;
}
.icon-services {
  display: inline-block;
  vertical-align: middle;
  min-height: 32px;
  margin-bottom: 20px;
}
.icon-services img {
  margin: 0!important;
}
.btn-grad {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  z-index: 0;
  background: #feffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2ViZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ccebf8));
  background: -webkit-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -o-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: linear-gradient(to bottom, #feffff 0%, #ccebf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ccebf8', GradientType=0);
}
.btn-grad:hover {
  background: #feffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmRjZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #a6dcf3));
  background: -webkit-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -o-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: linear-gradient(to bottom, #feffff 0%, #a6dcf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a6dcf3', GradientType=0);
}
.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  transition: .2s ease;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:focus:focus,
.btn:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-blue {
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  background: #33aee5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33aee5), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -o-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: linear-gradient(to bottom, #33aee5 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aee5', endColorstr='#019ade', GradientType=0);
}
.btn.btn-blue:hover {
  background: #4db8e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYjhlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4db8e8), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -o-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: linear-gradient(to bottom, #4db8e8 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db8e8', endColorstr='#019ade', GradientType=0);
}
.btn.btn-white {
  color: #019ade;
  -webkit-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  background: #feffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2ViZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ccebf8));
  background: -webkit-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -o-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #ccebf8 100%);
  background: linear-gradient(to bottom, #feffff 0%, #ccebf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ccebf8', GradientType=0);
}
.btn.btn-white:hover {
  background: #feffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmRjZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #a6dcf3));
  background: -webkit-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -o-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #a6dcf3 100%);
  background: linear-gradient(to bottom, #feffff 0%, #a6dcf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a6dcf3', GradientType=0);
}
.btn.btn-black {
  color: #e3e3e3;
  box-shadow: 0px 3px 0px rgb(0 0 0 / 50%);;
  background: #161616;
}
.btn.btn-black:hover {
  color: #FFF;
  box-shadow: 0px 3px 0px rgb(0 0 0 / 50%);;
  background: #000;
}
.btn.go-website {
  width: 231px;
  height: 50px;
  line-height: 50px;
}
.btn.btn-fill {
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-get-quote {
  margin: 0 auto;
  display: block;
  width: 232px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.bnt-ask-question {
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-sub-your-app {
  margin: 0 auto;
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-hire-prof {
  margin: 0 auto;
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-to-order {
  margin: 0 auto;
  display: block;
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-leave-app {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  z-index: 1;
}
.btn.btn-try-for-free {
  margin: 0 auto;
  display: block;
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-to-order-host {
  margin: 0 auto 10px;
  display: block;
  width: 181px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.btn.btn-request-further {
  margin: 32px auto 10px;
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
  margin: 30px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #22161a;
  text-align: center;
  display: block;
  line-height: 1.6;
}
h1,
.like-h1 {
  font-size: 50px;
}
@media only screen and (max-width: 1023px) {
  h1,
  .like-h1 {
    font-size: 36px;
  }
}
h2,
.like-h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1023px) {
  h2,
  .like-h2 {
    font-size: 30px;
  }
}
h3,
.like-h3 {
  font-size: 25px;
}
@media only screen and (max-width: 1023px) {
  h3,
  .like-h3 {
    font-size: 21px;
  }
}
h4,
.like-h4 {
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  h4,
  .like-h4 {
    font-size: 16px;
  }
}
h5,
.like-h5 {
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  h5,
  .like-h5 {
    font-size: 13px;
  }
}
h6,
.like-h6 {
  font-size: 13px;
}
@media only screen and (max-width: 1023px) {
  h6,
  .like-h6 {
    font-size: 12px;
  }
}
hr {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #f0f4f7;
}
hr.icon-gear {
  position: relative;
}
hr.icon-gear:before {
  content: '';
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  background: #ffffff url(/local/templates/fx_software/images/theme/svg/icon-gear.svg) center no-repeat;
}
.w-745 {
  margin: 0 auto;
  position: relative;
  max-width: 745px;
}
.w-745 p {
  margin: 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #222427;
}
.container {
  width: auto!important;
  max-width: 1170px;
}
/* 
  ====== Zoom effect ======
  */
.mfp-bg {
  background: rgba(43, 50, 58, 0.96);
  opacity: 1;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
  background: rgba(43, 50, 58, 0.93);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(1);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.popup-feedback {
  position: relative;
  margin: 20px auto;
  padding-top: 45px;
  width: auto;
  max-width: 530px;
}
.popup-feedback button.mfp-close {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjJEMzI5REYwNTM5MTFFNjg4RDhFREJFQUE5M0U2NDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjJEMzI5REUwNTM5MTFFNjg4RDhFREJFQUE5M0U2NDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzY4NmU4NC1hMzkxLThjNDgtOWQ1Ni03NzUxN2IyMDYwZWYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNDRlNjJkZi1kOTQzLTExZTQtYjdiMi1jMmM3ZjZhZmVlNzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ADfYkAAAA+UlEQVR42tSXUQ6DMAiGq9m8Ad7P++5lG7eZSYcbmsa0tWBZMxIerIZPEcrfznvv2C7ks7O1jdHzwkR+IwdDKDBj+lzRFw/kd/81JIclC5V9iflkxsIa1hsjQy3gIXSLHT5gAY9C9+Da8CQ0Bq4Fz0JT4LPwQ2gOrIUXQY/AUjhIXrQ0dUcBQZodyX9LBQZNPUgrdQ8AbRFq2iQEqdtOuzGsQHWv966V/UOqmxRXk3ZqsoFAiy0TlEMCzwwJODkWUTMWoZIQQIkQgMrSB0ukj5XYw5zYs5a3GJO3e0E/Ggl6jAn6iRcsoCH8wSzXBYe2K/nrV4e2twADAEc7tN+h8nFMAAAAAElFTkSuQmCC');
  transition: .2s ease;
  opacity: 1;
}
.popup-feedback button.mfp-close:hover {
  opacity: 0.7;
}
.popup-feedback .mfp-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  text-indent: -999999;
  opacity: 1;
}
.popup-feedback .mfp-close:active {
  top: 0px;
  right: 0px;
}
.popup-feedback .form-feedback .form-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 44px;
}
.popup-feedback .form-feedback .fieldset {
  margin-bottom: 25px;
}
.popup-feedback .form-feedback ::-webkit-input-placeholder {
  color: #ffffff;
}
.popup-feedback .form-feedback ::-moz-placeholder {
  color: #ffffff;
}
.popup-feedback .form-feedback :-moz-placeholder {
  color: #ffffff;
}
.popup-feedback .form-feedback :-ms-input-placeholder {
  color: #ffffff;
}
.popup-feedback .form-feedback input[type="text"],
.popup-feedback .form-feedback input[type="email"],
.popup-feedback .form-feedback input[type="tel"],
.popup-feedback .form-feedback textarea {
  width: 100%;
  height: 45px;
  padding: 10px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background-color: #404955;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popup-feedback .form-feedback input[type="text"]:active,
.popup-feedback .form-feedback input[type="email"]:active,
.popup-feedback .form-feedback input[type="tel"]:active,
.popup-feedback .form-feedback textarea:active {
  -webkit-box-shadow: inset 0px 0px 1px 1px #fb6000;
  -moz-box-shadow: inset 0px 0px 1px 1px #fb6000;
  box-shadow: inset 0px 0px 1px 1px #fb6000;
}
.popup-feedback .form-feedback input[type="text"]:focus,
.popup-feedback .form-feedback input[type="email"]:focus,
.popup-feedback .form-feedback input[type="tel"]:focus,
.popup-feedback .form-feedback textarea:focus{
  background-color: #515d6d;
}
.popup-feedback .form-feedback input[type="text"].not-valid,
.popup-feedback .form-feedback input[type="email"].not-valid,
.popup-feedback .form-feedback input[type="tel"].not-valid,
.popup-feedback .form-feedback textarea.not-valid {
  -webkit-box-shadow: 0px 0px 0px 1px #ee3224;
  -moz-box-shadow: 0px 0px 0px 1px #ee3224;
  box-shadow: 0px 0px 0px 1px #ee3224;
}
.popup-feedback .form-feedback textarea {
  height: 100px;
  resize: none;
}
.popup-feedback .form-feedback .textarea-wrap .fieldset {
  margin-bottom: 50px;
}
.popup-feedback .form-feedback .submit {
  margin: 0 auto;
  position: relative;
  padding: 11px 75px;
  display: block;
  color: #ffffff;
  background-color: #019ade;
  -webkit-box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  box-shadow: 0px 3px 0px rgba(1, 154, 222, 0.5);
  background: #33aee5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYWVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33aee5), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -o-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: linear-gradient(to bottom, #33aee5 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aee5', endColorstr='#019ade', GradientType=0);
}
.popup-feedback .form-feedback .submit:hover {
  background: #4db8e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYjhlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4db8e8), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -o-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: linear-gradient(to bottom, #4db8e8 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db8e8', endColorstr='#019ade', GradientType=0);
}
.thank-message {
  text-align: center;
}
.thank-message.thank-white .icon-thank svg .black-col {
  fill: #222427;
}
.thank-message.thank-white .like-h2-thank {
  color: #222427;
}
.thank-message.thank-white p {
  color: #222427;
}
.thank-message .icon-thank {
  display: inline-block;
  margin-bottom: 10px;
}
.thank-message .icon-thank svg .black-col {
  fill: #ffffff;
}
.thank-message .like-h2-thank {
  margin: 12px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
}
.thank-message p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #ffffff;
}
.btn-prev,
.btn-next {
  display: none;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.btn-prev {
  left: 0px;
  right: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTM1ODQ3NDMwMkVBMTFFNkI1Mjk4RkExRDQxODMwN0YiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTM1ODQ3NDIwMkVBMTFFNkI1Mjk4RkExRDQxODMwN0YiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZjgyNmUzZS03NGUxLTZlNDAtYWYyNi1jMTc3ZGEyNDJlZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZWFkOWM4NC1mODFmLTExZTUtOWMxZS04Yjc4OGYzMDNiODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78e0b2AAAAcUlEQVR42mJUEpNiQAICQLwZiJmB2ApZgglN0W4gtgHifwxogAlNkQkQnwFiH2wK0RW5AvEHdIWMQDeeAtKmDPjBESYG4gAjSKEb1EoGKC0IkkDDNkxQ97hCFZlA3SuAy9foirfgUois+AiaOBgABBgA9KYUqrhQuEEAAAAASUVORK5CYII=');
}
.btn-prev:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODY5QkNERkMwMkVCMTFFNkFDNEFCRUZCQzY0Q0U0Q0EiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODY5QkNERkIwMkVCMTFFNkFDNEFCRUZCQzY0Q0U0Q0EiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZjgyNmUzZS03NGUxLTZlNDAtYWYyNi1jMTc3ZGEyNDJlZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZWFkOWM4NC1mODFmLTExZTUtOWMxZS04Yjc4OGYzMDNiODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6uv7gTAAAAdElEQVR42mJknHWPAQkIAPFmIGYGYitkCSY0RbuB2AaI/zGgASY0RSZAfAaIfbApRFfkCsQf0BWyAPEuqCIGKP2eARMcYWIgDjCCFLpBrWSA0oIgCTRswwR1jytUkQnUvQK4fI2ueAsuhciKj6CJgwFAgAEAcHAWlORDemgAAAAASUVORK5CYII=');
}
.btn-next {
  right: 0px;
  left: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDY5NzMzMEQwMkVBMTFFNkI0NEFEMDRBRjQzQjA0REQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDY5NzMzMEMwMkVBMTFFNkI0NEFEMDRBRjQzQjA0REQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZjgyNmUzZS03NGUxLTZlNDAtYWYyNi1jMTc3ZGEyNDJlZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZWFkOWM4NC1mODFmLTExZTUtOWMxZS04Yjc4OGYzMDNiODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7IDCTYAAAAdklEQVR42mJUEpNiQANHgfgfEPsA8UeYIBMDJgApsgHiPUDMj0+hLxCfAWITqGIBXAo/ALErkuLdIMUsQOIw1CpcAKyYiYFIAFJoC8SMaFgQajUDlHbFZqIA1F0mMEUgd7NgUbgZSZELLCyZcDjnCLIiEAAIMADtrRaISUaKZAAAAABJRU5ErkJggg==');
}
.btn-next:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwRTIwMzMwMkVCMTFFNjgwREZGQ0ZGNURDODVCODEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwRTIwMzIwMkVCMTFFNjgwREZGQ0ZGNURDODVCODEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZjgyNmUzZS03NGUxLTZlNDAtYWYyNi1jMTc3ZGEyNDJlZmIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZWFkOWM4NC1mODFmLTExZTUtOWMxZS04Yjc4OGYzMDNiODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6kr3zMAAAAdklEQVR42mJknHWPAQ0cBeJ/QOwDxB9hgkwMmACkyAaI9wAxPz6FvkB8BohNoIoFcCn8AMSuSIp3gxSzAInDUKtwAbBiJgYiAUihLRAzomFBqNUMUNoVm4kCUHeZwBSB3M2CReFmJEUusLBkwuGcI8iKQAAgwADDDhevpfgtWAAAAABJRU5ErkJggg==');
}
.slider-pagination {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.slider-pagination a {
  position: relative;
  margin: 0px 9px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
  text-indent: -999px;
  border: 2px solid #90a9bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-pagination a.selected {
  border-color: #019ade;
  background-color: #019ade;
}
.letter-logo {
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fb6408;
  text-transform: uppercase;
  text-align: center;
}
.letter-logo span {
  display: inline-block;
  vertical-align: middle;
}
.services-view .line-1 i,
.services-view .line-3 i {
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  background: #fb6000;
}
.services-view .line-2 i,
.services-view .line-4 i {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #fb6000;
}
.services-view .line-1,
.services-view .line-3 {
  position: absolute;
  height: 2px;
  width: 0;
  background: transparent;
}
.services-view .line-2,
.services-view .line-4 {
  position: absolute;
  width: 2px;
  height: 0;
  background: transparent;
}
.services-view .line-1 {
  left: 0;
  top: 0;
}
.services-view .line-1 i {
  left: 0;
  top: 0;
  -moz-transition: width 0.4s ease-out 1.2s;
  -o-transition: width 0.4s ease-out 1.2s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 1.2s;
  transition: width 0.4s ease-out 1.2s;
}
.services-view .line-2 {
  top: 0;
  right: 0;
}
.services-view .line-2 i {
  top: 0;
  left: 0;
  -moz-transition: height 0.4s ease-out 0.8s;
  -o-transition: height 0.4s ease-out 0.8s;
  -webkit-transition: height 0.4s ease-out;
  -webkit-transition-delay: 0.8s;
  transition: height 0.4s ease-out 0.8s;
}
.services-view .line-3 {
  right: 0;
  bottom: 0;
}
.services-view .line-3 i {
  right: 0;
  top: 0;
  -moz-transition: width 0.4s ease-out 0.4s;
  -o-transition: width 0.4s ease-out 0.4s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: width 0.4s ease-out 0.4s;
}
.services-view .line-4 {
  bottom: 0;
  left: 0;
}
.services-view .line-4 i {
  bottom: 0;
  left: 0;
  -moz-transition: height 0.4s ease-out 0s;
  -o-transition: height 0.4s ease-out 0s;
  -webkit-transition: height 0.4s ease-out;
  -webkit-transition-delay: 0s;
  transition: height 0.4s ease-out 0s;
}
.services-view .line-1 {
  -moz-transition: background 0.4s ease, width 0.4s ease-out;
  -o-transition: background 0.4s ease, width 0.4s ease-out;
  -webkit-transition: background 0.4s ease, width 0.4s ease-out;
  transition: background 0.4s ease, width 0.4s ease-out;
  width: 100%;
}
.services-view .line-2 {
  -moz-transition: background 0.4s ease, height 0.4s ease-out 0.4s;
  -o-transition: background 0.4s ease, height 0.4s ease-out 0.4s;
  -webkit-transition: background 0.4s ease, height 0.4s ease-out;
  -webkit-transition-delay: 0s,0.4s;
  transition: background 0.4s ease, height 0.4s ease-out 0.4s;
  height: 100%;
}
.services-view .line-3 {
  -moz-transition: background 0.4s ease, width 0.4s ease-out 0.8s;
  -o-transition: background 0.4s ease, width 0.4s ease-out 0.8s;
  -webkit-transition: background 0.4s ease, width 0.4s ease-out;
  -webkit-transition-delay: 0s,0.8s;
  transition: background 0.4s ease, width 0.4s ease-out 0.8s;
  width: 100%;
}
.services-view .line-4 {
  -moz-transition: background 0.4s ease, height 0.4s ease-out 1.2s;
  -o-transition: background 0.4s ease, height 0.4s ease-out 1.2s;
  -webkit-transition: background 0.4s ease, height 0.4s ease-out;
  -webkit-transition-delay: 0s,1.2s;
  transition: background 0.4s ease, height 0.4s ease-out 1.2s;
  height: 100%;
}
.services-view:hover .line-1 i {
  -moz-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.services-view:hover .line-2 i {
  -moz-transition: height 0.4s ease-out 0.4s;
  -o-transition: height 0.4s ease-out 0.4s;
  -webkit-transition: height 0.4s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: height 0.4s ease-out 0.4s;
}
.services-view:hover .line-3 i {
  -moz-transition: width 0.4s ease-out 0.8s;
  -o-transition: width 0.4s ease-out 0.8s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0.8s;
  transition: width 0.4s ease-out 0.8s;
}
.services-view:hover .line-4 i {
  -moz-transition: height 0.4s ease-out 1.2s;
  -o-transition: height 0.4s ease-out 1.2s;
  -webkit-transition: height 0.4s ease-out;
  -webkit-transition-delay: 1.2s;
  transition: height 0.4s ease-out 1.2s;
}
.services-view:hover .line-1 i,
.services-view:hover .line-2 i,
.services-view:hover .line-3 i,
.services-view:hover .line-4 i {
  width: 100%;
  height: 100%;
}
.request-call-btn {
  position: absolute;
  bottom: -69px;
  right: -17px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.request-call-btn:hover .icon-request-call {
  background: #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.request-call-btn:hover .icon-request-call:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.request-call-btn:hover span {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.request-call-btn .icon-request-call {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fb6000;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.request-call-btn .icon-request-call:after {
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 3px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #fb6000;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.request-call-btn .icon-request-call:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fb6000 url(/local/templates/fx_software/images/theme/svg/icon-request-call.svg) center no-repeat;
}
.request-call-btn span {
  position: relative;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #222427;
  transition: all 0.3s;
}
.akkordion {
  margin: 0 auto;
  max-width: 750px;
}
.akkordion .collection-header {
  position: relative;
  padding: 28px 0;
  -webkit-user-select: none;
  border-top: 1px solid #f0f4f7;
  display: block;
  text-decoration:none;
}
.akkordion div:first-child .collection-header {
  border-top: none;
}
.akkordion .collection-header .icon-circle {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #019ade;
  webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.akkordion .collection-header .icon-circle:before {
  position: absolute;
  top: 10px;
  left: 6px;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #019ade;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.akkordion .collection-header .icon-circle:after {
  position: absolute;
  top: 6px;
  left: 10px;
  content: '';
  width: 2px;
  height: 10px;
  background-color: #019ade;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.akkordion .collection-header h3,
.akkordion .collection-header .like-h3 {
  display: block;
  margin: 0;
  padding: 0 45px 0 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #019ade;
  text-align: left;
}
.akkordion .collection-header[data-akkordion-active] h3,
.akkordion .collection-header[data-akkordion-active] .like-h3 {
  color: #fb6000;
}
.akkordion .collection-header[data-akkordion-active] .icon-circle {
  border-color: #fb6000;
}
.akkordion .collection-header[data-akkordion-active] .icon-circle:before {
  background-color: #fb6000;
}
.akkordion .collection-header[data-akkordion-active] .icon-circle:after {
  content: none;
}
.akkordion .collection-item {
  padding-left: 49px;
  padding-right: 49px;
  padding-bottom: 27px;
}
.akkordion .collection-item p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #4b4b4b;
  margin: 10px 0;
}
.akkordion .collection-item h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #222427;
  margin: 10px 0;
}
.akkordion .collection-item ul {
  margin: 10px 0 24px;
}
.akkordion .collection-item ul li {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  margin-bottom: 10px;
  padding-left: 20px;
}
.akkordion .collection-item ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #222427;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.akkordion .akkordion-title {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.akkordion .akkordion-outer {
  overflow: hidden;
  height: 0;
  transition: height cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: height;
}
.akkordion .akkordion-content {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.akkordion .akkordion-active {
  height: auto;
}
.akkordion .akkordion-fade .akkordion-content {
  opacity: 0;
}
.akkordion .akkordion-shiftY .akkordion-content {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.akkordion .akkordion-shiftX .akkordion-content {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.akkordion .akkordion-content[data-akkordion-active] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.read-standard-sec {
  position: relative;
  margin-bottom: 30px;
}
.read-standard-sec .read-standard-contr {
  width: 50%;
  position: absolute;
  top: 10px;
  right: 0;
  padding-left: 137px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
}
.read-standard-sec .read-standard-contr span {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
  cursor: pointer;
}
.read-standard-sec .read-standard-contr span:hover {
  border-color: transparent;
}
.read-standard-sec .read-standard-contr a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
  text-decoration: none;
}
.read-standard-sec .read-standard-contr a:hover {
  border-color: transparent;
}
.full-range-wv {
  text-align: center;
}
.full-range-wv .full-range-works {
  margin: 0 20px;
  display: inline-block;
}
.full-range-wv .full-range-works span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  cursor: pointer;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
}
.full-range-wv .full-range-works span:hover {
  border-bottom: transparent;
}
.full-range-wv .btn-get-quote {
  display: inline-block;
  vertical-align: middle;
}
.detail-article-topic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  cursor: pointer;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
}
.detail-article-topic:hover {
  border-bottom: transparent;
}
.b-youtube-video iframe {
  max-width: 100%;
}
.about-bitrix24 {
  margin: 0 auto;
  max-width: 1008px;
}
.about-bitrix24 .item {
  margin: 20px 0;
  padding-left: 50px;
  padding-right: 50px;
}
.features-bitrix24 .item {
  margin: 20px 0;
  text-align: center;
}
.features-bitrix24 .item .img-wrap {
  display: table;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}
.features-bitrix24 .item .img-wrap .v-center {
  display: table-cell;
  vertical-align: middle;
}
.features-bitrix24 .item .img-wrap .v-center img {
  margin: 0;
}
.features-bitrix24 .item .v-name {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #222427;
}
.features-bitrix24 .item p {
  text-align: left;
  margin: 20px 0px 40px;
}
.features-bitrix24 .btn-try-for-free {
  margin-bottom: 20px;
}
.features-bitrix24 .check-rates {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
  cursor: pointer;
}
.features-bitrix24 .check-rates:hover {
  border-color: transparent;
}
.services-bitrix24 .item {
  margin: 20px 0;
}
.services-bitrix24 .item .services-bitrix24-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #222427;
}
.about-hosting .item {
  margin: 20px 0;
}
.about-hosting .item .div-table {
  display: table;
  width: 100%;
  height: 65px;
  margin-bottom: 15px;
}
.about-hosting .item .div-table .v-center {
  display: table-cell;
  vertical-align: bottom;
}
.about-hosting .item .div-table .v-center img {
  margin: 0!important;
}
.about-hosting .item .hosting-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #222427;
}
.server-system .item {
  position: relative;
  min-height: 180px;
}
.server-system .item img {
  position: absolute;
  top: 50%;
  margin: -33px 0 0;
}
.server-system .item p {
  padding-left: 182px;
}
.speed-hosting .item {
  margin: 15px 0;
  text-align: center;
}
.speed-hosting .item .b-name {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #4b4b4b;
}
.speed-hosting .item .b-count {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  border: 2px solid #222427;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #222427;
  line-height: 106px;
}
.speed-hosting .item .b-count:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 4px;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzZGQjNDMTAxMUM5MTFFNkFCNENGNjU3MzU0MDYzNDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzZGQjNDMEYxMUM5MTFFNkFCNENGNjU3MzU0MDYzNDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNDQ5NTQ1Zi1iMjY0LWYwNDMtOTZiNi02NWIwNDIyYmU4MmEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyYTRmZDEwZi1mNzJjLTExZTUtOGNlMC1iM2EwYTgyMWIxMGIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5lxW63AAAAh1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8iJCc0Njk1Nzo5Oj07PUA8PkA9P0FBQ0VgYmTa2tvd3t7e3t////9A77hIAAAAIHRSTlMAARA0OTo7Pj9CQ2NoaWp7n6Slpqe4y9DR0tvh4+jp7YiixrcAAADpSURBVCjPdZLBVoNAEATLEAUkClEgSsTdsBqC2///fR6AZQ86p3lVl3ndA5CVzfl4AODu+fWjKTMAdrUkSac9PLzPe70DFi6ZPDfrXkOmMMZse0apP6ekkaTbdVrJ9HWTpIZOkkY7LGYa7ChJHZUk/bjFTIN1XpIqCkUmcBXQbmbjLZB8BhN4nwCks/HOBp4C8GjWe9bbTA5wH7hzweyBt8C9D+YETzO/WOelzRx4iXhkjpwl6Xu9R97ZqySdlxBHv4boxyXEf2OPiur7uKit2j5N+6ja8AxtAkkbPQNkZdNVBQAUVTe/zy+q+kxtUv7HKQAAAABJRU5ErkJggg==') center no-repeat;
}
.speed-hosting .item .b-count.b-active {
  color: #019ade;
  border-color: #019ade;
}
.speed-hosting .item .b-count.b-active:before {
  width: 28px;
  height: 22px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0ZEMDUzOUQxMUNBMTFFNkIwN0VFNjA0OTMzNUFBRTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0ZEMDUzOUMxMUNBMTFFNkIwN0VFNjA0OTMzNUFBRTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjNDQ5NTQ1Zi1iMjY0LWYwNDMtOTZiNi02NWIwNDIyYmU4MmEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyYTRmZDEwZi1mNzJjLTExZTUtOGNlMC1iM2EwYTgyMWIxMGIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qiwyZAAABwUlEQVR42mL4//8/A5WwABAvB+LH/1HBDSB2hKmjlmXOQPzoP34QQS0LQZa9/U8YfARieUawreQDZyBeBcRCRKrfThOf3f/0+/+6+1+xSX1CN4QVGsF1QOwE5ZNk2ZV3P/+LLXr4n3HWvf8X3vzEkEc2pBtH2J8AYkNSLfPc/vz/77//cFp4jIhIjyfFsh9//mFTdhyfz7ABgpZ54bYMBLpBFh7/TwEgwbJjsHyIAkDh3nT2/f99T79T07KT0JII00JQygIZwDL73v8Jlz9S1TKYhZ/QVTQCfcgENAhkWNqh1/9/oqU2Ei3jR84NIGIbNpWr7335zzPvPthQ+83P/r/+/odiy0AYVLTJA4ucB9jKofNvfzEE7HzJ8PjrHwZFXhaGDjMhhpyjbxle//jL4CnLybDOVZyBnZkRm9ZTQOwGxB/RJWBlaR4QT8Sm88W3vwzBe14yHH/5Ey5GrmVggOTdPFxhAwq2+P2vwMHovf0FRpwSCkb0OETGvkD8GZdpF9/+xFpcEWsZrvrQGohvkZj/ibIMXwUsDzWEGHCCWMuIqfEnErAMVFzxkVKPEqNIE4i3QpsI8FIfWuiTXHEDBBgAukJknbzJqhQAAAAASUVORK5CYII=') center no-repeat;
}
.speed-hosting .item .b-page-second {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #4b4b4b;
  text-align: left;
}
.price-cost-services .item {
  text-align: center;
  margin-bottom: 40px;
}
.price-cost-services .item .prc-cost-count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 49px;
  color: #222427;
  margin-bottom: 5px;
}
.price-cost-services .item .prc-cost-count i {
  font-size: 30px;
  font-style: normal;
}
.price-cost-services .item .prc-cost-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
.switches {
  margin: 15px 0;
  text-align: center;
}
.switches span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #222427;
  cursor: pointer;
}
.switches label {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 22px;
  background-color: #fb6000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  cursor: pointer;
}
.switches label i {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.4s ease;
}
.switches label input[type=checkbox] {
  display: none;
}
.switches label input[type=checkbox]:checked + i {
  left: 18px;
}
/*------------------------------------------------------------*/
/* 02 - HEADER */
/*------------------------------------------------------------*/
.main-menu-list.menu-open {
  overflow-y: auto;
}
.main-menu-list.menu-open .m-list-mobile > ul > li {
  opacity: 1;
}
.main-menu-list.menu-open .m-list-mobile  > ul > li:nth-child(1) {
  -webkit-transition-delay: 400ms,400ms;
  transition-delay: 400ms,400ms;
}
.main-menu-list.menu-open .m-list-mobile > ul > li:nth-child(2) {
  -webkit-transition-delay: 450ms,450ms;
  transition-delay: 450ms,450ms;
}
.main-menu-list.menu-open .m-list-mobile > ul > li:nth-child(3) {
  -webkit-transition-delay: 500ms,500ms;
  transition-delay: 500ms,500ms;
}
.main-menu-list.menu-open .m-list-mobile > ul > li:nth-child(4) {
  -webkit-transition-delay: 550ms,550ms;
  transition-delay: 550ms,550ms;
}
.main-menu-list.menu-open .m-list-mobile > ul > li:nth-child(5) {
  -webkit-transition-delay: 600ms,600ms;
  transition-delay: 600ms,600ms;
}
.main-menu-list .v-center-row {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transition: height 5s;
  -moz-transition: height 5s;
  -ms-transition: height 5s;
  -o-transition: height 5s;
  transition: height 5s;
}
.main-menu-list .v-center-row .v-center {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-transition: height 5s;
  -moz-transition: height 5s;
  -ms-transition: height 5s;
  -o-transition: height 5s;
  transition: height 5s;
  text-align: left;
}
.main-menu-list .head-mob {
  position: relative;
  padding: 20px 15px 16px;
  border-bottom: 1px solid #f0f4f7;
  text-align: center;
}
.main-menu-list .cont-mob {
  padding: 0 15px 45px;
}
.main-menu-list .close-menu {
  position: absolute;
  top: 9px;
  left: 0;
  padding: 15px;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 1;
  cursor: pointer;
}
.main-menu-list .close-menu:hover svg path {
  fill: #019ade;
}
.main-menu-list .close-menu .icon-close-menu {
  display: block;
  margin: 0 auto 28px;
  width: 42px;
  height: 43px;
}
.main-menu-list .m-list-mobile {
  padding: 23px 0 67px;
}
.main-menu-list .m-list-mobile > ul > li {
  position: relative;
  padding: 0 34px 7px;
  opacity: 0;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.main-menu-list .m-list-mobile > ul > li:before {
  position: absolute;
  top: 17px;
  left: 4px;
  content: none;
  width: 10px;
  height: 7px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-arrow-list-mobile.svg) center no-repeat;
}
.main-menu-list .m-list-mobile > ul > li > a,
.main-menu-list .m-list-mobile > ul > li > span {
  display: block;
  padding: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  color: #222427;
  text-decoration: none;
  cursor: pointer;
}
.main-menu-list .m-list-mobile > ul > li.current:before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.main-menu-list .m-list-mobile > ul > li.has-children:before {
  content: '';
}
.main-menu-list .m-list-mobile > ul > li.has-children > a,
.main-menu-list .m-list-mobile > ul > li.has-children > span {
  color: #222427;
}
/*level 2*/
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 {
    display: none;
    margin: 8px 0 0 0;
  }
  .main-menu-list .m-list-mobile > ul > li > ul.level-2.active {
    display: block;
  }
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 > li {
    margin-bottom: 12px;
  }
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 > li > a,
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 > li > span {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #019ade;
    text-decoration: none;
    cursor: pointer;
  }
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 > li > a .icon-svg,
  .main-menu-list .m-list-mobile > ul > li > ul.level-2 > li span .icon-svg{
    display: none;
  }
/*end level 2*/
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li {
  position: relative;
  padding-left: 20px;
  margin: 15px 0;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li:first-child {
  margin-top: 10px;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li:last-child {
  margin-bottom: 0;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li:before {
  position: absolute;
  top: 8px;
  left: 2px;
  content: none;
  width: 10px;
  height: 7px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-arrow-list-mobile.svg) center no-repeat;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li.current:before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li.has-children:before {
  content: '';
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li.has-children > a,
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li.has-children > span {
  color: #222427;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > a,
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > span {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #019ade;
  text-decoration: none;
  cursor: pointer;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul {
  margin-left: 15px;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul > li {
  margin: 10px 0;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul > li:first-child{
  margin-top: 5px;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul > li:last-child{
  margin-bottom: 0;
}
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul > li > a,
.main-menu-list .m-list-mobile > ul > li .dropdown_menu > ul > li > ul > li > span {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #019ade;
  text-decoration: none;
  cursor: pointer;
}
/**/
.main-menu-list .phone-mobile {
  text-align: center;
}
.main-menu-list .phone-mobile span {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  color: #222427 !important;
  text-decoration: none !important;
}
#header {
  /*position: fixed;*/
  position: relative;
  top: -1000px;
  left: 0;
  padding-top: 17px;
  width: 100%;
  z-index: 911;
}
#header.menu-fixed {
  padding-top: 0;
  min-height: 97px;
  background-color: #ffffff85;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#header.menu-fixed .menu-wrap {
  z-index: 1;
}
#header.menu-fixed .menu-wrap .logo-fix {
  float: left;
  display: block;
  margin: 35px 48px 0 0;
  cursor: pointer;
}
#header.menu-fixed .menu-wrap .logo-fix-inner {
  margin-top: 34px;
}
#header.menu-fixed .menu-wrap .logo-fix-inner .cls-1 {
  fill: #0e2d40;
}
#header.menu-fixed .menu-wrap ul.menu {
  float: left;
  margin-top: 10px;
}
#header.menu-fixed .menu-wrap ul.menu > li {
  margin-right: 25px;
  height: 87px;
}
#header.menu-fixed .menu-wrap ul.menu > li > span,
#header.menu-fixed .menu-wrap ul.menu > li a {
  color: #22161a;
}
/*#header.menu-fixed .menu-wrap ul.menu > li > span.services_hover {
  color: #22161a;
}*/
#header.menu-fixed .menu-wrap ul.menu > li > span:hover,
#header.menu-fixed .menu-wrap ul.menu > li a:hover {
  color: #019ade;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu {
  top: 77px;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list {
  background-color: #2b323a;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list:before {
  border-color: transparent transparent #2b323a transparent;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name {
  color: #a6b2bf;
  transition: all 0.6s;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name svg {
  fill: #a6b2bf;
  color: #a6b2bf;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > span.menu-name {
  color: #ffffff;
  transition: all 0.6s;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.is-open > span.menu-name svg {
  fill: #ffffff;
  color: #ffffff;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children > span.menu-name,
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children > a.menu-name {
  color: #a6b2bf;
  transition: all 0.6s;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children > span.menu-name svg path,
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children > a.menu-name svg {
  fill: #a6b2bf;
  color: #a6b2bf;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name:hover {
  color: #ffffff;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li > .menu-name:hover svg{
  fill: #ffffff;
  color: #ffffff;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children:hover > .menu-name {
  color: #ffffff;
}
#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children:hover > .menu-name svg{
  fill: #ffffff;
  color: #ffffff;
}

#header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu > ul.drop-list > li.has-children.is-open > .menu-name{
  color: #ffffff;
}
#header.menu-fixed .menu-wrap .lang-account {
  float: right;
  margin-top: 29px;
}
#header.menu-fixed .menu-wrap .lang-account .tel {
  display: inline-block;
}
#header.menu-fixed .menu-wrap .lang-account ul.lang {
  display: none;
}
#header.menu-fixed .menu-wrap .lang-account .account-wrap .account-btn {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  padding: 10px 17px 9px;
  z-index: 0;
  background: #33aee5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYWVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33aee5), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -o-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #33aee5 0%, #019ade 100%);
  background: linear-gradient(to bottom, #33aee5 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aee5', endColorstr='#019ade', GradientType=0);
}
#header.menu-fixed .menu-wrap .lang-account .account-wrap .account-btn:hover {
  background: #4db8e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYjhlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4db8e8), color-stop(100%, #019ade));
  background: -webkit-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -o-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: -ms-linear-gradient(top, #4db8e8 0%, #019ade 100%);
  background: linear-gradient(to bottom, #4db8e8 0%, #019ade 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db8e8', endColorstr='#019ade', GradientType=0);
}
#header.invisible {
  padding: 0;
  top: -66px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}
#header .menu-wrap {
  position: relative;
  z-index: 1;
}
#header .menu-wrap .btn-menu-mob {
  display: none;
  position: absolute;
  top: -12px;
  left: -15px;
  padding: 15px;
  width: 52px;
  height: 47px;
  text-align: center;
  cursor: pointer;
}
#header .menu-wrap .logo-fix {
  display: none;
}
#header .menu-wrap .logo-fix-mobile {
  display: none;
  text-align: center;
  margin: 0 auto;
  width: 120px;
}
#header .menu-wrap .logo-fix-inner {
  float: left;
  margin: 27px 50px 0 0;
}
#header .menu-wrap ul.menu {
  float: left;
}
#header .menu-wrap ul.menu.menu-inner-page > li {
  margin-right: 45px;
}
#header .menu-wrap ul.menu > li {
  float: left;
  position: relative;
  margin-right: 55px;
  /*height: 76px;*/
}
#header .menu-wrap ul.menu > li:last-child {
  margin-right: 0;
}
#header .menu-wrap ul.menu > li > span,
#header .menu-wrap ul.menu > li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 76px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
  text-decoration: none;
}
#header .menu-wrap ul.menu > li a:hover {
  color: #ffffff;
}
/*#header .menu-wrap ul.menu > li > span {
   color: #ffffff;
}*/
/*#header .menu-wrap ul.menu > li > span.services_hover {
  color: rgba(255, 255, 255, 0.6);
}*/
#header .menu-wrap ul.menu > li > .dropdown_menu {
  // display: none;
  // position: absolute;
  top: 66px;
  left: -20px;
  margin-top: 10px;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list {
  width: 305px;
  padding: 30px 0px 30px 20px;
  background-color: #ffffff;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list:before {
  position: absolute;
  left: 33px;
  top: -10px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #ffffff transparent;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li {
  padding: 11px 0;
  border-right: 3px solid transparent;
}
/* CSS-селектор :not */
  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children:hover{
    border-color: #fb6000;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children.is-open {
    border-color: #fb6000;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open {
    background-color: transparent;
    border-color: transparent;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open > .menu-name{
    color: #22161a;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open:hover{
    border-color: #fb6000;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open > .menu-name:hover{
    color: #019ade;
  }
  #header .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open > ul.children-list{
    display: none!important;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children.is-open > ul.children-list{
    display: block!important;
  }

  #header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children.is-open:hover > ul.children-list{
    display: block!important;
  }
  
  /*.menu-fixed*/
    #header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open > .menu-name{
      color: #a6b2bf;
    }

    #header.menu-fixed .menu-wrap ul.menu > li > .dropdown_menu:hover ul.drop-list > li.has-children.is-open > .menu-name:hover{
      color: #ffffff;
    }
/* END CSS-селектор :not */
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children.is-open > .menu-name {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children.is-open > .menu-name {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > .menu-name {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #22161a;
  padding-left: 28px;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.6s;
  text-decoration: none;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > .menu-name:hover {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > .menu-name:hover svg {
  fill: #019ade;
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > .menu-name svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #A6B2C0;
  color: #A6B2C0;
  transition: all 0.6s;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children > .menu-name {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #22161a;
  padding-left: 28px;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.6s;
  text-decoration: none;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children > .menu-name svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #A6B2C0;
  color: #A6B2C0;
  transition: all 0.6s;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children:hover > .menu-name {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.has-children:hover > .menu-name svg {
  fill: #019ade;
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > span.menu-name {
  color: #019ade;
  cursor: text;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li.is-open > span.menu-name svg {
  fill: #019ade;
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > span.menu-name svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #A6B2C0;
  color: #A6B2C0;
  transition: all 0.6s;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > span.menu-name:hover {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > span.menu-name:hover svg {
  fill: #019ade;
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 305px;
  padding: 30px 20px;
  width: 305px;
  height: auto;
  background-color: #f0f4f7;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list.u-pos-inherit {
  top: inherit;
  margin-top: -57px;
}
@media only screen and (max-width : 767px) {
  #header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list.u-pos-inherit {
    top: 0;
    margin-top: 0;
  }
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list > li {
  padding: 11px 0;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list > li > a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #4b4b4b;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list > li > a:hover {
  color: #019ade;
}
#header .menu-wrap ul.menu > li > .dropdown_menu ul.drop-list > li > ul.children-list > li > span{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #019ade;
}
#header .menu-wrap .lang-account {
  float: right;
  margin-top: 18px;
  z-index: 0;
}
#header .menu-wrap .lang-account .tel {
  display: none;
  vertical-align: middle;
  margin-right: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #22161a;
}
#header .menu-wrap .lang-account ul.lang {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 26px;
}
#header .menu-wrap .lang-account ul.lang li {
  float: left;
  padding: 0 4px;
}
#header .menu-wrap .lang-account ul.lang li a, #header .menu-wrap .lang-account ul.lang li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
}
#header .menu-wrap .lang-account ul.lang li span {
  color: rgba(255, 255, 255, 0.6);
}
#header .menu-wrap .lang-account .account-wrap {
  display: inline-block;
  vertical-align: middle;
}
#header .menu-wrap .lang-account .account-wrap .account-btn {
  display: block;
  margin-top: 2px;
  padding: 8px 15px 7px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  transition: background-color 0.6s;
}
#header .menu-wrap .lang-account .account-wrap .account-btn:hover {
  background-color: #019ade;
  border-color: #019ade;
}
/*------------------------------------------------------------*/
/* 03 - FOOTER */
/*------------------------------------------------------------*/
#footer {
  padding: 55px 0 32px;
}
#footer .footer-item {
  margin-bottom: 20px;
}
#footer .footer-item .logo-foot {
  text-align: left;
  margin: 6px 0 22px;
}
#footer .footer-item .foot-info p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  color: #a6b2bf;
}
#footer .footer-item .title-h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  text-transform: none;
  margin: 6px 0 22px;
}
#footer .footer-item ul li {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #a6b2bf;
  padding-left: 25px;
}
#footer .footer-item ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #a6b2bf;
  text-decoration: none;
}
#footer .footer-item ul li a:hover {
  color: #ffffff;
}
#footer .footer-item ul li .ru-tel-numb,
#footer .footer-item ul li .ua-tel-numb {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #a6b2bf;
  white-space: nowrap;
  text-decoration: none;
}
#footer .footer-item ul li.ua-addres .icon-svg-loaction {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 16px;
}
#footer .footer-item ul li.ru-addres .icon-svg-mobile {
  position: absolute;
  top: 6px;
  left: -1px;
  width: 16px;
  height: 16px;
}
#footer .footer-item ul li.ua-tel .icon-svg-mobile {
  position: absolute;
  top: 6px;
  left: -1px;
  width: 16px;
  height: 16px;
}
#footer .footer-item ul li.skype {
  padding-left: 0;
}
#footer .footer-item ul li.skype a {
  padding-left: 25px;
}
#footer .footer-item ul li.skype a span {
  position: absolute;
  top: 4px;
  left: 0;
}
#footer .footer-item ul li.skype a .icon-skype {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#footer .footer-item ul li.skype a:hover .icon-skype {
  fill: #ffffff;
}
#footer .footer-item ul li.mail {
  padding-left: 0;
}
#footer .footer-item ul li.mail a {
  padding-left: 25px;
  position: relative;
}
#footer .footer-item ul li.mail a span {
  position: absolute;
  top: -4px;
  left: 0;
}
#footer .footer-item ul li.mail a .icon-mail {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#footer .footer-item ul li.mail a:hover .icon-mail {
  fill: #ffffff;
}
#footer .footer-item ul li.inst {
  padding-left: 0;
}
#footer .footer-item ul li.inst:before {
  content: none;
}
#footer .footer-item ul li.inst a {
  padding-left: 25px;
  position: relative;
}
#footer .footer-item ul li.inst a span {
  position: absolute;
  top: -2px;
  left: 0;
}
#footer .footer-item ul li.inst a .icon-inst {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#footer .footer-item ul li.inst a:hover .icon-inst {
  fill: #ffffff;
}
#footer .footer-item ul li.yandex-money span {
  position: absolute;
  top: 2px;
  left: 0;
}
#footer .footer-item ul li.webmoney span {
  position: absolute;
  top: 3px;
  left: 0;
}
#footer .footer-item ul li.qiwi-wallet:before{
  content: none;
}
#footer .footer-item ul li.qiwi-wallet .icon-svg-qiwi-wallet {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 16px;
  height: 17px;
}
#footer .footer-item ul li.visa span {
  position: absolute;
  top: 0px;
  left: 0;
}
#footer .footer-item .add-funds-btn {
  display: block;
  float: left;
  margin-top: 9px;
  padding: 7px 24px 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #a6b2bf;
  text-align: center;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  transition: all 0.6s;
}
#footer .footer-item .add-funds-btn:hover {
  color: #ffffff;
  background-color: #019ade;
  border-color: #019ade;
}
#footer .footer-item .news-slider-wrap {
  position: relative;
  width: 100%;
  height: 180px;
}
#footer .footer-item .news-slider-wrap .news-slider .item {
  width: 100%;
  position: relative;
  height: 50px;
  margin-bottom: 15px;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap {
  text-decoration: none;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap:hover .news-link {
  color: #ffffff;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap .img-wrap {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap .img-wrap img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap .news-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  color: #a6b2bf;
  text-decoration: none;
  transition: all 0.6s;
  height: 50px;
  overflow: hidden;
}
#footer .footer-item .news-slider-wrap .news-slider .item .promo-wrap .news-link span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
#footer .footer-item .news-slider-wrap .prev-next {
  position: absolute;
  top: 4px;
  left: 101px;
}
#footer .footer-item .news-slider-wrap .news-prev,
#footer .footer-item .news-slider-wrap .news-next {
  float: left;
  position: relative;
  margin-left: 5px;
  width: 21px;
  height: 21px;
  z-index: 10;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
#footer .footer-item .news-slider-wrap .news-prev svg,
#footer .footer-item .news-slider-wrap .news-next svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#footer .footer-item .news-slider-wrap .news-prev svg path,
#footer .footer-item .news-slider-wrap .news-next svg path {
  transition: all 0.6s;
}
#footer .footer-item .news-slider-wrap .news-prev:hover svg path,
#footer .footer-item .news-slider-wrap .news-next:hover svg path {
  fill: #019ade;
}
#footer .footer-item .all-news {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-item .all-news:hover {
  color: #019ade;
}
.foot-copy {
  padding: 31px 0;
  border-top: 2px solid rgba(240, 244, 247, 0.1);
  text-align: center;
}
.foot-copy p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  color: #a6b2bf;
  text-align: center;
}

.foot-copy .bx-composite-btn{
  margin-top: 10px;
}

#footer .row{
  font-size: 0;
}

#footer [class*='col-']{
  float: none;
  display: inline-block;
  vertical-align: top;
}
/*------------------------------------------------------------*/
/* 03 - INNER PAGE */
/*------------------------------------------------------------*/
.top-inner-content {
  position: relative;
  padding: 97px 0 0;
  width: 100%;
  /* height: 430px; */
  min-height: 300px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e527a;
  text-align: center;
}
.top-inner-content.top-bill .tableCell .v-center {
  padding-bottom: 0;
}
.top-inner-content .container {
  position: relative;
}
.top-inner-content .tableCell {
  display: table;
  width: 100%;
  /* height: 332px; */
}
.top-inner-content .tableCell .v-center {
  padding: 0 120px 55px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.top-inner-content h1, .top-inner-content .like-h1 {
  margin: 40px 0;
  color: #ffffff;
}
.top-inner-content p {
  margin: 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}
.inner-section {
  padding: 20px 0;
}
.inner-section p {
  margin: 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #222427;
}
.inner-section p, .inner-section ul, .inner-section table {
    margin: 30px auto;
    position: relative;
    max-width: 745px;
}
.vacancy_ul ul {
  max-width: 100%;
}
.inner-section img {
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}
.inner-section ul.bulleted-list {
  margin-bottom: 13px;
}
.inner-section ul.bulleted-list.colum-three-list {
  margin-bottom: 25px;
  padding: 10px 20px;
}
.inner-section ul.bulleted-list.colum-three-list:after {
  content: "";
  display: table;
  clear: both;
}
.inner-section ul.bulleted-list.colum-three-list li {
  width: 33%;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.inner-section ul.bulleted-list li {
  position: relative;
  padding: 0 0 18px 46px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
.inner-section ul.bulleted-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-circle-nice.svg) center no-repeat;
}
.inner-section ul.bulleted-triangle-list {
  margin-bottom: 13px;
}
.inner-section ul.bulleted-triangle-list li {
  position: relative;
  padding: 0 0 18px 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
.inner-section ul.bulleted-triangle-list li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-bulleted-triangle.svg) center no-repeat;
}
/*ul*/
.inner-section.inner-typography-section ul {
  margin: 30px auto;
  position: relative;
  max-width: 745px;
  list-style-type: none;
  margin-bottom: 13px;
}
.inner-section.inner-typography-section ul li {
  position: relative;
  padding: 0 0 18px 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
.inner-section.inner-typography-section ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-bulleted-triangle.svg) center no-repeat;
}
.inner-section.inner-typography-section ul li b,
.inner-section.inner-typography-section ul li strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
/**/
.inner-section.inner-typography-section ol {
  max-width: inherit;
  margin-left: -15px;
  margin-right: -15px;
  counter-reset: speakers-count;
  font-size: 0;
  padding: 30px 0;
  text-align: center;
}
.inner-section.inner-typography-section ol li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: left;
}
.inner-section.inner-typography-section ol li:before {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 39px;
  font-weight: 300;
  color: #22161a;
  margin: 6px 0 22px;
  text-align: left;
  counter-increment: speakers-count;
  content: counter(speakers-count, decimal-leading-zero);
}
.inner-section.inner-typography-section ol li span{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #22161a;
  margin-bottom: 8px;
}
.inner-section.inner-typography-section ol li{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  margin: 0 0 30px;
}
.inner-section.inner-typography-section img{
  float: right;
  /* margin-left: 30px; */
  margin-bottom: 10px;
}
.inner-section.inner-typography-section ul li img {
  float: none;
}
.inner-typography-section .video-js {
  max-width: 480px;
  margin: 0 auto;
}
/**/
.inner-section .explanation-photo {
  position: absolute;
  top: -25px;
  right: -25%;
  width: 20%;
}
.inner-section .speakers .item {
  width: 20%;
}
.inner-section .speakers .item h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 39px;
  font-weight: 300;
  color: #22161a;
  margin: 6px 0 22px;
}
.inner-section .speakers .item .name-item {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #22161a;
  margin-bottom: 8px;
}
.inner-section .speakers .item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  margin: 0 0 30px;
}
.inner-section .logo {
  margin: 50px 0 32px;
  text-align: center;
}
.inner-section .logo svg {
  width: 165px;
}
.inner-section .go-website {
  margin: 40px auto;
  display: block;
}
.inner-section .facts .facts-item:nth-child(2n) {
  padding-top: 60px;
}
.inner-section .facts .facts-item p {
  padding: 0 30px;
}
.inner-section .objectives-year {
  position: relative;
}
.inner-section .objectives-year:before {
  content: '';
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f4f7;
  z-index: 0;
}
.inner-section .objectives-year .item {
  position: relative;
  min-height: 250px;
}
.inner-section .objectives-year .item:before {
  content: none;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f4f7;
  z-index: 0;
}
.inner-section .objectives-year .item .icon-step-obj {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  border: 2px solid #f0f4f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background-color: #ffffff;
}
.inner-section .objectives-year .item .icon-step-obj.active {
  border-color: #019ade;
}
.inner-section .objectives-year .item .icon-step-obj.active:before {
  content: '';
  position: absolute;
  top: 5px;
  right: -2px;
  width: 20px;
  height: 14px;
  z-index: 1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1RkRBNzQwNjMyMTFFNkI4NEZBRUFCRkU3OTZBNkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1RkRBNzMwNjMyMTFFNkI4NEZBRUFCRkU3OTZBNkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjOGFlYjdhYi0xNzcxLTk2NDktODA2OS05MWIyZWYwYzhmYjIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkNDRlNjJkZi1kOTQzLTExZTQtYjdiMi1jMmM3ZjZhZmVlNzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5CqjwGAAABVklEQVR42mJknHWPgQpAAYgNgXg9CzGq/6UqsgGpDCCOBGIdqPAVIF4uu+zRoadf/+4CskWB2ICFCMOkgdQWkGI0KYur739ZfPvz/w+QDTJnBxBfZSLCZdgMYwAaxuC05QXD+5//WOwkOT7XGwmEA4X/MBFwYDo+w17/+MvgKcvJsNNTgrfeWDAeJEfIwChChq1zFWdgZ2aEq2WC+r8WiB2xGGhEpGEM0FgGG6gNxE1AvBuI83E5lYBhIPAbZuBFIK6HsicA8SwgZoMqOkekYbBkBA9DkAvDgPgrEKdCXSsCSmdEGgYCyxmg4QcDa4D4LhBvBGI7ID4lsPBhDVDvH1DSIGDYJSCeCWIwYsl6EkC8DogtYQLAdPYJmDT4cBgGCjJvptn3n+JKNi+gMb4Iyt/mKMkhDTSsAMg+Aw2Wr1A2SMwMZhguFyIDPSC+BsoBxJYSAAEGABvOjFfI4ceQAAAAAElFTkSuQmCC') center no-repeat;
}
.inner-section .objectives-year .item .icon-step-obj span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 61px;
  font-weight: 300;
  color: #222427;
  font-style: normal;
}
.accept-also-bill .item em {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 54px;
  color: #222427;
  font-style: normal;
}
.accept-also-bill .item span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
.services-backend {
  padding-bottom: 20px;
}
.services-backend .item {
  text-align: center;
}
.services-backend .item .item-row {
  padding: 0 30px;
  margin-bottom: 20px;
}
.services-backend .item .item-row .div-table {
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 23px;
}
.services-backend .item .item-row .div-table .v-center {
  display: table-cell;
  vertical-align: middle;
}
.services-backend .item .item-row .name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #222427;
}
.integration-img img {
  margin: 15px;
}
.integration-certific .item {
  text-align: center;
}
.integration-certific .item .cert-wrap {
  position: relative;
  max-width: 262px;
  height: 297px;
  overflow: hidden;
  margin: 0 auto 26px;
}
.integration-certific .item .cert-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 269px;
  background-color: #f0f4f7;
  z-index: 0;
}
.integration-certific .item .cert-wrap img {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
  z-index: 1;
  border: 1px solid #f0f4f7;
}
.integration-certific .item .name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  margin-bottom: 15px;
}
.mobile-echnologies .item .div-table {
  display: table;
  width: 100%;
  height: 130px;
}
.mobile-echnologies .item .div-table .v-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.company-card img {
  float: left;
  margin: 0px 24px 24px;
}
.company-card p {
  padding-left: 200px;
  margin: 10px 0;
  max-width: 100%;
}


/*------------------------------------------------------------*/
/* 04 - SHOP PAGE */
/*------------------------------------------------------------*/
.icon-base {
  position: absolute;
  top: -13px;
  right: 0;
  display: inline-block;
}
.icon-base-bitrix {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  background: #cd2042 url(/local/templates/fx_software/images/theme/svg/icon-bitrix.svg) center no-repeat;
}
.icon-base-reflash {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  background: #fb6000 url(/local/templates/fx_software/images/theme/svg/icon-reflash.svg) center no-repeat;
}
/*------------------------------------------------------------*/
/* XX - SHOP */
/*------------------------------------------------------------*/
.shop {
  padding: 30px 0;
}
.shop .shop-section .item {
  width: 20%;
  margin: 30px 0;
  min-height: 80px;
}
.shop .shop-section .item a {
  display: block;
  text-decoration: none;
}
.shop .shop-section .item a:hover .shop-name {
  color: #fb6000;
  border-color: transparent;
}
.shop .shop-section .item .icon-row {
  position: relative;
  width: 115px;
  height: 150px;
  margin-bottom: 17px;
}
.shop .shop-section .item .shop-name {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #22161a;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .shop .shop-section .item {
    width: 50%;
    text-align: center;
  }
  .shop .shop-section .item .icon-row {
    margin: 0 auto 17px;
  }
  .shop .shop-section .item:nth-child(5) {
    width: 100%;
  }
  .inner-section.inner-typography-section ol li{
    width: 33.3%;
  }
  .inner-section.inner-typography-section ol li:before {
    font-size: 24px;
    margin: 6px 0 15px;
  }
  .inner-section.inner-typography-section ul li{
    font-size: 14px;
  }
  .inner-section.inner-typography-section ul li b,
  .inner-section.inner-typography-section ul li strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 15px 0;
  }
  .shop .shop-section .item {
    width: 100%;
    text-align: center;
  }
  .shop .shop-section .item .icon-row {
    margin: 0 auto 17px;
  }
  .inner-section.inner-typography-section ol li{
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .inner-section.inner-typography-section ol li{
    width: 100%;
  }
}

.news {
  padding: 81px 0 40px;
}
.news .news-section .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f4f7;
  margin-bottom: 40px;
  min-height: 220px;
}
.news .news-section .item .news-photo {
  float: left;
  position: relative;
  margin-right: 42px;
  width: 250px;
  height: 180px;
  /*background-color: #f0f4f7;*/
  overflow: hidden;
}
.news .news-section .item .news-photo a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.news .news-section .item .news-photo a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.news .news-section .item .news-descrp {
  padding: 3px 0 0 292px;
}
.news .news-section .item .news-descrp .head {
  margin-bottom: 21px;
}
.news .news-section .item .news-descrp .head a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  color: #222427;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
  transition: all 0.6s;
}
.news .news-section .item .news-descrp .head a:hover {
  border-color: transparent;
  color: #fb6000;
}
.news .news-section .item .news-descrp p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  font-weight: 300;
  margin-bottom: 8px;
}
.news .news-section .item .news-descrp .date {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #4b4b4b;
  font-weight: 300;
}
.news .news-pagin {
  position: relative;
  padding: 17px 0;
  text-align: center;
}
.news .news-pagin ul {
  padding: 0 40px;
  position: relative;
}
.news .news-pagin ul li {
  display: inline-block;
  margin: 0 12px;
}
.news .news-pagin ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  color: #222427;
  text-decoration: none;
  transition: all 0.6s;
}
.news .news-pagin ul li a.current,
.news .news-pagin ul li a:hover {
  color: #fb6000;
}
.news .news-pagin .btn-prev,
.news .news-pagin .btn-next {
  display: block;
}
/*------------------------------------------------------------*/
/* 05 - CONTACTS */
/*------------------------------------------------------------*/
.contacts {
  padding: 30px 0 35px;
  background-color: #f0f4f7;
}
.contacts .contacts-section {
  margin-bottom: 34px;
}
.contacts .contacts-section:after {
  content: "";
  display: table;
  clear: both;
}
.contacts .contacts-section .u-article{
  position: relative;
  margin-top: 110px;
  padding: 122px 50px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px rgba(110, 130, 145, 0.05);
  -moz-box-shadow: 0px 2px 0px rgba(110, 130, 145, 0.05);
  box-shadow: 0px 2px 0px rgba(110, 130, 145, 0.05);
}
.contacts .contacts-section .u-article .u-figure{
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.contacts .contacts-section .u-article .u-figure img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.contacts .contacts-section .item {
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
.contacts .contacts-section .u-border-bottom{
  padding-bottom: 17px;
  border-bottom: 2px solid #f0f4f7;
  margin-bottom: 33px;
}
.contacts .contacts-section .item .conts-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #222427;
}
.contacts .contacts-section .item .conts-descrp {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 43px;
  font-weight: 300;
  color: #222427;
}
.contacts .contacts-section .item.u-border-bottom .conts-descrp {
  font-size: 25px;
  color: #019ade;
}
.contacts .contacts-section .item .conts-descrp span {
  cursor: pointer;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
}
.contacts .contacts-section .item .conts-descrp span:hover {
  border-bottom: transparent;
}
.contacts .caref-reconc {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  padding: 6px 0 20px 73px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #4b4b4b;
}
.contacts .caref-reconc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 60px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-vader.svg) center no-repeat;
}
/*------------------------------------------------------------*/
/* 06 - ABOUT SUPPORT */
/*------------------------------------------------------------*/
.about-support {
  padding: 30px 0;
  background-color: #ffffff;
}
.about-support .about-support-section {
  margin-bottom: 26px;
}
.about-support .about-support-section .item {
  margin: 15px 0;
}
.about-support .about-support-section .item .icon-svg {
  display: inline-block;
  min-height: 32px;
  margin-bottom: 15px;
}
.about-support .about-support-section .item .about-support-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #22161a;
  margin-bottom: 8px;
}
.about-support .about-support-section .item p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
}
/*------------------------------------------------------------*/
/* XX - SCROLLER */
/*------------------------------------------------------------*/
  .b-scroller{
    display: none;
    z-index: 200;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 38px;
    text-align: center;
  }

  .b24-widget-button-position-bottom-right {
    right: 26px !important;
    bottom: 90px !important;
  }

  .b-scroller .b-scroller__icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
  }

  .b-icon-arrow-up{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .b-icon-arrow-up svg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .b-scroller .b-scroller-note{
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    color: #4b4b4b;
  }
/*------------------------------------------------------------*/
/* XX - OVERFOLW NOTE */
/*------------------------------------------------------------*/
  .b-icon-arrow-bottom{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }

  .b-overflow-note{
    position: relative;
    max-height: 320px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.6s;
  }

  .b-overflow-note.b-is-shadow:after{
    content: '';
  }

  .b-overflow-note:after{
    content: none;
    position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 0;
  }

  .b-show-text{
    text-align: center;
  }

  .b-show-text .b-show-button{
    cursor: pointer;
  }

  .b-show-text .b-show-name{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #019ade;
    border-bottom: 1px dashed #019ade;
    transition: all 0.6s;
  }
  .b-show-text .b-show-name:hover{
    border-color: transparent;
  }
/*------------------------------------------------------------*/
/* XX - @media screen */
/*------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .w-745 {
    max-width: 640px;
  }
  #header.menu-fixed .menu-wrap ul.menu.menu-inner-page > li {
    margin-right: 10px;
  }
  #header.menu-fixed .menu-wrap ul.menu > li {
    margin-right: 10px;
  }
  #header .menu-wrap .logo-fix-inner {
    margin-right: 50px;
  }
  #header .menu-wrap ul.menu.menu-inner-page > li {
    margin-right: 16px;
  }
  #header .menu-wrap ul.menu > li {
    margin-right: 16px;
  }
  .request-call-btn {
    right: 15px;
  }
  .speed-hosting .item .b-count {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  
  .w-745 {
    max-width: 100%;
  }
  .read-standard-sec .read-standard-contr {
    padding-top: 19px;
    width: 100%;
    position: relative;
    padding-left: 0;
    top: 0;
    right: inherit;
    text-align: center;
  }
  #header {
    padding-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #header.menu-fixed {
    padding: 20px 0 16px;
    min-height: 66px;
  }
  #header.menu-fixed .menu-wrap .logo-fix {
    margin: 25px 30px 0 0;
  }
  #header.menu-fixed .menu-wrap ul.menu {
    margin-top: 0;
  }
  #header.menu-fixed .menu-wrap ul.menu > li {
    height: 76px;
  }
  #header.menu-fixed .menu-wrap .lang-account {
    margin-top: 18px;
  }
  #header.menu-fixed .menu-wrap .lang-account .tel {
    display: none;
  }
  #header .menu-wrap {
    padding: 0;
  }
  #header .menu-wrap .logo-fix-inner {
    margin-right: 15px;
  }
  #header .menu-wrap .lang-account.has-inner-page ul.lang {
    display: none;
  }
  #header .menu-wrap .lang-account ul.lang {
    margin-right: 10px;
  }
  #header .menu-wrap .lang-account .account-btn {
    font-size: 12px;
  }
  .request-call-btn {
    display: none;
  }
  .top-inner-content {
    padding: 66px 0 0;
  }
  .top-inner-content .tableCell .v-center {
    padding: 0 0 15px 0;
  }
  .top-inner-content p {
    font-size: 18px;
  }
  .inner-section p {
    margin: 20px auto;
    font-size: 15px;
    line-height: 30px;
  }
  .inner-section .explanation-photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .inner-section .speakers .item {
    width: 33.3%;
  }
  .inner-section .speakers .item:nth-child(4),
  .inner-section .speakers .item:nth-child(5) {
    width: 50%;
  }
  .inner-section .speakers .item h5 {
    font-size: 24px;
    margin: 6px 0 15px;
  }
  .inner-section ul.bulleted-list li,
  .inner-section ul.bulleted-triangle-list li {
    font-size: 14px;
  }
  .inner-section ul.bulleted-list.colum-three-list li {
    float: left;
    width: 50%;
  }
  .inner-section .facts .facts-item {
    padding: 0;
  }
  .inner-section .objectives-year:before {
    content: none;
  }
  .inner-section .objectives-year .item:before {
    content: '';
  }
  .contacts .contacts-section .item .conts-descrp {
    font-size: 18px;
  }
  .contacts .contacts-section .item.u-border-bottom .conts-descrp {
    font-size: 23px;
  }
  .services-backend .item .item-row {
    padding: 0;
  }
  .services-bitrix24 .item {
    text-align: center;
  }
  .about-hosting .item {
    text-align: center;
  }
  .server-system .item {
    text-align: center;
  }
  .server-system .item img {
    position: relative;
    top: 0;
    margin: 0 auto 15px;
  }
  .server-system .item p {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 20px 0 16px;
    background-color: #2b323a;
  }
  #header.menu-fixed .menu-wrap .btn-menu-mob svg path {
    fill: #2b323a;
  }
  #header.menu-fixed .menu-wrap .logo-fix {
    float: none;
    margin: 0;
    text-align: center;
  }
  #header.menu-fixed .menu-wrap .logo-fix-mobile {
    display: none;
  }
  #header.menu-fixed .menu-wrap .logo-fix-inner {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
  }
  #header.menu-fixed .menu-wrap .logo-fix-inner path {
    fill: #2b323a;
  }
  #header.menu-fixed .menu-wrap .lang-account .account-btn {
    font-size: 12px;
  }
  #header .menu-wrap .menu {
    display: none;
  }
  #header .menu-wrap .btn-menu-mob {
    display: block;
  }
  #header .menu-wrap .logo-fix-mobile {
    display: block;
  }
  #header .menu-wrap .logo-fix-inner {
    display: none;
  }
  #header .menu-wrap .lang-account {
    display: none;
  }
  #footer {
    padding: 45px 0 0;
  }
  .foot-copy {
    padding: 15px 0;
  }
  .foot-copy p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .thank-message .like-h2-thank {
    font-size: 26px;
    line-height: 29px;
  }
  .thank-message p {
    font-size: 14px;
    line-height: 21px;
  }
  #footer .footer-item ul li {
    margin: 5px 0;
  }
  #footer .footer-item .news-slider-wrap {
    margin-top: 20px;
  }
  #footer .footer-item .news-slider-wrap .news-prev,
  #footer .footer-item .news-slider-wrap .news-next {
    margin-left: 10px;
  }
  .b-youtube-video iframe {
    height: 250px;
  }
  .full-range-wv .full-range-works {
    display: block;
    margin: 0 0 15px;
  }
  .akkordion .collection-header {
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .akkordion .collection-header h3, .akkordion .collection-header .like-h3 {
    font-size: 16px;
    padding: 0 50px 0 40px;
  }
  .akkordion .collection-item {
    padding-right: 0;
  }
  .top-inner-content h1 {
    font-size: 28px;
    line-height: 31px;
  }
  .top-inner-content p {
    font-size: 15px;
  }
  .services-view .line-1,
  .services-view .line-2,
  .services-view .line-3,
  .services-view .line-4 {
    display: none;
  }
  .inner-section .speakers .item {
    width: 50%;
  }
  .inner-section .speakers .item:nth-child(4) {
    width: 50%;
  }
  .inner-section .speakers .item:nth-child(5) {
    width: 100%;
  }
  .inner-section ul.bulleted-list.colum-three-list {
    padding: 10px 0;
  }
  .inner-section ul.bulleted-list.colum-three-list li {
    padding-right: 0;
    float: none;
    width: 100%;
  }
  .inner-section .facts .facts-item:nth-child(2) {
    padding-top: 0;
  }
  .inner-section .objectives-year .item {
    min-height: inherit;
  }
  .inner-section .objectives-year .item .head {
    text-align: center;
  }
  .news .news-section .item .news-photo {
    float: none;
    margin: 0 auto 15px;
  }
  .news .news-section .item .news-descrp {
    padding: 0;
  }
  .news .news-section .item .news-descrp .head {
    text-align: center;
  }
  .contacts .contacts-section .u-item{
    padding: 0;
  }
  .contacts .contacts-section .u-article{
    padding: 90px 20px 20px;
  }
  .contacts .contacts-section .u-article .u-figure{
    top: -70px;
    width: 140px;
    height: 140px;
  }
  .contacts .contacts-section .item .conts-descrp {
    font-size: 16px;
  }
  .contacts .contacts-section .item.u-border-bottom .conts-descrp {
    font-size: 21px;
  }
  .accept-also-bill .item {
    text-align: center;
  }
  .about-support {
    padding: 15px 0;
  }
  .about-support .about-support-section .item {
    text-align: center;
  }
  .about-bitrix24 .item {
    margin: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-bitrix24 .item p {
    text-align: left;
  }
  .speed-hosting .item .b-name {
    display: block;
    margin: 10px 0;
  }
  .speed-hosting .item .b-page-second {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .company-card p {
    padding-left: 0px;
  }
  .switches span {
    margin: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .b-youtube-video iframe {
    height: 160px;
  }
  .inner-section .speakers .item {
    width: 100%;
  }
  .inner-section .speakers .item:nth-child(4) {
    width: 100%;
  }
  .company-card {
    text-align: center;
  }
  .company-card img {
    float: none;
    margin: 0 0 15px;
  }
  .company-card p {
    text-align: left;
  }
}

.orange_benefits ol {
   max-width: inherit;
   margin-left: -15px;
   margin-right: -15px;
   counter-reset: speakers-count;
   font-size: 0;
   padding: 30px 0;
   text-align: center;
 }
 .orange_benefits ol li {
   padding: 0 15px;
   display: inline-block;
   vertical-align: top;
   width: 25%;
 }
 @media only screen and (max-width : 1023px) {
  .orange_benefits ol li {
   width: 33.3%;
  }
 }
 @media only screen and (max-width : 767px) {
  .orange_benefits ol li {
   width: 50%;
  }
 }
 @media only screen and (max-width : 479px) {
  .orange_benefits ol li {
   width: 100%;
  }
 }
 .orange_benefits ol li:before {
   display: block;
   font-family: 'Roboto', sans-serif;
   font-size: 36px;
   line-height: 39px;
   font-weight: 300;
   color: #fb6000;
   text-align: left;
   margin: 6px 0 22px;
   counter-increment: speakers-count;
   content: counter(speakers-count, decimal-leading-zero);
 }
 .orange_benefits ol li .name-item {
   display: block;
   font-family: 'Roboto', sans-serif;
   font-size: 18px;
   line-height: 30px;
   font-weight: 300;
   color: #22161a;
   margin-bottom: 8px;
   text-align: left;
 }
 .orange_benefits ol li p {
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
   line-height: 30px;
   font-weight: 300;
   color: #4b4b4b;
   margin: 0 0 30px;
   text-align: left;
 }
  /*Bitrix24Chat*/
  .b24-crm-button-position-bottom-right {
    right: 25px;
    bottom: 100px;
  }
  .bx-imopenlines-config-sidebar-logo {
    display: none;
  }

#header {
  /*position: fixed;*/
}
/*------------------------------------------------------------*/
/* XX - TABLE
/*------------------------------------------------------------*/
.u-table-section {
  margin: 0 0 20px;
  overflow-x: auto;
}
.u-table-section table {
  width: 100%;
}
.u-table-section table thead {
  border-bottom: 2px solid #fb6000;
}
.u-table-section table tbody tr {
  border-bottom: 1px solid #f0f4f7;
}
.u-table-section table tr th,
.u-table-section table tr td {
  text-align: left;
}
.u-table-section table tr th {
  padding: 4px 0 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #222427;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-table-section table tr th {
    font-size: 18px;
    line-height: 22px;
  }
}
.u-table-section table tr td {
  padding: 28px 10px 31px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #4b4b4b;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-table-section table tr td {
    font-size: 13px;
    line-height: 16px;
  }
}
.u-table-section table tr td strong {
  font-weight: 600;
}
/*------------------------------------------------------------*/
/* XX - FOOTER DOC & CHOSTEN
/*------------------------------------------------------------*/
.c-foot__doc__chosten {
  margin-top: 20px;
  text-align: center;
}
.c-foot__doc__chosten .c-foot__doc {
  position: relative;
  margin: 0 auto 20px;
  display: block;
  max-width: 330px;
  padding: 10px 20px 10px 50px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(14, 21, 30, 0.25);
  overflow: hidden;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  color: #a6b2bf;
}
.c-foot__doc__chosten .c-foot__doc:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 29px;
  width: 14px;
  height: 18px;
  background: url(https://tmpstatic.flamix.software/local/templates/fx_software/images/theme/spritesheet_main.png) 0 -50px no-repeat;
}
.c-foot__doc__chosten .c-foot__chosten {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0;
  width: 50px;
  height: 34px;
  background: url(https://tmpstatic.flamix.software/local/templates/fx_software/images/theme/spritesheet_main.png) 0 0 no-repeat;
  transition: all 0.3s;
}
.c-foot__doc__chosten .c-foot__chosten:hover {
  opacity: 0.7;
}

.is-sticky-menu{
  position: fixed!important;
  top: 0!important;
}

/*------------------------------------------------------------*/
/* XX - INNER MENU */
/*------------------------------------------------------------*/
.inner-menu {
  background-color: #ffffff;
  border-bottom: 2px solid #f0f4f7;
  text-align: center;
}
.inner-menu ul.inner-menu-list{
  margin: 0;
  padding: 0;
}
.inner-menu ul.inner-menu-list li {
  position: relative;
  display: inline-block;
  margin: 0 40px;
}
.inner-menu ul.inner-menu-list li:hover a:before,
.inner-menu ul.inner-menu-list li:hover span:before {
  width: 100%;
}
.inner-menu ul.inner-menu-list li a,
.inner-menu ul.inner-menu-list li span {
  padding: 22px 0px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #22161a;
  text-decoration: none;
  cursor: pointer;
}
.inner-menu ul.inner-menu-list li a:before,
.inner-menu ul.inner-menu-list li span:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #fb6000;
  transition: all 0.3s;
}
.inner-menu ul.inner-menu-list li span:before {
  width: 100%;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .inner-menu ul.inner-menu-list li {
    margin: 0 15px;
  }
  .inner-menu ul.inner-menu-list li a,
  .inner-menu ul.inner-menu-list li span {
    padding: 15px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-menu ul.inner-menu-list li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-menu ul.inner-menu-list li {
    border-top: 1px solid #f0f4f7;
    margin: 0;
    display: block;
  }
  .inner-menu ul.inner-menu-list li:first-child {
    border-top: none;
  }
}

/*------------------------------------------------------------*/
/* XX - INNER HEADER */
/*------------------------------------------------------------*/
.inner-services {
  background-color: #ffffff;
  padding: 20px 0 65px 0;
}
.inner-services .head-title {
  margin: 0 0 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 39px;
  font-weight: 300;
  color: #222427;
  text-align: center;
}
.inner-services .inner-services-section {
  position: relative;
}
.inner-services .inner-services-section .inner-services-item {
  width: 20%;
}
.inner-services .inner-services-section .inner-services-item .sr-row {
  position: relative;
}
.inner-services .inner-services-section .inner-services-item .sr-row .services-view .bg {
  background-color: #36393;
  background-position: center no-repeat;
  background-size: cover;
}
.inner-services .inner-services-section .inner-services-item .services-view {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 29px 20px 29px 30px;
  height: 204px;
  overflow: hidden;
  background-color: #36393c;
  z-index: 0;
  text-decoration: none;
}
.inner-services .inner-services-section .inner-services-item .services-view .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transition: all 0.3s;
}
.inner-services .inner-services-section .inner-services-item .services-view:hover .bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-services .inner-services-section .inner-services-item .services-view:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 0;
  transition: all .6s;
}
.inner-services .inner-services-section .inner-services-item .services-view p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .inner-services .inner-services-section .inner-services-item .services-view {
    height: 164px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-services .head-title {
    font-size: 28px;
    line-height: 31px;
  }
  .inner-services .inner-services-section .inner-services-item {
    width: 33.3%;
  }
  .inner-services .inner-services-section .inner-services-item:nth-child(4),
  .inner-services .inner-services-section .inner-services-item:nth-child(5) {
    width: 50%;
  }
  .inner-services .inner-services-section .inner-services-item .services-view {
    height: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-services .inner-services-section .inner-services-item {
    width: 50%;
  }
  .inner-services .inner-services-section .inner-services-item:nth-child(4) {
    width: 50%;
  }
  .inner-services .inner-services-section .inner-services-item:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .inner-services .inner-services-section .inner-services-item {
    width: 100%;
  }
  .inner-services .inner-services-section .inner-services-item:nth-child(4),
  .inner-services .inner-services-section .inner-services-item:nth-child(5) {
    width: 100%;
  }
}


.breadcrumbs {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, .15);
  border-radius: 20px;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.breadcrumbs__item::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 5px;
  width: 6px;
  height: 14px;
  background: url(/local/components/flamix/loader.main/templates/inner/ic.png) no-repeat center center;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item > a,
.breadcrumbs__item > span {
  color: #fff;
  font-size: 13px;
}
.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus,
.breadcrumbs__item a:active {
  text-decoration: none;
  color: #E4E4E4;
}
.stars input {
  display: none;
}
.ratemate.control { 
  cursor: pointer; 
}
.stars,
.rating-coment {
  display: inline-block;
  float: left;
}
.rating-coment {
  color: #fff;
  padding: 3px 15px;
}
.rating-coment .count {
  font-weight: 600;
}
.rating-coment .info-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-image: url(/local/components/flamix/loader.main/templates/inner/information.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1023px){
  .breadcrumbs {
    margin-top: 30px;
  }
}

/*COMPOSIT BUTTON*/
.bx-composite-btn{position: relative; background-color: #e94524;border-radius:15px;color:#ffffff!important;display:inline-block;line-height:30px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size:12px!important;font-weight:bold!important;height:31px!important;padding:0 42px 0 17px!important;vertical-align:middle!important;text-decoration:none!important;}@media screen   and (min-device-width: 1200px)   and (max-device-width: 1600px)   and (-webkit-min-device-pixel-ratio: 2)  and (min-resolution: 192dpi) {/*.bx-composite-btn{background-image:url(/bitrix/images/main/composite/sprite-2x.png);background-size:42px 124px;}*/}.bx-composite-btn-fixed{position:absolute;top:-45px;right:15px;z-index:10;}.bx-btn-white{background-position:0 0;color:#fff!important;}.bx-btn-black{background-position:right -31px;color:#000!important;}.bx-btn-red{background-position:right -62px;color:#555!important;}.bx-btn-grey{background-position:right -93px;color:#657b89!important;}.bx-btn-border{border:1px solid #d4d4d4;height:29px!important;line-height:29px!important;}.bx-composite-loading{display:block;width:40px;height:40px;background:url(/bitrix/images/main/composite/loading.gif);}
.bx-btn-white:before{
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  right: 0;
  width: 40px;
  height: 31px;
  background: url(https://tmpstatic.flamix.software/local/templates/fx_software/images/theme/spritesheet_main.png) 0 -75px no-repeat;
}

/*Cases*/
.sec-pad {
  padding: 30px 0;
}
.with-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.with-line:before,
.with-line:after {
  content: "";
  width: 45%;
  height: 1px;
  background: rgba(17, 17, 17, .08);
}
.with-line:before {
  margin-right: 30px;
}
.with-line:after {
  margin-left: 30px;
}
.head.tac.head-highlight span {
  color: var(--primary-style-color, #811aff);
}
.head.tac.head-highlight span.dashed {
  border-bottom: 1px dashed var(--primary-style-color, #811aff);
}
/*Magnific*/
.magnific-image {
  text-align: center;
}
.magnific-image img {
  cursor: zoom-in;
  max-width: 100%;
  height: auto;
  float: none !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.6;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*.form-feedback .recaptcha-badge {
  position: absolute!important;
  left: 50%!important;
  bottom: -100px!important;
  transform: translateX(-50%);
  pointer-events: none;
}*/

.mfp-content .container .recaptcha {
  position: absolute!important;
  bottom: -85px!important;
  display: flex!important;
  justify-content: center!important;
  width: 100%!important;
}

.mfp-content .container .recaptcha .grecaptcha-badge {
  position: static!important;
  right: unset!important;
  margin-left: -30px!important;
}

/* Toggle like slider */
label.css-toggle .slider.round {
  border-radius: var(--slider-height);
}

label.css-toggle .slider.round:before {
  border-radius: 50%;
}

label.css-toggle .slider:before {
  position: absolute;
  content: "";
  width: calc(var(--slider-height) * var(--slider-nub-size));
  height: calc(var(--slider-height) * var(--slider-nub-size));
  top: calc(var(--slider-height) * calc(calc(1 - var(--slider-nub-size)) / 2));
  left: 0;
  margin-left: calc(var(--slider-height) * calc(calc(1 - var(--slider-nub-size)) / 2));
  background-color: var(--slider-nub-color);
}

input[type="checkbox"]:checked ~ .sidebar label.css-toggle .slider:before {
  left: calc(var(--slider-width) - var(--slider-height));
}

label.css-toggle {
  --slider-margin: 0 .3em;
  --slider-width: 36px;
  --slider-height: 20px;
  --slider-nub-size: .8;
  --slider-nub-color: #fff;
  --transition-speed: .15s;

  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: var(--slider-height);
}

label.css-toggle .slider {
  display: inline-block;
  position: relative;
  width: var(--slider-width);
  height: var(--slider-height);
  margin: 0 20px;
  background-color: #fb6408;
  transition: .2s linear;
}

input[type="checkbox"]:checked + .sidebar label.css-toggle .slider {
  background-color: #018cca;
}

label.css-toggle .slider.animate, label.css-toggle .slider.animate:before {
  transition: var(--transition-speed);
  -webkit-transition: var(--transition-speed);
}

/* End: Toggle like slider */
/* End */
/* /local/templates/fx_software/css/header.css?171414477225948 */
/* /local/templates/fx_software/css/fonts.css?161420261811458 */
/* /local/templates/fx_software/css/bootstrap.min.css?1501674858121300 */
/* /local/templates/fx_software/css/normalize.min.css?14992438691860 */
/* /local/templates/fx_software/css/jPushMenu.css?17139854021959 */
/* /local/templates/fx_software/css/magnific-popup.css?14992438697793 */
/* /local/templates/fx_software/css/rainbow/github.css?14992438692703 */
/* /local/templates/fx_software/css/animate.min.css?152335346256048 */
/* /local/templates/fx_software/css/slick.css?15645796046863 */
/* /local/templates/fx_software/css/footer_solutions.css?171584919514449 */
/* /local/components/flamix/preloader/templates/.default/style.css?15580076812767 */
/* /local/templates/fx_software/components/bitrix/menu/new.top/style.css?162472693315208 */
/* /local/templates/fx_software/styles.css?1714994169156225 */
