@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900|Montserrat:300,400,500,600,700&subset=cyrillic-ext");
* {
  padding: 0;
  margin: 0;
  outline: none !important; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff; }

h1 {
  font-family: 'Merriweather', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333;
  margin: 0 0 36px; }

h2 {
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #98AD22;
  margin: 0 0 30px; }

h3 {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #98AD22;
  margin: 0 0 24px; }

h4 {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #98AD22;
  margin: 0 0 20px; }

p {
  margin: 15px 0;
  }

a {
  color: #ffde00;
  font-weight: 400;
  text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none;
    color: #FFBB00; }
  a[data-fancybox="gallery"], a[data-fancybox="our-hospital"] {
    display: block;
    position: relative; }
    a[data-fancybox="gallery"]:before, a[data-fancybox="our-hospital"]:before {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
    a[data-fancybox="gallery"]:after, a[data-fancybox="our-hospital"]:after {
      content: "\f00e";
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "FontAwesome";
      font-size: 26px;
      color: #fff;
      z-index: 3; }
    a[data-fancybox="gallery"]:hover:before, a[data-fancybox="gallery"]:hover:after, a[data-fancybox="our-hospital"]:hover:before, a[data-fancybox="our-hospital"]:hover:after {
      display: block; }

.btns {
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  color: #604C2F;
  background: #ffde00;
  border: 1px solid #ffde00;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btns:hover {
    border-color: #604C2F;
    background: #604C2F;
    color: #fff; }
  .btns.btns-white {
    background: #fff;
    border-color: #fff;
    color: #604C2F; }
    .btns.btns-white:hover {
      background: #604C2F;
      border-color: #604C2F;
      color: #fff; }

section {
  position: relative;
  padding: 50px 0; }
  section.pb10 {
    padding-bottom: 10px; }
  section.bg-color {
    background: #98AD22;
    color: #fff; }
    section.bg-color h1, section.bg-color h2, section.bg-color h3, section.bg-color h4 {
      color: #fff; }
  section.bg-color-gray {
    background: #f5f5f5; }
    section.bg-color-gray.corner:before {
      border-color: #f5f5f5 transparent transparent transparent; }
  section.corner:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 10; }

.bold {
  font-weight: 700; }

ul, ol {
  margin: 0 0 0 30px;
  padding: 0; }
  ul li, ol li {
    margin-bottom: 15px; }
  ul.clock, ul.times, ul.check, ul.check-white, ol.clock, ol.times, ol.check, ol.check-white {
    margin: 0;
    list-style: none; }
    ul.clock > li:before, ul.times > li:before, ul.check > li:before, ul.check-white > li:before, ol.clock > li:before, ol.times > li:before, ol.check > li:before, ol.check-white > li:before {
      content: "\f017";
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 16px;
      color: #604C2F;
      margin-right: 10px;
      vertical-align: -1px; }
  ul.times > li:before, ol.times > li:before {
    content: "\f05c"; }
  ul.check > li:before, ol.check > li:before {
    content: "\f05d"; }
  ul.check-white > li:before, ol.check-white > li:before {
    content: "\f00c";
    color: #fff; }
    ul li span.show-modal, ol li span.show-modal {
        cursor: pointer;
        text-decoration: underline;
    }
    ul li span.show-modal:hover, ol li span.show-modal:hover {
        text-decoration: none;
    }

iframe {
  border: 0 !important; }
.sert-link {
    margin-bottom: 10px;
}
.list-width {
  max-width: 500px;
  margin: 0 auto; }

.slick-dots {
  margin: 15px 0;
  text-align: center;
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border: 1px solid #ffde00;
      background: transparent;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      width: 15px;
      height: 15px;
      background: #ffde00; }
.form-control.error {
      border-color: #f20 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 34, 0, 0.25) !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 34, 0, 0.25) !important;
  }
.main {
  -webkit-transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .main.move {
    margin: 0 250px 0 -250px; }
    .main.move:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7);
      z-index: 90; }

header {
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 5px -5px #aaa;
          box-shadow: 0 5px 5px -5px #aaa;
  background: #604C2F; }
  header .logo {
    display: block;
    height: 75px;
    background: url("../img/logo.png") no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  header p {
    color: #fff;
    margin: 0;
    font-weight: 500; }
    header p.phones {
      font-size: 18px; }
      header p.phones:before {
        content: "\f095";
        font-family: "FontAwesome";
        font-size: 36px;
        color: #98AD22;
        vertical-align: middle;
        margin-right: 10px; }
  header .address {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #fff;
    padding-left: 35px; }
    header .address:before {
      content: "\f041";
      font-family: "FontAwesome";
      font-size: 36px;
      color: #98AD22;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.header-fixed {
  position: fixed;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #604C2F;
  z-index: 99;
  -webkit-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .header-fixed.move {
    left: -250px; }
  .header-fixed.showed {
    top: 0; }
  .header-fixed .hf-container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto; }
    .header-fixed .hf-container .mini-logo {
      float: left;
      display: block;
      width: 41px;
      height: 40px;
      background: url("../img/mini-logo.png");
      -webkit-background-size: cover;
              background-size: cover;
      margin: 5px 0; }
    .header-fixed .hf-container .hf-nav {
      float: right;
      margin: 14px 0 0 0;
      padding: 0;
      list-style: none; }
      .header-fixed .hf-container .hf-nav li {
        display: inline-block;
        margin-left: 10px; }
        .header-fixed .hf-container .hf-nav li a {
          color: #fff;
          text-decoration: none; }
          .header-fixed .hf-container .hf-nav li a:hover, .header-fixed .hf-container .hf-nav li a.active {
            color: #ffde00; }
    .header-fixed .hf-container .hamburger {
      display: none;
      position: relative;
      float: right;
      width: 32px;
      height: 21px;
      background: none;
      border: none;
      cursor: pointer;
      -webkit-transition: top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      margin-top: 13px;
      z-index: 999; }
      .header-fixed .hf-container .hamburger span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        display: block;
        opacity: 1;
        width: 32px;
        height: 3px;
        background-color: #fff; }
        .header-fixed .hf-container .hamburger span:nth-of-type(1) {
          margin: -9px 0 0; }
        .header-fixed .hf-container .hamburger span:nth-of-type(3) {
          margin: 9px 0 0; }
      .header-fixed .hf-container .hamburger.ham-active span {
        background-color: #ffde00; }
        .header-fixed .hf-container .hamburger.ham-active span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          margin: 0; }
        .header-fixed .hf-container .hamburger.ham-active span:nth-of-type(2) {
          opacity: 0; }
        .header-fixed .hf-container .hamburger.ham-active span:nth-of-type(3) {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg);
          margin: 0; }

.header-content {
  background: url("../img/bg-header.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .header-content .row {
    min-height: 600px; }
    .header-content .row .col-12 {
      padding-top: 30px;
      padding-bottom: 30px;
      background: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
              box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.4);
      -webkit-border-radius: 15px;
              border-radius: 15px; }
    .header-content h3 {
        color: #604C2F;
    }

.advantages {
  display: inline-block;
  margin-bottom: 30px; }
  .advantages i {
    border: 2px solid;
    display: inline-block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 87px;
    font-size: 50px;
    margin-bottom: 15px; }

.how-we-working {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .how-we-working .hww-items {
    color: #604C2F;
    text-align: center; max-width: 180px;}
    .how-we-working .hww-items i {
      border: 2px solid;
      display: inline-block;
      width: 90px;
      height: 90px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      line-height: 87px;
      font-size: 50px;
      margin-bottom: 15px; }
    .how-we-working .hww-items div {
      font-weight: 700; }

.treatments {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 260px;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #98AD22; }
  .treatments img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover; }
  .treatments .description {
    position: absolute;
    top: 204px;
    left: 0;
    right: 0;
    height: 260px;
    padding: 0 15px;
    background: rgba(96, 76, 47, 0.5);
    z-index: 2;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .treatments .description .title {
      font-size: 14px;
      font-weight: 600;
      height: 56px;
      line-height: 22px;
      padding: 5px 0;
      margin-bottom: 10px; }
  .treatments:hover .description {
    top: 0;
    background: #604c2f; }

.conveniently {
  display: inline-block;
  max-width: 230px;
  margin-bottom: 30px; }
  .conveniently i {
    border: 2px solid;
    display: inline-block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 87px;
    font-size: 50px;
    margin-bottom: 15px;
    color: #014E7C; }
  .conveniently .title {
    font-weight: 600;
    margin-bottom: 10px; }
  .conveniently .short {
    font-size: 13px; }

.personal .col-sm-6 {
  margin-bottom: 30px; }

.personal-image {
  max-width: 100%;
  border: 1px solid #98AD22; }

.personal-name {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 700;
  color: #604C2F;
  margin-bottom: 15px; }

.personal-status {
  font-weight: 500;
  margin-bottom: 15px; }

.sertificates {
  max-width: 100%;
  border: 1px solid #98AD22; }

.price-list {
  cursor: pointer; }
  .price-list:after {
    content: "\f103";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 80px;
    line-height: 45px;
    color: #98AD22;
    margin-top: 50px; }
  .price-list.opened:after {
    content: "\f102"; }
  .price-list .price-table-wrapper {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease; }
  .price-list .price-table {
    width: 100%;
    border: 1px solid #604C2F; }
    .price-list .price-table thead {
      background: #604C2F;
      color: #fff; }
    .price-list .price-table tbody tr:nth-child(odd) {
      background: #f5f5f5; }
    .price-list .price-table td {
      padding: 10px;
      text-align: left; }

.reviews-slick {
  max-width: 800px;
  margin: 0 auto; }
  .reviews-slick .text-review {
    margin-bottom: 30px; }
  .reviews-slick .author-review {
    font-weight: 700;
    color: #98AD22;
    margin-bottom: 30px; }

.photo-item {
  padding: 15px; }
  .photo-item a {
    border: 1px solid #98AD22;
    display: block;
    position: relative;
    height: 190px;
    overflow: hidden; }
    .photo-item a img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

footer {
  background: #604C2F;
  padding: 50px 0;
  color: #fff; }
  footer a {
    text-decoration: none; }
  footer .logo {
    display: block;
    height: 70px;
    background: url("../img/logo.png") no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  footer ul {
    margin: 0;
    list-style: none;
    text-align: left;
    }
    footer ul li {
      margin: 0;
      line-height: 1.3; }
      footer ul li a {
        font-size: 12px; }
    footer ul.socials {
        margin: 15px 0;
    }
    footer ul.socials li {
        display: inline-block;
        margin-right: 13px;
    }
    footer ul.socials li a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #98AD22;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    footer ul.socials li a.fb:hover {
         background: #3b5998;
    }
    footer ul.socials li a.vk:hover {
         background: #4c75a3;
    }
    footer ul.seo-nav {
        text-align: center;
        margin: 50px 0 0 0;
    }
    footer ul.seo-nav li {
        display: inline;
        margin-right: 5px;
    }
    footer ul.seo-nav li:last-of-type {
        margin-right: 0;
    }
    footer ul.seo-nav-item {
        text-align: left;
        margin: 0;
    }
.modal-header, .modal-footer {
  border: 0; }
  .modal-header h3, .modal-footer h3 {
    margin: 0; }

.sertificates-img img {
  display: block;
  max-width: 100%;
  margin-top: 15px;
  border: 1px solid #98AD22; }

.client-slick .client-item {
  padding: 0 15px; }
  .client-slick .client-item img {
    max-width: 100%;
    margin: 0 auto; }
#content {
    min-height: 500px;
}
#content h1 {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    color: #98AD22;
    margin: 0 0 30px;
    text-align: center;
}
@media (max-width: 1199px) {
  .photo-item a {
    height: 170px; }
  header .logo {
    height: 51px; }
  .header-fixed .hf-container {
    max-width: 930px; } }

@media (max-width: 991px) {
  .photo-item a {
    height: 180px; }
  .header-fixed {
    -webkit-transition: left 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: left 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: left 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .header-fixed .hf-container {
      max-width: 690px; }
      .header-fixed .hf-container .hf-nav {
        display: block;
        position: absolute;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100vh;
        background: #604C2F;
        margin: 0; }
        .header-fixed .hf-container .hf-nav li {
          display: block;
          padding: 15px 15px 0 15px;
          margin: 0; }
      .header-fixed .hf-container .hamburger {
        display: block; }
    .header-fixed.move {
      left: -250px; } }

@media (max-width: 767px) {
  header .logo {
    display: inline-block;
    width: 290px;
    height: 60px; }
  .advantages {
    margin-bottom: 30px; }
  .sert-link {
    margin-bottom: 30px; }
  .photo-item a {
    height: 250px; }
  footer .logo {
    display: inline-block;
    width: 213px; }
  .header-fixed .hf-container {
    max-width: 510px; }
  .how-we-working {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .how-we-working .hww-items {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 30px; }
      .how-we-working .hww-items:last-of-type {
        margin-bottom: 0; }
  h1 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: unset;
    margin: 0 0 20px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  .header-content .row {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px; 
          padding-left: 15px;
    padding-right: 15px;
  }
    .header-content .row .col-12 {
      padding-top: 15px;
      padding-bottom: 15px; } }

@media (max-width: 575px) {
  h1 {
    font-size: 28px; }
  header .phones, header .address {
    min-width: 206px;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin-bottom: 15px; }
    header .phones:before, header .address:before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .price-list .price-table td {
    padding: 5px;
    font-size: 12px; }
  iframe {
    height: 300px; }
  .header-fixed .hf-container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; }
  .how-we-working .hww-items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none; } 
    .personal-image {
        max-height: 300px;
    }
}

@media (min-width: 768px) {
  .modal-dialog[role="document"] {
    max-width: 700px; } }

.baikal_web {color: #fff; display: inline-block;}.baikal_web .name {color: #fff; font-size: 18px;}.baikal_web a {color: #fff; font-size: 11px; line-height:normal; display: block;}.baikal_web a p {line-height:normal; margin-bottom: 0;}.baikal_web a img {margin-top: 5px;}.baikal_web .left {float: left;}.baikal_web .right {float: right;}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip:hover{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}