@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --blue: #00ABE6;
    --red: #ED1C24;
    --blue-light: #00AEEF;
    --grey: #BEC4D4;
    --grey-dark: #7d8290;
    --dark: #333333;
    --green: #73A52E;
}

pre {
    border: 1px solid var(--dark);
    padding: 10px;
    background-color: #f5f5f5;
    margin: 50px 15px;
    max-height: 600px;
    overflow: auto;
}

.button-container,
.custom-button,
#detach-button-host {
    display: none !important;
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    padding-top: 80px;
    height: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    background-color: #fbfbfb;
}

input, textarea, select {
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767.99px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
}

.img-responsive {
    max-width: 100%;
}

.content-margin-top {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .content-margin-top {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 92px;
    }
}

a {
    color: var(--dark);
    text-decoration: none;
    transition: all 0.2s linear;
}

a:hover {
    color: var(--green);
}

a:active {
    background: none;
}

a .icon {
    fill: var(--blue);
    transition: all 0.2s linear;
}

a:hover .icon {
    fill: var(--blue-light);
}

a:active .icon {
    fill: var(--red);
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.half-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .half-container {
        max-width: 360px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .half-container {
        max-width: 480px;
    }
}

@media (min-width: 1200px) {
    .half-container {
        max-width: 555px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.wrapper {
    padding: 30px 0;
}

.content.wrapper {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .wrapper {
        padding: 60px 0;
    }

    .content.wrapper {
        padding: 35px 0;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        padding: 80px 0;
    }

    .content.wrapper {
        padding: 45px 0;
    }
}

.breadcrumbs {
    background: #f5f5f5;
    padding: 35px 0;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.breadcrumbs.breadcrumbs-no-image {
    background-color: #F5F5F5;
    text-align: left;
}

.breadcrumbs .container {
    position: relative;
    z-index: 1;
}

.breadcrumbs__page-header {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    line-height: 60px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.breadcrumbs .line {
    height: 1px;
    width: 100px;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(65, 133, 189, 0.35) 35%, rgba(65, 133, 189, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(65, 133, 189, 0.35) 35%, rgba(65, 133, 189, 1) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(65, 133, 189, 0.35) 35%, rgba(65, 133, 189, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#00ABE6', GradientType=1);
}

@media (max-width: 767px) {
    .breadcrumbs {
        background: #F5F5F5;
        padding: 20px 0;
    }

    .breadcrumbs__page-header {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs {
        padding: 20px 0;
    }

    .breadcrumbs__page-header {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs {
        padding: 32px 0;
    }

    .breadcrumbs__page-header {
        font-size: 44px;
        line-height: 54px;
    }
}

.breadcrumbs a,
.breadcrumbs span {
    color: #999;
}

.breadcrumbs span {
    margin-left: 3px;
    margin-right: 3px;
}

div {
    box-sizing: border-box;
}

.img-fluid {
    max-width: 100%;
}


/* grid */

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-12 {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 1 0 50%;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 1 0 50%;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 1 0 33.3333%;
        width: 33.33333%;
    }
}

.table-responsive {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.table,
.tabs-desc_table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border-spacing: 0;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
}

.table th,
.tabs-desc_table th {
    padding: 10px 15px;
    font-weight: 400;
    border-left: 0;
}

.table td,
.tabs-desc_table td {
    padding: 10px 15px !important;
    border-top: 1px solid #DEDEDE;
}

.table td,
.table th {
    border-right: 1px solid #DEDEDE;
}

.table tr td:last-child,
.table tr th:last-child {
    border-right: 0;
}

.table-product .table {
    font-size: 14px;
    line-height: 24px;
}

.table-series {
    max-height: 500px;
    border-radius: 12px;
    border: 1px solid #DEDEDE;
}

.table-series td {
    vertical-align: middle;
}

.table-series .table-product-attribute {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-series .table tr:first-child th:first-child {
    text-align: left;
}

.table-series .table tr th:first-child {
    border-top: 1px solid #DEDEDE;
}

.table-series .table thead tr:first-child th:first-child {
    border-top: 0;
}

.table-series .table tr:first-child th:last-child {
    text-align: center;
    border-top-right-radius: 12px;
}

.table-series .table tr>th:first-child {
    white-space: nowrap;

}

.table-series .table {
    border-collapse: separate;
}

.table-series .table tbody th {
    border-top: 0;
}

.table-series .table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    font-weight: 600;
}

.table-series .table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.table-series .table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
}

.table-series .hidden {
    display: none;
}

.toggle-child-models {
    cursor: pointer;
}

.toggle-child-models.active {
    transform: rotate(180deg);
}

.toggle-child-models path {
    transition: all 0.2s linear;
}

.toggle-child-models:hover path {
    fill: var(--green);
}


@media (max-width: 767px) {
    .table-series .table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.table-characteristics .table,
.product-table-accessories .table {

    font-size: 14px;
    line-height: 24px;
}

.table-characteristics .table-values {
    font-weight: 400;
}

.table-product .table tr>td,
.table-characteristics .table tr>td,
.table-product .table tr>th,
.table-characteristics .table tr>th {
    background: #fff;
}

.table-product .table tr:nth-child(2n+1)>td,
.table-product .table tr:nth-child(2n+1)>th {
    background: #fff;
}

.table-characteristics .table tr:nth-child(2n+1)>td,
.table-characteristics .table tr:nth-child(2n+1)>th {
    background: #fff;
}

.table-characteristics .table tr:first-child,
.table-product .table thead tr:first-child,
.table-dimensions .table thead tr:first-child,
.product-table-accessories .table tr:first-child,
.table-ecodesign .table tr:first-child {
    background: #F5F5F5;
    padding: 10px 15px;
    font-weight: 400;
    border-left: 0;
    color: #333;
    position: sticky;
    top: 0;
    z-index: 2;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.table-series .child-model td,
.table-series .child-model th {
    background-color: rgba(182, 227, 100, 0.2) !important;
}

.table-dimensions {
    border-radius: 12px;
    border: 1px solid #DEDEDE;
}

.table-characteristics tbody tr:first-child td {
    border-top: 0;
}

.table-ecodesign {
    text-align: center;
}

.table-ecodesign tr>td:first-child {
    text-align: left;
}

.table-ecodesign tr>td.text-center {
    text-align: center;
}

.table-ecodesign .colored {
    background: #f0fafe;

}

.table-characteristics .table tr:first-child>td,
.table-product .table thead tr:first-child>td,
.table-dimensions .table thead tr:first-child>td,
.product-table-accessories .table tr:first-child>td,
.table-characteristics .table tr:first-child>th,
.table-product .table thead tr:first-child>th,
.table-dimensions .table thead tr:first-child>th,
.product-table-accessories .table tr:first-child>th {
    background: #F5F5F5;
    font-weight: 600;
}

.table-dimensions .table td {
    text-align: center;
    color: #000;
}

.dimensions-photo {
    display: flex;
    align-items: center;
    margin: 0 -15px 20px;
    flex-wrap: wrap;
}

.dimensions-photo>div {
    flex: 0 0 33.3333%;
    padding: 0 15px;
}

.dimensions-photo>div .inner-block {
    border: 1px solid #DEDEDE;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
}

@media (max-width: 767px) {
    .dimensions-photo>div {
        flex: 0 0 50%;
    }
}

@media (max-width: 575px) {
    .dimensions-photo>div {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .dimensions-photo>div>.inner-block>a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

button,
input,
textarea {
    transition: all 0.2s linear;
}

.btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    min-width: 190px;
    box-sizing: border-box;
    transition: all 0.2s linear;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .btn {
        height: 64px;
    }
}

.btn:focus,
.btn:active {
    outline: none;
}

.btn-red {
    background-color: var(--red);
    border: 0;
    color: #fff;
    border-radius: 4px;
}

.btn-red:hover {
    background-color: var(--blue);
    color: #fff;
}

.btn-red:focus {
    background-color: var(--blue-light);
    color: #fff;
}

.btn-red:active {
    background-color: #4185BD;
    color: #fff;
}

.btn-green-outline {
    background: none;
    border: 2px solid var(--green);
    color: var(--green);
    border-radius: 12px;
}

.btn-green-outline:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: #FFF176;
}

.btn-green-outline:focus {
    background-color: var(--green);
    border-color: var(--green);
    color: #FFF176;
}

.btn-green-outline svg,
.btn-red svg {
    margin-right: 10px;
}

.btn-green-outline-icon {
    fill: #6ACFF6;
    transition: all 0.2s linear;
}

.btn-green-outline:hover .btn-green-outline-icon,
.btn-green-outline:focus .btn-green-outline-icon {
    fill: #fff;
}

.btn-blue,
.btn-primary {
    background-color: var(--blue);
    border: 0;
    color: #fff;
}

.btn-blue:hover,
.btn-primary:hover,
.btn-dark-blue:hover {
    background-color: #034EA2;
    color: #fff;
}

.btn-blue:focus,
.btn-primary:focus {
    background-color: var(--blue-light);
    color: #fff;
}

.btn-blue:disabled,
.btn-primary:disabled,
.btn-dark-blue:disabled {
    opacity: 0.5;
    cursor: default;
}

.btn-blue:disabled:hover,
.btn-primary:disabled:hover,
.btn-dark-blue:disabled:hover {
    opacity: 0.5;
    background-color: var(--blue);
}

.btn-dark-blue {
    background-color: #003163;
    border: 0;
    color: #fff;
}

.btn-gray {
    background-color: #333;
    border: 0;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background-color: #000;
    color: #fff;
}

.btn-rounded {
    border-radius: 60px;
}

.h1,
h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    margin-top: 0;
}

.h2,
h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin-top: 0;
}

.h3,
h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
}

.h4,
h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
}

.h5,
h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
}

.h6,
h6 {
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}

@media (min-width: 768px) {

    .h1,
    h1 {
        font-weight: 600;
        font-size: 55px;
        line-height: 55px;
        margin-top: 0;
    }

    .h2,
    h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .h3,
    h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .h4,
    h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        margin-top: 0;
    }

    .h5,
    h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
    }

    .h6,
    h6 {
        font-weight: 100;
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-weight: 600;
        font-size: 55px;
        line-height: 55px;
        margin-top: 0;
    }

    .h2,
    h2 {
        font-size: 45px;
        line-height: 45px;
    }

    .h3,
    h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .h4,
    h4 {
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
        margin-top: 0;
    }

    .h5,
    h5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        margin-top: 0;
    }

    .h6,
    h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        margin-top: 0;
    }
}


/* DROPDOWN */

.dropdown {
    position: relative;
}

.dropdown>a {
    line-height: 1;
    cursor: default;
}



.dropdown:hover>a:after {
    transform: rotate(180deg);
}

.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 3;
}

.dropdown .dropdown-menu.active {
    display: block;
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    background: #fff;
}

