* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1F2538;
  overflow-x: hidden;
}
/* Helper classes */
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.align-bottom {
  margin-top: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.table table tr td{
	font-weight: normal  !important;
	text-align: left  !important;
	padding: 5px 10px !important;
	border-right: 1px solid #C1C3CD !important;
}
.table table tr:first-child td{
	border-top: 1px solid #C1C3CD !important;
}
.table table tr td:first-child{
	border-left: 1px solid #C1C3CD !important;
}
.menu-overlay.open {
  display: block;
}
.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #888C98;
}
.red {
  color: #F00;
}
.green {
  color: #19B600;
}
.grey {
  color: #C1C3CD;
}
table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}
table tr th {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #C1C3CD;
  padding: 15px;
  border-top: 1px solid #C1C3CD;
  border-bottom: 1px solid #C1C3CD;
  text-align: right;
}
table tr th:first-child {
  text-align: left;
  padding-left: 0;
}
table tr td {
  text-align: right;
  color: #1F2538;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 15px;
  border-bottom: 1px solid #C1C3CD;
  vertical-align: top;
}
table tr td:not(:last-child) {
  padding-right: 10px;
}
table tr td:first-child {
  text-align: left;
  padding-left: 0;
}
table tr td.center {
  text-align: center;
}
table tr td .small {
  display: block;
  color: #C1C3CD;
}
@media (max-width: 767px) {
  table tr td:not(:last-child) {
    padding-right: 0;
  }
}
figure figcaption {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #888C98;
  margin-top: 10px;
}
.align-center {
  align-items: center;
}
.rise:before {
  content: "\25B2";
  color: #19B600;
  margin-right: 5px;
  display: inline-block;
}
.fall:before {
  content: "\25BC";
  color: #F00;
  margin-right: 5px;
  display: inline-block;
}
form input[type=text],
form input[type=password],
form input[type=email] {
  display: inline-block;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #C1C3CD;
  padding: 0 20px 0 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #1F2538;
  margin-bottom: 15px;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder {
  font-family: 'Montserrat', sans-serif;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus {
  outline: none;
}
form input[type=submit] {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  display: block;
  max-width: 228px;
  width: 100%;
  background: #1F2538;
  border: none;
  margin: 30px auto 30px;
  color: #fff;
  cursor: pointer;
}
form input[type=submit].btn-grey {
  background: #888C98;
}
form input[type=checkbox] {
  border: 1px solid #C1C3CD;
  width: 24px;
  height: 24px;
}
.checkbox label {
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  color: #888C98;
}
.checkbox label:before {
  position: absolute;
  border: 1px solid #C1C3CD;
  width: 24px;
  height: 24px;
  content: "";
  top: 0;
  left: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "/f00c";
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Merriweather', serif;
  color: #1F2538;
  font-weight: 700;
  line-height: 115%;
  margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
h1,
h1 a {
  font-size: 32px;
}
@media (max-width: 767px) {
  h1,
  h1 a {
    font-size: 24px;
  }
}
h2,
h2 a {
  font-size: 24px;
}
@media (max-width: 767px) {
  h2,
  h2 a {
    font-size: 18px;
  }
}
h3,
h3 a {
  font-size: 18px;
}
@media (max-width: 767px) {
  h3,
  h3 a {
    font-size: 18px;
  }
}
h4,
h5,
h6 {
  font-size: 16px;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  color: #1F2538;
}
p strong,
p b {
  font-weight: 700;
}
p a {
  color: #1F2538;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
strong,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
a {
  text-decoration: none;
}
a:hover {
  color: #F00;
}
a:hover svg path {
  fill: #F00;
}
a:focus {
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
}
blockquote {
  background: #F4F4F4 url('../images/bg-quote.svg') no-repeat left top;
  padding: 40px 80px;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
blockquote,
blockquote p,
blockquote cite {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #1F2538;
  border: none;
}
blockquote figure {
  min-width: 155px;
  text-align: center;
  margin: 0 0px 0 60px;
}
blockquote figure img {
  border-radius: 50%;
}
blockquote figure figcaption {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Merriweather', serif;
  color: #1F2538;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 40px 25px 30px 55px;
    flex-direction: column-reverse;
  }
  blockquote figure {
    min-width: 100%;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  blockquote figure figcaption {
    margin-left: 30px;
  }
}
ul li,
ol li {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row > * {
  flex: 0 0 auto;
}
[class*="col-xs"],
[class*="col-sm"],
[class*="col-md"],
[class*="col-lg"] {
  display: block;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  [class*="col-xs"],
  [class*="col-sm"],
  [class*="col-md"],
  [class*="col-lg"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-xs-1 {
  width: 8.33%;
}
.col-xs-2 {
  width: 16.66%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33%;
}
.col-xs-5 {
  width: 41.66%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33%;
}
.col-xs-8 {
  width: 66.66%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33%;
}
.col-xs-11 {
  width: 91.66%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-23 {
  width: 26%;
}
.col-xs-24 {
  width: 37%;
}
.col-xs-27 {
  width: 63%;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-23 {
    width: 26%;
  }
  .col-sm-24 {
    width: 37%;
  }
  .col-sm-27 {
    width: 63%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-23 {
    width: 26%;
  }
  .col-md-24 {
    width: 37%;
  }
  .col-md-27 {
    width: 63%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-23 {
    width: 26%;
  }
  .col-lg-24 {
    width: 37%;
  }
  .col-lg-27 {
    width: 63%;
  }
  .hidden-lg {
    display: none !important;
  }
}
.text-right {
  text-align: right;
}
@media (min-width: 992px) {
  .text-right--md {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}
.clearfix {
  display: block;
  clear: both;
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
header {
  position: relative;
  z-index: 9999;
}
header:not(:first-child) {
  border-top: 1px solid #C1C3CD;
}
header .top-navbar {
  padding: 13px 0;
  font-weight: 600;
  font-size: 11px;
  border-bottom: 1px solid #C1C3CD;
}
header .top-navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-navbar ul li {
  margin: 0 30px;
}
@media only screen and (max-width: 991px) {
  header .top-navbar ul li {
    margin: 0 10px;
  }
}
header ul {
  list-style-type: none;
}
header ul li a:hover {
  text-decoration: none;
}
header .middle-navbar {
  padding: 20px 0;
  border-bottom: 1px solid #C1C3CD;
}
header .middle-navbar .row {
  align-items: center;
}
header .login-links a {
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 30px;
}
header .login-links a i {
  margin-right: 10px;
  color: #C1C3CD;
  font-size: 13px;
}
header .login-links a:hover i {
  color: #F00;
}
header .login-links a:first-child {
  margin-right: 0;
}
header .login-links a img {
  display: inline-block;
  vertical-align: middle;
}
header .navbar {
  border-bottom: 1px solid #C1C3CD;
  background: #fff;
}
header .navbar .row {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  header .navbar .main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
  }
  header .navbar .main-menu ul li {
    margin: 0 7px;
    white-space: nowrap;
  }
  header .navbar .main-menu ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 4px solid #fff;
  }
  header .navbar .main-menu ul li.active > a,
  header .navbar .main-menu ul li:hover > a {
    color: #F00;
    border-color: #1F2538;
  }
  header .navbar .main-menu ul ul {
    transition: height 2s ease;
    height: 0;
    visibility: hidden;
    position: absolute;
    text-transform: none;
    font-size: 11px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    overflow: hidden;
  }
  header .navbar .main-menu ul ul li {
    margin: 0 0 10px 0;
  }
  header .navbar .main-menu ul ul li a {
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar .main-menu ul {
    font-size: 13px;
  }
  header .navbar .main-menu ul li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar .main-menu ul li {
    margin: 0 25px;
  }
}
header .navbar .search-bar {
  position: relative;
}
header .navbar .search-bar .search-icon {
  width: 50px;
  height: 50px;
  background: #1F2538;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  z-index: 1;
  position: relative;
}
header .navbar .search-bar .search-icon i {
  color: #fff;
}
header .navbar .search-bar .search-icon:hover {
  background: #F00;
}
header .navbar .search-bar .search-icon:hover i {
  color: #fff;
}
header .navbar .search-bar .search-icon:hover svg path {
  fill: #fff;
}
header .navbar .search-bar .search-container {
  visibility: hidden;
  position: absolute;
  top: -1px;
  right: 40px;
  width: 0;
  transition: all 1s ease;
}
header .navbar .search-bar .search-container form input[type=search] {
  display: inline-block;
  width: 100%;
  height: 52px;
  background-color: #fff;
  border: 1px solid #C1C3CD;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  color: #1F2538;
}
header .navbar .search-bar .search-container form input[type=search]::placeholder {
  font-family: 'Montserrat', sans-serif;
}
header .navbar .search-bar.search-open .search-container {
  visibility: visible;
  width: 400px;
}
header .navbar .navbar-toggle i {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  header .navbar-submenu-overlay {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    height: 0;
    visibility: hidden;
    z-index: -1;
    border-bottom: 1px solid #C1C3CD;
    overflow: hidden;
  }
  header.submenu-open .navbar-submenu-overlay {
    visibility: visible;
    height: 200px;
    z-index: 2;
  }
  header.submenu-open .main-menu ul ul {
    height: 200px;
    visibility: visible;
    z-index: 3;
  }
}
header.small-header .logo {
  max-width: 175px;
  display: block;
}
header.small-header .navbar .main-menu > ul > li {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  header .mobile-header {
    position: fixed;
    width: 100%;
  }
  header .mobile-header .container {
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  header .mobile-header .logo {
    max-width: 170px;
    display: inline-block;
  }
  header .mobile-header .row {
    align-items: center;
  }
  header .mobile-header i {
    font-size: 25px;
  }
  header .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    max-height: 90vh;
    overflow-y: auto;
  }
  header .main-menu ul li {
    border-bottom: 1px solid #C1C3CD;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 35px;
  }
  header .main-menu ul li a {
    padding: 15px 0;
    display: block;
  }
  header .main-menu ul li.has-children {
    position: relative;
  }
  header .main-menu ul li.has-children:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
  header .main-menu ul li.has-children.open:before {
    content: "\f077";
  }
  header .main-menu ul ul {
    display: none;
    column-count: 2;
    padding-bottom: 20px;
  }
  header .main-menu ul ul li {
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    border: none;
    margin-bottom: 18px;
  }
  header .main-menu ul ul li a {
    padding: 0;
  }
  header .navbar-toggle .close {
    display: none;
  }
  header.submenu-open .main-menu {
    display: block;
  }
  header.submenu-open .navbar-toggle .close {
    display: block;
  }
  header.submenu-open .navbar-toggle .open {
    display: none;
  }
  header .login-links {
    display: flex;
    justify-content: end;
  }
  header .login-links a {
    margin-left: 15px;
  }
  header .login-links a i {
    font-size: 20px;
    margin: 0;
  }
  header .login-links a:first-child {
    margin: 0;
  }
  header .mobile-search {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 1s ease;
  }
  header .mobile-search form {
    position: relative;
  }
  header .mobile-search form input[type=search] {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #C1C3CD;
    padding: 0 70px 0 20px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    color: #1F2538;
  }
  header .mobile-search form input[type=search]::placeholder {
    font-family: 'Montserrat', sans-serif;
  }
  header .mobile-search form input[type=search]:focus {
    outline: none;
  }
  header .mobile-search form button {
    width: 50px;
    height: 50px;
    background: #1F2538;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
  }
  header .mobile-search form button i {
    color: #fff;
  }
  header .mobile-search form button:hover {
    background: #F00;
  }
  header .mobile-search form button:hover i {
    color: #fff;
  }
  header .mobile-header .search-button .close {
    display: none;
  }
  header .mobile-header.search-open .mobile-search {
    height: 50px;
    visibility: visible;
  }
  header .mobile-header.search-open .search-button .close {
    display: block;
  }
  header .mobile-header.search-open .search-button .open {
    display: none;
  }
  #content {
    margin-top: 95px;
  }
}
.post-item {
  text-decoration: none;
  border-top: 1px solid #C1C3CD;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.post-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.post-item span {
  display: flex;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 13px;
}
.post-item span.date {
  font-size: 12px;
  font-weight: 600;
}
.post-item span.date i {
  font-style: normal;
}
.post-item span.right {
  float: none;
  justify-content: flex-end;
}
.post-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: auto;
  padding-top: 15px;
}
.post-item .inner {
  padding: 15px 0;
  position: relative;
}
.post-item .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.post-item.grey {
  background: #EAF0F5;
  border-color: #EAF0F5;
}
.post-item.grey .inner {
  padding: 15px;
}
.post-item:hover h1,
.post-item:hover h2,
.post-item:hover h3 {
  color: #F00;
}
.post-item h1,
.post-item h2,
.post-item h3 {
  margin: 0;
}
.last-news h2 {
  margin-bottom: 15px;
}
.last-news .post-item {
  margin-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 5px;
}
.last-news .post-item .date {
  position: absolute;
  left: -55px;
  font-size: 13px;
  font-weight: 700;
  justify-content: flex-start;
}
.last-news .post-item .fa-camera {
  position: absolute;
  left: -55px;
  top: 40px;
  justify-content: flex-start;
  color: #C1C3CD;
}
.last-news .post-item:hover {
  color: #C1C3CD;
}
.last-news.bottom .post-item {
  border: none;
  border-bottom: 1px solid #C1C3CD;
}
.banner {
  background: #EAF0F5;
  height: 200px;
  display: block;
  margin: auto;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.h-365 {
  height: 365px;
}
.banner.b-970x250 {
  width: 100%;
  max-width: 970px;
  height: 250px;
}
.banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.main-news {
  background: #FEEFE5;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .main-news {
    margin: 0 -15px;
  }
}
.main-news h1 {
  font-size: 28px;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #C1C3CD;
  text-align: center;
  text-decoration: none;
  line-height: 57px;
  width: 100%;
  display: block;
}
.btn:hover {
  color: #F00;
  background: #EAF0F5;
}
.btn-green {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
  background: #19B600;
  padding: 0 35px;
  color: #fff;
}
.ic-chat {
  background: url('../images/chat.png') no-repeat left top;
  width: 20px;
  height: 20px;
  display: block;
}
.companies {
  width: 100%;
}
.companies .logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #C1C3CD;
  padding: 25px 0;
}
.companies .logos .logo {
  width: 20%;
  text-align: center;
  padding: 0 23px;
}
.companies .logos .logo:first-child {
  text-align: left;
  padding-left: 0;
}
.companies .logos .logo:last-child {
  text-align: right;
  padding-right: 0;
}
.headline-box.row,
.headline-box .row {
  display: flex;
  align-items: center;
}
.headline-box div {
  padding-bottom: 0;
}
.headline-box a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.headline-box a:hover {
  color: #F00;
}
.headline-box h1,
.headline-box h2,
.headline-box h3 {
  margin: 0;
}
.headline-box + .headline-box {
  margin-top: 25px;
  margin-bottom: 10px;
}
.currency td {
  text-align: right;
}
.currency td:first-child {
  text-align: left;
}
.news-filter {
  background: #F4F4F4;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 20px;
}
.news-filter ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 17px 0;
}
.news-filter ul li {
  width: 33.333%;
  border-left: 1px solid #C1C3CD;
  text-align: center;
}
.news-filter ul li:first-child {
  border: none;
}
.news-filter ul li.active {
  color: #F00;
}
.news-filter + div .post-item {
  border: none;
  border-bottom: 1px solid #C1C3CD;
}
#content .side {
  padding-top: 30px;
}
#content .side > div {
  margin-bottom: 50px;
}
#content .social-icons ul {
  list-style: none;
  display: flex;
  margin-bottom: 40px;
}
#content .social-icons ul li {
  width: 30%;
  text-align: center;
}
#content .social-icons ul li a {
  font-size: 25px;
  margin-right: 65px;
  margin-bottom: 10px;
}
#content .social-icons ul li a:last-child {
  margin-right: 0;
}
#content .social-icons ul li:first-child {
  text-align: left;
  width: 20%;
}
#content .social-icons ul li:last-child {
  text-align: right;
  width: 20%;
}
#content .subscribe .headline-box {
  padding: 19px 28px;
  background: #FEEFE5;
}
#content .subscribe .headline-box h2,
#content .subscribe .headline-box h3 {
  margin: 0;
}
#content .subscribe .headline-box .row {
  align-items: center;
}
#content .subscribe .social-icons {
  padding: 19px 28px;
  background: #F4F4F4;
}
#content .subscribe .social-icons ul {
  margin: 0;
}
.main {
  padding-top: 30px;
  padding-bottom: 50px;
}
.main strong {
  font-weight: 700;
}
.main .row > div {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .main .row > div {
    padding-bottom: 30px;
  }
}
.main .article-item {
  background: #FEEFE5;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
}
.main .article-item .post-item {
  border-top: 6px solid #1F2538;
}
.main .article-item .row > div {
  padding-bottom: 0;
}
.main .article-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main .article-item img {
  width: 100%;
}
.main .article-item:hover h1,
.main .article-item:hover h2,
.main .article-item:hover h3 {
  color: #F00;
}
@media only screen and (max-width: 767px) {
  .main .article-item img {
    margin-bottom: 30px;
  }
}
.main .article-item-small {
  position: relative;
}
.main .article-item-small .post-item {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .main .article-item-small .post-item {
    margin-left: 0;
    border: none;
  }
  .main .article-item-small .post-item .inner {
    padding: 0;
  }
}
.main .article-item-small .post-item span span {
  margin-bottom: 0;
}
.main .article-item-small .post-item p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: auto;
}
.main .article-item-small .post-item .inner {
  padding-bottom: 0;
}
.main .article-item-small h3 {
  margin-bottom: 10px;
  min-height: 66px;
}
.main .article-item-small img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.main .article-item-small > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main .article-item-small:hover h1,
.main .article-item-small:hover h2,
.main .article-item-small:hover h3 {
  color: #F00;
}
.tags {
  display: flex;
  color: #888C98;
  font-size: 12px;
  font-weight: 600;
}
.tags * {
  display: inline-block;
  margin-right: 40px;
}
.tags.width-border {
  border-top: 1px solid #C1C3CD;
  border-bottom: 1px solid #C1C3CD;
  padding: 15px 0;
  margin-top: 20px;
}
.link {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Merriweather', serif;
  display: flex;
  align-items: center;
  color: #1F2538;
  text-decoration: none;
}
.link i {
  margin-right: 10px;
  color: #F00;
}
.date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.main-image {
  line-height: 0;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .main-image {
    margin: 0 -15px;
  }
}
.paginattion {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
.paginattion a,
.paginattion span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin: 0 9px;
}
.paginattion .current {
  border: 1px solid #C1C3CD;
  color: #F00;
}
.paginattion .prev {
  float: left;
}
.paginattion .next {
  float: right;
}
.popular-news {
  padding: 50px 0 0;
}
.popular-news h2 {
  margin-bottom: 50px;
}
.popular-news .link {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 40px;
  align-items: flex-start;
}
.popular-news .link i {
  margin-left: 20px;
}
.popular-news .popular-news-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popular-news .tags {
  margin-top: auto;
}
.popular-news .row {
  margin-right: -24px;
  margin-left: -24px;
}
.popular-news .row > div {
  padding-left: 24px;
  padding-right: 24px;
}
.more-articles {
  background: #EAF0F5;
  padding: 35px 40px;
  position: relative;
  margin-top: 75px;
}
.more-articles:before {
  width: 250px;
  height: 4px;
  background: #F00;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.more-articles p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.more-articles a {
  border-top: 1px solid #C1C3CD;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}
.more-articles a:first-child {
  border: none;
}
.more-articles a:last-child {
  padding-bottom: 0;
}
.info {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  line-height: normal;
  font-weight: 700;
}
.info .date {
  font-size: 12px;
  font-weight: 600;
}
.info .right {
  float: none;
  margin: 0;
  margin-left: auto;
}
.info .cat * {
  margin-right: 20px;
}
.info i {
  font-style: normal;
}
.article-content {
  padding-bottom: 50px;
}
.article-content h1 {
  margin-bottom: 25px;
}
.article-content p {
  font-size: 18px;
  margin-bottom: 15px;
}
.article-content p a {
  color: #0059DE;
  text-decoration: underline;
}
.article-content p a:hover {
  text-decoration: none;
}
.article-content p a:visited {
  color: #996FF2;
}
.article-content hr {
  width: 100%;
  height: 1px;
  background: #C1C3CD;
  position: relative;
  margin: 30px 0 10px;
  overflow: visible;
}
.article-content hr:before {
  width: 250px;
  height: 4px;
  background: #F00;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-content figure {
  margin: 30px 0 35px;
}
.article-content .info {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .article-content .info {
    margin-bottom: 30px;
  }
}
.article-content blockquote figure {
  margin: 0 0px 0 60px;
}
@media only screen and (max-width: 767px) {
  .article-content blockquote figure {
    margin: 0 0 20px ;
  }
}
.group {
  align-items: center;
  margin-bottom: -25px;
}
.group h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .group {
    align-items: flex-start;
  }
}
.group .row > div {
  padding-bottom: 20px;
}
.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share strong {
  margin-bottom: 40px;
}
.share ul li {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .share {
    justify-content: flex-start;
  }
}
.author {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 750px;
}
.author .avatar {
  min-width: 55px;
  margin-right: 30px;
}
.author .avatar img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.author h3 {
  margin-bottom: 5px;
}
.author p {
  color: #888C98;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.filter {
  display: flex;
  align-items: center;
}
.filter select {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #1F2538;
  min-height: 32px;
  line-height: 32px;
  border: none;
  border-bottom: 1px solid #C1C3CD;
  box-shadow: unset;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='10' width='16'><line x1='0' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /><line x1='16' y1='0' x2='8' y2='8' style='stroke:rgb(69,69,69);stroke-width:2' /></svg>") no-repeat 90% 50% #fff;
  border-radius: 0;
  background-size: 12px;
  height: 32px;
  width: 220px;
  background-position-x: 97%;
  padding: 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.filter select:focus {
  outline: none;
}
.filter.full-width select {
  width: 100%;
}
.filter label {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #888C98;
  margin-right: 20px;
}
.circular-image {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
}
.circular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-opinion-item {
  background: #FEEFE5;
  padding: 20px 20px 25px 50px;
  position: relative;
  margin-bottom: 32px;
}
.top-opinion-item .circular-image {
  margin: 8px 0 13px;
}
.top-opinion-item h3 {
  margin-bottom: 23px;
}
.top-opinion-item .post-item {
  border-top: 6px solid #1F2538;
}
.top-opinion-item .post-item h3 {
  margin-bottom: 13px;
  min-height: 80px;
}
.top-opinion-item .post-item p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.top-opinion-item .row > div {
  padding-bottom: 0;
}
.top-opinion-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.top-opinion-item img {
  width: 100%;
}
.top-opinion-item:hover .post-item h1,
.top-opinion-item:hover .post-item h2,
.top-opinion-item:hover .post-item h3 {
  color: #F00;
}
@media only screen and (max-width: 767px) {
  .top-opinion-item {
    padding: 40px 32px 26px;
  }
  .top-opinion-item > .row > div:first-child {
    text-align: center;
    padding-bottom: 15px;
  }
  .top-opinion-item > .row > div:first-child .circular-image {
    display: inline-block;
  }
  .top-opinion-item > .row > div:first-child h3 {
    margin-bottom: 13px;
  }
  .top-opinion-item > .row > div:first-child .small {
    height: 61px;
  }
  .top-opinion-item .post-item {
    position: static;
  }
  .top-opinion-item .post-item .inner {
    position: static;
  }
  .top-opinion-item .post-item span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 15px 0;
  }
}
.opinion-item {
  position: relative;
}
.opinion-item .post-item {
  margin-left: 30px;
}
.opinion-item .post-item span {
  margin-bottom: 16px;
}
.opinion-item .post-item span span {
  margin-bottom: 0;
}
.opinion-item .post-item p {
  min-height: 30px;
  margin-bottom: 28px;
}
.opinion-item .post-item .inner {
  padding-bottom: 0;
}
.opinion-item h3 {
  margin-bottom: 5px;
}
.opinion-item h3:not(.name) {
  min-height: 66px;
}
.opinion-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.opinion-item:hover h1:not(.name),
.opinion-item:hover h2:not(.name),
.opinion-item:hover h3:not(.name) {
  color: #F00;
}
.opinion-item .circular-image {
  display: block;
  margin: 16px auto;
}
@media only screen and (max-width: 767px) {
  .opinion-item {
    padding: 40px 32px 26px;
  }
  .opinion-item > .row > div:first-child {
    text-align: center;
    padding-bottom: 0px;
  }
  .opinion-item > .row > div:first-child .circular-image {
    display: inline-block;
    margin-bottom: 0;
  }
  .opinion-item > .row > div:first-child h3 {
    margin-bottom: 13px;
  }
  .opinion-item > .row > div:first-child .small {
    height: 61px;
  }
  .opinion-item .name {
    border-bottom: 1px solid #C1C3CD;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .opinion-item .post-item {
    position: static;
    margin: 0;
    text-align: center;
    border: none;
  }
  .opinion-item .post-item .inner {
    position: static;
  }
  .opinion-item .post-item span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 15px 0;
  }
}
.contact-info {
  background: #EAF0F5;
  padding: 24px 20px 28px;
  margin-bottom: 50px;
}
.contact-info p {
  margin-top: 20px;
}
.contact-info p:first-child {
  margin-top: 0;
}
.contact-info a {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.contact-info i {
  display: inline-block;
  vertical-align: middle;
}
.ivent-content {
  padding-bottom: 50px;
}
.ivent-content h1 {
  margin-bottom: 25px;
}
.ivent-content p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.ivent-content p a {
  color: #0059DE;
  text-decoration: underline;
}
.ivent-content p a:hover {
  text-decoration: none;
}
.ivent-content p a:visited {
  color: #996FF2;
}
.ivent-content p strong {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.ivent-content h3 {
  margin: 40px 0;
}
.ivent-content hr {
  width: 100%;
  height: 1px;
  background: #C1C3CD;
  position: relative;
  margin: 30px 0 10px;
  overflow: visible;
}
.ivent-content hr:before {
  width: 250px;
  height: 4px;
  background: #F00;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.ivent-content figure {
  margin: 30px 0 35px;
}
.ivent-content .info {
  margin: 48px 0 23px;
}
@media only screen and (max-width: 767px) {
  .ivent-content .info {
    margin-bottom: 30px;
  }
}
.ivent-content blockquote figure {
  margin: 0 0px 0 60px;
}
@media only screen and (max-width: 767px) {
  .ivent-content blockquote figure {
    margin: 0 0 20px ;
  }
}
#content .main ul {
  list-style: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#content .main ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
#content .main ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2714';
}
.curransy-content {
  padding-bottom: 65px;
}
.curransy-content p {
  margin-bottom: 10px;
}
.curransy-content p strong {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.curransy-content .row .row {
  align-items: center;
}
.curransy-content .row .row > div {
  padding-bottom: 0px;
}
.curransy-content .row .row > div p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .curransy-content .table-part-1 {
    padding-right: 0;
  }
  .curransy-content .table-part-1 p {
    line-height: 32px;
  }
  .curransy-content .table-part-2 {
    padding-left: 0;
  }
  .curransy-content .table-part-2 th:first-child,
  .curransy-content .table-part-2 td:first-child {
    text-align: right;
  }
}
#content .main ul.currency-selector {
  list-style: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}
