

/* Start:/bitrix/templates/ESP/css/style.css?1786951502165841*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: 'Gilroy-Bold';
  src: local('Gilroy-Bold'), url(/bitrix/templates/ESP/css/./gilroy/Gilroy-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: local('Gilroy-Medium'), url(/bitrix/templates/ESP/css/./gilroy/Gilroy-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Gilroy-Light';
  src: local('Gilroy-Light'), url(/bitrix/templates/ESP/css/./gilroy/Gilroy-Light.ttf) format('truetype');
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Gilroy", sans-serif;
  font-size: 0.5208335vw;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #0d0d0d;
  background-color: #efeff2;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
}

select {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

a {
  color: unset;
}

a,
a:hover {
  text-decoration: none;
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none;
}
button:active,
input:active,
a:active,
textarea:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.mainlogo {
  max-width: 50rem; 
  width: 90%;
  margin-left: 7rem;
}
button {
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  padding: 0;
  background-color: transparent;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 161.2rem;
  margin: 0 auto;
}

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

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

section {
  margin-bottom: 18rem;
}

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.3333333333vw;
    -webkit-text-size-adjust: none;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding: 0 2rem;
    width: 100%;
  }
}
.header {
  margin-top: 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* .header.hidden {
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  max-height: 0;
} */
.big-title {
  color: #0060b0;
  font-size: 5.4rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 0%;
}
.smile-title_blue {
  color: #0060b0;
  font-size: 1.6rem;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.smile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10rem;
}
.header__burger {
  display: none;
}
.header__logo {
  /* margin-right: 4.4rem; */
}
.header__logo img {
  width: 6.8rem;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.header__logo p {
  color: #0d0d0d;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2rem;
  text-transform: initial;
  font-weight: bold;
  letter-spacing: 0.1px;
  font-size: 1.45rem;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.desc {
  display: block;
  color: rgba(39, 68, 151, 1);
  transition: color 0.6s ease;
}
.desc:hover {
  color: #0d0d0d;
}
.header__menu-link {
  display: flex;
  gap: 2rem;
}
.header__menu-btn {
  padding: 1rem 0;
}
.header__menu-btn p {
  position: relative;
  padding-right: 1.8rem;
  margin-right: 3.2rem;
  cursor: pointer;
}
.header__menu-btn p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.8rem solid #0d0d0d;
  top: 40%;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header__menu-btn:hover p::after {
  top: 30%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__menu-btn:hover .header__menu-container {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu-container {
  position: absolute;
  width: 90rem;
  max-width: 90rem;
  height: 14rem;
  bottom: -14rem;
  left: -3.2rem;
  opacity: 0;
  z-index: -1;
  background-color: #efeff2;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 2rem;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 150%;
  font-size: 1.8rem;
  height: 100%;
  width: 100%;
  padding: 3.2rem 2.7rem;
}
.header__menu-list a {
  transition: color 0.6s ease, text-decoration-color 1s ease-in-out;
}
.header__menu-list a:hover {
  color: rgba(39, 68, 151, 1);
  text-decoration: underline;
  text-decoration-color: rgba(39, 68, 151, 1);
}
.header__menu-link {
  color: #274497;
  position: relative;
}
.header__menu-link.menu-arrow {
  padding-right: 5.35rem;
}
.header__menu-link .arrow {
  top: 50%;
  right: 0;
}
.header__menu-search {
  margin-left: auto;
  width: 28rem;
  height: 4rem;
  border: 1px solid #d9d9d9;
  position: relative;
  background: url(/bitrix/templates/ESP/css/../img/icon/search.svg) no-repeat center right 1.8rem/1.8rem;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  font-size: 2.2rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.32px;
  margin-left: 7.8rem;
  margin-right: 3rem;
}
.header__menu-mobile {
  /*font-size: 22px;
  font-weight: bold;*/
  font-family: "Gilroy", sans-serif;
}
.header__right a {
  display: block;
}
.header__menu-social {
  width: 4rem;
  height: 4rem;
}
.menu-svg {
  width: 4rem;
  height: 4rem;
}
.menu-svg g path {
  transition: color 0.5s ease-out;
}
.menu-svg:hover g path {
  stroke: #0d0d0d;
}
.logocompanys {
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.logocompanys img{
  width: 131px;
  height: 131px;
}
@media (max-width: 48em) {
  .ball-bottom2 {
    display: none;
  }
  .smile-title_blue {
    font-size: 1.7rem;
  }
  .big-title {
    font-size: 4rem;
  }
  .smile-title {
    font-size: 1.7rem;
  }
  .menu-svg {
    display: none;
  }
  .desc {
    display: none;
  }
  .header {
    margin-top: 2.5rem;
    text-transform: uppercase;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 5.6rem;
    height: 3.2rem;
  }
  .header__burger-icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 0.4rem;
    width: 100%;
    top: 50%;
    background-color: #0d0d0d;
    border-radius: 5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header__burger-icon::before {
    content: "";
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 0.4rem;
    width: 100%;
    background-color: #0d0d0d;
    top: -1.6rem;
    border-radius: 5rem;
  }
  .header__burger-icon::after {
    content: "";
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 0.4rem;
    width: 100%;
    background-color: #0d0d0d;
    top: 1.6rem;
    border-radius: 5rem;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__logo img {
    width: 6.8rem;
  }
  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
  }
  .header__logo p {
    color: #0d0d0d;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 2.3rem;
    /* width: 28rem; */
    font-weight: bold;
    letter-spacing: normal;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
    position: absolute;
  }
  .header__menu-btn p {
    display: none;
  }
  .header__menu-container {
    position: absolute;
    width: 75rem;
    height: auto;
    max-width: unset;
    bottom: unset;
    top: 5rem;
    left: -2.2rem;
    opacity: 1;
    z-index: 20;
    background-color: #efeff2;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    display: none;
    max-height: 150rem;
  }
  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    gap: 4rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 150%;
    font-size: 2.8rem;
    height: 100%;
    width: 100%;
    padding: 3.2rem 2.7rem;
  }
  .header__menu-link {
    display: none;
  }
  .header__menu-search {
    margin: 0;
    width: 60.5rem;
    height: auto;
    border: 1px solid #d9d9d9;
    position: relative;
    background: url(/bitrix/templates/ESP/css/../img/icon/search.svg) no-repeat center right 3.6rem/3.6rem;
    padding: 2rem 0;
  }
  .header__right {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer {
  position: relative;
}
.footer-backgroung {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.footer-top {
  padding-top: 55.6rem;
  width: 77.6rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 10rem;
}
.footer-top__text {
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
}
.footer-top__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.footer-top__inputs label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-top__inputs input {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  padding: 1.8rem 0;
  border-bottom: 1px solid #949494;
}
.footer-top__inputs .form__item .placeholder {
  color: #0d0d0d;
}
.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 19rem;
}
.footer-center__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
.footer-center__item {
  color: #0d0d0d;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.footer-center__item:first-child {
  font-size: 2rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12rem;
  margin-bottom: 1.8rem;
}
.footer-center__item-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer-center__item-social {
  width: 4rem;
  height: 4rem;
}
.footer-center__up {
  width: 15.8rem;
  height: 15.8rem;
  cursor: pointer;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom__logo {
  width: 4.777rem;
  height: 4.777rem;
}
.footer-bottom__text {
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  width: 43rem;
  font-size: 1.3rem;
}
.footer-bottom__policy {
  font-size: 1.8rem;
  margin-left: 5rem;
}
.footer-bottom__dev {
  margin-left: auto;
  width: 17.2rem;
}

@media (max-width: 48em) {
  .footer {
    position: relative;
  }
  .footer-backgroung {
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .footer-top {
    padding-top: 55.6rem;
    width: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.2rem;
    margin-bottom: 10rem;
  }
  .footer-top__text {
    font-size: 5.6rem;
    line-height: 107%;
    letter-spacing: 1.68px;
  }
  .footer-top__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }
  .footer-top__inputs input {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
    padding: 1.8rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #949494;
  }
  .footer-top__inputs .form__item {
    margin-bottom: 0;
  }
  .footer-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 19rem;
    gap: 8rem;
  }
  .footer-center__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.8rem;
  }
  .footer-center__items:nth-child(3) .footer-center__item {
    width: 100%;
  }
  .footer-center__item {
    color: #0d0d0d;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 48%;
  }
  .footer-center__item:first-child {
    font-size: 3.6rem;
    line-height: 107%;
    letter-spacing: 1.08px;
    margin-bottom: 4.4rem;
    width: 100%;
  }
  .footer-center__item-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .footer-center__item-social {
    width: 9.4rem;
    height: 9.4rem;
  }
  .footer-center__up {
    display: none;
  }
  .footer-bottom {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom__logo {
    -ms-grid-row: 3;
    grid-row: 3;
    width: 9.4rem;
    height: 9.4rem;
  }
  .footer-bottom__text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-left: 0;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8rem;
    width: auto;
  }
  .footer-bottom__policy {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .footer-bottom__dev {
    margin-left: auto;
    width: 34.4rem;
  }
}
html.modal {
  overflow: hidden;
}

.modal-box {
  display: none;
  background: rgba(129, 140, 147, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: auto;
}
.modal-box.active {
  display: block;
}
.modal-box__container {
  display: none;
  position: absolute;
  width: 64rem;
  padding: 2.5rem 3.2rem 4rem;
  background: #eff3f6;
  left: 0;
  right: 0;
  top: 5vh;
  margin: 0 auto;
}
.modal-box__close {
  background: url(/bitrix/templates/ESP/css/../img/icon/close-circle.svg) no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 3.2rem;
  top: 2.5rem;
  cursor: pointer;
}
.modal-box__title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  color: #274497;
  margin-bottom: 0.6rem;
}
.modal-box__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 3rem;
}
.modal-box__btn.btn {
  border: 1px solid #274497;
  color: #274497;
}
.modal-box .success {
  padding: 8.1rem 3.2rem 8.2rem;
}
.modal-box .success .modal-box__img {
  width: 9.8rem;
  height: 9.8rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.modal-box .success .modal-box__text {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.form__item-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.form__item .input {
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}
.form__item .textarea {
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  resize: none;
}
.form__item .placeholder {
  color: #949494;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  position: absolute;
  bottom: 1rem;
}
.form__item .placeholder.active {
  display: none;
}
.form__item .nice-select {
  padding: 1rem 0;
  border: none;
  background: inherit;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}
.form__item .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 40%;
}
.form__item .nice-select:after {
  content: "";
  background: url(/bitrix/templates/ESP/css/../img/icon/select-arrow.svg) no-repeat;
  width: 1.2rem;
  height: 0.8rem;
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 48em) {
  .modal-box {
    display: none;
    background: rgba(129, 140, 147, 0.5);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: auto;
  }
  .modal-box.active {
    display: block;
  }
  .modal-box__container {
    display: none;
    position: absolute;
    width: 95%;
    padding: 2.5rem 3.2rem 4rem;
    background: #eff3f6;
    left: 0;
    right: 0;
    top: 5vh;
    margin: 0 auto;
  }
  .modal-box__close {
    background: url(/bitrix/templates/ESP/css/../img/icon/close-circle.svg) no-repeat;
    background-size: contain;
    width: 8rem;
    height: 8rem;
    position: absolute;
    right: 3.2rem;
    top: 2.5rem;
    cursor: pointer;
  }
  .modal-box__title {
     font-family: "Playfair Display", serif;
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
    color: #274497;
    margin-bottom: 1.2rem;
  }
  .modal-box__text {
    width: 36.6rem;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 3rem;
  }
  .modal-box__btn.btn {
    position: unset;
    border: 1px solid #274497;
    color: #274497;
  }
  .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 3rem;
  }
  .form__item-text {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
  }
  .form__item .input {
    padding: 1rem 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 150%;
  }
  .form__item .textarea {
    padding: 1rem 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 150%;
    resize: none;
  }
  .form__item .placeholder {
    color: #949494;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
  }
  .form__item .placeholder.active {
    display: none;
  }
  .form__item .nice-select {
    padding: 1rem 0;
    border: none;
    background: inherit;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    height: 100%;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 150%;
  }
  .form__item .nice-select.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
  }
  .form__item .nice-select:after {
    content: "";
    background: url(/bitrix/templates/ESP/css/../img/icon/select-arrow.svg) no-repeat;
    width: 1.2rem;
    height: 0.8rem;
    border: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.baner {
  margin-bottom: 16rem;
  position: relative;
}
/* .baner .not-show {
  opacity: 0;
}
.baner__video {
  position: absolute;
  width: 100%;
  height: 137%;
  z-index: 100;
  opacity: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  top: -17rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #EFEFF2;
}
.baner__video.vid-gif {
  background: inherit;
}
.baner__video.vid-gif img {
  position: absolute;
  width: 138%;
  left: -36.5rem;
  top: -19rem;
}
.baner__video.baner__video-two {
  height: 125%;
  top: -9rem;
}
.baner__video.baner__video-two video {
  width: 130%;
  height: 100%;
  left: -29rem;
  top: -1rem;
}
.baner__video video {
  width: 125%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: -24rem;
  height: 90%;
  top: 8rem;
} */
.baner .container {
  width: 100%;
  position: relative;
}
.baner-content {
  width: 161rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.e-line {
  position: absolute;
  top: 4%;
  right: 47%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.c-line {
  position: absolute;
  top: 35%;
  right: 24%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.n-lea {
  width: 13rem;
  height: 15rem;
}
.e-line2 {
  position: absolute;
  top: 10%;
  left: 27%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.c-line2 {
  position: absolute;
  top: 35%;
  left: 34%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.n-line2 {
  position: absolute;
  top: 60%;
  left: 44%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.baner-content_main {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 40rem;
    /*margin-bottom: 20rem;*/
}
.areaflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10rem;
}
.blockinfomain3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.blockinfomain3 >div {
  width: 23%;
  padding: 10px 40px 10px 60px;
}
.blockinfomain3 >div >a>img{
  margin: 0;
  width: 131px;
  height: auto;
}
.blockinfomain3 >div .bl1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Medium;
  font-size: 3rem;
  leading-trim: NONE;
  letter-spacing: 8%;
  color: #000;
  margin: 20px 0 20px;
}
.blockinfomain3 >div .bl2 {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 2.9rem;
  leading-trim: NONE;
  line-height: 4rem;
  letter-spacing: 8%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #2C4899;
  
}
.baner-content_main > div {
  
}
.baner-content_main > div.info1 {
  width: 40rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #284497;

}
.baner-content_main > div.info2 {
  width: 60rem;
}
.baner-content_main > div.info2 .info21 {
  width: 60rem;
  border-left: 1px solid #000;
  padding: 10px 10px 10px 24px;
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 31px;
  letter-spacing: 0%;

}
.info22 {
   padding: 20px 10px 10px 24px;
}
.info22 .btn {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 12px;
  letter-spacing: 5%;
  text-transform: uppercase;  
}
.n-line {
  position: absolute;
  bottom: 11%;
  right: 34%;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #5073b2;
}
.n-line .e-title {
  display: none;
}
.e-title {
   font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18rem;
  leading-trim: Cap height;
  line-height: 52%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.e-line__text {
   font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 9rem;
  line-height: 54%;
  letter-spacing: 0%;
}
.e-line__text2 {
   font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 9rem;
  line-height: 54%;
  letter-spacing: 0%;
  color: #284497;
}
.ball-bottom {
  position: absolute;
  bottom: -23rem;
  right: 0;
  z-index: -3;
  width: 19rem;
  height: 36rem;
}
.ball-top {
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: -3;
  width: 10rem;
  height: 27rem;
}
.ball-left-bottom {
  position: absolute;
  bottom: -15rem;
  left: 0;
  width: 24rem;
  height: 42rem;
  z-index: -3;
}
.ball-left-bottom2 {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 54rem;
  height: auto;
  z-index: -3;
}
.ball-bottom2 {
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: -3;
  width: 51rem;
  height: auto;
}

.ecn {
  position: absolute;
  bottom: -15rem;
  right: 0rem;
  z-index: -2;
  overflow: hidden;
  width: 37rem;
  height: 24%;
}
.ecntl {
  position: absolute;
  top: -5rem;
  left: 0rem;
  z-index: -2;
  overflow: hidden;
  width: 37rem;
  height: 24%;
}
.mask-ecn {
  position: absolute;
  bottom: -20rem;
  right: 39rem;
  z-index: -2;
  overflow: hidden;
  width: 88rem;
  height: 110%;
}

/*  */
.ball-split {
  width: 43rem;
  height: 43rem;
  position: relative;
}
.ball-split:hover .split-container .top-half {
  transform: translateY(-14rem);
}
.ball-split:hover .split-container .bottom-half {
  transform: translateY(19.8rem);
}
@media (min-width: 120em) {
  .ball-split:hover .split-container .top-half {
    transform: translateY(-8rem);
  }
  .ball-split:hover .split-container .bottom-half {
    transform: translateY(11rem);
  }
}
@media (max-width: 94em) {
  .ball-split:hover .split-container .top-half {
    transform: translateY(-18rem);
  }
  .ball-split:hover .split-container .bottom-half {
    transform: translateY(24.4rem);
  }
}
/* @media (min-width:64em) {
  .ball-split:hover .split-container .top-half {
    transform: translateY(-20rem);
  }
  .ball-split:hover .split-container .bottom-half {
    transform: translateY(24.4rem);
  }
} */

.rotating-target {
  transform-origin: 319.232px 334.463px;
  transition: transform 3s ease-in-out;
}

.ball-split.hovering .rotating-target {
  animation: none;
}

.top-half,
.bottom-half {
  transition: transform 1s ease;
}
.rotating-glow {
  animation: pulseGlow 5s ease-in-out infinite;
  transition: transform 1s ease, fill-opacity 1s ease;
}
.rotating-glow-left {
  animation: pulseGlowLeft 4s ease-in-out infinite;
  transition: transform 1s ease, fill-opacity 1s ease;
}
.swaying-glow {
  animation: swayGlow 4s ease-in-out infinite;
  transition: transform 1s ease;
  transform-origin: center;
}

.ball-split:hover .rotating-glow {
  /* animation: none; */
  transform: translateX(0);
  /* fill-opacity: 0.8; */
}
.ball-split:hover .rotating-glow-left {
  /* animation: none; */
  transform: translateX(0);
  /* fill-opacity: 0.25; */
}
.ball-split:hover .swaying-glow {
  /* animation: none; */
  transform: translate(0);
}

/* 
@keyframes pulseGlow {
  0%, 100% {
    fill-opacity: 0.25;
    transform: translateX(16rem);
  }
  70% {
    fill-opacity: .35;
    transform: translateX(0); 
  }
  50% {
    fill-opacity: .55;
    transform: translateX(0); 
  }
} */
@keyframes pulseGlow {
  100% {
    fill-opacity: 0.25;
    transform: translateX(20rem);
  }
  70% {
    fill-opacity: 0.25;
    transform: translateX(0);
  }
  50% {
    fill-opacity: 0.55;
    transform: translateX(0);
  }
  0% {
    fill-opacity: 0.25;
    transform: translateX(20rem);
  }
}
@keyframes pulseGlowLeft {
  0%,
  100% {
    fill-opacity: 0.25;
    transform: translateX(0);
  }
  50% {
    fill-opacity: 1;
    transform: translateX(-12.5rem); /* движение влево */
  }
}
@keyframes swayGlow {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(
      1rem,
      -1rem
    ); /* вправо-вверх, можно изменить силу покачивания */
  }
}
.rub-item {
  font-size: 3rem;
}

.baner-content__right {
  display: grid;
  gap: 19rem;
  width: 44rem;
}
.baner-content__right-block {
  display: grid;
  gap: 4rem;
}
.baner-content__right-title {
  font-weight: 700 !important;
  color: #274497;
  line-height: 90% !important;
  font-size: 3.5rem !important;
}
.baner-content__right-text {
  font-size: 2.4rem;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0%;
  color: #636161;
}
/* .baner-swiper {
  position: relative;
  overflow: hidden;
}
.baner .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.baner-swiper-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 26rem;

  width: 77%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.baner-swiper-text img {
  width: 52.1rem;
}
.baner .swiper-slide {
  width: 37.221%;
  width: 31.5292%;
  width: 39.84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.baner .swiper-slide.swiper-slide-active {
  width: 47%;
  width: 39.84%;
  width: 75.8rem !important;
  max-width: 75.8rem;
}
.baner .swiper-slide.swiper-slide-active .baner-circle {
  height: 75.8rem;
  border: none;
  width: 100%;
}
.baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball {
  overflow: hidden;
  position: relative;
}
.baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball video {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball > div {
  width: 100%;
  height: 100%;
}
.baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball img {
  position: absolute;
  width: 266rem;
  height: 150rem;
}
.baner .swiper-slide.swiper-slide-active img {
  width: 100%;
  height: 100%;
}
.baner .swiper-slide .baner-circle {
  height: 60rem;
  width: 60rem;
  border: 1.2px solid #B1C8EE;
  border-radius: 50%;
  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;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out; 
  transition: all 0.5s ease-in-out;
}
.baner .swiper-slide .baner-circle.gif-ball {
  overflow: hidden;
  position: relative;
}
.baner .swiper-slide .baner-circle.gif-ball > div {
  width: 82%;
  height: 82%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.baner .swiper-slide .baner-circle.gif-ball video {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.baner .swiper-slide .baner-circle.gif-ball img {
  position: absolute;
  width: 168rem;
  height: 97rem;
}
.baner .swiper-slide img {
  width: 48.9rem;
  height: 48.7rem;
}
.baner .baner-swiper-next, .baner .baner-swiper-prev {
  top: 10.5%;
  width: 5rem;
  z-index: 1;
}
.baner .baner-swiper-next::after, .baner .baner-swiper-prev::after {
  content: unset;
}
.baner .baner-swiper-next .arrow, .baner .baner-swiper-prev .arrow {
  width: 4rem;
}
.baner .baner-swiper-next {
  right: 37.2rem;
}
.baner .baner-swiper-prev {
  left: 37.2rem;
}
.baner .baner-swiper-prev .arrow::after {
  right: auto;
  left: -0.3rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.baner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 6rem;
  left: 37rem;
  width: fit-content;
}
.baner .swiper-pagination-bullet {
  background-color: inherit;
  color: #949494;
  font-size: 2.4rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.baner .swiper-pagination-bullet-active {
  background-color: inherit;
  color: #0D0D0D;
  font-size: 4rem;
}
.baner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  position: absolute;
  width: 40.3rem;
  right: 15.5rem;
  bottom: -9rem;
}
.baner__title {
  font-size: 4rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 4.3rem;
  letter-spacing: 2.4px;
}
.baner__subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  width: 90%;
}

@media (max-width: 48em) {
  .baner {
    margin-top: 5rem;
    margin-bottom: 24rem;
    position: relative;
  }
  .baner__video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    margin-bottom: 1rem;
    top: -4rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 -2rem;
  }
  .baner__video video {
    width: 125%;
    height: 73%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: -9rem;
    top: -5rem;
  }
  
  .baner-swiper {
    position: relative;
    overflow: hidden;
    margin-bottom: 25.2rem;
  }
  .baner .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .baner-swiper-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -4.5rem;
    gap: 1.87rem;
    width: 105%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    left: -10rem;
    right: 0;
    overflow: hidden;
  }
  .baner-swiper-text img {
    width: 37.2rem;
  }
  .baner .swiper-slide {
    width: 100%;
  }
  .baner .swiper-slide.swiper-slide-active {
    width: 100%;
    width: 47.3rem !important;
    max-width: unset;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle {
    width: 100%;
    height: 42.6rem;
    border: none;
    margin: 0 auto;
  }
  .baner .swiper-slide.swiper-slide-active img {
    width: 100%;
    height: 100%;
  }
  .baner .swiper-slide .baner-circle {
    height: 42.6rem;
    border: 1.2px solid #B1C8EE;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .baner .swiper-slide img {
    width: 48.9rem;
    height: 48.7rem;
  }
  .baner .baner-swiper-next, .baner .baner-swiper-prev {
    top: 67.5%;
    width: 8rem;
  }
  .baner .baner-swiper-next::after, .baner .baner-swiper-prev::after {
    content: unset;
  }
  .baner .baner-swiper-next .arrow, .baner .baner-swiper-prev .arrow {
    width: 8rem;
  }
  .baner .baner-swiper-next .arrow::after, .baner .baner-swiper-prev .arrow::after {
    width: 2rem;
    top: -0.6rem;
  }
  .baner .baner-swiper-next {
    right: 2rem;
  }
  .baner .baner-swiper-prev {
    left: 2rem;
  }
  .baner .baner-swiper-prev .arrow::after {
    right: auto;
    left: -0.3rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .baner .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 26rem;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
    margin: 0 auto;
  }
  .baner .swiper-pagination-bullet {
    background-color: inherit;
    color: #949494;
    font-size: 3.6rem;
     font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    width: auto;
    height: auto;
  }
  .baner .swiper-pagination-bullet-active {
    background-color: inherit;
    color: #0D0D0D;
    font-size: 6.4rem;
  }
  .baner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    position: relative;
    width: auto;
    right: unset;
    bottom: unset;
    padding: 0 2rem;
  }
  .baner__title {
    font-size: 5.6rem;
     font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 1.68px;
  }
  .baner__subtitle {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
    width: 90%;
  }
  .baner__video.baner__video-two {
    height: 122%;
    top: -20rem;
    right: 2rem;
  }
  .baner__video.baner__video-two video {
    width: 100%;
    height: 48%;
    left: 0rem;
    top: 15rem;
  }
  .baner .swiper-slide .baner-circle.gif-ball video {
    overflow: visible;
    transform: scale(1);
    height: 100%;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball video {
    transform: scale(1);
    height: 100%;
  } */
/* .baner .swiper-slide .baner-circle.gif-ball > div {
    overflow: visible;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle.gif-ball {
    overflow: visible;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle {
    height: 100%;
  } */
/* .baner-swiper-text {
    width: fit-content;
    font-size: 4rem;
  }
} */

canvas {
  width: 58.7rem !important;
  height: 58.2rem !important;
  position: absolute !important;
  top: 22rem;
  left: 7rem;
  z-index: -2;
  
}

@media (max-width: 48em) {
  .baner {
    margin-bottom: 20rem;
  }
  .baner .container {
    width: auto;
    /* padding: 0; */
    margin-bottom: 20rem;
  }
  .baner-content {
    width: 100%;
    height: auto;
    display: grid;
    gap: 4rem;
  }
  .baner-content__left {
    display: grid;
    margin: auto;
  }
  .baner-content__right {
    width: 100%;
    gap: 4rem;
  }
  .baner-content__right-title {
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 5.6rem !important;
  }
  .baner-content__right-text {
    font-size: 3.6rem;
    width: 91%;
  }
  .sphere {
    width: 28rem;
    height: 28rem;
  }
  .ball-bottom,
  .ball-top,
  .ball-left-bottom {
    display: none;
  }
  .ecn,
  .mask-ecn {
    display: none;
  }
  .e-line,
  .c-line,
  .n-line {
    position: static;
    padding-left: 1.5rem;
    gap: 0;
  }
  .e-title,
  .e-line__text {
    font-size: 8.8rem;
    /* font-weight: 400; */
    line-height: 90%;
  }
  .n-lea {
    width: 13%;
    height: 85%;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
  }
  .n-line .e-title {
    display: none;
  }
  .ball-split {
    width: 56rem;
    height: 66rem;
    margin: auto;
    margin-top: 1rem;
  }
  .ball-split:hover .split-container .top-half {
    transform: translateY(-13rem);
  }
  .ball-split:hover .split-container .bottom-half {
    transform: translateY(16.4rem);
  }
  .rub-item {
    font-size: 4rem;
  }
}
@media (max-width: 44em) {
  .ball-split:hover .split-container .top-half {
    transform: translateY(-28rem);
  }
  .ball-split:hover .split-container .bottom-half {
    transform: translateY(30.4rem);
  }
}
.areas .container {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: grid; */
  gap: 16.5rem;
}
.areas-rom {
  position: relative;
}
.areas-rom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  gap: 16.5rem;
}
.areas-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.areas-left {
  position: relative;
}
.areas-left .top-title {
  margin-bottom: 3.2rem;
}

.areas-left__animation {
  position: absolute;
  bottom: 7.6rem;
}
.areas .areas-left__animation {
  bottom: 17.6rem;
}
.areas-left__animation * > div {
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  position: absolute;
}
.areas-left__animation .fill {
  border: none;
  background: #274497;
}
.areas-left__animation-first {
  display: none;
}
.areas-left__animation-first .animation-div-one {
  width: 19.2935rem;
  height: 19.2935rem;
  -webkit-animation: 1s linear 0.5s infinite alternate first-animation-one;
  animation: 1s linear 0.5s infinite alternate first-animation-one;
}
.areas-left__animation-first .animation-div-two {
  width: 11.8854rem;
  height: 11.8854rem;
  top: 4rem;
  left: 13rem;
  -webkit-animation: 1s linear 0.5s infinite alternate first-animation-two;
  animation: 1s linear 0.5s infinite alternate first-animation-two;
}
.areas-left__animation-first .animation-div-three {
  width: 7.8945rem;
  height: 7.8945rem;
  top: 6rem;
  left: 22rem;
  -webkit-animation: 1s linear 0.5s infinite alternate first-animation-three;
  animation: 1s linear 0.5s infinite alternate first-animation-three;
}
.areas-left__animation-second {
  display: none;
}
.areas-left__animation-second .animation-div-one {
  width: 19.2935rem;
  height: 19.2935rem;
  left: 10rem;
  -webkit-animation: 1s linear 0.5s infinite alternate second-animation-one;
  animation: 1s linear 0.5s infinite alternate second-animation-one;
}
.areas-left__animation-second .animation-div-two {
  width: 11.8854rem;
  height: 11.8854rem;
  top: 4rem;
  -webkit-animation: 1s linear 0.5s infinite alternate second-animation-two;
  animation: 1s linear 0.5s infinite alternate second-animation-two;
}
.areas-left__animation-second .animation-div-three {
  width: 7.8945rem;
  height: 7.8945rem;
  top: 6rem;
  left: 7rem;
  -webkit-animation: 1s linear 0.5s infinite alternate second-animation-three;
  animation: 1s linear 0.5s infinite alternate second-animation-three;
}
.areas-left__animation-third {
  display: none;
}
.areas-left__animation-third .animation-div-one {
  width: 9.8854rem;
  height: 9.8854rem;
  left: 0;
  top: 1rem;
  -webkit-animation: 1s linear 0.5s infinite alternate third-animation-one;
  animation: 1s linear 0.5s infinite alternate third-animation-one;
}
.areas-left__animation-third .animation-div-two {
  width: 11.4854rem;
  height: 11.4854rem;
  left: 9rem;
  top: 0.2rem;
}
.areas-left__animation-third .animation-div-three {
  width: 11.8854rem;
  height: 11.8854rem;
  left: 19rem;
  -webkit-animation: 1s linear 0.5s infinite alternate third-animation-three;
  animation: 1s linear 0.5s infinite alternate third-animation-three;
}
.areas-left__animation-fourth {
  display: none;
}
.areas-left__animation-fourth .animation-div-one {
  width: 11.8854rem;
  height: 11.8854rem;
  left: 0;
  top: 3rem;
  -webkit-animation: 1s linear 0.5s infinite alternate fourth-animation-one;
  animation: 1s linear 0.5s infinite alternate fourth-animation-one;
}
.areas-left__animation-fourth .animation-div-two {
  width: 11.4854rem;
  height: 11.4854rem;
  left: 15.3rem;
  top: -6.8rem;
  -webkit-animation: 1s linear 0.5s infinite alternate fourth-animation-two;
  animation: 1s linear 0.5s infinite alternate fourth-animation-two;
}
.areas-left__animation-fourth .animation-div-three {
  width: 11.8854rem;
  height: 11.8854rem;
  z-index: -1;
  left: 7.5rem;
  z-index: -1;
  top: -2rem;
}
.areas-content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.areas-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}
.areas-right_rom {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
}
.areas-column {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1;
  max-width: 78rem;
}
.areas .areas-right__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.areas .areas-right__item {
  width: 105rem;
  padding: 4.4rem 3.2rem;
  border: none;
  border-top: 1px solid rgba(217, 217, 217, 1);
}
.areas-content-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.6rem 0;
  border-top: 1px solid #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.areas-content-right__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.areas-content-right__item:hover {
  .text-line {
    color: #274497;
  }
}
.areas-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78rem;
  padding: 1.4rem 3.2rem;
  border: 1px solid rgba(217, 217, 217, 1);
  align-items: center;
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
}
.areas-right__item-block {
  display: flex;
  align-items: center;
  gap: 4rem;
}
/* .areas-right__item:last-child {
  border-bottom: 1px solid #D9D9D9;
} */
.item-svg_arr {
  width: 4rem;
  height: 4rem;
}
.areas-right__item:hover {
  background-color: #274497;
  color: #ffffff;
}
.areas-right__item:hover .item-svg_arr path {
  stroke: white;
}
.areas-right__item:hover .areas-transform-color {
  fill: white;
}
.areas-right__item-text {
  font-size: 4rem;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 4.52rem;
  letter-spacing: 2.4px;
}
.price-blue {
  color: rgba(39, 68, 151, 1);
  /*display: inline-block;
  border-bottom: 1px solid rgba(39, 68, 151, 1);*/
  text-decoration: underline;
}
.areas-right__item-services {
  margin-left: auto;
  margin-right: 28rem;
  border-radius: 10.3rem;
  border: 1px solid #d9d9d9;
  padding: 1rem 1.2rem;
  font-size: 2rem;
   font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.areas-column .areas-right__item-img {
  position: relative;
  right: 0;
}
.areas-right__item-img {
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: 3.2rem;
}
.areas-right__item-img svg {
  width: 10rem;
  height: 10rem;
}

@-webkit-keyframes first-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }
}

@keyframes first-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }
}
@-webkit-keyframes first-animation-two {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
  }
}
@keyframes first-animation-two {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
  }
}
@-webkit-keyframes first-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
  }
}
@keyframes first-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
  }
}
@-webkit-keyframes second-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
  }
}
@keyframes second-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
  }
}
@-webkit-keyframes second-animation-two {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
  }
}
@keyframes second-animation-two {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
  }
}
@-webkit-keyframes second-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}
@keyframes second-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }
}
@-webkit-keyframes third-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(19rem);
    transform: translateX(19rem);
  }
}
@keyframes third-animation-one {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(19rem);
    transform: translateX(19rem);
  }
}
@-webkit-keyframes third-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-19rem);
    transform: translateX(-19rem);
  }
}
@keyframes third-animation-three {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-19rem);
    transform: translateX(-19rem);
  }
}
@-webkit-keyframes fourth-animation-one {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(9rem, -6rem);
    transform: translate(9rem, -6rem);
  }
}
@keyframes fourth-animation-one {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(9rem, -6rem);
    transform: translate(9rem, -6rem);
  }
}
@-webkit-keyframes fourth-animation-two {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-9rem, 6rem);
    transform: translate(-9rem, 6rem);
  }
}
@keyframes fourth-animation-two {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-9rem, 6rem);
    transform: translate(-9rem, 6rem);
  }
}

