.mt-3{
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .pl-lg-20{
        padding-left: 20px;
    }
    .lg-mt-100{
        margin-top: 100px;
    }
    .lg-ml-150{
        margin-left: 150px;
        float: right;
    }
    .lg-mr-10{
        margin-right: 10px;
    }
    .lg-text-end{
        text-align: end;
    }
    .align-lg-lang{
        position: absolute;
        top: 5px;
        margin-left: 5px;
    }
    .web_block_model_params__section{
        display: flex;
    }
}
.web_block_media-hero {
    height: 100vh;
}
input::placeholder,
textarea::placeholder {
    font-size: 18px;
}
input, textarea {
    border: 2px solid #707173;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    outline-color: #9e9e9e;
    width: 100%;
    margin-top: 35px;
}
input, select {
    height: 50px;
    padding: 10px 16px;
}
select{
    text-transform: uppercase;
}
textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}
.validator-error-class{
    color: #9e4444;
    font-size: 12px;
}
.web_block_header__title.text-success-send{
    color: green;
}
.fs-16{
    font-size: 16px;
}
.br-3{
    border-radius: 3px;
}
@media only screen and (max-width: 600px) {
    .align-xs-lang{
        position: absolute;
        top: 0px;
        margin-left: 30px;
    }
    .xs-top-5{
        top: 5px !important;
    }
    .web_block_model_params__section{
        display: grid;
    }
    .web_block_header__title{
        margin-top: 15px;
    }
    .contact-detail-xs{
        position: absolute;
        top: 100px;
    }
    .xs-w-100{
        width: 100%;
    }
}
.mb-0{
    margin-bottom: 0 !important;
}
.display-ruby{
    display: ruby;
    text-align: center;
}
.mr-1{
    margin-right: 10px;
}
.small-caps{
    text-transform: none !important;
}
.tt-select {
    position: relative;
    height: 50px;
    padding: 0px;
    margin-top: 35px;
    text-align: left;
}
.tt-select select {
    display: none;
}
.select-selected {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8) !important;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}
.select-selected:before {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #9e9e9e transparent;
    transform: rotate(180deg);
}
.select-selected.select-arrow-active:before {
    border: none;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #9e9e9e transparent;
    top: 10px;
}
.select-items div,.select-selected {
    color: #121314;
    padding: 12px 16px;
    border: 2px solid #707173;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}
.select-items {
    position: absolute;
    background-color: #f2f3f4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    text-transform: uppercase;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.w-100{
    width: 100%;
}
.text-center{
    text-align: center;
}

.card {
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    background: linear-gradient(30deg, #f4f7fb 0%, #a3a8b6 50%, #f4f7fb 90%);
    padding: 15px;
}

 h2.success-send {
    margin-bottom: 24px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    text-align: center;
    color: #121314;
    position: relative;
}

.card .card_text {
    padding: 0 30px 30px 30px;
}

.card p {
    color: #121314;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 2px;
}
.mt-xxxl{
    margin-top: 90px;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: .75rem;
    background-color: #fff;
    border-radius: 0.3rem;
    margin-top: 10px;
}

.toggle {
    display: flex;
    min-width: 50px;
    height: 25px;
    border-radius: 25rem;
    padding: 0.25rem;
    transition: background 0.3s ease;
    background-color: #bababa;
    position: relative;
}

.toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #444;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #00cabf;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 45'%3E%3Cpath d='M48.7498 2.28142C51.3913 -0.359957 55.6739 -0.359921 58.3153 2.28153C60.7556 4.72181 60.9404 8.55699 58.8749 11.2134L58.8041 11.3044L58.3963 11.7663L27.5701 42.5925C25.1298 45.0327 21.2946 45.2175 18.6382 43.152L18.5472 43.0812L18.0853 42.6734L2.63175 27.2198C-0.00973761 24.5784 -0.00973773 20.2957 2.63175 17.6542C5.07203 15.2139 8.9072 15.0291 11.5636 17.0946L11.6546 17.1654L12.1164 17.5731L22.7871 28.2419L48.7498 2.28142C48.7498 2.28138 48.7497 2.28146 48.7498 2.28142Z'/%3E%3C/svg%3E") no-repeat center / 60%;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 45'%3E%3Cpath d='M48.7498 2.28142C51.3913 -0.359957 55.6739 -0.359921 58.3153 2.28153C60.7556 4.72181 60.9404 8.55699 58.8749 11.2134L58.8041 11.3044L58.3963 11.7663L27.5701 42.5925C25.1298 45.0327 21.2946 45.2175 18.6382 43.152L18.5472 43.0812L18.0853 42.6734L2.63175 27.2198C-0.00973761 24.5784 -0.00973773 20.2957 2.63175 17.6542C5.07203 15.2139 8.9072 15.0291 11.5636 17.0946L11.6546 17.1654L12.1164 17.5731L22.7871 28.2419L48.7498 2.28142C48.7498 2.28138 48.7497 2.28146 48.7498 2.28142Z'/%3E%3C/svg%3E") no-repeat center / 60%;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.toggle:has(input[type="checkbox"]:checked) {
    background-color: #00cabf;
}

.toggle:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
    transform: translate(75%, -50%);
}

.toggle:has(input[type="checkbox"]:checked)::before {
    background-color: #333;
    transform: translate(75%, -50%);
}
.share-icon {
    width: 25px;
}
.tooltip {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
.mt-2{
    margin-top: 20px;
}
.share-block{
    text-align: left !important;
}
.share-block-d-flex{
    display: flex;
    gap: 15px;
}
.share-icon.link {
    width: 40px;
    margin-top: -5px;
}