.b-faq-product {
    background: #F9F9FC;
    padding: 20px 0 40px !important;
}
.b-faq__title {
    color: #1B222F;
    font-size: 24px;
    margin: 0 0 50px 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}
.b-faq__sidebar {
    display: inline-block;
    vertical-align: top;
    width: 235px;
    margin-right: 20px;
}
.b-faq__content {
    display: inline-block;
    vertical-align: top;
    width: 745px;
}
.b-sidebar__title {
    font-size: 18px;
    color: #000;
    font-family: Verdana;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}
.b-sidebar__menu {
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #EFEFF4;
    padding: 30px 25px 35px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
    -moz-box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
    box-shadow: 0 3px 7px 0 rgba(27,34,47,0.04);
}
.b-sidebar__image {
    position: relative;
    display: block;
    margin: 0 auto 32px;
}
.b-sidebar__link {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #0F71C9;
    margin-bottom: 15px;
    text-decoration: none;
}
.b-sidebar__link:hover {
    text-decoration: underline;
}
.b-sidebar__link:last-child {
    margin-bottom: 0;
}
.b-sidebar__btn {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    width: 150px;
    box-sizing: border-box;
    border-radius: 0;
    padding: 13px 8px 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 13px;
    box-shadow: none;
    background-color: #00bf6c;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.b-bnt__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

/* FAQ START
  modified for support */
.b-section.b-faq {
    padding: 0;
}
.b-faq>.b-section__title{
    display: none;
}
.b-faq>.b-section__description{
    display: none;
}
.b-faq__wrapper {
    margin-top: 0 !important;
}
.b-faq__question {
    font: 14px "Open Sans", sans-serif !important;
    color: #204C72;
    background: #fff !important;
}
.b-faq__question:after {
    background: url(../png/arrow-down-3.png) 0 48px / 24px 72px !important;
}
.b-faq__answer p {
    font: 13px "Open Sans", sans-serif;
}
.b-faq__answer li {
    font: 13px "Open Sans", sans-serif;
}
/* FAQ END
  modified for support */


.b-support-footer__contact {
    width: calc(100% - 68px);
    margin: 50px auto 0;
    background: #666666;
    padding: 33px;
}
.b-support-footer {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
    min-width: 1000px;
}
.b-support-footer__title {
    display: block;
    max-width: 490px;
    margin: 0 auto;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    padding: 0 0 50px;
}
.b-questions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.b-questions__item {
    width: 235px;
    margin: 10px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.b-questions__item:hover {
    border-color: #C7D3E6;
}
.b-questions__icon {
    height: 64px;
    margin: 31px auto 24px auto;
}
.b-questions__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    padding: 0 0 18px;
    margin: 0 31px;
}
.b-questions__item:hover    > .b-questions__title {
    color: #1583E6;
}
.b-questions__description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'ss01' on;
    color: #222429;
    max-width: 171px;
    margin: 0 31px 32px 31px;
}
.b-support-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    border-radius: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.b-support-button__icon {
    background: url(../png/icon-letter-large-64.png) center / 64px no-repeat;
    width: 64px;
    height: 64px;
}
.b-support-button__headers {
    display: block;
    margin-left: 32px;
}
.b-support-button__title {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'ss01' on;
    color: #222429;
    text-align: left;
    margin-bottom: 8px;
}
.b-support-button__subtitle {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-feature-settings: 'ss01' on;
    color: #222429;
    text-align: left;
}
.b-support-button__button {
    display: inline-flex;
    padding: 14px 40px;
    border: 1px solid #CDCED1;
    border-radius: 8px;
    outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'ss01' on;
    color: #404347;
    text-decoration: none;
    margin-left: 267px;
}
.b-support-button__button:hover {
    border: 1px solid #222429;
    filter: drop-shadow(0px 2px 4px rgba(34, 37, 41, 0.32));
    color: #222429;
}
.d-history {
    color: #333;
    font-family: Verdana;
    font-size: 13px;
    max-height: 500px;
    line-height: 17px;
    margin: 20px;
    overflow: auto;
    padding: 20px;
    width: 700px;
}
.d-history {
    color: #333;
    font-family: Verdana;
    font-size: 13px;
    max-height: 500px;
    line-height: 17px;
    margin: 20px;
    overflow: auto;
    padding: 20px;
    width: 700px;
}
.d-history h2 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 10px;
    padding: 0;
    margin: 0 0 30px;
}
.d-history-list {
}
.d-history-version {
    font-weight: bold;
}
.d-history-changes {
    margin-bottom: 10px;
    list-style-type: none;
}
.d-history-changes {
    font-size: 12px;
    list-style: disc outside none;
    margin-left: 20px;
    padding-left: 5px;
}