@media (max-width: 48em) {
  canvas {
    width: 44rem !important;
    height: 69rem !important;
    top: 58rem;
    left: 16rem;
  }
  .areas-content {
    display: grid;
  }
  .areas .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    padding-bottom: 18rem;
    position: relative;
  }
  .areas-rom .container {
    gap: 6rem;
    padding-bottom: 18rem;
  }
  .areas-left {
    position: unset;
  }
  .areaflex {
    /*position: relative;*/
    
    flex-wrap: wrap;
  }
  .e-line2 {
    position: absolute;
    top: 6%;
    left: 20%;
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    color: #5073b2;
  }
  .c-line2 {
    position: absolute;
    top: 15%;
    left: 20%;
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    color: #5073b2;
  }
  .n-line2 {
    position: absolute;
    top: 26%;
    left: 20%;
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    color: #5073b2;
  }
  .baner-content_main {
    flex-wrap: wrap;
  }
  .baner-content_main > div.info1 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .blockinfomain3 >div {
    width: 49%;
    padding: 10px 20px 10px 30px;
  }
  .blockinfomain3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .areas-left .top-title {
    margin-bottom: 3.2rem;
  }
  .areas-left__animation {
    display: none;
  }
  .areas-left .btn {
    position: absolute;
    bottom: 0;
    width: 71rem;
  }
  .areas-left .modal-box__btn.btn {
    position: unset;
    width: 100%;
  }
  .areas-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 4rem; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .areas-right_rom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .areas .areas-right__item {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    padding: 4.4rem 3.2rem;
    position: relative;
  }
  .areas-right__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    padding: 4.4rem 3.2rem;
    border-top: 1px solid #d9d9d9;
    /* -webkit-box-align: baseline; */
    /* -ms-flex-align: baseline; */
    /* align-items: baseline; */
    position: relative;
  }
  .areas-right__item:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .areas-right__item:hover {
    background-color: #274497;
    color: #ffffff;
  }
  .areas-right__item:hover .areas-transform-color {
    fill: white;
  }
  .areas-right__item-text {
    font-size: 4.8rem;
    line-height: 113%;
    letter-spacing: 1.68px;
    margin-bottom: 0;
    width: 30%;
  }
  .price-blue {
    width: auto;
  }
  .areas-right__item-services {
    margin-left: 0;
    margin-right: auto;
    border-radius: 10.3rem;
    border: 1px solid #d9d9d9;
    padding: 1rem 1.2rem;
    font-size: 4rem;
     font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  .areas-column .areas-right__item-img {
    top: 5rem;
  }
  .areas-right__item-img {
    width: 15.6rem;
    position: absolute;
    right: 3.2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .areas-right__item-img svg {
    width: 15.6rem;
  }
}
@media (max-width: 20em) {
  canvas {
    width: 42rem !important;
    height: 67rem !important;
    top: 58rem;
    left: 17rem;
  }
}
.our-numbers {
  margin-bottom: 0rem; 
}
.our-numbers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-numbers__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 53.7rem;
  position: relative;
}
.our-numbers__item:nth-child(1) img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-numbers__item:nth-child(1) svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
}
.our-numbers__item:nth-child(2) img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.our-numbers__item:nth-child(2) svg {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.our-numbers__item:nth-child(3) img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-numbers__item:nth-child(3) svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-numbers__item-text {
  width: 25.5rem;
  height: 25.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.our-numbers__item-text svg {
  width: 100%;
  height: 100%;
}
.our-numbers__item-text svg path {
  -webkit-transition: 0.55s ease-in-out;
  transition: 0.55s ease-in-out;
}
.our-numbers__item-text::after {
  content: "";
  display: block;
  background: #274497;
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.our-numbers__item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background: #d9d9d9;
}
.our-numbers__item-text:hover::after {
  -webkit-animation: bounce 500ms ease-in-out forwards;
  animation: bounce 500ms ease-in-out forwards;
}
.our-numbers__item-text:hover svg path {
  fill: #d9d9d9;
}
.our-numbers__item-number {
  position: absolute;
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 2.1px;
  right: 0;
  top: 49.9%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #274497;
}
.our-numbers__item-number::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10rem;
  background-color: #d9d9d9;
  right: 0;
  width: 26.8rem;
}
.our-numbers__item-number span {
  font-size: 1.8rem;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: transparent;
  letter-spacing: initial;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4.8);
    transform: translate(-50%, -50%) scale(4.8);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(4.8);
    transform: translate(-50%, -50%) scale(4.8);
  }
}
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.8);
    transform: translate(-50%, -50%) scale(6.8);
  }
}
@keyframes bounce1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(6.8);
    transform: translate(-50%, -50%) scale(6.8);
  }
}
@media (max-width: 48em) {
  .our-numbers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-numbers__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    height: 53.7rem;
    position: relative;
  }
  .our-numbers__item-text {
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .our-numbers__item-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    background: #d9d9d9;
  }
  .our-numbers__item-text:hover::after {
    -webkit-animation: bounce1 500ms ease-in-out forwards;
    animation: bounce1 500ms ease-in-out forwards;
  }
  .our-numbers__item-number {
    position: absolute;
    font-size: 6.5rem;
    line-height: 100%;
    letter-spacing: 2.4px;
    right: 0;
    top: 49.9%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-numbers__item-number::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 10rem;
    background-color: #d9d9d9;
    right: 0;
    width: 50.8rem;
  }
  .our-numbers__item-number span {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 140%;
  }
}
.about-us .top-title {
  margin-bottom: 6.8rem;
}
/* .about-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
} */
.about-us .container {
  position: relative;
}
.about-us__container {
  /* padding: 0px 14rem;
  margin: 0; */
  padding-bottom: 15rem;
}
.about-us__left {
  position: absolute;
  top: 2rem;
  width: 5rem;
  height: 3rem;
  cursor: pointer;
}
.about-us__left .arrow {
  width: 4rem;
  height: 1px;
  background-color: #274497;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us__left .arrow::after {
  right: auto;
  left: -0.3rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.about-us__right {
  position: absolute;
  top: 2rem;
  width: 5rem;
  height: 3rem;
  right: 0;
  cursor: pointer;
}
.about-us__right .arrow {
  width: 4rem;
  height: 1px;
  background-color: #274497;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  bottom: 0rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  gap: 3rem;
  cursor: default;
}
.about-us__item.scroll-work:nth-child(2n) {
  /*bottom: -10rem;*/
}
.about-us__item:nth-child(2n) .about-us__img::after {
  background: #fff;
}
.about-us__item:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-us__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22.6rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: auto;
}
.about-us__title {
  font-size: 3.1rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 2.1px;
  width: 21rem;
  margin: 0 auto;
}
.about-us__subtitle {
  font-size: 1.8rem;
  line-height: 140%;
}
.about-us__img {
  position: relative;
  width: 25.8rem;
  height: 33.8rem;
  overflow: hidden;
  border-radius: 100rem;
  z-index: 0;
}
.about-us__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 35.8rem;
  height: 35.8rem;
  border-radius: 50%;
  background: #274497;
  bottom: 0;
  z-index: -1;
}
.about-us__img img {
  position: absolute;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 48em) {
  .our-numbers__item:nth-child(2) svg {
    -webkit-transform: scale(0.9);
    transform: scale(1);
  }
  .our-numbers__item:nth-child(1) svg {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
  }
  .about-us .top-title {
    margin-bottom: 8rem;
  }
  /* .about-us__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    overflow: auto;
    padding-bottom: 2rem;
  } */
  .about-us__container {
    /* padding: 0;
    margin: 0; */
    padding-bottom: 2rem;
  }
  .about-us__left {
    display: none;
  }
  .about-us__right {
    display: none;
  }
  .about-us__container:hover .about-us__item:nth-child(2n) {
    /*bottom: 0;*/
  }
  .about-us__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 61rem;
  }
  .about-us__item.scroll-work:nth-child(2n) {
    bottom: 0;
  }
  .about-us__item:nth-child(2n) .about-us__img::after {
    background: #fff;
  }
  .about-us__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 47rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: auto;
  }
  .about-us__title {
    font-size: 5.8rem;
    line-height: 107%;
    letter-spacing: 1.68px;
    width: 62%;
    /* width: 20rem; */
    margin: 0 auto;
  }
  .about-us__subtitle {
    font-size: 2.8rem;
    line-height: 140%;
  }
  .about-us__img {
    position: relative;
    width: 100%;
    height: 81.4rem;
    overflow: hidden;
    border-radius: 100rem;
  }
  .about-us__img:hover img {
    -webkit-filter: none;
    filter: none;
  }
  .about-us__img::after {
    content: "";
    display: block;
    position: absolute;
    width: 61rem;
    height: 61rem;
    border-radius: 50%;
    background: #274497;
    bottom: 0;
    z-index: -1;
  }
  .about-us__img img {
    position: absolute;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
.our-ratings .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.7rem;
}
.our-ratings-left {
  width: 40.7rem;
}
.our-ratings-left__small {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.our-ratings-left .top-title {
  margin-bottom: 7rem;
}
.our-ratings-left__text {
  margin-bottom: 5rem;
}
.our-ratings-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.our-ratings-right.desktop {
  height: 84rem;
}
.our-ratings-right > div {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.our-ratings-right > div path {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.our-ratings-right > div:hover {
  border: 1px solid #274497;
}
.our-ratings-right > div:hover path {
  fill: #274497;
}
.our-ratings-right .circle-top-left {
  position: absolute;
  width: 14.8rem;
  height: 14.8rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  top: 0;
  right: 69.7rem;
}
.our-ratings-right .circle-bottom-left {
  position: absolute;
  width: 18.4rem;
  height: 18.4rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  top: 38rem;
  right: 58rem;
}
.our-ratings-right .circle-magazine {
  position: absolute;
  width: 22.8rem;
  height: 22.8rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 42.3rem;
  right: 83rem;
}
.our-ratings-right .circle-magazine svg {
  width: 4.2556rem;
  height: 5.1334rem;
}
.our-ratings-right .circle-best-lawyers {
  position: absolute;
  width: 27.1rem;
  height: 27.1rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 55.5rem;
  right: 60.7rem;
}
.our-ratings-right .circle-best-lawyers svg {
  width: 14.1rem;
  height: 2.8rem;
}
.our-ratings-right .circle-chambers {
  position: absolute;
  width: 33.8rem;
  height: 33.8rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 11.8rem;
  right: 0;
}
.our-ratings-right .circle-chambers #clip0_2226_337166 path {
  fill: white;
}
.our-ratings-right .circle-chambers svg {
  width: 11.2rem;
  height: 3.3rem;
}
.our-ratings-right .circle-pravo {
  position: absolute;
  width: 45rem;
  height: 45rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 39rem;
  right: 16.5rem;
}
.our-ratings-right .circle-pravo svg {
  width: 19.7328rem;
  height: 5.8rem;
}
.our-ratings-right__legal {
  position: absolute;
  width: 39.9rem;
  height: 39.9rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 1.5rem;
  right: 33.5rem;
}
.our-ratings-right__legal svg {
  width: 8.455rem;
  height: 8.7706rem;
}
.our-ratings-right__legal svg path {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (max-width: 48em) {
  .our-ratings .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-ratings .partners-main-slide {
    overflow: hidden;
  }
  .our-ratings-left {
    width: auto;
  }
  .our-ratings-left__small {
    font-size: 2.8rem;
    line-height: 150%;
    margin-bottom: 3.2rem;
  }
  .our-ratings-left .top-title {
    margin-bottom: 4.4rem;
  }
  .our-ratings-left__text {
    margin-bottom: 8rem;
  }
  .our-ratings-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .our-ratings-right > div {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .our-ratings-right > div path {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .our-ratings-right > div:hover {
    border: 0 solid #274497;
  }
  .our-ratings-right > div:hover path {
    fill: #274497;
  }
}
.main-news .btn {
  background: rgba(39, 68, 151, 1);
  color: white;
  .btn-svg_group ellipse {
    fill: rgba(39, 68, 151, 1);
  }
  .btn-svg_arr path {
    stroke: rgba(39, 68, 151, 1);
  }
}
.main-news .btn:hover {
  background: white;
  color: rgba(39, 68, 151, 1);
  .btn-svg_group ellipse {
    fill: white;
  }
  .btn-svg_arr path {
    stroke: white;
  }
}
.main-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-news__item {
  width: 70.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-news__item-img {
  width: 100%;
  margin-bottom: 3.2rem;
}
.main-news__item-date {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
.main-news__item-title {
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 123%;
  letter-spacing: 0.21rem;
  margin-bottom: 2.2rem;
}

@media (max-width: 48em) {
  .main-news .container {
    position: relative;
    padding-bottom: 18rem;
  }
  .main-news .btn {
    position: absolute;
    bottom: 0;
    width: 71rem;
  }
  .main-news .top-container {
    margin-bottom: 8rem;
  }
  .main-news .top-title {
    width: 50rem;
  }
  .main-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 4rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2rem;
  }
  .main-news__item {
    width: 61rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .main-news__item-img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .main-news__item-date {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
  }
  .main-news__item-title {
    font-size: 5.6rem;
     font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: 1.68px;
    margin-bottom: 2.4rem;
  }
}
.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team .top-title {
  margin-bottom: 6.8rem;
}
.team-item {
  width: 22.209%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 6rem;
}
.team-item__img {
  width: 100%;
  height: 35.8rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  cursor: pointer;
}
.team-item__img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.team-item__img:hover .team-item__contact {
  opacity: 1;
}
.team-item__title {
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 0.5rem;
}
.team-item__subtitle {
  color: #949494;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.team-item__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.team-item__contact {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #274497;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.team-item__contact-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-right: 5.35rem;
}
.team-item__contact-text::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.6rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 40%;
}

.our-team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-team .top-title {
  margin-bottom: 6.8rem;
}
.our-team-left {
  width: 40.7rem;
}
.our-team-left__text {
  margin-bottom: 3.2rem;
}
.our-team-right {
  width: 105.5rem;
}

@media (max-width: 48em) {
  .team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .team .top-title {
    margin-bottom: 4rem;
  }
  .team-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8rem;
  }
  .team-item__img {
    width: 100%;
    height: 71rem;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    cursor: pointer;
  }
  .team-item__img img {
    position: absolute;
    bottom: 0;
  }
  .team-item__img:hover .team-item__contact {
    top: 0rem;
  }
  .team-item__title {
    font-size: 5.6rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 1rem;
  }
  .team-item__subtitle {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
  .team-item__text {
    font-size: 2.8rem;
  }
  .team-item__contact {
    display: none;
  }
  .team-item__empty {
    display: none;
  }
  .our-team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .our-team .top-title {
    margin-bottom: 59.374rem;
  }
  .our-team-left {
    width: auto;
  }
  .our-team-left__text {
    margin-bottom: 8rem;
  }
  .our-team-right {
    top: 16.6rem;
    position: absolute;
    width: 71rem;
    height: 46.9744rem;
  }
  .our-team-right img {
    width: 100%;
    height: 100%;
  }
}
.life-stories .container > .top-title {
  text-align: left;
  margin-bottom: 6.8rem;
}
.life-stories-container {
  position: relative;
}
.life-stories-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19.9rem;
}
.life-stories__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  width: 10rem;
  margin-bottom: 6.8rem;
}
.life-stories-left {
  width: 35.8rem;
}
.life-stories-left__title {
  font-size: 7.5rem;
   font-family: "Playfair Display", serif;
  line-height: 100%;
  letter-spacing: 0.45rem;
  color: #274497;
  margin-bottom: 3.2rem;
}
.life-stories-left__subtitle {
  color: #949494;
}
.life-stories-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.life-stories-right__item {
  position: relative;
  overflow: hidden;
  padding: 4.4rem 3rem;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25.1rem;
}
.life-stories-right__item:first-child {
  border-top: 1px solid #d9d9d9;
}
.life-stories-right__item:hover {
  color: #fff;
}
.life-stories-right__item:hover .life-stories-right__item-img {
  opacity: 1;
}
.life-stories-right__item:hover .life-stories-right__item-number {
  top: calc(100% - 11.8rem);
}
.life-stories-right__item:hover .life-stories-right__item-number span {
  color: #fff;
}
.life-stories-right__item-img {
  position: absolute;
  z-index: -1;
  top: -30rem;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.life-stories-right__item-number {
  position: absolute;
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  line-height: 111%;
  letter-spacing: 0.21rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  top: 4.4rem;
}
.life-stories-right__item-number span {
  color: #274497;
  font-size: 7.5rem;
   font-family: "Playfair Display", serif;
  line-height: 100%;
  letter-spacing: 0.45rem;
}
.life-stories-right__item-text {
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-left: 38.8rem;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.life-stories-pagination {
  top: -9.5rem;
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.321rem;
  bottom: auto;
  width: fit-content;
}
.life-stories-pagination .swiper-pagination-bullet {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: inherit;
  position: relative;
}
.life-stories-pagination .swiper-pagination-bullet-active::after {
  content: "";
  background: #274497;
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1rem;
}
.life-stories_inner__title {
   font-family: "Playfair Display", serif;
  font-size: 7.5rem;
  line-height: 100%;
  letter-spacing: 0.45rem;
  margin-bottom: 6.8rem;
}
.life-stories_inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.life-stories_inner-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.life-stories_inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7rem;
  margin-bottom: 2rem;
}
.life-stories_inner-top__left {
  width: 18.2rem;
  color: #949494;
  font-size: 1.8rem;
  line-height: 150%;
  text-transform: uppercase;
}
.life-stories_inner-top__left-img {
  width: 13.9rem;
  height: 13.9rem;
  margin-bottom: 3rem;
}
.life-stories_inner-top__left-img img {
  width: 100%;
  height: 100%;
}
.life-stories_inner-top__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.life-stories_inner-top__right-title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 4rem;
  color: #949494;
}
.life-stories_inner-top__right-text span {
  display: inline-block;
  height: 2rem;
  width: 9.52rem;
}
.life-stories_inner-top__right-text img {
  height: auto;
  width: 20.5rem;
  object-fit: contain;
}
.life-stories_inner-text img {
  height: auto;
  width: 20.5rem;
  object-fit: contain;
}
.life-stories_inner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}
.life-stories_inner-center-left {
  width: 51.8rem;
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8rem;
}
.life-stories_inner-center-left span {
  display: block;
  width: 8rem;
  height: 0.8rem;
  background: #274497;
}
.life-stories_inner-center-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.life-stories_inner-text {
  margin-bottom: 6rem;
}
.life-stories_inner-bottom__title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 4rem;
}
.life-stories_inner-bottom__list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 5.6rem;
  position: relative;
}
.life-stories_inner-bottom__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #274497;
  border-radius: 50%;
  top: 0.5rem;
  left: 0;
}
.life-stories_inner-bottom__list li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.life-stories_inner-right {
  width: 35.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
.life-stories_inner-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.life-stories_inner-right-item__img {
  width: 35.8rem;
  height: 19.8rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.life-stories_inner-right-item__img img {
  width: 21.9rem;
  height: 18rem;
  object-fit: contain;
}
.life-stories_inner-right-item__text {
  width: 21.8rem;
}

@media (max-width: 48em) {
  .life-stories .container {
    padding: 0;
  }
  .life-stories .container > .top-title {
    text-align: left;
    margin-bottom: 8rem;
    padding: 0 2rem;
  }
  .life-stories-container {
    position: relative;
  }
  .life-stories-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
  }
  .life-stories__title {
    font-size: 2.8rem;
    width: auto;
    margin-bottom: 21.4rem;
    padding: 0 2rem;
  }
  .life-stories-left {
    width: auto;
    padding: 0 2rem;
  }
  .life-stories-left__title {
    font-size: 8rem;
    line-height: 107%;
    letter-spacing: 0.48rem;
    margin-bottom: 3.2rem;
  }
  .life-stories-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .life-stories-right__item {
    position: relative;
    overflow: unset;
    padding: 3.2rem 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    margin: 29.4rem 2rem 0;
  }
  .life-stories-right__item:first-child {
    margin: 21.4rem 2rem 0;
  }
  .life-stories-right__item:hover {
    color: #0d0d0d;
  }
  .life-stories-right__item:hover .life-stories-right__item-img {
    opacity: 1;
  }
  .life-stories-right__item:hover .life-stories-right__item-number {
    top: unset;
  }
  .life-stories-right__item:hover .life-stories-right__item-number span {
    color: #274497;
  }
  .life-stories-right__item-img {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    height: 17.4rem;
    top: -21.4rem;
    left: -2rem;
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    width: 75rem;
  }
  .life-stories-right__item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: -20rem;
  }
  .life-stories-right__item-number {
    position: relative;
    font-size: 3.5rem;
     font-family: "Playfair Display", serif;
    line-height: 107%;
    letter-spacing: 0.216rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .life-stories-right__item-number span {
    font-size: 5.8rem;
    line-height: 123%;
    letter-spacing: 0.336;
    margin-right: 1.4rem;
  }

  .life-stories-right__item-text {
    font-size: 5.6rem;
    line-height: 123%;
    letter-spacing: 0.21rem;
    margin-left: 0;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal.life-stories-pagination {
    top: -17.5rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.321rem;
    overflow: auto;
    width: 70rem;
    height: 7.5rem;
    margin-right: 3rem;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets.life-stories-pagination
    .swiper-pagination-bullet {
    font-size: 2.8rem;
    width: auto;
    height: auto;
    background: inherit;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2rem;
  }
  .life-stories-pagination .swiper-pagination-bullet-active::after {
    content: "";
    background: #274497;
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2rem;
  }
  .life-stories_inner__title {
    font-size: 5.8rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 8rem;
  }
  .life-stories_inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .life-stories_inner-left {
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .life-stories_inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
    margin-bottom: 8rem;
  }
  .life-stories_inner-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    color: #949494;
    font-size: 2.8rem;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .life-stories_inner-top__left-img {
    width: 27.8rem;
    height: 27.8rem;
    margin-bottom: 0;
  }
  .life-stories_inner-top__left-img img {
    width: 100%;
    height: 100%;
  }
  .life-stories_inner-top__left-text {
    width: 35.4rem;
  }
  .life-stories_inner-top__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .life-stories_inner-top__right-title {
    font-size: 4rem;
    line-height: 100%;
    letter-spacing: 0.24rem;
    margin-bottom: 6.4rem;
    color: #949494;
  }
  .life-stories_inner-top__right-text span {
    display: inline-block;
    height: 2rem;
    width: 9.52rem;
  }
  .life-stories_inner-top__right-text img {
    width: 25vw;
  }
  .life-stories_inner-text img {
    width: 25vw;
  }
  .life-stories_inner-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 4rem;
  }
  .life-stories_inner-center-left {
    width: auto;
     font-family: "Playfair Display", serif;
    font-size: 5.8rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3.2rem;
  }
  .life-stories_inner-center-left span {
    display: block;
    width: 16rem;
    height: 1.6rem;
    background: #274497;
  }
  .life-stories_inner-center-right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
  .life-stories_inner-center-right.text-normal {
    font-size: 3.6rem;
  }
  .life-stories_inner-center-item {
    margin: 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .life-stories_inner-text {
    margin-bottom: 12rem;
  }
  .life-stories_inner-bottom__title {
    font-size: 5.8rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 8rem;
  }
  .life-stories_inner-bottom__list li {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 7.2rem;
    position: relative;
  }
  .life-stories_inner-bottom__list li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #274497;
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
  }
  .life-stories_inner-bottom__list li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .life-stories_inner-right {
    width: 35.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
  .life-stories_inner-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    width: 34.4rem;
  }
  .life-stories_inner-right-item__img {
    width: 100%;
    height: 20rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .life-stories_inner-right-item__img img {
    width: 21.9rem;
    height: 18rem;
  }
  .life-stories_inner-right-item__text {
    width: auto;
  }
}
.contacts .container > .top-title {
  text-align: left;
  margin-bottom: 6.8rem;
}
.contacts__maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 10rem;
}
.contacts__map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 71rem;
}
.contacts__photo {
  width: 35.8rem;
}
.contacts [class*="copyrights-pane"] {
  display: none !important;
}
.contacts [class*="ground-pane"] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__item {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.1rem 0 0;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 6rem;
}
.contacts__item-title {
  font-size: 1.8rem;
  line-height: 140%;
  color: #949494;
  padding-left: 3.6rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contacts__item-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #274497;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contacts__item-subtitle {
  font-size: 1.8rem;
  line-height: 150%;
  text-transform: uppercase;
  width: 35.8rem;
}

@media (max-width: 48em) {
  .contacts .container {
    position: relative;
  }
  .contacts .container > .top-title {
    text-align: left;
    margin-bottom: 8rem;
  }
  .contacts__maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: unset;
    margin-bottom: 8rem;
  }
  .contacts__map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 80rem;
    margin: 0 -2rem;
  }
  .contacts__map img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contacts__photo {
    position: absolute;
    width: 71rem;
    height: 66.6rem;
    bottom: 0;
  }
  .contacts__photo img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .contacts [class*="copyrights-pane"] {
    display: none !important;
  }
  .contacts [class*="ground-pane"] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 74.6rem;
  }
  .contacts__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.2rem 0;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 0;
  }
  .contacts__item-title {
    font-size: 2.8rem;
    padding-left: 7.2rem;
  }
  .contacts__item-title::after {
    width: 4rem;
    height: 4rem;
  }
  .contacts__item-subtitle {
    font-size: 2.8rem;
    width: auto;
    text-align: right;
  }
  .contacts__item-subtitle a {
    text-decoration-line: underline;
  }
}
.partners .top-title {
  margin-bottom: 6.8rem;
}
.partners-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners-container {
  position: relative;
}
.partners-left {
  width: 32.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Cochineal;
  font-style: normal;
  font-weight: 400;
  gap: 3.2rem;
}
.partners-left__text {
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
}
.partners-left__page {
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.12rem;
  color: #949494;
}
.partners-left__page span {
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
  color: #274497;
}
.partners-right {
  position: relative;
  margin-left: 26.1rem;
}
.partners-right__img {
  width: 44.8rem;
  height: 44.8rem;
  margin-bottom: 6rem;
}
.partners-right__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.partners-right__text {
  width: 35.6rem;
  color: #949494;
  font-size: 1.8rem;
  line-height: 140%;
  margin-left: 22rem;
}
.partners-swiper-next,
.partners-swiper-prev {
  width: 3.25rem;
}
.partners-swiper-next::after,
.partners-swiper-prev::after {
  content: unset;
}
.partners-swiper-next {
  right: 0rem;
}
.partners-swiper-prev {
  left: auto;
  right: 5.5rem;
}
.partners-swiper-prev .arrow::after {
  right: auto;
  left: -0.3rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 48em) {
  .partners .top-title {
    margin-bottom: 8rem;
  }
  .partners-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8rem;
  }
  .partners-container {
    position: relative;
  }
  .partners-left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6.4rem;
  }
  .partners-left__text {
    font-size: 5.6rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
  }
  .partners-left__page {
    font-size: 3.6rem;
    line-height: 107%;
    letter-spacing: 0.216rem;
  }
  .partners-left__page span {
    font-size: 5.6rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-right: 2.2rem;
  }
  .partners-right {
    position: relative;
    margin-left: 0;
  }
  .partners-right__img {
    width: 56rem;
    height: 56rem;
    margin: 0 auto 8rem;
  }
  .partners-right__text {
    width: auto;
    font-size: 2.8rem;
    line-height: 140%;
    margin-left: 0;
  }
  .partners-swiper-next,
  .partners-swiper-prev {
    display: none;
  }
}
.services .top-title {
  margin-bottom: 6.8rem;
}
.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 14rem;
}
.services-container:last-child {
  margin-bottom: 0;
}
.services-left {
  width: 30.832%;
  font-size: 3.5rem;
   font-family: "Playfair Display", serif;
  line-height: 111%;
  letter-spacing: 0.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-img {
  width: 35.8rem;
  height: 21.9rem;
}
.services-img svg {
  width: 35.8rem;
  height: 21.9rem;
}
.services-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  line-height: 150%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-right .services-item {
  width: 47.11%;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  position: relative;
  text-transform: initial;
}
.services-right .services-item:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 65.8%;
  height: 1px;
  background-color: #274497;
  top: -1px;
}
.services-right .services-item:hover::before {
  content: "";
  position: absolute;
  display: block;
  width: 8.5rem;
  height: 8.5rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right-circle.svg) no-repeat;
  background-size: cover;
  top: -4.5rem;
  right: 3rem;
}
.services-item {
  width: 100%;
  display: block;
  padding-top: 2.2rem;
  border-top: 1px solid #c0c0c0;
}
.services-item__number {
  color: #949494;
  margin-left: auto;
}

