@charset "UTF-8";
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/tahoma.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-image: url("../images/layouts/background.png");
  line-height: 1;
  font-family: "Tahoma";
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

table {
  text-indent: inherit;
  border-spacing: inherit;
}

table th {
  font-weight: inherit;
  text-align: inherit;
}

.container {
  max-width: 120rem;
  box-sizing: content-box;
  margin: 0 auto;
}
@media (min-width: 85.4375em) {
  .container {
    padding: 0 4.6875rem;
  }
}
@media (max-width: 85.4375em) {
  .container {
    padding: 0 3.125rem;
  }
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .container {
    padding-left: clamp( 1.25rem , -0.1077586207rem  +  5.1724137931vw , 3.125rem );
  }
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .container {
    padding-right: clamp( 1.25rem , -0.1077586207rem  +  5.1724137931vw , 3.125rem );
  }
}
@media (max-width: 26.25em) {
  .container {
    padding: 0 1.25rem;
  }
}

.content-container {
  max-width: 1040px;
  margin: 0 20px;
  width: 100%;
}
@media (max-width: 85.4375em) {
  .content-container {
    max-width: 940px;
    padding-left: 40px;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .content-container {
    padding-left: 0;
    width: 100%;
    margin: 0;
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .content-container {
    margin-left: 0;
  }
}

.wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wrapper {
    flex-direction: column;
  }
}

.main {
  margin-top: 165px;
  margin-bottom: 80px;
}

.block-header {
  font-size: 24px;
  color: #2a344c;
  font-weight: bold;
}

.sm-only {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sm-only {
    display: inherit !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .sm-column {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .sm-none {
    display: none !important;
  }
}

.burger-check {
  display: none;
}

.burger {
  position: relative;
  float: right;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (min-width: 768.8px) {
  .burger {
    display: none;
  }
}
@media (max-width: 768px) {
  .burger {
    width: 50px;
  }
}
@media (max-width: 420px) {
  .burger {
    width: 40px;
  }
}
.burger span {
  position: absolute;
  left: 10px;
  top: 22px;
  width: 40px;
  height: 4px;
  background: var(--main-color);
  border-radius: 0.2em;
}
@media (max-width: 420px) {
  .burger span {
    width: 30px;
  }
}
.burger span:before, .burger span:after {
  position: absolute;
  left: 10px;
  top: 22px;
  width: 40px;
  height: 4px;
  background: var(--main-color);
  border-radius: 10px;
}
@media (max-width: 420px) {
  .burger span:before, .burger span:after {
    width: 30px;
  }
}
.burger span:before, .burger span:after {
  content: "";
  left: 0;
}
.burger span:before {
  top: -8px;
}
.burger span:after {
  top: 8px;
}

.burger-check:checked + .burger:after {
  content: "";
}
.burger-check:checked + .burger span {
  height: 0;
  width: 0;
}
.burger-check:checked + .burger span:before, .burger-check:checked + .burger span:after {
  top: 6px;
}
.burger-check:checked + .burger span:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.burger-check:checked + .burger span:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(-225deg);
}

span.boo {
  width: auto;
  margin-top: 0;
  line-height: 60px;
  height: 0;
  overflow: hidden;
}

/* Reveals Boo! (IE9 or higher) */
.a-header {
  float: right;
  max-width: 70px;
  margin: 0;
}
.a-header .item-main {
  width: 100%;
  display: flex;
}
.a-header label {
  z-index: 3;
}
.a-header .menu-top__wrapper {
  position: absolute;
  opacity: 1;
  z-index: 2;
  border-radius: 10px;
  top: 0px;
  float: left;
  min-width: 100%;
  background: #f8faff;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
}
@media (max-width: 420px) {
  .a-header .menu-top__wrapper {
    right: -20px;
  }
}
.a-header .menu-top__item {
  height: 0;
}
.a-header ul {
  overflow-y: auto;
  height: 0;
  max-height: 100vh;
}
.a-header ul a {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  line-height: 50px;
  padding: 0 15px;
  padding-right: 0;
  text-decoration: none;
  overflow: hidden;
  color: #333;
  text-align: left;
}
.a-header ul li {
  height: 0;
}
.a-header ul li:first-child a.main-menu__text {
  text-align: center !important;
  margin: 0 !important;
}
.a-header ul .menu-top__arrow {
  height: 0;
  transform: rotate(180deg);
}
.a-header ul .menu-top__arrow-detail {
  display: none;
}
.a-header ul .menu-top__detail-wrapper {
  padding: 0 10px;
  padding-top: 0px !important;
  margin: 0 auto;
}
.a-header ul .menu-top__detail-wrapper .menu-top__detail-item {
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 5px 0px;
  border: 1px solid #eeeff1;
  border-radius: 15px;
  box-shadow: 0 7px 14px rgba(11, 31, 53, 0.1);
  background: #fff;
}
.a-header ul .menu-top__arrow-detail.checked {
  display: block;
}

/* Animate height of 'a' element in order to reveal the menu on check (IE9 or higher) */
#main-nav:checked ~ .menu-top__wrapper {
  -webkit-animation: linear;
  -webkit-animation-name: run;
  -webkit-animation-duration: 0.5s;
  height: 100vh !important;
}

@keyframes run {
  0% {
    left: 310px;
  }
  10% {
    left: 280px;
  }
  20% {
    left: 250px;
  }
  30% {
    left: 220px;
  }
  40% {
    left: 190px;
  }
  50% {
    left: 160px;
  }
  100% {
    left: 0;
  }
}
#main-nav:checked ~ .menu-top__wrapper ul a {
  min-height: 35px;
  height: 100%;
  line-height: 30px;
  font-size: 1rem;
  text-align: start;
}

#main-nav:checked ~ .menu-top__wrapper ul {
  height: auto;
  padding-top: 17px;
}
#main-nav:checked ~ .menu-top__wrapper ul li {
  height: auto;
  min-height: 35px;
  margin: 16px 12px;
}
#main-nav:checked ~ .menu-top__wrapper ul li .menu-top__item-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border: 1px solid #eeeff1;
  border-radius: 15px;
  box-shadow: 0 7px 14px rgba(11, 31, 53, 0.1);
  background: #fff;
}

