/*
	Main styles
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfe6e9;
}

a {
    background-color: transparent;
}

a:focus {
    outline: unset;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 0.875em
}

main img {
    max-width: 100%;
    height: auto;
    border-style: none;
    border-radius: 5px;
}

picture img {
    display: block;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}

button {
    text-transform: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@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;
    }
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Ruberoid';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Bold.eot');
    src: local(''),
        url('../fonts/Ruberoid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Bold.woff2') format('woff2'),
        url('../fonts/Ruberoid-Bold.woff') format('woff'),
        url('../fonts/Ruberoid-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Light.eot');
    src: local(''),
        url('../fonts/Ruberoid-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Light.woff2') format('woff2'),
        url('../fonts/Ruberoid-Light.woff') format('woff'),
        url('../fonts/Ruberoid-Light.ttf') format('truetype');
}

/* raleway-300 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v29-cyrillic_latin-300.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-300.ttf') format('truetype');
}

/* raleway-500 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v29-cyrillic_latin-500.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-500.ttf') format('truetype');
}

/* raleway-600 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v29-cyrillic_latin-600.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-600.ttf') format('truetype');
}

/* raleway-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v29-cyrillic_latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-700.ttf') format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 1.76;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:empty,
p:last-child {
    margin-bottom: 0;
}

.site-container-wrap {
    position: relative;
    height: 100%;
}

.post-template-single-service .site-container-wrap {
    overflow-x: hidden;
}

.site-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1300px;
    min-height: 100vh;
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1350px) {
    .site-container {
        padding: 0 50px;
    }
}

@media screen and (max-width: 980px) {
    .site-container {
        overflow: hidden;
    }
}

@media screen and (max-width: 728px) {
    .site-container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 375px) {
    .site-container {
        padding: 0 15px;
    }
}

/* ## Headings */

h2,
h3,
h4,
h5,
.h2 {
    line-height: 1.5;
    font-weight: 700;
}

h1 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 27px;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 25px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h3,
.h4 {
    font-weight: 700;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5,
.h6 {
    font-weight: 600;
    line-height: 1.4;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 18px;
}

.h7 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 30px;
    }
}

/* ## Links */

a,
button,
input:focus {
    transition: .3s
}

a {
    color: #14529f;
    text-decoration: none;
}

a:not([class]):visited {
    color: #666666;
}

.post a {
    text-decoration: underline;
}

.post a:hover {
    text-decoration: none;
}

/* ## Buttons */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #e31e25;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: unset;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    color: #a4aeb9;
    background-color: #e4e8ec;
    cursor: not-allowed;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    opacity: .7;
}

.button.small {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
}

.button.blue {
    background-color: #2e67a6;
}

.button.red {
    background-color: #e31e25;
}

.button.gray {
    color: #000;
    background-color: #f3f6f8;
}

.cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cross:before,
.cross:after {
    content: "";
    width: 1px;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

/* ## Form */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea,
select {
    --border: #e3e3e3;
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #223158;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
}

input[type="tel"],
input[type="date"] {
    font-family: 'Ruberoid', sans-serif;
}

input.error,
textarea.error {
    --border: #eb3154;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
    color: rgba(164, 174, 185, 1);
    background-color: #eceff2;
    cursor: not-allowed;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #e7eaee;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto
}

label {
    display: block;
}

/* ## Input select */

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAANUlEQVQImYXMuw0AIAwD0Qv7ZVoGPBqK8BGksWw9JYDO52LmC2aUcoMJ0NRl2AEAKgUeH1UGNA0P+kwys8wAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.popup-form .selectric {
    border-color: #e3e3e3;
}

.popup-form .selectric-items {
    z-index: 9999;
}

.form-bg .selectric {
    border-color: transparent;
}

/* ## Input checkbox */

.input-checkbox {
    display: grid;
    grid-template-columns: 16px auto;
    grid-gap: 15px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.form-bg .input-checkbox {
    font-size: 12px;
}

.input-checkbox+.input-checkbox {
    margin-top: 10px;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    margin: 0;
    color: #000;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(194, 208, 211, 0.64);
    border-radius: 3px;
    transform: translateY(-0.075em);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: '';
    width: 11px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA5Ij48cGF0aCBmaWxsPSIjMkU2N0E2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4zNSAxLjM1IDUuMjEgNy41bC4xNC4xNS0uNy43LS4xNS0uMTQtLjE1LjE0LS43LS43LjE0LS4xNUwuNjUgNC4zNWwuNy0uN0w0LjUgNi43OSAxMC42NS42NWwuNy43WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #8d61f1;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

input[type="checkbox"]:disabled::before {
    opacity: .5;
}

/* ## Input number */

.input-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    height: 40px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #e2edf2;
    border-radius: 10px;
}

.input-number-field {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 23px 0;
    width: 100%;
    height: 100%;
    font-weight: 600;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 10px;
}

.input-number-field:focus {
    outline: unset;
}

.input-number-button {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 25px;
    height: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border-radius: 5px;

}

.input-number-button.decrement {
    left: 0;
}

.input-number-button.increment {
    right: 0;
}

.input-number-field:disabled~.input-number-button {
    opacity: .5;
    cursor: not-allowed;
}

.input-number-button:hover {
    color: #c41710;
}

.disable-editing input[type="number"] {
    pointer-events: none;
    caret-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 640px) {
    .input-number-button {
        width: 30px;
        height: 30px;
    }

    .input-number-field {
        font-size: 16px;
    }
}

/* ## Input text */

.input-text {
    position: relative;
}

.input-text.required label[for]:after {
    content: " *";
    color: red;
}

.input-text.border {
    border: 1px solid #000745;
}

.input-text.with-comment {
    display: flex;
    align-items: center;
    padding-right: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.input-text.with-comment input {
    --border: transparent;
}

.input-text.with-comment input:focus {
    border: 0;
}

.input-text.with-comment span {
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000745;
}

/* ## Drag & drop */

.drag-drop {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.drag-drop input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.drag-drop input[type="file"]:disabled {
    cursor: not-allowed;
}

.drag-drop-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #2e67a6;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #2e67a6;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

.drag-drop:hover .drag-drop-label {
    color: #fff;
    background-color: #2e67a6;
}

.load-file-preview.active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e67a6;
    background-color: #e5edf3;
    border-radius: 10px;
}

.drag-drop input[type="file"]:disabled~.drag-drop-label,
.drag-drop input[type="file"]:disabled~.drag-drop-label .load-file-preview.active {
    color: rgba(39, 39, 70, 0.5);
    background-color: #e4e8ec;
}

@media screen and (max-width: 640px) {
    .drag-drop-label span {
        font-size: 16px;
    }
}

/* ## Placeholder */

::placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #223158;
    text-overflow: ellipsis;
    opacity: 0.5;
    transition: opacity ease 0.3s;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

/* ## Overlay */

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #0b0c0e;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease-in;
}

.menu-overlay.active {
    visibility: visible;
    opacity: .8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1140px) {
    .header-bottom {
        flex-wrap: wrap;
    }
}

/* ## Logo */

.logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header .logo {
    order: 1;
    margin-right: 40px;
}

.logo img {
    height: auto;
}

@media screen and (max-width: 728px) {
    .site-header .logo {
        margin-right: 20px;
    }
}

/* ## Address */

.call-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-header .call-wrap {
    order: 4;
    margin-right: 40px;
}

.call-link {
    margin-top: 2px;
    font-size: 12px;
    color: #3c86c8;
    cursor: pointer;
}

.call-link:hover {
    text-decoration: underline;
}

.address {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .site-header .call-wrap {
        order: 6;
        align-items: start;
    }
}

/* ## Phone */

.tel {
    display: flex;
    align-items: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.tel.big {
    font-size: 24px;
}

.tel span {
    margin-right: 7px;
    font-weight: 300;
}

/* ## Small menu */

@media screen and (max-width: 980px) {
    .header-top .small-menu {
        display: none;
    }

    .small-menu {
        border-top: 1px solid #4d4d4d;
    }
}

@media screen and (min-width: 981px) {
    .small-menu {
        margin-left: -25px;
        margin-right: auto;
    }

    .small-menu .sub-menu {
        display: none;
    }

    .small-menu li {
        display: flex;
        margin-right: 3px;
    }

    .small-menu a,
    .small-menu span {
        padding: 8px 15px;
        font-size: 14px;
        color: #1d4575;
        line-height: 1;
        border-radius: 7px;
    }

    .small-menu a:hover,
    .small-menu span {
        color: #fff;
        background-color: #3c86c8;
    }
}

/* ## Header load */

.header-load {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}

.header-load:hover {
    text-decoration: underline;
}

.header-load svg {
    flex-shrink: 0;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
    .header-top .header-load {
        display: none;
    }

    .header-bottom .header-load {
        margin-right: 0;
        padding: 10px 30px;
        color: #fff;
        font-weight: 600;
    }
}

/* ## Change city */

#change-city {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 45px;
    padding: 6px 10px;
    font-size: 14px;
    color: #1d4575;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #e0eaec;
    border-radius: 7px;
    transition: .3s;
    cursor: pointer;
}

#change-city:hover {
    border-color: #1d4575;
}

#change-city:before {
    content: 'Ваш город:';
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
}