.services-other .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6.8rem;
}
.services-other .top-title span {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.21rem;
  color: #274497;
}
.services-other-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem;
}
.services-other-item {
  width: 22.2%;
  height: 30.9rem;
  position: relative;
  border: 1px solid #274497;
  overflow: hidden;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services-other-item:hover {
  border: 1px solid #efeff2;
}
.services-other-item:hover .services-other-item__img {
  opacity: 1;
}
.services-other-item:hover .services-other-item__count,
.services-other-item:hover .services-other-item__title {
  color: #fff;
}
.services-other-item.empty {
  padding: 0;
  border: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.services-other-item__img {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.services-other-item__count {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: 0.42rem;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.services-other-item__title {
  font-size: 1.8rem;
  line-height: 150%;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 48em) {
  .services .top-title {
    margin-bottom: 8rem;
  }
  .services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 0;
  }
  .services-item {
    width: 100%;
    display: block;
    padding-top: 8rem;
    border-top: 1px solid #c0c0c0;
    font-size: 5.6rem;
     font-family: "Playfair Display", serif;
    line-height: 123%;
    letter-spacing: 0.336;
  }
  .services-item__text {
    margin-bottom: 4rem;
  }
  .services-other .top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6.8rem;
  }
  .services-other .top-title span {
    display: none;
  }
  .services-other-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4rem;
  }
  .services-other-item {
    width: auto;
    height: auto;
    border: unset;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: unset;
    transition: unset;
    gap: 5.4rem;
  }
  .services-other-item:first-child {
    border-top: 1px solid #c0c0c0;
  }
  .services-other-item:hover {
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #c0c0c0;
  }
  .services-other-item:hover .services-other-item__count,
  .services-other-item:hover .services-other-item__title {
    color: inherit;
  }
  .services-other-item.empty {
    display: none;
  }
  .services-other-item__img {
    display: none;
  }
  .services-other-item__count {
    font-family: "Gilroy";
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: unset;
    text-transform: uppercase;
    -webkit-transition: unset;
    transition: unset;
    color: #949494;
  }
  .services-other-item__title {
    font-size: 2.8rem;
    -webkit-transition: unset;
    transition: unset;
    margin-bottom: 4rem;
  }
}
.handbook .top-title {
  margin-bottom: 6.8rem;
}
.handbook .handbook__title {
  margin-bottom: 9.6rem;
}
.handbook-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38.4rem;
  margin-bottom: 16rem;
}
.handbook-nav__item {
  display: block;
  width: 17.6rem;
}
.handbook-nav__icon {
  display: block;
  width: 17.6rem;
  height: 17.6rem;
  margin-bottom: 3.5rem;
}
.handbook-nav__icon img {
  width: 100%;
  height: 100%;
}
.handbook-nav__name {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: 0.096rem;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.handbook-nav__more {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  line-height: 120%;
  color: #274497;
  text-decoration: underline;
  white-space: nowrap;
}
.handbook-block {
  margin-bottom: 16rem;
}
.handbook-block:last-child {
  margin-bottom: 0;
}
.handbook-block__title {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.45rem;
  margin-bottom: 5.6rem;
}
.handbook-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 4.8rem;
  margin-bottom: 7.2rem;
}
.handbook-group:last-child {
  margin-bottom: 0;
}
.handbook-group__label {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 120%;
}
.handbook-card {
  grid-column: span var(--span, 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.2rem;
  border: 1px solid rgba(39, 68, 151, 0.4);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.handbook-card:hover {
  border-color: #274497;
}
.handbook-card__num {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0.084rem;
  margin-bottom: 4rem;
}
.handbook-card__title {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.handbook-card__text {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 140%;
  margin-top: 2.4rem;
}
.handbook-card__link {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 120%;
  color: #274497;
  text-decoration: underline;
  margin-top: 2.4rem;
}
.handbook.with-number .inner__title span {
  text-align: center;
}
.handbook.with-number .inner-right {
  width: 83.6rem;
}
.handbook.with-number .inner-right__title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 4rem;
}
.handbook.with-number .inner-right__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
.handbook.with-number .inner-right__form input {
  width: 30rem;
  padding: 1.1rem 2rem 1.1rem 2rem;
  border: 1px solid #D9D9D9;
}
.handbook.with-number .inner-right__form .btn {
  color: #274497;
  border: 1px solid #274497;
}
.handbook.with-number .inner-right ul {
  padding-left: 3rem;
}
.handbook.with-number .inner-right ul li {
  list-style: inherit;
}

@media (max-width: 48em) {
  .handbook .top-title {
    margin-bottom: 8rem;
  }
  .handbook .handbook__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  .handbook-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 7rem;
    margin-bottom: 12rem;
  }
  .handbook-nav__item {
    width: auto;
  }
  .handbook-nav__icon {
    width: 9.6rem;
    height: 9.6rem;
    margin-bottom: 3rem;
  }
  .handbook-nav__name {
    font-size: 3.6rem;
    letter-spacing: 0.108rem;
    white-space: normal;
    margin-bottom: 2rem;
  }
  .handbook-nav__more {
    font-size: 3.2rem;
  }
  .handbook-block {
    margin-bottom: 14rem;
  }
  .handbook-block__title {
    font-size: 8rem;
    line-height: 107%;
    letter-spacing: 0.24rem;
    text-align: center;
    margin-bottom: 6rem;
  }
  .handbook-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .handbook-group__label {
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 300;
    font-size: 5.6rem;
    line-height: 120%;
  }
  .handbook-card {
    grid-column: auto;
    padding: 4.8rem;
  }
  .handbook-card__num {
    font-size: 4.8rem;
    margin-bottom: 4.4rem;
  }
  .handbook-card__title {
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    letter-spacing: 0.084rem;
  }
  .handbook-card__text {
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    margin-top: 3rem;
  }
  .handbook-card__link {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
  .handbook.with-number .inner__title span {
    text-align: center;
  }
  .handbook.with-number .inner-right {
    width: auto;
  }
  .handbook.with-number .inner-right__title {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: 0.216rem;
    margin-bottom: 4.4rem;
  }
  .handbook.with-number .inner-right__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.4rem;
    margin-bottom: 8rem;
  }
  .handbook.with-number .inner-right__form input {
    width: 100%;
    padding: 3rem 4rem 3rem 4rem;
    border: 1px solid #D9D9D9;
  }
  .handbook.with-number .inner-right__form .btn {
    color: #274497;
    border: 1px solid #274497;
  }
  .handbook.with-number .inner-right ul {
    padding-left: 3rem;
  }
  .handbook.with-number .inner-right ul li {
    list-style: inherit;
  }
}
.broadcast .container > .top-title {
  text-align: left;
  margin-bottom: 6.8rem;
}
.broadcast-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.broadcast-item {
  border-top: 1px solid #c0c0c0;
  padding-top: 2.2rem;
  width: 30.832%;
  display: block;
}
.broadcast-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #949494;
  margin-bottom: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.broadcast-item__title {
  font-size: 2.4rem;
  font-family: "Gilroy Medium";
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}

@media (max-width: 48em) {
  .broadcast .container > .top-title {
    margin-bottom: 8rem;
  }
  .broadcast-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .broadcast-item {
    border-top: 1px solid #c0c0c0;
    padding-top: 4.4rem;
    width: auto;
  }
  .broadcast-item__date {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  .broadcast-item__title {
    font-size: 2.8rem;
    font-family: "Gilroy";
    font-weight: 400;
    margin-bottom: 4.4rem;
  }
}
.news-container {
  padding: 6rem 0 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 4.8rem;
}
.news .top-title {
  margin-bottom: 6.8rem;
}
.news__btn {
  margin: 0 auto;
}
.news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__item {
  width: 22.209%;
  margin-bottom: 6rem;
}
.news__item-img {
  width: 35.8rem;
  height: 30.2rem;
  margin-bottom: 3.2rem;
}
.news__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__item-date {
  color: #949494;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
.news__item-title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 2.2rem;
}
.news .inner__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.news .inner__img {
  width: 49.7rem;
  height: 33.1rem;
}

@media (max-width: 48em) {
  .news-container {
    padding: 8rem 0 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 4.8rem;
  }
  .news .top-title {
    margin-bottom: 8rem;
  }
  .news__btn {
    margin: 0 auto;
  }
  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news__item {
    width: auto;
    margin-bottom: 8rem;
  }
  .news__item-img {
    width: 100%;
    height: 34.4rem;
    margin-bottom: 3.2rem;
  }
  .news__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0rem -5rem;
    object-position: 0rem -5rem;
  }
  .news__item-date {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  .news__item-title {
    font-size: 3.6rem;
    line-height: 107%;
    letter-spacing: 0.216rem;
    margin-bottom: 4.4rem;
  }
  .news .inner__text {
    font-size: 3.6rem;
  }
  .news .inner__img {
    width: 100%;
    height: auto;
  }
}
.inner__title {
  font-size: 2.6rem;
  line-height: 150%;
  text-transform: uppercase;
  padding: 2.5rem 0;
  position: relative;
  margin-bottom: 8rem;
}
.inner__title span {
  display: block;
  width: 91.5rem;
  margin: 0 auto;
}
.inner__title::before,
.inner__title::after {
  content: "";
  display: block;
  width: 56%;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
}
.inner__title::before {
  top: 0;
  left: 0;
}
.inner__title::after {
  bottom: 0;
  right: 0;
}
.inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner__img {
  width: 49.7rem;
}
.inner__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inner__text-date {
  margin-top: 2rem;
  color: #949494;
}
.inner__text-logo {
  height: 3.4rem;
  margin-top: 12.2rem;
}
.inner__text-logo img {
  width: auto;
  height: 100%;
}

@media (max-width: 48em) {
  .inner__title {
    font-size: 2.8rem;
    padding: 4rem 0;
    position: relative;
    margin-bottom: 8rem;
  }
  .inner__title span {
    width: auto;
  }
  .inner__title::before,
  .inner__title::after {
    content: "";
    display: block;
    width: 56%;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
  }
  .inner__title::before {
    top: 0;
    left: 0;
  }
  .inner__title::after {
    bottom: 0;
    right: 0;
  }
  .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .inner__img {
    width: 100%;
    height: 50.6rem;
  }
  .inner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner__text-date {
    margin-top: 4rem;
    color: #949494;
  }
  .inner__text-logo {
    position: absolute;
    top: 0;
    height: 5.2rem;
    margin-top: 0;
  }
  .inner__text-logo img {
    width: auto;
    height: 100%;
  }
}
.error-page {
  background: url('data:image/svg+xml;utf8,<svg width="535" height="203"  viewBox="0 0 491 203" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M49.584 123.204V151.632H124.38V198H0.180001V4.79999H123V50.892H49.584V77.664H116.1V123.204H49.584ZM239.823 202.14C210.751 202.14 186.647 192.572 167.511 173.436C148.559 154.3 139.083 130.288 139.083 101.4C139.083 72.512 148.559 48.592 167.511 29.64C186.463 10.32 210.567 0.659991 239.823 0.659991C257.303 0.659991 273.495 4.79999 288.399 13.08C303.303 21.36 314.987 32.492 323.451 46.476L280.671 71.04C276.991 64.232 271.471 58.896 264.111 55.032C256.935 50.984 248.839 48.96 239.823 48.96C224.551 48.96 212.039 53.836 202.287 63.588C192.903 73.34 188.211 85.944 188.211 101.4C188.211 117.224 192.903 129.92 202.287 139.488C211.855 149.056 224.367 153.84 239.823 153.84C248.839 153.84 256.935 151.908 264.111 148.044C271.471 143.996 276.991 138.476 280.671 131.484L323.451 156.324C314.987 170.492 303.303 181.716 288.399 189.996C273.679 198.092 257.487 202.14 239.823 202.14ZM341.137 4.79999H490.177V198H440.773V52.548H390.541V198H341.137V4.79999Z" fill="white"/></svg>');
  background-repeat: repeat-x;
  background-position: -2% bottom;
  padding-bottom: 14rem;
}
.error-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-page-left {
  width: 53.4rem;
}
.error-page__number {
   font-family: "Playfair Display", serif;
  font-size: 22.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.356rem;
  margin-bottom: 4.5rem;
}
.error-page__title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 2.4rem;
}
.error-page__text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4.5rem;
  color: #949494;
}
.error-page-right {
  width: 69.6157rem;
  height: 69.6187rem;
}

