@font-face {
  font-family: "PT Sans";
  src: url(../fonts/PTSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "PT Sans";
  src: url(../fonts/PTSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}
/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.mb-m {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mb-m {
    margin-bottom: 60px;
  }
}

.mb-s {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-s {
    margin-bottom: 40px;
  }
}

.padding {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .padding {
    padding: 40px 0;
  }
}

h1 {
  font-size: 50px;
  font-weight: 500;
}
h1 span {
  font: inherit;
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 32px;
  }
}
.title-row h2 {
  margin-bottom: 0;
}
nav .menu li a:after {
  background: #8860D0;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 202px;
  width: 100%;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(95deg, #6c00c9, #5317ab, #84CEEB);
  line-height: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s linear;
}
.btn:hover {
  background: #84CEEB;
}
.table-scroll {
	overflow-x: auto;
}
.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
}
.title-row a {
  display: block;
  font-size: 13px;
  color: #9B78D7;
  line-height: 18px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .title-row {
    flex-direction: column;
    text-align: center;
  }
}

.p-m {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-m {
    padding: 40px 0;
  }
}
.gallery__container-wrap-btns {
  display: flex;
  gap: 8px;
  margin: 15px 0;
}
.gallery__container-wrap-btns-btn.active-tab {
  border: 1px solid #8860D0;
}
.gallery__container-wrap-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.gallery__container-wrap-content img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  border-radius: 15px;
  height: 100%;
  -webkit-box-reflect: unset;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery__container-wrap-content {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .gallery__container-wrap-content {
      display: flex;
      flex-direction: column;
  }
}
.gallery__container-wrap-btns div {
  white-space: nowrap;
  border: 1px solid transparent;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 12px;
  transition: all .5s;
  cursor: pointer;
}
.gallery__container-wrap-btns div:hover {
  text-decoration: underline;
}
h2, strong {
  color: #333;
}
#breadcrumbs > span {
  display: flex;
  overflow: hidden;
  gap: 5px;
  overflow-x: auto;
}
#breadcrumbs{
  padding: 50px 0 0 0;
}
.page-content #breadcrumbs {
  padding: 0;
}
.contacts-page {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .contacts-page {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.contacts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 480px;
  width: 100%;
}
.contacts__wrapper form {
  min-width: 450px;
  width: 100%;
}
.contacts-page .container {
  padding: 0;
}
.contacts-page .cf7sg-container .cf7-smart-grid.has-grid .wpcf7-submit, input[type=submit] {
  border-radius: 10px;
  background: linear-gradient(95deg, #6c00c9, #5317ab, #84CEEB);
  line-height: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s linear;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
.contacts-social{
  display: flex;
  align-items: center;
  gap: 12px;
}
.contacts-social img {
  -webkit-box-reflect: unset;
  margin: 0;
}
.contacts-page form textarea {
  resize: none;
  width: 100%;
  border: none;
  border-radius: 12px;
  max-width: 100%;
}
.contacts-page form input  {
  width: 100%;
  border-color: #8860D0;
  max-width: 100%;
}
.contacts-page .cf7sg-container {
  width: 100%;
}
.contacts-page form {
  min-width: 450px;
  background: #84CEEB;
  padding: 15px;
  color: #fff;
  border-radius: 12px;
  max-width: 100%;
}
.contacts-page form input {
  background-color: #fff;
  border-radius: 12px;
  border: none;
}
@media screen and (max-width: 820px) {
  .contacts-page form {
    min-width: fit-content;
    width: 100%;
    max-width: 100%;
  }
}
.contacts__wrapper a {
  text-decoration: underline;
}
.team {
  margin: 25px 0;
}
.team__wrapper {
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .team__wrapper {
    grid-template-columns: repeat(2 , 1fr);
  }
}
@media screen and (max-width: 767px) {
  .team__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.team__wrapper-name strong {
  color: #8860D0;
}
.team__wrapper-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #84CEEB;
  border-radius: 12px;
}
.team__wrapper-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
  border-radius: 0 0 12px 12px;
  color: #fff;
}
.team__wrapper-item img {
  margin: 0;
  -webkit-box-reflect: unset;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .team__wrapper-item img { 
    max-height: 350px;
    object-fit: fill;
  }
}
.page-content div.post-meta-items {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  line-height: 1;
}
body .by, body span.updated-on , body .has-next-icon {
  font-weight: 700;
}
.single .btn.btn_hover {
  margin: 15px auto;
}
.post-date , .has-next-icon span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-content .post-meta-items {
    font-size: .9em;
  }
}
.post-meta-items .has-next-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-meta-items .post-author {
  color: #8860D0;
}
.post-meta-items .post-author span {
  color: #333;
}
.error-page {
  background: url(../images/404.webp) center top / cover no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.error-page::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51, 51, 51 , .3);
}

