html {
    line-height: 1.15;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0px;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

::before, ::after {
    box-sizing: border-box;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0px;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

@media print {
    *, ::before, ::after {
        color: rgb(0, 0, 0) !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after, a[href^="javascript:"]::after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid rgb(153, 153, 153);
        break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        break-after: avoid;
    }
}

:root {
    --text: #000000;
    --regular-text: 16px;
    --lineheight: 1.375;
    --userfont: "Proxima Nova", sans-serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0px;
    padding: 0px;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

input[type="submit"], button {
    cursor: pointer;
}

::placeholder {
    color: rgb(171, 156, 156);
}

::selection {
    background: rgb(84, 84, 192);
    color: rgb(255, 255, 255);
}

input, textarea {
    outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid, textarea:required:valid {
    border-color: green;
}

:focus {
    outline: none;
}

body {
    font-family: var(--userfont);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    background: #ffffff;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: rgb(202, 202, 202);
    color: rgb(0, 0, 0);
}

.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.font-weight-75, .font-weight-hairline {
    font-weight: 75;
}

.font-weight-100, .font-weight-thin {
    font-weight: 100;
}

.font-weight-300, .font-weight-light {
    font-weight: 300;
}

.font-weight-400, .font-weight-regular, .font-weight-book {
    font-weight: 400;
}

.font-weight-500, .font-weight-medium {
    font-weight: 500;
}

.font-weight-600, .font-weight-demi, .font-weight-semibold {
    font-weight: 600;
}

.font-weight-700, .font-weight-bold {
    font-weight: 700;
}

.font-weight-800, .font-weight-extrabold, .font-weight-xbold {
    font-weight: 800;
}

.font-weight-900, .font-weight-black, .font-weight-heavy {
    font-weight: 900;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

.wrapper__box {
    overflow: hidden;
}

.wrapper__main {
    margin-left: auto;
    margin-right: auto;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1106px;
    padding-left: 15px;
    padding-right: 15px;
}

.ps-button {
    border: 0.125rem solid rgb(0, 145, 165);
    line-height: 1;
    color: rgb(0, 145, 165);
    text-decoration: none;
    text-align: center;
    padding: 22px 15px 21px;
    display: block;
    width: 100%;
    background: none;
    max-width: 295px;
    text-transform: uppercase;
}

.header {
    position: relative;
}

.header__container {
}

.header__main {
}

.header__row {
}

.header__col {
}

.header__col_logo {
}

.header__col_main {
    width: 100%;
}

@media (max-width: 1400px) {
    .header__row {
        display: flex;
        align-items: center;
    }
}

.header__above {
    display: flex;
    justify-content: right;
    align-items: center;
    box-shadow: rgb(112, 112, 112) 0px -0.0625rem 0px 0px inset;
}

.header__below {
    margin-left: -73px;
    position: relative;
}

@media (max-width: 1700px) {
    .header__below {
        margin-left: 0px;
    }
}

.header__below::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    height: 0.125rem;
    width: 10000px;
}

.logo {
    width: 237px;
    padding: 0px 1rem;
    text-align: center;
    position: absolute;
    top: 2.40625rem;
    left: 0px;
    z-index: 3;
}

.logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.logo_mobile {
    display: none;
}

.logo::after {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    right: 0px;
    height: 10000px;
    width: 1px;
    background: rgb(242, 242, 242);
    z-index: 1;
    pointer-events: none;
}

.logo img {
    width: 6.875rem;
    height: auto;
}

@media (max-width: 1700px) {
    .logo {
        width: auto;
    }
}

@media (max-width: 1400px) {
    .logo {
        position: static;
        width: 4.6rem;
        padding-left: 0px;
    }

    .logo img {
        width: auto;
    }
}

.logo__link {
}

.logo__svg {
}

.logosvg {
}

.logosvg__text {
}

.langlist {
    font-size: 0.875rem;
    color: rgb(112, 112, 112);
    padding: 0px;
    margin: 0px auto 0px 0px;
}

.langlist .current-lang {
    color: rgb(0, 0, 0);
}

.langlist li {
    display: inline-block;
}

.langlist a {
    color: inherit;
    text-decoration: none;
}

.langlist li::before {
    content: " | ";
}

.langlist li:first-child::before {
    display: none;
}

.hcontacts {
}

.hcontacts__list {
    display: flex;
    align-items: center;
}

.hcontacts__item {
    padding: 0px 10px;
}

.hcontact {
    position: relative;
    line-height: 1;
}

.hcontact_mail {
}

.hcontact_phone {
}

.hcontact_youtube {
}

.hcontact__main {
    display: flex;
    align-items: center;
}

.hcontact__linkcover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.hcontact__iconbox {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    font-size: 0px;
}

.hcontact__picture {
}

.hcontact__pic {
}

.hcontact__text {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    font-size: 0.875rem;
}

.topcallback {
    margin-left: 15px;
}

.topcallback__btn {
    font-size: 0.875rem;
    background: rgb(0, 145, 165);
    display: block;
    line-height: 1;
    border: none;
    padding: 16px 11px 17px 10px;
    color: rgb(255, 255, 255);
}

.navmain {
    position: relative;
}

.navmain__menu {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    list-style: none;
    margin: 0px -16px;
    display: flex;
    align-items: center;
}

.navmain__menu li {
    padding: 21px 16px 24px;
}

.navmain__menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navmain__menu .sub-menu li {
    padding: 0px;
}

.navmain__menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0px 47px 20px;
    align-items: start;
}

.navmain__menu > li.current-menu-item>.navmain__linktext {
    position: relative;
}

.navmain__menu > li.current-menu-item>.navmain__linktext:after {
    content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 14px;
}

.navmain__menu > li:hover > .sub-menu, .navmain__menu > li:focus > .sub-menu {
    display: flex;
}

.navmain__menu > li > .sub-menu::before {
    content: "";
    background: linear-gradient(0deg, rgb(66, 140, 200), rgb(0, 145, 165));
    position: absolute;
    top: 0px;
    left: -9px;
    height: 100%;
    width: 100000px;
    z-index: -1;
}

.navmain__menu > li > .sub-menu > li {
    background: rgb(255, 255, 255);
    flex-basis: 0px;
    flex-grow: 1;
    max-width: 100%;
    padding-bottom: 0px;
    align-self: stretch;
}

.navmain__menu > li > .sub-menu > li::before {
    content: "";
    background-color: rgb(66, 140, 200);
    background-image: url("../images/menu-bg-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 136px;
}

.navmain__menu > li > .sub-menu > li.chemistry-col {
    margin-left: 17px;
    max-width: 347px;
}

.navmain__menu > li > .sub-menu > li.chemistry-col::before {
    background-image: url("../images/menu-bg-2.jpg");
}

.navmain__menu > li > .sub-menu > li.chemist-col::before {
    background-image: url("../images/menu-bg-3.png");
}

.navmain__menu > li > .sub-menu > li > .navmain__linktext {
    font-weight: bold;
    font-size: 20px;
    color: rgb(65, 65, 65);
    padding: 23px 0px 0px 25px;
}

.navmain__menu > li > .sub-menu > li > .navmain__linktext::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(65, 65, 65);
    margin-top: 11px;
}

.navmain__menu > li > .sub-menu > li > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 28px;
    font-size: 16px;
    font-weight: normal;
}

.navmain__menu > li > .sub-menu > li.chemistry-col > .sub-menu {
    padding-top: 9px;
    padding-bottom: 4px;
}

.navmain__menu > li > .sub-menu > li > .sub-menu > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 17px 0px;
}

.navmain__menu > li > .sub-menu > li.chemistry-col > .sub-menu > li {
    flex-basis: 100%;
    max-width: 100%;
    padding: 4px 0px;
}

.navmain__menu > li > .sub-menu > li > .sub-menu > li > .navmain__linktext {
    font-weight: 800;
    margin-bottom: 7px;
}

.navmain__menu > li > .sub-menu > li.chemistry-col > .sub-menu > li > .navmain__linktext {
    font-weight: normal;
}

.navmain__menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
    padding: 6px 0px;
}

.navmain__menu a {
    color: inherit;
    text-decoration: none;
}

.maintopblock {
    margin-top: 71px;
}

.maintopblock__container {
    position: relative;
}

.maintopblock__main {
    max-width: 50%;
}

.maintopblock__slogan {
    font-size: 1.375rem;
    font-weight: bold;
    padding-bottom: 44px;
    max-width: 95%;
}

.maintopblock__picture {
    position: absolute;
    bottom: 0px;
    width: 50%;
    left: 50%;
    height: 100%;
    padding-top: 3.85%;
}

.maintopblock__pic {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.maintopblock__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.maintopblock__content {
    background: rgb(66, 140, 200);
    color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 6.4375rem;
    position: relative;
    padding-right: 10px;
}

.maintopblock__content::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0px;
    background: rgb(66, 140, 200);
    height: 100%;
    width: 10000px;
}

.maintopblock__title {
    font-size: 2.75rem;
    line-height: 1.27273;
    margin: 0px;
    font-weight: bold;
}

.maintopblock__description {
    margin-top: 12px;
    max-width: 455px;
}

.maintopblock__description p {
    margin-top: 0px;
    margin-bottom: 1em;
}

.maintopblock__navigation {
    margin-top: 26px;
}

.maintopblock__btn {
    border: 0.125rem solid rgb(255, 255, 255);
    line-height: 1;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 22px 15px 21px;
    max-width: 13.9375rem;
    text-transform: uppercase;
}

.consults {
    background: rgb(242, 242, 242);
    padding-top: 44px;
    padding-bottom: 66px;
}

.consults__container {
}

.consults__main {
}

.consults__list {
}

.consults__item {
}

.cardslist {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.cardslist__item {
    padding: 10px;
    width: 33.3333%;
}

.itembox {
}

.itembox__main {
    position: relative;
}

.itembox__coverlink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: red;
    font-size: 0px;
    line-height: 1;
    opacity: 0;
}

