@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
input[type="radio"] {
    visibility: hidden;
}
.kvizBg {
    background: url("../img/kvizBg.jpg") no-repeat 0;
    background-size: cover;
    padding-bottom: 40px;
}
.kvizHeader p:nth-child(1) {
    color: #D80000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    margin: 40px 0 10px 0;
}
.kvizHeader p:nth-child(2) {
    color: #530C0C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0 0 30px 0;
}
.kvizTop {
    background: #6F6F6F;
    width: 830px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 20px 0 0;
}
.kvizTopHeader {
    display: flex;
    justify-content: center;
}
.kvizTopHeaderCol {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 245px;
    margin: 8px 0;
}
.kvizTopHeaderCol p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 0 12px;
}
.kvizTopHeader .kvizTopHeaderCol {
    cursor: pointer;
}
.kvizChat {
    width: 830px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    background: #D6D6D6;
}
.chatAvatar {
    margin: 40px 0 0 107px;
}
.operatorChat {
    width: fit-content;
    border-radius: 0px 20px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 15px 30px;
    margin: 40px 0 30px 19px;
    clear: both;
}
.operatorChat p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
}
.operatorChat input {
    margin-right: 15px;
}
.operatorChatInput {
    margin-bottom: 10px!important;
}
.clientChat {
    max-width: fit-content;
    padding: 15px 15px 15px 20px;
    border-radius: 20px 20px 0px 20px;
    background: #B0032D;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    float: right;
    margin: 0 75px 30px 0;
}
.clientChat p {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin: 0;
}
.modelAutoChat button {
    width: 147px;
    height: 47px;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    margin: 5px 1px;
}
p.modelAutoChatHeader {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    margin: 15px 0 10px 0;
}
.nextChat button {
    width: 143px;
    height: 50px;
    border-radius: 30px;
    background: #B0032D;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    border: none;
    margin: 0px 0 0 19px;
}
.operatorChat span {
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    margin: 0 10px 0 0;
}
.operatorChat select {
    border: none;
    padding: 0 10px 0 0;
}
.operatorChat option {
    width: 192px;
    height: 225px;
}
.rangeInput input {
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    width: 100%;
    padding: 5px 11px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.operatorChat .form-control-range {
    margin: -10px 0 0 0;
    padding-left: 0;
    padding-right: 0;
}
.operatorChat .rangeType {
    display: flex;
    justify-content: space-between;
}
.operatorChat .rangeType span {
    color: #787878;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.rangeTypeRadio {
    margin: 8px 0 0;
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.4fr;
    gap: 10px 5px;
}
.rangeTypeRadioTop {
    margin: 5px 0 0 0;
}
.rangeTypeRadio p {
    display: inline-flex;
}
.rangeTypeRadio p span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
}
.operatorChatFormHeader {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.operatorChatForm {
    padding: 15px 15px 15px 30px;
}
.operatorChatFormHeader a {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}
.chatPhoneCall {
    width: 365px;
    border-radius: 50px;
    border: 1px solid #B6B6B6;
    background: #FFF;
    padding: 15px 15px 15px 30px;
    margin: 10px 0;
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.operatorChatForm label {
    display: block;
}
.operatorChatForm label span {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: text-bottom;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.chatTimeCall {
    width: 186px;
    border-radius: 50px;
    border: 1px solid #B6B6B6;
    background: #FFF;
    padding: 15px 15px 15px 30px;
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 10px 0;
}
.operatorChatForm button {
    width: 186px;
    padding: 15px 20px;
    border-radius: 30px;
    background: #B0032D;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background: url("../img/radio.png") no-repeat;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background: url("../img/radioChecked.png") no-repeat;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.operatorChatWorks input[type="radio"] {
    visibility: hidden;
}
.rangeTypeRadio input[type="radio"] {
    visibility: hidden;
}
.chatHidden {
   display: none;
}
.kvizChat {
    min-height: 100vh;
}
.chatTyping {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 20px 0;
}
.chatTyping span:nth-child(1) {
    display: inline-block;
    margin: 0 0 0 5px;
}
.kvizChat  {
    padding-bottom: 40px;
}

.scrollLock {
    width: 100%;
}

.diagnosticForm .modalForms {
    border-radius: 20px;
    background: #CFCFCF;
    padding-bottom: 28px;
}
.diagnosticForm .modal-header {
    position: absolute;
    border: none;
    right: -22px;
    top: -22px;
    width: 50px;
    height: 51px;
    padding: 0;
}
.diagnosticForm .modal-header .btn-close {
    background: transparent url(../img/closeModal.svg) no-repeat;
    opacity: 1;
    width: 50px;
    height: 51px;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.diagnosticForm .modalFormsHeader {
    display: flex;
    align-items: flex-start;
}
.diagnosticForm .modalFormsHeader img {
    margin: 23px 0 0 0;
}
.diagnosticForm .modalFormsHeaderWrapper p:nth-child(1) {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin: 23px 0 0 17px;
}
.diagnosticForm .modalFormsHeaderWrapper p:nth-child(2) {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 16px 17px;
}
.diagnosticForm .modalFormsHeader2 {
    width: 365px;
    height: 103px;
    border-radius: 0px 20px 20px 20px;
    background: #6E6E6E;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    margin: -40px auto 0 auto;
}
.diagnosticForm .modalFormsHeader2 p {
    width: 231px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 15px;
}
.diagnosticForm label {
    display: block;
    margin: 21px auto 10px auto;
}
.diagnosticForm input[type="text"] {
    display: block;
    width: 365px;
    border-radius: 50px;
    border: 1px solid #B6B6B6;
    background: #FFF;
    padding: 15px 15px 15px 30px;
    margin: 0 auto;
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.diagnosticForm .personalDataForms {
    color: #5C5B5B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: flex;
}
.diagnosticForm .personalDataForms input[type="checkbox"] {
    display: none;
}
.diagnosticForm .personalDataForms span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
.diagnosticForm .personalCheckForms:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    background: url("../img/personalDataFormsIcon.png") center no-repeat;
    position: relative;
    top: -1px;
    left: -1px;
}
.diagnosticForm .personalDataForms input:checked ~ .personalCheckForms:after {
    display: inline-block;
}
.diagnosticForm .personalDataForms label {
    display: inline-block;
    margin: 0 14px 0 53px;
}
.diagnosticForm button {
    display: block;
    width: 365px;
    padding: 20px 40px;
    border-radius: 30px;
    background: #B0032D;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    border: none;
    margin: 0 auto;
}

.chatTOProbeg .dropdown-menu {
    /*max-height: 100px;*/
    overflow-y: scroll;
}
.chatTOProbeg .scrollbar
{
    margin-left: 22px;
    float: left;
    height: 300px;
    background: #F5F5F5;

    margin-bottom: 25px;
}

.chatTOProbeg .force-overflow
{
    min-height: 450px;
}

.chatTOProbeg #wrapper
{
    text-align: center;
    margin: auto;
}
.chatTOProbeg #style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chatTOProbeg #style-2::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    direction:ltr;
}

.chatTOProbeg #style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00D03A;
}
.operatorChat .dropup {
    display: inline-block;
    float: right;
    margin-left: 50px;
}
.operatorChat .dropup li {
    text-align: center;
    margin: 10px;
}
.operatorChat .dropup li a {
    padding: 15px 0 0 0;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    display: block;
    width: 118px;
    height: 60px;
}
.operatorChat .dropup li a:hover {
    background: transparent;
    border: 2px solid #00D03A;
    border-radius: 10px;
}
.chatTOProbeg .dropdown-toggle {
    background: #FFFFFF;
    border: none;
}
.chatModelAutoChat  {
    max-width: 506px;
}
.operatorChatEnd2 {
    max-width: 365px;
}
.chatTOProbeg .dropdown-menu {
    border-radius: 20px;
    background: #FFF;
    padding: 15px 17px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);

}
.chatTOProbegOperator2  {
    width: 513px;
}

.topLogo {
    text-align: center;
}
.topLogo img {
    margin: 30px 0 28px 0;
}
.topDescription p:nth-child(1) {
    color: #C41230;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.8%; /* 14.812px */
    margin: 25px 0 7px 0;
}
.topAutoMarks {
    display: flex;
    align-items: center;
    justify-content: center;
}
.topAutoMarks p {
    color: #C41230;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 110% */
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
.topAutoMarks p span {
    display: inline-block;
    margin: 0 0 0 5px;
    border-bottom: 2px dashed #C41230;
}
.topDescription p:nth-child(3) {
    color: #C41230;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.8%; /* 12.696px */
    margin: 10px 0 10px 0;
}
.topDescription p:nth-child(4) {
    color: #5A5A5A;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.geoLinksTop a:nth-child(1) {
    display: inline-block;
    color: #D80000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.8%; /* 19.044px */
    text-decoration: none;
    margin: 48px 0 11px 0;
}
.geoLinksTop a:nth-child(1) span {
    border-bottom: 1px dashed #D80000;
    display: inline-block;
    margin: 0 0 0 10px;
}
.geoLinksTop a:nth-child(2) {
    display: flex;
    width: 173.286px;
    padding: 4.999px;
    justify-content: center;
    align-items: center;
    gap: 16.662px;
    border-radius: 16.662px;
    background: #B0032D;
    color: #FFF;
    text-align: right;
    font-family: "Open Sans",sans-serif;
    font-size: 13.33px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.8%;
    text-decoration: none;
    margin-left: 30px;
}
.geoLinksTop p {
    color: #22466F;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.8%; /* 14.812px */
}
.fixedMenu {
    position: fixed!important;
    top: 0;
    left: 0!important;
    z-index: 999!important;
    width: 100%!important;
    padding: 10px 0!important;
    margin: 0!important;
    display: block!important;
}
.menuTopBg {
     background: #FFFFFF;
}

.chatWorks {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.chatWork {
    width: 49%;
    margin-top: 15px;
    cursor: pointer;
    background-color: #f6f3f2;
    border-radius: 10px;
    padding: 15px;
}
.chatWork img {
    width: 100%;
    border-radius: 12px;
}
.chatWork p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
#typewriter {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: caret 0.6s step-end infinite;
}

@keyframes caret {
    50% { border-color: transparent; }
}

.operatorChatStart {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.operatorChatStart.visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
