@font-face {
  font-family: 'Lato';
	font-display: swap;
  src: url("../fonts/Lato-SemiboldItalic.eot");
  src: local("../fonts/Lato Semibold Italic"), local("Lato-SemiboldItalic"), url("../fonts/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-SemiboldItalic.woff") format("woff"), url("../fonts/Lato-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'HK Grotesk';
	font-display: swap;
  src: url("../fonts/HKGrotesk-Regular.eot");
  src: url("../fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HKGrotesk-Regular.woff") format("woff"), url("../fonts/HKGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  font-display: swap;	
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
	font-display: swap;
  src: url("../fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
	font-display: swap;
  src: url("../fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
	font-display: swap;
  src: url("../fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Barlow';
	font-display: swap;
  src: url("../fonts/Barlow-Bold.eot");
  src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
	font-display: swap;
  src: url("../fonts/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
	font-display: swap;
  src: url("../fonts/Barlow-Medium.eot");
  src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Barlow';
	font-display: swap;
  src: url("../fonts/Barlow-Regular.eot");
  src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.container {
  width: 1140px;
  margin: 0 auto; }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 11px; }

.logo_img {
  max-width: 221px; }

.nav {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -1px;
  padding: 0 0 0 6px; }

.menu {
  list-style: none;
  width: calc(100% - 105px);
  text-align: right; }
  .menu li {
    margin-left: 31px;
    display: inline-block; }
  .menu li:first-child {
    margin-left: 0; }
  .menu li:last-child {
    margin-right: 30px; }

.menu li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.menu li a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.search_wrap {
  width: 120px;
  text-align: right;
  position: relative;
  top: 2px; }

.form-control {
  border: none;
  width: 75px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-control::-webkit-input-placeholder {
  opacity: 0.4;
  color: #313542;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 19px; }

.form-control:-ms-input-placeholder {
  opacity: 0.4;
  color: #313542;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 19px; }

.form-control::-ms-input-placeholder {
  opacity: 0.4;
  color: #313542;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 19px; }

.form-control::placeholder {
  opacity: 0.4;
  color: #313542;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 19px; }

.search-form {
  position: relative; }

.search-form .btn-search {
  position: absolute;
  right: 5px;
  top: -2px;
  bottom: 0;
  background: url(../img/search_Icon.svg) center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  opacity: 0.6; }

input[type=submit] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative; }

input[type=submit], input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control:focus {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 3px; }

.form-control:focus + .btn-search {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.top-news {
  max-height: 426px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 28px; }

.main-news {
  height: 426px;
  width: 67%;
  border-radius: 4px;
  padding: 37px 43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.second-news {
  height: 426px;
  width: 31.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.sn-item {
  width: 100%;
  height: 205px;
  border-radius: 4px;
  padding: 19px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .sn-item .cat-news {
    margin-left: 0; }

.sn-item:last-child {
  margin-bottom: 15px; }

.cat-news {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 7px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 4px;
  margin: 0 0 7px 0;
  display: inline-block; }

.main-news .cat-news {
  margin-left: -3px; }

.title-h2 {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 41px; }

.main-news a, .second-news a, .week-item {
  text-decoration: none; }

.title-h3 {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px; }

.title-h4 {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px; }

.title-art {
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0 0 15px; }

.week-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.week-item {
  width: 23%;
  height: 210px;
  border-radius: 4px;
  padding: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px; }

.info-item:nth-child(1) {
  width: 29%; }

.info-item:nth-child(2) {
  width: 35%;
  padding: 0 0 0 5px; }

.info-item:nth-child(3) {
  width: 298px; }

.info-item .add {
  display: block;
  margin-bottom: 17px; }

.feat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px; }

.feat-info {
  padding: 9px 12px; }
  .feat-info .author {
    margin-bottom: 5px; }

.feat-title {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px; }

.author {
  color: #8E8E93;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 16px;
  text-transform: uppercase; }

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px; }

.post-info {
  padding: 4px 12px 0; }
  .post-info .cat-post {
    margin-bottom: 8px;
    display: block; }

.post-item img {
  width: 130px;
  height: 93px;
  border-radius: 4px; }

.cat-post {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.add img {
  width: 100%;
  margin-top: 24px; }

.follow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.follow .title-art {
  margin: 0 0 18px; }

.follow-item i {
  font-style: normal;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  margin-right: 5px;
  display: inline-block;
  width: 30px; }

.follow-item {
  width: 48%;
  border-radius: 4px;
  background-color: #313542;
  border: 1px solid #313542;
  text-decoration: none;
  padding: 11px 17px 12px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.follow-item span {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.follow-item:hover {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.follow-item:hover span {
  color: #313542;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.follow-item:hover i {
  color: #313542;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.focus-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.focus-add {
  width: 31.5%; }

.focus-video {
  width: 65.8%;
  padding: 20px 0 0; }
  .focus-video .title-art {
    margin: 0 0 18px; }

.focus-item {
  width: 31%; }
  .focus-item .cat-news {
    margin-bottom: 0; }

.f-item {
  height: 150px;
  width: 100%;
  background-size: cover;
  text-decoration: none;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.fi-item {
  width: 100%;
  text-decoration: none; }

.f-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.f-item .cat-news {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.fi-item h3 {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px; }

.f-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.f-wrap .title-art {
  color: #fff;
  margin: 0 0 21px; }

.f-buis {
  border-radius: 4px;
  background-color: #22252E;
  width: 65.8%;
  padding: 23px 29px 9px; }

.f-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-art {
  max-width: 355px; }

.other-art {
  max-width: 319px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.other-item {
  width: 47.7%;
  margin-bottom: 22px; }
  .other-item figure {
    position: relative;
    margin: 0 0 5px; }
    .other-item figure img {
      vertical-align: top; }

.other-item.video figure:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon-1.svg") no-repeat center;
  background-size: contain; }

.other-img {
  border-radius: 7px; }

.other-title {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }

.first-img {
  max-width: 355px;
  max-height: 235px;
  border-radius: 4px;
  vertical-align: top;
  margin-bottom: 10px; }

.first-title {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px; }

.f-scand {
  width: 31.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 4px;
  padding: 0 35px; }

.scan-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #40b0d7;
  opacity: 1;
  top: 0;
  left: 0; }

.scan-title {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2); }

.scan-text {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin: 12px 0 28px; }

.scan-link {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.22px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #fff;
  padding: 9px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.scan-link:hover {
  background: #FFFFFF;
  color: #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.scan-wrap {
  text-align: center;
  position: relative;
  top: -14px; }

.subscribe {
  margin-top: 50px;
  position: relative;
  overflow: hidden; }
  .subscribe .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #313542;
    width: 1300px; }
    .subscribe .container figure {
      width: 21.5%;
      position: relative;
      overflow: hidden; }
      .subscribe .container figure img {
        vertical-align: top;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }

.subs-info {
  width: 39%;
  margin-left: 0;
  padding: 30px 0 30px 33px; }
  .subs-info .subs-title {
    margin-bottom: 7px; }

.subs-title {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px; }

.subs-text {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal; }

.es_subscription_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.es_txt_email {
  height: 42px;
  width: 269px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  color: #fff;
  padding: 10px;
  margin: 0 10px 0 0; }

.es_txt_email::-webkit-input-placeholder {
  color: #4A4A4A;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic !important;
  line-height: 20px; }

.es_txt_email:-ms-input-placeholder {
  color: #4A4A4A;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic !important;
  line-height: 20px; }

.es_txt_email::-ms-input-placeholder {
  color: #4A4A4A;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic !important;
  line-height: 20px; }

.es_txt_email::placeholder {
  color: #4A4A4A;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic !important;
  line-height: 20px; }

.es_subscription_form_submit {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.22px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff !important;
  background: transparent;
  height: 42px;
  width: 143px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.es_subscription_form_submit:hover {
  color: #313542;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.es_subscription_message {
  color: #FFFFFF !important;
  font-family: Roboto, sans-serif;
  font-size: 14px !important;
  max-width: 310px;
  display: block;
  text-align: center; }

.es_spinner_image img {
  width: 32px;
  height: 32px; }

.rand-news {
  padding: 50px 0 75px; }

.rand-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rand-item {
  width: 23%; }

.r-item {
  height: 150px;
  width: 100%;
  background-size: cover;
  text-decoration: none;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.ri-item {
  width: 100%;
  text-decoration: none; }

.r-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.r-item .cat-news {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0; }

.r-item i {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.ri-item h3 {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 7px; }

.regions .container {
  background-color: rgba(49, 53, 66, 0.1);
  padding: 32px 0 34px;
  width: 1300px; }

.regions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 0;
  max-width: 900px; }

.regions .title-art {
  margin: 0 auto 0px;
  max-width: 1140px; }

.region-item {
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.region-item img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.region-item:hover img {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.region-item p {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 13px; }

.social {
  padding: 50px 0; }

.soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .soc-wrap figure {
    margin-top: 20px; }
  .soc-wrap img {
    width: 100%; }

.soc-wrap .title-art {
  margin: 10px 0 15px; }

.tweet {
  width: 48.5%;
  position: relative; }

.inst {
  width: 31%;
  position: relative; }

.tweet .follow-item, .inst .follow-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding: 5px 12px; }
  .tweet .follow-item i, .inst .follow-item i {
    width: 20px;
    display: inline-block; }

.tweet .follow-item i, .inst .follow-item i {
  font-size: 16px; }

.tweet .follow-item span, .inst .follow-item span {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tweet .follow-item:hover span, .inst .follow-item:hover span {
  color: #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.print {
  height: 219px;
  background-color: rgba(49, 53, 66, 0.1); }

.print-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.pr-image {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-16%, 0);
          transform: translate(-16%, 0); }

.pr-image span {
  position: absolute;
  content: '';
  top: -4px;
  left: 7px;
  z-index: 1;
  width: 92%;
  height: 94%;
  background-color: #313542;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  display: block; }

.print-image {
  position: relative;
  top: -9px;
  z-index: 2;
  width: 210px; }

.print-text {
  width: 38%;
  margin: 0 45px 0 67px; }

.pr-title {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px; }

.pr-text {
  opacity: 0.75;
  color: #313542;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 11px; }

.print-link {
  margin-left: 0;
  width: 32.3%;
  padding: 24px 0 0; }

.print-link a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase; }

.print-link a:first-child {
  color: #313542;
  background: transparent;
  margin-right: 10px;
  padding: 8px 29px; }

.print-link a:last-child {
  color: #fff;
  background: #313542;
  padding: 8px 21px;
  font-weight: 500; }

.print-link a:first-child:hover {
  color: #fff;
  background: #313542;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.print-link a:last-child:hover {
  color: #313542;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-top {
  background-color: #313542;
  padding: 45px 0 30px; }

.foot {
  background-color: #000;
  padding: 10px 0; }

.title-foot {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  letter-spacing: 0.34px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 10px; }

.footer-top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 19px; }

.foot-menu, .address {
  list-style: none; }

.foot-menu li a, .address {
  text-decoration: none;
  opacity: 0.6;
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.foot-menu li a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.address:first-child, .address:last-child {
  margin-bottom: 8px; }

/*-------------------KVV-18-10-2019----------------------*/
.footer-bottom {
  background: #22242e;
  padding: 22px 0 18px; }
  .footer-bottom .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-bottom .line .logo {
            width: 165px;
      margin-left:-10px;}
      .footer-bottom .line .logo a {
        display: block; }
        .footer-bottom .line .logo a:hover {
          opacity: 0.7; }
        .footer-bottom .line .logo a img {
          width: auto;
          max-width: 100%; }
    .footer-bottom .line .min-menu {
      width: 500px;
      text-align: right; }
      .footer-bottom .line .min-menu ul {
        margin: 0;
        padding: 4px 0 0; }
        .footer-bottom .line .min-menu ul li {
          display: inline-block;
          margin-left: 45px; }
          .footer-bottom .line .min-menu ul li a {
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            opacity: 0.8;
            font-family: 'Barlow', sans-serif;
            font-weight: 400; }
            .footer-bottom .line .min-menu ul li a:hover {
              opacity: 1; }
        .footer-bottom .line .min-menu ul li:first-child {
          margin-left: 0; }
  .footer-bottom .line-bottom p {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    vertical-align: top;
    opacity: 0.8; }
  .footer-bottom .line-bottom p:last-child {
    float: right;
    letter-spacing: 0.45px; }

.content-width {
  width: 1140px;
  margin: auto; }

.form-control {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 3px !important; }

.r-item, .f-item {
  border-radius: 5px; }

.line-bottom:after {
  content: "";
  display: table;
  clear: both; }

.icon-menu {
  display: none; }

.search-form .form-control {
  margin: 0 30% 0 0;
  width: 70%;
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  padding: 0 !important; }

.week-wrap {
  margin: 0 0 43px; }
  .week-wrap .title-h3 {
    font-size: 21px;
    line-height: 24px; }

.sn-item i, .week-item i {
  display: inline-block;
  color: #fff;
  margin-left: 4px;
  position: relative;
  top: 2px; }

.week-item i {
  margin-left: 7px; }

.info {
  margin: 0 0 52px; }

.emaillist {
  width: 39%;
  padding: 57px 0 0 10px; }

.foot-menu li {
  margin-bottom: 8px; }

.ft-item {
  width: 150px; }

.ft-item:last-child {
  width: 247px; }

.phone {
  margin: 16px 0 0; }
  .phone a {
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-family: 'Barlow', sans-serif;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .phone a i {
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;
      width: 15px; }
    .phone a:hover {
      color: white; }

.address {
  margin: 0 0 -1px; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.menu-mob {
  display: none; }

.subscribe-mob, .info-wrap-mobile, .info-mobile {
  display: none; }

.f-buis {
  position: relative; }
  .f-buis .owl-theme {
    position: absolute;
    top: -3px;
    right: 25px; }
  .f-buis .owl-nav div:nth-child(1) {
    display: none; }
  .f-buis .owl-nav div:nth-child(4) {
    display: none; }
  .f-buis .owl-nav .owl-next, .f-buis .owl-nav .owl-prev {
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    position: relative; }
    .f-buis .owl-nav .owl-next:after, .f-buis .owl-nav .owl-prev:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '\f053';
      width: 14px;
      height: 14px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      font-size: 14px !important; }
  .f-buis .owl-nav .owl-next:after {
    content: '\f054'; }
  .f-buis .owl-theme .owl-nav .disabled {
    opacity: 0; }

.f-content {
  width: 100%; }

.featured-mobile {
  display: none; }

.line-mobile {
  display: none; }

.feat-item a {
  width: 93px; }
.feat-item .feat-info {
  width: calc(100% - 93px); }

.post-item .post-info {
  width: calc(100% - 130px); }

.footer-follow-wrap {
  display: none; }

/*------------------END-KVV-18-10-2019----------------------*/
/*------------------PAGE-BUSINESS----------------------*/
.pages a {
  text-decoration: none; }
  .pages a:focus {
    outline: none !important; }
.pages a:hover, .pages a:focus, .pages a:active {
  text-decoration: none; }
.pages * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.pages figure {
  margin: 0; }
  .pages figure img {
    width: auto;
    max-width: 100%; }
.pages ul {
  margin: 0;
  padding: 0; }
  .pages ul li {
    list-style-type: none; }
.pages p, .pages a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0; }
.pages header {
  margin: 0 0 5px; }

.business-top-wrap h1 {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 14px; }

.business-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 4px; }
  .business-top-content .item {
    width: 23%;
    margin: 0 2.66% 30px 0;
    position: relative; }
    .business-top-content .item figure {
      position: relative; }
      .business-top-content .item figure:after {
        position: absolute;
        top: 30%;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        content: '';
        border-radius: 0 0 4px 4px; }
      .business-top-content .item figure img {
        border-radius: 4px;
        width: 100%;
        vertical-align: top; }
    .business-top-content .item .text {
      position: absolute;
      padding: 14px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .business-top-content .item .text .span-wrap {
        margin-bottom: 7px;
        width: 100%; }
        .business-top-content .item .text .span-wrap span {
          color: #FFFFFF;
          font-family: 'Roboto', sans-serif;
          font-size: 11px;
          font-weight: 500;
          letter-spacing: 0.3px;
          line-height: 15px;
          display: inline-block;
          margin-right: 8px;
          text-transform: uppercase; }
        .business-top-content .item .text .span-wrap .cat-news {
          margin: 0 3px 0 0;
          padding: 3px 6px 2px; }
        .business-top-content .item .text .span-wrap i {
          margin: 0;
          display: inline-block;
          color: #fff;
          position: relative;
          top: 2px; }
      .business-top-content .item .text h6 {
        width: 100%; }
        .business-top-content .item .text h6 a {
          color: #FFFFFF;
          font-family: 'Barlow', sans-serif;
          font-size: 21px;
          font-weight: 600;
          line-height: 24px; }
          .business-top-content .item .text h6 a:hover {
            opacity: 0.7; }
  .business-top-content .item:nth-child(4n) {
    margin-right: 0; }

.business-search-wrap {
  max-width: 1300px;
  margin: 0 auto 29px;
  background-color: rgba(49, 53, 66, 0.1);
  padding: 25px 0; }
  .business-search-wrap .content-width {
    padding: 0 7.5%; }
    .business-search-wrap .content-width form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .business-search-wrap .content-width form .input-wrap {
        width: 55.2%; }
      .business-search-wrap .content-width form .input-wrap-1 {
        position: relative;
        width: 40% !important; }
        .business-search-wrap .content-width form .input-wrap-1:after {
          position: absolute;
          top: 0;
          height: 43px;
          left: 0;
          width: 43px;
          content: '\f002';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #313542;
          line-height: 43px;
          text-align: center;
          font-size: 20px; }
        .business-search-wrap .content-width form .input-wrap-1 input {
          width: 100%;
          border: 1px solid #FFFFFF;
          border-radius: 3px;
          background-color: #FFFFFF;
          padding: 0 15px 0 43px;
          color: #000;
          font-family: 'Barlow', sans-serif;
          font-size: 18px;
          font-style: italic;
          line-height: 22px;
          height: 42px; }
      .business-search-wrap .content-width form .input-wrap-2 {
        width: 42% !important;
        padding: 4px 3px 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .business-search-wrap .content-width form .input-wrap-2 .select-block {
          width: 50%; }
          .business-search-wrap .content-width form .input-wrap-2 .select-block .nice-select {
            width: 100%; }
        .business-search-wrap .content-width form .input-wrap-2 .select-block:last-child {
          margin-right: 0;
          width: 44%; }
      .business-search-wrap .content-width form .input-wrap-3 {
        width: 15.1%;
        padding: 2px 0 0; }
        .business-search-wrap .content-width form .input-wrap-3 input {
          width: 100%;
          height: 42px;
          text-align: center;
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0.4px;
          line-height: 42px;
          text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
          background-color: #313542;
          color: #FFFFFF; }

.es-field-wrap label {
  height: 42px;
  display: block; }

.article-wrap .article-text a {
  color: #000000;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px; }
  .article-wrap .article-text a:hover {
    opacity: 0.7; }

.es_txt_email:focus {
  background: #fff;
  color: #000; }

.nice-select {
  height: 36px;
  width: 100%;
  border: 1px solid rgba(49, 53, 66, 0.2) !important;
  border-radius: 20px;
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  line-height: 34px;
  outline: none !important; }

.nice-select:after {
  border-top: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  display: block;
  height: 5px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: calc(50% - -2px);
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.nice-select.open:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin-top: -10px; }

.nice-select .list {
  width: 100%; }

.business-news-wrap {
  margin: 0 0 37px; }
  .business-news-wrap .top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px; }
    .business-news-wrap .top-news .item {
      width: 66%; }
    .business-news-wrap .top-news .item-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .business-news-wrap .top-news .item-1 figure {
        width: 49.8%; }
        .business-news-wrap .top-news .item-1 figure a {
          display: block; }
          .business-news-wrap .top-news .item-1 figure a img {
            width: 100%;
            border-radius: 5px;
            vertical-align: top; }
      .business-news-wrap .top-news .item-1 .text {
        width: 48%;
        padding: 26px 0 0; }
        .business-news-wrap .top-news .item-1 .text .span-wrap {
          margin-bottom: 7px;
          width: 100%; }
          .business-news-wrap .top-news .item-1 .text .span-wrap span {
            font-family: 'Roboto', sans-serif;
            color: #8E8E93;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.33px;
            line-height: 16px;
            display: inline-block;
            margin-right: 8px;
            text-transform: uppercase; }
          .business-news-wrap .top-news .item-1 .text .span-wrap .cat-news {
            margin: 0 3px 0 0;
            padding: 3px 6px 2px;
            color: #fff; }
          .business-news-wrap .top-news .item-1 .text .span-wrap i {
            margin: 0;
            display: inline-block;
            color: #fff;
            position: relative;
            top: 2px; }
        .business-news-wrap .top-news .item-1 .text h5 {
          margin-bottom: 10px; }
          .business-news-wrap .top-news .item-1 .text h5 a {
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 24px;
            font-weight: 600;
            line-height: 27px;
            letter-spacing: 0.2px; }
            .business-news-wrap .top-news .item-1 .text h5 a:hover {
              opacity: 0.7; }
        .business-news-wrap .top-news .item-1 .text p {
          color: #313542;
          font-size: 15px;
          line-height: 22px; }
    .business-news-wrap .top-news .item-2 {
      width: 31.5%; }
      .business-news-wrap .top-news .item-2 figure {
        margin-bottom: 10px; }
        .business-news-wrap .top-news .item-2 figure a {
          display: block;
          position: relative; }
          .business-news-wrap .top-news .item-2 figure a img {
            width: 100%;
            vertical-align: top;
            border-radius: 5px; }
          .business-news-wrap .top-news .item-2 figure a .span-wrap {
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 100%; }
            .business-news-wrap .top-news .item-2 figure a .span-wrap .cat-news {
              padding: 1px 6px 0;
              color: #fff;
              line-height: 19px;
              margin: 0; }
      .business-news-wrap .top-news .item-2 h5 {
        margin-bottom: 0; }
        .business-news-wrap .top-news .item-2 h5 a {
          color: #000000;
          font-family: 'Barlow', sans-serif;
          font-size: 24px;
          font-weight: 600;
          line-height: 27px;
          letter-spacing: 0.2px; }
          .business-news-wrap .top-news .item-2 h5 a:hover {
            opacity: 0.7; }
  .business-news-wrap .bottom-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .business-news-wrap .bottom-news .item {
      width: 31%;
      margin: 0 3.5% 9px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .business-news-wrap .bottom-news .item figure {
        width: 130px; }
        .business-news-wrap .bottom-news .item figure a {
          display: block;
          position: relative; }
          .business-news-wrap .bottom-news .item figure a img {
            border-radius: 5px;
            vertical-align: top; }
      .business-news-wrap .bottom-news .item .text {
        width: calc(100% - 142px); }
        .business-news-wrap .bottom-news .item .text p.top {
          color: #8E8E93;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.33px;
          line-height: 16px;
          margin-bottom: 7px; }
        .business-news-wrap .bottom-news .item .text h6 a {
          color: #000000;
          font-family: 'Barlow', sans-serif;
          font-size: 21px;
          font-weight: 600;
          line-height: 24px; }
          .business-news-wrap .bottom-news .item .text h6 a:hover {
            opacity: 0.7; }
    .business-news-wrap .bottom-news .item.video figure a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      width: 18px;
      height: 18px;
      background: url(../img/icon-1.svg) no-repeat center;
      background-size: contain; }
    .business-news-wrap .bottom-news .item:nth-child(3n) {
      margin-right: 0; }

.subscribe.join {
  margin: 0 0 30px; }
  .subscribe.join .container figure {
    width: 25.2%; }
  .subscribe.join .emaillist {
    width: 34.5%;
    padding-left: 3%; }

.btn-border {
  display: inline-block;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 38px !important;
  text-align: center;
  width: 142px;
  height: 42px;
  border: 2px solid #FFFFFF;
  background: transparent; }
  .btn-border:hover {
    background: #fff;
    color: #313542; }

.business-popular-wrap {
  margin: 0 0 12px; }
  .business-popular-wrap h5 {
    color: #313542;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    letter-spacing: 0.36px;
    line-height: 19px;
    margin: 0 0 17px; }
  .business-popular-wrap .business-popular-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .business-popular-wrap .business-popular-content .item {
      width: 23.1%;
      margin: 0 2.53% 20px 0; }
      .business-popular-wrap .business-popular-content .item figure {
        margin-bottom: 6px; }
        .business-popular-wrap .business-popular-content .item figure a {
          display: block;
          position: relative; }
          .business-popular-wrap .business-popular-content .item figure a .wrap-span {
            position: absolute;
            left: 10px;
            bottom: 10px; }
            .business-popular-wrap .business-popular-content .item figure a .wrap-span span {
              margin-bottom: 0 !important; }
          .business-popular-wrap .business-popular-content .item figure a i {
            display: inline-block;
            color: #fff;
            margin-left: 4px;
            position: relative;
            top: 2px; }
        .business-popular-wrap .business-popular-content .item figure img {
          vertical-align: top;
          width: 100%; }
      .business-popular-wrap .business-popular-content .item h4 a {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 24px; }
        .business-popular-wrap .business-popular-content .item h4 a:hover {
          opacity: 0.7; }
    .business-popular-wrap .business-popular-content .item:last-child {
      margin-right: 0; }

.subscribe .container figure img {
  max-width: inherit; }

.business-top-content .item .text-bottom {
  display: none; }

.business-top-content .item .item-wrap {
  position: relative; }

.business-news-wrap .top-news .item-1 figure a .text-wrap {
  display: none; }

.business-news-wrap .f-scand {
  display: none; }

.weekly .container .week-wrap a, .business-popular-wrap .business-popular-content .item figure img {
  border-radius: 4px; }

.subscribe-wrap {
  overflow: hidden; }

/*-----------------END-PAGE-BUSINESS----------------------*/
/*------------------PAGE-TEAM----------------------*/
.team-wrap {
  margin: 0 0 122px; }
  .team-wrap h1 {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 20px; }

.team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .team-content .item {
    width: 23%;
    margin: 0 2.66% 20px 0; }
    .team-content .item figure {
      margin: 0 0 16px; }
      .team-content .item figure img {
        vertical-align: top;
        border-radius: 4px;
        width: 100%; }
    .team-content .item h5 {
      font-family: 'Barlow', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 24px;
      text-align: center;
      margin-bottom: 6px; }
    .team-content .item p {
      color: #313542;
      font-size: 15px;
      line-height: 22px;
      text-align: center; }
  .team-content .item:nth-child(4n) {
    margin-right: 0; }

.print-text h2 {
  margin-bottom: 12px; }

/*-----------------END-PAGE-TEAM----------------------*/
/*------------------PAGE-CONTACT----------------------*/
.contact-wrap {
  background-color: rgba(49, 53, 66, 0.1);
  padding: 50px 0; }
  .contact-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contact-wrap .content-width .left {
      width: 34%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 9px; }
      .contact-wrap .content-width .left h2 {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 27px;
        margin: 0 0 7px; }
      .contact-wrap .content-width .left h3 {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 24px;
        margin: 0 0 25px; }
      .contact-wrap .content-width .left ul.contact-ul {
        margin: 0 0 25px; }
        .contact-wrap .content-width .left ul.contact-ul li {
          list-style-type: none;
          color: #000000;
          font-family: 'HK Grotesk', sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 400;
          margin-bottom: 6px; }
          .contact-wrap .content-width .left ul.contact-ul li a {
            color: #000000;
            font-family: 'HK Grotesk', sans-serif;
            font-size: 16px;
            line-height: 18px;
            font-weight: 400; }
            .contact-wrap .content-width .left ul.contact-ul li a:hover {
              opacity: 0.7; }
    .contact-wrap .content-width .right {
      width: 64.4%; }
      .contact-wrap .content-width .right .right-wrap {
        max-width: 555px; }
      .contact-wrap .content-width .right h1 {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 32px;
        margin: 0 0 23px; }
      .contact-wrap .content-width .right p {
        color: #000000;
        font-family: 'HK Grotesk', sans-serif;
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 46px; }
      .contact-wrap .content-width .right form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .contact-wrap .content-width .right form .input-wrap {
          width: 48%;
          margin-bottom: 12px; }
          .contact-wrap .content-width .right form .input-wrap label {
            display: block;
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 8px; }
          .contact-wrap .content-width .right form .input-wrap input {
            width: 100%;
            background: #fff;
            padding: 0 10px;
            left: 40px;
            line-height: 40px;
            outline: none;
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 16px;
            font-weight: 500;
            border: none !important; }
          .contact-wrap .content-width .right form .input-wrap .select-block {
            width: 100%; }
            .contact-wrap .content-width .right form .input-wrap .select-block .nice-select {
              width: 100%;
              border: none !important;
              border-radius: 0;
              height: 40px;
              line-height: 40px;
              background: #fff;
              font-size: 16px;
              padding-left: 10px; }
        .contact-wrap .content-width .right form .input-wrap-full {
          margin-bottom: 12px;
          width: 100%; }
          .contact-wrap .content-width .right form .input-wrap-full label {
            display: block;
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 8px; }
          .contact-wrap .content-width .right form .input-wrap-full textarea {
            width: 100%;
            padding: 10px;
            resize: none;
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 16px;
            font-weight: 500;
            height: 150px;
            border: none !important; }
        .contact-wrap .content-width .right form .input-wrap-submit {
          width: 100%; }
          .contact-wrap .content-width .right form .input-wrap-submit .btn-default {
            cursor: pointer;
            width: 263px;
            height: 40px;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.4px;
            line-height: 40px;
            text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
            background-color: #313542;
            color: #FFFFFF; }
            .contact-wrap .content-width .right form .input-wrap-submit .btn-default:hover {
              opacity: 0.7; }

.page-contact header {
  margin: 0 0 -1px; }

/*-----------------END-PAGE-CONTACT----------------------*/
/*------------------PAGE-COUNTRY----------------------*/
.page-country header {
  margin: 0 0 -1px; }
.page-country .business-news-wrap {
  margin: 0 0 18px; }
.page-country .business-top-wrap {
  margin: 0 0 11px; }

.country-menu-wrap {
  background-color: #313542;
  padding: 21px 0 22px;
  margin: 0 0 30px; }
  .country-menu-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .country-menu-wrap .content-width h1 {
      width: 30%;
      color: #FFFFFF;
      font-family: 'Barlow', sans-serif;
      font-size: 34px;
      font-weight: bold;
      line-height: 41px; }
    .country-menu-wrap .content-width .country-menu {
      width: 70%;
      margin: 0;
      padding: 5px 0 0 36px;
      position: relative; }
      .country-menu-wrap .content-width .country-menu:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -45%);
                transform: translate(0, -45%);
        left: 6px;
        content: url("../img/swededn.svg"); }
      .country-menu-wrap .content-width .country-menu li {
        display: inline-block;
        text-align: right;
        margin-right: 17px; }
        .country-menu-wrap .content-width .country-menu li a {
          color: rgba(255, 255, 255, 0.6);
          font-size: 14px;
          letter-spacing: 0.23px;
          line-height: 22px; }
        .country-menu-wrap .content-width .country-menu li:hover a {
          color: #fff; }
      .country-menu-wrap .content-width .country-menu li.active a {
        color: #fff; }
      .country-menu-wrap .content-width .country-menu li:last-child {
        margin-right: 0; }
    .country-menu-wrap .content-width .select-block {
      display: none;
      width: 50%; }

.business-news-wrap .bottom-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .business-news-wrap .bottom-news-info .left {
    width: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .business-news-wrap .bottom-news-info .left .item {
      width: 48%;
      margin: 0 0 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .business-news-wrap .bottom-news-info .left .item figure {
        width: 130px; }
        .business-news-wrap .bottom-news-info .left .item figure a {
          display: block;
          position: relative; }
          .business-news-wrap .bottom-news-info .left .item figure a img {
            border-radius: 5px;
            vertical-align: top; }
      .business-news-wrap .bottom-news-info .left .item .text {
        width: calc(100% - 142px); }
        .business-news-wrap .bottom-news-info .left .item .text p.top {
          color: #8E8E93;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.33px;
          line-height: 16px;
          margin-bottom: 2px; }
        .business-news-wrap .bottom-news-info .left .item .text h6 a {
          color: #000000;
          font-family: 'Barlow', sans-serif;
          font-size: 21px;
          font-weight: 600;
          line-height: 24px; }
          .business-news-wrap .bottom-news-info .left .item .text h6 a:hover {
            opacity: 0.7; }
    .business-news-wrap .bottom-news-info .left .item.video figure a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      width: 18px;
      height: 18px;
      background: url(../img/icon-1.svg) no-repeat center;
      background-size: contain; }
  .business-news-wrap .bottom-news-info .right {
    width: 31.5%; }
    .business-news-wrap .bottom-news-info .right a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .business-news-wrap .bottom-news-info .right a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-width: inherit; }

.subscribe-content {
  width: 100%;
  margin: 0 0 39px; }
  .subscribe-content .container {
    width: 1140px; }
  .subscribe-content .es_txt_email {
    width: 235px; }
  .subscribe-content .es_subscription_form_submit {
    width: 122px; }
  .subscribe-content .subs-info {
    padding: 30px 0 30px 28px; }

/*-----------------END-PAGE-COUNTRY----------------------*/
/*------------------PAGE-CATEGORY----------------------*/
.business-news-wrap h1 {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 13px; }

.subscribe .container figure img {
  width: 100%; }

.page-category .business-news-wrap {
  margin: 0 0 18px; }
.page-category .business-top-wrap {
  margin: 0 0 11px; }

.business-popular-wrap-no-info .business-popular-content .item:nth-child(3n) {
  margin-right: 2.53% !important; }

/*-----------------END-PAGE-CATEGORY----------------------*/
/*------------------PAGE-SEARCH----------------------*/
.page-search-results header {
  margin: 0 0 -1px; }
.page-search-results .business-search-wrap {
  padding-top: 0;
  margin: 0 auto 22px; }

.business-search-wrap .top-search {
  background-color: #313542;
  padding: 15px 0 18px;
  margin: 0 0 25px; }
  .business-search-wrap .top-search .content-width {
    padding: 0; }
.business-search-wrap h1 {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px; }

.search-block-wrap .tab-menu {
  margin: 0 0 17px; }
  .search-block-wrap .tab-menu li {
    display: inline-block;
    margin-right: 17px;
    position: relative;
    opacity: 0.6;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px; }
    .search-block-wrap .tab-menu li:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      content: '';
      background: transparent; }
    .search-block-wrap .tab-menu li:hover {
      opacity: 1; }
  .search-block-wrap .tab-menu li:last-child {
    margin-right: 0; }
  .search-block-wrap .tab-menu li.active {
    opacity: 1; }
    .search-block-wrap .tab-menu li.active:after {
      background: #000; }
.search-block-wrap .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .search-block-wrap .tab-item .item {
    width: 31.5%;
    margin: 0 0 30px; }
    .search-block-wrap .tab-item .item figure {
      margin-bottom: 10px; }
      .search-block-wrap .tab-item .item figure a {
        display: block;
        position: relative; }
        .search-block-wrap .tab-item .item figure a span {
          position: absolute;
          bottom: 7px;
          left: 7px;
          margin-bottom: 0; }
      .search-block-wrap .tab-item .item figure img {
        vertical-align: top;
        border-radius: 4px; }
    .search-block-wrap .tab-item .item .text span {
      display: none; }
    .search-block-wrap .tab-item .item h5 a {
      color: #000000;
      font-family: 'Barlow', sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 27px; }
  .search-block-wrap .tab-item .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 13px 0 45px; }
    .search-block-wrap .tab-item .item-info .left {
      width: 66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-block-wrap .tab-item .item-info .left .subscribe-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #313542;
        padding: 20px 40px 15px;
        margin: 0 0 40px; }
      .search-block-wrap .tab-item .item-info .left .subs-info {
        width: 55%;
        padding: 0; }
        .search-block-wrap .tab-item .item-info .left .subs-info .subs-title {
          font-size: 26px;
          font-weight: bold;
          line-height: 31px; }
      .search-block-wrap .tab-item .item-info .left .emaillist {
        width: 42%;
        padding: 6px; }
        .search-block-wrap .tab-item .item-info .left .emaillist input {
          width: 100%;
          margin: 0 0 7px; }
        .search-block-wrap .tab-item .item-info .left .emaillist input[type=submit] {
          font-weight: 500; }
      .search-block-wrap .tab-item .item-info .left .es-field-wrap {
        width: 100%; }
      .search-block-wrap .tab-item .item-info .left .es_subscription_form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .search-block-wrap .tab-item .item-info .left .item {
        width: 48%;
        margin-bottom: 0; }
    .search-block-wrap .tab-item .item-info .f-scand {
      width: 31.5%; }
      .search-block-wrap .tab-item .item-info .f-scand .scan-text {
        margin: 12px 0 28px; }
      .search-block-wrap .tab-item .item-info .f-scand .scan-text {
        font-size: 13px;
        line-height: 18px; }

.pagination-wrap {
  width: 100%;
  margin: 40px 0 40px; }
  .pagination-wrap .pagination {
    margin: 0;
    padding: 0; }
    .pagination-wrap .pagination li {
      display: inline-block;
      height: 35px;
      width: 35px;
      margin-right: 6px;
      color: #FFFFFF;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.4px;
      text-align: center;
      text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
      line-height: 35px;
      background-color: #313542; }
      .pagination-wrap .pagination li a {
        display: block;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.4px;
        text-align: center;
        line-height: 35px;
        background: #e6e7e9; }
        .pagination-wrap .pagination li a i {
          font-size: 16px;
          position: relative;
          top: 1px;
          left: 1px;
          -webkit-transition: none;
          transition: none; }
        .pagination-wrap .pagination li a:hover {
          background-color: #313542;
          color: #fff; }

.search-block-wrap {
  margin: 0 0 108px; }

/*------------------PAGE-MAGAZINE----------------------*/
.page-magazine header {
  margin: 0 0 -1px; }

.print-magazine {
  height: auto;
  margin: 0 0 30px; }
  .print-magazine .print-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0 39px; }
    .print-magazine .print-wrap .pr-image {
      position: relative;
      top: 22px;
      left: 90px;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 215px; }
    .print-magazine .print-wrap .print-image {
      width: 215px; }
    .print-magazine .print-wrap .right {
      width: calc(100% - 343px); }
      .print-magazine .print-wrap .right p {
        color: #000000;
        font-family: 'HK Grotesk', sans-serif;
        font-size: 15px;
        line-height: 22px;
        max-width: 651px; }
      .print-magazine .print-wrap .right p.top {
        color: #313542;
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        letter-spacing: 0.36px;
        line-height: 19px;
        margin-bottom: 7px;
        text-transform: uppercase; }
      .print-magazine .print-wrap .right h1 {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 13px; }
      .print-magazine .print-wrap .right .print-text {
        width: 100%;
        margin: 0;
        padding: 3px 0 0; }
      .print-magazine .print-wrap .right .print-link {
        margin-left: 0;
        width: 100%;
        padding: 18px 0 0; }
      .print-magazine .print-wrap .right .print-link a:first-child {
        padding: 0;
        height: 38px;
        width: 100px;
        text-align: center;
        font-size: 14px;
        line-height: 34px;
        letter-spacing: 0.4px; }
      .print-magazine .print-wrap .right .print-link a:last-child {
        padding: 0;
        height: 38px;
        width: 115px;
        font-size: 14px;
        line-height: 34px;
        letter-spacing: 0.4px; }

.magazine-block-wrap {
  margin: 0 0 43px; }
  .magazine-block-wrap .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .magazine-block-wrap .content-width .item {
      width: 15.5%;
      margin: 0 1.4% 10px 0; }
      .magazine-block-wrap .content-width .item a {
        display: block; }
        .magazine-block-wrap .content-width .item a:hover {
          opacity: 0.7; }
        .magazine-block-wrap .content-width .item a img {
          width: 100%; }
    .magazine-block-wrap .content-width .item.year {
      position: relative; }
      .magazine-block-wrap .content-width .item.year p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: rgba(49, 53, 66, 0.6);
        font-family: 'Barlow', sans-serif;
        font-size: 76px;
        font-weight: bold;
        line-height: 111px;
        text-align: center; }
    .magazine-block-wrap .content-width .item:nth-child(6n) {
      margin-right: 0; }

/*-----------------END-PAGE-MAGAZINE----------------------*/
/*-----------------PAGE-SUBSCRIBE----------------------*/
.page-subscribe header {
  margin: 0 0 -1px; }

.print-subscribe {
  height: auto;
  margin: 0 0 50px;
  padding: 0 0 28px; }
  .print-subscribe .print-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0 39px; }
    .print-subscribe .print-wrap .pr-image {
      position: relative;
      top: 50px;
      left: 23px;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      width: 410px; }
    .print-subscribe .print-wrap .print-image {
      width: 410px; }
    .print-subscribe .print-wrap .right {
      width: calc(100% - 488px); }
      .print-subscribe .print-wrap .right p {
        color: #000000;
        font-family: 'HK Grotesk', sans-serif;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        max-width: 555px; }
      .print-subscribe .print-wrap .right h1 {
        color: #000000;
        font-family: 'Barlow', sans-serif;
        font-size: 28px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 21px; }
      .print-subscribe .print-wrap .right .print-text {
        width: 100%;
        margin: 0;
        padding: 23px 0 0; }
      .print-subscribe .print-wrap .right .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 25px 0 0;
        max-width: 430px; }
        .print-subscribe .print-wrap .right .bottom h3 {
          width: 100%;
          margin-bottom: 15px;
          color: #000000;
          font-family: 'Barlow', sans-serif;
          font-size: 21px;
          font-weight: 600;
          line-height: 24px; }
        .print-subscribe .print-wrap .right .bottom .item {
          background: #fff;
          border-radius: 4px;
          text-align: center;
          padding: 32px 10px 18px;
          width: 48%; }
          .print-subscribe .print-wrap .right .bottom .item p {
            color: #000000;
            font-family: 'HK Grotesk', sans-serif;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 16px; }
          .print-subscribe .print-wrap .right .bottom .item p.cost {
            font-family: 'Barlow', sans-serif;
            font-size: 21px;
            font-weight: 600;
            line-height: 24px;
            text-align: center;
            margin-bottom: 13px; }
          .print-subscribe .print-wrap .right .bottom .item button {
            border-radius: 23.5px;
            background-color: #FFC522;
            width: 100%;
            height: 46px;
            text-align: center;
            color: #000000;
            font-family: 'Barlow', sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 46px;
            border: none;
            text-transform: uppercase;
            cursor: pointer; }
            .print-subscribe .print-wrap .right .bottom .item button:hover {
              opacity: 0.7; }
            .print-subscribe .print-wrap .right .bottom .item button img {
              margin-left: 10px;
              position: relative;
              top: 3px; }

/*----------------END-PAGE-SUBSCRIBE----------------------*/
/*-----------------PAGE-ARTICLE----------------------*/
.page-article header {
  margin: 0 0 -1px; }

.breadcrumb {
  margin: 0 0 -3px !important; }
  .breadcrumb li {
    display: inline-block;
    margin-right: -1px;
    color: #8E8E93;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.33px;
    line-height: 16px;
    text-transform: uppercase; }
    .breadcrumb li .icon {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-left: 4px solid #313542;
      border-right: 4px solid transparent;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 0 0 8px;
      position: relative;
      top: -1px; }

.article-wrap .content-width {
  width: 945px; }
.article-wrap h1 {
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 9px; }
.article-wrap p.info {
  margin-bottom: 18px;
  color: rgba(49, 53, 66, 0.6);
  font-size: 14px;
  line-height: 19px; }
.article-wrap .top-img {
  margin: 0 0 21px !important; }
  .article-wrap .top-img img {
    vertical-align: top;
    border-radius: 4px;
    width: 100%; }
.article-wrap .article-text {
  padding: 0 10.5%; }
  .article-wrap .article-text p {
    color: #000000;
    font-family: 'HK Grotesk', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
    .article-wrap .article-text p span {
      float: left;
      color: #000000;
      font-size: 59px;
      font-weight: bold;
      line-height: 59px;
      display: inline-block;
      margin-right: 10px; }
  .article-wrap .article-text h3 {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin: 33px 0 10px; }
  .article-wrap .article-text figure {
    margin: 22px 0 35px; }
    .article-wrap .article-text figure img {
      vertical-align: top;
      width: 100%;
      border-radius: 4px; }
  .article-wrap .article-text p.bg {
    padding: 15px 20px;
    background-color: rgba(49, 53, 66, 0.1);
    margin: 63px 0 58px;
    color: #000000;
    font-size: 15px;
    line-height: 22px; }
    .article-wrap .article-text p.bg span {
      display: block;
      margin-bottom: 10px;
      color: #313542;
      font-family: 'Barlow', sans-serif;
      font-size: 16px;
      letter-spacing: 0.36px;
      line-height: 19px;
      text-transform: uppercase;
      float: inherit;
      font-weight: 400; }
.article-wrap .img-left {
  margin: 11px 0 32px -196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .article-wrap .img-left figure {
    width: 34.5%;
    padding: 9px 0 0;
    margin: 0; }
  .article-wrap .img-left .text {
    width: 63.1%; }
    .article-wrap .img-left .text blockquote {
      margin: 0;
      padding: 56px 25px 0 15px;
      color: #313542;
      font-family: 'HK Grotesk', sans-serif;
      font-size: 15px;
      font-style: italic;
      line-height: 22px;
      position: relative; }
      .article-wrap .img-left .text blockquote:before {
        position: absolute;
        top: -6px;
        left: 50%;
        -webkit-transform: translate(-75%, 0);
                transform: translate(-75%, 0);
        content: ',,';
        font-family: 'Lato', sans-serif;
        font-size: 65px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: -1.6px;
        line-height: 28px;
        text-align: center; }
      .article-wrap .img-left .text blockquote span {
        display: block;
        margin-top: 30px; }
.article-wrap .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 14px -197px -10px 0; }
  .article-wrap .img-right .text {
    width: 38%; }
  .article-wrap .img-right figure {
    width: 58.8%;
    margin: 0; }
    .article-wrap .img-right figure img {
      vertical-align: top;
      border-radius: 4px; }
    .article-wrap .img-right figure figcaption {
      margin-top: 10px;
      opacity: 0.8;
      color: #313542;
      font-family: 'HK Grotesk', sans-serif;
      font-size: 15px;
      font-style: italic;
      line-height: 19px; }
.article-wrap .share-wrap {
  margin: 20px 0 40px; }
  .article-wrap .share-wrap h6 {
    color: #313542;
    font-size: 16px;
    letter-spacing: 0.36px;
    line-height: 19px;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 7px;
    font-weight: 400; }
  .article-wrap .share-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-wrap .share-wrap ul li {
      width: 19%; }
      .article-wrap .share-wrap ul li a {
        display: block;
        border-radius: 4px;
        background-color: #313542;
        position: relative;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        font-family: 'Barlow', sans-serif;
        padding-left: 5px; }
        .article-wrap .share-wrap ul li a:hover {
          opacity: 0.7; }
        .article-wrap .share-wrap ul li a i {
          position: absolute;
          top: 50%;
          left: 20px;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          font-size: 20px;
          font-weight: 400; }
.article-wrap .article-subscribe {
  padding: 22px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #313542;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .article-wrap .article-subscribe .text {
    width: 52%; }
    .article-wrap .article-subscribe .text h2 {
      color: #FFFFFF;
      font-family: 'Barlow', sans-serif;
      font-size: 26px;
      font-weight: bold;
      line-height: 31px;
      margin-bottom: 5px; }
    .article-wrap .article-subscribe .text p {
      color: #FFFFFF;
      font-family: 'HK Grotesk', sans-serif;
      font-size: 15px;
      line-height: 22px;
      margin: 0; }
  .article-wrap .article-subscribe .form-wrap {
    width: 41%;
    padding: 6px 0 0; }
    .article-wrap .article-subscribe .form-wrap .es_txt_email {
      width: 100%;
      margin-right: 0;
      margin-bottom: 7px; }
    .article-wrap .article-subscribe .form-wrap .es_subscription_form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .article-wrap .article-subscribe .form-wrap .es-field-wrap {
      width: 100%; }
    .article-wrap .article-subscribe .form-wrap input[type=submit] {
      width: 100%;
      font-weight: 500; }

.article-wrap {
  margin: 0 0 64px; }

.page-article .business-popular-wrap h5 {
  color: #313542;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 14px; }
.page-article .business-popular-wrap-no-info .business-popular-content .item:nth-child(3n) {
  margin-right: 2.53% !important; }
.page-article .business-popular-wrap {
  margin: 0 0 77px; }

/*----------------END-PAGE-ARTICLE----------------------*/
/*-----------------PAGE-BUSINESS-SEARCH----------------------*/
.page-business-search header {
  margin: 0 0 -1px; }
.page-business-search .search-block-wrap .tab-item .item figure a span {
  background: transparent !important; }

.business-top-content .item .text:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.business-top-content .item .text .span-wrap {
  z-index: 1; }

.business-top-content .item .text h6 {
  position: relative;
  z-index: 1; }

.business-top-content .item figure {
  overflow: hidden;
  border-radius: 4px; }

.page-category .business-top-content-mob {
  display: none; }

.business-top-content .item .item-wrap {
  border-radius: 4px;
  overflow: hidden; }

.business-popular-wrap .business-popular-content .item figure {
  background: #a4a2a2;
  height: 176px;
  overflow: hidden;
  border-radius: 4px; }
  .business-popular-wrap .business-popular-content .item figure a {
    height: 176px;
    position: relative; }
    .business-popular-wrap .business-popular-content .item figure a img {
      position: absolute;
      width: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      max-width: 130%; }

.week-item, .sn-item, .r-item {
  position: relative; }
  .week-item:after, .sn-item:after, .r-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #a4a2a2;
    z-index: -1;
    border-radius: 4px; }

.business-popular-wrap .business-popular-content .item figure a {
  max-height: 176px; }

.post-item img {
  background: #a4a2a2; }

.team-content .item figure {
  min-height: 100px;
  background: #a4a2a2; }

/* .article-text > p:first-child:first-letter {
  float: left;
  color: #000000;
  font-size: 59px;
  font-weight: bold;
  line-height: 59px;
  display: inline-block;
  margin-right: 10px; } */

.alignleft {
  width: 325px;
  float: left;
  margin: 11px 22px 20px -196px; }

.article-text blockquote p {
  margin: 0 0 20px;
  padding: 56px 25px 0 15px;
  color: #313542;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  position: relative; }
  .article-text blockquote p:before {
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-75%, 0);
            transform: translate(-75%, 0);
    content: ',,';
    font-family: 'Lato', sans-serif;
    font-size: 65px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1.6px;
    line-height: 28px;
    text-align: center; }

.wp-caption .wp-caption-text {
  margin-top: 10px !important;
  opacity: 0.8 !important;
  color: #313542 !important;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 15px !important;
  font-style: italic;
  line-height: 19px !important; }

.alignright {
  float: right;
  margin: 20px -155px 20px 20px; }

/*----------------END-PAGE-BUSINESS-SEARCH----------------------*/
/*----------------Business Directory----------------------*/
.nav-block {
  padding: 50px 0 100px; }
  .nav-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav-block .content .item {
      width: calc(25% - 22.5px);
      height: 450px; }
      .nav-block .content .item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        border: 5px solid #33B1D8;
        border-radius: 6px;
        overflow: hidden;
        height: 100%;
        background: url("../img/bg-1.jpg") no-repeat center;
        background-size: cover!important;
        position: relative;
        padding: 50px 13px 20px; }
        .nav-block .content .item a h5 {
          position: relative;
          z-index: 1;
          font-size: 29px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 34px;
          text-align: center;
          text-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.12);
          margin: 0 0 70px;
          color: #fff;
          font-family: 'Barlow', sans-serif; }
        .nav-block .content .item a p {
          position: relative;
          z-index: 1;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 22px;
          text-align: center;
          text-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.12);
          margin: 0;
          color: #fff;
          font-family: 'Barlow', sans-serif;
          min-height: 230px; }
        .nav-block .content .item a:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          background-color: #33b1d8;
          opacity: 0.5;
          -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease; }
        .nav-block .content .item a:hover:after {
          opacity: 0.92 !important; }
    .nav-block .content .item-2 a {
      background: url("../img/bg-2.jpg") no-repeat center;
      background-size: cover;
      border: 5px solid #FBA80C; }
      .nav-block .content .item-2 a:after {
        background-color: #fba80c; }
    .nav-block .content .item-3 a {
      background: url("../img/bg-3.jpg") no-repeat center;
      background-size: cover;
      border: 5px solid #2ACE6F; }
      .nav-block .content .item-3 a:after {
        background-color: #2ace6f; }
    .nav-block .content .item-4 a {
      background: url("../img/bg-4.jpg") no-repeat center;
      background-size: cover;
      border: 5px solid #E24638; }
      .nav-block .content .item-4 a:after {
        background-color: #e24638;
        opacity: 0.6; }

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