

/* Start:/local/templates/ramsay_2023/components/bitrix/news.list/analises_search/style.css?17689144966291*/
.title_search {
    margin-bottom: 30px;
    font-weight: bold;
}

.input_search {
    display: flex;
    justify-content: space-between;    
    margin-bottom: 10px;
    border: 3px solid #063462;
    background-color: #fcfcfc;
    overflow: hidden;
}

.input_search button {
    padding: 5px 15px;
    background: #063462;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#searchBar {
    flex: auto;
    padding: 8px 12px 6px;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.price_search {
    width: 100%;
    margin-bottom: 1px;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #CCEFF6;
    cursor: pointer;
}

.price_search thead td {
    padding: 5px;
    text-align: center;
    background: #579dbd;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
}

.price_search tbody tr {
    display: none;
}

.price_search.active tbody tr {
    display: table-row;
}

.price_search tbody tr.active {
    background: #a8e3ff;
}

.price_search tbody td {
    padding: 5px;
    border-bottom: 1px solid #CCEFF6;
}

.price_search tbody td:last-child {
    width: 75px;
    text-align: right;
}

.price_search tbody td.price_search_days {
    width: 55px;
}

#basket_search {
    position: sticky;
    top: 145px;
    background-color: #a8e3ff;
    margin: 52px 0 25px;
    padding: 20px;
}

#basket_search > div:first-of-type {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #063462;
}

#basket_search > div:last-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #063462;
    border-top: 1px dotted;
    margin-top: 15px;
    padding-top: 5px;
}

#basket_search > div:last-of-type > span:last-child {
    display: none;
}

#basket_search > ul {
    max-height: 565px;
    max-height: calc(100vh - 385px);
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#basket_search > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

#basket_search > ul > li > i {
    cursor: pointer;
}

#basket_search > ul > li > i:hover {
    color: #c12e1f;
}

#basket_search > ul > li > span {
    flex: auto;
    font-size: 14px;
}

#basket_search > ul > li > b {
    font-size: 12px;
    flex: 0 0 55px;
    text-align: right;
    padding-right: 10px;
}

#basket_search > p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 10px;
}

#basket_search > p > span {
    font-style: italic;
}

#basket_search > p > b {
    flex: 0 0 50px;
    text-align: right;
    padding-right: 10px;
}

#basket_search > span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    border-bottom: 1px dotted;
    cursor: pointer;
    text-transform: uppercase;
}

#basket_search > button {
    display: block;
    background-color: #063462;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.order {
    width: 565px;
    max-width: 100%;
}

.order > h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
}

.order > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.order > div > label {
    font-size: 18px;
}

.order > div > input {
    width: 100%;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #0D3A66;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 10px;
}

.order > div > input:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(24, 71, 141, .25);
}

.order > div > input.error {
    border-color: #ff6464;
}

.order > div > input.error:focus {
    box-shadow: 0 0 0 .25rem rgba(244, 67, 54, .25);
}

.order .order_buttons {
    flex-direction: row;
    justify-content: center
}

.order button {
    width: 100%;
    line-height: 44px;
    display: block;
    background: #0D3A66;
    box-shadow: inset 1.85226px 1.85226px 3.70453px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.order button:not([disabled]):hover {
    background-color: #184f85;
}

.order button:not([disabled]):focus {
    background-color: #184f85;
    border-color: #0D3A66;
    box-shadow: 0 0 0 2px rgba(49, 132, 253, .5);
}

.order button:not([disabled]):active {
    background-color: #184f85;
    border-color: #0D3A66;
}

.order button:not([disabled]):focus:active {
    box-shadow: 0 0 0 2px rgba(49, 132, 253, .5);
}

.order button:disabled {
    cursor: default;
    opacity: .5;
}

@media (max-width: 1024px) {
    
    .callbackFormCall, .onlineEntryCall {
        display: none !important;
    }
    
    body .mgo-mcw-widget {
        bottom: 10px !important;
        right: 15px !important;
    }
    
    .grecaptcha-badge {
        display: none !important;
    }
    
    #basket_search {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: calc(100% - 60px);
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        transition: 0.5s;
    }
    
    #basket_search.active {
        top: 50%;
    }
    
    #basket_search > div:last-of-type {
        order: -1;
        border: none;
        margin: 0 0 15px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        padding-right: 50px;
    }
    
    #basket_search > div:last-of-type > span:last-child {
        display: unset;
        font-size: 16px;
        border-bottom: 1px dotted;
    }
    
    #basket_search > ul {
        scrollbar-width: thin;
    }
    
    #basket_search > span {
        margin: 25px 0 25px;
        max-width: fit-content;
    }
    
    .order .order_buttons {
        flex-direction: column;
    }
}
/* End */
/* /local/templates/ramsay_2023/components/bitrix/news.list/analises_search/style.css?17689144966291 */