#change-city:after {
    content: '';
    margin-left: 30px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1d4575;
}

@media screen and (max-width: 540px) {
    #change-city {
        margin-right: 10px;
    }

    #change-city:before {
        content: none;
    }
}

/* ### Cities list */

#cities-list {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 25px 20px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

#cities-list.active {
    display: block;
}

.cities-list-inner {
    max-height: 320px;
    overflow-y: scroll;
}

.cities-list-inner::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f7f9;
}

.cities-list-inner::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f7f9;
}

.cities-list-inner::-webkit-scrollbar-thumb {
    width: 20px;
    height: 50px;
    background-color: #14529f;
    border-radius: 5px;
}

.cities-list-inner div {
    color: #14529f;
    font-size: 15px;
    cursor: pointer;
}

.cities-list-inner div:not(:last-child) {
    margin-bottom: 5px;
}

.cities-list-inner div:hover {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    #cities-list {
        left: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 375px) {
    #cities-list {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* ## Lang */

#change-lang {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
    color: #1d4575;
    line-height: 1;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

#change-lang:after {
    content: '';
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1d4575;
}

/* ### Languages list */

#languages {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 25px 20px;
    max-width: 700px;
    min-width: 250px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

#languages.active {
    display: block;
}

.lang-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lang-list a {
    width: 15%;
    color: #14529f;
    font-size: 14px;
    cursor: pointer;
}

.lang-list a:not(:last-child) {
    margin-bottom: 5px;
}

.lang-list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 728px) {
    .lang-list a {
        width: 22%;
    }
}

@media screen and (max-width: 640px) {
    #languages {
        left: 30px;
        width: calc(100% - 60px);
    }

    .lang-list {
        max-height: 320px;
        overflow-y: scroll;
    }

    .lang-list a {
        width: 30%;
    }

    .lang-list::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #f5f7f9;
    }

    .lang-list::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f7f9;
    }

    .lang-list::-webkit-scrollbar-thumb {
        width: 20px;
        height: 50px;
        background-color: #14529f;
        border-radius: 5px;
    }

}

@media screen and (max-width: 480px) {
    .lang-list a {
        width: 48%;
    }
}

