@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-Thin.ttf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'PFSquareSansPro';
  src: url("../fonts/PFSans/PFSquareSansPro-XBlack.ttf");
  font-weight: 900;
  font-style: normal; }

* {
  box-sizing: border-box;
  line-height: 1.2;
  font-family: 'PFSquareSansPro', sans-serif;
  outline: 0;
  
  font-weight: normal;
  outline: none !important; }

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #f8f8f8; }

body a {
  cursor: pointer; }
  body a:hover, body a:focus {
    text-decoration: none; }

button,
input,
textarea,
button:focus {
  outline: none; }

input {
  outline: none; }

select {
  appearance: none;
  -moz-appearance: text-indent;
  cursor: pointer; }

p {
  font-size: 16px; }

img {
  max-width: 100%; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body.open-menu {
  overflow: hidden; }

@media only screen and (min-width: 1680px) {
  body .container {
    width: 1550px; } }

@media only screen and (min-width: 1199px) {
  body .container {
    width: 1170px; } }

#modal-bonus table {
  margin-bottom: 20px; }

#modal-bonus th, #modal-bonus td {
  padding: 10px;
  border: 2px solid #eaeaea; }

/*HEADER*/
header {
  position: static;
  background: white;
  top: 0;
  width: 100%;
  left: 0;
  padding: 24px 0 20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99; }
  @media only screen and (max-width: 1680px) {
    header {
      padding: 18px 0; } }
  @media only screen and (max-width: 1199px) {
    header {
      padding: 15px 0; } }
  header.header__yo {
    padding-bottom: 24px; }
    @media only screen and (max-width: 1680px) {
      header.header__yo {
        padding-bottom: 24px; } }
    @media only screen and (max-width: 1199px) {
      header.header__yo {
        padding-bottom: 21px; } }
    @media only screen and (max-width: 991px) {
      header.header__yo {
        padding-bottom: 15px; } }

    header.active .main__menu {
      position: fixed;
      left: 0;
      top: 0;
      background: white;
      width: 100%;
      z-index: 120;
      /* padding-top: 120px;  */
    } 
 
    header .main__menu {
      position: fixed;
      left: -100%;
      top: 0;
      background: transparent;
      width: 100%;
      height: 100vh;
      z-index: 99;
      /* padding-top: 25px; */
      padding-left: 0; } 
  header .wrap__header__inner {
    position: static;
    z-index: 99;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 1680px) {
      header .wrap__header__inner {
        padding-left: 0;
        margin-left: -30px;
        width: calc(100% + 30px); } }
    @media only screen and (max-width: 991px) {
      header .wrap__header__inner {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        padding-left: 15px; } }
    header .wrap__header__inner .nav {
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
      text-align: center; 
      position: relative;
      top: 50%;
      transform: translateY(-50%);
    }
    @media only screen and (max-width: 767px) {
      header .wrap__header__inner .nav  {
        top: 0;
        transform: translateY(0);
        padding-top: 120px;
      } }

      header .wrap__header__inner .nav li {
        list-style: none;
        display: block;
      }
     
        @media only screen and (max-width: 991px) {
          header .wrap__header__inner .nav li {
            display: block;
            text-align: center;
            margin: 0 auto;
            max-width: 300px;
            padding: 0; } }
        header .wrap__header__inner .nav li a {
          background: transparent;
          color: #d3d3d3;
          font-weight: bold;
          font-size: 42px;
          display: block;
          padding: 14px 0;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          background: transparent;
          position: relative; }
          @media only screen and (max-width: 1440px) {
            header .wrap__header__inner .nav li a {
              font-size: 34px; } }
          @media only screen and (max-width: 1199px) {
            header .wrap__header__inner .nav li a {
              font-size: 30px; } }
          @media only screen and (max-width: 991px) {
            header .wrap__header__inner .nav li a {
                font-size: 22px; 
                padding: 10px 0;
              } }
         
          header .wrap__header__inner .nav li a::before {
            display: block;
            position: absolute;
            content: "";
            width: 0;
            height: 3px;
            background: #e11e25;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            transition: 0.3s ease; }
           
         
          header .wrap__header__inner .nav li a:hover, header .wrap__header__inner .nav li a:focus {
            color: #411110; }
            header .wrap__header__inner .nav li a:hover::before, header .wrap__header__inner .nav li a:focus::before {
              display: block;
              position: absolute;
              content: "";
              width: 25px;
              height: 3px;
              background: #e11e25;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0; }
          
        header .wrap__header__inner .nav li.menu__current__item a {
          color: #411110; }
          header .wrap__header__inner .nav li.menu__current__item a::before {
            display: block;
            position: absolute;
            content: "";
            width: 25px;
            height: 3px;
            background: #e11e25;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0; }
         
           
  header .wrapper-logos {
    padding-right: 0; }
    @media only screen and (max-width: 991px) {
      header .wrapper-logos {
        text-align: center; } }
    header .wrapper-logos .logo {
      z-index: 9999;
      position: relative;
      display: block;
      line-height: inherit;
      max-width: 60px; }
  header .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }

    @media only screen and (max-width: 991px) {
      header .wrap-burger {
        display: inline-block; } }
  header .burger {
    width: 40px;
    margin: 0 0 0 auto;
    padding: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    z-index: 150; }
    @media only screen and (max-width: 991px) {
      header .burger {
        width: 35px;
       } }
  
    header .burger span {
      display: block;
      width: 100%;
      height: 4px;
      background: black;
      margin: 4px 0; 
      transition: 0.2s ease;  
    }
      header .burger span:first-child {
        width: 65%;
        margin: 4px auto 4px 0;
      }
      header .burger span:last-child {
        width: 65%;
        margin: 4px 0 4px auto;
      }
      header .burger:hover span:first-child,
      header .burger:hover span:last-child {
        width: 100%;
      }

      header .burger.active span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); 
        width: 100%;
    }
      header .burger.active span:nth-child(2) {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      header .burger.active span:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -16px; 
        width: 100%;}
  header .header__btn {
    white-space: nowrap;
    position: relative;
    z-index: 9999; 
    margin: 0 0 0 auto;
  }
    @media only screen and (max-width: 991px) {
      header .header__btn {
        margin: 0 auto; } }
    header .header__btn .header__facebook {
      display: inline-block;
      vertical-align: middle;
      border-radius: 30px;
      background: #f5f5f5;
      padding: 13px 17px;
      margin-right: 12px; }
      header .header__btn .header__facebook:hover, header .header__btn .header__facebook:focus {
        background: #f0f0f0; }
      @media only screen and (max-width: 1680px) {
        header .header__btn .header__facebook {
          padding: 13px 15px; } }
      @media only screen and (max-width: 991px) {
        header .header__btn .header__facebook {
          padding: 10px 14px; } }
          @media only screen and (max-width: 479px) {
            header .header__btn .header__facebook {
             margin-right: 5px;} }
      header .header__btn .header__facebook svg {
        width: 20px;
        height: 20px; }
        @media only screen and (max-width: 991px) {
          header .header__btn .header__facebook svg {
            width: 15px;
            height: 15px; } }
    header .header__btn .wrap-translate {
      display: inline-block;
      vertical-align: middle;
      background: #f5f5f5;
      border-radius: 30px;
      position: relative; }
      header .header__btn .wrap-translate:after {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        content: "";
        width: 15px;
        height: 15px;
        background: url(../img/icons/if_arrow-down-01_186411.svg) no-repeat;
        background-position: center;
        background-size: 100%; }
        @media only screen and (max-width: 1199px) {
          header .header__btn .wrap-translate:after {
            right: 15px; } }
      header .header__btn .wrap-translate select {
        border-radius: 30px;
        z-index: 5;
        padding: 15px 38px 15px 25px;
        font-size: 18px;
        font-weight: bold;
        background: transparent;
        border: 0;
        position: relative; }
        header .header__btn .wrap-translate select:hover, header .header__btn .wrap-translate select:focus {
          background: #f0f0f0; }
        @media only screen and (max-width: 1680px) {
          header .header__btn .wrap-translate select {
            padding: 13px 34px 13px 20px; } }
        @media only screen and (max-width: 1199px) {
          header .header__btn .wrap-translate select {
            padding: 10px 34px 10px 16px;
            font-size: 16px; } }

header.active .menu {
  top: 0; }
  header .wrap__header__inner .nav li {
    transform: translateX(-100%)
  }
  header.active .wrap__header__inner .nav li {
    transform: translateX(0)
  }
  header .wrap__header__inner .nav li:nth-child(2) {
    transition-delay: 0.05s;
  }
  header .wrap__header__inner .nav li:nth-child(3) {
    transition-delay: 0.1s;
  }
  header .wrap__header__inner .nav li:nth-child(4) {
    transition-delay: 0.15s;
  }
  header .wrap__header__inner .nav li:nth-child(5) {
    transition-delay: 0.2s;
  }
  header .wrap__header__inner .nav li:nth-child(6) {
    transition-delay: 0.25s;
  }
  header .wrap__header__inner .nav li:nth-child(7) {
    transition-delay: 0.3s;
  }
  header .wrap__header__inner .nav li:nth-child(8) {
    transition-delay: 0.35s;
  }


/*HOME*/
/*Banner*/
.banner {
  padding-bottom: 165px; }
  @media only screen and (max-width: 1199px) {
    .banner {
      padding-bottom: 120px; } }
  .banner .container {
    position: relative;
    height: 435px; }
    @media only screen and (max-width: 1680px) {
      .banner .container {
        height: 400px; } }
    @media only screen and (max-width: 1199px) {
      .banner .container {
        height: 320px; } }
    @media only screen and (max-width: 767px) {
      .banner .container {
        height: 250px; } }
  .banner .banner__inner {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .banner .banner__inner {
        transform: translate(0); } }
  .banner h1 {
    font-size: 54px;
    color: white;
    font-weight: bold;
    line-height: 0.864;
    max-width: 920px;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 1680px) {
      .banner h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 1199px) {
      .banner h1 {
        font-size: 36px;
        max-width: 650px; } }
    @media only screen and (max-width: 767px) {
      .banner h1 {
        font-size: 28px; } }

/*caffeine*/
.caffeine .caffeine__inner {
  background: white;
  border-radius: 10px;
  margin-top: -168px;
  padding: 75px 70px; }
  @media only screen and (max-width: 1680px) {
    .caffeine .caffeine__inner {
      padding: 60px 55px; } }
  @media only screen and (max-width: 1199px) {
    .caffeine .caffeine__inner {
      margin-top: -120px;
      padding: 40px 35px; } }
  @media only screen and (max-width: 767px) {
    .caffeine .caffeine__inner {
      padding: 25px 15px; } }
  .caffeine .caffeine__inner h2 {
    font-size: 48px;
    margin: 0 0 45px;
    color: #ed1c24;
    font-weight: bold;
    line-height: 1;
    max-width: 60%; }
    @media only screen and (max-width: 1680px) {
      .caffeine .caffeine__inner h2 {
        font-size: 38px;
        max-width: 65%;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 1199px) {
      .caffeine .caffeine__inner h2 {
        font-size: 34px;
        margin: 0 0 30px;
        max-width: 70%; } }
    @media only screen and (max-width: 767px) {
      .caffeine .caffeine__inner h2 {
        max-width: 100%;
        font-size: 26px;
        margin: 0 0 20px; } }
  .caffeine .caffeine__inner p {
    font-size: 20px;
    color: #411110;
    line-height: 1.6;
    margin: 0;
    text-align: justify; }
    @media only screen and (max-width: 1680px) {
      .caffeine .caffeine__inner p {
        font-size: 18px; } }
    @media only screen and (max-width: 1199px) {
      .caffeine .caffeine__inner p {
        font-size: 16px; } }

/*asukoht*/
.asukoht {
  padding: 100px 0 110px; }
  @media only screen and (max-width: 1680px) {
    .asukoht {
      padding: 90px 0 95px; } }
  @media only screen and (max-width: 1199px) {
    .asukoht {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .asukoht {
      padding: 45px 0; } }
  .asukoht h2 {
    font-size: 48px;
    color: #421312;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 40px; }
    @media only screen and (max-width: 1680px) {
      .asukoht h2 {
        font-size: 44px;
        margin: 0 0 35px; } }
    @media only screen and (max-width: 1199px) {
      .asukoht h2 {
        font-size: 32px;
        margin: 0 0 25px; } }
    @media only screen and (max-width: 767px) {
      .asukoht h2 {
        font-size: 26px;
        margin: 0 0 20px; } }
  .asukoht .block__info {
    max-width: 750px;
    margin: 0 auto 90px;
    font-size: 20px;
    color: #421312; }
    @media only screen and (max-width: 1680px) {
      .asukoht .block__info {
        font-size: 18px;
        margin: 0 auto 75px;
        max-width: 680px; } }
    @media only screen and (max-width: 1199px) {
      .asukoht .block__info {
        font-size: 16px;
        margin: 0 auto 50px;
        max-width: 600px; } }
  .asukoht .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .asukoht .row .col-xs-12 {
      display: flex;
      flex-wrap: wrap; }
  .asukoht .asukoht__item {
    width: 100%;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    padding: 35px 40px 140px;
    position: relative; }
    @media only screen and (max-width: 1680px) {
      .asukoht .asukoht__item {
        padding: 25px 30px 120px; } }
    @media only screen and (max-width: 1199px) {
      .asukoht .asukoht__item {
        padding: 20px 15px 100px; } }
    .asukoht .asukoht__item .asukoht__item__num {
      display: block;
      margin: 0 0 14px;
      font-size: 20px;
      color: #ed2229;
      line-height: 1; }
      @media only screen and (max-width: 1680px) {
        .asukoht .asukoht__item .asukoht__item__num {
          font-size: 18px;
          margin-bottom: 10px; } }
    .asukoht .asukoht__item .asukoht__item__title {
      font-size: 40px;
      margin: 0 0 32px;
      color: #ed2229;
      font-weight: bold;
      line-height: 1;
      text-align: center; }
      @media only screen and (max-width: 1680px) {
        .asukoht .asukoht__item .asukoht__item__title {
          font-size: 36px;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 1199px) {
        .asukoht .asukoht__item .asukoht__item__title {
          font-size: 28px;
          margin: 0 0 20px; } }
    .asukoht .asukoht__item .map {
      width: 100%;
      height: 155px; }
    .asukoht .asukoht__item .asukoht__item__link {
      border-radius: 0 0 10px 10px;
      border-top: 1px solid #f0f0f0;
      color: #d2d2d2;
      text-transform: uppercase;
      font-size: 20px;
      display: block;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 40px 15px; }
      .asukoht .asukoht__item .asukoht__item__link:hover, .asukoht .asukoht__item .asukoht__item__link:focus {
        color: #411110; }
      @media only screen and (max-width: 1680px) {
        .asukoht .asukoht__item .asukoht__item__link {
          padding: 30px 15px; } }
      @media only screen and (max-width: 1199px) {
        .asukoht .asukoht__item .asukoht__item__link {
          padding: 22px 15px;
          font-size: 16px; } }

/*oled*/
.oled {
  background: white;
  padding: 85px 0; }
  @media only screen and (max-width: 1680px) {
    .oled {
      padding: 75px 0; } }
  @media only screen and (max-width: 1199px) {
    .oled {
      padding: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .oled {
      padding: 40px 0; } }
  .oled .container {
    position: relative; }
    .oled .container .oled__mobile {
      position: absolute;
      width: 290px;
      top: -20px;
      right: 20px; }
      @media only screen and (max-width: 1680px) {
        .oled .container .oled__mobile {
          width: 255px; } }
      @media only screen and (max-width: 1199px) {
        .oled .container .oled__mobile {
          width: 190px; } }
      @media only screen and (max-width: 767px) {
        .oled .container .oled__mobile {
          display: none; } }
  .oled h2 {
    font-size: 48px;
    color: #ed1f27;
    font-weight: bold;
    margin: 0 0 50px; }
    @media only screen and (max-width: 1680px) {
      .oled h2 {
        font-size: 44px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1199px) {
      .oled h2 {
        font-size: 32px;
        margin: 0 0 25px; } }
    @media only screen and (max-width: 767px) {
      .oled h2 {
        font-size: 26px;
        margin: 0 0 20px; } }
  .oled p {
    font-size: 22px;
    color: #262626;
    margin: 0 0 60px;
    text-align: justify; }
    @media only screen and (max-width: 1680px) {
      .oled p {
        font-size: 19px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 1199px) {
      .oled p {
        font-size: 17px;
        margin: 0 0 35px; } }
  .oled .oled__link {
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 18px 35px;
    text-transform: uppercase;
    font-size: 20px;
    color: #272727;
    font-weight: bold; }
    @media only screen and (max-width: 1680px) {
      .oled .oled__link {
        padding: 16px 32px;
        font-size: 18px; } }
    @media only screen and (max-width: 1199px) {
      .oled .oled__link {
        font-size: 16px;
        padding: 14px 25px; } }
    .oled .oled__link img {
      width: 17px;
      margin-left: 14px; }
    .oled .oled__link:hover, .oled .oled__link:focus {
      background: #f0f0f0; }

/*kontakt*/
.kontakt {
  padding: 80px 0 85px; }
  @media only screen and (max-width: 1680px) {
    .kontakt {
      padding: 65px 0 70px; } }
  @media only screen and (max-width: 1199px) {
    .kontakt {
      padding: 40px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .kontakt {
      padding: 30px 0; } }
  .kontakt h3 {
    margin: 0 0 65px;
    text-transform: uppercase;
    font-size: 24px;
    color: #272727;
    font-weight: bold; }
    @media only screen and (max-width: 1680px) {
      .kontakt h3 {
        margin: 0 0 50px;
        font-size: 22px; } }
    @media only screen and (max-width: 1199px) {
      .kontakt h3 {
        font-size: 20px;
        margin: 0 0 35px; } }
  .kontakt .row {
   display: flex;
   justify-content: center; }
   @media only screen and (max-width: 991px) {
     .kontakt .row {
       flex-wrap: wrap;
     }
   }
    .kontakt .row .col-xs-12 {
      display: flex;
      flex-wrap: wrap; }
  .kontakt .kontakt__item {
    background: white;
    position: relative;
    border-radius: 10px;
    width: 100%;
    padding: 20px 26px;
    overflow: hidden; }
    @media only screen and (max-width: 1680px) {
      .kontakt .kontakt__item {
        padding: 18px 24px; } }
    @media only screen and (max-width: 991px) {
      .kontakt .kontakt__item {
        margin-bottom: 20px; } }
    .kontakt .kontakt__item p {
      font-size: 18px;
      margin: 0;
      color: #421312;
      font-weight: bold;
      position: relative;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 1199px) {
        .kontakt .kontakt__item p {
          font-size: 16px; } }
      .kontakt .kontakt__item p a {
        font-weight: inherit;
        color: inherit; }
    .kontakt .kontakt__item svg {
      display: block;
      position: absolute;
      fill: #ededed; }
      .kontakt .kontakt__item svg#Layer_2 {
        top: -15px;
        right: -20px;
        width: 100px;
        height: 105px; }
      .kontakt .kontakt__item svg#Layer_1 {
        top: 10px;
        right: -25px;
        width: 80px;
        height: 80px; }
      .kontakt .kontakt__item svg#Layer_3 {
        top: -15px;
        right: -25px;
        width: 90px;
        height: 90px; }

/*footer*/
footer {
  background: #ffffff;
  padding: 35px 0 40px; }
  @media only screen and (max-width: 1680px) {
    footer {
      padding: 30px 35px; } }
  @media only screen and (max-width: 1199px) {
    footer {
      padding: 20px 0; } }
  footer .row {
   display: flex;
   justify-content: center;
   align-items: center; }
   @media only screen and (max-width: 991px) {
     footer .row {
       flex-wrap: wrap;
     }
   }
  footer .footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      footer .footer__inner {
        text-align: center;
        display: block; } }
    footer .footer__inner img {
      display: inline-block;
      width: 44px;
      margin-right: 33px; }
      @media only screen and (max-width: 1199px) {
        footer .footer__inner img {
          margin-right: 20px; } }
  footer p {
    font-size: 16px;
    margin: 0;
    color: #421312; }
    footer p a {
      color: inherit;
      text-decoration: underline; }
      footer p a:hover, footer p a:focus {
        text-decoration: underline;
        color: inherit; }
    @media only screen and (max-width: 767px) {
      footer p {
        margin: 5px 0; } }
  footer .wrap__privacy {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      footer .wrap__privacy {
        text-align: center; } }

/*yo*/
.owl-item {
  display: inline-block !important;
  vertical-align: top; }

.yo {
  /*OWL*/ }
  .yo .caffeine h2 {
    color: #f06099; }
  .yo .product__carousel {
    padding: 165px 0 110px; }
    @media only screen and (max-width: 1680px) {
      .yo .product__carousel {
        padding: 130px 0 100px; } }
    @media only screen and (max-width: 1199px) {
      .yo .product__carousel {
        padding: 90px 0 80px; } }
    @media only screen and (max-width: 767px) {
      .yo .product__carousel {
        padding: 50px 0 40px; } }
    .yo .product__carousel .container {
      position: relative; }
    .yo .product__carousel .container__inner {
      width: 1240px;
      margin: 0 auto; }
      @media only screen and (max-width: 1680px) {
        .yo .product__carousel .container__inner {
          width: 1000px; } }
      @media only screen and (max-width: 1199px) {
        .yo .product__carousel .container__inner {
          width: 800px; } }
      @media only screen and (max-width: 991px) {
        .yo .product__carousel .container__inner {
          width: 600px; } }
      @media only screen and (max-width: 767px) {
        .yo .product__carousel .container__inner {
          width: 80%; } }
    .yo .product__carousel .carousel__item {
      text-align: center; }
      .yo .product__carousel .carousel__item img {
        max-width: 180px; }
  .yo .owl-stage-outer {
    overflow: hidden; }
  .yo .owl-prev,
  .yo .owl-next {
    font-size: 0;
    width: 54px;
    height: 54px;
    background: url(../img/arr-carousel-yo.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    background-position: center;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 1680px) {
      .yo .owl-prev,
      .yo .owl-next {
        width: 45px;
        height: 45px; } }
    @media only screen and (max-width: 991px) {
      .yo .owl-prev,
      .yo .owl-next {
        width: 30px;
        height: 30px; } }
  .yo .owl-prev {
    left: 15px; }
  .yo .owl-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 15px; }
  .yo .oled h2 {
    color: #f06099; }
  .yo .oled p {
    margin: 0 0 20px; }
  .yo .oled ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 50px; }
    @media only screen and (max-width: 1199px) {
      .yo .oled ul {
        margin: 0 0 35px; } }
    .yo .oled ul li {
      font-size: 22px;
      color: #262626;
      position: relative;
      padding-left: 18px; }
      .yo .oled ul li:before {
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background: #f06099;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      @media only screen and (max-width: 1680px) {
        .yo .oled ul li {
          font-size: 19px; } }
      @media only screen and (max-width: 1199px) {
        .yo .oled ul li {
          font-size: 17px; } }

/*kohale*/
.kohale {
  padding: 185px 0 74px; }
  @media only screen and (max-width: 1680px) {
    .kohale {
      padding: 140px 0 70px; } }
  @media only screen and (max-width: 1199px) {
    .kohale {
      padding: 90px 0 60px; } }
  @media only screen and (max-width: 991px) {
    .kohale {
      padding: 50px 0 30px; } }
  .kohale h2 {
    margin: 0 0 85px;
    font-size: 48px;
    color: #421312;
    font-weight: bold; }
    @media only screen and (max-width: 1199px) {
      .kohale h2 {
        margin: 0 0 50px;
        font-size: 36px; } }
    @media only screen and (max-width: 991px) {
      .kohale h2 {
        margin: 0 0 30px;
        font-size: 28px; } }
  .kohale .kohale__wrap__items {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .kohale .kohale__wrap__items .kohale__item {
      width: 300px;
      height: 185px;
      background: white;
      border-radius: 5px;
      text-align: center;
      line-height: 185px;
      margin: 0 27px 20px; }
      .kohale .kohale__wrap__items .kohale__item img {
        max-width: 150px; }
      @media only screen and (max-width: 991px) {
        .kohale .kohale__wrap__items .kohale__item {
          margin: 0 20px 20px;
          width: 280px;
          height: 160px;
          line-height: 160px; } }

/*registre*/
#modal-bonus ol li, #modal-bonus ul li{font-size: 16px;}
.registre {
  padding: 75px 0 100px; }
  ul li{
  	
  		font-size: 16px;
  	
  }
  @media only screen and (max-width: 1680px) {
    .registre {
      padding: 65px 0 85px; } }
  @media only screen and (max-width: 1199px) {
    .registre {
      padding: 60px 0; } }
  @media only screen and (max-width: 991px) {
    .registre {
      padding: 40px 0 45px; } }
  @media only screen and (max-width: 991px) {
    .registre {
      padding: 30px 0; } }
  .registre h1 {
    color: #421312;
    font-weight: bold;
    margin: 0 0 75px;
    font-size: 40px; }
    @media only screen and (max-width: 1680px) {
      .registre h1 {
        margin: 0 0 65px;
        font-size: 36px; } }
    @media only screen and (max-width: 1199px) {
      .registre h1 {
        font-size: 32px;
        margin: 0 0 45px; } }
    @media only screen and (max-width: 991px) {
      .registre h1 {
        margin: 0 0 35px; } }
    @media only screen and (max-width: 991px) {
      .registre h1 {
        font-size: 26px;
        margin: 0 0 30px; } }
  .registre .panel-group {
    margin-bottom: 70px; }
    @media only screen and (max-width: 1680px) {
      .registre .panel-group {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 1199px) {
      .registre .panel-group {
        margin: 0 0 40px; } }
    @media only screen and (max-width: 991px) {
      .registre .panel-group {
        margin: 0 0 30px; } }
    .registre .panel-group .panel {
      border: 0;
      background: white;
      border-radius: 10px;
      margin: 0 0 20px;
      box-shadow: none; }
      @media only screen and (max-width: 1199px) {
        .registre .panel-group .panel {
          margin: 0 0 15px; } }
      .registre .panel-group .panel .panel-heading {
        padding: 0;
        border-radius: 10px;
        background: white; }
        .registre .panel-group .panel .panel-heading .panel-title {
          display: block;
          font-size: 24px;
          margin: 0;
          padding: 36px 48px;
          color: #421312;
          font-weight: bold;
          position: relative; }
          @media only screen and (max-width: 1680px) {
            .registre .panel-group .panel .panel-heading .panel-title {
              padding: 30px 40px; } }
          @media only screen and (max-width: 1199px) {
            .registre .panel-group .panel .panel-heading .panel-title {
              padding: 20px 25px;
              font-size: 20px; } }
          @media only screen and (max-width: 991px) {
            .registre .panel-group .panel .panel-heading .panel-title {
              padding: 15px 40px 15px 20px; } }
          .registre .panel-group .panel .panel-heading .panel-title svg {
            width: 21px;
            height: 21px;
            position: absolute;
            top: 50%;
            right: 48px;
            transform: translateY(-50%);
            fill: #cbcbcb; }
            @media only screen and (max-width: 1680px) {
              .registre .panel-group .panel .panel-heading .panel-title svg {
                right: 40px; } }
            @media only screen and (max-width: 1199px) {
              .registre .panel-group .panel .panel-heading .panel-title svg {
                right: 25px; } }
            @media only screen and (max-width: 991px) {
              .registre .panel-group .panel .panel-heading .panel-title svg {
                right: 14px; } }
        .registre .panel-group .panel .panel-heading .panel-title[aria-expanded="true"] svg {
          fill: #ed1c24;
          transform: translateY(-50%) rotate(180deg); }
      .registre .panel-group .panel:first-child .panel-title svg {
        fill: #ed1c24;
        transform: translateY(-50%) rotate(180deg); }
      .registre .panel-group .panel:first-child .panel-title[aria-expanded="true"] svg {
        fill: #ed1c24;
        transform: translateY(-50%) rotate(180deg); }
      .registre .panel-group .panel:first-child .panel-title[aria-expanded="false"] svg {
        fill: #cbcbcb;
        transform: translateY(-50%); }
      .registre .panel-group .panel .panel-body {
        background: white;
        border: 0 !important;
        border-radius: 0 0 10px 10px;
        padding: 0 48px 45px;
        font-size: 18px;
        color: #4a4a4a;
        line-height: 1.286; }
        @media only screen and (max-width: 1680px) {
          .registre .panel-group .panel .panel-body {
            padding: 0 40px 40px; } }
        @media only screen and (max-width: 1199px) {
          .registre .panel-group .panel .panel-body {
            padding: 0 25px 30px;
            font-size: 16px; } }
        @media only screen and (max-width: 991px) {
          .registre .panel-group .panel .panel-body {
            padding: 0 20px 25px; } }
  .registre .subtitle__registre {
    font-size: 24px;
    color: #421312;
    font-weight: bold;
    margin: 0 0 75px; }
    @media only screen and (max-width: 1680px) {
      .registre .subtitle__registre {
        margin: 0 0  60px; } }
    @media only screen and (max-width: 1199px) {
      .registre .subtitle__registre {
        margin: 0 0 40px;
        font-size: 22px; } }
    @media only screen and (max-width: 991px) {
      .registre .subtitle__registre {
        margin: 0 0 25px;
        font-size: 20px; } }
  .registre .wrap__form__registre {
    border-radius: 10px;
    background: white;
    padding: 32px 32px 50px; }
    @media only screen and (max-width: 1199px) {
      .registre .wrap__form__registre {
        padding: 25px 20px 40px; } }
    @media only screen and (max-width: 991px) {
      .registre .wrap__form__registre {
        padding: 20px 20px 40px; } }
    .registre .wrap__form__registre form .form__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .registre .wrap__form__registre form .form__inner .form__item {
        width: 49%;
        margin: 0 0 25px; }
        @media only screen and (max-width: 991px) {
          .registre .wrap__form__registre form .form__inner .form__item {
            width: 100%;
            margin: 0 0 20px; } }
        .registre .wrap__form__registre form .form__inner .form__item label {
          font-size: 17px;
          color: #1b1b1b;
          margin: 0 0 14px;
          display: block; }
          @media only screen and (max-width: 1199px) {
            .registre .wrap__form__registre form .form__inner .form__item label {
              font-size: 15px; } }
          .registre .wrap__form__registre form .form__inner .form__item label span {
            font-weight: inherit;
            color: #bebebe; }
            .registre .wrap__form__registre form .form__inner .form__item textarea {
              max-height: 150px;
            }
        .registre .wrap__form__registre form .form__inner .form__item input ,
        .registre .wrap__form__registre form .form__inner .form__item textarea {
          width: 100%;
          display: block;
          border: 0;
          border-radius: 3px;
          background-color: #f8f8f8;
          font-size: 20px;
          padding: 20px 25px; }
          @media only screen and (max-width: 1199px) {
            .registre .wrap__form__registre form .form__inner .form__item input,
            .registre .wrap__form__registre form .form__inner .form__item textarea  {
              padding: 18px 20px;
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .registre .wrap__form__registre form .form__inner .form__item input,
            .registre .wrap__form__registre form .form__inner .form__item textarea  {
              padding: 15px 18px; } }
        .registre .wrap__form__registre form .form__inner .form__item select {
          width: 100%;
          display: block;
          border: 0;
          border-radius: 3px;
          background-color: #f8f8f8;
          font-size: 20px;
          padding: 20px 25px;
          background-image: url(../img/icons/if_arrow-down-01_186411.svg);
          background-repeat: no-repeat;
          background-position: top 20px right 25px;
          background-size: 25px 25px; }
          @media only screen and (max-width: 1199px) {
            .registre .wrap__form__registre form .form__inner .form__item select {
              background-size: 20px 20px;
              background-position: top 20px right 20px;
              padding: 18px 20px;
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .registre .wrap__form__registre form .form__inner .form__item select {
              padding: 15px 18px; } }
        .registre .wrap__form__registre form .form__inner .form__item img {
          width: 295px; }
        @media only screen and (max-width: 767px) {
          .registre .wrap__form__registre form .form__inner .form__item.form__item__file label {
            margin: 0; } }
        .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file {
          margin: 25px 0 0;
          border-radius: 30px;
          background-color: #f8f8f8;
          padding: 3px 3px 3px 25px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file {
              margin: 15px 0 0;
              padding: 3px 3px 3px 20px; } }
          .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file span {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: bold;
            margin-right: 22px;
            color: #272727;
            white-space: nowrap; }
            @media only screen and (max-width: 767px) {
              .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file span {
                font-size: 14px;
                margin-right: 15px; } }
          .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file input {
            display: inline-block;
            background: white;
            border-radius: 30px;
            padding: 13px 24px;
            margin-left: -170px;
            cursor: pointer; }
            @media only screen and (max-width: 1199px) {
              .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file input {
                margin-left: -155px; } }
            @media only screen and (max-width: 767px) {
              .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file input {
                font-size: 16px;
                margin-left: -140px; } }
          .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file .wrap__input__file {
            display: inline-block;
            overflow: hidden;
            width: 100%;
            background: white;
            border-radius: 30px;
            position: relative; }
            .registre .wrap__form__registre form .form__inner .form__item.form__item__file .wrap-file .wrap__input__file:before {
              display: block;
              position: absolute;
              content: "";
              background: white;
              height: 100%;
              width: 20px;
              border-radius: 30px 0 0 30px;
              top: 0;
              left: 0; }
    .registre .wrap__form__registre form .wrap__submit {
      text-align: center;
      padding: 60px 0 0; }
      @media only screen and (max-width: 1680px) {
        .registre .wrap__form__registre form .wrap__submit {
          padding: 45px 0 0; } }
      @media only screen and (max-width: 991px) {
        .registre .wrap__form__registre form .wrap__submit {
          padding: 30px 0 0; } }
      .registre .wrap__form__registre form .wrap__submit input[type="submit"] {
        border-radius: 35px;
        color: white;
        background: #e11e25;
        padding: 20px 25px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #e11e25; }
        .registre .wrap__form__registre form .wrap__submit input[type="submit"]:hover, .registre .wrap__form__registre form .wrap__submit input[type="submit"]:focus {
          color: #e11e25;
          background: white; }
        @media only screen and (max-width: 1199px) {
          .registre .wrap__form__registre form .wrap__submit input[type="submit"] {
            font-size: 17px;
            padding: 18px 22px; } }
        @media only screen and (max-width: 991px) {
          .registre .wrap__form__registre form .wrap__submit input[type="submit"] {
            padding: 15px 22px; } }
        @media only screen and (max-width: 767px) {
          .registre .wrap__form__registre form .wrap__submit input[type="submit"] {
            padding: 12px 20px;
            font-size: 16px; } }

/*oled oled__page*/
.oled.oled__page {
  background: transparent;
  padding: 190px 0 100px; }
  @media only screen and (max-width: 1680px) {
    .oled.oled__page {
      padding: 160px 0 80px; } }
  @media only screen and (max-width: 1199px) {
    .oled.oled__page {
      padding: 130px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .oled.oled__page {
      padding: 85px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .oled.oled__page {
      padding: 50px 0 30px; } }
  .oled.oled__page h1 {
    font-size: 60px;
    margin: 0 0 50px;
    font-weight: bold;
    color: #ed1f27; }
    @media only screen and (max-width: 1680px) {
      .oled.oled__page h1 {
        font-size: 48px;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 1199px) {
      .oled.oled__page h1 {
        font-size: 36px;
        margin: 0 0 30px; } }
    @media only screen and (max-width: 991px) {
      .oled.oled__page h1 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .oled.oled__page h1 {
        margin: 0 0 25px;
        font-size: 26px; } }
  .oled.oled__page .container .oled__mobile {
    top: -35px; }
    @media only screen and (max-width: 1680px) {
      .oled.oled__page .container .oled__mobile {
        width: 310px; } }
    @media only screen and (max-width: 1199px) {
      .oled.oled__page .container .oled__mobile {
        width: 250px; } }
    @media only screen and (max-width: 991px) {
      .oled.oled__page .container .oled__mobile {
        right: 0;
        width: 200px; } }
  .oled.oled__page p {
    font-size: 24px;
    margin: 0 0 90px; }
    @media only screen and (max-width: 1680px) {
      .oled.oled__page p {
        font-size: 22px;
        margin: 0 0 65px; } }
    @media only screen and (max-width: 1199px) {
      .oled.oled__page p {
        font-size: 18px;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 991px) {
      .oled.oled__page p {
        font-size: 16px;
        margin-bottom: 30px; } }
  .oled.oled__page .oled__link {
    background: white;
    margin-right: 30px;
    vertical-align: top;
    margin-bottom: 15px; }
    .oled.oled__page .oled__link:hover, .oled.oled__page .oled__link:focus {
      background: lightgray; }
    @media only screen and (max-width: 991px) {
      .oled.oled__page .oled__link {
        margin-bottom: 7px;
        margin-right: 15px; } }
  .oled.oled__page .tutvu {
    display: inline-block;
    vertical-align: top;
    padding: 18px 20px;
    font-size: 20px;
    color: #272727;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    border-radius: 30px; }
    .oled.oled__page .tutvu:hover, .oled.oled__page .tutvu:focus {
      background: white; }
    @media only screen and (max-width: 1680px) {
      .oled.oled__page .tutvu {
        padding: 16px 20px;
        font-size: 18px; } }
    @media only screen and (max-width: 991px) {
      .oled.oled__page .tutvu {
        padding: 14px 25px;
        font-size: 16px; } }

/*klubi*/
.klubi {
  background: white;
  padding: 90px 0 135px; }
  @media only screen and (max-width: 1680px) {
    .klubi {
      padding: 75px 0 100px; } }
  @media only screen and (max-width: 1199px) {
    .klubi {
      padding: 40px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .klubi {
      padding: 30px 0 40px; } }
  .klubi h2 {
    margin: 0 0 90px;
    text-transform: uppercase;
    font-size: 32px;
    color: #272727;
    max-width: 40%; }
    @media only screen and (max-width: 1680px) {
      .klubi h2 {
        margin: 0 0 75px;
        font-size: 28px;
        max-width: 45%; } }
    @media only screen and (max-width: 1199px) {
      .klubi h2 {
        font-size: 24px;
        margin: 0 0 45px; } }
    @media only screen and (max-width: 767px) {
      .klubi h2 {
        max-width: 100%;
        font-size: 20px;
        margin: 0 0 30px; } }
  .klubi .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .klubi .row .col-xs-12 {
      display: flex;
      flex-wrap: wrap; }
  .klubi .klubi__item {
    background-color: #f8f8f8;
    position: relative;
    border-radius: 10px;
    width: 100%;
    padding: 40px 65px;
    overflow: hidden; }
    @media only screen and (max-width: 1680px) {
      .klubi .klubi__item {
        padding: 30px 45px; } }
    @media only screen and (max-width: 1199px) {
      .klubi .klubi__item {
        padding: 20px 30px; } }
    @media only screen and (max-width: 991px) {
      .klubi .klubi__item {
        margin-bottom: 20px; } }
    .klubi .klubi__item p {
      font-size: 24px;
      margin: 0;
      color: #421312;
      font-weight: bold;
      position: relative;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
      .klubi .klubi__item p span {
        color: #c9c5af;
        font-size: 20px; }
        @media only screen and (max-width: 1199px) {
          .klubi .klubi__item p span {
            font-size: 14px; } }
      .klubi .klubi__item p:before {
        display: block;
        position: absolute;
        height: 73px;
        width: 3px;
        background: #ed1c24;
        left: -32px;
        top: 50%;
        transform: translateY(-50%);
        content: ""; }
        @media only screen and (max-width: 1680px) {
          .klubi .klubi__item p:before {
            left: -24px; } }
        @media only screen and (max-width: 1199px) {
          .klubi .klubi__item p:before {
            left: -14px; } }
      @media only screen and (max-width: 1680px) {
        .klubi .klubi__item p {
          font-size: 20px; } }
      @media only screen and (max-width: 1199px) {
        .klubi .klubi__item p {
          font-size: 16px; } }

/*bonus*/
.bonus {
  padding: 80px 0 130px; }
  .bonus a {
    color: #ed1f27; }
    .bonus a:hover {
      color: #cc1219; }
  @media only screen and (max-width: 1680px) {
    .bonus {
      padding: 70px 0 100px; } }
  @media only screen and (max-width: 1199px) {
    .bonus {
      padding: 60px 0 70px; } }
  @media only screen and (max-width: 991px) {
    .bonus {
      padding: 40px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .bonus {
      padding: 30px 0 40px; } }
  .bonus h2 {
    margin: 0 0 45px;
    font-size: 32px;
    color: #272727;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 1680px) {
      .bonus h2 {
        margin: 0 0 40px;
        font-size: 28px; } }
    @media only screen and (max-width: 1199px) {
      .bonus h2 {
        margin: 0 0 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 991px) {
      .bonus h2 {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .bonus h2 {
        font-size: 20px; } }
  .bonus p {
    font-size: 32px;
    margin: 0;
    color: #181818; }
    @media only screen and (max-width: 1680px) {
      .bonus p {
        font-size: 28px; } }
    @media only screen and (max-width: 1199px) {
      .bonus p {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .bonus p {
        font-size: 18px; } }

/*modal*/
body .modal .modal-dialog {
  width: 90%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto; }
  body .modal .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 3px;
    border: 0; }
    body .modal .modal-dialog .modal-content .modal-header {
      padding: 50px 75px 10px 55px;
      position: relative;
      border: 0; }
      @media only screen and (max-width: 1199px) {
        body .modal .modal-dialog .modal-content .modal-header {
          padding: 35px 55px 10px 30px; } }
      @media only screen and (max-width: 767px) {
        body .modal .modal-dialog .modal-content .modal-header {
          padding: 25px 50px 10px 20px; } }
      body .modal .modal-dialog .modal-content  .modal-title {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
        color: #272727;
        font-weight: bold; }
      body .modal .modal-dialog .modal-content .modal-header .close {
        font-weight: 400;
        font-size: 48px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 55px; }
        @media only screen and (max-width: 767px) {
          body .modal .modal-dialog .modal-content .modal-header .close {
            right: 20px;
            font-size: 44px; } }
    body .modal .modal-dialog .modal-content .modal-body {
      padding: 20px 55px 120px; }
      @media only screen and (max-width: 1199px) {
        body .modal .modal-dialog .modal-content .modal-body {
          padding: 10px 30px 60px 30px; } }
      @media only screen and (max-width: 767px) {
        body .modal .modal-dialog .modal-content .modal-body {
          padding: 10px 20px 30px 20px; } }
      body .modal .modal-dialog .modal-content .modal-body p {
        font-size: 18px;
        color: #262626;
        margin: 0 0 20px; }
        @media only screen and (max-width: 1199px) {
          body .modal .modal-dialog .modal-content .modal-body p {
            margin: 0 0 15px; } }
        @media only screen and (max-width: 767px) {
          body .modal .modal-dialog .modal-content .modal-body p {
            font-size: 16px; } }
        body .modal .modal-dialog .modal-content .modal-body p strong {
          font-weight: 600; }

/*come__work*/
.come__work {
  padding: 145px 0 100px; }
  @media only screen and (max-width: 1680px) {
    .come__work {
      padding: 120px 0 90px; } }
  @media only screen and (max-width: 1199px) {
    .come__work {
      padding: 80px 0 60px; } }
  @media only screen and (max-width: 991px) {
    .come__work {
      padding: 60px 0 45px; } }
  @media only screen and (max-width: 767px) {
    .come__work {
      padding: 40px 0 30px; } }
  .come__work h1 {
    font-size: 66px;
    color: #ed1c24;
    font-weight: bold;
    line-height: 1.05;
    margin: 0 auto 65px;
    max-width: 860px; }
    @media only screen and (max-width: 1680px) {
      .come__work h1 {
        font-size: 56px;
        max-width: 750px;
        margin: 0 auto 55px; } }
    @media only screen and (max-width: 1199px) {
      .come__work h1 {
        font-size: 42px;
        max-width: 600px;
        margin: 0 auto 40px; } }
    @media only screen and (max-width: 991px) {
      .come__work h1 {
        font-size: 32px;
        margin: 0 auto 25px; } }
    @media only screen and (max-width: 767px) {
      .come__work h1 {
        font-size: 26px;
        margin: 0 auto 20px; } }
  .come__work p {
    font-size: 24px;
    color: #421312;
    margin: 0 auto 100px;
    max-width: 1210px; }
    @media only screen and (max-width: 1680px) {
      .come__work p {
        max-width: 1150px;
        font-size: 22px;
        margin: 0 auto 90px; } }
    @media only screen and (max-width: 1199px) {
      .come__work p {
        margin: 0 auto 50px;
        font-size: 18px;
        max-width: 800px; } }
    @media only screen and (max-width: 991px) {
      .come__work p {
        margin: 0 auto 35px;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .come__work p {
        margin: 0 auto 25px; } }
  .come__work .camo__work__banner {
    height: 535px; }
    @media only screen and (max-width: 1680px) {
      .come__work .camo__work__banner {
        height: 400px; } }
    @media only screen and (max-width: 1199px) {
      .come__work .camo__work__banner {
        height: 300px; } }
    @media only screen and (max-width: 991px) {
      .come__work .camo__work__banner {
        height: 250px; } }
    @media only screen and (max-width: 767px) {
      .come__work .camo__work__banner {
        height: 200px; } }

/*work__carousel*/
.work__carousel {
  padding: 0 0 110px; }
  @media only screen and (max-width: 1680px) {
    .work__carousel {
      padding: 0 0 90px; } }
  @media only screen and (max-width: 1199px) {
    .work__carousel {
      padding: 0 0 60px; } }
  @media only screen and (max-width: 991px) {
    .work__carousel {
      padding: 0 0 40px; } }
  .work__carousel .owl-stage-outer {
    overflow: hidden; }
  .work__carousel h2 {
    font-size: 46px;
    margin: 0 auto 120px;
    color: #411110;
    max-width: 800px; }
    @media only screen and (max-width: 1680px) {
      .work__carousel h2 {
        font-size: 40px;
        margin: 0 auto 100px;
        max-width: 750px; } }
    @media only screen and (max-width: 1199px) {
      .work__carousel h2 {
        font-size: 32px;
        margin: 0 auto 80px;
        max-width: 600px; } }
    @media only screen and (max-width: 991px) {
      .work__carousel h2 {
        font-size: 26px;
        margin: 0 auto 50px; } }
    @media only screen and (max-width: 767px) {
      .work__carousel h2 {
        font-size: 22px;
        margin: 0 auto 35px; } }
    .work__carousel h2 a {
      font-weight: bold;
      text-decoration: underline;
      color: inherit; }
  .work__carousel .carousel__item {
    background: white;
    border-radius: 14px;
    padding: 45px; }
    @media only screen and (max-width: 1680px) {
      .work__carousel .carousel__item {
        padding: 40px; } }
    @media only screen and (max-width: 1199px) {
      .work__carousel .carousel__item {
        padding: 20px 25px; } }
    .work__carousel .carousel__item h4 {
      font-size: 25px;
      margin: 0 0 32px;
      color: #411110;
      font-weight: bold; }
      @media only screen and (max-width: 1680px) {
        .work__carousel .carousel__item h4 {
          font-size: 24px; } }
      @media only screen and (max-width: 1199px) {
        .work__carousel .carousel__item h4 {
          font-size: 20px;
          margin: 0 0 20px; } }
      @media only screen and (max-width: 767px) {
        .work__carousel .carousel__item h4 {
          font-size: 18px;
          margin: 0 0 15px; } }
    .work__carousel .carousel__item p {
      font-size: 21px;
      color: #411110;
      line-height: 1.25;
      text-align: justify;
      margin: 0; }
      @media only screen and (max-width: 1680px) {
        .work__carousel .carousel__item p {
          font-size: 20px; } }
      @media only screen and (max-width: 1199px) {
        .work__carousel .carousel__item p {
          font-size: 16px; } }
  .work__carousel .owl-nav {
    display: none; }
  .work__carousel .owl-dots {
    height: 17px;
    margin: 110px 0 0;
    text-align: center; }
    @media only screen and (max-width: 1680px) {
      .work__carousel .owl-dots {
        margin: 90px 0 0; } }
    @media only screen and (max-width: 1199px) {
      .work__carousel .owl-dots {
        margin: 60px 0 0; } }
    @media only screen and (max-width: 991px) {
      .work__carousel .owl-dots {
        margin: 40px 0 0; } }
    @media only screen and (max-width: 767px) {
      .work__carousel .owl-dots {
        margin: 30px 0 0; } }
    .work__carousel .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: top;
      border-radius: 50%;
      margin: 0 5px;
      width: 16px;
      height: 16px;
      background: #c7c7c7;
      cursor: pointer; }
      .work__carousel .owl-dots .owl-dot.active {
        background: #fe4b4a; }
      @media only screen and (max-width: 1199px) {
        .work__carousel .owl-dots .owl-dot {
          width: 12px;
          height: 12px; } }

/*ootame*/
.ootame {
  background: white;
  border-left: 14px solid #fe4b4a;
  padding: 90px 0 75px; }
  @media only screen and (max-width: 1680px) {
    .ootame {
      padding: 75 0 65px;
      border-left: 10px solid #fe4b4a; } }
  @media only screen and (max-width: 1199px) {
    .ootame {
      padding: 50px 0 40px;
      border-left: 5px solid #fe4b4a; } }
  @media only screen and (max-width: 991px) {
    .ootame {
      padding: 35px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .ootame {
      padding: 30px 0; } }
  .ootame h2 {
    font-size: 44px;
    margin: 0 0 44px;
    text-align: justify;
    font-weight: bold; }
    @media only screen and (max-width: 1680px) {
      .ootame h2 {
        font-size: 40px;
        margin: 0 0 36px; } }
    @media only screen and (max-width: 1199px) {
      .ootame h2 {
        font-size: 28px;
        margin: 0 0 30px; } }
    @media only screen and (max-width: 991px) {
      .ootame h2 {
        font-size: 22px;
        margin: 0 0 25px; } }
    @media only screen and (max-width: 767px) {
      .ootame h2 {
        font-size: 20px;
        margin-bottom: 18px; } }
  .ootame p {
    font-size: 24px;
    color: #fe4b4a;
    margin: 0; }
    @media only screen and (max-width: 1680px) {
      .ootame p {
        font-size: 22px; } }
    @media only screen and (max-width: 1199px) {
      .ootame p {
        font-size: 16px; } }

/*wrap__work__form*/
.wrap__work__form {
  padding: 65px 0 57px;
  background: #2b3037; }
  @media only screen and (max-width: 1680px) {
    .wrap__work__form {
      padding: 55px 0 50px; } }
  @media only screen and (max-width: 1199px) {
    .wrap__work__form {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .wrap__work__form {
      padding: 30px 0; } }
  .wrap__work__form form label {
    font-size: 24px;
    margin: 0 0 55px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: block; }
    @media only screen and (max-width: 1680px) {
      .wrap__work__form form label {
        font-size: 22px;
        margin: 0 0 45px; } }
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form label {
        font-size: 18px;
        margin: 0 0 30px; } }

  .wrap__work__form form input {
    border-radius: 5px;
    background: #23272c;
    border: 0;
    display: block;
    width: 100%;
    font-style: italic;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 34px;
    margin-bottom: 30px;
  }     
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form input {
        margin-bottom: 25px;
        font-size: 18px;
        padding: 14px 20px;
       } }
       @media only screen and (max-width: 767px) {
        .wrap__work__form form input {
          font-size: 15px;
          padding: 12px 15px; } }
        
         
          .wrap__work__form form textarea::-webkit-input-placeholder ,
          .wrap__work__form form input::placeholder {
            color: #717a85;
          }
  .wrap__work__form form select {
    border-radius: 5px;
    background-color: #23272c;
    border: 0;
    display: block;
    width: 100%;
    font-style: italic;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 34px;
    margin-top: 15px;
    background-image: url(../img/icons/if_arrow-down-01_186411.svg);
    background-repeat: no-repeat;
    background-position: top 19px right 20px;
    background-size: 20px;
    appearance: none;
    -moz-appearance: text-indent;
    -webkit-appearance: none;
  }
  @media only screen and (max-width: 1199px) {
    .wrap__work__form form select {
      font-size: 18px;
      padding: 14px 20px;
      background-position: top 17px right 20px;
     } }
     @media only screen and (max-width: 767px) {
      .wrap__work__form form select {
        font-size: 15px;
        background-size: 16px;
        background-position: top 13px right 20px;
        padding: 12px 15px; } }
  .wrap__work__form form textarea {
    margin: 50px 0 0;
    border-radius: 5px;
    background: #23272c;
    border: 0;
    height: 230px;
    font-style: italic;
    color: #ffffff;
    font-size: 24px;
    padding: 32px 34px;
    resize: none;
    font-weight: normal;
    width: 100%; }
    @media only screen and (max-width: 1680px) {
      .wrap__work__form form textarea {
        height: 200px; } }
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form textarea {
        margin: 30px 0 0;
        font-size: 18px;
        padding: 20px;
        height: 140px; } }
    @media only screen and (max-width: 991px) {
      .wrap__work__form form textarea {
        margin: 25px 0 0; } }
    @media only screen and (max-width: 767px) {
      .wrap__work__form form textarea {
        font-size: 15px;
        padding: 18px 15px; } }
  .wrap__work__form form input[type="file"] {
    display: none; }
  .wrap__work__form form .label__inner {
    font-size: 24px;
    margin: 0 0 40px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1680px) {
      .wrap__work__form form .label__inner {
        font-size: 22px;
        margin: 0 0 38px; } }
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form .label__inner {
        font-size: 18px;
        margin: 0 0 18px; } }
    .wrap__work__form form .label__inner span {
      display: inline-block;
      text-align: right;
      font-size: 16px;
      color: #88919d;
      text-transform: none;
      width: 100%;
      max-width: 250px; }
      @media only screen and (max-width: 1680px) {
        .wrap__work__form form .label__inner span {
          max-width: 200px; } }
      @media only screen and (max-width: 1199px) {
        .wrap__work__form form .label__inner span {
          font-size: 12px; } }
      @media only screen and (max-width: 991px) {
        .wrap__work__form form .label__inner span {
          max-width: 140px; } }
  .wrap__work__form form .wrap__files {
    border-radius: 5px;
    background: #23272c;
    height: 230px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 1680px) {
      .wrap__work__form form .wrap__files {
        height: 200px; } }
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form .wrap__files {
        height: 140px; } }
    @media only screen and (max-width: 767px) {
      .wrap__work__form form .wrap__files {
        height: 100px; } }
    .wrap__work__form form .wrap__files .pluse {
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #3e4751;
      font-size: 80px;
      color: #525b64;
      text-align: center;
      width: 120px;
      height: 120px;
      position: relative; }
      .wrap__work__form form .wrap__files .pluse .plus__inner {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        display: block;
        width: 100%; }
      @media only screen and (max-width: 1680px) {
        .wrap__work__form form .wrap__files .pluse {
          width: 100px;
          height: 100px;
          font-size: 70px; } }
      @media only screen and (max-width: 1199px) {
        .wrap__work__form form .wrap__files .pluse {
          width: 60px;
          height: 60px;
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        .wrap__work__form form .wrap__files .pluse {
          width: 45px;
          height: 45px;
          font-size: 30px; } }
    .wrap__work__form form .wrap__files .choose__file {
      font-size: 24px;
      text-transform: uppercase;
      display: inline-block;
      margin-left: 30px;
      font-weight: bold;
      color: #555e69; }
      @media only screen and (max-width: 1680px) {
        .wrap__work__form form .wrap__files .choose__file {
          font-size: 22px; } }
      @media only screen and (max-width: 1199px) {
        .wrap__work__form form .wrap__files .choose__file {
          font-size: 18px;
          margin: 0 0 0 20px; } }
      @media only screen and (max-width: 767px) {
        .wrap__work__form form .wrap__files .choose__file {
          font-size: 16px; } }
    .wrap__work__form form .wrap__files:hover .pluse, .wrap__work__form form .wrap__files:focus .pluse {
      border-color: white;
      color: white; }
    .wrap__work__form form .wrap__files:hover .choose__file, .wrap__work__form form .wrap__files:focus .choose__file {
      color: white; }
  .wrap__work__form form .wrap__form__nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .wrap__work__form form .wrap__form__nav {
        flex-wrap: wrap;
        justify-content: center; } }
    .wrap__work__form form .wrap__form__nav img {
      width: 100%;
      max-width: 395px;
      margin-right: 40px; }
      @media only screen and (max-width: 1680px) {
        .wrap__work__form form .wrap__form__nav img {
          width: 300px;
          margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .wrap__work__form form .wrap__form__nav img {
          max-width: 250px;
          width: 100%;
          margin: 0; } }
    .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner {
          flex-wrap: wrap;
          justify-content: center; } }
      .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label {
        display: inline-block;
        margin: 0;
        text-transform: none; }
        .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label input[type="checkbox"] {
          display: none; }
        .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label span {
          position: relative;
          display: block;
          padding-left: 40px;
          font-size: 17px;
          color: #88919d;
          cursor: pointer; }
          .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label span a {
            text-decoration: underline;
            color: #fe4b4a; }
          .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label span:before {
            display: block;
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 25px;
            height: 25px;
            background: transparent;
            border: 6px solid #16191f;
            border-radius: 50%; }
          @media only screen and (max-width: 767px) {
            .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label span {
              margin: 20px auto; } }
        .wrap__work__form form .wrap__form__nav .wrap__form__nav__inner label input[type="checkbox"]:checked + span:before {
          background: #fe4b4a; }
  .wrap__work__form form input[type="submit"] {
    display: inline-block;
    background-color: #fe4b4a;
    box-shadow: 0px 8px 0px 0px rgba(254, 75, 74, 0.04), inset 0px -10px 0px 0px rgba(242, 60, 59, 0.004);
    border: 0;
    border-bottom: 5px solid #f23c3b;
    color: #fffdf1;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 24px 44px;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1; }
    .wrap__work__form form input[type="submit"]:hover, .wrap__work__form form input[type="submit"]:focus {
      background: #de2e2d; }
    @media only screen and (max-width: 1680px) {
      .wrap__work__form form input[type="submit"] {
        font-size: 28px;
        padding: 20px 40px; } }
    @media only screen and (max-width: 1199px) {
      .wrap__work__form form input[type="submit"] {
        font-size: 24px;
        padding: 15px 30px; } }
    @media only screen and (max-width: 767px) {
      .wrap__work__form form input[type="submit"] {
        font-size: 18px;
        padding: 14px 22px;
        margin-top: 10px; } }

/*cafes*/
.cafes {
  padding: 160px 0 90px; }
  @media only screen and (max-width: 1680px) {
    .cafes {
      padding: 120px 0 70px; } }
  @media only screen and (max-width: 1199px) {
    .cafes {
      padding: 80px 0 50px; } }
  @media only screen and (max-width: 991px) {
    .cafes {
      padding: 55px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .cafes {
      padding: 30px 0 30px; } }
  .cafes .panel-group .panel {
    border: 0;
    background: transparent;
    border-radius: 10px;
    margin: 0 !important;
    box-shadow: none; }
    .cafes .panel-group .panel .panel-heading {
      padding: 0;
      background: transparent;
      border: 0; }
      .cafes .panel-group .panel .panel-heading .panel-title {
        display: block;
        padding: 30px 0 15px; }
        @media only screen and (max-width: 991px) {
          .cafes .panel-group .panel .panel-heading .panel-title {
            padding: 20px 0 10px; } }
        .cafes .panel-group .panel .panel-heading .panel-title span {
          display: block;
          font-size: 20px;
          color: #ed2229;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            .cafes .panel-group .panel .panel-heading .panel-title span {
              font-size: 17px; } }
        .cafes .panel-group .panel .panel-heading .panel-title h2 {
          color: #f8f8f8;
          line-height: 1;
          font-size: 165px;
          margin: 0;
          font-weight: bold;
          text-shadow: 0px 0px 4px #ED2229; }
          @media only screen and (max-width: 1680px) {
            .cafes .panel-group .panel .panel-heading .panel-title h2 {
              font-size: 125px; } }
          @media only screen and (max-width: 1199px) {
            .cafes .panel-group .panel .panel-heading .panel-title h2 {
              font-size: 90px; } }
          @media only screen and (max-width: 991px) {
            .cafes .panel-group .panel .panel-heading .panel-title h2 {
              font-size: 65px; } }
          @media only screen and (max-width: 767px) {
            .cafes .panel-group .panel .panel-heading .panel-title h2 {
              font-size: 40px; } }
      .cafes .panel-group .panel .panel-heading .panel-title[aria-expanded="true"] h2 {
        text-shadow: none;
        color: #ed2229; }
    .cafes .panel-group .panel:first-child .panel-title h2 {
      text-shadow: none;
      color: #ed2229; }
    .cafes .panel-group .panel:first-child .panel-title[aria-expanded="true"] h2 {
      text-shadow: none;
      color: #ed2229; }
    .cafes .panel-group .panel:first-child .panel-title[aria-expanded="false"] h2 {
      text-shadow: 0px 0px 4px #ED2229;
      color: #f8f8f8; }
    .cafes .panel-group .panel .panel-body {
      border: 0 !important;
      padding: 40px 0 30px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1199px) {
        .cafes .panel-group .panel .panel-body {
          padding: 25px 0 10px; } }
      @media only screen and (max-width: 767px) {
        .cafes .panel-group .panel .panel-body {
          padding: 20px 0 0; } }
      .cafes .panel-group .panel .panel-body .cafes__item {
        display: inline-flex;
        flex-wrap: wrap;
        background: white;
        border-radius: 14px;
        padding: 25px 30px;
        margin-right: 2%;
        width: 18%; }
        @media only screen and (max-width: 1680px) {
          .cafes .panel-group .panel .panel-body .cafes__item {
            padding: 20px 22px;
            width: 18%;
            margin-right: 18px; } }
        @media only screen and (max-width: 1199px) {
          .cafes .panel-group .panel .panel-body .cafes__item {
            margin: 0 15px 15px 0;
            display: flex;
            width: 30%;
            padding: 15px 18px; } }
        @media only screen and (max-width: 991px) {
          .cafes .panel-group .panel .panel-body .cafes__item {
            width: 30%; } }
        @media only screen and (max-width: 767px) {
          .cafes .panel-group .panel .panel-body .cafes__item {
            width: 45%; } }
        @media only screen and (max-width: 479px) {
          .cafes .panel-group .panel .panel-body .cafes__item {
            margin: 0 auto 15px;
            width: 100%;
            max-width: 250px; } }
        .cafes .panel-group .panel .panel-body .cafes__item h4 {
          margin: 0 0 20px;
          width: 100%;
          font-size: 23px;
          color: #411110;
          font-weight: bold;
          line-height: 1.111; }
          @media only screen and (max-width: 1680px) {
            .cafes .panel-group .panel .panel-body .cafes__item h4 {
              font-size: 20px;
              margin: 0 0 15px; } }
          @media only screen and (max-width: 1199px) {
            .cafes .panel-group .panel .panel-body .cafes__item h4 {
              font-size: 18px; } }
        .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem {
          display: flex;
          align-items: center;
          margin: 0 0 6px;
          width: 100%; }
          .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .days {
            display: inline-block;
            padding: 5px 7px;
            border-radius: 5px;
            background-color: #fe4b4a;
            font-size: 20px;
            line-height: 1;
            color: #fffde6;
            text-transform: uppercase;
            margin-right: 14px; }
            @media only screen and (max-width: 1680px) {
              .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .days {
                margin-right: 10px;
                font-size: 18px; } }
            @media only screen and (max-width: 1199px) {
              .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .days {
                font-size: 15px; } }
          .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .times {
            font-size: 20px;
            color: #411110;
            display: inline-block; }
            @media only screen and (max-width: 1680px) {
              .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .times {
                font-size: 18px; } }
            @media only screen and (max-width: 1199px) {
              .cafes .panel-group .panel .panel-body .cafes__item .cafes__subitem .times {
                font-size: 15px; } }