@media (max-width: 48em) {
  .error-page {
    background: url('data:image/svg+xml;utf8,<svg width="211" height="86"  viewBox="0 0 491 203" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M49.584 123.204V151.632H124.38V198H0.180001V4.79999H123V50.892H49.584V77.664H116.1V123.204H49.584ZM239.823 202.14C210.751 202.14 186.647 192.572 167.511 173.436C148.559 154.3 139.083 130.288 139.083 101.4C139.083 72.512 148.559 48.592 167.511 29.64C186.463 10.32 210.567 0.659991 239.823 0.659991C257.303 0.659991 273.495 4.79999 288.399 13.08C303.303 21.36 314.987 32.492 323.451 46.476L280.671 71.04C276.991 64.232 271.471 58.896 264.111 55.032C256.935 50.984 248.839 48.96 239.823 48.96C224.551 48.96 212.039 53.836 202.287 63.588C192.903 73.34 188.211 85.944 188.211 101.4C188.211 117.224 192.903 129.92 202.287 139.488C211.855 149.056 224.367 153.84 239.823 153.84C248.839 153.84 256.935 151.908 264.111 148.044C271.471 143.996 276.991 138.476 280.671 131.484L323.451 156.324C314.987 170.492 303.303 181.716 288.399 189.996C273.679 198.092 257.487 202.14 239.823 202.14ZM341.137 4.79999H490.177V198H440.773V52.548H390.541V198H341.137V4.79999Z" fill="white"/></svg>');
    background-repeat: repeat-x;
    background-position: -2% 90%;
    padding-bottom: 0;
  }
  .error-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12rem;
  }
  .error-page-left {
    width: auto;
    text-align: center;
  }
  .error-page__number {
     font-family: "Playfair Display", serif;
    font-size: 40rem;
    letter-spacing: 2.4rem;
    margin-bottom: 4.4rem;
  }
  .error-page__title {
     font-family: "Playfair Display", serif;
    font-size: 5.8rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 6.4rem;
  }
  .error-page__text {
    font-size: 2.8rem;
    margin-bottom: 6.4rem;
  }
  .error-page__link {
    margin: 0 auto;
  }
  .error-page-right {
    width: 42rem;
    height: 42rem;
    margin: 0 auto;
  }
}
.about-company .top-title {
  margin-bottom: 5.667rem;
}
.about-company-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.708rem;
}
.about-company__img {
  width: 60.6232rem;
  height: 60.6259rem;
}
.about-company .link-arrow {
  position: absolute;
  right: 0;
}
.about-company-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
}
.about-company__text {
  width: 430px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
.about-company__text IMG {
  width: 365px;
  height: 365px;
}

.about-company__mainText  {
  font-family: 'Gilroy-Light', sans-serif;
}
.about-company__mainText .about-line {
  padding: 10px 0 10px 24px;
  border-left: 1px solid #000;
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 31px;

  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  width: 494px;
}
.about-company__mainText b {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 800;
}
.about-company__mainText .about-line2 {
  margin-top: 20px;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 5%;
  color: #979797;

}
.company-blocks {
  
    display: flex;
    justify-content: space-between;
}
.company-blocks > div {
  width: 17%;
}
.company-blocks > div > div.titleblock {
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000;
  position: relative;
}
.company-blocks > div > div.titleblock div {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #2C4899;
}
.company-blocks > div > p {
  margin-top: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #000;
}
.top-title_about {
  
}
.top-title_about img {
  float: left;
  width: 59px;
  height: 57px;
  margin-right: 30px;
  
}
.titlen1 {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #2C4899;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D9;
}
.titlen3 {
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #2C4899;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D9;
}
.trademark-registration__item.text-trademark3 {
  margin-top: 0;
  border-top: 0;
}
.text-trademark3.text-trademark3wide {
  width: 100%;
}
.text-trademark3.text-trademark3wide .trademark-registration__item-text{
  width: 100%;
}
.text-trademark3 .titlen2{
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #2C4899;
  margin-bottom: 20px;
}
.text-trademark3 div.info, .text-normal.text-normal2 {
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}
.text-normal.text-trademark2.text-trademark31 .trademark-registration__item-text {
  font-size: 16px;
  line-height: 20px;
}
.container > .top-title_about.top-title_about2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 54px;
  letter-spacing: 5%;
  text-align: left;
}

