

/* Start:/local/templates/wellserver/styles/service-dedicated.css?17593910712183*/
.page-under-hero-section{--background-color: #292b37}.dedicated__title{font-size:44px;text-align:center;line-height:1.05}@media (max-width: 767px){.dedicated__title{font-size:24px}}.dedicated__configurator{margin-top:30px}.dedicated__description{margin-top:30px;font-size:17px;line-height:1.8em;text-wrap:pretty;text-align:center;color:#8f919b}.lun{display:grid;grid-template-columns:repeat(2,1fr);margin-top:30px}@media (max-width: 767px){.lun{display:flex;flex-direction:column;row-gap:30px}}.lun__title{font-size:26px;line-height:1.15;color:#fff}.lun__description{margin-top:30px;font-size:17px;line-height:1.8em;color:#8f919b}.lun-form{margin-top:30px}.lun-form-label{display:flex;flex-direction:column;align-items:center}.lun-form-label__title{font-size:17px;line-height:1.8em;color:#8f919b}.lun-form-label__control{height:30px;text-align:center;line-height:30px;width:fit-content;border:1px solid #8f919b}@media (max-width: 767px){.lun-form-label__control{width:100%}}.lun-form-label__control>option{background-color:#292b37}.lun-form-label__footer-text{font-size:14px;text-align:center;line-height:1.8em;color:#8f919b}.lun-form-label+.lun-form-label{margin-top:15px}.lun-form-price{display:flex;flex-direction:column;align-items:center;margin-top:30px}.lun-form-price__title{font-size:17px;line-height:1.8em;color:#8f919b}.lun-form-price__value{font-size:32px;font-weight:700;color:#ffaa06}.lun-form-price__footer-text{font-size:14px;line-height:1.8em;color:#8f919b}.lun-form__tax{margin-top:30px;font-size:15px;line-height:1.8em;color:#8f919b}.lun-form__button{margin-top:15px;padding:15px 30px;font-size:14px;font-weight:500;line-height:1.2;text-transform:uppercase;text-align:center;letter-spacing:1px;color:#fff;background-color:#ffaa06;border-radius:2px;transition:background-color .2s ease}.lun-form__button:hover,.lun-form__button:focus-visible{background-color:#e19503}.image-block__title{color:#fff;font-size:26px}.image-block-list{list-style-type:none;display:flex;flex-direction:column;row-gap:10px}@media (max-width: 767px){.image-block-list{padding-left:0}}.image-block-list>li{font-size:14px;color:#8f9198}.image-block-list>li>i{margin-right:10px;color:#ffaa06}

/* End */


/* Start:/local/components/all4it/list/templates/dedicated/style.css?176103789847*/
.dedicated__title{
    padding-bottom: 25px;
}

/* End */


/* Start:/local/components/all4it/configurator/templates/.default/style.css?17610355915727*/
.header-navigation {
    .container {
        width: 100% !important;
        max-width: 1180px !important;
        margin-inline: auto !important;
        margin: unset;
        padding: unset;
    }
}

.header-contacts {
    .container {
        width: 100% !important;
        margin-inline: auto !important;
        margin: unset;
        padding: unset;
    }
}

body {
    font-family: Montserrat, sans-serif !important;
}

.configurator__main {
    flex: 1 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.App {
    min-height: unset !important;
}

.page-under-hero-section__content {
    padding-top: 0;
}

.modal__content {
    z-index: 1 !important;
    margin-top: 200px !important;
}

.term__btn small {
    position: unset !important;
}

@media (max-width: 1100px) {
    .container {
        padding: 0 20px !important;
    }
}

.modal__message {
    padding: 20px;
}

.item-form {
    background: white;
}

.filter__btn {
    max-width: 200px !important;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}
.configurator__item.hide-add-btn .btn-add-line {
    display: none !important;
}
.Modal_modal__content__r-8WV{
    margin: 200px !important;
}
.page-under-hero-section{
    margin-top: -30px !important;
}
.lun__body{
    padding:50px
}
.Modal_itemForm__bBUfc{
    background-color:white;
}
.App_App__7lWpi{
    min-height: unset !important;
}
modal__message{
    color: black !important;
}
#root{
    overflow: hidden
}
.Modal_checkbox__7Qhoi label input:before {
    background-image: url(/local/components/all4it/configurator/templates/.default/svg.svg) !important;
}

.configurator-modal {
    position: fixed;
    z-index: 1337;

    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    visibility: hidden;
}

.configurator-modal_shown {
    visibility: visible;
}

.configurator-modal-backdrop {
    position: absolute;

    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}

.configurator-modal-wrapper {
    overflow: auto;
    
    width: 520px;
    padding: 25px 30px;

    position: absolute;
    translate: 50% -50%;

    top: 50%;
    right: 50%;

    border-radius: 6px;
    background-color: #F0F0F0;
}

.configurator-modal__close-button {
    position: absolute;

    top: 10px;
    right: 10px;

    font-size: 45px;
    font-weight: 500;
    line-height: 1ch;

    cursor: pointer;
    user-select: none;

    color: rgba(0, 0, 0, .2);
}

.configurator-modal__title {
    font-size: 25px;
    color: #000;
}

.configurator-modal__subtitle {
    margin-top: 10px;

    font-size: 16px;
    font-weight: 700;

    color: #000;
}

.configurator-modal-components {
    margin-top: 15px;
    font-size: 13px;
    color: #000;
}

.configurator-modal-components > span {
    color: #8F919B;
}

.configurator-modal-price {
    margin-top: 1lh;
    font-size: 16px;
    color: #000;
}

.configurator-modal-price > span {
    font-weight: 700;
    color: #FFAA06;
}

.configurator-modal-form {
    display: flex;
    flex-direction: column;
    
    row-gap: 20px;
    margin-top: 20px;
}

input.configurator-modal-form__control,
textarea.configurator-modal-form__control {
    padding: 10px 15px;
    width: 100%;

    color: #000;
    background-color: #FFFFFF;
    
    border-radius: 6px;
}

input.configurator-modal-form__control::placeholder,
textarea.configurator-modal-form__control::placeholder {
    color: rgba(0, 0, 0, .5);
}

textarea.configurator-modal-form__control {
    font: inherit;
    resize: none;

    border:none;
    outline: none;
}

button.configurator-modal-form__control {
    padding: 10px 15px;
    width: 100%;

    color: #fff;
    background-color: #FFAA06;

    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;
}

.configurator-modal-form-checkbox {
    display: flex;
    column-gap: 5px;
}

.configurator-modal-form-checkbox__control {
    margin: calc((1lh - 1em) / 2) 0 0 0;

    appearance: none;
    flex-shrink: 0;

    width: 17px;
    height: 17px;

    border-radius: 3px;
    border: 1px solid #000;

    cursor: pointer;
    user-select: none;
}

.configurator-modal-form-checkbox__control:checked {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z'/%3E%3C/svg%3E");
}

.configurator-modal-form-checkbox__text {
    font-size: 13px;
    color: #8F919B;
}

.configurator-modal-form-checkbox__text > a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.configurator-modal-message {
    margin-top: 10px;
    font-size: 13px;
    color: #8F919B;
}

.configurator-modal__close-button-2 {
    margin-top: 20px;
    
    padding: 10px 15px;
    width: 100%;

    font-size: 18px;
    font-weight: 700;

    color: #fff;
    background-color: #FFAA06;

    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;
}

@media (min-width: 768px) {
    .configurator-modal-wrapper {
        max-height: calc(100% - 20px);
    }
}

@media (max-width: 767px) {
    .configurator-modal-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

/* End */


/* Start:/local/components/all4it/lune/templates/.default/style.css?17610355911933*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;
    display: grid;
    place-items: center;
    overflow: auto;
}

.modal__content {
    background: #f0f0f0;
    padding: 30px;
    max-width: 520px;
    max-height: 615px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

a:hover {
    color: #ffaa06;
}

.modal__close {
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-size: 45px;
    font-weight: 500;
    opacity: .2;
    transition: all .3s;
}

.modal__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: black;
}

.modal__form input,
.modal__form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.modal__form button {
    background: orange;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.modal__content {
    position: relative !important;
    width: 100% !important;
}

.modal__checkbox {
    display: flex;
    padding: 10px 10px 10px 0;
    color: black;
}

.modal__form {
    input {
        background-color: white;
        color: black;
    }
}

.modal__info-text {
    color: black;
    font-size: 13px;
    font-weight: 400;
    display: flex;
}

.modal__message {
    color: black;
}

.modal__title_main {
    font-size: 25px;
    color: black;
    font-weight: 400;
    letter-spacing: 0;
}

.consent {
    color: #8F919B;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;

    a {
        text-decoration: underline;
    }
}

[name=comment] {
    height: 100px;
}

.modal__inserted-price {
    color: #FFAA06;
    font-weight: 700;
}
/* End */


/* Start:/local/components/all4it/list/templates/lune_modal/style.css?1761035591110*/
.parameter_text{
    color: #8f919b;
    font-size: 13px;
    display: flex;
    align-items: flex-end;
}
/* End */


/* Start:/local/components/all4it/list/templates/feedback/style.css?1761035591101*/
.section-feedback__form-control{
    min-height: 44px;
}
.checkbox a:hover {
    color: black;
}
/* End */
/* /local/templates/wellserver/styles/service-dedicated.css?17593910712183 */
/* /local/components/all4it/list/templates/dedicated/style.css?176103789847 */
/* /local/components/all4it/configurator/templates/.default/style.css?17610355915727 */
/* /local/components/all4it/lune/templates/.default/style.css?17610355911933 */
/* /local/components/all4it/list/templates/lune_modal/style.css?1761035591110 */
/* /local/components/all4it/list/templates/feedback/style.css?1761035591101 */
