@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&subset=latin-ext");
@-ms-viewport {
  width: device-width; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, div, span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

ul, ol, li {
  list-style-type: none; }

a {
  -webkit-transition: all 321ms ease-in-out;
-moz-transition: all 321ms ease-in-out;
-ms-transition: all 321ms ease-in-out;
-o-transition: all 321ms ease-in-out;
transition: all 321ms ease-in-out;
}

.font-1 {
  font-family: 'Montserrat', sans-serif; }

.color-white {
  color: #fff; }

.color-blue {
  color: #213d6b; }

.color-blue-l {
  color: #e5f2f8; }

.color-cyan {
  color: #0297da; }

.color-green {
  color: #18c414; }

.color-grey {
  color: #cbdce9; }

.color-black {
  color: #000; }

.background-white {
  background-color: #fff; }

.background-blue {
  background-color: #213d6b; }

.background-blue-l {
  background-color: #e5f2f8; }

.background-cyan {
  background-color: #0297da; }

.background-green {
  background-color: #18c414; }

.background-grey {
  background-color: #cbdce9; }

.background-black {
  background-color: #000; }

.bg_1 {
  background-color: #003063;
}

.hide {
  display: none; }

.mw100pr {
  max-width: 100%; }

.text-center {
  text-align: center;
}

.h1 {
  font-size: 2em;
}

.btn {
  display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
padding: .575rem 1.5rem;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #00A1E9;
    border-color: #00A1E9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #018dce;
    border-color: #018dce;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-8 {
  width: 66.3333%;
}
.col-4 {
  width: 33.3333%;
}

@media screen and (max-width: 980px) {
  .d-block-tablet {
    display: block;
  }
  .col-12-tablet {
    width: 100%;
  }
}

.pt-1 {
  padding-top: 1em;
}

.pl-2 {
  padding-left: 2em;
}
.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.mb-4 {
  margin-bottom: 4em;
}

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.py-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

html, body {
  height: 100%;
  width: 100%; }

div, footer, header, main, img {
  max-width: 100%; }

html {
  background: white; }
  html.fixed, html.fixed body {
    position: relative;
    overflow: hidden; }

body {
  font-family: 'Montserrat', sans-serif;
  background: white;
  color: #003063;
  font-size: 16px;
  overflow-x: hidden;
 }
/* main {
  background: url('/wp-content/themes/theme-by-pavlovec/img/bg_png.png') repeat-y top center;
        background-size: auto;
} */
p {
  color: #003063;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4; }
  @media (max-width: 560px) {
    p {
      font-size: 15px; } }

a, .as-link {
  color: #000;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, .as-link:hover {
    color: #000;
    text-decoration: none; }
  a.invert, .as-link.invert {
    text-decoration: none; }
    a.invert:hover, .as-link.invert:hover {
      text-decoration: underline; }

.btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .btn:hover {
    text-decoration: none !important; }

.btn--m {
  height: 25px;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 0.2px; }

.btn--l {
  height: 33px;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: lowercase; }

.btn--xl {
  padding: 12px 35px;
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase; }
  @media (max-width: 560px) {
    .btn--xl {
      padding: 8px 22px;
      font-size: 15px; } }

.btn--icon {
  position: relative;
  height: 33px;
  width: 33px; }
  .btn--icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.btn--search {
  height: 33px;
  width: 33px;
  background: url("../img/icon--search--white.svg") no-repeat center center; }

.btn--white {
  color: white;
  border: 1px solid #e5f2f8;
  background-color: transparent; }
  .btn--white:hover, .btn--white.active {
    color: white;
    border: 1px solid #18c414;
    background-color: #18c414; }

.btn--blue {
  color: #213d6b;
  border: 1px solid #213d6b;
  background-color: transparent; }
  .btn--blue:hover, .btn--blue.active {
    color: white;
    border: 1px solid #18c414;
    background-color: #18c414; }

.btn--green {
  color: white;
  border: 1px solid #18c414;
  background-color: #18c414; }
  .btn--green:hover, .btn--green.active {
    color: white;
    border: 1px solid white;
    background-color: #213d6b; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  position: relative;
  top: 1px; }

::-moz-placeholder {
  color: #000;
  font-size: 18px;
  position: relative;
  top: 1px; }

::-moz-placeholder {
  color: #000;
  font-size: 18px;
  position: relative;
  top: 1px; }

::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  position: relative;
  top: 1px; }

input[type]:not([type=submit]), textarea {
  width: 100%;
  padding: 19px 25px 17px 45px;
  margin: 0 0 15px;
  font-family: 'Montserrat', sans-serif;
  color: #213d6b;
  font-size: 18px;
  text-align: left;
  border: solid 1px #cbdce9;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  input[type]:not([type=submit]):hover, textarea:hover {
    border: solid 1px #213d6b; }
  input[type]:not([type=submit]):focus, textarea:focus {
    background-color: #fff !important; }
  input[type]:not([type=submit]).name-icon, textarea.name-icon {
    background: url("../img/main__contact-form__form__name.svg") no-repeat 20px 24px;
    background-size: 13px 12px; }
  input[type]:not([type=submit]).email-icon, textarea.email-icon {
    background: url("../img/main__contact-form__form__email.svg") no-repeat 20px 23px;
    background-size: 13px 12px; }
  input[type]:not([type=submit]).phone-icon, textarea.phone-icon {
    background: url("../img/main__contact-form__form__phone.svg") no-repeat 20px 23px;
    background-size: 13px 12px; }

textarea {
  height: 110px;
  padding: 20px;
  resize: none !important; }

input[type=submit], button {
  display: block;
  padding: 20px 35px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  display: none; }
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    cursor: pointer; }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 14px;
      padding: 3px 1px 0;
      line-height: 10px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid white;
      border-radius: 0;
      background: transparent; }
  input[type=radio]:checked + label::before,
  input[type=checkbox]:checked + label::before {
    content: url("../img/icon--check--white.svg"); }

.general-wrap {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto; }
  @media (max-width: 560px) {
    .general-wrap {
      padding: 0 15px; } }

.header-wrap {
  /*background: #213d6b;
  background: -webkit-gradient(linear, left top, right top, from(#203d6c), to(#009ee3));
  background: -webkit-linear-gradient(left, #203d6c 0%, #009ee3 100%);
  background: -o-linear-gradient(left, #203d6c 0%, #009ee3 100%);
  background: linear-gradient(to right, #203d6c 0%, #009ee3 100%); */}

.header__link-button {
background: #00A1E9;
padding: 1.9em 2em;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
}

@media screen and (max-width: 700px) {
  .header__link-button {
    padding: 1em 1.6em;
    font-size: 1rem;
  }
}

.header {
  text-align: center;
margin-bottom: 35px; }

.header__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 25px 0;
  text-align: left; }

  .header__nav > div {
    width: 33.3333%;
  }

  .header__nav__center {
    text-align: center;
  }

  .site__name {
    font-size: 2.3rem;
    font-weight: 600;
}

.header__nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .header__nav__left a {
    margin-right: 15px;
  text-decoration: none; }

.Logo-claim-text {
  color: #003063;
  font-size: 13px;
  padding-top: 8px;
}

.header__nav__left__search-outer {
  width: 33px; }

.header__nav__left__search {
  overflow: hidden;
  position: absolute;
  z-index: 30;
  width: 233px;
  height: 33px;
  border: 1px solid white;
  background-color: #213d6b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .header__nav__left__search ::-webkit-input-placeholder {
    color: white;
    font-size: 12px;
    position: relative;
    top: 1px; }
  .header__nav__left__search ::-moz-placeholder {
    color: white;
    font-size: 12px;
    position: relative;
    top: 1px; }
  .header__nav__left__search ::-moz-placeholder {
    color: white;
    font-size: 12px;
    position: relative;
    top: 1px; }
  .header__nav__left__search ::-ms-input-placeholder {
    color: white;
    font-size: 12px;
    position: relative;
    top: 1px; }
  .header__nav__left__search.close {
    width: 33px;
    cursor: pointer;
    background-color: transparent; }
  .header__nav__left__search::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 33px;
    height: 33px; }
  .header__nav__left__search.close::after {
    display: block; }
  .header__nav__left__search input[type=search] {
    position: absolute;
    right: 33px;
    height: 31px;
    width: 200px;
    padding: 12px 50px 12px 12px;
    margin: 0;
    color: white;
    font-size: 12px;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .header__nav__left__search input[type=search]:hover {
    border: none; }
  .header__nav__left__search input[type=search]:focus {
    border: none;
    background-color: #213d6b !important; }
  .header__nav__left__search input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 33px;
    width: 33px;
    padding: 0;
    margin: 0;
    background: transparent url("../img/icon--search--white.svg") no-repeat center center; }
  .header__nav__left__search input[type=submit]:hover {
    background-color: #18c414; }

.header__nav__left__search.close:hover input[type=submit] {
  background-color: #18c414; }

.header__nav__logo img {
  width: 147px; }

.header__nav__right {
  /* width: 180px */;
  text-align: right; }
  .header__nav__right .facebook {
    position: relative;
    padding-right: 30px; }
    .header__nav__right .facebook::after {
      content: url("../img/header__nav__right__facebook.svg");
      position: absolute;
      bottom: 0;
      right: 8px;
      display: block;
      width: 13px;
      height: 25px; }
  .header__nav__right .linkedin {
    position: relative;
    padding-right: 15px; }
    .header__nav__right .linkedin::after {
      content: url("../img/header__nav__right__linkedin.svg");
      position: absolute;
      top: 5px;
      left: 8px;
      display: block;
      width: 19px;
      height: 19px; }
.header__categories-wrap {
  display: none;
  margin-top: 2em;
  margin-bottom: 2em;
}
.header__categories-list {
  display: block;
}
.header__categories-item {
  display: inline-block;
  margin: 0 8px;
}
.header__categories-link {
  text-decoration: none;
  text-transform: lowercase;
}
.header__categories-link:hover {
  color: #003063;
}

.header__menu__burger {
  display: none;
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 30px;
  width: 33px;
  height: 33px;
  border: 1px solid white;
  border-radius: 0;
  background: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .header__menu__burger span {
    display: block;
    opacity: 1;
    position: absolute;
    left: 7px;
    height: 1px;
    width: 18px;
    border-radius: 0;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header__menu__burger span:nth-child(1) {
      top: 10px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .header__menu__burger span:nth-child(2) {
      top: 16px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .header__menu__burger span:nth-child(3) {
      top: 22px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .header__menu__burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 9px; }
  .header__menu__burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .header__menu__burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 9px; }

@media (max-width: 700px) {
  .subpage-header .header__nav {
    padding: 25px 0 25px; }
  .subpage-header .header__nav__left {
    width: auto;
    margin: 0 45px 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .subpage-header .header__nav__left a {
      display: none; }
  .subpage-header .header__nav__left__search {
    right: 75px; }
  .subpage-header .header__nav__right {
    width: auto;
    margin: 0 12px 0 auto; }
    .subpage-header .header__nav__right a {
      margin-left: 8px; }
  .subpage-header .header__menu__burger {
    display: block; }
  .subpage-header .header__menu {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: #213d6b;
    padding: 0;
    margin: 0; }
    .subpage-header .header__menu ul {
      padding: 100px 0 0;
      border-bottom: none; }
    .subpage-header .header__menu li {
      display: block;
      padding: 15px !important; } }

@media (max-width: 560px) {
  .subpage-header .header__menu__burger {
    right: 15px; }
  .subpage-header .header__nav__left {
    display: none; }
  .subpage-header .header__nav__left__search {
    top: 25px;
    right: 60px;
    margin: 0; }
  .subpage-header .header__nav__right {
    display: none;
    position: absolute;
    z-index: 20;
    top: 25px;
    right: 93px; } }

.header__logo {
  padding: 0 30px 15px; }

.header__title h1 {
  padding: 35px 20px 50px;
  color: white;
  font-size: 40px;
  font-weight: 400; }
  @media (max-width: 470px) {
    .header__title h1 {
      padding: 0 0 30px;
      font-size: 20px; } }

.header__scrool {
  position: relative; }
  .header__scrool a {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 0 30px; }

.header__scrool__mouse {
  height: 30px;
  width: 20px;
  margin: 30px 0 20px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid white; }

.header__scrool__mouse__wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite; }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.header__scrool__arrow {
  position: absolute;
  z-index: 0;
  bottom: 24px;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  border-left: 1px solid #e5f2f8;
  border-top: 1px solid #e5f2f8;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.header__scrool__left-border,
.header__scrool__right-border {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 30px;
  max-width: unset;
  width: calc(50vw - 30px);
  background: #fff; }
  .header__scrool__left-border::after,
  .header__scrool__right-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent white; }

.header__scrool__left-border {
  left: calc(570px - 50vw); }
  .header__scrool__left-border::after {
    right: -30px; }
  @media (max-width: 1200px) {
    .header__scrool__left-border {
      left: -30px; } }
  @media (max-width: 560px) {
    .header__scrool__left-border {
      left: -15px; } }

.header__scrool__right-border {
  right: calc(570px - 50vw); }
  .header__scrool__right-border::after {
    left: -30px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  @media (max-width: 1200px) {
    .header__scrool__right-border {
      right: -30px; } }
  @media (max-width: 560px) {
    .header__scrool__right-border {
      right: -15px; } }

main {
  min-height: calc(100vh - 600px); }

.main h3 {
  display: inline-block;
  max-width: 90%;
  position: relative;
  padding: 60px 0 9px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase; }
  .main h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    display: block;
    width: 110%;
    height: 2px;
    background-color: #213d6b; }
  @media (max-width: 560px) {
    .main h3 {
      font-size: 18px; } }


.homepage__top-heading {
    font-size: 1.3rem;
    display: block;
    margin-bottom: .5em;
    color: #32CD32;
}


.main__intro-wrap {
  margin-bottom: 60px; }

.main__intro__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 20px;
  text-align: center; }
  .main__intro__listing__item {
    width: 150px;
    margin: 0 50px;
    cursor: pointer; }
    .main__intro__listing__item:first-child {
      margin-left: 0; }
    .main__intro__listing__item:last-child {
      margin-right: 0; }
    .main__intro__listing__item__icon {
      position: relative;
      z-index: 10;
      width: inherit;
      height: 145px;
      margin: auto;
      background-image: url("../img/main__intro__listing__item__icon.svg?v=1");
      background-repeat: no-repeat;
      background-size: 450px auto;
      background-position-y: 0px;
      -webkit-transition: background-image 0.25s ease, background-color 0.25s ease;
      -o-transition: background-image 0.25s ease, background-color 0.25s ease;
      transition: background-image 0.25s ease, background-color 0.25s ease; }
    .main__intro__listing__item:nth-child(1) .main__intro__listing__item__icon {
      background-position-x: 0px; }
    .main__intro__listing__item:nth-child(2) .main__intro__listing__item__icon {
      background-position-x: -150px; }
    .main__intro__listing__item:nth-child(3) .main__intro__listing__item__icon {
      background-position-x: -300px; }
    .main__intro__listing__item__title {
      width: inherit;
      position: relative;
      z-index: 9; }
      .main__intro__listing__item__title h2 {
        padding: 23px 0 21px;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
    .main__intro__listing__item:hover .main__intro__listing__item__icon {
      background-color: #18c414;
      background-position-y: -145px; }
    .main__intro__listing__item:hover .main__intro__listing__item__title h2 {
      color: #18c414; }
    .main__intro__listing__item.active .main__intro__listing__item__icon {
      background-color: #213d6b;
      background-position-y: -145px; }
    .main__intro__listing__item.active .main__intro__listing__item__title h2 {
      margin-top: 90px;
      color: #213d6b;
      background-color: #e5f2f8; }
      .main__intro__listing__item.active .main__intro__listing__item__title h2::before, .main__intro__listing__item.active .main__intro__listing__item__title h2::after {
        content: "";
        position: absolute;
        z-index: 8;
        left: 50%;
        display: block;
        width: 1px;
        background-color: #e5f2f8; }
      .main__intro__listing__item.active .main__intro__listing__item__title h2::before {
        top: -90px;
        height: 90px; }
      .main__intro__listing__item.active .main__intro__listing__item__title h2::after {
        top: 65px;
        height: 75px; }
  @media (max-width: 820px) {
    .main__intro__listing__item {
      margin: 0 10px; } }
  @media (max-width: 580px) {
    .main__intro__listing__item {
      width: 100px; }
      .main__intro__listing__item__icon {
        background-size: 300px auto;
        height: 95px; }
      .main__intro__listing__item:nth-child(2) .main__intro__listing__item__icon {
        background-position-x: -100px; }
      .main__intro__listing__item:nth-child(3) .main__intro__listing__item__icon {
        background-position-x: -200px; }
      .main__intro__listing__item__title h2 {
        font-size: 16px;
        padding: 15px 0; }
      .main__intro__listing__item:hover .main__intro__listing__item__icon, .main__intro__listing__item.active .main__intro__listing__item__icon {
        background-position-y: -97px; }
      .main__intro__listing__item.active .main__intro__listing__item__title h2 {
        margin-top: 50px; }
        .main__intro__listing__item.active .main__intro__listing__item__title h2::before {
          top: -50px;
          height: 50px; }
        .main__intro__listing__item.active .main__intro__listing__item__title h2::after {
          top: 50px;
          height: 30px; } }
  @media (max-width: 400px) {
    .main__intro__listing__item {
      width: 80px; }
      .main__intro__listing__item__icon {
        background-size: 240px auto;
        height: 75px; }
      .main__intro__listing__item:nth-child(2) .main__intro__listing__item__icon {
        background-position-x: -80px; }
      .main__intro__listing__item:nth-child(3) .main__intro__listing__item__icon {
        background-position-x: -160px; }
      .main__intro__listing__item__title h2 {
        font-size: 13px;
        padding: 16px 0 12px; }
      .main__intro__listing__item:hover .main__intro__listing__item__icon, .main__intro__listing__item.active .main__intro__listing__item__icon {
        background-position-y: -77px; }
      .main__intro__listing__item.active .main__intro__listing__item__title h2::after {
        top: 40px;
        height: 35px; } }

.main__intro__content {
  position: relative;
  max-width: 650px;
  padding: 50px;
  margin: 30px auto 0;
  text-align: justify;
  background-color: #e5f2f8; }
  @media (max-width: 580px) {
    .main__intro__content {
      margin: 10px auto 0;
      padding: 50px 30px 30px; } }
  .main__intro__content__close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 10px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px; }
    .main__intro__content__close::after, .main__intro__content__close::before {
      content: "";
      position: absolute;
      top: 1px;
      right: 12px;
      display: block;
      width: 1px;
      height: 25px;
      background-color: #213d6b; }
    .main__intro__content__close::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main__intro__content__close::before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .main__intro__content__item p {
    font-size: 15px;
    line-height: 1.7; }

.main__references__content {
  padding: 70px 50px 50px;
  text-align: center; }
  @media (max-width: 450px) {
    .main__references__content {
      padding: 50px 10px 30px; } }

.main__references__carousel {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 0 50px 110px; }
  .main__references__carousel-wrap {
    max-width: unset; }
  .main__references__carousel::before, .main__references__carousel::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    display: block;
    height: 100%;
    width: 50px;
    background-color: #e5f2f8; }
  .main__references__carousel::before {
    left: 0; }
  .main__references__carousel::after {
    right: 0; }
  .main__references__carousel__item {
    height: auto;
    display: block;
    padding: 10px; }
    .main__references__carousel__item img {
      display: block;
      width: 100%;
      height: auto; }
  .main__references__carousel .swiper-button-next, .main__references__carousel .swiper-button-prev {
    z-index: 20;
    top: 50%;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    width: 13px;
    height: 31px;
    background-image: url("../img/carousel-arrows.svg");
    background-repeat: no-repeat;
    background-position: left center; }
  .main__references__carousel .swiper-button-prev {
    left: 20px; }
  .main__references__carousel .swiper-button-next {
    right: 20px;
    background-position-x: right; }
  .main__references__carousel .swiper-pagination {
    padding: 0 0 30px; }
    .main__references__carousel .swiper-pagination-bullet {
      opacity: 1;
      background: transparent;
      border: 1px solid #213d6b; }
      .main__references__carousel .swiper-pagination-bullet-active {
        background: #18c414;
        border: 1px solid #18c414; }
  @media (max-width: 450px) {
    .main__references__carousel {
      padding: 0 50px 60px; }
      .main__references__carousel .swiper-pagination {
        padding: 0 0 15px; } }

.main__history__content {
  padding: 65px 50px 20px;
  text-align: center; }
  @media (max-width: 900px) {
    .main__history__content {
      padding: 65px 0 20px; } }
  .main__history__content p {
    font-size: 20px;
    line-height: 1.25; }
  .main__history__content .btn {
    margin: 20px 0 0; }
  .main__history__content__listing {
    max-width: 540px;
    margin: auto; }
    .main__history__content__listing h3 {
      margin-bottom: 40px; }
    .main__history__content__listing__item {
      display: block;
      overflow: hidden;
      padding: 18px 0; }
      .main__history__content__listing__item__year {
        position: relative;
        float: left;
        width: 80px;
        height: 80px;
        padding: 25px 0 0;
        text-align: center;
        color: white;
        font-size: 25px;
        font-weight: 400;
        background: #213d6b; }
        .main__history__content__listing__item__year::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 100%;
          display: block;
          width: 50px;
          height: 1px;
          background-color: #e5f2f8; }
      .main__history__content__listing__item__text {
        float: right;
        display: table;
        width: 410px;
        height: 80px;
        background-color: #e5f2f8; }
        .main__history__content__listing__item__text p {
          display: table-cell;
          vertical-align: middle;
          padding: 0 30px;
          font-size: 15px;
          line-height: 1.7; }
  @media (max-width: 560px) {
    .main__history__content p {
      font-size: 15px; }
    .main__history__content__listing {
      max-width: 290px; }
      .main__history__content__listing__item {
        padding: 12px 0; }
        .main__history__content__listing__item__year {
          width: 45px;
          height: 45px;
          padding: 15px 0 0;
          font-size: 16px; }
        .main__history__content__listing__item__text {
          width: 230px;
          height: 45px; }
        .main__history__content__listing__item p {
          padding: 10px 20px;
          font-size: 14px;
          line-height: 1.4; } }

.main__cooperation {
  padding-top: 30px; }
  .main__cooperation-wrap {
    text-align: center; }
  .main__cooperation h3 {
    margin-top: 12px; }
  .main__cooperation__listing {
    padding: 80px 0 15px;
    margin: auto; }
    .main__cooperation__listing__item {
      position: relative;
      padding: 10px 0 45px;
      overflow: hidden; }
      .main__cooperation__listing__item__title {
        display: table;
        float: left;
        width: calc(50% - 90px);
        height: 80px;
        padding: 0 25px;
        text-align: center;
        background: #e5f2f8; }
        .main__cooperation__listing__item__title h4 {
          display: table-cell;
          vertical-align: middle;
          font-size: 25px;
          font-weight: 400;
          text-transform: uppercase; }
      .main__cooperation__listing__item__order {
        position: absolute;
        top: 10px;
        left: calc(50% - 90px);
        width: 80px;
        height: 80px;
        padding: 15px 0 0;
        margin: 0 50px;
        text-align: center;
        border: 1px solid #213d6b;
        cursor: pointer;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .main__cooperation__listing__item__order span {
          color: #213d6b;
          font-size: 48px;
          font-weight: 400; }
        .main__cooperation__listing__item__order::after {
          content: "";
          position: absolute;
          z-index: -1;
          top: 50%;
          left: -51px;
          height: 1px;
          width: 50px;
          background-color: #e5f2f8; }
        @media (min-width: 901px) {
          .main__cooperation__listing__item__order:hover {
            -webkit-animation: none !important;
            animation: none !important; } }
      .main__cooperation__listing__item__content {
        display: none;
        position: relative;
        float: right;
        width: calc(50% - 90px);
        padding: 40px;
        text-align: justify;
        background: #e5f2f8; }
        .main__cooperation__listing__item__content::after {
          content: "";
          position: absolute;
          z-index: -1;
          top: 40px;
          left: -50px;
          height: 1px;
          width: 50px;
          background-color: #e5f2f8; }
      .main__cooperation__listing__item:nth-child(even) .main__cooperation__listing__item__title {
        float: right; }
      .main__cooperation__listing__item:nth-child(even) .main__cooperation__listing__item__order::after {
        left: auto;
        right: -51px; }
      .main__cooperation__listing__item:nth-child(even) .main__cooperation__listing__item__content {
        float: left; }
      .main__cooperation__listing__item:nth-child(even) .main__cooperation__listing__item__content::after {
        left: auto;
        right: -50px; }
      .main__cooperation__listing__item:nth-child(1) .main__cooperation__listing__item__order {
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
        border: 1px solid #18c414;
        background: #18c414; }
        .main__cooperation__listing__item:nth-child(1) .main__cooperation__listing__item__order span {
          color: #fff; }
      .main__cooperation__listing__item.active .main__cooperation__listing__item__order {
        border: 1px solid #213d6b;
        background: #213d6b; }
      .main__cooperation__listing__item.active .main__cooperation__listing__item__order span {
        color: #fff; }
    @media (max-width: 900px) {
      .main__cooperation__listing {
        max-width: 540px; }
        .main__cooperation__listing__item__title {
          float: left;
          width: calc(100% - 130px);
          margin: 0 0 0 130px; }
        .main__cooperation__listing__item__order {
          left: 0;
          margin: 0;
          -webkit-animation: none !important;
          animation: none !important; }
          .main__cooperation__listing__item__order::after {
            left: auto;
            right: -50px; }
        .main__cooperation__listing__item__content {
          float: left;
          display: block !important;
          width: 100%;
          margin: 50px 0 0; }
          .main__cooperation__listing__item__content::after {
            top: -50px !important;
            left: 50% !important;
            right: 0;
            height: 50px;
            width: 1px;
            -webkit-transform: translate(65px, 0);
            -ms-transform: translate(65px, 0);
            transform: translate(65px, 0); } }
    @media (max-width: 560px) {
      .main__cooperation__listing {
        padding: 40px 0 15px; }
        .main__cooperation__listing__item__title {
          width: calc(100% - 80px);
          height: 60px;
          margin: 0 0 0 80px; }
          .main__cooperation__listing__item__title h4 {
            font-size: 18px; }
        .main__cooperation__listing__item__order {
          width: 60px;
          height: 60px;
          padding: 14px 0 0; }
          .main__cooperation__listing__item__order span {
            font-size: 30px; }
        .main__cooperation__listing__item__content {
          margin: 20px 0 0;
          padding: 25px; }
          .main__cooperation__listing__item__content::after {
            -webkit-transform: translate(40px, 0);
            -ms-transform: translate(40px, 0);
            transform: translate(40px, 0); } }
    @media (max-width: 380px) {
      .main__cooperation__listing__item__title h4 {
        font-size: 16px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.main__quick-contact__content {
  padding: 55px 0 45px;
  text-align: center; }
  .main__quick-contact__content p {
    padding: 0 0 40px;
    color: #fff;
    font-size: 25px; }
  .main__quick-contact__content .phone {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    text-decoration: none; }
    .main__quick-contact__content .phone::before {
      content: url("../img/main__quick-contact__content__phone.svg");
      display: inline-block;
      width: 38px;
      height: 38px;
      padding: 0 20px 0 0;
      position: relative;
      top: 4px; }
  @media (max-width: 560px) {
    .main__quick-contact__content p {
      padding: 0 0 30px;
      font-size: 20px; }
    .main__quick-contact__content .phone {
      font-size: 30px; }
      .main__quick-contact__content .phone::before {
        width: 30px;
        height: 30px;
        padding: 0 13px 0 0;
        top: 0px; } }

.main__contact-form__form {
  max-width: 660px;
  margin: 120px auto 100px;
  padding: 60px 90px 30px;
  text-align: left;
  background-color: #e5f2f8; }
  @media (max-width: 560px) {
    .main__contact-form__form {
      margin: 60px auto 50px;
      padding: 60px 60px 30px; } }
  @media (max-width: 450px) {
    .main__contact-form__form {
      margin: 0 -15px;
      padding: 20px; } }

.main__documents__listing {
  max-width: 660px;
  padding: 0 0 80px;
  margin: auto;
  text-align: center; }
  .main__documents__listing h3 {
    margin: 0 0 40px; }
  .main__documents__listing__item {
    display: block;
    overflow: hidden;
    padding: 12px 0 10px;
    border-bottom: 1px solid #cbdce9; }
    .main__documents__listing__item:last-child {
      border: none; }
    .main__documents__listing__item__title {
      float: left; }
      .main__documents__listing__item__title p {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
    .main__documents__listing__item__download {
      float: right; }
      .main__documents__listing__item__download p {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .main__documents__listing__item__download p::after {
          -webkit-transition: background-image 0.25s ease, background-color 0.25s ease;
          -o-transition: background-image 0.25s ease, background-color 0.25s ease;
          transition: background-image 0.25s ease, background-color 0.25s ease;
          content: "";
          position: relative;
          top: 0px;
          display: inline-block;
          width: 18px;
          height: 24px;
          margin: 0 0 0 20px;
          background-image: url("../img/main__documents__listing__item__download.svg");
          background-repeat: no-repeat;
          background-position: center 0px;
          background-size: 19px auto; }
    .main__documents__listing__item:hover .main__documents__listing__item__title p {
      color: #18c414; }
    .main__documents__listing__item:hover .main__documents__listing__item__download p {
      color: #18c414; }
    .main__documents__listing__item:hover .main__documents__listing__item__download p::after {
      background-position-y: -25px; }
  @media (max-width: 560px) {
    .main__documents__listing__item {
      padding: 12px 0 2px; }
      .main__documents__listing__item p::after {
        top: -2px; } }
  @media (max-width: 450px) {
    .main__documents__listing__item__download span {
      display: none; } }

.blog {
  background-color: #ffffff; }
.blog__top-post {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog__post-first {
  width: 100%;
  height: 60vh;
}
.blog__post-first .blog__posts__top__item {
  height: 60vh;
}
.blog__posts__top__item {
  width: 100%;
  min-height: 290px;
  margin-bottom: 24px;
  border: 1px solid #f9f9f9;
}
.blog__post-tags {
  width: 40%
}
.blog__top-tagsposts {
  max-width: 343px;
}
.blog__top-post-wrap {
  padding: 0 0 24px;
 }
  .blog__top-post-wrap.blue-gradient {
    padding: 0;
    margin: 0 0 74px;
    /*background: #213d6b;
    background: -webkit-gradient(linear, left top, right top, from(#203d6c), to(#009ee3));
    background: -webkit-linear-gradient(left, #203d6c 0%, #009ee3 100%);
    background: -o-linear-gradient(left, #203d6c 0%, #009ee3 100%);
    background: linear-gradient(to right, #203d6c 0%, #009ee3 100%);*/ }

.blog__top-post__title {
  padding: 20px 0 0;
  text-align: center; }
  .blog__top-post__title h1 {
    padding: 30px 0;
    color: #003063;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: lowercase; }
    .blog__top-post__title h1:after {
      content: '';
      display: block;
      width: 200px;
      height: 3px;
      background-color: #003063;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
    }
  .blog__top-post__title p {
    padding: 0 0 30px;
    color: #003063;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0.23px; }
    .blue-gradient .blog__top-post__title p {
      color: #003063; }

.blog__top-post__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  text-decoration: none; }
  .blue-gradient .blog__top-post__item {
    position: relative;
    top: 50px;
    margin-top: -50px; }
  .blog__top-post__item:hover .blog__top-post__item__img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }

.blog__top-post__item__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .blog__top-post__item__img img {
    display: none; }

.blog__posts__top__item {
  position: relative;
}
.blog__top-post__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 24px 15px;
  background: #fff }
  .blog__top-post__item__text p.info {
    padding: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }

    p.info > span > span:last-child {
      display: none;
    }
  .blog__top-post__item__text h2 {
    padding: 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500; }
    .blog__top-post__item__text h2::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin: 8px 0 12px;
      background: #0297da; }
  .blog__top-post__item__text p {
    padding: 0 0 16px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5; }

    .blog__top-post__item__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 4;
      font-size: 0;
    }

@media (max-width: 1100px) {
 /*  .blog__top-post__item__img {
    width: calc(100% - 450px); } */
  .blog__top-post__item__text {
    width: 100%;
    padding: 30px 50px; } }


@media (max-width: 800px) {
  .blog__top-post__item__img {
    width: 50%; }
  .blog__top-post__item__text {
    width: 50%;
    padding: 30px 40px; }
    .blog__top-post__item__text h2 {
      padding: 10px 0;
      font-size: 25px; }
      .blog__top-post__item__text h2::after {
        margin: 20px 0 10px; }
    .blog__top-post__item__text p {
      padding: 0 0 20px;
      font-size: 14px; } }

@media (max-width: 800px) {
  .blog__top-post__item {
    display: block; }
  .blog__top-post__item__img {
    width: 100%; }
    /* .blog__top-post__item__img img {
      display: block; } */
  .blog__top-post__item__text {
    width: 100%; } }

@media (max-width: 500px) {
  .blog__top-post-wrap {
    margin: 0 0 12px; }
  .blog__top-post__item__text {
    padding: 20px; }
    .blog__top-post__item__text p.info {
      font-size: 10px; }
    .blog__top-post__item__text h2 {
      padding: 10px 0;
      font-size: 18px; }
      .blog__top-post__item__text h2::after {
        margin: 15px 0 5px; }
    .blog__top-post__item__text p {
      font-size: 11px; } }

.blog__second-post__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: unset;
  margin: 0 -10px; }

.blog__second-post__listing__item {
  overflow: hidden;
  display: block;
  margin: 0 12px 24px;
  background: white;
  text-decoration: none; }
  .blog__second-post__listing__item:hover .blog__second-post__listing__item__img-inner {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }

.blog__second-post__listing__item__img {
  position: relative;
  z-index: 1; }
  .blog__second-post__listing__item__img-inner {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .blog__second-post__listing__item__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 62, 108, 0)), to(#0f2953));
    background-image: -webkit-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: -o-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: linear-gradient(180deg, rgba(32, 62, 108, 0) 0%, #0f2953 100%); }
  .blog__second-post__listing__item__img h2 {
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 30px;
    width: 320px;
    max-width: 70%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25; }

.blog__second-post__listing__item__info {
  position: relative;
  z-index: 2;
  padding: 15px 20px 15px 40px;
  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;
  background: white; }
  .blog__second-post__listing__item__info .info {
    padding: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
    .blog__second-post__listing__item__info .info span {
      white-space: nowrap; }

@media (max-width: 700px) {
  .blog__second-post__listing {
    display: block; } }

@media (max-width: 500px) {
  .blog__second-post__listing__item {
    margin: 0 12px 12px; }
  .blog__second-post__listing__item__img h2 {
    left: 20px;
    bottom: 15px;
    width: 320px;
    max-width: 85%;
    font-size: 16px; }
  .blog__second-post__listing__item__info {
    padding: 10px 20px 10px 20px; }
    .blog__second-post__listing__item__info .info {
      font-size: 10px; } }

.blog__posts__title {
  position: relative;
  padding: 30px;
  text-align: center; }
  /* .blog__posts__title::after {
    content: "";
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    text-align: center;
    background: #213d6b; } */
  .blog__posts__title p {
    color: #00A1E9;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
 }

.blog__posts__listing {
  overflow: hidden;
  max-width: unset;
  margin: 0 -12px; }

.blog__posts__listing--hidden {
  display: none; }

.blog__posts__listing__item {
  display: block;
  margin: 0 36px 36px;
  background: white;
  text-decoration: none;
border: 1px solid #f9f9f9; }
  .blog__posts__listing__item:hover .blog__posts__listing__item__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
   }

   .category-interviews .blog__posts__listing__item__img {
      position: relative;
   }

   .category-interviews .blog__posts__listing__item__img .quotes__img{
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: 2px;
      left: 10px;
      z-index: 10; 
       }

.blog__posts__listing__item__img {
  overflow: hidden;
  background-position: center center;
  background-size: cover; }
  .blog__posts__listing__item__img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    height: auto; }

.blog__posts__listing__item__text {
  padding: 15px 8px; }
  .blog__posts__listing__item__text h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
    .blog__posts__listing__item__text h2::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin: 14px 0 5px;
      background: #0297da; }
  .blog__posts__listing__item__text p {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    color: #1a1a1a }

.blog__posts__listing__item__text__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }
  .blog__posts__listing__item__text__info .info {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
    .blog__posts__listing__item__text__info .info span {
      white-space: nowrap; }

.blog__posts__loader {
  padding: 0 0 24px;
  text-align: center; }
  .blog__posts__loader span {
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
    background: white;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: pointer; }
  .blog__posts__loader span:hover {
    color: white;
    background: #18c414; }

@media (max-width: 900px) {
  .blog__posts__listing.salvatore .size-1of3 {
    width: 50%; } }

@media (max-width: 650px) {
  .blog__posts__title {
    padding: 10px; }
    .blog__posts__title p {
      padding: 2px 10px 0;
      font-size: 11px; }
  .blog__posts__listing.salvatore .size-1of3 {
    width: 100%; }
  .blog__posts__listing__item {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    margin: 0 12px 12px; }
  .blog__posts__listing__item__img {
    /* overflow: hidden;
    width: 33%; */
  height: 175px; }
    .blog__posts__listing__item__img img {
      display: none; }
 /*  .blog__posts__listing__item__text {
    width: 70%;
    padding: 20px; } */
    .blog__posts__listing__item__text p {
      display: none; }
    .blog__posts__listing__item__text .info {
      display: block; }
      .blog__posts__listing__item__text .info span {
        white-space: nowrap; }
  .blog__posts__loader {
    padding: 0 0 12px; }
    .blog__posts__loader span {
      padding: 14px;
      font-size: 12px; }
    .size-1of2 {
    width: 100% !important;
} 
.homepage-sidebar {
  padding-left: 0 !important ;
  text-align: center;
  margin-bottom: 4em;
}
  .ads-review {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 500px) {
  .blog__posts__listing__item__text {
    padding: 15px 20px 12px; }
    .blog__posts__listing__item__text h2 {
      font-size: 15px; }
      .blog__posts__listing__item__text h2::after {
        display: none; }
  .blog__posts__listing__item__text__info {
    display: block;
    padding: 3px 0 0; }
    .blog__posts__listing__item__text__info .info {
      font-size: 9px; }
    .blog__posts__listing__item__text__info .btn {
      display: none; } }

.blog-single__img-wrap {
  width: 1000px;
  padding: 0 30px;
  margin: 30px auto 0; }

.blog-single__img {
  position: relative; }
  .blog-single__img img {
    width: 100%;
    height: auto; }
  .blog-single__img h1 {
    position: absolute;
    z-index: 10;
    bottom: 55px;
    left: 10%;
    width: 550px;
    max-width: 80%;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3; }
  .blog-single__img::after {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: 0;
    display: block;
    width: 100%;
    height: 300px;
    max-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 62, 108, 0)), to(#0f2953));
    background-image: -webkit-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: -o-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: linear-gradient(180deg, rgba(32, 62, 108, 0) 0%, #0f2953 100%); }

@media (max-width: 700px) {
  .blog-single__img h1 {
    max-width: 90%;
    left: 30px;
    bottom: 30px;
    font-size: 30px; } }

@media (max-width: 500px) {
  .blog-single__img-wrap {
    padding: 15px;
    margin: auto; }
  .blog-single__img h1 {
    left: 20px;
    bottom: 18px;
    font-size: 20px; } }

.blog-single__post {
  width: 860px;
  padding: 0 30px;
  margin: auto; }

.blog-single__post__article__info {
  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;
  padding: 35px 0 40px; }

.blog-single__post__article__info__text p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.75px; }

.blog-single__post__article__info__share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 5px;
  background: #213d6b; }
  .blog-single__post__article__info__share p {
    padding: 0 10px;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 300; }
  .blog-single__post__article__info__share a, .blog-single__post__article__info__share span {
    position: relative;
    height: 35px;
    width: 30px;
    padding: 0; }
    .blog-single__post__article__info__share a:hover, .blog-single__post__article__info__share span:hover {
      background: #18c414; }
    .blog-single__post__article__info__share a img, .blog-single__post__article__info__share span img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto; }

.blog-single__post__article__content h2 {
  padding: 0 0 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4; }

.blog-single__post__article__content p {
  font-size: 17px;
  font-weight: 300; }

.blog-single__post__article__content__video {
  position: relative;
  height: 0;
  padding: 25px 0 56.25%;
  margin: 20px 0; }

.blog-single__post__article__content__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog-single__post__article__content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: unset;
  padding: 30px 0;
  margin: 0 -10px; }
  .blog-single__post__article__content__gallery div {
    width: 100%; }
  .blog-single__post__article__content__gallery img {
    width: 100%;
    padding: 10px; }

.blog-single__post__article__content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0; }

.blog-single__post__article__content__bottom__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 300px); }
  .blog-single__post__article__content__bottom__tags p, .blog-single__post__article__content__bottom__tags a {
    margin: 0 15px 15px 0; }

.blog-single__post__article__content__bottom__share {
  width: 300px; }

.blog-single__post__comments {
  padding: 0 0 60px; }

.blog-single__post__comments__title {
  padding: 0 0 30px; }
  .blog-single__post__comments__title h3 {
    display: inline-block;
    padding: 0 30px 15px 0;
    color: #213d6b;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid #213d6b; }

.blog-single__post__related__title h3 {
  display: inline-block;
  padding: 0 30px 15px 0;
  color: #213d6b;
  font-size: 35px;
  font-weight: 600;
  border-bottom: 1px solid #213d6b; }

.blog-single__post__related__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: unset;
  padding: 30px 0 60px;
  margin: 0 -10px; }

.blog-single__post__related__listing__item {
  overflow: hidden;
  width: 50%;
  position: relative;
  margin: 10px;
  text-decoration: none; }
  .blog-single__post__related__listing__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 120px;
    max-height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 62, 108, 0)), to(#0f2953));
    background-image: -webkit-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: -o-linear-gradient(top, rgba(32, 62, 108, 0) 0%, #0f2953 100%);
    background-image: linear-gradient(180deg, rgba(32, 62, 108, 0) 0%, #0f2953 100%); }
  .blog-single__post__related__listing__item:hover .blog-single__post__related__listing__item__img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }

.blog-single__post__related__listing__item__img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.blog-single__post__related__listing__item__text {
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 20px; }
  .blog-single__post__related__listing__item__text .title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px; }
  .blog-single__post__related__listing__item__text .info {
    display: none; }

@media (max-width: 650px) {
  .blog-single__post__article__info .blog-single__post__article__info__share {
    display: none; }
  .blog-single__post__article__content__bottom {
    display: block; }
  .blog-single__post__article__content__bottom__tags {
    width: 100%; }
  .blog-single__post__article__content__bottom__share {
    width: 100%; }
  .blog-single__post__related__title h3 {
    padding: 0 20px 10px 0;
    font-size: 20px; }
  .blog-single__post__related__listing {
    display: block;
    padding: 15px 0 10px; }
  .blog-single__post__related__listing__item {
    width: 100%;
    display: block;
    min-height: 120px;
    padding: 15px 0 15px 130px;
    border-top: 1px solid #aaa; }
    .blog-single__post__related__listing__item::after {
      display: none; }
  .blog-single__post__related__listing__item__img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px; }
    .blog-single__post__related__listing__item__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto; }
  .blog-single__post__related__listing__item__text {
    position: static; }
    .blog-single__post__related__listing__item__text .title {
      padding: 0 0 8px;
      color: #0297da;
      font-size: 15px;
      font-weight: 600; }
    .blog-single__post__related__listing__item__text .info {
      display: block;
      font-size: 9px;
      font-weight: 500;
      text-transform: uppercase; } }

@media (max-width: 500px) {
  .blog-single__post {
    padding: 0 15px; }
  .blog-single__post__article__info {
    display: block;
    padding: 0 0 7px; }
  .blog-single__post__article__info__text p {
    font-size: 8px; }
  .blog-single__post__article__content h2 {
    font-size: 16px; }
  .blog-single__post__article__content p {
    font-size: 14px; }
  .blog-single__post__article__content__gallery {
    padding: 20px 0;
    margin: 0 -5px; }
    .blog-single__post__article__content__gallery img {
      padding: 5px; } }

.footer-wrap {
  padding: 0;
  border-top: 1px solid #e9e9e9;
  /* background-color: #213d6b; */ }

.footer *, .footer *:hover {
 /*  color: white; */ }

.footer a {
  color: #a0a0a0;
}


.footer__content {
  text-align: center; }
  .footer__content p, .footer__content a {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-decoration: none; }
  .footer__content a:hover {
    text-decoration: underline; }

.footer__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: unset;
  margin: 0 -15px; }

.footer__listing__tags {
  display: none; }

.footer__listing__double {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__listing__double__item {
  width: 50%;
  padding: 0 15px 15px; }
  .footer__listing__double__item h4 {
    font-size: 30px;
    font-weight: 500; }
  .footer__listing__double__item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; }
  .footer__listing__double__item select {
    width: 100%; }
  .footer__listing__double__item ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px; }
  .footer__listing__double__item ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px; }
  .footer__listing__double__item ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px; }
  .footer__listing__double__item ::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px; }
  .footer__listing__double__item input[type]:not([type=submit]) {
    padding: 12px 12px 12px 40px;
    border: 1px solid white;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background-color: #213d6b !important;
    background: url("../img/main__contact-form__form__email--white.svg") no-repeat 16px 16px;
    background-size: 13px 12px; }
  .footer__listing__double__item input[type=submit] {
    padding: 6px 14px;
    margin: 0 0 0 auto;
    font-size: 15px;
    font-weight: 300;
    text-transform: none; }
    .footer__listing__double__item input[type=submit]:hover {
      color: #213d6b;
      background: white; }

.footer__listing__double__item__social {
  width: 150px;
  margin: auto; }
  .footer__listing__double__item__social p {
    padding: 2px 0 16px; }
  .footer__listing__double__item__social a {
    margin: 0 10px 0 0; }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin: 60px 0 0;
  border-top: 1px solid white; }

.footer__menu__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer__menu__left li {
  padding: 0 50px 0 0; }

.footer__menu__left a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }

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

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 35px; }

.footer__copyright__left {
  padding: 0 10px; }
  .footer__copyright__left p {
    padding: 0 0 1px;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300; }

.footer__copyright__right {
  padding: 0 10px; }
  .footer__copyright__right a {
    position: relative;
    display: block;
    width: 38px;
    height: 13px;
    background-image: url("../img/footer__copyright__right--hover.svg");
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
  .footer__copyright__right a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 38px;
    height: 13px;
    background-image: url("../img/footer__copyright__right.svg");
    background-position: center center;
    opacity: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
  .footer__copyright__right a:hover {
    opacity: 1; }
  .footer__copyright__right a:hover::after {
    opacity: 0; }

@media (max-width: 1050px) {
  .footer__listing__double:nth-child(2) {
    display: block;
    width: 40%; }
    .footer__listing__double:nth-child(2) .footer__listing__double__item {
      width: 100%; }
  .footer__listing__double:nth-child(3) {
    width: 60%; }
  .footer__menu__left li {
    padding: 0 30px 0 0; }
  .footer__menu__right {
    display: none; } }

@media (max-width: 700px) {
  .footer__listing {
    display: block;
    max-width: 400px;
    margin: auto; }
  .footer__listing__tags {
    display: block;
    padding: 0 15px 35px; }
  .footer__listing__double:nth-child(2) {
    display: block;
    width: 100%;
    padding: 0 0 30px; }
  .footer__listing__double:nth-child(3) {
    width: 100%; }
    .footer__listing__double:nth-child(3) .footer__listing__double__item:nth-child(2) {
      display: none; }
  .footer__listing__double__item {
    width: 100%; }
    .footer__listing__double__item h4 {
      font-size: 18px; }
  .footer__listing__double__item__social {
    width: 280px;
    margin: auto; }
    .footer__listing__double__item__social p {
      display: inline-block;
      padding: 0 30px 0 0;
      width: 180px; }
    .footer__listing__double__item__social a {
      margin: 5px 10px 0 0; }
  .footer__menu {
    display: none; }
  .footer__copyright {
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid white; } }

@media (max-width: 500px) {
  .footer-wrap {
    padding: 30px 0 0; }
  .footer__listing__tags {
    padding: 0 0 35px; }
  .footer__listing__double__item {
    padding: 0 0 15px; } }

.selectize-input {
  height: 44px;
  padding: 12px !important;
  border-radius: 0 !important;
  border: 1px solid white !important;
  background: #213d6b !important; }
  .selectize-input .item {
    position: absolute;
    font-size: 16px;
    font-weight: 300; }

.selectize-input input {
  width: 0 !important;
  color: transparent !important; }

.selectize-input::before {
  display: none !important; }

.selectize-input::after {
  border-color: white transparent transparent transparent !important; }

.selectize-input.dropdown-active::after {
  border-color: transparent transparent white transparent !important; }

.selectize-dropdown {
  border-radius: 0;
  border: 1px solid white;
  border-top: none;
  background: #213d6b;
  cursor: pointer; }

.selectize-dropdown-content {
  padding: 5px 0 0;
  margin: 0 5px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .selectize-dropdown-content .option {
    color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px; }
    .selectize-dropdown-content .option:nth-child(1) {
      display: none; }
  .selectize-dropdown-content .option.active, .selectize-dropdown-content .option:hover {
    color: white;
    background: rgba(255, 255, 255, 0.2); }

.vch-hidden {
  opacity: 0; }

.vch-visible {
  opacity: 1; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.salvatore[data-columns]::before {
  content: '3 .column.size-1of3'; }

.salvatore2[data-columns]::before {
content: '2 .column.size-1of2' !important; }

.column {
  float: left; }

.size-1of3 {
  width: 33.333%; }

  .size-1of2 {
  width: 50%; }

.wpcf7-form {
  position: relative; }

.ajax-loader.is-active {
  display: none !important; }

.wpcf7-not-valid-tip {
  overflow: hidden;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 4px;
  height: 4px;
  font-size: 0;
  border-radius: 50%;
  background: #18c414; }

.wpcf7-validation-errors {
  position: absolute;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center;
  border: none !important;
  color: #18c414; }
  .wpcf7-validation-errors::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    border-radius: 50%;
    background: #18c414; }

.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng {
  margin: auto !important;
  font-size: 18px;
  text-align: center;
  border: none !important; }

.homepage-general-flex {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
  /** CUSTOM CSS START */
  
  .full-width {
    width: 100%;
  }
/* .ads-review {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dashed #1a1a1a;
  padding: 2em;
  text-align: center;
  margin: 0 auto;
} */

th {
  text-align: left;
}
.ads-review + .ads-review {
  margin-top: 1em;
}

.blog-single__post_banner_wrap {
  position: relative;
  margin: 25px 0 35px;
}
.blog-single__post_banner-link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video__section {
  padding: 4em 0;
}
.video__post-item {
  padding: 1em;
  padding-bottom: 0;
  text-align: center;
}
.video__post-item h2 {
  margin-bottom: 1em;
}
.video__post_iframe_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.8%;
}
.video__post_iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Video__row > div {
  width: 50%;
  position: relative;
}
.Video__row + .Video__row {
  margin-top: 4em;
}
.Video__text-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Video__text-content {
  max-width: 450px;
  padding: 2em;
}
.Video__text-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.Video__text-content h3 span {
  color: #7f3f98;
  font-style: italic; 
  display: inline-block;
  margin-left: .4em;
  text-transform: capitalize; 
}
.Video__author {
  font-size: 18px;
  font-weight: 600;
  padding: .6em 0 .8em;
}
.flex__reverse-even:nth-child(even) {
  -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 820px) {
  .Video__row.flex,
  .Video__text-wrap {
    display: block !important;
  }
  .Video__row > div {
    width: 100%;
  }
  .Video__text-content {
    max-width: 100%;
    text-align: center;
  }
}

hr {
  width: 100%;
  height: 0;
  border: 1px solid #e9e9e9;
}
.perex_limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 63px;
}
.perex_limit p {
  padding: 0 !important;
  line-height: 21px !important;
}
.blog__posts__listing__item__text .perex_limit {
  margin-bottom: 20px;
}
.podcast__iframe-wrap {
  position: relative;
  width: 100%;

}
.podcast__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homepage_podcast_first_column {
  width: 100%;
}
.homepage_podcast_img {
  max-height: 162px;
}
#homepage-ads-1 .widgettitle,
#homepage-ads-2 .widgettitle {
  display: none;
}
.ads-review {
  text-align: center;
}

.single-page {
  padding: 18px 0;
}

.single-page p {
  font-size: 15px;
  margin: 0 0 16px;
}

.single-page h1, h2, h3 {
  margin: 0 0 24px;
}
.single-page h2 {
  margin-top: 24px;
}
.single-page h2 + h3 {
  margin-top: 0;
}

.single-page .wp-block-image {
  margin: 2em 0;
}

.single-page table {
  margin: 18px 0;
}

.single-page table th,  
.single-page table td {
  padding: .8em 1.2em;
}

.main__content {
  width: calc(100% - 184px);
}
.welcome-slider {
  width: 70%;
}
.splide__pagination {
  display: none;
}
/* .splide__arrows {
  display: none;
} */
.splide__slide .blog__top-post__item__img {
  position: relative;
  height: 422px;
}

.splide__slide .blog__top-post__item__img,
.blog__top-tagsposts .blog__top-post__item__img,
.splide__slide .blog__top-post__item__text {
  position: relative;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: rgb(158, 158, 158) !important;
}

@media screen and (max-width: 600px) {
  .splide__slide .blog__top-post__item__img {
    height: 180px;
}
}

.blog__top-tagsposts .blog__top-post__item__img {
  height: 194px;
}
.blog__top-tagsposts .blog__top-post__item__img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 99, .42);
}

.blog__top-tagsposts .blog__top-post__item__text h2::after {
  content: none;
}

.blog__top-tagsposts .blog__top-post__item__text {
  position: relative;
  padding: 15px 15px 0;
}

.blog__top-tagsposts .blog__top-post__item__text h2 {
  margin-bottom: 0;
}

.blog__top-tagsposts .blog__posts__top__item {
  min-height: 100%;
}

@media screen and (max-width: 870px) {
  .blog__top-post {
    display: block !important;
  }
  .blog__post-tags,
  .welcome-slider {
    width: 100%;
  }
  .blog__top-tagsposts {
    max-width: 100%;
    padding-left: 0 !important;
  }
  .blog__post-tags {
    padding-left: 0 !important;
    margin-top: 4em;
  }
  .splide__arrow {
    top: 100%;
  }
  .homepage-general-flex {
    display: block;
  }
}

.wp-block-quote {
  background-color: #f9f9f9;
  margin: 0;
  padding: 16px 15px;
  margin: 23px 0;
}

.wp-block-quote p {
  font-size: 18px;
}

.podcasts_links {
  padding: 15px 0;
}

.podcasts_links span {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (max-width: 470px) {
  .podcasts_links span {
    display: block;
    margin: 0;
    padding: 12px 0;
  }
  .podcasts_links a {
    display: block;
  }
}

.podcasts_links a {
  text-decoration: none;
  color: grey;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
  .col-12-mobile {
    width: 100%;
  }
  .d-block-mobile {
    display: block;
  }
}
/** Events */
.Events__bg {
  background-image: url('/wp-content/themes/theme-by-pavlovec/img/events_bg.jpg');
  background-position: center left;
  background-size: cover;
  position: relative;
  padding-top: 4em;
  padding-bottom: 2.5em;
}
.Events__bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  z-index: 1;
  color: #fff;
}
.Events__bg > * {
  position: relative;
  z-index: 2;
}

.Events__bg {
  color: #fff;
}

.Events__main-wrap {
  padding-top: 2em;
}

.Event__date {
  color: #fff;
  font-size: 1.2rem;
}

.Event__title {
  font-size: 2rem;
  margin: 0; 
}

.Event__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Event__content-column {
  padding: 2em 2em 2.5em;
}

@media screen and (max-width: 660px) {
  .Event__content-column {
    padding: 1em;
  }
}

.Event__description {
  color: #fff;
  font-style: italic;
  font-size: .8rem
}

.Event__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 1em 1.5em;
}

.Event__link:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.Speakers__wrap {
  width: 360px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Speakers__item {
  width: 50%;
  text-align: center;
}

.Speakers__item:nth-child(n+3) {
   margin-top: 2.5em;
}

.Speakers__img-wrap {
  width: 150px;
  margin: 0 auto 1em;
}

.Speakers__img {
  -webkit-border-radius:: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.podcast_overlay_img {
  width: 175px;
  height: 175px;
  position: absolute;
  left: 13px;
  top: 13px;
}
@media screen and (max-width: 927px) {
  .podcast_overlay_img {
    width: 65px;
    height: 65px;
  }
}

.light_bg {
  background-color: #f9f9f9;
}

/** QUOTES section */
.Quote__item {
  position: relative;
  padding: 1em 1em 1em 3em;
  width: 50%;
}
.Quote__item:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #734979;
  position: absolute;
  left: 0;
  top: 25px;
}
.Quote__content {
  max-width: 360px;
}
.Quote__title {
  font-weight: 300;
  color: #734979
}
.Quote__text {
  position: relative;
  font-size: 1.35rem;
  color: #1a1a1a;
}
.Quote__link {
  display: inline-block;
  color: #734979;
  text-decoration: none;
  padding: .4em 1.5em;
  border: 2px solid #734979;
}
.Quote__link:hover {
  background-color: #734979;
  color: #fff;
}
.text-right {
  text-align: right;
}
@media screen and (max-width: 660px) {
  .Quote__main-wrap {
    display: block;
  }
  .Quote__content {
    max-width: 100%;
  }
  .Quote__item {
    width: 100%;
  }
  .Quote__item + .Quote__item {
    margin-top: 2em;
  }
}
/* .Quote__text:before,
.Quote__text:after {
  display: block;
  width: 20px;
  opacity: .2;
  position: absolute;
}
.Quote__text:before {
  content: url("./images/quote_left.svg");
  left: -13px;
  top: 10px;
}
.Quote__text:after {
  content: url("./images/quote_right.svg");
} */

.blog-single blockquote {
  background-color: #f9f9f9;
  position: relative;
  margin: 3em 0;
  padding: 1em 2em;
  font-size: 18px
}
.blog-single blockquote:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px; 
  height: 100%;
  background-color: #003063;
  left: 0;
  top: 0;
}
.blog-single blockquote p {
  font-style: italic;
  font-size: 18px
}

.term-27, .term-30, .term-20, .term-19 {
  display: none;
}

.no-margin-bottom {
  margin-bottom: 0;
}
.blog-author {
  padding-bottom: 2em;
  font-style: italic;
}

/** ACTIVECAMPAGNE FORM */
.Footer__newsletter-section {
  padding: 3em 0;
}
._form_1 form {
  max-width: 530px;
  width: 100% !important;
  background-color: #003063 !important;
}
._form_1 ._form-label {
  margin: 2em 0 1em;
}
._form_1 ._form_element._field5 ._form-label {
  display: none !important;
}

._form_1 ::placeholder {
  text-align: center;
  font-size: 14px;
  color: #fff
} 

._checkbox-radio span {
  position: relative;
}

._checkbox-radio {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
._checkbox-radio input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
._checkbox-radio input[type="checkbox"]:checked + span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -24px;
  top: 5px;
  background-color: #003063;
}
._form-title {
  text-align: center;
}
._form_1 ._form_element * {
  text-align: center;
}
.g-recaptcha > div {
  margin: 0 auto;
}
/** CUSTOM CSS END */