

/* Start:/local/templates/redesign/css/partners.css?177272028737174*/
.nav-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.nav-item {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.nav-item:hover .nav-item__link {
  color: #fff;
  background-color: #0668b3;
}

.nav-item:hover .nav-item__multilink {
  cursor: default;
}

.nav-item:hover .nav-item__multilink::after {
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #f59c04;
}

.nav-item:hover .nav-item__list {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav-item__link {
  position: relative;
  display: block;
  padding: 7px 22px 9px 15px;
  color: #0668b3;
  font-size: 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  font-weight: 400;
}

.nav-item__multilink::after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  margin-top: -1px;
  content: "";
  border-width: 5px 3px 0 3px;
  border-style: solid;
  border-color: #1164a6 transparent transparent;
}

.nav-item__list {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  padding: 10px 0;
  visibility: hidden;
  min-width: 100%;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  color: #fff;
  background-color: #0668b3;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 0;
}

.nav-item__list-item a {
  display: block;
  padding: 6px 15px 7px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 27px;
}

.nav-item__list-item a:hover {
  color: #f59c04;
  background-color: #142638;
}

.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 8px 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  font: inherit;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #0668b2;
}

.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: "";
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger {
  position: relative;
  z-index: 5;
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-mob {
  display: none;
}

.nav-mob {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #fff;
}

.nav-mob__lang {
  padding: 40px 0 25px 25px;
}

.nav-mob__lang-link {
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
  color: #999999;
  border: 1px solid rgba(193, 193, 193, 0.5);
  font-size: 1.125rem;
}

.nav-mob__lang-link:hover {
  color: #f59c04;
  font-weight: 500;
}

.active-lang {
  color: #f59c04;
  font-weight: 500;
}

.active-menu {
  left: 0;
}

.nav-mob__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 430px;
}

.nav-item__mob {
  width: 100%;
  border-bottom: 1px rgba(153, 153, 153, 0.5) solid;
}

.nav-item__mob:last-child {
  border-bottom: 0;
}

.active-item {
  color: #fff;
  background-color: #0668b2;
}

.nav-item__list-mob {
  overflow: hidden;
  max-height: 0;
  padding-left: 10px;
  list-style: none;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  background: #0668b2;
}

.nav-item__list-mob .nav-item__list-item a {
  font-size: 0.9375rem;
}

.nav-mob__info {
  padding: 30px 0 0 30px;
}

.nav-mob__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.nav-mob__info-phone a {
  margin-right: 20px;
  color: #666666;
  font-size: 1.375rem;
  font-weight: 400;
}

.nav-mob__info-phone a:hover,
.nav-mob__info-phone a:active {
  color: #0668b2;
}

.nav-mob__info-phone span {
  color: #999999;
  font-size: 1.25rem;
  font-weight: 300;
}

.header-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #0668b2;
  padding: 12px 0;
}

.header-status__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  margin-right: 60px;
}

.header-status__form label {
  padding-right: 20px;
  font-weight: 500;
}

.header-status__form input {
  width: 500px;
  height: 100%;
  margin-right: -5px;
  padding: 0 0 0 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 0.9375rem;
  font-style: italic;
}

.header-status__form .status-send {
  height: 100%;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
  background-color: #f59c04;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 110px;
  font-size: 1rem;
}

.header-status__form .status-send:hover,
.header-status__form .status-send:active {
  background-color: #fba717;
}

.header-status__phones {
  margin-right: 20px;
}

.header-status__phone {
  margin: 2px 0;
}

.header-status__phone a {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}

.header-status__phone a:hover,
.header-status__phone a:active {
  opacity: .8;
}

.header-status__phone span {
  display: inline-block;
  vertical-align: baseline;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
}

.header-status__button {
  padding-right: 15px;
}

.header-status__button-desk {
  text-transform: initial !important;
}

.header-status__button-mob {
  display: none;
}