#main-nav:checked ~ .menu-top__wrapper ul li.menu-top__item:first-child {
  padding: 0;
  box-shadow: none;
  border: none;
}
#main-nav:checked ~ .menu-top__wrapper ul li.menu-top__item:first-child a {
  width: 100%;
}

#main-nav:checked ~ .menu-top__wrapper ul svg {
  height: 100%;
}

#main-nav:checked ~ .menu-top__wrapper .menu-top__arrow-wrapper {
  padding-right: 15px;
}
#main-nav:checked ~ .menu-top__wrapper .menu-top__arrow-wrapper .menu-top__arrow.checked {
  transform: rotate(270deg);
}

.header {
  margin-bottom: 60px;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  /* .header-top */
  /* .header-bottom */
}
.header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .header-top {
    flex-direction: column;
  }
}
.header-bottom {
  border-bottom: 2px solid #c1c1c1;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}

.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 850px) {
  .header-left {
    justify-content: space-between;
  }
}
@media (min-width: 1367px) {
  .header-left .header-logo {
    margin-right: 4.375rem;
  }
}
@media (max-width: 1000px) {
  .header-left .header-logo {
    margin-right: 16px;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-left .header-logo {
    margin-right: clamp( 1.875rem , -4.9556010929rem  +  10.9289617486vw , 4.375rem );
  }
}
@media (max-width: 1000px) {
  .header-left .header-logo__image {
    max-width: 230px;
    width: 100%;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-left .header-logo__image {
    width: clamp( 16.25rem , 7.7117486339rem  +  13.6612021858vw , 19.375rem );
  }
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .header-left .header-logo__image {
    width: clamp( 12.8125rem , 10.3232758621rem  +  9.4827586207vw , 16.25rem );
  }
}
.header-left .person-button {
  display: flex;
  align-items: center;
  /* .person-button__text */
  /* .person-button__input */
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .header-left .person-button {
    width: clamp( 9.375rem , 7.5646551724rem  +  6.8965517241vw , 11.875rem );
  }
}
.header-left .person-button__text {
  margin: 0.9375rem 0;
  color: #2a344c;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header-left .person-button__text {
    font-size: 1rem;
  }
}
@media (max-width: 1050px) {
  .header-left .person-button__selections {
    font-size: 1rem;
  }
}
.header-left .person-button__input[type=checkbox] {
  position: relative;
  width: 3.125rem;
  height: 28px;
  -webkit-appearance: none;
  outline: none;
  background: #c6c6c6;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
  background: #e9a50d;
  cursor: pointer;
  /* .person-button__input */
  /* .person-button__input */
  /* .person-button__input */
}
.header-left .person-button__input[type=checkbox]:checked[type=checkbox] {
  background: #54993b;
}
.header-left .person-button__input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  border-radius: 20px;
  top: 4px;
  left: 3px;
  background: #fff;
  transition: 0.5s;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header-left .person-button__input[type=checkbox]:checked[type=checkbox]:before {
  left: 25px;
}
@media (max-width: 1000px) {
  .header-left .person-button__input[type=checkbox]:checked[type=checkbox]:before {
    left: 25px;
  }
}
@media (max-width: 420px) {
  .header-left .person-button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .header-left .person-button .selection-bank {
    margin-top: 0.5rem;
  }
}
@media (max-width: 420px) {
  .header-left .person-button .selection-individuals {
    margin-bottom: 0;
  }
}

.telephone {
  /* .telephone__link */
}
@media (min-width: 1367px) {
  .telephone {
    margin-right: 4.375rem;
  }
}
@media (max-width: 1000px) {
  .telephone {
    margin-right: 16px;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .telephone {
    margin-right: clamp( 1.875rem , -4.2725409836rem  +  9.8360655738vw , 4.125rem );
  }
}
.telephone__link {
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .telephone__link {
    width: clamp( 12.5rem , 3.9617486339rem  +  13.6612021858vw , 15.625rem );
  }
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .telephone__link {
    width: clamp( 10.625rem , 9.2672413793rem  +  5.1724137931vw , 12.5rem );
  }
}
@media (max-width: 62.5em) {
  .telephone__link {
    font-size: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .telephone__link {
    font-size: 1rem;
  }
}

.header-right {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 850px) {
  .header-right {
    justify-content: space-between;
  }
}
.header-right__second {
  position: relative;
  display: flex;
  align-items: center;
}
.header-right__vision {
  display: inline-block;
}
.header-right .telephone {
  /* .telephone__link */
}
@media (min-width: 1367px) {
  .header-right .telephone {
    margin-right: 4.375rem;
  }
}
@media (max-width: 1000px) {
  .header-right .telephone {
    margin-right: 16px;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-right .telephone {
    margin-right: clamp( 1.875rem , -4.2725409836rem  +  9.8360655738vw , 4.125rem );
  }
}
.header-right .telephone__link {
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.3125rem;
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-right .telephone__link {
    width: clamp( 12.5rem , 3.9617486339rem  +  13.6612021858vw , 15.625rem );
  }
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .header-right .telephone__link {
    width: clamp( 10.625rem , 9.2672413793rem  +  5.1724137931vw , 12.5rem );
  }
}
@media (max-width: 1050px) {
  .header-right .telephone__link {
    font-size: 0.9375rem;
  }
}
@media (max-width: 780px) {
  .header-right .telephone__link {
    font-size: 0.84375rem;
  }
}
@media (max-width: 476px) {
  .header-right .telephone__link {
    font-size: 1rem;
  }
}
@media (max-width: 393px) {
  .header-right .telephone__link {
    font-size: 0.875rem;
  }
}
.header-right .cite-selector {
  cursor: pointer;
  display: inherit;
  position: relative;
}
@media (min-width: 1367px) {
  .header-right .cite-selector {
    margin-right: 3.125rem;
  }
}
@media (max-width: 1000px) {
  .header-right .cite-selector {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .header-right .cite-selector {
    margin-right: 0;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-right .cite-selector {
    margin-right: clamp( 1.875rem , -1.5403005464rem  +  5.4644808743vw , 3.125rem );
  }
}
.header-right .cite-selector__select {
  appearance: none;
  background: none;
}
.header-right .cite-selector__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  border-radius: 0.3125rem;
  cursor: pointer;
  user-select: none;
}
.header-right .cite-selector__toggle::after {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
}
.header-right .cite-selector__toggle:focus {
  outline: none;
}
.header-right .cite-selector__dropdown {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 1.4rem;
  display: none;
  width: max-content;
  overflow-y: auto;
  border-radius: 0.3125rem;
  background-color: white;
  padding: 1rem 1.5rem 0;
  left: -15px;
}
@media (max-width: 768px) {
  .header-right .cite-selector__dropdown {
    font-size: 16px;
  }
}
@media (max-width: 62.5em) {
  .header-right .cite-selector__backdrop {
    font-size: 1.1875rem;
  }
}
@media (max-width: 420px) {
  .header-right .cite-selector__backdrop {
    font-size: 1rem;
  }
}
.header-right .cite-selector__options {
  margin: 0;
  padding: 0;
}
.header-right .cite-selector__option {
  padding-bottom: 0.625rem;
}
.header-right .cite-selector__option:hover {
  cursor: pointer;
  color: var(--main-color);
}
.header-right .cite-selector__option.selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e1f5fe;
}
.header-right .cite-selector__option.selected::after {
  width: 0.75rem;
  height: 0.75rem;
  color: #0277bd;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
}
.header-right .cite-selector.show .cite-selector__toggle::after {
  transform: rotate(180deg);
}
.header-right .cite-selector.show .cite-selector__dropdown {
  display: block;
}

.header-mobile {
  justify-content: space-between;
  margin-top: 7px;
  display: none;
}
@media (max-width: 768px) {
  .header-mobile {
    display: flex !important;
  }
}

.header-menu .open-detail {
  display: none;
  position: relative;
}
.header-menu .svg-icon-arrow {
  transition: 0.5s all;
}
.header-menu.active .svg-icon-arrow {
  transform: rotate(180deg);
}
.header-menu.active .detail-menu-wrapper {
  transition: 0.5s all;
  background-color: white;
  border-radius: 12px;
  position: absolute;
  padding: 0 10px;
  top: 30px;
  z-index: 1;
  left: -25px;
}
.header-menu.active .detail-menu-wrapper li {
  padding: 10px 5px;
}
.header-menu:not(.active) .detail-menu-wrapper {
  display: none;
}
.header-menu .hidden {
  display: none;
}
@media (max-width: 1200px) {
  .header-menu {
    display: flex;
    align-items: center;
  }
  .header-menu .open-detail {
    display: block;
    margin-left: 1.25rem;
    font-size: 20px;
  }
  .header-menu .menu-top_item--hide-3 {
    display: none;
  }
  .header-menu .menu-top__item--hidden-3 {
    display: block;
  }
}
.header-menu .menu-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-menu .menu-top {
    overflow: hidden;
    height: 20px;
    align-items: center;
  }
}
.header-menu .menu-top__item {
  color: #2a344c;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .header-menu .menu-top__item {
    margin-right: 6.25rem;
  }
}
@media (min-width: 62.5em) and (max-width: 85.375em) {
  .header-menu .menu-top__item {
    margin-right: clamp( 3.4375rem , -4.2469262295rem  +  12.2950819672vw , 6.25rem );
  }
}
@media (max-width: 1000px) {
  .header-menu .menu-top__item.hidden {
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  .header-menu .menu-top_item--hide-2 {
    display: none;
  }
  .header-menu .menu-top__item--hidden-2 {
    display: block;
  }
}
@media (max-width: 980px) {
  .header-menu .menu-top_item--hide-1 {
    display: none;
  }
  .header-menu .menu-top__item--hidden-1 {
    display: block;
  }
}

.person-button {
  display: flex;
  align-items: center;
  /* .person-button__text */
  /* .person-button__input */
}
@media (min-width: 26.25em) and (max-width: 62.5em) {
  .person-button {
    width: clamp( 9.375rem , 7.5646551724rem  +  6.8965517241vw , 11.875rem );
  }
}
.person-button__text {
  margin: 0.9375rem 0;
  color: #2a344c;
}
@media (max-width: 768px) {
  .person-button__text {
    font-size: 1rem;
  }
}
.person-button.sm-only {
  width: 100%;
}
@media (max-width: 1000px) {
  .person-button__selections {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .person-button__selections {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.person-button__selections .selection-individuals, .person-button__selections .selection-bank {
  margin-top: 0.875rem !important;
  margin: 0;
}
.person-button__selections .selection-individuals.active, .person-button__selections .selection-bank.active {
  border-bottom: 1px solid var(--main-color);
}
.person-button__input[type=checkbox] {
  position: relative;
  width: 3.125rem;
  height: 28px;
  -webkit-appearance: none;
  outline: none;
  background: #c6c6c6;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
  background: #e9a50d;
  /* .person-button__input */
  /* .person-button__input */
  /* .person-button__input */
}
.person-button__input[type=checkbox]:checked[type=checkbox] {
  background: #54993b;
}
.person-button__input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  border-radius: 20px;
  top: 4px;
  left: 3px;
  background: #fff;
  transition: 0.5s;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.person-button__input[type=checkbox]:checked[type=checkbox]:before {
  left: 25px;
}
@media (max-width: 1000px) {
  .person-button__input[type=checkbox]:checked[type=checkbox]:before {
    left: 20px;
  }
}
@media (max-width: 420px) {
  .person-button__input[type=checkbox]:checked[type=checkbox]:before {
    left: 25px;
  }
}
@media (max-width: 420px) {
  .person-button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .person-button .selection-bank, .person-button .selection-individuals {
    font-size: 1.5rem;
  }
}

.main .breadcrumbs {
  margin-bottom: 30px;
}
.main .breadcrumbs-list {
  padding: 10px 16px 10px 0;
}
.main .breadcrumbs-list__item {
  display: inline;
  font-size: 15px;
  color: #2a344c;
}
.main .breadcrumbs-list__item + li:before {
  content: "›";
  padding: 0 16px;
  font-size: 15px;
  color: #a6a6a6;
}
.main .breadcrumbs-list__link {
  font-size: 15px;
  color: #a6a6a6;
}
.main .breadcrumbs-list__link:hover {
  color: #01447e;
  text-decoration: underline;
}

.main .advantages-icons {
  margin-bottom: 52px;
  /* .advantages-icons-list */
  /* .advantages-icons__item */
  /* .advantages-icons__image */
}
.main .advantages-icons-list {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
}
.main .advantages-icons__item {
  flex: 0 1 25%;
}
@media (max-width: 768px) {
  .main .advantages-icons__item {
    flex: 0 1 50%;
  }
  .main .advantages-icons__item:nth-child(3), .main .advantages-icons__item:nth-child(4) {
    margin-top: 0.9375rem;
  }
}
.main .advantages-icons__image {
  cursor: pointer;
  /* width: fit-content; */
  text-align: center;
}
.main .advantages-icons__image figcaption {
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .main .advantages-icons__image {
    width: unset;
  }
}

.main .advantages-blocks-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.main .advantages-item {
  cursor: pointer;
  padding: 2.5rem 2.8125rem;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7803921569);
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex: 0 1 48.799%;
  margin-bottom: 1.5625rem;
}
.main .advantages-item:hover {
  box-shadow: 0 0 3px 3px var(--main-color);
  transition-duration: 0.3s;
}
@media (max-width: 1750px) {
  .main .advantages-item {
    flex: unset;
    max-width: 50%;
  }
}
.main .advantages-item:nth-child(2n-1) {
  margin-right: 1.5625rem;
  max-width: calc(50% - 1.5625rem);
}
@media (max-width: 1366px) {
  .main .advantages-item:nth-child(2n-1) {
    margin-right: 1.25rem;
    max-width: calc(50% - 1.25rem);
  }
}
@media (max-width: 85.4375em) {
  .main .advantages-item {
    padding: 2.1875rem;
  }
}
@media (max-width: 62.5em) {
  .main .advantages-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .main .advantages-item:nth-child(2n-1) {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .main .advantages-item {
    max-width: none;
  }
}
@media (max-width: 420px) {
  .main .advantages-item {
    flex-direction: column;
  }
}
.main .advantages-item__header {
  font-size: 20px;
  color: #363636;
  margin-bottom: 30px;
}
.main .advantages-item__text {
  font-size: 15px;
  color: #606981;
}
.main .advantages-item-left {
  width: 60%;
}
@media (max-width: 420px) {
  .main .advantages-item-left {
    width: 100%;
  }
  .main .advantages-item-left .advantages-item__text {
    padding-right: 4.6875rem;
  }
}
.main .advantages-item__image {
  margin-top: 0.875rem;
}

.main .scroll-arrows__left {
  margin-top: 0.3125rem;
}
.main .scroll-arrows__left.gray {
  color: gray;
}
.main .scroll-arrows__right {
  margin-top: 0.125rem;
  rotate: 180deg;
}
.main .scroll-arrows__right.gray {
  color: gray;
}
.main .make-loan {
  margin-bottom: 70px;
}
.main .make-loan__scroll {
  text-align: center;
  margin-top: 0.5rem;
  display: none;
  position: relative;
  font-size: 18px;
}
@media (max-width: 420px) {
  .main .make-loan__scroll {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.main .make-loan__header {
  margin-bottom: 40px;
}
.main .make-loan__table-wrapper::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.main .make-loan__table-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px gray;
  border-radius: 10px;
}
.main .make-loan__table-wrapper::-webkit-scrollbar-thumb {
  background: var(--table-line);
  border-radius: 10px;
}
@media (max-width: 420px) {
  .main .make-loan__table-wrapper {
    overflow-x: scroll;
  }
}
.main .make-loan .loan-table {
  background-color: rgba(255, 255, 255, 0.7803921569);
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  border-radius: 20px;
  border-collapse: collapse;
}
.main .make-loan .loan-table__column + .loan-table__column {
  border-left: 1px solid #c4c4c4;
}
.main .make-loan .loan-table__row + .loan-table__row {
  border-top: 1px solid #c4c4c4;
}
.main .make-loan .loan-table__column {
  cursor: pointer;
  padding: 40px 120px 25px 55px;
}
@media (max-width: 62.5em) {
  .main .make-loan .loan-table__column {
    padding: 15px 20px 10px 10px;
  }
}
@media (max-width: 26.25em) {
  .main .make-loan .loan-table__column {
    padding: 15px 100px 25px 10px;
  }
}
.main .make-loan .loan-table-head .loan-table__number {
  font-size: 75px;
  color: #5fc075;
  margin-bottom: 40px;
}
@media (max-width: 62.5em) {
  .main .make-loan .loan-table-head .loan-table__number {
    margin-bottom: 20px;
  }
}
.main .make-loan .loan-table-head .loan-table__text {
  font-size: 20px;
  color: #363636;
}
.main .make-loan .loan-table-body .loan-table__text {
  font-size: 15px;
  color: #606981;
}
@media (max-width: 26.25em) {
  .main .make-loan .loan-table {
    margin-bottom: 20px;
  }
}

.main .page-header {
  font-size: 30px;
  color: #2a344c;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .main .page-header {
    margin-left: 1.875rem;
  }
}

.main .detailed {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .main .detailed {
    padding-bottom: 2.5rem;
  }
}
.main .detailed__header {
  margin-bottom: 35px;
}
.main .detailed-tabs {
  display: flex;
  background: white;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 27px;
  justify-content: space-between;
}
.main .detailed-tabs.sm {
  box-shadow: 1px 1px 3px gray;
}
@media (min-width: 769px) {
  .main .detailed-tabs.sm {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .detailed-tabs:not(.sm) {
    display: none;
  }
}
.main .detailed-tabs-body__text {
  display: none;
  font-size: 17px;
}
.main .detailed-tabs-body__text.show {
  display: block;
}
.main .detailed-tabs-body__text .text-block {
  margin-top: 0.625rem;
}
.main .detailed-tabs-body__text .text-block.overflow {
  max-height: 650px;
  overflow: hidden;
}
.main .detailed-tabs-body__btn {
  margin-top: 0.625rem;
  display: block;
  padding: 0.9375rem 1.5625rem;
  background: white;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}
.main .detailed-tabs-body__btn::after {
  transition: 0.5s all;
  content: "›";
  rotate: 90deg;
  position: relative;
  left: 12px;
  font-size: 16px;
  display: inline-block;
}
.main .detailed-tabs-body__btn.show::after {
  transition: 0.5s all;
  rotate: 270deg;
}
.main .detailed-tabs__select {
  display: flex;
  justify-content: center;
  width: 100%;
  background: white;
  margin: 1.25rem 1.25rem;
}
.main .detailed-tab {
  cursor: pointer;
  padding: 15px 55px;
  display: flex;
  justify-content: center;
}
@media (max-width: 85.4375em) {
  .main .detailed-tab {
    padding: 15px 40px;
  }
}
@media (max-width: 1670px) {
  .main .detailed-tab {
    height: 50px;
    align-items: center;
  }
}
@media (max-width: 62.5em) {
  .main .detailed-tab {
    padding: 15px 15px;
  }
}
.main .detailed-tab.active {
  cursor: default;
  background-color: var(--main-color);
  border-radius: 27px;
}
.main .detailed-accordion-wrapper {
  background-color: white;
  border-radius: 10px;
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  margin-top: 10px;
}
.main .detailed-accordion {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7803921569);
  padding: 0.9375rem 1.5625rem;
  cursor: pointer;
  border-radius: 10px;
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
}
@media (max-width: 62.5em) {
  .main .detailed-accordion {
    font-size: 0.875rem;
  }
}
.main .detailed-accordion__item {
  display: flex;
  gap: 10px;
}
@media (max-width: 62.5em) {
  .main .detailed-accordion__item {
    flex-direction: column;
  }
}
.main .detailed-accordion::after {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
}
.main .detailed-accordion.active {
  cursor: default;
  background-color: var(--main-color);
}
.main .detailed-accordion.active:after {
  transform: rotate(180deg);
}
.main .detailed-accordion:hover {
  box-shadow: 0 0 3px 1px var(--main-color);
  transition-duration: 0.3s;
}
.main .detailed-accordion div:last-child {
  margin-left: auto;
}
.main .detailed-panel {
  padding: 30px;
  background-color: white;
  display: none;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 62.5em) {
  .main .detailed-panel {
    padding: 15px;
  }
}
.main .detailed-panel__header {
  font-size: 19px;
  font-family: "Tahoma";
  color: #2a344c;
  font-weight: bold;
  line-height: 1.5625rem;
}
.main .detailed-panel p {
  padding: 10px 0;
}

.main .left-menu {
  min-width: 15%;
  max-width: 260px;
}
@media (max-width: 1367px) {
  .main .left-menu {
    width: 30%;
  }
}
@media (max-width: 62.5em) {
  .main .left-menu {
    min-width: 30%;
  }
}
@media (max-width: 768px) {
  .main .left-menu {
    width: 100%;
    max-width: none;
  }
}
.main .left-menu__item {
  cursor: pointer;
  border-radius: 10px;
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  background-color: rgba(255, 255, 255, 0.7803921569);
  padding: 1rem;
  margin-bottom: 10px;
}
.main .left-menu__item:hover {
  box-shadow: 0 0 3px 1px var(--main-color);
  transition-duration: 0.3s;
}
.main .left-menu__link {
  color: #2a344c;
}
@media (min-width: 1366px) {
  .main .left-menu__list {
    position: sticky;
    top: 165px;
  }
}

.banners-wrapper {
  display: flex;
  position: sticky;
  top: 165px;
  height: fit-content;
}
.banners-wrapper .banners {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banners-wrapper .banners__item {
  cursor: pointer;
  margin: 0.625rem 0;
}
.banners-wrapper .banners__item:not(.banners__item:first-child) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banners-wrapper .banners__item:not(.banners__item:first-child) {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .banners-wrapper .banners__item img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 26.25em) {
  .banners-wrapper .banners__item {
    margin: 0.625rem;
  }
}
@media (max-width: 768px) {
  .banners-wrapper .banners {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 1366px) {
  .banners-wrapper-sm .banners {
    align-items: flex-start;
  }
  .banners-wrapper-sm .banners__item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 62.5em) {
  .banners-wrapper-sm .banners__item img {
    max-width: none;
  }
}
@media (min-width: 1366px) {
  .banners-wrapper-sm {
    display: none;
  }
}
@media (max-width: 768px) {
  .banners-wrapper-sm {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .banners-wrapper:not(.banners-wrapper-sm) {
    display: none;
  }
}

.main .faq {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.main .faq-list {
  margin-top: 1.25rem;
}
.main .search-container {
  align-items: center;
  display: flex;
  justify-content: left;
  width: 100%;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2), inset -1px -1px 10px 0 rgba(255, 255, 255, 0.5);
  padding: 6px;
  border-radius: 10px;
  background-color: #dddddd;
}
.main .search-container .search-form {
  display: flex;
  width: 100%;
  gap: 5px;
}
.main .search-container .search-form .search-field {
  background-color: inherit;
  width: 100%;
  align-items: center;
  color: #2a344c;
  margin: 0;
  display: flex;
  padding: 7px 8px 7px 30px;
  outline: none;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.main .search-container .search-form .search-field::placeholder {
  color: #2a344c;
  margin-left: 10px;
}
.main .search-container .search-form .search-btn {
  text-align: center;
  background-color: var(--main-color);
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  outline: none;
}
.main .faq-item {
  cursor: pointer;
  padding: 1.875rem 2.8125rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7803921569);
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
@media (max-width: 26.25em) {
  .main .faq-item {
    padding: 0.9375rem 1.5625rem;
  }
}
.main .faq-item__header {
  font-size: 19px;
  font-family: "Tahoma";
  color: #3b3b3b;
  line-height: 1.5625rem;
}
.main .faq-item p {
  padding: 10px 0;
}
.main .faq-item ul {
  margin-left: 15px;
}
.main .faq-item ul li {
  margin-top: 10px;
}
.main .faq-item ul li::before {
  content: "•";
  color: var(--main-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.main .contacts-container {
  width: 100%;
}
.main .contacts-item {
  font-size: 19px;
  padding: 3.75rem 3.75rem;
  border-radius: 27px;
  background-image: url("../images/background-map.png");
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(1.634px 2.516px 3.5px rgba(193, 193, 193, 0.73));
  display: flex;
}
@media (max-width: 26.25em) {
  .main .contacts-item {
    padding: 1.25rem 1.25rem;
    flex-direction: column;
    height: 600px;
    justify-content: flex-end;
  }
}
.main .contacts-item .contacts-info {
  display: flex;
  flex-direction: column;
  background-color: white;
  background-image: none;
  padding: 3.75rem 1.875rem;
  gap: 15px;
}
.main .contacts-item .contacts-info__header {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
}
@media (max-width: 26.25em) {
  .main .contacts-item .contacts-info__header {
    font-size: 24px;
  }
}
.main .contacts-item .contacts-info__email {
  text-decoration: underline;
  color: #2a5dd8;
}
@media (max-width: 26.25em) {
  .main .contacts-item .contacts-info {
    height: auto;
  }
}
.main .contacts-item-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer {
  background-image: url("../images/layouts/background-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .container {
  padding-top: 35px;
  display: flex;
}
.footer-info {
  font-size: 13px;
  color: #2a344c;
  font-weight: bold;
  flex: 0 1 30%;
}
@media (max-width: 768px) {
  .footer-info {
    font-size: 16px;
  }
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-phone {
  margin-bottom: 15px;
}
.footer-email {
  margin-bottom: 20px;
}
.footer-address__text {
  margin-bottom: 20px;
}
.footer-address__link {
  font-weight: initial;
}
.footer-menu {
  display: flex;
  width: 100%;
}
.footer-menu .menu-list__item {
  margin: 0.625rem 0;
  display: flex;
}
.footer-menu .menu-list__item:before {
  content: "—";
  position: relative;
  left: -10px;
}
.footer-menu .menu-list__item .menu-list__link {
  display: inline-block;
  max-width: 15.625rem;
}
.footer-menu .menu-block {
  flex: 0 1 33.3%;
}
.footer-menu .menu-block__name {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-menu .menu-block__name {
    padding: 1.25rem;
    margin: 0.3125rem 0;
    border-radius: 0.625rem;
    background: #fff;
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    box-shadow: 1px 1px 3px gray;
  }
  .footer-menu .menu-block__name::after {
    transition: 0.5s all;
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.5rem;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" fill="var(--main-color)" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
    background-size: cover;
    content: "";
  }
}
@media (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu .menu-block-list {
    display: none;
  }
  .footer-menu .menu-block.show .menu-block-list {
    display: block;
    margin-left: 1.5rem;
  }
  .footer-menu .menu-block.show .menu-block__name::after {
    transition: 0.5s all;
    rotate: 180deg;
  }
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
  }
}
