

/* Start:/local/components/addamant/text.author/templates/mobile/style.css?17791031313562*/
.text-author-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.text-author.card-item{
    max-width: 547px;
    width: 100%;
}
.text-author-worker.mobile{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.text-author-titles{
    max-width: 953px;
    margin-right: 64px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.text-author-titles h1{
    margin-bottom: 64px;
}
.text-author.card-item h3{
    margin-bottom: -42px;
}
.text-author.card-item.dark h3,
.text-author.card-item.dark h4,
.text-author.card-item.dark h5{
    color: var(--white);
}
.text-author.card-item.dark h5{
    opacity: 0.5;
}
.text-author.card-item.light h5{
    color: var(--grey);
}
/*.text-author.card-item h3{
    position: absolute;
}*/
.text-author-worker.mobile .button{
    margin: 0;
}
.worker-info{
    text-align: right;
}
.worker-info img{
    margin-bottom: 16px;
    max-width: 80px;
    max-height: 80px;
}
.employee-block .text-author-titles{
    display: none;
}
.employee-block .text-author-worker.mobile{
    flex-wrap: wrap;
}
.employee-block .text-author.card-item h3{
    position: static;
}
.employee-block .worker-info{
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 32px;
}
.employee-block .worker-info img{
    margin-right: 16px;
    margin-bottom: 0;
}
.employee-block .text-author h3{
    margin-bottom: 24px;
}
.employee-block .text-author.card-item{
    padding: 24px;
    margin-top: 0;
}
.text-author-step{
    margin-bottom: 32px;
}
.text-author-step.text-bg{
    font-weight: 500;
}
.main-block.web-stack{
    margin-bottom: 100px;
}
@media screen and (max-width:1050px){
    .text-author-wrapper{
        flex-wrap: wrap;
    }
    .text-author-titles{
        margin-right: 0;
    }
    .text-author.card-item{
        margin-top: 64px;
    }
}
@media screen and (max-width:768px){
    .text-author-titles .undertitle p{
        font-size: 18px;
    }
    .text-author-titles{
        max-width: 550px;
    }
    .main-block.web-stack{
        margin-bottom: 50px;
    }
    .web-stack .text-author-titles .undertitle p{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.01em;
    }
    .web-stack .text-author-titles .undertitle p br{
        display: none;
    }
    .web-stack .text-author-titles{
        max-width: 100%;
    }
}
@media screen and (max-width:600px){
	.text-author-titles h1{
        margin-bottom: 32px;
    }
    .text-author.card-item h3{
        position: relative;
        margin-bottom: 24px;
    }
    .text-author.card-item{
        flex-wrap: wrap;
        padding: 24px;
    }
    .text-author-worker.mobile{
        flex-wrap: wrap;
    }
    .text-author-worker.mobile .button{
        margin-bottom: 0px;
    }
    .worker-info{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
    }
    .worker-text{
        margin-left: 16px;
    }
    .worker-info img{
        margin-bottom: 12px;
    }
    .employee-block .text-author-worker.mobile .worker-info{
        flex-wrap: nowrap;
    }
}
@media (max-width: 380px) {
    .text-author-worker.mobile .worker-info img{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 370px) {
    .text-author-worker.mobile .worker-info img{
        width: 80px;
        height: 80px;
        margin-right: 8px;
    }
    .worker-text{
        margin-left: 8px;
    }
}
/* End */


/* Start:/local/components/addamant/form/templates/bigform/addamant/form.result.new/.default/style.css?178481392215306*/
.popup-simple-form.bigform{
    max-width: 100%;
    height: 100%;
    max-height: 100dvh;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
#startApp > div {
    height: auto;
    min-height: 100%;
    position: relative;
}
.flex-main-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.popup-simple-form.bigform .form-wrap{
    min-height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-simple-form.bigform .form-wrap .form{
    max-width: 844px;
    width: 100%;
    position: relative;
    padding: 120px 32px 32px 32px;
}
.popup-simple-form.bigform .button-close{
    padding: 16px 24px;
    z-index: 3;
}
.popup-simple-form.bigform .form-data .main-input-block{
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    height: auto;
    top: 230px;
    transform: none;
    padding: 0 32px;
}
.popup-simple-form.bigform .btn-wrap,
.popup-simple-form.bigform .form-userconsent{
    text-align: center;
}
.popup-simple-form.bigform .form-userconsent{
    margin-top: 12px;
}
.popup-simple-form.bigform .btn-wrap .button{
    margin: 0;
    margin-bottom: 12px;
    max-width: 328px;
    width: 100%;
}
.popup-simple-form.bigform .form-userconsent a{
    color: var(--grey);
    font-weight: 500;
    text-decoration: underline;
}
.popup-simple-form.bigform .main-input-block.input-hide,
.popup-simple-form.bigform .btn-wrap,
.step-connect-input{
    display: none;
}
.popup-simple-form.bigform .main-input-block{
    max-width: 720px; 
    background-color: var(--white);
    transition: var(--transition);
}
.popup-simple-form.bigform .main-input-block.active{
    transition: var(--transition);
    opacity: 1;
    z-index: 2;
}
.popup-simple-form.bigform .main-input-block .main-input{
    margin-bottom: 10px;
    border-color: black;
}
.popup-simple-form.bigform .main-input-block .main-input::placeholder{
    white-space: pre-wrap;
}
.popup-simple-form.bigform .main-input-block.step-details .main-input{
    padding: 24px 16px 45px;
}
.form-step{
    text-align: center;
    margin-bottom: 24px;
}
.theme-type-list,
.connect-types-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
}
.connect-types-list{
    max-width: 90%;
    margin: 0 auto;
}
.theme-type-list input,
.connect-types-list input{
    display: none;
}
.theme-type-list label{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    border: 1px solid var(--special-grey);
    border-radius: 16px;
    padding: 16px;
    display: inline-block;
    transition: var(--transition);
    color: var(--dark);
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.theme-type-list label:hover {
    border: 1px solid var(--grey);
}
.theme-type-list input:checked+label,
.connect-types-list input:checked+label{
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
}
.theme-type-list label:last-of-type{
    margin-right: 0;
}
.connect-types-list .connect-type{
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;
}
.connect-types-list .connect-type label:hover{
    cursor: pointer;
}
.connect-types-list .connect-type input:checked+label:hover{
    cursor: default;
}
.form-step-button{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.form-step-button .button{
    max-width: 328px;
    width: 100%;
    margin: 0;
}
.popup-simple-form.bigform .form-wrap .form .privacy-block-form {
    margin-top: 32px;
}
.form-step-button .button+.button{
    margin-left: 12px;
}
.form-step-skip{
    text-decoration: underline;  
    cursor: pointer; 
    text-align: center;
    margin-top: 32px;
}
.form-step-skip:hover{
    text-decoration: none;   
}
.popup-simple-form.bigform .form-success{
    margin: 0;
    text-align: center;
    padding: 32px 32px 56px 32px;
}
.popup-simple-form.bigform .form-success p{
    margin-top: 24px;
}
.popup-simple-form.bigform .form-success h2 {
    margin-top: 32px;
}
.popup-simple-form.bigform h3{
    margin-bottom: 12px;
    text-align: center;
}
.popup-simple-form.bigform p.h4-heading.text-grey {
    margin-bottom: 32px;
    text-align: center;
}
.popup-simple-form.bigform .form-success .button{
    margin: 0 auto;
    margin-top: 32px;
}
.button.submit-bigForm.disabled{
    background-color: var(--light-grey);
    color: var(--light-grey-secondary);
}
.button.submit-bigForm {
    padding-top: 19px;
    padding-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
}
.main-input-wrapper.SIMPLE_QUESTION_358,
.main-input-wrapper.expert {
    display: none;
}
.chat-wrapper{
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 3;
}
.chat-btn-wrap{
    position: relative;
    cursor: pointer;
}
.chat-count{
    position: absolute;
    top: -12px;
    left: -12px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    width: 32px;
    border-radius: 32px;
    text-align: center;
    background-color: var(--blue);
    transition: var(--transition);
    color: var(--white);
}
.chat-btn,
.chat-close{
    width: 60px;
    height: 60px; 
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    transition: var(--transition);
}
.chat-close{
    display: none;
    align-items: center;
    justify-content: center;
}
.chat-btn-wrap.active .chat-count{
    background-color: var(--dark);
    color: var(--white);
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-btn{
    display: none;
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-close{
    display: flex;
    background-color: var(--blue);
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-close svg path{
    stroke: var(--white);
}
.chat-wrapper .chat-item-wrapper{
    padding: 32px;
    border-radius: 32px;
    z-index: -1;
    opacity: 0;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
    width: 406px;
    position: absolute;
    bottom: 80px;
    right: -406px;
    background-color: var(--light-grey);
}
.chat-wrapper.active .chat-item-wrapper{
    display: flex;
    z-index: 1;
    opacity: 1;
    right: 0px;
    transition: var(--transition);
}
.chat-item .chat-worker{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    width: 100%;
    margin-top: auto;
}
.chat-item .chat-worker img{
    margin-right: 16px;
    max-width: 60px;
    max-height: 60px;
}
.chat-item-wrapper .splide__pagination--ttb{
    padding: 0;
    right: 0;
}
.chat-item-wrapper .splide__pagination--ttb .splide__pagination__page{
    background-color: var(--light-grey-secondary);
    margin: 0;
}
.chat-item-wrapper .splide__pagination--ttb .splide__pagination__page.is-active{
    background-color: var(--dark);
    transform: none;
    opacity: 1;
}
.chat-item-wrapper .splide__pagination li{
    margin-bottom: 8px;
    height: 8px;
}
.chat-item-wrapper .splide__pagination li:last-child{
    margin-bottom: 0px;
}
.chat-item-list .splide__track{
    margin-right: 24px;
}
.chat-item-list .chat-item{
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.button.submit-bigForm.disabled{
    pointer-events: none;
}
.chat-item-list .button-small-white{
    margin: 0;
    max-width: 164px;
    line-height: 24px;
}
.chat-item-list .button-small-white>div{
    height: 100%;
}
.connect-notiofication-telegram,
.connect-notiofication{
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    color: var(--grey);
    margin: 6px auto 24px;
}
.connect-notiofication{
    display: block;
}
.popup-simple-form.bigform .main-input-wrapper{
    margin-bottom: 24px;
}
.main-form-direction {
    --main-form-direction-dropdown-height: 540px;

    position: relative;
    width: 100%;
}
.main-form-direction__field {
    display: none;
}
.main-form-direction__button {
    width: 100%;
    padding: 24px 16px;
    border: 0;
    border-bottom: 1px solid var(--light-grey-secondary);
    background: var(--white);
    color: var(--grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    transition: var(--transition);
}
.main-form-direction__button:hover,
.main-form-direction.is-open .main-form-direction__button {
    border-bottom-color: var(--dark-secondary);
}
.main-form-direction.is-selected .main-form-direction__button {
    color: var(--dark);
}
.main-form-direction.is-error .main-form-direction__button {
    border-bottom-color: var(--red);
}
.main-form-direction__button svg {
    flex: none;
    color: var(--grey);
    transition: var(--transition);
}
.main-form-direction.is-open .main-form-direction__button svg {
    transform: rotate(180deg);
}
.main-form-direction__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 8;
    max-height: var(--main-form-direction-dropdown-height);
    border: 1px solid var(--light-grey-secondary);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 18px 48px rgba(22, 32, 51, 0.12);
    overflow: hidden;
}
.main-form-direction__scroll {
    box-sizing: border-box;
    max-height: calc(var(--main-form-direction-dropdown-height) - 2px);
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 12px 10px;
}
.main-form-direction__group + .main-form-direction__group {
    margin-top: 8px;
}
.main-form-direction__group-title {
    margin-bottom: 8px;
    color: var(--grey);
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 23px;
}
.main-form-direction__option {
    width: 100%;
    padding: 8px 20px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    transition: var(--transition);
}
.main-form-direction__option:hover,
.main-form-direction__option.is-selected {
    background: var(--light-grey);
    color: var(--dark);
}
.main-form-experts {
    display: grid;
    gap: 12px;
}
.main-form-expert {
    padding: 16px;
    border-radius: 24px;
    background: var(--light-grey);
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 16px;
    transition: var(--transition);
}
.main-form-expert.is-active {
    border-color: var(--blue);
    background: var(--blue);
}
.main-form-expert__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--blue);
    object-fit: cover;
}
.main-form-expert.is-active .main-form-expert__image {
    background: var(--white);
}
.main-form-expert__name {
    margin-bottom: 2px;
    color: var(--dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.6%;
}
.main-form-expert__description {
    color: var(--grey);
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.7%;
}
.main-form-expert.is-active .main-form-expert__name,
.main-form-expert.is-active .main-form-expert__description {
    color: var(--white);
}
.popup-simple-form.bigform .main-input-wrapper.direction {
    margin-bottom: 24px;
}
.popup-simple-form.bigform .main-input-wrapper.is-error .main-input {
    border-bottom-color: var(--red);
}
.popup-simple-form.bigform .privacy-block-form.is-error label:before {
    border-color: var(--red);
}
.step-connect-input input:focus{
    border-color: var(--black);
}
@media screen and (max-width: 1440px){
    .popup-simple-form.bigform .form-data .main-input-block{
        top: 152px;
    }
}
@media (max-width: 1024px) {
    .popup-simple-form.bigform .form-wrap {
        align-items: flex-start;
    }
    .popup-simple-form.bigform .form-wrap .form {
        overflow: visible;
    }
}
@media screen and (max-width: 768px){
    .popup-simple-form.bigform .form-wrap .form{
        padding: 88px 16px 16px;
        max-width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .popup-simple-form.bigform .main-input-wrapper {
        margin-bottom: 16px !important;
    }
    .popup-simple-form.bigform .form-data .main-input-block{
        padding: 0 16px;
        height: auto;
        top: 104px;
    }
    .popup-simple-form.bigform .button-close{
        top: 16px;
        right: 16px;
    }
    .popup-simple-form.bigform h3{
        margin-bottom: 12px;
    }
    .popup-simple-form.bigform p.h4-heading.text-grey {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .form-step-button{
        margin-top: 22px;
    }
    .popup-simple-form.bigform .form-success{
        padding: 32px 16px 56px;
    }
    .chat-wrapper{
        right: 16px;
        bottom: 16px;
    }
    .main-form-expert {
        grid-template-columns: 60px 1fr;
    }
    .main-form-expert__image {
        width: 60px;
        height: 60px;
    }

    .main-form-direction {
        --main-form-direction-dropdown-height: 340px;
    }
    .popup-simple-form.bigform .form-success p {
        font-size: 18px;
        margin-top: 12px;
    }
    .popup-simple-form.bigform .form-success .success-icon {
        width: 100%;
    }
    .popup-simple-form.bigform .form-success .success-icon svg {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px){
    .chat-wrapper .chat-item-wrapper{
        padding: 24px;
    }
    .chat-item-list .chat-item{
        min-height: 130px;
    }
    .chat-item .chat-worker{
        margin-top: 16px;
        margin-top: auto;
    }
    .popup-simple-form.bigform{
        height: 100%;
    }
}
@media screen and (max-width: 710px){
    .popup-simple-form.bigform .form-wrap .form{
        max-width: 100%;
    }
}
@media (max-width: 690px) {
    .flex-main-input {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
@media screen and (max-width: 410px){
    .chat-wrapper .chat-item-wrapper{
        width: 343px;
    }
    .chat-item>p{
        font-size: 16px;
        line-height: 130%;
    }
    .main-form-expert {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .form-step-button .button {
        max-width: 100%;
    }
}
@media screen and (max-width: 380px){
    .chat-wrapper .chat-item-wrapper{
        width: 320px;
    }
    .popup-simple-form.bigform .form-data .main-input-block{
        top: 88px;
    }
    .chat-item>p{
        font-size: 16px;
        line-height: 130%;
    }
    .popup-simple-form.bigform .form-success {
        overflow-x: hidden;
    }
    .popup-simple-form.bigform .form-success .success-icon svg {
        margin-left: -100px;
        max-width: 500px;
        height: 150px;
    }
}

/* End */


/* Start:/local/templates/main/styles.css?1772619054430*/
.li-rhombus {}

.height-reset {
    height: initial;
}

.yellow-highlight {
    background-color: #FFEE96;
    border-radius: 160px;
    color: #18233A;
}

.green-highlight {
    background-color: #C6FA9D;
    border-radius: 160px;
    color: #18233A;
}
.main-link-white-nohover {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.006em;
    color: var(--white);
    text-decoration: none;
}
/* End */
/* /local/components/addamant/text.author/templates/mobile/style.css?17791031313562 */
/* /local/components/addamant/form/templates/bigform/addamant/form.result.new/.default/style.css?178481392215306 */
/* /local/templates/main/styles.css?1772619054430 */