.dropdown-default {
    border: 1px solid var(--grey);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.dropdown-default>a {
    color: var(--grey);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.dropdown-default>a:after {
    background: url('../images/angle-down-blue.svg') no-repeat;
    width: 16px;
    height: 10px;
}

.dropdown-default .dropdown-menu {
    left: -1px;
    right: -1px;
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    padding: 0 15px;
}

.dropdown-default ul>li {
    padding: 0 0 10px;
}

.dropdown-default ul>li a {
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
}

.dropdown-default ul>li a:hover {
    color: var(--blue);
}


/* NAVBAR */

.navbar {
    position: fixed;
    top: -5px;
    left: 0;
    right: 0;
    font-size: 14px;
    background-color: #fff;
    z-index: 100;
    border-top: 5px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    transition: all 0.2s linear;
    font-weight: 400;
}

.navbar:hover {
    border-top: 5px solid #034EA2;
}

.navbar__menu-main {
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .navbar__menu-main .container {
        max-height: calc(100vh - 170px);
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.navbar__break {
    flex-basis: 100%;
    height: 0;
}

.navbar__button {
    display: inline-block;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 6px 14px;
    font-weight: 700;
}

.navbar__button:hover {
    border-color: var(--red);
    color: var(--red);
}

.navbar__menu-additional ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar__language {
    font-weight: 700;
    margin-left: 30px;
}

.navbar__language a {
    color: var(--blue);
}

.navbar__language .navbar-blaub>div {
    margin-bottom: 10px;
}

.navbar__language .navbar__language-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 2px solid #E0E0E0;
    border-radius: 50px;
    padding: 2px;
    gap: 2px;
}

.navbar__language .navbar__language-block>a {
    display: inline-flex;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    align-items: center;
    color: #666666;
    background-color: #fff;
    justify-content: center;
}

.navbar__language .navbar__language-block>a:hover,
.navbar__language .navbar__language-block>a.active {
    background-color: #73A52E;
    color: #fff;
}


.navbar__language .dropdown {
    border: 1px solid var(--grey);
    padding: 6px 10px;
    background-color: #BEC4D4;
}

.navbar__language .neavbar-blaub__langs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BCC2D2;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.navbar__language .neavbar-blaub__langs .navbar-blaub__langs-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.navbar__language .neavbar-blaub__langs .navbar-blaub__langs-block a,
.navbar__language .neavbar-blaub__langs .navbar-blaub__langs-block span {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.navbar__language .neavbar-blaub__langs .navbar-blaub__langs-block span {
    text-decoration: underline;
    color: #034EA2;
}

.navbar__language .neavbar-blaub__langs .navbar-blaub__langs-block a:hover {
    text-decoration: underline;
}

.navbar__language .dropdown>a {
    color: #fff;
}

.navbar__language .dropdown .dropdown-menu a:hover {
    color: var(--red);
}

.navbar__language .dropdown .dropdown-menu {
    right: 0;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
    border-top: 0;
    padding: 20px 20px 10px 20px;
    min-width: 260px;
}

.navbar__language .dropdown .dropdown-menu li {
    padding: 6px 0;
}


.navbar__account a {
    display: inline-flex;
    align-items: center;
}

.navbar__account img {
    margin-right: 9px;
}

.navbar__menu-additional-overlay {
    display: none;
}

body.menu-opened {
    overflow: hidden;
}

.navbar__logo a {
    display: flex;
}

.navbar__desktop {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar__logo {
    flex-grow: 1;
    height: 24px;
    display: flex;
    align-items: center;
}

.navbar__logo img {
    height: 24px;
}

.navbar .container {
    display: block;
}

body.menu-opened .navbar .container .navbar__menu-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.navbar__menu-main>.navbar__main-menu-element>a,
a.navbar__main-menu-element {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.navbar__menu-main>.navbar__main-menu-element>a>img {
    margin-left: 5px;
    transition: all 0.2s linear;
}

.navbar__menu-main>.navbar__main-menu-element>a:hover img {
    transform: rotate(180deg);
    /* make it green */
    filter: invert(51%) sepia(86%) saturate(391%) hue-rotate(46deg) brightness(95%) contrast(88%);

}

.__main-menu-phone {
    margin-left: 30px;
}

.__main-menu-phone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 18px 20px;
    gap: 10px;
}

@media (max-width: 575px) {
    .navbar__logo.navbar__logo-blaub-na img {
        width: 150px !important;
    }
}

@media (max-width: 991px) {
    /*.navbar .container .navbar__desktop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-height: calc(100% - 68px);
        flex-wrap: wrap;
        background-color: #fff;
        overflow: auto;
    }*/

    .navbar__mobile .navbar__search {
        display: block;
        margin-right: 20px;
    }

    .navbar__mobile .navbar__logo {
        flex: 1;
    }

    .navbar__menu-main a {
        margin: 10px 0;
    }

    .navbar__button {
        margin-top: 5px;
    }

    .navbar__menu-main .dropdown .dropdown-menu {
        position: relative;
        top: auto;
        background: none;
        margin-top: 15px;
    }

    .navbar__menu-main .dropdown .dropdown-menu ul a {
        text-transform: none;
    }

    .navbar__menu-main .dropdown .dropdown-menu ul>li {
        padding: 0 0 10px;
    }

    .__main-menu-phone {
        display: none;
    }
}

@media (max-width: 1399px) {
    .navbar__menu-main .dropdown {
        margin: 10px 0;
    }
}

@media (min-width: 1400px) {

    .navbar__infoletter-mobile {
        display: none;
    }

    .navbar__menu-main {
        flex-grow: 1;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: inherit !important;
    }

    .navbar__menu-main .dropdown-menu {
        border-radius: 12px;
        padding: 15px 20px;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        margin-top: 0px;
    }

    .navbar__menu-main .dropdown-menu a {
        white-space: nowrap;
        text-transform: none;
        font-weight: 400;
        font-size: 16px;
    }

    .navbar__menu-main .dropdown-menu li {
        padding: 0 0 7px;
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: 7px;
    }

    .navbar__menu-main .dropdown-menu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .navbar__menu-main .dropdown>a {
        padding: 10px 0;
    }

    .navbar__menu-main .dropdown>a:after {
        margin-left: 15px;
    }

    .navbar__menu-main>.navbar__main-menu-element {
        height: calc(100% - 5px);
        display: flex;
        align-items: center;
        transition: all 0.2s linear;
        position: relative;
    }

    .navbar__menu-main>.navbar__main-menu-element:after {
        content: '';
        display: block;
        height: 3px;
        background-color: transparent;
        width: 0%;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        transition: all 0.2s linear;
    }

    .navbar__menu-main>.navbar__main-menu-element:hover:after {
        left: 0;
        right: auto;
        width: 100%;
    }
}

@media (max-width: 1399px) {
    .navbar__desktop .navbar__menu-main {
        display: none;
    }

    .navbar__desktop {
        gap: 15px;
    }

    .navbar__desktop .navbar__menu-main>.dropdown>a:hover {
        color: var(--green);
    }

    .navbar__desktop .navbar__menu-main .dropdown-menu.active {
        padding-left: 25px;
    }

    .navbar__desktop .navbar__menu-main .dropdown-menu.active ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .navbar__desktop .navbar__menu-main .container {
        padding: 0;
    }

    .navbar__desktop .navbar__menu-main .dropdown-menu.active>.container ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .navbar__menu-main .dropdown .dropdown-menu ul a {
        color: var(--green);
    }

    .navbar__menu-main {
        position: fixed;
        top: 80px;
        padding-top: 80px;
        z-index: 1;
        left: 0;
        right: 0;
        max-height: calc(100% - 80px);
        overflow: auto;
        background: #f5f5f5;
        border-top: 1px solid #E0E0E0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        order: 1;
        width: 100%;
        font-size: 16px;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar__menu-main {
        top: 92px;
        padding-top: 40px;
        max-height: calc(100% - 92px);
    }
}

@media (max-width: 767.99px) {
    .navbar__desktop {
        gap: 0;
    }
}

.navbar__burger {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.navbar__burger>.menu-toggle {
    width: 24px;
    height: 19px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar__burger>.menu-toggle span {
    background-color: #666666;
    width: 100%;
    height: 3px;
    transition: all 0.2s linear;
}

body.menu-opened .navbar__burger>.menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(3px);
}

body.menu-opened .navbar__burger>.menu-toggle span:nth-child(2) {
    opacity: 0;
}

body.menu-opened .navbar__burger>.menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(3px);
}

@media (max-width: 767.99px) {

    .navbar__burger,
    .navbar__language {
        margin-left: 12px;
    }
}

@media (min-width: 1400px) {
    .navbar__burger {
        display: none;
    }

    .navbar__desktop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .navbar__burger {
        display: none;
    }

    .navbar__menu-additional {
        order: 1;
        flex-grow: 1;
        display: block;
        height: 46px;
        display: flex;
        align-items: center;
    }

    .navbar__menu-additional>ul>li {
        margin-right: 20px;
    }

    .navbar__menu-additional>ul>li:last-child {
        margin: 0;
    }

    .navbar__language {
        order: 5;
        margin-left: 10px;
    }

    .navbar__logo {
        order: 1;
        height: 32px;
        flex-grow: 0;
    }

    .navbar__logo img {
        height: 32px;
    }

    .navbar__menu-main {
        order: 2;
        height: 69px;
        padding: 0 10px;
    }

    .navbar__search {
        order: 3;
    }

    .__main-menu-phone {
        order: 4;
    }

    .navbar__break {
        flex-basis: 100%;
        order: 4;
    }
}

@media (min-width: 1400px) {
    .navbar__menu-main {
        padding: 0 55px;
    }

    .navbar__language {
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .navbar__logo {
        height: 32px;
    }

    .navbar__logo img {
        height: 32px;
    }
}

@media (min-width: 1200px) {
    .navbar__desktop {
        height: 92px;
    }
}

/* Navbar dropdown full */

.navbar__menu-main .dropdown-full a {
    white-space: normal !important;
}

.navbar__menu-main .dropdown-full .navbar__menu-main-title {
    margin-bottom: 10px;
}

.navbar__menu-main .dropdown-full .navbar__menu-main-title a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #034EA2;
}

.navbar__menu-main .dropdown-full .dropdown-menu ul.active {
    display: block;
}

.navbar__menu-main .dropdown-full .dropdown-menu ul a {
    white-space: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .navbar__menu-main .dropdown-full .navbar__menu-main-title a {
        justify-content: space-between;
        display: inline-flex;
        margin: 5px 0 0;
        width: 100%;
    }

    .navbar__menu-main .dropdown-full .dropdown-menu ul {
        display: none;
    }
}

@media (max-width: 1199px) {

    .navbar__menu-main .dropdown-full .navbar__menu-main-title a:after,
    .menu-category>a:after {
        content: ' ';
        background: url(/assets/frontend/images/angle-down-small.svg) no-repeat;
        width: 10px;
        height: 4px;
        display: inline-block;
        margin-left: 10px;
        transition: all 0.2s linear;
    }

    .navbar__menu-main .dropdown-full .navbar__menu-main-title a.active:after,
    .menu-category>a.active:after {
        transform: rotate(180deg);
    }
}



@media (min-width: 1200px) {
    .navbar__menu-main .dropdown-full .dropdown-menu {
        width: 100%;
        top: -5px;
        position: fixed;
        left: 0;
        right: 0;
        border: 0;
        background: linear-gradient(0deg, #F8FBFF, #F8FBFF), #FFFFFF;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        padding: 35px 0;
        margin-top: 69px;
    }

    .navbar__menu-main .dropdown-full .dropdown-menu .container>div {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
    }

    .navbar__menu-main .dropdown-full .dropdown-menu .container>div>div {

        padding: 0 30px;
        box-sizing: border-box;
    }

    .menu-product-columns-2 {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .menu-product-columns-2>div {
        flex: 1 0 50%;
        width: 50%;
    }

    .menu-product-columns-2>div:nth-child(2) {
        padding-right: 15px;
    }

    .menu-product-columns-2>div:nth-child(3) {
        padding-left: 15px;
    }

    .menu-product-columns-top-margin {
        margin-top: 30px;
    }



    .navbar__menu-main .dropdown-full .dropdown-menu .container>div>div>.navbar__menu-main-title,
    .navbar__menu-main .dropdown-full .dropdown-menu .container>div>div>.navbar__menu-main-title {
        width: 100%;
        flex: 1 1 100%;
    }

    .navbar__menu-main .dropdown-full .navbar__menu-main-title a {
        margin-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #BCC2D2;
        height: 40px;
        align-items: flex-start;
    }

    .menu-product-columns-1 {
        flex: 1 0 100%;
        width: 100%;
    }

    .menu-product-columns-2 {
        flex: 1 0 50%;
        width: 50%;
    }

    .menu-product-columns-3 {
        flex: 1 0 33.3333%;
        width: 33.3333%;
    }

    .menu-product-columns-4 {
        flex: 1 0 25%;
        width: 25%;
    }

    .menu-product-columns-5 {
        flex: 1 0 20%;
        width: 20%;
    }
}


/* Old full menu */

.navbar__menu-main .dropdown-full-old .container {
    position: relative;
}

@media (max-width: 1199px) {
    .menu-categories-container .menu-subcategory {
        display: none;
    }

    .menu-categories-container .menu-subcategory.active {
        display: block;
    }

    .menu-categories-container .menu-subcategory a {
        font-weight: 400;
        text-transform: none !important;
        white-space: pre-wrap !important;
        padding: 7px 0 7px 15px;
        display: inline-block;
    }

    .navbar__menu-main .dropdown-full-old .dropdown-menu {
        border: 0;
        border-radius: 0;
    }

    .menu-categories-container .menu-category>a {
        text-transform: uppercase !important;
        white-space: normal !important;
        position: relative;
        padding: 7px 0;
        display: inline-block;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .menu-categories-container .menu-category>a {
        padding: 0;
    }

    .menu-categories-container .menu-subcategory a {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .menu-categories-container {
        width: 300px;
    }

    .menu-categories-container .menu-category>a {
        padding: 7px 0;
    }

    .menu-categories-container .menu-subcategory a {
        padding: 7px 0 7px 15px;
    }

    .dropdown-full-old .dropdown-menu {
        max-height: 500px;
        overflow: auto;
    }
}

@media (min-width: 1200px) {
    .navbar__menu-main .dropdown-full-old .dropdown-menu {
        width: 100%;
        top: auto;
        position: fixed;
        left: 0;
        right: 0;
        border: 0;
        background: linear-gradient(0deg, #F8FBFF, #F8FBFF), #FFFFFF;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        padding: 35px 0;
        margin-top: 10px;
    }

    .menu-categories-container a {
        white-space: pre-wrap !important;
        padding: 15px 0;
        display: inline-block;
    }

    .menu-categories-container {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 400px;
    }

    .menu-categories-container .menu-category {
        width: 400px;
        z-index: 2;
    }

    .menu-categories-container .menu-category a {
        text-transform: uppercase !important;
    }

    .menu-categories-container .menu-subcategory {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: 400px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        display: none;
        z-index: 1;
        height: 100%;
        padding-left: 40px;
    }

    .menu-categories-container .menu-subcategory>div {
        /*width: 50%;
        flex: 1 1 50%;*/
        padding: 0 0 0 40px;
    }

    .menu-categories-container .menu-subcategory a {
        font-weight: 400;
        text-transform: none !important;
    }

    .menu-categories-container .menu-category:hover .menu-subcategory {
        display: flex;
    }
}


/* FOOTER */

footer {
    background: #f5f5f5;
    padding: 36px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
    text-decoration: underline;
}

.footer__partners {
    background-color: #fff;
    border-top: 1px solid rgba(190, 196, 212, 0.4);
    margin-top: 36px;
}

.footer__partners .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0;
}

.footer__partners img {
    width: 43px;
    margin: 8px 7px;
}

.footer__additional img {
    width: 20px;
}

.footer__additional .footer__menu-block>div {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.footer__copyright {
    padding: 20px 0 15px;
    font-size: 12px;
    line-height: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
}

.footer__copyright .container {
    align-items: center;
    justify-content: center !important;
    color: #000
}

.footer__copyright .text-right {
    text-align: right;
}

.break {
    height: 0;
    flex-basis: 100%;
}

footer .container .inner-block-upper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 36px;
}

.footer__secondary {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 36px;
}

.footer__secondary .container .row {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer__secondary .container .row .col-12 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.footer__secondary .container .row .col-12:last-child {
    border-right: none;
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    footer .container .inner-block-upper {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 20px;
        grid-template-areas:
            "logo phone-form"
            "phones phone-form";
    }

    footer .container .inner-block-upper .footer__logo {
        grid-area: logo;
    }

    footer .container .inner-block-upper .footer__phones {
        grid-area: phones;
    }

    footer .container .inner-block-upper .footer__phone-form {
        grid-area: phone-form;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    footer .container .inner-block-upper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.99px) {
    .footer__secondary .container .row {
        display: flex;
        flex-direction: column;
    }

    .footer__secondary .container .row .col-12 {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .footer__secondary .container .row .col-12:last-child {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .footer__secondary .container .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    footer .container .inner-block-upper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-bottom: 36px;
    }
}

.footer__menu-h {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__phone-form-block {
    background-color: #8DC63F;
    border-radius: 20px;
    padding: 24px;
    color: #333;
}

.footer__phone-form-block .title {
    font-weight: 600;
    font-size: 15px;
}

.footer__phone-form-block .phone {
    padding: 15px 0;
}

.footer__phone-form-block a {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.footer__phone-form-block a:hover {
    color: #fff;
    text-decoration: none;
}

.footer__phones .footer__phone span {
    display: inline-block;
    padding: 3px 12px;
    background-color: #DEDEDE;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
}

.footer__phone {
    margin-bottom: 15px;
}

.footer__phone a,
.footer__email a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.footer__phone a:hover,
.footer__email a:hover {
    color: var(--green);
    text-decoration: underline;
}

@media (max-width: 991px) {

    footer .footer__logo,
    footer .footer__menu,
    footer .footer__products {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199.99px) {

    .footer__phone a svg,
    .footer__email a svg {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1200px) {

    .footer__phone a,
    .footer__email a {
        font-size: 18px;
        line-height: 28px;
    }

    .footer__phone-form-block a {
        font-size: 30px;
        line-height: 30px;
    }

    .footer__phone-form-block .title {
        font-weight: 600;
        font-size: 18px;
    }
}

.footer-social {
    background-color: #232176;
    color: #fff;
}

.footer-social .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.footer-social .line {
    height: 1px;
    background-color: #fff;
    flex: 1;
    margin: 0 15px;
}

.footer-social .container>div:nth-child(1) {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.footer-social .container>div:nth-child(2) {
    flex: 1 0 auto;
}

.footer-social .container>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (min-width: 768px) {
    .footer-social .container>div:nth-child(1) {
        font-size: 35px;
        line-height: 45px;
    }

    .footer-social .container,
    .footer-social .container>div:nth-child(3) {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .footer-social .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-social svg {
        height: 18px;
    }

    .footer-social .container>div:nth-child(3) {
        gap: 10px;
    }
}

/* Homepage main slider */

.tns-outer {
    position: relative;
}

.tns-outer .tns-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.tns-nav button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #999999;
    background: #999999;
    margin-right: 5px;
    padding: 0;
    display: inline-block;
}

.tns-nav button.tns-nav-active {
    background: #000;
    border-color: #000;
}

.homepage-slider {
    margin-top: 24px;
}

.main-slider img {
    width: 100%;
}

.homepage-slider .main-slider {
    border-radius: 12px;
    overflow: hidden;
}

.main-slider .tns-item {
    position: relative;
}

.main-slider .tns-item .slider-inner-block .caption-block h3 {
    font-weight: 600;
}



.main-slider .tns-item .slider-inner-block .caption-block .caption-block-button .btn {
    background-color: transparent;
    border-color: #fff;
    border: 2px solid #fff;
    color: #fff;
}

.main-slider .tns-item .slider-inner-block .caption-block {
    max-width: 460px;
    padding: 50px;
    background-color: rgba(20, 0, 55, 0.75);
    color: #fff;
}

@media (max-width: 767px) {

    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }

    .main-slider .tns-item .slider-inner-block {
        margin-top: -5px;
    }

    .main-slider .container {
        padding: 0;
    }

    .main-slider .tns-item .slider-inner-block .caption-block {
        max-width: 100%;
        padding: 30px 30px 40px;
        display: block;
    }

    .main-slider .tns-item .slider-inner-block .caption-block .caption-block-button {
        margin-top: 25px;
        text-align: left;
    }

    .main-slider .tns-item .slider-inner-block .caption-block .caption-block-button .btn {
        height: 34px;
    }

    .main-slider .tns-outer .tns-nav {
        bottom: 10px;
    }
}

.main-slider .tns-item img {
    border-radius: 10px;
}

@media (max-width: 575px) {

    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }
}


@media (min-width: 768px) {
    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }

    .main-slider .tns-item .slider-inner-block {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    .main-slider .tns-item .slider-inner-block .container {
        display: flex;
        justify-content: flex-end;
    }

    .main-slider .tns-item .slider-inner-block .caption-block .caption-block-button {
        margin-top: 45px;
        text-align: right;
    }

}

@media (min-width: 992px) {
    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }
}


@media (min-width: 1400px) {
    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }
}

@media (min-width: 2400px) {
    .main-slider .tns-item {
        height: auto;
    }

    .main-slider .tns-item img,
    .main-slider .tns-item video {
        object-fit: cover;
        height: auto;
    }
}

.select2-container--open {
    font-size: 14px;
}

/* HOMEPAGE PRODUCTS */

#landing-series .outer-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#landing-series .outer-block .inner-block {
    height: 100%;
    transition: all 0.2s linear;
    position: relative;
    overflow: hidden;
}

#landing-series .outer-block .inner-block .landing-new-products__badge {
    position: absolute;
    right: -50px;
    top: 20px;
    transform: rotate(45deg);
    background-color: #6ACFF6;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    width: 200px;
    text-align: center;
    padding: 8px 0;
}

@media (max-width: 767px) {
    #landing-series .outer-block .inner-block .landing-new-products__badge {
        font-size: 16px;
        line-height: 16px;
        right: -60px;
    }
}

#landing-series .outer-block>a {
    flex: 1 0 100%;
    padding-bottom: 15px;
}

#landing-series .outer-block>a:hover {
    color: #000;
}

#landing-series .landing-new-products__image {
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    margin: 0 auto;
}

#landing-series .landing-new-products__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0 25px;
}

#landing-series .landing-new-products__description {
    padding: 0 25px;
    font-size: 14px;
    line-height: 24px;
}

#landing-series .landing-new-products__description .btn-green-outline {
    margin-top: 20px;
}

#landing-series .row .col-6 {
    margin-bottom: 30px;
}

#landing-series .landing-new-products__header {
    background-color: #f5f5f5;
    border-radius: 12px;
}

#landing-series .btn {
    min-width: 130px;
    height: 48px;
}

@media (min-width: 576px) {
    #landing-series .outer-block>a {
        flex: 1 0 50%;
        padding: 15px;
    }

    #landing-series .outer-block {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    #landing-series .landing-new-products__title {
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
        padding: 12px 25px 8px 25px;
        margin-bottom: 0;
    }
}