@media (max-width: 48em) {
  .about-company__text IMG {
    max-width: 365px;
    max-height: 365px;
    width: 90%;
    height: 90%;
  }
  .company-blocks > div > p {
    font-size: 17px;
  }
  .about-company__mainText .about-line {
    width: 100%;
    font-size: 18px;
  }
  .about-company-bottom {
    flex-wrap: wrap;
  }
  .company-blocks {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-blocks > div {
    width: 47%;
    margin-bottom: 20px;
  }
  .about-company .top-title {
    margin-bottom: 8;
  }
  .about-company-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.708rem;
  }
  .about-company__img {
    width: 71rem;
    height: 71rem;
  }
  .about-company .link-arrow {
    position: relative;
    right: 0;
  }
  .about-company-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-company__text {
    width: auto;
    font-size: 3.6rem;
    margin-bottom: 4.4rem;
  }
  .about-company__mainText {
    font-size: 7rem;
    letter-spacing: 0.42rem;
    width: auto;
    margin-bottom: 8rem;
  }
}
.activity .container > .top-title {
  text-align: left;
}
.activity .top-title {
  margin-bottom: 7rem;
}
.activity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10.6rem;
}
.activity-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.activity-left__title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 4rem;
}
.activity-left__list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 5.6rem;
  position: relative;
}
.activity-left__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #274497;
  border-radius: 50%;
  top: 0.5rem;
  left: 0;
}
.activity-left__list li:last-child {
  margin-bottom: 0;
}
.activity-right {
  width: 41.3rem;
  padding-left: 4rem;
  border-left: 1px solid #274497;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.activity-right__title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 2rem;
}

