@charset "UTF-8";
:root {
  --main-width-page: 1920px;
  --main-padding-side: 200px;
  --main-transition: 0.3s;
  --header-height: 72px;
  --gap-block-big: 128px;
  --gap-block-small: 72px;
  --title-size-large: 96px;
  --title-size-extend: 42px;
  --title-size-special: 36px;
  --title-size-small: 32px;
  --font-size-big: 20px;
  --font-size-medium: 16px;
  --font-size-extend: 14px;
  --font-size-small: 12px;
  --line-height-big: 1.695;
  --line-height-medium: 1.4;
  --line-height-extend: 1.16;
  --line-height-small: 0.885;
  --border-radius-big: 16px;
  --border-radius-medium: 12px;
  --border-radius-small: 8px;
}

.page-footer__socials-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: 10px;
}

.page-footer__socials-icon--sup {
  width: 200px;
  background-color: white;
}

@media screen and (max-width: 1439px) {
  :root {
    --main-padding-side: 100px;
  }
}
@media screen and (max-width: 1279px) {
  :root {
    --main-padding-side: 40px;
    --gap-block-big: 100px;
    --title-size-large: 72px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --main-padding-side: 20px;
    --header-height: 60px;
    --gap-block-big: 64px;
    --gap-block-small: 64px;
    --title-size-large: 48px;
    --title-size-extend: 32px;
    --title-size-small: 24px;
    --font-size-big: 16px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ol {
  padding-left: 17px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

select,
input {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

:root {
  --main-width-page: 1920px;
  --main-padding-side: 200px;
  --main-transition: 0.3s;
  --header-height: 72px;
  --gap-block-big: 128px;
  --gap-block-small: 72px;
  --title-size-large: 96px;
  --title-size-extend: 42px;
  --title-size-special: 36px;
  --title-size-small: 32px;
  --font-size-big: 20px;
  --font-size-medium: 16px;
  --font-size-extend: 14px;
  --font-size-small: 12px;
  --line-height-big: 1.695;
  --line-height-medium: 1.4;
  --line-height-extend: 1.16;
  --line-height-small: 0.885;
  --border-radius-big: 16px;
  --border-radius-medium: 12px;
  --border-radius-small: 8px;
}

@media screen and (max-width: 1439px) {
  :root {
    --main-padding-side: 100px;
  }
}
@media screen and (max-width: 1279px) {
  :root {
    --main-padding-side: 40px;
    --gap-block-big: 100px;
    --title-size-large: 72px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --main-padding-side: 20px;
    --header-height: 60px;
    --gap-block-big: 64px;
    --gap-block-small: 64px;
    --title-size-large: 48px;
    --title-size-extend: 32px;
    --title-size-small: 24px;
    --font-size-big: 16px;
  }
}
.page-footer__socials-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: 10px;
}

.page-footer__socials-icon--sup {
  width: 200px;
  background-color: white;
}

.icons {
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icons--wallet {
  background-image: url("../assets/images/wallet.svg");
}
.icons--clock {
  background-image: url("../assets/images/clock.svg");
}
.icons--arrow {
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-image: url("../assets/images/arrow-right.svg");
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease-in-out;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.icons--arrow-down {
  width: 18px;
  height: 18px;
  background-image: url("../assets/images/arrow-right.svg");
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease-in-out;
  rotate: 90deg;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.icons--arrow-left {
  width: 18px;
  height: 18px;
  background-image: url("../assets/images/arrow-right.svg");
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease-in-out;
  rotate: 180deg;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.icons--arrow--24 {
  width: 24px;
  height: 24px;
  background-position: center;
}
.icons--viber {
  background-image: url("../assets/images/viber.svg");
}

.input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #dae5ed;
}
.input__title {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  padding-left: 16px;
}
.input__input {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  background-color: #dae5ed;
  font-family: inherit;
  border: 0;
  outline: none;
  border-bottom: 1px solid #6e7a8a;
  padding: 13px 16px;
  width: 100%;
}
.input__input::placeholder {
  color: #6e7a8a;
}
.input__select {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  width: 100%;
  position: relative;
  font-family: inherit;
  background: #dae5ed;
  border: 0;
  outline: none;
  box-shadow: inset 0 0 0 5px #dae5ed !important;
  padding: 13px 16px;
  border-bottom: 1px solid #6e7a8a;
  cursor: pointer;
}

.new-button {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  font-family: inherit;
  display: flex;
  justify-content: center;
  height: 46px;
  background-color: #013d69;
  color: #ffffff;
  outline: none;
  border: 0;
  width: 100%;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.new-button:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
  -moz-box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
}

.collapsible__item {
  box-shadow: 0px 0px 20px rgba(1, 61, 105, 0.2);
  border-radius: 24px;
}
.collapsible__item:not(:last-child) {
  margin-bottom: 24px;
}
.collapsible__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 15px;
  border-radius: 24px;
  transition: border-radius 0.3s;
  background-color: #ffffff;
}
.collapsible__button-text {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  width: 100%;
}
.collapsible__button-arrow {
  transition: transform 0.3s ease;
}
.collapsible__button .rotated {
  transform: rotate(180deg);
}
.collapsible__more-button {
  position: relative;
  width: 300px;
  border: 1px solid #013d69;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin-left: auto;
  margin-top: 24px;
  gap: 10px;
  background-color: white;
  color: #013d69;
  cursor: pointer;
}
.collapsible__more-button .icons--arrow,
.collapsible__more-button .icons--arrow-down {
  transition: transform 0.3s ease;
  transform: translateX(0);
  transform: translateY(0);
}
.collapsible__more-button:hover .icons--arrow {
  transform: translateX(5px);
}
.collapsible__more-button:hover .icons--arrow-down {
  transform: translateX(5px);
}
.collapsible--active .collapsible__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.collapsible__content {
  position: relative;
  padding: 0 18px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: border-radius 0.15s, bottom 0.15s, opacity 0.15s,
    padding-bottom 0.15s, max-height 0.15s;
  background-color: white;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  bottom: 24px;
}
.collapsible__card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.collapsible__card {
  width: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 5px;
  z-index: 10;
  transition: all 0.3s;
}
.collapsible__card-img {
  width: 67px;
  height: 67px;
  border-radius: 100%;
}
.collapsible__card-name {
  text-align: center;
}
.collapsible__card--hover {
  bottom: 0;
  cursor: pointer;
}
.collapsible__card--hover:hover {
  bottom: 5px;
}

.loader {
  border: 4px solid #f3f3f3; /* Світлий колір лоадера */
  border-radius: 50%;
  border-top: 4px solid #3498db; /* Синій колір верхньої частини лоадера */
  width: 20px; /* Ширина лоадера */
  height: 20px; /* Висота лоадера */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#messageContainer {
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  flex: 1;
  text-align: center;
  height: max-content;
}

.custom-slider__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}
.custom-slider__title {
  color: var(--gray-gray09, #202833);
  text-align: center;
  font: 800 32px/120% Montserrat, sans-serif;
}
.custom-slider__image {
  width: 100%;
  aspect-ratio: 1.41;
  object-fit: cover;
  margin-top: 24px;
  display: none;
}
@media (max-width: 991px) {
  .custom-slider__image {
    max-width: 100%;
  }
}
.custom-slider__icons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 20px;
}
.custom-slider__icon {
  width: 24px;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 10s slides infinite linear;
}

.mini_items {
  display: inline-block;
  vertical-align: middle;
  animation: 35s slides infinite linear;
}
.mini_items > *:first-child {
  margin-left: 40px;
}

.logo_items img {
  height: 100px;
}

.mini_items * {
  height: 30px;
  margin: 10px 0;
  margin-right: 20px;
  vertical-align: middle;
}

.small_img {
  height: 10px;
}

.page {
  font-family: Montserrat, sans-serif;
  color: #202833;
  line-height: 150%;
}
.page__section {
  padding: 80px 0;
}

.main-card {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-card:hover {
  box-shadow: 0px 0px 20px rgba(102, 119, 138, 0.35);
}
.main-card:hover .icons--arrow {
  filter: brightness(0) invert(1);
}
.main-card:hover .main-card__button {
  background-color: #013d69;
}
.main-card__image {
  border-radius: 100%;
  width: 82px;
  height: 82px;
  margin-right: 24px;
}
.main-card__content {
  margin-right: auto;
}
.main-card__title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin-bottom: 17px;
}
.main-card__numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.main-card__numbers:not(:last-child) {
  margin-bottom: 8px;
}
.main-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #013d69;
  border-radius: 12px;
  min-width: 58px;
  height: 58px;
  transition: all 0.3s ease-in-out;
}

.consultation-process {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .consultation-process {
    padding: 20px;
    padding-top: 120px;
  }
}
@media (max-width: 780px) {
  .consultation-process {
    flex-direction: column;
  }
}
.consultation-process__content {
  max-width: 1200px;
}
.consultation-process__title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 120% !important;
  text-align: center;
  margin-bottom: 32px;
}
.consultation-process__blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .consultation-process__blocks {
    flex-direction: column;
    align-items: center;
  }
}
.consultation-process__block {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 780px) {
  .consultation-process__block {
    margin-bottom: 32px;
  }
}
.consultation-process__block-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #013d69;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
}
.consultation-process__block-title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  text-align: center;
  margin-bottom: 16px;
}
.consultation-process__block-text {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  text-align: center;
}

