@charset "UTF-8";
/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
.footer {
  padding-top: 33px;
  font-family: "century_gothic", Verdana, sans-serif;
  width: 100%;
  overflow: hidden;
}
.footer-cookie {
  width: 150px;
  min-height: 89px;
  background: #734646;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 16px 14px;
  text-align: center;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.19;
  position: fixed;
  bottom: 20px;
  right: 70px;
  z-index: 3;
}
.footer-cookie-close {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.footer-cookie-close::after {
  content: url(../images/icons/svg/close.svg);
  width: 10px;
}
.footer-cookie span {
  text-transform: uppercase;
}
.footer-cookie-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.footer-cookie-link:hover {
  color: inherit;
  border-bottom-color: transparent;
}
.footer-cookie-link:focus {
  color: inherit;
  border-bottom-color: transparent;
}
@media (max-width: 640px) {
  .footer {
    float: right;
  }
}
.footer .container-fluid {
  align-self: flex-end;
  width: 100%;
}
.footer .blue {
  color: #4e80db;
  font-family: "century_gothic", Verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  transition: 0.2s linear;
}
.footer .footer-info .field__label {
  display: none;
}
.footer .footer-info table th {
  border-top: none;
  padding: 0;
}
.footer .footer-info table a:hover {
  color: #fff;
}
.footer .footer-info table p.footer_up_3_header {
  color: #333;
  font-size: 21px;
  font-weight: 600;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .footer .footer-info table p.footer_up_3_header {
    font-size: 16px;
    max-width: 100%;
  }
}
.footer .footer-info table td {
  border-top: none;
  padding: 0;
}
@media (max-width: 540px) {
  .footer .footer-info table td {
    font-size: 12px;
  }
}
.footer .footer-info table tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.footer #share p {
  margin: 0 !important;
}
.footer .short-about {
  padding: 40px 0;
  margin-top: 20px;
  background-color: #aaa;
  font-size: 14px;
  color: #4e576c;
}
.footer .short-about__content {
  padding: 20px 0;
}
@media (min-width: 1140px) {
  .footer .short-about__content {
    padding-left: 70px;
  }
}
.footer .short-about__text {
  font-family: "century_gothic_bold", Verdana, sans-serif;
  margin-bottom: 20px;
}
.footer .short-about__address {
  font-family: "century_gothic", Verdana, sans-serif;
}
.footer .short-about .logos {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
}
@media (miax-width: 720px) {
  .footer .short-about .logos {
    flex-wrap: wrap;
  }
}
.footer .short-about .logos .logo {
  flex: 0 0 auto;
  padding: 20px 10px;
  width: 33.333%;
  text-align: center;
}
@media (min-width: 1140px) {
  .footer .short-about .logos {
    padding-left: 70px;
  }
}
.footer #footer {
  width: 100%;
  background-image: url(../images/bottom_pattern_2.jpg);
  transition: 0.1s linear;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: white;
  min-height: 750px;
  padding-top: 70px;
  color: #5f5f5f;
  /*.container {
    .col-md-5 {
      background: #8bb1d0;
      border-right: 1px solid #666;
      &.footer-info {
        padding: 30px;
        font-size: 15px;
        color: #fff;
        .text-formatted {
          max-width: 100%;
          margin: auto;
        }
      }
    }
  }
  .menus {
    .right {
      border-left: 1px solid;
    }
    ul {
      list-style: none;
      margin-left: 0;
      li {
        list-style: none;
        a {
          margin: 0px;
          padding: 0px;
          text-decoration: none;
          color: #333;
          transition: 0.2s linear;
          font-size: 20px;
          font-weight: 600;
          &:hover {
            color: #fff;
          }
        }
        ul {
          font-weight: 400;
          li.menu-item {
            padding: 0;
            a {
              margin: 0px;
              padding: 0px;
              text-decoration: none;
              color: #333;
              transition: 0.2s linear;
              font-size: 92%;
              line-height: 18px;
              font-weight: 400;
              letter-spacing: 0;
              &:hover {
                color: #fff;
              }
            }
          }
        }
      }
    }
  } */
}
.footer #footer h2 {
  font-family: "century_gothic_bold", Verdana, sans-serif;
  font-size: 20px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.footer #footer p {
  line-height: 1.3em;
  margin-bottom: 30px;
}
.footer #footer span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 7px;
}
.footer #footer a {
  color: #0078ff;
  border-bottom: 1px solid;
  text-decoration: none;
}
.footer #footer a:hover {
  text-decoration: none;
  border-color: transparent;
  transition: all 200ms linear;
}
.footer #footer .block-menu {
  margin: -5px 0 0 0;
}
.footer #footer .block-menu ul.menu {
  margin: 0;
}
.footer #footer .block-menu ul.menu li {
  list-style: none;
  padding: 6px 0;
}
.footer #footer .block-menu ul.menu a {
  font-size: 16px;
  line-height: 1.1em;
  font-family: "century_gothic", Verdana, sans-serif;
  color: #5f5f5f;
  border: 0;
}
.footer #footer .block-menu > ul > li > a {
  font-family: "century_gothic_bold" !important;
  font-size: 20px !important;
}
@media (min-width: 1140px) {
  .footer #footer .footer-info {
    padding-right: 22px;
  }
  .footer #footer .menus {
    padding-left: 22px;
  }
}
.footer #bottom .footer_up_1_div {
  position: relative;
  font-family: "century_gothic", Verdana, sans-serif;
  font-weight: bold;
  color: #777;
  padding: 10px 10px 10px 15px;
  font-size: 15px;
}
.footer #bottom .footer_up_5_div {
  position: relative;
  font-family: "century_gothic", Verdana, sans-serif;
  font-weight: bold;
  color: #a09f9f;
  padding: 0px 0px 20px 15px;
}
.footer #collapses .container {
  width: 100%;
}
.footer #collapses .container .col-md-12 {
  border-top: 1px solid #737373;
  color: #949292;
}
.footer #collapses .container .col-md-12 a {
  text-align: center;
  display: block;
  color: #444;
  padding: 10px;
  text-decoration: none;
}
.footer #collapses .container .col-md-12 a:hover, .footer #collapses .container .col-md-12 a:active {
  color: #444;
  text-decoration: none !important;
  outline: none !important;
}
.footer #collapses .container .col-md-12 a .partners-arrow,
.footer #collapses .container .col-md-12 a .informers-arrow {
  background: url(../images/arrow_down.png) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 16px;
  display: block;
  margin: 5px auto 0;
  transform: rotate(0deg);
}
.footer #collapses .container .col-md-12 a .partners-arrow.opened,
.footer #collapses .container .col-md-12 a .informers-arrow.opened {
  transform: rotate(180deg);
}
.footer #collapses .container .col-md-12 .collapse {
  padding: 0 0 20px;
}
.footer .copy {
  font-size: 14px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
}
.footer .synapse {
  margin-top: 5px;
}
.footer .synapse-logo {
  position: relative;
  top: -5px;
}
.footer .synapse a {
  font-style: italic;
}
.page-wrapper--offsetless .footer {
  padding-left: 0;
}