.error-page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.error-page__wrapper span {
  font-weight: 700;
  text-transform: uppercase;
  color: #5680E9;
}
.error-page__wrapper h1 {
  font-size: 12rem;
  font-weight: 600;
  line-height: 1em;
  color: #8860D0;
}
.error-page__wrapper h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  color: #8860D0;
}
.error-page__wrapper p {
  max-width: 500px;
    font-weight: 500;
    color: #fff;
}
@media screen and (max-width: 1023px) {
  .error-page {
    min-height: calc(100vh - 161px);
  }
  .error404 #main {
    margin-top: 45px;
  }
  .error-page__wrapper h1 {
    font-size: 6rem;
  }
  .error-page__wrapper h2 {
    font-size: 1rem;
  }
}
.testimonial {
  background-color: #5AB9EA;
}
.testimonial h2 {
  color: #fff;
}
.testimonial__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr );
  gap: 30px;
}
.page-content img {
  -webkit-box-reflect: unset;
}
.testimonial .nav {
  margin-bottom: 0;
}
.video-block {
  margin-top: 30px;
}
.video-block iframe {
  width: 100%;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .video-block iframe {
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .testimonial__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.post .article-title p {
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.testimonial__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #fff;
  align-items: center;
}
.testimonial__item-wrapper svg {
  width: 50px;
  height: 50px;
}
.testimonial__item span {
  font-weight: 700;
}
.testimonial__item-wrapper {
  padding: 2em;
  border-radius: 12px;
  background-color: #5680E9;
  text-align: center;
  height: 100%;
}
.navigation h2 {
  display: none;
}
.scroll-table-block {
  background-color: #8860D0;
  box-shadow: 0px 0px 15px #8860D0;
  bottom: 60px;
  right: 20px;
}
.footer__container-top .butt {
  display: none;
}
@media screen and (max-width: 550px) {
  body .footer__container-copy {
    padding: 60px 0 20px 0;
  }
  body #popup__toggle {
    bottom: 45px;
  }
}
.search {
  display: block;
  max-width: 275px;
}
.search .search-wrap {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 22px;
  color: #717070;
  position: relative;
}
.search .search-wrap input {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  outline: none;
  border: none;
  cursor: pointer;
}
.search .search-wrap input[type=submit] {
  max-width: 42px;
  border-radius: 0 10px 10px 0;
  background: url(../images/lupa.svg) center no-repeat #84CEEB;
  margin: 0;
}
.search .search-wrap input[type=search] {
  border-radius: 10px;
}
.header {
  padding: 0;
  display: block;
  z-index: 1000;
  background-color: transparent;
}
nav {
  padding: 0;
}
.search .search-wrap input[type=search] {
  margin-bottom: 0;
}
.header__container {
  background-color: #ffffff;
}
.header__container-top {
  padding: 5px 0;
  background-color: #84CEEB;
}
.header__container-top .container {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 7px;
}
.header__container-top .container .header__container-top-text {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__container-top .container .header__container-top-text span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .header__container-top {
    display: none;
  }
}
.header__container-top-menu {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.header__container-top-menu .menu {
  display: flex;
  align-items: center;
}
.header__container-top-menu .menu ul li a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .header__container-top-menu .menu {
    display: none;
  }
}
.header__container-top-menu .menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
  align-items: center;
}
.header__container-top-menu .menu ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  height: auto;
  padding: 10px;
  background-color: #8860D0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  transition-delay: 2s;
  transition-timing-function: linear;
}
.header__container-top-menu .menu ul .sub-menu:hover {
  display: flex;
}
.header__container-top-menu .menu ul li:has(.sub-menu) {
  position: relative;
  transition: 0.3s linear;
}
.header__container-top-menu .menu ul li:has(.sub-menu):after {
    transition: 0.3s linear;
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    background: url(../images/arr_down.svg) center center / cover no-repeat;
    right: -15px;
    left: inherit;
    filter: saturate(1);
    top: 50%;
    transform: translate(0, -50%);
}
nav .menu li ul li:hover {
  background-color: #84CEEB;
}
.header__container-top-menu .menu ul li:has(.sub-menu):hover:after {
      transform: rotate(180deg);
    top: 15%;
}
.header__container-top-menu .menu ul li:has(.sub-menu):hover .sub-menu {
  display: flex;
}
.header__container-top-menu .menu ul li:not(.sub-menu li) {
  position: relative;
}
.header__container-top-menu .image-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.header__container-top-menu .image-row img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 867px) {
  .header__container-top-menu .image-row {
    display: none;
  }
}
.header__container-bottom {
  padding: 25px 0;
  background-color: #5680E9;
}
.header__container-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .header__container-bottom .container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__container-bottom .container {
    justify-content: space-between;
  }
}
.header__container-bottom .logo {
  display: flex;
  max-width: 250px;
  align-items: center;
}
.header__container-bottom .logo img {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
}
.header__container-bottom .logo span {
  font-weight: 500;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .header__container-bottom .logo span {
    display: none;
  }
}
.header__container-bottom .logo span span {
  color: #84CEEB;
}
.header__container-bottom .menu li:has(.sub-menu):hover:after {
  transform: rotate(180deg) translate(-100%, -50%);
}
.header__container-bottom .menu li:has(.sub-menu):hover .sub-menu {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__container-bottom .search {
    display: none;
  }
}
.header__container-bottom .wrap {
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  gap: 10px;
  color: #fff;
}
.header__container-bottom .wrap img {
  max-width: 32px;
  max-height: 28px;
  width: 100%;
  height: 100%;
}
.header__container-bottom .wrap a {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0;
  font-size: 22px;
  line-height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.header__container-bottom .wrap a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #717070;
  transition: 0.3s ease;
}
.header__container-bottom .wrap a:hover::before {
  width: 100%;
}
.header__container-bottom .wrap a span {
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__container-bottom .btn {
    display: none;
  }
}
.header__container-navigation {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__container-navigation {
    display: block;
    background-color: #84CEEB;
  }
}
.header__container-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.header__container-navigation-wrapper .menu {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .header__container-navigation-wrapper .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -100%;
    left: 0;
    transform: scale(0);
    background-color: #84CEEB;
    transition: all 0.5s ease;
    z-index: 20;
    padding: 0 20px;
  }
  .open .header__container-navigation-wrapper .menu {
    top: 168px;
    transform: scale(1);
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 20px 0;
    height: calc(100vh - 168px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 867px) {
  .open .header__container-navigation-wrapper .menu {
    top: 161px;
    height: calc(100vh - 161px);

  }
}
@media screen and (max-width: 1023px) and (max-width: 351px) {
  .open .header__container-navigation-wrapper .menu {
    top: 161px;
    height: calc(100vh - 161px);

  }
}
.header__container-navigation-wrapper .menu ul {
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 0;
}
.header__container-navigation-wrapper .menu ul li {
  padding: 20px 10px;
  border-bottom: 1px solid #717070;
  width: 100%;
  color: #ffffff;
}
.header__container-navigation-wrapper .menu ul li::after {
  right: 13px;
  top: 23px;
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu) {
  position: relative;
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu):after {
  transition: 0.3s linear;
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(../images/arr_down.svg) center center/cover no-repeat;
  left: inherit;
  transform: translate(100%, 50%);
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu) .sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  overflow: hidden;
  gap: 10px;
  background-color: #84CEEB;
  width: 100%;
  padding: 0;
  box-shadow: none;
  position: relative;
  top: 0;
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu).show:after {
  transform: rotate(180deg) translate(-100%, -50%);
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu).show > .sub-menu {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  opacity: 1;
  overflow: visible;
  padding: 10px 0px;
  background-color: inherit;
  height: auto;
}
.header__container-navigation-wrapper .menu ul li:has(.sub-menu).show > .sub-menu li {
  border: none;
  padding: 10px 0;
}
.header__container-navigation-wrapper .burgerBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__container-navigation-wrapper .burgerBtn {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #84CEEB;
    background-color: #84CEEB;
    cursor: pointer;
    position: relative;
    border-radius: 5%;
  }
  .header__container-navigation-wrapper .burgerBtn .btn-menu-line {
    width: 27px;
    height: 2px;
    position: absolute;
    left: 8px;
    background-color: #ffffff;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  }
  .header__container-navigation-wrapper .burgerBtn .btn-menu-line1 {
    top: 17px;
  }
  .header__container-navigation-wrapper .burgerBtn .btn-menu-line3 {
    bottom: 15px;
  }
  .open .header__container-navigation-wrapper .burgerBtn .btn-menu-line1 {
    transform: rotate(45deg) translate(2px, 2px) scale(1.15) rotate(92deg);
  }
  .open .header__container-navigation-wrapper .burgerBtn .btn-menu-line2 {
    opacity: 0;
  }
  .open .header__container-navigation-wrapper .burgerBtn .btn-menu-line3 {
    transform: rotate(-45deg) translate(4px, -4px) scale(1.15) rotate(-92deg);
  }
}
.header__container-navigation-wrapper .search {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__container-navigation-wrapper .search {
    display: block;
  }
}