.header-status__button-img {
  width: 31px;
  height: 31px;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}

.modal__close {
  position: absolute;
  top: -10px;
  right: -20px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border: 0;
  outline: none;
  background: transparent;
}

.modal__close:hover,
.modal__close:active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal__close-img {
  width: 30px;
  height: 30px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

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

.modal__btn {
  overflow: visible;
  margin: 0;
  padding-top: .5rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  cursor: pointer;
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
  border-width: 0;
  border-style: none;
  border-radius: .25rem;
  background-color: #e6e6e6;
  font-size: .875rem;
  line-height: 1.15;
  -webkit-appearance: button;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  color: #fff;
  background-color: #00449e;
}

/**************************  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/**** INPUTS ****/

.group {
  position: relative;
  margin-bottom: 35px;
}

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

.input {
  display: block;
  width: 300px;
  padding: 15px 5px 15px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #e9e9e9;
  font-size: 1rem;
}

.modal-header__textarea {
  width: calc(100% - 25px);
  min-height: 100px;
}

/* LABEL ======================================= */

.label {
  position: absolute;
  top: 23px;
  left: 20px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
  font-size: 1rem;
  font-weight: normal;
}

/* active state */

.input:focus ~ .label,
.input:valid ~ .label {
  top: -10px;
  left: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  color: #333;
  font-size: 14px;
}

.input:focus ~ .label .input-star,
.input:valid ~ .label .input-star {
  opacity: 0;
}

input:focus,
textarea:focus {
  background-color: #ffffff!important;
}

input:focus ~ .partners-form__label,
input:valid ~ .partners-form__label {
  color: #fff!important;
}

/* active state */

.input:focus ~ .bar:before,
.input:focus ~ .bar:after {
  width: 50%;
}

.header-modal__button {
  width: 100%;
}

.header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5px 0;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mob__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-lk {
  margin-right: 15px;
}

.header-lk__img {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 5px;
  vertical-align: bottom;
}

.header-lk__link {
  display: inline-block;
  vertical-align: bottom;
  color: #0668b2;
  font-size: 1.25rem;
  font-weight: 300;
}

.header-lk__link:hover,
.header-lk__link:active {
  color: #f59c04;
}

.nav-mob__lang {
  list-style: none;
}

.nav-mob__lang > li {
  position: relative;
}

.nav-mob__lang > li:hover .nav-mob__lang-list {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav-mob__lang-list {
  position: absolute;
  list-style: none;
  z-index: 99;
  top: 34px;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(20);
  transform: translateY(20);
  opacity: 0;
}

.nav-mob__lang-link--submenu {
  background-color: #fff;
  margin-right: 0;
  display: block;
}

.nav-mob__lang-desktop {
  padding: 0;
}

.padding-for-form {
  padding-top: 15px;
}

@media screen and (max-width: 1300px) {
  .header-logo {
    display: none;
  }
}

@media (max-width: 1170px) {
  .nav-desk {
    display: none;
  }

  .menu-mob {
    display: block;
  }

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

  .header-status__form {
    margin-right: 0;
    padding: 15px;
  }

  .header-status__form label {
    display: none;
  }

  .header-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }

  .header-logo {
    display: initial;
  }

  .nav-mob__lang-desktop {
    display: none;
  }
}

@media (max-width: 960px) {
  .nav-mob__list {
    width: 96%;
  }

  .header-status__form input {
    width: calc(100vw - 450px);
  }

  .header-status__button-desk {
    display: none !important;
  }

  .header-status__button-mob {
    display: block;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border: 0;
    outline: none;
    background: 0;
  }

  .header-status__button-mob:hover,
  .header-status__button-mob:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 640px) {
  .header-status__phones {
    display: none;
  }
}

@media (max-width: 600px) {
  .header-status__form input {
    width: calc(100vw - 150px);
  }

  .header-status__form .status-send {
    padding: 0 5px;
  }

  .header-status__button {
    padding-right: 5px;
  }
}

@media (max-width: 420px) {
  .header-status__form {
    padding: 15px 5px;
  }

  .header-status__form input {
    width: calc(100vw - 125px);
  }

  .header-lk__img {
    margin-right: 2px;
  }
}.footer {
  display: grid;
  max-width: 1170px;
  padding: 50px 0 10px;
  color: #3f4247;
  border-top: 1px solid rgba(216, 215, 215, 0.3);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0.625rem;
}

.footer-adress {
  margin-top: 0;
}

.footer-subtitle {
  margin-bottom: 15px;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 300;
}

.footer-subtitle__link {
  color: inherit;
  text-decoration: underline;
}

.footer-client {
  /*text-align: center;*/
}

.footer-client a {
  font-weight: 300;
  margin-left: 20px;
}

.footer-phone1,
.footer-phone2,
.footer-phone3{
  text-align: right;
}

.footer-polity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 5;
}

