.tk-korolev {
    font-family: var(--ns-headline-font-family);
 }
 .contact-us h1 {
    font-size: 1.875rem;
    line-height: 1.1;
 }
 .help-methods-wrapper .accordion-item {
    border: 1px solid var(--bs-border-color);
 }
 .help-method-btn-copy svg, .coaching-btn img {
    width: 45px;
    height: 45px;
 }
 a .help-method-title, a.coaching-btn {
    text-decoration: none;
 }
 .help-methods-wrapper button:not(.collapsed),
 .dt-accordion button:not(.collapsed) {
    border: 1px solid #599b2f;
    background: #d4e7c2;
    color: #43791d;
 }
 #accordionContact .accordion-title,
 .dt-accordion .accordion-title {
    font-size: 1.625rem;
    line-height: 1.1;
 }
 .help-faqs-title {
    font-size: 1.625rem;
    line-height: 1.1;
 }
 .contact-us .accordion-item a.btn,
 .help-faqs a.btn,
 #contactUsCollapse a.btn,
 .dt-accordion .accordion-collapse a.btn {
    font-size: 1rem;
    line-height: 1.3;
 }
 .find > p {
    font-size: 1.375rem;
    line-height: 1.1;
 }
 .find > button.btn {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    color: #00598a;
    font-size: 1rem;
    font-weight: 400;
    padding: 14px 30px;
 }
 .find > button.btn:hover {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    color: #2a6496;
 }
 #contactUsCollapse > p:first-child {
    font-size: 1.625rem;
    line-height: 1.1;
 }
 #contactUsCollapse > p.fw-700 {
    font-size: 1.25rem;
    line-height: 1.1;
 }
 .contact-us .mbg-logo {
    width: 60px;
    height: 60px;
 }
 .contact-us .mbg p {
    font-size: 1rem;
    font-family: var(--ns-headline-font-family);
 }
 .contact-us .mbg p a {
    font-size: 0.7rem;
    font-family: var(--ns-body-font-family);
 }
 @media (min-width: 768px) {
    .contact-us h1 {
       font-size: 2.75rem;
       line-height: 1.1;
    }
    .dt-accordion .accordion-button {
       width: 195px;
    }
    .dt-accordion .accordion-button::after {
       display: none;
    }
    .dt-accordion .accordion-collapse,
    .help-faqs,
    .find {
       max-width: 550px;
    }
    .dt-accordion .accordion-body {
       overflow: hidden;
    }
    .contact-us .mbg-logo {
       width: 80px;
       height: 80px;
    }
    .contact-us .mbg p {
       font-size: 1.375rem;
    }
 }
 @media (max-width: 767px) {
    .coaching-btn.accordion-button::after {
       background-image: none;
    }
 }