html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
nav-section, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav-section, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
    max-width: 1244px;
    padding: 0 15px;
    margin: 0 auto;
}

.body-overflow-hidden {
    overflow: hidden;
}

/* regular-icon */
.regular-icon__fill {
    transition: all 0.3s ease;
}

.regular-icon:hover .regular-icon__fill,
.regular-icon:focus .regular-icon__fill{
    fill: #8134E1;
}

.regular-icon_filled .regular-icon__fill {
    fill: #8134E1;
}
/* regular-icon end */

/* header-section */
.header-section {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFFFFF;
}

.header-section__gradient {
    width: 100%;
    height: 10px;
    background: linear-gradient(89.99deg, #302FED 0.39%, #8134E2 52.15%, #DC143B 87.95%);
}

.header-section__mobile-nav {
    display: none;
    background: #FFFFFF;
}

.header-section__tablet-nav {
    display: none;
    background: #FFFFFF;
}

.header-section__mobile-gradient {
    height: 44px;
    width: 100%;
    background: linear-gradient(89.99deg, #302FED 0.39%, #8134E2 52.15%, #DC143B 87.95%);
}

.header-section_nav-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(55, 63, 75, 0.95);
}


@media (max-width: 992px) {
    .header-section__desctop-nav {
        display: none;
    }

    .header-section__tablet-nav {
        display: block;
    }
}

@media (max-width: 576px) {
    .header-section__tablet-nav {
        display: none;
    }

    .header-section__mobile-nav {
        display: block;
    }
}
/* header-section end*/

/* nav-section */
.nav-section {
    display: flex;
    justify-content: space-between;
    min-height: 88px;
}

.nav-section__logo-wrapper {
    width: 134px;
    height: 49px;
    margin-right: 31px;
}

.nav-section__logo {
    max-width: 100%;
    max-height: 100%;
}

.nav-section__divider {
    width: 1px;
    height: 37px;
    background: #BBCEDC;
    margin-right: 28px;
}

.nav-section__col {
    display: flex;
    align-items: center;
}

.nav-section__item {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.nav-section__item-icon-wrapper {
    margin-right: 10px;
    width: 39px;
    height: 39px;
}

.nav-section__item-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #373F4B;
    transition: all 0.3s ease;
}

.nav-section__item:hover .nav-section__item-icon-wrapper .regular-icon__fill,
.nav-section__item:focus .nav-section__item-icon-wrapper .regular-icon__fill {
    fill: #8134E1;
}

.nav-section__item:hover .nav-section__item-text,
.nav-section__item:focus .nav-section__item-text {
    color: #000000;
}

.nav-section__list {
    display: flex;
    height: 100%;
    align-items: center;
}

.nav-section__list-item {
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.nav-section__list-item:hover,
.nav-section__list-item:focus {
    border-bottom: 2px solid #8134E2;
}

.nav-section__list-item-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #373F4B;
    transition: all 0.3s ease;
    text-decoration: none !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-section__list-item:hover .nav-section__list-item-link,
.nav-section__list-item:focus .nav-section__list-item-link {
    color: #8134E1;
}

.nav-section__list-item:not(:last-child) {
    margin-right: 25px;
}

.nav-section__list-item:last-child {
    margin-right: 26px;
}

.nav-section__list-item:hover .chat-link .regular-icon__fill,
.nav-section__list-item:focus .chat-link .regular-icon__fill {
    fill: #8134E1;
}

.nav-section__user-info {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-section__user-image-wrapper {
    margin-right: 12px;
    width: 44px;
    height: 44px;
}

.nav-section__user-image {
    width: 100%;
    height: 100%;
}

.nav-section__user-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #373F4B;
    margin-right: 16px;
    max-width: 168px;
    overflow: auto;
}

.nav-section__arrow-wrapper {
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-section__arrow-wrapper_active {
    transform: rotate(0deg);
}

.nav-section__dropdown-wrapper {
    position: relative;
}

.nav-section__dropdown-menu {
    position: absolute;
    width: 248px;
    right: 5px;
    top: 50px;
    left: unset;
    background: #FFFFFF;
    border: 1px solid rgba(187, 206, 220, 0.5);
    box-shadow: 7px 15px 30px -3px rgba(187, 206, 220, 0.67);
    border-radius: 6px;
    padding: 24px 26px 34px 27px;
}

.nav-section__dropdown-user-fullname {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #373F4B;
    padding-bottom: 24px;
    padding-left: 4px;
    border-bottom: 1px solid rgba(187, 206, 220, 0.5);
    margin-bottom: 22px;
}

.nav-section__dropdown-list {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(187, 206, 220, 0.5);
    margin-bottom: 23px;
    padding-left: 1px;
}

.nav-section__dropdown-list-item:not(:last-child) {
    margin-bottom: 16px;
}

.nav-section__dropdown-list-item-link {
    display: flex;
    text-decoration: none !important;
}

.nav-section__dropdown-list-item-link:hover .regular-icon__fill,
.nav-section__dropdown-list-item-link:focus .regular-icon__fill {
    fill: #8134E1;
}

.nav-section__dropdown-list-item-icon-profile {
    margin-right: 10px;
}

.nav-section__dropdown-list-item-icon-portfolio {
    margin-right: 9px;
}

.nav-section__dropdown-list-item-icon-exit {
    margin-right: 6px;
}

.nav-section__dropdown-list-item-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.nav-section__dropdown-icon-list {
    display: flex;
    justify-content: space-between;
    padding: 0px 5px 0px 6px;
}

.nav-section__user-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-section__hamburger {
    width: 44px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    height: 25px;
}

.nav-section__hamburger :nth-child(1) {
    top: 0;
}

.nav-section__hamburger :nth-child(2) {
    top: 10px;
}

.nav-section__hamburger :nth-child(3) {
    top: 20px;
}

.nav-section__hamburger-line {
    width: 100%;
    height: 4px;
    background: #373F4B;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
}

.nav-section__hamburger_open :nth-child(1) {
    transform: rotate(135deg);
    top: 10px;
}

.nav-section__hamburger_open :nth-child(2) {
    opacity: 0;
}

.nav-section__hamburger_open :nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

.nav-section_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
}

.nav-section__mobile-dropdown {
    display: none;
    padding-bottom: 22px;
    padding-top: 10px;
}

.nav-section__mobile-dropdown_open {
    display: block;
}

.nav-section__tablet-dropdown {
    display: none;
    padding: 45px 30px 55px 40px;
}

.nav-section__tablet-dropdown_open {
    display: flex;
    justify-content: space-between;
}

.nav-section__tablet-user-name {
    margin-bottom: 36px !important;
}

.nav-section__mobile-user-name {
    margin-left: 54px;
    margin-bottom: 20px !important;
}

.nav-section__menu-list {
    padding-bottom: 29px;
    border-bottom: 1px solid rgba(187, 206, 220, 0.5);
    margin-bottom: 29px;
}

.nav-section__menu-list-item-icon-profile {
    margin-right: 26px;
}

.nav-section__menu-list-item-icon-portfolio {
    margin-right: 25px;
}

.nav-section__menu-list-item-icon-exit {
    margin-right: 22px;
}

.nav-section__menu-list-item-link {
    display: flex;
    align-items: center;
}

.nav-section__menu-list-item-link:hover,
.nav-section__menu-list-item-link:focus {
    text-decoration: none;
}

.nav-section__menu-list-item-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.nav-section__menu-list-item:not(:last-child) {
    margin-bottom: 25px;
}

.nav-section__menu-list_tablet {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .nav-section__list-item-link {
        font-size: 12px;
    }

    .nav-section__item-text {
        font-size: 12px;
    }

    .nav-section__user-name {
        font-size: 12px;
    }

    .nav-section__logo-wrapper {
        margin-right: 10px;
    }

    .nav-section__divider {
        margin-right: 10px;
    }
}

@media (max-width:992px) {
    .nav-section {
        padding: 0px 30px 0px 30px;
    }

    .nav-section__list-item-link {
        font-size: 16px;
    }

    .nav-section__item-text {
        font-size: 16px;
    }

    .nav-section__user-name {
        font-size: 16px;
    }

    .nav-section__dropdown-menu{
        right: -5px;
    }

    .nav-section__logo-wrapper {
        margin-right: 27px;
    }

    .nav-section__divider {
        margin-right: 27px;
    }

    .nav-section__user-image-wrapper {
        margin-right: 0;
    }

    .nav-section__item-icon-wrapper {
        margin-right: 15px;
    }

    .nav-section__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(187, 206, 220, 0.5);
        margin-bottom: 25px;
    }

    .nav-section__list-item {
        height: auto;
    }
    .nav-section__list-item-link {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 1.2;
        color: #373F4B;
        display: inline-block;
    }

    .nav-section__list-item:not(:last-child) {
        margin: 0;
        margin-bottom: 30px;
    }

    .nav-section__hamburger {
        margin-right: 28px;
    }

    .nav-section__list-item,
    .nav-section__list-item {
        border-bottom: 0px;
    }

    .nav-section__list-item:hover,
    .nav-section__list-item:focus {
        border-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .nav-section {
        padding: 0px 15px;
    }

    .nav-section__logo-wrapper {
        margin-right: 15px;
    }

    .nav-section__divider {
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .nav-section__list {
        flex-direction: column;
        align-items: flex-start;
        background: #F5F9FC;
        padding: 15px 15px 20px;
        margin: 0 -15px;
        width: calc(100% + 30px);
        margin-bottom: 20px;
    }

    .nav-section__list-item:not(:last-child) {
        margin: 0;
        margin-bottom: 20px;
    }

    .nav-section__dropdown-icon-list {
        justify-content: space-between;
    }

    .nav-section__logo-wrapper {
        margin-right: 0;
    }

    .nav-section__item {
        margin-bottom: 16px;
    }

    .nav-section__hamburger {
        margin-right: 0px;
    }

    .nav-section__dropdown-icon-list-item:not(:last-child) {
        margin-right: 0;
    }
}
/* nav-section end */

/* chat-link */
.chat-link {
    position: relative;
}

.chat-link_new-messages::before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #DC143B;
    border-radius: 100%;
    right: -3px;
    top: 4px;
}
/* chat-link end */


/* main-content */
.main-content {
    /*margin-top: 98px;*/
    padding-top: 38px;
    /*min-height: calc(100vh - 98px);*/
    min-height: 100vh;
    /*background: rgba(216, 227, 236, 0.5);*/
}

@media (max-width: 576px) {
    .main-content {
        margin-top: 122px;
        margin-bottom: 70px;
    }

    .main-content {
        padding-top: 20px;
    }
}
/* main-content end */

/* section-title */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    color: #373F4B;
    margin-bottom: 35px;
}

.section-title_mb-big {
    margin-bottom: 75px;
}

.section-title_mb-little {
    margin-bottom: 29px;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .section-title_mb-big {
        margin-bottom: 26px;
    }

    .section-title_mb-little {
        margin-bottom: 18px;
    }
}

@media (max-width: 374px) {
    .section-title {
        font-size: 21px;
    }
}
/* section-title end */

/* stages */

.stages__wrapper {
    min-height: 950px;
    background: url('/img/main-page-bg.png') right top no-repeat;
}

@media (max-width: 992px) {
    .stages__wrapper {
        background: none;
    }
}
/* stages end */

/* cool-banner */
.cool-banner {
    background: linear-gradient(304.51deg, #302FED 18.86%, #8134E2 44.11%, #DC143B 89.04%);
    border-radius: 4px;
    padding: 28px 24px 34px;
    display: flex;
}

.cool-baner-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cool-banner__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.cool-banner__buttons-wrapper {
    display: flex;
    align-items: center;
}

.cool-banner__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.cool-banner__icon-wrapper {
    margin-right: 16px;
}

@media (max-width: 576px) {
    .cool-banner {
        padding: 15px 12px 26px;
    }

    .cool-baner-title {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .cool-banner__subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .cool-banner__text {
        font-size: 12px;
    }
}

@media (max-width: 374px) {
    .cool-baner-title {
        font-size: 21px;
    }

    .cool-banner__subtitle {
        font-size: 12px;
    }

    .cool-banner__text {
        font-size: 11px;
    }

    .cool-banner__icon-wrapper {
        margin-right: 10px;
    }
}
/* cool-banner end*/

/* button */
.button {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    transition: all 0.3s ease;
    background: transparent;

    font-family: 'Montserrat',sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none !important;
}

.button:hover,
.button:focus {
    color: #373F4B;
    background: #F7F3FF;
}

.button:not(:last-child) {
    margin-right: 18px;
}

.button_purple {
    background: #8134E1;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
}

.button_purple:hover,
.button_purple:focus {
    background: #7419BC;
    color: #FFFFFF;
}

.button_purple-text {
  color: #8134E1;
  background: #FFFFFF;
  border: 1px solid #8134E1;
}

.button_purple-text:hover,
.button_purple-text:focus {
  color: #8134E1;
  background: #FFFFFF;
  border: 1px solid #8134E1;
}

@media (max-width: 374px) {
    .button {
        font-size: 14px;
        padding: 10px 25px;
    }
}
/* button end */

/* unordered-list */
.unordered-list {
    position: relative;
    padding-left: 48px;
    padding-bottom: 48px;
    max-width: 638px;
}

.unordered-list::before {
    content: '';
    position: absolute;
    display: block;
    height: calc(100% - 40px);
    width: 1px;
    background: #BBCEDC;
    left: 0;
    top: 40px;
}

.unordered-list__item {
    position: relative;
}

.unordered-list__item:not(:last-child) {
    margin-bottom: 20px;
}

.unordered-list__item::before {
    position: absolute;
    content: url('/icons/list/list-marker-desctop.svg');
    top: 50%;
    transform: translateY(-50%);
    left: -52px;
}

.unordered-list__item_without-marker::before {
    content: '';
}

@media (max-width: 576px) {
    .unordered-list {
        padding-left: 0px;
    }

    .unordered-list::before {
        display: none;
    }

    .unordered-list__item::before {
        content: url('/icons/list/list-marker-mobile.svg');
        left: -15px;
    }
}
/* unordered-list end */

/* text */
.text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #373F4B;
}

.text__bold {
    font-weight: 700;
}

.text__extra-bold {
    font-weight: 800;
}

.text__underline {
    text-decoration: underline !important;
}

.text__link {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #302FED;
}

.text__link:hover,
.text__link:focus,
.text__link:visited {
    color: #302FED;
}

.text:not(:last-child) {
    margin-bottom: 10px;
}

.text_margin-bottom {
    margin-bottom: 20px !important;
}

.text_margin-bottom-off {
    margin-bottom: 0px !important;
}

.text_small {
    font-size: 12px;
}

@media (max-width: 374px) {
    .text {
        font-size: 14px;
    }

    .text:not(:last-child) {
        margin-bottom: 5px;
    }
}
/* text end */

/* tablet */

.tablet-item {
    display: flex;
    align-items: center;
}

.tablet-item__status {
    margin-left: 12px;
}

.tablet {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #D8E3EC;
    border-radius: 4px;
    padding: 16px 28px 18px 20px;
    text-decoration: none !important;
}

.tablet__flex-wrapper {
    display: flex;
}

.tablet__flex-wrapper_align-items {
    align-items: center;
}

.tablet__icon-wrapper {
    margin-right: 11px;
}

.tablet_pink {
    background: #FDDFE8;
    border: 1px solid #FCC2D3;
    padding: 18px 28px 30px 22px;
}

.tablet_green {
    background: #E3FEC8;
    border: 1px solid #75B755;
}

.tablet_yellow {
    background: #FFFDD4;
    border: 1px solid #E8E279;
}

.tablet_red-border {
    border: 1px solid #DC143B;
}

.tablet_full-width {
    width: 100%;
}

.tablet_mb-big {
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .tablet {
        padding: 16px 30px 16px 16px;
    }
    .tablet_mb-big {
        margin-bottom: 15px;
    }
}

@media (max-width: 374px) {
    .tablet {
        padding: 16px 15px;
    }
}
/* tablet end */

.profile-info  {
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .profile-info  {
        padding-bottom: 0px;
    }
}

/* content-wrapper */
.content-wrapper {
    background: #FFFFFF;
    border: 1px solid #D8E3EC;
    border-radius: 4px;
    min-height: 1024px;
    padding: 33px 34px;
    width: 100%;
    padding-bottom: 100px !important;
}

.content-wrapper__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: #8134E1;
    margin-bottom: 26px;
}

.content-wrapper__ordered-list {
    list-style-type: decimal;
    list-style-position: inside;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #373F4B;
}

@media (max-width: 992px) {
    .content-wrapper {
        min-height: 80vh;
    }
}

@media (max-width: 576px) {
    .content-wrapper {
        margin: 0 -15px;
        width: calc(100% + 30px);
        border: none;
        border-radius: 0;
        padding: 15px;
    }
}

@media (max-width: 374px) {
    .content-wrapper__title {
        font-size: 21px;
        margin-bottom: 16px;
    }
}
.content-wrapper ol {
  margin-top: 20px;
}
.content-wrapper ol li {
  margin-bottom: 5px;
}
/* content-wrapper end */

/* chat */
.chat {
    background: #F0F5F9;
    border: 1px dashed #BBCEDC;
    border-radius: 4px;
    padding: 30px 32px 33px;
}

.chat__correspondence {
    padding-bottom: 30px;
    border-bottom: 1px dashed #BBCEDC;
    margin-bottom: 22px;
    min-height: 50vh;
}

.chat__companion-info {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.chat__companion-item {
    max-width: 48%;
    min-width: 20%;
}

.chat__user-row:not(:last-child) {
    margin-bottom: 30px;
}

.chat__companion-row:not(:last-child) {
    margin-bottom: 30px;
}

.chat__companion-icon {
    margin-right: 13px;
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.chat__companion-message {
    background: #FFFFFF;
    border: 1px solid #D8E3EC;
    border-radius: 20px 20px 20px 0px;
    padding: 26px 48px 27px 28px;
}

.chat__user-row {
    display: flex;
    justify-content: flex-end;
}

.chat__user-item {
    max-width: 48%;
    min-width: 20%;
}

.chat__user-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 11px;
}

.chat__user-info-text {
    text-align: right;
    margin-right: 13px;
}

.chat__user-message {
    background: #F8F4FF;
    border: 1px solid #D8E3EC;
    border-radius: 20px 20px 0px 20px;
    padding: 26px 28px 27px 48px;
    text-align: right;
}

.chat__text-input {
    background: #FFFFFF;
    border: 1px solid #D8E3EC;
    outline: none;
    border-radius: 4px;
    width: 100% !important;
    min-height: 88px;
    max-height: 160px;
    overflow: auto;
    resize: vertical;
    padding: 16px 26px 20px;
    position: relative;
    background-size: 12px;
    z-index: 1;

    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #373F4B;
}

.chat__text-input::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #BBCEDC;
    margin-bottom: 22px;
}

.chat__text-input::-webkit-resizer {
    display: none;
}

.chat__tools-row {
    display: flex;
    justify-content: space-between;
}

.chat__attach-button {
    border: 1px dashed #BBCEDC;
    border-radius: 4px;
    background: transparent;
    padding: 12px 18px;
}

.chat__attach-button:hover .regular-icon__fill,
.chat__attach-button:focus .regular-icon__fill {
    fill: #8134E1;
}

.chat__text-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.chat__text-input-wrapper:after {
    content: url('/icons/chat/resizer.svg');
    z-index: 1;
    position: absolute;
    right: 6px;
    bottom: 6px;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .chat__user-message {
        padding: 26px 28px;
    }

    .chat__companion-message {
        padding: 26px 28px;
    }

    .chat__companion-item {
        max-width: 60%;
    }

    .chat__user-item {
        max-width: 60%;
    }
}

@media (max-width: 992px) {
    .chat__user-message {
        padding: 21px 26px 28px;
    }

    .chat__companion-message {
        padding: 21px 26px 28px;
    }
}

@media (max-width: 768px) {
    .chat__companion-item {
        max-width: 80%;
    }

    .chat__user-item {
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .chat__correspondence {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .chat__companion-item {
        max-width: 100%;
    }

    .chat__user-item {
        max-width: 100%;
    }

    .chat {
        border: 0px;
        margin: 0 -15px;
        border-radius: 0;
        width: calc(100% + 30px);
        padding: 23px 15px;
    }

    .chat__companion-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .chat__text-input {
        min-height: 125px;
        max-height: 180px;
        padding: 16px 26px 20px 18px;
    }
}

@media (max-width: 374px) {
    .chat__user-message {
        padding: 20px;
    }
}
/* chat end */

/* modal */
.modal-container {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  left: 0;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10,10,10,.30);
  max-height: 100vh;
  overflow-y: auto;
}

.modal-container_active {
  display: block;
}

.modal-content {
  width: calc(100% - 40px);
  max-width: 377px;
  background: #FFFFFF;
  border: none;
  box-shadow: 7px 15px 30px -3px rgba(187, 206, 220, 0.67);
  border-radius: 6px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content__gradient {
  background: linear-gradient(89.99deg, #302FED 0.39%, #8134E2 52.15%, #DC143B 87.95%);
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 11px;
}
.modal-content__container {
  padding: 32px 30px 36px;
}
.modal-content__important-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.modal-content__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #373F4B;
  margin-bottom: 20px;
}
.modal-content__buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.modal-content__buttons-wrapper .button {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .modal-content__container {
    padding: 20px;
  }
  .modal-content__buttons-wrapper .button {
    padding: 10px 20px;
  }

  .modal-content__buttons-wrapper .button:not(:last-child) {
    margin-right: 10px;
  }
}
/* modal end */

/* panel */
.panel {
  background: #FFFFFF;
  border: none;
  box-shadow: 7px 15px 30px -3px rgba(187, 206, 220, 0.67);
  border-radius: 6px;
}

.panel-primary > .panel-heading {
  background-color: transparent;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  color: #373F4B;
  position: relative;
  padding: 35px 20px 25px;
}

.panel-primary > .panel-heading::after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(89.99deg, #302FED 0.39%, #8134E2 52.15%, #DC143B 87.95%);
  border-radius: 6px 6px 0px 0px;
}

.panel-body {
  padding: 0 20px 40px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #D8E3EC;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #373F4B;
  min-height: 50px;
  padding: 10px;
}

.form-control::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  color: #BBCEDC;
}

.form-control:focus {
  box-shadow: none;
  border-color: #D8E3EC;
}

.btn-login {
  background: #8134E1;
  border-radius: 10px;
  border: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  transition: all 0.3s ease;
  margin-bottom: 15px !important;
}

.btn-login:hover,
.btn-login:focus {
  background: #7419BC;
}

.btn.btn-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease;
  color: #373F4B;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-top: 15px !important;
  text-transform: none;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  text-decoration: none;
  color: #8134E1;
}

.control-label {
  font-size: 16px;
  color: #373F4B;
  margin-bottom: 5px;
  font-weight: 500;
  margin-bottom: 5px;
}

.form-group.required label:after {
  color: #373F4B;
}

.main-content .panel.panel-primary .col-lg-12 {
  padding: 0;
}

@media (max-width: 576px) {
  .panel-primary > .panel-heading {
    font-size: 23px;
  }
}
/* panel end */

@media (max-width: 8000px) {
  .t-banner {
    bottom: 43px !important;
    height: 88px;
    max-width: 1214px;
    margin: 0 auto;
    background-image: url("/img/t/1214x88.png");
    border-top-style: none;
  }
}
@media (max-width: 992px) {
  .t-banner {
    bottom: 43px !important;
    height: 88px;
    max-width: 738px;
    margin: 0 auto;
    background-image: url("/img/t/738x88.png");
    border-top-style: none;
  }
}
@media (max-width: 576px) {
  .t-banner {
    bottom: 43px !important;
    height: 78px;
    max-width: 345px;
    margin: 0 auto;
    background-image: url("/img/t/345x78.png");
    border-top-style: none;
  }
}

.tinkoff-banner {
  position: fixed;
  bottom: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100000;
}

@media (max-width: 480px) {
  .tinkoff-banner {
    bottom: 42px;
  }
}

.tinkoff-banner .tinkoff-banner__img {
  display: block;
  height: 88px;
  background-repeat: no-repeat;
}

@media (min-width: 280px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/280x56.png");
    width: 280px;
  }
}
@media (min-width: 335px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/335x56.png");
    width: 335px;
  }
}
@media (min-width: 373px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/373x56.png");
    width: 373px;
  }
}
@media (min-width: 696px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/696x88.png");
    width: 696px;
  }
}
@media (min-width: 762px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/762x88.png");
    width: 762px;
  }
}
@media (min-width: 887px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/887x88.png");
    width: 887px;
  }
}
@media (min-width: 925px) {
  .tinkoff-banner .tinkoff-banner__img {
    background-image: url("/img/tinkoff_banners/925x88.png");
    width: 925px;
  }
}