.footer {
  background-color: #5680E9;
  padding: 40px 0 0 0;
  color: #ffffff;
  font-family: "Montserrat";
}
.footer__container-top {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer__container-top {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  #main {
    margin-top: 135px;
  }
}
.main__container .main__container-content-advantages p {
  margin-bottom: 0;
}
.header__container-top-menu .menu ul .sub-menu a {
  white-space: wrap;
}
.footer__container-top .menu {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .footer__container-top .menu {
    flex-direction: column;
  }
}
.footer__container-top .menu li {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__container-top .menu li {
    max-width: 100%;
  }
}
.footer__container-top .menu li:not(.sub-menu li) > span, .footer__container-top .menu li:not(.sub-menu li) > a {
  font-weight: 700;
  line-height: 24px;
}
.footer__container-top .menu li:not(.sub-menu li) > a {
  transition: 0.3s linear;
  position: relative;
}
.footer__container-top .menu li:not(.sub-menu li) > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #84CEEB;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
}
.footer__container-top .menu li:not(.sub-menu li) > a:hover {
  color: #84CEEB;
}
.footer__container-top .menu li:not(.sub-menu li) > a:hover:after {
  width: 100%;
}
.footer__container-top .menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__container-top .menu .sub-menu li a {
  position: relative;
}
.footer__container-top .menu .sub-menu li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
}
.footer__container-top .menu .sub-menu li a:hover:after {
  width: 100%;
}
.footer__container-top .menu li:has(.sub-menu) {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__container-top .menu li:has(.sub-menu) span {
    text-decoration: underline;
  }
  .footer__container-top .menu li:has(.sub-menu):after {
    transition: 0.3s linear;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #84CEEB;
    background-image: url(../images/arr_down.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    left: inherit;
    right: 0;
    transition: 0.3s linear;
  }
  .footer__container-top .menu li:has(.sub-menu) .sub-menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    overflow: hidden;
    gap: 10px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    position: relative;
    top: 0;
  }
  .footer__container-top .menu li:has(.sub-menu).show:after {
    transform: rotate(180deg);
  }
  .footer__container-top .menu li:has(.sub-menu).show > .sub-menu {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    opacity: 1;
    overflow: visible;
    padding: 10px 0px;
    background-color: inherit;
    height: auto;
  }
}
.footer__container-top-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 276px;
  width: 100%;
  text-wrap: balance;
}
@media screen and (max-width: 1023px) {
  .footer__container-top-contacts {
    max-width: 100%;
  }
}
.footer__container-top-contacts span {
  font-weight: 700;
  line-height: 24px;
}
.footer__container-top-contacts a:not(.btn) {
  transition: 0.3s linear;
  line-height: 200%;
  position: relative;
}
.footer__container-top-contacts a:not(.btn):after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s linear;
}
.footer__container-top-contacts a:not(.btn):hover:after {
  width: 100%;
}
.footer__container-top-contacts a[href^="mailto:"] {
  color: #fff;
  position: relative;
}
.footer__container-top-contacts a[href^="mailto:"]:after {
  background-color: #fff;
}
.footer__container-top-contacts .btn {
  max-width: 100%;
}
.footer__container-copy {
  background-color: #84CEEB;
  text-align: left;
  padding: 20px 0;
}
.footer__container-copy .container {
  display: flex;
  align-content: center;
  justify-content: center;
}

