@charset "UTF-8";
@font-face {
  font-family: "open_sans";
  src: url("fonts/opensans/opensans-regular-webfont.eot");
  src: url("fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("fonts/opensans/opensans-bold-webfont.eot");
  src: url("fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("/fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.airmo_spoiler {
  overflow: visible !important;
  position: relative;
}
.airmo_spoiler .airmo_spoiler_title {
  font-size: 20px;
  font-weight: 600;
  color: #0091AD;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease;
}
.airmo_spoiler .airmo_spoiler_title img {
  width: 32px;
  height: 32px;
  margin: 0 35px;
  transform: rotate(180deg);
}
.airmo_spoiler .airmo_spoiler_title::before {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.airmo_spoiler .airmo_spoiler_title:hover {
  color: black;
  letter-spacing: 0.5px;
}
.airmo_spoiler .airmo_spoiler_content {
  overflow: visible;
  position: relative;
  border-left: 3px solid #0091AD;
  padding-left: 20px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  max-height: 1000px;
  opacity: 1;
  transform: scale(1);
  transform-origin: top left;
  margin: 15px 0 0 100px;
}
.airmo_spoiler .airmo_spoiler_content .field_airmo_spoiler_content {
  overflow: visible;
}
.airmo_spoiler.collapsed .airmo_spoiler_title img {
  transform: rotate(0deg);
}
.airmo_spoiler.collapsed .airmo_spoiler_content {
  max-height: 0;
  opacity: 0;
  transform: scale(0.95);
  padding-left: 0;
  margin-left: 50px;
  border-left: 2px solid transparent;
}

.field_airmo_files a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: black;
}
.field_airmo_files a:hover {
  text-decoration: underline;
}
.field_airmo_files div {
  margin: 5px 0;
}
.field_airmo_files .airmo_file_size {
  font-weight: 600;
  margin-left: 15px;
}
.field_airmo_files .airmo_dropup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.field_airmo_files .airmo_dropup ._dropup-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 160px;
  z-index: 1000;
  margin-bottom: 12px;
}
.field_airmo_files .airmo_dropup ._dropup-content img {
  display: block;
  max-width: 500px;
  max-height: 200px;
  border-radius: 10px;
  border: 4px solid #b00000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.field_airmo_files .airmo_dropup ._dropup-content::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b00000;
}
.field_airmo_files .airmo_dropup:hover ._dropup-content {
  display: block;
  animation: fadeInUp 1s ease;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.field_airmo_files .airmo_file_name {
  font-weight: 500;
  margin-right: 8px;
}
.field_airmo_files .airmo_file_size {
  font-size: 0.85em;
}
.field_airmo_files ._icon {
  width: 32px;
  margin: 0 7px;
  height: auto;
}

.field_airmo_picture img {
  max-width: 100%;
  height: auto;
}

.paragraph--type--section-airmo-picture-text {
  display: flex;
  flex-direction: row;
}
.paragraph--type--section-airmo-picture-text .field_airmo_picture {
  width: 100%;
  max-width: 50%;
}

.field_airmo_title {
  font-size: 20px;
  font-weight: 500;
  color: #0091AD;
  margin: 10px 0;
  border-bottom: #0091AD 3px solid;
  padding-left: 50px;
}

.field_airmo_video {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.field_airmo_tag {
  margin: 5px 0 20px;
}
.field_airmo_tag div {
  display: inline-block;
}
.field_airmo_tag a {
  color: #0091AD;
  border-radius: 20px;
  padding: 5px 20px;
  border: 1px solid #0091AD;
  text-decoration: none;
}
.field_airmo_tag a:hover {
  color: #9E503F;
  border-color: #9E503F;
}

.field_filial {
  margin: 5px 0 20px;
}
.field_filial div {
  display: inline-block;
}
.field_filial a {
  color: #0091AD;
  border-radius: 20px;
  padding: 5px 20px;
  border: 1px solid #0091AD;
  text-decoration: none;
}
.field_filial a:hover {
  color: #9E503F;
  border-color: #9E503F;
}

#page_header {
  display: flex;
  flex-direction: row;
}
#page_header > a {
  width: 128px;
}
#page_header img {
  max-height: 128px;
  width: auto;
}
#page_header ._delimiter {
  margin: 15px 144px;
  border-left: 3px solid #0091AD;
}
#page_header ._title {
  display: flex;
  align-items: center; /* Выравнивание по вертикали по центру */
  height: 128px;
  flex-grow: 1;
  color: #0091AD;
  font-size: 12px;
}
#page_header ._title > div {
  width: 100%;
  height: 100%;
}
#page_header ._title > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#page_header ._title > div > div > h1 {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
}

