/* LESS DEFINES*/
/*** Responsive ***/
/********* ALL *********/
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
}
.clearfix {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden;
}
/*** PAGE ***/
.container {
  width: 100%;
  height: 100%;
}
.container.open-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.menu,
.content,
.blue {
  float: left;
}
.menu {
  display: none;
  padding-top: 10px;
  width: 13.2%;
  height: 100%;
}
@media (min-width: 1200px) {
  .menu {
    display: block;
  }
}
.content {
  width: 100%;
}
@media (min-width: 1200px) {
  .content {
    width: 86.8%;
    border-left: 1px solid #c6c6c6;
  }
}
.main-index {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content-main {
  width: 100%;
}
@media (min-width: 1200px) {
  .content-main {
    width: 75%;
    margin-left: 25%;
  }
}
/*** INDEX ***/
.index-img {
  position: absolute;
  top: 0;
  bottom: 105px;
  right: 0;
  width: 75%;
}
@media (min-width: 300px) {
  .index-img {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 750px) {
  .index-img {
    position: absolute;
    top: 55px;
    bottom: 105px;
  }
}
@media (min-width: 1200px) {
  .index-img {
    top: 0;
    width: 75%;
  }
}
.index-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 750px) {
  .index-img-wrap {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .index-img-wrap {
    padding-top: 0;
  }
}
.index-img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 300px) {
  .index-img-wrap img {
    position: relative;
  }
}
@media (min-width: 750px) {
  .index-img-wrap img {
    position: absolute;
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.img-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #002a5b;
  font-size: 0;
  overflow: hidden;
  cursor: ew-resize;
  -webkit-animation: pulse 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: pulse 1.2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-top: -30px;
  margin-left: -30px;
}
.img-arrows-wrap {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
}
.img-prev,
.img-next {
  position: absolute;
  top: 22px;
  cursor: pointer;
}
.img-prev {
  left: 7px;
  border: 8px solid transparent;
  border-right: 8px solid #fff;
}
.img-next {
  right: 7px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.index-countries {
  position: absolute;
  height: 145px;
  bottom: 0;
  right: 0;
  width: 75%;
}
@media (min-width: 300px) {
  .index-countries {
    display: none;
  }
}
@media (min-width: 750px) {
  .index-countries {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .index-countries {
    width: 75%;
  }
}
.index-slide {
  display: block;
  float: left;
  height: 105px;
  width: 25%;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-right: 1px solid #c6c6c6;
  margin-top: 40px;
  transition: height 0.5s margin-top 0.5s;
  /*
  @media @phone{
    float: none;
    width: 100%;
    border: none;
    margin-top: 0;
  }

  @media @tablet{
    float: left;
    width: 25%;
    margin-top: 40px;
    border-right: 1px solid @gray;
  }
  */
}
.index-slide:last-child {
  border: none;
}
/*
.index-slide:nth-child(2n){
  @media @phone{
    background-color: @lightGray;
  }

  @media @tablet{
    background-color: #fff;
  }
}
*/
.index-see-a {
  display: none;
  height: 41px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 13px;
  margin: 0 auto;
}
.index-country {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.index-country img {
  display: inline-block;
  width: 30px;
  height: 20px;
  border: 1px solid #c6c6c6;
}
.index-slide:hover,
.index-slide:active {
  height: 145px;
  color: #fff;
  background: #002a5b;
  border: none;
  margin-top: 0;
  /*
  @media @phone{
    height: 105px;
  }

  @media @tablet{
    height: 145px;
  }
  */
}
.index-slide:hover .index-country,
.index-slide:active .index-country {
  padding-top: 15px;
  /*
    @media @phone{
      padding-top: 20px;
    }

    @media @tablet{
      padding-top: 15px;
    }
    */
}
.index-slide:hover .index-see-a,
.index-slide:active .index-see-a {
  display: inline-block;
  margin-top: 15px;
  /*
      @media @phone{
        display: none;
      }

      @media @tablet{
        display: inline-block;
        margin-top: 15px;
      }
    */
}
/*** MOBILE HEADER ***/
.header {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #c6c6c6;
}
@media (min-width: 1200px) {
  .header {
    display: none;
  }
}
.h-logo {
  float: left;
  width: 70px;
  height: 100%;
  background: url('/visual/images/icons/tasty.svg') center center no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.h-btn {
  float: right;
  width: 40px;
  height: 100%;
  margin-right: 10px;
  background: url('/visual/images/icons/menu.svg') center center no-repeat;
  background-size: contain;
}
.h-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
/*** MENU ***/
.m-wrap {
  position: relative;
  height: 100%;
  min-height: 800px;
}
@media (min-width: 1200px) {
  .m-wrap {
    min-height: 600px;
  }
}
.m-logo {
  width: 88.9%;
  height: 87px;
  background: url('/visual/images/icons/logo.svg') center center no-repeat;
  background-size: contain;
  padding: 0 12.2%;
  margin: 10px auto 240px auto;
}
@media (min-width: 300px) {
  .m-logo {
    margin: 10px auto 95px auto;
  }
}
@media (min-width: 750px) {
  .m-logo {
    margin: 10px auto 124px auto;
  }
}
@media (min-width: 1200px) {
  .m-logo {
    margin: 10px auto 170px auto;
  }
}
@media (min-width: 1500px) {
  .m-logo {
    margin: 10px auto 240px auto;
  }
}
.m-countries-wrap {
  position: relative;
  width: 88.9%;
  height: 118px;
  background: url('/visual/images/icons/tasty.svg') center center no-repeat;
  background-size: contain;
  padding: 0 12.2%;
  margin: 0 auto 33px auto;
}
.m-items-wrap {
  width: 100%;
}
.m-item {
  display: block;
  width: 100%;
  height: 49px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 14px;
  padding-left: 12.2%;
  transition: height 0.3s, background-color 0.3s;
}
.m-item:first-child {
  border-top: 1px solid #c6c6c6;
}
.m-item:last-child {
  padding-top: 5px;
}
.m-item:hover {
  background-color: #e7e7e7;
}
.m-item.active,
.m-item:active {
  background-color: #002a5b;
  color: #fff;
}
.m-share-fixer,
.m-share {
  width: 100%;
  height: 72px;
}
.m-share-fixer {
  clear: both;
}
.m-share {
  position: absolute;
  bottom: 0;
}
.m-share-text {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-bottom: 12px;
}
.m-share-btns {
  width: 100%;
  text-align: center;
}
.m-share-btn {
  display: inline-block;
  width: 31px;
  height: 30px;
  margin-right: 5px;
}
#btn-fb {
  background: url('/visual/images/icons/fb.svg') center center no-repeat;
}
#btn-tw {
  background: url('/visual/images/icons/tw.svg') center center no-repeat;
}
#btn-vk {
  background: url('/visual/images/icons/vk.svg') center center no-repeat;
}
#btn-ok {
  background: url('/visual/images/icons/ok.svg') center center no-repeat;
}
/*** BLUE COLUMN ***/
.blue {
  position: relative;
  display: none;
  width: 11.8%;
  height: 100%;
  background: #1b212d url('/visual/images/blue.png') center center no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .blue {
    display: block;
  }
}
.blue-btn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
.blue-arrow {
  position: absolute;
  left: 10px;
  top: 5px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.blue-item {
  margin-top: 53px;
}
.blue-digit {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 0 auto 15px auto;
}
.blue-text {
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .blue-text {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .blue-text {
    font-size: 14px;
  }
}
/*** PROMO ***/
.rows-wrap {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
@media phone {
  .rows-wrap {
    display: block;
  }
}
@media (min-width: 750px) {
  .rows-wrap {
    display: block;
  }
}
@media (min-width: 1200px) {
  .rows-wrap {
    display: table;
  }
}
.rc-rows {
  width: 92%;
  margin: 0 auto;
}
.row {
  position: relative;
  width: 100%;
  height: auto;
}
.row-cell {
  position: relative;
  display: table-cell;
  width: 50%;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 300px) {
  .row-cell {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (min-width: 750px) {
  .row-cell {
    display: table-cell;
    width: 50%;
  }
}
.row-cell img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  .row-cell img {
    margin: 0;
  }
}
.row-cell p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .row-cell p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.row-cell p:last-child {
  margin-bottom: none;
}
.row-cell h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  .row-cell h2 {
    font-size: 30px;
  }
}
@media phone {
  .row-cell {
    display: block;
  }
}
@media (min-width: 750px) {
  .row-cell {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .row-cell {
    display: table-cell;
  }
}
.cell-right,
.cell-left {
  padding-left: 4.8%;
}
.cell-right {
  background: url('/visual/images/icons/map.svg') center center no-repeat;
  background-size: contain;
  padding-right: 3.3%;
}
.cell-left {
  padding-right: 6.4%;
}
.rc-row {
  padding-top: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #c6c6c6;
}
.rc-row .cell-right {
  padding-right: none;
}
.rc-row:first-child {
  padding-top: 40px;
}
.rc-row:last-child {
  padding-top: 20px;
  padding-bottom: none;
}
.sp-logo,
.ap-logo {
  margin: 10px auto 0 auto;
}
.sp-logo {
  width: 200px;
  height: 57px;
  background: url('/visual/images/icons/sanpellegrino.svg') center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .sp-logo {
    width: 216px;
    height: 61px;
    margin-bottom: 40px;
  }
}
.ap-logo {
  width: 220px;
  height: 97px;
  background: url('/visual/images/icons/aquapanna.svg') center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .ap-logo {
    width: 292px;
    height: 128px;
    margin-bottom: 30px;
  }
}
.p-goto-wrap {
  width: 92%;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  margin: 0 auto 27px auto;
}
.p-goto {
  height: 105px;
  background-color: #e7e7e7;
  text-align: center;
  margin: 14px 0;
}
.p-goto-a {
  display: inline-block;
  height: 41px;
  font-size: 14px;
  color: #002a5b;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #002a5b;
  border-bottom: 1px solid #002a5b;
  padding-top: 10px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .p-goto-a {
    font-size: 18px;
    padding-top: 9px;
    margin-top: 34px;
  }
}
.p-join {
  height: 119px;
  background-color: #002a5b;
  text-align: center;
}
.p-join-text {
  font-size: 12px;
  color: #fff;
  padding-top: 27px;
  margin-bottom: 14px;
}
.p-join-btn {
  display: inline-block;
  width: 31px;
  height: 30px;
  margin: 0 2px;
}
#join-vk {
  background: url('/visual/images/icons/vk-w.svg') center center no-repeat;
}
#join-fb {
  background: url('/visual/images/icons/fb-w.svg') center center no-repeat;
}
#join-in {
  background: url('/visual/images/icons/in-w.svg') center center no-repeat;
}
/*** RECIPE ***/
.rc-head {
  text-align: center;
}
.rc-head img {
  display: inline-block;
  width: 58px;
  height: 38px;
  border: 1px solid #c6c6c6;
}
.rc-head h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0 25px 0;
}
@media (min-width: 1200px) {
  .rc-head h1 {
    font-size: 36px;
    margin: 28px 0 45px 0;
  }
}
.rc-city {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 22px;
}
.rc-close {
  display: none;
  position: absolute;
  right: -25px;
  top: -30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 750px) {
  .rc-close {
    display: block;
  }
}
@media (min-width: 1200px) {
  .rc-close {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.rc-close-img {
  width: 40px;
  height: 40px;
  background: url('/visual/images/icons/close.svg') center center no-repeat;
  fill: #e7e7e7;
  margin: 0 auto 10px auto;
  transition: fill 0.3s;
}
.rc-close-text {
  font-size: 12px;
  color: #e7e7e7;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s;
}
.rc-close:hover .rc-close-img {
  fill: #c6c6c6;
}
.rc-close:hover .rc-close-text {
  color: #c6c6c6;
}
.rc-icons-wrap {
  height: 70px;
  text-align: center;
  font-size: 0;
  margin: 0 auto 40px auto;
}
@media (min-width: 1200px) {
  .rc-icons-wrap {
    height: 100px;
    margin: 0 auto 40px auto;
  }
}
.rc-icons-wrap.right {
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .rc-icons-wrap.right {
    margin-top: 82px;
  }
}
.rc-icon-wrap {
  display: inline-table;
  width: 90px;
  height: 100%;
  border-right: 1px solid #c6c6c6;
}
@media (min-width: 1200px) {
  .rc-icon-wrap {
    width: 130px;
  }
}
.rc-icon-wrap tr {
  display: table-row;
  width: 100%;
  height: 25px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .rc-icon-wrap tr {
    height: 40px;
  }
}
.rc-icon-wrap tr:first-child {
  height: 45px;
}
@media (min-width: 1200px) {
  .rc-icon-wrap tr:first-child {
    height: 60px;
  }
}
.rc-icon-wrap:last-child {
  border-right: none;
}
.rc-icon,
.rc-icon-text {
  width: 100%;
  height: 50%;
  display: table-cell;
  vertical-align: middle;
}
.rc-icon div {
  margin: 0 auto;
}
.rc-icon-text {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .rc-icon-text {
    font-size: 14px;
  }
}
#time {
  width: 35px;
  height: 35px;
  background: url('/visual/images/icons/time.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  #time {
    width: 40px;
    height: 40px;
  }
}
#fire {
  width: 30px;
  height: 37px;
  background: url('/visual/images/icons/fire.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  #fire {
    width: 33px;
    height: 40px;
  }
}
#easy,
#medium,
#hard {
  width: 28px;
  height: 37px;
}
@media (min-width: 1200px) {
  #easy,
  #medium,
  #hard {
    width: 31px;
    height: 40px;
  }
}
#easy {
  background: url('/visual/images/icons/easy.svg') center center no-repeat;
  background-size: contain;
}
#medium {
  background: url('/visual/images/icons/medium.svg') center center no-repeat;
  background-size: contain;
}
#hard {
  background: url('/visual/images/icons/hard.svg') center center no-repeat;
  background-size: contain;
}
#plate {
  width: 42px;
  height: 37px;
  background: url('/visual/images/icons/plate.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  #plate {
    width: 50px;
    height: 44px;
  }
}
#calories {
  width: 34px;
  height: 37px;
  background: url('/visual/images/icons/calories.svg') center center no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  #calories {
    width: 42px;
    height: 44px;
  }
}
.rc-list-wrap {
  display: table;
  position: relative;
  width: 70%;
  font-size: 14px;
  line-height: 1.3em;
  border-collapse: collapse;
  margin: 10px auto 0 auto;
}
@media (min-width: 300px) {
  .rc-list-wrap {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .rc-list-wrap {
    width: 70%;
    font-size: 18px;
  }
}
.rc-list-wrap tr {
  border-bottom: 1px dotted #000;
}
.rc-list-wrap td {
  vertical-align: bottom;
  padding-top: 10px;
}
.rc-list-wrap span {
  position: relative;
  top: 5px;
  background-color: #fff;
}
.rc-list-wrap .ingr-name {
  text-align: left;
}
.rc-list-wrap .ingr-amount {
  width: 22%;
  text-align: right;
  background-color: #fff;
}
.ingr-item {
  width: 90%;
  font-size: 14px;
  margin: 15px auto 0 auto;
}
@media (min-width: 1200px) {
  .ingr-item {
    width: 70%;
    font-size: 18px;
  }
}
.ingr-item:last-child {
  margin-bottom: 20px;
}
/* Slider 1*/
.recipe-slider-row {
  display: block;
}
@media (min-width: 300px) {
  .recipe-slider-row {
    display: none;
  }
}
@media (min-width: 750px) {
  .recipe-slider-row {
    display: block;
  }
}
@media (min-width: 750px) {
  .recipe-mobile {
    display: none;
  }
}
.recipe-slider {
  width: 100%;
  padding-bottom: 60px;
}
.rn-prev,
.rn-next {
  position: absolute;
  bottom: 74px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #002a5b;
  z-index: 10;
}
.arrow-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.arrow-prev,
.arrow-next {
  position: absolute;
  top: 12px;
}
.arrow-prev {
  left: 5px;
  border: 10px solid transparent;
  border-right: 10px solid #002a5b;
}
.arrow-next {
  right: 5px;
  border: 10px solid transparent;
  border-left: 10px solid #002a5b;
}
.recipe-dots {
  width: auto;
  height: 16px;
  margin: 48px auto 0 auto;
}
.recipe-dot {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #002a5b;
  cursor: pointer;
  margin: 0 6px;
}
.recipe-dot.active {
  top: 0;
  width: 16px;
  height: 16px;
  background: url('/visual/images/icons/dot-active.svg') center center no-repeat;
}
.recipe-slide {
  display: table;
  width: 100%;
  height: auto;
}
.slide-text-wrap {
  padding-left: 4.8%;
}
.slide-number {
  position: relative;
  top: -30px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 220px;
  line-height: 220px;
  font-style: italic;
  color: #002a5b;
  z-index: 10;
}
.n-hider {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  padding-left: 9.76%;
  padding-right: 11.78%;
  z-index: 20;
}
.slide-text {
  font-size: 14px;
  line-height: 1.3em;
  background-color: #fff;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .slide-text {
    font-size: 18px;
    padding-top: 25px;
  }
}
/* Location */
.rc-place {
  text-align: center;
}
.location {
  display: inline-block;
  width: 70px;
  height: 95px;
  background: url('/visual/images/icons/location.svg') center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .location {
    width: 87px;
    height: 115px;
  }
}
.loc-a {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #002a5b;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .loc-a {
    font-size: 36px;
  }
}
.loc-text {
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .loc-text {
    font-size: 18px;
  }
}
/* Slider 2 */
.country-slider-wrap {
  position: relative;
  height: 133px;
  border-bottom: 1px solid #c6c6c6;
  padding: 15px 0;
  margin-bottom: 45px;
}
.slider-splitter {
  position: relative;
  width: 93%;
  margin: 0 auto;
}
@media (min-width: 300px) {
  .slider-splitter {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .slider-splitter {
    width: 93%;
  }
}
.country-slider {
  display: none !important;
  height: 100px;
}
@media (min-width: 750px) {
  .country-slider {
    display: block !important;
  }
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: none !important;
}
@media (min-width: 750px) {
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block !important;
  }
}
.cn-prev,
.cn-next {
  display: none;
  position: absolute;
  top: 57px;
  width: 21px;
  height: 21px;
  border-bottom: 2px solid #e7e7e7;
  cursor: pointer;
  transition: border-color 0.3s;
}
@media (min-width: 750px) {
  .cn-prev,
  .cn-next {
    display: block;
  }
}
.cn-prev {
  left: 0;
  border-left: 2px solid #e7e7e7;
  transform: rotate(45deg);
}
.cn-next {
  right: 0;
  border-right: 2px solid #e7e7e7;
  transform: rotate(-45deg);
}
.cn-prev:hover,
.cn-next:hover {
  border-color: #c6c6c6;
}
.side-country,
.center-block {
  float: left;
  height: 100px;
}
.side-country {
  display: block;
  width: 24%;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  padding-top: 27px;
}
.owl-carousel .owl-item .side-country img {
  display: inline-block;
  width: 30px;
  height: 20px;
  border: 1px solid #c6c6c6;
}
.country-name {
  position: relative;
  top: -5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 6px;
}
.dish-name {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
}
@media (min-width: 1200px) {
  .dish-name {
    font-size: 18px;
    padding-top: 12px;
  }
}
.dish-name.index {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .dish-name.index {
    font-size: 20px;
  }
}
.center-block {
  width: 47%;
  height: 100px;
  text-align: center;
  background-color: #e7e7e7;
  margin: 0 1.5%;
}
.see-countries-mobile {
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #e7e7e7;
}
@media (min-width: 750px) {
  .see-countries-mobile {
    display: none;
  }
}
/*** RECIPES WORLD ***/
.recipe-items {
  width: 100%;
  padding: 12px 7px 0 7px;
}
.recipe-item {
  display: block;
  float: left;
  width: 240px;
  height: 340px;
  text-align: center;
  color: #000;
  text-decoration: none;
  margin: 0 5px 20px 5px;
  transition: background-color 0.3s;
}
@media (min-width: 300px) {
  .recipe-item {
    width: 98%;
    height: 435px;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 500px) {
  .recipe-item {
    width: 48%;
    margin: 0 5px 20px 5px;
  }
}
@media (min-width: 750px) {
  .recipe-item {
    width: 240px;
    height: 340px;
    margin: 0 5px 20px 5px;
  }
}
@media (min-width: 1200px) {
  .recipe-item {
    width: 225px;
  }
}
@media (min-width: 1300px) {
  .recipe-item {
    width: 239px;
  }
}
@media (min-width: 1500px) {
  .recipe-item {
    width: 225px;
  }
}
.recipe-item .recipe-item-img {
  width: 100%;
  overflow: hidden;
}
.recipe-item .recipe-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recipe-item:hover {
  background-color: #002a5b;
  color: #fff;
}