.main {
  min-height: calc(100vh - 168px);
  background: url(../images/ravi-patel-VMGAbeeJTKo-unsplash.jpg) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 550px) {
  .main {
    min-height: calc(100vh - 171px);
  }
}
.main:before {
  z-index: 0;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f4f4f;
  width: 100%;
  height: 100%;
}
.main__container {
  display: flex;
  gap: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .main__container {
    flex-direction: column;
    gap: 40px;
  }
}
.main__container-content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main__container-content {
    max-width: 100%;
  }
}
.main__container-content h1 {
  line-height: 100%;
  margin-bottom: 4px;
}
.main__container-content h1 span {
  font-weight: 700;
  text-transform: uppercase;
}
.main__container-content p {
  margin-bottom: 70px;
}
.main__container-content-advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 36px;
}
@media screen and (max-width: 550px) {
  .main__container-content-advantages {
    display: flex;
    flex-direction: column;
  }
}
.main__container-content-advantages div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.main__container-content-advantages div div {
  min-width: 50px;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #5680E9;
}
.main__container-content-advantages div div img {
  max-width: 45px;
}
.main__container-content .btn {
  max-width: 395px;
  margin: 0 auto;
}
.main__container-img {
  max-width: 917px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .main__container-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .main__container-img {
    aspect-ratio: 1/1;
  }
}
.main__container-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .main__container-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.location__container-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Montserrat";
  margin-bottom: 40px;
}
.location__container-tags-tag {
  display: flex;
  gap: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .location__container-tags-tag {
    overflow: hidden;
  }
}
.location__container-tags-tag-title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
  color: #333;
  text-align: left;
  padding: 6px 12px;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .location__container-tags-tag-title {
    max-width: 150px;
  }
}
.location__container-tags-tag-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .location__container-tags-tag-list {
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.location__container-tags-tag-list a {
  display: block;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1.715;
  font-weight: 400;
  border: 1px solid transparent;
  background-color: #5680E9;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  transition: 0.3s linear;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location__container-tags-tag-list a {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    white-space: nowrap;
  }
}
.location__container-tags-tag-list a:hover {
  background-color: #84CEEB;
  color: #ffffff;
}
.location__container-wrap {
  display: flex;
  gap: 25px;
}
.location__container-wrap-filter {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .location__container-wrap-filter {
    display: none;
  }
}
.location__container-wrap-filter li:not(.sub-menu li) > a {
  font-weight: 700;
  line-height: 24px;
}
.location__container-wrap-filter li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.location__container-wrap-filter .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}
.location__container-wrap-filter .sub-menu a span {
  margin-left: 5px;
  color: #4f4f4f;
}
.location__container-list {
  width: 73%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .location__container-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .location__container-list {
    display: flex;
    flex-direction: column;
  }
}
.location__container-list-item {
  border-radius: 12px;
  transition: 0.3s box-shadow linear;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
}
.location__container-list-item:hover {
  box-shadow: 0 6px 32px rgba(86, 38, 15, 0.12);
}
body .location__container-list-item-link {
  border-radius: 12px 12px 0 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
}
body .location__container-list-item-link img {
  min-height: 150px;
  max-height: 150px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .location__container-list-item-link {
    max-width: 100%;
    max-height: 100%;
  }
}
.location__container-list-item-link img {
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .location__container-list-item-link img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.location__container-list-item-link .choice {
  display: block;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 0 10px 0 8px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #84CEEB;
  color: #ffffff;
  border-radius: 8px 0 8px 0;
}
.location__container-list-item-content {
  padding: 20px 19px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 1100px) {
  .location__container-list-item-content {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .location__container-list-item-content {
    width: 100%;
  }
}
.location__container-list-item-content .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.location__container-list-item-content .stars svg {
  width: 12px;
  height: 12px;
}
.location__container-list-item-content .stars span {
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 13px;
}
.location__container-list-item-content a:not(:has(img)):not(.btn) {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  transition: 0.3s linear;
  margin-bottom: 10px;
  color: #5680E9;
}
.location__container-list-item-content a:not(:has(img)):not(.btn):hover {
  color: #84CEEB;
  text-decoration: underline;
}
.location__container-list-item-content p {
  margin-bottom: 20px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 160%;
}
.location__container-list-item-content .icons-wrap {
  display: flex;
  gap: 4px;
  margin-top: auto;
  margin-bottom: 13px;
}
.location__container-list-item-content .icons-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: rgb(255, 240, 235);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s linear;
}
.location__container-list-item-content .icons-wrap a img path, .location__container-list-item-content .icons-wrap a img stroke {
  fill: #84CEEB;
}
.location__container-list-item-content .icons-wrap a:hover {
  border-color: #5680E9;
}
.location__container-list-item-content .icons-wrap a svg {
  max-width: 35px;
  max-height: 35px;
}
.location__container-list-item-content span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.location__container-list-item-content span span {
  color: #5680E9;
}
.location__container-list-item-content .btn {
  margin-bottom: 12px;
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.location__container-list-item-content .more {
  margin-bottom: 0;
  margin: 0 auto;
  color: #84CEEB;
}

.service {
  background-color: #5AB9EA;
}
.service h2 {
  color: #ffffff;
}
.service__container-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .service__container-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .service__container-wrap {
    display: flex;
    flex-direction: column;
    gap: 20;
  }
}
.service__container-wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border: 4px dashed #5680E9;
  border-radius: 10px;
  transition: 0.3s linear;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  padding: 40px;
  gap: 20px;
  text-align: center;
  color: #083842;
}
@media screen and (max-width: 767px) {
  .service__container-wrap-item {
    padding: 25px;
  }
}
.service__container-wrap-item:hover {
  box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}