@media screen and (max-width: 375px) {
    #languages {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* ## Button */

.header-top .button {
    margin-left: 25px;
    width: 320px;
    font-size: 17px;
}

.call-button {
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
    .header-top .button {
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    .header-top .button {
        padding: 0;
        width: 60px;
        height: 60px;
        text-indent: -9999px;
        background-color: #46b022;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgNDE0Ljk0IDQxNC45NCI+PHBhdGggZD0iTTE1OS4xNCAyNTYuNDVjMzcuMjIgMzYuOTUgODAuMyA3Mi4yNCA5Ny4yIDU1LjIgMjQuMjItMjQuNCAzOS4xMy00NS42MiA5Mi44Ni0yLjc2IDUzLjczIDQyLjg3IDEyLjcgNzEuNzItMTAuNzYgOTUuMzYtMjcuMDYgMjcuMjctMTI4LjQzIDEuOTEtMjI4LjktOTcuOEM5LjA1IDIwNi43LTE3LjA4IDEwNS41MyAxMCA3OC4yNGMyMy40Ni0yMy42MyA1Mi4wMS02NC44NyA5NS4yNi0xMS40NSA0My4yNyA1My40IDIyLjE2IDY4LjQ2LTIuMDYgOTIuODYtMTYuOSAxNy4wMyAxOC43IDU5Ljg0IDU1LjkzIDk2Ljh6TTIxMy4xIDgwLjJzLTExLjIyLTEuNzUtMTkuMDggNi4xMmEyMS44MiAyMS44MiAwIDAgMCAuMDggMzAuNTVjNS4wNCA1LjA0IDEyLjE0IDYuMTEgMTIuMTQgNi4xMSAxMy44NiAyLjYgMzQuNzMgNyA1Ni45NSAyOS4yIDIyLjIgMjIuMjEgMjYuNiA0My4xIDI5LjIgNTYuOTUgMCAwIDEuMDggNy4xIDYuMTIgMTIuMTRhMjEuODQgMjEuODQgMCAwIDAgMzAuNTUuMDljNy44Ni03Ljg2IDYuMTEtMTkuMDkgNi4xMS0xOS4wOS00LjQtMjguMDYtMTgtNTcuMzctNDEuMzUtODAuNzItMjMuMzYtMjMuMzUtNTIuNjctMzYuOTQtODAuNzItNDEuMzV6bTEwNS4zMiAxNi43NmM0MC43MSA0MC43MiA1OC4wNyA4Ni45MyA1Mi40MiAxMjQuMzggMCAwLTEuOTcgMTEuODYgNS43OCAxOS42YTIxLjc4IDIxLjc4IDAgMCAwIDMwLjcuMDZjNS4yMy01LjI0IDYuMzgtMTMuNzcgNi4zOC0xMy43NyA0LjY3LTMyLjM2LTEuMi05Ny40Ny02NC42NS0xNjAuOUMyODUuNiAyLjg4IDIyMC41LTMgMTg4LjE1IDEuNjdjMCAwLTguNTMgMS4xMy0xMy43OCA2LjM4YTIxLjc3IDIxLjc3IDAgMCAwIC4wNiAzMC43YzcuNzUgNy43NCAxOS42IDUuNzcgMTkuNiA1Ljc3IDM3LjQ1LTUuNjUgODMuNjcgMTEuNzEgMTI0LjM5IDUyLjQzeiIvPjwvc3ZnPg==);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 728px) {
    .header-top .button {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .header-top .button {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }
}

/* ## Calculators */

.calculators-wrap {
    display: flex;
    flex-direction: column;
    order: 3;
    margin-right: 40px;
    padding: 15px 30px;
    border: 1px solid #3c86c8;
    border-radius: 15px;
}

.calculator-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #14529f;
    line-height: 1.3;
}

.calculator-link:not(:last-child) {
    margin-bottom: 10px;
}

.calculator-link:hover {
    text-decoration: underline;
}

.calculator-link svg {
    flex-shrink: 0;
    margin-right: 10px;
    stroke: #14529f;
}

@media screen and (max-width: 980px) {
    .calculators-wrap {
        margin: 15px;
        border: 1px solid #fff;
    }

    .calculator-link {
        color: #fff;
    }

    .calculator-link:not(:last-child) {
        margin-bottom: 20px;
    }

    .calculator-link svg {
        stroke: #fff;
    }
}

/* ## Cart */

.header-cart {
    display: flex;
    align-items: center;
    order: 5;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    background-color: #f3f6f9;
    border-radius: 15px;
}

.cart-icon {
    position: relative;
    margin-right: 15px;
}

.cart-icon svg {
    stroke: #000;
}

.cart-counter {
    position: absolute;
    top: -6px;
    right: -8px;
    display: flex;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    background-color: #e31e25;
    border-radius: 50%;
}

@media screen and (max-width: 1140px) {
    .header-cart span {
        display: none;
    }

    .cart-icon {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) {
    .header-cart {
        margin-left: auto;
        height: 60px;
    }
}

/* ## Search */

.header-search {
    position: relative;
    margin-top: 20px;
    padding: 25px;
    background-color: #2e67a7;
    border-radius: 30px;
}

.search-form {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 60px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 15px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 0;
    width: 300px;
    font-size: 16px;
    color: #fff;
    background-color: #1d4575;
    border-radius: 0 15px 15px 0;
    cursor: pointer
}

.search-form .search-submit svg {
    margin-right: 5px;
}

.search-form input[type="search"] {
    height: 100%;
    border: 0;
    background-color: transparent !important
}

.search-form input[type="search"]:focus {
    border: none
}

.search-form .item-text {
    position: relative;
    flex: 1;
}

@media screen and (max-width: 980px) {
    .search-form {
        flex-direction: column;
        height: auto;
    }

    .search-form .search-submit {
        width: 100%;
        height: 50px;
        border-radius: 0 0 15px 15px;
    }

    .search-form input[type="search"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .header-search {
        padding: 5px;
        border-radius: 15px;
    }
}

/* ### Search results */

.search-form .loader {
    --size: 3px;
    --width: 25px;
    top: calc(50% - 10px);
    right: 30px;
    left: unset;
}

.search-results-wrap {
    position: absolute;
    left: 0;
    z-index: 11;
    display: none;
    margin-top: 10px;
    padding: 25px 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    overflow: hidden;
}

.header-search .search-results {
    padding-right: 10px;
    max-height: 320px;
    overflow-y: scroll;
}

.header-search .search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f7f9;
}

.header-search .search-results::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f7f9;
}

.header-search .search-results::-webkit-scrollbar-thumb {
    width: 20px;
    height: 50px;
    background-color: #14529f;
    border-radius: 5px;
}

.header-search .search-results .item {
    flex-direction: row;
    align-items: center;
}

.header-search .search-results .item:not(:last-child) {
    margin-bottom: 15px;
}

.header-search .search-results .item-image {
    margin-right: 20px;
    width: 80px;
    height: 50px;
    border-radius: 10px;
}

.header-search .search-results .item-image img {
    object-fit: contain;
}

.header-search .search-results .item:hover .h7 {
    color: #14529f;
    transition: .3s;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}

@media screen and (min-width: 981px) {
    .header-menu {
        position: relative;
        display: flex;
        align-items: center;
        order: 2;
        padding-left: 15px;
        padding-right: 30px;
        background-color: #e31e25;
        border-radius: 15px;
        transition: .3s;
    }

    .primary-menu-wrap {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header-menu .menu-item-wrap {
        display: flex;
        flex-direction: column;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 100%;
    }

    .header-menu .menu-item-wrap:first-child {
        margin-right: 10px;
    }

    .header-menu .menu-item-wrap>.menu-item {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        border-radius: 10px;
        transition: .3s;
        cursor: pointer;
    }

    .header-menu .menu-item-wrap .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        height: 16px;
    }

    .header-menu .menu-item-wrap .burger span:before,
    .header-menu .menu-item-wrap .burger span:after {
        width: 16px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .header-menu .menu-item-wrap .burger span {
        position: relative;
        margin-left: 35px;
    }

    .header-menu .menu-item-wrap .burger span:before,
    .header-menu .menu-item-wrap .burger span:after {
        content: "";
        position: absolute;
    }

    .header-menu .menu-item-wrap .burger span:before {
        top: -4px;
    }

    .header-menu .menu-item-wrap .burger span:after {
        top: 4px;
    }

    .header-menu .custom-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        display: none;
        justify-content: space-between;
        padding: 25px 10px;
        height: 600px;
        background-color: #f3f6f9;
        border-radius: 20px;
    }

    .header-menu nav:hover .custom-menu {
        display: flex;
    }

    .header-menu .custom-menu>div {
        flex-shrink: 0;
        max-width: calc(100% - 5px);
        width: 350px;
    }

    .header-menu .custom-menu>div:not(:only-child) {
        max-width: calc(50% - 5px);
    }

    .header-menu .custom-menu ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0 10px 0 0;
        margin: 0;
        height: 100%;
        list-style: none;
        overflow-y: scroll;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #e7edf2;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar {
        width: 5px;
        background-color: #e7edf2;
    }

    .header-menu .custom-menu ul::-webkit-scrollbar-thumb {
        width: 9px;
        height: 50px;
        background-color: #2e67a6;
        border-radius: 3px;
    }

    .header-menu .custom-menu ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2px;
        border-radius: 5px;
        transition: .3s;
    }

    .header-menu .custom-menu .children-menu li {
        display: none;
    }

    .header-menu .custom-menu .children-menu li.visible {
        display: block;
    }

    .header-menu .custom-menu ul li.active,
    .header-menu .custom-menu ul li:hover {
        background-color: #fff;
    }

    .header-menu .custom-menu ul li.active .toggle,
    .header-menu .custom-menu ul li:hover .toggle {
        opacity: 1;
    }

    .header-menu .custom-menu ul a {
        display: flex;
        padding: 8px 20px;
        font-size: 15px;
        color: #000;
        line-height: 1.56;
    }

    .header-menu .custom-menu ul li a {
        flex: 1;
    }

    .header-menu .custom-menu ul li .toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: 10px;
        height: 100%;
        width: 25px;
        opacity: 0;
        transition: .3s;
    }

    .header-menu .custom-menu ul li svg {
        width: 7px;
        fill: transparent;
        stroke: #2e67a6;
        stroke-width: 2.4;
        stroke-linecap: round;
    }

    /* ### Small menu */

    .header-small-menu {
        margin-right: -15px;
    }

    .header-small-menu .menu {
        justify-content: flex-end;
    }

    .header-small-menu a {
        display: block;
        padding: 10px 15px;
        font-size: 14px;
    }

    .header-small-menu a:hover {
        text-decoration: underline;
    }

    .header-small-menu .sub-menu {
        display: none;
    }
}

@media screen and (min-width: 981px) and (max-width: 1140px) {
    .header-bottom>div.header-menu {
        order: 6;
        flex: unset;
        margin-right: 0;
        width: 100%;
    }
}

/* ## Mobile menu */

