.uslugi_main {
    width:100vw;
    min-height: 95vh;
    color:#eee;
}
.catalog-header {
    background-image: url("/images/prices_fon.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 327px;
    display: flex;
    justify-content: center;
}
h1 {
    font-family: Roboto Condensed;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    color: #eee;
    text-align: center;
    margin-top: 160px;
    text-transform: uppercase;
}
.contact_container {
    width: 856px;
    margin: 120px auto;
}
ul.uslugi_tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
li.usluga {
    background: #1C1C1C;
    padding: 12px 12px 20px;
    display: flex;
    width: 12.5%;
    cursor: pointer;
    height: 123px;
}
li.usluga:hover {
    background: #282828;
}
li.usluga.active_tab {
    background: #fff;
    color: #222;
}
.usluga_name_left {
    width: 20px;
    font-size: 14px;
}
span.usluga_name {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    min-height: 42px;
}
span.usluga_price {
    display: block;
    margin-top: 25px;
    font-size: 16px;
}
.uslugi_tabs-content {
    background-color: #fff;
    color: #1C1C1C;
}
.tabs-panel {
    width: 809px;
    margin: 0 auto;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    padding: 155px 0;
}
.full_usluga_name_left {
    width: 60px;
    font-family: Roboto Condensed;
    letter-spacing: 0em;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}
.full_usluga_name_left span {
    width: 40px;
    font-family: Roboto Condensed;
    letter-spacing: 0em;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    display: block;
    font-weight: 300;
}
.full_usluga_name_right {
    width: 749px;
}
.full_usluga_name {
    font-family: Roboto Condensed;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}
.full_usluga_price {
    font-family: Roboto Condensed;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}
.full_usluga_text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
.full_usluga_text ul {
    list-style: disc;
}
.full_usluga_a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    display: inline-block;
    width: fit-content;
    padding: 15px 50px 15px 30px;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
    margin-top: 60px;
}
.full_usluga_a:hover {
    color: #1c1c1c;
}
.full_usluga_a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    width: 8px;
    height: 12px;
    background-image: url("/images/arrow_right_dark.svg");
    background-repeat: no-repeat;
    transition: 0.5s;
}
.full_usluga_a:hover:after {
    right: 25px;
}
.tabs-panel.active_tab {
    display: flex;
}


