#content .main ul.currency-selector li {
  padding: 0;
  margin: 0 13px;
  display: inline-block;
  border: 1px solid #fff;
}
#content .main ul.currency-selector li:after {
  content: "\f111";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 7px;
  color: #F00;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}
#content .main ul.currency-selector li.eur_selector:after {
  color: #888C98;
}
#content .main ul.currency-selector li.pln_selector:after {
  color: #19B600;
}
#content .main ul.currency-selector li a {
  padding: 7px 11px 7px 23px;
  display: inline-block;
}
#content .main ul.currency-selector li a:hover {
  color: inherit;
}
#content .main ul.currency-selector li:hover,
#content .main ul.currency-selector li.active {
  border: 1px solid #C1C3CD;
  border-radius: 4px;
  background: #EAF0F5;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0px;
  display: none;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
  padding: 40px 75px;
  max-width: 670px;
  width: 100%;
  margin: 40px auto 0px auto;
  background-color: #fff;
  position: relative;
}
.modal-content h3 {
  text-align: center;
}
.modal-content p {
  margin: 24px 0 50px;
}
.modal .close-modal {
  position: absolute;
  top: 35px;
  right: 50px;
}
.modal label {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal label a {
  color: #F00;
  display: block;
}
.modal .recaptcha {
  margin: 32px 0 40px;
}
@media only screen and (max-width: 767px) {
  .modal {
    z-index: 99;
  }
  .modal-content {
    height: 100%;
    margin: 0;
    padding: 125px 15px 40px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal .close-modal {
    position: absolute;
    top: 115px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side {
    padding-left: 45px;
  }
  .main-image {
    margin-bottom: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .filter {
    width: 100%;
  }
  .filter select {
    width: 100%;
  }
  .arrow {
    margin-left: 13px;
  }
}
footer {
  position: relative;
  background: #EAF0F5;
  overflow: hidden;
  padding-top: 35px;
  font-size: 12px;
  font-weight: 600;
  color: #1F2538;
}
footer .side {
  max-width: 295px;
}
@media only screen and (max-width: 991px) {
  footer .side {
    padding-left: 10px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-left: 33px;
    padding-right: 33px;
  }
}
footer p,
footer a,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #F00;
}
footer p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li.headline {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}
footer ul li.active {
  color: #F00;
}
@media only screen and (max-width: 991px) {
  footer ul {
    margin-bottom: 40px;
  }
}
footer .row > div {
  padding-bottom: 0;
}
footer .align-bottom-last-el {
  display: flex;
  flex-direction: column;
}
footer .align-bottom-last-el > *:last-child {
  margin-top: auto;
}
footer .logo {
  max-width: 154px;
  display: block;
  margin-bottom: 30px;
}
footer .copyright {
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 0;
  margin-top: 15px;
}
footer .copyright a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
footer .copyright a:hover {
  text-decoration: none;
}
footer .copyright .row > div {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    background: none;
    padding: 0;
    margin: 0;
  }
  footer .copyright .row {
    flex-direction: column-reverse;
  }
  footer .copyright .row > div {
    margin-bottom: 40px;
  }
}
footer .social-icons ul {
  list-style: none;
  display: flex;
  margin-bottom: 40px;
}
footer .social-icons ul li {
  width: 33.333%;
  text-align: center;
}
footer .social-icons ul li a {
  font-size: 25px;
  margin-right: 65px;
  margin-bottom: 10px;
}
footer .social-icons ul li a:last-child {
  margin-right: 0;
}
footer .social-icons ul li:first-child {
  text-align: left;
}
footer .social-icons ul li:last-child {
  text-align: right;
}
footer .bottom-menu {
  list-style: none;
  display: flex;
}
footer .bottom-menu li {
  width: 33.333%;
  text-align: center;
}
footer .bottom-menu li:first-child {
  text-align: left;
}
footer .bottom-menu li:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer .bottom-menu li a {
    font-size: 16px;
    font-weight: 600;
  }
}