#page_breadcrumbs {
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page_breadcrumbs a {
  display: inline-block;
  padding: 3px 7px;
  color: #0091AD;
  font-weight: 600;
  text-decoration: none;
}
#page_breadcrumbs a:hover {
  cursor: pointer;
  color: #9E503F;
}
#page_breadcrumbs span {
  color: #0091AD;
}
#page_breadcrumbs span._delimiter {
  padding: 3px 6px;
}
#sidebar_left {
  flex-grow: 1;
  width: 441px;
  padding-right: 20px;
  padding-left: 40px;
  border-right: 3px solid #D9D9D9;
}
#sidebar_left nav h2 {
  color: #0091AD;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 0 0 10px 10px;
  border-color: transparent 1px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  padding: 0 15px;
}
#sidebar_left ul {
  padding: 5px 0;
}
#sidebar_left ul a {
  color: black;
  text-decoration: none;
  width: 100%;
  display: block;
}
#sidebar_left ul a:hover {
  color: #0091AD;
}
#sidebar_left ul li {
  margin-top: 15px;
  list-style: none;
  padding: 4px 0;
  font-size: 15px;
}
#sidebar_left ul li:first-of-type {
  margin-top: 0;
}

#navi_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 50px;
  border-bottom: #D9D9D9 2px solid;
  width: 100%;
  margin: 0 auto 0;
  align-items: center;
}
#navi_top img {
  width: auto;
  height: 24px;
}
#navi_top > a {
  color: #0091AD;
  font-size: 20px;
  font-weight: 600;
}
#navi_top > a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#navi_top > div {
  flex-grow: 1;
}
#navi_top > ._left {
  width: 36px;
}
#navi_top > ._right {
  width: 36px;
}

.airmo-view-navi-top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.airmo-view-navi-top .views-row > a {
  color: #0091AD;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.airmo-view-navi-top .views-row > a:hover {
  text-decoration: underline;
  cursor: pointer;
}

