@media (prefers-color-scheme: dark) {
    .theme-a.adaptive {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

* {
    padding: 0;
    border: 0;
    font-size: 13px;
    vertical-align: baseline;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

a {
    font-family: 'Montserrat', sans-serif;
    color: #566372;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #566372;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

strong {
    font-family: 'Montserrat', sans-serif;
    color: #566372;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

ol {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;
}

li {
    font-family: 'Montserrat', sans-serif;
    color: #566372;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 60px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #2F477C;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #98A7B8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 400;
}

h3 {
    color: #98A7B8;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}

.head-top-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-wrap: wrap;
}

.menu-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.menu-line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    min-height: 65px;
    align-items: center;
}

.menu-line2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    min-height: 65px;
    align-items: center;
}

.main-menu {
    color: #676767;
    border-bottom: 2px solid #ff963200;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    cursor: default;
}

.dropdown-item {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 15px;
    color: #000000;
    margin-bottom: 0px;
}

.dropdown-item:hover {
    background-color: #d9d9d9;
}

.dropdown-item2 {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 15px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

.dropdown-item2:hover {
    background-color: #d9d9d9;
}

.dropdown-menu {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    border-style: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    z-index: 1;
}

.contact-block {
    display: flex;
    flex-direction: row;
    border-left: 1px solid #dbdff0;
    padding: 10px 40px 10px 20px;
}

.contact-block2 {
    display: flex;
    flex-direction: row;
    border-left: 1px solid #dbdff0;
    padding: 10px 40px 10px 20px;
}

.contact-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 0px;
}

.all-memu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mobmenu {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}

.promo-b {
    width: 100%;
    display: flex;
}

.promo-s {
    width: 100%;
    display: none;
}

.catalog-cell {
    background-color: #2F477C;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 350px;
    box-shadow: 0px 0px 20px #838383;
}

.big-catalog-cell {
    background-color: #2F477C;
    display: flex;
    flex-direction: column;
    width: 250px;
    box-shadow: 0px 0px 20px #838383;
    justify-content: space-between;
}

.big-subcatalog-cell {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px #838383;
    justify-content: space-between;
}

.catalog-h1 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
}

.catalog-h2 {
    color: #B2B2B2;
    font-size: 12px;
}

.catalog-img {
    width: 120px;
}

.big-catalog-img {
    width: 100%;
}

.big-subcatalog-img {
    width: 200px;
}

.catalog-art {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 5px;
}

.add-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}

.line-g {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #eeeeee;
}

.line-w {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #ffffff;
}

.add-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.add-img {
    max-width: 350px;
    margin-right: 20px;
    width: 50%;
}

.add-text {
    text-align: left;
}

.catalog-r {
    width: 35px;
}

.big-subcell {
    width: 45%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.big-subcatalog-text {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.catalog-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 50px;
}

.catalog-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.big-subcatalog-preview {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.card-s-img {
    width: 100px;
    border: 2px solid #d8d8d8;
}

.card-art {
    font-weight: 700;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 3px;
    width: 150px;
}

.card-h3 {
    color: #2F477C;
    font-weight: 700;
    cursor: default;
}

.card-section {
    padding: 75px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-top {
    display: flex;
    max-width: 1000px;
    flex-direction: row;
}

.card-photos {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-detales {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 50px;
}

.card-detales-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.card-photoblock {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.service-head {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    align-items: center;
}

.big-subservice-img {
    width: 150px;
    margin: 20px;
}

.service-main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 50px;
}

.big-subcatalog-underline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2F477C;
}

.big-catalog-a {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.big-catalog-underline {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.tab-head {
    background-color: #505050;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 125px;
    border-width: 0px;
    border-style: solid;
    flex-direction: row;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tab-w-1 {
    border: 0px solid #999999;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.tab-w-2 {
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
}

.tab-wl-2 {
    vertical-align: middle;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    padding: 15px;
}