@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Montserrat", sans-serif; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

a:hover {
  text-decoration: none; }

ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 40px; }

table, td {
  border: 1px solid #bbb; }

td {
  padding: 10px; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto;
  margin-top: 84px; }
  @media (max-width: 480px) {
  .page {
    margin-top: 70px; } }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 17px 0; }
  @media (max-width: 480px) {
  .header {
    padding: 10px 0; } }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logos {
    height: 50px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-direction: row; }
    .header__logos img {
      max-height: 100%; }
  .header__content {
    display: flex;
    align-items: center;
    column-gap: 24px; }
    @media (max-width: 1200px) {
  .header__content {
    display: none; } }
  .header .burger {
    display: none; }
    @media (max-width: 1200px) {
  .header .burger {
    display: block; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 10px; }
  .header__item {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    transition: 0.4s;
    cursor: pointer; }
    .header__item:hover {
      color: #46a3be; }
  .header__langs {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .header__lang {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    font-family: var(--third-family); }
    .header__lang:not(:last-child)::after {
      content: "/";
      display: block;
      position: absolute;
      top: 0;
      right: -10px;
      font-weight: 500;
      font-size: 16px;
      text-transform: uppercase;
      color: #dadada;
      font-family: var(--third-family); }
    .header__lang.active {
      color: #46a3be;
      text-decoration: underline; }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  margin-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - 84px); }
  @media (max-width: 480px) {
  .main {
    height: auto;
    padding: 80px 0; } }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.7); }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .main__title {
    max-width: 645px;
    font-weight: 600;
    font-size: 51px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--third-family);
    line-height: 1.1; }
    @media (max-width: 767px) {
  .main__title {
    font-size: 40px; } }
    @media (max-width: 480px) {
  .main__title {
    font-size: 30px;
    margin-bottom: 15px; } }
  .main__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #e1e1e1;
    font-family: var(--third-family);
    max-width: 586px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 16px; } }

.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #151515;
  font-family: var(--third-family);
  margin-bottom: 45px; }
  @media (max-width: 480px) {
  .title {
    font-size: 28px;
    margin-bottom: 25px; } }
  .title::after {
    content: "";
    display: block;
    width: 51px;
    height: 4px;
    background: #46a3be;
    margin-top: 20px; }