@media (max-width: 48em) {
  .activity .top-title {
    margin-bottom: 8rem;
  }
  .activity-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12rem;
  }
  .activity-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .activity-left__title {
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 8rem;
  }
  .activity-left__list li {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 7.2rem;
    position: relative;
  }
  .activity-left__list li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #274497;
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
  }
  .activity-left__list li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .activity-right {
    width: auto;
    padding-left: unset;
    border-left: unset;
    padding-top: 8rem;
    border-top: 1px solid #274497;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .activity-right__title {
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 2.4rem;
  }
}
.our-projects .container > .top-title {
  text-align: left;
}
.our-projects .top-title {
  margin-bottom: 6.8rem;
}
.our-projects-item {
  display: block;
  /* border: 1px solid #D9D9D9; */
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}
.our-projects-item:hover .our-projects-item__back {
  opacity: 1;
}
.our-projects-item:hover .our-projects-item__text {
  color: #ffffff;
}
.our-projects-item:hover .link-arrow {
  color: #ffffff;
}
.our-projects-item:hover .link-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.4rem;
  height: 1.2rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right-white.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.our-projects-item__back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.our-projects-item__back img {
  height: 100%;
}
.our-projects-item__text {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 4rem;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.our-projects-item .link-arrow {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.our-projects-item .link-arrow::after {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

@media (max-width: 48em) {
  .our-projects .container > .top-title {
    text-align: left;
  }
  .our-projects .top-title {
    margin-bottom: 6.8rem;
  }
  .our-projects-item {
    display: block;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
  }
  .our-projects-item:hover .our-projects-item__back {
    opacity: 1;
  }
  .our-projects-item:hover .our-projects-item__text {
    color: #ffffff;
  }
  .our-projects-item:hover .link-arrow {
    color: #ffffff;
  }
  .our-projects-item:hover .link-arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 6.4rem;
    height: 2.7rem;
    background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right-white.svg) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .our-projects-item__back {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .our-projects-item__back img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .our-projects-item__text {
     font-family: "Playfair Display", serif;
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 8rem;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .our-projects-item .link-arrow {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .our-projects-item .link-arrow::after {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
}
.trademark-registration-header .top-title {
  margin-bottom: 6.8rem;
}
.trademark-registration-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 8rem;
}
.trademark-registration-header__top-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.trademark-registration-header__top-text {
  color: #949494;
  width: 49.7rem;
}
.trademark-registration-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21.2rem;
}
.trademark-registration-header__bottom .btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.trademark-registration-header__bottom-text {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /*text-transform: uppercase;*/
  padding-left: 3rem;
  border-left: 1px solid #0d0d0d;
  width: 58.8rem;
}
.trademark-registration-header__bottom-text  p::first-letter {
  padding-left: 15px;
  
}
.trademark-registration-anchor .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.trademark-registration-anchor__item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 35.8rem;
  height: 35.8rem;
  border: 1px solid #c0c0c0;
}
.trademark-registration-anchor__item-back:hover {
  opacity: 1;
}
.trademark-registration-anchor__item-back {
  position: absolute;
  width: 35.8rem;
  height: 35.8rem;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.trademark-registration-anchor__item-back img {
  width: 100%;
  height: 100%;
}
.trademark-registration-anchor__item-text {
  text-align: center;
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
}
.trademark-registration .container > .top-title {
  text-align: left;
}
.trademark-registration .top-title {
  margin-bottom: 6.8rem;
}
.trademark-registration-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 10rem;
}
.trademark-registration__title {
  /*text-align: justify;*/
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  width: 49.7rem;
}
.trademark-registration__title div{
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 4rem;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.text-trademark2 {
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 2rem !important;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0rem;
  padding-right: 40px;
}
.trademark-registration__title div.pzag{
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 2.2rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0rem;

}
.trademark-registration__title div span{
  color: #274497;
}

.text-trademark2 B, .trademark-registration__title div.pzag B{
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
}
.toplineblock {
   border-top:1px solid #c0c0c0;
   width: 100%;
   clear: both;
   padding: 10px 0 20px 0;
   position: relative;
}
.trademark-registration__list {
  counter-reset: block-counter;
}

.trademark-registration__list  .text-trademark2 {
  counter-increment: block-counter;
  margin-bottom: 10px;
  position: relative;
  /*padding-right: 20px;*/
}
@media (max-width: 48em) {
  .trademark-registration__list  .text-trademark2 {
    padding-right: 20px;
  }
}
.Gilroyfont, .Gilroyfont2 {
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
}
.Gilroyfont b, b.Gilroyfont{ 
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
}
.Gilroyfont2 {
  font-size: 3rem;
  line-height: 110%;
}
.trademark-registration__list  .text-trademark2::before {
  content: " /0" counter(block-counter) "";
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #2C4899;
  position: absolute;
  right: 0;
  display: block;
  top: 5px;

}

.trademark-registration__title2 {
  /*text-align: justify;*/
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
}
.trademark-registration__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trademark-registration__list-text {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* text-transform: uppercase; */
  text-align: justify;
}
.trademark-registration__list.drop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: block;
}
.trademark-registration__list.drop .trademark-registration__item {
  margin-left: 7.8rem;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.trademark-registration__list.drop .trademark-registration__item:first-child {
  margin-top: 2.2rem;
}
.trademark-registration__list.drop
  .trademark-registration__item.active
  .trademark-registration__item-head::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.trademark-registration__list.drop
  .trademark-registration__item.active
  .trademark-registration__item-bottom {
  max-height: 30rem;
}
.trademark-registration__list.drop .trademark-registration__item-drop-number {
  position: absolute;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  top: 2.2rem;
  left: -7.8rem;
}
.trademark-registration__list.drop .trademark-registration__item-head {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2.2rem;
}
.trademark-registration__list.drop .trademark-registration__item-head::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.4rem;
  height: 1.7rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.trademark-registration__list.drop .trademark-registration__item-bottom {
  color: #949494;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.trademark-registration__list.drop .trademark-registration__item-bottom-text {
  margin-bottom: 3.2rem;
}
.trademark-registration__list.drop .trademark-registration__item-bottom-link {
  margin-bottom: 2.2rem;
}
.trademark-registration__item {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: space-between;
  margin-top: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid #c0c0c0;
  width: 47.11%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 3.8rem;
}
.trademark-registration__item-text {
  width: 39.5rem;
}
.trademark-registration__item-number {
  color: #274497;
  text-transform: uppercase;
}
.trademark-registration__item-img {
  background: #fff;
  width: 21.9rem;
  height: 21.9rem;
}
.trademark-registration__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.trademark-registration__item a {
  text-decoration: underline;
}

@media (max-width: 48em) {
  .trademark-registration-header .container > .top-title {
    text-align: center;
  }
  .trademark-registration-header .top-title {
    margin-bottom: 8rem;
  }
  .trademark-registration-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.4rem;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-bottom: 4.4rem;
  }
  .trademark-registration-header__top-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .trademark-registration-header__top-text {
    color: #949494;
    width: auto;
  }
  .trademark-registration-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8rem;
  }
  .trademark-registration-header__bottom .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .trademark-registration-header__bottom-text {
    font-size: 2.8rem;
    padding-left: 4rem;
    border-left: 1px solid #0d0d0d;
    width: auto;
  }
  .trademark-registration-anchor .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trademark-registration-anchor__item {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 34.4rem;
    height: 34.4rem;
    border: 1px solid #c0c0c0;
    margin-bottom: 2.2rem;
  }
  .trademark-registration-anchor__item-back {
    width: 34.4rem;
    height: 34.4rem;
  }
  .trademark-registration-anchor__item-back img {
    width: 100%;
    height: 100%;
  }
  .trademark-registration-anchor__item-text {
    text-align: center;
    font-size: 3.7rem;
    line-height: 107%;
    letter-spacing: 0.216rem;
  }
  .trademark-registration .container > .top-title {
    text-align: left;
  }
  .trademark-registration .top-title {
    margin-bottom: 8rem;
  }
  .trademark-registration-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.4rem;
    margin-bottom: 12rem;
  }
  .trademark-registration__title {
    font-size: 5.6rem;
    line-height: 123%;
    letter-spacing: 0.336rem;
    width: auto;
  }
  .trademark-registration__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .trademark-registration__list-text {
    font-size: 2.8rem;
  }
  .trademark-registration__list.drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: block;
  }
  .trademark-registration__list.drop .trademark-registration__item {
    margin-left: 7.8rem;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    gap: 0;
  }
  .trademark-registration__list.drop .trademark-registration__item:first-child {
    margin-top: 0;
  }
  .trademark-registration__list.drop
    .trademark-registration__item.active
    .trademark-registration__item-head::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .trademark-registration__list.drop
    .trademark-registration__item.active
    .trademark-registration__item-bottom {
    max-height: 130rem;
  }
  .trademark-registration__list.drop .trademark-registration__item-drop-number {
    font-size: 2.8rem;
    top: 4.4rem;
    left: -7.8rem;
  }
  .trademark-registration__list.drop .trademark-registration__item-head {
    font-size: 2.8rem;
    margin-bottom: 4.4rem;
  }
  .trademark-registration__list.drop .trademark-registration__item-head::after {
    content: "";
    position: absolute;
    display: block;
    width: 6.4rem;
    height: 2.7rem;
    background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right.svg) no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    background-size: contain;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .trademark-registration__list.drop .trademark-registration__item-bottom {
    color: #949494;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .trademark-registration__list.drop .trademark-registration__item-bottom-text {
    margin-bottom: 6.4rem;
  }
  .trademark-registration__list.drop .trademark-registration__item-bottom-link {
    margin-bottom: 4.4rem;
  }
  .trademark-registration__list.column {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trademark-registration__list.column .trademark-registration__item {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: unset;
  }
  .text-trademark2 {
    font-size: 2.5rem !important;
    padding-bottom: 10px;
  }
  .trademark-registration__item {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 4.4rem;
    border-top: 1px solid #c0c0c0;
    /*width: 48.451%;*/
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 4.4rem;
  }
  .trademark-registration__item-text {
    width: auto;
  }
  .trademark-registration__item-number {
    text-transform: uppercase;
  }
  .trademark-registration__item.with-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: unset;
    margin-bottom: 8rem;
  }
  .trademark-registration__item-img {
    background: #fff;
    width: 34.4rem;
    height: 34.4rem;
  }
  .trademark-registration__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}
