@charset "UTF-8";
@media all {
  html {
    font-size: 10px;
    overflow-x: hidden; }
  body {
    font-family: "Open Sans", sans-serif, Arial, Helvetica;
    font-display: swap;
    margin: 0;
    font-size: 13px;
    color: #000;
    background: #fff;
    height: 100%;
    overflow-x: hidden; } }

.noscroll {
  overflow: hidden;
  position: fixed; }

.tmce_yellow,
.tmce_blue {
  margin: 1.5em 10px;
  padding: 15px; }

.tmce_yellow {
  background: #f6f2c3;
  border-left: 3px solid #f59704;
  border-radius: 3px; }

.tmce_blue {
  background: #edeff3;
  border-left: 3px solid #1c5199;
  border-radius: 3px; }

.breadcrumbs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 2.3rem; }

.breadcrumbs-item {
  padding-right: 2.85rem;
  position: relative; }

.breadcrumbs-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1rem;
  display: block;
  width: 6px;
  height: 11px;
  background-image: url(../img/breadcrumbs.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.breadcrumbs-item:last-child {
  padding-right: 0; }

.breadcrumbs-item:last-child::before {
  display: none; }

.breadcrumbs-link {
  color: #326A9F;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.04rem;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in border-bottom;
  -o-transition: 0.1s ease-in border-bottom;
  transition: 0.1s ease-in border-bottom; }

.breadcrumbs-link:hover {
  border-bottom: 1px solid #326A9F; }

.template-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem; }

@media (max-width: 1199px) {
  .template-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.template-2-max {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 6rem;
  max-width: 792px; }

@media (max-width: 1199px) {
  .template-2-max {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0; } }

.template-2-min {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 348px;
  flex: 0 0 348px; }

@media (max-width: 1199px) {
  .template-2-min {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.blog-articles {
  background-color: #f0f5f8;
  padding: 2.7rem 2.5rem; }

@media (max-width: 1024px) {
  .blog-articles {
    margin-right: -15px;
    margin-left: -15px;
    padding: 2.7rem 2.5rem 5rem; } }

.blog-articles-item {
  margin-bottom: 1.4rem; }

.blog-articles__title {
  color: #326A9F;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.06rem; }

.blog-articles__link {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  color: #263238;
  font-weight: 600;
  margin-bottom: 0.9rem;
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  transition: 0.2s color; }

.blog-articles__link:hover {
  color: #326A9F; }

.blog-articles__views,
.blog-articles__comments {
  font-size: 1.4rem;
  color: #737677;
  text-decoration: none;
  letter-spacing: 0.04rem; }

.blog-articles__comments {
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  transition: 0.2s color; }

.blog-articles__comments:hover {
  color: #326A9F; }

.blog-articles__views {
  position: relative;
  padding-left: 2.4rem;
  padding-right: 3.8rem; }

.blog-articles__views::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.6rem);
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../img/views.svg);
  background-size: cover;
  background-repeat: no-repeat; }

.blog-articles__views::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c4c4c4;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 3px); }

.blog-articles__btn {
  display: inline-block;
  color: #326A9F;
  border-bottom: 1px solid #326A9F;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  -webkit-transition: 0.1s ease-in border-bottom;
  -o-transition: 0.1s ease-in border-bottom;
  transition: 0.1s ease-in border-bottom; }

.blog-articles__btn:hover {
  border-bottom: 1px solid transparent; }

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6rem;
  padding-left: 0; }

@media (max-width: 768px) {
  .pagination {
    margin-top: 4.5rem; } }

@media (max-width: 600px) {
  .pagination {
    margin-right: -15px;
    margin-left: -15px; } }

.pagination__item {
  color: #828282;
  font-weight: 600;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 2rem; }

@media (max-width: 600px) {
  .pagination__item {
    margin-right: 2px;
    margin-left: 2px; } }

.pagination__item--prev,
.pagination__item--next {
  width: 3.8rem; }

.pagination__item--prev {
  margin-right: 2.1rem; }

@media (max-width: 600px) {
  .pagination__item--prev {
    margin-right: 1rem;
    margin-left: 0; } }

.pagination__item--next {
  margin-left: 2.1rem; }

@media (max-width: 600px) {
  .pagination__item--next {
    margin-left: 1rem;
    margin-right: 0; } }

.pagination__item--empty {
  margin-right: 8px;
  margin-left: 8px;
  letter-spacing: 0.2rem; }

@media (max-width: 600px) {
  .pagination__item--empty {
    margin-right: 4px;
    margin-left: 4px; } }

.pagination__link {
  display: block;
  color: #8e8e8e;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #e0e0e0;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease background-color, 0.2s ease color;
  -o-transition: 0.2s ease background-color, 0.2s ease color;
  transition: 0.2s ease background-color, 0.2s ease color; }

.pagination__link:hover {
  color: #ffffff;
  background-color: #326A9F; }

.pagination__link.active {
  color: #ffffff;
  background-color: #326A9F;
  pointer-events: none;
  cursor: default; }

.pagination__link--prev,
.pagination__link--next {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  background-color: #f6f6f6;
  border-radius: 100%;
  background-size: 13.79px 21px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease background-color;
  -o-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color; }

.pagination__link--prev:hover,
.pagination__link--next:hover {
  background-color: #326A9F; }

.pagination__link--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79297 19L0.999866 10L9.79297 1' stroke='%23326B9F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 10px 8px; }

.pagination__link--prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79297 19L0.999866 10L9.79297 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.pagination__link--prev._disabled {
  pointer-events: none;
  cursor: default; }

.pagination__link--next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20703 19L10.0001 10L1.20703 1' stroke='%23326B9F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 12px 8px; }

.pagination__link--next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20703 19L10.0001 10L1.20703 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

header.header--bg {
  position: static; }

#sm-menu,
#hdr-line-1,
#hdr-line-1 .lg-nav-cont-item.active {
  z-index: 40; }

a.menu-item,
.sm-nav-2 a,
.lg-umenu-item a {
  text-decoration: none; }

#lg-umenu {
  width: auto; }

#lg-umenu .umenu-btn {
  margin-left: 4px; }

.noscrollhtml {
  overflow: hidden; }

a,
button {
  cursor: pointer; }

textarea,
input {
  font-family: "Open Sans", sans-serif, Arial, Helvetica;
  font-size: 1.3rem;
  resize: vertical; }

textarea:focus,
input:focus {
  outline: none; }

button {
  font-family: "Open Sans", sans-serif, Arial, Helvetica; }

button:focus {
  outline: none; }

h1 {
  font-size: 4rem;
  font-weight: 700;
  padding: 0.2em 0;
  margin: 0; }

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.2em 0;
  margin: 0; }

header {
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 500; }

.header--bg {
  background-color: #326A9F; }

#hdr-line-1 {
  width: 100%;
  max-width: 1200px;
  padding: 15px 0 17px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

#lg-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 26px;
  margin-right: 30px; }

#lg-navbar a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  white-space: nowrap; }

#lg-navbar a:hover,
#lg-navbar a.active {
  text-decoration: none;
  background-color: #4f8ec9; }

header .single-icon {
  padding: 10px;
  line-height: 10px; }

header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none; }

header #logo img {
  width: 44px; }

header #logo #logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px; }

header #logo #logo-txt-first {
  font-weight: bold;
  font-size: 19px;
  line-height: 20px; }

header #logo #logo-txt-second {
  font-weight: 600;
  font-size: 13.498px;
  line-height: 18px; }

header .h-icon-search {
  width: 23px; }

@media (max-width: 1199px) {
  header {
    position: static; } }

#menu-btn {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 0px 15px; }

.menu-btn-line,
.menu-btn-line::before,
.menu-btn-line::after {
  width: 45px;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  /*left:50%; margin-left:-17px; margin-top:-1px;*/ }

.menu-btn-line::before,
.menu-btn-line::after {
  content: " "; }

.menu-btn-line::before {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px); }

.menu-btn-line::after {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px); }

/*главное меню desktop*/
#lg-navbar > a {
  position: relative; }

#lg-navbar > a::after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  bottom: -55px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 50;
  pointer-events: none; }

#lg-navbar > a::after,
#hdr-line-1 .lg-nav-cont-item {
  display: none; }

#lg-navbar > a.active::after {
  display: block; }

#hdr-line-1 .lg-nav-cont-item {
  background: #fff;
  -webkit-box-shadow: 9px 5px 19px rgba(0, 0, 0, 0.15);
  box-shadow: 9px 5px 19px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 25;
  color: #000; }

#hdr-line-1 .lg-nav-cont-item.active {
  display: block; }

#hdr-line-1 .menu-item-no-description {
  display: flex;
  align-items: center; }

#hdr-line-1 .lg-nav-cont-l1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 73px; }

.lg-nav-cont-item .lg-nav-cont-l2 {
  display: flex;
  justify-content: space-between;
  padding: 10px 73px 60px;
  margin-top: -5.8rem; }
  .lg-nav-cont-item .lg-nav-cont-l2 .menu-col .menu-item {
    margin-bottom: 11px !important; }
    .lg-nav-cont-item .lg-nav-cont-l2 .menu-col .menu-item .m-icon {
      width: 24px;
      height: 24px;
      margin-right: 13px;
      margin-left: 4px; }
    .lg-nav-cont-item .lg-nav-cont-l2 .menu-col .menu-item-link {
      font-size: 18px;
      line-height: 24.5px;
      text-decoration: none !important; }

.lg-nav-cont-item .menu-col {
  width: 48%; }

.lg-nav-cont-item .menu-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px; }

.lg-nav-cont-item .menu-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.lg-nav-cont-item .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-bottom:30px; align-items: center;*/ }

.lg-nav-cont-item .menu-row-3 .menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lg-nav-cont-item .menu-item-ftr {
  background: #326A9F;
  -webkit-box-shadow: -9px -2px 22px rgba(25, 68, 95, 0.1);
  box-shadow: -9px -2px 22px rgba(25, 68, 95, 0.1);
  border-radius: 0px 0px 12px 12px;
  padding: 37px 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px; }

.lg-nav-cont-item .m-icon {
  width: 72px;
  height: 72px;
  margin-right: 32px; }

.lg-nav-cont-item .menu-item-link {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #326b9f; }

.lg-nav-cont-item .menu-item-hint {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  margin-top: 9px; }

.lg-nav-cont-item#nav-cats .menu-col {
  width: 32%; }

