html {
  scroll-behavior: smooth;
}

.banner {
  padding: 140px 0 90px;
  min-height: 640px;
  background: top -55px right/458px no-repeat url(../img/quick_links.webp), var(--eeeae5);
}
@media (max-width: 1199px) {
  .banner {
    padding: 115px 0 105px;
    min-height: 600px;
    background-size: 256px;
    background-position: top right;
  }
}
@media (max-width: 599px) {
  .banner {
    padding: 68px 0;
    min-height: initial;
    background: var(--eeeae5);
  }
}
@media (max-width: 1199px) {
  .banner .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .banner .wrapper {
    padding: 0 30px;
  }
}
.banner .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .banner .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .banner .section_title {
    font-size: 32px;
  }
}
.banner .desc {
  margin-top: 35px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--0b3948);
  max-width: 765px;
}
@media (max-width: 1199px) {
  .banner .desc {
    margin-top: 30px;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .banner .desc {
    margin-top: 20px;
    font-size: 14px;
    max-width: initial;
  }
}
.banner .search {
  margin-top: 65px;
  max-width: 820px;
}
@media (max-width: 1199px) {
  .banner .search {
    margin-top: 40px;
    max-width: 450px;
  }
}
@media (max-width: 599px) {
  .banner .search {
    margin-top: 24px;
  }
}
.banner .search input {
  outline: none;
  border: none;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.04);
  background: center left 20px/24px no-repeat url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9545 18.75C15.3356 18.75 18.8871 15.2242 18.8871 10.875C18.8871 6.52576 15.3356 3 10.9545 3C6.5735 3 3.02197 6.52576 3.02197 10.875C3.02197 15.2242 6.5735 18.75 10.9545 18.75Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M16.5635 16.4434L21.1531 20.9997" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>'), var(--style);
  padding-left: 60px;
  padding-right: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .banner .search input {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .banner .search input {
    font-size: 16px;
  }
}
.banner .search input::-moz-placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.banner .search input::placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.banner .categories {
  margin-top: 80px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 9px;
}
@media (max-width: 1199px) {
  .banner .categories {
    margin-top: 54px;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .banner .categories {
    margin-top: 36px;
  }
}
.banner .categories .cat {
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--style);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
  transition: 0.35s;
  cursor: pointer;
}
@media (max-width: 599px) {
  .banner .categories .cat {
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 12px;
  }
}
.banner .categories .cat:hover:not(.active) {
  background: var(--0b3948);
  color: var(--style);
}
.banner .categories .cat.active {
  background: transparent;
  cursor: default;
}

.glossary_posts {
  padding: 15px 0 42px;
}
@media (max-width: 1199px) {
  .glossary_posts {
    padding: 0 0 20px;
  }
}
@media (max-width: 599px) {
  .glossary_posts {
    padding: 8px 0 20px;
  }
}
@media (max-width: 1199px) {
  .glossary_posts .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .wrapper {
    padding: 0 30px;
  }
}
.glossary_posts .alphabet_nav {
  padding: 6px 0;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  background: #f7f5f2;
}
@media (max-width: 1199px) {
  .glossary_posts .alphabet_nav {
    gap: 8px;
    position: initial !important;
  }
}
@media (max-width: 599px) {
  .glossary_posts .alphabet_nav {
    gap: 0 6px;
    justify-content: start;
  }
}
.glossary_posts .alphabet_nav .letter {
  min-width: 45px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: var(--0b3948);
  transition: 0.35s;
}
@media (max-width: 599px) {
  .glossary_posts .alphabet_nav .letter {
    height: 36px;
    font-size: 16px;
  }
}
.glossary_posts .alphabet_nav .letter:hover {
  font-weight: 500;
  background: var(--eeeae5);
}
.glossary_posts .alphabet_nav .letter.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.glossary_posts .alphabet_list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 20px;
}
@media (max-width: 1199px) {
  .glossary_posts .alphabet_list {
    margin-top: 20px;
    gap: 16px 10px;
  }
}
@media (max-width: 899px) {
  .glossary_posts .alphabet_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .glossary_posts .alphabet_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.glossary_posts .letter_block {
  border-radius: 8px;
  background: top 40px right/248px no-repeat url(../img/quick_links.webp), var(--eeeae5);
  padding-left: 45px;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 160px;
  line-height: 120%;
  color: var(--0b3948);
  text-shadow: 13px 4px 0 var(--style);
  scroll-margin-top: 60px;
}
@media (max-width: 1199px) {
  .glossary_posts .letter_block {
    border-radius: 6px;
    background-position: top 30px right;
    background-size: 182px;
    padding-left: 35px;
    font-size: 117px;
    text-shadow: 10px 3px 0 var(--style);
    scroll-margin-top: initial;
  }
}
@media (max-width: 599px) {
  .glossary_posts .letter_block {
    min-height: 172px;
    background-position: top right;
    background-size: 140px;
    padding-left: 32px;
  }
}
.glossary_posts .post {
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}
@media (max-width: 1199px) {
  .glossary_posts .post {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .post {
    padding: 20px 20px 32px;
  }
}
.glossary_posts .post .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 50px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: var(--0b3948);
}
.glossary_posts .post .content {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: var(--0b3948);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 899px) {
  .glossary_posts .post .content {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 599px) {
  .glossary_posts .post .content {
    font-size: 16px;
  }
}
.glossary_posts .post .content > * {
  margin: 0 0 1em;
}
.glossary_posts .post .content > *:last-child {
  margin-bottom: 0;
}
.glossary_posts .list_banner {
  grid-column: span 3;
  border-radius: 8px;
  background: #165569;
  padding: 50px 20px 36px 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner {
    padding: 14px 32px;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
}
@media (max-width: 899px) {
  .glossary_posts .list_banner {
    grid-column: span 2;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner {
    grid-column: initial;
    padding: 15px 15px 12px;
    gap: 16px;
  }
}
.glossary_posts .list_banner .form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .form {
    gap: 7px;
  }
}
.glossary_posts .list_banner .form .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .form .title {
    display: none;
  }
}
.glossary_posts .list_banner .form .zip_search {
  width: 100%;
  height: 60px;
  max-width: 520px;
  border-radius: 8px;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.04);
  background: var(--style);
  display: flex;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .form .zip_search {
    height: 48px;
    max-width: 590px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .form .zip_search {
    width: 100%;
    max-width: 100%;
    height: 42px;
  }
}
.glossary_posts .list_banner .form .zip_search input {
  outline: none;
  border: none;
  flex-grow: 1;
  width: 100%;
  max-width: calc(100% - 270px);
  height: 100%;
  padding-left: 40px;
  padding-right: 20px;
  background: center left 15px/20px no-repeat url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99951 1.25C8.17681 1.25216 6.42939 1.97719 5.14054 3.26603C3.8517 4.55487 3.12667 6.3023 3.12451 8.125C3.12451 14.0076 9.37451 18.4509 9.64062 18.6371C9.74587 18.7106 9.87114 18.75 9.99951 18.75C10.1279 18.75 10.2532 18.7106 10.3584 18.6371C10.6245 18.4509 16.8745 14.0076 16.8745 8.125C16.8723 6.3023 16.1473 4.55487 14.8585 3.26603C13.5696 1.97719 11.8222 1.25216 9.99951 1.25ZM9.99997 5.62523C10.4944 5.62523 10.9778 5.77185 11.3889 6.04655C11.8 6.32126 12.1204 6.7117 12.3097 7.16852C12.4989 7.62533 12.5484 8.128 12.4519 8.61295C12.3555 9.0979 12.1174 9.54336 11.7677 9.89299C11.4181 10.2426 10.9726 10.4807 10.4877 10.5772C10.0027 10.6737 9.50008 10.6241 9.04326 10.4349C8.58645 10.2457 8.196 9.92527 7.9213 9.51415C7.64659 9.10303 7.49997 8.61968 7.49997 8.12523C7.49996 7.79692 7.56462 7.47183 7.69025 7.16851C7.81588 6.86519 8.00003 6.58959 8.23218 6.35744C8.46433 6.12529 8.73993 5.94114 9.04325 5.81551C9.34657 5.68988 9.67166 5.62522 9.99997 5.62523Z" fill="%23C1B8B8" /></svg>'), transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .form .zip_search input {
    max-width: calc(100% - 135px);
    padding-left: 30px;
    padding-right: 16px;
    background-size: 12px;
    background-position: center left 12px;
    font-size: 12px;
  }
}
.glossary_posts .list_banner .form .zip_search input::-moz-placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.glossary_posts .list_banner .form .zip_search input::placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.glossary_posts .list_banner .form .zip_search .btn {
  outline: none;
  border: none;
  flex-shrink: 0;
  min-width: 270px;
  height: 100%;
  border-radius: 8px;
  background: #ffd470;
  padding: 0 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .form .zip_search .btn {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .form .zip_search .btn {
    min-width: 135px;
    padding: 0 10px;
    font-size: 12px;
  }
  .glossary_posts .list_banner .form .zip_search .btn span {
    display: none;
  }
}
.glossary_posts .list_banner .form .zip_search .btn:hover {
  background: var(--f9a21b);
}
.glossary_posts .list_banner .form .zip_search .btn svg {
  margin-left: 16px;
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .form .zip_search .btn svg {
    margin-left: 4px;
    width: 16px;
  }
}
.glossary_posts .list_banner .info {
  flex-grow: 1;
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 15px 30px;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .info {
    gap: 9px 18px;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .info {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
.glossary_posts .list_banner .info .title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .info .title {
    gap: 7px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .info .title {
    width: auto;
    gap: 8px;
    font-size: 14px;
  }
}
.glossary_posts .list_banner .info .title svg {
  flex-shrink: 0;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .info .title svg {
    width: 20px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .info .title svg {
    width: 24px;
  }
}
.glossary_posts .list_banner .info .phone {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 52px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .info .phone {
    font-size: 31px;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .info .phone {
    font-size: 23px;
    text-align: center;
  }
}
.glossary_posts .list_banner .info .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: var(--style);
  max-width: 220px;
}
@media (max-width: 1199px) {
  .glossary_posts .list_banner .info .text {
    font-size: 12px;
    max-width: initial;
  }
}
@media (max-width: 599px) {
  .glossary_posts .list_banner .info .text {
    font-size: 10px;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .glossary_posts .list_banner .info .text br {
    display: none;
  }
}

body.admin-bar .glossary_posts .alphabet_nav {
  top: 32px;
}

.subscribe {
  padding: 0 0 110px;
}
@media (max-width: 1199px) {
  .subscribe {
    padding-bottom: 90px;
  }
}
@media (max-width: 599px) {
  .subscribe {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .subscribe .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .subscribe .wrapper {
    padding: 0;
  }
}
.subscribe .box {
  padding: 80px 30px;
  border-radius: 12px;
  background: var(--0b3948);
  background: top 30px right 20px/202px no-repeat url(../img/standarts_bg.webp), bottom 60px left/202px no-repeat url(../img/standarts_bg.webp), var(--0b3948);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .subscribe .box {
    padding: 60px 40px;
    background: var(--0b3948);
  }
}
@media (max-width: 599px) {
  .subscribe .box {
    padding: 40px 30px;
    border-radius: 0;
  }
}
.subscribe .box .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: var(--style);
  max-width: 540px;
}
@media (max-width: 1199px) {
  .subscribe .box .section_title {
    max-width: initial;
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .subscribe .box .section_title {
    font-size: 24px;
  }
}
.subscribe .box .desc {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 599px) {
  .subscribe .box .desc {
    font-size: 14px;
  }
}
.subscribe .box .form {
  margin-top: 60px;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 1199px) {
  .subscribe .box .form {
    margin-top: 40px;
    max-width: 540px;
  }
}
.subscribe .box .form .wpcf7-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 599px) {
  .subscribe .box .form .wpcf7-form {
    flex-direction: column;
  }
}
.subscribe .box .form .wpcf7-form .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.subscribe .box .form .wpcf7-form .wpcf7-form-control-wrap input {
  outline: none;
  border: 1px solid #666;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  padding: 0 24px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 599px) {
  .subscribe .box .form .wpcf7-form .wpcf7-form-control-wrap input {
    height: 48px;
    text-align: center;
  }
}
.subscribe .box .form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
  opacity: 1;
  color: #9DB0B6;
}
.subscribe .box .form .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
  opacity: 1;
  color: #9DB0B6;
}
.subscribe .box .form .wpcf7-form button[type=submit] {
  outline: none;
  border: none;
  flex-shrink: 0;
  height: 60px;
  border-radius: 8px;
  padding: 0 32px;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .subscribe .box .form .wpcf7-form button[type=submit] {
    height: 48px;
    min-width: 220px;
  }
}
.subscribe .box .form .wpcf7-form button[type=submit]:hover {
  background: var(--f9a21b);
}
.subscribe .box .form .wpcf7-form button[type=submit] svg {
  margin-left: 8px;
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .subscribe .box .form .wpcf7-form button[type=submit] svg {
    width: 20px;
  }
}