@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
html body {
  width: 1200px;
  font-family: 'Inter', sans-serif;
  margin: auto !important; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html body {
      padding: 0 20px;
      width: 100%; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html body {
      padding: 0 20px;
      width: 100%; } }
html .layout-width {
  width: 1200px;
  margin: auto; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .layout-width {
      width: 100%; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .layout-width {
      width: 100%; } }
html .book-btn {
  background: #E70000;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #F3F3F3;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase; }
  html .book-btn:hover {
    color: #F3F3F3; }
  html .book-btn:visited {
    color: #F3F3F3; }
html .more-btn {
  background: #333333;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #F3F3F3;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase; }
  html .more-btn:hover {
    color: #F3F3F3; }
  html .more-btn:visited {
    color: #F3F3F3; }
html .breadcrumbs {
  font-size: 18px;
  color: #888686;
  margin-top: 45px;
  margin-bottom: 65px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .breadcrumbs {
      display: none; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .breadcrumbs {
      margin-top: 30px;
      margin-bottom: 30px; } }
  html .breadcrumbs a {
    font-size: 18px;
    color: #888686;
    text-decoration: none; }
html .back-home {
  background: #333333;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #F3F3F3 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 65px;
  margin: auto;
  display: table;
  margin-bottom: -50px; }
html .home .entry-header {
  display: none; }
html .home .breadcrumbs {
  display: none; }
html .home header.site-header {
  border-bottom: none; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .home header.site-header .main-navigation .menu-toggle:before {
      content: url(/wp-content/themes/istanbul/images/menu-white.svg);
      z-index: 999; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
  html .home .logo:before {
    content: url(/wp-content/themes/istanbul/images/logo-white.svg) !important; } }
html h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 60px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html h1 {
      font-size: 24px;
      margin-bottom: 30px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html h1 {
      font-size: 36px;
      margin-bottom: 40px; } }
html header.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #003283; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header.site-header {
      height: 90px;
      border-bottom: none; } }
  html header.site-header .logo {
    display: block;
    position: relative; }
    html header.site-header .logo:before {
      content: url(/wp-content/themes/istanbul/images/logo.svg); }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html header.site-header .logo:before {
          content: url(/wp-content/themes/istanbul/images/logo-mob.svg); } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header.site-header #site-navigation.toggled button.menu-toggle:before {
      content: url(/wp-content/themes/istanbul/images/menu-close.svg);
      z-index: 999; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html header.site-header #site-navigation.toggled > div {
      position: absolute;
      top: 0;
      transition: left .3s ease-in-out;
      background-color: #FFFFFE;
      z-index: 9;
      height: auto;
      width: 100%;
      border-top: 1px solid #E7EBE5;
      left: 0;
      animation: fadeIn 0.5s;
      padding-top: 35px; } }
  html header.site-header .main-navigation {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html header.site-header .main-navigation {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        flex-basis: auto;
        order: 2;
        margin-left: 0; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html header.site-header .main-navigation .menu-toggle {
        color: transparent;
        border: none;
        background: transparent;
        padding: 0;
        position: relative;
        margin-bottom: 20px;
        height: 30px; }
        html header.site-header .main-navigation .menu-toggle:before {
          content: url(/wp-content/themes/istanbul/images/menu.svg);
          position: absolute;
          right: 0; } }
    html header.site-header .main-navigation a {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #333333;
      margin-right: 60px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html header.site-header .main-navigation a {
          margin-right: 0;
          font-weight: 400;
          font-size: 18px;
          text-align: center;
          margin-bottom: 30px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html header.site-header .main-navigation a {
          font-size: 14px;
          margin-right: 20px; } }
    html header.site-header .main-navigation li:last-child a {
      margin-right: 0; }
    html header.site-header .main-navigation .current-menu-item a {
      color: #003283; }
html .about-us {
  display: flex;
  margin: 120px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .about-us {
      margin: 50px 0;
      flex-direction: column;
      width: 99vw;
      margin-left: calc(-50vw + 50.8%); } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .about-us {
      margin: 50px 0;
      flex-direction: column;
      width: 99vw;
      margin-left: calc(-50vw + 50.8%); } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .about-us img {
      height: 265px;
      margin-bottom: 40px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .about-us img {
      height: 350px;
      margin-bottom: 40px;
      width: 100%; } }
  html .about-us .info {
    margin-left: 30px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .about-us .info {
        text-align: center;
        margin-left: 0;
        padding: 0 20px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .about-us .info {
        margin-left: 0;
        padding: 0 20px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .about-us .info .likeH2 {
        text-align: left;
        display: block; } }
    html .about-us .info .title {
      margin: 0;
      margin-bottom: 30px; }
    html .about-us .info p {
      font-weight: 400;
      font-size: 18px;
      color: #333333; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .about-us .info p {
          font-size: 14px;
          text-align: left; } }
    html .about-us .info .more-btn {
      margin-top: 62px;
      display: inline-block; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .about-us .info .more-btn {
          margin-top: 20px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .about-us .info .more-btn {
          margin-top: 20px; } }
html .our-features {
  margin: 120px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .our-features {
      margin: 50px 0; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .our-features {
      margin: 50px 0; } }
  html .our-features .likeH2 {
    margin: 0;
    margin-bottom: 60px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .our-features .likeH2 {
        margin-bottom: 30px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .our-features .likeH2 {
        margin-bottom: 30px; } }
  html .our-features .wrapper {
    display: flex; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .our-features .wrapper {
        flex-direction: column; } }
    html .our-features .wrapper .item {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
      border-radius: 15px;
      padding: 32px;
      display: flex;
      align-items: flex-start;
      margin-right: 30px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .our-features .wrapper .item {
          padding: 15px 0;
          align-items: center;
          margin-right: 20px;
          flex-direction: column;
          text-align: center; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .our-features .wrapper .item {
          margin-right: 0;
          margin-bottom: 20px; } }
      html .our-features .wrapper .item:last-child {
        margin-right: 0; }
      html .our-features .wrapper .item span {
        display: block;
        width: 60px;
        line-height: 60px;
        margin-right: 35px;
        background: #E70000;
        text-align: center;
        font-weight: 800;
        font-size: 26px;
        color: #F3F3F3;
        border-radius: 30px;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .our-features .wrapper .item span {
            margin-right: 0;
            margin-bottom: 15px; } }
      html .our-features .wrapper .item .info {
        width: 70%;
        display: inline-block; }
        html .our-features .wrapper .item .info .title {
          font-weight: 600;
          font-size: 20px;
          margin: 0;
          margin-bottom: 10px; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .our-features .wrapper .item .info .title {
              font-size: 16px; } }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html .our-features .wrapper .item .info .title {
              font-size: 18px; } }
        html .our-features .wrapper .item .info p {
          margin: 0; }
          @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
            html .our-features .wrapper .item .info p {
              font-size: 14px; } }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .our-features .wrapper .item .info p {
              font-size: 14px; } }
html .feedback {
  background: url(/wp-content/uploads/2023/06/Rectangle-4696-jpg.webp) no-repeat;
  color: #F3F3F3;
  display: block;
  margin-bottom: 120px;
  padding: 50px 0 85px 50px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .feedback {
      margin-bottom: 50px;
      padding: 50px 20px;
      background-position: 40%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .feedback {
      padding: 30px 20px 50px 20px;
      margin-bottom: 0;
      width: 99vw;
      margin-left: calc(-50vw + 50.8%);
      background-position: 50%;
      text-align: center; } }
  html .feedback .feedback-block .title {
    margin: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .feedback .feedback-block .title {
        font-size: 24px;
        margin-bottom: 10px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .feedback .feedback-block .title {
        font-size: 30px; } }
  html .feedback .feedback-block .txt {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .feedback .feedback-block .txt {
        font-size: 14px;
        margin-bottom: 50px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .feedback .feedback-block .txt {
        font-size: 16px; } }
  html .feedback .feedback-block form {
    display: flex;
    position: relative; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .feedback .feedback-block form {
        flex-direction: column; } }
    html .feedback .feedback-block form p {
      margin: 0; }
    html .feedback .feedback-block form input[type="text"] {
      background: #FFFFFE;
      border-radius: 40px;
      border: none;
      height: 50px;
      font-size: 14px;
      padding-left: 25px;
      outline: none; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .feedback .feedback-block form input[type="text"] {
          width: 100%; } }
    html .feedback .feedback-block form input[type="submit"] {
      background: #333333;
      border-radius: 40px;
      border: none;
      height: 50px;
      color: #F3F3F3;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
      position: absolute;
      left: 275px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .feedback .feedback-block form input[type="submit"] {
          position: initial;
          margin-top: 25px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .feedback .feedback-block form .wpcf7-spinner {
        display: none; } }
html .site-footer {
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  background: #003283;
  color: #FFFFFE;
  padding: 50px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .site-footer {
      padding: 30px 0;
      margin-top: -1px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .site-footer {
      padding: 40px 20px; } }
  html .site-footer .copyright {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 25px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .site-footer .copyright {
        font-size: 14px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .site-footer .copyright {
        display: none; } }
    html .site-footer .copyright span {
      position: relative;
      padding-right: 27px; }
      html .site-footer .copyright span:after {
        content: url(/wp-content/themes/istanbul/images/copyright.svg);
        position: absolute;
        top: 0;
        right: 0; }
  html .site-footer .site-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #FFFFFE;
    padding-bottom: 30px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .site-footer .site-info {
        flex-direction: column;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
        align-items: center; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .site-footer .site-info {
        padding-bottom: 10px; } }
    html .site-footer .site-info .logo-footer .social {
      display: flex;
      justify-content: space-between;
      margin-top: 35px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info .logo-footer .social {
          margin: 20px 0; } }
      html .site-footer .site-info .logo-footer .social .fb {
        background: url(/wp-content/themes/istanbul/images/facebook.svg);
        width: 30px;
        display: block;
        height: 30px; }
      html .site-footer .site-info .logo-footer .social .whatsapp {
        background: url(/wp-content/themes/istanbul/images/whatsapp.svg);
        width: 30px;
        display: block;
        height: 30px; }
      html .site-footer .site-info .logo-footer .social .youtube {
        background: url(/wp-content/themes/istanbul/images/youtube.svg);
        width: 30px;
        display: block;
        height: 30px; }
    html .site-footer .site-info #menu-footer {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info #menu-footer {
          display: none; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .site-footer .site-info #menu-footer {
          display: none; } }
      html .site-footer .site-info #menu-footer li a {
        font-weight: 400;
        font-size: 20px;
        line-height: 110%;
        color: #FFFFFE;
        text-decoration: none;
        margin-bottom: 30px;
        display: block; }
    html .site-footer .site-info .contacts-f > div {
      display: flex;
      font-size: 20px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .site-footer .site-info .contacts-f > div {
          flex-direction: column; } }
      html .site-footer .site-info .contacts-f > div .first-block {
        margin-right: 140px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .site-footer .site-info .contacts-f > div .first-block {
            margin-right: 90px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .site-footer .site-info .contacts-f > div .first-block {
            margin-right: 0; } }
        html .site-footer .site-info .contacts-f > div .first-block .title {
          margin: 0;
          margin-bottom: 25px; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .site-footer .site-info .contacts-f > div .first-block .title {
              font-size: 16px; } }
        html .site-footer .site-info .contacts-f > div .first-block a {
          color: #FFFFFE;
          text-decoration: none;
          display: block;
          position: relative;
          padding-left: 40px;
          margin-bottom: 20px; }
          @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
            html .site-footer .site-info .contacts-f > div .first-block a {
              font-size: 16px; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .site-footer .site-info .contacts-f > div .first-block .phone {
            padding-left: 0; } }
        html .site-footer .site-info .contacts-f > div .first-block .email:before {
          content: url(/wp-content/themes/istanbul/images/sms.svg);
          position: absolute;
          left: 0;
          top: 4px; }
        html .site-footer .site-info .contacts-f > div .first-block .phone:before {
          content: url(/wp-content/themes/istanbul/images/call.svg);
          position: absolute;
          left: 0;
          top: 4px; }
      html .site-footer .site-info .contacts-f > div .second-block .title {
        margin: 0;
        margin-bottom: 25px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .site-footer .site-info .contacts-f > div .second-block .title {
            display: none; } }
      html .site-footer .site-info .contacts-f > div .second-block p {
        margin: 0;
        margin-bottom: 20px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .site-footer .site-info .contacts-f > div .second-block p {
            font-size: 16px; } }
html .main-foto {
  background: url(/wp-content/uploads/2023/06/Rectangle-190-jpg.webp) no-repeat;
  width: 99vw;
  margin-left: calc(-50vw + 50.8%);
  background-size: cover;
  color: #F3F3F3;
  padding: 200px 0;
  margin-top: -23px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .main-foto {
      padding: 120px 0;
      margin-top: -120px;
      text-align: center;
      padding-bottom: 100px;
      background-position: 60%; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .main-foto {
      padding: 100px 0;
      text-align: center;
      background-position: 75%; } }
  html .main-foto .first-txt {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-foto .first-txt {
        font-size: 16px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .main-foto .first-txt {
        font-size: 20px; } }
  html .main-foto .title {
    font-weight: 800;
    font-size: 112px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 15px 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-foto .title {
        font-size: 70px;
        margin-bottom: 200px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .main-foto .title {
        font-size: 74px; } }
  html .main-foto .small-txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    width: 55%;
    margin-bottom: 45px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .main-foto .small-txt {
        display: none; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .main-foto .small-txt {
        width: 75%;
        margin: auto;
        margin-bottom: 45px;
        font-size: 16px; } }
html .wrapper-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .wrapper-news {
      margin-bottom: 30px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .wrapper-news {
      margin-bottom: 50px; } }
  html .wrapper-news article {
    position: relative;
    width: 49%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .wrapper-news article {
        width: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .wrapper-news article:last-child {
        display: none; } }
    html .wrapper-news article .category-post {
      background: #E70000;
      border-radius: 50px;
      font-weight: 700;
      font-size: 12px;
      color: #FFFFFE;
      padding: 7px 35px;
      position: absolute;
      top: 35px;
      right: 45px;
      text-transform: uppercase; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-news article .category-post {
          right: 20px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .wrapper-news article .category-post {
          right: 20px; } }
      html .wrapper-news article .category-post + img {
        width: 100%; }
    html .wrapper-news article .info-post {
      padding: 0 70px 20px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-news article .info-post {
          padding: 0 30px 20px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .wrapper-news article .info-post {
          padding: 0 20px 20px; } }
      html .wrapper-news article .info-post .foto-author {
        margin-top: -50px; }
      html .wrapper-news article .info-post .title {
        font-weight: 700;
        font-size: 24px;
        margin: 0; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapper-news article .info-post .title {
            font-size: 18px; } }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .wrapper-news article .info-post .title {
            font-size: 18px; } }
      html .wrapper-news article .info-post .excerpt {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 30px;
        height: 85px;
        display: block; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapper-news article .info-post .excerpt {
            margin-bottom: 20px;
            height: auto; } }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .wrapper-news article .info-post .excerpt {
            margin-bottom: 20px;
            height: auto; } }
      html .wrapper-news article .info-post .more-news {
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
        color: #003283; }
        html .wrapper-news article .info-post .more-news:hover {
          color: #E70000; }
    html .wrapper-news article .date-autor {
      font-size: 12px;
      color: #BDBDBD;
      border-top: 1px solid #BDBDBD;
      margin: 0 70px;
      padding: 20px 0 35px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-news article .date-autor {
          padding: 20px 0 20px;
          margin: 0 30px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .wrapper-news article .date-autor {
          padding: 20px 0 20px;
          margin: 0 20px; } }
html .nav-links a {
  font-size: 18px;
  color: #003283;
  text-decoration: none;
  position: relative; }
html .nav-links .nav-previous {
  display: flex;
  align-items: center; }
  html .nav-links .nav-previous:before {
    content: url(/wp-content/themes/istanbul/images/ei_arrow-up.svg); }
  html .nav-links .nav-previous a {
    padding-left: 20px; }
html .nav-links .nav-next {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  html .nav-links .nav-next:after {
    content: url(/wp-content/themes/istanbul/images/ei_arrow-up2.svg); }
  html .nav-links .nav-next a {
    padding-right: 20px; }
html .single-post .site-main {
  margin-bottom: 130px;
  font-size: 18px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .single-post .site-main {
      margin-bottom: 50px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .single-post .site-main {
      margin-bottom: 50px;
      font-size: 16px; } }
  html .single-post .site-main article {
    margin-bottom: 100px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .single-post .site-main article {
        margin-bottom: 0; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .single-post .site-main article {
        margin-bottom: 50px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .single-post .site-main .mob-img {
      width: 99vw;
      margin-left: calc(-50vw + 50.8%); } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .single-post .site-main .mob-img img {
      height: 250px;
      object-fit: cover;
      object-position: -70px; } }
  html .single-post .site-main .flex-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .single-post .site-main .flex-news {
        margin-top: 0;
        flex-direction: column;
        width: 99vw;
        margin-left: calc(-50vw + 50.8%); } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .single-post .site-main .flex-news:nth-child(3) {
        display: flex;
        flex-direction: column-reverse; } }
    html .single-post .site-main .flex-news .txt {
      width: 55%; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .single-post .site-main .flex-news .txt {
          font-size: 16px;
          width: 48%; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .single-post .site-main .flex-news .txt {
          width: 100%;
          padding: 0 20px;
          font-size: 14px; } }
      html .single-post .site-main .flex-news .txt span {
        text-decoration: underline; }
      html .single-post .site-main .flex-news .txt .title {
        font-weight: 700;
        font-size: 24px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .single-post .site-main .flex-news .txt .title {
            font-size: 18px;
            margin-bottom: 0; } }
      html .single-post .site-main .flex-news .txt ul {
        margin: 0;
        padding: 20px; }
        html .single-post .site-main .flex-news .txt ul span {
          text-decoration: underline; }
    html .single-post .site-main .flex-news .foto {
      width: 43%; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .single-post .site-main .flex-news .foto {
          width: 50%; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .single-post .site-main .flex-news .foto {
          width: 100%; } }
      html .single-post .site-main .flex-news .foto .small-txt {
        font-style: italic;
        margin: 0;
        text-align: center; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .single-post .site-main .flex-news .foto .small-txt {
            font-size: 14px; } }
      html .single-post .site-main .flex-news .foto img {
        width: 100%; }
    html .single-post .site-main .flex-news img {
      width: 43%; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .single-post .site-main .flex-news img {
          width: 50%; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .single-post .site-main .flex-news img {
          width: 100%; } }
  html .single-post .site-main .autor {
    display: flex;
    align-items: center; }
    html .single-post .site-main .autor p {
      margin: 0; }
    html .single-post .site-main .autor .position {
      font-style: italic;
      font-size: 14px; }
    html .single-post .site-main .autor img {
      margin-right: 20px; }
html .wrapper-contacts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .wrapper-contacts {
      margin-bottom: 50px;
      flex-direction: column; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .wrapper-contacts {
      margin-bottom: 10px;
      font-size: 24px;
      flex-direction: column; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .wrapper-contacts .map iframe {
      width: 100%; } }
  html .wrapper-contacts .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .wrapper-contacts .info {
        flex-direction: row;
        justify-content: space-between; } }
    html .wrapper-contacts .info .likeH2 {
      color: #003283;
      margin: 0;
      margin-bottom: 20px;
      font-size: 32px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-contacts .info .likeH2 {
          font-size: 21px; } }
    html .wrapper-contacts .info p {
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 20px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-contacts .info p {
          font-size: 18px; } }
    html .wrapper-contacts .info a {
      font-size: 20px;
      display: block;
      text-decoration: none;
      color: #333333;
      margin-bottom: 25px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-contacts .info a {
          font-size: 18px; } }
    html .wrapper-contacts .info .mail {
      position: relative;
      padding-left: 40px; }
      html .wrapper-contacts .info .mail:before {
        content: url(/wp-content/themes/istanbul/images/sms-d.svg);
        position: absolute;
        left: 0;
        top: 4px; }
    html .wrapper-contacts .info .phone {
      position: relative;
      padding-left: 40px; }
      html .wrapper-contacts .info .phone:before {
        content: url(/wp-content/themes/istanbul/images/call-d.svg);
        position: absolute;
        left: 0;
        top: 2px; }
html .press-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .press-center {
      margin-bottom: 50px;
      flex-direction: column; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .press-center {
      margin-bottom: 50px; } }
  html .press-center > div {
    display: flex;
    align-items: center; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .press-center > div {
        flex-wrap: wrap;
        justify-content: space-between; } }
    html .press-center > div .about {
      margin-left: 20px; }
      html .press-center > div .about .name {
        font-size: 18px;
        margin: 0; }
      html .press-center > div .about .position {
        font-style: italic;
        font-weight: 300;
        font-size: 14px;
        margin: 5px 0; }
      html .press-center > div .about a {
        font-weight: 500;
        font-size: 14px;
        color: #003283;
        font-style: italic;
        text-decoration: none; }
html .flex-block {
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .flex-block {
      flex-direction: column;
      width: 99vw;
      margin-left: calc(-50vw + 50.8%); } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .flex-block {
      flex-direction: column; } }
  html .flex-block img {
    width: 55%; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .flex-block img {
        width: 100%; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .flex-block img {
        width: 100%; } }
  html .flex-block div {
    width: 40%;
    font-size: 18px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .flex-block div {
        width: 100%;
        font-size: 14px;
        padding: 0 20px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .flex-block div {
        width: 100%;
        font-size: 16px; } }
html .our-awards {
  margin: 100px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .our-awards {
      margin: 50px 0; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .our-awards {
      margin: 50px 0; } }
  html .our-awards .icons {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .our-awards .icons {
        flex-direction: column; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .our-awards .icons img {
        margin-bottom: 20px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .our-awards .icons img {
        width: 115px; } }
html .awards {
  width: 85%;
  margin: auto;
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .awards {
      width: 100%;
      margin-bottom: 50px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .awards {
      margin-bottom: 50px; } }
  html .awards .main-txt {
    font-style: italic;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .awards .main-txt {
        font-size: 24px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .awards .main-txt {
        font-size: 24px; } }
    html .awards .main-txt span {
      color: #003283; }
  html .awards .autor {
    font-size: 22px;
    text-align: center;
    margin: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .awards .autor {
        font-size: 16px; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .awards .autor {
        font-size: 16px; } }
html .why-travel {
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .why-travel {
      margin-bottom: 50px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .why-travel {
      margin-bottom: 50px; } }
  html .why-travel .item {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .why-travel .item {
        flex-direction: column; } }
    html .why-travel .item div {
      box-shadow: 0px 4px 18px rgba(217, 217, 217, 0.5);
      border-radius: 8px;
      text-align: center;
      padding: 25px 20px;
      width: 280px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .why-travel .item div {
          padding: 20px 15px;
          width: 24%; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .why-travel .item div {
          width: 100%;
          margin-bottom: 20px; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .why-travel .item div img {
          width: 70px; } }
      html .why-travel .item div span {
        display: block;
        font-weight: 400;
        font-size: 20px;
        margin-top: 20px; }
        @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
          html .why-travel .item div span {
            font-size: 16px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
  html .our-blog {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px; } }
html .our-blog .head-sec {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  html .our-blog .head-sec .more-news {
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    color: #003283; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .our-blog .head-sec .more-news {
        font-size: 20px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .our-blog .head-sec .more-news {
        position: absolute;
        bottom: 0;
        padding: 16px;
        background: #333333;
        border-radius: 40px;
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFE;
        text-transform: uppercase;
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        text-align: center; } }
    html .our-blog .head-sec .more-news:visited {
      color: #003283; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .our-blog .head-sec .more-news:visited {
          color: #FFFFFE; } }
html .modalForm {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000099;
  animation: fadeIn 0.5s; }
  html .modalForm .hidden-form-test {
    width: 500px;
    margin: auto;
    background: #FFFFFE;
    padding: 50px;
    margin-top: 5%;
    position: relative;
    border-radius: 15px;
    padding-bottom: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .modalForm .hidden-form-test {
        padding: 30px;
        margin: 0 10px;
        width: auto;
        padding-bottom: 0; } }
    html .modalForm .hidden-form-test .close {
      font-size: 30px;
      position: absolute;
      right: 25px;
      top: 20px;
      cursor: pointer; }
    html .modalForm .hidden-form-test .wpcf7 form .wpcf7-response-output {
      display: none; }
    html .modalForm .hidden-form-test .book-form .title {
      font-weight: 600;
      font-size: 56px;
      text-align: center;
      margin: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .modalForm .hidden-form-test .book-form .title {
          font-size: 28px; } }
    html .modalForm .hidden-form-test .book-form .txt {
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      margin-top: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .modalForm .hidden-form-test .book-form .txt {
          font-size: 14px; } }
    html .modalForm .hidden-form-test .book-form input[type="text"],
    html .modalForm .hidden-form-test .book-form input[type="email"] {
      border: 1px solid #C2C5CC;
      border-radius: 4px;
      height: 50px;
      width: 100%;
      font-size: 14px;
      padding-left: 20px;
      outline: none; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .modalForm .hidden-form-test .book-form input[type="text"],
        html .modalForm .hidden-form-test .book-form input[type="email"] {
          font-size: 12px; } }
    html .modalForm .hidden-form-test .book-form input[type="submit"] {
      background: #E70000;
      border-radius: 40px;
      font-weight: 700;
      font-size: 16px;
      color: #F3F3F3;
      padding: 16px 32px;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      margin: auto;
      display: flex;
      cursor: pointer; }
    html .modalForm .hidden-form-test .book-form .wpcf7-not-valid-tip {
      font-size: 12px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .modalForm .hidden-form-test .book-form .wpcf7-not-valid-tip {
          font-size: 10px; } }
html .modalForm.modal_active {
  display: block; }
html .wrapper-tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px; }
  html .wrapper-tour article {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    width: 32%;
    padding: 32px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .wrapper-tour article {
        width: 100%; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .wrapper-tour article {
        width: 48%; } }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
      html .wrapper-tour article img {
        width: 100%; } }
    html .wrapper-tour article .head-tour {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin: 25px 0 15px; }
      html .wrapper-tour article .head-tour .title {
        font-weight: 600;
        font-size: 24px;
        margin: 0; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapper-tour article .head-tour .title {
            font-size: 20px; } }
      html .wrapper-tour article .head-tour .stars {
        margin: 0;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        color: #E70000;
        padding-left: 25px; }
        html .wrapper-tour article .head-tour .stars:before {
          content: url(/wp-content/themes/istanbul/images/star.svg);
          position: absolute;
          left: 0;
          bottom: -1px; }
    html .wrapper-tour article .content {
      font-size: 18px; }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .wrapper-tour article .content {
          font-size: 16px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .wrapper-tour article .content {
          font-size: 14px; } }
    html .wrapper-tour article .footer-tour {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      html .wrapper-tour article .footer-tour span {
        font-weight: 600;
        font-size: 24px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .wrapper-tour article .footer-tour span {
            font-size: 20px; } }
      html .wrapper-tour article .footer-tour .book-btn {
        padding: 13px 32px; }
html .destinations {
  margin-bottom: 100px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .destinations {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 90px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .destinations {
      margin-bottom: 50px; } }
  html .destinations .slick-nav__wrap {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .destinations .slick-nav__wrap {
        justify-content: center; } }
    html .destinations .slick-nav__wrap .slick-arrow {
      cursor: pointer; }
    html .destinations .slick-nav__wrap .wrraper-num {
      font-size: 24px;
      display: flex;
      align-items: center;
      padding: 0 20px; }
  html .destinations .head-sec {
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
    html .destinations .head-sec .more-news {
      font-weight: 400;
      font-size: 24px;
      text-decoration: none;
      color: #003283; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .destinations .head-sec .more-news {
          position: absolute;
          bottom: 0;
          background: #333333;
          border-radius: 40px;
          padding: 16px;
          color: #FFFFFE;
          font-size: 16px;
          text-transform: uppercase;
          left: 50%;
          transform: translateX(-50%);
          width: 230px;
          text-align: center;
          font-weight: 700; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .destinations .head-sec .more-news {
          font-size: 20px; } }
      html .destinations .head-sec .more-news:visited {
        color: #003283; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .destinations .head-sec .more-news:visited {
            color: #FFFFFE; } }
  html .destinations .destinations-slider .slick-list {
    padding-left: 2px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .destinations .destinations-slider .slick-list {
        padding-left: 0; } }
  html .destinations .destinations-slider .slick-slide {
    margin-right: 30px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .destinations .destinations-slider .slick-slide {
        margin-right: 0; } }
  html .destinations .destinations-slider article {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 30px; }
    html .destinations .destinations-slider article img {
      width: 100%; }
    html .destinations .destinations-slider article .content {
      width: 320px;
      font-size: 18px;
      height: 110px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        html .destinations .destinations-slider article .content {
          width: 100%;
          font-size: 14px;
          height: auto; } }
      @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
        html .destinations .destinations-slider article .content {
          width: 100%;
          font-size: 14px;
          height: 90px; } }
    html .destinations .destinations-slider article .head-tour {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin: 25px 0 15px; }
      html .destinations .destinations-slider article .head-tour .title {
        font-weight: 600;
        font-size: 24px;
        margin: 0; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .destinations .destinations-slider article .head-tour .title {
            font-size: 20px; } }
      html .destinations .destinations-slider article .head-tour .stars {
        margin: 0;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        color: #E70000;
        padding-left: 25px; }
        html .destinations .destinations-slider article .head-tour .stars:before {
          content: url(/wp-content/themes/istanbul/images/star.svg);
          position: absolute;
          left: 0;
          bottom: -1px; }
    html .destinations .destinations-slider article .footer-tour {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      html .destinations .destinations-slider article .footer-tour span {
        font-weight: 600;
        font-size: 24px; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
          html .destinations .destinations-slider article .footer-tour span {
            font-size: 20px; } }
      html .destinations .destinations-slider article .footer-tour .book-btn {
        padding: 13px 32px; }
html .pum-theme-lightbox .pum-container {
  border-radius: 15px;
  border: none;
  box-shadow: none;
  padding: 30px; }
html .pum-theme-lightbox .pum-content + .pum-close {
  right: 15px;
  top: 15px;
  color: black;
  font-size: 26px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent; }
html .wrapperClose {
  text-align: center; }
  html .wrapperClose .titleClose {
    font-size: 30px;
    margin-bottom: 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      html .wrapperClose .titleClose {
        font-size: 21px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
  html .post-navigation .nav-links {
    display: none; } }
html .likeH2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #333333;
  text-transform: uppercase; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    html .likeH2 {
      font-size: 24px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1280px) {
    html .likeH2 {
      font-size: 24px; } }

/*# sourceMappingURL=main.css.map */