.block__body {
  display: flex;
  align-items: center;
  margin: 0 -40px; }
  @media (max-width: 992px) {
    .block__body {
      flex-direction: column;
      row-gap: 30px;
      align-items: start; } }
  @media (max-width: 480px) {
    .block__body {
      row-gap: 20px; } }
  .block__image {
    flex: 0 0 50%;
    padding: 0 40px; }
  .block__image img {
    width: 100%; }
  .block__content {
    flex: 1 0 50%;
    padding: 0 40px; }
  .block__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-family: var(--third-family); }
  @media (max-width: 480px) {
    .block__text {
      font-size: 14px; } }
  .block__buttons {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  @media (max-width: 480px) {
    .block__buttons {
      flex-direction: column;
      row-gap: 10px;
      align-items: start; } }
  .block__button {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: var(--third-family);
    padding: 12px 25px;
    background: #46a3be;
    border-radius: 60px;
    transition: 0.4s;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
  @media (max-width: 480px) {
    .block__button {
      margin-top: 20px; } }
  .block__button:hover {
    box-shadow: 0 0 20px #46a3be; }
  .block__button2 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: var(--third-family);
    padding: 12px 20px;
    background: #46a3be;
    border-radius: 60px;
    transition: 0.4s;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
  @media (max-width: 480px) {
    .block__button2 {
      margin-top: 0; } }
  .block__button2:hover {
    box-shadow: 0 0 20px #46a3be; }

.block--reverse .block__body {
  flex-direction: row-reverse; }
  @media (max-width: 992px) {
    .block--reverse .block__body {
      flex-direction: column; } }

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; }
  @media (max-width: 992px) {
    .advantages__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 767px) {
    .advantages__items {
      grid-template-columns: 1fr; } }
  .advantage {
    padding: 40px 25px;
    background: #f6f8fb; }
  @media (max-width: 480px) {
  .advantage {
    padding: 30px 20px; } }
  .advantage__image {
    margin-bottom: 25px; }
  .advantage__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 132%;
    color: #151515;
    font-family: var(--third-family);
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .advantage__title {
      font-size: 20px; } }
  .advantage__title::after {
    content: "";
    display: block;
    width: 37px;
    height: 2px;
    background: #46a3be;
    margin-top: 12px; }
  .advantage__text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555; }
  @media (max-width: 480px) {
    .advantage__text {
      font-size: 15px; } }

.map {
  position: relative; }
  .map__container {
    position: relative; }
  .map__content {
    position: absolute;
    top: 0;
    left: 15px; }
  @media (max-width: 992px) {
    .map__content {
      position: initial; } }
  .map__title {
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .map__title {
      margin-bottom: 25px; } }
  .map__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555;
    max-width: 340px; }
  @media (max-width: 480px) {
    .map__text {
      font-size: 15px; } }
  .map__image {
    padding-left: 40px;
    padding-top: 20px; }
  @media (max-width: 992px) {
    .map__image {
      padding-left: 0; } }
  .map__image img {
    width: 100%; }

.baza__container {
  position: relative;
  z-index: 1; }
  .baza__title {
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .baza__title {
      margin-bottom: 25px; } }
  .baza__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #444;
    margin-bottom: 30px;
    font-family: var(--third-family); }
  @media (max-width: 480px) {
    .baza__text {
      font-size: 15px;
      margin-bottom: 20px; } }
  .baza__button {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: var(--third-family);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #46a3be;
    border-radius: 60px;
    transition: 0.4s;
    padding: 12px 60px; }
  .baza__button:hover {
    box-shadow: 0 0 20px #46a3be; }

.footer {
  padding: 45px 0 30px;
  background: #ebebeb; }
  @media (max-width: 480px) {
  .footer {
    padding: 30px 0 15px; } }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between; }
  @media (max-width: 1120px) {
    .footer__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .footer__logos {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .footer__logos img {
    max-height: 100%;
    mix-blend-mode: darken; }
  .footer__logos--bottom {
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: 75px; }
  @media (max-width: 480px) {
  .footer__logos {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-direction: column; } }
  .footer__content {
    display: flex;
    align-items: start;
    column-gap: 55px; }
  @media (max-width: 992px) {
    .footer__content {
      flex-wrap: wrap;
      row-gap: 30px; } }
  .footer__sponsor-title {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #151515;
    font-family: var(--third-family);
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .footer__sponsor-title {
      margin-bottom: 10px; } }
  .footer__sponsor-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #555;
    max-width: 279px; }
  .footer__conf-title {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #151515;
    font-family: var(--third-family);
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .footer__conf-title {
      margin-bottom: 10px; } }
  .footer__conf-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .footer__conf-items a {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #555; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .footer__foot {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #cacaca;
    display: flex;
    align-items: start;
    column-gap: 100px; }
  @media (max-width: 480px) {
    .footer__foot {
      padding-top: 15px;
      margin-top: 25px; } }
  @media (max-width: 992px) {
    .footer__foot {
      flex-direction: column-reverse;
      row-gap: 20px; } }
  .footer__abc {
    display: flex;
    align-items: center;
    gap: 5px; }
  .footer__abc a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer__abc span {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #151515;
    font-family: var(--third-family);
    white-space: nowrap; }
    @media (max-width: 480px) {
    .footer__abc span {
      font-size: 12px; } }
  .footer__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    color: #151515;
    font-family: var(--third-family);
    opacity: 0.5; }
  @media (max-width: 480px) {
    .footer__text {
      font-size: 12px; } }

.contact-footer__title {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #151515;
  font-family: var(--third-family); }
  .contact-footer__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 237%;
    color: #555;
    font-family: var(--third-family); }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  transition: 0.8s;
  transform: translateX(-100%); }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: #bbb;
    font-size: 50px;
    font-weight: 300; }
  @media (max-width: 480px) {
    .menu__close {
      right: 15px;
      top: 10px; } }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px; }