.itembox__picture {
    padding-bottom: 73.8506%;
}

.itembox__piclinkcover {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
    line-height: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.itembox__pic {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.itembox__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.itembox__content {
    color: rgb(33, 34, 35);
    border-width: 1px 1px 6px;
    border-style: solid;
    border-color: rgb(66, 140, 200);
    border-image: initial;
    padding: 30px 20px 53px 30px;
}

.itembox__title {
    font-size: 1.5rem;
    line-height: 1.24;
    font-weight: bold;
    color: rgb(0, 145, 165);
    padding-top: 10px;
}

.itembox__title a {
    text-decoration: none;
}

.itembox__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 14px;
}

.itembox__title a {
    color: inherit;
}

.itembox__description {
    margin-top: 31px;
    font-size: 1rem;
}

.itembox__nav {
    margin-top: 33px;
}

.itembox__btn {
    background: none;
    padding: 0px;
    border: none;
    text-transform: uppercase;
    text-decoration: underline;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    text-underline-offset: 2px;
}

.itembox__btn:hover, .itembox__btn:focus {
    text-decoration: none;
}

.achievements {
    background: rgb(0, 145, 165);
}

.achievements__container {
}

.achievements__main {
}

.achievements__list {
    display: flex;
    justify-content: space-around;
    margin: 0px -10px;
}

.achievements__item {
    padding: 5px 10px 5px;
    width: 33.3333%;
}

.achievement {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    padding: 10px 0px;
}

.achievement__title {
    font-size: 2.875rem;
    font-weight: bold;
    padding: 5px 0px;
}

.achievement__description {
    font-size: 1rem;
    padding: 5px 0px;
}

.service-department {
    padding-top: 48px;
    padding-bottom: 48px;
}

.service-department__container {
}

.service-department__main {
}

.service-department__header {
}

.service-department__title {
    font-size: 2.75rem;
    font-weight: 800;
    margin: 0px 0px 45px;
}

.service-department__content {
}

.service-department__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-department__col {
}

.service-department__col_subtitle {
    width: 16.6667%;
}

.service-department__col_list {
    width: 33.3333%;
}

.service-department__col_form {
    width: 50%;
}

.service-department__subtitle {
    color: rgb(0, 145, 165);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
}

.service-department__subtitle::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 8px;
}

.service-department__content ul, .service-department__list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.service-department__content ul li, .service-department__list li {
    margin-top: 26px;
}

.service-department__content ul li:first-child, .service-department__list li:first-child {
    margin-top: 0px;
}

.service-department__content ul li::before, .service-department__list li::before {
    content: "> ";
}

.service-department__formbox {
}

.consultation-popup {
    padding: 0px;
    max-width: 550px;
}

.consultation {
    background: rgb(66, 140, 200);
    color: rgb(255, 255, 255);
    padding: 17px 30px 40px;
}

.consultation .wpcf7-spinner {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.consultation__title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 32px;
}

.consultation__fieldbox {
    padding: 10px 0px;
}

.consultation__field {
    border: 1px solid rgb(255, 255, 255);
    background: none;
    padding: 5px 20px;
    height: 53px;
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
}

.consultation__field.wpcf7-not-valid {
    border-color: red;
}

.consultation .wpcf7-not-valid-tip {
    display: none;
}

.consultation .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
}



.consultation__field::placeholder {
    color: rgb(255, 255, 255);
}

.consultation__notice {
    font-size: 0.8125rem;
    margin-top: 10px;
    padding-left: 20px;
}

.consultation__submitbox {
    margin-top: 54px;
    text-align: center;
}

.consultation__submit {
    font-size: 1.0625rem;
    line-height: 1;
    padding: 21px 15px 20px;
    width: 100%;
    max-width: 400px;
    font-weight: bold;
    text-transform: uppercase;
    background: rgb(255, 255, 255);
    border: none;
}

.predesign {
    position: relative;
}

.predesign__bgpbox {
    padding-right: 50%;
    background: linear-gradient(90deg, rgb(242, 242, 242) 50%, rgb(0, 145, 165) 50%);
    padding-top: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.predesign__bgpicture {
    margin-right: -33.625rem;
    height: 100%;
}

.predesign__bgpic {
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.predesign__bgimg {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.predesign__container {
    position: relative;
    z-index: 3;
}

.predesign__main {
    padding-top: 50px;
    padding-bottom: 54px;
}

.predesign__content {
    padding: 39px 50px 76px;
    width: 33.625rem;
    margin-left: auto;
    background: rgb(255, 255, 255);
}

.predesign__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
}

.predesign__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 36px;
}

.predesign__descr {
    font-weight: bold;
    line-height: 1.5;
    margin-top: 71px;
    max-width: 320px;
}

.predesign__nav {
    margin-top: 33px;
}

.predesign__btn {
    text-transform: uppercase;
    text-decoration: underline;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.01em;
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

.predesign__btn:hover, .predesign__btn:focus {
    text-decoration: none;
}

.mainarticles {
    padding-top: 51px;
    padding-bottom: 50px;
}

.mainarticles .itembox__content {
    padding: 0px;
    border: none;
}

.mainarticles .itembox__description {
    padding-right: 30px;
}

.mainarticles__container {
}

.mainarticles__main {
}

.mainarticles__header {
}

.mainarticles__title {
    font-size: 44px;
    margin: 0px;
    line-height: 1;
}

.mainarticles__content {
    padding-top: 30px;
}

.mainarticles__list {
    margin: 0px -22px;
}

.mainarticles__item {
    padding: 22px;
}

.ourclients {
    padding-top: 18px;
    padding-bottom: 20px;
    margin-bottom: 62px;
}

.ourclients__container {
}

.ourclients__main {
}

.ourclients__header {
}

.ourclients__title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin: 0px;
}

.ourclients__content {
    padding-top: 74px;
}

.ourclients__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ourclients__col {
    justify-content: space-around;
    flex-direction: column;
    display: flex;
}

.ourclients__item {
    padding: 5px 0px;
}

.ourclientbox {
    max-width: 305px;
    text-align: center;
}

.footer {
    background: rgb(242, 242, 242);
    padding: 31px 0px 0px;
}

.footer__container {
}

.footer__main {
}

.footer__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    justify-content: space-between;
}

.footer__col {
    padding: 0px 15px;
}

.footer__col_logo {
    width: 100%;
    max-width: 339px;
    max-width: 295px;
    text-align: center;
}

.footer__col_navs {
    order: -1;
    padding-top: 12px;
}

.footer__navigation {
}

.footer__contacts {
    margin-top: 75px;
    line-height: 1.2;
}

.footcontacts {
    font-size: 14px;
    font-weight: bold;
}

.footcontacts a {
    color: inherit;
    text-decoration: none;
}

.footcontacts__row {
    display: flex;
    flex-wrap: wrap;
}

.footcontacts__col {
}

.footcontacts__col_address {
    margin-right: 65px;
}

.footcontacts__col_info {
}

.footnav {
}

.footnav__menu {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 0px;
    list-style: none;
    margin: 0px -16px;
    display: flex;
    align-items: center;
}

.footnav__menu li {
    padding: 21px 16px 24px;
}

.footnav__menu a {
    color: inherit;
    text-decoration: none;
}

.footerlogo {
}

.footerlogo img {
    width: 112px;
}

.footer__below {
    border-top: 2px solid rgb(66, 140, 200);
    margin-top: 35px;
    color: rgba(33, 34, 35, 0.5);
    font-size: 14px;
    padding: 17px 0px 21px;
}

.footer__below a {
    color: inherit;
    text-decoration: none;
}

.footer__below a:hover, .footer__below a:focus {
    text-decoration: underline;
}

.footer__belowmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.breadcrumbs {
    color: rgb(112, 112, 112);
    line-height: 1;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: none;
}

.catalog {
    padding-top: 13px;
}

.catalog_sub {
}

.catalog__container {
}

.catalog__main {
}

.catalog__header {
    position: relative;
    z-index: 3;
    margin-bottom: 0px;
}

.catalog__breadcrumbs {
}

.catalog__breadcrumbs a {
}

.catalog__title {
    font-size: 44px;
    line-height: 1.28;
    font-weight: bold;
    margin: 21px 0px -4px;
    max-width: 450px;
    color: rgb(33, 34, 35);
}

.catalog__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 4px;
}

.catalog_sub .catalog__title::after {
    border-bottom-color: rgb(0, 145, 165);
    margin-top: 4px;
}

.catalog__topblockwrap {
    margin-top: 0px;
}

.catalog_sub .catalog__topblockwrap {
}

.catalog__abovenav {
    background: rgb(65, 65, 65);
    color: rgb(255, 255, 255);
}

.catalog__subcats {
    margin-top: 61px;
}

.catalog__entrycontent {
    margin-top: -52px;
    padding-top: 111px;
    background: linear-gradient(rgb(242, 242, 242) 46%, transparent 30%);
    margin-bottom: 77px;
}

.catalog__entry {
}

.catalog__entry h2 {
    margin: 0px 0px 38px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.catalog__entry h2::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 19px;
}

.catalog__entry p {
    margin: 1.4em 0px;
}