@media (min-width: 1400px) {
    #landing-series .inner-block {
        display: grid;
        grid-template-columns: 212px 1fr;
    }

    #landing-series .landing-new-products__image {
        width: 212px;
    }

    #landing-series .landing-new-products__title {
        font-size: 18px;
        line-height: 28px;
    }

    #landing-series .col-xl-3 {
        flex: 1 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.99px) {
    #landing-series .landing-new-products__image img {
        max-width: auto;
        width: 100%;
    }

    #landing-series .landing-new-products__title {
        padding: 10px 15px;
        margin-bottom: 0;
    }

    #landing-series .landing-new-products__description {
        padding: 0 15px;
    }

    #landing-series .landing-new-products__description .btn-green-outline {
        margin-bottom: 15px;
    }
}

@media (max-width: 1399px) {
    #landing-series .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    #landing-series .inner-block {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #landing-series .landing-new-products__header {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
    }

    #landing-series .landing-new-products__header .landing-new-products__description {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* Rectangle 102 */
#landing-categories .container>.outer-block a {
    color: #fff;
    display: block;
}

#landing-categories .container>.outer-block>div>div {
    margin-bottom: 30px;
}

#landing-categories .container>.outer-block a>.inner-block {
    position: relative;
    min-height: 240px;
    padding: 20px 20px 20px 0;
    background-size: cover;
    background-repeat: no-repeat;

}

#landing-categories .container>.outer-block a>.inner-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(180deg, #A7A9AC 0%, rgba(0, 0, 0, 0) 100%);*/
    z-index: 1;
}

#landing-categories .container>.outer-block a>.inner-block>div {
    position: relative;
    z-index: 2;
}

#landing-categories .landing-new-products__title {
    border: 3px solid #fff;
    border-left: 0;
    display: inline-block;
    padding: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    #landing-categories .container>.outer-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

@media (min-width: 992px) {
    #landing-categories .landing-new-products__title {
        font-size: 25px;
        line-height: 25px;
    }



}


/* HOMEPAGE SOLUTIONS */
#landing-solutions .grid-content-block {
    position: relative;
}

#landing-solutions.container-fullsize>.row,
#landing-owlfullsize.container-fullsize>.row {
    margin: 0;
}

#landing-solutions>.row>div,
#landing-owlfullsize>.row>div {
    padding: 0;
}

#landing-solutions .grid-content-block .solutions__product-image {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    height: 200px;
    z-index: 2;
}

#landing-solutions .grid-content-block .solutions__product-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#landing-solutions .grid-content-block .solutions__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#landing-solutions .grid-content-block .solutions__image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#landing-solutions .grid-content-block .solutions__container {
    position: relative;
    z-index: 1;
    min-height: 350px;
    padding: 50px 15px;
}

#landing-solutions .grid-content-block .solutions__container .h2>a {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}

.solutions__container-btn {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    #landing-solutions .grid-content-block {
        margin-bottom: 100px;
    }

    #landing-solutions .grid-content-block .solutions__container .h2 {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #landing-solutions {
        padding-bottom: 50px;
    }

    #landing-solutions .grid-content-block .solutions__container .h2>a {
        font-size: 60px;
        line-height: 60px;
    }

    #landing-solutions .grid-content-block .solutions__container .h2 {
        max-width: 70%;
        padding: 0 50px;
    }

    #landing-solutions .grid-content-block .solutions__product-image {
        bottom: -30%;
        right: 50px;
        left: auto;
        transform: none;
        width: 350px;
        height: 350px;
    }

    #landing-solutions .grid-content-block .solutions__container {
        min-height: 430px;
    }
}

@media (min-width: 1680px) {
    #landing-solutions .grid-content-block .solutions__container .h2>a {
        font-size: 70px;
        line-height: 70px;
    }
}

/* HOMEPAGE FOUR BLOCK */



.landing-four__title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.landing-four__text {
    font-size: 14px;
    font-weight: 400;
    flex: 1 0 auto;
    display: flex;
}

.landing-four__icon {
    height: 72px;
}

.landing-four__icon img {
    width: 72px;
}

#landing-icons-home .row {
    gap: 40px;
}

#landing-icons-home.container .inner-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 0;
}

#landing-icons-home .grid-content-block {
    height: 100%;
}

@media (min-width: 768px) {
    .landing-four__title {
        font-size: 18px;
        font-weight: 600;
    }

    .landing-four__icon {
        height: 90px;
    }

    .landing-four__icon img {
        width: 72px;
    }

    .landing-four__text {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .landing-four__icon {
        height: 96px;
    }

    .landing-four__icon img {
        width: 96px;
    }
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    #landing-icons-home .row {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    #landing-icons-home .col-12 {
        flex: 0 0 50%;
    }
}

@media (min-width: 1200px) {
    .landing-four__title {
        font-size: 20px;
        font-weight: 600;
    }

    #landing-icons-home .row {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
    }

    #landing-icons-home .row .col-xl-3 {
        width: 100%;
        max-width: 100%;
    }
}

#landing-left-image-right-text .btn-green-outline {
    width: 100%;
    margin-top: 20px;
}

/* HOMEPAGE ARTICLES */

#landing-articles .grid-content-block {
    height: auto;
}

#landing-articles .inner-block {
    padding-left: 60px;
}

#landing-articles .row {
    margin: 0;
    padding: 0;
    width: 100%;
}

#landing-articles .row .col-12 {
    padding: 0;
}

#landing-articles .row>div:last-child {
    background-color: var(--grey);
    background-image: url('/assets/frontend/images/landing-article-bg.svg');
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}

#landing-articles .row>div:last-child .badge {
    background-color: var(--blue-light);
    color: #fff;
    width: 144px;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
}

#landing-articles .row>div:first-child .grid-content-block {
    height: 200px;
}

#landing-articles .row>div:first-child .grid-content-block img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center right;
}

#landing-articles .insert-image {
    margin-bottom: 0;
}

#landing-articles {
    color: #fff;
}

#landing-articles .h2 {
    margin-bottom: 15px;
}

#landing-articles a {
    color: var(--blue);
    font-weight: 600;
}

#landing-articles .h2 a {
    color: #fff;
    font-weight: 400;
}

#landing-articles .h2 a:hover {
    color: var(--blue);
}