article.node--view-mode-tax-page,
article.node--view-mode-tax-teaser {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  border-bottom: 2px dotted #9E503F;
}
article.node--view-mode-tax-page ._date,
article.node--view-mode-tax-teaser ._date {
  font-size: 18px;
  font-weight: 600;
}
article.node--view-mode-tax-page ._title,
article.node--view-mode-tax-teaser ._title {
  display: block;
  width: 100%;
  text-align: justify;
}
article.node--view-mode-tax-page ._title a,
article.node--view-mode-tax-teaser ._title a {
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-decoration: none;
  color: #0091AD;
  display: block;
}
article.node--view-mode-tax-page ._title a:hover,
article.node--view-mode-tax-teaser ._title a:hover {
  text-decoration: underline;
}
article.node--view-mode-tax-page ._body,
article.node--view-mode-tax-teaser ._body {
  display: flex;
  flex-direction: row;
}
article.node--view-mode-tax-page ._left,
article.node--view-mode-tax-teaser ._left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  flex-grow: 0;
  flex-shrink: 0;
}
article.node--view-mode-tax-page ._left ._image img,
article.node--view-mode-tax-teaser ._left ._image img {
  height: auto;
  max-width: 250px;
}
article.node--view-mode-tax-page ._right,
article.node--view-mode-tax-teaser ._right {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
article.node--view-mode-tax-page ._teaser,
article.node--view-mode-tax-teaser ._teaser {
  flex-grow: 1;
  padding: 10px 0;
}
article.node--view-mode-tax-page ._filial,
article.node--view-mode-tax-teaser ._filial {
  margin: 5px 0 0;
}
article.node--view-mode-tax-page ._filial a,
article.node--view-mode-tax-teaser ._filial a {
  display: inline-block;
  color: #0091AD;
  border-radius: 20px;
  padding: 5px 20px;
  border: 1px solid #0091AD;
  text-decoration: none;
}
article.node--view-mode-tax-page ._filial a:hover,
article.node--view-mode-tax-teaser ._filial a:hover {
  color: #9E503F;
  border-color: #9E503F;
}
article.node--view-mode-tax-page ._tags,
article.node--view-mode-tax-teaser ._tags {
  margin: 10px 0;
}
article.node--view-mode-tax-page ._tags a,
article.node--view-mode-tax-teaser ._tags a {
  display: inline-block;
  color: #0091AD;
  border-radius: 20px;
  padding: 5px 20px;
  border: 1px solid #0091AD;
  text-decoration: none;
}
article.node--view-mode-tax-page ._tags a:hover,
article.node--view-mode-tax-teaser ._tags a:hover {
  color: #9E503F;
  border-color: #9E503F;
}
article.node--view-mode-tax-page ._section a,
article.node--view-mode-tax-teaser ._section a {
  font-size: 18px;
  display: inline-block;
  color: #0091AD;
  text-decoration: none;
  font-weight: 600;
}
article.node--view-mode-tax-page ._section a:hover,
article.node--view-mode-tax-teaser ._section a:hover {
  color: #9E503F;
  border-color: #9E503F;
}

.block--content--image {
  width: 100%;
  background-color: #151B1C;
  position: relative;
}
.block--content--image ._image_list {
  display: none;
}
.block--content--image ._menu {
  display: none;
  order: 1;
  flex-direction: row;
  background-color: white;
  color: black;
  padding: 20px 0;
}
.block--content--image ._menu a {
  flex-grow: 1;
  text-align: center;
  text-shadow: none;
}
.block--content--image ._top {
  z-index: 10;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  text-decoration: none;
}
.block--content--image ._top ._border {
  order: 20;
  background-color: white;
  width: 100%;
  height: 1px;
  margin-left: 200px;
  align-self: flex-end;
  width: 82%;
  position: relative;
  top: -36px;
}
.block--content--image ._top:hover {
  background-color: white;
}
.block--content--image ._top:hover ._menu {
  display: flex;
}
.block--content--image ._top:hover ._border {
  order: 5;
  position: static;
  top: auto;
  background-color: #0091AD;
  width: 90%;
}
.block--content--image ._top:hover ._name {
  color: #0091AD;
}
.block--content--image ._top:hover ._address {
  color: black;
}
.block--content--image ._top:hover ._address svg path {
  fill: #0091AD;
}
.block--content--image ._top:hover ._contact {
  color: black;
}
.block--content--image ._top:hover a {
  color: black;
}
.block--content--image ._block {
  order: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block--content--image ._name {
  padding: 55px 30px;
}
.block--content--image ._name div {
  font-size: 32px;
}
.block--content--image ._contact {
  padding: 55px 30px;
}
.block--content--image ._contact a {
  color: white;
  text-decoration: none;
}
.block--content--image ._contact a:hover {
  text-decoration: underline;
}
.block--content--image ._address {
  padding: 55px 150px;
}
.block--content--image ._address ._map {
  margin-left: -41px;
}
.block--content--image ._address a {
  left: -20px;
  color: white;
  text-decoration: none;
}
.block--content--image ._address a svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.block--content--image ._address a:hover {
  text-decoration: underline;
}
.block--content--image ._logo {
  height: 192px;
  width: 192px;
  opacity: 1;
  padding-left: 50px;
}
.block--content--image img {
  width: 100%;
  opacity: 0.4;
}
.block--content--image ._your_way {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 96px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 20px 20px 20px 350px;
}
.block--content--image ._starts {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 20px 200px 30px 20px;
  text-decoration: none;
}
.block--content--image ._starts:hover {
  text-decoration: underline;
}

.block--content--bottom {
  margin-top: 5px;
}
.block--content--bottom ._top {
  border-bottom: 3px solid #0091AD;
  border-top: 1px solid #D9D9D9;
  padding: 5px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.block--content--bottom ._top ._social a {
  margin: 0 3px;
}
.block--content--bottom ._top ._logo img {
  width: 64px;
  height: 64px;
}
.block--content--bottom ._top ._name div {
  color: #0091AD;
  font-size: 20px;
}
.block--content--bottom ._top > ._phone > a, .block--content--bottom ._top > ._mail > a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
}
.block--content--bottom ._top > ._phone > a img, .block--content--bottom ._top > ._mail > a img {
  width: 48px;
  height: 48px;
  margin: 10px;
}
.block--content--bottom ._top > ._phone > a:hover, .block--content--bottom ._top > ._mail > a:hover {
  text-decoration: underline;
  color: #9E503F;
}
.block--content--bottom ._bottom {
  padding: 5px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block--content--bottom ._bottom > div {
  margin: 5px;
}
.block--content--bottom ._bottom ._links {
  display: flex;
  flex-direction: row;
}
.block--content--bottom ._bottom ._links > a {
  width: 32%;
  color: #0091AD;
  text-decoration: none;
  cursor: pointer;
}
.block--content--bottom ._bottom ._links > a:hover {
  text-decoration: underline;
}

.airmo-view-education {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.airmo-view-education * {
  color: black;
  text-decoration: none;
}
.airmo-view-education .views-row {
  border-radius: 10px;
  background: linear-gradient(to bottom right, #0091AD 2%, #45B1BD 19%, #FAFAFA 43%, #0D7B8A 75%, #0091AD 100%);
  padding: 2px 4px 4px 2px;
  margin: 15px 20px;
  max-width: 250px;
  width: 100%;
  align-items: stretch;
  transition: all 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.airmo-view-education .views-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.airmo-view-education .views-row:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}
.airmo-view-education .views-row:hover::before {
  left: 100%;
}
.airmo-view-education .views-row > .spec {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: white;
  padding: 10px 10px 0 10px;
  height: 100%;
}
.airmo-view-education .views-row > .spec > div {
  text-align: center;
  margin: 5px 0;
}
.airmo-view-education .views-row > .spec > div:first-child {
  text-align: left;
}
.airmo-view-education .views-row > .spec ._spec_name {
  margin: 5px 15px 0;
}
.airmo-view-education .views-row > .spec ._spec_code {
  margin: 0 15px 0;
}

#views-exposed-form-education-card-filter-education-card-filter,
#views-exposed-form-education-cards-education-card-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#views-exposed-form-education-card-filter-education-card-filter > .form-item,
#views-exposed-form-education-cards-education-card-filter > .form-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#views-exposed-form-education-card-filter-education-card-filter > .form-item label,
#views-exposed-form-education-cards-education-card-filter > .form-item label {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 12px;
}
#views-exposed-form-education-card-filter-education-card-filter > .form-item select,
#views-exposed-form-education-cards-education-card-filter > .form-item select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  min-width: 50px;
}
#views-exposed-form-education-card-filter-education-card-filter > .form-item select:focus,
#views-exposed-form-education-cards-education-card-filter > .form-item select:focus {
  border-color: #0091AD;
  outline: none;
}
#views-exposed-form-education-card-filter-education-card-filter > :last-child,
#views-exposed-form-education-cards-education-card-filter > :last-child {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
#views-exposed-form-education-card-filter-education-card-filter > :last-child input[type=submit],
#views-exposed-form-education-cards-education-card-filter > :last-child input[type=submit] {
  padding: 10px 50px;
  background-color: #0091AD;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
#views-exposed-form-education-card-filter-education-card-filter > :last-child input[type=submit]:hover,
#views-exposed-form-education-cards-education-card-filter > :last-child input[type=submit]:hover {
  background-color: #9E503F;
}

.airmo-view-filial {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.airmo-view-filial .views-row {
  flex: 0 0 200px;
  width: 200px;
  height: 50px;
  background: linear-gradient(to bottom right, #0091AD 2%, #45B1BD 19%, #FAFAFA 43%, #0D7B8A 75%, #0091AD 100%);
  border-radius: 10px;
  padding: 1px 2px 2px 1px;
  margin: 15px 20px;
}
.airmo-view-filial .views-row .views-field-name {
  margin: 0;
  height: 100%;
}
.airmo-view-filial .views-row .views-field-name a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fafafa;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.airmo-view-filial .views-row .views-field-name a:hover {
  background: #0091AD;
  transform: translateY(-2px);
  color: #fafafa;
}

.airmo-view-news-front {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 55px;
  flex-wrap: wrap;
}
.airmo-view-news-front footer {
  width: 100%;
  text-align: right;
  align-self: end;
  margin-right: 30px;
  font-size: 24px;
}
.airmo-view-news-front footer a {
  color: #0091AD;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.airmo-view-news-front footer a:hover {
  text-decoration: underline;
}
.airmo-view-news-front footer a > img {
  margin-left: 25px;
}
.airmo-view-news-front .news {
  max-width: 370px;
  padding: 20px;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  border-bottom: 1px solid #fafafa;
  box-shadow: 0 2px 0 0 rgba(112, 114, 115, 0.25);
  transition: all 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.airmo-view-news-front .news ._title {
  font-size: 600;
  font-size: 18px;
}
.airmo-view-news-front .news ._date {
  color: #0091AD;
  font-size: 26px;
  font-weight: 600;
}
.airmo-view-news-front .news ._teaser {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.airmo-view-news-front .news a {
  color: #0091AD;
  align-self: end;
  margin-right: 30px;
  text-decoration: none;
  cursor: pointer;
}
.airmo-view-news-front .news::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.airmo-view-news-front .news:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}
.airmo-view-news-front .news:hover::before {
  left: 100%;
}

.airmo-view-news-feed .views-exposed-form label {
  display: none;
}
.airmo-view-news-feed div.form-actions {
  display: none;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links {
  margin: 16px 0;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links ul li {
  margin: 0;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links .bef-link {
  display: inline-block;
  color: #0091AD;
  text-decoration: none;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  transition: all 0.2s ease;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links .bef-link:hover {
  transform: translateY(-1px);
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links .bef-link--selected {
  color: #9E503F;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links .bef-link--selected:hover {
  transform: none;
}
.airmo-view-news-feed .bef-links-use-ajax.bef-links .bef-link--selected::before {
  content: "✓ ";
  font-weight: bold;
}
.airmo-view-news-feed .views-row {
  display: flex;
  flex-direction: column;
}
.airmo-view-news-feed .news {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px;
  border-bottom: 1px solid #fafafa;
  box-shadow: 0 2px 0 0 rgba(112, 114, 115, 0.25);
}
.airmo-view-news-feed .news ._image {
  margin-right: 25px;
}
.airmo-view-news-feed .news ._image img {
  border: 1px solid black;
}
.airmo-view-news-feed .news > ._text {
  padding: 0 0 10px 0;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
}
.airmo-view-news-feed .news > ._text > ._date {
  color: #0091AD;
  font-size: 26px;
  font-weight: 600;
}
.airmo-view-news-feed .news > ._text > ._title {
  font-weight: 600;
  font-size: 20px;
}
.airmo-view-news-feed .news > ._text > ._teaser {
  flex-grow: 1;
}
.airmo-view-news-feed .news > ._text > ._details {
  color: #0091AD;
  margin-right: 30px;
  text-decoration: none;
  cursor: pointer;
}
.airmo-view-news-feed .news > ._text ._tags {
  padding: 15px 0;
}
.airmo-view-news-feed .news > ._text ._tag {
  display: inline-block;
}
.airmo-view-news-feed .news > ._text ._tag a {
  color: #0091AD;
  text-decoration: none;
}
.airmo-view-news-feed .news > ._text ._tag a:hover {
  color: #9E503F;
  border-color: #9E503F;
}
.airmo-view-news-feed .news footer {
  width: 100%;
  text-align: right;
  align-self: end;
  margin-right: 30px;
  font-size: 24px;
}
.airmo-view-news-feed .news footer a {
  color: #0091AD;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.airmo-view-news-feed .news footer a:hover {
  text-decoration: underline;
}
.airmo-view-news-feed .news footer a > img {
  margin-left: 25px;
}

.airmo-view-useful-links .slick-track {
  padding: 20px 0;
}
.airmo-view-useful-links .slick__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.airmo-view-useful-links .slick__arrow button {
  background-color: #0091AD;
  display: inline-block;
  border: none;
  padding: 3px 15px;
  font-weight: 900;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.airmo-view-useful-links .slick__arrow button:hover {
  background-color: #9E503F;
}
.airmo-view-useful-links .slick__arrow .slick-prev {
  margin-right: 7px;
  border-radius: 15px 0 0 15px;
}
.airmo-view-useful-links .slick__arrow .slick-next {
  margin-right: 15px;
  border-radius: 0 15px 15px 0;
}
.airmo-view-useful-links .useful_link {
  max-width: 208px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  border-radius: 10px;
  border-bottom: 1px solid #fafafa;
  box-shadow: 5px 4px 4px 0 rgba(112, 114, 115, 0.25);
  text-decoration: none;
  color: black;
  transition: all 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.airmo-view-useful-links .useful_link:hover {
  text-decoration: underline;
}
.airmo-view-useful-links .useful_link ._title {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.airmo-view-useful-links .useful_link ._image {
  padding: 30px;
  margin: 0 auto;
}
.airmo-view-useful-links .useful_link img {
  width: 128px;
  height: auto;
}
.airmo-view-useful-links .useful_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.airmo-view-useful-links .useful_link:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
}
.airmo-view-useful-links .useful_link:hover::before {
  left: 100%;
}

.airmo-view-our-project .slick-track {
  padding: 20px 0;
}
.airmo-view-our-project .slick__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.airmo-view-our-project .slick__arrow button {
  background-color: #0091AD;
  display: inline-block;
  border: none;
  padding: 3px 15px;
  font-weight: 900;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.airmo-view-our-project .slick__arrow button:hover {
  background-color: #9E503F;
}
.airmo-view-our-project .slick__arrow .slick-prev {
  margin-right: 7px;
  border-radius: 15px 0 0 15px;
}
.airmo-view-our-project .slick__arrow .slick-next {
  margin-right: 15px;
  border-radius: 0 15px 15px 0;
}
.airmo-view-our-project .our_project {
  position: relative;
  display: block;
  width: 250px;
  height: 300px;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.airmo-view-our-project .our_project ._image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.airmo-view-our-project .our_project ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.airmo-view-our-project .our_project ._gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 41%, #0091AD 100%);
  pointer-events: none;
  transition: background 0.3s ease;
}
.airmo-view-our-project .our_project ._text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.airmo-view-our-project .our_project ._text ._title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  flex: 1;
  margin: 0;
}
.airmo-view-our-project .our_project ._text ._image {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.airmo-view-our-project .our_project ._text ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}
.airmo-view-our-project .our_project:hover ._image img {
  transform: scale(1.05);
}
.airmo-view-our-project .our_project:hover ._gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, #0091AD 100%);
}
.airmo-view-our-project .our_project:hover ._text ._image img {
  transform: translateX(3px);
}

.airmo-view-counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 55px;
}
.airmo-view-counter .block--content--counter {
  position: relative;
  width: 255px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 25px;
  border-radius: 10px;
  border-bottom: 1px solid #fafafa;
  box-shadow: 0 2px 0 0 rgba(112, 114, 115, 0.25);
}
.airmo-view-counter .block--content--counter ._up {
  padding-top: 43px;
}
.airmo-view-counter .block--content--counter ._counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.airmo-view-counter .block--content--counter ._counter > div {
  opacity: 0;
  font-size: 32px;
  color: #0091AD;
  position: absolute;
  text-align: center;
}
.airmo-view-counter .block--content--counter ._counter > div._last {
  color: #9E503F;
}
.airmo-view-counter .block--content--counter ._counter > div._active {
  display: inline;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(1) {
  --i: 1;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(2) {
  --i: 2;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(3) {
  --i: 3;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(4) {
  --i: 4;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(5) {
  --i: 5;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(6) {
  --i: 6;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(7) {
  --i: 7;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(8) {
  --i: 8;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(9) {
  --i: 9;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(10) {
  --i: 10;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(11) {
  --i: 11;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(12) {
  --i: 12;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(13) {
  --i: 13;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(14) {
  --i: 14;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(15) {
  --i: 15;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(16) {
  --i: 16;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(17) {
  --i: 17;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(18) {
  --i: 18;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(19) {
  --i: 19;
}
.airmo-view-counter .block--content--counter ._counter > div:nth-child(20) {
  --i: 20;
}
.airmo-view-counter .block--content--counter ._value_static {
  font-size: 32px;
  color: #0091AD;
}
.airmo-view-counter .block--content--counter > div {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.airmo-view-counter .block--content--counter > div > div {
  text-align: center;
  font-weight: 600;
}
.airmo-view-counter .block--content--counter ._image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.airmo-view-counter .block--content--counter ._image > img {
  margin: 0 auto;
}
.airmo-view-counter .block--content--counter:hover ._counter > div {
  opacity: 0;
  animation: showAndHide 0.11s ease forwards;
  animation-delay: calc(var(--i) * 0.1s - 0.1s);
}
.airmo-view-counter .block--content--counter:hover ._counter > div._last {
  animation: showAndStay 0.11s ease forwards;
  animation-delay: calc(var(--i) * 0.1s - 0.1s);
}
.airmo-view-counter .block--content--counter:hover ._image {
  top: 50%;
}

@keyframes showAndHide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showAndStay {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.user-login-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.user-login-form > div {
  margin: 15px;
  text-align: center;
}
.user-login-form > div input[type=text],
.user-login-form > div input[type=password],
.user-login-form > div input[type=email] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.user-login-form > div input[type=text]:focus,
.user-login-form > div input[type=password]:focus,
.user-login-form > div input[type=email]:focus {
  border-color: #0091AD;
  outline: none;
}
.user-login-form > div input[type=submit] {
  background-color: #0091AD;
  color: white;
  padding: 10px 50px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.user-login-form > div input[type=submit]:hover {
  background-color: #9E503F;
}
.user-login-form > div label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.user-login-form div.form-item--error-message {
  background-color: #9E503F;
  color: #ccc;
  padding: 10px 20px;
}
.user-login-form div.form-item--error-message a {
  color: red;
  text-decoration: none;
}

[role=contentinfo][aria-label="Сообщение об ошибке"] {
  max-width: 600px;
  margin: 20px auto;
  background-color: #ffebee;
  border-left: 4px solid #f44336;
  border-radius: 4px;
  padding: 16px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideInDown 0.3s ease-out;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] [role=alert] {
  position: relative;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] [role=alert] .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] [role=alert] > :not(h2):not(ul) {
  display: block;
  font-weight: 600;
  color: #b71c1c;
  font-size: 14px;
  margin-bottom: 8px;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list li {
  margin: 0;
  padding: 0;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list li:not(:last-child)::after {
  content: ",";
  margin-left: 2px;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list a {
  color: #1976d2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dashed transparent;
  transition: all 0.2s ease;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list a:hover {
  color: #0d47a1;
  border-bottom-color: #0d47a1;
  text-decoration: none;
}
[role=contentinfo][aria-label="Сообщение об ошибке"] .item-list__comma-list a:focus {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
  border-radius: 2px;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#node .field_sostav_stranicy a, #node .field_airmo_page a, .ck-editor__main a {
  color: #0091AD;
}
#node .field_sostav_stranicy a:hover, #node .field_airmo_page a:hover, .ck-editor__main a:hover {
  color: #9E503F;
}
#node .field_sostav_stranicy a:visited, #node .field_airmo_page a:visited, .ck-editor__main a:visited {
  color: #31C0D2;
}
#node .field_sostav_stranicy h2, #node .field_airmo_page h2, .ck-editor__main h2 {
  font-size: 23px;
  font-weight: 600;
}
#node .field_sostav_stranicy h3, #node .field_airmo_page h3, .ck-editor__main h3 {
  font-size: 20px;
  font-weight: 600;
}
#node .field_sostav_stranicy h4, #node .field_airmo_page h4, .ck-editor__main h4 {
  font-size: 20px;
}
#node .field_sostav_stranicy h5, #node .field_airmo_page h5, .ck-editor__main h5 {
  font-size: 18px;
  font-weight: 600;
}
#node .field_sostav_stranicy h6, #node .field_airmo_page h6, .ck-editor__main h6 {
  font-size: 18px;
}
#node .field_sostav_stranicy p.block-turquoise, #node .field_airmo_page p.block-turquoise, .ck-editor__main p.block-turquoise {
  color: #fafafa;
  background-color: #0091AD;
  border-radius: 10px;
  padding: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-active, #node .field_airmo_page p.block-turquoise-active, .ck-editor__main p.block-turquoise-active {
  color: black;
  background-color: #fafafa;
  border: 1px solid #0091AD;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 4px 4px 0 rgba(112, 114, 115, 0.25);
}
#node .field_sostav_stranicy p.block-turquoise-dark, #node .field_airmo_page p.block-turquoise-dark, .ck-editor__main p.block-turquoise-dark {
  padding: 10px;
  color: #fafafa;
  background-color: #0D7B8A;
  border-radius: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-active, #node .field_airmo_page p.block-turquoise-active, .ck-editor__main p.block-turquoise-active {
  padding: 10px;
  color: black;
  background-color: #fafafa;
  border: 1px solid #0D7B8A;
  border-radius: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-light, #node .field_airmo_page p.block-turquoise-light, .ck-editor__main p.block-turquoise-light {
  padding: 10px;
  color: #fafafa;
  background-color: #31C0D2;
  border-radius: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-light, #node .field_airmo_page p.block-turquoise-light, .ck-editor__main p.block-turquoise-light {
  padding: 10px;
  color: black;
  background-color: #fafafa;
  border: 1px solid #31C0D2;
  border-radius: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-accent, #node .field_airmo_page p.block-turquoise-accent, .ck-editor__main p.block-turquoise-accent {
  padding: 10px;
  background-color: #9E503F;
  border-radius: 10px;
}
#node .field_sostav_stranicy p.block-turquoise-accent-active, #node .field_airmo_page p.block-turquoise-accent-active, .ck-editor__main p.block-turquoise-accent-active {
  padding: 10px;
  color: black;
  border: 1px solid #9E503F;
  border-radius: 10px;
}
#node .field_sostav_stranicy span.text-big, #node .field_airmo_page span.text-big, .ck-editor__main span.text-big {
  font-size: 20px;
}
#node .field_sostav_stranicy span.text-small, #node .field_airmo_page span.text-small, .ck-editor__main span.text-small {
  font-size: 14px;
}
#node .field_sostav_stranicy h2.turquoise, #node .field_sostav_stranicy h3.turquoise, #node .field_sostav_stranicy h4.turquoise, #node .field_sostav_stranicy h5.turquoise, #node .field_sostav_stranicy h6.turquoise, #node .field_airmo_page h2.turquoise, #node .field_airmo_page h3.turquoise, #node .field_airmo_page h4.turquoise, #node .field_airmo_page h5.turquoise, #node .field_airmo_page h6.turquoise, .ck-editor__main h2.turquoise, .ck-editor__main h3.turquoise, .ck-editor__main h4.turquoise, .ck-editor__main h5.turquoise, .ck-editor__main h6.turquoise {
  color: #0091AD;
}
#node .field_sostav_stranicy h2.turquoise-dark, #node .field_sostav_stranicy h3.turquoise-dark, #node .field_sostav_stranicy h4.turquoise-dark, #node .field_sostav_stranicy h5.turquoise-dark, #node .field_sostav_stranicy h6.turquoise-dark, #node .field_airmo_page h2.turquoise-dark, #node .field_airmo_page h3.turquoise-dark, #node .field_airmo_page h4.turquoise-dark, #node .field_airmo_page h5.turquoise-dark, #node .field_airmo_page h6.turquoise-dark, .ck-editor__main h2.turquoise-dark, .ck-editor__main h3.turquoise-dark, .ck-editor__main h4.turquoise-dark, .ck-editor__main h5.turquoise-dark, .ck-editor__main h6.turquoise-dark {
  color: #0D7B8A;
}
#node .field_sostav_stranicy h2.turquoise-light, #node .field_sostav_stranicy h3.turquoise-light, #node .field_sostav_stranicy h4.turquoise-light, #node .field_sostav_stranicy h5.turquoise-light, #node .field_sostav_stranicy h6.turquoise-light, #node .field_airmo_page h2.turquoise-light, #node .field_airmo_page h3.turquoise-light, #node .field_airmo_page h4.turquoise-light, #node .field_airmo_page h5.turquoise-light, #node .field_airmo_page h6.turquoise-light, .ck-editor__main h2.turquoise-light, .ck-editor__main h3.turquoise-light, .ck-editor__main h4.turquoise-light, .ck-editor__main h5.turquoise-light, .ck-editor__main h6.turquoise-light {
  color: #31C0D2;
}
#node .field_sostav_stranicy h2.turquoise-accent, #node .field_sostav_stranicy h3.turquoise-accent, #node .field_sostav_stranicy h4.turquoise-accent, #node .field_sostav_stranicy h5.turquoise-accent, #node .field_sostav_stranicy h6.turquoise-light, #node .field_airmo_page h2.turquoise-accent, #node .field_airmo_page h3.turquoise-accent, #node .field_airmo_page h4.turquoise-accent, #node .field_airmo_page h5.turquoise-accent, #node .field_airmo_page h6.turquoise-light, .ck-editor__main h2.turquoise-accent, .ck-editor__main h3.turquoise-accent, .ck-editor__main h4.turquoise-accent, .ck-editor__main h5.turquoise-accent, .ck-editor__main h6.turquoise-light {
  color: #9E503F;
}

* {
  box-sizing: border-box !important;
  font-family: open_sans;
}

.hidden {
  display: none !important;
}

html {
  background-color: #D9D9D9;
}

#page_body {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto 50px;
  background-color: #fafafa;
  color: black;
  border-radius: 20px;
  padding-top: 10px;
}
#page_body > * {
  width: 100%;
}

#content {
  padding: 0 40px;
}

#block-page-content {
  width: 100%;
}

#page {
  display: flex;
  flex-direction: row;
}

#content {
  padding-left: 20px;
  width: 100%;
}

#block-airmo-admin-page-action ul {
  display: flex;
  flex-direction: row;
}
#block-airmo-admin-page-action ul li {
  flex-grow: 1;
  list-style: none;
}
#block-airmo-admin-page-action ul li a {
  border: 1px solid black;
  padding: 5px 10px;
  text-decoration: none;
  color: white;
  background-color: #0091AD;
  display: block;
  text-align: center;
}
#block-airmo-admin-page-action ul li a:hover {
  background-color: #9E503F;
}
#block-airmo-admin-page-action ul.contextual-links {
  display: none;
}

.delimiter {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100px;
}
.delimiter > ._left {
  border-bottom: #0091AD 1px solid;
  height: 50px;
  flex-grow: 1;
  margin: 0 75px;
}
.delimiter > ._text {
  color: #0091AD;
  font-size: 24px;
  font-family: open_sans;
  font-weight: 600;
  align-content: center;
}
.delimiter > ._right {
  border-bottom: #0091AD 1px solid;
  height: 50px;
  flex-grow: 1;
  margin: 0 75px;
}