.lg-nav-cont-item#nav-cats .menu-item {
  margin-bottom: 18px; }

.lg-nav-cont-item#nav-cats .menu-col .m-icon {
  width: 28px;
  height: 28px;
  margin-right: 13px; }

.lg-nav-cont-item#nav-cats .menu-col .menu-item-link {
  font-weight: 600; }

.lg-nav-cont-item#nav-about .menu-col {
  width: 33%; }

/*пользовательское меню desktop*/
#lg-umenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#lg-umenu .umenu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #276792;
  border-radius: 9px;
  width: 55px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

#lg-umenu .umenu-btn:hover {
  opacity: 0.85; }

#lg-umenu .umenu-btn.has-updates::after {
  content: " ";
  width: 8px;
  height: 8px;
  font-size: 1px;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 50%;
  background-color: #ffaf14; }

.lg-umenu-item {
  display: none;
  background: #fff;
  -webkit-box-shadow: 9px 5px 19px rgba(0, 0, 0, 0.15);
  box-shadow: 9px 5px 19px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 25;
  color: #000;
  padding: 61px 37px; }

.lg-umenu-item.active {
  display: block; }

.lg-umenu-item .umenu-item-t {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #1b3a67;
  margin-bottom: 26px; }

.lg-umenu-item ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.lg-umenu-item ul li {
  margin-bottom: 20px; }

.lg-umenu-item ul li:last-child {
  margin-bottom: 0px; }

.lg-umenu-item ul li img {
  width: 26px;
  vertical-align: middle;
  margin-right: 17px; }

.lg-umenu-item ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #326b9f;
  display: block; }

.lg-umenu-item .badge {
  margin-left: 15px; }

.lg-umenu-item .logout-btn {
  display: inline-block;
  margin-top: 34px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #525252; }

/*главное меню mobile/tablet*/
#sm-menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  overflow: auto;
  background-color: #fff; }

#sm-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 40; }

#sm-menu-social {
  background: #1b3a67;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#sm-menu-social .social-icon {
  width: 32px;
  height: 32px;
  margin-right: 13px; }

#sm-menu-close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto; }

#sm-menu-close-btn::before,
#sm-menu-close-btn::after {
  content: " ";
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #fff;
  top: calc(50% - 2px);
  left: 2px; }

#sm-menu-close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#sm-menu-close-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#sm-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase; }

#sm-menu-tabs .sm-menu-tab {
  background: #eaeaea;
  padding: 22px;
  color: #979797;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

#sm-menu-tabs .sm-menu-tab.active {
  background: #fff; }

.sm-menu-tab-content {
  display: none;
  padding: 36px 88px;
  background: #fff; }

.sm-menu-tab-content.active {
  display: block; }

.sm-nav-1 > a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #1b3a67;
  margin-bottom: 12px;
  /*margin-top: 12px;*/ }

.sm-nav-1 .badge {
  margin-left: 16px; }

.sm-nav-1 .oarrow {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sm-nav-1 > a.active .oarrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sm-nav-2 {
  display: none;
  padding-bottom: 20px; }

.sm-nav-2 a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #326b9f;
  margin-bottom: 12px; }

.sm-nav-2 a.btn {
  display: inline-block; }

.sm-nav-2 .sm-menu-icon {
  height: 28px;
  width: 28px;
  margin-right: 12px;
  vertical-align: middle; }

.sm-nav-2 span {
  vertical-align: middle; }

.sm-menu-tab-content .logout-btn {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #525252; }

.btn {
  padding: 14px 38px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  border-style: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3; }

.btn.btn-orange {
  background-color: #ffaf14;
  color: #fff; }

.btn.btn-orange:hover {
  background-color: #fcb90f; }

.btn.btn-orange:active {
  background-color: #1b3a67; }

.btn.btn-with-img {
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding: 12px 38px; }

.btn.btn-with-img > img {
  margin-right: 10px; }

.btn.btn-blue {
  background-color: #326A9F;
  color: #fff; }

.btn.btn-blue-inverse {
  background-color: #fff;
  color: #326A9F;
  border: 1px solid #326A9F; }

.badge {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem; }

.badge-pill {
  padding: 0.45em 0.9em;
  border-radius: 10rem; }

.badge-blue {
  background: #326A9F;
  color: #fff; }

.hide-desktop {
  display: none; }

footer {
  background: #1b3a67;
  color: #fff; }

footer a {
  color: #fff;
  text-decoration: none; }

footer .divider {
  border-bottom: 1px solid #aaa;
  font-size: 1px;
  height: 1px; }

footer .footer-content {
  max-width: 1230px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

#footer-b1 {
  padding-top: 79px;
  padding-bottom: 23px; }

#ftr-line-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

#ftr-city-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.6rem; }

footer .ftr-city-col {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

footer .ftr-city-col .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px; }

footer .ftr-city-col a {
  color: #d8d8d8; }

footer .ftr-city-block {
  margin-bottom: 20px; }

#ftr-form-cont {
  background-color: #fff;
  border-radius: 15px;
  padding: 34px 49px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  max-width: 600px;
  margin: auto; }

#ftr-form-cont .f-title {
  color: #326A9F;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0 0 35px; }

#ftr-form-cont input[type="text"],
#ftr-form-cont input[type="email"],
#ftr-form-cont textarea {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12.5px 21px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#ftr-form-cont input[type="text"]:focus,
#ftr-form-cont input[type="email"]:focus,
#ftr-form-cont textarea:focus {
  outline: none; }

#ftr-form-cont input::-webkit-input-placeholder,
#ftr-form-cont textarea::-webkit-input-placeholder {
  color: #848484;
  opacity: 0.74; }

#ftr-form-cont input::-moz-placeholder,
#ftr-form-cont textarea::-moz-placeholder {
  color: #848484;
  opacity: 0.74; }

#ftr-form-cont input:-ms-input-placeholder,
#ftr-form-cont textarea:-ms-input-placeholder {
  color: #848484;
  opacity: 0.74; }

#ftr-form-cont input::-ms-input-placeholder,
#ftr-form-cont textarea::-ms-input-placeholder {
  color: #848484;
  opacity: 0.74; }

#ftr-form-cont input::placeholder,
#ftr-form-cont textarea::placeholder {
  color: #848484;
  opacity: 0.74; }

#ftr-form-cont .f-row {
  margin: 16px 0; }

#footer-b2 {
  padding-top: 23px;
  padding-bottom: 46px; }

@media (max-width: 768px) {
  #footer-b2 {
    padding: 8px 45px 46px; } }

@media (max-width: 600px) {
  #footer-b2 {
    padding: 8px 15px 46px; } }

#ftr-line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#ftr-2-col-1,
#ftr-2-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#ftr-2-col-1 {
  width: 44%; }

#ftr-2-col-2 {
  width: 56%; }

#ftr-line-2 .line-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 49%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 23px;
  padding-right: 20px; }

#ftr-line-2 .line-2-item img {
  height: 44px;
  margin-right: 27px; }

#ftr-line-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

#ftr-copyrt,
#ftr-cntcts {
  margin-top: 25px; }

#ftr-copyrt {
  color: #c6c6c6;
  max-width: 450px;
  font-size: 1.4rem;
  padding-left: 110px;
  background: url(/img/ftr-logo.svg) left center no-repeat transparent; }

#ftr-cntcts {
  font-size: 1.8rem;
  width: 240px; }

@media (max-width: 600px) {
  #ftr-cntcts {
    width: 100%; } }

#ftr-socn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#ftr-socn-cont .social-icon {
  width: 36px; }

#ftr-cntcts-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px; }

.text-blue {
  color: #326A9F; }

.text-white {
  color: #fff; }

.text-orange {
  color: #ffaf14; }

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

.text-left {
  text-align: left; }

.bg-orange {
  background-color: #ffaf14; }

@media all and (max-width: 1199px) {
  .hide-tablet {
    display: none; }
  .btn.btn-with-img.hide-tablet {
    display: none; }
  h1 {
    font-size: 3rem; }
  #hdr-line-1 {
    background-color: #1b3a67; }
  header #logo img {
    width: 45px; }
  header #logo #logo-txt-first {
    font-size: 2.2rem;
    line-height: 1.3; }
  header #logo #logo-txt-second {
    font-size: 1.5rem;
    line-height: 1.3; }
  header #hdr-line-1 {
    padding-top: 10px;
    padding-bottom: 10px; }
  header .h-icon-search {
    width: 40px;
    padding: 0 15px; }
  #menu-btn {
    display: block; }
  #lg-umenu,
  #lg-navbar,
  #lg-nav-content {
    display: none; }
  main {
    width: 100%; }
  footer .footer-content {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px; }
  #ftr-city-cont {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  footer .ftr-city-col {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset; }
  #ftr-form-cont {
    width: 100%; }
  #ftr-2-col-1,
  #ftr-2-col-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #ftr-line-2 {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  #ftr-line-2 .line-2-item {
    width: 100%; }
  #ftr-2-col-1 {
    width: 38%; }
  #ftr-2-col-2 {
    width: 48%; }
  #ftr-copyrt {
    font-size: 11.75px;
    max-width: 250px;
    padding-left: 90px; } }

@media all and (max-width: 767px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: initial; }
  h1 {
    font-size: 2.6rem; }
  header #logo img {
    width: 36px; }
  header #logo #logo-txt-first {
    font-size: 1.7rem;
    line-height: 1.3; }
  header #logo #logo-txt-second {
    font-size: 1.2rem;
    line-height: 1.3; }
  header #hdr-line-1 {
    padding-top: 10px;
    padding-bottom: 10px; }
  header .h-icon-search {
    width: 30px;
    padding: 0 15px; }
  #menu-btn {
    width: 30px;
    height: 30px;
    padding: 0 15px; }
  .menu-btn-line,
  .menu-btn-line::before,
  .menu-btn-line::after {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    margin-top: -1px; }
  .menu-btn-line::before,
  .menu-btn-line::after {
    content: " "; }
  .menu-btn-line::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }
  .menu-btn-line::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }
  .sm-menu-tab-content {
    padding: 36px 20px; }
  footer .footer-content {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px; }
  #ftr-line-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #ftr-2-col-1,
  #ftr-2-col-2 {
    width: 100%; }
  #ftr-line-2 .line-2-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  #ftr-line-2 .line-2-item img {
    display: none; }
  #ftr-form-cont {
    padding: 34px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #ftr-form-cont .f-title {
    font-size: 1.8rem; }
  footer .ftr-city-col {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #ftr-line-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

#question-box {
  padding-top: 0;
  padding-bottom: 55px; }