.footer-top {
  overflow: hidden;
  width: 100%;
}
.footer-top .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.footer-top #f-social {
  text-align: center;
  padding: 40px 0 10px 0;
  width: 100%;
}
.footer-top #f-social a {
  display: inline-block;
  margin: 0 5px;
}
.footer-top #f-social a:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.footer-top #f-social a img {
  height: 42px;
  width: 42px;
}
.footer-top #f-social > div {
  font-size: 24px;
  margin-bottom: 25px;
  color: #6c6a6b;
  font-family: "century_gothic_bold", Verdana, sans-serif;
}
.footer-top #f-promo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-top: 57px;
  padding: 0 15px;
  background: url(../images/f-promo.jpg) no-repeat center 0;
  background-size: cover;
}
@media (min-width: 992px) {
  .footer-top #f-promo {
    padding: 0 80px;
  }
  .footer-top #f-promo:after {
    content: "";
    background: url(../images/f-promo-phone.png) no-repeat 0 0;
    width: 750px;
    height: 637px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -110px;
  }
  .footer-top #f-promo > div {
    flex-basis: 50%;
  }
}
.footer-top #f-promo h2 {
  color: #ffffff;
  font-size: 21px;
  font-family: "century_gothic_bold", Verdana, sans-serif;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .footer-top #f-promo h2 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .footer-top #f-promo h2 {
    font-size: 35px;
  }
}
.footer-top #f-promo p {
  color: #ffffff;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .footer-top #f-promo p {
    font-size: 24px;
  }
}
.footer-top #f-promo .link {
  margin: 40px 0 0 0;
}
.footer-top #f-promo .link a {
  background: url(../images/f-promo-link.png) no-repeat 0 0;
  width: 194px;
  height: 55px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.footer-top #f-promo .link a:hover {
  opacity: 0.8;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.page-wrapper--offsetless .footer-top {
  padding-left: 0;
}

.block-views-blockpartner-block {
  padding: 40px 0;
}
.block-views-blockpartner-block .views-row {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 540px) {
  .block-views-blockpartner-block .views-row {
    width: 50%;
  }
}
@media (min-width: 720px) {
  .block-views-blockpartner-block .views-row {
    width: 33.33%;
  }
}
@media (min-width: 960px) {
  .block-views-blockpartner-block .views-row {
    width: 20%;
  }
}
.block-views-blockpartner-block .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 40px;
  height: 20px;
  padding: 5px 0;
  z-index: 4;
  display: none;
}
.block-views-blockpartner-block .flickity-prev-next-button:hover {
  opacity: 0.8;
  webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.block-views-blockpartner-block .flickity-prev-next-button.previous {
  background: url(../images/slider-front-nav-black.png) no-repeat 0px 0px;
  left: -50px;
}
.block-views-blockpartner-block .flickity-prev-next-button.next {
  background: url(../images/slider-front-nav-black.png) no-repeat -71px 0px;
  right: -50px;
}
.block-views-blockpartner-block .flickity-prev-next-button svg {
  display: none;
}
@media (min-width: 1140px) {
  .block-views-blockpartner-block .flickity-prev-next-button {
    display: block;
  }
}
.block-views-blockpartner-block .view-content {
  position: relative;
}
@media (min-width: 1140px) {
  .block-views-blockpartner-block .view-content.not-slider .flickity-prev-next-button {
    display: none;
  }
}

#copyright {
  font-family: Arial;
  font-size: 13px;
  background: #5f5f5f;
  color: #d3d3d3;
  padding: 30px 50px;
  text-align: center;
}
#copyright a {
  color: #d3d3d3;
}
#copyright .pravila {
  display: inline;
  text-decoration: underline;
  margin-right: 5px;
  text-align: left;
}
#copyright .pravila:hover {
  text-decoration: none;
}
#copyright .pravila-qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#copyright .col-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 960px) {
  #copyright .row > div:nth-child(1) {
    text-align: left;
  }
  #copyright .row > div:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #copyright .pravila {
    text-align: center;
  }
  #copyright .col-flex {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=_maps/footer.css.map */