.mobile-menu-button,
#mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 980px) {

    .header-menu {
        order: 6;
        margin-left: 15px;
    }

    .children-menu,
    .header-bottom .primary-menu-wrap {
        display: none;
    }

    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #e31e25;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
    }

    .mobile-menu-button span {
        position: relative;
    }

    .mobile-menu-button span,
    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        width: 20px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        content: "";
        position: absolute;
    }

    .mobile-menu-button span:before {
        top: -8px;
    }

    .mobile-menu-button span:after {
        top: 8px;
    }

    .header-menu .primary-menu-wrap {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 45px;
        width: 320px;
        font-size: 1em;
        color: #e2e2e2;
        background-color: #303030;
        box-shadow: 0px 0px 29px 0px rgba(104, 136, 209, 0.16);
        transition: -webkit-transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transform: translate3d(-400px, 0, 0);
        overflow-y: scroll;
    }

    .header-menu .primary-menu-wrap ul {
        display: block;
        line-height: 1;
    }

    .header-menu .primary-menu-wrap li {
        position: relative;
        border-top: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu {
        border-bottom: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu>.menu-item {
        display: none;
    }

    .header-menu .primary-menu>.menu>li:first-child {
        border-top: 0;
    }

    .header-menu .primary-menu-wrap .menu-item-wrap a,
    .header-menu .primary-menu-wrap li a {
        display: flex;
        padding: 20px 15px;
        color: #e2e2e2;
    }

    .header-menu .primary-menu a.calculator-link {
        padding: 0;
        color: #fff;
    }

    .header-menu .primary-menu-wrap .sub-menu {
        display: none;
        padding: 0;
        list-style: none;
    }

    .header-menu .primary-menu-wrap .sub-menu li {
        text-transform: none;
    }

    .header-menu .primary-menu-wrap .sub-menu li a {
        align-items: center;
        padding-left: 40px;
    }

    .header-menu .primary-menu-wrap .sub-menu li a:before {
        content: "";
        flex-shrink: 0;
        margin-right: 10px;
        width: 3px;
        height: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFAQMAAAC6v8ThAAAABlBMVEVHcEwAmqjMic0bAAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGA4wPAAiBsAEOoDYca3kSkAAAAASUVORK5CYII=);
        filter: grayscale(100%);
        opacity: 0.8;
        background-position: center;
        background-repeat: no-repeat;
    }

    #mobile-menu-toggle:checked~.primary-menu-wrap {
        transform: translate3d(0, 0, 0);
    }

    .header-menu .primary-menu-wrap .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .header-menu .primary-menu-wrap .cross:before,
    .header-menu .primary-menu-wrap .cross:after {
        height: 30px;
        background-color: #fff;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    /* ## Menu toggle */
    .site-header .toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 57px;
        background-color: rgba(255, 255, 255, 0.09);
        cursor: pointer;
    }

    .site-header .toggle svg {
        display: none;
    }

    .site-header .toggle:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

    .site-header .toggle:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: .5;
        transition: .3s;
    }

    .site-header .toggle:hover:before {
        opacity: .8;
    }

    .site-header .toggle.active:before {
        transform: scale(-1);
    }

    .parent-menu-item:not(.has-children) .toggle {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .primary-menu-wrap {
        padding-bottom: 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-sidebar-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(580px, 855px) minmax(300px, 380px);
    gap: 50px 65px;
    margin-top: 40px;
}

.full-width {
    grid-column: span 2;
}

.content-wrap {
    position: relative;
}

.no-sidebar {
    margin: 0 auto;
    max-width: 905px;
}

.post-excerpt {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 1240px) {
    .content-sidebar-wrap {
        gap: 40px;
    }
}

@media screen and (max-width: 980px) {
    .content-sidebar-wrap {
        grid-template-columns: minmax(250px, 1fr);
    }
}

/* ## TOC */

#toc_container {
    position: relative;
    margin: 40px 0;
    padding: 35px 50px 40px;
    width: 100%;
    background-color: #f1f4f6;
    border-radius: 20px
}

.toc_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1
}

#toc_container .toc_toggle {
    margin-left: 30px;
    font-size: 0;
    text-transform: none;
    font-weight: 300
}

#toc_container .toc_toggle a {
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    background-color: #2e67a6;
    border-radius: 7px
}

#toc_container .toc_toggle a:hover {
    opacity: .7
}

#toc_container ul.toc_list {
    margin-top: 35px;
    column-count: 2;
    column-gap: 30px;
    font-size: 16px;
}

#toc_container ul {
    margin: 0
}

#toc_container li ul {
    margin-top: 10px
}

#toc_container ul li {
    display: block;
    padding-left: 30px;
    width: 100%;
    line-height: 1.5
}

#toc_container ul li:before {
    top: 1px;
    left: 0;
    width: 8px;
    height: 20px;
    background-color: unset;
    background-image: url(../img/toc.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

#toc_container ul li a {
    color: #2e67a6;
    text-decoration: none
}

#toc_container ul li a:hover {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    #toc_container {
        padding: 25px 30px
    }

    #toc_container ul.toc_list {
        column-count: 1
    }
}

@media screen and (max-width: 400px) {
    .toc_title {
        flex-direction: column
    }

    #toc_container .toc_toggle {
        margin-top: 10px;
        margin-left: 0
    }
}

/* ## Images */

.post img {
    content-visibility: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
    border-radius: 20px 20px 0 0;
}

.wp-caption-text {
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    background-color: #f3f6f8;
    border-radius: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 30px auto;
}

.alignright {
    float: right;
    margin: 30px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
}

.alignnone {
    display: block;
    margin: 30px auto;
}

@media screen and (max-width: 728px) {

    .alignright:not(.wp-caption),
    .alignleft:not(.wp-caption) {
        display: table;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 0 auto 30px;
    }
}

/* ## Lists */

.post ul,
.post ol {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.post ul li,
.post ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.post ul li:last-child,
.post ol li:last-child {
    margin-bottom: 0;
}

.post ul>li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 2px solid #2e67a6;
    border-radius: 50%;
}

.post ol {
    counter-reset: listCounter;
}

ol[start] {
    counter-reset: listCounter calc(var(--start) - 1);
}

.post ol>li {
    counter-increment: listCounter;
}

.post ol>li:before {
    content: counter(listCounter);
    position: absolute;
    left: 0;
    top: 4px;
    display: flex;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    background-color: #2e67a6;
    border-radius: 50%;
}

.post li ul,
.post li ol {
    margin: 10px 0;
}

/* ## Table */