.catalog__entryorderbtn {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.full-cards-table, .squaresgroup {
    margin-top: 71px;
    width: 100%;
    color: rgb(255, 255, 255);
    border: none;
    border-collapse: collapse;
}

.squaresgroup .wp-block-columns {
    gap: 0px;
    margin: 0px;
}

.full-cards-table td, .squaresgroup .wp-block-column {
    padding: 46px 55px 40px 37px;
    font-size: 22px;
    line-height: 1;
    height: 485px;
    vertical-align: top;
    width: 50%;
    border: none;
}

.full-cards-table h2::after, .squaresgroup h2::after {
    margin-top: 12px;
    border-bottom-color: rgb(255, 255, 255);
}

.full-cards-table h2, .squaresgroup h2 {
    margin-bottom: 42px;
}

.catalogtypes {
    font-weight: bold;
    font-size: 23px;
    line-height: 1;
    padding: 62px 0px 67px;
}

.catalogtypes__menu {
    display: flex;
    justify-content: space-around;
    max-width: 530px;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.catalogtypes__menu li::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 17px;
    opacity: 0;
}

.catalogtypes__menu li.current-menu-item::after {
    opacity: 1;
}

.catalogtypes a {
    color: inherit;
    text-decoration: none;
}

.topblock {
    position: relative;
    color: rgb(255, 255, 255);
}

.topblock_sub {
}

.topblock_full {
}

.topblock__container {
    position: relative;
    z-index: 2;
    padding-bottom: 139px;
    padding-top: 22px;
}

.topblock_sub .topblock__container {
    padding-bottom: 69px;
}

.topblock_full .topblock__container {
    padding-top: 33px;
    padding-bottom: 0px;
    min-height: 836px;
}

.topblock__main {
}

.topblock__breadcrumbs .breadcrumbs {
    color: rgb(255, 255, 255);
}

.topblock__breadcrumbs a {
    color: inherit;
}

.topblock__picture {
    position: absolute;
    top: 0px;
    width: 100%;
    padding-left: 46.8%;
    left: 0px;
    height: 100%;
    z-index: 2;
    padding-top: 95px;
}

.topblock_full .topblock__picture {
    padding-left: 238px;
    padding-top: 0px;
}

.topblock_full .topblock__pic {
    position: relative;
}

.topblock_full .topblock__pic::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgb(1, 30, 58), transparent);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.topblock__pic {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.topblock__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.topblock__slogan {
    font-size: 18px;
    color: rgb(33, 34, 35);
    font-weight: bold;
    position: relative;
    z-index: 3;
    padding: 5px 0px 6px;
}

.topblock__slogancnt {
    max-width: 450px;
    padding-top: 24px;
    line-height: 1.45;
    min-height: 200px;
}

.topblock__slogancnt p {
    margin: 0px 0px 1.4em;
}

.topblock__content {
    position: relative;
}

.topblock__content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 115px;
    width: 100%;
    height: 100%;
    background: rgb(0, 145, 165);
    border-top-left-radius: 117px;
}

.topblock_sub .topblock__content::before {
    border-top-left-radius: 0px;
}

.topblock_full .topblock__content::before {
    display: none;
}

.topblock__cntmain {
    position: relative;
    z-index: 2;
    padding-top: 45px;
    padding-bottom: 40px;
    min-height: 496px;
    max-width: 425px;
}

.topblock_sub .topblock__cntmain {
    padding-top: 31px;
    line-height: 1.445;
    min-height: 367px;
}

.topblock_full .topblock__cntmain {
    padding-top: 22px;
    line-height: 1.445;
    min-height: 367px;
    max-width: 660px;
}

.topblock__title {
    font-size: 44px;
    line-height: 1.23333;
    margin: 0px;
}

.topblock__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 4px;
}

.topblock__description {
    font-size: 22px;
    font-weight: bold;
}

.topblock__description p {
    margin: 1em 0px 1.36364em;
}

.topblock_sub .topblock__description {
    font-size: 18px;
}

.topblock_full .topblock__description {
    padding-top: 20px;
    line-height: 1.36364;
    padding-bottom: 13px;
}

.topblock__navigation {
    margin-top: 41px;
}

.topblock_sub .topblock__navigation {
    margin-top: 20px;
}

.topblock__btn {
    border: 0.125rem solid rgb(255, 255, 255);
    line-height: 1;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 22px 15px 21px;
    max-width: 295px;
    text-transform: uppercase;
}

.topblock_full .topblock__btn {
    border: 2px solid transparent;
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
}

.topblock_full .topblock__btn:hover, .topblock_full .topblock__btn:focus {
    background: rgb(66, 140, 200);
}

.subcats {
}

.subcats__title {
    text-align: center;
}

