.menu__item ul li.li-dropper {
  position: relative;
}
.menu__item ul li.li-dropper>a {
  position: relative;
  padding-right: 30px;
}
.menu__item ul li.li-dropper>a:before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d3d91;
  border-right: 2px solid #1d3d91;
}
.menu__item ul li.li-dropper>.inset {
  position: absolute;
  left: calc(100% - 0px);
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.menu__item ul li.li-dropper:hover>.inset {
  opacity: 1;
  pointer-events: all;
}
.menu__item ul li.li-dropper>.inset .ul-inset {
  background-color: #fff;
  top: 0px;
}
.menu__item ul li.li-dropper:nth-child(1)>.inset .ul-inset {
  top: -3px;
}
.menu__item ul li.li-dropper>.inset .ul-inset>li>a {
  text-decoration: none;
  color: #1d3d91;  
}

.yul,
.nul {
  text-decoration: none;
}
.yul .dashed,
.nul .dashed {
  transition: all ease 0.2s;
  border-bottom: 1px dashed transparent;
}
.yul .dashed.dash,
.nul .dashed.dash {
  border-bottom-style: solid;
}
.nul:hover .dashed {
  border-bottom-color: transparent;
}
.yul:hover .dashed {
  border-bottom-color: purple;
}
.color-white,
a.color-white {
  color: #fff;
}
a.yul.color-white .dashed,
a.nul.color-white:hover .dashed {
  border-bottom-color: #fff;
}
a.yul.color-white:hover .dashed {
  border-bottom-color: transparent;
}
.color-gray,
a.color-gray {
  color: #909090;
}
a.yul.color-gray .dashed,
a.nul.color-gray:hover .dashed {
  border-bottom-color: #909090;
}
a.yul.color-gray:hover .dashed {
  border-bottom-color: transparent;
}
.color-black,
a.color-black {
  color: #202020;
}
a.yul.color-black .dashed,
a.nul.color-black:hover .dashed {
  border-bottom-color: #202020;
}
a.yul.color-black:hover .dashed {
  border-bottom-color: transparent;
}
.color-red,
a.color-red {
  color: #ed3b3b;
}
a.yul.color-red .dashed,
a.nul.color-red:hover .dashed {
  border-bottom-color: #ed3b3b;
}
a.yul.color-red:hover .dashed {
  border-bottom-color: transparent;
}
.color-dblue,
a.color-dblue {
  color: #1D3D91;
}
a.yul.color-dblue .dashed,
a.nul.color-dblue:hover .dashed {
  border-bottom-color: #1D3D91;
}
a.yul.color-dblue:hover .dashed {
  border-bottom-color: transparent;
}
.color-gold,
a.color-gold {
  color: #D7B956;
}
a.yul.color-gold .dashed,
a.nul.color-gold:hover .dashed {
  border-bottom-color: #D7B956;
}
a.yul.color-gold:hover .dashed {
  border-bottom-color: transparent;
}


h5,
.h5,
._h5 {
  font-size: 18px;
}
h6,
.h6,
._h6 {
  font-size: 16px;
}
.h7,
._h7 {
  font-size: 14px;
}
.s-dblue-bg {
  background-color: #1D3D91;
}

.s-footer {
  background-color: #C8DEF4;
}
.s-footer .footer-top,
.s-footer .footer-middle,
.s-footer .footer-bottom.copy {
  padding-top: 0;
  padding-bottom: 0;
}
.s-footer .footer-bottom {
  background-color: transparent;
}
.s-footer .footer-bottom .developer {
  margin: 0;
  top: 0;
  right: 0;
}
.s-footer .footer-bottom .developer a {
  text-decoration: underline;
}
.s-footer .footer-bottom .developer a:hover {
  text-decoration: none;
}

.row-footer-top .col-logo {
  flex: 0 0 193px;
  max-width: 193px;
}
.row-footer-top .col-consult-btn {
  flex: 0 0 calc(100% - 193px);
  max-width: calc(100% - 193px);
}

.s-dblue-bg .article h1,
.s-dblue-bg .article ._h1,
.s-dblue-bg .article h2,
.s-dblue-bg .article ._h2,
.s-dblue-bg .article h3,
.s-dblue-bg .article ._h3,
.s-dblue-bg .article h4,
.s-dblue-bg .article ._h4 {
  color: #fff;
}

.footer-callback-btn {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 20px;
  color: #1D3D91;
  border: 3px solid #D7B956;
  border-radius: 20px;
  transition: all ease 0.2s;
  text-align: center;
}
.footer-callback-btn:hover {
  background-color: #d7b956;
}

.swiper-index-reviews-slider .swiper-button {
  top: 50%;
  transform: translateY(-50%);
}

.w-feedback-list-item-frame>.frame {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}
.w-feedback-list-item-frame.horizontal-image>.frame img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  object-position: center;
}
a .w-feedback-list-item-frame>.frame img {
  transition: all ease 0.2s;
}
a:hover .w-feedback-list-item-frame>.frame img {
  transform: scale(1.1);
}

.w-person-item-short-info-frame>.frame {
  border-radius: 8px;
  padding: 30px;
  border: 3px solid #2F57BF;
}
.button {
  text-decoration: none;
}
.button.round {
  border-radius: 22px;
}
.button.medium {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 25px;
}
.button.gold {
  background: #D7B956;
  border: 1px solid #D7B956;
  color: #1D3D91;
}
.button.gold:hover {
  background: #e5ce81;
  border-color: #e5ce81;
  color: #1D3D91;
}

.fcjcb {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.fcjcb>.col {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.s-person-page-content .w-image.w-person-photo {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1299px) {
  .s-serts-list-slider .swiper-button {
    display: none;
  }
}
@media (max-width: 419px) {
  .row-footer-top .col-consult-btn,
  .row-footer-top .col-logo {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }
  .row-footer-top .col-logo .footer-logo {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}