.tooltip {
  background: white;
  border: 5px solid #3b5086;
  bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  left: calc(100% - 5px);
  padding: 15px;
  position: absolute;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.tooltip:after {
  border-color: transparent transparent #3b5086 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  bottom: 5px;
  content: '';
  height: 0;
  left: -15px;
  position: absolute;
  width: 0;
}
.tooltip * + * {
  display: block;
  margin-top: 15px;
}

.quick-menu-container {
  height: 100%;
  left: calc(50% + 490px + 40px);
  position: absolute;
  top: 0;
  z-index: 1;
}

.quick-menu {
  color: #3f68b6;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 240px;
  width: 120px;
}
.quick-menu:before {
  background-color: #7090cc;
  border: 4px solid #3f68b6;
  border-radius: 10px;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
  z-index: -1;
}
.quick-menu__title {
  color: white;
  padding: 12px 0 4px;
  text-align: center;
}
.quick-menu__group {
  background-color: white;
  border: 4px solid #3f68b6;
}
.quick-menu__group:not(:first-of-type) {
  margin-top: 10px;
}
.quick-menu__group:first-of-type {
  margin-top: 8px;
}
.quick-menu__group > a {
  cursor: pointer;
  display: block;
  padding: 4px;
}
.quick-menu__group > a._center {
  text-align: center;
}
.quick-menu__group > a._flex {
  display: flex;
}
.quick-menu__group > a:not(:first-child) {
  border-top: 1px dashed #3f68b6;
}
.quick-menu__area-title {
  align-items: center;
  background-color: #3f68b6;
  color: white;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 4px 5px;
}
._opened .quick-menu__area-title img {
  transform: rotateZ(90deg);
}
.quick-menu__area-list {
  display: none;
}
._opened .quick-menu__area-list {
  display: block;
}
.quick-menu__area-list a {
  align-items: center;
  display: flex;
  padding: 4px 12px;
}
.quick-menu__area-list a:not(:first-child) {
  border-top: 1px dashed #3f68b6;
}
.quick-menu .go-top {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-top: 8px;
  padding: 4px 0 12px;
  text-align: center;
}
.quick-menu .go-top > * + * {
  margin-left: 5px;
}

.main__row-1 {
/*  padding: 75px 0; */
  padding: 0px 0; */
  position: relative;
  z-index: 0;
}
.main__row-1:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main__row-1:after {
  background-image: url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  left: 0;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.main__row-1 * {
  font-family: 'Inter', Arial, sans-serif;
}
.main__row-1 > div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
  will-change: tansform;
}
.main__row-1 .tax-accountant-search {
  height: 245px;
  padding-top: 30px;
  width: 460px;
}
.main__row-1 .tax-accountant-search__title {
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 30px;
}
.main__row-1 .tax-accountant-search__description {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 20px;
}
.main__row-1 .tax-accountant-search form {
  margin-top: 40px;
}
.main__row-1 .tax-accountant-search form input {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('/new_new/asset/img/main__row-1/search.svg');
  background-position: right 9px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  height: 38px;
  padding: 7px 42px 7px 9px;
  position: relative;
  width: 200px;
}
.main__row-1 .tax-accountant-search form input:focus {
  background-color: white;
}
.main__row-1 .tax-accountant-search form input:after {
  content: url('/new_new/asset/img/main__row-1/search.svg');
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.main__row-1 .tax-accountant-search form button {
  background: #3f68b6;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  height: 38px;
  line-height: 16px;
  margin-left: 20px;
  width: 103px;
}
.main__row-1 .tax-accountant-search__other-links {
  color: #3f68b6;
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  text-decoration: underline;
}
.main__row-1 .tax-accountant-search__other-links > * + * {
  margin-left: 10px;
}
.main__row-1 .banner {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 245px;
  padding: 30px;
  width: 473px;
}
.main__row-1 .banner__swiper {
  height: 100%;
}
.main__row-1 .banner .swiper-slide {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.main__row-1 .banner__swiper-pagination {
  bottom: 0 !important;
  text-align: left;
}
.main__row-1 .banner__swiper-pagination .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
}
.main__row-1 .banner__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b19672;
}
.main__row-1 .banner h2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 21px;
  -webkit-line-clamp: 2;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main__row-1 .banner p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
  -webkit-line-clamp: 2;
  line-height: 18px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main__row-1 .banner a {
  align-items: center;
  background: #b19672;
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 39px;
  justify-content: center;
  line-height: 19px;
  margin-top: auto;
  text-align: center;
  width: 99px;
}

.main__row-2 {
  background-color: #f5f7fb;
  padding: 25px 0;
}
.main__row-2 > div {
  display: flex;
  height: 102px;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}
.main__row-2 a {
  align-items: center;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  justify-content: space-between;
  line-height: 16px;
  padding: 8px;
  text-align: center;
}
.main__row-2 a:hover {
  border-color: #3f68b6;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
}

.main__row-3 {
  padding: 30px 0;
}
.main__row-3 > div {
  display: flex;
  height: 287px;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}
.main__row-3 .photo-gallery {
  background: #3f68b6;
  border: 4px solid #3f68b6;
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  padding: 0 15px;
  width: 350px;
}
.main__row-3 .photo-gallery__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.main__row-3 .photo-gallery__header h3 {
  font-size: 17px;
  line-height: 20px;
}
.main__row-3 .photo-gallery__header a {
  font-size: 13px;
  line-height: 15px;
}
.main__row-3 .photo-gallery__image-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.main__row-3 .photo-gallery__image-container img {
  height: 196px;
}
.main__row-3 .photo-gallery__image-container span {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 15px;
  line-height: 17px;
}
.main__row-3 .board {
  border: 4px solid #3b8686;
  display: flex;
  flex-direction: column;
  width: 600px;
}
.main__row-3 .board__header {
  display: flex;
  background-color: #3b8686;
}
.main__row-3 .board__name {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  line-height: 20px;
  justify-content: center;
  padding: 10px 15px;
}
.main__row-3 .board__name:hover {
  background-color: #50a1a1;
}
.main__row-3 .board__name._selected {
  background-color: white;
  color: #3b8686;
  font-weight: bold;
}
.main__row-3 .board__article-container {
  flex: 1;
  position: relative;
}
.main__row-3 .board__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.main__row-3 .board__list._show {
  visibility: visible;
}
.main__row-3 .board__list > div {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  line-height: 15px;
  padding: 6px 15px;
}
.main__row-3 .board__list > div:hover {
  font-weight: bold;
}
.main__row-3 .board__item {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  line-height: 15px;
  padding: 6px 15px;
}
.board__item-title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 70px);
}
.main__row-3 .board__item:hover {
  font-weight: bold;
}
.main__row-3 .board__item-date {
  color: #929292;
}

