/*--------------------------------------------
BASIC TEMPLATE COLORS
--------------------------------------------*/
/*--------------------------------------------
BASIC FONTS FAMILY
--------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font: 400 16px/24px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif; }

body {
  margin: 0 auto;
  color: #262626; }

.bxst-body {
  min-width: 320px; }

/*--------------------------------------------
HEADER
--------------------------------------------*/
.bxst-header {
  position: fixed;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  z-index: 10; }
  .bxst-header .bxst-header-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 19px 15px 20px;
    background: #fff;
    box-shadow: 0 0 15px 0 #9c9c9c;
    box-sizing: border-box; }
  .bxst-header .bxst-header-inner {
    flex: 1 0 100%;
    box-sizing: border-box; }
  .bxst-header .bxst-header-cnt {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .bxst-header .bxst-header-cnt-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box; }
  .bxst-header .bxst-header-menu-switch-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #005893;
    box-sizing: border-box; }
    .bxst-header .bxst-header-menu-switch-line:nth-child(1) {
      -webkit-animation: outMenuButtonTop 0.8s backwards;
      animation: outMenuButtonTop 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
    .bxst-header .bxst-header-menu-switch-line:nth-child(2) {
      margin: 6px 0;
      -webkit-animation: outMenuButtonMiddle 0.8s backwards;
      animation: outMenuButtonMiddle 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
    .bxst-header .bxst-header-menu-switch-line:nth-child(3) {
      -webkit-animation: outMenuButtonBottom 0.8s backwards;
      animation: outMenuButtonBottom 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
  .bxst-header .bxst-header-menu-switch {
    display: none;
    position: absolute;
    width: 30px;
    height: 25px;
    z-index: 1; }
    .bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(1) {
      -webkit-animation: inMenuButtonTop 0.8s forwards;
      animation: inMenuButtonTop 0.8s forwards; }
    .bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(2) {
      -webkit-animation: inMenuButtonMiddle 0.8s forwards;
      animation: inMenuButtonMiddle 0.8s forwards; }
    .bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(3) {
      -webkit-animation: inMenuButtonBottom 0.8s forwards;
      animation: inMenuButtonBottom 0.8s forwards; }
  .bxst-header .bxst-header-logo-picture {
    display: block;
    margin: 0;
    padding: 0; }
  .bxst-header .bxst-header-slide-section {
    flex: 1 0 auto;
    box-sizing: border-box; }
  .bxst-header .bxst-header-slide-section-outer {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .bxst-header .bxst-header-slide-section-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 100%;
    box-sizing: border-box; }
  .bxst-header .bxst-header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    box-sizing: border-box; }
  .bxst-header .bxst-header-menu-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  .bxst-header .bxst-header-menu-list-item {
    margin: 0 19px; }
  .bxst-header .bxst-header-menu-list-item-link {
    padding: 9px 0;
    border: 1px solid transparent;
    border-radius: 18px;
    color: #000;
    font: 600 13px/13px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: 160ms color linear;
    vertical-align: middle; }
    .bxst-header .bxst-header-menu-list-item-link:hover {
      color: #68ddff; }
    .bxst-header .bxst-header-menu-list-item-link.active {
      padding: 9px 16px;
      border: 1px solid #3bc8f5; }
  .bxst-header .bxst-header-control {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .bxst-header .bxst-header-authorization,
  .bxst-header .bxst-header-site-selector {
    margin: 0 10px; }

.bxst-header-site-selector-select {
  position: relative;
  outline: none; }
  .bxst-header-site-selector-select .bxst-header-site-selector-main-icon {
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 30px;
    line-height: 30px;
    opacity: .8;
    cursor: pointer; }
  .bxst-header-site-selector-select .bxst-header-site-selector-main-icon-title {
    margin-left: 5px;
    font: 400 13px/13px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    text-transform: uppercase; }
  .bxst-header-site-selector-select .bxst-header-site-selector-wrapp {
    display: none;
    position: absolute;
    right: -5px; }
    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp.active {
      display: block; }
  .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-outer {
    padding-top: 15px; }
  .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner {
    display: flex;
    position: relative;
    max-width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #e8eef1;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 5px 0 rgba(156, 156, 156, 0.5);
    box-sizing: border-box;
    z-index: 11; }
    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:before, .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      bottom: 100%;
      right: 10px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #e8eef1;
      z-index: 12; }
    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after {
      right: 12px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 7px solid #fff; }
  .bxst-header-site-selector-select .bxst-header-site-selector-group {
    margin: 0 25px 5px; }
    .bxst-header-site-selector-select .bxst-header-site-selector-group:first-child {
      margin-left: 0; }
    .bxst-header-site-selector-select .bxst-header-site-selector-group:last-child {
      margin-right: 0; }
  .bxst-header-site-selector-select .bxst-header-site-selector-group-name {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: bold; }
  .bxst-header-site-selector-select .bxst-header-site-selector-item {
    margin: 0 0 10px; }
  .bxst-header-site-selector-select .bxst-header-site-selector-link {
    color: #333;
    text-decoration: none; }
    .bxst-header-site-selector-select .bxst-header-site-selector-link.active {
      font-weight: bold;
      text-decoration: underline; }

.bxst-header-authorization .bxst-header-authorization-user {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active {
    display: block; }
.bxst-header-authorization .bxst-header-authorization-user-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
.bxst-header-authorization .bxst-header-authorization-user-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: url(../img/icons/user-no-photo-xs.png?1); }
.bxst-header-authorization .bxst-header-authorization-user-picture-icon {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 3px; }
.bxst-header-authorization .bxst-header-authorization-user-arrow {
  position: relative;
  width: 20px;
  height: 9px;
  margin-left: 10px;
  font-size: 0; }
  .bxst-header-authorization .bxst-header-authorization-user-arrow:before, .bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 3px;
    background: #fff;
    border-radius: 5px; }
  .bxst-header-authorization .bxst-header-authorization-user-arrow:before {
    left: 0;
    transform: rotate(45deg); }
  .bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    right: 0;
    transform: rotate(-45deg); }
.bxst-header-authorization .bxst-header-authorization-user-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 10px;
  padding-top: 15px;
  box-sizing: border-box;
  cursor: auto;
  z-index: 11; }
.bxst-header-authorization .bxst-header-authorization-user-popup-outer {
  position: relative;
  min-width: 360px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #e8eef1;
  border-radius: 5px;
  color: #000;
  text-align: left;
  box-shadow: 0 2px 5px 0 rgba(156, 156, 156, 0.5);
  box-sizing: border-box; }
  .bxst-header-authorization .bxst-header-authorization-user-popup-outer:before, .bxst-header-authorization .bxst-header-authorization-user-popup-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 18px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e8eef1;
    z-index: 12; }
  .bxst-header-authorization .bxst-header-authorization-user-popup-outer:after {
    right: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff; }
.bxst-header-authorization .bxst-header-authorization-user-popup-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  text-transform: none; }
.bxst-header-authorization .bxst-header-authorization-user-popup-subtitle {
  border-bottom: 1px solid #eceff1;
  color: #b0c0c7; }
.bxst-header-authorization .bxst-header-authorization-user-popup-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
  text-transform: none; }
