/* solid 900 */
@font-face{
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/wide/fonts/AweSome/fa-solid-900.woff2") format("woff2"),
       url("/assets/wide/fonts/AweSome/fa-solid-900.ttf") format("truetype");
  font-display: block;
}

/* regular 400 */
@font-face{
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/wide/fonts/AweSome/fa-regular-400.woff2") format("woff2"),
       url("/assets/wide/fonts/AweSome/fa-regular-400.ttf") format("truetype");
  font-display: block;
}

.google-auto-placed {
    display: none;
}

body {
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-size: 1rem;
    font-weight: 400;
}

#wrapper {
    min-width: 1000px;
    max-width: 1250px;
    margin-top: 50px;
    background: none;
    box-shadow: none;
}

.wrapper_col_r {
    display: none;
}

#dv_offers {
    min-height: 500px;
}

.research-view-layout {
    display: flex;
    flex-direction: column;
    background-color: #ECF3F4;
    padding: 0;
}

.research-view-page {
    background-color: #ECF3F4;
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
}

.research-view__top {
    background: linear-gradient(360deg, #fff 67.62%, #e4dbdb 143.7%);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
    z-index: 5;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.research-view__cover-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1064px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.research-view__cover {
    width: 100%;
    min-height: 164px;
    background: linear-gradient(180deg, #f3f0ee 0%, #efefef 100%);
}

.research-view__top-container {
    font-size: 15px;
    color: #202124;
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
}

.research-view__top-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}

.research-view__top-back,
.research-view__content-back {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 16px 16px 6px;
}

.research-view__top-back a,
.research-view__top-back a:hover,
.research-view__content-back a,
.research-view__content-back a:hover {
    color: #216fdb;
    text-decoration: none;
}

.research-view__top-summary {
    margin-bottom: 16px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.research-view__top-avatar-container {
    position: relative;
    display: block;
    top: -80px;
}

.research-view__top-avatar-wrap {
    border-radius: 50%;
    width: 164px;
    height: 164px;
    object-fit: contain;
    border: 4px solid #fff;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
}

.research-view__top-avatar-wrap .logoImg,
.research-view__top-avatar-wrap .logoImg img,
.research-view__top-avatar-wrap .logoImg img.uploaded {
    width: 100%;
    margin-top: 24px;
    border: none;
    object-fit: contain;
    background: #fff;
}

.research-view__top-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.research-view__top-name-header {
    display: flex;
    top: -64px;
    position: relative;
}

.research-view__top-name {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    color: #202124;
    line-height: 1.2;
}

.research-view__top-details {
    margin-top: -56px;
    text-align: center;
}

.research-view__top-details .body-text-medium {
    color: #676767;
}

.research-view__top-details .body-text-small {
    margin-top: 8px;
}

.research-view__top-divider {
    border-top: 1px solid #dadada;
    margin: 0 16px;
}

.research-view__left-column,
.research-view__right-column {
    float: none;
    width: auto;
    margin: 0;
    min-width: 0;
}

.research-view__main-column,
.research-view__side-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.research-view__bottom-full {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.research-view__card,
.research-view__main-column > .widjet {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.research-view__bottom-full > .widjet {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.research-view__card--primary {
    padding: 24px;
}

.research-view__card--secondary,
.research-view__card--price,
.research-view__card--reasons,
.research-view__card--actions,
.research-view__card--format,
.research-view__card--recent {
    padding: 20px 24px;
}

.block_gray {
    padding: 15px;
    border-radius: 12px;
    min-height: 200px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.block_green {
    padding: 15px;
    border-radius: 12px;
    color: #202124;
}

.research-view__main-column > .widjet {
    padding-bottom: 0;
}

.research-view__main-column > .widjet.mt10 {
    margin-top: 0 !important;
}

.research-view__main-column > .widjet .w-content {
    padding: 20px 24px;
}

.research-view__bottom-full > .widjet.mt10 {
    margin-top: 0 !important;
}

.research-view__bottom-full > .widjet .w-content {
    padding: 20px 24px;
}

.logoImg {
    float: none;
    margin: 0;
}

.logoImg img,
.logoImg img.uploaded {
    display: block;
    width: 120px;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background: #fff;
}

.research-view__section {
    color: #202124;
}

.research-view__section-title {
    font-weight: 500;
    color: #202124;
    padding: 12px 12px 12px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.research-view__block-title,
.block_green h2,
.partners h2,
h2.see-also {
    font-weight: 500;
    color: #202124;
    padding: 12px 12px 18px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.research-view__section-content,
.research-view__section-content div,
.research-view__section-content p,
.research-view__section-content li {
    color: #202124;
    font-size: 15px;
    line-height: 1.5;
}

.research-view__section-content p:first-child {
    margin-top: 0;
}

.research-view__section-content p:last-child {
    margin-bottom: 0;
}

.research-view__section-content ul,
.research-view__section-content ol {
    margin: 16px 0;
    padding-left: 28px;
}

.research-view__section-content ul {
    list-style: disc;
}

.research-view__section-content ol {
    list-style: decimal;
}

.research-view__section-content li {
    display: list-item;
    margin: 0 0 10px;
    padding: 0;
}

.research-view__section-content li:last-child {
    margin-bottom: 0;
}

.research-view__price-wrap {
    margin-bottom: 20px;
    text-align: center;
}

.Price,
.rightCart .total {
    color: #202124;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
}

.rightCart .total {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Price .vsign,
.rightCart .total .vsign {
    font-size: .8em;
}

.Price .small,
.rightCart .total .small {
    margin-top: 10px;
}

.research-view__button-wrap {
    display: flex;
    justify-content: center;
}

.research-view__button-wrap .btn {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    max-width: 180px;
}

.research-view__reasons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.research-view__reason + .research-view__reason {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dadada;
}

.research-view__reason h3 {
    margin: 0 0 6px;
    color: #202124;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.research-view__reason div {
    color: #6f6f71;
    font-size: 15px;
    line-height: 1.5;
}

.feed_back_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    margin-bottom: 18px;
}

.feedback,
.request {
    padding: 16px;
    border: 1px solid #dadada;
    border-radius: 8px;
    background: #fffdfd;
}

.feedback-text {
    margin: 0 0 12px;
    color: #202124;
    font-size: 16px;
    line-height: 1.5;
}

.feedback-button {
    width: 100% !important;
    color: #216fdb;
}

.feedback-button:hover {
    color: #212fdb;
    text-decoration: underline;
}

.table_grid {
    margin-top: 0;
}

.table_grid tbody tr {
    vertical-align: top;
}

.table_grid tbody td {
    padding: 12px 22px 12px 0;
    color: #2b2a29;
    border-bottom: 1px solid #e6e6e6;
}

.table_grid tbody td.line {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.table_grid tbody .logo {
    width: 40px;
    min-height: 52px;
}

.table_grid tbody .logo img,
.table_grid tbody .logo img.uploaded {
    width: 50px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    object-fit: cover;
}

.table_grid tbody h2 {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.table_grid tbody h2 a {
    color: #202124;
}

.table_grid tbody h2 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.table_grid tbody .stat {
    margin-top: 6px;
    color: #808080;
    font-size: 14px;
    line-height: 1.5;
}

.table_grid tbody td.price {
    border-left: 1px solid #e6e6e6;
    border-top: 9px solid #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 0;
}

.table_grid tbody tr:last-child td {
    border-bottom: none;
}

span.sep {
    padding-right: 20px;
}

.table_grid .NewPrice {
    color: #ea5e20;
    font-size: 1rem;
}

.recent a {
    display: block;
    color: #202124;
    line-height: 1.5;
    font-size: 14px;
    padding-bottom: 12px;
}

.recent a + a {
    margin-top: 8px;
}

.partners img {
    display: inline-block;
    max-width: 112px;
    max-height: 52px;
    margin: 0 12px 12px 0;
    object-fit: contain;
    vertical-align: middle;
}

.attention {
    margin-top: 15px;
    color: #808080;
    font-style: italic;
    text-align: right;
}

.small {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
}

@media screen and (max-width: 1024px) {
    #wrapper {
        min-width: 0;
        margin-top: 20px;
    }

    .research-view-page {
        grid-template-columns: 1fr;
    }

    .research-view__side-column {
        order: -1;
    }
}

@media screen and (min-width: 900px) {
    .research-view__cover-wrap {
        max-height: 196px;
    }

    .research-view__top-wrap {
        position: relative;
        padding-bottom: 16px;
    }

    .research-view__top-summary {
        flex-direction: row;
        margin-bottom: 6px;
        min-height: 130px;
    }

    .research-view__top-avatar-container {
        position: absolute;
        top: -30px;
    }

    .research-view__top-avatar-wrap {
        position: absolute;
        top: 0;
        left: 20px;
        width: 155px;
        height: 155px;
    }

    .research-view__top-text-wrap {
        display: flex;
        margin: 22px 0 16px 204px;
        flex-grow: 1;
        align-items: flex-start;
    }

    .research-view__top-name-header {
        padding: 0;
        top: 0;
    }

    .research-view__top-name {
        font-size: 30px;
    }

    .research-view__top-details {
        margin-top: 0;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .research-view__top-details .body-text-medium {
        line-height: 1.725em;
    }
}

@media screen and (max-width: 720px) {
    .research-view__card--primary,
    .research-view__card--secondary,
    .research-view__card--price,
    .research-view__card--reasons,
    .research-view__card--actions,
    .research-view__partners-card .w-content {
        padding: 16px;
    }

    .logoImg img,
    .logoImg img.uploaded {
        width: 96px;
    }

    .research-view__top-summary {
        padding: 0 10px;
    }

    .research-view__top-back {
        padding: 12px 10px 4px;
    }

    .research-view__top-name,
    .research-view__section-title {
        font-size: 24px;
    }

    .research-view__block-title,
    .block_green h2,
    .partners h2,
    h2.see-also {
        font-size: 20px;
    }

    .Price,
    .rightCart .total {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media screen and (min-width: 770px) {
    .research-view__section-title,
    .research-view__block-title,
    .block_green h2,
    .partners h2,
    h2.see-also {
        font-size: 22px;
    }
}