@media (max-width: 1024px) {
  #question-box {
    padding-bottom: 0; } }

.team-main {
  position: relative;
  padding-top: 5.5rem;
  text-align: center;
  background-color: #f0f5f8;
  padding-bottom: 242px; }

@media (max-width: 1199px) {
  .team-main {
    padding-top: 0;
    padding: 100px 54px 85px; } }

@media (max-width: 1024px) {
  .team-main {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .team-main {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 20px 0; } }

.team-main-item {
  max-width: 620px;
  margin-bottom: 3.4rem; }

@media (max-width: 1199px) {
  .team-main-item {
    margin-bottom: 0; } }

@media (max-width: 1020px) {
  .team-main-item {
    max-width: calc(100% - 400px); } }

@media (max-width: 767px) {
  .team-main-item {
    max-width: 100%; } }

.team-main__title {
  font-size: 3rem;
  font-weight: 700;
  color: #326A9F;
  margin-bottom: 1.2rem; }

.team-main__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #525252;
  margin-top: 0;
  margin-bottom: 2.4rem;
  line-height: 1.3; }

.team-main__link {
  display: inline-block;
  color: #326A9F;
  border-bottom: 1px solid #326A9F;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  -webkit-transition: 0.1s ease-in border-bottom;
  -o-transition: 0.1s ease-in border-bottom;
  transition: 0.1s ease-in border-bottom; }

.team-main__link:hover {
  border-bottom: 1px solid transparent; }

.team-main__img {
  position: absolute;
  right: 1rem;
  width: 329px; }

@media (max-width: 1199px) {
  .team-main__img {
    width: 398px;
    bottom: 0px; } }

@media (max-width: 767px) {
  .team-main__img {
    position: initial;
    right: initial;
    bottom: initial;
    max-width: 311px;
    width: 100%;
    margin: 3rem auto 0;
    display: block; } }

.team-main__social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0 4.4rem;
  margin: 5rem auto;
  max-width: 35rem; }

/* @media (max-width: 1199px) {
    .team-main__social-links {
    }
  } */
@media (max-width: 1024px) {
  .team-main__social-links {
    padding: 0 1rem;
    max-width: 26rem; } }

/*@media (max-width: 399px) {*/
/*  .play-video-greeting {*/
/*    left: 15px;*/
/*    bottom: 25px;*/
/*  }*/
/*}*/
/*@media (min-width: 400px) and (max-width: 600px) {*/
/*  .play-video-greeting {*/
/*    left: 9px;*/
/*  }*/
/*}*/
/*@media (min-width: 602px) and (max-width: 766.5px) {*/
/*  .play-video-greeting {*/
/*    bottom: 9px;*/
/*    !*left: 10px;*!*/
/*  }*/
/*}*/
/*@media (min-width: 766.6px) and (max-width: 767px) {*/
/*  .play-video-greeting {*/
/*    bottom: 9px;*/
/*    left: 10px;*/
/*  }*/
/*}*/
.all-consultation {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 340px;
  min-height: 324px;
  background-color: #f0f5f8;
  border-radius: 16px;
  padding: 0 0 20px; }

.all-consultation .all-consultation__title {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  color: #326b9f; }

.all-consultation .logo {
  /*padding-left: 37%;*/
  margin-top: 40px; }

.table-count {
  border-radius: 16px;
  height: 70px;
  font-weight: 700;
  color: #f0f5f8;
  line-height: 53px;
  margin: 0 auto 20px;
  font-size: 42px;
  text-align: center;
  margin-top: 20px;
  border-collapse: collapse;
  background-color: #326b9f; }

.table-count.table-count__small {
  margin: 0;
  font-size: 3rem;
  height: 0; }

.table-item {
  border-right: 1px solid #588fc1;
  padding: 10px; }

.table-count .table-item.table-item__small.table-item__green {
  border-right: 1px solid white; }

.table-count .table-item__small {
  padding: 5px 10px; }

.table-count .table-item:last-child:first-child {
  border-radius: 0 16px 16px 0; }

.table-count .table-item:last-child {
  border-right: none; }

.table-count .table-item__small .table-item__green:last-child {
  border-right: none; }

.counter-box--center {
  align-items: center; }

/*решение проблемы с CLS гугл 15.07.2022*/
@media all and (max-width: 576px) {
  .header-search {
    min-width: 60px !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

/*КОНЕЦ решение проблемы с CLS гугл 15.07.2022*/
/*# sourceMappingURL=main.css.map */
/************* НАЧАЛО Фиксированная вертикальная кнопка "Задать вопрос психологу" ********************/
.fixed-to-left {
  transform: rotate(-90deg);
  position: fixed;
  /*position:sticky;*/
  background-color: #326b9f;
  top: 65vh;
  right: -38px;
  width: 112px;
  height: 36px;
  z-index: 10;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  touch-action: none; }

.fixed-link {
  color: white;
  text-decoration: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff; }

/************* КОНЕЦ Фиксированная вертикальная кнопка "Задать вопрос психологу" ********************/
input.date_picker[type="date"] {
  position: relative; }

input.date_picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent; }

@media (max-width: 599px) {
  main {
    padding-top: 82px; } }

@media (max-width: 599px) {
  .main_page_mobile {
    padding-top: 54px; } }

html {
  background-color: #1b3a67; }

.main_quickhelp__form2 {
  display: flex;
  justify-content: center; }

.main_quickhelp__btn2 {
  display: none;
  min-width: 16rem;
  color: #fff;
  background-color: #38ca58;
  margin-top: 2.5rem;
  margin-bottom: -1.5rem; }

@media (max-width: 1199px) {
  .main_quickhelp__btn2 {
    display: block;
    max-width: 372px; } }

.js-get-psy-contacts-cont {
  z-index: 40;
  position: relative; }

.hide-simple {
  display: none !important; }

/* 20240120 Меню главное доп стили  */
.sm-main-top__list,
.sm2-main-top__list {
  color: #585858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.sm-main-top__item,
.sm2-main-top__item {
  font-size: 14px; }

.sm-main-top__list {
  margin-top: -1rem;
  margin-left: 4.5rem; }

.sm-main-top__item {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0; }

.menu2-main-top__price {
  display: inline-block;
  margin-left: -4px; }

.menu-main-top__list,
.menu2-main-top__list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #585858; }

.menu-main-top__item,
.menu2-main-top__item {
  font-size: 16px; }

.menu-main-top__list {
  margin-left: 0.5rem;
  margin-top: 5px; }

.menu-main-top__item {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0; }

.menu2-main-top__list {
  margin-left: 1.4rem;
  margin-top: 5px; }

.menu2-main-top__item {
  padding-left: 0;
  position: relative;
  margin-bottom: 0; }

.sm-main-top__list,
.menu-main-top__list {
  color: #525252;
  border-left: 2px solid #ffaf14;
  list-style-type: none;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 8px; }

.sm-main-top__item::marker,
.menu-main-top__item::marker {
  content: ""; }

.sm-main-top__item::before,
.menu-main-top__item::before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #ffaf14;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px); }

.sm-main-top__item:last-child,
.menu-main-top__item:last-child {
  margin-bottom: 0; }

.sm-main-top__item:last-child::after,
.menu-main-top__item:last-child::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -4px;
  top: calc(50% + 1px); }

.sm2-main-top__item {
  margin-left: 1.5rem; }

.sm2-main-top__list {
  margin-top: -1rem;
  margin-bottom: 8px;
  margin-left: 5px; }

.menu2-main-top__item {
  margin-left: -22px; }

.menu2-main-top__list {
  margin-top: 5px;
  margin-bottom: 8px; }

.sm-main-top__marked,
.sm2-main-top__marked,
.menu-main-top__marked,
.menu2-main-top__marked {
  font-weight: 700; }

.sm2-main-top__no_marker {
  margin-left: -5px; }

.sm2-main-top__no_marker::marker {
  content: ""; }

.menu2-main-top__no_marker {
  margin-left: -5.2rem; }

.menu2-main-top__no_marker::marker {
  content: ""; }

#sm-menu a,
#sm-menu a:hover {
  text-decoration: none !important; }

#lg-nav-content a {
  text-decoration: underline; }
  #lg-nav-content a:hover {
    text-decoration: none; }

.sm2-main-top__cat {
  font-size: 17px;
  border-bottom: 1px solid #326A9F;
  transition: 0.2s ease color; }

.sm2-main-top__cat:hover {
  border-bottom: 1px solid transparent; }

.sm2-main-top__subcat {
  list-style-type: none;
  margin-left: -5px; }

/* V20240120 application/views/index/consultation_helper */
.main-modal {
  position: absolute;
  color: #202020;
  background-color: #fff;
  display: grid;
  grid-template-columns: 402px 400px;
  align-items: start;
  gap: 4rem 3rem;
  box-shadow: 6px 4px 20px rgba(25, 68, 95, 0.1);
  max-width: 920px;
  margin: 0 15px;
  box-sizing: border-box;
  border-radius: 0.9rem;
  padding: 10px 58px 30px 50px; }

@media (max-width: 920px), (max-height: 520px) {
  .main-modal {
    grid-template-columns: 1fr;
    width: calc(100% - 14rem);
    grid-template-areas: "close" "quickhelp" "consultant" "question" "list" "close-mobile";
    gap: 0;
    padding-bottom: 20px;
    top: 0; } }

@media (max-width: 600px) {
  .main-modal {
    width: initial;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 5px 20px 1.9rem 30px; } }

.main-modal-bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto; }

@media (max-width: 600px) {
  .main-modal-bg {
    justify-content: flex-start; } }

@media (max-height: 520px) {
  .main-modal-bg {
    justify-content: flex-start; } }

.main-modal .close {
  grid-column: 1 / 3;
  text-align: right;
  background-color: transparent;
  border: none;
  font-size: 45px;
  color: #326A9F;
  margin: -3px -20px -15px 0;
  z-index: 30; }

@media (max-width: 920px), (max-height: 520px) {
  .main-modal .close {
    grid-column: 1 / 2;
    grid-area: close;
    margin-top: 5px; } }