.footer-polity__link {
  margin-right: 20px;
}

.footer-polity__social {
  margin-top: 20px;
}

.footer-polity__social-link {
  margin: 0 8px -2px 0;
}

.footer-polity__social-img {
  width: 38px;
  height: 38px;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-polity__social-img:hover,
.footer-polity__social-img:active {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.footer-btn {
  text-transform: initial !important;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 6;
  justify-self: end;
}

.footer-logo > span {
  margin-right: 10px;
  font-size: 0.8125rem;
  color: #65686c;
}

.footer-logo a:hover svg {
  fill: #0668b2;
}

.footer-logo svg {
  fill: #65686c;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (max-width: 960px) {
  .footer {
    grid-template-columns: 1fr;
  }

  .footer-client {
    margin-bottom: 20px;
    text-align: left;
    grid-row: 2;
    grid-column: 1;
  }

  .footer-phone1,
  .footer-phone2 {
    text-align: left;
  }

  .footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-phone p {
    margin: 5px 0;
  }

  .footer-phone1 {
    grid-row: 3;
    grid-column: 1;
  }

  .footer-phone2 {
    grid-row: 4;
    grid-column: 1;
  }

  .footer-phone2 .footer-phone {
    margin-bottom: 30px;
  }

  .footer-phone__link {
    margin-right: 15px;
  }

  .footer-polity {
    grid-row: 5;
    grid-column: 1;
  }

  .footer-logo {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column: 1;
    justify-self: start;
  }
}body,
html {
  margin: 0;
  font-size: 16px;
}

.hero-text > h4 {
  color: black;
}

p {
  font-weight: 300;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3f4247;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 22px;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
}

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

input.error {
  border-color: red;
}

h1,
h2,
h3 {
  position: relative;
  margin: 1% 0;
  color: inherit;
}

h1 {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.25rem;
}

h3 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.psevdo-h3 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

h4 {
  margin-top: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.psevdo-h4 {
  text-transform: initial;
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

select,
input,
button {
  outline: none;
}

.psevdo-h1 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.after-title {
  display: inline-block;
  margin-bottom: 25px;
}

.after-title:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  width: 86px;
  height: 5px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #f19805;
}

.text-blue {
  color: #0668b2;
  font-weight: 700;
}

.button-orange {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  border-radius: 2px;
  background-color: #f59c04;
  font-size: 1rem;
  font-weight: 700;
}

.button-orange:hover,
.button-orange:active {
  background-color: #ffa60f;
}

.button-small {
  padding: 10px 30px;
  font-size: 0.875rem;
  font-weight: 400;
}

.security {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.button-guard__img {
  width: 25px;
  height: 28px;
}

.link {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: underline;
  color: #006699;
}

.link:hover,
.link:active {
  color: #0d89e6;
}

.input-star {
  color: #f59c04;
}

select {
  padding-left: 10px;
  color: gray;
  color: #999 !important;
  border: 0;
  border-radius: 4px;
  font-weight: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 19px) 50%, calc(100% - 12px) 50%, calc(100% - 2.5em);
  background-size: 7px 8px,
 7px 8px;
  background-repeat: no-repeat;
}

select:-moz-focusring {
  color: transparent;
  border: 0;
  text-shadow: 0 0 0 #000;
}

textarea {
  font-family: 'Ubuntu', sans-serif;
}

textarea::-moz-placeholder {
  color: #999 !important;
  font-weight: normal !important;
  font-family: 'Ubuntu', sans-serif;
}

textarea::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: normal !important;
  font-family: 'Ubuntu', sans-serif;
}

textarea:-ms-input-placeholder {
  color: #999 !important;
  font-weight: normal !important;
  font-family: 'Ubuntu', sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1170px) {
  body,
  html {
    font-size: 15px;
  }

  .container {
    width: 94%;
  }
}

@media (max-width: 960px) {
  .button-orange {
    padding: 15px 40px;
  }
}

@media (max-width: 600px) {
  body,
  html {
    font-size: 14px;
  }

  h3 {
    line-height: 2rem;
  }

  .psevdo-h3 {
    line-height: 2rem;
  }

  .psevdo-h1 {
    line-height: 2rem;
  }

  .button-orange {
    padding: 10px 30px;
  }
}

@media (max-width: 420px) {
  body,
  html {
    font-size: 13px;
  }

  .button-orange {
    padding: 10px 15px;
  }
}.scrollY {
  position: fixed;
  z-index: 10;
  bottom: 6px;
  left: 10px;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  background: no-repeat center url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzA2IDMwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA2IDMwNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJrZXlib2FyZC1hcnJvdy11cCI+CgkJPHBvbHlnb24gcG9pbnRzPSIzNS43LDI0Ny4zNSAxNTMsMTMwLjA1IDI3MC4zLDI0Ny4zNSAzMDYsMjExLjY1IDE1Myw1OC42NSAwLDIxMS42NSAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 100% auto;
}

.scroll-active {
  visibility: visible;
  opacity: .2;
}

@media (max-width: 600px) {
  .scrollY {
    right: 10px;
    left: initial;
  }
}.partners {
  padding: 50px 2%;
  text-align: center;
  color: #fff;
  background: radial-gradient(ellipse at center, #0e5387 0%, #0b426b 100%);
}

.partners-title {
  margin-bottom: 50px;
}

.partners-title h2 {
  margin-bottom: 30px;
}

.partners-title p {
  line-height: 1.5em;
}

input.partners-form__input {
  width: calc(100% - 22px);
  padding: 17px 0;
  padding-left: 20px;
}

.partners-form__input:focus {
  background-color: #ffffff;
}

.partners-form__label {
  left: 20px;
}

.partners-form__input:focus ~ .partners-form__label,
.partners-form__input:valid ~ .partners-form__label {
  color: #fff;
}

.partners-form {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  grid-template: 1fr 1fr 1fr 150px / 280px 280px;
  grid-gap: 20px;
  grid-template-areas: "name name" "phone mail" "select select" "message message";
}

.group-partners {
  margin-bottom: 2px;
}

.group-partners:nth-child(1) {
  grid-area: name;
}

.group-partners:nth-child(2) {
  grid-area: phone;
}

.group-partners:nth-child(3) {
  grid-area: mail;
}

.group-partners:nth-child(4) {
  grid-area: select;
}

.group-partners:nth-child(5) {
  grid-area: message;
}

.partners-form__textarea {
  width: calc(100% - 40px);
  height: 100%;
  padding: 15px 20px;
  resize: none;
}

.partners-form__select {
  width: 100%;
  height: 54px;
  background-color: #e9e9e9;
  font-size: 1rem;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .partners-form {
    grid-template: 1fr 1fr 1fr 1fr 150px / .8fr;
    grid-template-areas: "name" "phone" "mail" "select" "message";
  }
}.webp .hero {
  background-image: url(/local/templates/redesign/css/../img/pages/clients-and-partners/partners/img/bg.webp);
}

.no-webp .hero {
  background-image: url(/local/templates/redesign/css/../img/pages/clients-and-partners/partners/img/bg.jpg);
}

.hero {
  height: 100%;
  min-height: 400px;
  color: #fff;
  background-position-y: 20%;
  background-size: cover;
}

.hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 400px;
}

.hero-info p {
  width: 50%;
  color: rgba(255, 255, 255, 0.51);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.cooperation {
  padding: 50px 0;
}

.cooperation-title {
  margin-bottom: 50px;
  text-align: center;
}

.cooperation-title h2 {
  margin-bottom: 30px;
}

.cooperation-title p {
  color: grey;
}

.cooperation-list {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

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

.cooperation-item h3 {
  font-weight: 700;
}

.cooperation-img {
  width: 70px;
  height: 70px;
  fill: black;
}

.work h2 {
  margin-bottom: 50px;
}

.slider__box {
  margin: 30px 0;
  padding-left: 40px;
}

.work-slider__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 20px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -5px;
  padding-top: 50px;
}

.info-img {
  width: 85%;
}

.info-text p {
  font-size: 1.125rem;
  font-weight: 300;
}

.info-text > .psevdo-h4 {
  margin: 30px 0;
  font-weight: 700;
}

.breadcrumbs {
  margin-top: 30px;
  list-style: none;
  font-weight: 300;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  color: #bbbaba;
  font-size: 0.9375rem;
}

.breadcrumbs-link {
  margin-right: 10px;
  position: relative;
  color: #bbbaba;
}

.breadcrumbs-link:hover,
.breadcrumbs-link:active {
  color: #555;
  border-bottom: 1px solid #555;
}

.breadcrumbs-link:after {
  content: url(/local/templates/redesign/css/../img/pages/clients-and-partners/partners/img/svg/arrow-right.svg);
  display: block;
  position: absolute;
  right: -10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .webp .hero {
    background-position-x: 50%;
  }

  .no-webp .hero {
    background-position-x: 50%;
  }

  .hero-info p {
    width: 75%;
  }

  .cooperation-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -7px;
  }

  .info-img {
    width: 75%;
  }
}

@media (max-width: 600px) {
  .webp .hero {
    background-position-x: 70%;
  }

  .no-webp .hero {
    background-position-x: 70%;
  }

  .hero {
    min-height: 350px;
  }

  .hero-info {
    min-height: 200px;
  }

  .hero-info h1 {
    margin-bottom: 80px;
  }

  .hero-info p {
    width: 85%;
  }

  .cooperation-list {
    grid-template-columns: 1fr;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .slider__box {
    padding-left: 0;
  }

  .work-slider__img-box {
    margin-left: 22%;
  }

  .breadcrumbs li {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3NzL3BhcnRuZXJzLmNzcyIsInNvdXJjZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0EiLCJzb3VyY2VSb290IjoiIn0=*/
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/redesign/style.css?1683791425717*/
.breadcrumbs {
    margin-top: 30px;
    list-style: none;
    font-weight: 300;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
    color: #bbbaba;
    font-size: 0.9375rem;
}

.breadcrumbs-link {
    margin-right: 10px;
    position: relative;
    color: #bbbaba;
}

.breadcrumbs-link:hover,
.breadcrumbs-link:active {
    color: #555;
    border-bottom: 1px solid #555;
}

.breadcrumbs-link:after {
    content: url(/local/templates/redesign/img/pages/tariffs-and-services/tariffs/img/svg/arrow-right.svg);
    display: block;
    position: absolute;
    right: -10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* End */
/* /local/templates/redesign/css/partners.css?177272028737174 */
/* /local/templates/.default/components/bitrix/breadcrumb/redesign/style.css?1683791425717 */