.main-form {
  background-color: #dae5ed;
  padding-top: 52px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .main-form {
    padding-top: 52px;
    padding-bottom: 140px;
  }
}
.main-form__content {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1375px) {
  .main-form__content {
    gap: 50px;
  }
}
@media (max-width: 780px) {
  .main-form__content {
    align-items: center;
    flex-direction: column;
  }
}
.main-form__text-wrapper {
  max-width: 580px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 3;
}
.main-form__title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 120% !important;
}
.main-form__text {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 780px) {
  .main-form__text {
    margin-bottom: 32px;
  }
}
.main-form__form {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}
@media (max-width: 780px) {
  .main-form__form {
    justify-content: start;
  }
}
.main-form__input {
  width: 48%;
  min-width: 250px;
}
.main-form__button {
  width: 48%;
  min-width: 250px;
}

.iti__selected-country {
  background-color: transparent !important;
}

.consultation {
  background-color: #dae5ed;
}
.consultation__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}
.consultation__title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 120% !important;
  margin-bottom: 40px;
}
.consultation__subtitle {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  margin-bottom: 24px;
}
.consultation__therapy-list {
  margin-bottom: 40px;
}
.consultation__therapy-list,
.consultation__consul-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  .consultation__therapy-list,
  .consultation__consul-list {
    grid-template-columns: 1fr;
  }
}

