﻿:root {
    --main-color: #C0763C;
    --light-blue: #EEF4FF;
    --light-yellow: #fce786;
    --light-gray: #94948A33;
}


.input {
    width: 325px;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 17px;
    text-align: start;
    padding-right: 10px;
    gap: 10px;
}
    .input:focus {
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input:hover {
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
.input::placeholder {
    color: #C2C2C2;
}

.radio {
    width: 90px;
    height: 46px;
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 30px;
    text-align: center;
    padding: 7px;
/*    z-index:2;*/
    justify-content:center;
}
    .radio input[type="radio"]:checked + span {
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .radio:hover {
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
.radio::placeholder {
    color: #C2C2C2;
}
    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }


.btn {
    width: 320px;
    height: 53px;
    margin: 7px 0 7px 0;
    padding: 10px;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    background-color: var(--main-color);
    color: #FFFFFF;
    gap: 10px;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    border: 1px solid var(--main-color);*/
}
    .btn:hover {
        background-color: var(--main-color);
        color: #FFFFFF;       
        outline: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        cursor: default;
        /*        border: 1px solid var(--main-color);*/
    }
    button:active, .btn:focus {
        background-color: var(--main-color) !important;
        /*        color: #FFFFFF;*/
        outline: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        border: 2px solid var(--main-color) !important;
        box-shadow: none !important;
    }
    .btn:disabled {
        background: #EAEAE8;
        color: #767675;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 2px solid #EAEAE8 !important;
    }

.btn-ask {
    width: 100%;
    height: 40px;
    margin: 5px;
    /*    padding: 10px;*/
    border: 1px solid var(--main-color);
    border-radius: 50px;
    background: var(--main-color);
    color: #FFFFFF;
    box-shadow: none;
    font-size: 13px;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-ask:hover {
    background: var(--main-color);
    color: #FFFFFF;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: default;
    /*        border: 1px solid var(--main-color);*/
}
    button:active, .btn-ask:focus {
        background-color: var(--main-color) !important;
        /*        color: #FFFFFF;*/
        outline: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        border: 2px solid var(--main-color) !important;
        box-shadow: none !important;
    }
/*    .btn-ask:focus {
        background: #FFF;
        color: #000;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 2px solid var(--main-color) !important;
        font-size: 13px;
    }*/
    .btn-ask:disabled {
        background: #EAEAE8;
        color: #767675;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 2px solid #EAEAE8 !important;
    }
input[type=radio] {
    --s: 1em; /* control the size */
    --c: var(--main-color); /* the active color */

    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #939393;
    padding: calc(var(--s)/8);
    background: radial-gradient(farthest-side,var(--c) 94%,#0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
}

    input[type=radio]:checked {
        border-color: var(--c);
        background-size: 100% 100%;
    }

    input[type=radio]:disabled {
        background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
        opacity: .5;
        cursor: not-allowed;
    }

@media print {
    input[type=radio] {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        background: none;
    }
}

label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.error {
    color: red;
    width:325px;
    text-align:right;
}
.info {
    color: #C2C2C2;
}

.form-group{
   text-align:start;
   align-items:center;
   display:flex;
   flex-direction:column;
   width:100%;
   max-width:400px;
}

.countdown {
    direction: ltr;
    margin-right: 10px;
}

.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:2px;
    margin: 5px;
}


/* Style for the select element */
.custom-select {
    appearance: none; /* Hide default arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0.75rem center/12px 12px; /* Custom arrow */
    width: 100%;
    max-width:325px;
    height: 55px;
/*    margin: 7px 0 7px 0;*/
    padding: 10px;
    border: 2px solid #EEEEEE;
    border-radius: 17px;
    text-align: start;
    padding-right: 25px;
}

/* Change arrow color on hover */
    .custom-select:hover {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23A86429"><path d="M7 10l5 5 5-5z"/></svg>'); /* Red arrow on hover */
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .custom-select::placeholder {
        color: #C2C2C2;
    }
    .custom-select:focus {
        border: 2px solid var(--main-color) !important;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"] {
    accent-color: var(--main-color);
    outline: none; /* Remove the focus outline */
    border: none;
}

.input-rang {
    width: 100%;
}
.fan-speed {
    display: flex;
    direction: ltr;
    width: 70%;
    color: #C2C2C2;
}




/*
.spinner {
    width: 35px;
    height: 35px;
    display: grid;
    border: 2px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1s infinite linear;
    z-index: 10;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

    .spinner::before {
        border-color: #fce786 #0000;
        animation: inherit;
        animation-duration: 0.5s;
        animation-direction: reverse;
    }

.spinner::after {
    margin: 6px;
}

@keyframes spinner-e04l1k {
    100% {
        transform: rotate(1turn);
    }
}
*/


.spinner {
    position: relative;
    width: 4px;
    height: 4px;
}

    .spinner div {
        position: absolute;
        width: 50%;
        height: 150%;
        background: #dbdcef;
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
        animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
    }

    .spinner div:nth-child(1) {
        --delay: 0.1;
        --rotation: 36;
        --translation: 150;
    }

    .spinner div:nth-child(2) {
        --delay: 0.2;
        --rotation: 72;
        --translation: 150;
    }

    .spinner div:nth-child(3) {
        --delay: 0.3;
        --rotation: 108;
        --translation: 150;
    }

    .spinner div:nth-child(4) {
        --delay: 0.4;
        --rotation: 144;
        --translation: 150;
    }

    .spinner div:nth-child(5) {
        --delay: 0.5;
        --rotation: 180;
        --translation: 150;
    }

    .spinner div:nth-child(6) {
        --delay: 0.6;
        --rotation: 216;
        --translation: 150;
    }

    .spinner div:nth-child(7) {
        --delay: 0.7;
        --rotation: 252;
        --translation: 150;
    }

    .spinner div:nth-child(8) {
        --delay: 0.8;
        --rotation: 288;
        --translation: 150;
    }

    .spinner div:nth-child(9) {
        --delay: 0.9;
        --rotation: 324;
        --translation: 150;
    }

    .spinner div:nth-child(10) {
        --delay: 1;
        --rotation: 360;
        --translation: 150;
    }

@keyframes spinner-fzua35 {
    0%, 10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
    }
}


a{
    color: var(--main-color) !important;

}
    a:hover {
        color: #1472FF !important;
    }