@font-face {
  font-family: "Wadik";
  src: url("../fonts/Wadik-Regular.woff2") format("woff2"), url("../fonts/Wadik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wadik";
  src: url("../fonts/Wadik-Bold.woff2") format("woff2"), url("../fonts/Wadik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.875rem;
  background: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  color: #161B2C;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.hidden {
  overflow: hidden;
}

.main {
  flex-grow: 1;
  position: relative;
}
.main.home-page {
  padding-top: 0;
}

.section {
  --space: 3.375rem;
  padding: var(--space) 0;
}
@media (max-width: 1199px) {
  .section {
    --space: 2.75rem;
  }
}
@media (max-width: 575px) {
  .section {
    --space: 2.5rem;
  }
}
.section--bg {
  padding: calc(var(--space) * 2) 0;
  background: #FAFAFA;
  margin: var(--space) 0;
}
.section:first-child {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}

.elem--animate {
  opacity: 0;
}
.elem--show {
  opacity: 1;
}

picture {
  display: block;
}

a {
  color: #161B2C;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
a:hover {
  color: #005097;
}

.form-control {
  background-color: #FAFAFA;
  border-radius: 0.5rem;
  height: 3.5rem;
  transition: 0.25s ease-in-out, background-position 0s;
  border: 1px solid #E2E1DE;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  color: #161B2C;
}
.form-control:focus, .form-control:hover {
  border-color: #005097;
  background-color: #FAFAFA !important;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #C70000;
  display: none;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  font-weight: 400;
  color: #161B2C;
  opacity: 1;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none;
}

.textarea {
  transition: all 0.25s ease-in-out, height 0s !important;
}

select,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.btn {
  transition: 0.25s ease-in-out;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #161B2C;
  background: transparent;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn {
    border-radius: 0.5rem;
  }
}
.btn:disabled {
  opacity: 0.5;
}
.btn:active {
  opacity: 1;
  background: inherit !important;
  color: inherit !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.btn--blue {
  background: #005097;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.btn--blue:focus {
  background: #005097;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.btn--blue:hover {
  background: rgb(0, 66.4900662252, 125.5);
  color: #FFFFFF;
  fill: #FFFFFF;
}
.btn--blue:active {
  background: rgb(0, 52.9801324503, 100) !important;
  color: #FFFFFF !important;
  fill: #FFFFFF;
}

.container {
  padding: 0;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 1rem;
  }
}

.row {
  margin: 0 -1rem;
  row-gap: 2rem;
}
.row > * {
  padding: 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #161B2C;
}

h1 {
  font: 400 3rem/1.1 "Wadik", sans-serif;
}
h2 {
  font: 400 2.5rem/1.1 "Wadik", sans-serif;
}
h3 {
  font: 400 2rem/1.1 "Wadik", sans-serif;
}
h4 {
  font: 400 1.5rem/1.1 "Wadik", sans-serif;
}
h5 {
  font: 400 1.25rem/1.1 "Wadik", sans-serif;
}

h6 {
  font: 400 1rem/1.2 "Wadik", sans-serif;
}

.title {
  font: 400 2rem/1.1 "Wadik", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .title {
    font: 400 1.5rem/1.1 "Wadik", sans-serif;
  }
}
@media (max-width: 575px) {
  .title {
    font: 400 1.25rem/1.1 "Wadik", sans-serif;
  }
}
.title:last-child {
  margin-bottom: 0;
}
.title--page {
  position: relative;
  padding-left: 1rem;
}
.title--page::after {
  content: "";
  width: 0.25rem;
  height: calc(50% - 0.25rem);
  background: #C70000;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
@media (max-width: 767px) {
  .title--page::after {
    height: calc(100% - 0.25rem);
  }
}
.title--page::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../img/icons/line-end.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  .heading {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
}
.heading__action {
  max-width: 18.875rem;
  width: 100%;
}
@media (max-width: 991px) {
  .heading__action {
    max-width: 16rem;
  }
}
.link {
  width: 100%;
  padding: 1rem;
}

.desc {
  color: #666B7C;
}
.desc > p:last-child {
  margin-bottom: 0;
}
.desc > p > a {
  color: #005097;
}
.desc > p > a:hover {
  color: rgb(0, 52.9801324503, 100);
}
.desc > p > a[href*=tel] {
  white-space: nowrap;
}
.desc strong {
  color: #005097;
  font-weight: 600;
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  column-gap: 0.75rem;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #666B7C;
  display: block;
  transition: 0.25s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #005097;
  background: #005097;
}

.swiper-nav {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .swiper-nav {
    column-gap: 0.75rem;
  }
}
.swiper-button {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #666B7C;
  fill: #666B7C;
  transition: 0.25s ease-in-out;
  background: transparent;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 575px) {
  .swiper-button {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.swiper-button:hover {
  background: #005097;
  fill: #FFFFFF;
  border-color: #005097;
}
.swiper-button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-button > svg {
  flex: 0 0 26px;
}
@media (max-width: 575px) {
  .swiper-button > svg {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
}

.modal .modal-dialog {
  width: calc(100% - 32px);
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 100%;
    align-items: flex-end;
    padding-top: 2.25rem;
  }
}
.modal .modal-content {
  border: 0;
  background: #FFFFFF;
}
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  fill: #161B2C;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  transform: translate(100%, -100%);
  background: #FFFFFF;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .modal__close {
    transform: translate(0%, -125%);
  }
}
.modal__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.modal__close:hover {
  fill: #FFFFFF;
  background: #005097;
}
.modal.fade .modal-dialog {
  transition: all 0.25s ease-in-out;
  transform: scale(0.8);
}
@media (max-width: 575px) {
  .modal.fade .modal-dialog {
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .modal.fade .modal-dialog .modal-content {
    transition: all 0.5s ease-in-out;
    transform: translateY(100%);
  }
}
.modal.show .modal-dialog {
  transform: scale(1);
}
@media (max-width: 575px) {
  .modal.show .modal-dialog {
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .modal.show .modal-dialog .modal-content {
    transform: translateY(0%);
  }
}

.offcanvas-backdrop,
.modal-backdrop {
  backdrop-filter: blur(10px);
  background: rgba(22, 27, 44, 0.64);
  opacity: 1;
}
.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

.modal-callback__dialog {
  max-width: 48.5rem !important;
}
.modal-callback__content {
  display: flex;
  flex-direction: row;
  border-radius: 0.75rem;
  background: #FFFFFF;
}
@media (max-width: 575px) {
  .modal-callback__content {
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.modal-callback__image {
  flex: 0 0 42.064516129%;
  width: 42.064516129%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal-callback__image {
    display: none;
  }
}
.modal-callback__image > picture {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.modal-callback__image > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem 0 0 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-callback__body {
  padding: 2rem;
}
@media (max-width: 575px) {
  .modal-callback__body {
    padding: 2rem 1.5rem 1.5rem;
  }
}
.modal-callback__header {
  border-bottom: 1px solid #E2E1DE;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.modal-callback__title {
  margin-bottom: 0.5rem;
  font: 400 2rem/1.1 "Wadik", sans-serif;
}
@media (max-width: 767px) {
  .modal-callback__title {
    margin-bottom: 0.5rem;
  }
}
.modal-callback__desc {
  color: #666B7C;
}
.modal-callback__desc > p:last-child {
  margin-bottom: 0;
}
.modal-callback__body {
  margin-left: auto;
  margin-right: auto;
}
.modal-callback__body .form-callback__accept {
  text-align: center;
}

.modal-success__dialog {
  max-width: 25rem;
}
.modal-success__content {
  padding: 2rem;
}
@media (max-width: 575px) {
  .modal-success__content {
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 2rem 1.5rem 1.5rem;
  }
}
.modal-success__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.modal-success__logo > * {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.modal-success__header {
  border-top: 1px solid #E2E1DE;
  border-bottom: 1px solid #E2E1DE;
  padding: 1rem 0rem;
}
.modal-success__title {
  margin-bottom: 0.75rem;
  text-align: center;
  font: 400 2rem/1.1 "Wadik", sans-serif;
}
@media (max-width: 767px) {
  .modal-success__title {
    margin-bottom: 0.5rem;
  }
}
.modal-success__desc {
  text-align: center;
  color: #666B7C;
}
.modal-success__desc > p:last-child {
  margin-bottom: 0;
}
.modal-success__action {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.modal-success__button {
  padding: 1rem;
  width: 100%;
  max-width: 19rem;
}
@media (max-width: 575px) {
  .modal-success__button {
    width: 100%;
  }
}

.offcanvas {
  padding-top: 9rem;
  transition: all 0.25s ease-in-out, padding 0s;
  background: transparent;
}
.offcanvas.offcanvas-end {
  border: 0;
}
.modal-menu {
  border-bottom: 1px solid #E2E1DE;
}
.modal-menu__body {
  padding: 2rem 1rem;
  background: #FFFFFF;
}
.modal-menu__menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.modal-menu__menu > li {
  margin-bottom: 1.5rem;
  text-align: center;
}
.modal-menu__menu > li:last-child {
  margin-bottom: 0;
}
.modal-menu__menu > li > a {
  font-size: 1rem;
  color: #161B2C;
}
.modal-menu__actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E1DE;
}
.modal-menu__button {
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.modal-menu__info {
  color: #161B2C;
  text-align: center;
}
.modal-menu__info > p {
  margin-bottom: 0;
}
.modal-menu__info > p > strong {
  font-weight: 500;
}

.spoiler__header {
  cursor: pointer;
}
.spoiler__arrow {
  pointer-events: none;
}
.spoiler__arrow > svg {
  transition: transform 0.25s ease-in-out, fill 0.25s ease-in-out;
  fill: #161B2C;
}
.spoiler.active .spoiler__arrow > svg {
  transform: rotate(90deg);
}
.spoiler__body {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.spoiler.active .spoiler__body {
  opacity: 1;
  visibility: visible;
}

.header-top {
  background: #161B2C;
  position: relative;
  z-index: 1045;
}
.header-top__body {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .header-top__body {
    min-height: 2rem;
    padding: 0.5rem 0;
    display: block;
  }
}
.header-top__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .header-top__menu {
    column-gap: 2rem;
    justify-content: center;
  }
}
.header-top__menu > li > a {
  color: #FFFFFF;
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .header-top__menu > li > a {
    font-size: 0.75rem;
  }
}
.header-top__actions {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .header-top__actions {
    display: none;
  }
}
.header-top__phones {
  display: flex;
  align-items: center;
  column-gap: 0.675rem;
  border-radius: 2rem;
  border: 1px solid #FFFFFF;
  padding: 0.625rem;
}
@media (max-width: 1199px) {
  .header-top__phones {
    display: none;
  }
}
.header-top__phone > a {
  color: #FFFFFF;
}
.header-top__phone > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header-top__phone:nth-child(2) {
  padding-left: 0.5rem;
  border-left: 1px solid #FFFFFF;
}
.header-top__schedule {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 1199px) {
  .header-top__schedule {
    padding-left: 0;
  }
}
.header-top__schedule::before {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .header-top__schedule::before {
    display: none;
  }
}
.header-top__schedule > p {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.header-top__schedule > p > strong {
  font-weight: 500;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1046;
  background: #F9F9F9;
}
@media (max-width: 1199px) {
  .header {
    border-bottom: 1px solid #E2E1DE;
  }
}
.header__body {
  padding: 1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
}
.header__logo > a {
  display: block;
  height: 3.5rem;
}
@media (max-width: 1199px) {
  .header__logo > a {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .header__logo > a {
    height: 2.5rem;
  }
}
@media (max-width: 575px) {
  .header__logo > a {
    height: 2rem;
  }
}
.header__logo > a > img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.header__actions {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .header__actions {
    flex-grow: 1;
  }
}
.header__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  position: relative;
  padding-right: 1.5rem;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
.header__menu::after {
  content: "";
  width: 1px;
  height: 2.75rem;
  background: #ECECEC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__menu > li > a {
  font-size: 1rem;
}
.header__button {
  width: 12.5rem;
  padding: 1rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__phones {
  display: none;
}
@media (max-width: 1199px) {
  .header__phones {
    display: block;
    padding-right: 1.5rem;
    border-right: 1px solid #E2E1DE;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .header__phones {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5rem;
    column-gap: 1.5rem;
    border-right: 0;
    position: relative;
    padding: 0 0.75rem;
  }
}
@media (max-width: 767px) {
  .header__phones::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background: #E2E1DE;
  }
}
@media (max-width: 767px) {
  .header__phones::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background: #E2E1DE;
  }
}
.header__phone {
  line-height: 1;
}
@media (max-width: 1199px) {
  .header__phone {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .header__phone {
    margin-bottom: 0;
  }
}
.header__phone:last-child {
  margin-bottom: 0;
}
.header__phone > a {
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .header__phone > a {
    color: #666B7C;
  }
}
@media (max-width: 767px) {
  .header__phone > a {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .header__phone > a {
    font-size: 0.75rem;
  }
}

.bars {
  display: none;
}
@media (max-width: 1199px) {
  .bars {
    display: block;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    position: relative;
    border: 2px solid #005097;
  }
}
@media (max-width: 575px) {
  .bars {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.bars > span {
  display: block;
  right: 20%;
  height: 2px;
  width: 55%;
  background: #005097;
  position: absolute;
  border-radius: 1px;
}
.bars > span:nth-child(1) {
  top: 27%;
}
.bars > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
}
.bars > span:nth-child(3) {
  bottom: 27%;
}
.bars.active {
  border-color: #005097;
  transition: 0.25s ease-in-out;
}
.bars.active > span {
  background: #005097;
  transition: 0.25s ease-in-out;
}
.bars.active > span:nth-child(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.bars.active > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.bars.active > span:nth-child(3) {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) rotate(45deg);
}

.footer {
  background: #2a2f40;
  padding-top: 3rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer {
    padding-top: 2.5rem;
  }
}
.footer__logo {
  border-bottom: 1px solid #666B7C;
  padding-bottom: 1.5rem;
}
.footer__logo > a {
  width: min-content;
  display: block;
  height: 5.75rem;
}
@media (max-width: 1399px) {
  .footer__logo > a {
    height: 5.25rem;
  }
}
@media (max-width: 991px) {
  .footer__logo > a {
    height: 3.75rem;
  }
}
.footer__logo > a > img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.footer__body {
  padding: 1.5rem 0rem 3rem;
  display: flex;
  margin: 0 -4.125rem;
}
@media (max-width: 1399px) {
  .footer__body {
    margin: 0 -2rem;
  }
}
@media (max-width: 991px) {
  .footer__body {
    flex-wrap: wrap;
    row-gap: 3rem;
    margin: 0 -3rem;
  }
}
@media (max-width: 575px) {
  .footer__body {
    padding-bottom: 2.5rem;
    margin: 0;
    row-gap: 2.5rem;
  }
}
.footer__col {
  padding: 0 4.125rem;
  flex-grow: 1;
}
@media (max-width: 1399px) {
  .footer__col {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .footer__col {
    flex: 0 0 50%;
    width: 50%;
    padding: 0rem 3rem;
  }
}
@media (max-width: 575px) {
  .footer__col {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.footer__col:not(:last-child) {
  border-right: 1px solid #666B7C;
}
@media (max-width: 991px) {
  .footer__col:not(:last-child) {
    border-right: 0;
  }
}
.footer__title {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .footer__title {
    margin-bottom: 1.25rem;
  }
}
.footer__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 2.5rem;
}
@media (max-width: 991px) {
  .footer__menu {
    gap: 0.75rem 1.75rem;
    max-width: 14rem;
  }
}
.footer__menu > li > a {
  color: #ECECEC;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__menu > li > a {
    font-size: 0.875rem;
  }
}
.footer__menu > li > a:hover {
  color: rgba(236, 236, 236, 0.5);
}
.footer__address {
  color: #ECECEC;
}
.footer__address > *:last-child {
  margin-bottom: 0;
}
.footer__contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer__contacts > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.footer__contacts > li > a {
  color: #ECECEC;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__contacts > li > a {
    font-size: 0.875rem;
  }
}
.footer__contacts > li > a:hover {
  color: rgba(236, 236, 236, 0.5);
}
.footer__schedule {
  color: #ECECEC;
}
.footer__schedule > p:last-child {
  margin-bottom: 0;
}
.footer__socials {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .footer__socials {
    margin-top: 1.5rem;
  }
}
.footer__socials > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  fill: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.footer__socials > li > a > svg {
  flex: 0 0 1.25rem;
}
.footer__socials > li > a:hover {
  background: #FFFFFF;
  fill: #005097;
}
.footer__bottom {
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #161B2C;
}
.footer__bottom > * {
  position: relative;
  z-index: 1;
}
.footer__text > p {
  margin-bottom: 0;
  color: #ECECEC;
}
.footer__privacy > a {
  color: #ECECEC;
}
.footer__privacy > a:hover {
  color: rgba(236, 236, 236, 0.5);
}

.form-callback {
  position: relative;
}
.form-callback__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.form-callback__group {
  position: relative;
  margin-bottom: 1rem;
}
.form-callback__group > .form-control {
  padding-left: 3.25rem;
}
.form-callback__icon {
  position: absolute;
  fill: #161B2C;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.form-callback__submit {
  width: 100%;
  padding: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  .form-callback__submit {
    margin-top: 0;
  }
}
.form-callback__accept {
  margin-bottom: 0;
  margin-top: 0.75rem;
  color: #666B7C;
}
.form-callback__accept > a {
  color: inherit;
}
.form-callback__accept > a:hover {
  color: #161B2C;
}

.breadcrumbs {
  padding: 3rem 0;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    padding: 2rem 0;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding: 1.5rem 0rem;
  }
}
.breadcrumbs + * {
  padding-top: 0;
}
.breadcrumbs__list > .breadcrumbs__item {
  color: #161B2C;
  font-weight: 500;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .breadcrumbs__list > .breadcrumbs__item {
    font-size: 0.75rem;
  }
}
.breadcrumbs__list > .breadcrumbs__item > a:hover {
  color: #161B2C;
}
.breadcrumbs__list > .breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.64645 3.64645C5.84171 3.45118 6.15829 3.45118 6.35355 3.64645L10.3536 7.64645C10.5488 7.84171 10.5488 8.15829 10.3536 8.35355L6.35355 12.3536C6.15829 12.5488 5.84171 12.5488 5.64645 12.3536C5.45118 12.1583 5.45118 11.8417 5.64645 11.6464L9.29289 8L5.64645 4.35355C5.45118 4.15829 5.45118 3.84171 5.64645 3.64645Z' fill='%23005097'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5rem;
  transform: translateY(0.25rem);
}
.breadcrumbs__list > .breadcrumbs__item.breadcrumb_last {
  color: #005097;
}

.home-hero {
  padding-top: 0;
  overflow: hidden;
}
.home-hero__body {
  padding-top: 4.25rem;
  margin-bottom: 13.5rem;
  position: relative;
  border-top: 1px solid #ECECEC;
}
@media (max-width: 1199px) {
  .home-hero__body {
    margin-bottom: 11rem;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .home-hero__body {
    margin-bottom: 1.5rem;
    padding-top: 0;
  }
}
.home-hero__body > * {
  z-index: 1;
}
.home-hero__logo {
  width: 100%;
  max-width: 46.875rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .home-hero__logo {
    max-width: 36rem;
  }
}
@media (max-width: 767px) {
  .home-hero__logo {
    padding-bottom: 1rem;
  }
}
.home-hero__logo > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.home-hero__desc {
  width: 100%;
  max-width: 50.625rem;
  position: relative;
  padding: 2rem 2.75rem 2rem 0rem;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 1199px) {
  .home-hero__desc {
    max-width: 45rem;
  }
}
@media (max-width: 767px) {
  .home-hero__desc {
    padding: 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .home-hero__desc {
    padding: 1.25rem 0;
  }
}
.home-hero__desc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13.375rem;
  width: 1px;
  height: calc(100% + 13.75rem);
  background: #ECECEC;
}
@media (max-width: 767px) {
  .home-hero__desc::after {
    display: none;
  }
}
.home-hero__desc > p {
  font-size: 1rem;
  font-weight: 500;
  color: #666B7C;
  max-width: 37.5rem;
}
@media (max-width: 1199px) {
  .home-hero__desc > p {
    font-size: 0.875rem;
    max-width: 30rem;
  }
}
.home-hero__desc > p:last-child {
  margin-bottom: 0;
}
.home-hero__image {
  position: absolute;
  z-index: 2 !important;
  width: 54.875rem;
  height: 32rem;
  left: 36rem;
  top: 0;
}
@media (max-width: 1199px) {
  .home-hero__image {
    left: 30rem;
    width: 45rem;
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .home-hero__image {
    position: relative;
    left: 0;
    height: 13rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .home-hero__image {
    height: 11rem;
  }
}
.home-hero__image > div {
  height: 100%;
  width: 51vw;
  border-bottom-left-radius: 3.25rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 17.9%, rgba(0, 0, 0, 0.16) 49.44%, rgba(0, 0, 0, 0) 86.08%), linear-gradient(262.73deg, #EAECF0 0%, #DDDEE3 64.12%, #D6D7DC 100%);
  transform: skew(-25deg);
  margin-left: 12.5rem;
}
@media (max-width: 1199px) {
  .home-hero__image > div {
    margin-left: 10rem;
  }
}
@media (max-width: 767px) {
  .home-hero__image > div {
    width: 120vw;
  }
}
.home-hero__image > picture {
  margin: 0;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home-hero__image > picture {
    width: 110%;
    bottom: 1rem;
    height: 11rem;
  }
}
@media (max-width: 575px) {
  .home-hero__image > picture {
    bottom: 0;
  }
}
.home-hero__image > picture.elem--animate {
  transition: 0.5s ease-in-out;
  transform: translateX(25%);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .home-hero__image > picture.elem--animate {
    transform: translate(0);
    opacity: 1 !important;
  }
}
.home-hero__image > picture.elem--show {
  transform: translate(0);
}
.home-hero__image > picture > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.home-hero__thumbnail {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .home-hero__thumbnail {
    height: 10rem;
  }
}
.home-hero__thumbnail > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 1rem;
}
@media (max-width: 575px) {
  .home-hero__thumbnail > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
}

.home-sell__title {
  margin-bottom: 0.75rem;
}
.home-sell__desc {
  max-width: 45rem;
}
.home-sell__row {
  margin: 0 -0.75rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .home-sell__row {
    row-gap: 1rem;
  }
}
.home-sell__row > * {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

.sell-card {
  display: block;
  flex-grow: 1;
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  background: linear-gradient(262.73deg, #EAECF0 0%, #DEDFE4 100%);
  border-radius: 1rem;
  color: #161B2C;
  fill: #161B2C;
  border: 1px solid #ECECEC;
}
@media (max-width: 575px) {
  .sell-card {
    padding: 1rem 1rem 0 1rem;
  }
}
.sell-card:hover {
  color: #005097;
  fill: #005097;
  box-shadow: -70px 68px 39px rgba(0, 0, 0, 0.01), -39px 38px 33px rgba(0, 0, 0, 0.03), -17px 17px 24px rgba(0, 0, 0, 0.05), -4px 4px 13px rgba(0, 0, 0, 0.06);
}
.sell-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
}
.sell-card__title {
  margin-bottom: 0;
  color: inherit;
}
@media (max-width: 575px) {
  .sell-card__title {
    font: 400 1rem/1.2 "Wadik", sans-serif;
  }
}
.sell-card__icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
@media (max-width: 575px) {
  .sell-card__icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
}
.sell-card__icon > * {
  width: 100%;
  height: 100%;
}
.sell-card__image {
  margin-bottom: 0;
  pointer-events: none;
}
.sell-card__image > picture {
  margin: 0;
  width: 100%;
}
.sell-card__image > picture > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.home-catalog__body {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  .home-catalog__body {
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .home-catalog__body {
    padding-bottom: 1.5rem;
  }
}
.home-catalog__row {
  margin: 0 -0.75rem;
  row-gap: 2rem;
}
.home-catalog__row > * {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}
.home-catalog__row > * > .row {
  margin: 0 -0.5rem;
  row-gap: 1rem;
}
.home-catalog__row > * > .row > * {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.home-catalog__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #ECECEC;
}
@media (max-width: 991px) {
  .home-catalog__content {
    border-left: 0;
    padding-left: 0;
  }
}
.home-catalog__subtitle {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.home-catalog__subtitle::after {
  content: "";
  width: 0.25rem;
  height: calc(100% - 0.25rem);
  background: #C70000;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.home-catalog__subtitle::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../img/icons/line-end.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.home-catalog__text {
  margin-bottom: 2rem;
  color: #666B7C;
  max-width: 31rem;
}
.home-catalog__text > p:last-child {
  margin-bottom: 0;
}
.home-catalog__image {
  flex-grow: 1;
  position: relative;
  padding-top: 28.064516129%;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .home-catalog__image {
    padding-top: 10rem;
  }
}
.home-catalog__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}

.card-category {
  flex-grow: 1;
  background: #FAFAFA;
  border-radius: 0.5rem;
  border: 1px solid #ECECEC;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575px) {
  .card-category {
    padding: 1rem 1rem 1rem 5rem;
  }
}
.card-category:hover {
  background: #005097;
  color: #FFFFFF;
}
.card-category__heading {
  margin-bottom: 0.5rem;
}
.card-category__icon {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .card-category__icon {
    position: absolute;
    margin-bottom: 0;
    left: 1rem;
    top: 1rem;
  }
}
.card-category__icon > picture {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #005097;
  background: #FAFAFA;
}
.card-category__icon > picture > * {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
.card-category__title {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  word-wrap: break-word;
  word-break: auto-phrase;
  hyphens: auto;
}
.card-category__link {
  color: #005097;
  font-weight: 500;
  transition: 0.25s ease-in-out;
}
.card-category:hover .card-category__link {
  color: #FFFFFF;
}

.home-parking {
  overflow: hidden;
}
.home-parking__body {
  margin-top: 7.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 24.375rem;
}
@media (max-width: 767px) {
  .home-parking__body {
    flex-direction: column-reverse;
    margin-top: 0;
    min-height: 0;
  }
}
.home-parking__image {
  position: absolute;
  top: 50%;
  right: 45rem;
  transform: translateY(-50%);
  width: 56.25rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .home-parking__image {
    right: 36rem;
  }
}
@media (max-width: 767px) {
  .home-parking__image {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0);
    width: 100%;
    height: auto;
    display: block;
  }
}
.home-parking__image > div {
  height: 100%;
  width: 50vw;
  border-radius: 0 1.5rem 1.5rem 0;
  background: linear-gradient(262.73deg, #EAECF0 0%, #DEDFE4 100%);
}
@media (max-width: 767px) {
  .home-parking__image > div {
    position: absolute;
    width: 150vw;
    right: 0;
    height: 80%;
    bottom: 0;
    border-radius: 0 1rem 1rem 0;
  }
}
.home-parking__image > div.elem--animate {
  transition: 0.5s ease-in-out;
  transform: translateX(-25%);
}
@media (max-width: 1199px) {
  .home-parking__image > div.elem--animate {
    transform: translate(0);
    opacity: 1 !important;
  }
}
.home-parking__image > div.elem--show {
  transform: translate(0);
}
.home-parking__image > picture {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .home-parking__image > picture {
    position: relative;
  }
}
.home-parking__image > picture.elem--animate {
  transition: 0.5s 0.5s ease-in-out;
  transform: translateX(-25%);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .home-parking__image > picture.elem--animate {
    transform: translate(0);
    opacity: 1 !important;
  }
}
.home-parking__image > picture.elem--show {
  transform: translate(0);
}
.home-parking__image > picture > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.home-parking__content {
  max-width: 45rem;
  width: 100%;
  padding-left: 2rem;
}
@media (max-width: 1199px) {
  .home-parking__content {
    max-width: 36rem;
  }
}
@media (max-width: 767px) {
  .home-parking__content {
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.home-parking__title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1.5rem;
}
.home-parking__grid {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ECECEC;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: 1.7fr 1fr;
}
@media (max-width: 767px) {
  .home-parking__grid {
    gap: 2rem 1rem;
    grid-template-columns: 1.5fr 1fr;
  }
}
.home-parking__item {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}
@media (max-width: 767px) {
  .home-parking__item {
    display: block;
  }
}
.home-parking__item > picture {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 0.5rem;
  border: 1px solid #005097;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-parking__item > picture {
    margin-bottom: 1rem;
  }
}
.home-parking__item > picture > * {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
.home-parking__item > p {
  color: #666B7C;
  margin-bottom: 0;
}

.home-services__row {
  margin: 0 -0.75rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .home-services__row {
    row-gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.home-services__row > * {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

.home-news {
  border-radius: 1.5rem 1.5rem;
  background: #FAFAFA;
  margin-top: var(--space);
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-news__action {
    max-width: 100%;
  }
}
.home-news__slider {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .home-news__slider {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.home-news__slider > .swiper-wrapper > .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-news__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
}
@media (max-width: 575px) {
  .home-news__actions {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
.home-news__actions > .swiper-pagination {
  width: auto;
}
@media (max-width: 575px) {
  .home-news__button {
    width: 100%;
  }
}

.card-news {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-news__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #161B2C;
}
.card-news__thumbnail {
  margin-bottom: 0.75rem;
  position: relative;
  padding-top: 60.6918238994%;
}
.card-news__thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
.card-news__title {
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
}
.card-news__inner:hover .card-news__title {
  color: #005097;
}
.card-news__link {
  color: #005097;
  font-weight: 500;
}

.archive-services__title {
  margin-bottom: 0.75rem;
}
.archive-services__desc {
  max-width: 730px;
}
.archive-services__row {
  margin: 0 -0.75rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .archive-services__row {
    row-gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.archive-services__row > * {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

.card-services {
  display: flex;
  border: 1px solid #ECECEC;
  border-radius: 0.75rem;
  min-height: 19.75rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .card-services {
    min-height: 16rem;
  }
}
@media (max-width: 449px) {
  .card-services {
    display: block;
  }
}
.card-services__image {
  flex: 0 0 42.7469135802%;
  width: 42.7469135802%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 449px) {
  .card-services__image {
    width: 100%;
  }
}
.card-services__image > picture {
  flex-grow: 1;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 449px) {
  .card-services__image > picture {
    padding-top: 56.25%;
  }
}
.card-services__image > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem 0 0 0.75rem;
}
@media (max-width: 449px) {
  .card-services__image > picture > img {
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.card-services__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .card-services__body {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 449px) {
  .card-services__body {
    padding: 1rem;
  }
}
.card-services__content {
  margin-bottom: 1.5rem;
}
.card-services__price {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  .card-services__price {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.card-services__price > span {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  background: #005097;
  border-radius: 2rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Wadik", sans-serif;
}
.card-services__title {
  margin-bottom: 0.75rem;
}
.card-services__desc {
  color: #666B7C;
  font-weight: 500;
}
.card-services__desc > p:last-child {
  margin-bottom: 0;
}
.card-services__tel {
  line-height: 0;
}
.card-services__tel > a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  fill: #005097;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .archive {
    overflow: hidden;
  }
}
.archive__title {
  margin-bottom: 0.75rem;
}
.archive__title:last-child {
  margin-bottom: 0;
}
.archive__desc {
  max-width: 38.75rem;
}
.archive__thumbnail {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 19.9242424242%;
}
@media (max-width: 991px) {
  .archive__thumbnail {
    padding-top: 12rem;
  }
}
.archive__thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
.archive__row {
  row-gap: 3.5rem;
}
@media (max-width: 1399px) {
  .archive__row {
    margin: 0 -0.5rem;
    row-gap: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .archive__row > * {
    padding: 0 0.5rem;
  }
}
.archive--vacancy .archive__row {
  row-gap: 2rem;
  margin: 0 -0.75rem;
}
@media (max-width: 1399px) {
  .archive--vacancy .archive__row {
    margin: 0 -0.5rem;
    row-gap: 1rem;
  }
}
.archive--vacancy .archive__row > * {
  padding: 0 0.75rem;
}
@media (max-width: 1399px) {
  .archive--vacancy .archive__row > * {
    padding: 0 0.5rem;
  }
}
.archive__actions {
  margin-top: 3rem;
  border-top: 1px solid #ECECEC;
  padding-top: 2rem;
}
.archive__load {
  display: flex;
  justify-content: center;
  width: 100%;
}
.archive__more {
  padding: 0;
  color: #005097;
  font-size: 0.875rem;
}

.archive-filter {
  position: relative;
  margin-top: -2rem;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .archive-filter {
    margin-top: -0.5rem;
    border-top: 1px solid #ECECEC;
  }
}
.archive-filter__action {
  position: relative;
  z-index: 1001;
}
@media (max-width: 767px) {
  .archive-filter__action {
    z-index: auto;
  }
}
.archive-filter__button {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-family: "Wadik", sans-serif;
  font-size: 0.875rem;
  fill: #C70000;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .archive-filter__button {
    font-size: 0.75rem;
  }
}
.archive-filter__button.active, .archive-filter__button:active, .archive-filter__button:hover {
  background: #005097 !important;
  border-color: #005097 !important;
  color: #FFFFFF !important;
  fill: #FFFFFF;
}
.archive-filter__button > * {
  pointer-events: none;
}
@media (max-width: 575px) {
  .archive-filter__button > span {
    display: none;
  }
}
.archive-filter__modal {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 57rem;
  transform: translateY(-0.5rem);
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .archive-filter__modal {
    width: 43rem;
  }
}
@media (max-width: 767px) {
  .archive-filter__modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 2.5rem;
    width: 100%;
    z-index: 1501;
  }
}
.archive-filter__modal.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.archive-filter__close {
  display: none;
}
@media (max-width: 767px) {
  .archive-filter__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 1;
    fill: #161B2C;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    transform: translate(0%, -125%);
    background: #FFFFFF;
    border-radius: 0.25rem;
  }
  .archive-filter__close svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.archive-filter__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: -75px 92px 71px rgba(0, 0, 0, 0.01), -33px 41px 53px rgba(0, 0, 0, 0.02), -8px 10px 29px rgba(0, 0, 0, 0.02);
  max-height: 100%;
}
@media (max-width: 991px) {
  .archive-filter__list {
    gap: 0.75rem;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .archive-filter__list {
    border-radius: 0.75rem 0.75rem 0 0;
    overflow-y: auto;
  }
}
@media (max-width: 575px) {
  .archive-filter__list {
    padding: 1.5rem 1rem;
  }
}
.archive-filter__list > li > a {
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ECECEC;
  font-family: "Wadik", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .archive-filter__list > li > a {
    font-size: 0.75rem;
  }
}
.archive-filter__list > li > a.active, .archive-filter__list > li > a:hover {
  background: #005097;
  color: #FFFFFF;
}
.archive-filter__slider {
  padding: 1rem 0;
  margin: 0 4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .archive-filter__slider {
    margin: 0;
    overflow: initial;
  }
}
.archive-filter__slider > .swiper-wrapper > .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .archive-filter__slider > .swiper-wrapper > .swiper-slide {
    max-width: 18rem;
  }
}
.archive-filter:has(.swiper-button-lock) .archive-filter__slider {
  margin: 0;
}
.archive-filter .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .archive-filter .swiper-button {
    display: none;
  }
}
.archive-filter .swiper-button.swiper-button-lock {
  display: none;
}
.archive-filter .swiper-button--prev {
  left: 0;
}
.archive-filter .swiper-button--next {
  right: 0;
}
.archive-filter__item {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #ECECEC;
  font-family: "Wadik", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  background: #FAFAFA;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .archive-filter__item {
    padding: 0.5rem;
    font-size: 0.75rem;
    white-space: normal;
  }
}
.archive-filter__item.active, .archive-filter__item:hover {
  background: #005097;
  color: #FFFFFF;
}
.archive-filter__item.active > picture, .archive-filter__item:hover > picture {
  background: #FFFFFF;
}
.archive-filter__item > picture {
  margin: 0;
  flex: 0 0 2.625rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.5rem;
  border: 1px solid #005097;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease-in-out;
}
.archive-filter__item > picture > img {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  object-position: center;
}

.filter-bg-shadow {
  position: fixed;
  z-index: 1000;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}
@media (max-width: 767px) {
  .filter-bg-shadow {
    z-index: 1500;
  }
}
.filter-bg-shadow.show {
  opacity: 1;
  visibility: visible;
}

.card-product {
  flex-grow: 1;
  border-radius: 0.75rem;
  border: 1px solid #ECECEC;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.card-product--medium {
  padding: 1.5rem 1rem;
}
@media (max-width: 575px) {
  .card-product--medium {
    padding: 1rem;
  }
}
.card-product__slider {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.card-product__slider > .swiper-wrapper > .swiper-slide > a {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding-top: 59.7902097902%;
  overflow: hidden;
  border-radius: 0.75rem;
  user-select: none;
}
.card-product__slider > .swiper-wrapper > .swiper-slide > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
.card-product__slider > .swiper-pagination {
  position: absolute !important;
  left: 1rem !important;
  right: 1rem !important;
  bottom: 0.75rem !important;
  top: auto !important;
  width: calc(100% - 2rem);
  column-gap: 0.5rem;
}
.card-product__slider > .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  flex-grow: 1;
  height: 0.125rem;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
}
.card-product__slider > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.card-product__price {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  background: #FFFFFF;
  color: #005097;
  border-radius: 2rem;
  padding: 0.75rem 1rem;
  font-weight: 500;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 575px) {
  .card-product__price {
    top: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.5rem 0.75rem;
  }
}
.card-product__loupe {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.card-product__loupe > svg {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
}
.card-product__slider:hover .card-product__loupe {
  opacity: 1;
}
.card-product__title {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.card-product--medium .card-product__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .card-product--medium .card-product__title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}
.card-product__desc {
  flex-grow: 1;
  padding: 0.75rem 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1rem;
  color: #666B7C;
  font-weight: 500;
}
.card-product__desc > p:last-child {
  margin-bottom: 0;
}
.card-product--medium .card-product__desc {
  padding: 1rem 0;
}
@media (max-width: 575px) {
  .card-product--medium .card-product__desc {
    padding: 0.75rem 0;
  }
}
.card-product__tel {
  line-height: 0;
}
.card-product__tel > a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  fill: #005097;
  white-space: nowrap;
}

.card-vacancy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  border-radius: 0.5rem;
  border: 1px solid #ECECEC;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
}
@media (max-width: 575px) {
  .card-vacancy {
    padding: 1rem;
  }
}
.card-vacancy__heading {
  display: flex;
  align-items: flex-start;
  column-gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 575px) {
  .card-vacancy__heading {
    flex-direction: column;
    row-gap: 0.75rem;
    padding-bottom: 1rem;
  }
}
.card-vacancy__title {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.card-vacancy__price {
  white-space: nowrap;
  background: #005097;
  padding: 0.75rem 1rem;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 2rem;
}
.card-vacancy__desc {
  flex-grow: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #666B7C;
}
@media (max-width: 575px) {
  .card-vacancy__desc {
    margin-bottom: 1rem;
  }
}
.card-vacancy__desc > *:last-child {
  margin-bottom: 0;
}
.card-vacancy__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
}
@media (max-width: 575px) {
  .card-vacancy__info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75rem;
  }
}
.card-vacancy__tel {
  line-height: 0;
}
.card-vacancy__tel > a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  fill: #005097;
  white-space: nowrap;
}
.card-vacancy__schedule {
  text-align: right;
}
@media (max-width: 575px) {
  .card-vacancy__schedule {
    text-align: left;
  }
}
.card-vacancy__schedule > *:last-child {
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
}
.pagination > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.numbers {
  column-gap: 0.5rem;
}

.number {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.25rem;
  color: #161B2C;
}
@media (max-width: 575px) {
  .number {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.number.active {
  pointer-events: none;
  background: #005097;
  color: #FFFFFF;
}

.dots {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .dots {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}

.arrows {
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .arrows {
    column-gap: 0.75rem;
  }
}
.arrow {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #666B7C;
  fill: #666B7C;
  transition: 0.25s ease-in-out;
  background: transparent;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 575px) {
  .arrow {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.arrow:hover {
  background: #005097;
  fill: #FFFFFF;
  border-color: #005097;
}
.arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrow > svg {
  flex: 0 0 26px;
}
@media (max-width: 575px) {
  .arrow > svg {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
}

.single__thumbnail {
  position: relative;
  min-height: 27.25rem;
  margin-bottom: 3rem;
  padding-top: 33.0303030303%;
}
@media (max-width: 1199px) {
  .single__thumbnail {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .single__thumbnail {
    min-height: 18rem;
  }
}
@media (max-width: 767px) {
  .single__thumbnail {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .single__thumbnail {
    margin-left: -1rem;
    margin-right: -1rem;
    min-height: 12rem;
  }
}
.single__thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
@media (max-width: 575px) {
  .single__thumbnail > * {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .single__content .wp-content {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ECECEC;
  }
}
.widget {
  position: relative;
}
.widget__title {
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.widget .card-news__thumbnail {
  padding-top: 102.2435897436%;
}

.wp-content {
  font-size: 1rem;
  font-weight: 500;
  color: #161B2C;
}
@media (max-width: 1399px) {
  .wp-content {
    font-size: 0.875rem;
  }
}
.wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.wp-content h2 {
  font-size: 2.5rem;
}
.wp-content h3 {
  font-size: 2rem;
}
.wp-content h4 {
  font-size: 1.75rem;
}
.wp-content h5 {
  font-size: 1.25rem;
}
.wp-content h6 {
  font-size: 1rem;
}
.wp-content > ol, .wp-content > ul {
  padding-left: 1.25rem;
  margin-bottom: 0.675em;
  margin-top: 1em;
}
.wp-content > ol > li, .wp-content > ul > li {
  margin-bottom: 1rem;
}
.wp-content > ol > li:last-child, .wp-content > ul > li:last-child {
  margin-bottom: 0;
}
.wp-content > ol > li > strong, .wp-content > ul > li > strong {
  color: #005097;
  font-weight: 600;
}
.wp-content > p {
  margin-bottom: 1em;
}
.wp-content > p > strong {
  color: #005097;
  font-weight: 600;
}
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content > *:last-child {
  margin-bottom: 0;
}

.error-404 {
  padding: 5.5rem 0;
  background: #000;
}
@media (max-width: 1199px) {
  .error-404 {
    padding: calc(var(--space) * 2) 0;
  }
}
.error-404__title {
  text-align: center;
  color: #FFFFFF;
  font: 400 2rem/1.1 "Wadik", sans-serif;
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .error-404__title {
    font: 400 1.5rem/1.1 "Wadik", sans-serif;
  }
}
@media (max-width: 575px) {
  .error-404__title {
    font: 400 1.25rem/1.1 "Wadik", sans-serif;
    margin-bottom: 0.75rem;
  }
}
.error-404__desc {
  text-align: center;
  color: #666B7C;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .error-404__desc {
    font-size: 0.875rem;
  }
}
.error-404__desc > p:last-child {
  margin-bottom: 0;
}
.error-404__image {
  margin-bottom: -3.25rem;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  width: 100%;
  max-width: 62.25rem;
}
@media (max-width: 575px) {
  .error-404__image {
    margin-bottom: -2rem;
  }
}
.error-404__image > * {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.error-404__action {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.error-404__button {
  padding: 1rem;
  width: 100%;
  max-width: 18.75rem;
}

.contacts {
  overflow: hidden;
}
.contacts__heading {
  margin-bottom: 5.5rem;
}
@media (max-width: 1399px) {
  .contacts__heading {
    margin-bottom: 3.25rem;
  }
}
@media (max-width: 991px) {
  .contacts__heading {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .contacts__heading {
    margin-bottom: 2rem;
  }
}
.contacts__row {
  display: flex;
  margin: 0 -2.5rem;
}
@media (max-width: 1399px) {
  .contacts__row {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 991px) {
  .contacts__row {
    flex-wrap: wrap;
    row-gap: 2.25rem;
  }
}
.contacts__row > * {
  padding: 0 2.5rem;
}
@media (max-width: 1399px) {
  .contacts__row > * {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .contacts__row > * {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .contacts__row > * {
    flex: 0 0 100%;
    width: 100%;
  }
}
.contacts__item {
  padding-bottom: 3rem;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .contacts__item {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .contacts__item {
    width: auto;
    flex: 1 0 auto;
    padding-bottom: 0;
  }
}
.contacts__item:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
@media (max-width: 991px) {
  .contacts__item:not(:last-child) {
    border-right: 0;
  }
}
.contacts__item > p {
  color: #666B7C;
  font-weight: 500;
}
.contacts__item > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .contacts__item > p > br {
    display: none;
  }
}
.contacts__subtitle {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.contacts__tel > a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #666B7C;
  fill: #005097;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}
.contacts__tel > a:last-child {
  margin-bottom: 0;
}
.contacts__tel > a:hover {
  color: #005097;
}
.contacts__map {
  position: relative;
  height: 24.375rem;
}
@media (max-width: 991px) {
  .contacts__map {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .contacts__map {
    margin-top: 2.5rem;
  }
}
@media (max-width: 575px) {
  .contacts__map {
    margin-left: -1rem;
    margin-right: -1rem;
    height: 20rem;
  }
}
.contacts__map > * {
  width: 100%;
  height: 100%;
}

.buying-hero__body {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(262.73deg, #EAECF0 20.79%, #DEDFE4 100%);
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .buying-hero__body {
    padding: 1.5rem 1.5rem 0.5rem;
  }
}
.buying-hero__content {
  width: 56.9267515924%;
}
@media (max-width: 991px) {
  .buying-hero__content {
    width: 100%;
  }
}
.buying-hero__title {
  margin-bottom: 0.75rem;
}
.buying-hero__desc {
  font-weight: 500;
}
.buying-hero__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 43.4090909091%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .buying-hero__image {
    position: relative;
    top: 0;
    transform: translate(0);
    max-width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .buying-hero__image {
    max-width: 110%;
    width: 110%;
    margin-left: -5%;
  }
}
.buying-hero__image.elem--animate {
  transition: 0.5s ease-in-out;
  transform: translateX(25%) translateY(-50%);
}
@media (max-width: 991px) {
  .buying-hero__image.elem--animate {
    transform: translateX(25%);
  }
}
.buying-hero__image.elem--show {
  transform: translateX(0) translateY(-50%);
}
@media (max-width: 991px) {
  .buying-hero__image.elem--show {
    transform: translateX(0);
  }
}
.buying-hero__image > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.buying-hero .page-table {
  margin-top: 3.5rem;
}

@media (max-width: 991px) {
  .buying-step__row {
    row-gap: 1.5rem;
  }
}
.buying-step__row > * {
  display: flex;
  flex-direction: column;
}
.buying-step__row:has(.buying-sign) {
  margin: 0 -0.5rem;
  row-gap: 1rem;
}
.buying-step__row:has(.buying-sign) > * {
  padding: 0 0.5rem;
}
.buying-step__image {
  margin-bottom: 0;
  position: relative;
  flex-grow: 1;
}
.buying-step__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
.buying-step--condition .buying-step__image {
  padding-top: 81.4417177914%;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .buying-step--condition .buying-step__image {
    padding-top: 12rem;
  }
}
.buying-step--condition .buying-step__image > img {
  border-radius: 1rem;
}
.buying-step--legal .buying-step__image {
  padding-top: 27.9141104294%;
}
@media (max-width: 991px) {
  .buying-step--legal .buying-step__image {
    padding-top: 12rem;
  }
}
.buying-step--sign .buying-step__image {
  padding-top: 24.696969697%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .buying-step--sign .buying-step__image {
    padding-top: 12rem;
  }
}
.buying-step--sign .buying-step__image > img {
  border-radius: 1rem;
}
.buying-step--insurance .buying-step__image {
  padding-top: 18.7121212121%;
}
@media (max-width: 991px) {
  .buying-step--insurance .buying-step__image {
    padding-top: 12rem;
  }
}
.buying-step--insurance .buying-step__image > img {
  border-radius: 1rem;
}
.buying-step__title {
  margin-bottom: 0.75rem;
}
.buying-step__title:last-child {
  margin-bottom: 0;
}
.buying-step__desc {
  margin-bottom: 1.5rem;
  color: #484D5E;
}
.buying-step__desc:last-child {
  margin-bottom: 0;
}
.buying-step__body {
  padding-top: 2rem;
  border-top: 1px solid #ECECEC;
}
@media (max-width: 991px) {
  .buying-step__body {
    padding-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .buying-step__body > .row {
    row-gap: 1rem;
  }
}
.buying-step__body > .row > *:nth-child(2n) {
  padding-left: 2.5rem;
  position: relative;
}
.buying-step__body > .row > *:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 1px;
  height: 100%;
  background: #ECECEC;
}
@media (max-width: 991px) {
  .buying-step__body > .row > *:nth-child(2n)::before {
    width: calc(100% - 2rem);
    height: 1px;
  }
}
@media (max-width: 991px) {
  .buying-step__body > .row > *:nth-child(2n) {
    padding-left: 1rem;
    padding-top: 1rem;
  }
}
.buying-step__body > .row > * > .row:has(.buying-insurance) {
  margin: 0 -0.5rem;
  row-gap: 1rem;
}
.buying-step__body > .row > * > .row:has(.buying-insurance) > * {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.buying-step__prefers {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.buying-step__prefers > li {
  padding-left: 1.125rem;
  position: relative;
  color: #666B7C;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
}
.buying-step__prefers > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0.625rem;
  border-bottom: 0;
}
.buying-step__prefers > li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #C70000;
}
.buying-step__prefers > li > h6 {
  margin-bottom: 1rem;
}
.buying-step__prefers > li > p {
  color: #484D5E;
}
.buying-step__prefers > li > p:last-child {
  margin-bottom: 0;
}

.buying-spoiler {
  margin-bottom: 1rem;
}
.buying-spoiler:last-child {
  margin-bottom: 0;
}
.buying-spoiler__header {
  position: relative;
  border-radius: 0.5rem;
  background: #FAFAFA;
  padding: 1rem 3.5rem 1rem 1rem;
  color: #161B2C;
  transition: all 0.25s ease-in-out, padding 0s;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.buying-spoiler.active .buying-spoiler__header {
  background: #005097;
  color: #FFFFFF;
}
.buying-spoiler__icon {
  margin: 0;
  flex: 0 0 2.625rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.5rem;
  border: 1px solid #005097;
  background: transparent;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Wadik", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
}
.buying-spoiler__icon > img {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  object-position: center;
}
.buying-spoiler__icon:has(span) {
  background: #005097;
}
.buying-spoiler.active .buying-spoiler__icon {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #005097;
}
.buying-spoiler__title {
  color: inherit;
  margin-bottom: 0;
}
.buying-spoiler__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.buying-spoiler.active .buying-spoiler__arrow > svg {
  fill: #FFFFFF;
}
.buying-spoiler__body {
  border-bottom: 1px solid #D0D0D0;
}
.buying-spoiler__inner {
  font-weight: 500;
  color: #666B7C;
  padding: 1rem 0;
}
.buying-spoiler__inner > *:last-child {
  margin-bottom: 0;
}

.buying-legal:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ECECEC;
}
.buying-legal__title {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.buying-legal__desc {
  color: #484D5E;
}
.buying-legal__desc > * {
  margin-bottom: 0.75rem;
}
.buying-legal__desc > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .buying-legal__desc br {
    display: none;
  }
}
.buying-legal__desc strong {
  font-weight: 500;
}
.buying-legal__desc ul, .buying-legal__desc ol {
  padding-left: 0;
  list-style: none;
}
.buying-legal__desc ul > li, .buying-legal__desc ol > li {
  padding-left: 1.125rem;
  position: relative;
  color: #666B7C;
  margin-bottom: 0.75rem;
}
.buying-legal__desc ul > li:last-child, .buying-legal__desc ol > li:last-child {
  margin-bottom: 0;
}
.buying-legal__desc ul > li::before, .buying-legal__desc ol > li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #C70000;
}

.buying-sign {
  padding: 1rem;
  border-radius: 0.75rem;
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  flex-grow: 1;
}
.buying-sign__icon {
  margin-bottom: 1.5rem;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #005097;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .buying-sign__icon {
    margin-bottom: 1rem;
  }
}
.buying-sign__icon > img {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}
.buying-sign__desc {
  color: #666B7C;
  font-weight: 500;
}
.buying-sign__desc > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .buying-sign__desc br {
    display: none;
  }
}
.buying-insurance {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid #ECECEC;
  padding: 1.5rem 1rem;
  box-shadow: -75px 92px 71px rgba(0, 0, 0, 0.01), -33px 41px 53px rgba(0, 0, 0, 0.02), -8px 10px 29px rgba(0, 0, 0, 0.02);
}
@media (max-width: 991px) {
  .buying-insurance {
    box-shadow: none;
    margin-bottom: 0.5rem;
  }
}
.buying-insurance::after {
  content: "";
  position: absolute;
  top: 0;
  left: 74.8387096774%;
  width: 14.5rem;
  height: 15.125rem;
  background-image: url(../img/buying/bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.05;
}
.buying-insurance__title {
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.buying-insurance__desc {
  color: #484D5E;
  position: relative;
  z-index: 1;
}
.buying-insurance__desc > * {
  margin-bottom: 0.75rem;
}
.buying-insurance__desc > *:last-child {
  margin-bottom: 0;
}

.table-responsive:has(.page-table) {
  padding: 1px;
}
@media (max-width: 991px) {
  .table-responsive:has(.page-table) {
    margin: 0 -1rem;
  }
}
@media (max-width: 575px) {
  .table-responsive:has(.page-table) {
    padding: 0;
  }
}

.page-table {
  margin-top: 2rem;
  margin-bottom: 0;
  border-collapse: collapse;
  border-style: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px #ECECEC;
}
@media (max-width: 575px) {
  .page-table {
    border-radius: 0;
  }
}
.page-table th {
  border: 0;
  border-right: 1px solid #D0D0D0;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font: 400 1.25rem/1.1 "Wadik", sans-serif;
  background: #005097;
  padding: 1.5rem 2.625rem;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .page-table th {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .page-table th {
    font-size: 1rem;
  }
}
.page-table th:first-child {
  border-top-left-radius: 1rem;
}
@media (max-width: 575px) {
  .page-table th:first-child {
    border-radius: 0;
  }
}
.page-table th:last-child {
  border-top-right-radius: 1rem;
  border-right: 0;
}
@media (max-width: 575px) {
  .page-table th:last-child {
    border-radius: 0;
  }
}
.page-table td {
  border: 1px solid #ECECEC;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  color: #666B7C;
  padding: 1.5rem 1rem;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .page-table td {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .page-table td {
    padding: 1rem;
  }
}
.page-table td:nth-child(1) {
  width: 17.2727272727%;
}
.page-table td:nth-child(4) {
  width: 59.4696969697%;
}
.page-table tfoot td {
  background: #FAFAFA;
}
.page-table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
@media (max-width: 575px) {
  .page-table tfoot tr:last-child td:first-child {
    border-radius: 0;
  }
}
.page-table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
@media (max-width: 575px) {
  .page-table tfoot tr:last-child td:last-child {
    border-radius: 0;
  }
}

.rules__title {
  margin-bottom: 0.75rem;
}
.rules__title:last-child {
  margin-bottom: 0;
}
.rules__desc {
  max-width: 38.75rem;
}
.rules__image {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 19.9242424242%;
}
@media (max-width: 991px) {
  .rules__image {
    padding-top: 12rem;
  }
}
.rules__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
.rules-spoiler {
  margin-bottom: 1rem;
}
.rules-spoiler:last-child {
  margin-bottom: 0;
}
.rules-spoiler__header {
  position: relative;
  border-radius: 0.5rem;
  background: #fafafa;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  color: #161B2C;
  transition: all 0.25s ease-in-out, padding 0s;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  border: 1px solid #ECECEC;
}
@media (max-width: 991px) {
  .rules-spoiler__header {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
.rules-spoiler.active .rules-spoiler__header {
  background: #005097;
  color: #FFFFFF;
  border-color: #005097;
}
.rules-spoiler__title {
  margin-bottom: 0;
  color: inherit;
}
@media (max-width: 991px) {
  .rules-spoiler__title {
    font: 400 1rem/1.2 "Wadik", sans-serif;
  }
}
.rules-spoiler__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.rules-spoiler.active .rules-spoiler__arrow > svg {
  transform: rotate(180deg);
  fill: #FFFFFF;
}
.rules-spoiler__inner {
  color: #666B7C;
  padding: 1.5rem 0;
}
.rules-spoiler__inner p {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.rules-spoiler__inner > *:last-child {
  margin-bottom: 0;
}

.rules-limit__title {
  margin-bottom: 0.75rem;
}
.rules-limit__list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem 4.5rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .rules-limit__list {
    gap: 1.5rem 3rem;
  }
}
@media (max-width: 991px) {
  .rules-limit__list {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.rules-limit__list > li {
  padding-left: 1.125rem;
  position: relative;
  color: #666B7C;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .rules-limit__list > li {
    font-size: 0.875rem;
  }
}
.rules-limit__list > li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #C70000;
}

.tarifs__title {
  margin-bottom: 0.75rem;
}
.tarifs__thumnail {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.tarifs__thumnail > picture {
  position: relative;
  padding-top: 19.9242424242%;
}
@media (max-width: 991px) {
  .tarifs__thumnail > picture {
    padding-top: 12rem;
  }
}
.tarifs__thumnail > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
}
.tarifs__text {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  color: #FFFFFF;
  font-weight: 600;
  max-width: 38.75rem;
}
@media (max-width: 767px) {
  .tarifs__text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #161B2C;
  }
}
.tarifs__text > p:last-child {
  margin-bottom: 0;
}

.about-cards {
  margin: 1.5rem -0.75rem 0;
  row-gap: 1.5rem;
}
@media (max-width: 767px) {
  .about-cards {
    row-gap: 1rem;
  }
}
.about-cards > * {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

.card-about {
  flex-grow: 1;
  padding: 1.5rem 1rem;
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  border-radius: 0.5rem;
  position: relative;
}
.card-about__number {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  font-weight: 500;
  color: #666B7C;
}
.card-about__icon {
  margin-bottom: 2rem;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #005097;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .card-about__icon {
    margin-bottom: 1rem;
  }
}
.card-about__icon > img {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}
.card-about__title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.card-about__desc {
  color: #666B7C;
  font-weight: 500;
}
.card-about__desc > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .card-about__desc br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
