.tariffsDiv{
    scroll-margin-top: 120px;
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: fit-content;
    padding-top: 0.1rem;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.tariffs{
    width: 100%-20px;
    display:flex;
    justify-content: space-around;
    padding: 20px;
}

.tarUsl{
    color: #fff;
    background: linear-gradient(#0d5eb4,#07416b );
    padding: 10px;
    width: fit-content;
}
.tarUsl p{
    text-align: center;
    text-indent: 0;
}

.uslDivider{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#ffffff00,#ffffff49,#ffffff,#ffffff49,#ffffff00);
}

.tar {
    border-bottom: 0.5pt solid #1241ff;
    padding: 10px;
    height: calc(100%+20px);
    box-shadow: 1px 1px 2px 1px #231f20;
    color: #0069B4;
    border-radius: 7px;
    border-top: 1px solid rgb(11, 125, 153);
    background: #fff;
    text-align: center;
    min-width: 14%;
    width: fit-content;
}

.tar p{
    text-align: center;
    text-indent: 0;
    text-wrap: nowrap;
}

.tariffsScrollDiv{
    padding: 1px 20px 1px 20px;
    width: 100%;
    display:flex;
    justify-content: space-around;
    overflow-x: auto;
    gap:10px
}

.tarDivider{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#ffffff00,#007AFF49,#007AFF,#007AFF49,#ffffff00);
}

.mark {
    object-fit: cover;
    max-width: 2rem;
    max-height: 2rem;
    margin: 0.5rem 0 0.5rem 0;
}


.customTar .Selectors{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
}

.customTar .Selectors div{
    min-width: 30%;
}

.customTar{
    display: grid;
    align-items: center;
    justify-content:center;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: 5%;
}
.customTar h2{
    text-align: center;
}

.Selectors button{
    margin-top: 30px;
    margin-bottom: 30px;
}

.commentInput{
    height: 10.25rem;
    resize: none;
    overflow-y: auto;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6.25rem;
}

.customTarResDiv{
    display: grid;
    align-content: center;
    gap: 10px;
    margin-bottom: 5%;

}

.customTarResDiv p,h2{
    font-size: 1.5rem;
}

.sumDiv {
    color: #ccf0ff;
    background: linear-gradient(#0d5eb4,#07416b );
    padding: 10px;
    width:  100%;
    margin-top: 20px;
    margin-left: -10px;
}

.sumDivMobile{
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    z-index: 5;
    color: #ccf0ff;
    background: linear-gradient(#0d5eb4,#07416b );
    padding: 10px;
    width:  100%;
    margin-top: 20px;
    margin-left: -10px;
}

.sumDiv p{
    text-align: center;
    text-indent: 0;
}

.sumDiv .num{
    color: #fff;
}

.sumDivMobile p{
    text-align: center;
    text-indent: 0;
}

.sumDivMobile .num{
    color: #fff;
}
.num{
    text-indent: 0;
}

.customTarBottom{
    display: grid;
    grid-template-rows: 4.25rem;
}

.customTarBottom button{
    margin-left:auto;
    margin-right:auto;
}
.customTarBottom p{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.75rem;
}
.additionalUsl{
    display: flex;
    justify-content: center;
}

.additionalUsl table{
    width: 90%;
    font-size: 1rem;
}

.additionalUsl .col1 {
    width: 65%;
}
.additionalUsl .col2 {
    width: 35%;
}

.PopUp{
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.PopUp.active{
    opacity: 1;
    pointer-events: all;
}

.consultPopUpBox{
    text-align: center;
    height: fit-content;
    width: 30vw;
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}

.consultPopUpBox .commentInput{
    resize:none;
    min-height: 24%;
    max-height: 24%;
    margin-bottom: unset;
}
.PopUp p{
    text-align: center;
}

form{
    height: 100%;
}
.consultForm p{
    text-align: justify;
    margin-left: 20px;
}

.consultForm p{
    text-align: justify;
    margin-left: 20px;
}

.accountingForm p{
    text-align: justify;
    margin-left: 20px;
}

.toTars{
    margin-right: 20px;
    font-size: 1rem;
    align-self: center;
    color: #000;
}

.counsultPopupButtons{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.errorHint {
    margin-top: -80px;
    margin-right: 1.5%;
}
.errorHint.custom {
    margin-top: 25%;
    margin-left: -2%;
    min-width: 30%;
    width: fit-content;
    z-index: 2;
}
.mobileSlider{
    display: grid;
    width: 100%;
    grid-template-columns: 15% 70% 15%;
    justify-content: center;
}

.mobileSlider p{
    margin-top: 4rem;
    text-align: center;
    justify-self: center;
}
.slider{
    margin-top: 4.5rem;
}

input[type="range"] {
  	-webkit-appearance: none !important;
  	width: 100%;
 	height: 4px;
  	background: linear-gradient(90deg,#007AFF10,#007AFF49,#007bffa1,#007AFF);
  	border: none;
  	outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(#007AFF,#0069B4 ); 
    border-radius: 50%;
    cursor: pointer;
    content: "asdsa";
}


.sliderValue {
    position: relative;
    width: calc(100% - 2.5rem);
    margin-left: -0.1rem;
}

.sliderValue span {
    position: absolute;
    height: 3rem;
    width: 3rem;
    font-weight: 500;
    top: -0.5rem;
    line-height: 3.75rem;
    z-index: 2;
    color: #fff;
    transform-origin: bottom;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}


.sliderValue span:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(#007bffa1,#007AFF);
    border: 0.1rem solid #fff;
    z-index: -1;
    left: 50%;
    text-indent: 1rem;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-left-radius: 50%;
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.ospInMonthSlider{
    display: none;
}

.opsInMDiv h2{
    text-align: center;
}

.NonBinRadio{
    display: grid;
    justify-content: center;
    row-gap: 0;
}
.binRadio{
    display: grid;
    justify-content: center;
    row-gap: 0;
}

.brMobile{
    display: none;
}

.uslButtons{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px;
}

.thankPopUp{
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.thankPopUp.active{
    opacity: 1;
    pointer-events: all;
}

.thankPopUpBox{
    text-align: center;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.thankPopUpBox p{
    text-align: center;
}

@media (max-width: 1800px) {
    .sliderValue {
        margin-left: 0rem;
    }
}

@media (max-width: 700px) {
    .tarUsl p{
        font-size: 1rem;
    }
    .tar{
        min-width: unset;
        width: unset;
    }
    .tar p{
        font-size: 1rem;
    }
    .mark{
        max-width: 2rem;
        max-height: 2rem;
    }
    .customTar .Selectors{
        display: block;
        justify-content:space-around;
        padding: 20px;
    }
    .Selectors p,h2{
        text-align: center;
    }
    .binRadio{
        display: flex;
        justify-content: space-around;
        margin-left: 0vw;
    }
    .sliderValue {
        margin-left: -0.05rem;
    }
    .PopUp{
        height: 100vh;
        overflow: scroll;
    }
    .toTars{
        font-size: 0.5rem;
    }
    .consultPopUpBox{
        width: 80vw;
        padding: 20px;
    }
    .consultPopUpBox p{
        font-size: 1rem;
        text-indent: 0;
    }
    .consultPopUpBox input{
        font-size: 0.75rem;
    }
    .consultPopUpBox button{
        font-size: 0.75rem;
        padding: 5px;
    }

    .consultPopUpBox .commentInput{
        font-size: 0.75rem;
        min-height: 10%;
        height: 10%;
        max-height: 10%;
        overflow-y: scroll;  
    }
    .opsInMDiv{
        padding-bottom: 10px;
    }
    .sumDivMobile{
        display: block;
    }
    .sumDiv{
        display: none;
    }
    .customTarBottom p{
        text-indent: 0;
    }
    table{
        font-size: 0.8rem;
    }
    .tariffsScrollDiv{
        justify-content: space-between;
    }
    .col1 {
        width: 58%;
    }
    .col2 {
        width: 42%;
    }
    .brMobile{
        display: block;
    }
    .errorHint {
        margin-right: 3%;
    }
    .errorHint.custom {
        margin-left: -1%;
    }
    .commentInput{
        margin-bottom: 0;
    }
}

