/* /templates2_0/module/login/banner/route.less */
.module_login_banner_route {
  position: relative;
  box-sizing: border-box;
  background: transparent 50% 50% no-repeat;
  width: 940px;
  height: 300px;
  padding: 0 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module_login_banner_route,
.module_login_banner_route a {
  text-decoration: none;
}
.module_login_banner_route,
.module_login_banner_route a:hover {
  text-decoration: none;
}
.module_login_banner_route:nth-of-type(2n) {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module_login_banner_route:nth-of-type(2n) .module_login_banner_route-title {
  text-align: right;
}
.module_login_banner_route:nth-of-type(2n) .module_login_banner_route-desc {
  text-align: right;
}
.module_login_banner_route-title {
  position: relative;
  box-sizing: border-box;
  text-shadow: 0 3px 6px #000;
  font: bold 42px Utkonos;
  color: #fff;
}
.module_login_banner_route-desc {
  position: relative;
  box-sizing: border-box;
  text-shadow: 0 3px 6px #000;
  font: normal 14px Tahoma, sans-serif;
  color: #fff;
  padding-top: 15px;
}
.module_login_banner_route-control {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_login_banner_route-link {
  position: relative;
  box-sizing: border-box;
  background-color: #a8c800;
  font: bold 18px/2 Utkonos;
  margin-left: 30px;
  padding: 0 25px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.module_login_banner_route-link:hover {
  background-color: #fff;
  color: #a8c800;
  text-decoration: none;
}
.module_login_banner_route-link:first-of-type {
  margin-left: 0;
}