.subjects__top {
  display: flex;
  column-gap: 70px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .subjects__top {
      grid-template-columns: 1fr;
      row-gap: 20px; } }
  @media (max-width: 480px) {
    .subjects__top {
      margin-bottom: 20px; } }
  .subjects__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555; }
  @media (max-width: 480px) {
    .subjects__text {
      font-size: 14px; } }
  .subjects__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .subjects__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .subjects__items {
      grid-template-columns: 1fr 1fr;
      grid-area: 20px; } }
  @media (max-width: 480px) {
    .subjects__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .subjects__item {
    border: 1px solid #d7d7d7;
    padding: 30px 20px; }
  .subjects__item:first-child {
    grid-column: 1 / 3; }
    @media (max-width: 992px) {
    .subjects__item:first-child {
      grid-column: auto; } }
  .subjects__item:nth-child(2) {
    grid-column: 3 / 5; }
    @media (max-width: 992px) {
    .subjects__item:nth-child(2) {
      grid-column: auto; } }
  .subjects__image {
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    .subjects__image {
      margin-bottom: 15px; } }
  .subjects__image img {
    max-width: 100%; }
  .subjects__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #151515;
    font-family: var(--third-family); }

.research__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: #444;
  margin-bottom: 30px;
  font-family: var(--third-family); }
  @media (max-width: 480px) {
    .research__text {
      font-size: 15px;
      margin-bottom: 20px; } }
  .research__button {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: var(--third-family);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #46a3be;
    border-radius: 60px;
    transition: 0.4s;
    padding: 12px 40px; }
  .research__button:hover {
    box-shadow: 0 0 20px #46a3be; }
  .research__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px; }
  @media (max-width: 992px) {
    .research__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .research__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .research__items {
      grid-template-columns: 1fr; } }
  .research__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%; }
  .research__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .research__content {
    padding: 30px 20px 50px;
    border: 1px solid #d7d7d7;
    border-top: 0; }
  @media (max-width: 480px) {
    .research__content {
      padding-bottom: 30px; } }
  .research__date {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 15px;
    color: #a6a6a6;
    margin-bottom: 15px; }
  .research__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #151515;
    font-family: var(--third-family); }
  @media (max-width: 992px) {
    .research__name {
      font-size: 16px; } }