.header__container {
  margin-left: 150px;
  max-width: 53%;
}
@media (max-width: 1420px) {
  .header__container {
    margin-left: 90px;
  }
}
@media (max-width: 1200px) {
  .header__container {
    margin-left: 20px;
  }
}
.header__container-title {
  font-size: 65px;
  color: #202833;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 1420px) {
  .header__container-title {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .header__container-title {
    font-size: 32px;
  }
}
.header__container-subtitle {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #202833;
  margin-bottom: 32px;
}

.team-container {
  max-width: 1580px;
  margin: 0 auto;
  margin-top: 80px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1610px;
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
}
.team-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-list__title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  text-align: center;
  font-size: 40px !important;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .team-list__title {
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .team-list__title {
    padding-left: 60px;
  }
}
@media (max-width: 780px) {
  .team-list__title {
    text-align: center;
    padding-left: 20px;
  }
}

.team-card {
  display: block;
  width: 300px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px rgba(102, 119, 138, 0.35);
}
.team-card__photo {
  width: 100%;
  border-radius: 100%;
  padding: 0 24px 0 24px;
  margin-bottom: 24px;
  object-fit: cover;
  height: 220px;
}
.team-card__title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin-bottom: 16px;
}
.team-card__description {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  margin-bottom: 16px;
  color: #202833;
  height: 65px;
}
.team-card__button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
  border: 1px solid #013d69;
  border-radius: 12px;
}
.team-card__button-text {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  color: #013d69;
}

