@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700|PT+Sans:400,700&subset=cyrillic");
/* ===== CUSTOM CSS ===== */
.blog_main-container,
.blog_main-container *,
.blog_main-container *:before,
.blog_main-container *:after,
.blog_footer,
.blog_footer *,
.blog_footer *:before,
.blog_footer *:after {
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  line-height: normal;
}

/*general*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.posrel {
  position: relative;
}

.flx {
  display: flex;
}

.flx-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body {
  margin: 0;
  padding: 0;
}

.blog_container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.blue-link {
  text-decoration: none;
  color: #1270b2;
}

.blue-link:hover {
  color: #e1582c;
}

.blog_column-title,
.blog_subscribe-form-title,
.blog_popular-post-title a,
.blog_other-post-title a,
.blog_col-title,
.blog_sm-article-title a,
.blog_article-title {
  font-family: "PT Sans Caption";
}

/*header*/
.blog_header {
  background: #E2580A;
  padding: 10px 0;
  color: #fff;
}

.blog_header-search-login [data-foxy-container=login-button] {
  float: right;
}
.blog_header-search-login [data-foxy-container=login-button] div {
  line-height: 25px;
}

.blog_header-login-btn {
  width: 101px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog_header-login-btn:hover {
  color: #e2580a;
  background-color: #fff;
}

.blog_search-container {
  margin-right: 20px;
}

.blog_search-wrap {
  max-width: 245px;
  position: relative;
}

.blog_search-wrap .blog_search-input {
  height: 30px;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 0 47px 0 10px;
  display: block;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  outline: 0 none;
  -webkit-appearance: initial;
}

.blog_header-search-btn {
  cursor: pointer;
  background: url(../img/search-bg.png) no-repeat right top;
  width: 37px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.blog_header-menu {
  padding: 0;
  margin: 0 30px 0 0;
}

.blog_header-menu li {
  list-style-type: none;
  margin-left: 25px;
  display: inline-block;
  position: relative;
}

.blog_header-menu li:hover:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
}

.blog_header-menu li a {
  display: block;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 27px;
  height: 30px;
  text-decoration: none;
  outline: 0 none;
  color: #fff;
}
.blog_header-menu li a:hover {
  color: inherit;
}

.blog_logo-container {
  position: absolute;
  width: 350px;
  height: 29px;
  left: 4px;
}

.blog_logo {
  width: 200px;
  height: 35px;
  background: url(../img/logo-header-low-res.png) no-repeat center;
  background-image: -webkit-image-set(url(../img/logo-header-low-res.png) 1x, url(../img/logo-header.png) 2x);
  display: block;
  text-decoration: none;
  outline: 0 none;
  position: relative;
  top: -5px;
}

.blog_slogan {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.header-bottom {
  height: 240px;
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  padding: 85px 0 59px 0;
}
.header-bottom .b-banner-title {
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
  font-size: 51px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 640px) {
  .header-bottom .b-banner-title {
    font-size: 36px;
    line-height: normal;
  }

  body .b-guide .b-guide-step .b-guide-step-text .b-guide-cashback-link {
    height: auto;
  }
}
.cashback-button.mobile-visible {
  display: none;
}

@media (max-width: 740px) {
  .cashback-button.mobile-visible {
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0;
    width: 100%;
  }

  .top-banner-container {
    display: block !important;
    width: 320px !important;
    margin: 0 auto;
  }
}
@media (max-width: 470px) {
  .header-bottom {
    padding: 0;
    display: flex;
    align-items: center;
  }

  body .b-guide .b-note {
    height: auto;
  }

  body .b-guide .b-note::after {
    min-width: 10px;
    top: 0;
    left: 0;
    background-color: #e2580a;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
  }

  body .b-guide .b-note p {
    line-height: normal;
    padding: 10px 15px;
  }
}
.b-button {
  display: inline-block;
  min-width: 218px;
  max-width: 300px;
  height: 40px;
  line-height: 37px;
  background-color: #44b9f1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 14px;
  border-bottom: 3px solid #1e3e79;
  cursor: pointer;
  margin: 0 0 24px 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.b-button:hover {
  background-color: #1e3e79;
  border-bottom-color: #54bdf1;
  color: #fff;
}

.b-guide {
  background-color: #f0edec;
  padding: 48px 0 50px 0;
}
.b-guide .b-note {
  height: 40px;
  position: relative;
}
.b-guide .b-note .blog_container {
  z-index: 1;
}
.b-guide .b-note:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #e2580a;
  width: 52%;
  display: block;
  height: 42px;
}
.b-guide .b-note p {
  color: #fff;
  line-height: 40px;
  font-size: 17px;
  font-weight: 700;
}
.b-guide .b-guide-step {
  padding-left: 43px;
  margin-bottom: 35px;
  position: relative;
}
.b-guide .b-guide-step .b-guide-step-number {
  position: absolute;
  left: 0;
  color: #44b9f1;
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.b-guide .b-guide-step .b-guide-step-title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
.b-guide .b-guide-step .b-guide-step-text {
  color: #555555;
  font-size: 15px;
  line-height: 22px;
}
.b-guide .b-guide-step .b-guide-step-text .b-guide-cashback-link {
  display: inline-block;
  width: auto;
  height: 35px;
  line-height: 35px;
  margin: 0 9px;
  padding: 0 10px;
  box-shadow: 0 2px 0 #c9c6c4;
  border-radius: 3px;
  background-color: #fff;
}
.b-guide .b-guide-step .b-guide-step-text .b-guide-cashback-link a, .b-guide .b-guide-step .b-guide-step-text .b-guide-cashback-link span {
  background-color: transparent;
}
.b-guide .b-guide-step .b-guide-step-text .b-guide-cashback-link button {
  background-color: #e2580a !important;
}
.b-guide .b-guide-step .b-guide-step-text span {
  color: #222222;
  font-weight: 700;
}
.b-guide .b-guide-step .b-guide-step-text a {
  color: #e2580a;
}

.b-faq {
  padding-top: 45px;
  padding-bottom: 45px;
}
.b-faq h2 {
  max-width: 638px;
  width: 41%;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 17px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e2580a;
}
.b-faq .b-support {
  max-width: 463px;
  box-shadow: inset 0 3px 0 #e2580a;
  border: 1px solid #c9c6c4;
  border-top: none;
  padding: 32px 33px 5px 33px;
}
.b-faq .b-support .b-button {
  margin-top: 20px;
}
.b-faq .b-support p {
  color: #555;
  font-size: 15px;
}
.b-faq .b-support a {
  font-weight: 700;
  font-size: 17px;
  color: #555;
}
.b-faq .b-faq-list {
  margin: 32px 0;
  list-style: none;
  padding-left: 0;
}
.b-faq .b-faq-list .b-faq-item {
  margin-bottom: 20px;
  line-height: 22px;
}
.b-faq .b-faq-list .b-faq-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.b-faq .b-faq-list .b-faq-item .b-faq-question {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.b-faq .b-faq-list .b-faq-item .b-faq-answer {
  color: #555;
  padding-bottom: 12px;
}

.cashback-button {
  display: block;
  height: 47px;
  line-height: 47px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 0 14px;
  border: 1px solid #44b9f1;
  background-color: #44b9f1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 0px 0px #1e3e79;
  -moz-box-shadow: 0px 3px 0px 0px #1e3e79;
  box-shadow: 0px 3px 0px 0px #1e3e79;
}
.cashback-button:hover {
  color: #fff;
}
.cashback-button span {
  color: #1e3e79;
}

.booking-block {
  display: block;
  background: url(../img/booking-bg.png) no-repeat;
  background-color: #1e3e79;
  background-size: cover;
  border-top: 3px solid #00adef;
  color: #fff;
  padding: 17px 65px 20px 65px;
  margin: 15px 0 0 0;
  text-align: center;
}
.booking-block:hover {
  color: #fff;
}
.booking-block p {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.booking-block p span {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  padding: 7px 0;
  text-transform: lowercase;
}
.booking-block img {
  margin-top: 7px;
}

/*media header*/
@media all and (max-width: 1190px) {
  .cashback-button {
    margin-right: -15px;
  }
}
@media all and (max-width: 1050px) {
  .blog_header {
    height: 90px;
  }

  .blog_header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center;
    margin: 0;
  }

  .blog_header-menu li:first-child {
    margin-left: 0;
  }

  .b-guide .b-note:after {
    min-width: 510px;
  }
}
@media all and (max-width: 830px) {
  .blog_header-menu {
    left: 15px;
    text-align: left;
  }

  .blog_header-search-login {
    position: absolute;
    right: 15px;
    top: 40px;
  }

  .cashback-button {
    display: none;
  }
}
@media all and (max-width: 690px) {
  .blog_header {
    height: 127px;
  }

  .blog_header-menu {
    top: 77px;
    text-align: center;
    right: 15px;
  }

  .blog_header-search-login {
    left: 15px;
  }

  .blog_search-container {
    float: none;
    margin: 0;
  }

  .blog_search-wrap {
    width: auto;
    margin-right: 121px;
  }

  .blog_header-login-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 420px) {
  .blog_search-wrap {
    margin-right: 91px;
  }

  .blog_header-login-btn {
    width: 71px;
  }
}
@media all and (max-width: 400px) {
  .blog_logo-container {
    height: 47px;
    width: 230px;
  }

  .blog_slogan {
    left: 10px;
    right: auto;
  }

  .blog_header-search-login {
    top: 55px;
  }

  .blog_header-menu {
    top: 88px;
  }

  .blog_header {
    height: 134px;
  }
}
/*content*/
.blog_row {
  display: table;
  width: 100%;
}

.blog_col {
  display: table-cell;
  vertical-align: top;
}

.blog_popular-posts-container .blog_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog_popular-posts-container .blog_left-large-col {
  width: calc(100% - 320px);
}

.blog_popular-posts-container .blog_right-large-col {
  flex-basis: 320px;
}

.blog_right-large-col {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  padding-left: 20px;
}

.blog_right-large-col.flx {
  display: flex;
}

/*main popular posts*/
.blog_popular-posts-container {
  padding: 20px 0;
  background-color: #F0EDEC;
}

.blog_popular-posts-row {
  background-color: #fff;
  padding: 20px 10px;
  border-bottom: 2px solid #C9C6C4;
}

.blog_popular-posts-row .owl-prev,
.blog_popular-posts-row .owl-next {
  position: absolute;
  top: 150px;
  transform: translateY(-50%);
  background: url("data:image/png;base64,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") no-repeat center center/auto 100%;
  height: 70px;
  width: 33px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
@media all and (max-width: 740px) {
  .blog_popular-posts-row .owl-prev,
.blog_popular-posts-row .owl-next {
    top: 145px;
  }
}
@media all and (max-width: 420px) {
  .blog_popular-posts-row .owl-prev,
.blog_popular-posts-row .owl-next {
    top: 97px;
    height: 50px;
    width: 30px;
  }
}

.blog_popular-posts-row .owl-prev {
  left: 30px;
  background-position: -2px top;
}
@media all and (max-width: 420px) {
  .blog_popular-posts-row .owl-prev {
    left: 20px;
  }
}

.blog_popular-posts-row .owl-next {
  right: 30px;
  background-position: -56px top;
}
@media all and (max-width: 420px) {
  .blog_popular-posts-row .owl-next {
    right: 20px;
    background-position: -37px top;
  }
}

.blog_popular-posts-row .owl-nav [class*=owl-].disabled {
  opacity: 0;
}

.blog_popular-posts-col {
  float: left;
  /*width: 50%;*/
  padding: 0 10px;
}

.blog_popular-post-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  display: block;
  color: #fff;
}

.blog_popular-post-img:hover {
  opacity: 0.85;
}

.blog_popular-post-img,
.blog_popular-post-img * {
  text-decoration: none;
}

.blog_popular-post-img-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.35);
  line-height: 15px;
  padding: 0 4px 1px;
}

.blog_other-post-rev,
.blog_other-post-sub,
.blog_other-post-date,
.blog_popular-post-img-rev,
.blog_popular-post-img-sub {
  display: inline-block;
  font-size: 12px;
  color: #979c9a;
  line-height: 15px;
}

.blog_other-post-sub,
.blog_popular-post-img-sub {
  margin-left: 9px;
  padding-left: 16px;
  background: url(../img/star.png) no-repeat left top;
}

.blog_popular-post-title {
  padding: 10px 20px 4px 1px;
}

.blog_popular-post-title a,
.blog_other-post-title a {
  text-decoration: none;
  color: #333333;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
}

.blog_other-post-title a {
  font-size: 17px;
}

.blog_popular-post-title a:hover,
.blog_other-post-title a:hover {
  color: #E2580A;
}

.blog_popular-post-desc {
  color: #333333;
  font-size: 15px;
  padding-left: 1px;
}

.blog_col.blog_right-large-col > ins {
  position: sticky;
  top: 20px;
}

.blog_subscribe-form.fixed {
  position: fixed;
  top: 20px;
}

.blog_subscribe-form.abs {
  position: absolute;
  bottom: 0;
}

@media all and (min-width: 741px) and (max-width: 1050px) {
  .home .blog_subscribe-form {
    margin: 0 auto;
  }
}
/*media main popular posts*/
@media all and (max-width: 1050px) {
  .check-right-col {
    display: none;
  }

  .blog_left-large-col,
.blog_right-large-col {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .blog_popular-posts-container {
    padding-bottom: 5px;
  }

  .blog_subscribe-container br {
    display: none;
  }

  .blog_subscribe-container {
    max-width: 530px;
    margin: 0 auto;
  }

  .blog_popular-posts-row {
    margin-bottom: 10px;
  }

  .blog_subscribe-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 740px) {
  .blog_popular-posts-row {
    max-width: 530px;
    margin: 0 auto 10px;
    padding: 15px 5px;
  }

  .blog_popular-posts-col {
    float: none;
    width: 100%;
  }

  .blog_popular-posts-col:first-child .blog_popular-post-desc {
    /*padding-bottom: 15px;        margin-bottom: 15px;        margin-left: -16px;        margin-right: -15px;        padding-left: 16px;        padding-right: 15px;        border-bottom: 15px solid #F0EDEC;*/
  }

  .blog_popular-posts-row {
    border-bottom: none;
  }
}
@media all and (max-width: 420px) {
  .blog_popular-post-img {
    height: 220px;
    /*margin: 0 -15px;*/
  }

  .blog_popular-post-title,
.blog_popular-post-desc {
    /*padding-left: 0;        padding-right: 0;*/
  }

  .blog_popular-posts-col:first-child .blog_popular-post-desc {
    /*margin-left: -15px;        padding-left: 15px;        margin-bottom: 0;*/
  }
}
@media all and (max-width: 360px) {
  .blog_popular-post-img {
    height: 180px;
  }
}
/*main other posts*/
.blog_other-posts-container {
  padding: 12px 0 20px;
  background-color: #fff;
}

.blog_left-small-col {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding-right: 20px;
}

.blog_col-title {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #A9A9A9;
  padding: 5px 0;
}

.blog_col-title.orange,
.blog_other-posts-col .blog_col-title {
  border-color: #E2580A;
}

.blog_links-col .blog_col-title {
  border-color: #fff;
}

/*other posts*/
.blog_other-post {
  display: table;
  vertical-align: top;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #E5E4E3;
}

.blog_other-post-col {
  display: table-cell;
  vertical-align: top;
}

.blog_other-post-img-col {
  width: 265px;
  min-width: 265px;
  max-width: 265px;
  padding-right: 15px;
}

.blog_other-post-img {
  width: 250px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.blog_other-post-img:hover {
  opacity: 0.85;
}

.blog_other-post-info-col .posrel {
  height: 150px;
  overflow: hidden;
}

.blog_other-post-title {
  padding: 0 10px 4px 0;
  margin-top: -1px;
}

.blog_other-post-desc {
  color: #555555;
  font-size: 14.5px;
}

.blog_other-post-info {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 0 3px;
  bottom: 0;
  color: #979c9a;
  background-color: #fff;
}

.blog_other-post-sub {
  background: url(../img/gray-star.png) no-repeat -2px -2px;
}

.blog_other-post-info:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
}

.blog_links-list {
  border-top: 1px solid #F1F1F0;
}

.blog_links-item {
  position: relative;
  border-bottom: 1px solid #F1F1F0;
}

.blog_links-item a {
  display: block;
  text-decoration: none;
  color: #333333;
  height: 32px;
  padding: 6px 15px 0;
  background: url(../img/link-bg.png) no-repeat right 13px center;
}

.blog_links-item.active a,
.blog_links-item a:hover {
  color: #E2580A;
  background-image: url(../img/link-bg-active.png);
}

.blog_links-item.more-links {
  border-bottom-color: transparent;
}

.blog_links-item.more-links a {
  background: none;
}

.blog_why {
  margin-top: 10px;
}

/*sm article*/
.blog_of-travelers-container,
.blog_best-in-month-container {
  padding: 0 0 14px;
  max-width: 300px;
}

.blog_sm-article-item {
  min-height: 96px;
  position: relative;
  border-bottom: 1px solid #e5e4e3;
}

.blog_sm-article-item p {
  margin: 0;
}

/*.blog_sm-article-author {    padding-bottom: 8px;}*/
.blog_sm-article-img {
  display: block;
  text-decoration: none;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog_sm-article-img:hover {
  opacity: 0.85;
}

.blog_sm-article-body {
  margin-left: 85px;
}

.blog_sm-article-title {
  line-height: 18px;
  padding: 8px 0 3px;
}

.blog_sm-article-title a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.blog_sm-article-title a:hover {
  color: #E2580A;
}

.blog_sm-article-text {
  font-size: 12px;
  color: #555555;
  line-height: 16px;
  padding: 0 0 1px;
}

.blog_sm-article-author,
.blog_sm-article-author a {
  font-size: 12px;
  color: #979c9a;
  line-height: 14px;
  text-decoration: none;
  line-height: 145%;
  font-size: 13px;
}

.blog_more-right {
  text-align: right;
  padding: 3px 0 0;
}

.blog_more-right a {
  text-align: right;
}

.blog_more-right a,
.blog_links-item a {
  font-size: 14px;
}

.blog_best-in-month-container .blog_sm-article-body {
  height: 95px;
  position: relative;
}

.blog_best-in-month-container .blog_sm-article-title {
  max-height: 65px;
  overflow: hidden;
}

.blog_best-in-month-container .blog_other-post-info {
  bottom: 6px;
}

.blog_best-in-month-container .blog_other-post-info:before {
  display: none;
}

.blog_best-in-month-container {
  counter-reset: section;
}

.single .blog_best-in-month-container .blog_sm-article-text,
.archive .blog_best-in-month-container .blog_sm-article-text,
.home .blog_best-in-month-container .blog_sm-article-text {
  display: none;
}

.blog_best-in-month-container .blog_sm-article-img:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 32px;
  left: 8px;
  font-weight: 700;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  z-index: 2;
}

.blog_best-rank {
  width: 30px;
  height: 33px;
  position: absolute;
  top: 22px;
  left: 3px;
}

.blog_best-rank:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 25px;
  border-color: transparent transparent transparent #fff;
  top: 3px;
  left: 3px;
  opacity: 0.8;
}

.blog_best-in-week-container .blog_best-rank {
  background: url(../img/article-rank-bg.png) no-repeat center;
  opacity: 0.8;
}

.blog_best-in-taxonomy-container .blog_best-rank,
.blog_best-in-taxonomy-container .blog_sm-article-img::before {
  display: none;
}

.google_tag_services {
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog_best-in-week-container .blog_best-rank:after,
.blog_best-in-taxonomy-container .blog_other-post-rev,
.blog_best-in-week-container .blog_other-post-date,
body:not(.archive) .blog_best-in-month-container .blog_other-post-date {
  display: none;
}

.blog_best-in-week-container {
  padding-top: 36px;
}

/*category page*/
.blog_category-header {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog_category-header,
.blog_category-header a {
  color: #fff;
}

.blog_category-title {
  text-transform: uppercase;
  font-size: 51px;
  font-weight: 700;
  text-shadow: 0 0 5px #000;
}

.blog_category-title,
.blog_category-operator {
  display: table-cell;
  vertical-align: middle;
  height: 240px;
}

.blog_category-operator-row {
  display: table;
}

.blog_category-operator-col {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}

.blog_category-operator-col:first-child {
  text-align: right;
  padding-right: 10px;
}

/*article page*/
.blog_acticle-page {
  background-color: #F0EDEC;
  padding-top: 25px;
}

.blog_acticle-page .ms-skin-default .ms-nav-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI0NXB4IiB2aWV3Qm94PSIwIDAgMzMgNDUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSI0MzYgMTU2LjA3NCA0NDcuMDUyODA1IDE2Ny41IDQzNiAxNzguOTI2IDQzOC45NzM1OTcgMTgyIDQ1MyAxNjcuNSA0MzguOTczNTk3IDE1MyI+PC9wb2x5Z29uPgogICAgICAgIDxmaWx0ZXIgeD0iLTc5LjQlIiB5PSItNDYuNiUiIHdpZHRoPSIyNTguOCUiIGhlaWdodD0iMTkzLjElIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjAiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjQuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlR2F1c3NpYW5CbHVyPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC41IDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVDb2xvck1hdHJpeD4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ0b3VyLXBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjQuMDAwMDAwLCAtMzY5LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJwaG90byIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYuMDAwMDAwLCAyMjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0NC41MDAwMDAsIDE2Ny41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTQ0NC41MDAwMDAsIC0xNjcuNTAwMDAwKSAiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMSIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0yKSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  opacity: 1 !important;
  display: block !important;
}

.blog_acticle-page .ms-skin-default .ms-nav-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI0NXB4IiB2aWV3Qm94PSIwIDAgMzMgNDUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSI0MzYgMTU2LjA3NCA0NDcuMDUyODA1IDE2Ny41IDQzNiAxNzguOTI2IDQzOC45NzM1OTcgMTgyIDQ1MyAxNjcuNSA0MzguOTczNTk3IDE1MyI+PC9wb2x5Z29uPgogICAgICAgIDxmaWx0ZXIgeD0iLTc5LjQlIiB5PSItNDYuNiUiIHdpZHRoPSIyNTguOCUiIGhlaWdodD0iMTkzLjElIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjAiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjQuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlR2F1c3NpYW5CbHVyPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC41IDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVDb2xvck1hdHJpeD4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ0b3VyLXBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjQuMDAwMDAwLCAtMzY5LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJwaG90byIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYuMDAwMDAwLCAyMjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMSIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0yKSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  opacity: 1 !important;
  display: block !important;
}

.blog_acticle-page .ms-skin-default .ms-bullets {
  opacity: 1 !important;
  display: block !important;
}

@media all and (max-width: 740px) {
  body:not(.logged-in) .blog_acticle-page,
body:not(.logged-in) .blog_popular-posts-container {
    margin-top: 47px;
    padding-top: 20px;
  }
}
.blog_acticle-page .blog_sm-article-list .blog_other-post-info {
  position: static;
  background-color: transparent;
  margin-top: -3px;
}

.blog_acticle-page .blog_sm-article-list .blog_other-post-info:before {
  display: none;
}

.blog_acticle-page .blog_sm-article-list .blog_other-post-sub {
  background-image: url("../img/gray-star-gray.png");
}

.blog_acticle-container {
  overflow: hidden;
  max-width: 820px;
  background: #fff;
  border-top: 3px solid #E2580A;
  padding: 17px 20px 20px;
}

.blog_acticle-page .blog_of-travelers-container {
  margin-top: -9px;
}

h1.blog_article-title {
  color: #333;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 19px;
}

.blog_article-info {
  position: relative;
}
.blog_article-info .blog_article-tax {
  font-size: 13px;
  padding: 0 0 0 50px;
  margin: 0 0 15px 0;
  position: relative;
}
.blog_article-info .blog_article-tax:before {
  content: "";
  display: block;
  width: 40px;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  border-bottom: 1px solid #E2580A;
}
.blog_article-info .blog_article-tax .blog_article-terms-list a {
  padding-right: 8px;
}
.blog_article-info .blog_article-tax .blog_article-terms-list a:last-child {
  padding-right: 0px;
}

.blog_acticle-page .blog_popular-post-img {
  width: auto;
  max-width: 400px;
  height: 300px;
  opacity: 1 !important;
  margin: 0 !important;
}

.blog_article-info-author {
  position: absolute;
  top: 0;
  left: 415px;
}

.blog_article-info-author-img {
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_article-info-author-name {
  margin-top: 6px;
}

.blog_article-info-author-date {
  color: #333;
}

.blog_article-views {
  line-height: 1;
  margin-top: 15px;
}

.blog_article-info-subs {
  /*position: absolute;    bottom: 90px;*/
  /*left: 415px;*/
  /*width: 150px;*/
  width: 96px;
  margin-top: 10px;
}

@media screen and (min-width: 1160px) {
  .blog_article-info-author {
    left: 630px;
  }

  .blog_acticle-page .blog_popular-post-img {
    max-width: 610px;
  }
}
.blog_article-info-sub {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.blog_article-info-sub-icon {
  background: url("../img/social-article.png") no-repeat 0 0;
  height: 25px;
  width: 27px;
  float: left;
}

.fb .blog_article-info-sub-icon {
  background-position: -1px 0;
}

.tw .blog_article-info-sub-icon {
  background-position: -58px 0;
}

.vk .blog_article-info-sub-icon {
  background-position: -116px 0;
}

.idk .blog_article-info-sub-icon {
  background-position: -174px 0;
}

.gpl .blog_article-info-sub-icon {
  background-position: -232px 0;
}

.inst .blog_article-info-sub-icon {
  background-position: -293px 0;
}

.blog_article-info-sub:hover .blog_article-info-sub-icon {
  opacity: 0.85;
}

.blog_article-info-sub-value {
  height: 25px;
  color: #333;
  font-size: 10px;
  line-height: 23px;
  padding: 0 7px;
  border: 1px solid #E6E6E6;
  border-left: none;
  float: left;
}

.blog_article-content {
  padding: 6px 0 2px;
}

.blog #primary p,
.blog_article-content p {
  padding-right: 180px;
  font-size: 17px;
  line-height: 24px;
  color: #111;
}

.blog_article-content tr p {
  padding-right: inherit;
}

.blog #primary img[class*=wp-image].size-full,
.blog_article-content img[class*=wp-image].size-full {
  width: calc(100% + 220px);
  height: auto;
  margin-left: -20px;
}

.blog #primary figure img.size-full,
.blog_article-content figure img.size-full,
.blog_article-content h2 img.size-full {
  min-width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  height: auto !important;
}

@media all and (max-width: 770px) {
  .blog_article-content img[class*=wp-image-]:not(.size-full) {
    height: auto;
    max-width: 100%;
  }
}

.blog #primary figure,
.blog_article-content figure {
  margin: 0 0 1em 0;
}

.blog #primary figure,
.blog_article-content table,
.blog_article-content figure {
  max-width: 100%;
  min-width: 100%;
  width: auto !important;
  height: auto !important;
}

.blog_article-content iframe {
  width: 100% !important;
}

.blog_article-info-subs.static-bottom {
  position: static !important;
  width: auto !important;
  margin-top: 10px;
  text-align: left !important;
}

/*article bottom*/
.blog_article-bottom-container {
  padding-right: 180px;
  margin-top: 30px;
}

.blog_article-bottom-row {
  display: table;
  width: 100%;
  vertical-align: top;
}

.blog_article-bottom-col {
  display: table-cell;
  vertical-align: top;
}

.blog_article-bottom-banner {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  padding-left: 20px;
  padding-top: 8px;
}

.blog_article-bottom-list-item {
  width: 30%;
  float: left;
  margin-top: 10px;
  margin-left: 3.33333%;
  padding: 5px 0;
}

.blog_article-bottom-list-title + .blog_article-bottom-list-item {
  margin-left: 0;
}

/*.blog_article-bottom-list-item:last-child {    border-bottom: 1px solid #E5E4E3;}*/
.blog_article-bottom-list-item,
.blog_article-bottom-list-item a {
  line-height: 20px;
  color: #333333;
}

.blog_article-bottom-list-item a img {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 150px;
}

.blog_article-bottom-list-item a .blog_article_bottom_title {
  font-weight: bold;
  margin-top: 5px;
}

.blog_article-bottom-list-item .post-views {
  margin-top: 6px;
  color: #a3a3a3;
  font-size: 12px;
}

.blog_accordion-container .blog_col-title {
  border-bottom: none;
}

@media all and (max-width: 680px) {
  .blog_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .blog_article-info-author {
    left: 20px;
    top: 313px;
  }

  .blog_article-info-container {
    width: 75px;
  }

  .blog_article-subs-views-container {
    float: left;
    margin-left: 20px;
  }

  .blog_article-info-container {
    float: left;
  }

  .blog_acticle-page .blog_popular-post-img {
    margin: 0 0 150px !important;
  }

  .blog_article-info-subs:not(.static-bottom) {
    margin-top: 0;
  }

  body .blog_acticle-container .blog_article-content ul,
.blog #primary p,
.blog_article-bottom-container,
.blog_article-content p {
    padding-right: 0 !important;
  }

  .blog_article-info {
    max-width: 400px;
  }

  .blog_article-views {
    margin-top: 13px;
  }
}
img[width="140"] {
  width: 140px !important;
  margin-left: 0 !important;
}

img[width="141"] {
  width: 141px !important;
  margin-left: 0 !important;
}

img[width="142"] {
  width: 142px !important;
  margin-left: 0 !important;
}

img[width="143"] {
  width: 143px !important;
  margin-left: 0 !important;
}

img[width="144"] {
  width: 144px !important;
  margin-left: 0 !important;
}

img[width="145"] {
  width: 145px !important;
  margin-left: 0 !important;
}

img[width="146"] {
  width: 146px !important;
  margin-left: 0 !important;
}

img[width="147"] {
  width: 147px !important;
  margin-left: 0 !important;
}

img[width="148"] {
  width: 148px !important;
  margin-left: 0 !important;
}

img[width="149"] {
  width: 149px !important;
  margin-left: 0 !important;
}

img[width="150"] {
  width: 150px !important;
  margin-left: 0 !important;
}

img[width="151"] {
  width: 151px !important;
  margin-left: 0 !important;
}

img[width="152"] {
  width: 152px !important;
  margin-left: 0 !important;
}

img[width="153"] {
  width: 153px !important;
  margin-left: 0 !important;
}

img[width="154"] {
  width: 154px !important;
  margin-left: 0 !important;
}

img[width="155"] {
  width: 155px !important;
  margin-left: 0 !important;
}

img[width="156"] {
  width: 156px !important;
  margin-left: 0 !important;
}

img[width="157"] {
  width: 157px !important;
  margin-left: 0 !important;
}

img[width="158"] {
  width: 158px !important;
  margin-left: 0 !important;
}

img[width="159"] {
  width: 159px !important;
  margin-left: 0 !important;
}

img[width="160"] {
  width: 160px !important;
  margin-left: 0 !important;
}

img[width="161"] {
  width: 161px !important;
  margin-left: 0 !important;
}

img[width="162"] {
  width: 162px !important;
  margin-left: 0 !important;
}

img[width="163"] {
  width: 163px !important;
  margin-left: 0 !important;
}

img[width="164"] {
  width: 164px !important;
  margin-left: 0 !important;
}

img[width="165"] {
  width: 165px !important;
  margin-left: 0 !important;
}

img[width="166"] {
  width: 166px !important;
  margin-left: 0 !important;
}

img[width="167"] {
  width: 167px !important;
  margin-left: 0 !important;
}

img[width="168"] {
  width: 168px !important;
  margin-left: 0 !important;
}

img[width="169"] {
  width: 169px !important;
  margin-left: 0 !important;
}

img[width="170"] {
  width: 170px !important;
  margin-left: 0 !important;
}

img[width="171"] {
  width: 171px !important;
  margin-left: 0 !important;
}

img[width="172"] {
  width: 172px !important;
  margin-left: 0 !important;
}

img[width="173"] {
  width: 173px !important;
  margin-left: 0 !important;
}

img[width="174"] {
  width: 174px !important;
  margin-left: 0 !important;
}

img[width="175"] {
  width: 175px !important;
  margin-left: 0 !important;
}

img[width="176"] {
  width: 176px !important;
  margin-left: 0 !important;
}

img[width="177"] {
  width: 177px !important;
  margin-left: 0 !important;
}

img[width="178"] {
  width: 178px !important;
  margin-left: 0 !important;
}

img[width="179"] {
  width: 179px !important;
  margin-left: 0 !important;
}

img[width="180"] {
  width: 180px !important;
  margin-left: 0 !important;
}

img[width="181"] {
  width: 171px !important;
  margin-left: 0 !important;
}

img[width="182"] {
  width: 172px !important;
  margin-left: 0 !important;
}

img[width="183"] {
  width: 183px !important;
  margin-left: 0 !important;
}

img[width="184"] {
  width: 184px !important;
  margin-left: 0 !important;
}

img[width="185"] {
  width: 185px !important;
  margin-left: 0 !important;
}

img[width="186"] {
  width: 186px !important;
  margin-left: 0 !important;
}

img[width="187"] {
  width: 187px !important;
  margin-left: 0 !important;
}

img[width="188"] {
  width: 188px !important;
  margin-left: 0 !important;
}

img[width="189"] {
  width: 189px !important;
  margin-left: 0 !important;
}

img[width="190"] {
  width: 190px !important;
  margin-left: 0 !important;
}

img[src*=knopka] {
  width: 145px !important;
  margin-left: 0 !important;
}

@media all and (max-width: 560px) {
  .blog_article-bottom-banner {
    display: none;
  }
}
@media all and (max-width: 420px) {
  .blog_acticle-page .blog_popular-post-img {
    height: 240px;
  }

  /*.blog_article-info-subs {        top: 255px;    }*/
  .blog_article-info-author {
    top: 255px;
  }
}
/*media main other posts*/
@media all and (max-width: 950px) {
  .blog_category-header .fl,
.blog_category-header .fr {
    float: none;
  }

  .blog_category-title,
.blog_category-operator {
    height: auto;
    display: block;
  }

  .blog_category-title {
    padding: 50px 0 20px;
  }
}
@media all and (max-width: 480px) {
  .blog_category-header {
    height: 160px;
  }

  .blog_category-title {
    font-size: 36px;
    padding: 35px 0 15px;
  }

  .blog_category-operator-col:first-child {
    text-align: left;
    padding-right: 0;
  }

  .blog_category-operator-col img {
    display: none;
  }
}
@media all and (max-width: 380px) {
  .blog_category-header {
    height: 130px;
  }

  .blog_category-title {
    font-size: 30px;
    padding: 20px 0 10px;
  }
}
@media all and (min-width: 1051px) {
  .blog_left-large-col:only-child .blog_other-posts-col:only-child .blog_other-posts-list {
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .blog_left-large-col:only-child .blog_other-posts-col:only-child .blog_other-post {
    height: 182px;
  }
}
@media all and (max-width: 1050px) {
  .articles-and-tariffs-container {
    text-align: center;
  }

  .blog_of-travelers-container,
.blog_best-in-month-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding-top: 0;
    text-align: left;
  }

  .blog_best-in-month-container,
.blog_of-travelers-container {
    margin-right: 20px;
  }

  .blog_best-in-week-container {
    margin-right: 0;
  }
}
@media all and (min-width: 741px) {
  .blog_other-posts-container .blog_accordion-body {
    display: block !important;
  }
}
@media all and (max-width: 740px) {
  .width-check {
    display: none;
  }

  .blog_left-small-col,
.blog_right-small-col {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .blog_left-small-col,
.blog_subscribe-desc {
    display: none;
  }

  .blog_other-posts-container .blog_accordion-body {
    display: none;
  }

  .blog_accordion-container.active .blog_accordion-body {
    display: block;
  }

  .blog_why {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .blog_accordion-btn {
    cursor: pointer;
  }

  .blog_accordion-btn span {
    display: inline-block;
    width: 13px;
    background: url(../img/drp-arr.png) no-repeat center;
    margin-left: 5px;
  }

  .blog_accordion-container.active .blog_accordion-btn span {
    background: url(../img/drp-arr-up.png) no-repeat center;
  }

  .blog_accordion-body {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 600px) {
  .blog_other-post-col {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .blog_other-post-img-col {
    margin-bottom: 9px;
  }

  .blog_other-post-img {
    height: 260px;
    width: 100%;
  }

  .blog_other-post-info:before {
    display: none;
  }

  .blog_other-post-info-col .posrel {
    height: auto;
  }

  .blog_other-post-info {
    position: static;
    padding: 1px 0 0;
  }

  .blog_other-post-title {
    padding-right: 0;
  }

  .blog_best-in-month-container,
.blog_of-travelers-container {
    margin-right: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 420px) {
  .blog_other-post-img {
    height: 220px;
  }
}
@media all and (max-width: 360px) {
  .blog_other-post-img {
    height: 180px;
  }
}
/*subscribe*/
.blog_subscribe-form,
.blog_subscribe-container {
  font-size: 14.3px;
}

.blog_subscribe-desc {
  padding: 0 0 16px 8px;
  color: #333333;
}

.blog_subscribe-form {
  padding: 7px 12px 5px;
  background-color: #fff;
  border-top: 3px solid #E2580A;
  border-bottom: 2px solid #C9C6C4;
  width: 100%;
}

.blog_subscribe-form-title {
  color: #333333;
  text-transform: uppercase;
  font-size: 16.3px;
  font-weight: 400;
  padding-left: 44px;
  background: url(../img/mail.PNG) no-repeat left center;
  margin: 5px 0 3px;
}

.blog_subscribe-form-desc {
  color: #979c9a;
  padding: 4px 0 12px;
}

.blog_subscribe-form-inputs {
  position: relative;
  padding-right: 105px;
}

#subscribe-profile-extra {
  visibility: hidden;
  height: 0;
}

.blog_subscribe-form-input {
  height: 30px;
  background-color: #fff;
  border: 1px solid #E5E4E3;
  border-radius: 15px 0 0 15px;
  padding: 0 13px;
  font-size: 14.3px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
}

.blog_subscribe-form .blog_form-alert {
  border: 1px solid #E2580A;
  background: #fff;
  color: #E2580A;
  border-radius: 15px;
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
  padding: 5px 12px;
  font-size: 14.3px;
  outline: 0 none;
}
.blog_subscribe-form .blog_form-alert.alert-success {
  border: 1px solid #4b9609;
  background: #fff;
  color: #4b9609;
}
.blog_subscribe-form .blog_form-alert.alert-danger {
  border: 1px solid #cc060c;
  background: #fff;
  color: #cc060c;
}
.blog_subscribe-form .blog_form-alert.aler-warning {
  border: 1px solid #f2930c;
  background: #fff;
  color: #f2930c;
}

.blog_subscribe-form-desc.second {
  margin-top: 8px;
  padding-bottom: 8px;
}

.blog_subscribe-form-submit {
  border: 1px solid #E2580A;
  background: #fff;
  color: #E2580A;
  border-radius: 3px 15px 15px 3px;
  width: 110px;
  height: 30px;
  font-size: 14.3px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: 0 none;
  -webkit-appearance: none;
}

.blog_content {
  min-height: 1000px;
}

p {
  margin: 0;
}

.blog #primary p,
.blog_article-content p {
  margin: 15px 0;
}

@media all and (max-width: 414px) {
  .blog #primary img[class*=wp-image],
.blog_article-content img[class*=wp-image] {
    width: calc(100% + 220px);
    height: auto;
    margin-left: -20px;
  }

  .blog #primary figure img,
.blog_article-content figure img,
.blog_article-content h2 img {
    min-width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    height: auto !important;
  }
}
@media all and (max-width: 680px) {
  .blog #primary img[class*=wp-image],
.blog_article-content img[class*=wp-image].size-full {
    max-width: calc(100% + 40px);
  }

  .blog_acticle-page > .blog_container {
    padding: 0;
  }

  .blog_acticle-page .blog_best-in-month-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog_acticle-page .blog_article-info {
    margin: 0 -20px;
  }
}
/*footer*/
.blog_footer {
  background-color: #EFEDEB;
  padding: 34px 0 16px;
}

.blog_footer,
.blog_footer * {
  color: #333;
  text-decoration: none;
}

.blog_footer a:hover {
  text-decoration: underline;
}

.blog_footer-col-where,
.blog_footer-col-why,
.blog_footer-col-when,
.blog_footer-col-logo,
.blog_footer-col-wrapper,
.blog_footer-links-col {
  float: left;
}

.blog_footer-col-where,
.blog_footer-col-why,
.blog_footer-col-when {
  margin-bottom: 10px;
}

.blog_footer-col-logo {
  width: 210px;
  text-align: center;
  margin-right: 32px;
  margin-top: 57px;
}

.blog_footer-logo {
  background: url(../img/logo-footer-low-res.png) no-repeat center;
  background-image: -webkit-image-set(url(../img/logo-footer-low-res.png) 1x, url(../img/logo-footer.png) 2x);
  display: inline-block;
  height: 28px;
  width: 160px;
  background-size: cover;
  margin-bottom: 5px;
}

.blog_footer-logo-links {
  margin-top: -4px;
}

.blog_footer-logo-links a {
  text-decoration: none !important;
}

.blog_footer-logo-links span {
  color: #255e86;
  margin: 0 4px;
}

.blog_footer-title {
  text-transform: uppercase;
}

.blog_footer-logo-links,
.blog_footer-links-col a {
  font-size: 12px;
}

.blog_footer-links-col div,
.blog_footer-links-col a {
  line-height: 17px;
}

.blog_footer-col-where,
.blog_footer-col-why {
  margin-right: 70px;
}

.blog_footer-col-where .blog_footer-links-col {
  margin-right: 30px;
}

.blog_footer-col-why .blog_footer-links-col {
  margin-right: 10px;
}

.blog_footer-links-col:last-child {
  margin-right: 0 !important;
}

.blog_footer-col-mandria-legacy {
  margin: 0 0 15px 242px;
  width: inherit;
  overflow: hidden;
  clear: both;
}
.blog_footer-col-mandria-legacy .blog_footer-links-col {
  width: inherit;
}
.blog_footer-col-mandria-legacy .blog_footer-links-col > div {
  margin-right: 8px;
}
.blog_footer-col-mandria-legacy .blog_footer-links-col > div:last-child {
  margin-right: 0;
}

#go_up {
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 1;
}

#go_up div {
  background: #E2580A none repeat scroll 0 0;
  height: 45px;
  width: 45px;
  opacity: 0.4;
  transition: opacity 0.5s;
}

#go_up div:hover {
  opacity: 1;
}

#go_up svg {
  fill: #fff;
  height: 48px !important;
  position: absolute;
  top: -3px;
  transform: rotate(90deg);
  width: 48px !important;
}

/*sticky footer*/
.blog_main-container {
  min-height: 100%;
}

.blog_footer-col-when {
  position: relative;
  padding-bottom: 70px;
}

.odev-block {
  color: #666666;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  clear: both;
}
.odev-block a {
  background: rgba(0, 0, 0, 0) url("../img/odev.png") no-repeat scroll center center;
  display: inline-block;
  height: 28px;
  margin: 0 0 0 5px;
  text-align: right;
  text-decoration: none;
  width: 76px;
}
.odev-block span {
  display: inline-block;
  line-height: 12px;
}

/*media footer*/
@media screen and (max-width: 1050px) {
  .blog_footer-col-where {
    margin-right: 0;
  }

  .blog_footer-col-why {
    clear: left;
    margin-top: 20px;
    margin-left: 243px;
  }

  .blog_footer-col-when {
    margin-top: 20px;
  }

  .blog_footer-col-mandria-legacy {
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .blog_footer,
.blog_footer * {
    color: #ffffff;
  }

  .blog_footer {
    padding: 10px 0;
    overflow: hidden;
    background-color: #484848;
  }

  .blog_footer-logo {
    background: url(../img/lp-images/logo-mandria-w.png) no-repeat center top/contain;
  }

  .blog_footer-logo-links span {
    color: #ffffff;
  }

  .blog_footer-col-logo {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .blog_footer-categories {
    margin: 15px 0 10px;
  }

  .blog_footer-links-col a {
    font-size: 16px;
    line-height: 1.6;
  }

  .blog_footer-acc {
    display: none;
  }
  .blog_footer-acc > div {
    display: block;
    margin-right: 0 !important;
  }
  .blog_footer-acc > div:last-of-type {
    margin-bottom: 10px;
  }

  .blog_footer-col-where,
.blog_footer-col-why,
.blog_footer-col-when,
.blog_footer-col-mandria-legacy {
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .blog_footer-title {
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    user-select: none;
  }
  .blog_footer-title.active {
    color: #e2580a;
  }

  .blog_footer-col-wrapper,
.blog_footer-links-col {
    float: none;
  }

  .blog_footer-col-logo {
    float: none;
    margin: auto;
  }

  .odev-block {
    position: static;
    clear: none;
    margin: auto;
    width: auto;
    text-align: center;
  }
  .odev-block a {
    background: url(../img/odev-white.svg) no-repeat center top/contain;
  }
  .odev-block span br {
    display: none;
  }
}
/*@media screen and (max-width: 440px) {    .blog_footer-col-wrapper .blog_footer-links-col {        width: 50%;        margin-right: 0;    }    .blog_footer-col-when,    .blog_footer-col-why {        width: 100%;        margin-right: 0;    }    .odev-block {        bottom: -100px;        left: 0;    }    .blog_footer-col-logo {        left: 9px;        top: -70px;    }}*/
/*search page*/
.blog_search-page-container {
  max-width: 600px;
  padding-bottom: 30px;
}

.blog_search-page-container h1 {
  margin-bottom: 0;
}

.blog_search-page-container .search-result-not-found {
  margin-top: 10px;
}

.blog_search-page-container .blog_other-post-img {
  font-size: 0 !important;
}

.blog_search-page-container .blog_other-post-sub {
  margin: 0;
  padding: 0;
  background: none;
}

.blog_search-page-container .blog_other-post:last-child {
  border-bottom: none;
}

/*about page*/
.blog_about-page-content {
  max-width: 640px;
  color: #333;
  font-size: 14.3px;
  padding-bottom: 50px;
}

.blog_about-page .blog_col-title {
  margin: 30px 0 5px;
}

.blog_about-page h1.blog_col-title {
  margin-top: 12px;
}

.blog_about-page-content p {
  margin-bottom: 18px;
}

.blog_where-page .blog_right-col-banner,
.blog_about-page .blog_right-col-banner {
  padding-top: 26px;
}

.blog_about-text-container {
  padding-right: 270px;
  min-height: 80px;
}

.blog_about-author-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  padding-left: 95px;
}

.blog_about-author-container .blog_article-info-author-img {
  position: absolute;
  top: 3px;
  left: 0;
}

.blog_about-author-who {
  font-weight: 700;
}

.blog_about-author-mail a {
  font-size: 12px;
}

@media screen and (max-width: 620px) {
  .blog_about-text-container {
    padding-right: 0;
  }

  .blog_about-author-container {
    position: relative;
    width: 240px;
    top: auto;
    right: auto;
    margin-bottom: 25px;
    margin-top: -5px;
    height: 81px;
  }
}
/*kuda page*/
.blog_where-page .blog_left-large-col {
  padding: 12px 0 20px;
}

.blog_columns-wide {
  padding: 8px 0 23px;
  margin: 0;
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}

.south .blog_columns,
.central .blog_columns {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.blog_columns-item {
  float: none;
  width: auto;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.blog_where-page .blog_columns a {
  font-size: 13px;
}

.blog_europe-col-2-3 {
  float: left;
  width: 66.6666%;
}

.close-north,
.central {
  float: left;
  width: 50%;
}

.south {
  float: left;
  width: 33.3333%;
}

.blog_europe-col-2 {
  float: left;
  width: 50%;
}

.blog_europe-col {
  padding: 13px 0 23px;
}

.blog_column-title {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}

@media all and (min-width: 1050px) and (max-width: 1140px) {
  .blog_columns-wide {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
@media all and (max-width: 920px) {
  .blog_columns-wide {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
@media all and (max-width: 770px) {
  .blog_columns-wide {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media all and (max-width: 670px) {
  .blog_columns-wide {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media all and (max-width: 540px) {
  .blog_columns-wide {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media all and (max-width: 400px) {
  .blog_columns-wide {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 740px) {
  .blog_europe-col-2-3 {
    width: 100%;
  }

  .south {
    width: 50%;
  }

  .south {
    margin-top: -15px;
  }
}
@media all and (max-width: 540px) {
  .close-north,
.central,
.south {
    width: 100%;
  }

  .central {
    margin-top: -15px;
  }
}
.blog_404-container {
  padding-top: 26px;
}

.blog_404-col-1 {
  font-size: 72px;
  margin: 25px 0 -12px;
  padding: 0;
}

.blog_404-col-2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blog_404-col-1,
.blog_404-col-2 {
  color: #989898;
}

.blog_404-col-3 {
  font-size: 23px;
  color: #333;
}

.blog_404-button {
  font-size: 17px;
  width: 139px;
  height: 39px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  border: 1px solid #989898;
  border-radius: 2px;
  margin-top: 13px;
  padding: 6px 0 0 15px;
}

.blog_404-button:hover {
  background: #cccdcc;
  background: -moz-linear-gradient(top, #cccdcc 0%, #edecec 100%);
  background: -webkit-linear-gradient(top, #cccdcc 0%, #edecec 100%);
  background: linear-gradient(to bottom, #cccdcc 0%, #edecec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccdcc", endColorstr="#edecec",GradientType=0 );
}

.blog_404-button,
.blog_404-button:active {
  background: #edecec;
  background: -moz-linear-gradient(top, #edecec 0%, #cccdcc 100%);
  background: -webkit-linear-gradient(top, #edecec 0%, #cccdcc 100%);
  background: linear-gradient(to bottom, #edecec 0%, #cccdcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edecec", endColorstr="#cccdcc",GradientType=0 );
}

.blog_404-col-1,
.blog_404-col-2,
.blog_404-button {
  font-family: "PT Sans Caption" !important;
}

.blog #primary {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px 30px;
}

@media all and (min-width: 1051px) {
  .blog #primary {
    padding-right: 320px;
  }
}
/*temp banner hide*/
/*.blog_article-info-subs,*/
.banner,
.blog_other-post_banner {
  display: none;
}

.blog #primary p,
.blog_article-content p,
.blog_sm-article-text p,
.blog_other-post-desc p,
.blog_subscribe-desc,
.blog_popular-post-desc p,
.blog_where-page .blog_columns * {
  line-height: 145%;
}

.blog_sm-article-text p {
  font-size: 13px;
}

.blog #primary figcaption {
  border-left: 1px solid #e2580a;
  color: #979c9a;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
  margin-top: -5px;
  padding: 10px 10px 0;
}

.blog #primary article {
  padding-bottom: 30px;
  border-bottom: 3px solid #E5E4E3;
}

/* article more buttons */
.shortcode-button.button-more {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #e1582c !important;
  padding-right: 25px;
  background: url(../img/arrow-pointing-to-right.svg) no-repeat right center/20px auto;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.shortcode-button.button-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 25px;
  display: block;
  height: 1px;
  background: #e1582c;
  opacity: 0.3;
}

.shortcode-button.button-more:hover {
  padding-right: 31px;
}

.shortcode-button.button-more:hover::before {
  right: 31px;
}

.shortcode-button.button-more .aftertext-arrow {
  display: none;
}

/* article more buttons END */
/* adsence START */
.adslot_left {
  max-width: 180px;
}

.adslot_right {
  max-width: 300px;
}

.adslot_footer {
  max-width: 1170px;
  margin-top: 20px;
}

.adslot_footer.adslot_footer_small {
  max-width: 620px;
}

.adslot_terms {
  width: 890px;
}

@media all and (max-width: 1150px) {
  .adslot_terms {
    width: 730px;
  }
}
@media all and (max-width: 928px) {
  .adslot_terms {
    width: 448px;
  }
}
@media all and (max-width: 740px) {
  .adslot_terms {
    width: 100%;
  }
}
/* adsence END */
.personality-container a:hover {
  text-decoration: underline;
}

.table-wrapper {
  overflow: auto;
}

/* Taxonomies page styles */
body.page-id-51,
body.page-id-53 {
  overflow-x: hidden;
}

.terms-page-container {
  display: flex;
  align-items: center;
  width: 1141px;
  margin-left: auto;
  margin-right: auto;
}

.terms-page-container.terms-page-container-banner {
  display: block;
  text-align: right;
  margin: -26px auto 36px;
}

.terms-page-title-container {
  float: left;
  width: 186px;
  margin-right: 59px;
}

.terms-page-title {
  font: 700 22px/1 "PT Sans", Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.terms-page-title p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  text-transform: initial;
}
.terms-page-title p::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 17px 0 19px;
  background-color: #e2580a;
}

.terms-page-links-container {
  position: relative;
  float: left;
  width: 900px;
  margin: 85px 0;
}
.terms-page-links-container::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  display: block;
  height: calc(100% + 40px);
  width: 1000%;
  background-color: #f0edec;
  z-index: -1;
}

.terms-page-link-container {
  float: left;
  width: 210px;
  margin: 5px 7px;
  background-color: #ffffff;
}
.terms-page-link-container:hover .terms-page-link-title {
  position: relative;
  color: #e2580a;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.terms-page-link-container:hover .terms-page-link-title span {
  color: #e2580a;
}
.terms-page-link-container:hover .terms-page-link-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e2580a;
}
.terms-page-link-container span {
  display: inline-block;
  font-weight: 400;
  color: #f5f5f5;
  font-size: 13px;
  opacity: 0.6;
}

.terms-page-image {
  height: 110px;
}

.terms-page-link-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  height: 40px;
  color: #ffffff;
  font: 700 17px/1 "PT Sans", Helvetica, sans-serif;
  background-color: #e2580a;
}

@media all and (max-width: 1150px) {
  .terms-page-container {
    width: 900px;
  }

  .terms-page-links-container {
    width: 740px;
  }
}
@media all and (max-width: 928px) {
  .terms-page-container {
    flex-direction: column;
    width: 435px;
  }

  .terms-page-links-container {
    width: 448px;
    margin: 70px 0;
  }

  .terms-page-title-container {
    width: 250px;
    margin-top: 50px;
    margin-right: 0;
    text-align: center;
  }

  .terms-page-title {
    font-size: 30px;
  }

  .terms-page-title p {
    font-size: 18px;
  }
}
@media all and (max-width: 740px) {
  .terms-page-container {
    width: 100%;
  }

  .terms-page-links-container {
    width: 100%;
    margin: 40px 0;
    padding: 0 15px;
  }

  .terms-page-links-container::after {
    display: none;
  }

  .terms-page-link-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .terms-page-link-container:hover .terms-page-link-title {
    color: #ffffff;
    background-color: #e2580a;
    transition: none;
  }
  .terms-page-link-container:hover .terms-page-link-title span {
    color: inherit;
  }
  .terms-page-link-container:hover .terms-page-link-title::after {
    position: inherit;
    bottom: inherit;
    left: inherit;
    content: "";
    display: inherit;
    height: inherit;
    width: inherit;
    background-color: inherit;
  }

  .terms-page-image {
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .terms-page-image {
    height: 185px;
  }
}
.visible-mobile {
  display: none;
}
@media (max-width: 740px) {
  .visible-mobile {
    display: block;
  }
}

.visible-desktop {
  display: none;
}
@media (min-width: 741px) {
  .visible-desktop {
    display: block;
  }
}

body.logged-in .menu-mobile {
  z-index: 999999;
}

.menu-mobile {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #E2580A;
  color: #fff;
}
.menu-mobile .logo-mobile-container {
  position: relative;
  display: inline-block;
  left: 4px;
  /*top: -5px;*/
}
.menu-mobile .logo-mobile-container .logo-mobile {
  width: 200px;
  height: 40px;
  background: url(../img/logo-header-low-res.png) no-repeat 2px -5px;
  background-size: auto 100%;
  display: block;
  text-decoration: none;
  outline: none;
}
.menu-mobile .logo-mobile-container .logo-sign {
  font-size: 12px;
  margin-top: -13px;
  margin-left: 10px;
  padding-bottom: 5px;
  cursor: default;
}
.menu-mobile button.menu-mobile-button {
  position: relative;
  display: inline-block;
  float: right;
  top: 5px;
  right: 12px;
  height: 40px;
  width: 45px;
  padding: 0;
  background: transparent url(../img/sandwich-icon.png) no-repeat center center;
  -webkit-background-size: 32px 20px;
  background-size: 32px 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
.menu-mobile .menu-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-mobile .menu-mobile-container {
  position: absolute;
  top: 0;
  right: 0;
  /*display: none;*/
  width: 90%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  z-index: 1001;
  -webkit-box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, 0.3);
}
.menu-mobile .menu-mobile-container * {
  color: #e2580a;
}
.menu-mobile .menu-mobile-container .menu-mobile-close-btn {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  background: url(../img/close-ico.png) no-repeat 20px center;
}
.menu-mobile .menu-mobile-container .dropdown-list {
  min-height: 330px;
  height: calc(100vh - 103px);
  padding: 24px 24px 100px;
  background: url(../img/logo-low-res-transp.png) no-repeat 14px 92%;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form {
  position: relative;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-input {
  display: inline-block;
  width: 80%;
  padding: 10px 10px 10px 35px;
  font-size: 13px;
  border: none;
  outline: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 20px 3px #e3e3e3;
  -moz-box-shadow: 0px 0px 20px 3px #e3e3e3;
  box-shadow: 0px 0px 20px 3px #e3e3e3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-input::-webkit-input-placeholder {
  color: #e2580a;
  opacity: 0.5;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-input:-moz-placeholder {
  color: #e2580a;
  opacity: 0.5;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-input::-moz-placeholder {
  color: #e2580a;
  opacity: 0.5;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-input:-ms-input-placeholder {
  color: #e2580a;
  opacity: 0.5;
}
.menu-mobile .menu-mobile-container .dropdown-list form.search-form input.mobile-search-btn {
  position: absolute;
  top: 0;
  left: 7px;
  height: 100%;
  width: 22px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../img/search-ico.png) no-repeat center center;
}
.menu-mobile .menu-mobile-container .dropdown-list li.menu-item {
  list-style: none;
  padding: 12px 0;
}
.menu-mobile .menu-mobile-container .dropdown-list li.menu-item:first-of-type {
  margin-top: 12px;
}
.menu-mobile .menu-mobile-container .dropdown-list .mobile-login-btn {
  display: inline-block;
  padding: 4px 22px;
  margin-top: 12px;
  color: #e2580a;
  border: 1px solid #e2580a;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.menu-mobile .menu-mobile-container .dropdown-list .mobile-login-btn:hover {
  color: #fff;
  background-color: #e2580a;
}

@media all and (max-width: 740px) {
  body:not(.logged-in) .terms-page-title-container {
    margin-top: 95px !important;
  }
}

body .blog_header-search-btn {
  padding: 0;
  border-width: 0;
}
body .blog_category-header {
  background-color: #F0EDEC;
}
@media all and (max-width: 740px) {
  body:not(.logged-in) .blog_category-header {
    margin-top: 47px;
  }
}

.blog_pager {
  margin: 0.6em 0 0 0;
  overflow: hidden;
}
.blog_pager .page-numbers {
  font-family: "PT Sans Caption", "PT Sans", sans;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  float: left;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin: 0 4px 0 0;
  text-align: center;
}
.blog_pager .page-numbers:hover {
  background-color: #ddd;
}
.blog_pager .page-numbers.current {
  background-color: #e2580a;
  color: #fff;
}

.blog_more .blog_more-button {
  background-color: #e2580a;
  color: #fff;
  font-family: "PT Sans Caption", "PT Sans", sans;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  margin: 6px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog_more .blog_more-button {
    margin: 18px auto 6px;
    max-width: 320px;
    height: 36px;
    line-height: 36px;
  }
}

.more-posts-button {
  background-color: #e2580a;
  color: #fff;
  font-family: "PT Sans Caption", "PT Sans", sans;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .more-posts-button {
    margin-left: 130px;
    max-width: 320px;
    height: 36px;
    line-height: 36px;
  }
}

/* Всплывающее окно подписки */
.blog_popup_subscribe {
  position: fixed;
  bottom: 0;
  left: calc(50% - 835px / 2);
  right: initial;
  z-index: 100;
  min-height: 130px;
  height: auto;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 0 29px 2px rgba(64, 64, 64, 0.2);
  border-radius: 20px;
  background-color: rgba(226, 88, 10, 0.95);
}
@media screen and (min-width: 768px) {
  .blog_popup_subscribe {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .blog_popup_subscribe {
    width: 835px;
    padding: 16px 20px 17px 38px;
  }
}
@media screen and (max-width: 768px) {
  .blog_popup_subscribe {
    padding: 12px;
    bottom: 4px;
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe {
    min-height: initial;
  }
}
@media screen and (max-width: 1024px) {
  .blog_popup_subscribe {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.blog_popup_subscribe-close-btn {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../img/subscribe-popup/close-icon.png) no-repeat center/contain;
  width: 13px;
  height: 13px;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-close-btn {
    top: 12px;
    right: 12px;
  }
}
.blog_popup_subscribe-successful {
  display: none;
}
.blog_popup_subscribe-content {
  padding-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .blog_popup_subscribe-content {
    padding-top: 0px;
    margin-bottom: 10px;
    position: initial;
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-content {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
}
.blog_popup_subscribe-content-heading, .blog_popup_subscribe-content .blog_popup_subscribe-successful {
  font-family: "PT Sans Caption";
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-content-heading, .blog_popup_subscribe-content .blog_popup_subscribe-successful {
    font-size: 20px;
    text-align: left;
  }
}
.blog_popup_subscribe-content-text {
  color: #fff;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.blog_popup_subscribe-content-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  background-image: url(../img/subscribe-popup/smile-face.png);
  background-repeat: no-repeat;
  background-size: 120px 103px;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .blog_popup_subscribe-content-image {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-content-image {
    position: static;
    width: 45px;
    background-size: 45px 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.blog_popup_subscribe-content-image-mail {
  display: none;
  position: absolute;
  left: 100px;
  top: -2px;
  width: 80px;
  height: 80px;
  background-image: url(../img/subscribe-popup/mail.png);
}
@media screen and (min-width: 768px) {
  .blog_popup_subscribe-content-image-mail {
    display: block;
  }
}
.blog_popup_subscribe-form {
  display: flex;
  position: relative;
  width: calc(100% - 165px);
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  .blog_popup_subscribe-form {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
.blog_popup_subscribe-form-alerts {
  font-family: "PT Sans";
}
.blog_popup_subscribe-form-alerts .alert-danger {
  color: #fff;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .blog_popup_subscribe-form-alerts .alert-danger {
    position: absolute;
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form-alerts .alert-danger {
    padding: 0 13px;
  }
}
.blog_popup_subscribe-form-alerts .alert-success {
  border: 1px solid #4b9609;
  background: #fff;
  color: #4b9609;
  min-height: 40px;
  border-radius: 19.5px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.blog_popup_subscribe-form-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 330px;
  border-radius: 18px;
  background-color: #ffffff;
  height: 36px;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(123, 44, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .blog_popup_subscribe-form-inputs {
    width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form-inputs {
    width: 214px;
  }
}
.blog_popup_subscribe-form-inputs::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #e99a6d;
}
.blog_popup_subscribe-form-inputs:-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #e99a6d;
}
.blog_popup_subscribe-form-inputs::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #e99a6d;
}
.blog_popup_subscribe-form-inputs:-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #e99a6d;
}
.blog_popup_subscribe-form-inputs-mail {
  width: 50%;
  height: 36px;
  padding: 0 20px;
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 100%;
  outline: none;
  border: none;
}
.blog_popup_subscribe-form-inputs-mail::-webkit-input-placeholder {
  color: #474747;
  font-family: "PT Sans";
  font-size: 14px;
  height: 100%;
  line-height: 100%;
}
.blog_popup_subscribe-form-inputs-mail:-moz-placeholder {
  color: #474747;
  font-family: "PT Sans";
  font-size: 14px;
  height: 100%;
  line-height: 100%;
}
.blog_popup_subscribe-form-inputs-mail::-moz-placeholder {
  color: #474747;
  font-family: "PT Sans";
  font-size: 14px;
  height: 100%;
  line-height: 100%;
}
.blog_popup_subscribe-form-inputs-mail:-ms-input-placeholder {
  color: #474747;
  font-family: "PT Sans";
  font-size: 14px;
  height: 100%;
  line-height: 100%;
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form-inputs-mail {
    padding: 0 10px;
  }
}
.blog_popup_subscribe-form-inputs-submit {
  width: 124px;
  height: 36px;
  border-radius: 18px;
  background-color: #fbaf5d;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
  color: #b64403;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 100%;
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form-inputs-submit {
    width: 100px;
  }
}
.blog_popup_subscribe-form-social-icons > a {
  width: 108px;
  height: 36px;
  display: inline-block;
  margin-left: 9px;
  box-shadow: 0 0 15px 1px rgba(123, 44, 0, 0.2);
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .blog_popup_subscribe-form-social-icons > a {
    width: 32px;
    height: 32px;
    margin-left: 6px;
  }
}
.blog_popup_subscribe-form-social-icons-fb {
  background-image: url(../img/subscribe-popup/facebook-icon.png);
  background-color: #2b4987;
}
.blog_popup_subscribe-form-social-icons-telegram {
  background-image: url(../img/subscribe-popup/telegram-icon.png);
  background-color: #489fec;
}
@media screen and (max-width: 500px) {
  .blog_popup_subscribe-form-social-icons-telegram {
    background-size: 17px 15px;
  }
}

form.send-successful {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
form.send-successful .blog_popup_subscribe-form-social-icons,
form.send-successful .blog_popup_subscribe-content-text,
form.send-successful .blog_popup_subscribe-content-heading,
form.send-successful .blog_popup_subscribe-form {
  display: none;
}
form.send-successful .blog_popup_subscribe-successful {
  display: block;
}

/* compare prices popup */
@media (min-width: 601px) {
  .compare-prices {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .compare-prices {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 999;
  }

  .compare-prices .shortcode-button.button-more {
    padding-right: 25px !important;
    margin: 0;
    display: block;
    border-radius: 22px 22px 0 0;
    cursor: pointer;
  }

  .compare-prices .shortcode-button.button-more:hover .aftertext-arrow {
    width: 45px !important;
    padding-right: 0 !important;
  }

  .compare-prices .close {
    position: absolute;
    right: -35px;
    top: 0;
    color: #fff;
    font-size: 39px;
    text-shadow: 0 0 10px black;
  }
}
body a {
  color: #1270b2;
  text-decoration: none;
}
body a:hover {
  color: #e1582c;
}
body .blog_acticle-container h1, body .blog_acticle-container h2, body .blog_acticle-container h3 {
  line-height: 1em;
}
body .blog_acticle-container h1 {
  font-size: 32px;
}
body .blog_acticle-container h2 {
  font-size: 23px;
  color: #474747;
  margin-top: 2em;
}
body .blog_acticle-container h3 {
  font-size: 20px;
  color: #474747;
  margin: 1em 0 0.5em;
}
body .blog_acticle-container .blog_article-title {
  font-size: 30px;
  line-height: 1em;
  font-family: "Open Sans", Helvetica, sans-serif;
}
body .blog_acticle-container .blog_article-content p {
  font-size: 15.5px;
  line-height: 27px;
}
body .blog_acticle-container .blog_article-content h1, body .blog_acticle-container .blog_article-content h2, body .blog_acticle-container .blog_article-content h3, body .blog_acticle-container .blog_article-content h4, body .blog_acticle-container .blog_article-content h5, body .blog_acticle-container .blog_article-content h6, body .blog_acticle-container .blog_article-content p, body .blog_acticle-container .blog_article-content p *, body .blog_acticle-container .blog_article-content table * {
  /* main article font */
  font-family: "Open Sans";
}
body .blog_acticle-container .blog_article-content figcaption {
  color: #979c9a;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
  border-left: 1px solid #E2580A;
  margin-top: -5px;
  padding: 10px 10px 0 10px;
}
body .blog_acticle-container .blog_article-content ul {
  margin: -0.5em 0 1em 0;
  padding: 0 180px 0 1em;
}
body .blog_acticle-container .blog_article-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
}
body .blog_acticle-container .blog_article-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-left: 10px solid #E2580A;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
body .blog_acticle-container .blog_article-content table ul {
  padding: 0 0 0 16px;
  margin: 0;
}
body .blog_acticle-container .blog_article-content table ul * {
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px;
}

@media all and (max-width: 740px) {
  .blog_article-bottom-list .blog_article-bottom-list-item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    border-top: none;
    border-bottom: 1px solid #E5E4E3;
  }
  .blog_article-bottom-list .blog_article-bottom-list-item p.blog_article_bottom_title {
    margin-top: 10px;
  }
  .blog_article-bottom-list .blog_article-bottom-list-item .post-views {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  body .blog_acticle-container .blog_article-title {
    font-size: 20px;
  }
}
@media all and (min-width: 741px) {
  .blog_article-bottom-list .blog_article-bottom-list-item:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}

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