@media (max-width: 767px) {
    #landing-articles .row>div:last-child .badge {
        margin-bottom: 20px;
        margin-left: -15px;
        width: auto;
        display: inline-block;
        padding-left: 15px;
    }

    #landing-articles .row>div:last-child {
        padding: 20px 15px;
    }

    #landing-articles .row>div:last-child .half-container {
        max-width: inherit;
        padding: 0;
    }
}

@media (min-width: 768px) {
    #landing-articles .row>div:last-child .badge {
        position: absolute;
        top: 40px;
        left: 0;
    }

    #landing-articles .row>div:last-child {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #landing-articles .row>div {
        flex: 1 0 50%;
        width: 50%;
    }

    #landing-articles {
        display: flex;
        height: 400px;
    }

    #landing-articles .row>div:first-child .grid-content-block {
        height: 400px;
    }

    #landing-articles .row>div:first-child .grid-content-block img {
        height: 400px;
    }

    #landing-articles .inner-block p {
        font-size: 16px;
        font-weight: 300;
    }
}

@media (min-width: 992px) {
    #landing-articles {
        height: 450px;
    }

    #landing-articles .row>div:first-child .grid-content-block {
        height: 450px;
    }

    #landing-articles .row>div:first-child .grid-content-block img {
        height: 450px;
        width: 100%;
    }

    #landing-articles .inner-block p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    #landing-articles .h2 {
        font-size: 35px;
        line-height: 35px;
    }
}


/* Homepage news slider */

.landing-news__slider {
    margin-top: 20px;
    display: flex;
}

.landing-news__slider>.tns-item {
    justify-content: space-between;
    transition: all 0.2s linear;
}

.landing-news__slider>.tns-item:hover {
    color: var(--blue);
}

.landing-news__slider>.tns-item:hover .inner-block {
    border-color: var(--blue);
}

.news__preview .news__preview-image {
    height: 265px;
}

.news__preview .news__preview-image img {
    object-fit: cover;
    width: 100%;
    height: 265px;
}