@media (max-width: 600px) {
  .main-modal .close {
    color: #525252;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-right: 1.8rem;
    margin-top: 0; } }

.main-modal .close__text {
  color: #525252;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #525252;
  line-height: 23px; }

@media (min-width: 601px) {
  .main-modal .close__text {
    display: none; } }

@media (max-width: 600px) {
  .main-modal .close__text {
    display: inline-block;
    margin-right: 5px; } }

@media (min-width: 601px) {
  .main-modal .close--mobile {
    display: none; } }

@media (max-width: 600px) {
  .main-modal .close--mobile {
    display: flex;
    grid-area: close-mobile;
    margin-bottom: 0; } }

.main-modal__h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0;
  padding-top: 0; }

.main-modal__hide {
  padding: 0 !important; }

@media (max-width: 600px) {
  .main-modal__hide {
    display: none; } }

.main-modal__list1,
.main-modal__list2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin-top: 1rem; }

.main-modal__item1,
.main-modal__item2 {
  font-size: 16px; }

.main-modal__list1 {
  margin-left: 0.5rem; }

.main-modal__list2 {
  margin-left: -2rem; }

.main-modal__item1 {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0; }

.main-modal__price {
  display: inline-block;
  margin-left: -4px; }

.main-modal__list1 {
  color: #525252;
  border-left: 2px solid #ffaf14;
  list-style-type: none;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 8px; }

@media (max-width: 920px) {
  .main-modal__list1 {
    margin-bottom: 16px; } }

.main-modal__item1::marker {
  content: ""; }

.main-modal__item1::before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #ffaf14;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px); }

.main-modal__item1:last-child {
  margin-bottom: 0; }

.main-modal__item1:last-child::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -4px;
  top: calc(50% + 1px); }

.main-modal__marked {
  font-weight: 700; }

.main-modal__no_marker {
  margin-left: -2rem; }

.main-modal__no_marker::marker {
  content: ""; }

.main-list {
  list-style: none;
  padding-left: 0; }

@media (min-width: 920px) and (min-height: 520px) {
  .main-list {
    margin-top: 34px; } }

@media (max-width: 920px), (max-height: 520px) {
  .main-list {
    grid-area: list;
    padding-top: 25px; } }

.main-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.main-list__item:first-child a {
  margin-top: -7px; }

.main-list__item:last-child a {
  line-height: 26px; }

.main-list__link {
  font-size: 20px;
  font-weight: 600;
  color: #326A9F;
  text-decoration: none;
  transition: 0.2s ease color;
  line-height: 23px; }

