@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "common";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

html {
  font-size: 62.5%; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  content: ''; }

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000; }

h1, h2, h3, h4, h5, h6, b {
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

input {
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5; }
  input:focus {
    outline: none; }
  input.tarif {
    display: none; }

textarea {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  overflow: auto;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5; }
  textarea:focus {
    outline: none; }

button {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none; }

.lt {
  overflow: hidden;
  width: 100%; }
  .lt .lt__ctr {
    position: relative;
    max-width: 1004px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px; }
    .lt .lt__ctr::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (max-width: 411px) {
    .lt .lt__ctr {
      padding-left: 11px;
      padding-right: 11px; } }

.top {
  overflow: visible;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 77px;
  background: url("../img/other/ptrn1.jpg") repeat-x;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.55); }
  .top .logo {
    float: left;
    margin-right: -22px; }
  .top .nav {
    float: right; }
  @media screen and (max-width: 766px) {
    .top {
      position: absolute;
      left: 0;
      top: 0; } }

.logo {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 77px;
  color: #fff; }
  .logo b {
    position: relative;
    display: inline-block;
    vertical-align: sub;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid white;
    background-color: #535353; }
    .logo b:before {
      content: '24';
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      padding-bottom: 3px;
      line-height: 1;
      font-size: 3.3rem;
      font-weight: bold;
      color: #fdc22d; }
  @media screen and (max-width: 1022px) {
    .logo {
      font-size: 4.4rem; }
      .logo b {
        width: 50px;
        height: 50px; }
        .logo b:before {
          padding-bottom: 0;
          font-size: 2.8rem; } }

.nav {
  white-space: nowrap;
  margin-right: -12px;
  font-size: 0; }
  .nav .nav__btn {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    display: inline-block;
    padding: 26px 12px 0;
    height: 77px;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 2.1rem;
    line-height: 22px;
    color: #fff; }
    .nav .nav__btn.active {
      background-color: rgba(96, 96, 96, 0.55); }
    .nav .nav__btn:hover {
      color: #fdc22d; }
    .nav .nav__btn span {
      border-bottom: 1px dotted #fdc22d; }
  @media screen and (min-width: 768px) {
    .nav {
      display: block !important; } }
  @media screen and (max-width: 1022px) {
    .nav {
      margin-right: -9px; }
      .nav .nav__btn {
        padding-left: 9px;
        padding-right: 9px;
        text-transform: none; } }
  @media screen and (max-width: 766px) {
    .nav {
      display: none;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      margin-right: 0;
      background-color: #535353;
      border-bottom: 11px solid #666666; }
      .nav .nav__btn {
        display: block;
        height: auto;
        padding: 16px 22px 17px;
        border-bottom: 1px solid #666666; }
        .nav .nav__btn span {
          border-bottom: none; } }

.burger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  top: 16px;
  right: 22px;
  width: 44px;
  height: 44px;
  background-color: #535353;
  outline: 3px solid rgba(255, 255, 255, 0.77); }
  .burger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: white; }
    .burger span:after, .burger span:before {
      content: '';
      position: absolute;
      left: 0;
      width: 26px;
      height: 3px;
      background-color: white; }
    .burger span:before {
      top: 9px; }
    .burger span:after {
      bottom: 9px; }
  @media screen and (max-width: 766px) {
    .burger {
      display: block; } }
  @media screen and (max-width: 411px) {
    .burger {
      right: 11px; } }

.b1 {
  margin-top: 77px;
  background-color: #f6f5f0; }
  .b1 .lt__ctr {
    min-height: 571px; }
  .b1 .b1__coll {
    position: relative;
    z-index: 1;
    margin-right: 288px;
    padding: 22px 0; }
    .b1 .b1__coll .b1__h1 {
      margin-bottom: 22px;
      font-family: "PT Sans Narrow", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 4.8rem;
      line-height: 1.4; }
      .b1 .b1__coll .b1__h1 span {
        background-color: #fdc22d; }
    .b1 .b1__coll .b1__h3 {
      position: relative;
      padding-left: 48px;
      margin-bottom: 16px;
      font-size: 3.3rem;
      line-height: 1.2;
      font-weight: bold; }
      .b1 .b1__coll .b1__h3:before {
        position: absolute;
        left: -9px;
        bottom: -50px;
        width: 55px;
        height: 66px;
        background: url("../img/other/arr.png") 0 0 no-repeat; }
    .b1 .b1__coll .b1__li {
      overflow: hidden;
      padding-left: 48px;
      padding-bottom: 7px; }
      .b1 .b1__coll .b1__li img {
        float: left; }
      .b1 .b1__coll .b1__li p {
        margin-left: 66px;
        padding-top: 12px;
        font-size: 2.2rem;
        line-height: 1.3; }
      .b1 .b1__coll .b1__li span {
        background-color: #fdc22d;
        white-space: nowrap; }
  .b1 .b1__contact {
    position: absolute;
    top: 0;
    right: 22px;
    z-index: 1;
    padding: 22px 0;
    width: 260px;
    text-align: center; }
    .b1 .b1__contact .z-phone-header {
      margin-bottom: 3px;
      font-weight: bold;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 3.1rem;
      line-height: 1.1; }
    .b1 .b1__contact p a {
      color: #639600;
      font-weight: bold;
      border-bottom: 1px dotted green; }
      .b1 .b1__contact p a:hover {
        color: black;
        border-color: black; }
  .b1 .b1__fz {
    position: absolute;
    right: 22px;
    bottom: 0;
    width: 260px;
    height: 409px; }
    .b1 .b1__fz form {
      position: relative;
      z-index: 1;
      padding: 0 22px; }
    .b1 .b1__fz h3 {
      margin-bottom: 9px;
      text-align: center;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 1.8rem;
      line-height: 1.3;
      color: #fff; }
    .b1 .b1__fz p {
      text-align: center;
      font-size: 1.4rem;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.7); }
      .b1 .b1__fz p img {
        margin-right: 4px;
        vertical-align: -3px; }
    .b1 .b1__fz .input {
      margin-bottom: 7px; }
    .b1 .b1__fz .btn {
      width: 100%;
      margin-bottom: 9px; }
    .b1 .b1__fz:before {
      position: absolute;
      left: -1150px;
      bottom: 0;
      width: 1920px;
      height: 571px;
      background: #f6f5f0 url("../img/bg/bg1.jpg") center top no-repeat; }
  @media screen and (max-width: 1022px) {
    .b1 .b1__coll {
      margin-right: 311px; }
      .b1 .b1__coll .b1__h3 {
        padding-left: 0; }
        .b1 .b1__coll .b1__h3:before {
          display: none; }
      .b1 .b1__coll .b1__li {
        padding-left: 0; } }
  @media screen and (max-width: 766px) {
    .b1 .b1__coll {
      margin-right: 0; }
    .b1 .b1__contact {
      position: static;
      width: auto;
      height: auto;
      background-color: #fdc22d;
      margin-left: -22px;
      margin-right: -22px; }
      .b1 .b1__contact h3 {
        line-height: 1.4; }
      .b1 .b1__contact a:hover {
        color: black;
        border-color: black; }
    .b1 .b1__fz {
      background: url("../img/bg/bg2.png") 0 0 no-repeat;
      background-size: cover;
      position: static;
      height: auto;
      width: auto;
      margin-left: -22px;
      margin-right: -22px;
      padding: 22px 0 14px; }
      .b1 .b1__fz h3 {
        margin-bottom: 22px;
        font-size: 2.4rem;
        line-height: 1.3; }
      .b1 .b1__fz .input {
        height: 44px;
        margin-bottom: 14px;
        font-weight: bold; }
      .b1 .b1__fz .btn {
        margin-bottom: 11px;
        line-height: 44px; }
      .b1 .b1__fz:before {
        display: none; } }
  @media screen and (max-width: 411px) {
    .b1 .b1__coll .b1__h1 {
      font-size: 4rem; }
    .b1 .b1__contact {
      margin-left: -11px;
      margin-right: -11px; }
    .b1 .b1__fz {
      margin-left: -11px;
      margin-right: -11px; }
      .b1 .b1__fz form {
        padding: 0 11px; } }

.b2 {
  position: relative;
  background-color: #fff;
  /*box-shadow: 0 0 55px rgba(0, 0, 0, 0.33);*/
  margin-top: -22px; }
  .b2 .b2__bg {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -11px;
    background-color: black;
    width: 1280px;
    height: 729px; }
    .b2 .b2__bg .bg__js {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .b2 .b2__bg:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    .b2 .b2__bg.-mobile {
      display: none; }
  .b2 .ttl {
    padding-top: 55px;
    margin-bottom: 66px;
    color: #000; }
  .b2 .b2__wrp::after {
    clear: both;
    content: "";
    display: table; }
  .b2 .b2__cll {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    margin-bottom: 33px; }
    .b2 .b2__cll:last-child {
      margin-right: 0; }
    .b2 .b2__cll:nth-child(2n) {
      margin-right: 0; }
    .b2 .b2__cll:nth-child(2n+1) {
      clear: left; }
    .b2 .b2__cll img {
      float: left;
      width: 88px;
      height: 88px;
      border: 4px solid #fdc22d;
      border-radius: 12px; }
    .b2 .b2__cll section {
      margin-left: 107px; }
    .b2 .b2__cll h3 {
      margin-bottom: 11px;
      text-transform: uppercase;
      font-family: "PT Sans Narrow", sans-serif;
      font-weight: bold;
      font-size: 2.4rem;
      line-height: 1.3;
      color: #000; }
    .b2 .b2__cll p {
      font-size: 1.6rem;
      line-height: 1.4;
      color: #000; }
  @media screen and (max-width: 1022px) {
    .b2 {
      margin-top: 0;
      background-color: white;
      box-shadow: none; }
      .b2 .b2__bg {
        display: none; }
      .b2 .ttl {
        color: black; }
      .b2 .b2__cll h3, .b2 .b2__cll p {
        color: black; } }
  @media screen and (max-width: 766px) {
    .b2 {
      margin-top: 0; }
      .b2 .b2__bg {
        display: none; }
      .b2 .ttl {
        margin-bottom: 33px; }
      .b2 .b2__cll {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .b2 .b2__cll:nth-child(2n) {
          margin-right: 2.35765%; }
        .b2 .b2__cll:nth-child(2n+1) {
          clear: none; }
        .b2 .b2__cll:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 411px) {
    .b2 .b2__cll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .b2 .b2__cll:nth-child(2n) {
        margin-right: 2.35765%; }
      .b2 .b2__cll:nth-child(2n+1) {
        clear: none; }
      .b2 .b2__cll:last-child {
        margin-right: 0; }
      .b2 .b2__cll img {
        width: 55px;
        height: 55px; }
      .b2 .b2__cll section {
        margin-left: 66px; } }

.b3 {
  padding: 44px 0; }
  .b3 .ttl {
    margin-bottom: 44px; }
  .b3 .btn {
    margin: 9px 0 16px;
    border-width: 4px;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.22);
    font-size: 2.2rem;
    line-height: 48px; }
  .b3 .slick .slick-disabled {
    opacity: .22; }
  .b3 .slick .slick-arrow {
    top: 30px;
    font-weight: bold; }
    .b3 .slick .slick-arrow:before {
      background-color: transparent; }
  .b3 .b3__col {
    padding: 2px;
    text-align: center; }
  .b3 .b3__tarif-ttl {
    background: url("../img/bg/bg3.jpg") center center no-repeat;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    background-size: 101% 100%;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 3rem;
    line-height: 92px;
    font-weight: bold;
    color: #fff; }
  .b3 .b3__tarif-ttl_1 {
    display: inline-block;
    border: 3px solid rgba(83, 83, 83, 0.11);
    border-radius: 6px;
    padding: 0 13px;
    margin: 22px 0 18px;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: bold; }
  .b3 .b3__tarif-price {
    background: url("../img/bg/bg4.jpg") center center no-repeat;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    background-size: 101% 100%;
    margin-bottom: 6px;
    border-radius: 4px;
    padding-top: 6px;
    height: 66px;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1; }
    .b3 .b3__tarif-price s {
      font-weight: normal;
      font-size: 1.8rem;
      line-height: 1.3; }
  .b3 .b3__tarif-wrp {
    background-color: #f2f2f2;
    border-radius: 6px; }
  .b3 .b3__tarif-wrp-1 {
    min-height: 677px;
    padding-bottom: 22px; }
  .b3 .b3__tarif-string {
    padding: 16px 18px;
    border-bottom: 3px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.3; }
    .b3 .b3__tarif-string b {
      font-weight: bold; }
  .b3 .b3__tarif-ul {
    padding: 0 18px; }
    .b3 .b3__tarif-ul + .b3__tarif-ul {
      margin-top: 16px; }
  .b3 .b3__tarif-li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.3; }
    .b3 .b3__tarif-li + .b3__tarif-li {
      margin-top: 2px; }
    .b3 .b3__tarif-li:before {
      height: 0;
      width: 0;
      border-bottom: 4.5px solid transparent;
      border-left: 7px solid #fdc22d;
      border-top: 4.5px solid transparent;
      display: inline-block;
      margin-right: 4px;
      vertical-align: -1px; }
  @media screen and (max-width: 766px) {
    .b3 .ttl {
      margin-bottom: 33px; } }
  @media screen and (max-width: 544px) {
    .b3 .b3__tarif-wrp-1 {
      min-height: 11px; } }

.b4 {
  padding: 55px 0 11px; }
  .b4 .ttl {
    margin-bottom: 33px; }
  .b4 .b4__cap {
    margin: 0 auto 22px;
    max-width: 477px;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.6; }
  .b4 .b4__wrp {
    text-align: center;
    font-size: 0; }
    .b4 .b4__wrp img {
      display: inline-block; }
  @media screen and (max-width: 768px) {
    .b4 {
      padding-bottom: 33px; }
      .b4 .b4__wrp {
        margin: 0 -22px; }
        .b4 .b4__wrp img {
          -webkit-transform: scale(0.77);
          -moz-transform: scale(0.77);
          -ms-transform: scale(0.77);
          -o-transform: scale(0.77);
          transform: scale(0.77);
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
          -o-transform-origin: 50% 0;
          transform-origin: 50% 0;
          margin: 0 -22px -22px; } }

.b5 {
  height: 633px;
  padding: 88px 0 0;
  background: url("../img/bg/bg5.jpg") center bottom no-repeat; }
  .b5 .lt__ctr {
    max-width: 737px; }
  .b5 .b5__wrp {
    text-align: center;
    width: 500px; }
  .b5 .b5__ttl {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.3; }
  .b5 .b5__cap {
    margin: 3px 0 66px;
    font-size: 1.8rem;
    line-height: 1.5; }
  .b5 .b5__form {
    padding: 0 77px; }
    .b5 .b5__form .input {
      margin-bottom: 11px; }
    .b5 .b5__form .btn {
      width: 100%; }
  @media screen and (max-width: 766px) {
    .b5 {
      height: auto;
      padding: 22px 0 33px;
      background: url("../img/bg/bg2.png") center top no-repeat;
      background-size: cover; }
      .b5 .b5__wrp {
        width: 100%; }
      .b5 .b5__ttl {
        white-space: normal;
        color: #fff; }
      .b5 .b5__cap {
        margin-bottom: 22px;
        color: #fff; }
      .b5 .b5__form {
        padding: 0; } }

.b6 {
  padding: 44px 0; }
  .b6 .ttl {
    margin-bottom: 28px; }
  .b6 .b6__cap {
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.6; }
  .b6 .slick .slick-arrow {
    top: 311px; }
    .b6 .slick .slick-arrow:before {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      background-color: #cc2a2e;
      background-image: -webkit-linear-gradient(#cc2a2e, #af151a);
      background-image: linear-gradient(#cc2a2e, #af151a);
      display: block;
      opacity: .7;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 3px solid white;
      box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.33);
      text-align: center;
      font-family: "common";
      font-size: 1.8rem;
      line-height: 38px;
      color: #fff; }
    .b6 .slick .slick-arrow:hover::before {
      opacity: 1; }
    .b6 .slick .slick-arrow.slick-prev:before {
      text-indent: -2px; }
    .b6 .slick .slick-arrow.slick-next:before {
      text-indent: 2px; }
  @media screen and (max-width: 766px) {
    .b6 .slick .slick-arrow {
      top: 111px; } }

.b7 {
  padding: 55px 0 55px; }
  .b7 .ttl {
    margin-bottom: 44px; }
  .b7 .b7__media {
    position: relative;
    overflow: hidden;
    outline: 2px solid black;
    border: 2px solid black;
    padding-bottom: 50%;
    height: 0; }
    .b7 .b7__media iframe {
      position: absolute;
      height: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .b7 .b7__wrapper {
    background-color: black;
    outline: 2px solid black; }
    .b7 .b7__wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .b7 .b7__cll {
    float: left;
    width: 50%;
    height: 244px; }
    .b7 .b7__cll::after {
      clear: both;
      content: "";
      display: table; }
  .b7 .b7__item {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    border: 2px solid black;
    background-color: #fdc22d;
    overflow: hidden; }
    .b7 .b7__item.b7__item--small {
      width: 50%;
      height: 50%; }
    .b7 .b7__item:hover .b7__item-name section {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
      -moz-transition: -moz-transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
      transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
      opacity: 1; }
    .b7 .b7__item:hover .imgbg {
      width: calc(100% - 22px);
      height: calc(100% - 22px); }
      .b7 .b7__item:hover .imgbg:after {
        opacity: .8; }
  .b7 .b7__item-link {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .b7 .b7__item-link + .b7__item-link {
      display: none; }
  .b7 .b7__item-name {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 22px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff; }
    .b7 .b7__item-name section {
      -webkit-transform: translateY(18px);
      -moz-transform: translateY(18px);
      -ms-transform: translateY(18px);
      -o-transform: translateY(18px);
      transform: translateY(18px);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      opacity: 0; }
    .b7 .b7__item-name .h3 {
      font-size: 1.8rem;
      line-height: 1.3;
      font-weight: bold; }
      .b7 .b7__item-name .h3 + p {
        margin-top: 4px; }
  .b7 .imgbg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px); }
    .b7 .imgbg:after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0; }
  .b7 .pgn__btn-wrp {
    padding: 12px 0 0;
    font-size: 0; }
  .b7 .pgn__btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 44px;
    font-weight: bold; }
    .b7 .pgn__btn.pgn__btn--active {
      background-color: #fdc944; }
  @media screen and (max-width: 766px) {
    .b7 .b7__cll {
      width: 100%; }
    .b7 .b7__item-link {
      display: none; }
      .b7 .b7__item-link + .b7__item-link {
        display: block; } }

.b8 {
  height: 644px;
  padding-top: 55px;
  background: url("../img/bg/bg6.jpg") center bottom no-repeat;
  border-bottom: 1px solid #cdcdcd; }
  .b8 .b8__ttl {
    margin-bottom: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 4.4rem;
    line-height: 1.1;
    color: #fdc22d; }
  .b8 .b8__ctr {
    max-width: 722px;
    margin: 0 auto; }
  .b8 .b8__form {
    width: 384px;
    padding: 92px 7px 22px;
    text-align: center; }
    .b8 .b8__form h3 {
      margin-bottom: 11px;
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.3;
      color: #fff; }
    .b8 .b8__form p {
      font-size: 1.5rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.77); }
      .b8 .b8__form p img {
        vertical-align: -2px; }
  .b8 .input {
    margin-bottom: 11px; }
  .b8 .btn {
    width: 100%;
    margin-bottom: 9px; }
  @media screen and (max-width: 766px) {
    .b8 {
      height: auto;
      padding-top: 0;
      background-image: none; }
      .b8 .b8__ttl {
        display: none; }
      .b8 .b8__form {
        background: url("../img/bg/bg2.png") center top no-repeat;
        background-size: cover;
        width: auto;
        padding: 22px 22px 11px;
        margin-left: -22px;
        margin-right: -22px; }
        .b8 .b8__form h3 {
          margin-bottom: 22px; } }
  @media screen and (max-width: 411px) {
    .b8 .b8__form {
      padding: 22px 11px 22px;
      margin-left: -11px;
      margin-right: -11px; } }

.b9 {
  position: relative;
  background-color: #e8e6eb; }
  .b9 .lt__ctr {
    height: 222px; }
  .b9 .b9__logo {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 266px;
    left: 22px;
    font-size: 1.4rem;
    line-height: 1.6; }
    .b9 .b9__logo .logo {
      color: #000;
      text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.44); }
      .b9 .b9__logo .logo b {
        background-color: black;
        border-color: #fdc22d;
        border-width: 4px; }
        .b9 .b9__logo .logo b:before {
          padding-bottom: 1px;
          font-size: 3rem; }
  .b9 .b9__phone {
    width: 288px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .b9 .b9__phone p {
      font-size: 1.4rem;
      line-height: 1.6; }
    .b9 .b9__phone h3 {
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 4rem;
      line-height: 1.3;
      font-weight: bold; }
    .b9 .b9__phone a {
      border-style: dotted; }
  .b9 .b9__contact {
    width: 222px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px; }
    .b9 .b9__contact p {
      font-size: 1.4rem;
      line-height: 2; }
    .b9 .b9__contact b {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
      font-family: "common";
      font-size: 1.8rem;
      line-height: 1; }
    .b9 .b9__contact a {
      border-style: dotted; }
  .b9:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.33); }
  @media screen and (max-width: 1022px) {
    .b9 .lt__ctr {
      height: 244px; }
    .b9 .b9__logo {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      top: 22px; }
    .b9 .b9__phone {
      -webkit-transform: translateX(0) translateY(0);
      -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
      -o-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
      top: 22px; }
    .b9 .b9__contact {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      top: 155px;
      left: 50%;
      right: auto; } }
  @media screen and (max-width: 766px) {
    .b9 {
      padding: 33px 0 11px; }
      .b9 .lt__ctr {
        height: auto; }
      .b9 .b9__logo,
      .b9 .b9__phone,
      .b9 .b9__contact {
        position: static;
        margin-bottom: 22px;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0); } }

.b10 {
  padding-top: 155px;
  padding-bottom: 77px; }
  .b10 .ttl {
    margin-bottom: 55px; }
  .b10 p {
    margin-bottom: 22px;
    font-size: 1.5rem;
    line-height: 1.5; }
    .b10 p b {
      font-weight: bold; }
  .b10 h3 {
    margin-top: 33px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4; }
  @media screen and (max-width: 411px) {
    .b10 .ttl {
      font-size: 3.6rem;
      line-height: 1.3; }
      .b10 .ttl span:before, .b10 .ttl span:after {
        display: none; } }

.case {
  padding: 22px 22px 0;
  background-color: #f1f1f1;
  border-radius: 4px; }
  .case::after {
    clear: both;
    content: "";
    display: table; }
  .case + .case {
    margin-top: 33px; }
  .case [class*="case__col"] {
    margin-bottom: 1.5em; }
    .case [class*="case__col"] > * + * {
      margin-top: .8em; }
  .case .case__col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: center; }
    .case .case__col:last-child {
      margin-right: 0; }
  .case .case__col_1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .case .case__col_1:last-child {
      margin-right: 0; }
    .case .case__col_1 > * + * {
      margin-top: 1.6em; }
  .case .case__col_2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .case .case__col_2:last-child {
      margin-right: 0; }
  .case .case__cll {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .case .case__cll:last-child {
      margin-right: 0; }
  .case .case__cll_1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .case .case__cll_1:last-child {
      margin-right: 0; }
  .case .case__ava {
    max-width: 144px;
    border-radius: 50%;
    border: 3px solid #fdc22d;
    margin: 0 auto; }
  .case .case__prev {
    display: block;
    border: 3px solid #9f9f9f;
    border-radius: 4px;
    width: 100%; }
  .case .case__ttl {
    padding-bottom: 1px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold; }
  .case .case__ttl_1 {
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4; }
  .case .case__ttl-wrp {
    margin-bottom: 5px;
    background-color: #fdc944;
    border-radius: 4px;
    padding: 7px 11px; }
    .case .case__ttl-wrp::after {
      clear: both;
      content: "";
      display: table; }
  .case .case__txt-wrp {
    margin-top: 5px;
    background-color: #fff;
    border-radius: 4px;
    padding: 7px 11px; }
    .case .case__txt-wrp::after {
      clear: both;
      content: "";
      display: table; }
  .case .case__txt {
    font-size: 1.5rem;
    line-height: 1.5; }
    .case .case__txt b {
      font-weight: bold; }
    .case .case__txt + .case__txt {
      margin-top: 11px; }
  .case .case__minus, .case .case__plus {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    color: #639600; }
    .case .case__minus.case__minus, .case .case__plus.case__minus {
      color: #c9292d; }
    .case .case__minus span, .case .case__plus span {
      border-radius: 4px;
      background-color: #eee; }
  .case .btn {
    display: block;
    margin: 11px -3px 0;
    box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.22);
    text-align: center;
    font-size: 2rem;
    line-height: 48px; }
  @media screen and (max-width: 766px) {
    .case {
      padding-top: 2em; }
      .case [class*="case__col"] {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .case [class*="case__col"]:last-child {
          margin-right: 0; }
        .case [class*="case__col"].case__col p {
          display: none; } }
  @media screen and (max-width: 411px) {
    .case {
      padding-left: 11px;
      padding-right: 11px; } }

.pgn {
  position: relative; }
  .pgn .pgn__btn-wrp {
    display: none; }
  @media screen and (max-width: 766px) {
    .pgn .pgn__content {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translateY(22px);
      -moz-transform: translateY(22px);
      -ms-transform: translateY(22px);
      -o-transform: translateY(22px);
      transform: translateY(22px);
      opacity: 0; }
      .pgn .pgn__content.pgn__content--active {
        -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
        -moz-transition: -moz-transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
        transition: transform 1.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      .pgn .pgn__content.pgn__content--hidden {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0; }
    .pgn .pgn__btn-wrp {
      display: block; } }

.pp {
  width: 100%;
  max-width: 388px;
  margin: 33px auto; }
  .pp .mfp-close {
    top: -33px;
    right: -33px; }
    .pp .mfp-close:active {
      top: -32px; }
  .pp .pp__wrapper {
    padding: 22px 33px 33px;
    background: url("../img/bg/bg2.png") 0 0 no-repeat;
    background-size: cover;
    border-radius: 6px; }
  .pp .pp__ttl {
    margin-bottom: 18px;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff; }
  .pp .pp__ttl_1 {
    margin-bottom: 18px;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    line-height: 1.3;
    color: #fff; }
  .pp .input {
    height: 44px;
    margin-bottom: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.6rem; }
  .pp .btn {
    width: 100%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    line-height: 44px; }
  @media screen and (max-width: 768px) {
    .pp .mfp-close {
      top: -38px;
      right: -17px; }
      .pp .mfp-close:active {
        top: -37px; } }
  @media screen and (max-width: 411px) {
    .pp form {
      padding-left: 22px;
      padding-right: 22px; } }

.pp1 {
  width: calc(100% - 44px);
  margin: 33px auto; }
  .pp1 .mfp-close {
    top: -33px;
    right: -33px; }
    .pp1 .mfp-close:active {
      top: -32px; }
  .pp1 .pp1__wrapper {
    height: calc(100vh - 66px); }
  .pp1 .pp1__iframe {
    width: 100%;
    height: 100%;
    background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .pp1 {
      width: 100%; }
      .pp1 .mfp-close {
        display: none; } }

.slick .slick-arrow {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 88;
  top: 11px; }
  .slick .slick-arrow:before {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #1c1c1c;
    text-align: center;
    font-family: "common";
    font-size: 3.3rem;
    line-height: 33px;
    color: #fff; }
  .slick .slick-arrow.slick-prev {
    left: 2px; }
    .slick .slick-arrow.slick-prev:before {
      content: 'i'; }
  .slick .slick-arrow.slick-next {
    right: 2px; }
    .slick .slick-arrow.slick-next:before {
      content: 'j'; }
.slick .slick-dots {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -33px;
  white-space: nowrap;
  font-size: 0; }
  .slick .slick-dots li {
    display: inline-block; }
  .slick .slick-dots button {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0; }
    .slick .slick-dots button::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.3);
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
    .slick .slick-dots button:hover::before {
      background-color: rgba(0, 0, 0, 0.9); }
  .slick .slick-dots li.slick-active button::before {
    cursor: default;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid black;
    background-color: transparent; }

.ttl {
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold; }
  .ttl span:before, .ttl span:after {
    padding: 0 11px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 5.5rem;
    line-height: .1;
    color: #fdc22d; }
  .ttl span:before {
    content: '{'; }
  .ttl span:after {
    content: '}'; }
  @media screen and (max-width: 766px) {
    .ttl span:before, .ttl span:after {
      padding: 0 4px;
      font-size: 5rem; } }

.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto; }

.picture {
  max-width: 100%; }

.imgbg {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden; }
  .imgbg .imgbg__path {
    display: none; }
  .imgbg .imgbg__mask {
    opacity: 0;
    display: block;
    width: 100%; }

.input {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 3px solid #fdc22d;
  padding: 0 11px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.8rem;
  color: black; }

.btn {
  background-color: #cc2a2e;
  background-image: -webkit-linear-gradient(#cc2a2e, #af151a);
  background-image: linear-gradient(#cc2a2e, #af151a);
  border-radius: 4px;
  display: inline-block;
  border: 2px solid white;
  padding: 0 18px;
  font-weight: bold;
  white-space: nowrap;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.8rem;
  line-height: 40px;
  color: #fff; }
  .btn:hover {
    background-color: #fed130;
    background-image: -webkit-linear-gradient(#fed130, #fd9e28);
    background-image: linear-gradient(#fed130, #fd9e28);
    color: black; }

.link {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  color: #639600;
  border-bottom: 1px solid rgba(99, 150, 0, 0.33); }
  .link:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    color: #c9292d;
    border-bottom-color: rgba(201, 41, 45, 0.33); }

.spacre {
  height: 44px; }
  .spacre::after {
    clear: both;
    content: "";
    display: table; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  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: 1043;
  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: transparent; }
  .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; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close {
  color: #fff !important; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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; }

/*# sourceMappingURL=style.css.map */

.whatsapp {
    position: fixed;
    bottom: 110px;
    right: 25px;
    z-index: 500;
    display: block;
}
.whatsapp img {
    display: block;
    width: 70px;
    transition: 300ms;
}
.whatsapp span {
    background: rgba(0,0,0,0.9);
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    transition: 300ms;
}
.whatsapp i {
    background: rgba(80,201,93,0.8);
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    position: absolute;
    top: calc(100% + 5px);
    left: -10px;
    font-weight: bold;
    white-space: nowrap;
    font-style: normal;
    transition: 300ms;
}