.main__row-4 {
  background-color: #f5f7fb;
  padding: 30px 0;
}
.main__row-4 > div {
  display: flex;
  height: 350px;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}
.main__row-4 .row-4__service-panel {
  width: 600px;
}
.main__row-4 .row-4__service-group + .row-4__service-group {
  margin-top: 30px;
}
.main__row-4 .row-4__service-group > h3 {
  align-items: center;
  display: flex;
  height: 40px;
  font-size: 17px;
  line-height: 20px;
}
.main__row-4 .row-4__service-group > nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.main__row-4 .row-4__service-group._info-service .row-4__service-item:hover {
  border-color: #3b8686;
}
.main__row-4 .row-4__service-group._tax-service .row-4__service-item:hover {
  border-color: #3b5086;
}
.main__row-4 .row-4__service-item {
  border: 2px solid white;
  height: 110px;
  position: relative;
}
.main__row-4 .row-4__service-item > a {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: 100%;
  line-height: 15px;
  padding: 8px 3px;
  text-align: center;
  width: 83.33px;
}
.main__row-4 .row-4__service-item > a span {
  align-items: center;
  display: flex;
  flex: 1;
  margin-top: 5px;
}
.main__row-4 .row-4__service-item:hover {
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.25);
}
.main__row-4 .row-4__service-item:hover .tooltip {
  visibility: visible;
}

.related-orgs {
  height: 180px;
  padding: 30px 0;
  position: relative;
}
.related-orgs > div {
  margin: 0 auto;
  width: 980px;
}
.related-orgs__header {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  display: flex;
  height: 40px;
  justify-content: space-between;
}
.related-orgs__header h3 {
  font-size: 17px;
  line-height: 20px;
}
.related-orgs__header button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  padding: 6px 15px;
}
.related-orgs__carousel-container {
  position: relative;
}
.related-orgs__carousel-container .swiper-button-prev {
  background-image: url('/new_new/asset/img/main__row-5/btn_link_pre.png') !important;
  height: 22px;
  left: 0;
  top: calc(50% + 20px);
  transform: translateY(50%);
  width: 23px;
}
.related-orgs__carousel-container .swiper-button-prev:after {
  content: none;
}
.related-orgs__carousel-container .swiper-button-next {
  background-image: url('/new_new/asset/img/main__row-5/btn_link_next.png') !important;
  height: 22px;
  right: 0;
  top: calc(50% + 20px);
  transform: translateY(50%);
  width: 23px;
}
.related-orgs__carousel-container .swiper-button-next:after {
  content: none;
}
.related-orgs__swiper {
  height: 80px;
  margin: 0 auto;
  overflow: clip visible;
  width: calc(100% - 124px);
}
.related-orgs__swiper .swiper-wrapper {
  box-sizing: border-box;
}
.related-orgs__swiper-slide a {
  align-items: end;
  display: flex;
  height: 100%;
}
.related-orgs .tooltip {
  display: none;
  left: 0;
  visibility: visible;
  z-index: 10;
}
.related-orgs .tooltip:hover {
  display: block;
}
