*:focus {
  outline: 0;
}
*::-moz-focus-inner {
  border: 0;
}
@font-face {
  font-family: "MeiryoUI";
  src: url("../assets/fonts/MeiryoUI/Meiryo.ttf");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: 'MeiryoUI', sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  background-color: #fcfcfc;
}
.whiteBg {
  background-color: #fff;
  padding-top: 5px;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .content {
    padding-bottom: 25px;
    padding-top: 40px;
  }
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: #000;
}
@media (max-width: 991px) {
  .footer {
    height: 25px;
  }
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.header {
  padding: 14px 0;
  background-color: #fff;
}
@media (max-width: 480px) {
  .header {
    display: none;
  }
}
.header .text-right {
  text-align: right;
  /* padding-top: 12px; */
  /* padding-bottom: 12px; */
}
.header__clock {
  width: 68px;
  height: 68px;
  text-align: center;
  background-image: url(../img/clock.png);
  font-size: 11px;
  line-height: 15px;
  padding: 19px 0;
  display: inline-block;
  vertical-align: middle;
}
.header__contactLink {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 767px) {
  .header__contactLink {
    font-size: 20px;
  }
}
.header__contactLink:hover {
  text-decoration: underline;
}
.header__contacts {
  display: inline-block;
  margin-left: 80px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header__contacts {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .header__contacts {
    margin-left: 0;
  }
}
.nav {
  /* text-align: center; */
  background: #74E440;
  background: -moz-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: -webkit-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: -webkit-gradient(linear, left top, right top, from(#74E440), to(#e2a800));
  background: -o-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: linear-gradient(to right, #74E440 0%, #e2a800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74E440', endColorstr='#e2a800', GradientType=1);
}
@media (max-width: 991px) {
  .nav {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav__link {
  line-height: 53px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  display: inline-block;
  padding: 0 25px;
}
.nav__link a {
  color: #fff;
}
.nav__link:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .nav__link {
    display: none;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .nav__trigger {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav__trigger {
    display: inline-block;
    padding: 0;
  }
}
.nav__triggerLine {
  background-color: #fff;
  height: 3px;
  margin: 3px 0;
  width: 25px;
  display: block;
}
.nav__tr {
  display: inline-block;
  vertical-align: middle;
}
.nav__login {
  font-size: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .nav__login {
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    float: right;
  }
}
.fullNav {
  position: fixed;
  left: -100%;
  top: 40px;
  bottom: 0;
  background: #74E440;
  background: -moz-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: -webkit-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: -webkit-gradient(linear, left top, right top, from(#74E440), to(#e2a800));
  background: -o-linear-gradient(left, #74E440 0%, #e2a800 100%);
  background: linear-gradient(to right, #74E440 0%, #e2a800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74E440', endColorstr='#e2a800', GradientType=1);
  z-index: 10;
  width: 50%;
  overflow: auto;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
  border: 1px solid #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fullNav a {
  display: block;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
.fullNav--open {
  left: 0;
}
@media (min-width: 992px) {
  .fullNav {
    display: none;
  }
}
.footer {
  padding: 27px 0 15px;
  font-size: 18.5px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 2px 0;
    font-size: 12px;
  }
}
.footer__nav {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 991px) {
  .footer__nav {
    display: none;
  }
}
.footer__link {
  display: block;
  width: 25%;
  float: left;
  color: #fff;
  text-decoration: underline;
}
.footer__link:nth-child(2n),
.footer__link:nth-child(4n-1) {
  text-align: center;
}
.footer__link:nth-child(4n) {
  text-align: right;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__link a {
  color: #fff;
  display: block;
}
.footer__copy {
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .footer__copy {
    padding-top: 0;
  }
}
.indexArrow {
  background-color: #fcfcfc;
  width: 85%;
  position: relative;
  padding: 20px 0 20px 25px;
  margin-bottom: 5px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
}
.indexArrow__name {
  font-size: 30px;
  color: #000;
  text-align: center;
}
.indexArrow__name a {
  color: inherit;
}
@media (max-width: 991px) {
  .indexArrow__name {
    font-size: 16px;
  }
  .indexArrow__name a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .indexArrow__name.baseTac {
    font-size: 14px;
  }
  .indexArrow__name.baseTac a {
    font-size: 14px;
  }
}
.indexArrow__link {
  font-size: 19px;
  text-align: center;
  display: block;
  line-height: 2;
  border: 2px solid #ff9000;
  color: #ff9000;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
}
.indexArrow__link:hover {
  background-color: #ff9000;
}
@media (max-width: 991px) {
  .indexArrow__link {
    display: none;
  }
}
.indexArrow__text {
  color: #000;
  font-size: 14px;
  position: relative;
  width: 110%;
  z-index: 2;
}
@media (max-width: 991px) {
  .indexArrow__text {
    display: none;
  }
}
.indexArrow:after {
  content: '';
  position: absolute;
  width: 18%;
  height: 100%;
  right: -18%;
  top: 0;
  background-image: url(../img/arrow-grey.png);
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}
.indexArrow.active,
.indexArrow:hover {
  background: #74E440;
  background: -moz-linear-gradient(left, #74E440 0%, #f49400 100%);
  background: -webkit-linear-gradient(left, #74E440 0%, #f49400 100%);
  background: -webkit-gradient(linear, left top, right top, from(#74E440), to(#f49400));
  background: -o-linear-gradient(left, #74E440 0%, #f49400 100%);
  background: linear-gradient(to right, #74E440 0%, #f49400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74E440', endColorstr='#f49400', GradientType=1);
}
.indexArrow.active .indexArrow__name,
.indexArrow:hover .indexArrow__name,
.indexArrow.active .indexArrow__text,
.indexArrow:hover .indexArrow__text,
.indexArrow.active .indexArrow__link,
.indexArrow:hover .indexArrow__link {
  color: #fff;
}
.indexArrow.active .indexArrow__link,
.indexArrow:hover .indexArrow__link {
  border-color: #fff;
}
.indexArrow.active:after,
.indexArrow:hover:after {
  background-image: url(../img/arrow-orange.png);
}
.indexArrow:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .indexArrow {
    background-color: #e2e2e2;
    width: 45%;
    padding: 6px 4px 0 4px;
    height: 56px;
  }
  .indexArrow:after {
    background-image: url(../img/arrow-grey-fade.png);
  }
  .indexArrow:nth-child(2n) {
    float: right;
    margin-top: 8px;
  }
  .indexArrow:nth-child(2n):hover {
    background: #74E440;
    background: -moz-linear-gradient(left, #f49400 0%, #74E440 100%);
    background: -webkit-linear-gradient(left, #f49400 0%, #74E440 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f49400), to(#74E440));
    background: -o-linear-gradient(left, #f49400 0%, #74E440 100%);
    background: linear-gradient(to right, #f49400 0%, #74E440 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49400', endColorstr='#74E440', GradientType=1);
  }
  .indexArrow:nth-child(2n):after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    right: auto;
    left: -18%;
  }
  .indexArrow:nth-child(2) {
    margin-top: 35px;
  }
  .indexArrow:nth-child(2n - 1) {
    float: left;
    margin-bottom: 12px;
  }
  .indexArrow.active {
    z-index: 1;
    position: relative;
  }
  .indexArrow:hover {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.recallLink,
.recallPhone {
  position: absolute;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .recallLink,
  .recallPhone {
    display: none;
  }
}
.recallLink {
  top: 5px;
  right: 15px;
}
.recallPhone {
  bottom: 5px;
  left: 15px;
}
.indexLogin {
  margin-top: 15px;
  margin-bottom: 25px;
}
.indexLogin__reg {
  float: right;
}
.formHeader {
  font-size: 24px;
}
.formInput {
  display: block;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #cfcfcf;
  padding: 0 5px;
  margin-bottom: 15px;
  width: 100%;
}
.formTextarea {
  border: 1px solid #cfcfcf;
  padding: 15px 5px;
  min-height: 90px;
  line-height: 1.3;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.formButton {
  background-color: #ff9000;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
  border: 0;
  padding: 0 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
  margin-bottom: 15px;
}
.formButton:hover {
  background-color: #e68200;
}
.formButton--full {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.formText {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .formText {
    font-size: 12px;
  }
}
.ticketForm .formInput,
.ticketForm .formTextarea {
  border-color: #000;
  font-size: 12px;
  padding: 0 15px;
}
.ticketForm .formTextarea {
  padding: 10px 15px;
}
.ticketForm .formButton {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .registerForm,
  .loginForm,
  .callbackForm {
    margin-top: 50px;
  }
}
.orangeLine {
  background-color: #ff9000;
  height: 4px;
}
@media (max-width: 991px) {
  .orangeLine {
    display: none;
  }
}
.arrows {
  margin-left: 0;
  margin-right: 0;
}
.indexLogoMobile {
  display: block;
  padding: 25px 0;
  text-align: center;
}
.baseText {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .baseText {
    font-size: 13px;
    padding: 15px 0;
  }
}
.baseText p {
  margin: 15px 0;
}
.baseText__general {
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .baseText__general {
    font-size: 13px;
    margin-right: 0;
  }
}
.baseText__underline {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .baseText.orangeGeneral .baseText__general,
  .baseText.orangeGeneral .baseText__underline {
    color: #c87500;
    text-decoration: none;
  }
}
.baseText ul {
  list-style-type: none;
  padding-left: 0;
}
.baseTac {
  text-align: center;
}
.trackForm {
  padding-top: 25px;
}
.trackTable {
  margin-bottom: 25px;
}
.trackTable thead {
  font-size: 16px;
}
.trackTable thead td {
  padding-bottom: 15px;
}
.trackTable tbody {
  font-size: 14px;
}
.trackTable tbody td {
  padding: 3px 0;
}
.trackTable td:nth-child(1) {
  width: 18%;
}
.trackTable td:nth-child(2) {
  width: 16%;
}
.trackTable td:nth-child(3),
.trackTable td:nth-child(4) {
  width: 33%;
}
@media (max-width: 991px) {
  .trackTable {
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .trackTable thead,
  .trackTable tbody {
    font-size: 10px;
  }
  .trackTable thead,
  .trackTable tbody tr:nth-child(2n) {
    background-color: #efefef;
  }
  .trackTable thead td,
  .trackTable tbody td {
    padding: 7px 5px;
  }
}
.partnersAbout {
  background-color: #000000;
  text-align: center;
  padding: 25px 0;
}
@media (min-width: 480px) {
  .hidden-mbstart {
    display: none;
  }
}
@media (max-width: 480px) {
  .hidden-mbs {
    display: none;
  }
}
@media (max-width: 991px) {
  .mlmr-15px {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.header__contacts{margin-left:65px}
.header__franchising{margin:14px 0 0;display:block}