.breadcrumbs {
  margin: 40px 0 50px; }
  @media (max-width: 480px) {
  .breadcrumbs {
    margin: 20px 0 30px; } }
  .breadcrumbs__items {
    display: flex;
    align-items: center;
    column-gap: 34px;
    row-gap: 10px;
    flex-wrap: wrap; }
  @media (max-width: 480px) {
    .breadcrumbs__items {
      column-gap: 20px;
      row-gap: 10px; } }
  .breadcrumbs__item {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #555;
    position: relative; }
  @media (max-width: 480px) {
    .breadcrumbs__item {
      font-size: 13px; } }
  .breadcrumbs__item:not(:last-child)::after {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #555; }
    @media (max-width: 480px) {
    .breadcrumbs__item:not(:last-child)::after {
      right: -13px;
      font-size: 13px; } }
  .breadcrumbs__item.active {
    color: #b1b1b1; }

.map-page {
  margin-top: 0;
  position: relative; }
  .map-page__top {
    display: flex;
    align-items: start;
    column-gap: 108px;
    margin-bottom: 50px; }
  @media (max-width: 992px) {
    .map-page__top {
      flex-direction: column;
      align-items: start;
      row-gap: 20px; } }
  @media (max-width: 480px) {
    .map-page__top {
      margin-bottom: 30px; } }
  .map-page__title {
    white-space: nowrap;
    margin-bottom: 0; }
  .map-page__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555; }
  @media (max-width: 480px) {
    .map-page__text {
      font-size: 15px; } }
  .map-page__buttons {
    display: flex;
    align-items: center;
    column-gap: 22px;
    border-bottom: 1px solid #606060;
    margin-bottom: 50px; }
  @media (max-width: 480px) {
    .map-page__buttons {
      margin-bottom: 30px; } }
  .map-page__button {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151515;
    padding-bottom: 18px;
    transition: 0.4s;
    position: relative;
    cursor: pointer; }
  .map-page__button::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: #46a3be;
    height: 5px;
    transition: 0.4s;
    opacity: 0; }
  .map-page__button.active {
    font-weight: 900;
    color: #46a3be; }
    .map-page__button.active::after {
      opacity: 1; }
  .map-page__map {
    position: relative;
    display: none; }
  .map-page__map.active {
    display: block; }
  .map-page__list {
    display: none; }
  .map-page__list.active {
    display: block; }
  .map-page__map-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555;
    max-width: 340px;
    position: absolute;
    left: 0;
    top: 70px; }
  @media (max-width: 992px) {
    .map-page__map-text {
      position: initial; } }
  @media (max-width: 480px) {
    .map-page__map-text {
      font-size: 15px; } }
  .map-page__map-svg {
    padding-left: 40px;
    position: relative; }
  @media (max-width: 992px) {
    .map-page__map-svg {
      padding-left: 0; } }
  .map-page__map-svg img {
    width: 100%; }
  .map-page__map-svg img {
    width: 100%;
    height: 100%; }
  .map-page__map-svg svg {
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: 100%; }
    @media (max-width: 992px) {
    .map-page__map-svg svg {
      left: 0;
      width: 100%; } }
  .map-page__map-svg svg path {
    pointer-events: all;
    cursor: pointer; }