.news__preview .inner-block {
    border: 1px solid var(--grey);
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.landing-news__slider-controls button {
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
}

.landing-news__slider-controls button:first-child {
    margin-right: 20px;
}

.landing-news__slider-controls button:first-child:after {
    content: ' ';
    position: absolute;
    right: -15px;
    width: 1px;
    height: 200%;
    top: 0;
    transform: translateY(-25%);
    background-color: var(--grey);
    pointer-events: none;
}

.landing-news__slider-controls button:first-child img {
    transform: rotate(180deg);
}

.landing-news__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news__preview-header {
    padding: 0 15px 0;
    border-left: 1px solid var(--blue-light);
    margin: 15px 0 15px 15px;
}

.news__preview-title {
    font-size: 18px;
    line-height: 22px;
}

.news__preview-date {
    font-size: 12px;
    margin-top: 3px;
    color: var(--grey);
}


/* product main description */

.product__header h1 {
    flex: 1 1 100%;
    margin-bottom: 15px;
    padding: 0 15px;
}

.product__header-image .inner-block {
    text-align: center;
    height: 400px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    overflow: hidden;
}

.product__header-image .inner-block,
.product__header-image .product-3d-model {
    position: relative;
    display: none;
}

.product__header-image .inner-block.active,
.product__header-image .product-3d-model.active {
    display: flex;
}

.product__header-image .product-3d-model {
    height: 344px;
}

.product__header-image .product-3d-model iframe {
    width: 100%;
    height: 344px;
}

.product-image-changer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-image-changer>a:first-child {
    margin-right: 10px;

}

.product-image-changer a svg path,
.product-image-changer a svg rect {
    transition: all 0.2s linear;
}

.product-image-changer a:hover svg .color-one,
.product-image-changer a.active svg .color-one {
    fill: #73A52E;
}

.product-image-changer a:hover svg .color-two,
.product-image-changer a.active svg .color-two {
    fill: #FFFFFF;
}

.product-image-changer a:hover svg .color-three,
.product-image-changer a.active svg .color-three {
    fill: #73A52E;
}

/*.color-one {
    fill: #FFFFFF;
}
.color-two {
    fill: #5FBBE8;
}*/

.product__header-image img {
    max-width: 370px;
    width: 100%;
    padding: 0 15px;
}

.product__header-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product__header-bullet-icons {
    margin-bottom: 15px;
}

.product__header-bullet-icons img {
    width: 40px;
}

.product__header-description .series-short-description,
.product__header-description .series-link {
    margin-bottom: 20px;
}

.product__header-description .series-link a {
    color: var(--green);
    font-weight: 600;
}

.product__header-description li {
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.product__header-description li::before {
    content: " ";
    background: var(--green);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.chart-tmp svg {
    width: 100%;
    height: auto;
}

.product-mini-img {
    width: 40px;
    margin-right: 10px;
}

.m-0 {
    margin: 0;
}

.table-product-title,
.table-product-title a {
    display: flex;
    align-items: center;
}

.table-product-title a {
    color: #333;
}

.table-product-title a:hover {
    color: #4C7D08;
    text-decoration: none;
}

.table-product-title {
    justify-content: space-between;
}

.table-product-title svg {
    margin-left: 10px;
}

.product__eco-block img {
    margin: 0 auto 15px;
}

.product__eco-block>div {
    text-align: center;
}

.product__size .inner-block {
    height: 100%;
    border: 1px solid var(--grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__accessories-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-table-accessories-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-table-accessories-title:first-child {
    margin-top: 0;
}

.product-table-accessories th:nth-child(2) {
    width: 50px;
}

.product-table-accessories th:nth-child(1),
.product-table-accessories th:nth-child(3) {
    text-align: left;
}

.product-table-accessories td:nth-child(4),
.product-table-accessories td:nth-child(5) {
    text-align: center;
}

.product__header .h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #73A52E;
}

@media (max-width: 992px) {
    .product__header-image .inner-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .product__btn-action button {
        width: 100%;
        margin-top: 15px;
    }

    .product__size .col-12 {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) {
    .product__btn-action {
        display: flex;
        align-items: center;
    }

    .product__btn-action button:last-child {
        margin-left: 20px;
    }

    .product__eco-block {
        display: flex;
    }

    .product__eco-block>div:first-child {
        margin-right: 30px;
    }

    .product__eco-block>div:last-child {
        flex: 1 0 auto;
    }

    .product__eco-block table td:last-child {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .product__header {
        display: grid;
        grid-template-areas:
            'image title'
            'image description'
            'image description'
            'image description'
            'image description';
        grid-template-rows: min-content 100%;
        grid-template-columns: 0.9fr 1.1fr;
        margin: 0 -15px;
        box-sizing: border-box;
    }

    .product__header .h3 {
        grid-area: title;
        font-size: 40px;
        line-height: 45px;
    }

    .product__header .product__header-image {
        grid-area: image;
    }

    .product__header .product__header-description {
        grid-area: description;
    }

    .product__header>div {
        flex: 1 0 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) {
    .product__header h1 {
        margin-bottom: 25px;
    }
}


/* tabs */

.tabs {
    border-bottom: 1px solid var(--grey);
    background-color: #fff;
    border-radius: 12px;
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.tabs ul li {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

.tabs-content {
    padding-top: 20px;
}

.tabs-content>div {
    display: none;
}

.tabs-content>div.active {
    display: block;
}

.tabs ul li a {
    background-color: transparent;
    color: #333;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 100px;
    white-space: nowrap;
}

.tabs ul li.active a {
    background-color: var(--green);
    color: #FFF176;
}

@media (max-width: 767px) {
    .tabs {
        overflow: auto;
    }

    ;

    .tabs ul li a {
        white-space: nowrap;
    }
}


@media (min-width: 768px) {
    .tabs ul li a {
        height: 48px;
    }
}

@media (min-width: 1200px) {
    .tabs ul li {
        padding: 0 0;
    }

    .tabs-content {
        padding-top: 40px;
    }

    .tabs ul li a {
        height: 64px;
        min-width: 190px;
    }
}


/* product main */

.product__main {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .product__main {
        margin-top: 25px;
    }
}

.product__main .series-landing-block .container {
    padding: 0;
}

/* downloads table */

.downloads__table {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.downloads__table .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid #DEDEDE;
}

.downloads__table .row>div {
    border-right: 1px solid #DEDEDE;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.downloads__table .row>div:last-child {
    border-right: 0;
}

.downloads__table .row:first-child {
    border-top: 0;
}

.downloads__table .type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
}

.downloads__table .type img {
    margin-right: 10px;
}

.downloads__table .view,
.downloads__table .arrow {
    color: #000;
}

.downloads__table .size {
    color: var(--grey-dark)
}

a .download-icon {
    fill: var(--grey-dark);
    transition: all 0.2s linear;
}

a:hover .download-icon {
    fill: var(--red);
}

a:active .download-icon {
    fill: var(--blue);
}

.downloads__image {
    height: 350px;
}

.downloads__image img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

@media (max-width: 767px) {

    .downloads .inner-block {
        max-width: 245px;
        flex: 1 0 245px;
        margin: 0 auto;
    }

    .downloads__table {
        border: 0;
    }

    .downloads__table .row {
        padding: 0;
        display: grid;
        grid-template-areas:
            "type type view arrow"
            "title title size size";
        grid-template-columns: 1fr 1fr 45px 50px;
        border: 1px solid #DEDEDE;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .downloads__table .row>div {
        padding: 0;
        margin: 0;
        border: 0;
        border-right: 1px solid #DEDEDE;
    }

    .downloads__table .row:first-child {
        border-top: 1px solid #DEDEDE;
    }

    .downloads__table .check {
        display: none;
    }

    .downloads__table .type {
        grid-area: type;
        padding-left: 10px !important;
        padding-right: 10px !important;
        justify-content: flex-start;
    }

    .downloads__table .view {
        grid-area: view;
        margin-right: 15px;
        justify-content: center;
    }

    .downloads__table .size {
        grid-area: size;
        flex: 1 0 auto;
        text-align: right;
        margin-right: 15px;
        border-right: 0 !important;
        border-top: 1px solid #DEDEDE !important;
        justify-content: flex-end;
        padding-right: 10px !important;
    }

    .downloads__table .arrow {
        grid-area: arrow;
        border-right: 0 !important;
        justify-content: center;
    }

    .downloads__table .title {
        grid-area: title;
        flex: 1 1 100%;
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid #DEDEDE !important;
        border-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }



    .downloads__table .series {
        order: 4;
        flex: 1 1 100%;
        padding-top: 8px;
        margin-top: 8px;
        border-top: 1px solid #fff;
    }
}

@media (min-width: 768px) {
    .downloads__table .row {
        flex-wrap: nowrap;
    }

    .downloads__table .row>div.type {
        flex: 0 0 160px;
        width: 160px;
    }

    .downloads__table .row>div.series {
        flex: 0 0 160px;
        width: 160px;
    }

    .downloads__table .title {
        flex: 1 1 auto;
    }

    .downloads__table .view,
    .downloads__table .arrow,
    .downloads__table .size {
        white-space: nowrap;
    }

    .downloads__table .check {
        padding-right: 16px;
    }

    .downloads__table .arrow,
    .downloads__table .view {
        width: 50px;
        text-align: center;
        justify-content: center;
    }

    .downloads__table .size {
        width: 75px;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {

    .downloads__table .arrow,
    .downloads__table .view {
        width: 64px;
    }

    .downloads__table .size {
        width: 100px;
    }
}

/* Custom checkbox */


/* Customize the label (the container) */

.icheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.icheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid var(--grey);
    box-sizing: border-box;
    transition: all 0.2s linear;
    border-radius: 4px;
}

.icheck:hover input~.checkmark {
    background-color: #ccc;
}

.icheck input:checked~.checkmark {
    background-color: #6ACFF6;
    border: 0;
}

.icheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.icheck input:checked~.checkmark:after {
    display: block;
}

.icheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Default checkbox */


/* Customize the label (the container) */

.icheck-default {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icheck-default:hover {
    color: var(--dark);
}

.icheck-default input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.icheck-default .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #999;
    box-sizing: border-box;
    transition: all 0.2s linear;
    border-radius: 4px;
}

.icheck-default:hover input~.checkmark {
    border: 1px solid #73A52E;
    background-color: #73A52E;
}

.icheck-default input:checked~.checkmark {
    border: 1px solid #73A52E;
    background-color: #73A52E;
}

.icheck-default .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.icheck-default input:checked~.checkmark:after {
    display: block;
}

.icheck-default .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__checkbox-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1 1 auto;
}

/* Application form */

.app-form {
    background-color: #F8FBFF;
    padding: 20px;
    margin-bottom: 20px;
}

.row .app-form {
    height: 100%;
    padding-bottom: 0;
}

.app-form .h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey);
    font-weight: 700;
    font-size: 20px;
}

.app-form .icheck-default {
    font-weight: 300;
    color: #949698;
    font-size: 14px;
}

.app-form__submit {
    text-align: center;
    margin-top: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    height: 48px;
    padding: 15px;
    border: 1px solid #DEDEDE;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.form-control.not-valid {
    border-color: red;
}

textarea.form-control {
    height: 100px;
}


/* Downloads page */

.downloads .inner-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.downloads .inner-block .inner-block-top,
.downloads .inner-block .inner-block-top .downloads__image {
    position: relative;
}

.downloads .inner-block .inner-block-top .downloads__image:after {
    background: linear-gradient(360deg, #0339A2 0%, rgba(89, 178, 226, 0) 50%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.downloads .inner-block .inner-block-top .downloads__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.downloads .inner-block .btn-green-outline {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    min-width: 60px;
    background-color: #034EA2;
    border: 1px solid #034EA2;
    border-radius: 0;

}

.downloads .btn-green-outline svg {
    fill: #fff;
    transition: all 0.2s linear;
    margin: 0;
}

.downloads .btn-green-outline:hover svg,
.downloads .btn-green-outline:focus svg {
    fill: #fff;
}

.downloads .inner-block .btn {
    width: 60px;
    height: 60px;
}

.downloads .col-12 {
    margin-bottom: 30px;
}

.downloads__title {
    margin: 15px;
    overflow-x: hidden;
    text-align: center;
}

.downloads__actions {
    align-items: flex-end;
    margin-bottom: 30px;
}

.downloads__actions-type label {
    margin-bottom: 10px;
    display: block;
}

.downloads__actions-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downloads__actions-search .btn {
    width: 50px;
    flex: 0 0 50px;
    min-width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.downloads__actions-search .btn svg {
    margin: 0;
}

.downloads__actions-search .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.downloads__actions-download .btn {
    width: 100%;
}

@media (max-width: 767px) {
    .downloads__actions>div {
        margin-bottom: 15px;
    }

    .downloads__actions-search>div:last-child {
        margin: 0;
    }
}


/* products page */

.products .container {
    display: flex;
    flex-wrap: wrap;
}

.products .filters {
    flex: 1 1 100%;
    position: relative;
}

.products .filters .btn {
    width: 100%;
    margin-top: -1px;
}

.products .filters .filters-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
}

.products .filters .filters-overlay.active {
    display: block;
}

@media (min-width: 1200px) {
    .products .filters {
        flex: 0 0 305px;
        width: 305px;
        margin-right: 30px;
    }

    .products .products-block {
        flex: 1
    }
}

.products .products-block .products-block-item {
    height: 100%;
}

.products .products-block .products-block-item:hover .inner-block {
    box-shadow: none;
}

.products .products-block .products-block-item:hover {
    color: #000;
}

.products .products-block .inner-block {
    background-color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: all 0.2s linear;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products .products-block .inner-block.inner-block-categories {
    justify-content: flex-start;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.products .products-block .inner-block.inner-block-categories .products__header {
    flex: 0 0 auto;
}

.products__header-title {
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 16px 0 16px;
}

.products .products-block .inner-block.inner-block-categories .products__header-title {
    border: 1px solid #6ACFF6;
}

.products__header-title .badge {
    color: var(--blue-light);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.products__header-description {
    font-size: 14px;
    line-height: 22px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #666666;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products__header-description .btn {
    height: 40px;
    margin-top: 16px;
    width: 100%;
    min-width: auto;
    font-size: 14px;
    line-height: 14px;
}

.inner-block-categories .products__header-description {
    font-weight: 400;
    padding: 10px 10px 0;
}

.products__image {
    text-align: center;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}

.products__image img {
    max-width: 100%;
}

.products-block .col-6,
.products-block .col-12 {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .products-block .col-12 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .products-block .col-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.99px) {
    .products__image {
        min-height: 200px;
    }
}

.mobile-filters-toggle {
    margin: 0;
    text-align: center;
}

.mobile-filters-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #73A52E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    gap: 10px;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 12px;
}

@media (min-width: 1200px) {
    .mobile-filters-toggle {
        display: none;
    }
}

.products__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*margin-top: 30px;*/
    flex: 0 0 27px;
    display: none;
}

.products__header {
    flex: 1 0 auto;
    background: #f5f5f5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.products__footer-labels {
    display: flex;
}

.products__footer-labels img,
.products__footer-labels svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #BEC4D4;
    border-radius: 4px;
    padding: 3px;
}

.products__footer-badge {
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 0 0 80px;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    justify-content: center;
}

.badge-orange {
    background-color: #FC9701;
}

.badge-green {
    background-color: #05AD4D;
}

.badge-red {
    background-color: var(--red);
}

@media (max-width: 767px) {
    .products__footer-labels img {
        width: 14px;
        height: 14px;
    }

    .products__image img {
        max-height: 200px;
    }

    .products-block .col-6:nth-child(odd) {
        padding-right: 10px;
    }

    .products-block .col-6:nth-child(even) {
        padding-left: 10px;
    }

    .products__footer-badge {
        width: 50px;
        flex: 0 0 50px;
        font-size: 10px;
    }

    .products__footer-labels img, .products__footer-labels svg {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .products__header-title {
        font-size: 16px;
    }
}


/* Catalog page extends products */

.catalog__categories {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.catalog__categories-item {
    display: inline-flex;
    align-items: center;
    transition: all 0.2s linear;
    margin-left: -15px;
    padding: 5px 15px;
}

.catalog__categories-item:hover {
    background-color: var(--blue);
    color: #fff;
}

.catalog__categories-item:active {
    background-color: var(--red);
    color: #fff;
}

.catalog__categories-item:hover a {
    color: #fff;
}

.catalog__categories-item-image {
    width: 44px;
    flex: 0 0 44px;
    margin-right: 10px;
}

a.catalog__categories-item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.catalog__menu {
    padding: 0;
    list-style: none;
}

.catalog__menu a {
    font-weight: 300;
}

.catalog__menu li {
    padding: 5px 0;
}


/* Filters */

.filters__header a {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--blue);
}

.filters__block {
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.filters__block .inner-block {
    border-bottom: 1px solid #DEDEDE;
    padding: 15px;
}

.filters__block .inner-block:last-child {
    border: 0;
}

.filters__title a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 700;
}

.filters__title a img,
.filters__categories a img {
    margin-top: 7px;
    margin-left: 10px;
    transform: rotate(180deg);
}

.filters__categories>li>div {
    display: flex;
    justify-content: space-between;
}

.filters__title.active>a>img {
    transform: none;
}

.filters__body {
    display: none;
    margin-top: 15px;
}

.filters__body.active {
    display: block;
}

.filters__checkbox,
.filters__checkbox-block {
    padding: 0;
    list-style: none;
}

.filters__checkbox-block {
    display: flex;
    flex-wrap: wrap;
}

.filters__checkbox-block input[type="checkbox"] {
    display: none;
}

.filters__checkbox-block ul {
    margin: 0 -5px;
}

.filters__checkbox-block li {
    padding: 0 5px;
    margin-bottom: 10px;
}

.filters__checkbox-block label {
    transition: all 0.2s linear;
    color: #000;
    border: 1px solid #666666;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
}

.filters__checkbox-block input[type="checkbox"]:checked+label,
.filters__checkbox-block label:hover {
    border: 1px solid #73A52E;
    background-color: #73A52E;
    color: #fff;
}

.filters__checkbox .icheck-default {
    display: flex;
    align-items: center;
}

.filters__header-tablet {
    display: none;
}

.filters__header svg {
    display: none;
}

.filter__action-button {
    display: none;
}

@media (max-width: 1199px) {
    .filters__block {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -290px;
        width: 290px;
        background-color: #fff;
        z-index: 200;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        overflow: auto;
        transition: all 0.2s ease-in;
    }

    .filters__block.active {
        display: block;
        left: 0;
        border-radius: 0;
    }

    .filters__header-tablet {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        background-color: #B6E364;
        color: #000;
        font-weight: 500;
        height: 68px;
        padding: 16px;
    }

    .filters__header {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .filters__header a {
        cursor: default;
    }
}

.filters__block .inner-block.filters__products {
    padding: 0;
}


.filters__products .filters__title,
.filters__products .filters__body {
    border-bottom: 0;
    padding: 12px 15px;
}

.filters__products .filters__body {
    margin: 0;
    padding-top: 0;
}

.filters__products .filters__title.active {
    border-bottom: 0;
}

.filters__products>div:nth-last-child(2),
.filters__products>div:last-child {
    border: 0;
}

/* Price slider */


/* Price slider */

.ui-slider .ui-slider-handle {
    width: 28px;
    height: 28px;
}

.price-range-block .btn {
    height: 35px;
}

.price-range-block .ui-slider-horizontal {
    height: 4px;
}

.price-range-block .ui-slider-horizontal {
    margin: 25px 10px 25px 10px;
    width: 90%;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle {
    border-radius: 10px;
    top: -12px;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle:active {
    outline: none;
}

.price-range-block .ui-state-active,
.price-range-block .ui-state-hover,
.price-range-block .ui-state-focus {
    border-color: #999999;
    background: #F5F5F5;
    outline: none;
}


.price-range-block .ui-state-default,
.price-range-block .ui-widget-content .ui-state-default {
    background: #F5F5F5;
    border-color: #999999;
}

.price-range-block .ui-widget-header {
    background: #73A52E;
}

.price-range-block .ui-widget.ui-widget-content {
    border: 0;
    background-color: #e7e7e7;
}

.price-range-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 -5px;
}

.price-range-fields button {
    background-color: transparent;
    padding: 5px 10px;
    margin-left: 10px;
    border: 2px solid var(--green);
    color: var(--green);
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    height: 40px;
}

.price-range-fields svg {
    margin: 0 5px;
}

.price-range-field {
    text-align: center;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px 10px;
    width: 50%;
    height: 40px;
    margin: 0 5px;
    border-radius: 12px;
}

.price-range-field::-webkit-outer-spin-button,
.price-range-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-range-field[type=number] {
    -moz-appearance: textfield;
}

.price-range-field:focus,
.price-range-field:active {
    outline: none;
}


/* portfolio object page */

.object__header .inner-block {
    border: 1px solid var(--grey);
    padding: 20px;
}

.object__header-image {
    margin-bottom: 20px;
}

.object__header-image img {
    max-width: 100%;
}

.object__header ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.object__header li {
    position: relative;
    padding: 5px 0 10px 30px;
}

.object__header li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url('/assets/frontend/images/drop.svg');
    width: 19px;
    height: 19px;
}

.object__header-location {
    font-size: 16px;
    color: #96999E;
}

.object__header-location img {
    margin-right: 10px;
}

.object__header h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.object__text {
    line-height: 26px;
    margin-top: 15px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .object__header .inner-block {
        display: flex;
    }

    .object__header-image {
        flex: 0 0 60%;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .object__header h1 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .object__text {
        line-height: 25px;
        margin-top: 25px;
        font-size: 18px;
    }
}


/* portfolio page */

.portfolio__block .col-12 {
    margin-bottom: 15px;
}

.portfolio__block-image {
    height: 350px;
}

.portfolio__block-image img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.portfolio__block .inner-block {
    position: relative;
    border: 1px solid var(--grey);
    box-shadow: 0px 4px 20px 0px #00000026;
}

.portfolio__block .inner-block .downloads-icon-block {
    background-color: #034EA2;
    width: 83px;
    height: 83px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.portfolio__block .inner-block .downloads-icon-block>a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio__block .inner-block .portfolio__block-location {
    padding: 10px 15px;
}

.portfolio__block-location img,
.object__header-location img {
    width: 18px;
    height: 12px;
}

.portfolio__block .inner-block .portfolio__block-title {
    padding: 0 15px;
    font-size: 22px;
    font-weight: 700;
}

.portfolio__block .inner-block .portfolio__block-description {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.portfolio__block .inner-block .portfolio__block-description ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio__block .inner-block .portfolio__block-description li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 0;
}

.portfolio__block .inner-block .portfolio__block-location,
.portfolio__block .inner-block .portfolio__block-title,
.portfolio__block .inner-block .portfolio__block-description {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s linear;
}

.dropdown__search-block {
    margin-bottom: 5px;
}

.dropdown__search-block .current-objects-url {
    color: #0339A2;
}

.dropdown__search-block label {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
}

.dropdown__search-block .col-12 {
    margin-bottom: 15px;
}


@media (max-width: 991px) {

    .portfolio__block .inner-block .portfolio__block-location,
    .portfolio__block .inner-block .portfolio__block-title,
    .portfolio__block .inner-block .portfolio__block-description {
        border-left: 1px solid var(--grey);
        border-right: 1px solid var(--grey);
        padding-left: 15px;
        padding-right: 15px;
    }

    .portfolio__block .inner-block .portfolio__block-description {
        border-bottom: 1px solid var(--grey);
    }



    .medienpakete .portfolio__block .inner-block .portfolio__block-title {
        margin-top: 15px;
    }

    .medienpakete .portfolio__block .inner-block .portfolio__block-description {
        border: 0;
    }

    .portfolio__block .inner-block .downloads-icon-block {
        position: relative;
        width: 100%;
        justify-content: flex-end;
        background-color: transparent;
    }

    .portfolio__block .inner-block .downloads-icon-block>a {
        width: 83px;
        height: 83px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #034EA2;
    }
}

@media (min-width: 992px) {

    .portfolio__block>.row {
        display: grid;
        grid-template-areas:
            "child1 child1 child3"
            "child2 child2 child3"
            "child4 child5 child5"
            "child4 child6 child6"
            "child7 child7 child9"
            "child8 child8 child9";
        grid-template-columns: 1fr 1fr 1fr;
    }

    .portfolio__block>.row>div {
        max-width: 100%;
        width: 100%;
    }

    .portfolio__block>.row>div:nth-child(1) {
        grid-area: child1;
    }

    .portfolio__block>.row>div:nth-child(2) {
        grid-area: child2;
    }

    .portfolio__block>.row>div:nth-child(3) {
        grid-area: child3;
    }

    .portfolio__block>.row>div:nth-child(4) {
        grid-area: child4;
    }

    .portfolio__block>.row>div:nth-child(5) {
        grid-area: child5;
    }

    .portfolio__block>.row>div:nth-child(6) {
        grid-area: child6;
    }

    .portfolio__block>.row>div:nth-child(7) {
        grid-area: child7;
    }

    .portfolio__block>.row>div:nth-child(8) {
        grid-area: child8;
    }

    .portfolio__block>.row>div:nth-child(9) {
        grid-area: child9;
    }

    .portfolio__block>.row>div:nth-child(1) .inner-block,
    .portfolio__block>.row>div:nth-child(2) .inner-block,
    .portfolio__block>.row>div:nth-child(5) .inner-block,
    .portfolio__block>.row>div:nth-child(6) .inner-block,
    .portfolio__block>.row>div:nth-child(7) .inner-block,
    .portfolio__block>.row>div:nth-child(8) .inner-block {
        display: grid;
        grid-template-areas:
            'child1 child2'
            'child1 child3'
            'child1 child4';
        grid-template-columns: 0.3fr 1fr;
        grid-template-rows: auto auto 1fr;
    }

    .portfolio__block>.row>div:nth-child(1) .inner-block .downloads-icon-block,
    .portfolio__block>.row>div:nth-child(2) .inner-block .downloads-icon-block,
    .portfolio__block>.row>div:nth-child(5) .inner-block .downloads-icon-block,
    .portfolio__block>.row>div:nth-child(6) .inner-block .downloads-icon-block {
        position: absolute;
        bottom: -20px;
        right: -20px;
    }



    .portfolio__block>.row>div:nth-child(1) .inner-block>div:nth-child(1),
    .portfolio__block>.row>div:nth-child(2) .inner-block>div:nth-child(1),
    .portfolio__block>.row>div:nth-child(5) .inner-block>div:nth-child(1),
    .portfolio__block>.row>div:nth-child(6) .inner-block>div:nth-child(1),
    .portfolio__block>.row>div:nth-child(7) .inner-block>div:nth-child(1),
    .portfolio__block>.row>div:nth-child(8) .inner-block>div:nth-child(1) {
        grid-area: child1;
    }


    .portfolio__block>.row>div:nth-child(1) .inner-block>div:nth-child(2),
    .portfolio__block>.row>div:nth-child(2) .inner-block>div:nth-child(2),
    .portfolio__block>.row>div:nth-child(5) .inner-block>div:nth-child(2),
    .portfolio__block>.row>div:nth-child(6) .inner-block>div:nth-child(2),
    .portfolio__block>.row>div:nth-child(7) .inner-block>div:nth-child(2),
    .portfolio__block>.row>div:nth-child(8) .inner-block>div:nth-child(2) {
        grid-area: child2;
    }

    .portfolio__block>.row>div:nth-child(1) .inner-block>div:nth-child(3),
    .portfolio__block>.row>div:nth-child(2) .inner-block>div:nth-child(3),
    .portfolio__block>.row>div:nth-child(5) .inner-block>div:nth-child(3),
    .portfolio__block>.row>div:nth-child(6) .inner-block>div:nth-child(3),
    .portfolio__block>.row>div:nth-child(7) .inner-block>div:nth-child(3),
    .portfolio__block>.row>div:nth-child(8) .inner-block>div:nth-child(3) {
        grid-area: child3;
    }

    .portfolio__block>.row>div:nth-child(1) .inner-block>div:nth-child(4),
    .portfolio__block>.row>div:nth-child(2) .inner-block>div:nth-child(4),
    .portfolio__block>.row>div:nth-child(5) .inner-block>div:nth-child(4),
    .portfolio__block>.row>div:nth-child(6) .inner-block>div:nth-child(4),
    .portfolio__block>.row>div:nth-child(7) .inner-block>div:nth-child(4),
    .portfolio__block>.row>div:nth-child(8) .inner-block>div:nth-child(4) {
        grid-area: child4;
    }

    .portfolio__block>.row>div:nth-child(3) .inner-block,
    .portfolio__block>.row>div:nth-child(4) .inner-block,
    .portfolio__block>.row>div:nth-child(9) .inner-block {
        height: 100%;
    }

    .portfolio__block .inner-block .portfolio__block-description {
        padding: 0 15px;
        background-color: #fff;
    }

    .portfolio__block>.row>div:nth-child(3) .inner-block>div,
    .portfolio__block>.row>div:nth-child(4) .inner-block>div,
    .portfolio__block>.row>div:nth-child(9) .inner-block>div, {
        padding: 0;
        margin-bottom: 10px;
    }

    .portfolio__block>.row>div .inner-block>div {
        margin-bottom: 10px;
    }

    .portfolio__block>.row>div:nth-child(3) .inner-block .portfolio__block-description li,
    .portfolio__block>.row>div:nth-child(4) .inner-block .portfolio__block-description li,
    .portfolio__block>.row>div:nth-child(9) .inner-block .portfolio__block-description li {
        padding: 0 0 10px;
    }

    .portfolio__block .inner-block .portfolio__block-description ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

    .portfolio__block>.row>div:nth-child(3) .inner-block .portfolio__block-image,
    .portfolio__block>.row>div:nth-child(4) .inner-block .portfolio__block-image,
    .portfolio__block>.row>div:nth-child(9) .inner-block .portfolio__block-image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .portfolio__block>.row>div .inner-block {
        padding: 20px;
    }

    .portfolio__block .portfolio__block-image {
        height: 250px;
        width: 250px;
    }

    .portfolio__block .portfolio__block-image img {
        height: 250px;
        width: 250px;
    }

    .portfolio__block .col-12 {
        margin-bottom: 30px;
    }
}

.text-center {
    text-align: center;
}

/* paging */

.paging {
    margin-top: 30px;
    width: 100%;
}

.paging .col-12 {
    margin: 0;
}

.btn-showmore {
    height: 40px;
    background: #fff;
    border: 1px solid var(--grey);
}

.btn-showmore:hover img {
    transform: rotate(180deg);
}

.btn-showmore img {
    margin-left: 10px;
    transition: all 0.2s linear;
}

.paging-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.paging-block>a:first-child img {
    transform: rotate(180deg);
}

.paging-block>a,
.paging-block>span {
    display: inline-flex;
    height: 40px;
    width: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    margin-left: 7px;

}

.paging-block>a.active {
    background-color: #E1F5FD;
    color: #000;
}

.paging-block>a:first-child {
    margin: 0;
}

.paging-block img {
    width: 13px;
    height: 13px;
}

@media (max-width: 575px) {
    .paging {
        text-align: center;
    }

    .paging-block {
        justify-content: center;
    }

    .paging .col-12:last-child {
        margin-top: 15px;
    }
}


/* Development */

.development-block {
    margin-top: 50px;
}

.development-block .insert-image,
.development-block .block-slider {
    margin-bottom: 20px;
}

.development-strip .wrapper {
    padding: 0;
    margin-bottom: 60px;
}

.development-strip .wrapper:last-child {
    margin: 0;
}

.development-strip .container {
    width: 100%;
    min-width: 100%;
}

.development-strip .inner-block {
    margin-bottom: 60px;
}

.development-strip .inner-block:last-child {
    margin: 0;
}

.development-strip__title {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    padding-left: 33px;
}

.development-strip__images {
    margin-bottom: 20px;
}

.development-strip__title:before {
    content: ' ';
    display: block;
    background-image: url('/assets/frontend/images/development-title.svg');
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    left: 0;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
}

.development-strip__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.development-block__menu ul {
    background-image: url('/assets/frontend/images/development-menu.jpg');
    background-size: cover;
    color: #fff;
    margin: 0;
    list-style: none;
    padding: 0 25px;
}

.development-block__menu ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.development-block__menu ul li:after {
    display: block;
    content: ' ';
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
}

.development-block__menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.development-block__menu-mobile {
    background: #5992c6;
}

.development-block__menu-mobile img {
    filter: brightness(0) invert(1);
}

.development-block__menu-mobile a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 25px;
}

.development-block__menu-mobile img:last-child {
    width: 9px;
    height: 5px;
}

@media (max-width: 1199px) {
    .development-strip__title:before {
        margin-top: 0;
    }

    .development-block__menu {
        margin-bottom: 30px;
        position: relative;
    }

    .development-block__menu ul {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%);
        z-index: 20;
    }

    .development-block__menu ul.active {
        display: block;
    }
}

@media (max-width: 767px) {
    .development-strip__title:before {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .development-block {
        display: flex;
    }

    .development-block__menu {
        width: 255px;
        flex: 0 0 255px;
        padding: 0;
        margin-right: 30px;
    }

    .development-block__menu ul {
        position: sticky;
        top: 150px;
        padding: 15px;
        list-style: none;
    }

    .development-block__menu-mobile {
        display: none;
    }
}


/* contancts */

.contacts {
    font-weight: 300;
}

.contacts .m-t-25,
.contacts-foreign .m-t-25 {
    margin-top: 25px;
}

.contacts .h3 {
    font-weight: 300;
}

.contacts .inner-block {
    border-bottom: 1px solid rgba(190, 196, 212, 0.2);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contacts .inner-block:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.contacts-form {
    background-image: url('/assets/frontend/images/domo-contacts-bg.jpg');
    background-size: cover;
    color: #000;
}

.contacts-form .form {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px;
}

.contacts-form .form .h3 {
    font-weight: 600;
    margin-bottom: 25px;
}

.contacts-foreign .h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(190, 196, 212, 0.2);
    ;
}

.contacts-foreign p {
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .contacts-page__form-block {
        display: flex;
    }

    .contacts-page__form-block>div {
        flex: 0 0 100%;
    }

    .contacts-page__form-block .contacts-form .form {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.contacts-page__form-block .map-responsive,
.map-responsive {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.contacts-page__form-block .map-responsive iframe,
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 950px) {
    .contacts-form .form {
        margin: 0 15px;
    }
}

.social-fixed {
    background-color: #fff;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px;
}

.social-fixed li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--grey);
    margin-bottom: 15px;
}

.social-fixed .text {
    margin-left: 15px;
}

.social-fixed ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .social-fixed {
        display: none;
    }
}

@media (min-width: 768px) {
    .social-fixed {
        top: 124px;
    }
}

@media (min-width: 1200px) {
    .social-fixed {
        top: 136px;
    }
}


/* Catalog */

.catalog__list {
    list-style: none;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 50px;
}

.catalog__list li {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.catalog__list li:last-child {
    margin-bottom: 0;
}

.catalog__list li:before {
    content: ' ';
    background: #8DC63F;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 10px;
}

.catalog__list a {
    text-decoration: none;
}

.catalog__list a:hover {
    text-decoration: underline;
}

.catalog__category-header {
    margin-bottom: 15px;
}

.catalog__category-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.catalog__category-header a span {
    flex: 1 1 auto;
}

.catalog__category-header a .icon {
    width: 40px;
    flex: 0 0 40px;
}

.catalog__category-header a .arrow {
    width: 28px;
    flex: 0 0 28px;
}

.catalog-grid-items {
    border-radius: 12px;
    background-color: #F5F5F5;
    padding: 16px;
}

.row.catalog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
}

@media (min-width: 576px) {
    .row.catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .catalog__category-header a {
        font-size: 18px;
    }

    .catalog-grid-items {
        padding: 24px;
    }

    .catalog__list li {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    .catalog-grid-items {
        padding: 32px;
    }

    .catalog__category-header a .icon {
        flex: 0 0 48px;
        width: 48px;
    }

    .catalog__category-header a {
        font-size: 24px;
        line-height: 24px;
        gap: 16px;
    }

    .catalog__list {
        padding-left: 64px;
    }
}

.masonry-grid {
    margin: 0 -15px;
}

.masonry-grid-items {
    width: 50%;
    padding: 0 15px 30px;
}

@media (max-width: 767px) {
    .masonry-grid-items {
        width: 100%;
        padding: 0 0 15px;
    }

    .masonry-grid {
        margin: 0;
    }
}

.filters__categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters__categories>li.active a {
    color: var(--green);
}

.filters__categories a.active {
    color: var(--green);
}

.filters__categories li {
    margin-bottom: 10px;
}

.filters__categories li:last-child {
    margin: 0;
}

.filters__categories .filters__categories {
    margin-left: 15px;
    margin-top: 10px;
    display: none;
}

.filters__categories.active {
    display: block;
}

.toggle-sub-menu.active img {
    transform: none;
}

.products__certificate .row {
    align-items: center;
    justify-content: center;
}

.products__certificate .inner-block {
    background: linear-gradient(to bottom, #f8f8fa 0%, #efeff0 100%);
    text-align: center;
    height: 100%;
    padding: 35px 30px;
}

.products__certificate .col-12 {
    margin-bottom: 30px;
}

.products__certificate .inner-block img {
    width: 72px;
    margin-bottom: 15px;
}

.products__content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.table-characteristics {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
}

.table-characteristics table td {
    text-align: center;
}

.table-characteristics table td:first-child {
    text-align: left;
}

.block-slider .tns-item {
    text-align: center;
}


/* 404 */

.page404 {
    background-image: url('/assets/frontend/images/404domovent.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #000;
}

.page404__content {
    text-align: center;
}

.page404__content .h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
}

.page404__content .h3,
.page404__content .text {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .page404 .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page404__content .h3 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .page404__content {
        text-align: center;
    }

    .page404 .logo_404 {
        text-align: center;
        padding-right: 25px;
        margin-top: 50px;
    }
}

@media (min-width: 992px) {

    .page404__content .h3 {
        font-size: 96px;
        line-height: 96px;
        font-weight: 500;
    }
}

/* Search */

.search__block .h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.search__block .h4 small {
    color: var(--green);
    font-size: 50%;
    margin-right: 15px;
    font-weight: 600;
    font-size: 12px;
}

.search__block .inner-block {
    display: flex;
    align-items: center;
    margin-top: 16px;
}



.search__block .inner-block .search__block-text {
    flex: 1 1 auto;
    border-radius: 12px;
    background-color: #F5F5F5;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
}

.search__block .inner-block .search__block-text .h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search__block .inner-block .image {
    width: 100px;
    flex: 0 0 100px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    height: 100px;
    padding: 5px;
}

.search__block .inner-block .image img {
    width: 100%;
}

.search__header {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.search__header span {
    margin-right: 15px;
    display: inline-block;
    color: #000;
}

.navbar__search-form {
    display: none;
}

.navbar__search-form.active {
    display: block;
}

.navbar__search {
    position: relative;
    margin-top: 5px;
}

.navbar__search .navbar__search-form {
    position: absolute;
    right: -6px;
    top: -11px;
    background-color: #fff;
    width: 440px;
    border-radius: 12px;
}

.navbar__search .navbar__search-form input {
    border: 0;
    height: 45px;
    flex: 1;
    padding: 0 15px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.navbar__search .navbar__search-form input:focus {
    border: 0;
    outline: none;
}

.navbar__search .navbar__search-form button {
    border: 0;
    background: none;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar__search .navbar__search-form {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.navbar__search .navbar__search-form form {
    display: flex;
    border-radius: 12px;
}

.navbar__search-results {
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.navbar__search-results .inner-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar__search-results .image {
    width: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.navbar__search-results img {
    width: 100%;
}

.navbar__search-results .inner-block:last-child {
    height: 45px;
    color: var(--green);
    font-weight: 600;
}

.navbar__search-results .inner-block:after {
    content: ' ';
    display: block;
    width: 12px;
    height: 18px;
    background: url('/assets/frontend/images/domo-angle-right-mini.svg') no-repeat;
}

.navbar__search-results .inner-block .search-title {
    flex: 1;
}

.search__block .inner-block .search__block-text .h4 small {
    line-height: 16px;
}

.search__block-text-description {
    line-height: 18px;
    margin-top: 5px;
}

.search__block-arrow {
    line-height: 100%;
}

@media (max-width: 767px) {
    .navbar__search .navbar__search-form {
        position: fixed;
        top: 68px;
        background-color: #fff;
        left: 15px;
        width: calc(100vw - 30px);
        z-index: 2;
    }

    .navbar__search .navbar__search-form {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    }

    .search__block-text-description {
        display: none;
    }
}

@media (min-width: 768px) {

    .search__block .inner-block .search__block-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .search__block .inner-block .search__block-text .h4 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .search__block .inner-block .search__block-text .h4 small {
        font-size: 14px;
        line-height: 24px;
    }

    .search__block-arrow {
        display: none;
    }
}

.download-search {
    background-image: url('/upload/search-block-bg.jpg');
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 30px;
}

.download-search .title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}

.download-search .text {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 300;
}

.search-block form {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 630px;
    margin: 0 auto;
}

.search-block form .dropdown-downloads-search {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 16px 20px;
    color: var(--dark);
    min-width: 200px;
    text-align: left;
    display: none;
}

.search-block form .dropdown-downloads-search.active {
    display: block;
}

.search-block form .dropdown-downloads-search label {
    white-space: nowrap;
    font-weight: 300;
}

.search-block input.input-qry,
.search-block button[type=submit],
.search-block .show-document-type {
    height: 45px;
    display: flex;
    align-items: center;
    border: 0;
}

.search-block input.input-qry {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    flex: 1 1 auto;
    max-width: 400px;
}

.search-block input.input-qry:focus,
.search-block input.input-qry:active {
    outline: none;
}

.search-block button[type=submit] {
    width: 65px;
    justify-content: center;
    background-color: #6ACFF6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.search-block .show-document-type {
    background-color: #fff;
    border-radius: 0;
    margin-right: 30px;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
    color: var(--grey);
}

.search-block .show-document-type svg {
    margin-left: 5px;
}

.search-block input::placeholder {
    color: var(--grey-dark);
    font-size: 13px;
}

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.25);
}

.search-block .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 12px;
}

.search-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    font-size: 18px;
}

@media (max-width: 575px) {
    .search-block form {
        flex-wrap: wrap;
    }

    .search-block form .show-document-type {
        flex: 1 0 100%;
        margin: 0 0 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .download-search .downloads-type-select-block {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .search-block .break {
        display: none;
    }

    .download-search .downloads-type-select-block {
        margin-right: 15px;
    }

    .download-search .select2-selection--multiple {
        min-height: 45px;
    }

    .downloads-type-select-block {
        min-width: 200px;
    }
}

@media (min-width: 992px) {
    .download-search {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .download-search .title {
        margin-bottom: 0;
        text-align: right;
    }

    .download-search .search-block {
        flex: 1 0 auto;
    }

    .search-block input.input-qry {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {

    .download-search {
        padding: 50px 100px;
    }

    .download-search .search-block {
        flex: 1 0 auto;
    }

    .search-block form {
        max-width: 100%;
    }


}

.firstpage-video video {
    width: 100%;
    height: auto;
}

/* Spinner preloader */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Loader background with spinner */
.loader,
.form-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

.loader .sk-spinner-circle {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    margin: 0;
    position: absolute;
}

.loader .sk-spinner-circle .sk-circle:before {
    background-color: #fff;
}

.form-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.form-overlay .msg-block {
    background-color: #fff;
    max-width: 400px;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #000;
    text-align: center;
}

.form-overlay .msg-block .form-overlay-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}

.form-overlay .msg-block .form-overlay-close:hover {
    opacity: 1;
}

.form-overlay .msg-block .form-overlay-close:before,
.form-overlay .msg-block .form-overlay-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #333;
}

.form-overlay .msg-block .form-overlay-close:before {
    transform: rotate(45deg);
}

.form-overlay .msg-block .form-overlay-close:after {
    transform: rotate(-45deg);
}

.sub-categories {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sub-categories a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    border: 0.5px solid #DADCE1;
    background-color: #F2F3F6;
}

.sub-categories a:hover {
    border-color: #6ACFF6;
    background-color: #6ACFF6;
    border: 0.5px solid #6ACFF6;
    color: #fff;
}

.page-login {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 500px;
}

.page-login .h1 {
    font-size: 32px;
    line-height: 42px;
}

.product-buy-link {
    margin-top: 25px;
}

.blog,
.post {
    padding-top: 25px;
    padding-bottom: 25px;
}

.post .image {
    margin-bottom: 15px;
}

.post ul {
    overflow: hidden;
}

@media (min-width: 768px) {
    .post .image {
        width: 50%;
        float: left;
        margin: 0 15px 15px 0;
    }
}


.blog__preview-categories {
    margin-bottom: 25px;
}

.blog__preview-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.blog__preview-categories a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    background-color: rgba(0, 171, 230, 0.2);
    padding: 4px 12px;
}

.blog__preview-categories a:hover {
    color: #fff !important;
    background-color: #0339A2
}

.blog>.row>div {
    margin-top: 20px;
}

.blog .vacancies__link {
    margin-top: 10px;
}

.blog .vacancies__location span,
.blog .vacancies__date span {
    color: #6ACFF6;
    font-weight: 700;
}

.blog a {
    color: #6ACFF6;
}

.blog a.btn-primary,
.blog a.btn-primary:hover {
    color: #fff;
}

.blog a.h3 {
    color: #000;
}

.blog a.read-more {
    font-weight: 600;
}

.blog a:hover,
.blog a.read-more:hover {
    color: #034EA2;
}

.blog .inner-block {
    border-bottom: 1px solid #A7A9AC;
    height: 100%;
    padding-bottom: 20px;
    position: relative;
}

.blog .inner-block .image {
    width: 190px;
    height: 190px;
    object-fit: cover;
    flex: 0 0 190px;
    position: relative;
}

.blog .inner-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .inner-block .image .date {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #6ACFF6;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.blog .inner-block .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    display: inline-block;
}

@media (min-width: 992px) {

    #landing-news.blog {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .blog .inner-block {
        border: 0;
    }

    .blog>.row>div:nth-child(odd) .inner-block:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        background-color: #A7A9AC;
        top: 0;
        bottom: 20px;
        right: -15px;
    }

    .blog .inner-block:before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        background-color: #A7A9AC;
        bottom: 0;
        left: 15px;
        right: 15px;
    }
}

@media (min-width: 576px) {
    .blog .inner-block {
        display: flex;
        gap: 10px;
    }

    .blog .inner-block .image {
        order: 2;
    }
}

#landing-news .news-footer {
    margin-top: 25px;
    text-align: center;
}

.landing-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .landing-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .landing-title {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 40px;
        font-weight: 600;
    }
}

.landing-title.h2 {
    font-size: 35px;
    line-height: 45px;
}

#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

#cookie-message .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    gap: 15px;
}

@media (max-width: 767px) {
    #cookie-message .container {
        display: block;
    }

    #cookie-message .btn-cookie-close {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    #cookie-message .btn-cookie-close {
        width: 100%;
    }
}


.catalog__limit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.catalog__limit .dropdown-default {
    flex: 0 0 35px;
    border: 0;
    height: auto;
    padding: 0;
    cursor: default;
    justify-content: flex-start;
}

.catalog__limit .dropdown-default .dropdown-menu {
    border: 1px solid #525252;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.catalog__limit .dropdown-default svg {
    transform: rotate(0);
    margin-left: 3px;
}

.catalog__limit .dropdown-default:hover svg {
    transform: rotate(180deg);
}

.catalog__limit .dropdown-default ul>li {
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}

.catalog__limit .dropdown-default ul>li a {
    color: #525252;
}

.catalog__limit .dropdown-default ul>li a:hover {
    font-weight: 600;
}

.catalog__limit .dropdown-default>a {
    color: #525252;
    font-size: 14px;
    line-height: 14px;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #DADCE1;
    padding: 5px 10px;
    border-radius: 4px;
    gap: 3px;
}

.catalog__limit .dropdown-default>a:after {
    display: none;
}

.export-container {
    padding: 50px 0;
}

.export-container .category-row .category-row,
.export-container .series-row,
.export-container .model-row {
    margin-left: 50px;
    display: none;
}

.export-container .category-row .category-row.active,
.export-container .series-row.active,
.export-container .model-row.active {
    display: block;
}

.export-container .category-row .title {
    margin-bottom: 5px;
}

.export-container .category-row input[type="checkbox"] {
    margin-right: 10px;
}

.export-container .toggle-export-categories {
    margin-left: 5px;
}

.export-container .toggle-export-categories img {
    transition: all 0.2s linear;
}

.export-actions,
.export-options {
    margin-top: 25px;
}

.export-options>div {
    margin-bottom: 10px;
}

.export-options>b {
    margin-bottom: 5px;
}

.product-photo-slider .tns-item {
    text-align: center;
}

.product__header-image .tns-nav button.tns-nav-active {
    background-color: var(--green);
    border: 1px solid var(--green);
}

.product__header-image .tns-nav button {
    background: #FFF;
    border: 1px solid var(--green);
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.product__header-image .tns-outer .tns-nav {
    bottom: 20px;
}

.product__header-image .tns-outer {
    padding-bottom: 50px !important;
}

.product__header-image .product-photo-slider-controls button {
    background: none;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product__header-image .product-photo-slider-controls button svg path {
    transition: all 0.2 linear;
}

.product__header-image .product-photo-slider-controls button:disabled svg path {
    stroke: #fff;

}

.product__header-image .inner-block {
    position: relative;
}

.product__header-image .product-photo-slider-controls {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    gap: 10px;
}

.product__header-image .product-photo-slider-controls button:first-child {
    transform: rotate(180deg);
}

/* product-zoom-icon */
.product__header-image .product-zoom-icon {
    position: absolute;
    left: 20px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.product__header-image .product-image-label {
    position: absolute;
    left: 24px;
    top: 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .product__header-image .product-image-label {
        left: 15px;
    }
}

/* product-image-zoom-overlay */
.product-image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 0.1s linear;
    opacity: 0;
}



.product-image-zoom-overlay.active {
    opacity: 1;
}

.product-image-zoom-overlay img {
    max-width: 100%;
}

.product-image-zoom-overlay .product-image-zoom-close {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.dimension-image-zoom-overlay img {
    background: white;
    max-width: 500px;
    width: 100%;
    padding: 15px;
    max-height: 100vh;
    /* Ограничение высоты изображения до высоты экрана */
    object-fit: contain;
    /* Сохраняет пропорции изображения */
}

body.overflow-hidden {
    overflow: hidden;
}

.product-chart-block>div {
    max-width: 100%;
    margin-top: 20px;
}

.product-charts-block {
    display: flex;
    flex-wrap: wrap;
}

.static-pressure-chart-count-1,
.power-chart-count-1 {
    flex: 0 0 100%;
}

@media (min-width: 1200px) {

    .static-pressure-chart-count-2,
    .power-chart-count-2 {
        flex: 0 0 50%;
    }

    .static-pressure-chart-count-2:nth-child(odd),
    .power-chart-count-2:nth-child(odd) {
        padding-right: 10px;
    }

    .static-pressure-chart-count-2:nth-child(even),
    .power-chart-count-2:nth-child(even) {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .product-charts-block {
        flex-direction: column;
    }

    .static-pressure-chart-count-2:nth-child(odd) {
        order: 1;
    }

    .static-pressure-chart-count-2:nth-child(even) {
        order: 3;
    }

    .power-chart-count-2:nth-child(odd) {
        order: 2;
    }

    .power-chart-count-2:nth-child(even) {
        order: 4;
    }

}

.product-charts-block svg>g:nth-child(3)>g:not(:has(g)) {
    display: none;
}

@media (min-width: 768px) {
    .ecodesign-block {
        display: flex;
        gap: 10px;
    }

    .ecodesign-label svg {
        margin-top: -11px;
        margin-left: -9px;
    }
}

.ecodesign-table {
    flex: 1 1 auto;
}

.sitemap .h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sitemap .h4 span {
    border-bottom: 1px solid #034EA2;
}

.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.sitemap ul>li {
    margin-bottom: 10px;
    padding-left: 15px;
}

.sitemap ul ul {
    margin-top: 10px;
    display: none;
}

.sitemap ul>li {
    position: relative;
}

.sitemap ul>li:after {
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #034EA2;
    position: absolute;
    top: 8px;
    left: 0;
}

.sitemap ul>li ul>li:after {
    border: 1px solid #000;
    background-color: white;
}

.sitemap .toggle-sitemap-catalog {
    margin-left: 15px;
}

.sitemap .toggle-sitemap-catalog svg {
    transform: rotate(180deg);
}

.sitemap .toggle-sitemap-catalog.active svg {
    transform: rotate(0);
}

.sitemap ul ul.active {
    display: block;
}

.solutions-block {
    background: linear-gradient(180deg, rgba(190, 196, 212, 0.2) 0%, rgba(190, 196, 212, 0) 15%, rgba(255, 255, 255, 1) 100%);
    padding: 20px 0;
}

.solutions-tabs-title {
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    gap: 80px;
    border-bottom: 1px solid #BEC4D4;
    padding-bottom: 10px;
}

.solutions-tabs-title a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
    position: relative;
}

.solutions-tabs-title a:hover,
.solutions-tabs-title a.active {
    color: var(--blue);
    font-weight: 700;
    position: relative;
}

.solutions-tabs-title a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 5px;
    opacity: 0;
    background: linear-gradient(78.58deg, #1E73B4 13.66%, #009FD6 94.35%);
    transition: all 0.3s linear;
}

.solutions-tabs-title a:hover:after,
.solutions-tabs-title a.active::after {
    opacity: 1;
}

.solutions-tabs>div {
    display: none;
}

.solutions-tabs>div.active {
    display: block;
}

.solutionspost__header .inner-block {
    display: flex;
    gap: 20px;
    align-items: center;
}

.solutionspost__header .inner-block>.solutionspost__header-image {
    flex: 0 0 20%;
}

.solutionspost__header .inner-block>.solutionspost__header-image img {
    width: 100%;
    max-width: 100%;
}

.solutionspost__header-text {
    padding-left: 20px;
    position: relative;
}

.solutionspost__header-text:before {
    display: block;
    content: '';
    background: linear-gradient(180deg, #1E73B4 0%, #fff 100%);
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.solutions-tabs .wrapper {
    padding: 10px 0 25px;
}

@media (max-width: 575px) {
    .solutionspost__header .inner-block {
        display: block;
    }

    .solutionspost__header .inner-block>.solutionspost__header-image {
        margin-bottom: 15px;
    }

    .solutionspost__header-text {
        padding: 0;
    }

    .solutionspost__header-text:before {
        display: none;
    }

    .solutions-tabs-title {
        display: block;
    }
}

@media (max-width: 767px) {
    .solutions-tabs-title {
        display: block;
    }

    .solutions-tabs-title a:after {
        display: none;
    }
}

.form-distribution-app .form-group .error-message {
    color: #ffa4a4;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    display: none;
    position: absolute;
    bottom: -17px;
}

.form-distribution-app .not-valid {
    border: 1px solid #ff0000;
    background-color: #ffe8e8;
}

@media (min-width: 768px) {
    .contacts-form .form.form-distribution-app {
        padding-top: 0;
        padding-bottom: 0;
    }

    .form-distribution-app .form-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        margin-bottom: 0;
    }

    .form-distribution-app .col-12 {
        padding-top: 25px;
    }

    .form-distribution-app h4 {
        margin-top: 30px;
        margin-bottom: 0;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .form-distribution-app h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .form-distribution-app .form-group .error-message {
        bottom: -3px;
    }

    .form-distribution-app .col-12 {
        padding-top: 10px;
    }
}

.form-distribution-app button[type="submit"]:disabled {
    background-color: #DADCE1;
    color: #fff;
    cursor: not-allowed;
}

.block-downloads .medienpakete {
    margin-top: 50px;
}

.downloads-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

@media (min-width: 991px) {
    .downloads-tags {
        justify-content: space-between;
    }
}

.downloads-tags a {
    display: inline-flex;
    padding: 4px 12px;
    background-color: rgba(0, 171, 230, 0.2);
    color: #000;
    text-decoration: none;
    font-weight: 500;
    flex: 1 0 100%;
}

.downloads-tags .tag.active a,
.downloads-tags a:hover,
.downloads-tags a.active {
    background-color: #034EA2;
    color: #fff;
    text-decoration: none;
}

.mediathek-block {
    margin-top: 25px;
}

.mediathek-block .audio .image {
    position: relative;
    margin-bottom: 10px;
}

.mediathek-block .video .image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

@media (min-width: 768px) {
    .mediathek-block .video .image {
        height: 120px;
    }
}

@media (min-width: 1200px) {
    .mediathek-block .video .image {
        height: 135px;
    }
}

.mediathek-block .audio .image svg,
.mediathek-block .video .image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mediathek-block .video .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mediathek-block .video,
.mediathek-block .audio {
    margin-bottom: 15px;
}

.mediathek-block .video a:hover,
.mediathek-block .audio a:hover {
    color: #000;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 500px;
    margin: 50px auto;
    background: rgba(247, 247, 247, 0.95);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    padding: 50px;
}

.video-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-iframe-wrapper {
    width: 100%;
    height: 100%;
}


@media (max-width: 575px) {
    .video-modal-content {
        height: 250px;
        padding: 15px;
    }

    .video-modal-close {
        top: -5px;
        right: -5px;
        border-radius: 50%;
        background-color: #fff;
    }
}

.mediathek-categories-tabs,
.infoletter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.infoletter-tabs {
    justify-content: flex-start;
}

.mediathek-categories-tabs .mediathek-categories-tab,
.infoletter-tabs .infoletter-tabs-tab {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background-color: rgba(0, 171, 230, 0.2);
    padding: 3px 10px;
}

.infoletter-tabs .infoletter-tabs-tab {
    padding: 3px 25px;
}

@media (max-width: 991px) {
    .mediathek-categories-tabs {
        justify-content: flex-start;
    }
}

.infoletter-subtitle,
.infoletter-block {
    margin-bottom: 25px;
}

.infoletter-blocks-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.infoletter-blocks-content.active {
    max-height: inherit;
}

.toggle-infoletter {
    display: inline-flex;
    align-items: center;
}

.toggle-infoletter svg {
    margin-left: 10px;
    transition: all 0.2s linear;
}

.toggle-infoletter.active svg {
    transform: rotate(180deg);
}

.infoletter .image {
    margin-bottom: 15px;
    height: 320px;
}

.infoletter .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoletter {
    margin-bottom: 20px;
}

.infoletter-link:hover {
    color: #000;
}

.infoletter-link-readmore {
    color: #6ACFF6;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.infoletter-link-readmore:hover {
    color: #6ACFF6;
}

.infoletter-link-readmore svg {
    margin-left: 5px;
    transition: all 0.2s linear;
}

@media (min-width: 768px) {
    .infoletter .image {
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .infoletter .image {
        height: 247px;
    }
}

#footer-contacts-form .form-contacts-block {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}

#footer-contacts-form .form-contacts-block input {
    height: 26px;
}

#footer-contacts-form .form-contacts-block button {
    height: 26px;
    padding: 0 5px;
    background-color: #193B88;
    color: #fff;
    border: 0;
}

#form-contacts .form {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 20px;
}

#form-contacts .form button[type="submit"] {
    width: 100%;
}

/* Затемнение фона */
.infoletterModal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.infoletterModal.modal.show {
    display: block;
}

.infoletterModal .h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 50px;
    font-weight: 500;
}

/* Контейнер формы */
.infoletterModal .modal-content {
    background: url('/upload/contacts-modal-bg-de.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    margin: 10% auto;
    padding: 75px 150px;
    border-radius: 0;
    width: 100%;
    max-width: 960px;
    position: relative;
}

/* Закрыть */
.infoletterModal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

/* Стиль формы */
.infoletterModal form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.infoletterModal .form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.infoletterModal .form-row input {
    flex: 1;
}

.infoletterModal .form-action {
    text-align: left;
}

#infoletter-thankyou .form-action {
    margin-top: 50px;
}

.infoletter-thankyou {
    padding: 0 0 50px;
}

.infoletterModal .form-action button {
    min-width: 255px;
}

.infoletterModal input, .infoletterModal select {
    width: 100%;
}

.infoletterModal .checkbox {
    font-size: 14px;
    line-height: 1.4;
}

.infoletterModal .small {
    font-size: 12px;
    opacity: 0.8;
}

.infoletterModal .open-modal-btn {
    display: inline-block;
    background-color: #2372B2;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}


.infoletterModal .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    cursor: pointer;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.infoletterModal .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.infoletterModal .custom-checkbox .checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
}

.infoletterModal .custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.infoletterModal #checkbox-wrapper.error .checkmark {
    border: 1px solid red;
}

@media (max-width: 767px) {
    .infoletterModal .modal-content {
        padding: 30px 20px;
        margin: 0 auto;
    }

    .infoletterModal .form-row {
        flex-direction: column;
    }

    .infoletterModal .form-row input {
        width: 100%;
    }
}

.dropdown>a.open-contacts-modal-form {
    cursor: pointer;
}

.footer-banner a {
    display: block;
    line-height: 0;
}

.scroll-up {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-up.show {
    opacity: 1;
}

#product-animation {
    margin: 0 auto;
    max-width: 900px;
}

#product-animation img {
    max-width: 100%;
}

.animation-container {
    position: relative;
    width: 100%;
    /* Ширина родительского контейнера */
    height: 100%;
    /* Высота родительского контейнера */
    overflow: hidden;
}

.animation-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Все изображения невидимы по умолчанию */
    transition: opacity 0.05s linear;
    /* Плавное переключение */
}

.animation-container img.active {
    opacity: 1;
    /* Показываем активное изображение */
}

.animation-container img.base-frame {
    position: static;
    /* Нижний кадр задаёт высоту контейнера */
    opacity: 0;
    /* Видимый по умолчанию */
}

.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.file-upload .file-input {
    display: none;
}

.file-upload .file-label {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 15px;
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 0;
    white-space: nowrap;
}

.file-upload .file-label:hover {
    background-color: #034EA2;
}

.file-upload .file-label.not-valid {
    background-color: #ff0000;
}

.file-upload .file-name {
    display: block;
    color: #fff;
}

@media (max-width: 767px) {
    .file-upload {
        flex-direction: column;
        align-items: flex-start;
    }
}

#form-contacts .form-group {
    margin-bottom: 20px;
}

.vacancy-buttons {
    margin-bottom: 80px;
}

.vacancy-buttons .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    height: 83px;
}

.vacancy-hr-block {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .vacancy-buttons .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .vacancy-buttons .btn {
        font-size: 14px;
        height: 50px;
        line-height: 26px;
    }
}

.vacancy-hr-block .inner-block .hr-block h2,
.vacancy-hr-block .inner-block .hr-block h3,
.vacancy-hr-block .inner-block .hr-block h4 {
    margin-bottom: 10px;
}

.vacancy-hr-block .inner-block .hr-block {
    background: #003163;
}

.vacancy-hr-block .inner-block .hr-block .text {
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vacancy-hr-block .inner-block .hr-block .text h4 {
    font-weight: 400;
}

.vacancy-hr-block .inner-block .hr-block .text .contact-info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}

.vacancy-hr-block .inner-block .hr-block a {
    color: #fff;
}

.vacancy-hr-block .inner-block .hr-block .image {
    position: relative;
}

.vacancy-hr-block .inner-block .hr-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .vacancy-hr-block .inner-block .hr-block {
        display: flex;
        height: 220px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .vacancy-hr-block .inner-block {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .vacancy-hr-block .inner-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 20px;
    }

    .vacancy-hr-block .inner-block .hr-block .image {
        height: 220px;
        flex: 0 0 150px;
    }

    .vacancy-hr-block .inner-block .hr-block .text {
        flex: 0 0 auto;
    }
}

@media (min-width: 1199px) {
    .vacancy-hr-block .inner-block .hr-block .image {
        height: 305px;
    }

    .vacancy-hr-block .inner-block .hr-block .image {
        height: 220px;
        flex: 0 0 auto;
    }
}

.vacancy-form {
    background: url('/upload/0387373001752813317.jpg') no-repeat center center;
}

.vacancy-form .h3 {
    color: #fff;
    margin-bottom: 25px;
}

.vacancy-form .h5 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.vacancy-file-block {
    color: #fff;
}

@media (max-width: 991px) {
    .vacancy-file-block .title {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .vacancy-file-block {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .vacancy-file-block .title {
        flex: 0 0 275px;
    }
}

#form-proposal .h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hollymolly {
    display: none;
}