.post-table {
    margin: 40px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.post table {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    border: unset;
    border-collapse: collapse;
    border-spacing: 0;
}

.post tbody tr:nth-child(odd) {
    background-color: #f3f6f9;
}

.post table thead tr,
.post table thead+tbody tr:first-child {
    background-color: #e5ebf1;
}

.post table thead+tbody tr:nth-child(even) {
    background-color: #fff;
}

.post table thead+tbody tr:nth-child(odd) {
    background-color: #f3f6f9;
}

.post td,
.post th {
    padding: 10px 20px;
    text-align: center;
    border: unset
}

.post td:first-of-type,
.post th:first-of-type {
    text-align: left;
}

.post table tr:first-child>td:first-child,
.post table tr:first-child>th:first-child {
    border-top-left-radius: 10px;
}

.post table tr:first-child>td:last-child,
.post table tr:first-child>th:last-child {
    border-top-right-radius: 10px;
}

.post table tr:last-child>td:last-child,
.post table tr:last-child>th:last-child {
    border-bottom-right-radius: 10px;
}

.post table tr:last-child>td:first-child,
.post table tr:last-child>th:first-child {
    border-bottom-left-radius: 10px;
}

.post table thead tr:last-child>td:last-child,
.post table thead tr:last-child>th:last-child {
    border-bottom-right-radius: 0;
}

.post table thead tr:last-child>td:first-child,
.post table thead tr:last-child>th:first-child {
    border-bottom-left-radius: 0;
}

.post table thead+tbody tr:first-child>td:first-child,
.post table thead+tbody tr:first-child>th:first-child {
    border-top-left-radius: 0;
}

.post table thead+tbody tr:first-child>td:last-child,
.post table thead+tbody tr:first-child>th:last-child {
    border-top-right-radius: 0;
}

/* ## Video */

.post-video iframe {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 1) {
    .post-video {
        position: relative;
        padding: 56.25% 0 0;
        height: 0;
        overflow: hidden;
    }

    .post-video iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* ## Standard gallery */

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.gallery-icon.landscape {
    height: 100%;
}

.gallery-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-item a:hover {
    opacity: 0.8;
}

.gallery-icon img {
    margin: 0 auto;
    display: block;
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-icon:not(:only-child) img {
    border-radius: 20px 20px 0 0;
}

@media screen and (min-width: 640px) {
    .gallery-columns-1 .gallery-item {
        flex-basis: calc(100% - 5px);
    }

    .gallery-columns-2 .gallery-item {
        flex-basis: calc(50% - 5px);
    }

    .gallery-columns-3 .gallery-item {
        flex-basis: calc(33.3333333333% - 5px);
    }

    .gallery-columns-4 .gallery-item {
        flex-basis: calc(25% - 5px);
    }

    .gallery-columns-5 .gallery-item {
        flex-basis: calc(20% - 5px);
    }

    .gallery-columns-6 .gallery-item {
        flex-basis: calc(16.6666666667% - 5px);
    }

    .gallery-columns-7 .gallery-item {
        flex-basis: calc(14.2857142857% - 5px);
    }

    .gallery-columns-8 .gallery-item {
        flex-basis: calc(12.5% - 5px);
    }

    .gallery-columns-9 .gallery-item {
        flex-basis: calc(11.1111111111% - 5px);
    }
}

@media screen and (max-width: 640px) {
    .gallery-item {
        flex-basis: calc(50% - 5px);
    }
}

@media screen and (max-width: 400px) {
    .gallery-item {
        flex-basis: calc(100% - 5px);
    }
}

/* ## Blockquote, blocks */

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote:not([class]) {
    position: relative;
    margin: 60px 0 50px;
    padding: 40px 50px;
    width: 100%;
    font-size: 26px;
    text-align: center;
    border-top: 1px solid #eaefec;
    border-bottom: 1px solid #eaefec;
}

blockquote:not([class]):before {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 40px);
    width: 80px;
    height: 34px;
    background-color: #fff;
    background-image: url(../img/quote.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.info-box {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
}

.info-box:not(:last-child) {
    margin-bottom: 40px;
}

.info-box:not(:first-child) {
    margin-top: 40px;
}

.info-box.blue {
    border-color: #3c86c8;
}

.info-box p:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 641px) {
    .info-box {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 640px) {
    blockquote {
        padding: 20px;
    }

    blockquote:not([class]) {
        font-size: 20px;
    }

    .info-box {
        padding: 20px;
    }
}

/* ## Associated */

section+.associated-products-wrap,
.post+.associated-products-wrap {
    margin-top: 70px;
}

.associated-products-wrap h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-image,
.image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.item-image img,
.image-wrap img,
.item-image picture,
.image-wrap picture {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ## Articles list */

.articles-list {
    --minmax: 240px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
    grid-gap: 45px;
}

.ie .articles-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-list .item {
    --color: #d8e1e8;
    padding: 30px 20px;
    border: 1px solid var(--color);
    border-radius: 30px;
    transition: .3s;
}

.articles-list .item:hover {
    --color: #2e67a6;
}

.articles-list .item-image {
    margin: -30px -20px 20px;
    width: calc(100% + 40px);
    height: 200px;
    border-radius: 30px;
}

.articles-list .item .h7 {
    margin-bottom: 20px;
    color: #000;
    line-height: 1.25;
}

.articles-list .product-parameters {
    margin-bottom: 20px;
    width: 100%;
}

.articles-list .product-parameters div {
    padding: 7px 10px;
}

.articles-list .product-price {
    margin-top: auto;
    font-size: 16px;
}

.articles-list .product-cart-add .input-number {
    flex: 1;
    height: 30px;
}

.articles-list .product-cart-add button {
    flex: 1;
    padding: 5px 10px;
    height: 30px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/

/* ## Product info */

.product-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    align-items: start;
    gap: 40px;
    margin-bottom: 40px;
}

.post-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 370px;
    border-radius: 40px;
    overflow: hidden;
}

.post-image img {
    max-width: unset;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.product-info .product-article {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 10;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.3;
    background-color: #f3f6f8;
    border-radius: 10px;
}

.post-excerpt {
    font-size: 16px;
}

.post-excerpt p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .product-info {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .post-image {
        height: 250px;
    }
}

/* ### Product parameters */

.product-info .product-parameters {
    margin-top: 30px;
}

.product-parameters>div {
    display: flex;
    padding: 7px 20px;
    font-size: 13px;
    line-height: 1.3;
}

.product-parameters>div:nth-child(2n+1) {
    background-color: #f3f6f9;
    border-radius: 10px;
}

.product-parameters>div span {
    flex-shrink: 0;
    padding-right: 15px;
    width: 50%;
    font-weight: 500;
}

.product-price {
    margin-top: 25px;
    font-family: 'Ruberoid', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.product-info .product-price {
    font-size: 36px;
}

@media screen and (max-width: 640px) {
    .product-info .product-parameters {
        margin-top: 0;
    }

    .product-info .product-price {
        font-size: 30px;
    }
}

/* ### Product card */

.product-cart-add {
    display: flex;
    align-items: stretch;
    margin-top: 15px;
}

.product-cart-add .input-number {
    margin-right: 15px;
    width: 120px;
}

.product-cart-add .button {
    padding: 8px 30px;
}

@media screen and (max-width: 640px) {

    .product-cart-add .input-number,
    .product-cart-add button {
        flex: 1;
    }
}

/* ## Gallery */

.card-gallery {
    position: relative;
}

.card-gallery .bottom.disabled {
    display: none;
}

.main-slider .image-wrap {
    height: 370px;
    border-radius: 40px;
}

.thumbnail-slider {
    margin: 20px auto 0;
}

.bottom.centered .thumbnail-slider .splide__list {
    justify-content: center;
}

.thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
    border: 0;
}

.thumbnail-slider .image-wrap {
    width: 120px;
    height: 80px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0eaec;
}

@media screen and (max-width: 640px) {
    .main-slider .image-wrap {
        height: 250px;
    }
}

/* ### Video */

.video-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.thumbnail-slider .video-wrap {
    width: 120px;
    height: 80px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0eaec;
}

.main-slider .video-wrap {
    height: 370px;
    border-radius: 40px;
}

.video-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-wrap .thumb-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/youtube.png);
    background-position: center;
    background-repeat: no-repeat;
}

.thumbnail-slider .video-wrap .thumb-icon {
    background-size: 35px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.product-cart-table {
    --name: minmax(300px, 1fr);
    --price: minmax(120px, 180px);
    --count: minmax(150px, 200px);
    --total: minmax(120px, 180px);
    --buttons: 280px;
    --columns: var(--name) var(--price) var(--count) var(--total) var(--buttons);
    --gap: 20px;
}

@media screen and (max-width: 980px) {
    .product-cart-table {
        --name: minmax(250px, 1fr);
        --price: minmax(100px, 180px);
        --count: minmax(100px, 200px);
        --total: minmax(100px, 180px);
        --buttons: 205px;
        --gap: 10px;
    }
}

@media screen and (max-width: 800px) {
    .product-cart-table {
        --columns: repeat(2, 1fr);
    }
}

/* ## Header */

.cart-table-header {
    display: grid;
    grid-template-columns: var(--columns);
    align-items: center;
    gap: var(--gap);
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .5;
}

.cart-table-header>div:not(:first-child) {
    text-align: center;
}

.cart-table-body {
    border-bottom: 1px solid #f1f4f7;
}

@media screen and (max-width: 800px) {
    .cart-table-header {
        display: none;
    }

    .cart-table-body {
        --minmax: 320px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
        gap: 15px;
        border-bottom: 0;
    }
}

@media screen and (max-width: 420px) {
    .cart-table-body {
        --minmax: 250px;
    }
}

/* ## Item */

.item-cart {
    position: relative;
    display: grid;
    grid-template-columns: var(--columns);
    align-items: center;
    gap: var(--gap);
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f1f4f7;
}

.item-cart>div:not(:first-child) {
    text-align: center;
}

.item-cart-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 110px;
    min-height: 60px;
}

.item-cart-name .item-image {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    width: 80px;
    height: 60px;
    border-radius: 10px;
}

.item-article {
    font-size: 15px;
    line-height: 1.4;
}

.item-cart-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.price-sub {
    margin-left: 5px;
}

.item-cart .price,
.item-cart .price-sub {
    margin-top: 3px;
}

.item-cart-total {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000745;
    line-height: 1.4;
}

.item-cart-buttons {
    display: flex;
    align-items: center;
}

.item-cart-buttons .button {
    margin-right: 20px;
    width: 200px;
    height: 50px;
    text-decoration: none;
}

.item-delete {
    flex-shrink: 0;
    margin-left: auto;
    width: 20px;
    height: 20px;
    background-image: url(../img/cross.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .item-cart-buttons .button {
        width: 120px;
    }

    .item-cart-buttons .button span {
        display: none;
    }

    .item-delete {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .item-cart {
        flex: 1;
        padding: 15px 10px;
        border: 1px solid #f1f4f7;
        border-radius: 10px;
    }

    .item-cart-name {
        grid-column: span 2;
        padding-left: 95px;
    }

    .item-cart-total {
        display: none;
    }

    .item-cart-buttons {
        grid-column: span 2;
    }

    .item-cart-buttons .button {
        margin-right: 0;
        width: 100%;
    }

    .item-delete {
        position: absolute;
        top: 7px;
        right: 7px;
    }
}

/* ## Full price */

.full-price-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 50px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000745;
    line-height: 1.4;
}

.full-price-text {
    margin-right: 5px;
}

@media screen and (max-width: 640px) {
    .full-price-wrap {
        flex-wrap: wrap;
        justify-content: start;
    }

    .full-price-text {
        width: 100%;
    }
}

/* ## Form */

.product-form-wrap {
    position: relative;
    margin: 70px auto 0;
    max-width: 855px;
}

.product-form-wrap .h4 {
    margin-bottom: 30px;
}

/* ### Form general */

.product-form-wrap.form-bg {
    padding: 50px;
    background-color: #f3f6f9;
    border-radius: 20px;
}

.form-bg input[type="text"],
.form-bg input[type="tel"],
.form-bg input[type="email"],
.form-bg input[type="search"],
.form-bg textarea,
.form-bg select {
    --border: transparent;
}

.form-bg input.error,
.form-bg textarea.error {
    --border: #eb3154;
}

.form-bg form>div:not(:last-child) {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
}

.row-columns>*,
.form-row:only-child>* {
    flex: 1;
}

.row-columns>*:not(:last-child) {
    margin-right: 20px;
}

.product-form-wrap.form-bg button {
    width: 260px;
    font-size: 17px;
}

.form-silence {
    display: none;
}

@media screen and (max-width: 640px) {
    .product-form-wrap.form-bg {
        padding: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .form-row {
        flex-direction: column;
    }

    .row-columns>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .row-small>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-form-wrap.form-bg button {
        width: 100%;
    }
}

/* ### Form info */

.form-info {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.56;
}

.form-info.success,
.form-info.error {
    display: flex;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
}

.form-info.success {
    background-color: #329847;
}

.form-info.error {
    background-color: #d90027;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/

.page-template-contacts .post header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.page-template-contacts .post header h1 {
    margin-bottom: 0;
    margin-right: 40px;
}

.map-container {
    margin-top: 70px;
    width: 100%;
    height: 540px;
    border-radius: 50px;
    overflow: hidden;
}

.map-container .map {
    width: 100%;
    height: 100%;
}

/* ## Write */

.page-template-contacts .director-write {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    padding: 12px 20px 10px;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3c86c8;
    border-radius: 15px;
}

.director-write svg {
    position: absolute;
    top: -13px;
    background-color: #fff;
    border: 2px solid #fff;
    box-sizing: content-box;
}

/* ## List */

.contacts-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 45px 60px;
    margin-top: 50px;
}

.contacts-list .item {
    display: flex;
    flex-direction: column;
}

.contacts-list .item>div {
    display: flex;
}

.contacts-list .top {
    align-items: center;
    margin-bottom: 15px;
}

.contacts-list .top .h3 {
    margin-right: 20px;
    line-height: 1.3;
}

.contacts-list .item>div svg {
    flex-shrink: 0;
}

.map-icon {
    display: flex;
    cursor: pointer;
}

.contacts-list .item>div:not(.top) svg {
    margin-right: 13px;
}

.contacts-list .address {
    margin-bottom: 23px;
    font-size: 14px;
}

.contacts-list .tel {
    margin-bottom: 10px;
}

.contacts-list .tel a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.contacts-list .tel svg {
    margin-top: -3px;
}

.email-wrap {
    margin-top: 10px;
}

.email-wrap a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.email-wrap a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive-info h1 {
    position: relative;
}

.archive .h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.archive section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    margin-bottom: 30px;
}

.archive section header .h2 {
    margin-bottom: 0;
}

.archive-description {
    margin-top: 50px;
    font-size: 17px;
}

.archive-info~.articles-list {
    margin-top: 15px;
}

@media screen and (max-width: 728px) {
    .archive section header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ## Filter */

.archive-filters-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 13px;
    font-weight: 500;
}

.archive-filters-wrap>span {
    color: rgba(0, 0, 0, 0.3);
}

.archive-filters {
    position: relative;
    display: flex;
}

.archive-selected-filter {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2e67a7;
}

.filter-toggle {
    width: 14px;
    height: 100%;
    background-image: url(../img/bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.archive-filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 10px;
    width: 200px;
    height: auto;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
    border-radius: 10px;
}

.archive-filter-dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent;
    -webkit-filter: drop-shadow(1px 2px 1px rgba(100, 120, 164, 0.25));
    filter: drop-shadow(1px -1px 1px rgba(100, 120, 164, 0.25));
}

.archive-filter-dropdown label {
    display: flex;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}

.archive-filter-dropdown input[type="radio"]:checked+label,
.archive-filter-dropdown label:hover {
    color: #fff;
    background-color: #2e67a7;
}

.archive-filter-dropdown.show {
    display: block;
}

.archive-filter-dropdown input[type="radio"] {
    display: none;
}

/* ## Other */

.error404 h1 {
    display: flex;
    flex-direction: column;
    font-weight: 300;
}

.error404 h1 span {
    font-weight: 700;
}

.error404 .no-sidebar {
    margin-bottom: 0;
}

.error404 small {
    margin-bottom: 40pxt;
    width: 100%;
    font-size: 14px;
    opacity: .5;
}

.description404 {
    display: flex;
    align-items: center;
}

.description404 .num {
    margin-right: 40px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 320px;
    font-weight: 700;
    color: #f1f4f6;
    line-height: 1.2;
}

@media screen and (max-width: 980px) {
    .description404 .num {
        font-size: 28vw;
    }
}

@media screen and (max-width: 768px) {
    .description404 .num {
        margin-right: 20px;
    }
}

@media screen and (max-width: 420px) {
    .description404 .num {
        margin-right: 0;
    }
}

/* ## Subcat */

.subcat {
    margin-bottom: 50px
}

.subcat-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}
@media (max-width: 768px) { /* Размер экрана, при котором сработает изменение */
    .subcat-list {
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
  }
  

.subcat-list a {
    --color: #d8e1e8;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border: 1px solid var(--color);
    border-radius: 30px;
    word-wrap: break-word;
    hyphens: auto;
}

.subcat-list a:hover {
    --color: transparent;
}

.subcat-list a:after {
    --color: transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px var(--color);
    border-radius: 30px;
    transition: .3s;
}

.subcat-list a:hover:after {
    --color: #2e67a6;
}

.subcat-list .item-image {
    margin-left: -20px;
    margin-top: -20px;
    height: 150px;
    width: calc(100% + 40px);
    border-radius: 30px;
}

.subcat-list .item-image img {
    max-width: 500px;
    border-radius: 0;
    object-fit: cover
}

.subcat-list span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #14529f;
}

.subcat-list span:not(:only-child) {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
    margin-top: 50px;
    margin-bottom: 70px;
}

.nav-links {
    display: flex;
    align-items: center;
}

.page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding: 20px 19px 18px;
    height: 45px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background-color: #f3f6f8;
    border-radius: 10px;
}

.page-numbers:hover,
.page-numbers.current {
    color: #fff;
    background-color: #e31e25;
}

@media screen and (max-width: 800px) {
    .nav-links {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: end;
    margin: 0 0 25px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}

.breadcrumbs li {
    margin-right: 15px;
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #14529f;
    font-weight: 500;
    transition: 0.3s linear;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li:first-child a:before {
    content: "";
    flex-shrink: 0;
    margin-top: -2px;
    margin-right: 20px;
    width: 11px;
    height: 9px;
    background-image: url(../img/bread-1.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear;
}

.breadcrumbs li:not(:only-child):not(:last-child) a:after {
    content: "";
    flex-shrink: 0;
    margin-left: 15px;
    width: 9px;
    height: 7px;
    background-image: url(../img/bread-2.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear
}

@media screen and (max-width: 800px) {
    .breadcrumbs {
        font-size: 11px;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-primary {
    position: relative;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.widgettitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

#__okGroup0,
#vk_groups {
    width: 100% !important;
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 980px) {
    .sidebar {
        display: none;
    }
}

/* ## Cats */

.cats-widget {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 5px;
    border: 1px solid #e7eaef;
    background-color: #fff;
    border-radius: 20px;
}

.cats-widget .widgettitle {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
}

.cats-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cats-widget .category-list>li {
    position: relative;
    padding: 10px 30px;
    border-top: 1px solid #e7eaef;
}

.cats-widget .category-list>li:not(:last-of-type) {
    margin-bottom: 5px;
}

.cats-widget .category-list>li>a {
    position: relative;
    display: block;
    padding: 3px 50px 3px 0;
    font-family: 'Ruberoid', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.56;
    background-color: transparent;
    border-radius: 5px;
    text-decoration: none;
}

.cats-widget a:hover,
.cats-widget .current-cat>a {
    text-decoration: underline;
}

.cats-widget .category-list>li>a:hover,
.cats-widget .category-list>li.current-cat>a {
    color: #14529f;
}

.cats-widget .category-list>li>ul {
    position: relative;
    flex-direction: column;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.cats-widget .category-list>.current-cat>ul,
.cats-widget .category-list>.current-cat-ancestor>ul {
    display: flex;
}

.cat-item {
    display: flex;
    flex-direction: column;
}

.children .cat-item {
    position: relative;
    align-items: flex-start;
}

.cats-widget .category-list>li>ul a {
    margin-bottom: 2px;
    padding: 2px 20px 4px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.cats-widget .category-list>li>ul>li>a {
    font-size: 16px;
    font-weight: 600;
}

.cats-widget .category-list>li>ul ul a {
    font-size: 14px;
    font-weight: 400;
}

.cats-widget .category-list>li>ul a:hover,
.category-list .current-cat-ancestor ul .current-cat>a {
    color: #fff;
    background-color: #14529f;
}

.cats-widget .category-list>li>ul a:not(:last-of-type) {
    margin-bottom: 5px;
}

.cats-widget .category-list li ul ul {
    margin-left: 20px;
}

/* .cats-widget .category-list li.has_children>a {
    position: relative;
} */

.cats-widget .category-list li.has_children>a>span {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

.cats-widget .category-list>li.has_children>a>span {
    display: none;
}

.cats-widget .category-list ul ul li.has_children>a>span {
    display: none;
}

.cats-widget .category-list ul li.has_children:not(.current-cat-parent)>ul {
    display: none;
}

.cats-widget .category-list li.has_children>a>span:before {
    content: "";
    display: block;
    width: 18px;
    height: 30px;
    background-image: url(../img/bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.cats-widget .category-list li>a.active>span:before,
.cats-widget .category-list li.current-cat>a>span:before,
.cats-widget .category-list li.current-cat-ancestor>a>span:before {
    transform: scale(1, -1);
}

.cats-widget .category-list li.current-cat>a.active>span:before,
.cats-widget .category-list li.current-cat-ancestor>a.active>span:before {
    transform: none;
}

.post-count {
    position: absolute;
    right: 10px;
    top: 14px;
    padding: 5px 5px 3px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    background-color: #f3f6f9;
    border-radius: 5px;
}

.children .post-count {
    display: none;
}

/* ## Button */

.button-load {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #14529f;
    border: 1px solid #3c86c8;
    border-radius: 15px;
}

.button-load:hover {
    color: #fff;
    background-color: #14529f;
}

.button-load svg {
    margin-right: 20px;
    fill: #14529f;
    transition: .3s;
}

.button-load:hover svg {
    fill: #fff;
}

/*-----------------------------------------------------------
# Popup forms
--------------------------------------------------------------*/

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.popup-wrap.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0s;
    overflow-x: hidden;
    overflow-y: auto;
}

.no-scroll {
    overflow: hidden;
}

.popup-wrap .popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup-wrap.active .popup-overlay {
    z-index: 99;
    visibility: visible;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.popup-inner {
    position: relative;
    z-index: 999;
}

.popup-inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-wrap .cross {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-wrap .cross:before,
.popup-wrap .cross:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #c4160f;
}

.popup-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.popup-form .product-form {
    width: 700px;
}

.popup-form p:not(:last-of-type) {
    margin-bottom: 15px;
}

.popup-form textarea {
    height: 150px;
}

@media screen and (max-width: 800px) {
    .popup-wrap {
        align-items: start;
    }
}

@media screen and (max-width: 640px) {
    .popup-inner {
        width: 100%;
    }
}

@media screen and (max-height: 700px) {
    .popup-wrap {
        align-items: start;
    }
}

/* ### Form general */

.popup-form form>div:not(:last-child) {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
}

.form-row:not(:last-child) {
    margin-bottom: 20px;
}

.row-columns>*,
.form-row:only-child>* {
    flex: 1;
}

.row-columns>*:not(:last-child) {
    margin-right: 25px;
}

.form-silence {
    display: none;
}

.popup-form button {
    width: 250px;
    font-size: 17px;
}

@media screen and (max-width: 640px) {
    .form-row {
        flex-direction: column;
    }

    .row-columns>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .row-small>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .popup-form button {
        width: 100%;
    }
}

/* ## Contact form popup */

.contact-form-popup .popup-inner {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 650px;
    background-color: #f3f6f9;
    border-radius: 50px;
}

.contact-form-popup .cross {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.contact-form-popup .cross:before,
.contact-form-popup .cross:after {
    background-color: #de776e;
}

.contact-form-wrap .form-wrap {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap>.h3 {
    margin-bottom: 40px;
}

.contact-form-wrap>.h3 span {
    padding: 0 10px 3px;
    color: #e31e25;
    border: 1px solid #e31e25;
    border-radius: 20px;
}

.contact-form-wrap>.h3~.subheading {
    margin-bottom: 25px;
    margin-top: -15px;
    font-size: 15px;
    line-height: 1.3;
}

.contact-form-popup .form-wrap form {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap .form-wrap form button {
    width: 340px;
    font-size: 17px;
}

@media screen and (max-width: 980px) {
    .contact-form-popup .popup-inner {
        padding: 40px 30px 30px;
    }

    .contact-form-wrap .form-wrap form button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .contact-form-wrap input[type="tel"] {
        height: auto;
    }
}

@media screen and (max-height: 840px) {
    .contact-form-wrap picture {
        display: none;
    }

    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
    }

    .contact-form-wrap .info-block {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-height: 480px) {
    .contact-form-wrap .info-block {
        display: none;
    }
}

/* ## Call form */

.call-form button {
    margin-top: 25px;
    padding: 15px 30px;
    width: 260px;
    border-radius: 10px;
}

@media screen and (max-width: 640px) {
    .call-form button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Loaders
--------------------------------------------------------------*/

.form--js {
    position: relative;
}

.form--js~.button-load--js {
    display: none;
    margin-top: 20px;
}

.loader {
    --size: 6px;
    --width: 64px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.loader-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 245, 249, 0.5);
    border-radius: 50px;
}

.loader:after {
    content: '';
    position: absolute;
    top: calc(50% - var(--width) / 2);
    left: calc(50% - var(--width) / 2);
    display: block;
    width: var(--width);
    height: var(--width);
    margin: 8px;
    border-radius: 50%;
    border: var(--size) solid #2e67a6;
    border-color: #2e67a6 transparent #2e67a6 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: flex;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #f3f6f9;
}

@media screen and (max-width: 1140px) {
    .site-footer {
        flex-direction: column;
    }
}

/* ## Footer block */

.footer-block:not(:last-child) {
    margin-right: 10px;
}

.footer-block:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1.3;
}

.footer-block:nth-child(2) {
    flex: 1;
}

.footer-block:nth-child(3) {
    flex: 2;
}

.footer-block .button {
    margin-top: 20px;
    height: 50px;
}

@media screen and (max-width: 1140px) {
    .footer-block:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

/* ## Footer block 1 */

.footer-block .logo {
    margin-bottom: 20px;
}

.footer-block .copyright {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-block .call-wrap {
    align-items: flex-start;
}

/* ## Footer menu */

.footer-menu .h3 {
    margin-bottom: 25px;
}

.footer-menu .menu {
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu .sub-menu {
    display: none;
}

.footer-menu .menu li {
    display: flex;
    margin-bottom: 5px;
    width: 48%;
}

.footer-menu .menu a,
.footer-menu .menu span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.footer-menu .menu a:hover {
    text-decoration: underline;
}

/* ## Scroll to top */

#scroll-button {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    width: 35px;
    text-align: center;
}

#scroll-button_up {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    background-color: #e31e25;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-button_up svg {
    width: 30px;
    height: 13px;
}

@media screen and (max-width: 800px) {
    #scroll-button {
        display: none;
    }
}
#input2 {     align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 14px;
    color: #242222;
    line-height: 1.2;
    text-align: center;
    background-color: #aec9eb78;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    display: inline-block;
	font-weight: 300;
    margin: 3px;}

.container {
    display: flex;
    flex-wrap: wrap;
}

.block {
    width: 100%;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .block {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .block {
        width: 20%;
    }
}	

.vozdyh-img {
	display: flex;
max-width: 200px;}

.vozdyh a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
	text-decoration: none;
}
.block2 {
    width: 100%;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .block2 {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .block2 {
        width: 50%;
    }
}	
.katalogslink {
  color: white;
}
.container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    flex: 0 0 calc(33.333% - 20px); /* 3 карточки в ряд с учетом отступов */
    box-sizing: border-box;
	font-size: 14px;
}

.card2 h3 {
    margin: 0 0 10px;
}

.card2 p {
    margin: 0;
}
 .containerkos {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .blockkos {
            width: calc(20% - 10px);
            padding: 10px;
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
.blockkos {

  padding: 10px;
  background-color: #f3f6f9;
  border: 1px solid #88b4dd;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-grow: 1;
}
.h7 {
  height: 70px;
}
@media (max-width: 768px) {
    .blockkos {
       width: calc(100% - 10px);
    }
}
@media (max-width: 2768px) {
    .blockkos {
        max-width: calc(120% - 10px);
    }
}
.container2 {
  display: flex;
  flex-wrap: wrap;

}

/* Для больших экранов — горизонтальное расположение (по умолчанию) */
@media (min-width: 768px) {
  .container2 {
    flex-direction: row;
  }
}

/* Для мобильных устройств — вертикальное расположение */
@media (max-width: 767px) {
  .container2 {
    flex-direction: column;
  }
  
  /* Можно дополнительно настроить карточки, чтобы они занимали всю ширину */
  .card {
    width: 100%;
  }
}
  /* Стили для блока отдела продаж */
  .sales-department {
    flex: 1;
    padding: 20px;
    background: #e2e2e2;
  }

  /* Стили для блока с кнопками */
  .buttons {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: row; /* Кнопки в одну строку */
    align-items: center;
    justify-content: center;
  }

  /* Общие стили для кнопок */
  button-news2 {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  
@media screen and (min-width: 800px) {
    .container-news2 {
  display: flex;
  max-width: 1200px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}}

  /* Стили для маленького блока слева */
  .small-block1 {
    flex: 1; /* Меньше места */

    padding: 20px;
  }

  /* Стили для большого блока справа */
  .large-block1 {
    flex: 3; /* Больше места */
  }
  /* Стили для кнопки WhatsApp */
  .whatsapp-button {
		max-width: 255px;
    display: flex;
    align-items: center;
    background-color: #25D366; /* Официальный зелёный цвет WhatsApp */
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
  }

  .whatsapp-button:hover {
    background-color: #1ebe5f; /* Темнее при наведении */
  }

  .whatsapp-icon {
    margin-right: 10px;
    font-size: 24px;
  }
/* Стили для кнопки Telegram */
  .telegram-button {
		max-width: 155px;
    display: flex;
    align-items: center;
    background-color: #0088cc; /* Характерный синий цвет Telegram */
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
  }

  .telegram-button:hover {
    background-color: #0077b5; /* Темнее при наведении */
  }

  .telegram-icon {
    margin-right: 10px;
    font-size: 24px;
  }

@media (max-width: 768px) {
    .small-block1 {
      display: none; /* Скрывает .small-block1 на мобильных устройствах */
    }
  }
.cat-item.cat-item-232 {
  display: none;
}
.whatsapp-button {
  text-decoration: none !important;
}

.telegram-button {
  text-decoration: none !important;
}
.call-button.button2 {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background-color: #14529f;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
}

.call-button.button2:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background-color: #367bcee8;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
  box-shadow: 1px 1px 1px #367bcee8, -1px -1px 1px #367bcee8;}
