html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
    scroll-behavior: smooth;
}

:root {
    --spac20:0.2em;
    --spac60:0.6em;
}
img {
    display: block;
    width: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 140% !important;
    font-family: "Gilroy";
    background-color: #2f2f2f;
    letter-spacing: 1.5vh !important;
}
h1,h2,h3,h4,h5,h6,h7 {
    line-height: 140% !important;
}
ol,ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
    /*input[type=text],*/
textarea{
    font: inherit;
    box-shadow: unset;
    border:0;
    background-color: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input::placeholder{
    color:inherit;
    font: inherit;
}

a{
    text-decoration: none;
    color:inherit;
    transition: .3s;
}
svg {
    width: 100%;
    height: auto;
    display: block;
}
*,* *{
    outline: 0;
    box-sizing: border-box;
}

body {
    background-color: #212121;
}
.container {
    max-width: 420px;
    padding: 0 14px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.himbe_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.himbeh_name {
    font-size: 24px;
    color: #fff;
    letter-spacing: var(--spac60);
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    transition: .3s;
}
.tabs {
    display: flex;
    flex-direction: column;
    gap: 14px 0;
}
.laser-content {
    margin-top: 22px;
}
.back-button {
    background-color: #D8A650;
    width: max-content;
    margin: 30px auto 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: var(--spac60);
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    border-radius: 4px;
}

.lcont_row {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lcont_row + .lcont_row {
    margin-top: 20px;
}
.lcont_name {
    padding-right: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 110%;
    font-weight: 400;
    text-transform: uppercase;
}
.lcont_price {
    padding-left: 10px;
    font-size: 13px;
    color: #D8A650;
    line-height: 110%;
    font-weight: 400;
    text-transform: uppercase;
}
.lcont_name,
.lcont_price {
    position: relative;
    z-index: 2;
    background-color:#171717;
    letter-spacing: var(--spac20);
}
.lcont_row::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 5px;
    right: 5px;
    border-bottom: 1px solid #4C4C4C;
    height: 1px;
    z-index: 1;
}
.laser-type,
.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 5px;
    background-color: #fff;
    gap: 5px;
    border-radius: 8px;
}
.laser-button,
.tab-button {
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: var(--spac60);
    text-align: center;
    height: 28px;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.laser-button {
    height: 41px;
}
.laser-button.active,
.tab-button.active {
    border-color: transparent;
    background-color: #50D8B1;
}
.laser-button {
    font-size: 12px;
}
.himbe_head {
    /*position: absolute;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: .3s;*/
}
.himbe_body {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.himbe_body.active {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.himbe_head.active .himbe_body {
    display: none;
}
.himbe_head.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    border-color: transparent;
}
.himbeh_icon svg path {
    transition: .3s;
}
.himbe_head.active .himbeh_icon svg path{
    fill: #D8A650;
}
.himbe_head.active .himbeh_name {
    color: #D8A650;
}
.himb_elem {
    cursor: pointer;
}
.himb_elem + .himb_elem {
    padding-top: 13px;
}
.him_body {
    margin-top: 30px;
}
.him_headr svg {
    max-width: 93px;
    margin: 0 auto;
}
.hinst {
    min-height: 100vh;
}
.hi_menu {
    background-color: #171717;
    padding:15px;
    margin-top: 31px;
    height: 100%;
    border-radius: 10px;
    min-height: 100vh;
}
.cont_body {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}
.contr_city {
    font-size: 12px;
    color: #D8A650;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: var(--spac20);
}
.contr_address {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: var(--spac20);
}
.contr_tel {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: var(--spac20);
}
#map {
    margin-top: 29px;
}
.himbe_tel {
    margin-top: 29px;
}
.himbe_tel a {
    font-size: 20px;
    letter-spacing: 50%;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    display: block;
    white-space:nowrap;
}
.himbe_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.cotn_btn {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    background-color: #D8A650;
    font-size: 16px;
    letter-spacing: var(--spac60);
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 14px;
    border-radius: 4px;
    margin:unset;
}
.himbe_btns > .cotn_btn:nth-child(2) {
    background-color: #50D8B1;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    padding: 4px 4px 4px 14px;

}
.form-group label {
    font-size: 14px;
    line-height: 90%;
    font-weight: 400;
    color: #212121;
    letter-spacing: var(--spac20);
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="text"],
input[type="tel"] {
    padding: 10px;
    max-width: 232px;
    background-color: #D1D1D1;
    margin-left: auto;
    border-radius: 4px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #212121;
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: var(--spac20);
}
.thanks {
    background-color: #fff;
}
.thanks_text p {
    font-size: 4vh;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-top: 4vh;
}
.thank_you {
    margin-top: 7vh;
}
@media(max-width:768px) {
    .container {
        padding: unset;
    }
    .cotn_btn {
        font-size: 12px;
        width: calc(100% / 2 - 5px);
    }

}