.list-map__text {
  font-weight: 600;
  font-size: 19px;
  line-height: 132%;
  color: #777;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .list-map__text {
      font-size: 15px;
      margin-bottom: 25px; } }
  .list-map__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 257px;
    gap: 20px; }
  .list-map__input:nth-child(4) {
    grid-column: 1 / 3; }
  .list-map__input input, .list-map__input select {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #555;
    padding: 16px 19px;
    appearance: none;
    background: #f5f8fb;
    border: 1px solid #949494;
    width: 100%; }
    @media (max-width: 480px) {
    .list-map__input input, .list-map__input select {
      font-size: 14px;
      padding: 12px 15px; } }
  .list-map__input select {
    background: #f5f8fb url("../themes/demo/assets/images/select.svg") calc(100% - 20px) center / 13px no-repeat; }
  .list-map__input input::placeholder {
    color: #555; }
  .list-map__button {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: #46a3be;
    transition: 0.4s; }
  @media (max-width: 480px) {
    .list-map__button {
      padding: 14px 30px; } }
  .list-map__button:hover {
    box-shadow: 0 0 20px #46a3be; }

.posts__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .posts__title {
      font-size: 24px;
      margin-bottom: 30px; } }
  .posts__items-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #444;
    padding-bottom: 15px;
    border-bottom: 1px solid #606060;
    margin-bottom: 35px; }
  @media (max-width: 480px) {
    .posts__items-title {
      font-size: 22px;
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  .posts__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 13px; }
  @media (max-width: 992px) {
    .posts__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 670px) {
    .posts__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .posts__items {
      grid-template-columns: 1fr; } }
  .posts--family-archives .item-posts__image img {
    object-fit: contain; }

.item-posts {
  border: 1px solid #d7d7d7; }
  .item-posts__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%; }
  .item-posts__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
  .item-posts__content {
    padding: 30px 20px; }
  .item-posts__date {
    font-weight: 400;
    font-size: 15px;
    color: #a6a6a6;
    margin-bottom: 15px;
    display: none; }
  .item-posts__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #151515; }

.post__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  overflow: auto; }
  @media (max-width: 480px) {
    .post__text {
      font-size: 14px; } }
  .post__text ul, .post__text ol {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }

.gallery__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #606060;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .gallery__top {
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  .gallery__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #444; }
  @media (max-width: 480px) {
    .gallery__title {
      font-size: 22px; } }
  .gallery__arrows {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  @media (max-width: 480px) {
    .gallery__arrows {
      column-gap: 10px; } }
  .gallery__arrow {
    transition: 0.4s;
    cursor: pointer; }
  .gallery__arrow.swiper-button-disabled {
    opacity: 0.5; }
  @media (max-width: 480px) {
      .gallery__arrow img {
        scale: 0.8; } }
  .gallery__item {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
    display: block;
    border-radius: 5px; }
  .gallery__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }

.videos__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #606060;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .videos__top {
      padding-bottom: 10px;
      margin-bottom: 25px; } }
  .videos__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #444; }
  @media (max-width: 480px) {
    .videos__title {
      font-size: 22px; } }
  .videos__arrows {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  @media (max-width: 480px) {
    .videos__arrows {
      column-gap: 10px; } }
  .videos__arrow {
    transition: 0.4s;
    cursor: pointer; }
  .videos__arrow.swiper-button-disabled {
    opacity: 0.5; }
  @media (max-width: 480px) {
      .videos__arrow img {
        scale: 0.8; } }
  .videos__item {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
    display: block;
    border-radius: 5px; }
  .videos__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url("../themes/demo/assets/images/play.svg") center / contain no-repeat; }
  .videos__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.offer {
  margin-top: 0; }
  .offer__body {
    display: grid;
    grid-template-columns: 352px 1fr;
    gap: 40px;
    align-items: start; }
  @media (max-width: 1100px) {
    .offer__body {
      grid-template-columns: 280px 1fr;
      gap: 20px; } }
  @media (max-width: 992px) {
    .offer__body {
      display: flex;
      flex-direction: column;
      align-items: start; } }
  .offer__left {
    padding: 64px 23px;
    border: 1px solid #d0d0d0; }
  @media (max-width: 1100px) {
    .offer__left {
      padding: 40px 20px; } }
  @media (max-width: 480px) {
    .offer__left {
      padding: 0;
      border: none; } }
  .offer__left-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .offer__left-title {
      font-size: 14px; } }
  .offer__left-text {
    font-family: var(--font-family);
    line-height: 150%;
    font-weight: 500;
    font-size: 17px;
    color: #151515;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .offer__left-text {
      font-size: 15px; } }
  .offer__content {
    background: #f5f8fb;
    padding: 50px 55px; }
  @media (max-width: 992px) {
    .offer__content {
      width: 100%;
      padding: 40px 20px; } }
  @media (max-width: 480px) {
    .offer__content {
      padding: 30px 15px;
      width: auto; } }
  .offer__title {
    margin-bottom: 25px; }
  .offer__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555;
    margin-bottom: 28px; }
  @media (max-width: 480px) {
    .offer__text {
      font-size: 15px;
      margin-bottom: 20px; } }
  .offer__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px; }
  @media (max-width: 550px) {
    .offer__inputs {
      grid-template-columns: 1fr;
      gap: 15px;
      margin-bottom: 20px; } }
  .offer__input:nth-child(3), .offer__input:nth-child(4) {
    grid-column: 1 / 3; }
    @media (max-width: 550px) {
    .offer__input:nth-child(3), .offer__input:nth-child(4) {
      grid-column: auto; } }
  .offer__input input, .offer__input textarea {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #151515;
    padding: 18px;
    background: #fff; }
    .offer__input input::placeholder, .offer__input textarea::placeholder {
      color: #777; }
    @media (max-width: 480px) {
    .offer__input input, .offer__input textarea {
      font-size: 14px;
      padding: 14px; } }
  .offer__input textarea {
    height: 111px;
    resize: vertical;
    min-height: 111px; }
  .offer__bottom {
    display: flex;
    align-items: center;
    column-gap: 35px; }
  @media (max-width: 550px) {
    .offer__bottom {
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      align-items: start; } }
  .offer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    padding: 14px 75px;
    background: #46a3be;
    transition: 0.4s; }
  @media (max-width: 480px) {
    .offer__button {
      font-size: 14px;
      padding: 12px 40px; } }
  .offer__button:hover {
    box-shadow: 0 0 20px #46a3be; }
  .offer__agree {
    display: flex;
    column-gap: 12px; }
  .offer__agree span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 107%;
    color: #151515;
    display: block;
    max-width: 230px; }
    @media (max-width: 480px) {
    .offer__agree span {
      font-size: 13px; } }
  .offer__agree input {
    margin-top: -5px; }

#offerForm_forms_flash .close {
  display: none; }
  #offerForm_forms_flash p {
    font-size: 16px;
    margin-bottom: 15px;
    color: green;
    line-height: 1.3; }