.rf .container > .top-title {
  text-align: left;
}
.rf .top-title {
  margin-bottom: 6.8rem;
}
.rf-item {
  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;
  cursor: default;
}
.rf-item:hover {
  background: #274497;
}
.rf-item:hover .rf-item__left-number {
  color: #ffffff;
}
.rf-item:hover .rf-item__right {
  color: #ffffff;
  border: unset;
}
.rf-item:hover .rf-item__right-title {
  text-decoration-line: underline;
}
.rf-item__left {
  width: 7.8rem;
}
.rf-item__left-number {
  color: #274497;
   font-family: "Playfair Display", serif;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.45rem;
}
.rf-item__right {
  width: 127.5rem;
  padding: 4.2rem 4rem;
  border-bottom: 1px solid #d9d9d9;
}
.rf-item__right-title {
   font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.21rem;
  margin-bottom: 1rem;
}
.rf-item:first-child .rf-item__right {
  border-top: 1px solid #d9d9d9;
}
.rf-item:first-child:hover .rf-item__right {
  border: unset;
}

@media (max-width: 48em) {
  .rf .container > .top-title {
    text-align: left;
  }
  .rf .top-title {
    margin-bottom: 12rem;
  }
  .rf-container {
    margin: 0 -2rem;
  }
  .rf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 3.2rem;
    padding: 4.4rem 4rem;
    border-bottom: 1px solid #d9d9d9;
  }
  .rf-item:hover {
    background: #274497;
    border: unset;
  }
  .rf-item:hover .rf-item__left-number {
    color: #ffffff;
  }
  .rf-item:hover .rf-item__right {
    color: #ffffff;
    border: unset;
  }
  .rf-item:hover .rf-item__right-title {
    text-decoration-line: underline;
  }
  .rf-item__left {
    width: auto;
  }
  .rf-item__left-number {
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
  }
  .rf-item__right {
    width: auto;
    padding: unset;
    border-bottom: unset;
  }
  .rf-item__right-title {
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    letter-spacing: 0.336rem;
    margin-bottom: 2.4rem;
  }
  .rf-item:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .rf-item:first-child .rf-item__right {
    border-top: unset;
  }
}
.swiper {
  overflow: hidden;
}

