:root {
    --main-color: #67A248;
    --dark-color: #373737;
    --yellow-color: #FFE400;
}

html, body {
    color: var(--dark-color);
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
    line-height: 1.5;
    font-variation-settings:
        "slnt" 0,
        "CRSV" 0,
        "SHRP" 0;
    font-size: 15px;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    background-color: #FFF;
    scroll-padding-top: 100px;
}

strong {
    font-weight: 600;
}

html {
    will-change: zoom;
    backface-visibility: hidden;
}

.mt {
    font-size: 22px;
}

h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

h2 span {
    text-transform: lowercase;
}

h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: var(--main-color) !important;
}

.mb {
    margin-bottom: 30px;
}

.wrapper {
    margin: auto;
    max-width: 1300px;
    padding: 0 20px;
}

header {
    padding: 20px 0;
}

header .lh {
    display: flex;
    align-items: center;
}

header .logo {
    width: 200px;
    filter: invert(58%) sepia(55%) saturate(422%) hue-rotate(55deg) brightness(88%) contrast(88%);
    margin-right: 30px;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .tel {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.contact .tbl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact .tbl i {
    font-size: 24px;
    margin-right: 20px;
    color: var(--main-color);
}

.contact .tbl .toz, .contact .tozm {
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 20px;
    display: block;
}

.contact .tozm {
    display: none;
}

.contact a {
    color: var(--dark-color);
}

.contact {
    text-align: right;
}

.contact p {
    margin-bottom: 10px;
}

.contact a.map {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact a.map i {
    font-size: 18px;
    margin-right: 15px;
    color: var(--main-color);
}

.map .contact {
    text-align: left;
    background-color: var(--main-color);
    width: fit-content;
    padding: 30px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
}

.map .contact .logo {
    filter: invert(100%);
    width: 100px;
    margin-bottom: 10px;
}

.map .contact .map {
    margin-bottom: 20px;
    justify-content: center;
}

.map .contact a, .map .contact a.map i {
    color: #FFF;
}

.button.wh:hover {
    background-color: #FFF;
    color: var(--main-color) !important;
}

.map .contact a:hover {
    color: #FFF !important;
}

.map .contact .button {
    width: 100%;
    display: block;
}

.contact .button, .map .contact a.button:hover {
    color: var(--dark-color) !important;
}

.menu {
    background-color: var(--main-color);
}

.menu .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .m-cart {
    color: #FFF;
    padding: 20px 15px;
    line-height: 1;
    margin-right: -15px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu .m-cart:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.menu .m-cart i {
    margin-right: 10px;
}

.menu nav {
    display: flex;
    margin-left: -15px;
    line-height: 1;
}

.menu nav a {
    padding: 20px 15px;
    display: block;
    color: #FFF;
    transition: 0.3s;
}

.menu nav a:hover, .menu nav a.active {
    background-color: var(--yellow-color);
    color: var(--dark-color) !important;
}

.hblock {
    padding: 50px 0 60px 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.hblock.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.hblock .himg {
    height: 90px;
    background-image: url(img/img.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    width: 100%;
    display: none;
}

.hblock .wrapper {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.hblock.no-padding .wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs a {
    color: var(--dark-color);
    display: flex;
    align-items: center;
}

.breadcrumbs a:after {
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-size: 12px;
    margin: 0 15px;
    color: var(--main-color);
}

.breadcrumbs a:last-of-type {
    display: none;
}

ul.chk, ul.arr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.chk li, ul.arr li {
    display: flex;
    align-items: center;
}

ul.chk li:before, ul.arr li:before {
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    margin-right: 16px;
    font-size: 20px;
    color: var(--main-color);
}

ul.arr li:before {
    content: "\f138";
}

.hblock h1 {
    max-width: 50%;
    margin-top: 10px;
}

.hblock ul.chk {
    margin-top: 30px;
}

.hblock .btns, .bl.btns {
    display: block;
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

section.drk {
    background: linear-gradient(180deg, rgba(55,55,55,1) 0%, rgba(45,45,45,1) 100%);
    color: #FFF;
    text-align: center;
    padding: 35px 0;
}

section.drk h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 20px;
}

.selection .frm {
    display: flex;
    gap: 20px;
    text-align: left;
    justify-content: center;
}

.selection .lcl {
    display: flex;
    gap: 20px;
}

.selection .rcl {
    display: flex;
    gap: 40px;
    margin-left: 20px;
}

.selection .frm label {
    color: #FFF;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left: 30px;
}

.selection .frm .fblck {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.selection .frm .fblck:last-of-type {
    justify-content: flex-end;
}

select, input {
    border: 0;
    padding: 15px 30px;
    line-height: 1;
    border-radius: 30px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    color: var(--dark-color);
    padding-right: 60px;
    background-image: url(img/down.svg);
    background-position: right 20px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

input {
    padding-right: 0;
    background-image: none;
    padding: 14px 30px;
}

.selection .frm .fblck.pr label {
    margin-left: 0;
}

.selection .frm .fblck.pr .cost {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding-top: 8px;
    color: #6ab940;
}

.button {
    border: 0;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    color: var(--dark-color);
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: var(--yellow-color);
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
}

.button:hover {
    color: var(--dark-color) !important;
    transform: scale(1.05);
}

.button.brd {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.button.brd:hover {
    border: 1px solid #6ab940;
    color: #6ab940 !important;
}

.button.brw {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

section.pdb {
    margin-bottom: 80px;
}

section.pdb.info {
    margin-bottom: 60px;
}

.catalog h2 {
    margin-bottom: 40px;
}

.productlist {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.productlist .item {
    width: calc(100% / 3 - 20px);
    transition: 0.3s;
}

.productlist .item .title a {
    color: var(--dark-color);
}

.productlist .item .img {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    background-position: top center;
}

.productlist.dg .item .img {
    aspect-ratio: 1.2 / 1;
    background-size: cover;
}

.productlist .item .img, .categories .img {
    transition: filter 0.3s ease;
}

.productlist .item .img:hover, .categories .img:hover {
    filter: brightness(1.1);
}

.productlist.works .item .img {
    aspect-ratio: 4 / 3;
}

.productlist .item .title, .categories .item .title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

.productlist .item .tags {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.productlist .item .tags span.sauna {
    background-color: var(--main-color);
    color: #FFF;
    border: 1px solid var(--main-color);
}

.productlist .item .tags span {
    font-size: 11px;
    line-height: 1;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 7px 14px;
    white-space: nowrap;
    display: inline-block;
}

.price {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 20px 0;
    gap: 20px;
    margin-bottom: 20px;
}

.productlist .item .col {
    width: 50%;
}

.productlist .item .btns {
    display: flex;
    gap: 20px;
}

.productlist .item .btns a {
    display: block;
}

.productlist .item .btns .button {
    padding: 15px 0;
}

.price .col .label {
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1;
}

.price .col .cost, .categories .item .pr, .price .col .qua {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.productlist.owl-carousel .item, .productlist.works.owl-carousel .item {
    width: 100%;
}

.productlist .img {
    display: block;
}

.owl-dot {
    background: #dcdcdc !important;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 5px;
}

.owl-dot.active {
    background: var(--dark-color) !important;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.cont-block {
    padding: 60px 0;
    border-top: 1px solid #dcdcdc;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
}

.cols {
    display: flex;
    gap: 30px;
}

.cols .col {
    width: calc(100% / 2 - 10px);
}

.cont-block h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.cont-block p {
    margin-bottom: 25px;
}

.cont-block .dform h3 {
    margin-bottom: 30px;
}

.cont-block .dform {
    background: linear-gradient(194deg, rgba(83,131,58,1) 0%, rgba(103,162,72,1) 100%);
    border-radius: 20px;
    padding: 30px 60px;
    box-sizing: border-box;
    color: #FFF;
}

.cont-block .dform .cols {
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.cont-block .dform input {
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
}

.cont-block .dform input::placeholder {
    color: #797979;
}

.manipulator {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.1;
}

.manipulator:before {
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: "\f0c8";
    margin-right: 16px;
    font-size: 24px;
}

.manipulator.active:before {
    content: "\f14a";
}

.map .wrapper {
    z-index: 99;
    padding-top: 70px;
    width: 100%;
    box-sizing: border-box;
}

.map, .map .wrapper {
    position: relative;
}

.map iframe {
    position: absolute;
    left: 0;
    top: 0;
}

.menu .mmenu {
    color: #FFF;
    padding: 10px 0;
    display: none;
    align-items: center;
    cursor: pointer;
}

.menu .mmenu i {
    margin-right: 15px;
    font-size: 20px;
}

.productlist.owl-carousel .item {
    padding-bottom: 5px;
}

.single {
    display: flex;
    gap: 30px;
    align-items: start;
}

.single .col {
    width: 50%;
}

.single p {
    margin-bottom: 20px;
}

.type {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.type select {
    border: 1px solid #D9D9D9;
}

.hblock .single h1 {
    margin-bottom: 20px;
    max-width: 100%;
}

.col.img {
    background-size: cover;
    background-image: url(img/img.jpg);
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.single .price {
    gap: 50px;
    margin-top: 10px;
}

.single .price .col {
    width: auto;
}

.himg.s {
    height: 300px;
}

.drk .inf {
    max-width: 600px;
    margin: auto;
}

.drk .inf span {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #6ab940;
    margin-top: 15px;
    display: block;
}

sup {
    font-size: 0.5em;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 30px;
    justify-content: center;
}

.categories .item {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    display: flex;
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.categories .item .inf {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories .item .pr {
    color: var(--main-color);
}

.categories .img {
    min-width: 40%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px 0 0 10px;
}

.con .categories {
    margin-top: 40px;
}

.con h2 {
    text-align: center;
}

.categories .item .title {
    margin-bottom: 20px;
}

.categories .item .pr {
    margin-top: 30px;
}

.categories a {
    color: var(--dark-color);
}

.info {
    text-align: center;
}

.info h2 {
    margin-bottom: 30px;
}

.info .wrapper {
    max-width: 900px;
}

.info h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.info ul {
    margin-bottom: 30px;
}

.info ul li {
    text-align: left;
}

.info a {
    color: var(--main-color);
}

.info .sp {
    padding: 20px 20px;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.info .pnum {
    text-align: left;
}

.info h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
    color: var(--main-color);
}

.info .mp {
    margin-top: 30px;
    font-size: 10px;
    color: var(--main-color);
}

.preim .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.preim .icons .i {
    width: calc((100% - (4 - 1) * 30px) / 4);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.preim .icons .i img {
    margin-bottom: 20px;
    height: 70px;
}

.video {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(img/video2.jpg);
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.video .play {
    background-color: #FFF;
    color: var(--main-color);
    font-size: 28px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.video .play i {
    margin-right: -3px;
}

.video:hover .play {
    transform: scale(1.2);
}

.auto .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.auto .blocks .bl {
    width: calc((100% - (3 - 1) * 30px) / 3);
    text-align: center;
}

.auto .blocks .bl .autom {
    display: none;
}

.auto .blocks .bl img {
    width: 100%;
    margin-bottom: 30px;
}

.auto .blocks .bl span {
    color: var(--main-color);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}

.auto .blocks ul li {
    text-align: center;
    padding: 10px 0;
}

.auto .blocks ul {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.auto .blocks ul li:nth-child(even) {
    background-color: #eeeeee;
}

.bg-menu, .m-menu, .cart {
    transition: 0.3s;
}

.bg-menu {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.bg-menu.active {
    opacity: 1;
    z-index: 99;
    opacity: 0.7;
}

.m-menu, .cart {
    padding-top: 25px;
    background-color: #FFF;
    position: fixed;
    left: -250px;
    top: 0;
    height: 100%;
    width: 250px;
    z-index: 102;
    opacity: 1;
    box-sizing: border-box;
}

.cart {
    left: auto;
    right: -325px;
    padding: 25px;
    width: 300px;
    overflow: auto;
    -webkit-box-shadow: -10px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.cart.active {
    right: 0;
}

.m-menu {
    overflow: auto;
}

.m-menu.active {
    left: 0;
}

.m-menu nav {
    display: flex;
    flex-direction: column;
}

.m-menu nav a {
    color: var(--main-color);
    padding: 10px 25px;
}

.m-menu .logo {
    width: 140px;
    filter: invert(58%) sepia(55%) saturate(422%) hue-rotate(55deg) brightness(88%) contrast(88%);
    margin-left: 25px;
    margin-bottom: 15px;
}

.m-menu i {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 18px;
    transition: 0.3s;
}

.m-menu i:hover {
    cursor: pointer;
    color: var(--main-color);
}

.map .wrapper {
    height: 500px;
}

footer {
    background-color: var(--dark-color);
    padding: 40px 0;
}

footer .cols {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

footer .cols .col {
    width: calc((100% - (3 - 1) * 40px) / 3);
    color: #FFF;
}

footer .cols .col span {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
}

#callback, #order-conf {
    display: none;
}

#callback input, #order-conf input {
    border: 1px solid #D9D9D9;
    width: 100%;
}

#callback input::placeholder, #order-conf input::placeholder {
    color: #797979;
}

#callback .colfrm, #order-conf .colfrm {
    margin-top: 25px;
}

#callback .colfrm input, #order-conf .colfrm input {
    margin-bottom: 20px;
}

#callback i, #order-conf i {
    color: var(--main-color);
    font-size: 36px;
    margin: auto;
    margin-top: 20px;
}

.categories.owl-carousel {
    margin-top: 0;
}

.categories.owl-carousel .owl-stage {
    display: flex;
}

.categories.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.categories.owl-carousel .item {
    width: 100%;
}

.tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tabs .tab {
    border-bottom: 5px solid #D9D9D9;
    padding: 0 15px 10px 15px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}

.tabs .tab {
    color: var(--dark-color);
}

.tabs .tab:hover {
    color: var(--main-color);
}

.tabs .tab.active {
    color: var(--main-color);
    border-color: var(--main-color);
} 

.pricelist {
    overflow: auto;
    width: 100%;
}

.pricelist table {
    width: 100%;
    min-width: 700px;
}

.pricelist table td, table th {
    white-space: nowrap;
}

table td, table th {
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
}

.selection table td, .selection table th {
    padding: 10px 15px 10px 0;
}

table.ln td, .selection table td, .productlist.works .item table td {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
}

table.ln td:nth-child(odd), .selection table td:nth-child(odd), .productlist.works .item table td:nth-child(odd) {
    font-weight: 500;
    width: 50%;
}

table th {
    background-color: var(--main-color);
    color: #FFF;
    font-weight: 600;
}

table tr:nth-child(odd) td {
    background: #f6f6f6;
}

table.ln tr:nth-child(odd) td, .selection table tr:nth-child(odd) td, .productlist.works .item table tr:nth-child(odd) td {
    background-color: #FFF;
}

table td a {
    color: var(--main-color);
}

table tr:hover td {
    background-color: #ededed;
}

table.ln tr:hover td, .selection table tr:hover td, .productlist.works .item table tr:hover td {
    background-color: #FFF;
}

.tocart {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.tocart i {
    color: var(--main-color);
    margin-left: 15px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.tocart i:hover {
    color: var(--dark-color);
}

.tocart input[type="number"], .cart .presumm .quantity input[type="number"] {
    font-size: 11px;
    line-height: 1;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 6px 14px;
    display: inline-block;
}

.cart .productlist {
    gap: 20px;
    flex-direction: column;
}

.cart .productlist .item {
    width: 100% !important;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.cart .presumm {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.cart .col.price-per-unit {
    width: 70% !important;
    text-align: right;
}

.cart .productlist .item .col {
    width: auto;
}

.cart .presumm .col.quantity {
    display: flex;
    align-items: center;
}

.cart .presumm .quantity i {
    margin-left: 10px;
}

.cart .remove {
    font-weight: 300;
    color: #9b0e0e;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s;
}

.cart .remove:hover {
    color: var(--dark-color);
}

.cart .productlist .title {
    font-size: 13px;
}

.cart .productlist .tsumm {
    margin-top: 15px;
    font-weight: 600;
}

.cart .productlist .tsumm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-sum {
    margin-top: 20px;
}

.total-sum .label {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1;
}

.total-sum .total-sum-full {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-color);
}

#order {
    display: none;
}

.cart .tsumm i:hover {
    cursor: pointer;
    color: var(--main-color);
    transition: 0.3s;
}

.cart-actions {
    margin-top: 30px;
    gap: 20px;
    display: flex;
}

.cart-actions a {
    color: var(--main-color);
    font-size: 13px;
}

.cart-actions a:hover {
    color: var(--dark-color);
}

#order h3 {
    margin-bottom: 30px;
}

#order .total-label, #order .total-sum {
    color: #FFF;
    font-weight: 600;
    background-color: var(--main-color);
}

.cart-title {
    margin-bottom: 30px;
    color: var(--main-color);
}

.cart-close {
    position: absolute;
    top: 23px;
    right: 20px;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.cart-close:hover {
    color: var(--main-color);
}

.goorder {
    margin-top: 30px;
}

.cart .goorder .button {
    display: block;
    width: 100%;
}

#order .goorder .button {
    margin: auto;
    display: block;
    width: fit-content;
}

.subtitle {
    display: none;
}

.page ul {
    padding-left: 0;
}

.page li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.page li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6.5px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.page .main-list > li {
    margin-bottom: 15px;
}

.page .main-list > li > ul > li {
    font-weight: normal;
}

.page .sub-list {
    margin-top: 8px;
    margin-left: 15px;
}

.page a {
    color: var(--main-color);
}

.page a:hover {
    text-decoration: underline;
}

.page p {
    margin-bottom: 40px;
}

.page {
    padding: 60px 0;
}

.page .content {
    margin-top: 60px;
}

.page .content h2 {
    margin-bottom: 20px;
}

.page .content ul.main-list {
    margin-bottom: 40px;
}

.page .clause-num {
    opacity: 0.4;
}

#callback a, #order-conf a {
    color: var(--main-color);
}

#callback a:hover, #order-conf a:hover {
    text-decoration: underline;
}

#callback, #order-conf {
    max-width: 500px;
}

#callback p, #order-conf p {
    max-width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 12px;
}

#callback h3, #order-conf h3 {
    text-align: center;
}

.copyright {
    justify-content: center;
    color: #FFF;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #2b2b2b;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    text-align: center;
}

.copyright a {
    color: var(--yellow-color);
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copyright span i {
    font-size: 10px;
    color: var(--main-color);
}

.menu-item {
    position: relative;
}

.menu-link {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
    z-index: 1000;
    padding: 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.submenu a {
    display: block;
    padding: 15px 25px 15px 15px !important;
    color: var(--dark-color) !important;
    text-decoration: none;
    white-space: nowrap;
}

.submenu a:hover {
    background: #f5f5f5;
}

.menu-item:hover .submenu {
    display: block;
}

.contactpage .cols .col {
    display: flex;
    gap: 30px;
}

.contactpage .cols .col i {
    font-size: 48px;
    color: var(--main-color);
}

.contactpage .cols .col .icon {
    text-align: center;
    width: 20%;
    max-width: 100px;
}

h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.contactpage a {
    display: block;
}

.contactpage a.tel {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.contactpage a.tel:hover {
    text-decoration: none;
}

.contactpage p {
    margin-bottom: 10px;
}

.cont-block .policy {
    font-size: 10px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: -20px;
}

.cont-block .policy a {
    color: #FFF;
    text-decoration: underline;
}

.cont-block .policy a:hover {
    text-decoration: none;
    color: #FFF !important;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 label input {
    display: none;
}

.wpcf7-spinner {
    margin-top: 10px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    background: linear-gradient(0deg,rgba(255, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.fancybox__container .wpcf7-not-valid {
    border-color: #c7a5a5 !important;
    background: #FFF !important;
}

#callback input.button, #order-conf input.button {
    border: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 !important;
    background-color: #FFF;
    color: var(--main-color);
    text-align: center;
    margin: 30px 0 0 0;
    padding: 10px 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #a70f0f;
}

#callback .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #a70f0f !important;
}

#callback .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid var(--main-color) !important;
}

#order-conf .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #a70f0f !important;
}

#order-conf .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid var(--main-color) !important;
}

#order-data {
    display: none;
}

.page h2 {
    font-size: 18px;
}

.aboutpage p {
    margin-bottom: 20px;
}

.aboutpage p:last-of-type {
    margin-bottom: 0;
}

.aboutpage h3 {
    margin-top: 40px;
}

.aboutpage .cols {
    gap: 60px;
}

.aboutpage .green {
    background-color: var(--yellow-color);
    color: var(--dark-color);
    padding: 30px 60px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
}

.aboutpage .green h3 {
    margin-top: 0;
}

.aboutpage .cols {
    margin-top: 40px;
}

.aboutpage .cols h3 {
    margin-top: 0;
}

.aboutpage .cols .num {
    font-size: 42px;
    margin-bottom: 10px;
    color: var(--main-color);
    font-weight: 600;
}

.gallery {
    margin-top: 40px;
}

.gallery a {
    display: block;
    aspect-ratio: 4/3;
    background-size: cover;
    transition: 0.3s;
}

.gallery a:hover {
    filter: brightness(1.1);
}

.cols-2 {
    display: flex;
}

.cols-2 .col {
    width: 50%;
    box-sizing: border-box;
}

.cols-2 .col:first-of-type {
    padding-right: 60px;
}

.cols-2 h3 {
    margin-top: 0;
}

.cols-3 {
    display: flex;
    gap: 60px;
}

.cols-3 .col {
    width: 70%;
    box-sizing: border-box;
}

.cols-3 .col:first-of-type {
    width: 30%;
}

.cols-3 h3 {
    margin-top: 0;
}

.cols-3 img {
    width: 100%;
}

.cols-3 .pricelist table {
    min-width: auto;
}

.cols-3 p {
    margin-bottom: 20px;
}

.cols-3 p:last-of-type {
    margin-bottom: 30px;
}

a.video:hover {
    text-decoration: none;
}

a.video {
    width: 100%;
    height: auto;
    aspect-ratio: 6/3;
    border-radius: 10px;
}

a.video.he {
    aspect-ratio: 4/3;
    background-image: url(img/video_dk.jpg);
}

.wpcf7-list-item {
    margin: 0 !important;
}

.m-menu .sub {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.m-menu nav .sub a {
    padding: 5px 25px;
}

.m-menu a:hover {
    color: var(--dark-color) !important;
}


.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

body.fixed-padding {
    padding-top: 60px;
}
       
.vis {
    width: 100%;
}
        
.vis .board-top {     
    background-color: #f6f6f6;
    border: 1px solid #000;
    aspect-ratio: 125 / 2;
    width: 100%;
}

.imp {
    text-align: center;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 15px 0 20px 0;
}

.imp h2 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 10px;
}

.dt .btns.mob {
    display: none;
}

.single .selection {
    margin-top: 30px;
    margin-bottom: 40px;
}

.single .selection table {
    width: 100%;
}

.single .selection .tabs {
    margin-bottom: 20px;
}

.selection .content > div {
    display: none;
}

.selection .content > div.active {
    display: block;
}

.single.project, .single.hasgall {
    align-items: flex-start;
    margin-bottom: 20px;
}

.single.project .col.img, .single.hasgall .col.img {
    background-image: none;
}

.single.project .col img, .single.hasgall .col img {
    background-image: none;
    border-radius: 10px;
    width: 100%;
}

.single.project .gallery-image-wrapper {
    aspect-ratio: 4.5/3;
}

.single.project h1 {
    margin-bottom: 30px;
}

.acf-gallery-container {
    max-width: 100%;
}

.gallery-main-image {
    line-height: 0;
}

.gallery-main-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    cursor: zoom-in;
}

.gallery-thumbnails {
    display: flex;
    margin-top: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery-thumbnails img {
    max-width: calc(20% - 13.79px);
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 2px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #dcdcdc;
}

.gallery-thumbnails img:hover {
    opacity: 0.7;
}

.gallery-thumbnails img.active {
    opacity: 1;
}

.gallery-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.gallery-image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.nav-arrow {
    pointer-events: all;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 40px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image-wrapper:hover .nav-arrow {
    opacity: 1;
}

.gallery-image {
    aspect-ratio: 1 / 1;
    background-size: cover;
}

.nav-arrow i {
    font-size: 16px;
}

.prev-arrow {
    margin-left: 15px;
}

.next-arrow {
    margin-right: 15px;
}

.one-gallery img {
    border-radius: 10px;
}

.cols-3 .one-gallery img {
   width: 100%;  
   min-width: 0;
   transition: 0.3s;
}

.cols-3 .one-gallery img:hover {
    filter: brightness(1.1);
}

.works.productlist .item .title {
    margin-bottom: 20px;
}

.productlist.works .item {
    width: calc(100% / 3 - 20px);
}

.productlist.works .item table {
    margin-bottom: 30px;
    font-size: 11px;
    margin-top: -5px;
}

.productlist.works .item table td {
    padding: 7px 10px 7px 0;
}

.productlist.works .item table td:first-of-type {
    width: 62%;
}

.productlist.works.pr .title {
    margin-bottom: 10px;
}

.featlist {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.featlist li {
    width: calc((100% - (4 - 1) * 20px) / 4);
    text-align: center !important;
}

.featlist li i {
    display: block;
    margin: auto;
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 22px;
}

.productlist.works .item table tr:nth-child(5), .productlist.works .item table tr:nth-child(6), .productlist.works .item table tr:nth-child(7), .productlist.works .item table tr:nth-child(8) {
    display: none;
}

.productlist.works .item table  {
    white-space: nowrap;
}

.productlist.works .item table {
    width: 100%;
}

.anchors .items {
    display: flex;
    gap: 20px;
}

.anchors .items .item {
    background-color: var(--yellow-color);
    padding: 15px 20px;
    border-radius: 10px;
    width: 33%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    box-sizing: border-box;
}

.anchors .items .item:hover {
    background-color: var(--main-color);
    color: #FFF !important;
}

.bnr img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 800px;
}

.topinfo {
    margin-top: 30px;
    max-width: 50%;
}

.topinfo p {
    margin-bottom: 20px;
}

.topinfo p:last-of-type {
    margin-bottom: 0;
}

section.pdb.page {
    padding: 0;
}

.offer .cols p {
    margin-bottom: 20px;
}

.offer .cols p:last-of-type {
    margin-bottom: 0;
}

.offer .cols ul {
    margin-top: 20px;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 10px 0 12px 0;
}

#wpcf7-f2374-o1 .wpcf7-spinner, #wpcf7-f2375-o2 .wpcf7-spinner {
    display: none;
}

.wpcf7-text.page_title {
    display: none;
}

.button.gr {
    background-color: var(--main-color);
    color: #FFF;
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 40px;
}

.button.gr:hover {
    color: #FFF !important;
}


.drk .owl-dot.active {
    background: var(--main-color) !important;
}

.edit-link {
    margin-top: 30px;
    color: var(--main-color);
    display: block;
}

.productlist.works .item {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productlist.works .item:hover {
    border-color: var(--main-color) !important;
}

.multi_button, .ws-chat-btn-el-container {
    transition: 0.3s;  
}

.multi_button.shift, .ws-chat-btn-el-container.shift {
    margin-right: 300px; 
}

.project.single .price .col:last-of-type {
    display: none;
}

.project.single .price {
    background-color: var(--main-color);
    color: #FFF !important;
    padding: 20px 15px;
    border: 0;
    border-radius: 20px;
    justify-content: center;
    gap: 50px;
}

.project.single .price .col .cost, .project.single .price .col {
     color: #FFF !important;
     text-align: center;
}

.project.single .price .lcol {
    width: 1px;
    background-color: #2a7a00;
}

.wpcf7-form.sent .colfrm, .wpcf7-form.sent p, .wpcf7-form.sent .cols {
    display: none;
}

.colfrm br {
    display: none;
}



.wood-sizes-filter {
    display: flex;
    gap: 30px;
    padding: 0 0 15px 0;
}

.sizes-section h4 {
    margin-bottom: 12px;
    color: #333;
    font-weight: 500;
}

.sizes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-item {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--yellow-color);
    border-radius: 30px;
    text-decoration: none;
    color: var(--dark-color);
    background: white;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}

.size-item:hover {
    background: var(--yellow-color);
    color: var(--dark-color) !important;
}

.size-item.active {
    background: var(--yellow-color);
    color: var(--dark-color);
    cursor: default;
    transform: none;
    box-shadow: none;
}

.size-item.similar {
    border-color: #D9D9D9;
    color: #D9D9D9;
}

.size-item.similar:hover {
    background: #D9D9D9;
    color: white;
}

.menu .ic {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 100%;
}

.menu .submenu a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.singlepreim {
    border: 5px solid var(--main-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    font-weight: 500;
}

.singlepreim .pic {
    height: 30px;
    min-width: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.singlepreim span {
    display: flex;
    align-items: center;
}

.fullinfo {
    margin-top: 40px;
}

.fullinfo .singlepreim {
    margin-top: 0;
}

.fullinfo .cols:nth-of-type(2) {
    margin-top: 50px;
}


.mintable tr:nth-child(1), .mintable tr:nth-child(2), .mintable tr:nth-child(5), .mintable tr:nth-child(6), .mintable tr:nth-child(8), .mintable tr:nth-child(11), .mintable tr:nth-child(10) {
    display: none;
}

.fullinfo h2 {
    margin-bottom: 30px;
}

.fullinfo table {
    width: 100%;
}

.fullinfo p {
    margin-bottom: 20px;
}

.singlepreim .in {
    border: 3px solid #F0F0F0;
    color: #c90000;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    box-sizing: border-box;
}

.singlepreim .mcols {
    display: flex;
    gap: 20px;
}

.singlepreim .mcol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 50%;
}

.singlepreim .contact .tbl .toz {
    margin-right: 0;
    margin-top: 10px;
    display: block !important;
}

.singlepreim .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.singlepreim .contact .tbl {
    margin-bottom: 0 !important;
}

a.gr {
    color: var(--main-color);
}

a.gr:hover {
    text-decoration: underline;
}

.singlepreim a.gr {
    margin-left: 10px;
}

.mintable {
    margin-bottom: 20px !important;
}


/* Стили для поля ввода */
.tocart input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #ddd;
}

/* Убираем стандартные кнопки */
.tocart input[type="number"]::-webkit-inner-spin-button,
.tocart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tocart .quant_b {
    display: flex;
    gap: 5px;
}

/* Стили для кастомных кнопок */
.quantity-btn {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.3s ease;
    color: #333;
}

.quantity-btn:hover {
    background: #e8e8e8;
    border-color: #ccc;
}

.quantity-btn:active {
    background: #d8d8d8;
    transform: scale(0.95);
}

.quantity-btn:disabled {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    transform: none;
}

.harimg {
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1 / 1.1;
    margin-bottom: 30px;
    border-radius: 20px;
}

.cat_s_gall {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cat_s_gall .gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
}

.cat_s_gall .gallery-image:first-child {
    opacity: 1 !important;
    position: relative;
}

.gallery-indicators {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    display: flex;
    gap: 4px;
    z-index: 10;
}

.indicator {
    width: 20px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    cursor: default;
}

.indicator.active {
    background-color: rgba(0, 0, 0, 1);
    width: 30px;
}

.owl-carousel .item {
    height: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.single {
    position: relative;
}

.single .s_tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 20px;
    top: 20px;
    gap: 10px;
    z-index: 9;
}

.single .s_tags .tag { 
    font-weight: 300;
    padding: 5px 20px;
    background-color: var(--main-color);
    border-radius: 10px;
    color: #FFF;
}

.single .s_tags .tag.y { 
    background-color: var(--yellow-color);
    color: var(--dark-color);
}




.gallery-image-wrapper.no-aspect-ratio {
    aspect-ratio: auto;
}

.main-video {
    width: 100%;
    background: #000;
}

.main-video video {
    width: 100%;
    height: auto;
    display: block;
}

.menu-item:hover .submenu.has-cols {
    display: flex;
}

.submenu.has-cols:hover {
    display: flex;
}

.submenu.has-cols .col {
    min-width: 300px;
    max-width: 300px;
    border-right: 1px solid #D9D9D9;
    display: none;
}

.submenu.has-cols .col.active, .submenu.has-cols .col.has-submenu {
    display: block;
}

.submenu.has-cols .col.last {
    border-right: 0;
}

.menu .submenu.has-cols a.st-submenu {
    font-weight: 500;
    color: var(--main-color) !important; 
    padding-left: 15px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.menu .submenu.has-cols a.st-submenu:first-of-type {
    margin-top: 0;
}

.t-submenu {
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    border-bottom: 1px dotted #D9D9D9;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.t-submenu.active {
    background-color: var(--yellow-color);
}

.submenu a span {
    color: #D9D9D9;
}

.submenu.has-cols a {
    padding: 6px 25px 6px 15px !important;
    white-space: normal;
}

.submenu.has-cols a:hover {
    background-color: transparent;
    color: var(--main-color) !important;
}

.submenu.has-cols a.st-submenu:hover {
    color: var(--dark-color) !important;
}

.menu .submenu.has-cols a.disabled {
    color: #D9D9D9 !important;
    pointer-events: none;
}

.wpcf7-spinner {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-top: 10px !important;
    background-color: var(--main-color) !important;
    margin-bottom: 20px;
}

#wpcf7-f2374-o1 .wpcf7-spinner {
    display: none !important;
}

.price .col .label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price .col .label .product-discount {
    background-color: var(--main-color);
    line-height: 1;
    color: #FFF;
    border-radius: 10px;
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: -7px;
    margin-top: -7px;
}

.price .col .old-price {
    font-size: 15px;
     text-decoration: line-through;
     color: #999;
}

.price .col .cost {
    display: flex;
    align-items: center;
    gap: 15px;
}

.catalog .item .price .col .cost {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}