.text_video {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.text_video__content {
  max-width: 780px;
}
.text_video__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.text_video__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.text_video__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: justify;
}
.text_video__text li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: justify;
}
.text_video__video {
  max-width: 780px;
}
.text_video__video iframe {
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .text_video {
    padding: 0 20px;
  }
}
@media (max-width: 780px) {
  .text_video {
    padding-top: 72px;
  }
  .text_video__title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .text_video {
    margin-bottom: 50px;
  }
}

.teraphist-header {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .teraphist-header {
    margin-bottom: 50px;
  }
}
.teraphist-header__content {
  max-width: 1580px;
}
.teraphist-header__name {
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0;
}
.teraphist-header__description {
  display: flex;
  gap: 20px;
  padding-top: 40px;
}
.teraphist-header__photo img {
  border-radius: 12px;
  height: auto;
  max-width: 380px;
  width: 100%;
  min-width: 315px;
}
.teraphist-header__text {
  max-width: 580px;
  margin-right: 200px;
}
.teraphist-header__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
}
.teraphist-header__specialization {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
  gap: 16px;
  padding-bottom: 24px;
  padding-top: 17px;
}
.teraphist-header__specialization div {
  background-color: #e1eaef;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  gap: 10px;
}
.teraphist-header__work {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 8px;
}
.teraphist-header__consultation {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 380px;
  gap: 17px;
  border-radius: 16px;
  padding: 24px 42px;
  box-shadow: 0px 0px 20px 0px rgba(1, 61, 105, 0.2);
}
.teraphist-header__consultation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.teraphist-header__txt p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: #6e7a8a;
  margin-bottom: 0;
}
.teraphist-header__tit {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
  padding-bottom: 8px;
}
.teraphist-header__price {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: #6e7a8a;
  margin-bottom: 0;
}
.teraphist-header__rec {
  width: 296px;
  border-radius: 12px;
  gap: 10px;
  padding: 12px;
  background-color: #013d69;
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
.teraphist-header__rec:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
  -moz-box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(1, 61, 105, 0.4);
}
@media (max-width: 1600px) {
  .teraphist-header {
    padding: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 1420px) {
  .teraphist-header__text {
    margin-right: 120px;
  }
}
@media (max-width: 1200px) {
  .teraphist-header__description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .teraphist-header__photo img {
    max-width: 100%;
    min-width: auto;
  }
  .teraphist-header__text {
    margin: 0;
  }
  .teraphist-header__consultation {
    padding: 16px;
    transform: none;
  }
  .teraphist-header__text {
    padding-bottom: 16px;
  }
}
@media (max-width: 780px) {
  .teraphist-header {
    padding-top: 40px;
  }
  .teraphist-header__name {
    font-size: 24px;
  }
  .teraphist-header__description {
    padding-top: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .teraphist-header__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
  }
  .teraphist-header__specialization div {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
  }
  .teraphist-header__consultation {
    min-width: auto;
  }
}
@media (max-width: 375px) {
  .teraphist-header__rec {
    width: auto;
    max-width: 100%;
  }
}

.edu-list {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .edu-list {
    margin-bottom: 50px;
  }
}
.edu-list__content {
  max-width: 780px;
}
.edu-list__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.edu-list__edu {
  display: flex;
  gap: 40px;
}
.edu-list__list {
  max-width: 370px;
  list-style: none;
}
.edu-list__li {
  padding-bottom: 40px;
  list-style: none;
}
.edu-list__number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7em;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  color: #123f66;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
}
.edu-list__text p {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}
.edu-list__text li {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}
.edu-list__subtitle {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .edu-list {
    padding: 0 20px;
  }
}
@media (max-width: 780px) {
  .edu-list {
    padding-top: 64px;
  }
  .edu-list__title {
    font-size: 24px;
  }
  .edu-list__edu {
    flex-direction: column;
    gap: 0;
  }
  .edu-list__number {
    margin-bottom: 16px;
  }
  .edu-list__text {
    height: auto;
  }
}