.list-map__inputs-v2 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%; }
  @media (max-width: 767px) {
  .list-map__inputs-v2 {
    grid-template-columns: 1fr; } }

.results {
  margin-top: 20px; }
  .results__item {
    display: grid;
    grid-template-columns: 400px 100px 1fr;
    column-gap: 90px;
    padding: 20px 35px;
    background-color: #f5f8fb; }
  .results__item.results__item-mobile {
    display: none;
    background-color: #f5f8fb !important; }
  @media (max-width: 992px) {
    .results__item {
      grid-template-columns: 1fr;
      row-gap: 10px;
      padding: 20px; }
      .results__item.results__item-pc {
        display: none; }
      .results__item.results__item-mobile {
        display: block; } }
  @media (max-width: 992px) {
    .results__item {
      background-color: transparent; } }
  .results__item:nth-of-type(even) {
    background: transparent; }
    @media (max-width: 992px) {
    .results__item:nth-of-type(even) {
      background: #f5f8fb; } }
  .results__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #151515; }

.not-found {
  padding-left: 35px;
  margin-top: 20px; }
  @media (max-width: 992px) {
  .not-found {
    padding-left: 20px; } }

.bio__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
  @media (max-width: 480px) {
    .bio__text {
      font-size: 15px; } }

.map-info {
  width: 296px;
  padding: 34px 30px 30px 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: fixed;
  display: none;
  z-index: 1; }
  @media (max-width: 1400px) {
  .map-info {
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%); } }
  .map-info.active {
    display: block; }
  .map-info__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #151515;
    margin-bottom: 10px; }
  .map-info__address {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #555; }
  .map-info__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #555;
    margin-bottom: 18px; }
  .map-info__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #555;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  .map-info__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  .map-info__text li {
    padding-left: 17px;
    position: relative; }
    .map-info__text li::after {
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      top: 4px;
      width: 12px;
      height: 12px;
      background: url("../themes/demo/assets/images/li.svg") center / contain no-repeat; }
  .map-info__link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #46a3be; }
  .map-info__close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    color: #bbb;
    cursor: pointer;
    z-index: 1; }

mark {
  color: inherit !important;
  background-color: inherit !important; }

.semii__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px; }
  @media (max-width: 992px) {
    .semii__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 767px) {
    .semii__items {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 500px) {
    .semii__items {
      grid-template-columns: 1fr; } }

.item-semii {
  border: 1px solid #d7d7d7; }
  .item-semii__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%; }
  .item-semii__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-semii__content {
    padding: 20px; }
  .item-semii__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #151515;
    margin-bottom: 10px; }
  .item-semii__subtitle {
    font-size: 18px;
    color: #999;
    line-height: 1.3; }
