@media screen and (min-width: 768px) {
.calculation-form h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 116%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A17652;
    text-align: center;
    margin: 0px 0 26px;
}
a.dform-sub-calk {
    border-radius: 0px;
    background: #A17652;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0px 55px;
    display: inline-block;
    margin: 0px auto;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.calculation .sppb-addon-content {
    max-width: 900px;
    margin: 30px auto;
    padding: 40px;
    background: rgb(77 77 77 / 55%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
select#devent_format {
    width: 100% !important;
    height: 55px;
    line-height: 55px !important;
    border: 2px solid #A17652;
    margin-bottom: 25px;
    padding: 0 20px 0 20px !important;
    font-size: 14px !important;
    color: #6c757d !important;
    background: #FFFFFF;
}
.select-wrap:after {
    content: "▾";
    position: absolute;
    right: 30px;
    top: 36%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 24px;
    color: #666;
}
}
@media screen and (max-width: 767px) {
.calculation-form h3 {
        font-size: clamp(20px, 5vw, 36px);
        line-height: 139%;
        margin: 0px 0 26px;
    }
a.dform-sub-calk {
    border-radius: 0px;
    background: #A17652;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0px 55px;
    display: inline-block;
    margin: 0px auto;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    width: 100%;
} 
a.dform-sub-calk {
        border-radius: 6px;
        background: #A17652;
        letter-spacing: 0.02em;
        font-size: 16px;
        line-height: 50px;
        font-weight: 400;
        color: #FFFFFF;
        padding: 0px 55px;
        display: inline-block;
        margin: 0px auto 10px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.6s ease 0s;
        width: 100%;
        text-align: center;
    }
.calculation .sppb-addon-content {
    max-width: 900px;
    margin: 30px auto;
    padding: 30px 8px;
    background: rgb(77 77 77 / 55%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
}

@media screen and (max-width: 767px) {
    .calculation-form h3 {
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #A17652;
        text-align: center;
    }
select#devent_format {
    width: 100% !important;
    border: 2px solid #A17652;
    padding: 0 20px 0 20px !important;
    font-size: 14px !important;
    color: #6c757d !important;
    background: #FFFFFF;
    height: 45px;
    line-height: 45px !important;
    margin-bottom: 15px;
}
.select-wrap:after {
    content: "▾";
    position: absolute;
    right: 30px;
    top: 40%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 24px;
    color: #666;
}
}
.calculation-form .pers-data {
        color: rgb(211 211 211 / 40%);
    }
	
.select-wrap{
    position: relative;
}

.select-wrap select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
a.dform-sub-calk:hover {
        transition: all 0.6s ease 0s;
		color: white;
    opacity: 0.8;
    }
.duran-form-send {
    color: white;
    padding: 10px 0 0;
}