.advantages {
  background-color: #5AB9EA;
}
.advantages h2 {
  color: #333;
}
.advantages__container-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media screen and (max-width: 767px) {
  .advantages__container-wrap {
    display: flex;
    flex-direction: column;
  }
}
.advantages__container-wrap-item {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 367px) {
  .advantages__container-wrap-item {
    word-break: break-all;
  }
}
.advantages__container-wrap-item img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: 100%;
}

.conditions__container-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .conditions__container-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .conditions__container-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .conditions__container-wrap {
    display: flex;
    flex-direction: column;
  }
}
.conditions__container-wrap-item {
  display: flex;
  align-items: end;
  gap: 20px;
  min-height: 80px;
}
@media screen and (max-width: 367px) {
  .conditions__container-wrap-item {
    word-break: break-all;
  }
}
.conditions__container-wrap-item img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}

.reason {
  background-color: #5AB9EA;
}
.reason h2 {
  color: #fff;
}
.reason__container {
  font-weight: 300;
}
.reason__container-table {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .reason__container-table {
    overflow: hidden;
    overflow-x: auto;
    min-width: 100%;
    white-space: nowrap;
  }
}
.reason__container-table table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
.reason__container-table table tr {
  display: flex;
}
.reason__container-table table tr td, .reason__container-table table tr th {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .reason__container-table table tr td, .reason__container-table table tr th {
    padding: 10px 0;
    font-size: 14px;
  }
}
.reason__container-table table tr td:nth-of-type(1), .reason__container-table table tr th:nth-of-type(1) {
  width: 77%;
}
.reason__container-table table tr td:not(:nth-of-type(1)), .reason__container-table table tr th:not(:nth-of-type(1)) {
  justify-content: center;
  width: 13%;
  min-width: 140px;
}
.reason__container-table table tr td:not(:nth-of-type(1)) img, .reason__container-table table tr th:not(:nth-of-type(1)) img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
@media screen and (max-width: 550px) {
  .reason__container-table table tr td:not(:nth-of-type(1)), .reason__container-table table tr th:not(:nth-of-type(1)) {
    min-width: 130px;
  }
}
.reason__container-table table thead {
  width: auto;
  color: #ffffff;
}
.reason__container-text p {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 150%;
  color: #fff;
}