main > *:first-child {
  margin-top: 8rem;
}

section {
  margin-bottom: 18rem;
}

.container > .top-title {
  text-align: center;
}

.top-title {
  display: block;
}

.btn {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  cursor: pointer;
  border: none;
  background: rgba(39, 68, 151, 1);
  border: 1px solid rgba(39, 68, 151, 1);
  color: white;
  border-radius: 6.9rem;
  padding: 1.2rem 2.8rem;
  font-size: 2rem;
  line-height: normal;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.our-ratings .btn,
.main-news .btn,
.our-ratings .btn {
  background: rgba(39, 68, 151, 1);
  color: white;
  .btn-svg_group ellipse {
    fill: white;
  }
  .btn-svg_arr path {
    stroke: white;
  }
}
.our-ratings .btn:hover,
.main-news .btn:hover,
.our-ratings .btn:hover {
  background: #efeff2;
  color: rgba(39, 68, 151, 1);

  .btn-svg_group ellipse {
    fill: rgba(39, 68, 151, 1);
  }
  .btn-svg_arr path {
    stroke: rgba(39, 68, 151, 1);
  }
}
.btn-svg_arr {
  width: 3rem;
}
.btn-svg_group {
  width: 5rem;
}
/* 
.btn::after {
  display: block;
  content: "";
  position: absolute;
  background: #274497;
  border-radius: 6.9rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
} */
.btn:hover {
  color: rgba(39, 68, 151, 1);
  background: #efeff2;
  border: 1px solid rgba(39, 68, 151, 1);
  z-index: 1;
  .btn-svg_arr path {
    stroke: #274497;
  }
  .btn-svg_group ellipse {
    fill: #274497;
  }
}
.btn:hover::after {
  display: block;
  content: "";
  position: absolute;
  opacity: 1;
}

.link-arrow {
  color: #274497;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 5.5rem;
}
.link-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.4rem;
  height: 1.2rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-back {
  display: block;
  color: #274497;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 6rem;
}
.top-back::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.4rem;
  height: 1.7rem;
  background: url(/bitrix/templates/ESP/css/../img/icon/arrow-left.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.text-normal {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.text-normal a {
  text-decoration: underline; 
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.8rem;
}
.top-container .btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.top-title {
  font-size: 6.5rem;
   font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4.5px;
}

.blue-text {
  color: #274497;
}

.open-mail {
  cursor: pointer;
}

.arrow {
  position: absolute;
  top: 2.5rem;
  width: 3.25rem;
  height: 1px;
  background-color: #274497;
}
.arrow::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  right: -0.3rem;
  background-color: #274497;
  top: -0.3rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 48.01em) {
  .mobile {
    display: none;
  }
}
@media (max-width: 48em) {
  .desktop {
    display: none;
  }
}
@media (max-width: 48em) {
  main > *:first-child {
    margin-top: 6rem;
  }
  section {
    margin-bottom: 20rem;
  }
  .container > .top-title {
    text-align: center;
  }
  .btn {
    display: flex;
    cursor: pointer;
    /* border: 1px solid #0D0D0D; */
    border-radius: 6.9rem;
    padding: 3rem 0;
    font-size: 2.8rem;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 6rem;
  }
  .item-svg_arr {
    width: 6rem;
    height: 6rem;
  }
  .btn-svg_arr {
    width: 6rem;
  }
  .btn-svg_group {
    width: 10rem;
  }
  .areas-right__item-block {
    width: 80%;
  }
  .link-arrow {
    color: #274497;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-right: 9.2rem;
  }
  .link-arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 6.4rem;
    height: 2.7rem;
    background: url(/bitrix/templates/ESP/css/../img/icon/arrow-right.svg) no-repeat;
    right: 0;
    background-size: contain;
  }
  .top-back {
    display: block;
    color: #274497;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-left: 9.2rem;
    margin-bottom: 6rem;
  }
  .top-back::after {
    content: "";
    position: absolute;
    display: block;
    width: 6.4rem;
    height: 2.7rem;
    background: url(/bitrix/templates/ESP/css/../img/icon/arrow-left.svg) no-repeat;
    left: 0;
  }
  .text-normal {
    font-size: 2.8rem;
    line-height: 140%;
  }
  .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.8rem;
  }
  .top-container .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-title {
    font-size: 8rem;
     font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: 2.4px;
  }
  .blue-text {
    color: #274497;
  }
  .arrow {
    position: absolute;
    top: 2.5rem;
    width: 3.25rem;
    height: 1px;
    background-color: #274497;
  }
  .arrow::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1px;
    right: -0.3rem;
    background-color: #274497;
    top: -0.3rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.baner .swiper {
  padding: 0 10rem;
  height: 75.8rem;
}

.trademark-info--text {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 75rem;
  margin: 0 auto;
}
.trademark-info--text a {
  font-weight: bold;
}

@media (max-width: 48em) {
  .baner .swiper {
    padding: 0;
    height: 42.6rem;
  }
  .baner .swiper-slide .baner-circle.gif-ball {
    width: 32rem;
    height: 32rem;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle {
    width: 42.6rem;
    height: 42.6rem;
  }
  .baner .swiper-slide .baner-circle.gif-ball {
    width: 23rem;
    height: 23rem;
  }
  .baner .swiper-slide.swiper-slide-active .baner-circle {
    width: 42.6rem;
    height: 42.6rem;
  }
  .baner .swiper-slide-prev .baner-circle.gif-ball {
    margin-right: 4rem;
  }
  .baner .swiper-slide-next .baner-circle.gif-ball {
    margin-left: 4rem;
  }

  .trademark-info--text {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: auto;
    margin: 0 auto;
  }
  canvas {
    display: none !important;
  }
  .mainlogo {
    display: none;
  }
}
.imgs_about {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.imgs_about img{
  max-height: 42px;
  width: auto;
  display: inline-block;
  border-radius: 6px;
}
.holologo {
  max-height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 42px;
  border-radius: 6px;
  width: auto;
  display: inline-block;
}
canvas {
    display: none !important;
  }
  
/* End */


/* Start:/bitrix/templates/ESP/css/swiper-bundle.min.css?178695149318511*/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
 
 .swiper-button-next  .arrow, .swiper-button-prev .arrow {
 	display: none;
 }
/* End */


/* Start:/bitrix/templates/ESP/css/nice-select.css?17869514884007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1757084342624*/
.bx-breadcrumb {
	margin: 15px 0 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	
	font-size: 13px;
	white-space: normal;
	text-transform: capitalize;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;
	color: #0060b0;
	text-decoration: underline;
	text-transform: capitalize;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /bitrix/templates/ESP/css/style.css?1786951502165841 */
/* /bitrix/templates/ESP/css/swiper-bundle.min.css?178695149318511 */
/* /bitrix/templates/ESP/css/nice-select.css?17869514884007 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1757084342624 */
