/*
Theme Name: new_kam
Author: BRO team
Author URI: https://ihtut.net/
Description:
Version: 1.15
*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic');
/*@import url(../font/font.css);*/
/* GothamPro */
html, body {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font: 16px/1.3125 "Fira Sans", Helvetica, sans-serif;
}
body {
    position: relative;
    cursor: default;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
table img {
    max-width: none;
}
a img {
    border: 0 none;
}
h1, h2, h3 , h4, h5, h6 {
    padding: 0;
    margin: 1em 0 0.8em;
    font-weight: normal;
}
a {
    text-decoration: underline;
    color: #004f99;
}
a:hover {
    text-decoration: none;
}
a span, a font {
    cursor: pointer;
}
hr {
    background: #004f99;
    height: 1px;
    border: 0 none;
    margin: 15px 0;
}
label {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
input[type="submit"], button {
    cursor: pointer;
}
textarea {
    resize: vertical;
}
input, textarea, button {
    font-family: inherit;
    color: inherit;
    outline: 0 none;
}
script {
    display: none !important;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
::selection {
    color: #000;
    background: #ffd93d;
}
::-moz-selection {
    color: #000;
    background: #ffd93d;
}
*, *:before, *:after {
    box-sizing: border-box;
}
form {
    margin: 0;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
    background-color: #fff;
    border: 1px solid #004E96;
    width: 100%;
    height: 41px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 35px;
    color: #000;
}
textarea {
    min-height: 83px;
    line-height: 1.7;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #f2f2f2;
}
/*
input[type="text"]:not(:placeholder-shown),
input[type="password"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input::-webkit-input-placeholder {
    color: inherit;
}
*/
#show-nav, #show-nav-styler {
    position: absolute !important;
    left: -5000px;
}
.no-display {
    display: none;
}
.sitePopup {
    display: none;
}
/* end reset */
/* !!! */
.wr {
    max-width: 1142px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.logo, .slidePrev, .slideNext {
    font: 0px/0 Arial;
    outline: 0 none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.over {
    overflow: hidden;
}
.clear {
    clear: both;
}
.hr {
    border-top: 1px solid #0756a5;
    margin: 30px 0;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.backSection {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* z-index: -1;*/
}
a, button, .button {
    transition-property: color, border-color, background, opacity;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
    transition-delay: 0s;
}
/* !!! */
.maket {
    background: transparent;
}
.maket:after {
    content: "";
    background: url("screen/новости-внутренняя.png") no-repeat 50% 0;
    position: absolute;
    height: 10000px;
    left: 0;
    top: 0;
    right: 0;
    z-index: -5;
    opacity: 0.5;
}
.maket ~ .page-block {
    background: transparent;
}
/* top */
.topBlock {
    position: relative;
    z-index: 100;
}
.topLine {
    background: #000;
    color: #fff;
    padding: 8px 0 9px;
    font-size: 12px;
    font-weight: bold;
}
.topLine .wr {
    overflow: hidden;
}
.topLine .leftBlock {
    float: left;
}
.topLine .rightBlock {
    float: right;
}
.topNav {
    margin: 0;
    padding: 0;
    list-style: 0;
    text-transform: uppercase;
}
.topNav li {
    display: inline;
}
.topNav a {
    text-decoration: none;
    color: #fff !important;
    margin: 0 34px 0 -5px;
    padding: 6px;
    display: inline-block;
}
.topNav a:hover {
    text-decoration: underline;
}
.topSearch {
    font-size: 14px;
    color: #88a9c8;
    position: relative;
}
.topSearch form {
    margin: 0;
}
.topSearch input[type="search"] {
    background: transparent;
    padding: 0;
    border: 0 none;
    border-bottom: 2px solid #738ea6;
    height: 24px;
    width: 200px;
    letter-spacing: 0.075em;
}
.topSearch input[type="search"]:focus {
    border-bottom-color: #fff;
    color: #fff;
}
.topSearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 22px;
    background: #000 url("img/search-icon.png") no-repeat 50% 50%;
    border: 0 none;
}
.headerLine {
    padding: 23px 0;
    position: relative;
    z-index: 100;
}
.headerLine .wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font: bold 15px/23px 'PT Sans Narrow', sans-serif;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    max-width: 310px;
    margin: 4px 0 -2px;
    color: #000;
}
.logo:before {
    background: url("img/logo.png") no-repeat;
    min-width: 125px;
    height: 49px;
    content: "";
    float: left;
    margin: 0 12px 0 0;
    border-right: 1px solid rgba(255,255,255,0.39);
}
.companyContacts {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 0 0 15px;
}
.companyContacts a {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.1;
    display: inline-block;
    border-bottom: 2px dashed transparent;
    letter-spacing: 0.02em;
}
.companyContacts a:hover {
    border-bottom-color: inherit;
}
.managerContacts {
    text-align: center;
    font-size: 14px;
    line-height: 1.65;
}
.managerContacts a {
    font-weight: bold;
    border-bottom: 2px dashed;
    text-decoration: none;
}
.home .logo:before {
    background: url("img/logo-white.png") no-repeat;
}
.whiteColor .logo, .whiteColor {
    color: #fff;
}
.whiteColor a {
    color: #ffcc00;
}
.home .logo, .home .topBlock {
    color: #fff !important;
}
.home .topBlock a {
    color: #ffcc00;
}
/* page */
.text p {
    margin: 3px 0 10px;
}
.text > p:first-child {
    margin-top: 0 !important;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-weight: bold;
    line-height: 1.5;
}
.text h1 {
    font-size: 40px;
    line-height: 1.18;
    font-weight: normal;
    text-transform: none;
    color: #2a2f62;
    margin: 1.35em 0 1.1em;
}
.text h2 {
    font-size: 24px;
}
.text h3 {
    font-size: 16px;
}
.text h4 {
    font-size: 14px;
}
.text h5 {
    font-size: 13px;
}
.text h6 {
    font-size: 12px;
}
.text .h1, .text .h2, .text .h3, .text .h4, .text .h5, .text .h6 {
    margin: 0.9em 0 1.05em;
    line-height: 1.15 !important;
}
.text .h1 {
    font-size: 40px !important;
}
.text .h2 {
    font-size: 24px !important;
}
.text .h3 {
    font-size: 20px !important;
}
.text .h4 {
    font-size: 16px !important;
}
.text .h5 {
    font-size: 24px !important;
}
.text .h6 {
    font-size: 12px !important;
}
.text > h1:first-child {
    margin-top: 0 !important;
}
.text font[size="6"], .text font[size="5"], .text font[size="4"], .text font[size="3"], .text font[size="2"], .text font[size="1"] {
    color: #999;
}
.text font[size="6"] {
    font-size: 20px;
}
.text font[size="5"] {
    font-size: 18px;
}
.text font[size="4"] {
    font-size: 16px;
}
.text font[size="3"] {
    font-size: 14px;
}
.text font[size="2"] {
    font-size: 12px;
}
.text font[size="1"] {
    font-size: 10px;
}
.text img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.text img[align="right"] {
    margin-left: 30px;
}
.text img[align="left"] {
    margin-right: 30px;
}
.text q {
    background: #0756a5;
    display: block;
    font-size: 22px;
    line-height: 1.36;
    text-align: left;
    color: #fff;
    margin: 15px 40px 20px -10px;
    padding: 0 10px 7px;
}
.text q:after, .text q:before {
    content: "";
}
.text blockquote {
    background: #2a2f62;
    font-style: normal;
    text-align: left;
    color: #fff;
    quotes: "" "";
    position: relative;
    display: block;
    border: 0 none;
    padding: 45px 64px;
    margin: 8px -64px;
}
.text blockquote:after, .text blockquote:before {
    content: "";
}
.text p + blockquote {
    margin-top: 38px;
}
.text ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.text ul li {
    margin: 0 0 3px;
    padding: 0 0 0 25px;
    position: relative;
}
.text ul li:after {
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
    color: #1C509B;
    font-size: 22px;
    line-height: 1;
}
.text ol {
    counter-reset: list1;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.text ol li {
    list-style-type: none;
    position: relative;
    margin: 5px 0 10px;
    padding: 0 0 0 20px;
}
.text ol > li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #0055a4;
    font-weight: bold;
}
.text ol ul, .text ol ol {
    margin: 9px 0 28px;
}
.text table {
    margin: 50px 0 35px;
    border-collapse: collapse;
    border: 0 none;
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
}
.text td, .text th {
    padding: 15px;
    text-align: left;
    border: 0 none;
}
.text th {
    padding: 37px 29px 32px;
    background-color: #2a2f62;
    font: bold 12px/1.33 GothamPro;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}
.text td {
    border: solid 1px #e6e6e6;
}
/*
.text tr:first-child td {
    border-top: 0 none;
}
*/
.text td[align="right"], .text th[align="right"] {
    text-align: right;
}
.text td[align="center"], .text th[align="center"] {
    text-align: center;
}
.text td > * {
    margin: 0;
}
.text td > *:first-child {
    margin-top: 0;
}
.text table.nostyle, .text table.nostyle table {
    margin: 0;
    border: 0;
}
.text table.nostyle table td {
    padding: 0;
}
.text table.nostyle td {
    border: 0;
}
.text dl {
    margin: 20px 0;
    /*overflow: hidden;*/
}
.text dt {
    width: 65px;
    float: left;
}
.text dd {
    margin: 0 0 0 70px;
}
.text hr {
    border: solid 1px #bfc0cf;
    ;
    margin: 7px 0;
    width: 100%;
    height: 0;
}
.newsDate {
    font-size: 18px;
    margin: 34px 0 5px;
}
.newsName {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 45px;
    color: #0055a4;
}
.pageNav {
    margin: 70px 0 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.pageNav span {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}
.pageNav a {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 11px 20px 12px;
    background: #004e96;
    color: #fff;
    text-decoration: none;
}
.pageNav a.allLink {
    background: #ffd93d;
    color: #000;
}
.pageNav a:hover {
    opacity: 0.9;
}
.pageNav a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}
.wp-caption {
    overflow: hidden;
    margin: 20px 0 15px;
}
p.wp-caption-text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #262626;
}
/* text */
.feedbackLink {
    margin: 0 0 0 15px;
}
.topMain {
    margin: -141px 0 35px;
    position: relative;
    padding: 240px 0 12px;
    /* background: #081F51; */
    overflow: hidden;
}
.topMain .title {
    color: #ffcc00;
    margin: 0;
}
.topMain .title span:after, .topMain .title span:before {
    background: #fff;
}
.topMain .textBlock {
    border: 5px solid #fff;
    border-top: 0 none;
    margin: -34px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding: 30px 50px 27px 22px;
}
.topMain .textBlock .text {
    font-weight: bold;
    max-width: 64.6%;
    line-height: 1.5;
}
.topMain .textBlock .text p {
    margin: 1em 0 0;
}
.topMain .textBlock .text p:first-child {
    margin-top: 0;
}
.topMain .button {
    border-color: inherit;
}
.mainInfoBlock {
    margin: 0 0 176px;
}
.mainCatList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}
.mainCatList a {
    background: #0055a4;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 19%;
    padding: 16px 5px 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mainCatList a.active, .mainCatList a:hover {
    background: #F0C000;
    color: #000;
}
.bestPosition {
    margin: 38px 0 45px;
}
.bestPosition .onePosition {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    margin: 5px 0 0;
}
.bestPosition .onePosition span {
    display: block;
}
.bestPosition .img {
    float: left;
    width: 47%;
    padding: 33.75% 0 0;
    background-color: #eee;
    border: 2px solid #ddd;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 0;
    line-height: 0;
}
.bestPosition .info {
    margin: 0 15px 0 52%;
}
.bestPosition .name {
    line-height: 1.125;
    font-weight: bold;
    margin: 0 0 10px;
}
.bestPosition a:hover .name {
    text-decoration: underline;
}
.bestPosition .stext {
    font-size: 14px;
    margin: 10px 0;
    min-height: 41px;
}
.bestPosition .price {
    font-size: 20px;
    font-weight: bold;
    color: #0055a4;
}
.evidenceBlock {
    background: #F0C000;
    margin: 63px 0 0;
    padding: 28px 0 38px;
    font-weight: bold;
}
.evidenceBlock .wr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.evidenceBlock .name {
    font-size: 48px;
    color: #0055a4;
    margin: 0 0 11px;
}
.evidenceBlock .name span {
    font-size: 24px;
    font-weight: normal;
}
.evidenceBlock .stext {
    font-size: 14px;
    line-height: 1.71;
    text-transform: uppercase;
    /*margin: 10px 34% 0 0;*/
}
.mainMaps {
    padding: 7px 0 100px;
    position: relative;
    background: url("./img/img/mainMaps.jpg") no-repeat 50% 50%;
    background-size: cover;
    min-height: 577px;
}
.mainMaps .title span:after, .mainMaps .title span:before {
    background: #0055a4;
}
.productDescription {
    margin: 29px 0 46px;
}
.productDescriptionList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.oneProductDescription {
    background: url("img/one-product-description.png") no-repeat 0 7px;
    min-height: 80px;
    padding: 0 0 0 78px;
    margin: 3px 7px 0 15px;
    letter-spacing: 0.04em;
}
.oneProductDescription .name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 13px;
}
.oneProductDescription .stext {
    font-size: 14px;
    line-height: 1.285;
}
.mainServiceBlock {
    background: #636667;
    position: relative;
    color: #fff;
    padding: 19px 0 73px;
}
.mainServiceBlock .title {
    color: #ffcd00;
}
.mainServiceList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.oneMainService {
    margin: 5px 7% 0 26px;
    letter-spacing: 0.04em;
}
.oneMainService .name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 29px;
}
.oneMainService .stext {
    font-size: 14px;
    line-height: 1.715;
    font-weight: bold;
}
.portfolioProducts {
    margin: 35px 0 64px;
}
.portfolioSlides {
    margin: 36px 0 0;
}
.portfolioSlides .oneProduct {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 0 0 20px;
}
.portfolioSlides .oneProduct:after {
    content: "";
    position: absolute;
    left: 6%;
    top: 13%;
    width: 68%;
    height: 87%;
    background: #FFD93D;
    z-index: -1;
}
.portfolioSlides .oneProduct span {
    display: block;
}
.portfolioSlides .img {
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    width: 56.5%;
    padding: 38.5% 0 0;
    font-size: 0;
    line-height: 0;
}
.portfolioSlides .name {
    font-weight: bold;
    line-height: 1.25;
    color: #000;
    margin: 45px 0 0 60.5%;
}
.portfolioSlides a:hover .name {
    text-decoration: underline;
}
.addNav .owl-next, .addNav .owl-prev {
    position: absolute;
    top: 0;
    height: 145px;
    width: 100px;
    padding: 50px 0;
    display: block;
    opacity: 0.2;
}
.addNav .owl-next svg, .addNav .owl-prev svg {
    height: 45px;
}
.addNav .owl-next {
    right: -100px;
}
.addNav .owl-prev {
    left: -100px;
}
.addNav .owl-next:hover, .addNav .owl-prev:hover {
    opacity: 0.3;
}
.addNav .owl-next.disabled, .addNav .owl-prev.disabled {
    opacity: 0.1;
}
.mainNews .addNav .owl-next svg > *, .mainNews .addNav .owl-prev svg > * {
    height: 45px;
    stroke: #fff !important;
}
.mainNews .addNav .owl-next, .mainNews .addNav .owl-prev {
    opacity: 0.4;
}
.mainNews .addNav .owl-next:hover, .mainNews .addNav .owl-prev:hover {
    opacity: 0.6;
}
.mainNews .addNav .owl-next.disabled, .mainNews .addNav .owl-prev.disabled {
    opacity: 0.2;
}
.mainNews {
    background: #005099;
    margin: 50px 0 30px;
    padding: 23px 0 29px;
    color: #fff;
}
.mainNews .title {
    color: #ffd93d;
}
.mainNews .buttonBlock {
    margin: 31px 0 0;
}
.mainNews .button {
    color: #fff;
    border-color: inherit;
}
.mainNewsList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0 0;
}
.mainNewsList .oneNews {
    display: block;
    text-decoration: none;
    color: #fff;
}
.mainNewsList .oneNews span {
    display: block;
}
.mainNewsList .img {
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    padding: 46% 0 0;
    margin: 0 0 20px;
}
.mainNewsList .date {
    font-size: 24px;
    margin: 0 0 12px;
}
.mainNewsList .name {
    font-size: 14px;
    line-height: 1.43;
    text-decoration: underline;
}
.mainNewsList a:hover .name {
    text-decoration: none;
}
.newsList {
    margin: 30px 0 0;
}
.newsList:after {
    content: "";
    display: table;
    clear: both;
}
.newsList .oneNews {
    width: 25%;
    float: left;
    padding: 23px;
    display: block;
    text-decoration: none;
    color: #000;
}
.newsList .oneNews:nth-child(4n+1) {
    clear: left;
}
.newsList .oneNews span {
    display: block;
}
.newsList .img {
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    padding: 46% 0 0;
    margin: 0 0 20px;
}
.newsList .date {
    font-size: 24px;
    margin: 0 0 12px;
}
.newsList .name {
    font-size: 14px;
    line-height: 1.43;
    text-decoration: underline;
}
.newsList a:hover {
    background: #0055a4;
    color: #fff;
}
.newsList a:hover .name {
    text-decoration: none;
}
.commentsBlock {
    margin: 30px 0 0;
}
.commentsBlock:after {
    content: "";
    display: table;
    clear: both;
}
.commentsBlock .oneComment {
    position: relative;
    width: 25%;
    float: left;
    display: block;
    text-decoration: none;
    color: #000;
    height: 250px;
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
    transition-delay: 0s;
}
.commentsBlock .oneComment:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.commentsBlock .oneComment:nth-child(4n+1) {
    clear: left;
}
.commentsBlock .overComment {
    background: #fff;
    padding: 23px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    transition-property: background;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
    transition-delay: 0s;
}
.commentsBlock .oneComment:hover {
    color: #fff;
    z-index: 50;
    cursor: pointer;
}
.commentsBlock .oneComment:hover .overComment {
    background: #1E54A3;
}
.commentsBlock .oneComment:hover:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #1E54A3 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#1E54A3 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#1E54A3 100%);
}
.commentsBlock .name {
    font-size: 24px;
    margin: 0 0 12px;
}
.commentsBlock .commentText {
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
}
.commentsBlock .commentAdminText {
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    margin: 10px 0 0;
}
.commentsBlock .commentAdminText b {
    margin: 0 0 5px;
}
.thanksComment {
    font-size: 20px;
    padding: 15px 20px;
    color: #fff;
    background: #1E54A3;
}
.sitePopup {
    max-width: 400px;
}
.sitePopup .fancybox-container {
    font-family: inherit;
}
.sitePopup .name {
    font-size: 24px;
    margin: 0 0 12px;
}
.sitePopup .commentText {
    font-size: 14px;
    line-height: 1.43;
}
.sitePopup .commentAdminText {
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    margin: 10px 0 0;
}
.sitePopup .commentAdminText b {
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.siteFormPopup {
    background: #00519c;
    color: #fff;
    width: 345px;
    display: none;
    padding: 0;
}
.siteFormPopup .fancybox-close-small {
    color: #fff;
}
.siteFormPopup .feedbackForm {
    margin-right: 0;
}
.siteFormPopup .feedbackformBlock {
    width: auto;
    float: none;
}
.addComment-js {
    margin: 30px 0 0 20px;
}
.sendInfo {
    font-weight: bold;
    font-size: 20px;
    height: 37px;
    color: #ffcc00;
}
.widgetNewsList {
    margin: 0 0 40px;
    list-style: none;
    padding: 0;
}
.widgetNewsList .oneNews {
    margin: 15px 0 25px;
    display: block;
    text-decoration: none;
    color: #000;
}
.widgetNewsList a {
    text-decoration: none;
}
.widgetNewsList a:hover .name {
    text-decoration: underline;
}
.widgetNewsList .img {
    background-color: #eee;
    background-position: 50% 50%;
    background-size: cover;
    padding: 46% 0 0;
    margin: 0 0 10px;
}
.widgetNewsList .date {
    font-size: 24px;
    margin: 0 0 2px;
    color: #000;
}
.widgetNewsList .name {
    font-size: 14px;
    line-height: 1.43;
}
.pageBlock {
    margin: 15px 0;
}
.pageBlock .mainCatList {
    margin: 0 0 42px;
}
.speedCatalog {
    text-align: left;
    max-width: 860px;
    width: 100%;
    padding: 15px 20px 0;
    background: #fff;
    margin: 0 auto;
}
.speedCatalog .catInfoBlock .mediaBlock {
    width: 54.6%;
}
.speedCatalog .catInfoBlock .infoBlock {
    width: 45.4%;
    margin: 0;
    padding: 0 0 0 25px;
}
.speedCatalog .buttonBlock {
    margin: 30px 0 20px;
}
.speedCatalog .catFormBlock {
    display: none;
}
.speedTitle {
    font-size: 18px;
    font-weight: bold;
}
.pageContainer {
    margin: 19px 0;
}
.pageContainer:after {
    content: "";
    display: table;
    clear: both;
}
.leftSide {
    float: left;
    width: 19%;
}
.rightSide {
    float: right;
    width: 21%;
}
.leftSide + .page {
    margin: 0 0 0 21.9%;
}
.rightSide + .page {
    margin: 0 23.9% 0 0;
}
.path {
    font-size: 13px;
}
.sideNav {
    margin: 4px 0;
    padding: 0;
    list-style: none;
}
.sideNav > li {
    margin: 5px 0 0;
}
.sideNav > li:first-child {
    margin-top: 0;
}
.sideNav > li > a {
    background: #0055a4;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 11px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sideNav > li.current-cat-parent > a, .sideNav > li > a:hover {
    background: #F0C000;
    color: #000;
}
.sideNav > li.current-cat-parent > a:after {
    content: "\25bc";
    font-size: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}
.sideNav .children {
    margin: 9px 6px 14px;
    padding: 0;
    font-size: 14px;
    list-style: none;
    display: none;
}
.sideNav .current-cat-parent .children {
    display: block;
}
.sideNav .children a {
    display: inline-block;
    color: inherit;
    background: transparent;
    padding: 5px;
}
.sideNav .children .current-cat, .sideNav .children a.active {
    font-weight: bold;
    color: #0055a4;
}
.leftSide .sideNav > li > a {
    white-space: normal;
}
.filterBlock {
    background: #f5f5f5;
    margin: 23px 0 0;
}
.filterBlock .nameBlock {
    background: #ebebeb;
    padding: 14px 13px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.filterBlock .buttonBlock {
    margin: 27px 0 0;
    text-align: center;
}
.filterForm {
    padding: 10px 13px 21px;
    font-size: 14px;
}
.filterLine {
    margin: 0 0 20px;
}
.filterLine .lineName {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.filterLine select, .filterLine input[type="text"], .filterLine input[type="number"] {
    border: 2px solid #d9d9d9;
    height: 31px;
    padding: 5px;
}
.filterLine select {
    width: 100%;
}
.filterLine input[type="text"], .filterLine input[type="number"] {
    width: 37%;
}
/*  #####  */
.f_false {
    color: red;
}
.f_true {
    color: green;
}
.f_hide {
    opacity: 0.2;
}
/*  #####  */
.bigCatList {
    margin: 39px 0 94px;
}
.bigPosition {
    margin: 61px 0;
    overflow: hidden;
    position: relative;
}
.bigPosition:first-child {
    margin-top: 0;
}
.bigPosition .img {
    margin: 7px 0 0;
    float: left;
    width: 48.8%;
    border: 2px solid #e1e1e1;
    background-color: #eee;
    padding: 36.3% 0 0;
    background-size: cover;
    background-position: 50% 50%;
}
.bigPosition .info {
    margin: 0 0 0 51.85%;
}
.namePosition {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 11px;
}
.namePosition a {
    color: #000;
}
.presence {
    margin: 11px 0 0;
    color: #000;
}
.presence span {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 8px;
    border: 3px solid #e6b800;
    background: #ffcc00;
}
.priceBlock {
    margin: 5px 0;
}
.priceBlock .price {
    margin: 10px 0;
    font-size: 24px;
    color: #0055a4;
    font-weight: bold;
}
.priceBlock .oldPrice {
    font-size: 16px;
    color: #b6b6b6;
    text-decoration: line-through;
    margin: 0 0 0 8px;
}
.propertyList {
    margin: 53px 0 0;
    font-size: 14px;
    line-height: 1.29;
}
.propertyList dl {
    margin: 0 -6px;
    padding: 0;
    overflow: hidden;
}
.propertyList dl:nth-child(odd) {
    background: #f6f6f6;
}
.propertyList dt, .propertyList dd {
    margin: 0;
    padding: 9px 7px;
}
.propertyList dt {
    width: 45%;
    float: left;
}
.propertyList dd {
    width: 53%;
    float: right;
}
.smallCatList {
    margin: -10px -20px 7px;
    overflow: hidden;
}
.smallCatList:after {
    content: "";
    display: table;
    clear: both;
}
.smallPosition {
    float: left;
    width: 31.85%;
    padding: 10px;
    margin: 0 0 49px 9px;
    position: relative;
}
.smallPosition:nth-child(3n+1) {
    clear: left;
}
.smallPosition .img, .smallPosition .name, .smallPosition .priceBlock span {
    display: block;
}
.smallPosition .img {
    border: 2px solid #e1e1e1;
    background-color: #eee;
    padding: 73.3% 0 0;
    background-size: cover;
    background-position: 50% 50%;
}
.smallPosition .name {
    padding: 13px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.smallPosition a {
    color: #000;
}
.smallPosition .priceBlock .price, .smallPosition .priceBlock .oldPrice {
    margin: 0;
}
.smallPosition:hover {
    background: #0055a4;
    color: #fff;
    z-index: 50;
}
.smallPosition:hover a, .smallPosition:hover .price {
    color: #fff;
}
.smallPosition .smallInfoPos {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    padding: 7px 13px 20px 13px;
    background: #0055a4;
    color: #fff;
}
.smallPosition:nth-child(3n) .smallInfoPos {
    left: auto;
    right: 100%;
    text-align: right;
}
.smallPosition .smallInfoPos .nameBlock {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.37);
}
.smallPosition .smallInfoPos .propertyList {
    margin: 9px 0 0;
}
.smallPosition .smallInfoPos .propertyList dl {
    background: transparent;
}
.smallPosition .smallInfoPos .propertyList dt {
    display: none;
}
.smallPosition .smallInfoPos .propertyList dd {
    width: auto;
    float: none;
}
.smallPosition:hover .smallInfoPos {
    display: block;
}
.pageTextBlock {
    margin: 61px 0;
}
.partnersLine {
    margin: 38px 0 77px;
}
.partnersSlide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 0;
}
.partnersSlide .onePartnres {
    max-width: 190px;
    height: 55px;
    margin: 0 10px;
    font-size: 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.partnersSlide .onePartnres img {
    max-width: 100%;
    max-height: 100%;
}
.partnersSlide .owl-next, .partnersSlide .owl-prev {
    position: absolute;
    top: 0;
    height: 65px;
    width: 100px;
    padding: 50px 0;
    display: block;
    opacity: 0.1;
}
.partnersSlide .owl-next svg, .partnersSlide .owl-prev svg {
    height: 45px;
}
.partnersSlide .owl-next {
    right: -100px;
}
.partnersSlide .owl-prev {
    left: -100px;
}
.partnersSlide .owl-next:hover, .partnersSlide .owl-prev:hover {
    opacity: 0.2;
}
.projectRow + .projectRow {
    padding-top: 80px;
}
.projectTitle {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.projectPrice {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    display: inline-block;
    margin: 0 0 0 25px;
    color: #0055a4;
}
.shareTitle {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px;
}
.projectPropertyList {
    margin: 40px 0;
    font-size: 14px;
    line-height: 1.29;
}
.projectPropertyList dl {
    margin: 0 -6px;
    padding: 0;
    overflow: hidden;
}
.projectPropertyList dl:nth-child(even) {
    background: #f6f6f6;
}
.projectPropertyList dt, .projectPropertyList dd {
    margin: 0;
    padding: 9px 7px;
}
.projectPropertyList dt {
    width: 45%;
    float: left;
}
.projectPropertyList dd {
    width: 53%;
    float: right;
}
.projectInfoText {
    font-size: 14px;
    line-height: 21px;
    margin: 0 5% 0 0;
}
.projectInfoText p {
    margin: 21px 0 0;
}
.projectComment {
    font-size: 14px;
    line-height: 21px;
    font-style: italic;
    padding: 0 0 0 30px;
    position: relative;
}
.projectComment:after {
    content : "\201c";
    position: absolute;
    left: -9px;
    top: -3px;
    color: #0055a4;
    font-size: 88px;
    line-height: 1;
}
.projectVideo + .projectComment {
    margin: 25px 0 0;
}
.bigSlide {
    overflow: hidden;
    position: relative;
    margin: 0 0 7px;
}
.bigSlide .item {
    background-color: #ccc;
    padding: 68.761% 0 0;
    font-size: 0;
    line-height: 0;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}
.thumbSlide {
    overflow: hidden;
    position: relative;
    margin: 7px 0 0;
    padding: 0 25px;
}
.thumbSlide.owl-carousel .owl-stage {
    margin: 0 auto;
}
.thumbSlide .item {
    padding: 68.761% 0 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 4px;
}
.thumbSlide .current .item {
    box-shadow: inset 0 0 0 3px #0055a4;
}
.thumbSlide .owl-item:hover .item {
    box-shadow: inset 0 0 0 3px rgb(0, 85, 164, 0.5);
}
.thumbSlide {
    color: #fff;
}
.thumbSlide .owl-prev, .thumbSlide .owl-next {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #0055a4 !important;
    margin: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.thumbSlide .owl-prev {
    left: 0;
}
.thumbSlide .owl-next {
    right: 0;
}
.thumbSlide .disabled {
    opacity: 0.75;
    cursor: default;
}
.thumbSlide .owl-nav {
    font-size: 30px;
    line-height: 1;
}
.bigThumb {
    display: block;
    padding: 68.761% 0 0;
    font-size: 0;
    line-height: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.videoBlock {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
/* 56.25% = 16/9, 75% = 4/3 */
.videoBlock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.catInfoBlock {
    overflow: hidden;
}
.catInfoBlock .mediaBlock {
    float: left;
    width: 39.473%;
}
.catInfoBlock .infoBlock {
    float: left;
    width: 23.6%;
    margin: 0 2.45%;
}
.catInfoBlock .catFormBlock {
    float: right;
    width: 31.4%;
}
.catInfoBlock .feedbackformBlock {
    float: none;
    width: auto;
    padding: 12px 26px 45px;
}
.catInfoBlock .price {
    font-size: 30px;
    margin: 0;
}
.catInfoBlock .oldPrice {
    font-size: 16px;
    margin: 0;
}
.catAdvantages ul {
    margin: 35px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.catAdvantages li {
    margin: 12px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.catAdvantages li:after {
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffcc00;
    font-size: 30px;
    line-height: 14px;
}
.catInfoBlock .bigThumb, .catInfoBlock .bigSlide {
    background-color: #eee;
    border: 2px solid #e3e3e3;
}
.tabsNav {
    overflow: hidden;
    margin: 0 0 6px;
    position: relative;
    z-index: 10;
}
.tabsNav label {
    margin: 0 2px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 6px 12px;
    border: 3px solid #e9e9e9;
}
.tabsNav label:hover {
    background: rgb(233, 233, 233, 0.5);
}
.tabsNav label.active {
    background: #e9e9e9;
    cursor: default;
}
.tabsOver .oneTab.active {
    display: block;
}
.tabsOver .oneTab {
    display: none;
}
.catDescriptionBlock {
    margin: 65px 0 0;
}
.catDescriptionBlock .tabsNav {
}
.catDescriptionBlock .tabsNav label {
    font-size: 14px;
    border-color: #00509a;
    box-shadow: 10px 5px 0 #fff;
    margin: 0 4px 0 0;
}
.catDescriptionBlock .tabsNav label.active {
    background: #00509a;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}
.catDescriptionBlock .propertyList {
    margin: 25px 0;
}
.catContent {
    margin: 25px 0 0;
}
.pickingList {
    overflow: hidden;
    margin: -9px 0 25px;
}
.onePicking {
    overflow: hidden;
    padding: 30px 0;
    border-top: 3px solid #004f98;
}
.onePicking .thumbPicking {
    width: 32.4%;
    float: left;
    background-color: #eee;
    padding: 23% 0 0;
    font-size: 0;
    line-height: 0;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid #e3e3e3;
}
.onePicking .propertyPicking {
    width: 40.45%;
    float: left;
    margin: 0 20px;
}
.onePicking .infoPicking {
    width: 21.778%;
    float: right;
}
.onePicking .priceBlock .oldPrice {
    margin: 0;
}
.propertyPicking {
    font-size: 14px;
    line-height: 1.29;
}
.propertyPicking dl {
    margin: 0 -6px;
    padding: 0;
    overflow: hidden;
}
.propertyPicking dl:nth-child(odd) {
    background: #f6f6f6;
}
.propertyPicking dt, .propertyPicking dd {
    margin: 0;
    padding: 9px 7px;
}
.propertyPicking dt {
    width: 49%;
    float: left;
}
.propertyPicking dd {
    width: 49%;
    float: right;
}
.namePicking {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: -5px 0 10px;
}
.namePicking a {
    color: #000;
}
.orderCalculationBlock {
    background: #1C509B url("img/img/backMain.jpg") no-repeat 50% 50%;
    background-size: 100% auto;
    padding: 35px 0 65px;
    position: relative;
    color: #fff;
}
.orderCalculationBlock::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
}
.orderCalculat .title {
    color: #ffcc00;
}
.orderCalculat .textBlock {
    border: 5px solid #fff;
    border-top: 0 none;
    margin: -65px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 42px 35px;
}
.orderCalculat .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    max-width: 50%;
}
.orderCalculat .icon {
    width: 10%;
    text-align: center;
    margin: 15px 0 -15px;
}
.orderCalculat .icon:after {
    content: url("img/orderCalculat-icon.png");
}
.orderCalculat .buttonBlock .button {
    margin: 0 0 0 25px;
}
.orderCalculationBlock + .evidenceBlock {
    margin-top: 0;
}
.bestPositionCatBlock {
    margin: 50px 0;
}
.bestPositionCat {
    margin: 20px 0;
}
.bestPositionCat:after {
    content: "";
    display: table;
    clear: both;
}
.bestPositionCatLink {
    position: relative;
}
.bestPositionCatLink .img, .bestPositionCatLink .name, .bestPositionCatLink .priceBlock span {
    display: block;
}
.bestPositionCatLink .img {
    border: 2px solid #e1e1e1;
    background-color: #eee;
    padding: 73.3% 0 0;
    background-size: cover;
    background-position: 50% 50%;
}
.bestPositionCatLink .name {
    padding: 13px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.bestPositionCatLink a {
    color: #000;
}
.bestPositionCatLink .priceBlock .price, .bestPositionCatLink .priceBlock .oldPrice {
    margin: 0;
}
.error404Block {
    background: url("img/404.png") no-repeat;
    width: 780px;
    height: 410px;
    margin: 30px auto 0;
    font-weight: bold;
    padding: 211px 20px 20px 425px;
}
.feedbackLine {
    margin: 77px 0 0;
}
.feedbackLine .feedbackOver {
    margin: 38px 0 0;
}
.feedbackLine .feedbackOver:after {
    content: "";
    display: table;
    clear: both;
}
.feedbackformBlock {
    background: #00519c;
    float: right;
    width: 31.5%;
    color: #fff;
    padding: 12px 26px 65px;
}
.feedbackformBlock .stext {
    font-size: 14px;
    line-height: 1.58;
    margin: 0 0 28px;
}
.feedbackForm {
    margin: 28px 9px 0 2px;
}
.feedbackForm > div {
    margin: 20px 0 0;
}
.feedbackForm > div:first-child {
    margin-top: 0;
}
.feedbackForm input, .feedbackForm textarea {
    color: #000;
}
.feedbackForm label {
    display: block;
    padding: 7px 0 0;
    font-size: 14px;
    line-height: 1.58;
}
.feedbackForm label input[type="checkbox"] {
    float: left;
}
.feedbackForm label span {
    margin-left: 37px;
    display: block;
}
.feedbackForm label a {
    color: #fff;
}
.feedbackForm .buttonBlock {
    text-align: center;
    margin: 26px 0 0;
}
.inInfo {
    font-weight: bold;
    font-size: 18px;
    color: #ffcc00;
    margin: -5px 0 10px;
    text-align: center;
    display: none;
}
.errorIn .inInfo {
    display: block;
}
.feedbackContacts {
    float: left;
    width: 61.2%;
}
.policy a {
    font-size: 13px;
}
.callLine {
    background: #ffd93d;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.035em;
    padding: 22px 10px 25px;
}
.callLine a {
    text-decoration: none;
    border-bottom: 2px dashed transparent;
}
.callLine a:hover {
    border-bottom-color: inherit;
}
.managerList {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 18px 0 0;
}
.oneManager {
    border: 5px solid #f2f2f2;
    text-align: center;
    padding: 0 0 13px;
}
.oneManager .avatar {
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 88% 0 0;
}
.oneManager .avatar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30%;
    background: url("img/avatar-mask.png") no-repeat 50% 100%;
    background-size: 100% auto;
}
.oneManager .name {
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #171717;
    margin: 16px 0 0;
}
.oneManager .stext {
    font-size: 14px;
    line-height: 1.715;
    margin: 8px 0 0;
}
.oneManager .stext a {
    color: #171717;
    text-decoration: none;
}
.oneManager .stext a:hover {
    text-decoration: underline;
}
.companyContactsList {
    background: #F2F2F2;
    margin: 20px 0;
    padding: 26px 33px 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #171717;
    font-size: 14px;
    line-height: 1.36;
    font-weight: bold;
    position: relative;
}
.companyContactsList:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #F2F2F2;
}
.companyContactsList > div {
    max-width: 35%;
}
.companyContactsList a {
    color: #171717;
    text-decoration: none;
}
.companyContactsList a:hover {
    text-decoration: underline;
}
.contactsMap {
    margin: 0 0 -25px;
}
.contactsMap #map {
    height: 370px;
}
.contactsText {
    position: absolute;
    right: 20px;
    top: -15px;
    width: 350px;
    background: #fff;
    border: 5px solid #0055a4;
    padding: 27px 25px;
}
.contactsText h1, .contactsText h2, .contactsText h3, .contactsText h4, .contactsText h5, .contactsText h6 {
    margin: 0;
    text-transform: uppercase;
}
.contactsText p {
    margin: 0 0 30px;
}
.contactsText p:last-child {
    margin-bottom: 0;
}
.catalogGroupsList {
    margin: 0 0 20px;
    overflow: hidden;
}
.oneGroup {
    float: left;
    width: 31%;
    margin: 0 0 5.5% 3.5%;
    color: #000;
}
.oneGroup:first-child, .oneGroup:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.oneGroup .img {
    display: block;
    border: 1px solid #e3e3e3;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 75% 0 0;
    background-color: #EAF3F4;
}
.oneGroup .name {
    display: block;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
}
.searchResultList {
    overflow: hidden;
}
.searchResultList .oneResult {
    margin: 20px 0 0;
    overflow: hidden;
}
.searchResultList .oneResult:first-child {
    margin-top: 0;
}
.searchResultList .img {
    float: left;
    width: 90px;
    border: 1px solid #E3E3E3;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 68px 0 0;
    background-color: #EAF3F4;
}
.searchResultList .link {
    margin: 0 0 0 110px;
}
.footer {
    margin: 36px 0 20px;
    overflow: hidden;
}
.footer .leftBlock {
    float: left;
}
.footer .rightBlock {
    float: right;
}
.copyBlock {
    margin: 11px 0 0;
}
.socLinksBlock a {
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: url("img/soc-icons.png") no-repeat 1000px -1000px;
}
a.vkontakte {
    background-position: -60px 0;
}
a.instagram {
    background-position: -30px 0;
}
a.facebook {
    background-position: 0 0;
}
a.vkontakte:hover {
    background-position: -60px -30px;
}
a.instagram:hover {
    background-position: -30px -30px;
}
a.facebook:hover {
    background-position: 0 -30px;
}
.title {
    overflow: hidden;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.5em 0 1em;
}
.title span {
    display: inline-block;
    position: relative;
    margin: 0 0 0 25px;
    vertical-align: top;
}
.title span:after, .title span:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 5px;
    width: 100vw;
    margin: -2px 0 0;
    display: block;
    background: #e9e9e9;
}
.title span:after {
    left: 100%;
    margin: 0 0 0 9px;
}
.title span:before {
    right: 100%;
    margin: 0 9px 0 0;
}
.minTitle {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.5em 0 0.9em;
}
.microTitle {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.5em 0 0.9em;
}
.widget_last_news {
    margin: 28px 0 0;
}
/* loading */
.pageLoading {
    position: fixed;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.72);
    color: #004E96;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200000;
    transition: 0.5s linear;
}
.readyPage .pageLoading {
    opacity: 0;
    visibility: hidden;
}
.pageLoading.active {
    opacity: 1;
    visibility: visible;
}
.pageLoading .fancybox-loading {
    top: auto;
    left: auto;
    width: 125px;
    height: 125px;
    text-align: center;
    animation: unset;
}
.pageLoading .fancybox-loading:after {
    background: url(img/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 100%;
    margin: 0;
    position: absolute;
    height: 30px;
    content: "";
    display: block;
    left: 0;
    margin-top: -15px;
    top: 50%;
}
.fancybox-loading {
    display: block;
    width: 70px;
    height: 70px;
    opacity: 1;
    margin: 0;
    border: 0 none;
}
.fancybox-loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #004E96;
    border-color: #004E96 transparent #004E96 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fancybox-stage .fancybox-loading:before {
    border-color: #fff transparent #fff transparent;
}
/* loading */
.speedLinkСenter {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
}
.speedLinkBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
}
.speedLink {
    background: rgba(255,255,255,0.5);
    white-space: nowrap;
    display: inline-block;
    color: #0055a4 !important;
    border: solid 3px #ffcc00;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 4px 10px;
    text-align: center;
}
.speedLink:hover {
    background: rgba(255,255,255,0.85);
}
.bigPosition .img {
    position: relative;
}
.bigPosition:hover .speedLinkBlock, .bigPosition:hover .speedLinkСenter, .smallPosition:hover .speedLinkBlock, .smallPosition:hover .speedLinkСenter {
    opacity: 1;
    visibility: visible;
}
.button {
    background: transparent;
    white-space: nowrap;
    display: inline-block;
    border: solid 3px #ffcc00;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    min-width: 140px;
}
.button:hover {
    background: rgb(255, 204, 0, 0.5);
}
.button + .button {
    margin-left: 10px;
}
.button.minSize {
    padding: 4px 6px;
    min-width: 50px;
}
.button.middle {
    padding: 15px 20px;
    font-size: 10px;
    letter-spacing: 0;
    min-width: 140px;
}
.button.minWidth {
    min-width: 245px;
    margin: 0 18px 0 0;
}
.button.transparent {
    border-color: transparent;
    color: #2a2f62;
}
.button.transparent span {
    border-bottom: 1px dashed #f2b536;
}
.button.amber {
    color: #dfb71b;
}
.button.blue {
    color: #abd7ff;
    border-color: #abd7ff;
}
.button.amber:hover, .button.blue:hover {
    background: rgb(0, 0, 0, 0.25);
}
.button:disabled, .button.disabled {
    border-color: #C4C4C4;
    cursor: not-allowed;
}
/* Grid */
.between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.vCenter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.row {
    margin-left: -1%;
    margin-right: -1%;
}
.row.flex {
    display: flex;
    align-items: center;
}
.row.flex.stretch {
    align-items: stretch;
}
.row.flex.rowReverse {
    flex-direction: row-reverse;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row [class^='col-'] {
    display: block;
    width: 100%;
    min-height: 1px;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    position: relative;
}
.row.fixedSpaces {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.row.fixedSpaces [class^='col-'] {
    padding-left: 11px;
    padding-right: 11px;
}
.row.noSpaces {
    margin: 0;
}
.row.noSpaces [class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.col-1 {
    max-width: 8.33333%;
}
.col-2 {
    max-width: 16.66667%;
}
.col-3 {
    max-width: 25%;
}
.col-4 {
    max-width: 33.33333%;
}
.col-5 {
    max-width: 41.66667%;
}
.col-6 {
    max-width: 50%;
}
.col-7 {
    max-width: 58.33333%;
}
.col-8 {
    max-width: 66.66667%;
}
.col-9 {
    max-width: 75%;
}
.col-10 {
    max-width: 83.33333%;
}
.col-11 {
    max-width: 91.66667%;
}
.col-12 {
    max-width: 100%;
}
.col-10-10 {
    max-width: 100%;
}
.col-5-10 {
    max-width: 50%;
}
.col-4-10 {
    max-width: 25%;
}
.col-3-10 {
    max-width: 33.333%;
}
.col-2-10 {
    max-width: 20%;
}
.col-1-10 {
    max-width: 10%;
}
/*
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.offset-12 {
    margin-left: 100%;
}
*/
/* Grid */
/* Animate */
.goAnimate [class*="as-"], .goAnimate[class*="as-"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}
[class*="as-"] {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms;
    opacity: 0;
}
.as-0 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.as-1 {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms;
}
.as-2 {
    -webkit-transition-delay: 110ms;
    transition-delay: 110ms;
}
.as-3 {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.as-4 {
    -webkit-transition-delay: 310ms;
    transition-delay: 310ms;
}
.as-5 {
    -webkit-transition-delay: 410ms;
    transition-delay: 410ms;
}
.as-6 {
    -webkit-transition-delay: 510ms;
    transition-delay: 510ms;
}
.as-7 {
    -webkit-transition-delay: 610ms;
    transition-delay: 610ms;
}
.as-8 {
    -webkit-transition-delay: 710ms;
    transition-delay: 710ms;
}
.as-9 {
    -webkit-transition-delay: 810ms;
    transition-delay: 810ms;
}
.as-10 {
    -webkit-transition-delay: 910ms;
    transition-delay: 910ms;
}
.fromTop {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
.fromLeft {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
.fromRight {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
.fromTopRight {
    -webkit-transform: translate3d(100px, -50px, 0);
    transform: translate3d(100px, -50px, 0);
}
.fromTopLeft {
    -webkit-transform: translate3d(-100px, -50px, 0);
    transform: translate3d(-100px, -50px, 0);
}
.fromCenter {
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    transform: scale(0.8) translate3d(0, 0, 0);
}
.fromAbove {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
}
.fromBottom {
    visibility: hidden;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
.fromBottomLeft {
    -webkit-transform: translate3d(-100px, 50px, 0);
    transform: translate3d(-100px, 50px, 0);
}
.fromBottomRight {
    -webkit-transform: translate3d(100px, 50px, 0);
    transform: translate3d(100px, 50px, 0);
}
.fadeIn {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
.fromBlur {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.goAnimate [class*="as-"], .goAnimate[class*="as-"] {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: none;
    filter: none;
}
.doneAnimate [class*="as-"] {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
/*
.mobile [class*="as-"] {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
*/
/* Animate */
/* code */
.codeBlock {
    margin: 10px 0;
    padding: 10px;
    background: #eee;
    border: 2px solid #ccc;
    clear: both;
}
.codeBlock.error {
    background: rgb(233, 214, 141);
    border: 2px solid rgb(185, 149, 4);
}
.codeBlock pre {
    margin: 0;
    padding: 0;
}
.codeBlockHeader {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
}
/* happy end */
.backSection::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
    .city-list {
        line-height: 14px;
        max-height: 317px;
        overflow: scroll;
    }
}
.choice-city {
    position: absolute;
    background-color: #000;
    padding-top: 23px;
    padding-bottom: 34px;
    padding-left: 47px;
    padding-right: 40px;
    display: none;
    width: 100%;
    top: 30px;
    left: 0;
    max-width: 100%;
    z-index: 100;
}
.choice-city__header {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
}
.choice-city__header2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-left: -3px;
    color: #fff;
}
.choice-city__header2:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url("img/map-marker.svg") 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}
.choice-city a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
    margin-bottom: 0px;
    text-decoration: none;
    color: #ffcc00;
}
.choice-city a:hover {
    text-decoration: underline;
}
.choice-city__close {
    cursor: pointer;
    top: 17px;
    right: 19px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.353,12.646 L12.646,13.353 L7.000,7.707 L1.353,13.353 L0.646,12.646 L6.293,7.000 L0.646,1.354 L1.353,0.646 L7.000,6.293 L12.646,0.646 L13.353,1.354 L7.707,7.000 L13.353,12.646 Z'/%3E%3C/svg%3E");
    background-size: cover;
}
#sitemap_authors {
    display: none;
}
#sitemap_pages h3 {
    margin-top:0;
}
.subCategoryGroupsList {
    overflow: hidden;
    margin-bottom:15px;
}
.subCategoryGroupsList a {
    display: inline-block;
    padding: 4px 7px;
    margin:5px;
    color: #000;
    width:23%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.name-wrapper {
    height: 40px;
    overflow: hidden;
}
.subCategoryGroupsList .display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.subCategoryGroupsList .display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align:middle;
}
.display-table-cell p {
    margin: 0;
    font-size: 14px;
}
.speedLink:before {
    content: "БЫСТРЫЙ ПРОСМОТР";
}
.speedLink {
    display:none;
}
.priceBlock {
    position: relative;
}
.smallPosition .name {
    position: relative;
    z-index: 2;
}
.presence {
    position: relative;
}
.smallCatList {
    display: flex;
    flex-wrap: wrap;
}
.f_hide {
    display: none;
}
.propertyList dt, .propertyList dd {
    padding: 2px!important;
}
/* Theme UI layer. These rules intentionally follow the legacy component styles. */
:root {
    --kam-bg: #f4f7fb;
    --kam-surface: #ffffff;
    --kam-surface-soft: #f8fafc;
    --kam-text: #172033;
    --kam-muted: #667085;
    --kam-border: #d9e2ef;
    --kam-accent: #0055a4;
    --kam-accent-soft: rgba(0, 85, 164, 0.08);
    --kam-warn: #f0c000;
    --kam-radius: 16px;
    --kam-radius-sm: 12px;
    --kam-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    --kam-shadow-soft: 0 2px 10px rgba(15, 23, 42, 0.04);
}
html {
    scroll-behavior: smooth;
}
body {
    background: var(--kam-bg);
    color: var(--kam-text);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
    color: var(--kam-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}
a:hover {
    color: #003d76;
}
img {
    display: block;
}
:where(a, button, input, textarea, select, label, .button, .showNav, .overlayClose, .speedLinkBlock):focus, :where(a, button, input, textarea, select, label, .button, .showNav, .overlayClose, .speedLinkBlock):focus-visible {
    outline: 2px solid rgba(0, 85, 164, 0.24);
    outline-offset: 2px;
}
.wr {
    max-width: 1160px;
}
.topLine {
    background: #0f172a;
    color: #d7e0ec;
    padding: 6px 0;
    font-size: 12px;
}
.topLine .wr {
    overflow: visible;
}
.topNav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}
.topNav a {
    margin: 0;
    padding: 0;
    letter-spacing: 0.03em;
}
.headerLine {
    padding: 18px 0;
}
.headerLine .wr {
    gap: 16px;
}
.logo {
    max-width: 360px;
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.04em;
}
.logo:before {
    margin-right: 10px;
    border-right-color: transparent;
    background-size: contain;
}
.managerContacts {
    font-size: 13px;
    line-height: 1.45;
}
.feedbackLink {
    margin-left: 12px;
}
.companyContacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
    gap: 5px;
    min-width: 220px;
    margin: 0 0 0 auto;
    padding: 7px 0 7px 22px;
    border-left: 1px solid var(--kam-border);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
}
.companyContacts a {
    display: block;
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 0.03em;
    white-space: nowrap;
    border-bottom-width: 1px;
}
.companyContacts a:last-child {
    font-size: 12px;
    letter-spacing: 0.1em;
}
.home .companyContacts {
    border-left-color: rgba(255, 255, 255, 0.34);
}
.pageBlock, .pageTextBlock, .portfolioProducts, .partnersLine, .feedbackLine, .productDescription, .bestPositionCatBlock, .mainNews {
    margin-top: clamp(24px, 4vw, 48px);
}
.pageBlock {
    margin-bottom: 0;
}
.pageBlock .mainCatList {
    margin-bottom: 24px;
}
.title {
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.15;
    letter-spacing: 0.03em;
    margin: 0 0 18px;
}
.title span {
    margin-left: 0;
    padding-left: 12px;
}
.title span:before, .title span:after {
    height: 1px;
    margin-top: 0;
    background: #d7e1ec;
}
.text {
    color: var(--kam-text);
    line-height: 1.7;
    max-width: 72ch;
}
.text p {
    margin: 0 0 1em;
}
.text h1 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    color: var(--kam-text);
    margin: 0 0 18px;
}
.text h2 {
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.25;
    margin: 1.2em 0 0.55em;
}
.text h3 {
    font-size: 17px;
    line-height: 1.35;
}
.text h4 {
    font-size: 15px;
}
.text h5 {
    font-size: 14px;
}
.text h6 {
    font-size: 12px;
}
.text q, .text blockquote {
    margin: 18px 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--kam-surface-soft);
    color: var(--kam-text);
    border-left: 4px solid var(--kam-accent);
}
.text q:after, .text q:before, .text blockquote:after, .text blockquote:before {
    content: "";
}
.text table {
    display: block;
    width: 100%;
    margin: 24px 0;
    border: 1px solid var(--kam-border);
    border-radius: 14px;
    overflow-x: auto;
    background: var(--kam-surface);
}
.text th {
    background: #f3f6fb;
    color: var(--kam-text);
    padding: 12px 14px;
    font-size: 12px;
    letter-spacing: 0.04em;
}
.text td {
    padding: 12px 14px;
    border-color: #edf1f7;
}
.text ul {
    padding-left: 0;
}
.text ul li {
    padding-left: 22px;
}
.text ol li {
    padding-left: 22px;
}
.button {
    min-width: 0;
    padding: 10px 16px;
    border-width: 2px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.15;
    letter-spacing: 0.08em;
    box-shadow: none;
}
.button:hover {
    background: rgba(255, 204, 0, 0.18);
}
.button.minSize {
    padding: 8px 12px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], textarea, select {
    background: var(--kam-surface);
    border: 1px solid var(--kam-border);
    border-radius: 12px;
    min-height: 44px;
    padding: 10px 14px;
    box-shadow: var(--kam-shadow-soft);
}
textarea {
    min-height: 120px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
    border-color: var(--kam-accent);
}
.mainCatList {
    gap: 10px;
    flex-wrap: wrap;
}
.mainCatList a {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 14px 12px;
    border-radius: 12px;
    white-space: normal;
    line-height: 1.3;
    box-shadow: var(--kam-shadow-soft);
}
.newsList, .catalogGroupsList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    overflow: visible;
}
.newsList:after, .catalogGroupsList:after {
    display: none;
}
.newsList .oneNews, .catalogGroupsList .oneGroup {
    float: none;
    width: auto;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--kam-border);
    border-radius: 16px;
    background: var(--kam-surface);
    box-shadow: var(--kam-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.newsList .oneNews:hover, .catalogGroupsList .oneGroup:hover {
    background: var(--kam-surface);
    color: inherit;
    border-color: #bfd0e6;
    box-shadow: var(--kam-shadow);
    transform: translateY(-1px);
}
.newsList .oneNews:nth-child(4n+1) {
    clear: none;
}
.newsList .oneNews span, .catalogGroupsList .oneGroup span {
    display: block;
}
.newsList .img, .catalogGroupsList .img {
    border-radius: 12px;
    margin-bottom: 14px;
}
.newsList .date, .widgetNewsList .date {
    font-size: 18px;
    margin-bottom: 8px;
}
.newsList .name, .widgetNewsList .name, .catalogGroupsList .name {
    font-size: 15px;
    line-height: 1.45;
}
.searchResultList {
    overflow: visible;
}
.searchResultList .oneResult {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--kam-border);
}
.searchResultList .img {
    float: none;
    flex: 0 0 96px;
    width: 96px;
    border-radius: 12px;
}
.searchResultList .link {
    margin: 0;
    align-self: center;
}
.searchResultList .link a {
    color: var(--kam-text);
}
.pageNav {
    margin: 36px 0 20px;
}
.pageNav span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    border-radius: 12px;
}
.pageNav a {
    border-radius: 12px;
    padding: 11px 16px;
    background: var(--kam-accent);
}
.pageNav a.allLink {
    background: #eef3f9;
    color: var(--kam-text);
}
.pageNav a span {
    max-width: 260px;
}
.path {
    color: var(--kam-muted);
}
.pageContainer {
    margin: 12px 0;
}
.leftSide + .page {
    margin-left: 21%;
}
.rightSide + .page {
    margin-right: 24%;
}
.sideNav {
    margin: 0;
}
.sideNav > li {
    margin-top: 8px;
}
.sideNav > li > a {
    padding: 12px;
    border-radius: 12px;
}
.sideNav .children {
    margin: 10px 6px 12px;
}
.filterBlock {
    margin-top: 20px;
    border: 1px solid var(--kam-border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--kam-surface-soft);
    box-shadow: var(--kam-shadow-soft);
}
.filterBlock .nameBlock {
    background: #eef3f8;
    padding: 12px 14px;
}
.filterForm {
    padding: 14px;
}
.filterLine select, .filterLine input[type="text"], .filterLine input[type="number"] {
    border: 1px solid var(--kam-border);
    border-radius: 10px;
    height: 40px;
    box-shadow: none;
}
.bigCatList {
    margin: 30px 0 72px;
}
.bigPosition {
    margin: 44px 0;
}
.bigPosition .img {
    border-radius: 16px;
    border-color: var(--kam-border);
    background-color: #f3f6fa;
}
.bigPosition .info {
    margin-left: 51.2%;
}
.namePosition {
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.25;
    margin-bottom: 8px;
}
.presence {
    margin-top: 12px;
}
.presence span {
    border-width: 2px;
    border-radius: 999px;
    padding: 4px 10px;
}
.priceBlock .price {
    font-size: 22px;
}
.propertyList {
    margin-top: 28px;
}
.propertyList dt, .propertyList dd, .projectPropertyList dt, .projectPropertyList dd {
    padding: 8px 10px;
}
.smallCatList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 0 0 12px;
}
.smallCatList:after {
    display: none;
}
.smallPosition {
    float: none;
    width: auto;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--kam-border);
    border-radius: 14px;
    background: var(--kam-surface);
}
.smallPosition .img {
    margin: 0;
    border-radius: 10px;
}
.smallPosition:hover {
    background: var(--kam-surface);
    color: var(--kam-text);
}
.smallPosition .name {
    padding-top: 9px;
    line-height: 1.3;
}
.smallPosition .presence {
    margin-top: 9px;
}
.smallPosition .priceBlock {
    margin-top: 7px;
}
.smallPosition .smallInfoPos {
    border-radius: 16px;
}
.smallPosition .smallInfoPos .propertyList {
    font-size: 12px!important;
}
.smallPosition .smallInfoPos .propertyList dt {
    display: block!important;
}
.smallPosition .smallInfoPos .propertyList dd {
    float: right!important;
}
.smallPosition:hover .smallInfoPos {
    display: block;
}
.bigSlide, .bigThumb, .thumbSlide {
    border-radius: 16px;
    overflow: hidden;
}
.thumbSlide {
    padding: 0 22px;
}
.thumbSlide .item {
    border-radius: 10px;
}
.tabsNav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.tabsNav label {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid var(--kam-border);
    border-radius: 999px;
    background: var(--kam-surface);
    color: var(--kam-text);
    box-shadow: var(--kam-shadow-soft);
}
.tabsNav label:hover {
    background: #f4f7fb;
}
.tabsNav label.active {
    background: var(--kam-accent);
    border-color: var(--kam-accent);
    color: #fff;
}
.catDescriptionBlock {
    margin-top: 48px;
}
.catDescriptionBlock .tabsNav label {
    box-shadow: none;
}
.catDescriptionBlock .tabsNav label.active {
    background: var(--kam-accent);
    color: #fff;
}
.catInfoBlock .bigThumb, .catInfoBlock .bigSlide {
    border-radius: 16px;
    border: 1px solid var(--kam-border);
}
.catInfoBlock .price {
    font-size: 28px;
}
.catAdvantages ul {
    margin: 24px 0;
}
.projectRow + .projectRow {
    padding-top: 56px;
}
.projectTitle {
    margin-bottom: 14px;
}
.projectInfoText {
    max-width: 72ch;
}
.projectComment {
    padding-left: 24px;
}
.projectComment:after {
    left: -4px;
    top: -3px;
    font-size: 72px;
    color: var(--kam-accent);
}
.feedbackLine {
    margin-top: 48px;
}
.feedbackLine .feedbackOver {
    margin-top: 24px;
}
.feedbackformBlock, .oneManager, .contactsText, .sitePopup, .siteFormPopup {
    border-radius: 16px;
    box-shadow: var(--kam-shadow-soft);
}
.oneManager {
    border: 1px solid var(--kam-border);
    background: var(--kam-surface);
    overflow: hidden;
}
.oneManager .name {
    font-size: 18px;
    margin-top: 14px;
}
.companyContactsList {
    border-radius: 16px;
    padding: 22px 24px;
    gap: 18px;
}
.contactsMap {
    margin-bottom: 0;
}
.contactsText {
    border: 1px solid var(--kam-border);
    padding: 22px 20px;
}
.footer {
    margin: 24px 0 12px;
    padding-top: 14px;
    border-top: 1px solid var(--kam-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.footer .leftBlock, .footer .rightBlock {
    float: none;
}
.policy {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}
.choice-city {
    background: #0f172a;
    color: #fff;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--kam-shadow);
    padding: 20px 24px;
}
.choice-city__header {
    font-size: 22px;
    margin-bottom: 8px;
}
.choice-city__header2 {
    font-size: 18px;
    margin-bottom: 18px;
}
.choice-city a {
    font-size: 12px;
    line-height: 1.8;
}
.topMain {
    margin: -120px 0 28px;
    padding: 190px 0 10px;
}
.topMain .textBlock {
    border-width: 3px;
    padding: 22px 34px 22px 18px;
}
.mainInfoBlock {
    margin-bottom: 124px;
}
.bestPosition {
    margin: 30px 0 36px;
}
.evidenceBlock {
    margin-top: 52px;
    padding: 22px 0 32px;
}
.evidenceBlock .name {
    font-size: 40px;
}
.mainServiceBlock {
    padding: 18px 0 56px;
}
.portfolioProducts {
    margin: 28px 0 44px;
}
.mainNews {
    margin: 34px 0 24px;
    padding: 20px 0 24px;
}
.partnersLine {
    margin: 30px 0 58px;
}
.pageTextBlock {
    margin: 48px 0;
}
.feedbackLine {
    margin-top: 56px;
}
.mainMaps {
    min-height: 480px;
    padding-bottom: 72px;
}
.orderCalculationBlock {
    background-color: #0f2f5b;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 34px;
    padding: 30px 0 58px;
}
.orderCalculationBlock::before {
    opacity: 0.72;
}
.orderCalculat .title {
    margin: 0;
    align-self: center;
    max-width: 260px;
    padding-top: 0;
}
.orderCalculat .title span {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}
.orderCalculat .title span:before, .orderCalculat .title span:after {
    display: none;
}
.orderCalculat {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}
.orderCalculat .textBlock {
    border-width: 3px;
    margin: 0;
    padding: 24px 24px 20px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    column-gap: 18px;
    row-gap: 12px;
    align-items: center;
    align-self: center;
    min-width: 0;
}
.orderCalculat .icon {
    grid-column: 1;
    width: 60px;
    margin: 0;
}
.orderCalculat .text {
    color: #f4f8ff;
    font-size: 16px;
    line-height: 1.55;
    grid-column: 2;
    min-width: 0;
    max-width: none;
}
.orderCalculat .buttonBlock {
    grid-column: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    justify-self: end;
    align-self: center;
    margin-left: 0;
    padding-top: 2px;
    min-width: 0;
}
.orderCalculat .buttonBlock .button {
    margin: 0;
    min-width: 172px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}
.orderCalculat .button.amber {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #0f172a;
}
.orderCalculat .button.amber:hover {
    background: #ffe05b;
}
.orderCalculat .button.blue {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.88);
    color: #fff;
}
.orderCalculat .button.blue:hover {
    background: rgba(255, 255, 255, 0.14);
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/* Homepage contrast and the intentionally empty footer panel. */
.home .topMain .textBlock .text {
    color: #f7fbff;
}
.home .topMain .textBlock .text p {
    color: inherit;
}
.home .evidenceBlock {
    background: #ffcc00;
    color: #10233f;
}
.home .evidenceBlock .name {
    color: #0055a4;
}
.home .evidenceBlock .stext {
    color: #10233f;
}
.home .mainServiceBlock {
    background-color: #122f50;
}
.home .mainServiceBlock .title {
    color: #ffcc00;
}
.home .mainServiceBlock .stext {
    color: #f7fbff;
}
.home .mainNews {
    background: #07579e;
}
.home .mainNews .title {
    color: #ffcc00;
}
.feedbackformBlock:empty, .feedbackformBlock:not(:has(*)) {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 20px 24px 20px 78px;
    overflow: hidden;
    background: linear-gradient(135deg, #07579e 0%, #0d3f70 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.feedbackformBlock:empty::before, .feedbackformBlock:not(:has(*))::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 38px;
    height: 38px;
    border: 2px solid #ffcc00;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 7px rgba(255, 204, 0, 0.08);
}
.feedbackformBlock:empty::after, .feedbackformBlock:not(:has(*))::after {
    content: "Есть вопросы по оборудованию?\A Мы на связи.";
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    white-space: pre-line;
}
/* Keep homepage category controls centered at every desktop width. */
.home .mainCatList {
    gap: 8px;
}
.home .mainCatList a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    padding: 12px 10px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
}
.headerLine .feedbackLink .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    line-height: 1.2;
    text-align: center;
}
/* The old pseudo-element created a detached gray strip to the left. */
.companyContactsList::after {
    display: none;
}
/* Finish the empty footer area as a deliberate brand panel. */
.feedbackLine .feedbackformBlock:empty, .feedbackLine .feedbackformBlock:not(:has(*)) {
    min-height: 96px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px;
}
.feedbackLine .feedbackformBlock:not(:empty) {
    padding: 28px 28px 30px;
}
.feedbackLine .feedbackformBlock:not(:empty) .minTitle {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}
.feedbackLine .feedbackformBlock:not(:empty) .stext {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.45;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm > div {
    margin: 0;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm input[type="text"],
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm input[type="email"],
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm input[type="tel"],
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm textarea {
    display: block;
    width: 100%;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm textarea {
    min-height: 104px;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm label {
    position: relative;
    display: block;
    padding: 0 0 0 24px;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm label input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    float: none;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm label span {
    display: block;
    margin-left: 0;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm label .inInfo {
    padding: 0;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm .buttonInfo:empty {
    display: none;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm .buttonBlock {
    margin: 0;
}
.feedbackLine .feedbackformBlock:not(:empty) .feedbackForm .button {
    width: 100%;
    min-width: 0;
    margin: 0;
}
.catInfoBlock .catFormBlock {
    padding-left: 12px;
    padding-right: 12px;
}
.catInfoBlock .priceNotice {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--kam-accent);
    border-radius: 10px;
    background: #fff8d6;
    color: var(--kam-text);
    font-size: 13px;
    line-height: 1.45;
}
.catInfoBlock .priceNotice strong {
    color: var(--kam-text);
}
.catInfoBlock .catFormBlock .feedbackformBlock {
    padding-left: 22px;
    padding-right: 22px;
}
@media screen and (min-width: 769px) {
    .feedbackLine {
        padding-bottom: 32px;
    }
}
button.button {
    cursor: pointer;
    font-family: inherit;
}
button.button:disabled {
    cursor: wait;
    opacity: 0.62;
}
.topMain .button--secondary {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.topMain .button--secondary:hover,
.topMain .button--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
}
.mobileConversionBar {
    display: none;
}
/* Keep the desktop navigation inside the top bar so the page below does not wrap around floats. */
.topLine > .wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 36px;
    overflow: visible;
}
.topLine > .wr > .leftBlock, .topLine > .wr > .rightBlock {
    float: none;
}
.topLine > .wr > .leftBlock {
    flex: 1 1 auto;
    min-width: 0;
}
.topLine > .wr > .rightBlock {
    flex: 0 0 200px;
}
.topNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topNav li {
    display: block;
}
.topNav a {
    display: inline-block;
    margin: 0;
    padding: 4px 0;
    line-height: 1.2;
    white-space: nowrap;
}
/* The desktop search field has its own compact layout inside the dark top bar. */
.topLine .topSearch {
    flex: 0 0 200px;
    width: 200px;
}
.topLine .topSearch form {
    position: relative;
    width: 100%;
}
.topLine .topSearch .search-field {
    display: block;
    width: 100%;
    height: 32px;
    min-height: 32px;
    padding: 6px 38px 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
    font-size: 13px;
    line-height: 18px;
}
.topLine .topSearch .search-field::placeholder {
    color: #c4d2e2;
    opacity: 1;
}
.topLine .topSearch .search-field:focus {
    border-color: #ffcc00;
    background: rgba(255, 255, 255, 0.12);
}
.topLine .topSearch .search-submit {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
    opacity: 0.78;
}
.topLine .topSearch .search-submit:hover, .topLine .topSearch .search-submit:focus {
    background-color: rgba(255, 204, 0, 0.18);
    opacity: 1;
}
/* Keep product hover light and structured instead of filling the whole card blue. */
@media (hover: hover) and (pointer: fine) {
    .smallPosition {
        transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }
    .smallPosition:hover, .smallPosition:focus-within {
        background: var(--kam-surface);
        color: var(--kam-text);
        border-color: #c8d8ea;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
        transform: translateY(-2px);
    }
    .smallPosition:hover a, .smallPosition:focus-within a {
        color: var(--kam-text);
    }
    .smallPosition:hover .price, .smallPosition:focus-within .price {
        color: var(--kam-accent);
    }
    .smallPosition:hover .oldPrice, .smallPosition:focus-within .oldPrice {
        color: var(--kam-muted);
    }
}
/* Dynamic catalog mega menu */
.catalogMobileMenu {
    display: none;
}
.topLine {
    position: relative;
    z-index: 300;
}
.topLine .topNav > .menu-item-catalog-mega {
    position: static;
}
.topLine .topNav > .menu-item-catalog-mega > .catalogMegaMenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 200;
    visibility: hidden;
    width: min(1160px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    height: min(78vh, 720px);
    max-height: min(78vh, 720px);
    overflow: hidden;
    border: 1px solid var(--kam-border);
    border-radius: 0 0 var(--kam-radius-sm) var(--kam-radius-sm);
    background: var(--kam-surface);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}
.topLine .topNav > .menu-item-catalog-mega.is-open > .catalogMegaMenu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.catalogMegaMenu__layout {
    display: grid;
    grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
    height: 100%;
    min-height: 0;
}
.catalogMegaMenu__sidebar {
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    border-right: 1px solid var(--kam-border);
    background: var(--kam-surface-soft);
}
.catalogMegaMenu__categories {
    margin: 0;
    padding: 12px 0;
    list-style: none;
}
.catalogMegaMenu__category-link {
    display: block;
    padding: 12px 18px;
    color: var(--kam-text) !important;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
    white-space: normal;
}
/* The top navigation has generic link rules; keep them from compressing the catalog panes. */
.topLine .catalogMegaMenu a {
    margin: 0;
    white-space: normal;
}
.topLine .catalogMegaMenu .catalogMegaMenu__category-link, .optionalNavBlock .catalogMegaMenu .catalogMegaMenu__category-link {
    width: 100%;
    padding: 10px 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.catalogMegaMenu__category-link:hover, .catalogMegaMenu__category-link:focus-visible, .catalogMegaMenu__category.is-active > .catalogMegaMenu__category-link {
    background: var(--kam-accent-soft);
    color: var(--kam-accent) !important;
}
.topLine .catalogMegaMenu__category-link:hover, .topLine .catalogMegaMenu__category-link:focus-visible, .topLine .catalogMegaMenu__category.is-active > .catalogMegaMenu__category-link {
    background: #e8f1f8;
    color: #075a96 !important;
}
.topLine .catalogMegaMenu .catalogMegaMenu__card-title, .topLine .catalogMegaMenu .catalogMegaMenu__card-links a, .topLine .catalogMegaMenu .catalogMegaMenu__product-link, .topLine .catalogMegaMenu .catalogMegaMenu__empty-link {
    color: var(--kam-text) !important;
}
.catalogMegaMenu__content {
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 24px 28px 28px;
    background: #f7f9fc;
}
.catalogMegaMenu__panel[hidden] {
    display: none;
}
.topLine .catalogMegaMenu__panel {
    padding: 4px 6px 12px;
}
.catalogMegaMenu__panel-title {
    display: block;
    margin: 0 0 26px;
    padding: 0 0 16px;
    border-bottom: 2px solid #dce7f1;
    color: #142a44 !important;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.15;
    text-decoration: none;
}
.catalogMegaMenu__panel-title:hover, .catalogMegaMenu__panel-title:focus-visible {
    color: var(--kam-accent) !important;
}
.catalogMegaMenu__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 40px;
}
.catalogMegaMenu__card {
    min-width: 0;
}
.catalogMegaMenu__card-title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--kam-text) !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}
.topLine .catalogMegaMenu .catalogMegaMenu__card-title, .optionalNavBlock .catalogMegaMenu .catalogMegaMenu__card-title {
    display: flex;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.005em;
}
.catalogMegaMenu__card-title:hover, .catalogMegaMenu__card-title:focus-visible {
    color: var(--kam-accent) !important;
}
.catalogMegaMenu__card-image {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border: 1px solid var(--kam-border);
    border-radius: 8px;
    background: var(--kam-surface-soft) center / cover no-repeat;
}
.catalogMegaMenu__card-links {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
.catalogMegaMenu__card-links a, .catalogMegaMenu__empty-link {
    display: block;
    padding: 4px 0;
    color: var(--kam-text) !important;
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    text-decoration: none;
}
.topLine .catalogMegaMenu .catalogMegaMenu__card-links a, .topLine .catalogMegaMenu .catalogMegaMenu__empty-link, .optionalNavBlock .catalogMegaMenu .catalogMegaMenu__card-links a, .optionalNavBlock .catalogMegaMenu .catalogMegaMenu__empty-link {
    display: block;
    padding: 4px 0;
    font-weight: 400;
    letter-spacing: 0.005em;
}
.catalogMegaMenu__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    align-items: start;
}
.catalogMegaMenu__product {
    min-width: 0;
    min-height: 100%;
    padding: 14px;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.catalogMegaMenu__product:hover, .catalogMegaMenu__product:focus-within {
    border-color: #b9d1e4;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}
.catalogMegaMenu__product-link {
    display: block;
    color: #26364d !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}
.topLine .catalogMegaMenu .catalogMegaMenu__product-link, .optionalNavBlock .catalogMegaMenu .catalogMegaMenu__product-link {
    display: block;
    min-width: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.005em;
    overflow-wrap: anywhere;
}
.catalogMegaMenu__product-link:hover, .catalogMegaMenu__product-link:focus-visible {
    color: #075a96 !important;
}
.catalogMegaMenu__product-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    margin-bottom: 10px;
    border: 1px solid #e1e8ef;
    border-radius: 8px;
    background: #f3f6f9 center / cover no-repeat;
}
.catalogMegaMenu__product-name {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}
.catalogMegaMenu__card-links a:hover, .catalogMegaMenu__card-links a:focus-visible, .catalogMegaMenu__empty-link:hover, .catalogMegaMenu__empty-link:focus-visible {
    color: var(--kam-accent) !important;
    text-decoration: underline;
}
/* The catalog trigger is lighter than the other navigation links and exposes its state. */
.topLine .topNav > .menu-item-catalog-mega > a, .optionalNavBlock .topNav > .menu-item-catalog-mega > a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
}
.topLine .topNav > .menu-item-catalog-mega > a {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}
.topLine .topNav > .menu-item-catalog-mega > a::after, .optionalNavBlock .topNav > .menu-item-catalog-mega > a::after {
    display: none;
    content: none;
}
.topLine .topNav > .menu-item-catalog-mega > a:hover, .topLine .topNav > .menu-item-catalog-mega > a:focus-visible, .optionalNavBlock .topNav > .menu-item-catalog-mega > a:hover, .optionalNavBlock .topNav > .menu-item-catalog-mega > a:focus-visible {
    text-decoration: none;
}
.catalogMegaMenu__trigger-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 18px;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
.topLine .topNav .catalogMegaMenu__category-link {
    color: #637589 !important;
}
.topLine .topNav .catalogMegaMenu__category.is-active > .catalogMegaMenu__category-link {
    background: #edf4f8;
    color: #5c88a7 !important;
}
.topLine .topNav .catalogMegaMenu__panel-title {
    margin: 0 0 32px;
    padding-bottom: 18px;
    color: #536b80 !important;
}
.topLine .topNav .catalogMegaMenu__card-title, .topLine .topNav .catalogMegaMenu__card-links a, .topLine .topNav .catalogMegaMenu__product-link, .topLine .topNav .catalogMegaMenu__empty-link {
    color: #637589 !important;
}
.topLine .topNav .catalogMegaMenu__category-link, .topLine .topNav .catalogMegaMenu__panel-title, .topLine .topNav .catalogMegaMenu__card-title, .topLine .topNav .catalogMegaMenu__card-links a, .topLine .topNav .catalogMegaMenu__product-link, .topLine .topNav .catalogMegaMenu__empty-link {
    text-decoration: none !important;
}
.topLine .topNav .catalogMegaMenu__category-link:hover, .topLine .topNav .catalogMegaMenu__category-link:focus-visible, .topLine .topNav .catalogMegaMenu__panel-title:hover, .topLine .topNav .catalogMegaMenu__panel-title:focus-visible, .topLine .topNav .catalogMegaMenu__card-title:hover, .topLine .topNav .catalogMegaMenu__card-title:focus-visible, .topLine .topNav .catalogMegaMenu__card-links a:hover, .topLine .topNav .catalogMegaMenu__card-links a:focus-visible, .topLine .topNav .catalogMegaMenu__product-link:hover, .topLine .topNav .catalogMegaMenu__product-link:focus-visible, .topLine .topNav .catalogMegaMenu__empty-link:hover, .topLine .topNav .catalogMegaMenu__empty-link:focus-visible {
    color: #5c88a7 !important;
    text-decoration: none !important;
}
.bigCatList {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bigCatList .bigPosition {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 28px;
    margin: 0;
    padding: 18px;
    overflow: visible;
    border: 1px solid var(--kam-border);
    border-radius: 18px;
    background: var(--kam-surface);
    box-shadow: var(--kam-shadow-soft);
}
.bigCatList .bigPosition .img {
    float: none;
    width: auto;
    height: clamp(220px, 24vw, 300px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--kam-border);
    border-radius: 14px;
    background-color: #f3f6fa;
}
.bigCatList .bigPosition .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 8px 4px;
}
.bigCatList .bigPosition .namePosition {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.25;
}
.bigCatList .bigPosition .namePosition a {
    color: var(--kam-text);
    text-decoration: none;
}
.bigCatList .bigPosition .namePosition a:hover,
.bigCatList .bigPosition .namePosition a:focus-visible {
    color: var(--kam-accent);
}
.bigCatList .bigPosition .priceBlock {
    margin-top: 16px;
}
.bigCatList .bigPosition .bigPosition__image-link {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
}
.bigCatList .bigPosition .speedLinkBlock {
    z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
    .topLine .topNav > .menu-item-catalog-mega > .catalogMegaMenu {
        transition: none;
    }
}

/* Compact product cards in the desktop mega menu without reducing readability. */
@media screen and (min-width: 769px) {
    .topLine .catalogMegaMenu__content {
        padding: 18px 22px 22px;
    }
    .topLine .catalogMegaMenu__panel {
        padding: 2px 4px 8px;
    }
    .topLine .catalogMegaMenu__panel-title {
        margin-bottom: 18px;
        padding-bottom: 12px;
        font-size: clamp(24px, 2.5vw, 32px);
    }
    .topLine .catalogMegaMenu__products {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 34px;
        align-items: start;
    }
    .topLine .catalogMegaMenu__product {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .topLine .catalogMegaMenu__product:hover,
    .topLine .catalogMegaMenu__product:focus-within {
        border-color: transparent;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .topLine .catalogMegaMenu__product-image {
        flex: 0 0 96px;
        width: 96px;
        height: 96px;
        margin: 0;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .topLine .catalogMegaMenu__product-link {
        align-items: center;
        gap: 16px;
        height: auto;
        font-size: 17px;
        line-height: 1.25;
    }
    .topLine .catalogMegaMenu .catalogMegaMenu__product-link {
        display: flex;
    }
    .topLine .catalogMegaMenu__product-name {
        display: block;
        overflow: visible;
    }
    .topLine .catalogMegaMenu__cards {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 34px;
        align-items: start;
    }
    .topLine .catalogMegaMenu__card {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .topLine .catalogMegaMenu__card-title {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        font-size: 17px;
        line-height: 1.25;
    }
    .topLine .catalogMegaMenu__card-image {
        flex: 0 0 96px;
        width: 96px;
        height: 96px;
        border-radius: 8px;
        background-size: contain;
    }
    .topLine .catalogMegaMenu__card-title > span:last-child {
        display: block;
        overflow: visible;
    }
}

/* News article and navigation controls. */
.pageBlock .newsText {
    max-width: 760px;
    margin: 28px 0 0;
    padding: 28px 32px 32px;
    border: 1px solid var(--kam-border);
    border-radius: 18px;
    background: var(--kam-surface);
    box-shadow: var(--kam-shadow-soft);
}
.pageBlock .newsDate {
    margin: 0 0 10px;
    color: var(--kam-muted);
    font-size: 15px;
    letter-spacing: 0.04em;
}
.pageBlock .newsName {
    margin: 0 0 24px;
    color: var(--kam-text);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
}
.pageBlock .newsText .text {
    max-width: 68ch;
    color: #35465c;
    font-size: 17px;
    line-height: 1.7;
}
.pageBlock .newsText .text p {
    margin: 0 0 18px;
}
.pageBlock .pageNav {
    display: flex;
    justify-content: center;
    margin: 28px 0 20px;
}
.pageBlock .pageNav > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pageBlock .pageNav > span > a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--kam-accent);
    border-radius: 10px;
    background: var(--kam-accent);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.pageBlock .pageNav > span > a:hover,
.pageBlock .pageNav > span > a:focus-visible {
    border-color: #08477e;
    background: #08477e;
    color: #fff !important;
    text-decoration: none !important;
}
.pageBlock .pageNav > span > .allLink {
    border-color: var(--kam-warn);
    background: var(--kam-warn);
    color: #172033 !important;
}
.pageBlock .pageNav > span > .allLink:hover,
.pageBlock .pageNav > span > .allLink:focus-visible {
    border-color: #f6d34d;
    background: #f6d34d;
    color: #172033 !important;
}

/* Catalog pagination. */
.catalogPagination {
    margin: 26px 0 38px;
}
.catalogPagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalogPagination ul.page-numbers > li > .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--kam-border);
    border-radius: 10px;
    background: #edf4f8;
    color: #075a96;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}
.catalogPagination a.page-numbers:hover,
.catalogPagination a.page-numbers:focus-visible {
    border-color: #9dbbd5;
    background: #edf4f8;
    color: var(--kam-accent);
    text-decoration: none;
    transform: translateY(-1px);
}
.catalogPagination .page-numbers.current,
.catalogPagination .page-numbers[aria-current="page"] {
    border-color: var(--kam-accent) !important;
    background: var(--kam-accent) !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 85, 164, 0.2);
}
.catalogPagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
}
.catalogPagination .page-numbers.next,
.catalogPagination .page-numbers.prev {
    border-color: var(--kam-warn);
    background: var(--kam-warn);
    color: #172033;
}
.catalogPagination .page-numbers.next:hover,
.catalogPagination .page-numbers.next:focus-visible,
.catalogPagination .page-numbers.prev:hover,
.catalogPagination .page-numbers.prev:focus-visible {
    border-color: #f6d34d;
    background: #f6d34d;
    color: #172033;
}

/* City selector. Keep the network list compact and aligned across columns. */
.topBlock > .city-switcher-layer {
    position: relative;
    z-index: 500 !important;
}

.choice-city {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1440px, calc(100vw - 32px));
    max-width: none;
    max-height: min(720px, calc(100vh - 96px));
    padding: 28px 32px 32px;
    overflow: hidden;
    background: #101b31;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 22px 22px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.3);
    transform: translateX(-50%);
    z-index: 510;
}

.choice-city__header {
    margin: 0 48px 8px 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.15;
}

.choice-city__header2 {
    display: flex;
    align-items: center;
    margin: 0 48px 22px 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
}

.choice-city__header2:before {
    flex: 0 0 25px;
}

.city-list.row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px 28px;
    max-height: calc(100vh - 220px);
    margin: 0;
    padding: 0 10px 0 0;
    overflow-y: auto;
    scrollbar-color: #64748b transparent;
    scrollbar-width: thin;
}

.city-list.row .col-3 {
    float: none;
    width: auto;
    max-width: none;
    padding: 0;
}

.city-list .col-3 br {
    display: none;
}

.choice-city a {
    display: block;
    margin: 0;
    padding: 9px 10px;
    border-radius: 8px;
    color: #f4cf4a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.choice-city a:hover,
.choice-city a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.choice-city__close {
    top: 28px;
    right: 28px;
    width: 24px;
    height: 24px;
}

/* Keep the desktop catalog panel above the second header row. */
.topBlock > .topLine {
    position: relative;
    z-index: 1000;
}

.topBlock > .headerLine {
    position: relative;
    z-index: 100;
}

.topBlock > .topLine .menu-item-catalog-mega > .catalogMegaMenu {
    z-index: 1100;
}

.instagram, .facebook {
    display: none !important;
}