html,
body {
  font-family: "Rubik", sans-serif;
}
body {
  font-size: 16px;
  color: #595959;
  text-align: right;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
.init_viewport {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 50px);
}
@media (max-width: 1200px) and (min-width: 993px) {
  .init_viewport {
    min-height: 40.625em;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .init_viewport {
    height: calc(100vh - 3em);
  }
}
@media (max-width: 800px) {
  .init_viewport {
    height: calc(100vh - 12px);
    min-height: 35.5em;
    padding-top: 10em;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.section-title {
  position: relative;
  margin-bottom: 2.125em;
  margin-top: 2.9375em;
}
.section-title:before {
  content: '';
  display: block;
  height: 0.5em;
  background-color: #e9eaea;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.9375em;
}
.section-title h2 {
  margin: 0;
  font-size: 1.75em;
  font-weight: 500;
  position: relative;
  z-index: 5;
  background-color: #fff;
  display: inline-block;
  padding-left: 0.3571428571428571em;
}
.scroll-tocontent {
  font-size: 0.875em;
  color: #595959;
  display: block;
  font-weight: 500;
  width: 7.142857142857142em;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -3em;
  background-image: url("../../img/icon-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 0.625em;
}
.scroll-tocontent:hover {
  color: #595959;
  text-decoration: none;
}
@media (max-width: 1450px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .scroll-tocontent {
    font-size: 0.75em;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .section-title {
    margin-bottom: 0.75em;
    margin-top: 0.625em;
  }
  .section-title:before {
    height: 0.25em;
    top: 0.8125em;
  }
  .section-title h2 {
    padding-right: 0.8125em;
    font-size: 1.5em;
  }
}
.ui-loader {
  display: none;
}
@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1200 * 16);
  }
  body {
    font-size: 1rem;
  }
  .container {
    max-width: 73.125em;
  }
}
.header-top {
  background-color: #595959;
  height: 2.875em;
}
.header-topnav {
  float: right;
  padding: 0;
  margin: 0;
}
.header-topnav li {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.375em;
}
.header-topnav li a {
  border-bottom: 0.4375em solid transparent;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  padding: 0.625em 2.6875em 0.3125em;
  transition: border-color 150ms ease-in-out;
}
.header-topnav li a.active,
.header-topnav li a:hover {
  border-color: #3a880f;
  text-decoration: none;
}
.header-langs {
  float: left;
}
.header-langs li {
  display: inline-block;
}
.header-langs li a {
  display: block;
  font-size: 0.875em;
  color: #fff;
  font-weight: 500;
  margin-top: 0.9285714285714285em;
  border-right: 0.07142857142857142em solid #767779;
  height: 1.5714285714285714em;
  line-height: 1.5714285714285714em;
  padding-right: 0.21428571428571427em;
}
.header-langs li:first-child a {
  border: none;
}
.header-main {
  padding-top: 1.5625em;
}
.header-logo {
  display: block;
  float: right;
}
.header-search {
  float: left;
  position: relative;
  width: 10.3125em;
  margin-top: 0.125em;
}
.header-search input[type=text] {
  width: 100%;
  outline: none;
  border: none;
  background: none;
  border-bottom: 2px solid #939598;
  font-family: "Rubik", sans-serif;
  height: 2.0625em;
}
.header-search input[type=submit] {
  position: absolute;
  border: none;
  outline: none;
  background: none;
  background-image: url("../../img/header_search.png");
  width: 1em;
  height: 1em;
  top: 0.375em;
  left: -0.125em;
  cursor: pointer;
}
.header-contacts {
  float: left;
  margin-left: 5.625em;
  margin-top: 0.5em;
}
.header-contacts a {
  color: #595959;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  height: 1.25em;
  line-height: 1.25em;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 2.5em;
}
.header-contacts a.header-contacts--mail {
  background-image: url("../../img/header_mail.png");
  padding-right: 1.9375em;
}
.header-contacts a.header-contacts--geo {
  background-image: url("../../img/header_geo.png");
  padding-right: 1.25em;
}
.header-nav {
  margin-top: 25px;
  margin-bottom: 13px;
}
.header-nav img {
  max-width: 100%;
}
.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 5.9375em;
  background-color: #fff;
}
.header-mobile .header-mobile-top {
  height: 2.5em;
  background-color: #595959;
}
.header-mobile .header-mobile-top .header-mobile-menu {
  float: right;
  width: 100%;
  margin-left: -13.25em;
  padding-left: 13.25em;
}
.header-mobile .header-mobile-top .header-mobile-menu .header-mobile-menu-current {
  font-size: 0.75em;
  border-bottom: 0.5833333333333333em solid #3a880f;
  height: 3.333333333333333em;
  line-height: 3em;
  padding-right: 0.8333333333333333em;
  font-weight: 500;
  color: #fff;
  background-image: url("../../img/mobile-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 0.5833333333333333em 1.3333333333333333em;
}
.header-mobile .header-mobile-top .header-mobile-menu .header-mobile-menu-current.active {
  background-color: #393939;
  background-image: url("../../img/mobile-arrow-top.png");
  background-repeat: no-repeat;
  background-position: 0.41666666666666663em center;
}
.header-mobile .header-mobile-top .header-mobile-menu ul {
  position: absolute;
  list-style-type: none;
  right: 0;
  z-index: 9999;
  display: none;
  width: 87vw;
  background-color: #393939;
}
.header-mobile .header-mobile-top .header-mobile-menu ul.active {
  display: block;
}
.header-mobile .header-mobile-top .header-mobile-menu ul li a {
  display: block;
  width: 100%;
  padding: 0.8333333333333333em 0.8333333333333333em;
  font-size: 0.75em;
  color: #fff;
  padding-right: 0.8333333333333333em;
}
.header-mobile .header-mobile-top .header-mobile-left {
  float: left;
  z-index: 10;
}
.header-mobile .header-mobile-top .header-mobile-left > * {
  width: 2.75em;
  display: inline-block;
  vertical-align: top;
  height: 2.5em;
  margin-right: -0.25em;
  line-height: 2.5em;
  border-right: 1px solid #939598;
  text-align: center;
}
.header-mobile .header-mobile-top .header-mobile-left > *.languages {
  width: 5.0625em;
  text-indent: -0.625em;
  background-image: url(../../img/mobile-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 0.625em center;
}
.header-mobile .header-mobile-top .header-mobile-dropdown.active {
  background-color: #393939;
}
.header-mobile .header-mobile-top .header-mobile-dropdown.languages {
  border-left: 1px solid #939598;
}
.header-mobile .header-mobile-top .header-mobile-drop {
  display: none;
  width: 100%;
  position: absolute;
  top: 2.5em;
  z-index: 9999;
  background-color: #fff;
  left: 0;
}
.header-mobile .header-mobile-top .header-mobile-drop.active {
  display: block;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-search {
  width: auto;
  margin: 0 1.25em;
  float: none;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-search input[type=submit] {
  top: 0.6875em;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-mobile-langs {
  list-style-type: none;
  width: 100%;
  background-color: #393939;
  display: flex;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-mobile-langs li {
  width: 100%;
  position: relative;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-mobile-langs li:last-child::after {
  display: none;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-mobile-langs li::after {
  display: block;
  content: ".";
  width: 1px;
  height: 22px;
  border: 1px solid #939598;
  position: absolute;
  left: 0;
  top: 14px;
}
.header-mobile .header-mobile-top .header-mobile-drop .header-mobile-langs li a {
  box-sizing: border-box;
  border-bottom: 1px solid #3a880f;
  display: block;
  width: 100%;
  color: #fff;
  line-height: normal;
  padding-right: 0.8333333333333333em;
  height: 4.416666666666666em;
  vertical-align: middle;
  line-height: 4.416666666666666em;
  font-size: 0.75em;
}
.header-mobile .header-mobile-hamburger {
  background-image: url("../../img/mobile-hamburger.png");
  width: 1.125em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 3.75em;
  z-index: 5;
  right: 1.3125em;
}
.header-mobile .header-mobile-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.25em;
  text-align: center;
  margin: auto;
  z-index: -1;
}
.header-mobile .header-mobile-dropdown.search {
  width: 2.3em;
  left: 0.5em;
  position: absolute;
  top: 3em;
  z-index: 5;
}
.header-mobile .header-mobile-dropdown.search img {
  width: 100%;
}
.mobile-nav {
  position: fixed;
  display: none;
  top: 2.5em;
  z-index: 9999;
  background-color: #494949;
  width: 87vw;
  font-weight: 700;
  z-index: 10000;
}
.mobile-nav .mobile-nav-close {
  margin: 1.625em 1.75em 0 0;
  width: 0.75em;
  height: 0.75em;
  background-image: url("../../img/mobile-nav-close.png");
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}
.mobile-nav .mobile-nav-login {
  padding-bottom: 0.625em;
}
.mobile-nav .mobile-nav-login .login {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
  margin: 17px 14px;
  margin-bottom: 2px;
  width: 15.75em;
}
.mobile-nav .mobile-nav-login .login .login-popup {
  right: 0;
  left: auto;
}
.mobile-nav .mobile-nav-drop > ul {
  display: none;
}
.mobile-nav .mobile-nav-drop.active > ul {
  display: block;
}
.mobile-nav .mobile-nav-drop.active > a:before {
  transform: scale(-1);
}
.mobile-nav .mobile-nav-drop > a {
  height: 3.0625em;
  border-top: 0.0625em solid #696969;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 3.0625em;
  padding-right: 1.125em;
  position: relative;
  background-repeat: no-repeat;
}
.mobile-nav .mobile-nav-drop > a:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../../img/mobile-menu-down.png");
  background-size: cover;
  background-position: center center;
  width: 0.6875em;
  height: 0.4375em;
  left: 1.125em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-nav .mobile-nav-drop > ul {
  box-shadow: inset 1px 1px 92px rgba(0, 0, 0, 0.5);
}
.mobile-nav .mobile-nav-drop .mobile-nav-drop-helper {
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}
.mobile-nav > ul > .mobile-nav-drop > a {
  background-color: #494949;
}
.mobile-nav > ul > .mobile-nav-drop > ul {
  box-shadow: none;
}
.mobile-nav > ul > .mobile-nav-drop > ul > li > a {
  background-color: #3c3c3c;
}
.mobile-nav li:not(.mobile-nav-drop) a {
  color: #fff;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 1.125em;
  font-weight: 400;
}
@media (max-width: 800px) {
  .header-top,
  .header-main {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}
.last.active {
  background-image: url(../../img/mobile-arrow-top.png) !important;
}
.last .header-mobile-icon {
  color: #fff;
  font-size: 0.75em;
}
.last .header-mobile-icon img {
  width: 1.5em;
  margin-right: -0.6666666666666666em;
}
.last .header-mobile-icon span {
  margin-right: 0.5em;
}
.hm-img1 {
  width: 1.0625em;
}
.hm-img2 {
  width: 0.8125em;
}
.hm-img3 {
  width: 1em;
}
li.mobile-nav-drop.active li.mobile-nav-drop.active li {
  height: 3.0625em;
  line-height: 3.0625em;
}
.login {
  position: absolute;
  z-index: 15;
  width: 15.9375em;
  left: 0;
  top: 1em;
}
.login.active .login-button {
  opacity: 0;
  pointer-events: none;
}
.login.active .login-popup {
  opacity: 1;
  pointer-events: all;
}
.login-button {
  width: 100%;
  border: none;
  outline: none;
  background: #3a880f;
  height: 3em;
  color: #fff;
  border-radius: 0.16666666666666666em;
  font-weight: 500;
  font-size: 1.125em;
  padding-bottom: 0.2222222222222222em;
  padding-right: 1.5em;
  font-family: "Rubik", sans-serif;
  background-image: url("../../img/popup_person.svg");
  background-repeat: no-repeat;
  background-position: right 0.9444444444444444em top 0.8333333333333333em;
  cursor: pointer;
  transition: opacity 200ms ease-in-out;
}
.login-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0.1875em;
  width: 20.625em;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(232, 237, 237, 0.85) 0%, #e8eded 100%);
  transition: opacity 200ms ease-in-out;
}
.login-popup .login-popup-title {
  font-size: 1.125em;
  font-weight: 500;
  background-image: url("../../img/popup_opened_login.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.6875em;
  letter-spacing: 0.0125em;
  margin-top: 0.625em;
  margin-right: 1.1875em;
  font-weight: bold;
}
.login-popup .login-popup-close {
  border: none;
  outline: none;
  position: absolute;
  left: 1.5625em;
  top: 0.9375em;
  background: none;
  font-size: 1rem;
  background-image: url("../../img/popup_close.png");
  width: 1em;
  height: 1em;
  background-size: 100% 100%;
  cursor: pointer;
}
.login-popup .login-popup-content {
  padding: 1.5em;
}
@media (max-width: 1450px) {
  .login {
    left: 2.5em;
  }
}
@media (max-width: 800px) {
  .login {
    top: -3.375em;
    width: 16.875em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .login-button {
    height: 2.444444444444444em;
    background-position: right 0.75em top 0.625em;
  }
  .login-popup {
    width: 18.125em;
    height: 23.75em;
    left: 50%;
    margin-left: -9.0625em;
    background: #e8eded;
    border-radius: 3px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .login-button {
    background-size: 1.25em;
  }
  .login-popup .login-popup-close {
    background-size: 0.9375em;
    background-repeat: no-repeat;
  }
  .login-button {
    background-size: 1.3125em;
  }
}
.banner {
  flex: 1;
  position: relative;
  min-height: 16.625em;
  margin-top: -0.3125em;
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner .banner-blur-bg-wrapper {
  overflow: hidden;
  height: 90.75%;
  width: 100%;
  position: absolute;
}
.banner .banner-blur-bg-wrapper .banner-blur-bg {
  position: absolute;
  right: -0.4375em;
  left: -0.4375em;
  top: -0.4375em;
  bottom: -0.4375em;
  background-size: auto calc(107%);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.banner .banner-blur-bg-wrapper .banner-blur-bg.fitByWidth {
  background-size: 100% auto;
}
.banner .banner-slides {
  height: 100%;
  position: relative;
}
.banner .banner-slide {
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .banner .banner-slide.prev {
    position: absolute;
    right: -110vw;
    left: auto;
    display: block !important;
    top: 0;
    width: 100%;
  }
  .banner .banner-slide.next {
    top: 0;
    position: absolute;
    left: -110vw;
    right: auto;
    display: block !important;
    width: 100%;
  }
}
.banner .banner-slide.active {
  display: block !important;
}
.banner .banner-bg {
  width: 90.625em;
  right: 50%;
  margin-right: -45.3125em;
  height: calc(100% - 33px);
  border: 0.625em solid #ffffff;
  margin-top: 2.0625em;
  position: absolute;
  overflow: hidden;
}
.banner .banner-bg img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.banner .banner-bg .banner-bg--desktop {
  display: block;
}
.banner .banner-bg .banner-bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .banner-bg .banner-bg--desktop {
    display: none;
  }
  .banner .banner-bg .banner-bg--mobile {
    display: block;
  }
}
.banner .banner-content {
  position: relative;
  color: #fff;
  /* height: 575*@em16; */

  padding-top: 18vh;
}
.banner .banner-content h1 {
  font-size: 4.375em;
  font-weight: 700;
  line-height: 0.9142857142857143em;
  max-width: 50%;
}
.banner .banner-content p {
  font-size: 1.75em;
  line-height: 1.0714285714285714em;
  margin-top: 0.3571428571428571em;
}
.banner .banner-content .banner-link {
  display: block;
  color: #3a880f;
  font-size: 1.125em;
  width: 12.5em;
  height: 2.7777777777777777em;
  background-color: #fff;
  line-height: 2.7777777777777777em;
  border-radius: 0.10714285714285714em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.3333333333333333em;
  margin-right: 0.1111111111111111em;
  text-decoration: none;
}
.banner .banner-bullets {
  position: absolute;
  font-size: 0.875em;
  bottom: 2em;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner .banner-bullets .row {
  justify-content: center;
}
.banner .banner-bullets a {
  color: #fff;
  display: block;
  border-top: 0.3571428571428571em solid #ffffff;
  font-weight: 500;
  padding-top: 0.3571428571428571em;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  position: relative;
}
.banner .banner-bullets a:after {
  font-size: 1rem;
  background-color: #fff;
  position: absolute;
  content: '';
  display: block;
  height: 0.625em;
  width: 100%;
  bottom: -0.625em;
  left: 0;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.banner .banner-bullets a.active {
  border-color: #3a880f;
}
.banner .banner-bullets a .banner-bullets-img {
  font-size: 1rem;
  height: 5.3125em;
  width: 100%;
  position: absolute;
  background-size: cover;
  border: 0.3125em solid #ffffff;
  bottom: 1.5625em;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.banner .banner-bullets a:hover {
  background-color: #fff;
  color: #3a880f;
  font-size: 0.8571428571428571em;
  padding-top: 0.5833333333333333em;
}
.banner .banner-bullets a:hover .banner-bullets-img {
  opacity: 1;
}
.banner .banner-bullets a:hover:after {
  opacity: 1;
}
.banner-slide-left,
.banner-slide-right {
  display: none;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .banner .banner-bg {
    max-width: 100%;
    box-sizing: border-box;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .banner-bullets a {
    height: 2em;
  }
  .banner .banner-content {
    padding-right: 2.5em;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner .banner-content {
    padding-top: 4.375em;
  }
  .banner .banner-content h1 {
    font-size: 3em;
    line-height: 1em;
  }
  .banner .banner-content p {
    font-size: 1.25em;
  }
  .banner .banner-bullets {
    bottom: 3em;
  }
  .banner .banner-bullets a {
    font-size: 0.75em;
  }
  .banner .banner-bullets a:hover {
    font-size: 0.75em;
  }
  .banner .banner-bullets a .banner-bullets-img {
    bottom: 0.8333333333333333em;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-bottom: 0.9375em;
  }
  .banner .banner-bg {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0.6875em;
    border-width: 6px;
    height: calc(100% - 11px);
  }
  .banner .banner-blur-bg-wrapper {
    height: 86%;
  }
  .banner .banner-blur-bg-wrapper .banner-blur-bg {
    margin-top: 0em;
    background-size: auto calc(100% + 39px);
  }
  .banner .banner-content {
    padding-top: 2.875em;
    padding-right: 1.5625em;
    padding-left: 1.5625em;
  }
  .banner .banner-content h1 {
    width: 100%;
    max-width: 100%;
    font-size: 2.5em;
    line-height: 0.8em;
  }
  .banner .banner-content p {
    font-size: 1em;
    max-width: 60%;
  }
  .banner .banner-content .banner-link {
    width: 9.3125em;
    height: 2.75em;
    margin-top: 0.625em;
    margin-right: 0;
  }
  .banner .banner-bullets {
    bottom: 1.5625em;
    top: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .banner .banner-bullets .row {
    justify-content: center;
  }
  .banner .banner-bullets .col-md-2 {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    flex: none;
  }
  .banner .banner-bullets a {
    color: transparent;
    width: 0.375em;
    height: 0.375em;
    margin: 0 0.3125em;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
  }
  .banner .banner-bullets a:after {
    display: none !important;
  }
  .banner .banner-bullets a.active {
    font-size: 1rem;
    padding: 0;
    margin-top: -0.1875em;
    width: 0.6875em;
    border: 0.1875em solid #ffffff;
    background-color: transparent;
    height: 0.6875em;
    vertical-align: middle;
  }
  .banner .banner-bullets a .banner-bullets-img {
    display: none !important;
  }
  .banner .banner-bullets a:hover {
    color: transparent;
  }
  .banner .banner-bullets a:hover .banner-bullets-img {
    display: none !important;
  }
  .banner .banner-bullets a:hover:after {
    display: none !important;
  }
  .banner-slide-left,
  .banner-slide-right {
    position: absolute;
    width: 0.5625em;
    height: 0.9375em;
    display: block;
    bottom: 1.3125em;
    left: 2.1875em;
  }
  .banner-slide-left {
    background-image: url("../../img/mobile-slide-left.png");
  }
  .banner-slide-right {
    background-image: url("../../img/mobile-slide-right.png");
    left: auto;
    right: 2.1875em;
  }
}
@media (max-width: 768px) {
  .banner .banner-bg {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
}
.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
@media (max-height: 800px) and (min-width: 768px) {
  .banner .banner-bullets {
    bottom: 1.857142857142857em;
  }
  .banner .banner-bullets a:hover {
    border-color: #fff !important;
    font-size: 13.27px !important;
    padding-top: 0.3833em;
  }
  .banner .banner-bullets a:hover:before,
  .banner .banner-bullets a:hover:after {
    border-color: #fff !important;
    background-color: #fff !important;
  }
  .banner .banner-bullets a:hover div {
    display: none !important;
  }
  .banner .banner-blur-bg-wrapper .banner-blur-bg {
    background-size: auto calc(110.2% - 18.42px);
  }
}
@media (max-height: 800px) and (min-height: 700px) and (min-width: 768px) {
  .banner .banner-content {
    padding-right: 2.5625em;
  }
  .banner .banner-content h1 {
    font-size: 4.375em;
    line-height: 0.8571428571428571em;
  }
  .banner .banner-content .banner-link {
    margin-top: 0.1em;
  }
  .banner .banner-content {
    padding-top: 11vh;
  }
  .banner .banner-content p {
    font-size: 1.75em;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .banner .banner-content h1 {
    font-size: 3.1875em;
    max-width: 80%;
  }
  .banner .banner-content {
    padding-top: 16vh;
  }
  .banner .banner-content p {
    font-size: 1.278125em;
  }
  .banner .banner-content p br {
    display: none;
  }
  .banner .banner-content .banner-link {
    margin-top: 0.1em;
  }
  .header-nav {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .header-main {
    padding-top: 0.5625em;
  }
}
@media (max-height: 600px) and (min-width: 768px) {
  .banner .banner-content {
    padding-top: 13vh;
  }
}
@media (max-width: 480px) and (max-height: 620px) {
  .banner .banner-content {
    padding: 1.875em 1.25em 0;
  }
  .banner .banner-content h1 {
    font-size: 2em;
  }
  .banner .banner-content p {
    max-width: 90%;
  }
  .banner .banner-content p br {
    display: none;
  }
}
.alerts {
  margin-top: 1em;
  margin-bottom: 1.25em;
}
.alerts .container {
  position: relative;
}
.alerts .alerts-wrapper {
  width: 68.9375em;
  max-width: 100%;
  padding-right: 2.6875em;
  margin: 0 auto;
}
.alerts .alerts-wrapper.single {
  width: 33.125em;
}
.alerts .alerts-wrapper.single .alerts-alarm {
  right: 50%;
  margin-right: -15.625em;
}
.alerts .bx-wrapper {
  border-radius: 0.1875em;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
}
.alerts .bx-wrapper .bx-controls-direction a {
  color: transparent;
  font-size: 1rem;
  width: 2.6875em;
  height: 4.0625em;
  background: none;
  background-color: #e3e8e8;
  position: absolute;
  top: 1em;
  left: auto;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: auto;
}
.alerts .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url("../../img/icon-right.png");
  right: 0;
}
.alerts .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url("../../img/icon-left.png");
  left: -2.6875em;
}
.alerts-slider {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.alerts-slider .slick-arrow {
  color: transparent;
  font-size: 1rem;
  width: 2.6875em;
  height: 4.0625em;
  background: none;
  background-color: #e3e8e8;
  position: absolute;
  top: 2em;
  left: auto;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: auto;
}
.alerts-slider .slick-arrow::before {
  display: none;
}
.alerts-slider .slick-arrow.slick-next {
  background-image: url("../../img/icon-left.png");
  left: -2.625em;
}
.alerts-slider .slick-arrow.slick-prev {
  background-image: url("../../img/icon-right.png");
  right: -2.625em;
}
.alert-item {
  height: 4.0625em;
}
.alert-item .alert-item-date {
  width: 4em;
  height: 100%;
  font-weight: 300;
  background-color: #d2dcdc;
  text-align: center;
  line-height: 4.0625em;
  float: right;
  display: block;
  position: relative;
  z-index: 5;
}
.alert-item p {
  height: 100%;
  padding-left: 1.4em;
  margin: 0;
  margin-right: -4.6em;
  padding-right: 5.6em;
  padding-top: 1.2em;
  letter-spacing: 0.07px;
  width: 100%;
  float: right;
  display: block;
  background-color: #e9eaea;
  font-size: 14px;
  line-height: 18px;
}
.alert-item p a {
  color: #4a75e9;
}
.alert-item p span {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1.25em;
}
.alert-item p:after {
  width: 0px;
  height: 100%;
  content: '';
  vertical-align: middle;
  display: inline-block;
}
.alert-item:after {
  clear: both;
  content: '';
  display: block;
}
.alerts-alarm {
  background-image: url("../../img/icon-alarm.png");
  width: 1.4375em;
  height: 1.6875em;
  position: absolute;
  background-size: contain;
  right: 1.125em;
  top: 1.25em;
}
.alerts-alarm:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 0.5625em solid #e3e8e8;
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  left: -0.9375em;
  top: 0.375em;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .alerts .bx-wrapper .bx-controls-direction a {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .alerts {
    margin-top: 0;
  }
  .alerts-alarm {
    display: none;
  }
  .alerts .alerts-wrapper {
    width: calc(100% - 86px);
    padding-right: 0;
  }
  .alerts .alerts-wrapper.single {
    padding: 0;
  }
  .alerts .alerts-wrapper .bx-next {
    right: -2.6875em;
  }
  .alerts .alerts-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: -2.6875em;
  }
  .alert-item p {
    max-height: 100%;
    overflow: hidden;
    padding-top: 0.3125em;
    font-size: 0.75em;
    margin-right: -5.333333333333333em;
    padding-right: 6.083333333333333em;
  }
  .alert-item p span {
    margin-top: 0;
  }
}
.news .news-items:after {
  clear: both;
  content: '';
  display: block;
}
.news .news-items .col-md-4 {
  position: relative;
}
.news .news-items .news-item {
  position: static;
  padding: 0 2.875em 0 4.25em;
  overflow: auto;
}
.news .news-items .news-item .news-item-bg-wrapper {
  height: 13.4375em;
  left: 0.9375em;
  right: 0.9375em;
  position: absolute;
  overflow: hidden;
}
.news .news-items .news-item .news-item-bg-wrapper .news-item-bg {
  height: 110%;
  width: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110% auto;
}
.news .news-items .news-item .news-item-bg-wrapper:after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 2.5em;
}
.news .news-items .news-item .news-item-image {
  border: 0.5em solid #ffffff;
  height: 14.0625em;
  width: 14.75em;
  position: relative;
  z-index: 2;
  margin-top: 0.9375em;
  background-size: cover;
  background-position: center center;
}
.news .news-items .news-item .news-item-image h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  letter-spacing: 0.0075em;
  line-height: 0.8em;
  bottom: 0.525em;
  right: 0.325em;
}
.news .news-items .news-item p {
  line-height: 1.125em;
  padding: 0 1.375em;
  margin: 0;
  margin-top: 0.1875em;
}
.news .news-items .news-item .news-readmore {
  color: #3a880f;
  text-decoration: none;
  margin-right: 1.375em;
  font-weight: 500;
  margin-top: 0.9375em;
  display: block;
}
@media (max-width: 768px) {
  .news .container {
    padding: 0;
  }
  .news .news-items .news-item {
    padding-right: 0.9375em;
  }
  .news .news-items .news-item .news-item-image h3 {
    right: 0.17500000000000002em;
  }
  .news .news-items .news-item p {
    padding: 0 1.0625em;
  }
  .news .news-items .news-item .news-readmore {
    margin-top: 0;
    margin-bottom: 0.9375em;
    margin-right: 1.0625em;
  }
}
.tools .tools-items .tools-item {
  text-align: center;
}
.tools .tools-items .tools-item .tools-item-image {
  height: 5em;
  line-height: 5em;
}
.tools .tools-items .tools-item h3 {
  font-size: 1.75em;
  line-height: 0.8571428571428571em;
  font-weight: 700;
  margin: 0.6785714285714285em auto 0;
  max-width: 64%;
}
.tools .tools-items .tools-item p {
  line-height: 1.125em;
  margin: 1.25em auto 0;
  max-width: 80%;
}
@media (max-width: 768px) {
  .tools .container {
    padding: 0;
  }
  .tools .tools-items .tools-item {
    margin-bottom: 1.5625em;
  }
  .tools .tools-items .tools-item p {
    display: none;
  }
  .tools .tools-items .tools-item h3 {
    font-size: 1.5em;
    margin-top: 0;
  }
}
.footer-top {
  background: #939598;
  margin-top: 3.5625em;
}
.footer-top-buttons {
  text-align: center;
  padding-top: 1.9375em;
  border-bottom: 0.0625em solid #a9aaad;
  padding-bottom: 1.25em;
  margin-bottom: 0.625em;
}
.footer-top-buttons a {
  display: block;
  color: #fff;
  font-size: 0.875em;
}
.footer-top-buttons a .footer-top-buttons-image {
  height: 2.214285714285714em;
  line-height: 2.214285714285714em;
  margin-bottom: 0.7142857142857142em;
}
.footer-top-menus {
  padding-bottom: 0.25em;
  border-bottom: 0.0625em solid #a9aaad;
}
.footer-top-menus ul {
  margin-right: -0.9375em;
  padding: 0;
  list-style-type: none;
  margin-top: 0.9375em;
}
.footer-top-menus ul li {
  margin-bottom: 0.71875em;
  line-height: 1.1875em;
}
.footer-top-menus ul li a {
  color: #fff;
  font-size: 0.875em;
}
.footer-socs {
  text-align: center;
}
.footer-socs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375em;
}
.footer-socs li a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  margin: 1.25em 0.9375em;
}
.footer-socs li a.header-socs--inst {
  background-image: url("../../img/soc-inst.png");
  width: 1.625em;
  height: 1.625em;
  margin-right: 0;
}
.footer-socs li a.header-socs--yt {
  background-image: url("../../img/soc-yu.svg");
  width: 2.0625em;
  height: 1.625em;
}
.footer-socs li a.header-socs--fb {
  background-image: url("../../img/soc-fb.svg");
  width: 0.8125em;
  height: 1.625em;
}
.footer-socs li a.header-socs--tw {
  background-image: url("../../img/soc-tw.svg");
  width: 1.6875em;
  height: 1.5em;
}
.footer-bottom {
  background-color: #333233;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.footer-bottom .footer-bottom-navs {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .footer-bottom-navs .footer-bottom-nav h4 {
  margin: 0;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
}
.footer-bottom .footer-bottom-navs .footer-bottom-nav ul {
  list-style-type: none;
  font-size: 0.75em;
}
.footer-bottom .footer-bottom-navs .footer-bottom-nav ul li a {
  color: #fff;
}
.footer-bottom .footer-nav {
  float: right;
  margin-top: 2.5em;
}
.footer-bottom .footer-nav li {
  display: inline-block;
  font-size: 0.75em;
  height: 0.8333333333333333em;
  line-height: 0.8333333333333333em;
  padding-left: 0.6666666666666666em;
  margin-left: 0.6666666666666666em;
  border-left: 0.0625em solid #ffffff;
}
.footer-bottom .footer-nav li a {
  color: #fff;
}
.footer-bottom .footer-nav li:last-child {
  border: none;
}
.footer-bottom .footer-copyright {
  margin-top: 3.333333333333333em;
  font-size: 0.75em;
  float: left;
  color: #fff;
}
.footer-bottom:after {
  clear: both;
  content: '';
  display: block;
}
.footer-socs-mobile,
.footer-bottom-navs-close {
  display: none;
}
@media (min-width: 769px) {
  .footer-bottom-nav ul {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .footer-top {
    margin-top: 1.25em;
  }
  .footer-top-buttons {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0em;
    border-bottom: none;
  }
  .footer-top-buttons > div > div {
    padding-top: 0.9375em;
    padding-bottom: 0.9375em;
    border: 1px solid #b4b5b7;
    border-left: none;
  }
  .footer-top-buttons > div > div:first-child {
    border-right: none;
  }
  .footer-top-buttons a {
    line-height: normal;
  }
  .footer-top-menus {
    padding: 0 0.9375em;
  }
  .footer-top-menus > div > div {
    display: none;
  }
  .footer-top-menus > div > div:nth-child(1),
  .footer-top-menus > div > div:nth-child(2) {
    display: block;
  }
  .footer-nav,
  .footer-copyright {
    display: none;
  }
  .footer-bottom {
    padding: 0;
    margin: 0 -0.9375em;
  }
  .footer-bottom .footer-bottom-navs {
    display: block;
  }
  .footer-bottom .footer-bottom-navs .footer-bottom-nav {
    display: block;
    width: 100%;
  }
  .footer-bottom .footer-bottom-navs .footer-bottom-nav h4 {
    background-image: url("../../img/plus.png");
    height: 3.375em;
    line-height: 3.375em;
    font-size: 1em;
    font-weight: 400;
    padding: 0 0.9375em;
    border-bottom: 0.0625em solid #454445;
    background-repeat: no-repeat;
    background-position: 0.9375em center;
  }
  .footer-bottom .footer-bottom-navs .footer-bottom-nav h4.active {
    background-image: url("../../img/munis.png");
  }
  .footer-bottom .footer-bottom-navs .footer-bottom-nav ul {
    display: none;
    box-shadow: inset 1px 1px 92px rgba(0, 0, 0, 0.5);
    background: #252424;
    font-size: 1em;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }
  .footer-bottom .footer-bottom-navs .footer-bottom-nav ul li a {
    height: 2.5625em;
    line-height: 2.5625em;
    font-weight: 400;
    padding: 0 0.9375em;
    display: block;
    border: 0;
  }
  .footer-socs-mobile {
    display: block;
    text-align: center;
    padding: 1.375em 0;
  }
  .footer-socs-mobile a {
    margin: 0 0.25em;
  }
  .footer-bottom {
    position: relative;
  }
  .footer-bottom .container {
    position: relative;
  }
  .footer-bottom .footer-bottom-navs.active .footer-bottom-nav {
    display: none;
  }
  .footer-bottom .footer-bottom-navs.active .footer-bottom-navs-close {
    display: block;
  }
  .footer-bottom .footer-bottom-nav.active {
    display: block !important;
  }
  .footer-bottom .footer-bottom-nav.active h4 {
    display: none;
  }
  .footer-bottom .footer-bottom-nav.active ul {
    display: block;
  }
  .footer-bottom-navs-close {
    background-image: url("../../img/popup_close.png");
    width: 0.875em;
    height: 0.875em;
    position: absolute;
    left: 1.25em;
    top: 0.3125em;
    z-index: 55;
  }
  .footer-socs {
    display: none;
  }
}
.node-gallery-page .video-gallery,
.node-type-homepage .video-gallery,
.node-type-campaign-new .video-gallery {
  padding-top: 2em;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video,
.node-type-homepage .video-gallery .container .video-item .btn-open-video,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video {
  border: 0;
  width: 100%;
  background: white;
  position: relative;
  padding: 0;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video img,
.node-type-homepage .video-gallery .container .video-item .btn-open-video img,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video img {
  width: 100%;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video:before,
.node-type-homepage .video-gallery .container .video-item .btn-open-video:before,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video:before {
  content: '';
  display: block;
  width: 5em;
  height: 5em;
  position: absolute;
  -webkit-mask: url(../../img/play_icon.svg);
  -webkit-mask-size: cover;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  opacity: 0.7;
  z-index: 1;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video:after,
.node-type-homepage .video-gallery .container .video-item .btn-open-video:after,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video:hover:before,
.node-type-homepage .video-gallery .container .video-item .btn-open-video:hover:before,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video:hover:before {
  opacity: 1;
}
.node-gallery-page .video-gallery .container .video-item .btn-open-video:hover:after,
.node-type-homepage .video-gallery .container .video-item .btn-open-video:hover:after,
.node-type-campaign-new .video-gallery .container .video-item .btn-open-video:hover:after {
  background: black;
  opacity: 0.4;
}
.node-gallery-page .video-gallery .container .video-item .video-title,
.node-type-homepage .video-gallery .container .video-item .video-title,
.node-type-campaign-new .video-gallery .container .video-item .video-title {
  padding: 0.9em 0 0;
  color: rgba(51, 51, 51, 0.8);
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
.node-gallery-page .video-gallery .container .video-item .video-subtitle,
.node-type-homepage .video-gallery .container .video-item .video-subtitle,
.node-type-campaign-new .video-gallery .container .video-item .video-subtitle {
  padding: 0 0 1em;
  color: #4e5664;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.node-gallery-page .popup__overlay,
.node-type-homepage .popup__overlay,
.node-type-campaign-new .popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 999;
}
.node-gallery-page .popup__overlay:after,
.node-type-homepage .popup__overlay:after,
.node-type-campaign-new .popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}
.node-gallery-page .popup__overlay .popup,
.node-type-homepage .popup__overlay .popup,
.node-type-campaign-new .popup__overlay .popup {
  display: inline-block;
  position: relative;
  max-height: 560px;
  padding: 0.6em;
  color: white;
  vertical-align: middle;
  margin-right: 2.1em;
}
.node-gallery-page .popup__overlay .popup .popup__close,
.node-type-homepage .popup__overlay .popup .popup__close,
.node-type-campaign-new .popup__overlay .popup .popup__close {
  position: absolute;
  top: 1.1em;
  left: 1.2em;
  color: white !important;
  color: rgba(53, 36, 22, 0.95);
  font-weight: 500;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transform: scale(1.6, 1.4);
  -moz-transform: scale(1.6, 1.4);
  -ms-transform: scale(1.6, 1.4);
  -o-transform: scale(1.6, 1.4);
  transform: scale(1.6, 1.4);
}
.node-gallery-page .popup__overlay .popup .popup__close:hover,
.node-type-homepage .popup__overlay .popup .popup__close:hover,
.node-type-campaign-new .popup__overlay .popup .popup__close:hover {
  color: #eea200;
}
.node-gallery-page .popup__overlay .popup iframe,
.node-type-homepage .popup__overlay .popup iframe,
.node-type-campaign-new .popup__overlay .popup iframe {
  width: 100%;
  height: 100%;
  min-height: 33.6em;
}
@media (max-width: 768px) {
  .node-gallery-page .video-gallery,
  .node-type-homepage .video-gallery,
  .node-type-campaign-new .video-gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
  .node-gallery-page .video-gallery .container .video-item,
  .node-type-homepage .video-gallery .container .video-item,
  .node-type-campaign-new .video-gallery .container .video-item {
    padding: 0 0.6em;
    max-width: 49.3%;
  }
  .node-gallery-page .video-gallery .container .video-item .btn-open-video,
  .node-type-homepage .video-gallery .container .video-item .btn-open-video,
  .node-type-campaign-new .video-gallery .container .video-item .btn-open-video {
    height: 6.5em;
    overflow: hidden;
  }
  .node-gallery-page .video-gallery .container .video-item .btn-open-video img,
  .node-type-homepage .video-gallery .container .video-item .btn-open-video img,
  .node-type-campaign-new .video-gallery .container .video-item .btn-open-video img {
    height: 100% !important;
    width: auto;
    max-width: none;
  }
  .node-gallery-page .video-gallery .container .video-item .btn-open-video:before,
  .node-type-homepage .video-gallery .container .video-item .btn-open-video:before,
  .node-type-campaign-new .video-gallery .container .video-item .btn-open-video:before {
    width: 3.2em;
    height: 3.2em;
  }
  .node-gallery-page .video-gallery .container .video-item .video-title,
  .node-type-homepage .video-gallery .container .video-item .video-title,
  .node-type-campaign-new .video-gallery .container .video-item .video-title {
    padding: 0.4em 0 0;
    line-height: 0.8em;
    font-size: 1.4em;
  }
  .node-gallery-page .video-gallery .container .video-item .video-subtitle,
  .node-type-homepage .video-gallery .container .video-item .video-subtitle,
  .node-type-campaign-new .video-gallery .container .video-item .video-subtitle {
    padding: 0 0 1em;
    font-size: 0.9em;
  }
  .node-gallery-page .popup__overlay.popup-open,
  .node-type-homepage .popup__overlay.popup-open,
  .node-type-campaign-new .popup__overlay.popup-open {
    display: flex !important;
    align-items: center;
  }
  .node-gallery-page .popup__overlay .popup,
  .node-type-homepage .popup__overlay .popup,
  .node-type-campaign-new .popup__overlay .popup {
    height: 18em;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .node-gallery-page .popup__overlay .popup .popup__close,
  .node-type-homepage .popup__overlay .popup .popup__close,
  .node-type-campaign-new .popup__overlay .popup .popup__close {
    top: 0.4em;
    left: 0.5em;
  }
  .node-gallery-page .popup__overlay .popup iframe,
  .node-type-homepage .popup__overlay .popup iframe,
  .node-type-campaign-new .popup__overlay .popup iframe {
    min-height: 0;
  }
}
.node-type-homepage .popup__overlay .popup {
  display: inline-block;
  position: relative;
  max-height: 560px;
  color: white;
  vertical-align: middle;
  width: 90.525em;
  padding: 0.6em;
  margin-right: 0.2em;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .node-type-homepage .popup__overlay .popup {
    width: 100%;
    padding: 0 1.6em;
    max-width: 1170px;
  }
  .node-type-homepage .popup__overlay .popup .popup__close {
    left: 2.6em;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .node-type-homepage .popup__overlay .popup {
    max-width: 73.125em;
    display: table-cell;
  }
}
@media (max-width: 768px) {
  .node-type-homepage .popup__overlay .popup {
    margin-right: auto;
    padding: 0;
  }
}
html,
body {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
html .node-type-homepage .col-sm-12,
body .node-type-homepage .col-sm-12 {
  padding: 0;
}
@media (max-width: 768px) {
  html .node-type-homepage .row:before,
  body .node-type-homepage .row:before {
    content: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  html .node-type-homepage .main-container,
  body .node-type-homepage .main-container {
    margin-top: 10px;
  }
}
html .html.not-front.page-node.page-node- * :not(.fa):not(.glyphicon),
body .html.not-front.page-node.page-node- * :not(.fa):not(.glyphicon) {
  font-family: "Rubik", sans-serif !important;
}
html .html.not-front.page-node.page-node- .table-responsive td,
body .html.not-front.page-node.page-node- .table-responsive td {
  font-size: 16px !important;
}
html .html.not-front.page-node.page-node- .table-responsive td ul,
body .html.not-front.page-node.page-node- .table-responsive td ul {
  -webkit-padding-start: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  html,
  body {
    font-size: 1rem !important;
  }
}
html *:focus,
body *:focus,
html a:focus,
body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html .apachesolr-autocomplete:focus,
body .apachesolr-autocomplete:focus {
  outline: 2px solid black;
}
@-moz-document url-prefix() {
  body *:focus,
  body a:focus {
    outline-style: solid;
    outline-width: 2px;
  }
  .btn-contrast:focus,
  .footer-socs a:focus {
    outline-color: white;
  }
  .footer-top .footer-socs a:focus,
  .mdd-banner a:focus {
    outline-color: black;
  }
  .input-group-btn button:focus {
    outline: 2px solid black;
  }
}
body:not(.node-type-homepage) .content ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
@media (max-width: 1024px) {
  body:not(.node-type-homepage) .header-main .container .header-contacts--search {
    display: inline-block;
  }
  body:not(.node-type-homepage) .header-main .container .header-search form {
    display: none;
  }
}
@media (min-width: 769px) {
  body:not(.node-type-homepage) .header-main .container {
    border-bottom: 1px solid #3a880f;
    margin-bottom: 20px;
    transition: border-color 100ms linear 200ms;
  }
  body:not(.node-type-homepage) .header-main .container.header-remove-border {
    border-color: transparent;
  }
}
@media (max-width: 768px) {
  body:not(.node-type-homepage) {
    padding-top: 7em;
  }
  body:not(.node-type-homepage) .mobile-login-inner {
    display: inherit;
  }
}
body .btn-contrast {
  float: left;
  width: 1.7em;
  height: 1.7em;
  background-size: 100%;
  background-position: 46%;
  background-color: inherit;
  background-image: url(../../img/weight_full.png);
  background-color: transparent;
  border: 0;
  margin: 0.5em 1.5em 0.5em 0;
  position: relative;
}
body .btn-contrast:after {
  content: " ";
  height: 5px;
  background: transparent;
  display: block;
  position: absolute;
  right: -12px;
  left: -12px;
  bottom: -11px;
}
body .btn-contrast.on-contrast:after {
  background: #3a880f;
}
@media (max-width: 768px) {
  body .btn-contrast {
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 !important;
    width: 2.9em !important;
    margin: 0 !important;
  }
  body .btn-contrast:after {
    right: 0;
    left: 0;
    bottom: 0;
  }
}
body .contrast {
  background: white !important;
  color: black !important;
}
body#contrastPage .field-name-body a,
body#contrastPage .tab-content a {
  color: #008000;
}
body#contrastPage.rtl .region.region-content > section#block-system-main .base_tabs_content a {
  color: #008000;
}
body#contrastPage .webform-client-form .webform-error-message {
  background-color: white;
  color: black;
}
body#contrastPage .webform-fields .error,
body#contrastPage .form-wrapper .error,
body#contrastPage .webform-fields .webform-error-message,
body#contrastPage .form-wrapper .webform-error-message,
body#contrastPage .webform-fields .form-item label:first-child,
body#contrastPage .form-wrapper .form-item label:first-child {
  background-color: white;
  color: black;
}
body#contrastPage .node-homepage .banner-content > * {
  background: white !important;
  color: black !important;
}
body#contrastPage .node-homepage .banner-bullets .text {
  background: white !important;
  color: black !important;
}
body#contrastPage .node-homepage .news-items h2,
body#contrastPage .node-homepage .news-items p,
body#contrastPage .node-homepage .news-items .news-readmore {
  background: white !important;
  color: black !important;
}
body#contrastPage #cpn-container #cpn-title,
body#contrastPage #cpn-container #cpn-subtitle {
  background: white !important;
  color: black !important;
}
body#contrastPage #cpn-container #cpn-body .field-item > * {
  background: white;
}
body#contrastPage #cpn-container #cpn-body .field-item * {
  color: black !important;
}
body#contrastPage #cpn-container #cpn-comment {
  background: white !important;
  color: black !important;
}
body#contrastPage .node-page404 .title_404 {
  background: white !important;
  color: black !important;
}
body#contrastPage .node-page404 .body_404 {
  background: white;
}
body#contrastPage .node-page404 .body_404 * {
  color: black !important;
}
body#contrastPage .node-page404 .button_404 {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid black !important;
}
body#contrastPage #nodepageBanner .banner-caption .banner-title {
  background: white;
  color: black !important;
}
body#contrastPage #nodepageBanner .banner-caption .banner-buttons > div {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid black !important;
}
body#contrastPage .banner-inner .banner-caption .banner-title {
  background: white;
  color: black !important;
}
body#contrastPage .banner-inner .banner-caption .banner-buttons > div {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid black !important;
}
body#contrastPage #block-rcsetup-gallery-page-banner .banner-title {
  background: white !important;
  color: black !important;
}
body#contrastPage .node-high-tech .ht-title,
body#contrastPage .node-high-tech .ht-sub-title,
body#contrastPage .node-high-tech .ht-text,
body#contrastPage .node-high-tech .news-item-image h2 {
  background: white;
  color: black !important;
}
body#contrastPage .node-type-jobs .news-item-image h2,
body#contrastPage .node-type-jobs .banner-slide h2 {
  background: white !important;
  color: black !important;
}
.no-scroll {
  position: fixed;
  overflow: hidden;
}
.page-no-scroll {
  height: 100%;
  overflow: hidden;
}
.smartbanner {
  z-index: 9999;
}
.init_viewport {
  height: calc(81vh - 65px);
  min-height: auto;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .init_viewport {
    height: calc(77vh - 70px);
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .init_viewport {
    height: calc(69vh - 70px);
  }
}
@media (max-width: 768px) {
  .init_viewport {
    height: calc(88vh - 15px);
    /* iphone X */

  }
}
@media (max-width: 768px) and (min-height: 736px) and (max-height: 780px) {
  .init_viewport {
    height: calc(92vh - 15px);
  }
}
.init_viewport.viewport-low-padding {
  padding-top: calc(10em - 44px);
}
@media (max-width: 1024px) {
  html.ipad .init_viewport {
    height: calc(67vh - 15px);
  }
}
@media (max-width: 768px) {
  html.ipad .init_viewport {
    height: calc(92vh - 15px);
  }
}
.section-title h3 {
  margin: 0;
  font-size: 1.75em;
  font-weight: 500;
  position: relative;
  z-index: 5;
  background-color: #fff;
  display: inline-block;
  padding-left: 0.3571428571428571em;
}
@media (max-width: 768px) {
  .section-title h3 {
    padding-right: 0.8125em;
    font-size: 1.5em;
  }
}
.section-title.empty:before {
  content: none;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* For iPad landscape layouts only */
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .row-cancel-flex {
    display: block;
  }
}
.col-sm-12 {
  width: 100%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: inherit;
    margin-right: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.header-main .offscreen {
  z-index: -1;
}
@media (max-width: 1024px) {
  .header-main .header-contacts {
    margin-left: 3em;
    margin-right: 0;
  }
  .header-main .header-contacts a {
    margin-right: 1.3em;
    margin-left: 0;
  }
}
.header-main .header-contacts .header-contacts--geo {
  background-size: contain;
}
.header-main .header-contacts .header-contacts--search {
  background-image: url("../../img/header_search.png");
  padding: 0 1.25em;
  display: none;
}
.header-main .header-contacts a:hover {
  color: inherit;
}
.header-main .login {
  position: relative;
  top: 0;
  float: left;
  margin-right: 1.5em;
}
@media (max-width: 1450px) {
  .header-main .login {
    right: 0;
  }
}
.header-main .header-search #block-search-form {
  padding: 0;
  border-bottom: 2px solid gray;
  width: 100%;
}
#contrastPage .header-main .header-search #block-search-form ::-webkit-input-placeholder {
  /* Edge */

  color: black;
}
#contrastPage .header-main .header-search #block-search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: black;
}
#contrastPage .header-main .header-search #block-search-form ::placeholder {
  color: black;
}
.header-main .header-search #block-search-form .input-group {
  width: 100%;
}
.header-main .header-search #block-search-form .input-group input[type=text] {
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
}
.header-main .header-search #block-search-form .input-group .input-group-btn {
  position: absolute;
  left: 0;
  width: auto;
  bottom: 8px;
}
.header-main .header-search #block-search-form .input-group .input-group-btn button {
  font-size: 0;
  border: 0;
  background: url(/sites/all/themes/discount2/img/header_search.png) no-repeat;
  height: 16px;
}
.header-main .header-search #block-search-form .form-actions {
  margin: 0;
}
.ui-autocomplete.ui-front {
  z-index: 999;
}
.header-logo {
  max-height: 53px;
}
.header-nav #block-og-menu-og-single-menu-block > ul > li > a {
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header-nav #block-og-menu-og-single-menu-block > ul > li > a {
    padding: 5px 10px 10px 10px;
  }
}
.header-nav #block-og-menu-og-single-menu-block > ul > li.last.active {
  background-image: none !important;
}
.header-mobile #block-og-menu-og-single-menu-block {
  overflow: scroll;
}
.header-mobile .header-mobile-top .header-mobile-menu .header-mobile-menu-current {
  max-width: 132px;
}
.header-mobile .header-mobile-top .header-mobile-left > .languages .header-mobile-drop {
  position: inherit;
}
.header-mobile .header-mobile-top .header-mobile-left > .languages .header-mobile-drop .header-mobile-langs {
  display: inherit;
}
.header-mobile .header-mobile-top .header-mobile-left > .languages .header-mobile-drop .header-mobile-langs li a {
  border: 0;
}
.header-mobile .header-mobile-top .header-mobile-left > .languages .header-mobile-drop .header-mobile-langs li:after {
  content: none;
}
.header-mobile .header-mobile-top .header-mobile-left > .languages.active {
  background-image: url(../../img/mobile-arrow-top.png);
}
html[dir=ltr] .header-mobile .header-mobile-top .header-mobile-left a.last {
  border-right: 1px solid #939598;
}
html[dir=rtl] .header-mobile .header-mobile-top .header-mobile-left a.last {
  border-left: 1px solid #939598;
}
.header-mobile .header-mobile-top .header-mobile-menu-current.single {
  background-image: none;
}
.header-mobile .header-mobile-top .header-mobile-menu-current.single a {
  color: inherit;
  display: block;
}
.header-mobile .header-mobile-top .header-mobile-menu-current.single.active {
  background-image: none;
}
.header-mobile .header-mobile-logo {
  width: max-content;
  max-width: 170px;
}
.header-mobile .header-mobile-logo img {
  max-height: 37px;
}
.header-mobile .header-mobile-hamburger {
  height: 0.8em;
}
.mobile-nav {
  /* Portrait */

}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu {
  border: 0;
  background-color: #494949;
  margin: inherit;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li {
  padding: 0;
  margin: 0;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a {
  font-size: 16px;
  font-weight: 700;
  border-top: 0.0625em solid #696969;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 3.0625em;
  padding: 0 1.125em 0 0;
  position: relative;
  background-repeat: no-repeat;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a .caret {
  display: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a > ul {
  display: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a.active:before {
  transform: scale(-1);
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a.cancel-border-top {
  border-top: 0;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li.expanded a:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../../img/mobile-menu-down.png");
  background-size: cover;
  background-position: center center;
  width: 0.6875em;
  height: 0.4375em;
  left: 1.125em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li > ul {
  box-shadow: inset 1px 1px 92px rgba(0, 0, 0, 0.5);
  margin: inherit;
  padding: initial;
  background-color: inherit;
  border: 0;
  display: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li > .mdd-lvl2-link .icon.fa {
  display: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li > .mdd-lvl2-link a {
  background-color: #3c3c3c;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li > .mdd-lvl2-link a .mobile-nav-drop-helper {
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li .mdd-lvl3-link a {
  color: #fff;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 1.125em;
  font-weight: 400;
  border: 0;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li .mdd-lvl3-link a:before {
  content: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col > ul {
  display: none;
}
.mobile-nav #block-og-menu-og-single-menu-block > ul.menu li.last.active {
  background-image: none !important;
}
@media (min-width: 767px) and (max-width: 800px) and (orientation: portrait) {
  .mobile-nav {
    width: 52vw;
  }
}
.mobile-nav.open-bank .leaf a:before {
  content: none !important;
}
.wrap-login {
  position: relative;
}
@media (max-width: 768px) {
  .wrap-login {
    display: none;
  }
}
.login {
  z-index: 102;
}
.login .login-popup {
  display: none;
  width: 332px;
  background: none;
}
.login .login-popup:before {
  content: '';
  display: block;
  height: 49px;
  width: 100%;
  background: #e6ecec;
  transition: opacity 200ms ease-in-out;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1875em 0.1875em 0 0;
}
.login .login-popup .login-popup-close {
  width: 15px;
  height: 16px;
  top: 15px;
  left: 25px;
}
@media (max-width: 768px) {
  .login .login-popup .login-popup-close {
    padding: 0;
  }
}
.login .login-popup .login-popup-title {
  margin-bottom: 0.6em;
}
.login .login-popup .login-popup-content {
  padding: 0;
  text-align: center;
  display: grid;
}
.login .login-popup .login-popup-content iframe {
  height: 530px;
  border: 0;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .login .login-popup .login-popup-content iframe {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .login .login-popup {
    width: 290px;
  }
}
.login .login-button {
  background-size: 7%;
  background-position-y: 45%;
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .login .login-button {
    -webkit-background-size: 32%;
    background-size: 32%;
    background-position: 108% 50%;
  }
}
@media (max-width: 768px) {
  .login .login-button {
    background-position: right 1em top 0.625em;
  }
}
.login.active .login-popup {
  display: inherit;
}
.mobile-login-inner {
  display: none;
}
.mobile-login-inner .login {
  position: relative;
  top: auto;
}
.banner.banner-desktop {
  margin-bottom: 0 !important;
  z-index: 6;
}
.banner.banner-desktop .slick-wrap-dots {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner.banner-desktop .slick-wrap-dots .banner-bullets {
  display: flex !important;
  justify-content: center;
}
.banner.banner-desktop .slick-wrap-dots .banner-bullets li {
  padding: 0 15px;
  margin: 0;
  height: auto;
}
.banner.banner-desktop .slick-wrap-dots .banner-bullets li.slick-active a {
  border-color: #3a880f;
}
.banner.banner-desktop .slick-wrap-dots .autoplay-control {
  bottom: 3em;
  position: absolute;
  right: 15px;
  background: transparent;
  border-radius: 50px;
  color: white;
  padding: 6px;
  font-size: 0.8em;
  width: 2.8em;
  height: 2.7em;
  border: 2px solid white;
  -webkit-appearance: none;
  z-index: 2;
  cursor: pointer;
}
html[dir=ltr] .banner.banner-desktop .slick-wrap-dots .autoplay-control {
  right: unset;
  left: 15px;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .banner.banner-desktop .slick-wrap-dots .autoplay-control {
    right: 5em;
  }
  html[dir=ltr] .banner.banner-desktop .slick-wrap-dots .autoplay-control {
    right: unset;
    left: 5em;
  }
}
@media (max-width: 1192px) and (min-width: 768px) {
  .banner.banner-desktop .slick-wrap-dots .autoplay-control {
    bottom: 4em;
  }
}
.banner.banner-desktop .slick-wrap-dots .autoplay-control .fa-play {
  padding-left: 2px;
}
.banner .container {
  width: 100%;
}
.banner.banner-mobile {
  display: none;
}
.banner .banner-slide {
  display: none !important;
}
.banner .banner-slide .banner-open-video {
  cursor: pointer;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .banner .banner-slide .banner-bg {
    width: 96.2%;
    right: 0;
    left: 0;
  }
}
.banner .banner-content {
  display: block;
}
.banner .banner-content h2 {
  font-size: 4.375em;
  font-weight: 700;
  line-height: 0.9142857142857143em;
  max-width: 50%;
  margin: 0;
}
.banner .banner-content h3 {
  font-size: 1.75em;
  line-height: 1.0714285714285714em;
  margin-top: 0.3571428571428571em;
  font-weight: inherit;
  max-width: 50%;
}
.banner .banner-content h4,
.banner .banner-content h5,
.banner .banner-content p {
  max-width: 50%;
}
.banner .banner-content .banner-link {
  color: white;
  background: inherit;
  border: 2px solid white;
  height: auto;
  cursor: pointer;
  padding: 0 20px;
  display: inline-block;
  width: auto;
  min-width: 12.5em;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .banner .banner-content h2 {
    font-size: 3em;
    line-height: 1em;
  }
  .banner .banner-content h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 668px) {
  .banner .banner-content .banner-link {
    min-width: 9.3125em;
    line-height: 2em;
  }
}
@media (max-width: 768px) {
  .banner .banner-content h2 {
    width: 100%;
    max-width: 100%;
    font-size: 2.5em;
    line-height: 0.8em;
  }
  .banner .banner-content h3 {
    font-size: 1em;
    max-width: 60%;
  }
  .banner .banner-content h4,
  .banner .banner-content h5,
  .banner .banner-content p {
    max-width: 60%;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .banner .banner-content h2 {
    font-size: 3.1875em;
    max-width: 80%;
  }
  .banner .banner-content h3 {
    font-size: 1.278125em;
  }
}
@media (max-width: 480px) and (max-height: 620px) {
  .banner .banner-content h2 {
    font-size: 2em;
  }
  .banner .banner-content h3 {
    max-width: 90%;
  }
}
.banner .banner-content:hover {
  text-decoration: blink;
}
@media (max-width: 768px) {
  .banner .text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (max-width: 768px) {
  .banner .banner--desktop:not(img) {
    display: none !important;
  }
}
.banner .banner--mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .banner--mobile {
    display: inherit;
  }
}
@media (max-width: 768px) and (min-height: 780px) {
  .banner .banner--mobile.banner-content {
    width: 60%;
    padding: 4.9em 3.6em 0 0;
  }
}
.banner .banner-bullets {
  z-index: 1;
}
.banner .banner-bullets a {
  min-height: 30px;
}
.banner .banner-bullets a:focus {
  outline: auto !important;
}
.banner .banner-bullets a .slider-text {
  height: 1px;
}
.banner .banner-bullets a:hover .banner-bullets-img {
  height: 75px;
  bottom: 25px;
}
@media (max-height: 800px) and (min-width: 768px) {
  .banner .banner-bullets a:hover > div:not(.banner-bullets-img) {
    display: inherit !important;
  }
}
.banner .banner-bullets a .banner-bullets-img {
  font-size: 14px;
}
.banner .banner-bullets a:focus {
  outline: none;
}
@media (max-width: 768px) {
  .banner {
    padding-bottom: 0.3em;
  }
  .banner .container {
    position: absolute;
  }
  .banner.banner-desktop {
    display: none;
  }
  .banner.banner-mobile {
    display: inherit;
  }
  .banner .banner-content h2 {
    width: 100%;
    max-width: 100%;
    line-height: 0.9em;
    font-size: 39px;
    margin: 0;
  }
  .banner .banner-content h3 {
    font-size: 22px;
    max-width: 60%;
    margin-bottom: 1em;
  }
  .banner .banner-bullets a {
    min-height: inherit;
  }
  .banner .banner-bullets a.active {
    font-size: 16px;
  }
  .banner .banner-bullets.single-bullet {
    display: none;
  }
  .banner .banner-bullets.single-bullet ~ .banner-slide-left,
  .banner .banner-bullets.single-bullet ~ .banner-slide-right {
    display: none;
  }
  .banner .banner-slide-left,
  .banner .banner-slide-right {
    background-size: 31%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 100;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .banner.gallery_desktop {
    display: inherit;
  }
  .banner.gallery_mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner.gallery_desktop {
    display: none;
  }
  .banner.gallery_mobile {
    display: inherit;
  }
}
.under-popup {
  z-index: -1 !important;
}
#block-system-main .banner img {
  max-width: none;
}
.alerts {
  z-index: 1;
}
@media (min-width: 768px) {
  .alerts .alerts-wrapper.multiple .slick-list {
    margin: 0 43px !important;
  }
  .alerts .alerts-wrapper.multiple .slick-list .alert-item {
    margin: inherit;
    border-right: 2px solid white;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .alerts .alerts-wrapper.multiple .slick-list .alert-item.slick-active p {
    border-left: 3px solid white;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .alerts .alerts-wrapper.multiple .slick-list .alert-item.slick-active ~ .slick-active p {
    border-left: 0;
  }
}
.slick-arrow.slick-prev {
  border-left: white solid 1px;
}
@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    right: 0 !important;
  }
}
.slick-arrow.slick-next {
  z-index: 100;
}
@media (min-width: 768px) {
  .slick-arrow.slick-next {
    border-right: white solid 1px;
    left: 0px !important;
  }
}
@media (max-width: 768px) {
  .slick-arrow.slick-next {
    left: 0 !important;
    border-right: 2px solid white;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: #e3e8e8 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sr-slick-next {
  color: white;
  position: absolute;
}
.sr-slick-next:focus,
.sr-slick-next:hover {
  outline: 0;
  color: white;
}
.alerts .alerts-wrapper {
  width: inherit;
  padding-right: 2.37em;
}
.alerts .alerts-wrapper .bx-viewport {
  width: 96.2% !important;
}
.alerts .alerts-wrapper .alerts-slider {
  width: initial;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alerts .alerts-wrapper .alerts-slider {
    width: auto;
  }
}
.alerts .alerts-wrapper .alerts-slider .alert-item {
  margin: 0 3px;
}
.alerts .alerts-wrapper .alerts-slider .alert-item .alert-item-date {
  border-left: 2px solid white;
}
@media (max-width: 768px) {
  .alerts .alerts-wrapper .alerts-slider .alert-item {
    margin-right: 0 !important;
    border-right: 2.5px solid white;
  }
  .alerts .alerts-wrapper .alerts-slider .alert-item .alert-item-date {
    border-left: 2.4px solid white;
  }
}
.alerts .alerts-wrapper .bx-wrapper .bx-controls-direction a {
  font-size: 14px;
  top: 0;
  width: 43px;
  height: 65px;
}
.alerts .alerts-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
  right: 52px;
  border-left: 3px solid white;
}
@media (max-width: 768px) {
  .alerts .alerts-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: 15px;
    border-left: 0;
  }
}
.alerts .alerts-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 15px;
  border-right: 2px solid white;
}
@media (min-width: 768px) {
  .alerts .alerts-wrapper.no_controls .bx-viewport {
    width: 96% !important;
  }
  .alerts .alerts-wrapper.no_controls .alert-item {
    margin: 0 2.5px;
  }
}
.alerts .alerts-wrapper.single {
  position: relative;
  max-width: 50%;
  margin: auto;
}
.alerts .alerts-wrapper.single .alerts-alarm {
  right: 15.8em;
}
@media (max-width: 768px) {
  .alerts .alerts-wrapper.single {
    max-width: inherit;
    width: 100%;
    margin: 0 !important;
  }
  .alerts .alerts-wrapper.single .alert-item {
    margin-right: 0 !important;
  }
}
.scroll-tocontent {
  border: 0;
  background-color: white;
  font-family: inherit;
  width: auto;
  font-weight: bold;
}
.scroll-tocontent.high-scrolling {
  margin: 22px auto;
}
@media (min-width: 768px) {
  .news .container .news-items .col-lg-4 {
    padding-bottom: 13px;
  }
}
.news .container .news-items .news-item {
  display: block;
  color: inherit;
  text-decoration: blink;
  padding: 0;
}
.news .container .news-items .news-item.btn-open-video {
  cursor: pointer;
}
.news .container .news-items .news-item .news-item-image {
  height: 21.0625em;
  width: 100%;
  margin: 0;
  border: 0;
}
.news .container .news-items .news-item .news-item-image #news-img {
  width: 100%;
  height: 100% !important;
}
.news .container .news-items .news-item .news-item-image h2,
.news .container .news-items .news-item .news-item-image h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  letter-spacing: 0.0075em;
  line-height: 0.8em;
  bottom: 0.525em;
  right: 1.7em;
  left: 2.15em;
}
@media (min-width: 768px) and (max-width: 992px) {
  .news .container .news-items .news-item .news-item-image h2,
  .news .container .news-items .news-item .news-item-image h3 {
    font-size: 1.5em;
  }
}
.news .container .news-items .news-item p,
.news .container .news-items .news-item .news-readmore {
  padding: 0 4.2em 0 5.6em;
  margin-right: 0;
}
@media (max-width: 768px) {
  .news .container .news-items .news-item .news-item-bg-wrapper {
    height: 13.4375em;
  }
  .news .container .news-items .news-item .news-item-image {
    height: 240px;
  }
  .news .container .news-items .news-item .news-item-image #news-img {
    min-height: 190px;
  }
  .news .container .news-items .news-item .news-item-image h2 {
    right: 17%;
    left: 21%;
  }
  .news .container .news-items .news-item p,
  .news .container .news-items .news-item .news-readmore {
    padding: 0 17% 0 18%;
    margin-right: 0;
    word-wrap: inherit;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .news .container .news-items .news-item .news-item-image #news-img {
    min-height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news .container .news-items .row {
    justify-content: center;
  }
  .news .container .news-items .row .col-lg-4 {
    width: 33.33333333%;
  }
  .news .container .news-items .row .col-lg-4 .news-item-image {
    height: auto;
  }
  .news .container .news-items .row .col-lg-4 p,
  .news .container .news-items .row .col-lg-4 .news-readmore {
    padding: 0 20px;
  }
}
.news .container:before {
  content: none;
}
.news.mobile {
  display: none;
}
.news.mobile .section-title {
  margin-top: 1.3em;
}
@media (max-width: 768px) {
  .news {
    display: none;
  }
  .news.mobile {
    display: inherit;
  }
}
#block-system-main .tools .section-title.empty h3 {
  display: none;
}
#block-system-main .tools .tools-items .tools-item {
  color: inherit;
  display: block;
  text-decoration: blink;
}
#block-system-main .tools .tools-items .tools-item img {
  width: 70px;
  height: 70px !important;
}
#block-system-main .tools .tools-items .tools-item h3 {
  max-width: 56%;
}
@media (max-width: 768px) {
  #block-system-main .tools .tools-items .tools-item h3 {
    max-width: inherit;
    font-size: 1.3em;
    margin-top: 0.67857143em;
  }
}
.footer {
  background: inherit !important;
  padding: 0 !important;
}
.footer .footer-bottom .footer-bottom-desktop {
  display: table;
}
.footer .footer-bottom .footer-bottom-desktop > div {
  display: table-cell;
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left {
  min-width: 85px;
}
@media (min-width: 1200px) {
  .footer .footer-bottom .footer-bottom-desktop > div.footer-left {
    width: 7.5%;
  }
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-copyright {
  margin: 12px 0;
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner {
  float: left;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner {
    display: flex;
  }
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner li {
  margin-right: 0.3em;
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner li a {
  font-size: 10px;
  margin: 0;
  max-width: 2em;
}
.footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner li a img {
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom-desktop {
    padding: 0 1em 1em;
  }
  .footer .footer-bottom .footer-bottom-desktop .footer-nav,
  .footer .footer-bottom .footer-bottom-desktop .footer-left,
  .footer .footer-bottom .footer-bottom-desktop .footer-copyright {
    display: inline;
    float: none;
  }
}
.footer .footer-bottom .footer-socs-mobile li,
.footer .footer-bottom .footer-socs-mobile a {
  display: inline-block;
}
.footer-top {
  background: #707171;
}
@media (max-width: 768px) {
  .footer-top .footer-top-menus > div > div {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-top {
    border-bottom: 0.0625em solid #a9aaad;
  }
  .footer-top .footer-top-menus {
    border: 0;
  }
  .footer-top .footer-top-menus .col-md-3.col-6.offset-md-1:nth-child(3) {
    max-width: none;
    flex: 0 0 100%;
    display: block;
  }
  .footer-top .footer-top-menus .col-md-3.col-6.offset-md-1:nth-child(3) ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footer-top .footer-top-menus .col-md-3.col-6.offset-md-1:nth-child(3) ul li {
    width: 50%;
  }
}
.footer-top-buttons a {
  color: #fff !important;
  margin: auto;
  display: inline-block;
}
html[dir="ltr"] body .btn-contrast {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
@media (max-width: 768px) {
  html[dir="ltr"] body .btn-contrast {
    margin: 0;
  }
}
html[dir="ltr"] .banner .banner-bullets a .banner-bullets-img {
  background-position: right;
}
@media (min-width: 768px) {
  html[dir="ltr"] .multiple .slick-list {
    margin-left: 43px;
  }
}
@media (min-width: 768px) {
  html[dir="ltr"] .multiple .slick-list .alert-item.slick-active p {
    border-right: 3px solid white;
  }
}
@media (min-width: 768px) {
  html[dir="ltr"] .multiple .slick-list .alert-item.slick-active ~ .slick-active p {
    border-right: 0;
  }
}
html[dir="ltr"] .slick-arrow.slick-prev {
  border-right: white solid 1px;
  border-left: none;
}
@media (min-width: 768px) {
  html[dir="ltr"] .slick-arrow.slick-prev {
    left: 0px;
    border-right: white solid 2px;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .slick-arrow.slick-prev {
    left: -41px;
  }
}
html[dir="ltr"] .slick-arrow.slick-next {
  border-left: white solid 3px;
  border-right: none;
}
@media (min-width: 768px) {
  html[dir="ltr"] .slick-arrow.slick-next {
    border-left: 0;
    left: inherit !important;
    right: 0px;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .slick-arrow.slick-next {
    right: -42px !important;
    left: auto !important;
    border-left: 1px solid white;
  }
}
html[dir="ltr"] section#block-og-menu-og-single-menu-block .dropdown-menu {
  left: 0;
  text-align: left;
}
html[dir="ltr"] .mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li {
  text-align: left;
}
html[dir="ltr"] .mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li a .mobile-nav-drop-helper {
  right: 0;
  left: inherit;
}
html[dir="ltr"] .mobile-nav #block-og-menu-og-single-menu-block > ul.menu li .dropdown-menu .mdd-links .mdd-col li a:before {
  right: 1.125em;
  left: inherit !important;
}
html[dir="ltr"] .mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a {
  padding: 0 0 0 1.125em;
}
html[dir="ltr"] .mobile-nav #block-og-menu-og-single-menu-block > ul.menu li a:before {
  right: 1.125em;
  left: inherit !important;
}
html[dir="ltr"] .header-main .login {
  float: right;
  margin-right: inherit;
  margin-left: 1.5em;
}
html[dir="ltr"] .header-main .header-search #block-search-form .input-group-btn {
  right: 0;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html[dir="ltr"] .login-button {
    background-position: -6% 50%;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .login-button {
    background-position: left 1em top 0.625em;
  }
}
@media (max-width: 768px) and (min-height: 780px) {
  html[dir="ltr"] .banner--mobile.banner-content {
    padding: 4.9em 0 0 3.6em;
  }
}
html[dir="ltr"] .login-popup .login-popup-close {
  left: auto;
}
html[dir="ltr"] .alerts .alerts-wrapper {
  padding-right: 0;
}
@media (min-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper {
    padding-left: 2.6em;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper {
    margin: 0 43px;
  }
}
html[dir="ltr"] .alerts .alerts-wrapper .alerts-slider .alert-item .alert-item-date {
  border-right: 2px solid white;
  border-left: 0;
}
@media (min-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper .bx-wrapper .bx-controls-direction .bx-next {
    left: 58px;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper .bx-wrapper .bx-controls-direction .bx-next {
    left: 15px;
    border-left: 3px solid white;
  }
}
html[dir="ltr"] .alerts .alerts-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
  right: 15px;
  left: inherit;
  border-right: 3px solid white;
}
html[dir="ltr"] .alerts .alerts-wrapper.single .alerts-alarm {
  left: 45%;
}
@media (min-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper.single {
    width: 100%;
  }
}
@media (max-width: 768px) {
  html[dir="ltr"] .alerts .alerts-wrapper.single {
    padding: 0;
  }
}
html[dir="ltr"] .alerts .news .news-items .news-item .news-item-image h2 {
  left: 0.325em;
}
@media (min-width: 768px) {
  html[dir="ltr"] .alerts .offset-md-1 {
    margin-left: 8.333333%;
    margin-right: inherit;
  }
}
html[dir="ltr"] .news .news-items .news-item .news-item-image h2 {
  left: 19%;
}
@media (max-width: 768px) {
  html[dir="ltr"] .news .news-items .news-item .news-item-image h2 {
    left: 17%;
  }
}
html[dir="ltr"] .news .news-items .news-item p,
html[dir="ltr"] .news .news-items .news-item .news-readmore {
  padding: 0 5.5em 0 4.5em;
  margin-left: 0;
}
@media (max-width: 768px) {
  html[dir="ltr"] .news .news-items .news-item p,
  html[dir="ltr"] .news .news-items .news-item .news-readmore {
    padding: 0 15% 0 17.5%;
  }
}
html[dir="ltr"] .tools .section-title h3 {
  padding-right: 0.3571428571428571em;
  padding-left: 0;
}
@media (max-width: 768px) {
  html[dir="ltr"] .tools .section-title h3 {
    padding-left: 0.8125em;
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  html[dir="ltr"] .offset-md-1 {
    margin-left: 8.333333%;
    margin-right: inherit;
  }
}
html[dir="ltr"] .footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner li {
  margin-left: 0.3em;
  margin-right: inherit;
}
@media (max-width: 1200px) {
  html[dir="ltr"] .footer .footer-bottom .footer-bottom-desktop > div.footer-left .footer-socs.inner li {
    margin: 0 0 0 0.3em;
  }
}
html[dir="ltr"] #block-system-main .tools .tools-items .tools-item h3 {
  line-height: 1.1em;
}
.mobile-nav {
  position: absolute;
}
.mobile-nav .region.region-navigation {
  height: 455px;
  overflow-y: auto;
}
@media (min-width: 800px) and (min-width: 1023px) {
  .mobile-nav .region.region-navigation {
    height: 600px;
  }
}
body.rc-dark-design {
  background: #1a1b1f !important;
  color: #fefffd;
}
body.rc-dark-design .form-control {
  color: #fefffd;
}
body.rc-dark-design a {
  color: #699b4e;
}
body.rc-dark-design ul li {
  color: #699b4e;
}
body.rc-dark-design ul li > * {
  color: #fff;
}
body.rc-dark-design .breadcrumb,
body.rc-dark-design .breadcrumb li:before,
body.rc-dark-design .breadcrumb a,
body.rc-dark-design .breadcrumb span {
  color: #fff !important;
}
body.rc-dark-design .breadcrumb .last.active {
  background-image: none !important;
}
body.rc-dark-design legend {
  color: #fff;
}
body.rc-dark-design .header-top {
  background: #0E0F11;
}
body.rc-dark-design .header-top a {
  color: #FEFFFD;
}
body.rc-dark-design .header-contacts--mail {
  display: none;
}
body.rc-dark-design .header-search #block-search-form {
  border-color: #7c7d81;
}
body.rc-dark-design .header-mobile-left > .languages,
body.rc-dark-design .header-mobile-left > .item-contact {
  display: none;
}
@media (min-width: 768px) {
  body.rc-dark-design .header-main .container.header-remove-border {
    border-color: #3a880f;
  }
}
body.rc-dark-design .block-og-menu li a.wrapper {
  padding-right: 36px !important;
}
body.rc-dark-design .block-og-menu li a.wrapper:before {
  content: url('/sites/all/themes/discount2/img/contact_white.svg');
  /*url of image*/

  position: absolute;
  height: 17px;
  width: 21px;
  right: 8px;
  top: 7px;
  display: inline-block;
  background-repeat: no-repeat;
}
body.rc-dark-design #block-menu-block-4 .rc-menu-og a {
  color: #7c7d81;
}
body.rc-dark-design #block-menu-block-4 .rc-menu-og a.active,
body.rc-dark-design #block-menu-block-4 .rc-menu-og a.active-trail {
  color: #fff;
}
body.rc-dark-design section#block-og-menu-og-single-menu-block > ul > li > a {
  color: #fefffd;
}
body.rc-dark-design .scroll-tocontent {
  background-color: transparent;
  background-image: url('../../img/mobile-menu-down.png');
  color: #fefffd;
}
body.rc-dark-design .section-title:before {
  background: #7c7d81;
}
body.rc-dark-design .section-title h2,
body.rc-dark-design .section-title h3 {
  background: #1a1b1f;
}
body.rc-dark-design .news .news-items .news-item .news-readmore {
  color: #fefffd;
}
body.rc-dark-design .footer-top,
body.rc-dark-design .footer-bottom {
  background: #0e0f11;
}
body.rc-dark-design.node-type-lobby .node-lobby h1,
body.rc-dark-design.node-type-lobby .node-lobby h2,
body.rc-dark-design.node-type-lobby .node-lobby h3 {
  color: #fefffd;
}
body.rc-dark-design.node-type-lobby .node-lobby .lb-box-general > div > div > div.field-items > div.field-item {
  background: #2a2b2f;
}
body.rc-dark-design.node-type-lobby .node-lobby .lb-box-general > div > div > div.field-items > div.field-item .field-name-field-lb-title div > div > h3 {
  color: #fefffd;
}
body.rc-dark-design.node-type-lobby .node-lobby .field-collection-item-field-lobby-box .group-lb-box-up .field-name-field-lb-subtitle {
  color: #fefffd;
}
body.rc-dark-design #cpn-vertical-webform h2 div {
  color: #fff !important;
}
body.rc-dark-design #cpn-vertical-webform .form_discount_area {
  background-color: rgba(0, 0, 0, 0.6);
}
body.rc-dark-design #cpn-vertical-webform .form_discount_area .webform-component-markup {
  color: #fefffd;
}
body.rc-dark-design.node-type-thankyou #thankyou-content > section.main {
  background-image: none;
}
body.rc-dark-design.node-type-thankyou #thankyou-content > section.main .field-name-field-ty-box-content {
  color: #1a1b1f;
}
body.rc-dark-design .ui-autocomplete .apachesolr_autocomplete {
  color: #2a2b2f;
}
body.rc-dark-design .main-container .form-search .form-item-keys #edit-keys,
body.rc-dark-design .main-container .block-facetapi {
  background: #1a1b1f !important;
  border: 0;
}
body.rc-dark-design .main-container .form-search .form-item-keys #edit-keys ul li a,
body.rc-dark-design .main-container .block-facetapi ul li a {
  color: #fefffd;
}
body.rc-dark-design .main-container .form-search .form-item-keys #edit-keys ul li.first a,
body.rc-dark-design .main-container .block-facetapi ul li.first a {
  color: #3a880f;
}
body.rc-dark-design .main-container form#search-form .form-item-keys #edit-keys,
body.rc-dark-design .main-container #block-search-form--2 .apachesolr-autocomplete {
  color: #1a1b1f;
}
body.rc-dark-design.page-user form#user-login input {
  color: #1a1b1f;
  background: #fefffd;
}
body.node-type-campaign-white {
  padding-top: 0 !important;
}
.white-campaign-wrapper .logo-wrapper {
  padding: 15px 0;
}
.white-campaign-wrapper .logo-wrapper img {
  height: 100%;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header {
  position: relative;
}
@media (min-width: 769px) {
  .white-campaign-wrapper .banner-wrapper .banner-img-header {
    height: 200px;
  }
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .cw-banner-desktop {
  background-image: url(http://localhost/sites/default/files/jobs/hes.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .cw-banner-mobile {
  display: none;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header {
  position: relative;
  font-size: 72px;
  line-height: 60px;
  color: #3A880F;
  font-weight: 500;
  padding-top: 40px;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header h2 {
  margin: 0;
  font-size: 55px;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header h3 {
  font-size: 29px;
}
.white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.mobile {
  display: none;
}
@media (min-width: 769px) {
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner {
    height: 630px;
  }
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .cw-banner-desktop {
    background-size: cover;
    background-position: bottom;
  }
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header {
    color: white;
    padding-top: 160px;
    max-width: 52%;
  }
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
  }
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header h3 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: inherit;
  }
}
@media (min-width: 769px) and (max-height: 850px) {
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner {
    height: 400px;
  }
}
@media (min-width: 769px) and (max-height: 850px) {
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header {
    padding-top: 72px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (min-width: 768px) {
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .white-campaign-wrapper .banner-wrapper .banner-img-header.big-banner .header-container .banner-header h3 {
    font-size: 20px;
  }
}
.white-campaign-wrapper .banner-wrapper .non-image {
  font-size: 72px;
  line-height: 60px;
  color: #3A880F;
  font-weight: 500;
}
.white-campaign-wrapper .banner-wrapper .non-image .banner-header.mobile {
  display: none;
}
@media (max-width: 768px) {
  .white-campaign-wrapper .banner-wrapper .non-image .banner-header.mobile {
    display: inherit;
  }
  .white-campaign-wrapper .banner-wrapper .non-image .banner-header.mobile .title_1 {
    margin-top: 0;
  }
  .white-campaign-wrapper .banner-wrapper .non-image .banner-header.desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .white-campaign-wrapper .content-wrapper {
    margin-top: 15px;
  }
}
.white-campaign-wrapper .content-wrapper .tools {
  width: 100%;
}
@media (min-width: 769px) {
  .white-campaign-wrapper .content-wrapper .tools-items > .row {
    justify-content: center;
  }
}
.white-campaign-wrapper .content-wrapper .tools-items > .row .col-md-3 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .white-campaign-wrapper .content-wrapper .tools-items > .row .col-md-3 p {
    display: inherit;
    max-width: none;
  }
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block {
  margin: 30px -15px;
  position: relative;
}
@media (min-width: 769px) {
  .white-campaign-wrapper .content-wrapper .faq-jobs-block.faq-bg-image {
    padding: 50px 0 200px;
  }
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block > .faq-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  background-size: cover;
  background-position: center;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block > .faq-bg.mobile {
  display: none;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .title {
  margin-bottom: 10px;
  font-size: 50px;
  color: #FFF;
  font-weight: 300;
}
@media (max-width: 768px) {
  .white-campaign-wrapper .content-wrapper .faq-jobs-block {
    padding-right: 13px;
    padding-left: 13px;
  }
  .white-campaign-wrapper .content-wrapper .faq-jobs-block.faq-bg-mobile-image {
    padding-top: 11px;
    padding-bottom: 150px;
  }
  .white-campaign-wrapper .content-wrapper .faq-jobs-block > .faq-bg.mobile {
    display: inherit;
    right: 0;
    left: 0;
  }
  .white-campaign-wrapper .content-wrapper .faq-jobs-block > .faq-bg.desktop {
    display: none;
  }
  .white-campaign-wrapper .content-wrapper .faq-jobs-block .title {
    margin-bottom: 40px;
  }
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .container {
  padding-right: 0;
  padding-left: 0;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 17px 33px 13px 45px;
  margin-bottom: 10px;
  cursor: pointer;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item .faq-jobs-question {
  font-size: 18px;
  font-weight: normal;
  color: #595959;
  line-height: inherit;
  margin: 0;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item .faq-jobs-answer {
  color: #595959;
  margin-top: 15px;
  display: none;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item:after {
  content: " ";
  background-image: url(../../../../themes/discount2/img/plus-green.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 19px;
  top: 22px;
  background-position: center;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item.active .faq-jobs-question {
  font-weight: bold;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item.active .faq-jobs-answer {
  display: block;
}
.white-campaign-wrapper .content-wrapper .faq-jobs-block .faq-jobs-items .faq-jobs-item.active:after {
  background-image: url(../../../../themes/discount2/img/minus-green.svg);
}
@media (max-width: 768px) {
  .white-campaign-wrapper .content-wrapper .faq-jobs-block {
    margin-top: 0;
  }
}
.white-campaign-wrapper .cw-button {
  color: white;
  padding: 10px 18px;
  vertical-align: middle;
  background: #3a880f;
}
.white-campaign-wrapper .cw-button:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .white-campaign-wrapper .cw-button {
    display: block;
    margin: 0 40px;
    text-align: center;
  }
}
.white-campaign-wrapper .field-name-field-ck-content {
  width: 100%;
}
html[dir=ltr] .white-campaign-wrapper .field-name-field-ck-content ul {
  margin-left: 20px;
}
html[dir=rtl] .white-campaign-wrapper .field-name-field-ck-content ul {
  margin-right: 20px;
}
.white-campaign-wrapper .field-name-field-ck-content a[name="button"] {
  color: white;
  padding: 10px 18px;
  vertical-align: middle;
  background: #3a880f;
}
.white-campaign-wrapper .field-name-field-ck-content a[name="button"]:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .white-campaign-wrapper .field-name-field-ck-content a[name="button"] {
    display: block;
    margin: 0 40px;
    text-align: center;
  }
}
.white-campaign-wrapper .field-name-field-comments-white {
  width: 100%;
}
.white-campaign-wrapper .base_tabs {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
}
.white-campaign-wrapper .base_tabs li {
  position: relative;
  display: table;
  margin-left: -2px;
  margin-right: -2px;
}
.white-campaign-wrapper .base_tabs li.active > .triangle {
  float: left;
  background-image: url('../images/inner_tabs_triagnle.png');
  position: absolute;
  width: 14px;
  height: 11px;
  bottom: -10px;
  left: 48%;
  background-repeat: no-repeat;
}
.white-campaign-wrapper .base_tabs li.active > a {
  font-weight: bold;
  color: #3a880f;
  text-decoration: underline;
}
.white-campaign-wrapper .base_tabs .vertical_line {
  border-right: 1px solid white;
  border-left: 1px solid #abacae;
  top: 6px;
  position: relative;
  display: block;
  height: 33px;
  width: 2px;
}
.white-campaign-wrapper .base_tabs a.basic_tab {
  height: 45px;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: arial;
  background: #e2e6e9;
  color: #000000;
  border-bottom: 1px solid #3a880f;
  text-decoration: none;
  padding: 0 6px 0 6px;
}
.white-campaign-wrapper .base_tabs a.basic_tab a {
  color: #ffffff;
}
.white-campaign-wrapper .base_tabs a.basic_tab:hover {
  background: #ebf3e2;
}
.white-campaign-wrapper .base_tabs li.item:first-child .vertical_line {
  border-right: none;
  border-left: none;
}
@media (max-width: 745px) {
  .white-campaign-wrapper .base_tabs {
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .white-campaign-wrapper .base_tabs li {
    float: none;
    width: 100% !important;
    height: 3.4em;
    display: table;
  }
  .white-campaign-wrapper .base_tabs li.active span.triangle {
    background-image: none;
  }
  .white-campaign-wrapper .base_tabs li span.vertical_line {
    display: none;
  }
  .white-campaign-wrapper .base_tabs li a.basic_tab {
    display: table-cell;
  }
}
.white-campaign-wrapper #tabs-content a[name="button"] {
  color: white;
  padding: 10px 18px;
  vertical-align: middle;
  background: #3a880f;
}
.white-campaign-wrapper #tabs-content a[name="button"]:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 9px;
}
@media (max-width: 768px) {
  .white-campaign-wrapper #tabs-content a[name="button"] {
    display: block;
    margin: 0 40px;
    text-align: center;
  }
}
.node-type-campaign-white.rtl .base_tabs {
  list-style: none;
  padding: 0;
  display: table;
  margin-bottom: 10px;
  font-family: arial;
  width: 100%;
}
.node-type-campaign-white.rtl .base_tabs li {
  position: relative;
  display: table;
  margin-left: -2px;
  margin-right: -2px;
}
.node-type-campaign-white.rtl .base_tabs li.active > .triangle {
  float: right;
  background-image: url(/sites/all/themes/discount/images/inner_tabs_triagnle.png);
  position: absolute;
  width: 14px;
  height: 11px;
  bottom: -10px;
  left: 50%;
  background-repeat: no-repeat;
  margin: 0 0 0 -7px;
}
.node-type-campaign-white.rtl .base_tabs li.active > a {
  font-weight: bold;
  color: #3a880f;
}
.node-type-campaign-white.rtl .base_tabs .vertical_line {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #abacae;
  position: relative;
  display: block;
  height: 33px;
  top: 7px;
  width: 2px;
}
.node-type-campaign-white.rtl .base_tabs a.basic_tab {
  height: 45px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: arial;
  background: #e2e6e9;
  color: #000000;
  border-bottom: 1px solid #3a880f;
  padding: 0 6px 0 6px;
  width: 100%;
}
.node-type-campaign-white.rtl .base_tabs a.basic_tab a {
  color: #ffffff;
}
.node-type-campaign-white.rtl .base_tabs a.basic_tab:hover {
  background: #ebf3e2;
}
.node-type-campaign-white.rtl .base_tabs li.item:first-child .vertical_line {
  border-right: none;
  border-left: none;
}
@media (max-width: 745px) {
  .node-type-campaign-white.rtl .base_tabs {
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .node-type-campaign-white.rtl .base_tabs li {
    float: none;
    width: 100% !important;
    height: 3.4em;
    display: table;
  }
  .node-type-campaign-white.rtl .base_tabs li.active span.triangle {
    background-image: none;
  }
  .node-type-campaign-white.rtl .base_tabs li span.vertical_line {
    display: none;
  }
  .node-type-campaign-white.rtl .base_tabs li a.basic_tab {
    display: table-cell;
  }
}
.node-type-campaign-white.rtl .base_tabs_content {
  margin-top: 22px;
}
.node-type-campaign-white.rtl .base_tabs_content a {
  color: #3a880f;
}
.node-type-campaign-white.rtl .base_tabs_content p {
  margin: 0;
}
.node-type-campaign-white.rtl .base_tabs_content ul,
.node-type-campaign-white.rtl .base_tabs_content ol {
  margin-bottom: 25px;
}
.node-type-campaign-white.rtl .base_tabs_content .tab-pane table tr th {
  background-color: #3a880f;
  color: #ffffff;
}
.node-type-campaign-white.rtl .base_tabs_content {
  margin-top: 22px;
}
.node-type-campaign-white.rtl .base_tabs_content a {
  color: #3a880f;
}
.node-type-campaign-white.rtl .base_tabs_content p {
  margin: 0;
}
.node-type-campaign-white.rtl .base_tabs_content ul,
.node-type-campaign-white.rtl .base_tabs_content ol {
  margin-bottom: 25px;
}
.node-type-campaign-white.rtl .base_tabs_content .tab-pane table tr th {
  background-color: #3a880f;
  color: #ffffff;
}
.node-type-campaign-white.rtl table {
  text-align: right;
  direction: rtl;
}
.node-type-campaign-white.rtl table th,
.node-type-campaign-white.rtl table td {
  text-align: right;
}
.node-type-campaign-white.rtl table thead tr {
  text-align: right;
}
.node-type-campaign-white.rtl table thead th {
  border-left: 1px solid #C3C7BF;
  padding-right: 20px;
  border-right: none;
  text-align: right;
}
.node-type-campaign-white.rtl table tbody td {
  border-left: 1px solid #C3C7BF;
  border-right: none;
}
.node-type-campaign-white.rtl table tbody td:last-child {
  border-left: none;
}
.node-type-campaign-white.rtl table tbody tr th {
  border-left: 1px solid #C3C7BF;
  padding-right: 20px;
  border-right: none;
  text-align: right;
}
.node-type-campaign-white.rtl table tbody tr {
  text-align: right;
}
@media (max-width: 768px) {
  #block-system-main .white-campaign-wrapper .logo-wrapper .logo-img {
    height: 40px !important;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header.mobile-has-image {
    position: relative;
    height: 192px;
    overflow: hidden;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .cw-banner-mobile {
    display: block;
    position: absolute;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .cw-banner-desktop {
    display: none;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container {
    margin: 0 15px;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header {
    top: 0;
    display: block;
    font-size: 2.142em;
    font-weight: bold;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.mobile {
    display: inherit;
    padding: 20px 8px 0;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.mobile h2 {
    font-size: 42px;
    line-height: 1;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.mobile h3 {
    margin-top: 10px;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.desktop {
    display: none;
  }
  #block-system-main .white-campaign-wrapper .banner-wrapper .banner-img-header .header-container .banner-header.hide-mobile {
    display: none;
  }
}
.node-high-tech {
  font-weight: 400 !important;
}
.node-high-tech #banner {
  height: 670px;
  position: relative;
  margin-bottom: 142px;
  max-height: 73vh;
}
.node-high-tech #banner .ht-banner-image {
  position: absolute;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
  .node-high-tech #banner .ht-banner-image {
    height: 100% !important;
  }
}
.node-high-tech #banner .ht-banner-image.mobile {
  display: none;
}
.node-high-tech #banner .ht-banner-gradient {
  background-image: linear-gradient(rgba(92, 47, 90, 0), rgba(255, 255, 255, 0.9) 50%);
  position: absolute;
  width: 100%;
  height: 54%;
  bottom: 0;
}
.node-high-tech #banner .ht-banner-content {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 34px;
}
.node-high-tech #banner .ht-banner-content .ht-title {
  margin-bottom: 0;
}
.node-high-tech #banner .ht-banner-content .ht-text {
  margin: 8px auto 0;
  font-size: 18px;
}
.node-high-tech #banner .ht-banner-content .ht-banner-icon {
  cursor: pointer;
}
@media (max-width: 768px) {
  .node-high-tech #banner {
    height: 540px;
    margin-bottom: 0;
  }
  .node-high-tech #banner .ht-banner-image.desktop {
    display: none;
  }
  .node-high-tech #banner .ht-banner-image.mobile {
    display: inherit;
    height: 396px !important;
  }
  .node-high-tech #banner .ht-banner-gradient {
    background-image: linear-gradient(rgba(92, 47, 90, 0), #ffffff 55%);
    position: absolute;
    width: 100%;
    height: 62%;
    bottom: 15px;
  }
  .node-high-tech #banner .ht-banner-content {
    padding-bottom: 20px;
    bottom: 0;
  }
  .node-high-tech #banner .ht-banner-content .ht-text {
    padding: 0;
  }
  .node-high-tech #banner .ht-banner-content .ht-banner-icon {
    height: 16px;
    width: 18px;
  }
}
.node-high-tech .section-bottom-margin {
  margin-bottom: 110px;
}
.node-high-tech .section-bottom-margin.has-effect {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.node-high-tech .section-bottom-margin.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.node-high-tech .section-bottom-margin > .row .ht-block-img {
  padding: 0;
}
.node-high-tech .section-bottom-margin > .row .ht-block-img > div {
  background-size: cover;
  display: block;
  height: 100%;
}
.node-high-tech .section-bottom-margin > .row .ht-block-img .mobile {
  display: none;
}
.node-high-tech .section-bottom-margin > .row .ht-block-img .ht-image {
  transition: transform 1.2s;
  border-radius: 0.01px;
  background-position: center;
}
.node-high-tech .section-bottom-margin > .row .ht-block-img .ht-image:hover {
  transform: scale(1.07);
}
.node-high-tech .section-bottom-margin > .row.image-to-right {
  display: -webkit-flex;
  /* Safari */

  display: flex;
}
.node-high-tech .section-bottom-margin > .row.image-to-right .ht-block-img {
  -webkit-order: 2;
  order: 2;
}
.node-high-tech .section-bottom-margin > .row.image-to-left .ht-block-text {
  padding-left: 70px;
}
@media (min-width: 769px) {
  .node-high-tech .section-bottom-margin > .row.big-image {
    position: relative;
    padding: 188px 30px 170px;
  }
  .node-high-tech .section-bottom-margin > .row.big-image .ht-block-img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .node-high-tech .section-bottom-margin > .row.big-image .ht-block-img:after {
    content: '';
    display: block;
    background-image: linear-gradient(to left, rgba(92, 47, 90, 0), rgba(255, 255, 255, 0.98) 64%);
    position: absolute;
    width: 71%;
    height: 100%;
    bottom: 0;
  }
  .node-high-tech .section-bottom-margin > .row.big-image .ht-image {
    background-position: center;
    transform: scale(1) !important;
  }
}
.node-high-tech .section-bottom-margin > .row.ht-block-text {
  padding-left: 70px;
}
.node-high-tech .section-bottom-margin.credit {
  color: #677479;
}
.node-high-tech .section-bottom-margin.credit .ht-text {
  margin: auto;
}
.node-high-tech .section-bottom-margin.credit .tools-items {
  margin-top: 30px;
}
.node-high-tech .section-bottom-margin.credit .tools-items h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.node-high-tech .section-bottom-margin.credit .tools-items p {
  width: 70%;
  margin: auto;
}
.node-high-tech .section-bottom-margin.business .ht-business-items {
  margin-top: 35px;
  justify-content: center;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th {
  height: 105px;
  text-align: center;
}
@media (min-width: 769px) {
  .node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th {
    width: 20%;
  }
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th img.orig-image {
  display: none;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th:hover .orig-image {
  display: inline-block;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th:hover .gray-image {
  display: none;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th.hidden-icon {
  display: none;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .ht-business-more {
  width: 100%;
  text-align: center;
}
.node-high-tech .section-bottom-margin.business .ht-business-items .ht-business-more div {
  cursor: pointer;
  width: 68px;
  height: 68px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s;
  background-image: url("../../img/ht-more.svg");
}
.node-high-tech .section-bottom-margin.business .ht-business-items .ht-business-more.close-icons div {
  transform: rotate(45deg);
}
.node-high-tech .section-bottom-margin.news .news-items {
  margin-top: 45px;
}
.node-high-tech .section-bottom-margin.news .news-items .news-item-image {
  height: 20.5em;
  width: 100%;
  margin: 0 0 16px;
}
.node-high-tech .section-bottom-margin.news .news-items .news-item-image .news-img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .node-high-tech .section-bottom-margin.news .news-items .news-item-image .news-img.desktop {
    display: none;
  }
  .node-high-tech .section-bottom-margin.news .news-items .news-item-image .news-img.mobile {
    display: inherit;
  }
}
.node-high-tech .section-bottom-margin.news .news-items .news-item-image .news-img {
  width: 100%;
  max-height: 100%;
}
.node-high-tech .section-bottom-margin.news .news-items .news-item-image h2 {
  font-weight: 400;
  z-index: 1;
}
.node-high-tech .section-bottom-margin.news .news-items .news-item-image:after {
  content: '';
  display: block;
  background-image: linear-gradient(rgba(92, 47, 90, 0), rgba(0, 0, 0, 0.7) 64%);
  position: absolute;
  height: 44%;
  bottom: 0;
  right: 0;
  left: 0;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div {
  display: table;
  margin-bottom: 6px;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div > * {
  display: table-cell;
  color: #677479;
  vertical-align: bottom;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div > *.contact-text {
  font-size: 28px;
  padding-left: 20px;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div > *.contact-text > * {
  display: inline;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div.locate img {
  min-height: 35px;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div.mail img {
  margin-top: 10px;
  width: 26px;
}
.node-high-tech .section-bottom-margin.contact #ht-contact-details > div.phone img {
  min-height: 30px;
}
@media (max-width: 768px) {
  .node-high-tech .section-bottom-margin.contact #ht-contact-details > div .contact-text {
    font-size: 24px;
    padding-left: 14px;
  }
  .node-high-tech .section-bottom-margin.contact #ht-contact-details > div.locate img {
    min-height: 35px;
  }
  .node-high-tech .section-bottom-margin.contact #ht-contact-details > div.mail img {
    margin-top: 8px;
    width: 20px;
    max-width: none !important;
  }
  .node-high-tech .section-bottom-margin.contact #ht-contact-details > div.phone img {
    min-height: 24px;
    width: 23px;
  }
}
@media (max-width: 768px) {
  .node-high-tech .section-bottom-margin {
    margin-bottom: 40px;
  }
  .node-high-tech .section-bottom-margin > .row.image-to-right .ht-block-img {
    -webkit-order: inherit;
    order: inherit;
  }
  .node-high-tech .section-bottom-margin > .row.image-to-left .ht-block-text {
    padding-left: 15px;
  }
  .node-high-tech .section-bottom-margin > .row.big-image .ht-block-img {
    height: 285px;
  }
  .node-high-tech .section-bottom-margin > .row .ht-block-img {
    height: 200px;
    width: 100%;
    margin-bottom: 13px;
  }
  .node-high-tech .section-bottom-margin > .row .ht-block-img .mobile {
    display: inherit;
    box-shadow: inset 0px -18px 31px -9px #ffffff;
  }
  .node-high-tech .section-bottom-margin > .row .ht-block-img .mobile:after {
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 95%);
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: -1px;
  }
  .node-high-tech .section-bottom-margin > .row .ht-block-img .desktop {
    display: none;
  }
  .node-high-tech .section-bottom-margin > .row .ht-block-img > div {
    left: -15px;
    right: -15px;
    position: absolute;
  }
  .node-high-tech .section-bottom-margin#real-time .ht-block-img {
    height: 330px;
  }
  .node-high-tech .section-bottom-margin#credit .tools-items .tools-item {
    margin-bottom: 20px;
  }
  .node-high-tech .section-bottom-margin#credit .tools-items .tools-item p {
    max-width: 80%;
  }
  .node-high-tech .section-bottom-margin#credit .tools-items img {
    max-height: 60px;
  }
  .node-high-tech .section-bottom-margin#credit .tools-items h3 {
    font-size: 24px;
    margin-top: 15px;
  }
  .node-high-tech .section-bottom-margin#credit .tools-items p {
    width: 100%;
  }
  .node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th {
    padding: 0;
  }
  .node-high-tech .section-bottom-margin.business .ht-business-items .col-md-5th img {
    max-width: 120px !important;
  }
  .node-high-tech .section-bottom-margin.business .ht-business-items .ht-business-more div {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
  .node-high-tech .section-bottom-margin#news {
    display: inherit;
  }
  .node-high-tech .section-bottom-margin#news .news-items {
    margin-top: 0;
  }
  .node-high-tech .section-bottom-margin#news .news-items .news-item .news-item-image {
    height: 230px;
  }
  .node-high-tech .section-bottom-margin#news .news-items .news-item .news-item-image h2 {
    right: 0;
  }
  .node-high-tech .section-bottom-margin#news .news-items .news-item p,
  .node-high-tech .section-bottom-margin#news .news-items .news-item .news-readmore {
    padding: 0 15% 0 0;
  }
  .node-high-tech .section-bottom-margin.contact #ht-contact-details p {
    font-size: 24px !important;
    display: table;
  }
  .node-high-tech .section-bottom-margin.contact #ht-contact-details p > * {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .ipad .node-high-tech .section-bottom-margin#banner {
    overflow: hidden;
  }
  .ipad .node-high-tech .section-bottom-margin#banner .ht-banner-gradient {
    bottom: 0;
  }
  .ipad .node-high-tech .section-bottom-margin .row .ht-block-img .mobile {
    background-position: center;
  }
}
.node-high-tech .section-bottom-margin .row:before {
  content: none;
}
.node-high-tech .ht-title {
  font-weight: 400;
  color: #3A880F;
  font-size: 46px;
}
.node-high-tech .ht-sub-title {
  color: #677479;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 28px;
}
.node-high-tech .ht-text {
  color: #677479;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 9px;
  margin-top: 14px;
  line-height: 25px;
  width: 80%;
}
.node-high-tech .ht-button {
  cursor: pointer;
  background: #3a880f;
  padding: 9px 27px;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 768px) {
  .node-high-tech .ht-title {
    font-size: 34px;
  }
  .node-high-tech .ht-sub-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  .node-high-tech .ht-text {
    line-height: 24px;
    width: 100%;
  }
  .node-high-tech .ht-button {
    display: block;
    text-align: center;
    padding: 8px 27px;
  }
}
.node-high-tech #htPopup .ht-modal-dialog {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content {
  box-shadow: 0 2px 30px 0 rgba(128, 127, 127, 0.2);
  border: 0;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-header {
  border: 0;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 19px;
  background: url(../../img/close.svg) no-repeat;
  opacity: 1;
  width: 23px;
  height: 25px;
  background-size: cover;
  top: 20px;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-header .modal-title {
  line-height: 0.8;
  margin-top: 33px;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .card-wrapper {
  justify-content: center;
  width: 80%;
  margin: auto;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .card-wrapper.full-width {
  width: 100%;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card {
  perspective: 1000px;
  margin: 9px 10px;
  height: 260px;
  width: 330px;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-inner {
  position: relative;
  width: 100%;
  height: 260px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front,
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front {
  overflow: hidden;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front img {
  height: 100% !important;
  width: auto;
  min-width: 100%;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front .card-text {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 6px;
  z-index: 1;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front .card-text h3 {
  font-weight: 400;
  font-size: 28px;
  margin: 0;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front .card-text div {
  margin: 0;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-front:after {
  content: '';
  display: block;
  background-image: linear-gradient(rgba(92, 47, 90, 0), rgba(0, 0, 0, 0.7) 64%);
  position: absolute;
  height: 44%;
  bottom: 1px;
  right: 1px;
  left: 1px;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-back {
  background-color: #E8F9DF;
  color: #677479;
  transform: rotateY(180deg);
  padding: 26px;
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 1;
}
.node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card-back h3 {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .node-high-tech #htPopup .ht-modal-dialog {
    width: 80%;
    overflow: hidden;
    height: 690px;
    max-height: 85%;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content {
    padding-bottom: 40px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-header .close {
    width: 14px;
    height: 16px;
    top: 13px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 12px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .col-xs-6 {
    padding: 0;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .card-wrapper {
    width: 93% !important;
    max-height: 480px;
    overflow: scroll;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card {
    height: 198px;
    width: 100%;
    margin: 9px 0;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner {
    height: 100%;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-front {
    overflow: hidden;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-front img {
    width: auto;
    max-width: inherit;
    max-height: 100%;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-front h3 {
    font-size: 24px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-front:after {
    height: 56%;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-back {
    padding: 10px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-back h3 {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .node-high-tech #htPopup .ht-modal-dialog .modal-content .modal-body .flip-card .flip-card-inner .flip-card-back p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.node-type-high-tech .header-main .container {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.node-type-high-tech .header-main .container .header-contacts {
  margin-right: 0;
}
.node-type-high-tech .footer-top {
  margin: 0 -15px;
}
.node-type-high-tech .footer-top .footer-socs {
  margin: 0;
}
.node-type-high-tech .modal-backdrop {
  background: white;
}
.node-type-high-tech .modal-backdrop.in {
  opacity: .9;
}
.node-type-high-tech.modal-open {
  overflow: inherit;
}
html .node-type-campaign-new .col-sm-12,
body.node-type-campaign-new {
  padding: 0;
}
body.node-type-campaign-new *:not(a) {
  color: #595959;
}
@media (min-width: 769px) {
  body.node-type-campaign-new .header-main {
    padding-top: 25px;
    display: block;
  }
}
body.node-type-campaign-new .header-main .container {
  border-bottom: none;
}
body.node-type-campaign-new .header-main .campaign-new-header-link-btn {
  float: left;
  background-color: #63AA3C;
  color: white;
  padding: 8px 20px;
  border-radius: 3px;
}
body.node-type-campaign-new .title_4 {
  font-weight: normal;
}
@media (min-width: 769px) {
  body.node-type-campaign-new #block-system-main .banner-image img {
    max-width: none;
    height: 486px !important;
  }
  body.node-type-campaign-new .node-campaign-new.short-cpn {
    position: fixed;
    top: 92px;
    right: 0;
    left: 0;
    height: calc(100% - 92px);
  }
  body.node-type-campaign-new .node-campaign-new.short-cpn .container-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  body.node-type-campaign-new .node-campaign-new.short-cpn .banner-inner .banner-bg-wrapper .banner-bg-img.desktop {
    background-size: 100% calc(136%);
    background-position: top;
  }
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons .icon-details {
    padding: 30px 20px;
    height: 93%;
  }
  body.node-type-campaign-new .banner-inner > .container .banner-image {
    min-height: 36.5em;
    width: 90.625em;
    right: 50%;
    margin-right: -45.3125em;
    margin-top: 30px;
  }
  body.node-type-campaign-new .banner-title-mobile,
  body.node-type-campaign-new .banner-content-mobile,
  body.node-type-campaign-new .buttons-mobile-wrapper {
    display: none;
  }
  body.node-type-campaign-new .note {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .container-content {
    bottom: 30px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons > .container,
  body.node-type-campaign-new .node-campaign-new.short-cpn .note,
  body.node-type-campaign-new .node-campaign-new.short-cpn .content .banner-inner > .container .banner-content-desktop {
    padding: 0 9%;
  }
}
@media (min-width: 769px) and (min-width: 1201px) and (max-width: 1680px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons > .container,
  body.node-type-campaign-new .node-campaign-new.short-cpn .note,
  body.node-type-campaign-new .node-campaign-new.short-cpn .content .banner-inner > .container .banner-content-desktop {
    padding: 0 4%;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .content .banner-inner > .container .banner-links-buttons {
    padding-right: 9%;
    padding-left: 9%;
  }
}
@media (min-width: 769px) and (min-width: 1201px) and (max-width: 1680px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .content .banner-inner > .container .banner-links-buttons {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons .icon-details {
    padding: 17px 10px 14px;
    margin: 6.5px;
  }
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons .icon-details .image {
    height: unset;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) and (max-width: 1200px) {
  body.node-type-campaign-new .node-campaign-new.short-cpn .bunner-icons .icon-details .image img {
    zoom: 56%;
  }
}
@media (min-width: 769px) and (max-width: 1680px) and (min-width: 769px) {
  body.node-type-campaign-new .banner-inner > .container .banner-image {
    width: 90em;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  body.node-type-campaign-new .banner-inner > .container .banner-image {
    width: 90%;
  }
}
@media (max-width: 768px) {
  body.node-type-campaign-new header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: white;
    padding-bottom: 10px;
  }
  body.node-type-campaign-new .header-main {
    display: block;
    padding-top: 10px;
  }
}
body.node-type-campaign-new .node-campaign-new.short-cpn .container .banner-caption .title_2,
body.node-type-campaign-new .node-campaign-new.short-cpn .container .banner-caption .title_3 {
  line-height: 0.3;
}
body.node-type-campaign-new .content {
  position: relative;
  height: 100%;
}
body.node-type-campaign-new .content .banner-inner {
  position: relative;
}
body.node-type-campaign-new .content .banner-inner .banner-bg-wrapper {
  height: 100%;
}
body.node-type-campaign-new .content .banner-inner .banner-bg-wrapper .banner-bg-img.desktop {
  background-size: auto calc(120%);
  background-position: center;
}
body.node-type-campaign-new .content .banner-inner > .container {
  padding: 0;
}
body.node-type-campaign-new .content .banner-inner > .container .banner-image img {
  width: auto;
}
body.node-type-campaign-new .content .banner-inner > .container .inner-banner {
  cursor: inherit;
  bottom: inherit;
  position: relative;
  padding: 0;
}
@media (min-height: 900px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-caption {
    padding-top: 6.5em;
  }
}
@media (min-width: 769px) and (max-height: 899px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-caption {
    padding-top: 50px;
  }
}
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop {
  float: none;
  padding: 0;
}
@media (max-width: 1680px) and (min-width: 769px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop {
    padding-right: 100px;
  }
}
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop * {
  margin: 0;
}
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_1 {
  font-weight: bold;
  color: #63AA3C;
}
@media (min-width: 1681px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_1 {
    font-size: 6.25em;
  }
}
@media (min-width: 1201px) and (max-width: 1680px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_1 {
    font-size: 5em;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_1 {
    font-size: 48px;
  }
}
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_2,
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_3 {
  font-weight: bold;
  color: #63AA3C;
}
@media (min-width: 1681px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_2,
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_3 {
    font-size: 4.06em;
  }
}
@media (min-width: 1201px) and (max-width: 1680px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_2,
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_3 {
    font-size: 3em;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_2,
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_3 {
    font-size: 31px;
  }
}
body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop .title_4 {
  font-size: 1.125em;
  line-height: 1.3;
  width: 50%;
}
@media (max-width: 768px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-content-desktop,
  body.node-type-campaign-new .content .banner-inner > .container .buttons-desktop-wrapper {
    display: none;
  }
}
@media (min-height: 900px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-links-buttons {
    padding-top: 2em;
  }
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-links-buttons {
    padding-top: 1em;
  }
}
@media (max-width: 768px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-links-buttons {
    padding-top: 1em;
  }
}
@media (max-width: 1680px) and (min-width: 769px) {
  body.node-type-campaign-new .content .banner-inner > .container .banner-links-buttons {
    padding-right: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  body.node-type-campaign-new .content .banner-inner > .container .buttons-wrapper a:not(.button-bgn-color) {
    width: 16%;
  }
}
body.node-type-campaign-new .content .banner-inner > .container .buttons-wrapper img {
  height: inherit !important;
}
@media (max-width: 768px) {
  body.node-type-campaign-new .buttons-wrapper.next a,
  body.node-type-campaign-new .buttons-wrapper.below a:last-child {
    margin-bottom: 26px;
  }
}
@media (min-width: 376px) {
  body.node-type-campaign-new .buttons-wrapper.next {
    display: flex;
  }
  body.node-type-campaign-new .buttons-wrapper.next a {
    max-width: 50%;
  }
  body.node-type-campaign-new .buttons-wrapper.next a img {
    width: 100%;
  }
}
@media (min-width: 376px) and (max-width: 768px) {
  body.node-type-campaign-new .buttons-wrapper.next a {
    width: 236px;
  }
}
@media (max-width: 375px) {
  body.node-type-campaign-new .buttons-wrapper.next a {
    display: block;
    margin: 0px auto 30px;
    width: 80%;
    text-align: center;
    max-width: 270px;
  }
}
body.node-type-campaign-new .buttons-wrapper.below a {
  display: block;
  margin: 0px auto 30px;
  width: 80%;
  text-align: center;
  max-width: 240px;
}
body.node-type-campaign-new .buttons-wrapper a {
  display: inline-block;
  width: fit-content;
  margin-left: 8px;
  text-decoration: none;
}
body.node-type-campaign-new .buttons-wrapper .button-bgn-color {
  color: white;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 769px) {
  body.node-type-campaign-new .buttons-wrapper .button-bgn-color {
    padding: 0 75px;
  }
}
@media (min-width: 769px) {
  body.node-type-campaign-new .bunner-icons {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.node-type-campaign-new .bunner-icons {
    margin-bottom: 30px;
  }
}
body.node-type-campaign-new .bunner-icons .icons-wrapper {
  justify-content: center;
}
body.node-type-campaign-new .bunner-icons .icon-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  margin: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.node-type-campaign-new .bunner-icons .icon-details {
    padding: 18px 10px;
    margin: 6px;
  }
}
body.node-type-campaign-new .bunner-icons .icon-details .wrap-title {
  width: 100%;
}
body.node-type-campaign-new .bunner-icons .icon-details .wrap-title:after {
  content: " ";
  background: #e0e5e9 0% 0% no-repeat padding-box;
  height: 5px;
  width: 126px;
  display: block;
  margin: 11px auto;
  max-width: 100%;
  transition: transform 0.25s, visibility 0.25s ease-in;
}
body.node-type-campaign-new .bunner-icons .icon-details .title {
  font-weight: bold;
  line-height: 0.9;
  position: relative;
  margin-top: 15px;
  transition: transform 0.25s, visibility 0.25s ease-in;
}
@media (min-width: 1025px) {
  body.node-type-campaign-new .bunner-icons .icon-details .title {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  body.node-type-campaign-new .bunner-icons .icon-details .title {
    font-size: 23px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  body.node-type-campaign-new .bunner-icons .icon-details .title {
    font-size: 25px;
  }
}
body.node-type-campaign-new .bunner-icons .icon-details .subtitle {
  font-size: 18px;
}
body.node-type-campaign-new .bunner-icons .icon-details span {
  display: block;
  width: 100%;
}
body.node-type-campaign-new .bunner-icons .icon-details .image {
  height: 66px;
}
body.node-type-campaign-new .bunner-icons .icon-details .image img {
  transition: transform 0.25s, visibility 0.25s ease-in;
}
@media (max-width: 768px) {
  body.node-type-campaign-new .header-main {
    display: block;
    padding-top: 10px;
  }
  body.node-type-campaign-new .header-main .header-logo img {
    max-height: 37px;
  }
  body.node-type-campaign-new #block-system-main .banner-image img {
    height: 13.8em !important;
    max-width: unset;
  }
  body.node-type-campaign-new .content .banner-inner {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 57px;
  }
  body.node-type-campaign-new .content .banner-inner .banner-bg-wrapper {
    height: 160px;
  }
  body.node-type-campaign-new .content .banner-inner > .container .banner-image img {
    left: 0;
    right: 0;
    min-width: 100%;
  }
  body.node-type-campaign-new .content .banner-inner > .container .inner-banner {
    padding: 0 33px 0;
    position: absolute;
    bottom: 0;
    display: flex;
    height: 12.6em;
  }
  body.node-type-campaign-new .content .banner-inner > .container .banner-caption {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  body.node-type-campaign-new .content .banner-inner > .container .banner-title-mobile {
    height: fit-content;
  }
  body.node-type-campaign-new .content .banner-inner > .container .title_1 {
    font-size: 3.9375em;
    font-weight: bold;
    color: #63AA3C;
    margin: 0;
  }
  body.node-type-campaign-new .content .banner-inner > .container .title_2,
  body.node-type-campaign-new .content .banner-inner > .container .title_3 {
    font-size: 35px;
    font-weight: bold;
    color: #63AA3C;
    margin: 0;
  }
  body.node-type-campaign-new .container-content > .container {
    padding: 0 33px;
  }
  body.node-type-campaign-new .container-content .banner-content-mobile * {
    margin: 0;
  }
  body.node-type-campaign-new .container-content .banner-content-mobile .title_4 {
    font-size: 1em;
    line-height: 1.4;
    margin: 1.25em 0;
  }
  body.node-type-campaign-new .bunner-icons {
    padding: 0 15px 0;
    background-color: #E9ECEE;
  }
  body.node-type-campaign-new .bunner-icons .icons-wrapper {
    width: 100%;
    margin: auto;
    padding: 36px 10px 26px;
  }
  body.node-type-campaign-new .bunner-icons .icons-wrapper .icon {
    min-width: 100%;
    padding: 0;
  }
  body.node-type-campaign-new .bunner-icons .icons-wrapper .icon .icon-details {
    margin: 6.5px 0;
    padding: 32px 18px 14px 18px;
  }
  body.node-type-campaign-new .note {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 31px;
  }
  body.node-type-campaign-new .note p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .banner-inner {
    display: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner {
    margin-right: -15px;
    margin-left: -15px;
    height: 422px;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .banner-blur-bg-wrapper {
    height: 90.75%;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .banner-blur-bg.fitByWidth {
    background-size: 100% auto;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .banner-bg {
    margin-top: 40px;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .banner-bg img {
    height: auto !important;
    width: 1931px;
    top: -57px;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_1 {
    font-weight: bold;
    color: #63AA3C;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_2,
  body.rtl.node-type-campaign-new .long-cpn .banner .title_3 {
    font-weight: bold;
    color: #63AA3C;
    max-width: 100%;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_4 {
    font-size: 1.125em;
    line-height: 1.3;
    width: 50%;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_1 {
    font-size: 3.9375em;
    font-weight: bold;
    color: #63AA3C;
    margin: 0;
    line-height: 70px;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_2,
  body.rtl.node-type-campaign-new .long-cpn .banner .title_3 {
    font-size: 35px;
    font-weight: bold;
    color: #63AA3C;
    margin: 0;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner .title_4 {
    margin-top: 10px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item.left {
    flex-direction: row-reverse;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item.left .content {
    padding-left: 25px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item.left .image {
    padding-right: 25px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item.right .content {
    padding-right: 25px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .image-mobile {
    display: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .content {
    word-break: break-word;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item img {
    max-width: 100%;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .title_2,
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .title_3 {
    font-size: 3.25em;
    font-weight: bold;
    color: #63AA3C;
    width: 80%;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .title_4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
  }
  body.rtl.node-type-campaign-new .long-cpn .floating-link-btn-wrapper {
    position: fixed;
    bottom: 7px;
    left: 60px;
    z-index: 1;
  }
  body.rtl.node-type-campaign-new .long-cpn .floating-link-btn-wrapper a {
    width: 130px;
    height: 118px;
    text-decoration: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .floating-link-btn-wrapper .floating-link-btn {
    background-image: url(../../img/floating.png);
    background-size: 130px;
    background-repeat: no-repeat;
    width: 130px;
    height: 118px;
    position: relative;
    background-position-x: 7px;
  }
  body.rtl.node-type-campaign-new .long-cpn .floating-link-btn-wrapper span {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 24px;
    color: white;
  }
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons {
    padding: 62px 0 68px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents {
    padding-top: 59px;
  }
}
@media (min-width: 769px) and (min-height: 601px) and (min-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .banner-content {
    padding-top: 9vh;
  }
}
@media (min-width: 769px) and (min-width: 1681px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_1 {
    font-size: 6.25em;
  }
}
@media (min-width: 769px) and (min-width: 1201px) and (max-width: 1680px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_1 {
    font-size: 5em;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_1 {
    font-size: 48px;
  }
}
@media (min-width: 769px) and (min-width: 1681px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_2,
  body.rtl.node-type-campaign-new .long-cpn .banner .title_3 {
    font-size: 4.06em;
  }
}
@media (min-width: 769px) and (min-width: 1201px) and (max-width: 1680px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_2,
  body.rtl.node-type-campaign-new .long-cpn .banner .title_3 {
    font-size: 3em;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  body.rtl.node-type-campaign-new .long-cpn .banner .title_2,
  body.rtl.node-type-campaign-new .long-cpn .banner .title_3 {
    font-size: 31px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) and (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .banner.desktop .banner-bg {
    width: 96.2%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .title_2,
  body.rtl.node-type-campaign-new .long-cpn .integrated-item .title_3 {
    margin: 0;
  }
}
body.rtl.node-type-campaign-new .long-cpn .content-area {
  text-align: center;
  margin: 27px auto;
  float: none;
}
body.rtl.node-type-campaign-new .long-cpn .content-area .title_2,
body.rtl.node-type-campaign-new .long-cpn .content-area .title_3 {
  font-size: 3.125em;
  font-weight: bold;
}
body.rtl.node-type-campaign-new .long-cpn .content-area .title_4 {
  font-size: 1.125em;
  line-height: 1.5;
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons {
  background: rgba(233, 236, 238, 0.4) 0% 0% no-repeat padding-box;
  margin: 0;
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icons-title {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icons-title {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
  }
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .subtitle {
  font-size: 18px;
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .link-title {
  text-decoration: underline;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons .link-title {
    color: #63AA3C;
  }
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon-details {
    padding: 10px 20px;
    height: 100%;
  }
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon-details .title {
  font-size: 25px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon-details .title {
    font-size: 23px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon .icon-details:hover img,
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon .icon-details:hover .title,
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon .icon-details:hover .wrap-title:after {
  transform: scale(1.1);
}
body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icon .icon-details:hover .link-title {
  background-color: #63AA3C;
  color: white;
  margin: 10px -10px 0 -10px;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers {
  background-color: #E9ECEE;
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .questions-answers {
    padding: 35px 0 40px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .col-12 {
  margin: auto;
  float: none;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .title {
  color: #63AA3C;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question-item {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 17px 33px 13px 45px;
  margin-bottom: 10px;
  cursor: pointer;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question-item:after {
  content: " ";
  background-image: url(../../img/plus-green.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 19px;
  top: 22px;
  background-position: center;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question-item.active:after {
  background-image: url(../../img/minus-green.svg);
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question-item.active .question {
  font-weight: bold;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question-item.active .answer {
  display: block;
  border-top: solid 1px #E9ECEE;
  padding-top: 10px;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .question {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .answer {
  margin-top: 15px;
  display: none;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .extra-qa {
  display: none;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .extra-qa.display {
  display: block;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .wrap-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
body.rtl.node-type-campaign-new .long-cpn .questions-answers .load-more-qa {
  font-size: 18px;
  background: white;
  border-radius: 3px;
  border: 2px solid;
  cursor: pointer;
  margin: auto;
  display: inline-block;
  height: 54px;
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .long-cpn .questions-answers .load-more-qa {
    width: 363px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .questions-answers .load-more-qa {
    width: 100%;
    margin-top: 13px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area {
  background-color: #E9ECEE;
  padding-top: 50px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .field-name-field-visible-title {
  display: none;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-bcg-image .webform-title img {
  margin: auto;
  display: block;
  float: unset;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area h2 {
  display: none;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component--remark {
  font-size: 14px;
  font-weight: 500;
  color: #4e5664;
  margin: 0 0 15px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component--remark span {
  line-height: 1;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component--remark * {
  margin-top: 0;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .panel-body {
  width: auto;
  padding: 0 0 0 30px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .panel .panel-body .webform-component-radios {
  margin: 0 0 2px 0;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component label,
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component legend {
  font-size: 14px;
  font-weight: bold;
  color: #4e5664;
  background-color: inherit;
  margin: 5px 0 0 0;
  padding: 0 7px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component label .asterisk,
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component legend .asterisk {
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 1px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component input,
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component select {
  border-radius: 4px;
  border: solid 1px #99acbb;
  height: 44px;
  max-width: 100%;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component .form-radios {
  display: block;
  width: 100%;
  float: right;
  height: auto;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .form-item.form-type-radio {
  text-align: center;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .form-item.form-type-radio input {
  display: none;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .form-item.form-type-radio .option {
  border: 1px solid #99acbb;
  width: 71px;
  height: 44px;
  background: #FFF;
  display: inline-block;
  border-radius: 4px;
  padding-top: 10px;
  cursor: pointer;
  margin-top: 1px;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .form-item.form-type-radio input:checked + .option {
  background: #63aa3c;
  border: 1px solid #63aa3c;
  color: #FFF;
}
body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-submit {
  margin: 15px 0 0;
  width: 45.5%;
  background-color: #63aa3c;
  border: 0;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 30px;
  color: white;
}
body.rtl.node-type-campaign-new .long-cpn .note {
  margin: 25px auto 45px auto;
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper {
  padding-bottom: 65px;
  padding-top: 40px;
  background: rgba(233, 236, 238, 0.4) 0% 0% no-repeat padding-box;
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .video-wrapper {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .video-content {
  float: none;
  margin: auto;
  text-align: center;
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .video-title {
  margin-bottom: 23px;
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_2,
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_3 {
  font-size: 3.125em;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_2,
  body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_3 {
    font-size: 30px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_4 {
  font-size: 1.125em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .video-wrapper .title_4 {
    font-size: 16px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper .video-youtube {
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .video-wrapper .video-youtube {
    margin-right: -15px;
    margin-left: -15px;
  }
}
body.rtl.node-type-campaign-new .long-cpn .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .banner.desktop {
    display: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner-title-mobile {
    width: 80%;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner-title-mobile .title_1 {
    line-height: 0.8;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner-caption {
    align-items: center;
  }
  body.rtl.node-type-campaign-new .long-cpn .floating-link-btn-wrapper {
    display: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .banner-content-mobile .title_4 {
    text-align: center;
  }
  body.rtl.node-type-campaign-new .long-cpn .content-area {
    float: none;
    margin: 0 15px 30px;
  }
  body.rtl.node-type-campaign-new .long-cpn .content-area .title_2,
  body.rtl.node-type-campaign-new .long-cpn .content-area .title_3 {
    font-size: 30px;
  }
  body.rtl.node-type-campaign-new .long-cpn .content-area .title_4 {
    font-size: 16px;
  }
  body.rtl.node-type-campaign-new .long-cpn .icons-wrapper {
    padding-top: 0;
    padding-bottom: 29px;
  }
  body.rtl.node-type-campaign-new .long-cpn .bunner-icons .icons-title {
    font-size: 30px;
    line-height: 30px;
    padding: 28px 0;
  }
  body.rtl.node-type-campaign-new .long-cpn .subtitle {
    font-size: 18px;
  }
  body.rtl.node-type-campaign-new .long-cpn .link-title {
    font-size: 18px;
    background-color: #63AA3C;
    color: white;
  }
  body.rtl.node-type-campaign-new .long-cpn .questions-answers {
    padding: 13px 19px 23px 19px;
    margin-bottom: 25px;
  }
  body.rtl.node-type-campaign-new .long-cpn .questions-answers .title {
    font-size: 35px;
  }
  body.rtl.node-type-campaign-new .long-cpn .questions-answers > .col-12 {
    float: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .questions-answers .question {
    font-size: 16px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents {
    margin-bottom: 25px;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .image-desktop {
    display: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .image,
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .content {
    float: none;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents img {
    width: 100%;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .title_2,
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .title_3 {
    font-size: 35px;
    color: #63AA3C;
    font-weight: bold;
  }
  body.rtl.node-type-campaign-new .long-cpn .integrated-contents .title_4 {
    font-weight: normal;
    line-height: 1.4;
    font-size: 16px;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area {
    position: relative;
    padding: 17px 0 100px;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-client-form {
    padding: 0;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-title {
    position: absolute;
    bottom: 31px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-title img {
    max-width: 100%;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-component-fieldset {
    padding: 0;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-fields {
    width: 100%;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .panel-body {
    padding: 0;
  }
  body.rtl.node-type-campaign-new .long-cpn .form_discount_area .webform-submit {
    width: 100%;
    margin: 15px auto auto auto;
  }
  body.rtl.node-type-campaign-new .long-cpn .note {
    margin-top: 16px;
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.rtl.node-type-campaign-new .long-cpn .buttons-wrapper.next a,
  body.rtl.node-type-campaign-new .long-cpn .buttons-wrapper.below a:last-child {
    margin-bottom: 18px;
  }
}
@media (min-width: 769px) {
  body.rtl.node-type-campaign-new .header-main .floating-link-btn-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  body.rtl.node-type-campaign-new .floating-link-btn-wrapper {
    float: left;
  }
  body.rtl.node-type-campaign-new .floating-link-btn-wrapper a {
    display: block;
    padding: 8px 16px;
    background-color: #5AAE29;
    text-decoration: none;
    border-radius: 3px;
    width: 100px;
    font-size: 12px;
  }
  body.rtl.node-type-campaign-new .floating-link-btn-wrapper .floating-link-btn {
    background-image: url(../../img/floating-mobile.png);
    background-repeat: no-repeat;
    background-size: 13px 20px;
    height: 20px;
    background-position-x: right;
  }
  body.rtl.node-type-campaign-new .floating-link-btn-wrapper span {
    text-align: left;
    display: block;
    color: white;
  }
}
html .node-type-campaign-contact-us .col-sm-12,
body.node-type-campaign-contact-us {
  padding-top: 0;
}
html .node-type-campaign-contact-us .col-sm-12 #block-system-main .banner-image img,
body.node-type-campaign-contact-us #block-system-main .banner-image img {
  max-width: none;
}
@media (min-width: 769px) and (max-width: 1200px) {
  html .node-type-campaign-contact-us .col-sm-12 #block-system-main .banner-image img,
  body.node-type-campaign-contact-us #block-system-main .banner-image img {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  html .node-type-campaign-contact-us .col-sm-12 header,
  body.node-type-campaign-contact-us header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: white;
    padding-bottom: 10px;
  }
  html .node-type-campaign-contact-us .col-sm-12 .header-main,
  body.node-type-campaign-contact-us .header-main {
    display: block;
    padding-top: 10px;
  }
  html .node-type-campaign-contact-us .col-sm-12 .header-main .header-logo img,
  body.node-type-campaign-contact-us .header-main .header-logo img {
    max-height: 37px;
  }
  html .node-type-campaign-contact-us .col-sm-12 #block-system-main .banner-image img,
  body.node-type-campaign-contact-us #block-system-main .banner-image img {
    height: 13.8em !important;
  }
}
@media (min-width: 769px) {
  body.rtl .node-campaign-contact-us {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
  }
  body.rtl .node-campaign-contact-us .header-main {
    display: none;
  }
  body.rtl .node-campaign-contact-us > .content {
    width: calc(100% - 379px);
    position: relative;
  }
  body.rtl .node-campaign-contact-us > .content .inner-banner {
    top: 7em;
    position: absolute;
    padding: 0 65px 0;
  }
  body.rtl .node-campaign-contact-us > .content .banner-inner {
    position: relative;
    height: 60%;
  }
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-bg-wrapper {
    height: 100%;
  }
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-image-wrapper {
    margin: auto;
    float: none;
    padding: 0;
  }
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-image {
    margin-top: 71px;
  }
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-image img {
    height: auto;
    width: 126%;
    bottom: 0;
    top: -94px;
  }
  body.rtl .node-campaign-contact-us > .content .container-content {
    position: absolute;
    width: 83%;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: auto;
  }
  body.rtl .node-campaign-contact-us > .content .note {
    max-width: 100%;
  }
  body.rtl .node-campaign-contact-us .image-mobile,
  body.rtl .node-campaign-contact-us .banner-title-mobile,
  body.rtl .node-campaign-contact-us .banner-content-mobile,
  body.rtl .node-campaign-contact-us .buttons-mobile-wrapper,
  body.rtl .node-campaign-contact-us .note-wrapper-mobile {
    display: none;
  }
  body.rtl .node-campaign-contact-us .webform-wrapper {
    margin: 0;
  }
  body.rtl .node-campaign-contact-us .form_discount_area {
    width: 379px;
  }
  body.rtl .node-campaign-contact-us .form_discount_area .webform-title {
    margin: 22% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content {
    width: calc(100% - 350px);
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content .inner-banner {
    padding: 0 23px 0;
    top: 102px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content .banner-inner {
    height: 73%;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-image {
    margin-top: 46px;
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content .banner-inner .banner-image img {
    height: 100% !important;
    width: auto;
    margin-bottom: 18px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us > .content .note {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .form_discount_area {
    width: 350px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .form_discount_area .webform-title {
    margin: 8% 0;
  }
}
@media (max-width: 768px) {
  body.rtl .node-campaign-contact-us .banner-inner {
    margin-top: 57px;
  }
  body.rtl .node-campaign-contact-us .banner-caption {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  body.rtl .node-campaign-contact-us .banner-inner .inner-banner {
    padding: 0 33px 0;
    position: absolute;
    display: flex;
    height: 12.6em;
    bottom: 0.4em;
  }
  body.rtl .node-campaign-contact-us .banner-inner .banner-bg-wrapper {
    height: 160px;
  }
  body.rtl .node-campaign-contact-us .banner-inner .banner-bg-img.mobile {
    background-size: 100% calc(141%);
  }
  body.rtl .node-campaign-contact-us .banner-inner .banner-image-wrapper {
    padding: 0;
    float: none;
    margin-right: auto;
    margin-left: auto;
    min-height: 13.5em;
  }
  body.rtl .node-campaign-contact-us .banner-inner .banner-image {
    padding: 0;
    left: 0;
    right: 0;
    margin: auto 15px;
    top: 18px;
    min-height: auto;
    border: 6px solid #fff;
    height: 12.6em;
  }
  body.rtl .node-campaign-contact-us .banner-inner .image-mobile {
    left: auto;
    right: auto;
    top: -30px;
    min-width: 100%;
    width: auto;
    height: 13.8em;
  }
  body.rtl .node-campaign-contact-us .banner-content-desktop,
  body.rtl .node-campaign-contact-us .buttons-desktop-wrapper,
  body.rtl .node-campaign-contact-us .note-wrapper-desktop,
  body.rtl .node-campaign-contact-us .banner-inner .banner-image .image-desktop {
    display: none;
  }
  body.rtl .node-campaign-contact-us .banner-title-mobile {
    height: fit-content;
  }
  body.rtl .node-campaign-contact-us .banner-title-mobile .title_1 {
    color: #63AA3C;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
  }
  body.rtl .node-campaign-contact-us .banner-content-mobile {
    margin-bottom: 13px;
  }
  body.rtl .node-campaign-contact-us .banner-content-mobile .title_4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    padding: 0;
  }
  body.rtl .node-campaign-contact-us .form_discount_area {
    position: relative;
    overflow: hidden;
    margin: 10px 0 25px;
    padding-top: 40px;
    padding-bottom: 89px;
  }
  body.rtl .node-campaign-contact-us .form_discount_area .webform-title {
    position: absolute;
    bottom: 35px;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
  }
  body.rtl .node-campaign-contact-us .form_discount_area .webform-title img {
    max-width: 89px;
  }
  body.rtl .node-campaign-contact-us .note-wrapper-mobile {
    margin-bottom: 25px;
  }
  body.rtl .node-campaign-contact-us .buttons-wrapper {
    justify-content: center;
  }
}
body.rtl .node-campaign-contact-us .banner-bg-wrapper .banner-bg-img {
  background-size: 100% calc(141%);
}
@media (min-width: 769px) and (max-width: 1200px) {
  body.rtl .node-campaign-contact-us .banner-bg-wrapper .banner-bg-img {
    background-size: calc(126%) calc(116%);
  }
}
@media (min-width: 1201px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .banner-bg-wrapper .banner-bg-img {
    background-size: calc(126%) calc(110%);
  }
}
body.rtl .node-campaign-contact-us .banner-image {
  border: 0.625em solid #fff;
  position: absolute;
  overflow: hidden;
  min-height: inherit;
}
body.rtl .node-campaign-contact-us .banner-image img {
  position: absolute;
  left: -9969px;
  right: -9999px;
  margin: auto;
  height: 338px;
  width: 1931px;
  top: -50px;
}
@media (max-width: 1840px) {
  body.rtl .node-campaign-contact-us .banner-image img {
    width: 1860px;
  }
}
@media (min-width: 1025px) {
  body.rtl .node-campaign-contact-us .banner-links-buttons {
    padding-top: 2em;
    padding-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  body.rtl .node-campaign-contact-us .banner-links-buttons {
    padding-top: 1em;
  }
}
@media (max-width: 768px) {
  body.rtl .node-campaign-contact-us .banner-links-buttons {
    padding-top: 1em;
  }
}
@media (min-width: 376px) {
  body.rtl .node-campaign-contact-us .buttons-wrapper.next {
    display: flex;
    flex-flow: wrap;
  }
  body.rtl .node-campaign-contact-us .buttons-wrapper.next a {
    margin-bottom: 30px;
  }
  body.rtl .node-campaign-contact-us .buttons-wrapper.next a img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  body.rtl .node-campaign-contact-us .buttons-wrapper.next a {
    display: block;
    margin: 0px auto 30px;
    width: 80%;
    text-align: center;
    max-width: 240px;
  }
}
body.rtl .node-campaign-contact-us .buttons-wrapper.below a {
  display: block;
  margin: 0px auto 30px;
  width: 80%;
  text-align: center;
  max-width: 240px;
}
body.rtl .node-campaign-contact-us .buttons-wrapper a {
  display: inline-block;
  width: fit-content;
  margin-left: 8px;
  text-decoration: none;
}
body.rtl .node-campaign-contact-us .buttons-wrapper .button-bgn-color {
  color: white;
  font-size: 18px;
  padding: 17px 45px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .buttons-wrapper .button-bgn-color {
    margin-right: 15px;
    padding: 17px 37px;
  }
}
body.rtl .node-campaign-contact-us .banner-content-desktop {
  float: none;
}
@media (min-width: 1681px) {
  body.rtl .node-campaign-contact-us .banner-content-desktop {
    max-width: 50%;
  }
}
body.rtl .node-campaign-contact-us .banner-content-desktop .title_1 {
  color: #63AA3C;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 4.0625em;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .banner-content-desktop .title_1 {
    font-size: 34px;
  }
}
body.rtl .node-campaign-contact-us .banner-content-desktop .title_4 {
  color: #595959;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 769px) and (max-width: 1680px) {
  body.rtl .node-campaign-contact-us .banner-content-desktop .title_4 {
    padding-left: 10px;
  }
}
body.rtl .node-campaign-contact-us .form_discount_area {
  background-color: #63AA3C;
}
body.rtl .node-campaign-contact-us .form_discount_area *:not(.error) {
  color: white;
}
body.rtl .node-campaign-contact-us .form_discount_area .field-name-field-visible-title {
  display: none;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component {
  margin-bottom: 19px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component span.error {
  position: absolute;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component .webform-error-message {
  bottom: -20px;
  font-weight: normal;
  font-size: 15px;
  color: #e60000;
  width: 100%;
  text-align: center;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component--remark {
  font-weight: bold;
  margin-bottom: 21px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component--remark .title_2,
body.rtl .node-campaign-contact-us .form_discount_area .webform-component--remark .title_3 {
  text-align: center;
  font-size: 24px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component--remark .title_4 {
  text-align: center;
}
body.rtl .node-campaign-contact-us .form_discount_area .panel-body {
  width: auto;
  padding: 0 0 0 30px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-fields {
  width: 100%;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-fields {
  padding-right: 11px;
  padding-left: 11px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component input {
  border-radius: 4px;
  border: solid 1px #99acbb;
  height: 44px;
  width: 100%;
  max-width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component label {
  font-size: 14px;
  padding: 0 7px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-component label span {
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 1px;
}
body.rtl .node-campaign-contact-us .form_discount_area .webform-submit {
  margin: 15px 0 0;
  width: 100%;
  background-color: #595959;
  border: 0;
  font-weight: bold;
  border-radius: 5px;
  line-height: 32px;
}
.node-type-campaign-big-cu {
  color: #595959;
}
.node-type-campaign-big-cu #wrap-all-content > .main-container.container {
  width: 100%;
  max-width: inherit;
}
.node-type-campaign-big-cu .questions-answers {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.node-type-campaign-big-cu .questions-answers .bgn-qa {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  background-size: cover;
  background-position: center;
}
.node-type-campaign-big-cu .questions-answers .title {
  margin-bottom: 7px;
}
.node-type-campaign-big-cu .questions-answers .extra-qa {
  display: none;
}
.node-type-campaign-big-cu .questions-answers .extra-qa.display {
  display: block;
}
.node-type-campaign-big-cu .questions-answers .question-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin-bottom: 9px;
}
.node-type-campaign-big-cu .questions-answers .question-item:after {
  content: " ";
  background-image: url(../../img/plus-green.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  background-position: center;
  left: 19px;
  top: calc(50% - 7.5px);
}
.node-type-campaign-big-cu .questions-answers .question-item.active:after {
  background-image: url(../../img/minus-green.svg);
}
.node-type-campaign-big-cu .questions-answers .question-item.active .question {
  font-weight: bold;
}
.node-type-campaign-big-cu .questions-answers .question-item.active .answer {
  display: block;
  margin-top: 15px;
}
.node-type-campaign-big-cu .questions-answers .question {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
}
.node-type-campaign-big-cu .questions-answers .answer {
  font-size: 18px;
  display: none;
}
.node-type-campaign-big-cu .questions-answers .load-more-qa {
  font-size: 18px;
  background: white;
  border-radius: 3px;
  border: 2px solid;
  cursor: pointer;
  margin: auto;
  display: inline-block;
  height: 54px;
}
.node-type-campaign-big-cu .phone-numbers .phones-title {
  text-align: center;
  margin-bottom: 12px;
}
.node-type-campaign-big-cu .phone-numbers .phones-wrapper {
  display: flex;
  justify-content: center;
}
.node-type-campaign-big-cu .phone-numbers .phone-cube {
  box-shadow: 0px 14px 25px rgba(121, 141, 235, 0.15);
  background-color: white;
}
.node-type-campaign-big-cu .phone-numbers .phone-desktop {
  padding: 32px 31px 14px;
  display: flex;
  width: 300px;
  align-items: center;
}
.node-type-campaign-big-cu .phone-numbers .phone-desktop:not(:first-of-type) {
  margin-right: 10px;
}
.node-type-campaign-big-cu .phone-numbers .phone-desktop .phone-details {
  margin-right: 25px;
}
.node-type-campaign-big-cu .phone-numbers .phone-mobile {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 15px;
}
.node-type-campaign-big-cu .phone-numbers .phone-mobile:nth-of-type(even) {
  margin-right: 10px;
}
.node-type-campaign-big-cu .phone-numbers .phone-content {
  font-size: 20px;
  color: #4E5664;
  font-weight: 500;
}
.node-type-campaign-big-cu .phone-numbers .phone-number {
  color: #63AA3C;
  font-weight: 500;
}
.node-type-campaign-big-cu .open-account .title_4 {
  font-size: 18px;
  font-weight: normal;
}
.node-type-campaign-big-cu .btn-open-account,
.node-type-campaign-big-cu .btn-branches {
  background-color: #63AA3C;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.node-type-campaign-big-cu .btn-open-account:hover,
.node-type-campaign-big-cu .btn-branches:hover,
.node-type-campaign-big-cu .btn-open-account:focus,
.node-type-campaign-big-cu .btn-branches:focus {
  text-decoration: none;
}
.node-type-campaign-big-cu .branches .icon-branhces {
  background-image: url(../../img/pin_bank_icon.png);
  background-repeat: no-repeat;
  height: 59px;
  background-position: center;
  background-size: contain;
  margin: auto;
}
.node-type-campaign-big-cu .social-networks .wrap-links {
  display: flex;
  justify-content: center;
}
.node-type-campaign-big-cu .social-networks a {
  border-radius: 50%;
  background-color: white;
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 14px 25px rgba(121, 141, 235, 0.15);
  margin-right: 12px;
  text-align: center;
}
.node-type-campaign-big-cu .social-networks a:hover,
.node-type-campaign-big-cu .social-networks a:focus {
  text-decoration: none;
}
.node-type-campaign-big-cu .social-networks img {
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
}
.node-type-campaign-big-cu .bubbles {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .node-type-campaign-big-cu .banner-mobile {
    display: none;
  }
  .node-type-campaign-big-cu .banner {
    margin-right: -15px;
    margin-left: -15px;
    height: 422px;
  }
  .node-type-campaign-big-cu .banner .banner-blur-bg-wrapper {
    height: 90.75%;
  }
  .node-type-campaign-big-cu .banner .banner-blur-bg.fitByWidth {
    background-size: 100% auto;
  }
  .node-type-campaign-big-cu .banner .banner-bg {
    margin-top: 40px;
  }
  .node-type-campaign-big-cu .banner .banner-bg img {
    height: auto !important;
    width: 1931px;
    top: -57px;
  }
  .node-type-campaign-big-cu .banner .banner-content {
    padding-top: 150px !important;
  }
  .node-type-campaign-big-cu .banner .title_1 {
    font-size: 70px;
    font-weight: bold;
    max-width: 48%;
    color: #595959;
  }
  .node-type-campaign-big-cu .bubbles {
    background-image: url(../../img/bubbels-desktop.png);
    background-position-y: 95px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .node-type-campaign-big-cu .questions-answers .title,
  .node-type-campaign-big-cu .phones-title {
    font-size: 50px;
  }
  .node-type-campaign-big-cu .questions-answers {
    margin-top: -60px;
    padding: 71px 0 40px;
  }
  .node-type-campaign-big-cu .questions-answers .question-item {
    padding: 15px 32px;
  }
  .node-type-campaign-big-cu .questions-answers .wrap-content {
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .node-type-campaign-big-cu .questions-answers .load-more-qa {
    width: 363px;
    margin-top: 25px;
  }
  .node-type-campaign-big-cu .phone-numbers {
    padding: 52px 0 66px;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-number {
    font-size: 28px;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-mobile {
    display: none;
  }
  .node-type-campaign-big-cu .open-account {
    position: relative;
    width: 90.625em;
    right: 50%;
    margin-right: -45.3125em;
  }
  .node-type-campaign-big-cu .open-account .bg-open-account.mobile {
    display: none;
  }
  .node-type-campaign-big-cu .open-account .wrap-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
  }
  .node-type-campaign-big-cu .open-account .title_2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    width: 65%;
  }
  .node-type-campaign-big-cu .open-account .title_4 {
    width: 32%;
    margin-bottom: 30px;
  }
  .node-type-campaign-big-cu .btn-open-account,
  .node-type-campaign-big-cu .btn-branches {
    width: 326px;
  }
  .node-type-campaign-big-cu .branches {
    position: relative;
    width: 90.625em;
    right: 50%;
    margin-right: -45.3125em;
    margin-top: 35px;
  }
  .node-type-campaign-big-cu .branches .bg-branches.mobile {
    display: none;
  }
  .node-type-campaign-big-cu .branches .wrap-content {
    position: absolute;
    top: 22px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .node-type-campaign-big-cu .branches .content-branches {
    margin: auto;
    margin-bottom: 25px;
  }
  .node-type-campaign-big-cu .branches .title_2 {
    font-size: 50px;
    font-weight: normal;
  }
  .node-type-campaign-big-cu .branches .title_4 {
    font-size: 18px;
    font-weight: normal;
  }
  .node-type-campaign-big-cu .branches .btn-branches {
    margin: auto;
  }
  .node-type-campaign-big-cu .social-networks {
    padding-bottom: 56px;
    margin-top: 32px;
  }
  .node-type-campaign-big-cu .social-networks .title-social-networks {
    font-size: 50px;
    text-align: center;
  }
  .node-type-campaign-big-cu .social-networks a {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 769px) and (min-height: 601px) and (min-width: 768px) {
  .node-type-campaign-big-cu .banner .banner-content {
    padding-top: 9vh;
  }
}
@media (max-width: 1366px) and (min-width: 769px) {
  .node-type-campaign-big-cu .open-account,
  .node-type-campaign-big-cu .branches,
  .node-type-campaign-big-cu .banner.desktop .banner-bg {
    width: 96.2%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .node-type-campaign-big-cu .branches .wrap-content {
    top: 13px;
  }
  .node-type-campaign-big-cu .branches .content-branches {
    margin-bottom: 0;
  }
  .node-type-campaign-big-cu .open-account .title_4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1270px) and (min-width: 992px) {
  .node-type-campaign-big-cu .open-account .wrap-content {
    bottom: 17px;
  }
}
@media (max-width: 920px) and (min-width: 769px) {
  .node-type-campaign-big-cu .open-account .wrap-content {
    bottom: 10px;
  }
}
@media (max-width: 950px) and (min-width: 769px) {
  .node-type-campaign-big-cu .branches .wrap-content {
    top: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .node-type-campaign-big-cu .branches .icon-branhces {
    height: 45px;
    width: 100%;
  }
  .node-type-campaign-big-cu .branches .title_2 {
    font-size: 30px;
  }
  .node-type-campaign-big-cu .branches .title_4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .node-type-campaign-big-cu .branches .btn-branches {
    line-height: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .node-type-campaign-big-cu .open-account .title_2 {
    font-size: 53px;
  }
  .node-type-campaign-big-cu .open-account .title_4 {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .node-type-campaign-big-cu .open-account .title_2 {
    font-size: 43px;
  }
}
@media (max-width: 1366px) and (min-width: 992px) {
  .node-type-campaign-big-cu .open-account .content-open-account,
  .node-type-campaign-big-cu .open-account .btn-open-account {
    margin-right: 80px;
  }
}
@media (max-width: 1300px) and (min-width: 769px) {
  .node-type-campaign-big-cu .branches .title_2 {
    margin: 0;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .node-type-campaign-big-cu .banner.desktop {
    display: none;
  }
  .node-type-campaign-big-cu .banner-mobile {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
  }
  .node-type-campaign-big-cu .banner-mobile img {
    width: 100%;
  }
  .node-type-campaign-big-cu .banner-mobile .banner-content {
    position: absolute;
    top: 0;
    margin-top: 12%;
    margin-right: 14%;
    width: 39%;
  }
  .node-type-campaign-big-cu .banner-mobile .banner-content .title_1 {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
  }
  .node-type-campaign-big-cu .bubbles {
    background-image: url(../../img/bubbels-mobile.png);
    background-repeat: no-repeat;
    background-position-y: 370px;
    background-size: cover;
    background-position-x: center;
  }
  .node-type-campaign-big-cu .questions-answers .title,
  .node-type-campaign-big-cu .phones-title {
    font-size: 40px;
  }
  .node-type-campaign-big-cu .questions-answers {
    padding: 8px 0 36px;
  }
  .node-type-campaign-big-cu .questions-answers .question-item {
    padding: 12px 16px 12px 40px;
  }
  .node-type-campaign-big-cu .questions-answers .load-more-qa {
    width: 100%;
    margin-top: 13px;
  }
  .node-type-campaign-big-cu .phone-numbers {
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 0 36px;
  }
  .node-type-campaign-big-cu .phone-numbers .phones-wrapper {
    flex-wrap: wrap;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-content {
    text-align: center;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-number {
    font-size: 24px;
    text-align: center;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-desktop {
    display: none;
  }
  .node-type-campaign-big-cu .phone-numbers .phone-mobile:hover,
  .node-type-campaign-big-cu .phone-numbers .phone-mobile:focus {
    text-decoration: none;
  }
  .node-type-campaign-big-cu .btn-open-account,
  .node-type-campaign-big-cu .btn-branches {
    width: 100%;
  }
  .node-type-campaign-big-cu .open-account .bg-open-account.desktop {
    display: none;
  }
  .node-type-campaign-big-cu .open-account .bg-open-account {
    width: 100%;
  }
  .node-type-campaign-big-cu .open-account .wrap-content {
    background-image: url(../../img/app_bg_mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .node-type-campaign-big-cu .open-account .title_2 {
    font-size: 35px;
    font-weight: bold;
  }
  .node-type-campaign-big-cu .branches {
    background-image: url(../../img/snifim_mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 25px 0 20px;
  }
  .node-type-campaign-big-cu .branches:after {
    content: " ";
    display: table;
    clear: both;
  }
  .node-type-campaign-big-cu .branches .bg-branches.desktop {
    display: none;
  }
  .node-type-campaign-big-cu .branches .bg-branches {
    width: 100%;
  }
  .node-type-campaign-big-cu .branches .wrap-content {
    text-align: center;
  }
  .node-type-campaign-big-cu .branches .title_2 {
    font-size: 40px;
    font-weight: normal;
  }
  .node-type-campaign-big-cu .branches .title_4 {
    font-size: 18px;
    font-weight: normal;
  }
  .node-type-campaign-big-cu .social-networks {
    padding-bottom: 43px;
    margin-top: 43px;
  }
  .node-type-campaign-big-cu .social-networks .title-social-networks {
    font-size: 40px;
    text-align: center;
  }
  .node-type-campaign-big-cu .social-networks a {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .node-type-campaign-big-cu .social-networks img {
    width: 22px;
    margin-bottom: 3px;
  }
}
body.node-type-atm {
  padding: 0;
  margin: 0;
}
body.node-type-atm .header-main {
  display: block;
  padding: 20px 0;
}
body.node-type-atm .header-main img {
  max-height: 45px;
}
body.node-type-atm .header-main .container {
  border: none;
  margin-bottom: 0;
}
body.node-type-atm form {
  padding-top: 16px;
}
body.node-type-atm form a {
  color: #63AA3C;
}
body.node-type-atm form legend.panel-heading {
  display: none;
}
body.node-type-atm .webform-client-form .webform-component-fieldset {
  padding: 20px 0 0;
  margin: 0;
  max-width: inherit;
}
body.node-type-atm .webform-client-form .panel .panel-body {
  padding: 0;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component-markup a {
  text-decoration: underline;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component {
  color: #595959;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component.webform-component--fieldset1--partially legend {
  font-weight: bold;
  color: #595959;
  padding: 0 8px 22px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component.webform-component--fieldset1--partially span.error {
  top: 66px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component label {
  padding: 0 8px;
  font-weight: bold;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-radios {
  display: flex;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-radio {
  display: flex;
  margin-left: 28px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-radio label {
  font-weight: normal;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-radio input {
  width: 23px;
  height: 23px;
  margin: 0;
  top: 0;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-text,
body.node-type-atm .webform-client-form .panel .panel-body .webform-component select {
  height: 44px;
  padding: 13px 15px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component select {
  appearance: inherit;
  background-image: url(../../img/select-arrow.jpg);
  background-repeat: no-repeat;
  background-position: 12px 18px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-checkbox input {
  height: 28px;
  width: 28px;
  margin: 0;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component .form-type-checkbox label {
  margin: 0;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component span.asterisk {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 14px;
  color: #63AA3C;
}
body.node-type-atm .webform-client-form .panel .panel-body span.error {
  position: absolute;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--remark {
  font-size: 16px;
  margin-top: 16px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset1--unknown-total-amount,
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset1--unknown-credit-amount {
  margin-top: 20px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset1--credit-amount,
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset2--legal-notes {
  margin-top: 0;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component-radios {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset2--approval {
  margin-bottom: 17px;
}
body.node-type-atm .webform-client-form .panel .panel-body .webform-component--fieldset2--approval span.error {
  width: 100%;
  text-align: center;
}
body.node-type-atm .webform-client-form .green-btn.webform-submit {
  background-color: #63AA3C;
  border: none;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
  height: 44px;
  float: none;
  margin: 15px 0 0;
}
body.node-type-atm .webform-error-message {
  margin-top: -32px;
}
body.node-type-atm .webform-component--fieldset1--total-amount span.error,
body.node-type-atm .webform-component--fieldset1--credit-amount span.error {
  top: 115px;
}
body.node-type-atm .webform-component--fieldset1--total-amount .placeholder,
body.node-type-atm .webform-component--fieldset1--credit-amount .placeholder {
  font-style: normal;
}
@media (min-width: 769px) {
  body.node-type-atm .main-container {
    background-color: #E9ECEE;
  }
  body.node-type-atm .webform-client-form {
    margin-bottom: 60px;
  }
  body.node-type-atm .webform-client-form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
  }
  body.node-type-atm .webform-client-form .panel .panel-body {
    width: 340px;
  }
  body.node-type-atm .webform-client-form .webform-component-fieldset {
    width: 340px;
  }
  body.node-type-atm .webform-client-form .captcha {
    position: absolute;
    bottom: 70px;
  }
  body.node-type-atm .webform-client-form .green-btn.webform-submit {
    position: absolute;
    bottom: 0;
    width: 340px;
  }
  body.node-type-atm .webform-client-form .save-hidden-height {
    height: 213px;
  }
}
@media (max-width: 768px) {
  body.node-type-atm #wrap-all-content {
    background-color: #E9ECEE;
  }
  body.node-type-atm .webform-client-form {
    margin: 0 2px 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body.node-type-atm .webform-component--remark {
    width: 96%;
  }
  body.node-type-atm .green-btn.webform-submit,
  body.node-type-atm .captcha {
    left: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.node-type-atm .webform-component--remark {
    width: 82%;
  }
  body.node-type-atm .green-btn.webform-submit,
  body.node-type-atm .captcha {
    left: 86px;
  }
}
@media (min-width: 1200px) {
  body.node-type-atm .webform-client-form .webform-component--fieldset2 {
    margin-right: -11%;
  }
  body.node-type-atm .webform-client-form .webform-component--remark {
    width: 71%;
    padding-right: 31px;
  }
  body.node-type-atm .webform-client-form .green-btn.webform-submit,
  body.node-type-atm .webform-client-form .captcha {
    left: 195px;
  }
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  font-family: sans-serif;
  margin: 100px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}