.schedule {
  background-color: #F8F9FB;
  font-family: "Roboto";
}
.schedule__container-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px 30px;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .schedule__container-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .schedule__container-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .schedule__container-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.schedule__container-wrap-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #ffffff;
  min-height: 110px;
}
.schedule__container-wrap-item span {
  display: block;
}
.schedule__container-wrap-item .interval {
  color: #84CEEB;
  font-weight: 700;
  font-size: 14px;
}

.cost {
  color: #ffffff;
  padding: 60px 0;
  background: #c1c8e4 url("../images/calcform_bg.png") 50% 50% no-repeat;
}
@media screen and (max-width: 550px) {
  .cost {
    background: #c1c8e4;
  }
}
.cost h2 {
  color: #fff;
}
.cost__container-title {
  justify-content: center;
}
.cost__container-form {
  display: flex;
  flex-direction: column;
}
.cost__container-form p {
  text-align: center;
  line-height: 1.6em;
  font-weight: 300;
}
.cost__container-form form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .cost__container-form form {
    flex-direction: column;
    align-items: center;
  }
}
.cost__container-form form input {
  outline: none;
}
.cost__container-form form .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.cost__container-form form .input-wrap .input-title {
  font-weight: 700;
  font-size: 25px;
}
.cost__container-form form .age {
  width: 22%;
}
.cost__container-form form .age input {
  max-width: 100px;
  width: 100%;
  text-align: center;
  height: auto;
  border: 0;
  box-shadow: inset 0px 4px 4px #D7D7E3;
  border: 1px solid #fff;
}
.cost__container-form form .sex {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.cost__container-form form .sex .input-title {
  margin-bottom: 20px;
}
.cost__container-form form .sex label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 1px solid rgba(205, 205, 239, 0.5);
  border-radius: 5px;
}
.cost__container-form form .sex label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cost__container-form form .sex label img {
  z-index: 5;
  position: relative;
  min-width: 50px;
  max-width: 70px;
  width: 100%;
}
.cost__container-form form .input-wrap.sex label input:checked ~ .check {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 5px;
  background: #38AEE9;
  z-index: 1;
}
.cost__container-form form .state {
  flex-direction: row;
  flex-wrap: wrap;
  width: 48%;
}
.cost__container-form form .state .input-title {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .cost__container-form form .state .input-title {
    text-align: center;
  }
}
.cost__container-form form .state label {
  position: relative;
  width: 47%;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 550px) {
  .cost__container-form form .state label {
    text-align: center;
    width: 100%;
  }
}
.cost__container-form form .state label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 4px 0 0;
  z-index: 1;
}
.cost__container-form form .state .check-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 0;
  box-shadow: inset 0px 4px 4px #D7D7E3;
  border-radius: 5px;
  z-index: 0;
  cursor: pointer;
}
.cost__container-form form .state .check-box::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.cost__container-form form .state .state label input[type=checkbox]:checked + label .check-box {
  background-color: #000;
}
.cost__container-form form .state .state label input:checked ~ .check-box:after {
  background-color: #000;
  display: block;
}
.cost__container-form form .cost-input {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.cost__container-form form .cost-input input {
  cursor: pointer;
  border: none;
  margin: 0 auto;
  border-radius: 43px;
  text-transform: uppercase;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.state label input:checked + .check-box {
  background: #38AEE9;
  box-shadow: none;
}

.state label input:checked ~ .check-box:after {
  border-color: #fff;
  top: 6px;
  left: 10px;
  display: block;
}

.choice {
  padding: 40px 0;
  background-color: #84CEEB;
}
.choice__container-title {
  text-align: center;
  font-size: 26px;
}
.choice__container-text p {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 16px;
}
  .pension__container h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .pension__container_info {
    margin-bottom: 24px;
    display: flex;
    gap: 30px;
  }
  @media screen and (max-width: 1023px) {
    .pension__container_info {
      flex-direction: column;
    }
  }
  .pension__container_info-slider {
    display: flex;
    gap: 20px;
    height: 100%;
    max-width: 50%;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .pension__container_info-slider {
      max-width: 100%;
    }
  }
  .pension__container_info-slider .pensionSlider {
    max-width: 437px;
    min-height: 300px;
    height: 100%;
    position: relative;
    aspect-ratio: 1/1;
  }
  @media screen and (max-width: 1023px) {
    .pension__container_info-slider .pensionSlider {
      max-width: calc(100% - 25px - 25%);
    }
  }
  .pension__container_info-slider .pensionSlider .swiper-slide {
    border-radius: 10px;
    cursor: pointer;
    min-height: 300px;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .pension__container_info-slider .pensionSlider .swiper-slide img {
    border-radius: inherit;
    min-height: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .pension__container_info-slider .pensionSliderRight {
    position: relative;
    padding: 30px 0;
    min-width: 16%;
    width: 100%;
    max-width: 25%;
    flex-direction: column;
  }
  .pension__container_info-slider .pensionSliderRight .swiper-slide {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    height: auto;
    filter: blur(0.5px);
  }
  .pension__container_info-slider .pensionSliderRight .swiper-slide img {
    max-width: 100%;
    width: 100%;
    border-radius: inherit;
    max-height: 90px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-next,
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-prev {
    position: absolute;
    left: 35%;
    width: 24px;
    height: 24px;
    background: url(../images/chevron-up-circle-svgrepo-com.svg) center
      center/cover no-repeat;
    border-radius: 12px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #c4b99e;
    transition: 0.3s linear;
  }
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-next:hover,
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-prev:hover {
    background: url(../images/chevron-up-circle-svgrepo-com-white.svg) center
      center/cover no-repeat;
    background-color: #c4b99e;
  }
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-next {
    bottom: 0;
    top: inherit;
  }
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-prev {
    bottom: inherit;
    top: 0;
    transform: rotate(180deg);
  }
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-prev.swiper-button-disabled,
  .pension__container_info-slider
    .pensionSliderRight
    .pensionSliderRight-button-next.swiper-button-disabled {
    opacity: 0.5; /* Прозорість */
    cursor: not-allowed; /* Заборонений курсор */
  }
  .pension__container_info-descr {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .pension__container_info-descr-address {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
    padding: 10px 40px 10px 10px;
    color: #4f4f4f;
    margin-bottom: 15px;
  }
  .pension__container_info-descr-address svg {
    max-width: 24px;
    min-width: 15px;
    min-height: 24px;
  }
  .pension__container_info-descr-address span a:not([class]) {
    color: rgb(250, 101, 49);
    text-decoration: underline;
    transition: 0.3s linear;
  }
  .pension__container_info-descr-address span a:not([class]):hover {
    text-decoration: none;
  }
  .pension__container_info-descr-address-link {
    color: #4f4f4f;
    font-size: 24px;
    line-height: 36px;
  }
  .pension__container_info-descr-rating {
    display: flex;
    gap: 10px;
    place-items: center center;
    margin-bottom: 15px;
  }
  .pension__container_info-descr-rating .stars svg {
    max-width: 25px;
    max-height: 25px;
  }
  .pension__container_info-descr-rating a {
    color: rgb(250, 101, 49);
    text-decoration: underline;
    transition: 0.3s linear;
  }
  .pension__container_info-descr-rating a:hover {
    text-decoration: none;
  }
  .pension__container_info-descr-price {
    display: flex;
    place-content: center start;
    margin-bottom: 30px;
    gap: 80px;
  }
  @media screen and (max-width: 550px) {
    .pension__container_info-descr-price {
      gap: 20px;
    }
  }
  @media screen and (max-width: 360px) {
    .pension__container_info-descr-price {
      flex-direction: column;
    }
  }
  .pension__container_info-descr-price span {
    max-width: 150px;
    line-height: 22px;
    font-size: 16px;
  }
  .pension__container_info-descr-price span span {
    font-size: 30px;
    font-weight: 700;
  }
  .pension__container_info-descr-book {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 360px) {
    .pension__container_info-descr-book {
      flex-wrap: wrap;
    }
  }
  .pension__container_info-descr-book .btn {
    max-width: 100%;
  }
  .pension__container_info-descr-place {
    display: flex;
    gap: 10px;
    place-content: center space-between;
  }
  @media screen and (max-width: 360px) {
    .pension__container_info-descr-place {
      flex-wrap: wrap;
    }
  }
  .pension__container_info-descr-place span {
    max-width: 100%;
    width: 100%;
    padding: 5px 8px;
    border: 1px solid rgb(250, 101, 49);
    border-radius: 10px;
  }
  .pension__container_info-descr-place span span {
    border: none;
    padding: 0;
  }
  /* отсюда вроде новое */
  .living-section {
    margin-bottom: 45px;
  }
  
  .living__container {
    padding: 15px 40px 45px 40px;
    background-color: rgb(248, 248, 248);
    border-radius: 10px;
  }
  .living__container h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .living__container-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
    padding: 0 15px;
  }
  @media screen and (max-width: 768px) {
    .living__container-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 550px) {
    .living__container-wrap {
      display: flex;
      flex-direction: column;
    }
  }
  .living__container-wrap-item {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .living__container-wrap-item img {
    max-width: 50px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .single__container {
    margin-bottom: 30px;
  }
  .single__container-tabs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
  }
  .single__container-tabs-btns {
    display: flex;
    gap: 10px;
    overflow: auto;

  }
  .single__container-tabs-btn.active-tab {
    background: #84CEEB;
  }
  @media screen and (max-width: 550px) {
    .single__container-tabs-btns {
      overflow-x: auto;
    }
  }
  .single__container-tabs-btn {
    white-space: nowrap;
    cursor: pointer;
  }
  @media screen and (max-width: 550px) {
    .single__container-tabs-btn {
      min-width: 50%;
      width: 100%;
      max-width: 70%;
    }
  }
  .single__container-tabs-content {
    margin-bottom: 30px;
  }
  .single__container .btn {
    margin: 0 auto;
  }
  
  .rooms {
    margin-bottom: 30px;
  }
  .rooms h2 {
    margin-bottom: 20px;
  }
  .rooms__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  @media screen and (max-width: 1023px) {
    .rooms__container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .rooms__container {
      display: flex;
      flex-direction: column;
    }
  }
  .rooms__container-item {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(250, 101, 49);
    border-radius: 10px;
    flex-grow: 1;
    height: 100%;
  }
  .rooms__container-item h3 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
    max-height: 100%;
    justify-content: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    color: #333;
  }
  .rooms__container-item img {
    min-height: 175px;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  @media screen and (max-width: 1023px) {
    .rooms__container-item img {
      max-height: 100%;
    }
  }
  .rooms__container-item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 15px 15px 60px;
    margin-bottom: auto;
  }
  .rooms__container-item ul li {
    position: relative;
    display: flex;
    align-items: center;
  }
  .rooms__container-item ul li:before {
    content: "";
    position: absolute;
    left: -35px;
    transform: translate(0, -15%);
    background: url(../images/galka.svg) center center/cover no-repeat;
    width: 25px;
    height: 25px;
  }
  .rooms__container .rooms__container-price {
    display: flex;
    flex-direction: column;
  }
  .rooms__container .rooms__container-price span {
    padding: 0 15px 15px 35px;
  }
  .rooms__container .rooms__container-price span span {
    padding: 0;
    font-size: 32px;
    font-weight: 700;
  }
  
  .pricing {
    padding: 15px 15px 30px 15px;
  }
  .pricing h2 {
    margin-bottom: 20px;
  }
  .pricing__container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
  }
  .pricing__container-item {
    width: calc(50% - 10px);
    display: flex;
    gap: 15px;
    place-items: center start;
  }
  @media screen and (max-width: 768px) {
    .pricing__container-item {
      width: 100%;
    }
  }
  .pricing__container-item img {
    max-width: 100px;
    min-width: 100px;
    aspect-ratio: 1/1;
    width: 100%;
  }
  .pricing ul {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 25px;
  }
  .pricing .prising-table table {
    max-width: 500px;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border: 1px solid #c9bea5;
    border-radius: 20px 20px 0 0px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #c9bea5;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 550px) {
    .pricing .prising-table table {
      margin-left: 0;
    }
  }
  .pricing .prising-table table thead {
    background-color: rgb(248, 248, 248);
    border-radius: 10px 10px 0 0;
  }
  .pricing .prising-table table thead tr {
    border-radius: inherit;
  }
  .pricing .prising-table table thead tr td {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
  }
  .pricing .prising-table table thead tr td:nth-of-type(1) {
    border-radius: 20px 0 0 0;
  }
  .pricing .prising-table table thead tr td:nth-last-of-type(1) {
    border-radius: 0 20px 0 0;
  }
  .pricing .prising-table table tr {
    border-bottom: 1px solid #c9bea5;
  }
  .pricing .prising-table table tr td {
    padding: 10px;
  }
  .description-text {
    font-size: 16px;
  }
  .description-text p:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
  .description-text ul {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-position: inside;
  }
  .description-text ul li {
    position: relative;
  }
  .description-text ul li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    transform: translate(0, 15%);
    background: url(../images/disc_list.svg) center center/cover no-repeat;
  }
  
  .reviews-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 0;
  }
  .reviews-item:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #c4b99e;
  }
  .reviews-item-autor {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .reviews-item-autor img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50px;
  }
  .reviews-item-autor span {
    font-weight: 700;
    font-size: 20px;
  }
  .reviews-item-text {
    line-height: 22px;
    font-size: 16px;
  }
  
  .otherPensionSlider {
    margin-bottom: 30px;
    position: relative;
  }
  .otherPensionSlider .location__container-list-item-link {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    max-height: 280px;
  }
  .otherPensionSlider .location__container-list-item-link img {
    width: 100%;
  }
  .otherPensionSlider .otherPensionSlider-button-next,
  .otherPensionSlider .otherPensionSlider-button-prev {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    background: url(../images/chevron-up-circle-svgrepo-com.svg) center
      center/cover no-repeat;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #c4b99e;
    transition: 0.3s linear;
  }
  .otherPensionSlider .otherPensionSlider-button-next:hover,
  .otherPensionSlider .otherPensionSlider-button-prev:hover {
    background: url(../images/chevron-up-circle-svgrepo-com-white.svg) center
      center/cover no-repeat;
    background-color: #c4b99e;
  }
  .otherPensionSlider .otherPensionSlider-button-next {
    right: 0;
    left: inherit;
    transform: rotate(-90deg);
  }
  .otherPensionSlider .otherPensionSlider-button-prev {
    bottom: inherit;
    left: 0;
    transform: rotate(90deg);
  }
  .otherPensionSlider .otherPensionSlider-button-prev.swiper-button-disabled,
  .otherPensionSlider .otherPensionSlider-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  
}
h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 85px;
  height: 3px;
  background: #8860D0;
}/*# sourceMappingURL=style.css.map */