.subcats__list {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subcats__item {
    padding: 10px;
    width: 33.3333%;
}

.subcats__itembox {
    border-width: 2px;
    border-style: solid;
    height: 100%;
}

.subcats__item:nth-child(3n+1) .subcats__itembox {
    border-color: rgb(33, 34, 35);
    background: rgb(33, 34, 35);
}

.subcats__item:nth-child(3n+2) .subcats__itembox {
    border-color: rgb(0, 145, 165);
    background: rgb(0, 145, 165);
}

.subcats__item:nth-child(3n+3) .subcats__itembox {
    border-color: rgb(66, 140, 200);
    background: rgb(66, 140, 200);
}

.subcatbox {
    color: rgb(255, 255, 255);
    height: 100%;
}

.subcatbox a {
    color: inherit;
}

.subcatbox__main {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.subcatbox__linkcover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 0px;
    line-height: 1;
}

.subcatbox__picture {
    padding-bottom: 77%;
}

.subcatbox__pic {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.subcatbox__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.subcatbox__content {
    padding: 31px 20px 38px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.subcatbox__title {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.subcatbox__title a {
    text-decoration: none;
}

.subcatbox__title::after {
    content: "";
    display: none;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 10px;
}

.subcatbox__titlelink {
}

.entry-content {
}

.ps-outlinebtnblock {
    text-align: center;
    padding-top: 35px;
}

.ps-outlinebtnblock a, .ps-outlinebtnblock button {
    text-transform: uppercase;
    max-width: 294px;
}

.ps-outlinebtnblock.is-style-outline > .wp-block-button__link, .ps-outlinebtnblock .wp-block-button__link.is-style-outline {
    padding: 19px 0px 18px;
}

.catalog__tabsblock {
    margin-top: 43px;
}

.subcatstabs {
}

.subcatstabs__nav {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.subcatstabs__nav li {
    display: block;
    padding: 10px;
    width: 365px;
}

.subcatstabs__nav a {
    background: none;
    text-decoration: none;
    color: rgb(33, 34, 35);
    display: flex;
    height: 116px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #428CC8;
}

.subcatstabs__nav .active a {
    background: rgb(66, 140, 200);
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.subcatstabs__tabcontent {
    position: relative;
    margin-top: 42px;
    padding-top: 44px;
    padding-bottom: 54px;
}

.subcatstabs__tabcontent::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 4px solid rgb(66, 140, 200);
    box-sizing: content-box;
    padding-left: 250px;
    padding-right: 250px;
    width: 100%;
    display: block;
}

.subcatslist {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}

.subcatslist__item {
    padding: 10px;
    width: 33.3333%;
}

.subcatslist .itembox__main {
    border-width: 1px 1px 6px;
    border-style: solid;
    border-color: rgb(66, 140, 200);
    border-image: initial;
}

.subcatslist .itembox__picture {
    padding-bottom: 57.5%;
}

.subcatslist .itembox__content {
    border: none;
    padding-top: 9px;
    padding-bottom: 34px;
}

.subcatslist .itembox__title::after {
    margin-top: 18px;
}

.subcatslist .itembox__description {
    margin-top: 25px;
}

.productslist {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
}

.productslist_carousel {
    display: block;
}

.productslist_carousel .carousel {
    display: flex;
    width: 100%;
}

.productslist__item {
    padding: 20px 10px;
    width: 33.3333%;
}

.carousel .productslist__item {
    width: 100%;
    height: 100%;
}

.productbox {
    width: 100%;
    height: 100%;
}

.productbox__main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.productslist .carousel__slide {
    width: 33.3333%;
    padding: 0px;
}

.productslist .carousel__button {
    width: 43px;
    height: 43px;
    padding: 6px;
    border: 1px solid rgb(0, 145, 165);
    border-radius: 0px;
}

.productslist .carousel__button[disabled] {
    opacity: 0.7;
}

.productslist .carousel__button svg {
    width: 100%;
    height: 100%;
}

.productslist .carousel__button.is-prev {
    right: 100%;
    left: auto;
    margin-right: 33px;
}

.productslist .carousel__button.is-next {
    right: auto;
    left: 100%;
    margin-left: 33px;
}

.productbox {
}

.productbox__main {
    border: 2px solid rgb(66 140 200);
    position: relative;
}

.productbox__coverlink {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
    line-height: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

.productbox__picture {
    padding-bottom: 115.45%;
    position: relative;
}

.productbox__piclinkcover {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
    line-height: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.productbox__pic {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.productbox__img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.productbox__content {
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    color: rgb(255, 255, 255);
    padding: 19px 35px 21px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.productbox__title {
    font-size: 23px;
    font-weight: bold;
}

.productbox__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 6px;
}

.productbox__title a {
    text-decoration: none;
    color: inherit;
}

.productbox__titlelink {
}

.productbox__bottom {
    margin-top: auto;
}

.productbox__excerpt {
    margin-top: 20px;
}

.productbox__price {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-top: 35px;
    text-align: center;
}

.productbox__price_empty {
    font-size: 32px;
}

.productbox__btnsblock {
    margin: 16px -13px 0px -10px;
}

.productbox__btn {
    color: rgb(255, 255, 255);
    background: rgb(65, 65, 65);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}

.productbox__btn {
    color: rgb(6 145 168);
    background: rgb(255 255 255);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    /* text-decoration: underline; */
    border-radius: 3px;
    width: 193px;
    margin: 0 auto;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
}

.productbox__btn:hover, .productbox__btn:focus {
    color: #fff;
    background: rgb(1 30 58 / 60%);

}

.productbox__btn:active {
    box-shadow: none;
    transform: translate(1px, 1px);
}

.productpage {
    position: relative;
}

.productpage__header {
    color: rgb(255, 255, 255);
}

.productpage__header::before {
    content: "";
    display: block;
    height: 367px;
    background: rgb(0, 145, 165);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 237px;
}

.productpage__headermain {
    position: relative;
    z-index: 2;
    padding-top: 38px;
}

.productpage__headermain::before {
    content: "";
    display: block;
    left: 44%;
    background: rgb(65, 65, 65);
    width: 10000px;
    height: 100%;
    position: absolute;
    top: 0px;
}

.productpage__headercontent {
    position: relative;
}

.productpage__headrow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
}

.productpage__headcol {
}

.productpage__headcol_gallery {
    width: 44%;
}

.productpage__headcol_info {
    width: 56%;
    padding-left: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.productpage__breadcrumbs {
}

.productpage__breadcrumbs .breadcrumbs {
    color: rgb(255, 255, 255);
}

.productpage__galleryblock {
    position: relative;
    display: block;
    height: 0px;
    padding: 0px 0px 153.4%;
    overflow: hidden;
}

.productpage__gallerywrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    display: flex;
    align-items: center;
}

.productpage__gallery {
    height: 100%;
    width: 100%;
}

.productpage__galleryzoom {
}

.productpage__title {
    font-size: 44px;
    margin: 0px;
    line-height: 1.28;
}

.productpage__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: -2px;
}

.productpage__descr {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 44px;
    max-width: 575px;
}

.productpage__descr a {
    color: inherit;
}

.productpage__descr a:hover, .productpage__descr a:focus {
    text-decoration: none;
}

.productpage__descr p {
    margin: 1.45em 0px 0px;
}

.productpage__controls {
    margin-top: auto;
}

.productpage__price {
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}

.productpage__buttons {
    display: flex;
    margin: 13px -14px 0px;
    flex-wrap: wrap;
}

.productpage__buttonwrap {
    padding: 5px 14px;
}

.productpage__btn {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    padding: 22px 15px 21px;
    border: 2px solid transparent;
    background-clip: content-box;
    max-width: 100%;
}

.productpage__btn_call {
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    width: 295px;
}

.productpage__btn_call:hover, .productpage__btn_call:focus {
    background: rgb(66, 140, 200);
}

.productpage__btn_download {
    border: 2px solid rgb(0, 145, 165);
    width: 255px;
}

.productpage__btn_download:hover, .productpage__btn_download:focus {
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
}

.productpage__entrycontent {
    margin-top: 65px;
}

.productpage__entry {
    font-size: 18px;
    line-height: 1.45;
}

.productpage__entry h2 {
    margin: 0px 0px 31px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.productpage__entry h2::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 11px;
}

.productpage__entry p {
    margin: 1.4em 0px 0px;
}

.productpage__entry p:first-child {
    margin-top: 0px;
}

.productpage__entry .wp-block-table {
    display: block;
    margin: 35px -5px;
}

.productpage__entry .wp-block-table table {
    line-height: 1;
    width: auto;
}

.productpage__entry .wp-block-table table thead {
    color: rgb(255, 255, 255);
}

.productpage__entry .wp-block-table table tr {
    background: rgba(64, 64, 64, 0.23);
}

.productpage__entry .wp-block-table table thead tr {
    background: rgb(66, 140, 200);
}

.productpage__entry .wp-block-table table tr:nth-child(2n) {
    background: rgba(64, 64, 64, 0.16);
}

.productpage__entry .wp-block-table table th, .productpage__entry .wp-block-table table td {
    border: 5px solid rgb(255, 255, 255);
    width: 211px;
    height: 52px;
    padding-left: 20px;
}

.productpage__entry .wp-block-table table th {
}

.productpage__entry .wp-block-table table td {
}

.productpage__entry .wp-block-table table td:first-child {
    color: rgb(255, 255, 255);
}

.productpage__entry .wp-block-table table tbody tr td:first-child {
    background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
}

.productpage__entry .wp-block-table table tbody tr:nth-child(2n) td:first-child {
    background: rgb(0, 145, 165);
}

.productpage__recomended {
    margin-top: 66px;
    margin-bottom: 50px;
}

.prdgallerybox {
}

.prdgallerybox__gallery {
}

.productgallery {
}

.productgallery__zoombtn {
    background: rgb(255, 255, 255);
    display: block;
    padding: 6px;
    position: absolute;
    top: 26px;
    left: 16px;
    z-index: 2;
    pointer-events: none;
}

.productgallery__zoombtn img {
    width: 31px;
}

.productgallery .carousel__nav {
    position: absolute;
    top: 26px;
    z-index: 3;
    right: 15px;
    width: 97px;
}

.productgallery .carousel__button {
    background: rgb(255, 255, 255);
    border-radius: 0px;
    width: 43px;
    height: 43px;
    padding: 6px;
    top: 0px;
    transform: none;
}

.productgallery .carousel__button.is-prev {
    left: 0px;
}

.productgallery .carousel__button.is-next {
    right: 0px;
    left: auto;
    top: 0px;
}

.productgallery .carousel__button[disabled] {
    opacity: 0.8;
}

.productgallery .carousel__button svg {
    width: 100%;
    height: 100%;
}

.productgallery .carousel__viewport {
    width: 100%;
    height: 100%;
}

.productgallery .carousel__track {
    width: 100%;
    height: 100%;
}

.productgallery__carousel {
    position: static;
    height: 100%;
}

.productgallery__slide {
    width: 100%;
    padding: 0px;
    height: 100%;
}

.productgallery__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.productgallery__pic {
    display: block;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.productgallery__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.productsrecomended {
}

.productsrecomended__title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.productsrecomended__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 9px;
}

.productsrecomended__content {
    margin-top: 37px;
}

.readysolutions {
    padding-top: 35px;
}

.readysolutions__header {
    padding-bottom: 44px;
}

.readysolutions__headerin {
}

.readysolutions__header p {
    margin: 0.75em 0px;
}

.readysolutions__headerwrap {
}

.readysolutions__breadcrumbs {
    padding-bottom: 10px;
}

.readysolutions__title {
    font-size: 44px;
    line-height: 1.27273;
    margin: 0px;
    padding: 11px 0px 0px;
}

.readysolutions__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 4px;
}

.readysolutions__headrow {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 24px;
}

.readysolutions__headcol {
    width: 48.7%;
    max-width: 100%;
}

.readysolutions__headcol_slogan {
}

.readysolutions__headcol_descr {
}

.readysolutions__slogan {
    line-height: 1.36364;
    font-size: 22px;
    font-weight: bold;
    max-width: 380px;
}

.readysolutions__descr {
    padding-top: 0px;
    line-height: 1.36364;
}

.readysolutions__descr a {
    color: inherit;
}

.readysolutions__descr h2, .readysolutions__descr h3, .readysolutions__descr h4 {
    margin: 0.75em 0px 0.58em;
    font-size: 22px;
}

.readysolutions__buttons {
    margin-top: 67px;
}

.readysolutions__btn {
    background: none;
    border: 2px solid rgb(0, 145, 165);
    line-height: 1;
    display: block;
    width: 100%;
    color: rgb(0, 145, 165);
    text-decoration: none;
    text-align: center;
    padding: 22px 15px 21px;
    max-width: 295px;
    text-transform: uppercase;
}

.readysolutions__videobox {
}

.readysolutions__articles {
    padding-top: 30px;
    padding-bottom: 24px;
}

.fullvideobox {
    position: relative;
}

.fullvideobox__bgblock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fullvideobox__bgblock::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 85, 165);
    opacity: 0.63;
}

.fullvideobox__bgbox {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.fullvideobox__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.fullvideobox__content {
    position: relative;
    z-index: 2;
}

.fullvideobox__cnt {
    font-weight: bold;
    color: rgb(255, 255, 255);
    height: 496px;
}

.fullvideobox__row {
    display: table;
    width: 100%;
    height: 100%;
}

.fullvideobox__col {
    display: table-cell;
    vertical-align: middle;
}

.fullvideobox__col_button {
    width: 1px;
}

.fullvideobox__col_content {
    padding-left: 78px;
}

.fullvideobox__playbtn {
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
}

.fullvideobox__playbtn img {
    max-width: 197px;
}

.fullvideobox__label {
    font-size: 24px;
    line-height: 1.2;
}

.fullvideobox__label::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 8px;
}

.fullvideobox__title {
    font-size: 44px;
    text-decoration: underline;
    line-height: 1.35;
    margin-top: 23px;
}

.fullvideobox__title a {
    text-decoration: none;
    color: inherit;
}

.solutionslist {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solutionslist__item {
    padding: 10px;
    width: 33.3333%;
}

.ready-solutions {
    padding-top: 2px;
}

.ready-solutions__topblock {
}

.ready-solutions__content {
    padding-top: 39px;
    padding-bottom: 83px;
}

.ready-solutions__content .wp-block-table {
    display: block;
    margin: 35px -5px;
}

.ready-solutions__content .wp-block-table table {
    line-height: 1;
    width: auto;
}

.ready-solutions__content .wp-block-table table thead {
    color: rgb(255, 255, 255);
}

.ready-solutions__content .wp-block-table table tr {
    background: rgba(64, 64, 64, 0.23);
}

.ready-solutions__content .wp-block-table table thead tr {
    background: rgb(66, 140, 200);
}

.ready-solutions__content .wp-block-table table tr:nth-child(2n) {
    background: rgba(64, 64, 64, 0.16);
}

.ready-solutions__content .wp-block-table table th, .ready-solutions__content .wp-block-table table td {
    border: 5px solid rgb(255, 255, 255);
    height: 52px;
}

.ready-solutions__content .wp-block-table table th {
    background: rgb(66, 140, 200);
    color: rgb(255, 255, 255);
}

.tabs-wrap {
}

.tabs-buttons {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.tabs-buttons > .wp-block-button {
    display: block;
    padding: 10px;
    width: 365px;
    max-width: 100%;
    text-decoration: none;
    color: rgb(33, 34, 35);
    align-items: center;
}

.tabs-buttons .wp-block-button__link {
    text-align: left;
    height: 116px;
    background: rgba(33, 34, 35, 0.3);
    font-size: 19px;
    line-height: 1;
    font-weight: normal;
}

.tabs-buttons .wp-block-button.is-style-outline > .wp-block-button__link, .tabs-buttons .wp-block-button .wp-block-button__link.is-style-outline {
    padding: 0px 20px 0px 20px;
    border: none;
    background: none;
    display: flex;
    height: 116px;
    align-items: center;
    border: 4px solid #428CC8;
}

.tabs-buttons .wp-block-button.active.is-style-outline > .wp-block-button__link, .tabs-buttons .wp-block-button.active .wp-block-button__link.is-style-outline {
    background: rgb(66, 140, 200);
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.tabs-content {
    padding-top: 36px;
    padding-bottom: 20px;
}

.tabs-content .wp-block-group {
    display: none;
}

.tabs-content .wp-block-group.active {
    display: block;
}

.tabs-content h2 {
    margin: 0px 0px 42px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.tabs-content h2::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 18px;
}

.tabs-content p {
    margin: 1.4em 0px;
}

.page {
}

.page__main {
    padding-top: 25px;
    padding-bottom: 44px;
}

.page__header {
}

.page__breadcrumbs {
    padding: 10px 0px;
}

.page__title {
    font-size: 44px;
    line-height: 1.27273;
    margin: 0px;
    padding: 11px 0px 0px;
}

.page__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 4px;
}

.single .page__title::after {
    margin-top: 14px;
}

.page__shortdescr {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: bold;
    margin-top: 41px;
}

.page__shortdescr p {
    margin: 0px 0px 1.35em;
}

.page__content {
}

.page__entry {
/*    font-size: 12px;*/
    line-height: 1.25;
    padding-top: 1px;
    max-width: 900px;
}

.page__entry p, .page__entry ul, .page__entry img {
    margin: 0px 0px 1.25em;
}

.ps-accordion {
    margin-top: 132px;
    margin-bottom: 67px;
}

.ps-accordion .panel {
    border-bottom: 6px solid rgb(66, 140, 200);
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.ps-accordion .panel + .panel {
    margin-top: 0px;
}

.ps-accordion .panel-heading {
    color: rgb(51, 51, 153);
    padding: 0px;
    border-radius: 0px;
}

.accordion-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0px;
    line-height: 1;
    padding: 0px;
    color: rgb(0, 145, 165);
    width: 100%;
    text-decoration: none;
    position: relative;
}

.accordion-link__imgbox {
    display: flex;
    align-items: center;
    height: 136px;
    width: 209px;
    padding: 20px;
    margin-right: 22px;
}

.accordion-link__imgbox img {
    max-width: 210px;
    height: auto;
    width: 100%;
    display: block;
}

.accordion-link__iconbox {
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 52px;
    z-index: 3;
}

.accordion-link__iconbox::before, .accordion-link__iconbox::after {
    content: "";
    display: block;
    background: rgb(0, 145, 165);
}

.accordion-link__iconbox::before {
    width: 28px;
    height: 4px;
    margin: 12px 0px 0px;
}

.accordion-link__iconbox::after {
    height: 28px;
    width: 4px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: none;
}

.collapsed .accordion-link__iconbox::after {
    display: block;
}

.accordion-link__text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
}

.ps-archive {
    padding-top: 35px;
}

.ps-archive__main {
}

.ps-archive__header {
}

.ps-archive__breadcrumbs {
    padding-bottom: 10px;
}

.ps-archive__title {
    font-size: 44px;
    line-height: 1.27273;
    margin: 0px;
    padding: 11px 0px 0px;
}

.ps-archive__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 4px;
}

.ps-archive__content {
    padding-top: 48px;
    padding-bottom: 23px;
}

.ps-archive__list {
}

.ps-archive__item {
    padding-top: 20px;
    padding-bottom: 21px;
}

.ps-archive__pagination {
    text-align: center;
    margin-top: 17px;
}

.ps-archive__empty {
}

.singlebox {
    border-bottom: 6px solid rgb(66, 140, 200);
    padding-bottom: 27px;
}

.singlebox a {
    color: inherit;
    text-decoration: none;
}

.singlebox__title {
    font-size: 24px;
    line-height: 1.20833;
    color: rgb(0, 145, 165);
    font-weight: bold;
}

.singlebox__excerpt {
    font-size: 12px;
    line-height: 1.25;
    max-width: 903px;
    padding-top: 11px;
}

.singlebox__excerpt p {
    margin: 1em 0px 0px;
}

.singlebox__excerpt p:first-child {
    margin-top: 0px;
}

.singlebox__morebox {
    font-size: 14px;
    line-height: 1;
    padding-top: 14px;
}

.singlebox__morebox a {
    text-transform: uppercase;
    text-decoration: underline;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.01em;
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    text-underline-offset: 2px;
}

.singlebox__morebox a:hover, .singlebox__morebox a:focus {
    text-decoration: none;
}

.wp-pagenavi {
}

.wp-pagenavi .pages {
    display: none;
    font-size: 0px;
    line-height: 1;
}

.wp-pagenavi span, .wp-pagenavi a {
    font-size: 20px;
    line-height: 1;
    border: 1px solid rgb(0, 145, 165);
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: rgb(0, 145, 165);
    text-decoration: none;
    width: 43px;
    text-align: center;
    padding: 5px;
    margin: 3px;
}

.wp-pagenavi .page, .wp-pagenavi .current {
    padding: 11px 0px 10px;
}

.wp-pagenavi .current {
    border-color: rgba(33, 34, 35, 0.3);
    color: rgba(33, 34, 35, 0.3);
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-size: 0px;
}

.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    margin: 0px auto;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.wp-pagenavi .previouspostslink {
}

.wp-pagenavi .previouspostslink::before {
    background-image: url("../images/left-arrow.svg");
}

.wp-pagenavi .nextpostslink {
}

.wp-pagenavi .nextpostslink::before {
    background-image: url("../images/right-arrow.svg");
}

.our-clients {
    padding-top: 2px;
}

.our-clients__topblock {
}

.our-clients__content {
    padding-top: 37px;
    padding-bottom: 83px;
}

.our-clients__content p {
    margin-bottom: 1.38em;
    margin-top: 1em;
}

.our-clients .topblock__cntmain {
    max-width: 780px;
}

.our-clients__workwithus {
    padding-top: 3px;
}

.workwithus {
    background: #fff;
    position: relative;
    z-index: 3;
}

.workwithus__row {
    display: flex;
    flex-wrap: wrap;
}

.workwithus__col {
    width: 50%;
}

.workwithus__col_images {
    padding-top: 20px;
}

.workwithus__col_content {
    background: rgb(66, 140, 200);
    padding: 39px 0px 156px 51px;
    margin-bottom: 54px;
}

.workwithus__carousel {
}

.workwithus__carousel .carousel__nav {
    position: absolute;
    bottom: 42px;
    z-index: 3;
    right: -148px;
    width: 97px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
}

.workwithus__carousel .carousel__button {
    background: rgb(255, 255, 255);
    border-radius: 0px;
    width: 43px;
    height: 43px;
    padding: 6px;
    top: 0px;
    transform: none;
    position: static;
    display: inline-block;
}

.workwithus__carousel .carousel__button.is-prev {
}

.workwithus__carousel .carousel__button.is-next {
    right: 0px;
    left: auto;
    top: 0px;
}

.workwithus__carousel .carousel__button[disabled] {
    opacity: 0.8;
}

.workwithus__carousel .carousel__button svg {
    width: 100%;
    height: 100%;
}

.workwithus__slide {
}

.workwithus__box {
}

.workwithus__pictable {
    display: table;
    width: 100%;
    height: 100%;
}

.workwithus__pictc {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.workwithus__picbox {
    width: 100%;
    height: 100%;
}

.workwithus__picture {
    text-align: center;
    width: 100%;
    height: 100%;
}

.workwithus__pic {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.workwithus__img {
    height: auto;
    max-width: 360px;
    width: 100%;
    opacity: 0;
}

.workwithus__content {
    color: rgb(255, 255, 255);
    max-width: 553px;
}

.workwithus__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
}

.workwithus__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 12px;
}

.workwithus__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
    margin-top: 28px;
    font-weight: bold;
}

.workwithus__text p {
    margin: 1em 0px;
}

.workwithus__nav {
    margin-top: 39px;
}

.workwithus__btn {
    text-transform: uppercase;
    text-decoration: underline;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.01em;
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    text-underline-offset: 2px;
}

.workwithus__btn:hover, .workwithus__btn:focus {
    text-decoration: none;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.navtoggle {
    display: none;
    background: #0091A5;
    border: none;
    padding: 21px 15px;
}

.navtoggle .icon-bar {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 1px;
    background: #ffffff;
}

.navtoggle .icon-bar+.icon-bar {
    margin-top: 5px;
}



.header__below .langlist {
    display: none;
}

@media (max-width: 1106px) {
    .navtoggle {
        display: block;
    }

    .logo {
        width: auto;
        padding: 0;
    }

    .logo::after {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .logo_desktop {
        display: none;
    }

    .langlist {
        display: none;
    }

    .header__below .langlist {
        display: block;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .header__main {
        position: relative;
        padding: 0;
    }

    .header__col_logo {
        max-width: 39px;
    }

    .header__above {
        box-shadow: none;
        justify-content: space-between;
    }

    .hcontacts__item_youtube {
        display: none;
    }

    .topcallback {
        display: none;
    }

    .header__below {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
    }

    .show-navigation .header__below {
        display: block;
    }

    .header__below::after {
        width: 100%;
    }

    .sub-menu {
        display: none;
    }

    .navmain__menu {
        margin: 0;
        display: block;
        width: 100%;
        padding: 9px 10px;
        background: #fff;
    }

    .navmain__menu li {
        padding: 2px 0;
    }

    .navmain__menu .sub-menu {
        padding-left: 5px;
    }

    .navmain__menu > li > .sub-menu {
        position: relative;
        display: none;
        padding: 6px 5px 0 5px;
    }

    .navmain__menu > li:hover > .sub-menu, .navmain__menu > li:focus > .sub-menu {
        display: none;
    }

    .navmain__menu > li.active > .sub-menu {
        display: flex;
    }

    .navmain__menu > li > .sub-menu::before {
        display: none;
    }

    .navmain__menu > li > .sub-menu > li {
        width: 100%;
    }

    .navmain__menu > li > .sub-menu > li > .navmain__linktext::after {
        display: none;
    }

    .navmain__menu > li > .sub-menu > li.chemistry-col {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 2px 0px;
    }

    .navmain__menu > li > .sub-menu > li::before {
        display: none;
    }

    .navmain__menu > li > .sub-menu > li > .navmain__linktext {
        padding: 4px 0;
        font-size: 17px;
        display: none;
    }

    .navmain__menu > li > .sub-menu > li > .sub-menu {
        display: block;
        padding: 2px 5px 2px 5px;
    }

    .navmain__menu > li > .sub-menu > li.active > .sub-menu {
        display: block;
    }

    .navmain__menu > li > .sub-menu > li.chemistry-col > .sub-menu {
        padding: 4px 0 0 5px;
    }

    .navmain__menu > li > .sub-menu > li > .sub-menu > li {
        max-width: none;
        padding: 3px 0;
    }

    .navmain__menu > li > .sub-menu > li > .sub-menu > li > .navmain__linktext {
        margin: 0;
        padding: 4px 0;
    }

    .navmain__menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
        padding: 2px 0;
    }

    .navmain__menu li.active > .sub-menu {
        display: block;
    }

    .navmain__linktext {
        position: relative;
        padding: 4px 0;
    }

    .navmain__linkbtn {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: 2px 8px 2px;
        height: 100%;
        cursor: pointer;
        z-index: 12;
    }

    .menu-item-has-children.active>.navmain__linktext .navmain__linkbtn {
        transform: rotate(-180deg);
    }

    .menu-item-has-children>.navmain__linktext .navmain__linkbtn {
        display: block;
    }

    .navmain__linkbtn:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(-135deg);
        margin: 1px 0px 0 0;
    }

    .maintopblock {
        margin-top: 0;
    }

    .maintopblock__container {
    }

    .maintopblock__main {
        max-width: none;
        margin: 0 -15px;
    }

    .maintopblock__slogan {
        max-width: none;
        padding: 0;
        font-size: 17px;
        line-height: 1.52941176471;
        font-weight: normal;
        background: #428CC8;
        color: #fff;
        padding: 23px 37px 45px;
        margin: 0 0 -47px 0;
    }

    .maintopblock__picture {
        position: static;
        width: 100%;
        padding: 0 37px;
    }

    .maintopblock__pic {
    }

    .maintopblock__img {
    }

    .maintopblock__content {
        padding: 23px 37px 0;
        background: no-repeat;
        color: #000;
    }

    .maintopblock__content::before {
    }

    .maintopblock__title {
        line-height: 1.23333333;
        font-size: 30px;
    }

    .maintopblock__description {
        line-height: 1.37500;
        font-size: 16px;
        max-width: none;
    }

    .maintopblock__description p {
    }

    .maintopblock__navigation {
        margin-top: 0;
    }

    .maintopblock__btn {
        border: 2px solid #0091A5;
        color: #0091A5;
        width: 100%;
        max-width: none;
    }

    .consults {
        background: rgb(242, 242, 242);
        padding: 10px 12px 30px;
        margin-top: 20px;
    }

    .consults__container {
    }

    .consults__main {
    }

    .consults__list {
    }

    .consults__item {
        width: 100%;
        padding: 20px 20px;
    }

    .itembox {
    }

    .itembox__main {
    }

    .itembox__coverlink {
    }

    .itembox__picture {
    }

    .itembox__piclinkcover {
    }

    .itembox__pic {
    }

    .itembox__img {
    }

    .itembox__content {
        padding: 10px 0 15px 0;
        border-left: 0;
        border-right: 0;
    }

    .itembox__title {
        line-height: 1.20833333;
    }

    .itembox__title a {
    }

    .itembox__title::after {
    }

    .itembox__title a {
    }

    .itembox__description {
    }

    .itembox__nav {
    }

    .itembox__btn {
    }

    .itembox__btn:hover, .itembox__btn:focus {
    }

    .achievements {
        padding: 20px 0 30px;
    }

    .achievements__container {
    }

    .achievements__main {
    }

    .achievements__list {
        display: block;
    }

    .achievements__item {
        width: auto;
    }

    .service-department {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .service-department__container {
    }

    .service-department__main {
    }

    .service-department__header {
        padding-left: 22px;
        padding-right: 22px;
    }

    .service-department__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .service-department__content {
    }

    .service-department__row {
        display: block;
    }

    .service-department__col {
        width: auto;
    }

    .service-department__col_subtitle {
        margin-bottom: 25px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .service-department__col_list {
        padding-left: 22px;
        padding-right: 22px;
    }

    .service-department__col_form {
        margin: 50px -15px 0;
    }

    .service-department__subtitle {
        /* font-size: 24px; */
    }

    .service-department__subtitle::after {
    }

    .service-department__content ul, .service-department__list {
    }

    .service-department__content ul li, .service-department__list li {
    }

    .service-department__content ul li:first-child, .service-department__list li:first-child {
    }

    .service-department__content ul li::before, .service-department__list li::before {
    }

    .service-department__formbox {
    }

    .consultation-popup {
    }

    .consultation {
        padding: 25px 37px 55px;
    }

    .consultation-popup .consultation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .consultation__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .consultation__fieldbox {
    }

    .consultation__field {
    }

    .consultation__field.wpcf7-not-valid {
    }

    .consultation .wpcf7-not-valid-tip {
    }

    .consultation .wpcf7 form .wpcf7-response-output {
    }

    .consultation__field::placeholder {
    }

    .consultation__notice {
        padding-left: 0;
    }

    .consultation__submitbox {
        margin-top: 30px;
        position: relative;
    }

    .consultation__submit {
    }

    .predesign {
    }

    .predesign__bgpbox {
        padding: 0;
        background: none;
        position: static;
    }

    .predesign__bgpicture {
        margin: 0;
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
        padding-bottom: 55%;
    }

    .predesign__bgpic {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .predesign__bgimg {
    }

    .predesign__container {
    }

    .predesign__main {
        padding: 0 22px 25px;
    }

    .predesign__content {
        width: auto;
        padding: 0;
    }

    .predesign__title {
        font-size: 30px;
    }

    .predesign__title::after {
        display: none;
    }

    .predesign__descr {
        margin: 0;
        max-width: none;
        margin: 15px 0 0;
    }

    .predesign__nav {
        margin-top: 15px;
    }

    .predesign__btn {
    }

    .predesign__btn:hover, .predesign__btn:focus {
    }

    .mainarticles {
        padding: 30px 0 20px;
    }

    .mainarticles .itembox__content {
    }

    .mainarticles .itembox__description {
    }

    .mainarticles__container {
    }

    .mainarticles__main {
    }

    .mainarticles__header {
        padding: 0 22px;
    }

    .mainarticles__title {
        font-size: 30px;
    }

    .mainarticles__content {
        padding: 0;
    }

    .mainarticles__list {
        margin: 0;
    }

    .mainarticles__item {
        width: auto;
    }

    .ourclients {
        margin: 0 0 0;
    }

    .ourclients__container {
    }

    .ourclients__main {
    }

    .ourclients__header {
        padding: 0 22px;
    }

    .ourclients__title {
        font-size: 30px;
    }

    .ourclients__content {
        padding: 0px 0 0 0;
        margin: 0 -15px;
    }

    .ourclients__row {
        font-size: 0;
        overflow: auto;
        flex-wrap: nowrap;
        align-items: center;
    }

    .ourclients__col {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

    .ourclients__item {
        display: inline-block;
        padding: 10px;
        font-size: 0;
        text-align: center;
    }

    .ourclientbox {
        width: 150px;
        max-width: none;
    }

    .footer {
    }

    .footer__container {
    }

    .footer__main {
    }

    .footer__row {
        display: block;
    }

    .footer__col {
    }

    .footer__col_logo {
        padding: 0 0 10px;
        max-width: none;
    }

    .footer__col_navs {
        order: 1;
    }

    .footer__navigation {
    }

    .footer__contacts {
        margin: 20px 0 0px 0;
        text-align: center;
    }

    .footcontacts {
    }

    .footcontacts a {
    }

    .footcontacts__row {
        display: block;
        text-align: center;
    }

    .footcontacts__col {
        margin: 0;
        padding: 10px 0;
    }

    .footcontacts__col_address {
    }

    .footcontacts__col_info {
    }

    .footnav {
    }

    .footnav__menu {
        display: block;
        text-align: center;
    }

    .footnav__menu li {
        padding: 8px 0;
    }

    .footnav__menu a {
    }

    .footerlogo {
    }

    .footerlogo img {
    }

    .footer__below {
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }

    .footer__below a {
    }

    .footer__below a:hover, .footer__below a:focus {
    }

    .footer__belowmain {
        display: block;
        text-align: center;
    }

    .footer__belowmain div {
        padding: 5px 0;
    }
}

@media (max-width: 500px) {
    .hcontacts {
        margin: 0 auto;
    }

    .hcontacts__list {
        display: block;
    }

    .hcontacts__item {
        padding: 3px 0;
    }

    .hcontact__iconbox {
        display: none;
    }
}

.catalog__subcats {
}

.catalog__subcats:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 1576px;
    border-top: 4px solid rgb(66, 140, 200);
    margin-left: auto;
    margin-right: auto;
}

.form-fieldbox {
    padding: 10px 0;
}

.form-field {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #707070;
    height: 57px;
    color: #414141;
    display: block;
    width: 100%;
    padding: 0 25px;
}

.form-field::placeholder {
    color: #414141;
}

.form-field_textarea {
    padding-top: 16px;
    padding-bottom: 10px;
    height: 128px;
    resize: none;
}

.form-notice {
    font-size: 13px;
    line-height: 1.9;
    color: #9F9F9F;
}

.form-submitbox {
    position: relative;
}

.form-submit {
    font-size: 16px;
    line-height: 1;
    background: #414141;
    color: #FFFFFF;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    padding: 13px 10px;
}

.form-submitbox .wpcf7-spinner {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contactspage {
    margin-top: 20px;
}

.contactspage .topblock__container {
    padding-top: 0;
    padding-bottom: 0;
}

.contactspage .topblock__content::before {
    background: #428CC8;
    left: 238px;
    border-top-left-radius: 0;
}

.contactspage .topblock__picture {
    padding-top: 0;
    padding-left: 51.5%;
}

.contactspage .topblock__cntmain {
    max-width: 565px;
}

.contactspage__top {
}

.contactspage__content {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.62500;
}

.contactspage__content h2 {
    font-size: 18px;
    line-height: 1.44444444;
}

.contactspage__content h2:after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 4px;
}

.contactspage__bottom {
    background: #0091A5;
}

.contactspage__bottomrow {
    display: flex;
    flex-wrap: wrap;
}

.contactspage__bottomcol {
    min-height: 1px;
}

.contactspage__bottomcol_map {
    width: 51.5%;
}

.contactspage__bottomcol_form {
    padding-top: 50px;
}

.contactspage__map {
    height: 100%;
    width: 100%;
    background: #F2F2F2;
    padding-top: 50px;
}

.mapblock {
    height: 100%;
    width: 100%;
}

.mapblock iframe {
    width: 100%;
    height: 100%;
}

.contactspage__form {
    background: #fff;
    padding: 30px 35px 50px 22px;
    width: 545px;
    max-width: 100%;
}

.contactspage__form .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
}

.contactspage__form .form-submitbox {
    margin-top: 20px;
    max-width: 294px;
}

.contactformblock {
}

.contactformblock__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
}

.contactformblock__title::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 0, 0);
    margin-top: 16px;
}

.contactformblock__content {
    padding-top: 30px;
}

.page_contacts .page__main {
    padding-bottom: 0;
}

.contactspage .topblock__header {
    color: #000;
}

.contactspage .topblock__title {
    position: relative;
    margin-bottom: -4px;
    z-index: 1;
}

.contactspage .topblock__pic {
    background-position: 0 50%;
}

@media (max-width: 1106px) {
    .readysolutions {
        padding-top: 26px;
        display: flex;
        flex-direction: column;
    }

    .readysolutions__header {
        padding-bottom: 33px;
    }

    .readysolutions__headerin {
        padding: 0 22px;
    }

    .readysolutions__header p {
        margin: 4px 0 0 0;
    }

    .readysolutions__headerwrap {
    }

    .readysolutions__breadcrumbs {
        order: -2;
        padding-bottom: 24px;
    }

    .readysolutions__title {
        font-size: 30px;
        font-weight: 800;
        padding-top: 14px;
    }

    .readysolutions__title::after {
    }

    .readysolutions__headrow {
        display: block;
        margin-top: 18px;
    }

    .readysolutions__headcol {
        width: auto;
    }

    .readysolutions__headcol_slogan {
    }

    .readysolutions__headcol_descr {
        background: #428CC8;
        position: relative;
        margin-top: 20px;
        color: #fff;
        padding: 0px 0 27px 0;
    }

    .readysolutions__headcol_descr:before {
        content: '';
        display: block;
        background: #428CC8;
        width: 2000px;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: -1;
    }

    .readysolutions__slogan {
        line-height: 1.52941176471;
        font-weight: normal;
        font-size: 17px;
        max-width: none;
    }

    .readysolutions__descr {
        padding-top: 15px;
    }

    .readysolutions__descr a {
        color: inherit;
    }

    .readysolutions__descr h2, .readysolutions__descr h3, .readysolutions__descr h4 {
        margin: 0px 0 0 0;
    }

    .readysolutions__buttons {
        margin-top: 18px;
    }

    .readysolutions__btn {
        border-color: #fff;
        color: #fff;
    }

    .readysolutions__videobox {
        order: -1;
    }

    .readysolutions__articles {
        padding-top: 0;
    }

    .fullvideobox {
    }

    .fullvideobox__bgblock {
    }

    .fullvideobox__bgblock::after {
    }

    .fullvideobox__bgbox {
    }

    .fullvideobox__video {
    }

    .fullvideobox__content {
        text-align: center;
    }

    .fullvideobox__cnt {
        height: auto;
        min-height: 232px;
        display: flex;
        align-items: center;
    }

    .fullvideobox__row {
        display: block;
    }

    .fullvideobox__col {
        display: block;
        width: auto;
    }

    .fullvideobox__col_button {
    }

    .fullvideobox__col_content {
        padding-left: 0;
    }

    .fullvideobox__playbtn {
    }

    .fullvideobox__playbtn img {
        width: 65px;
    }

    .fullvideobox__label {
        display: none;
    }

    .fullvideobox__label::after {
    }

    .fullvideobox__title {
        line-height: 1.20833333;
        font-size: 24px;
        text-decoration: none;
        margin-top: 15px;
    }

    .fullvideobox__title a {
    }

    .solutionslist {
    }

    .solutionslist .itembox__content {
        border-left: 1px solid rgb(66, 140, 200);
        border-right: 1px solid rgb(66, 140, 200);
        padding: 6px 15px 34px 29px;
    }

    .solutionslist .itembox__picture {
        padding-bottom: 70%;
    }

    .solutionslist .itembox__title::after {
        margin-top: 20px;
    }

    .solutionslist .itembox__description {
        margin-top: 25px;
    }

    .solutionslist .itembox__nav {
        display: none;
    }

    .solutionslist__item {
        width: auto;
        max-width: 306px;
        padding: 23px 10px 24px;
    }
}

@media (max-width: 1700px) {
    .topblock_full .topblock__picture {
        padding-left: 142px;
    }

    .productpage__header::before {
        left: 142px;
    }

    .contactspage .topblock__content::before {
        left: 142px;
    }
}

@media (max-width: 1400px) {
    .topblock_full .topblock__picture {
        padding-left: 0;
    }

    .workwithus__carousel .carousel__nav {
        bottom: 15px;
    }
}

@media (max-width: 1106px) {
    .our-clients {
        padding-top: 0;
    }

    .topblock_full .topblock__container {
        padding-top: 26px;
        min-height: auto;
    }

    .topblock_full .topblock__breadcrumbs {
        padding-left: 22px;
    }

    .topblock_full .topblock__pic::after {
        background: #0055A5;
        opacity: 0.63;
    }

    .topblock__title {
        font-size: 30px;
    }

    .our-clients .topblock__description {
        display: none;
    }

    .our-clients .topblock__content {
        padding: 18px 23px 10px;
    }

    .our-clients .topblock__cntmain {
        min-height: auto;
    }

    .our-clients .topblock__navigation {
        margin-top: 74px;
    }

    .our-clients__content {
        padding: 10px 15px 27px 22px;
    }

    .workwithus__row {
        flex-direction: column;
    }

    .workwithus__col {
        width: auto;
    }

    .workwithus__col_content {
        order: -1;
        padding: 31px 25px 53px 37px;
        margin: 0;
    }

    .workwithus__title {
        font-size: 30px;
    }

    .workwithus__title::after {
        margin-top: 11px;
    }

    .workwithus__text {
        margin: 35px 0 0 0;
    }

    .workwithus__carousel {
        position: relative;
    }

    .workwithus__carousel .carousel__nav {
        position: static;
        bottom: 0;
        right: 0;
    }

    .workwithus__carousel .carousel__button {
        border: 1px solid #0091A5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .workwithus__carousel .carousel__button.is-prev {
        left: 35px;
    }

    .workwithus__carousel .carousel__button.is-next {
        top: 50%;
        right: 35px;
    }
}

@media (max-width: 1106px) {
    .breadcrumbs {
        line-height: 1.2;
    }

    .ready-solutions .topblock__container {
        padding-top: 25px;
    }

    .ready-solutions .topblock__content {
        padding: 0 0 88px 22px;
    }

    .ready-solutions .topblock__cntmain {
        padding: 21px 0 0 0;
    }

    .ready-solutions .topblock__title::after {
        margin-top: 9px;
    }

    .ready-solutions .topblock__description {
        font-size: 17px;
        padding: 1px 0px 0 0;
        line-height: 1.53;
    }

    .ready-solutions .topblock__navigation {
        margin-top: 171px;
    }

    .tabs-buttons .wp-block-button__link {
        font-size: 16px;
        text-align: center;
        line-height: 1.25;
    }

    .ready-solutions__content {
        padding: 5px 17px 0 23px;
    }

    .tabs-buttons > .wp-block-button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .tabs-buttons .wp-block-button.is-style-outline > .wp-block-button__link, .tabs-buttons .wp-block-button .wp-block-button__link.is-style-outline {
        height: auto;
        padding: 6px 40px 6px;
        font-weight: normal;
    }

    .tabs-buttons .wp-block-button.active.is-style-outline > .wp-block-button__link, .tabs-buttons .wp-block-button.active .wp-block-button__link.is-style-outline {
        font-weight: bold;
    }

    .tabs-content {
        padding-top: 25px;
    }

    .tabs-content h2 {
        margin-bottom: 36px;
    }

    .ready-solutions__content .wp-block-table {
        margin: 3px -32px 0 -5px;
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .topblock__content::before {
        left: 0;
        border-top-left-radius: 0;
    }

    .productpage__header::before {
        left: 0;
    }

    .contactspage .topblock__content::before {
        left: 0;
    }
}

@media (max-width: 1106px) {
    .catalog {
        padding-top: 0;
    }

    .catalog:before {
        content: '';
        height: 2px;
        display: block;
        background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    }

    .catalog .topblock__container {
        padding-top: 23px;
        padding-bottom: 0px;
    }

    .catalog__breadcrumbs {
        padding: 0 0 0 22px;
    }

    .catalog .topblock__picture {
        position: relative;
        display: block;
        height: 0px;
        padding: 0px;
        overflow: hidden;
        padding-bottom: 64.55%;
        margin-top: 22px;
    }

    .catalog .topblock__pic {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        border: 0px;
    }

    .catalog__title {
        margin: 0;
        font-size: 30px;
    }

    .catalog__title::after {
        border-bottom-color: #0091A5;
        margin-top: 3px;
    }

    .catalog__header {
        padding: 14px 22px 1px;
    }

    .catalog .topblock__content {
        color: #212223;
        padding: 0px 22px;
    }

    .catalog .topblock__content::before {
        display: none;
    }

    .catalog .topblock__cntmain {
        min-height: auto;
        max-width: none;
        padding: 0;
    }

    .catalog .topblock__description {
        font-size: 17px;
        line-height: 1.53;
        font-weight: normal;
    }

    .catalog .topblock__navigation {
        margin-top: 32px;
    }

    .catalog .topblock__btn {
        border: 2px solid transparent;
        background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    }

    .catalog .topblock__btn:hover, .catalog .topblock__btn:focus {
        background: rgb(66, 140, 200);
    }

    .catalog__subcats {
        margin-top: 20px;
    }

    .subcats__main {
        padding: 0 20px;
    }

    .subcats__item {
        width: 100%;
    }

    .catalog__entrycontent {
        padding: 77px 22px 0 22px;
    }

    .catalog__entry h2 {
        margin-bottom: 33px;
    }

    .full-cards-table, .squaresgroup {
        margin-top: 114px;
    }

    .full-cards-table thead, .full-cards-table tbody, .full-cards-table tr, .full-cards-table th, .full-cards-table td {
        width: auto;
        display: block;
        height: auto;
        padding: 0;
    }

    .full-cards-table thead, .full-cards-table tbody, .full-cards-table tr:last-child {
        display: flex;
        flex-direction: column;
    }

    .full-cards-table thead, .full-cards-table tbody, .full-cards-table tr:last-child td:first-child {
        order: 1;
    }

    .full-cards-table td, .squaresgroup .wp-block-column {
        font-size: 16px;
        line-height: 1.37;
        padding: 46px 43px 29px 22px;
    }

    .full-cards-table h2, .squaresgroup h2 {
        margin-bottom: 25px;
    }

    .productslist__item {
        width: 100%;
    }
}

.productpage__mobtitle {
    display: none;
    font-size: 30px;
    color: #212223;
    line-height: 1.2;
    font-weight: 800;
}

.productpage__mobtitle::after {
    content: "";
    display: block;
    max-width: 66px;
    border-bottom: 4px solid rgb(0, 145, 165);
    margin-top: 11px;
}

@media (max-width: 1106px) {
    .productpage:before {
        content: '';
        height: 2px;
        display: block;
        background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    }

    .productpage__headermain {
        padding: 23px 0 0 0;
    }

    .productpage__breadcrumbs {
        padding: 0 22px 0 22px;
    }

    .productpage__mobtitle {
        display: block;
        padding: 21px 23px 0;
        line-height: 1.23;
    }

    .productpage__breadcrumbs .breadcrumbs {
        color: #707070;
    }

    .productpage__header::before {
        display: none;
    }

    .productpage__headermain::before {
        display: none;
    }

    .productpage__headrow {
        display: block;
        margin-top: 0;
    }

    .productpage__headcol_gallery {
        width: auto;
    }

    .productpage__headcol_info {
        width: auto;
        background: #414141;
        padding: 6px 37px 29px;
        margin: 0 -15px;
    }

    .productgallery__zoombtn {
        display: none;
    }

    .productpage__galleryblock {
        padding-bottom: 120%;
    }

    .productgallery__carousel {
        position: relative;
    }

    .productgallery__carousel .carousel__nav {
        position: static;
        bottom: 0;
        right: 0;
    }

    .productgallery__carousel .carousel__button {
        border: 1px solid #0091A5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .productgallery__carousel .carousel__button.is-prev {
        left: 0;
    }

    .productgallery__carousel .carousel__button.is-next {
        top: 50%;
        right: 0;
    }

    .productpage__title {
        display: none;
    }

    .productpage__descr {
        max-width: none;
        margin-top: 0;
        font-size: 17px;
        line-height: 1.53;
    }

    .productpage__descr p {
        margin: 1.52941176471em 0 0 0;
    }

    .productpage__controls {
        padding: 6px 0 0 0;
    }

    .productpage__buttons {
        margin: 9px 0;
        justify-content: center;
    }

    .productpage__buttonwrap {
        padding: 9px 10px 10px;
    }

    .productpage__entrycontent {
        margin: 48px 0 26px;
        padding: 0 22px;
    }

    .productpage__entry {
        font-size: 16px;
        line-height: 1.37;
    }

    .productpage__entry h2 {
        font-size: 24px;
        line-height: 1.21;
        margin-bottom: 35px;
    }

    .productpage__entry h2::after {
        margin-top: 18px;
    }

    .productpage__entry iframe {
        max-width: 100%;
    }

    .productslist .carousel__slide {
        width: auto;
    }

    .productsrecomended__title {
        font-size: 24px;
        line-height: 1.21;
    }

    .productsrecomended__title::after {
        margin-top: 20px;
    }

    .productpage__recomended {
        margin: 0 0 0 0;
        padding: 0 22px;
    }

    .productsrecomended__content {
        margin-top: 16px;
    }

    .productbox__price {
        margin-top: 15px;
        text-align: left;
    }

    .productbox__content {
        padding: 19px 25px 21px;
    }

    .productslist_carousel {
        position: relative;
    }

    .productslist_carousel .carousel__nav {
        position: static;
        bottom: 0;
        right: 0;
    }

    .productslist_carousel .carousel__button {
        border: 1px solid #0091A5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
    }

    .productslist_carousel .carousel__button.is-prev {
        left: -11px;
        margin: 0;
    }

    .productslist_carousel .carousel__button.is-next {
        top: 50%;
        right: -10px;
        left: auto;
        margin: 0;
    }

    .page_contacts:before {
        content: '';
        height: 2px;
        display: block;
        background: linear-gradient(rgb(66, 140, 200), rgb(0, 145, 165));
    }

    .page_contacts .page__main {
        padding-top: 0;
        background: #414141;
    }

    .contactspage {
        margin-top: 0;
    }

    .contactspage .topblock__title {
        color: #fff;
    }

    .contactspage .topblock__header {
        padding: 0 22px 0;
    }

    .page_contacts .page__breadcrumbs {
        padding: 23px 0 21px 22px;
    }

    .page_contacts .breadcrumbs {
        color: #fff;
    }

    .contactspage .topblock__picture {
        position: relative;
        display: block;
        height: 0px;
        padding: 0px;
        overflow: hidden;
        padding-bottom: 62%;
        margin-top: 40px;
    }

    .contactspage .topblock__pic {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        border: 0px;
    }

    .contactspage .topblock__content {
        padding: 0 23px;
    }

    .contactspage .topblock__cntmain {
        max-width: none;
        padding-top: 20px;
        padding-bottom: 1px;
    }

    .contactspage .topblock__cntmain .wp-block-columns {
        gap: 0;
    }

    .contactspage__bottomrow {
        display: block;
    }

    .contactspage__bottomcol {
        width: auto;
        padding: 0;
    }

    .contactspage__map {
        height: 250px;
        padding: 0;
    }

    .contactformblock__title {
        font-size: 30px;
    }

    .contactspage__form {
        padding: 55px 37px 55px 37px;
    }

    .contactformblock__title:after {
        margin-top: 21px;
    }

    .contactformblock__content {
        padding-top: 30px;
    }

    .contactspage__form .form-submitbox {
        margin-top: 18px;
    }

    .page__shortdescr {
        font-size: 18px;
        margin-top: 1e;
    }

    .ps-accordion {
        margin-top: 0;
    }

    .accordion-link {
        padding: 15px 40px 15px 0;
    }

    .accordion-link__imgbox {
        padding: 0;
        align-items: flex-start;
        font-size: 0;
        height: auto;
        line-height: 1;
        margin-right: 10px;
    }

    .accordion-link__text {
        margin-top: 10px;
        line-height: 1;
    }

    .accordion-link__iconbox {
        right: 0;
    }
}


.subcatsaccordion {}
.subcatsaccordion .panel-heading a {
    font-size: 16px;
    line-height: 1.25;
    background: #428CC8;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 50px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subcatsaccordion .panel-heading a.collapsed {
    background: rgb(33 34 35 / 30%);
    font-weight: bold;
    color: #212223;
}


@media (max-width: 1106px) {
    .catalog__entrycontent {
        margin-bottom: 30px;
    }
    .catalog__tabsblock {
        margin-top: 0;
    }
    .subcatstabs__tabcontent  {
        margin-top: 0;
        padding-top: 0;
    }
    .subcatstabs__nav {
        display: none;
    }
    .subcatsaccordion > .tab-pane {
        display: block;
        padding: 8px 0;
    }
    .subcatstabs__tabcontent::before {
        display: none;
    }
}
@media (min-width: 1106.98px) {
    .subcatsaccordion .panel-heading {
        display: none;
    }
    .subcatsaccordion .panel-collapse {
        display: block;
        height: auto !important;
    }
}


body .fancybox__backdrop {
    background-color: rgba(66, 140, 200, 0.55);
}