.main-list__link:hover {
  color: #1b3a67; }

.main-list__avatar {
  margin-right: 14px; }

.main-list__avatar img {
  padding-top: 3px;
  width: 32px; }

.main-quickhelp,
.main-question,
.main-consultant {
  display: grid;
  grid-template-areas: "img info" "img info" "btn btn" "ruler ruler";
  grid-template-columns: auto 1fr; }

@media (max-width: 920px), (max-height: 520px) {
  .main-quickhelp,
  .main-question,
  .main-consultant {
    margin: 0 -2px 0 -12px;
    padding: 41px 0 41px 0;
    border-bottom: 2px solid #f5f5f5; } }

.main-quickhelp__image,
.main-question__image,
.main-consultant__image {
  grid-area: img;
  padding-right: 17px; }

.main-quickhelp img,
.main-question img,
.main-consultant img {
  width: 46px; }

.main-quickhelp__info,
.main-question__info,
.main-consultant__info {
  grid-area: info; }

@media (max-width: 920px), (max-height: 520px) {
  .main-quickhelp__info,
  .main-question__info,
  .main-consultant__info {
    height: auto; } }

.main-quickhelp__text,
.main-question__text,
.main-consultant__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 8px; }

.main-quickhelp__btn,
.main-question__btn,
.main-consultant__btn {
  grid-area: btn;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  padding: 11px 0 12px 0;
  border-radius: 0.4rem;
  margin-top: 8px;
  text-align: center;
  transition: 0.2s ease border, 0.2s ease background-color; }

@media (max-width: 600px) {
  .main-quickhelp__btn,
  .main-question__btn,
  .main-consultant__btn {
    text-align: center;
    box-sizing: border-box; } }

@media (min-width: 920px) and (min-height: 520px) {
  .main-quickhelp {
    border-right: 2px solid #f5f5f5;
    padding-right: 39px;
    margin-top: -31px; } }

@media (max-width: 920px), (max-height: 520px) {
  .main-quickhelp {
    grid-area: quickhelp; } }

.main-quickhelp__btn {
  background-color: #38ca58;
  border: 2px solid #38ca58;
  color: #fff; }

.main-quickhelp__btn:hover {
  border: 2px solid #00a86b;
  background-color: #00a86b; }

@media (min-width: 920px) and (min-height: 520px) {
  .main-question {
    padding-left: 9px;
    padding-right: 30px;
    margin-top: -39px; } }

@media (max-width: 920px), (max-height: 520px) {
  .main-question {
    grid-area: question; } }

.main-question__btn {
  background-color: #fff;
  border: 2px solid #326A9F;
  color: #326A9F; }

.main-question__btn:hover {
  border: 2px solid #326A9F;
  background-color: #f5f5f5; }

.main-question .main-modal__h3 {
  margin-bottom: -5px;
  width: 80%; }

@media (max-width: 920px), (max-height: 520px) {
  .main-consultant {
    grid-area: consultant; } }

@media (min-width: 920px) and (min-height: 520px) {
  .main-consultant {
    border-right: 2px solid #f5f5f5;
    padding-right: 40px;
    margin-top: 3rem; } }

.main-consultant__btn {
  background-color: #326A9F;
  border: 2px solid #326A9F;
  color: #fff; }

.main-consultant__btn:hover {
  border: 2px solid #1b3a67;
  background-color: #1b3a67; }

@media (min-width: 920px) and (min-height: 520px) {
  .main-quickhelp:after,
  .main-question:after {
    content: "";
    grid-area: ruler;
    margin-bottom: -28px;
    padding-top: 47px;
    height: 1px;
    width: 100%;
    border-bottom: 2px solid #f5f5f5; } }

/* main.css fix 
    Высота шапки задана явно и округлена до целого числа
    Фиксация шапки при разрешении менее 600 px
*/
@media (max-width: 1199px) {
  header #hdr-line-1 {
    height: 48px; } }

@media (max-width: 767px) {
  header #hdr-line-1 {
    height: 38px; } }

@media (max-width: 599px) {
  header #hdr-line-1 {
    z-index: 30;
    position: fixed;
    top: 0; } }

#header-link {
  display: none;
  padding: 4px 0 6px 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 18px;
  color: #fff;
  background-color: #38ca58; }

@media (max-width: 1199px) {
  #header-link {
    display: block; } }

@media (max-width: 767px) {
  #header-link {
    font-size: 12px;
    padding: 2px 0 4px 0; } }

@media (max-width: 599px) {
  #header-link {
    z-index: 30;
    position: fixed;
    top: 58px;
    width: 100%;
    height: 18px; } }

#header-link-prefix {
  text-decoration: underline;
  color: #38ca58; }

/*
20240508 Psy Pro banner
*/
.profile_pro {
  font-weight: 600 !important; }

.profile_pro::after {
  content: "ПРО";
  background-color: #ffaf14;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline;
  margin-left: 3px;
  text-decoration: underline;
  text-decoration-color: #ffaf14;
  border-radius: 60px;
  padding: 1px 3px; }

.profile_pro span {
  display: inline-block; }

/* _psy_pro_modal.css */
.psy-pro-content {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 92rem;
  padding: 35px 32px; }

@media (max-width: 920px) {
  .psy-pro-content {
    max-width: 72rem;
    gap: 25px; } }

@media (max-width: 600px) {
  .psy-pro-content {
    width: 100%; } }

@media (max-width: 460px) {
  .psy-pro-content {
    padding: 2rem 0; } }

.psy-pro-content .close {
  position: absolute;
  top: 0;
  right: 2rem;
  margin: 0;
  z-index: 30; }

@media (max-width: 600px) {
  .psy-pro-content .close {
    display: flex;
    margin: 0;
    position: relative;
    right: 0;
    top: -24px;
    bottom: 0;
    left: 0;
    align-self: center; } }

@media (max-width: 460px) {
  .psy-pro-content .close {
    top: -1rem; } }

.psy-pro-content .close--mobile {
  display: none;
  z-index: 30; }

@media (max-width: 920px) {
  .psy-pro-content .close--mobile {
    display: flex;
    gap: 5px;
    position: relative;
    bottom: 2rem;
    align-self: center;
    line-height: 23px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0; }
  .psy-pro-content .close--mobile .close__text {
    display: block; } }

.psy-pro-items {
  display: grid;
  grid-template-areas: "area-1000stars area-videoanswers" "area-proposals area-promotion";
  gap: 25px;
  grid-template-columns: calc(50% - 16px); }

@media (max-width: 920px) {
  .psy-pro-items {
    grid-template-columns: 100%;
    grid-template-areas: "area-1000stars" "area-promotion" "area-proposals" "area-videoanswers";
    gap: 15px; } }

@media (max-width: 460px) {
  .psy-pro-items {
    gap: 12px; } }

.psy-pro-header {
  font-size: 30px;
  font-weight: 700;
  line-height: 34.65px;
  text-align: left; }

@media (max-width: 460px) {
  .psy-pro-header {
    padding-left: 2rem;
    font-size: 20px;
    line-height: 23px;
    margin-top: -3rem; } }

.psy-pro-header .profile_pro {
  font-size: 30px;
  line-height: 34.65px;
  color: #326A9F; }

@media (max-width: 460px) {
  .psy-pro-header .profile_pro {
    font-size: 20px;
    line-height: 23px; } }

.psy-pro-header .profile_pro:after {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  padding: 2px 5px 4px 5px;
  width: 28px;
  height: 14px;
  position: relative;
  top: -3px; }

@media (max-width: 460px) {
  .psy-pro-header .profile_pro:after {
    font-size: 11.5px;
    line-height: 14.7px;
    width: 25px;
    height: 13px;
    padding: 1px 3px 2px 3px;
    top: -1px; } }

.psy-pro-link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  max-height: 51px;
  min-width: 44rem;
  background-color: #ffaf14;
  border: 2px solid #ffaf14;
  border-radius: 4px;
  color: #fff;
  padding: 7px 2rem;
  transition: 0.2s ease border, 0.2s ease background-color;
  align-self: center;
  text-decoration: none; }

.psy-pro-link br {
  display: none; }

@media (max-width: 920px) {
  .psy-pro-link {
    margin-top: 5px;
    padding: 7px 1rem; } }

@media (max-width: 768px) {
  .psy-pro-link {
    font-size: 16px;
    min-width: 38rem; } }

@media (max-width: 460px) {
  .psy-pro-link {
    min-width: auto;
    font-size: 13px;
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 360px) {
  .psy-pro-link {
    line-height: 10px;
    padding: 0 0 1rem 0;
    width: calc(100% - 3rem); }
  .psy-pro-link br {
    display: inline; } }

.psy-pro-link:hover {
  background-color: #fcb90f;
  border: 2px solid #fcb90f;
  color: #fff;
  text-decoration: none; }

.psy-pro-link .profile_pro {
  color: #fff; }

@media (max-width: 660px) {
  .psy-pro-link .profile_pro {
    font-size: 18px; } }

@media (max-width: 460px) {
  .psy-pro-link .profile_pro {
    font-size: 15px; } }

@media (max-width: 350px) {
  .psy-pro-link .profile_pro {
    font-size: 13px; } }

.psy-pro-link .profile_pro:after {
  color: #ffaf14;
  background-color: #fff;
  text-decoration-color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  width: 26px;
  height: 14px;
  padding: 1px 3px 1.5px 3px; }

@media (max-width: 660px) {
  .psy-pro-link .profile_pro:after {
    font-size: 9px;
    line-height: 11px;
    height: 12px;
    width: 22px;
    padding: 2px 3px 1px 3px;
    position: relative;
    top: -2px; } }

@media (max-width: 400px) {
  .psy-pro-link .profile_pro:after {
    padding-top: 1.5px;
    top: -1px; } }

.psy-pro-item {
  background-color: #f0f5f8;
  background-repeat: no-repeat;
  background-position: center left;
  color: #525252;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 1rem 1rem 1rem 11rem;
  height: 191px; }

@media (max-width: 920px) {
  .psy-pro-item {
    gap: 13px;
    padding: 8px 8px 8px 106px;
    padding-left: 9rem; } }

@media (max-width: 460px) {
  .psy-pro-item {
    background-size: 15%;
    padding-left: 1.5rem;
    padding-right: 16px;
    background-image: none !important;
    height: 161px;
    margin-left: 15px;
    margin-right: 15px; } }

.psy-pro-item_header {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left; }

@media (max-width: 460px) {
  .psy-pro-item_header {
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 2rem; } }

@media (max-width: 340px) {
  .psy-pro-item_header {
    line-height: 16px; } }

.psy-pro-item_header img {
  display: none; }

@media (max-width: 460px) {
  .psy-pro-item_header img {
    display: inline-block; } }

.psy-pro-item_content {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left; }

@media (max-width: 460px) {
  .psy-pro-item_content {
    font-size: 14px;
    line-height: normal; } }

@media (max-width: 340px) {
  .psy-pro-item_content {
    line-height: 16px; } }

.psy-pro-item_link {
  color: #326A9F;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: left; }

.psy-pro-item_link:hover {
  text-decoration: none;
  color: #326A9F; }

@media (max-width: 460px) {
  .psy-pro-item_link {
    font-size: 14px;
    line-height: normal; } }

.psy-pro-1000stars {
  grid-area: area-1000stars;
  background-image: url("/img/psy-pro-1000stars.svg"); }

.psy-pro-promotion {
  grid-area: area-promotion;
  background-image: url("/img/psy-pro-promotion.svg"); }

.psy-pro-proposals {
  grid-area: area-proposals;
  background-image: url("/img/psy-pro-proposals.svg"); }

.psy-pro-videoanswers {
  grid-area: area-videoanswers;
  background-image: url("/img/psy-pro-videoanswers.svg"); }

.header-pro_notification {
  display: none; }

.side-pro_notification-wrapper .header-pro_notification {
  display: flex;
  width: calc(100% - 15px);
  min-width: 33rem;
  margin-bottom: 32px;
  gap: 1rem;
  border-radius: 4px; }

.side-pro_notification-wrapper
.header-pro_notification
.header-pro_notification-close {
  padding-right: 1.2rem; }

.side-pro_notification-wrapper .header-pro_notification-title {
  min-width: 11rem; }

.header-pro_notification {
  color: #000;
  font-size: 11px;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 3rem;
  top: 68px;
  width: 100%;
  height: 52px;
  padding-left: 15px; }

.header-pro_notification.bg1 {
  background-color: #f4f4f4; }

.header-pro_notification.bg1 .header-pro_notification-date {
  background: #ed6550; }

.header-pro_notification.bg2 {
  background-color: #ffefd1; }

.header-pro_notification.bg2 .header-pro_notification-date {
  color: #545353;
  font-weight: 400; }

.header-pro_notification.bg3 {
  background-color: #ffe0db; }

.header-pro_notification.bg3 .header-pro_notification-date {
  color: #ed6550;
  font-weight: 600; }

.header-pro_notification-title {
  display: flex;
  flex-direction: column; }

.header-pro_switch {
  height: 22px;
  padding-top: 8px; }

.header_pro_info {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
  color: #000; }

.header_pro_info:hover {
  text-decoration: none; }

.header_pro_info:hover,
.header_pro_info:visited {
  color: #000; }

.header-pro_notification-close {
  color: #60666e;
  margin-left: auto;
  height: 39px;
  padding-right: 26px;
  border-left: 1px solid rgba(50, 107, 159, 0.2);
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.header-pro_notification-with_pro_sign {
  font-size: 15px;
  font-weight: 600;
  min-width: 11rem; }

.header-pro_notification-with_pro_sign::after {
  font-size: 9px;
  padding: 2px 2px 1px 2px;
  width: 28px;
  height: 14px; }

@media (max-width: 1199px) {
  .side-pro_notification-wrapper .header-pro_notification {
    display: none !important; }
  .header-pro_notification {
    display: flex; } }

@media (max-width: 767px) {
  .header-pro_notification {
    top: 58px;
    height: 43px;
    gap: 2rem; }
  .header-pro_switch {
    padding-top: 6px; }
  .header-pro_notification-date {
    line-height: 20px;
    margin-top: -4px;
    font-size: 12px; }
  .header-pro_notification-close {
    height: 29px; } }

@media (max-width: 599px) {
  .header-pro_notification {
    z-index: 30;
    position: fixed;
    gap: 2rem; }
  .header-pro_notification-with_pro_sign {
    font-size: 13px;
    min-width: 93px; }
  .header-pro_notification-with_pro_sign::after {
    font-size: 8px;
    padding: 1px 2px 1px 2px;
    width: 23px;
    height: 12px; }
  .header-pro_notification-date {
    line-height: 18px;
    font-size: 10px;
    margin-top: -3px; }
  .header-pro_switch {
    height: 20px; }
  .header_pro_info {
    font-size: 11px;
    min-width: 85px; } }

@media (max-width: 400px) {
  .header-pro_notification {
    gap: 18px; }
  .header_pro_info {
    font-weight: 400; } }

.header-pro_notification-with_pro_sign::after {
  content: "ПРО";
  background-color: #ffaf14;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-radius: 60px; }

#sm-menu-tabs-container .header-pro_notification {
  margin: 2rem 2rem 0 2rem;
  width: calc(100% - 5.5rem); }

@media (max-width: 600px) {
  #sm-menu-tabs-container .header-pro_notification {
    position: static; } }

#sm-menu-tabs-container .header-pro_notification-close {
  padding-right: 1.2rem; }

@media (max-width: 600px) {
  .header-pro_notification-wrapper {
    height: 35px; } }

#ftr-line-3a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 2rem;
  justify-content: space-between;
  line-height: 1.9;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: -16px; }

@media (max-width: 768px) {
  #ftr-line-3a {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20.5px; } }

@media (max-width: 400px) {
  #ftr-line-3a {
    margin-top: 1px;
    font-size: 14px;
    line-height: 18px; } }

.ftr-docs-block {
  margin-top: 37px; }

@media (max-width: 768px) {
  .ftr-docs-block {
    margin-top: 37px; } }

@media (max-width: 400px) {
  .ftr-docs-block {
    margin-top: 19px; } }

.ftr-docs-block__item-img {
  height: 20px;
  margin-bottom: -5px; }

.ftr-docs-block__item-text-badge {
  padding: 1px 4px;
  background-color: #f99e6b;
  display: inline-block;
  border-radius: 2px;
  font-size: 13px;
  line-height: 16px;
  color: white;
  font-weight: 600; }

.ftr-docs-block .btn {
  text-decoration: none;
  margin-top: 26px; }

@media (max-width: 400px) {
  .ftr-docs-block .btn {
    margin-top: 16px;
    font-size: 14px; } }

.ftr-docs-block .btn-blue-inverse:hover {
  background-color: #1b3a67;
  color: #fff; }

.ftr-docs-block .title {
  font-size: 2rem;
  line-height: 25.64px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fffbf8; }

@media (max-width: 768px) {
  .ftr-docs-block .title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px; } }

@media (max-width: 400px) {
  .ftr-docs-block .title {
    font-size: 16px;
    line-height: 20.5px;
    margin-bottom: 10px; } }

.ftr-docs-block a {
  text-decoration: underline;
  color: #d8d8d8;
  display: inline-block; }

.ftr-docs-block a:hover {
  text-decoration: none; }

@media (max-width: 768px) {
  .ftr-docs-block a {
    margin-bottom: 12px; } }

.ftr-docs-block a.title {
  font-size: 2rem;
  line-height: 25.64px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 7px; }

@media (max-width: 768px) {
  .ftr-docs-block a.title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 17px; } }

@media (max-width: 400px) {
  .ftr-docs-block a.title {
    font-size: 16px;
    line-height: 20.5px;
    margin-bottom: 12px; } }

.text-highlited {
  background-color: #ffe2aa; }

.text-underlined {
  text-decoration: underline; }

.psy-modal4 {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  position: absolute;
  background-color: #FFF;
  align-items: start;
  box-shadow: 6px 4px 20px rgba(25, 68, 95, 0.1);
  margin: 0 15px;
  box-sizing: border-box;
  border-radius: 0.9rem; }
  .psy-modal4-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (max-width: 600px) {
      .psy-modal4-bg {
        justify-content: flex-start;
        padding-top: 6px; } }
    @media (max-width: 1230px) and (max-height: 740px) {
      .psy-modal4-bg {
        justify-content: flex-start;
        padding-top: 6px; } }
    @media (max-width: 768px) and (max-height: 740px) {
      .psy-modal4-bg {
        justify-content: flex-start;
        padding-top: 6px; } }
  @media (max-width: 800px) {
    .psy-modal4 {
      max-width: 600px; } }
  @media (max-width: 600px) {
    .psy-modal4 {
      min-width: 320px;
      width: calc(100% - 1rem);
      top: 15px; } }
  .psy-modal4 a {
    text-decoration: underline;
    color: #326A9F; }
    .psy-modal4 a:hover {
      text-decoration: none; }
    .psy-modal4 a:visited {
      color: #326A9F; }

.psy_contact {
  text-align: left; }
  .psy_contact-header {
    width: 100%;
    height: 86px;
    border: 2px solid #326A9F;
    box-sizing: border-box;
    margin-top: -5px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    color: #FFF;
    justify-content: space-between;
    background-color: #326A9F; }
    .psy_contact-header_img-wrapper {
      border-radius: 50%;
      overflow: hidden;
      width: 50px;
      height: 50px;
      margin-left: 38px;
      flex-shrink: 0; }
      @media (max-width: 800px) {
        .psy_contact-header_img-wrapper {
          width: 46px;
          height: 46px;
          margin-left: 25px; } }
      @media (max-width: 600px) {
        .psy_contact-header_img-wrapper {
          margin-left: 12px;
          width: 38px;
          height: 38px; } }
    .psy_contact-header img {
      object-fit: cover;
      display: block;
      height: 100%;
      width: 100%; }
    .psy_contact-header .close {
      color: #FFF;
      margin-right: 2rem;
      background-color: transparent;
      border: none;
      font-size: 5rem; }
      @media (max-width: 600px) {
        .psy_contact-header .close {
          font-size: 40px;
          margin-top: -5px;
          margin-right: 1rem; } }
    @media (max-width: 800px) {
      .psy_contact-header {
        height: 70px; } }
    @media (max-width: 600px) {
      .psy_contact-header {
        height: 66px; } }
  .psy_contact-content {
    margin: 27px 20px 10px 37px; }
    @media (max-width: 800px) {
      .psy_contact-content {
        margin: 26px 20px 6px 35px; } }
    @media (max-width: 600px) {
      .psy_contact-content {
        margin: 23px 20px -10px 12px; } }
  .psy_contact-info {
    margin-left: 40px;
    margin-bottom: 3rem;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 70px); }
    @media (max-width: 800px) {
      .psy_contact-info {
        margin-left: 32px; } }
    @media (max-width: 600px) {
      .psy_contact-info {
        margin: 0 15px 25px;
        width: calc(100% - 30px); } }
  .psy_contact-consultation {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    display: block;
    margin-bottom: 25px; }
    .psy_contact-consultation strong {
      font-weight: 700; }
    @media (max-width: 800px) {
      .psy_contact-consultation {
        font-size: 16px;
        line-height: 22.4px; } }
    @media (max-width: 600px) {
      .psy_contact-consultation {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 23px; } }
  .psy_contact-desc {
    background: #F0F5F8;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    padding: 22px 20px 23px 30px;
    border-radius: 8px; }
    @media (max-width: 800px) {
      .psy_contact-desc {
        font-size: 15px;
        line-height: 21px;
        padding: 16px 15px 21px 25px; } }
    @media (max-width: 600px) {
      .psy_contact-desc {
        font-size: 14px;
        line-height: 19.6px;
        padding: 11px 10px 14px 20px; } }
  .psy_contact-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 27.72px;
    width: inherit;
    margin-left: 2rem;
    margin-right: 2rem;
    flex-shrink: 1; }
    @media (max-width: 800px) {
      .psy_contact-name {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .psy_contact-name {
        font-size: 16px;
        line-height: 18.5px;
        margin-left: 1rem;
        max-width: calc(100% - 11rem); } }
  .psy_contact-main {
    font-size: 24px;
    font-weight: 700;
    color: #263238;
    position: relative;
    padding-left: 40px;
    margin-bottom: 29px;
    line-height: 34px;
    margin-left: 34px; }
    .psy_contact-main:before {
      position: absolute;
      content: "";
      background-image: url("/img/c4-phone-handset.svg");
      background-size: 34px 34px;
      width: 34px;
      height: 34px;
      top: 5px;
      left: -34px; }
    @media (max-width: 800px) {
      .psy_contact-main {
        font-size: 20px;
        line-height: 24px;
        margin-left: 11px;
        margin-bottom: 27px; }
        .psy_contact-main:before {
          background-size: 24px 24px;
          width: 24px;
          height: 24px;
          top: 3px;
          left: -11px; } }
    @media (max-width: 600px) {
      .psy_contact-main {
        font-size: 16px;
        line-height: 20px;
        margin-left: -7px;
        margin-bottom: 21px; }
        .psy_contact-main:before {
          background-size: 20px 20px;
          width: 20px;
          height: 20px;
          top: 0;
          left: 7px; } }
  .psy_contact-social {
    margin-left: 74px;
    margin-bottom: 20px; }
    @media (max-width: 800px) {
      .psy_contact-social {
        margin-left: 51px; } }
    @media (max-width: 600px) {
      .psy_contact-social {
        margin-left: 28px; } }
  .psy_contact-address {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    line-height: 38px;
    margin-left: 38px;
    margin-bottom: 29px;
    left: -38px;
    position: relative; }
    .psy_contact-address:before {
      position: absolute;
      content: "";
      background-image: url("/img/c4-location.svg");
      background-size: 38px 38px;
      width: 38px;
      height: 38px;
      top: 5px;
      left: -76px; }
    @media (max-width: 800px) {
      .psy_contact-address {
        font-size: 16px;
        line-height: 22.4px;
        margin-bottom: 36px; }
        .psy_contact-address:before {
          width: 26px;
          height: 26px;
          left: -52px;
          background-size: 26px 26px;
          top: -1px; } }
    @media (max-width: 600px) {
      .psy_contact-address {
        font-size: 15px;
        line-height: 21px; }
        .psy_contact-address:before {
          width: 20px;
          height: 20px;
          left: -30px;
          background-size: 20px 20px; } }
  .psy_contact-contacts {
    list-style-type: none;
    margin-bottom: -3px; }
    .psy_contact-contacts li {
      font-size: 18px;
      font-weight: 600;
      line-height: 25.2px;
      padding-bottom: 19px; }
      @media (max-width: 800px) {
        .psy_contact-contacts li {
          font-size: 16px;
          line-height: 22.4px;
          padding-bottom: 18px; } }
      @media (max-width: 600px) {
        .psy_contact-contacts li {
          font-size: 15px;
          line-height: 21px;
          padding-bottom: 14px; } }
      .psy_contact-contacts li a,
      .psy_contact-contacts li a:visited,
      .psy_contact-contacts li a:hover {
        color: #000; }
  .psy_contact-whatsapp, .psy_contact-viber, .psy_contact-telegram {
    position: relative; }
    .psy_contact-whatsapp:before, .psy_contact-viber:before, .psy_contact-telegram:before {
      position: absolute;
      content: "";
      background-size: 24px;
      width: 24px;
      height: 24px;
      top: 2px;
      left: -39px; }
      @media (max-width: 800px) {
        .psy_contact-whatsapp:before, .psy_contact-viber:before, .psy_contact-telegram:before {
          top: 0; } }
  .psy_contact-whatsapp:before {
    background-image: url("/img/social/whatsapp-color.svg"); }
  .psy_contact-viber:before {
    background-size: 24px 27.27px;
    height: 27.27px;
    background-image: url("/img/social/viber-color.svg"); }
  .psy_contact-telegram:before {
    background-image: url("/img/social/telegram-color.svg"); }
  .psy_contact-show_other {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
    color: #000;
    margin-bottom: 21px; }
    .psy_contact-show_other a {
      color: #000 !important; }
    .psy_contact-show_other img {
      margin-left: 5px; }
    @media (max-width: 800px) {
      .psy_contact-show_other {
        font-size: 16px;
        line-height: 22.4px;
        margin-top: 2px;
        margin-bottom: 25px; } }
    @media (max-width: 600px) {
      .psy_contact-show_other {
        font-size: 15px;
        line-height: 21px;
        margin: 11px 0 35px; } }
  .psy_contact-contacts_other {
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 28px;
    margin-top: 10px;
    top: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px; }
    .psy_contact-contacts_other:before {
      position: absolute;
      content: "";
      background-image: url("/img/c4-socials.svg");
      background-size: 38px 38px;
      width: 38px;
      height: 38px;
      left: -76px;
      top: 10px; }
    .psy_contact-contacts_other a {
      text-decoration: none;
      color: #000; }
    @media (max-width: 800px) {
      .psy_contact-contacts_other {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 25px; }
        .psy_contact-contacts_other:before {
          width: 26px;
          height: 26px;
          left: -52px;
          background-size: 26px 26px; } }
    @media (max-width: 600px) {
      .psy_contact-contacts_other {
        font-size: 15px;
        line-height: 15px;
        margin-top: 7px;
        margin-bottom: 24px; }
        .psy_contact-contacts_other:before {
          width: 20px;
          height: 20px;
          left: -30px;
          background-size: 20px 20px; } }
  .psy_contact-btn {
    display: inline-block;
    padding: 10px 13px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 22px; }
    .psy_contact-btn:hover {
      background-color: #F5F5F5;
      border: 1px solid #F5F5F5; }
    .psy_contact-btn img {
      padding-right: 1rem; }
    @media (max-width: 800px) {
      .psy_contact-btn {
        font-size: 16px;
        height: 20px; } }
    @media (max-width: 600px) {
      .psy_contact-btn {
        font-size: 15px;
        height: 16px;
        padding: 10px 9px; } }
  .psy_contact-site img {
    height: 20px; }
    @media (max-width: 800px) {
      .psy_contact-site img {
        height: 18px; } }
    @media (max-width: 600px) {
      .psy_contact-site img {
        height: 16px; } }
  .psy_contact-skype img {
    height: 23px; }
    @media (max-width: 800px) {
      .psy_contact-skype img {
        height: 20px; } }
    @media (max-width: 600px) {
      .psy_contact-skype img {
        height: 20px; } }
  .psy_contact-facebook img, .psy_contact-vk img {
    height: 22px; }
    @media (max-width: 800px) {
      .psy_contact-facebook img, .psy_contact-vk img {
        height: 18px; } }
    @media (max-width: 600px) {
      .psy_contact-facebook img, .psy_contact-vk img {
        height: 18px; } }
  .psy_contact-youtube img {
    height: 24px; }
    @media (max-width: 800px) {
      .psy_contact-youtube img {
        height: 21px; } }
    @media (max-width: 600px) {
      .psy_contact-youtube img {
        height: 21px; } }
  .psy_contact-x img {
    height: 23px; }
    @media (max-width: 800px) {
      .psy_contact-x img {
        height: 19.2px; } }
    @media (max-width: 600px) {
      .psy_contact-x img {
        height: 19.2px; } }
  .psy_contact-instagram img {
    height: 20px; }
    @media (max-width: 800px) {
      .psy_contact-instagram img {
        height: 16px; } }
    @media (max-width: 600px) {
      .psy_contact-instagram img {
        height: 16px; } }

.psy-header_tab {
  display: block;
  margin-left: 0;
  position: initial;
  top: initial;
  margin-top: 0.8rem; }
  @media (max-width: 600px) {
    .psy-header_tab {
      display: none !important; } }

.psy-header__tag {
  margin-right: 2.4rem;
  margin-left: 0.2rem;
  display: inline-block; }
  @media (max-width: 600px) {
    .psy-header__tag {
      flex: 0 0 50%;
      margin-right: 0;
      margin-left: 0;
      margin-top: 5.5px; } }

.psy-header_mobi {
  display: none; }
  @media (max-width: 600px) {
    .psy-header_mobi {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      justify-content: flex-start;
      align-items: center; } }

.psy-header__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.9rem;
  color: #326A9F;
  margin-top: -1rem;
  margin-bottom: 7px;
  width: 100%; }
  @media (max-width: 600px) {
    .psy-header__title {
      margin-bottom: 0.7rem;
      font-size: 2.2rem;
      line-height: 1.3;
      flex: 0 0 100%; } }

.psy-header__account {
  color: #326A9F;
  text-decoration: underline; }
  .psy-header__account:hover {
    text-decoration: none; }

.psy-header__link {
  font-size: 1.4rem;
  color: #326A9F;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease border-bottom; }
  .psy-header__link:hover {
    border-bottom: 1px solid #326A9F; }

.psy-header__seniority {
  display: inline-block;
  font-size: 1.4rem;
  color: #326b9f;
  font-weight: 600;
  line-height: 1.6rem;
  margin-top: 0px;
  margin-right: 3rem;
  background-color: rgba(50, 107, 159, 0.1);
  /* background-color: #F0F5F8; */
  border-radius: 0.8rem;
  padding: 5px 2rem;
  text-align: center; }
  .psy-header__seniority strong {
    font-weight: 700;
    color: #326A9F; }
  @media (max-width: 600px) {
    .psy-header__seniority {
      margin-top: 0.7rem;
      margin-bottom: 0.2rem; } }

.psy {
  display: flex;
  margin-top: 5rem; }
  @media (max-width: 600px) {
    .psy {
      margin-top: 1.6rem;
      align-items: center; } }

.psy-info {
  width: 100%; }

.psy-consults {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 85px; }
  @media (max-width: 768px) {
    .psy-consults {
      font-size: 13px; } }
  .psy-consults-item {
    display: flex;
    align-items: center;
    color: #1b3a67;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    max-width: 25rem;
    position: relative;
    text-decoration: none; }
    @media (min-width: 775px) {
      .psy-consults-item {
        height: 52px; } }
    @media (max-width: 768px) {
      .psy-consults-item {
        margin-left: 13px; } }
    @media (max-width: 680px) {
      .psy-consults-item {
        margin-right: 0;
        min-width: 21.3rem;
        flex: 0 0 100%; } }
    @media (max-width: 600px) {
      .psy-consults-item {
        margin-top: 0.5rem;
        margin-left: 1rem;
        margin-bottom: 1.2rem; } }
    @media (max-width: 400px) {
      .psy-consults-item {
        max-width: 100%; } }
    @media (max-width: 370px) {
      .psy-consults-item {
        max-width: calc(100% - 5px);
        min-width: auto; } }
  .psy-consults__image {
    margin-right: 1.4rem; }
    @media (max-width: 600px) {
      .psy-consults__image {
        margin-right: 1rem; } }
    @media (max-width: 600px) {
      .psy-consults__image img {
        width: 3.2rem;
        height: 3.2rem; } }
  .psy-consults__title {
    font-size: 2.2rem;
    line-height: 2.3rem;
    color: #787878;
    font-weight: 700;
    margin-top: 0.2rem;
    margin-bottom: 0; }
    .psy-consults__title-blue {
      color: #326A9F; }
    @media (max-width: 600px) {
      .psy-consults__title {
        font-size: 1.8rem;
        margin-top: -0.2rem;
        margin-bottom: -0.7rem; } }
    .psy-consults__title-regular {
      color: #326b9f;
      font-size: 12px;
      font-weight: 400;
      font-style: normal;
      line-height: 20px;
      text-decoration-line: line-through;
      position: absolute;
      margin-top: 0;
      margin-bottom: 0;
      top: -8px;
      left: 5.3rem; }
      @media (max-width: 600px) {
        .psy-consults__title-regular {
          top: -1.6rem;
          left: 4.5rem; } }
    .psy-consults__title-discounted {
      color: #326A9F;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      margin-bottom: 0;
      margin-top: 0.6rem; }
      @media (max-width: 600px) {
        .psy-consults__title-discounted {
          margin-top: -0.2rem; } }
  .psy-consults .discount-mode-1 {
    background: #F99E6B; }
  .psy-consults .discount-mode-2 {
    background: #f96b6b; }
  .psy-consults .discount-mode-3 {
    background: #ff4949; }
  .psy-consults .discount-mode-1,
  .psy-consults .discount-mode-2,
  .psy-consults .discount-mode-3 {
    width: 33px;
    color: #FFF;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 2px 4px;
    position: absolute;
    top: 10.5px;
    margin-left: 5px; }
    @media (max-width: 600px) {
      .psy-consults .discount-mode-1,
      .psy-consults .discount-mode-2,
      .psy-consults .discount-mode-3 {
        font-size: 12px;
        padding: 0 0 0 6px;
        line-height: 17px;
        top: 2.5px; } }
  .psy-consults__btn, .psy-consults__text {
    font-size: 15px;
    font-weight: 600; }
  .psy-consults__text {
    margin-top: -0.4rem;
    margin-bottom: 0;
    line-height: 17px;
    color: #787878;
    font-size: 14px; }
    @media (max-width: 600px) {
      .psy-consults__text {
        margin-top: -3px;
        font-size: 13px;
        line-height: 15px; } }
    @media (max-width: 370px) {
      .psy-consults__text {
        line-height: 12px;
        font-size: 11px;
        width: 42vw; } }
    @media (max-width: 350px) {
      .psy-consults__text {
        width: 8.5rem; } }
  .psy-consults__times {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #525252; }
    @media (max-width: 600px) {
      .psy-consults__times {
        font-size: 1.3rem;
        line-height: 1.7rem; } }
  .psy-consults__btn {
    text-decoration: none;
    color: #FFF;
    background-color: #FFAF14;
    border: 2px solid #FFAF14;
    padding: 0.5rem 1em;
    border-radius: 0.4rem;
    display: block;
    margin-bottom: 0.6rem;
    transition: 0.2s ease border, 0.2s ease background-color; }
    @media (max-width: 600px) {
      .psy-consults__btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1.9rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .psy-consults__btn:hover {
      border: 2px solid #FCB90F;
      background-color: #FCB90F; }
  .psy-consults__minutes, .psy-consults__meet {
    line-height: 1.8rem; }
    @media (max-width: 600px) {
      .psy-consults__minutes, .psy-consults__meet {
        line-height: 1.6rem;
        margin-top: -3px; } }
    @media (max-width: 400px) {
      .psy-consults__minutes, .psy-consults__meet {
        line-height: 1.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 1px; } }
    @media (max-width: 350px) {
      .psy-consults__minutes, .psy-consults__meet {
        width: auto; } }
  @media (max-width: 350px) {
    .psy-consults__minutes {
      height: 2rem; } }
  @media (max-width: 350px) {
    .psy-consults__meet {
      height: 3.8rem; } }
  .psy-consults__link {
    border-bottom: 1px solid #7a7979;
    transition: 0.2s ease border-bottom;
    font-weight: 600;
    text-decoration: none;
    color: #7a7979;
    letter-spacing: -0.03rem; }
    .psy-consults__link:hover {
      border-bottom: 1px solid transparent; }
  .psy-consults__condition-online {
    margin-top: 0; }
  @media (max-width: 600px) {
    .psy-consults__condition-meet {
      display: flex;
      flex-direction: column;
      gap: 10px; } }

.psy-languages {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem; }
  .psy-languages > ul.psy-langs-list {
    list-style-type: none;
    display: inline;
    padding-left: 1.2rem; }
    .psy-languages > ul.psy-langs-list > li {
      display: inline-block;
      color: #000;
      text-transform: lowercase;
      padding-right: 0.4rem; }
      .psy-languages > ul.psy-langs-list > li:after {
        content: ", "; }
      .psy-languages > ul.psy-langs-list > li:last-child:after {
        content: ""; }
      .psy-languages > ul.psy-langs-list > li img {
        padding-right: 0.4rem;
        margin-bottom: -1px; }

.psy-workwith {
  margin-top: 1.8rem;
  margin-bottom: 1.6rem; }
  .psy-workwith__btn {
    margin-right: 1.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.3rem;
    text-decoration: none;
    color: #326A9F;
    background-color: rgba(50, 107, 159, 0.1);
    border: 1px solid rgba(50, 107, 159, 0.1);
    padding: 0.5rem 1em;
    border-radius: 0.4rem;
    display: inline-block;
    margin-bottom: 0.6rem;
    -webkit-transition: 0.2s ease border, 0.2s ease background-color;
    -o-transition: 0.2s ease border, 0.2s ease background-color;
    transition: 0.2s ease border, 0.2s ease background-color; }
    .psy-workwith__btn::first-letter {
      letter-spacing: 5px; }
    .psy-workwith__btn:hover {
      background-color: #F5F5F5; }
    @media (max-width: 600px) {
      .psy-workwith__btn {
        display: inline-block;
        text-align: center;
        margin-bottom: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

.psy-category__btn {
  margin-right: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.3rem;
  text-decoration: none;
  color: #30a049;
  background-color: rgba(48, 160, 73, 0.1);
  border: 1px solid rgba(48, 160, 73, 0.1);
  padding: 0.5rem 1em;
  border-radius: 0.4rem;
  display: inline-block;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.2s ease border, 0.2s ease background-color;
  -o-transition: 0.2s ease border, 0.2s ease background-color;
  transition: 0.2s ease border, 0.2s ease background-color; }
  .psy-category__btn:hover {
    background-color: #F5F5F5; }
  @media (max-width: 600px) {
    .psy-category__btn {
      display: inline-block;
      text-align: center;
      margin-bottom: 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.psy-category__show_all {
  cursor: pointer;
  color: #202020;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.3rem;
  text-decoration-line: underline; }

.psy__btn {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #326A9F;
  border: 1px solid #326A9F;
  border-radius: 0.4rem;
  padding: 1.5rem 1.2rem 1.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in background-color, 0.2s ease-in border;
  line-height: normal; }
  .psy__btn:hover {
    background-color: #1b3a67;
    border: 1px solid #1b3a67; }
  .psy__btn-white {
    border: 1px solid #326A9F;
    color: #326A9F;
    background-color: #FFF;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.2s ease-in background-color, 0.2s ease-in border; }
    .psy__btn-white:hover {
      background-color: #f0f5f8;
      border: 1px solid #1b3a67; }

.psy-capabilities {
  display: block;
  min-height: 10px; }
  .psy-capabilities div {
    display: none; }
    .psy-capabilities div:first-child {
      margin-top: 1.8rem; }
      .psy-capabilities div:first-child.psy-languages {
        margin-top: 1rem; }
    .psy-capabilities div:last-child {
      margin-bottom: 1.8rem; }

.psy-description p-show-more {
  cursor: pointer;
  text-decoration: underline; }
  .psy-description p-show-more:hover {
    text-decoration: none; }

.psy-description,
.psy-languages,
.psy-workwith,
.psy-categories,
.psy-btn-group {
  margin-bottom: 1rem;
  margin-top: 1.5rem; }

.psy-description {
  margin-bottom: 0; }

.psy-btn-group {
  margin-top: 1rem; }

.psy-languages + .psy-workwith,
.psy-languages + .psy-categories,
.psy-languages + .psy-btn-group {
  margin-top: 1.8rem; }

.psy-workwith + .psy-categories,
.psy-categories + .psy-btn-group,
.psy-workwith + .psy-btn-group {
  margin-top: 1.9rem; }

@media (max-width: 600px) {
  .psy-languages + .psy-categories,
  .psy-languages + .psy-btn-group {
    margin-top: 1.8rem; }
  .psy-btn-group {
    margin-top: 0; } }

.play-video-greeting {
  background-image: url("../img/icon_play_video_greeting.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 37px;
  height: 37px;
  left: 8px;
  bottom: 7px; }
  @media (max-width: 600px) {
    .play-video-greeting {
      width: 28px;
      height: 28px;
      bottom: 5px;
      left: 6px; } }
  .play-video-greeting.small {
    width: 23px;
    height: 23px;
    left: 5px;
    bottom: 4px; }

.psy-image {
  flex: 0 0 16.5rem;
  margin-right: 21px;
  width: 12rem;
  height: 16rem;
  position: relative;
  border: none;
  background: none;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 600px) {
    .psy-image {
      flex: 0 0 12rem;
      width: 12rem;
      height: 15.9rem;
      margin-right: 8px; } }
  @media (max-width: 400px) {
    .psy-image {
      flex: 0 0 10rem;
      margin-right: 3px; } }
  .psy-image ._disabled {
    pointer-events: none; }
    .psy-image ._disabled::after {
      display: none; }
  .psy-image ._link {
    pointer-events: all; }
  .psy-image img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 6px; }

.psy-activities-list {
  width: 100%;
  margin-top: 1.3rem;
  margin-bottom: -0.8rem; }

.psy-activities__btn {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.3rem;
  text-decoration: none;
  color: #326A9F;
  background-color: #FFF;
  border: 1px solid #326A9F;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-bottom: 1rem;
  transition: 0.2s ease border, 0.2s ease background-color;
  box-sizing: border-box; }
  .psy-activities__btn:hover {
    background-color: #F0F5F8; }

.psy-footer_mobi .psy-activities-list + .psy-description {
  margin-top: -0.5rem; }

.psy-footer_mobi .psy-activities-list {
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #00000014 white;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: .7rem;
  padding-bottom: .4rem;
  display: inline-block; }

.psy-footer_mobi .psy-activities__btn {
  margin-bottom: 1rem; }

.psy-modal {
  position: absolute;
  background-color: #ffffff;
  display: -ms-grid;
  display: grid;
  grid-template-columns: calc(59% - 8rem) 41%;
  align-items: start;
  gap: 0.5rem 8rem;
  box-shadow: 6px 4px 20px rgba(25, 68, 95, 0.1);
  padding: 0.5rem 2.5rem 2.7rem 3rem;
  max-width: 793px;
  margin: 0 15px;
  box-sizing: border-box;
  border-radius: 0.9rem; }
  @media (max-width: 768px) {
    .psy-modal {
      grid-template-columns: 1fr;
      width: calc(100% - 14rem);
      grid-template-areas: "close" "contact" "skype" "list" "social" "close-mobile";
      gap: 0;
      padding-bottom: 2rem; } }
  @media (max-width: 600px) {
    .psy-modal {
      width: initial;
      max-width: 100%;
      margin: 0;
      padding: 0.5rem 1.8rem 2rem 1.8rem;
      border-radius: 0; } }

.video-greeting-popup {
  grid-template-columns: 1fr !important;
  width: 100% !important; }
  .video-greeting-popup .close__text {
    display: block !important; }
    @media (max-width: 600px) {
      .video-greeting-popup .close__text {
        display: none;
        align-self: end; } }
  .video-greeting-popup .modal-close-button-wrapper {
    text-align: right;
    display: flex;
    justify-content: center; }

.close {
  justify-content: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  grid-gap: 10px; }

.modal-close-button-wrapper {
  text-align: right;
  display: flex;
  justify-content: center; }

.psy-modal-bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto; }

@media (max-width: 600px) {
  .psy-modal-bg {
    justify-content: flex-start; } }

@media (max-width: 1230px) and (max-height: 570px) {
  .psy-modal-bg {
    justify-content: flex-start; } }

@media (max-width: 768px) and (max-height: 720px) {
  .psy-modal-bg {
    justify-content: flex-start; } }

.psy-modal .close {
  grid-column: 1 / 3;
  text-align: right;
  background-color: transparent;
  border: none;
  font-size: 4rem;
  color: #326a9f; }

@media (max-width: 768px) {
  .psy-modal .close {
    grid-column: 1 / 2;
    grid-area: close; } }

@media (max-width: 600px) {
  .psy-modal .close {
    color: #525252;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 3rem; } }

.psy-modal .close__text {
  text-transform: uppercase;
  font-size: 1.8rem;
  border-bottom: 1px solid #525252;
  display: none; }
  @media (max-width: 600px) {
    .psy-modal .close__text {
      display: inline-block;
      margin-right: 0.5rem; } }

.psy-modal .close--mobile {
  display: none; }
  @media (max-width: 600px) {
    .psy-modal .close--mobile {
      display: flex;
      grid-area: close-mobile;
      margin-bottom: 0; } }

.psy-modal__h3 {
  font-size: 1.8rem;
  color: #326a9f;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0; }

.psy-modal__hide {
  padding: 0 !important; }
  @media (max-width: 600px) {
    .psy-modal__hide {
      display: none; } }

.video-greeting-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video-greeting-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ctlg-tab-show_more {
  color: #326A9F;
  padding: 5px;
  background-color: #FFF;
  border: 2px solid #326A9F;
  border-radius: 4px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 44px;
  margin-bottom: -9px; }
  .ctlg-tab-show_more:hover {
    background-color: rgba(25, 68, 95, 0.1);
    border-color: rgba(25, 68, 95, 0.1); }
  @media (max-width: 600px) {
    .ctlg-tab-show_more {
      font-size: 16px; } }
  .ctlg-tab-show_more img {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    margin-right: 7px;
    display: none; }

.slick-dots li {
  margin: 0 2px; }
  .slick-dots li button:before {
    content: " ";
    width: 12px;
    height: 12px;
    margin: 4px;
    background: #c4c4c4;
    border-radius: 50%;
    opacity: 0.7; }
  .slick-dots li.slick-active button:before {
    background: #FFAF14;
    width: 14px;
    height: 14px;
    margin: 3px; }

.slick-prev, .slick-next {
  width: 50px;
  height: 50px; }

.slick-next {
  right: -55px; }
  .slick-next:before {
    content: " ";
    display: inline-block;
    background: url(/img/slide-right.svg) transparent no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain; }

.slick-prev {
  left: -55px; }
  .slick-prev:before {
    content: " ";
    display: inline-block;
    background: url(/img/slide-left.svg) transparent no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain; }

.a {
  text-decoration: underline; }
  .a:hover {
    text-decoration: none; }
  .a-no_decorate {
    text-decoration: none; }

.question-resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  display: block; }
  .question-resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.mce-tinymce__youtube-addvideo-button {
  border: 2px solid red !important;
  padding-bottom: 3px !important;
  display: inline-block; }

.animation__loading-ellipsis {
  display: inline-block;
  font-weight: bold;
  font-family: monospace;
  font-size: 18px;
  color: #fff;
  position: relative; }
  .animation__loading-ellipsis::after {
    content: "...";
    display: inline-block;
    clip-path: inset(0 3ch 0 0);
    animation: loading-ellipsis 1.5s steps(4) infinite; }

@keyframes loading-ellipsis {
  to {
    clip-path: inset(0 -1ch 0 0); } }
