.chatbot__window{background-color:#fff;width:450px;height:580px;position:absolute;bottom:110%;right:0;box-shadow:0 1px 40px 0 rgba(30,106,116,.29);border-radius:8px;color:#1a1a1a;z-index:10}@media screen and (max-width:1053px){.chatbot__window{height:500px}}@media screen and (max-width:579px){.chatbot__window{width:100vw;height:calc(var(--vh, 1vh)*100);bottom:-23%;right:-6%}}.chatbot__window .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatbot__header{display:flex;align-items:center;justify-content:space-between;padding:.8rem;border-bottom:1px solid #c1c0c0;height:15%}@media screen and (max-width:579px){.chatbot__header{height:10%;padding:1.5rem 1rem .8rem}}.chatbot__header .chatbot__button:focus{outline:2px solid #bd13b8;outline-offset:1px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.chatbot__messages{overflow-y:auto;height:70%;padding:1.5rem 1.6rem;font-size:16px;display:flex;flex-direction:column;gap:10px}@media screen and (max-width:579px){.chatbot__messages{padding:.8rem 1.2rem;height:80%}}.chatbot__messages .typing-gif{width:50px;height:40px}.chatbot__messages .chatbot__message-admin{display:flex;align-items:start;gap:5px;max-width:80%}.chatbot__messages .chatbot__message-admin .operator-icon{background-color:#e6f5f4;border-radius:50%;padding:8px}.chatbot__messages .chatbot__message-admin .operator-message{display:flex;flex-direction:column;max-width:100%}.chatbot__messages .chatbot__message-admin .message-text{background-color:#dce0e5;padding:10px 16px;border-radius:0 8px 8px 8px;word-break:break-word}.chatbot__messages .chatbot__message-admin .message-file{background-color:#fff;padding:10px 16px;border-radius:0 8px 8px 8px;word-break:break-word;border:1px solid #dcdcdc}.chatbot__messages .chatbot__message-admin .chatbot__time{font-size:14px;color:#747474;text-align:right}.chatbot__messages .chatbot__message-user{display:flex;align-items:end;align-self:flex-end;flex-direction:column;gap:5px;max-width:80%}.chatbot__messages .chatbot__message-user .user-message{display:flex;flex-direction:column;max-width:100%}.chatbot__messages .chatbot__message-user .message-text{background-color:#dce0e5;padding:10px 16px;border-radius:8px 0 8px 8px;max-width:100%;word-break:break-word}.chatbot__messages .chatbot__message-user .message-text .chatbot__image-preview{max-width:200px;border-radius:8px;margin:5px 0}.chatbot__messages .chatbot__message-user .message-file{background-color:#fff;padding:10px 16px;border-radius:8px 0 8px 8px;word-break:break-word;border:1px solid #dcdcdc}.chatbot__messages .chatbot__message-user .message-file .chatbot__image-preview{max-width:200px;border-radius:8px;margin:5px 0}.chatbot__messages .chatbot__message-user .chatbot__time{font-size:14px;color:#747474;display:flex;gap:5px}.chatbot__messages .image-wrapper{position:relative;display:inline-block}.chatbot__messages .image-wrapper .chatbot__image-preview{width:100%;border-radius:8px;display:block}.chatbot__messages .image-wrapper .download-icon{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);padding:6px;border-radius:50%;cursor:pointer;transition:all .2s ease-in-out}.chatbot__messages .image-wrapper .download-icon img{width:16px;height:16px;filter:invert(1)}.chatbot__messages .image-wrapper .download-icon:hover{background:rgba(0,0,0,.8)}.chatbot__messages .file-link{display:flex;gap:8px;align-items:flex-start}.chatbot__messages .file-info{display:flex;flex-direction:column;align-items:flex-start}.chatbot__messages .chatbot__faq{padding:1rem}.chatbot__messages .chatbot__faq ul{display:flex;flex-direction:column;align-items:end;gap:10px}.chatbot__messages .chatbot__faq ul li span{text-align:left}.chatbot__messages .chatbot__faq-list{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.chatbot__messages .chatbot__faq-item{width:80%;display:flex;flex-direction:column;align-items:flex-end}.chatbot__messages .chat-date-label{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:1rem;font-size:16px;text-align:center;color:#6b7280}.chatbot__messages .chat-date-label .line{width:50px;height:1px;background-color:#e5e7eb}.chatbot__input-area{height:15%;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.6rem;border-top:1px solid #c1c0c0}@media screen and (max-width:579px){.chatbot__input-area{height:10%}}.chatbot__input-area .chatbot__buttons{display:flex;gap:.5rem;align-items:center}@media screen and (max-width:579px){.chatbot__input-area .chatbot__buttons{gap:.2rem}}.chatbot__input-area .chatbot__buttons .disabled_btn{opacity:.3;pointer-events:none}.chatbot__input-area .visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatbot__input-area .chatbot__input{width:95%;border:none;outline:none;resize:none;overflow-y:auto;white-space:pre-wrap;word-break:break-word;padding:.5rem;max-height:calc(3em + 1rem)}.chatbot__input-area .chatbot__input:disabled{opacity:.5;background-color:rgba(0,0,0,0);cursor:not-allowed}.chatbot__input-area .custom-btn{color:#1a1a1a;cursor:pointer;display:flex;align-items:center;gap:.35rem;border:2px solid rgba(0,0,0,0);transition:all .2s linear;border-radius:5px;padding:5px 16px}.chatbot__input-area .custom-btn:hover{background-color:#f5f5f5}.chatbot__input-area .custom-btn[aria-disabled=true]{pointer-events:none;opacity:.5;cursor:default}.chatbot__input-area .custom-btn[aria-disabled=true]:hover{background-color:rgba(0,0,0,0)}.chatbot__input-area .custom-btn[aria-disabled=true]:focus-visible{outline:none}.chatbot__input-area .custom-btn:focus{outline:2px solid #bd13b8;outline-offset:1px}.chatbot__input-area .custom-btn img{filter:invert(0) sepia(96%) saturate(18%) hue-rotate(214deg) brightness(95%) contrast(101%);width:1rem;height:1rem}.chatbot__input-area .custom-btn .recording{filter:invert(9%) sepia(91%) saturate(6584%) hue-rotate(1deg) brightness(92%) contrast(109%);width:1rem;height:1rem}.chatbot__input-area .input{display:flex;position:relative;width:60%}.chatbot__input-area .input .input__remove{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.5rem;background:#c28b8b;border-radius:50%;padding:.1rem .25rem;cursor:pointer;color:#fff}.chatbot__input-area .input .input__remove:hover{background:#ad3c3c}.heading__h1{font-size:2rem;line-height:3.2rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif}.heading__h2{font-size:1.5rem;line-height:2rem}.heading__h2,.heading__h3{font-weight:600;font-family:Noto Sans Armenian,sans-serif}.heading__h3{font-size:1.2rem;line-height:1.6rem}.heading__h4{font-size:1rem;line-height:1.6rem}.heading__h4,.heading__h5{font-weight:600;font-family:Noto Sans Armenian,sans-serif}.heading__h5{font-size:.9rem;line-height:1.2rem}.heading__h6{font-size:.65rem;line-height:1rem;font-weight:500}.heading__h6,.heading__h7{font-family:Noto Sans Armenian,sans-serif}.heading__h7{font-size:.6rem;line-height:1.2rem;font-weight:600}.heading__large-1{font-size:2.4rem;line-height:2.8rem}.heading__large-1,.heading__large-2{font-weight:700;font-family:Noto Sans Armenian,sans-serif}.heading__large-2{font-size:1.6rem;line-height:2rem}.link_heading_text{font-size:20px;line-height:32px}.link_heading_text,.link_standart{font-weight:400;font-family:Noto Sans Armenian,sans-serif}.link_standart{font-size:.8rem;line-height:1.2rem;text-decoration:underline;color:#004d99}.link_standart:focus{outline:2px solid #bd13b8;outline-offset:1px}.link_bold-active{font-size:.8rem;line-height:1.2rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif;color:#000040}.link_bold-active:focus{outline:2px solid #bd13b8;outline-offset:1px}.link__target_blank{position:relative;display:flex;align-items:center;width:max-content}.link__target_blank:after,.link_target_blank_icon:after{content:"";display:inline-block;width:1em;height:1em;-webkit-mask-size:contain;-webkit-mask:url(/_next/static/media/linkIcon.0a544f7d.svg) no-repeat center;mask:url(/_next/static/media/linkIcon.0a544f7d.svg) no-repeat center;mask-size:contain;background-color:currentColor}.lead__paragraph{font-size:1rem;line-height:1.6rem;font-weight:400;font-family:Noto Sans Armenian,sans-serif}.help__text,.paragraph__regular{font-weight:400}.help__text,.link_semiBold,.paragraph__regular{font-size:.8rem;line-height:1.2rem;font-family:Noto Sans Armenian,sans-serif}.link_semiBold{font-weight:700;text-decoration:underline;color:#004d99}.link_semiBold:focus{outline:2px solid #bd13b8;outline-offset:1px}.button_text{font-size:.65rem}.body_text,.button_text{line-height:1.2rem;font-weight:400;font-family:Noto Sans Armenian,sans-serif}.body_text{font-size:.8rem}.body_text-semibold{font-weight:600}.body_text-bold,.body_text-semibold{font-size:.8rem;line-height:1.2rem;font-family:Noto Sans Armenian,sans-serif}.body_text-bold{font-weight:700}.error_message{font-size:.8rem;line-height:1.2rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif;color:#c00}.body_text-small{font-weight:400}.body_text-small,.body_text-small-semibold{font-size:.7rem;line-height:1.2rem;font-family:Noto Sans Armenian,sans-serif}.body_text-small-semibold{font-weight:600}.link_footer{font-size:.8rem;line-height:1.2rem;font-weight:400;font-family:Noto Sans Armenian,sans-serif;text-decoration:underline}.badge_text{font-size:14px;font-weight:700}.badge_text,.label_input{line-height:24px;font-family:Noto Sans Armenian,sans-serif}.label_input{font-size:16px;font-weight:600}.large-section-title{font-size:2.4rem;line-height:2.8rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif}@media screen and (max-width:1053px){.large-section-title{font-size:1.6rem;line-height:2rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif}}@media screen and (max-width:479px){.large-section-title{font-size:1.4rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}@media screen and (max-width:319px){.large-section-title{font-size:1.2rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}.medium-section-title{font-size:2rem;line-height:2.8rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif}@media screen and (max-width:1053px){.medium-section-title{font-size:1.6rem;line-height:2rem;font-weight:700;font-family:Noto Sans Armenian,sans-serif}}@media screen and (max-width:479px){.medium-section-title{font-size:1.4rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}@media screen and (max-width:319px){.medium-section-title{font-size:1.2rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}.heading__h2-h3{font-size:1.5rem;line-height:2rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}@media screen and (max-width:579px){.heading__h2-h3{font-size:1.2rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}.heading__h3-h4{font-size:1.2rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}@media screen and (max-width:579px){.heading__h3-h4{font-size:1rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}.heading__h4-h5{font-size:1rem;line-height:1.6rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}@media screen and (max-width:579px){.heading__h4-h5{font-size:.9rem;line-height:1.2rem;font-weight:600;font-family:Noto Sans Armenian,sans-serif}}.chatBot__offline{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%;text-align:center;gap:18px}.chatBot__offline img{width:130px;height:130px}.chatBot__offline p{color:#747474;text-align:center;font-weight:400;font-size:14px}.chatBot__offline span{color:#1a1a1a;text-align:center;font-weight:600;font-size:14px}.chatBot__offline .chatBot__offline__text p{color:#747474;text-align:center;font-weight:600;font-size:16px}.scrollTop_scrollTop__ddRD2{z-index:1}.scrollTop_scrollTop__ddRD2.scrollTop_disabled__kloea{opacity:.3;cursor:no-drop}@media screen and (max-width:767px){.scrollTop_scrollTop__ddRD2 .scrollTop_scrollTop__text__hg2fk{display:none}}.scrollTop_scrollTop__ddRD2{position:fixed;bottom:10px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;padding:8px 16px;border-radius:8px;border:2px solid #0f131a;background-color:#f6f7f9;z-index:1000;transition:opacity .3s ease,visibility .3s ease}.scrollTop_scrollTop__ddRD2:hover{background-color:#f2f5f8}.scrollTop_scrollTop__ddRD2:active{background-color:#dce0e5}.scrollTop_scrollTop__ddRD2:focus{outline:2px solid #bd13b8;outline-offset:1px}.scrollTop_scrollTop__ddRD2.scrollTop_disabled__kloea{opacity:0;visibility:hidden;pointer-events:none}.scrollTop_scrollTop__ddRD2 .scrollTop_scrollTop__text__hg2fk{color:#0f131a}.scrollTop_scrollTop__ddRD2 .scrollTop_scrollTop__icon__r2OBO{width:16px;height:16px}