.experience-list {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  gap: 24px;
}
.experience-list__content {
  max-width: 780px;
}
.experience-list__title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.experience-list__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.experience-list__number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7em;
  width: 84px;
  height: 84px;
  margin-bottom: 24px;
  color: #123f66;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
}
.experience-list__tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.experience-list__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .experience-list {
    padding: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 780px) {
  .experience-list {
    padding-top: 64px;
  }
  .experience-list__title {
    font-size: 24px;
  }
  .experience-list__number {
    margin-bottom: 16px;
  }
  .experience-list__tit {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
  }
}

.text_photo {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.text_photo h2 {
  font-size: 32px;
  text-align: center;
}
.text_photo__content {
  max-width: 780px;
}
.text_photo__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.text_photo__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.text_photo__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: justify;
}
.text_photo__text li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: justify;
}
.text_photo__photo img {
  height: auto;
  max-width: 100%;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .text_photo {
    padding: 0 20px;
  }
}
@media (max-width: 780px) {
  .text_photo__title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .text_photo {
    margin-bottom: 50px;
  }
}

.blog-articles {
  display: flex;
  flex-direction: column;
  max-width: 1580px;
  margin: 0 auto;
}

.blog-heading {
  color: var(--gray-gray09, #202833);
  text-align: center;
  align-self: center;
  font: 800 32px/120% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .blog-heading {
    max-width: 100%;
  }
}
.blog-grid {
  margin-top: 24px;
  width: 100%;
  padding: 0 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .blog-grid {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.blog-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.blog-column:nth-child(n + 7) {
  display: none;
}

@media (max-width: 991px) {
  .blog-column {
    width: 100%;
  }
}
.blog-card {
  align-self: stretch;
  filter: drop-shadow(0px 0px 20px rgba(1, 61, 105, 0.2));
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  line-height: 150%;
}

@media (max-width: 991px) {
  .blog-card {
    max-width: 100%;
    margin-top: 20px;
  }
}
.blog-image-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  min-height: 347px;
  width: 100%;
  align-items: start;
  font-size: 14px;
  color: var(--secondary, #e1eaef);
  font-weight: 400;
  padding: 22px 28px 80px;
}

@media (max-width: 991px) {
  .blog-image-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.blog-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-tag {
  position: relative;
  font-family: Montserrat, sans-serif;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--primary, #013d69);
  margin-bottom: 154px;
  padding: 6px 8px;
}

@media (max-width: 991px) {
  .blog-tag {
    margin-bottom: 40px;
  }
}
.blog-content {
  border-radius: 0 0 16px 16px;
  background-color: var(--gray-white, #fff);
  display: flex;
  flex-direction: column;
  color: var(--gray-gray09, #202833);
  padding: 16px 24px 24px;
  height: 100%;
}

@media (max-width: 991px) {
  .blog-content {
    max-width: 100%;
  }
}
.blog-meta {
  align-self: start;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-gray07, #6e7a8a);
  font-weight: 400;
  justify-content: space-between;
}

.blog-author,
.blog-date {
  font-family: Montserrat, sans-serif;
}

.blog-title {
  margin-top: 16px;
  font: 700 20px/110% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .blog-title {
    max-width: 100%;
  }
}
.blog-excerpt {
  margin-top: 24px;
  font: 500 16px/22px Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .blog-excerpt {
    max-width: 100%;
  }
}
.blog-link {
  justify-content: end;
  display: flex;
  margin-top: auto;
  padding-left: 80px;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-link {
    flex-wrap: wrap;
    padding-left: 20px;
  }
}
.blog-link-text {
  font-family: Montserrat, sans-serif;
}

.blog-link-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 24px;
  margin: auto 0;
  margin-left: 5px;
}

.entry-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}
.entry-content .wp-block-heading {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin-bottom: 10px;
}

.straight-list {
  display: flex;
  flex-direction: column;
  max-width: 780px;
  color: #000;
  line-height: 169.5%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .straight-list {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.straight-list__title {
  color: #202833;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 120%;
  align-self: center;
  font-size: 32px;
  font-weight: 700;
}
.straight-list__number {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  margin-top: 24px;
  width: 84px;
  display: flex;
  align-items: center;
  color: #123f66;
  justify-content: center;
  height: 84px;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .straight-list__number {
    padding: 0 20px;
  }
}
.straight-list__job-title {
  color: #202833;
  margin-top: 24px;
  width: 100%;
  font: 20px/110% Montserrat, sans-serif;
  font-weight: bold;
}
@media (max-width: 991px) {
  .straight-list__job-title {
    max-width: 100%;
  }
}
.straight-list__description {
  color: #202833;
  margin-top: 8px;
  width: 100%;
  font: 500 16px/22px Montserrat, sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  .straight-list__description {
    max-width: 100%;
  }
}

.site-about .container {
  max-width: 780px;
  margin-bottom: 40px;
}
.site-about__intro {
  margin-top: 80px;
  margin-bottom: 40px;
}
.site-about h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 110% !important;
  margin-bottom: 16px;
}
.site-about p {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 400;
  margin-bottom: 16px;
}

.site-about-team-container {
  background-color: #f3f8fb;
  padding: 40px 0;
}
.site-about-team-container--white {
  background-color: white;
}
.site-about-team-container__content {
  max-width: 1280px;
  margin: 0 auto;
}
.site-about-team-container__title {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 110% !important;
  margin-bottom: 24px;
  text-align: center;
}
.site-about-team-container__vacancies {
  max-width: 780px;
  padding: 24px;
  background-color: white;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
  border-radius: 16px;
}

.resources-container {
  display: flex;
  max-width: 780px;
  flex-direction: column;
}

.resources-title {
  color: #000;
  width: 100%;
  font: 700 32px/110% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .resources-title {
    max-width: 100%;
  }
}
.resources-icons {
  justify-content: end;
  align-self: start;
  display: flex;
  margin-top: 16px;
  padding-right: 80px;
  gap: 20px;
}

@media (max-width: 991px) {
  .resources-icons {
    padding-right: 20px;
  }
}
.resources-icon {
  width: 40px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.resources-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--secondary, #e1eaef);
}

.resources-icon-small {
  width: 24px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.resources-icon-fill {
  fill: var(--gray-gray09, #202833);
}

.statistics {
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 780px;
}

.statistics-row {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .statistics-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.statistics-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .statistics-column {
    width: 100%;
  }
}
.consultations {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  color: #141414;
  font-weight: 700;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .consultations {
    margin-top: 32px;
  }
}
.consultations-number {
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  align-self: center;
  color: #123f66;
  white-space: nowrap;
  justify-content: center;
  padding: 31px 49px;
  font: 32px/169.5% Montserrat, sans-serif;
  font-weight: bold;
}

@media (max-width: 991px) {
  .consultations-number {
    white-space: initial;
    padding: 0 20px;
  }
}
.consultations-title {
  text-align: center;
  margin-top: 24px;
  font: 20px/110% Montserrat, sans-serif;
  font-weight: bold;
}

.consultations-description {
  text-align: center;
  margin-top: 16px;
  font: 500 16px/22px Montserrat, sans-serif;
}

.donations {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-weight: 700;
  line-height: 22px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .donations {
    margin-top: 32px;
  }
}
.donations-amount {
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  align-self: center;
  color: #123f66;
  justify-content: center;
  padding: 31px 23px;
  font: 32px/169.5% Montserrat, sans-serif;
  font-weight: bold;
}

@media (max-width: 991px) {
  .donations-amount {
    padding: 0 20px;
  }
}
.donations-title {
  color: #000;
  text-align: center;
  margin-top: 24px;
  font: 20px Montserrat, sans-serif;
  font-weight: bold;
}

.donations-description {
  color: #141414;
  text-align: center;
  margin-top: 16px;
  font: 500 16px Montserrat, sans-serif;
}

.mb20 {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.white-font {
  color: white;
}

.spec-text {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}

.disorder__content {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 20px;
}
.disorder__title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 120% !important;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto 16px;
}
.disorder__subtitle {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  width: 50%;
  margin: 0 auto 44px;
  text-align: center;
}

.therapy {
  margin-top: 105px;
}
@media (max-width: 1200px) {
  .therapy {
    margin-top: 0;
  }
}
.therapy__title {
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 120% !important;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto 44px;
}

.container {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  margin-top: 100px;
}

.section-title {
  width: 100%;
  font: 700 32px/110% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
  }
}
.content {
  color: var(--Black, #141414);
  font-family: Montserrat, sans-serif;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .content {
    max-width: 100%;
  }
}
.highlight-title {
  margin-top: 56px;
  width: 100%;
  font: 700 32px/110% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .highlight-title {
    max-width: 100%;
    margin-top: 40px;
  }
}
.highlight-content {
  color: var(--Black, #141414);
  font-family: Montserrat, sans-serif;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 991px) {
  .highlight-content {
    max-width: 100%;
  }
}
.special-notice {
  font-family: Montserrat, sans-serif;
  margin-top: 56px;
  width: 100%;
}

@media (max-width: 991px) {
  .special-notice {
    max-width: 100%;
    margin-top: 40px;
  }
}
.final-note {
  font-family: Montserrat, sans-serif;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--primary, #013d69);
  align-self: start;
  margin-top: 32px;
  color: var(--gray-white, #fff);
  font-weight: 500;
  line-height: 140%;
  padding: 12px;
  margin-bottom: 20px;
}

.centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  background-color: #f3f8fb;
  font-size: 16px;
  color: var(--primary, #013d69);
  font-weight: 400;
  line-height: 24px;
}

.centered-container p {
  font-family: Montserrat, sans-serif;
  border-radius: 16px;
  background-color: #fff;
  width: 780px;
  max-width: 100%;
  padding: 24px;
}

.highlight {
  font-weight: 700;
  text-decoration: underline;
  color: rgb(1, 61, 105);
}

.sec-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  color: var(--gray-gray09, #202833);
  text-align: center;
  font: 800 40px/120% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .title {
    max-width: 100%;
  }
}
.options-wrapper {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 32px;
  width: 1180px;
  max-width: 100%;
  padding: 0 20px;
}

.options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .options {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
.option {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
}

@media (max-width: 991px) {
  .option {
    width: 100%;
    margin-top: 32px;
  }
}
.option-number {
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  align-self: center;
  width: 84px;
  align-items: center;
  color: #123f66;
  white-space: nowrap;
  justify-content: center;
  height: 84px;
  padding: 0 27px;
  font: 700 32px/169.5% Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .option-number {
    white-space: initial;
    padding: 0 20px;
  }
}
.option-description {
  color: var(--gray-gray09, #202833);
  text-align: center;
  margin-top: 24px;
  font: 500 16px/22px Montserrat, sans-serif;
}

.email-section {
  justify-content: center;
  align-items: center;
  background-color: #f3f8fb;
  align-self: stretch;
  display: flex;
  margin-top: 120px;
  width: 100%;
  font-weight: 700;
  padding: 40px 60px;
}

@media (max-width: 991px) {
  .email-section {
    max-width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
}
.email-container {
  justify-content: center;
  border-radius: 16px;
  background-color: var(--gray-white, #fff);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

@media (max-width: 991px) {
  .email-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.email-title {
  color: var(--gray-gray09, #202833);
  text-align: center;
  font: 40px/120% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .email-title {
    max-width: 100%;
  }
}
.email-link {
  color: var(--primary, #013d69);
  text-decoration: underline;
}

.container-last {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}

.title {
  color: var(--gray-gray09, #202833);
  text-align: center;
  font: 800 40px/120% Montserrat, sans-serif;
}

@media (max-width: 991px) {
  .title {
    max-width: 100%;
  }
}
.options-wrapper {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 32px;
  width: 1180px;
  max-width: 100%;
  padding: 0 20px;
}

.options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .options {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
.option {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 32%;
}

@media (max-width: 991px) {
  .option {
    width: 100%;
    margin-top: 32px;
  }
}
.option-number {
  display: flex;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  align-self: center;
  width: 84px;
  align-items: center;
  color: #123f66;
  white-space: nowrap;
  justify-content: center;
  height: 84px;
  padding: 0 27px;
  font: 700 32px/169.5% Montserrat, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .option-number {
    white-space: initial;
    padding: 0 20px;
  }
}
.option-description {
  color: var(--gray-gray09, #202833);
  text-align: center;
  margin-top: 24px;
  font: 500 16px/22px Montserrat, sans-serif;
}

.email-section {
  justify-content: center;
  align-items: center;
  background-color: #f3f8fb;
  align-self: stretch;
  display: flex;
  margin-top: 120px;
  width: 100%;
  font-weight: 700;
  padding: 40px 60px;
}

.email-container {
  justify-content: center;
  border-radius: 16px;
  background-color: var(--gray-white, #fff);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.email-title {
  color: var(--gray-gray09, #202833);
  text-align: center;
  font: 40px/120% Montserrat, sans-serif;
  font-weight: bold;
}

@media (max-width: 991px) {
  .email-title {
    max-width: 100%;
  }
}
.email-link {
  color: var(--primary, #013d69);
  text-decoration: underline;
}

.payment-button-Liqpay {
  background-color: #00aaff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-image: url(https://www.liqpay.ua/favicon.ico);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 14px;
}
.payment-button-Liqpay:hover {
  background-color: #0088cc;
}
.payment-button-Liqpay:active {
  background-color: #006699;
}

.payment-button-Portmone {
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-image: url(https://www.portmone.com.ua/assets/favicon.ico);
  background-repeat: no-repeat;
  background-position-y: center;
}
.payment-button-Portmone:hover {
  background-color: #cc0000;
}
.payment-button-Portmone:active {
  background-color: #990000;
}

#payment_form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.page-footer {
  background-color: #123f66;
  padding-top: 72px;
  padding-bottom: 32px;
  color: #ffffff;
}

.page-footer__inner {
  max-width: var(--main-width-page);
  padding-right: var(--main-padding-side);
  padding-left: var(--main-padding-side);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-footer__top + .page-footer__bottom {
  margin-top: 55px;
}

.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-footer__content {
  max-width: 387px;
  width: 100%;
}

.page-footer__logo {
  max-width: 152px;
  max-height: 51px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-footer__logo-wrapper {
  margin-bottom: 24px;
}

.page-footer__text {
  color: #cfcfd1;
}

.page-footer__develop-text,
.page-footer__develop-img {
  display: inline-block;
}

.page-footer__develop-text {
  font-size: var(--font-size-small);
}

.page-footer__develop-img {
  vertical-align: middle;
  margin-left: 6px;
}

.page-footer__nav + .page-footer__socials {
  margin-top: 32px;
}

.page-footer__nav .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 200px;
}

.page-footer__nav .menu-item {
  font-weight: 500;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  color: #dadada;
  -webkit-transition: color var(--main-transition);
  transition: color var(--main-transition);
}

@media only screen and (min-width: 1025px) {
  .page-footer__nav .menu-item:hover {
    color: #ffffff;
  }
}
.page-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  --icon-size: 24px;
}

.page-footer__socials-item {
  -webkit-transition: -webkit-transform var(--main-transition);
  transition: -webkit-transform var(--main-transition);
  transition: transform var(--main-transition);
  transition: transform var(--main-transition),
    -webkit-transform var(--main-transition);
}

@media only screen and (min-width: 1025px) {
  .page-footer__socials-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.page-footer__socials-icon {
  width: var(--icon-size);
  height: var(--icon-size);
}

.page-footer__bottom {
  text-align: center;
}

.page-footer__copy {
  color: #9c9c9c;
}

@media only screen and (max-width: 1279px) {
  .page-footer__nav .menu {
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-footer__top + .page-footer__bottom {
    margin-top: 32px;
  }
  .page-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .page-footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer__nav .menu {
    grid-template-columns: 1fr;
  }
}

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