.bxst-header-authorization .bxst-header-authorization-user-popup-btn {
  margin-top: 20px; }
.bxst-header-authorization .bxst-header-authorization-user-popup-footer {
  margin-top: 20px; }
.bxst-header-authorization .bxst-header-authorization-user-popup-footer-border {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff1; }
.bxst-header-authorization .bxst-header-authorization-user-popup-portals {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto; }
.bxst-header-authorization .bxst-header-authorization-user-popup-portal-link {
  margin-bottom: 10px;
  color: #3bc8f5;
  font-size: 12px;
  line-height: 12px; }
  .bxst-header-authorization .bxst-header-authorization-user-popup-portal-link:hover {
    color: #68ddff; }
.bxst-header-authorization .bxst-header-authorization-user-popup-footer-title {
  color: #b0c0c7;
  font-size: 14px;
  line-height: 21px;
  text-transform: none; }
.bxst-header-authorization .bxst-header-authorization-user-popup-footer-link {
  display: inline-block;
  border-bottom: 2px solid #cfee52;
  color: #b7db2a;
  line-height: 21px;
  text-decoration: none; }
.bxst-header-authorization .bxst-header-authorization-user-popup-footer-logout {
  display: inline-block;
  border-bottom: 2px solid #fbb;
  color: #ff5252;
  line-height: 21px;
  text-decoration: none; }

@-webkit-keyframes inMenuButtonMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inMenuButtonMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outMenuButtonMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outMenuButtonMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inMenuButtonTop {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes inMenuButtonTop {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes outMenuButtonTop {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes outMenuButtonTop {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes inMenuButtonBottom {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes inMenuButtonBottom {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
@-webkit-keyframes outMenuButtonBottom {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes outMenuButtonBottom {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
/*--------------------------------------------
MAIN WRAPP
--------------------------------------------*/
.bxst-header + .bxst-main-wrapp {
  padding-top: 75px; }

.bxst-loader {
  position: relative;
  width: 10em;
  height: 10em;
  margin: auto;
  border-top: 0.2em solid rgba(162, 164, 166, 0.5);
  border-right: 0.2em solid rgba(162, 164, 166, 0.5);
  border-bottom: 0.2em solid rgba(162, 164, 166, 0.5);
  border-left: 0.2em solid #a2a4a6;
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circleLoadinAnimation 1.1s infinite linear;
  animation: circleLoadinAnimation 1.1s infinite linear; }
  .bxst-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

@-webkit-keyframes circleLoadinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circleLoadinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*--------------------------------------------
FOOTER
--------------------------------------------*/
.bxst-footer {
  display: flex;
  min-width: 1260px;
  justify-content: center;
  padding: 35px 0; }
  .bxst-footer .bxst-footer-border__top {
    border-top: 2px solid rgba(255, 255, 255, 0.4); }
  .bxst-footer .bxst-footer-border__bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
  .bxst-footer .bxst-footer-cnt {
    width: 100%;
    max-width: 1180px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-menu {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    margin-bottom: 39px;
    padding-top: 46px;
    padding-bottom: 32px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-menu-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-menu-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    color: #fff;
    font: 400 12px/14px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .7; }
  .bxst-footer .bxst-footer-menu-section-header-icon {
    display: none;
    position: relative;
    width: 12px;
    height: 12px;
    transition: 160ms transform linear; }
    .bxst-footer .bxst-footer-menu-section-header-icon:before, .bxst-footer .bxst-footer-menu-section-header-icon:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: rgba(255, 255, 255, 0.5); }
    .bxst-footer .bxst-footer-menu-section-header-icon:before {
      top: -10px;
      transform: rotate(45deg); }
    .bxst-footer .bxst-footer-menu-section-header-icon:after {
      bottom: -10px;
      transform: rotate(-45deg); }
  .bxst-footer .bxst-footer-menu-section-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .bxst-footer .bxst-footer-menu-section-list-item {
    display: block;
    padding-bottom: 10px; }
  .bxst-footer .bxst-footer-menu-section-list-item-link {
    color: #fff;
    font: 400 18px/30px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    letter-spacing: -.2px;
    text-decoration: none;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-menu-section-list-item-link:hover {
      opacity: .7; }
  .bxst-footer .bxst-footer-info {
    margin-bottom: 22px;
    padding-bottom: 20px; }
    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-section-social-media-group {
      display: flex;
      align-items: center; }
    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-apps-market {
      order: 2; }
    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks {
      margin-top: 0; }
    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks-list-item {
      margin-right: 21px; }
    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-search {
      justify-content: flex-end; }
      .bxst-footer .bxst-footer-info.slim .bxst-footer-info-search .bxst-footer-info-search-form {
        flex: none; }
  .bxst-footer .bxst-footer-info-cnt {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-section-consent {
    flex: 1 1;
    max-width: 100%;
    margin-right: 25px; }
  .bxst-footer .bxst-footer-info-skolkovo {
    display: flex;
    flex: 0 0 160px; }
  .bxst-footer .bxst-footer-info-skolkovo-inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0; }
  .bxst-footer .bxst-footer-info-skolkovo-link {
    display: block;
    max-width: 110px;
    opacity: .7;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-info-skolkovo-link:hover {
      opacity: 1; }
  .bxst-footer .bxst-footer-info-skolkovo-picture {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 110px;
    width: 100%; }
  .bxst-footer .bxst-footer-info-section-social-media {
    margin-left: 25px; }
  .bxst-footer .bxst-footer-info-about {
    display: flex;
    flex-wrap: wrap; }
  .bxst-footer .bxst-footer-info-about-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0  0 70%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-about-menu-item {
    flex: 0 0 auto;
    margin: 0 5px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-about-menu-item-link {
    color: #fff;
    font: 400 13px/36px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-info-about-menu-item-link:hover {
      opacity: .7; }
  .bxst-footer .bxst-footer-info-user-consent {
    margin-top: 30px; }
  .bxst-footer .bxst-footer-info-user-consent-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  .bxst-footer .bxst-footer-info-user-consent-menu-item {
    margin-right: 40px; }
  .bxst-footer .bxst-footer-info-user-consent-menu-item-link {
    color: #fff;
    font: 400 14px/32px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    letter-spacing: .15px;
    text-decoration: none;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-info-user-consent-menu-item-link:hover {
      opacity: .7; }
  .bxst-footer .bxst-footer-info-apps-market {
    display: flex; }
  .bxst-footer .bxst-footer-info-apps-market-item {
    margin: 0 4px; }
  .bxst-footer .bxst-footer-info-apps-market-item-picture {
    display: block;
    margin: 0;
    padding: 0;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-info-apps-market-item-picture:hover {
      opacity: .8; }
  .bxst-footer .bxst-footer-info-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-search-input {
    flex: 1;
    padding: 10px 50px 10px 24px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    outline: none;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-info-search-input::placeholder {
    color: #fff;
    opacity: .7; }
  .bxst-footer .bxst-footer-info-search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icons/icon-search.png) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    font-size: 0;
    line-height: 0;
    outline: none;
    box-sizing: border-box;
    cursor: pointer; }
  .bxst-footer .bxst-footer-info-social-networks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px; }
    .bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list {
      flex: 1 0 auto; }
    .bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list-item {
      margin-left: 0; }
  .bxst-footer .bxst-footer-info-social-networks-title {
    margin-left: 2px;
    color: #fff;
    font: 400 14px/20px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    text-decoration: none;
    letter-spacing: .15px;
    opacity: .8; }
  .bxst-footer .bxst-footer-info-social-networks-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
  .bxst-footer .bxst-footer-info-social-networks-list-item {
    display: flex;
    align-items: center;
    margin-left: 21px; }
  .bxst-footer .bxst-footer-info-social-networks-list-item-link {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    transition: 160ms opacity linear; }
    .bxst-footer .bxst-footer-info-social-networks-list-item-link:hover {
      opacity: .7; }
    .bxst-footer .bxst-footer-info-social-networks-list-item-link.vk-icon {
      background-position: 0 0; }
    .bxst-footer .bxst-footer-info-social-networks-list-item-link.fb-icon {
      background-position: -21px 0; }
    .bxst-footer .bxst-footer-info-social-networks-list-item-link.tw-icon {
      background-position: -42px 0; }
  .bxst-footer .bxst-footer-info-payment-system {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 auto;
    margin-top: 28px; }
    .bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 0;
      padding: 0;
      list-style: none; }
    .bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item {
      display: flex;
      align-items: center;
      margin-left: 21px;
      opacity: .7; }
    .bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item-icon {
      display: block;
      margin: 0;
      padding: 0; }
  .bxst-footer .bxst-footer-copyright {
    padding: 0 15px;
    box-sizing: border-box; }
  .bxst-footer .bxst-footer-copyright-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .bxst-footer .bxst-footer-copyright-section {
    max-width: 100%; }
  .bxst-footer .bxst-footer-copyright-line {
    display: flex;
    align-items: center; }
    .bxst-footer .bxst-footer-copyright-line .bxst-age-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 0 auto;
      width: 32px;
      height: 32px;
      margin-left: 22px;
      border: 1px solid #fff;
      border-radius: 100%;
      color: rgba(255, 255, 255, 0.8);
      font: 400 12px/28px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
      text-decoration: none;
      letter-spacing: .1px;
      box-sizing: border-box; }
  .bxst-footer .bxst-footer-copyright-line-text {
    display: flex;
    align-items: center;
    color: #fff;
    font: 400 14px/20px Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    text-decoration: none;
    letter-spacing: .1px; }

/*--------------------------------------------
PAINTERS
--------------------------------------------*/
.bxst-footer-gradient-primary {
  background: #08c1ef;
  background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
  background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
  background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradientColorStart', endColorstr='$gradientColorEnd',GradientType=1 ); }

/*# sourceMappingURL=template.css.map */
