/*!
Theme Name: Artinox
Theme URI: http://underscores.me/
Author: Effective Studio
Author URI: https://effective.com.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artinox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Artinox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Regular.woff2') format('woff2'),
        url('fonts/CeraPro-Regular.woff') format('woff'),
        url('fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
        url('fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Medium.woff2') format('woff2'),
        url('fonts/CeraPro-Medium.woff') format('woff'),
        url('fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --container: 1250px;

    --gap-full-container: 70px;

    --text-size: 20px;
    --text-size-md: 18px;
    --text-size-sm: 16px;
    --text-size-esm: 14px;

    --h1-size: 55px;
    --h2-size: 45px;
    --h3-size: 40px;
    --h4-size: 35px;
    --h5-size: 28px;
    --h6-size: 24px;

    --black: #222222;
    --white: #FFFFFF;
    --red: #f5341a;
}
*, ::after, ::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: var(--text-size);
    font-weight: 400;
    font-family: 'Cera Pro', Arial, sans-serif;
    line-height: 1.5;
    color: var(--black);
    background: var(--white);
}
body.page-template-page-contacts,
body.error404 {
    background: #454651;
    color: var(--white);
}
a {
    color: var(--black);
    transition: .5s;
}
body.page-template-page-contacts a,
body.error404 a {
    color: var(--white);
}
a:hover {
    text-decoration: none;
}
img {
    margin: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.bg-cover {
    position: relative;
}
.bg-cover img,
.bg-cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bg-cover span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cera Pro';
    font-weight: 700;
    margin: 40px 0 24px;
    line-height: 1.1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 {
    font-size: var(--h1-size);
}
h2 {
    font-size: var(--h2-size);
}
h3 {
    font-size: var(--h3-size);
}
h4 {
    font-size: var(--h4-size);
}
h5 {
    font-size: var(--h5-size);
}
h6 {
    font-size: var(--h6-size);
}
p, ul, ol, blockquote {
    margin: 0 0 30px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
    margin-bottom: 0;
}
iframe {
    max-width: 100%;
}
.form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -20px;
}
.form-field {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.form-field-50 {
    flex: 0 0 50%;
    max-width: 50%;
}
.form-field-label {
    font-size: var(--text-size-sm);
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    font-size: var(--text-size-sm);
    font-weight: 400;
    font-family: 'Cera Pro';
    line-height: 1.5;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 20px;
    height: 45px;
    outline: none;
    transition: .5s;
}
textarea {
    height: 145px;
    resize: vertical;
}
select {
    cursor: pointer;
}
.form-field-button .btn {
    min-width: 220px;
}
.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.wpcf7-not-valid-tip {
    margin-top: 2px;
    font-size: var(--text-size-esm);
}
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 12px 16px;
    font-size: var(--text-size-esm);
}
.form-field p {
    font-size: var(--text-size-esm);
    font-weight: 500;
    color: #8f9097;
}


.screen-reader-text {
    display: none;
}
.container {
    width: 100%;
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
}
.container-full {
    width: 100%;
    max-width: calc(100% - var(--gap-full-container) * 2);
    margin-left: auto;
    margin-right: auto;
}
.section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
}
.section-md {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}
.section-sm {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .hide-lg {
        display: none !important;
    }
}


.heading {
    position: relative;
    font-size: var(--h5-size);
    margin-bottom: 60px;
    color: #8f9097;
}
.heading:last-child {
    margin-bottom: 0;
}
.heading.center {
    text-align: center;
}
.heading h1,
.heading h2 {
    font-size: var(--h1-size);
    font-weight: 500;
    letter-spacing: -.9px;
    color: #8f9097;
}
.heading.big h1,
.heading.big h2 {
    font-size: calc(var(--h1-size) * 1.25);
}
.heading h3 {
    font-size: var(--h2-size);
    font-weight: 500;
    color: #8f9097;
    letter-spacing: -.8px;
}
.heading h4 {
    color: #454651;
    font-size: var(--h3-size);
    font-weight: 400;
    line-height: 1;
}
.heading.white,
.heading.white h1,
.heading.white h2,
.heading.white h3,
.heading.white h4 {
    color: var(--white);
}


.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--text-size-md);
    font-family: 'Cera Pro';
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 9px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    min-height: 65px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
}
.btn.btn-sm {
    min-height: 50px;
    font-size: var(--text-size-sm);
    padding: 5px 15px;
}
.btn-primary {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white) !important;
}
.btn-primary:hover {
    background-color: var(--white);
    border-color: #e5e5e5;
    color: var(--red) !important;
}
.btn-secondary {
    background-color: var(--white);
    border-color: #e5e5e5;
    color: var(--red) !important;
}
.btn-secondary:hover {
    background-color: #767982;
    border-color: #767982;
    color: var(--white) !important;
}
.btn.btn-link {
    min-height: 24px;
    padding: 0;
    color: var(--red) !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    font-size: var(--text-size-sm);
}
.btn.btn-link:hover {
    color: var(--black) !important;
}


.swiper-pagination {
    bottom: 20px !important;
    top: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.swiper-pagination-bullet {
    flex: 0 0 10px;
    max-width: 10px;
    width: 10px !important;
    height: 10px !important;
    background: #e5e5e5 !important;
    margin: 0 !important;
    opacity: 1 !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.swiper-pagination-bullet-active {
    background: var(--red) !important;
}


.swiper-navigation {
    position: absolute;
    width: 100%;
    top: calc(50% - 24px);
    z-index: 9;
}
.swiper-navigation button {
    position: absolute;
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 0;
    cursor: pointer;
    transition: .5s;
}
.swiper-navigation button:hover {
    background: #e5e5e5;
}
.swiper-navigation button:disabled {
    background: #f9f9f9;
    cursor: no-drop;
    opacity: .3;
}
.swiper-navigation button.swiper-button-lock {
    display: none;
}
.swiper-navigation button.swiper-navigation-prev {
    left: -24px;
    transform: rotate(-180deg);
}
.swiper-navigation button.swiper-navigation-next {
    right: -24px;
}
.swiper-navigation button:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/chevrone-right.svg);
    mask-image: url(images/chevrone-right.svg);
    background-color: var(--red);
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    transition: .5s;
    z-index: 1;
}



.soc-links {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    display: flex;
    align-items: center;
}
.soc-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.soc-links li a svg {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}
.soc-links li a path {
    fill: #8f9096;
    transition: .5s;
}
.soc-links li a:hover path {
    fill: var(--red);
}



.modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0;
    transition: .5s;
}
.modal-mobile.show {
    z-index: 9999;
    opacity: 1;
}
.modal-mobile-bg {
    background: rgb(0 0 0 / 45%);
    position: absolute;
    opacity: 0;
    transition: .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
    opacity: 1;
}
.modal-mobile-wrap {
    position: relative;
    background: var(--white);
    height: 100%;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    transform: translateX(100%);
    padding: 60px 20px 20px;
    transition: .5s;
    overflow: auto;
    z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
    transform: translateX(0);
}
.modal-mobile-close {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-mask-image: url(images/close.svg);
    mask-image: url(images/close.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--black);
    width: 34px;
    height: 34px;
    border: none;
    padding: 0;
    outline: none !important;
    transition: .5s;
}
.modal-mobile-close:hover {
    background-color: var(--red);
}
.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.mobile-menu li:last-child {
    margin-bottom: 0;
}
.mobile-menu > li {
    border-bottom: 1px solid #f9f9f9;
}
.mobile-menu > li:last-child {
    border-bottom: 0;
}
.mobile-menu li a {
    order: 1;
    font-size: var(--text-size-md);
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    font-weight: 500;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: var(--black);
    z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
    flex: 0 0 calc(100% - 32px);
    max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
    color: var(--red);
}
.mobile-menu-chevrone {
    order: 2;
    -webkit-mask-size: 12px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow_down.svg);
    mask-image: url(images/arrow_down.svg);
    background-color: var(--black);
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
    background-color: var(--red);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
    background-color: var(--red);
    transform: rotate(180deg);
}
.mobile-menu ul {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    order: 3;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    z-index: 9;
}


.wp-caption {
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 26px -12px 2px;
}
.gallery:first-child {
    margin-top: 0;
}
.gallery:last-child {
    margin-bottom: -24px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 24px;
    padding: 0 12px;
}
.gallery-item * {
    height: 100%;
}
.gallery-item > * {
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
}
.gallery-caption {
    display: block;
}
.alignleft {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.header {
    position: relative;
    padding: 31px 0;
    z-index: 92;
}
.home .header,
.single-industries .header {
    position: absolute;
    top: 0;
    width: 100%;
}
.header-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 48px;
}
.header-logo {
    max-width: 168px;
}
.header-logo img {
    max-height: 48px;
}
.main-menu {
    flex: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 6px;
    list-style: none;
    font-size: var(--text-size-esm);
    font-weight: 500;
}
.headerFixed .main-menu {
    font-weight: 400;
    justify-content: space-between;
}
.main-menu li {
    position: relative;
    z-index: 1;
}
.header .main-menu li.main-menu-li_industries {
    margin-left: auto;
    order: 2;
}
.header .main-menu li.main-menu-li_contacts {
    order: 3;
}
.main-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 14px;
    text-decoration: none;
    min-height: 54px;
    z-index: 1;
}
li.current-menu-item > a {
    color: var(--red) !important;
}
.main-menu li > a:hover {
    color: #8f9097;
}
.home .header .main-menu li > a,
.single-industries .header .main-menu li > a,
body.page-template-page-contacts .header .main-menu li > a {
    color: var(--white);
}
.home .header .main-menu li > a:hover,
.single-industries .header .main-menu li > a:hover,
body.page-template-page-contacts .header .main-menu li > a:hover {
    color: #b9bbc7;
}
/*.header .main-menu li.main-menu-li_contacts a {
    width: 56px;
    font-size: 0;
    -webkit-mask-size: 28px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/e-mail.svg);
    mask-image: url(images/e-mail.svg);
    background-color: var(--black);
}
.header .main-menu li.main-menu-li_contacts a:hover {
    background-color: #8f9097;
}
.home .header .main-menu li.main-menu-li_contacts a,
.single-industries .header .main-menu li.main-menu-li_contacts a,
body.page-template-page-contacts .header .main-menu li.main-menu-li_contacts a {
    background-color: var(--white);
}
.home .header .main-menu li.main-menu-li_contacts a:hover,
.single-industries .header .main-menu li.main-menu-li_contacts a:hover,
body.page-template-page-contacts .header .main-menu li.main-menu-li_contacts a:hover {
    background-color: #b9bbc7;
}*/
.main-menu li.menu-item-has-children > a:after {
    content: '';
    flex: 0 0 8px;
    max-width: 8px;
    width: 8px;
    height: 8px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow_down.svg);
    mask-image: url(images/arrow_down.svg);
    background-color: var(--black);
    transition: .5s;
}
.home .header .main-menu li.menu-item-has-children > a:after,
.single-industries .header .main-menu li.menu-item-has-children > a:after,
body.page-template-page-contacts .header .main-menu li.menu-item-has-children > a:after {
    background-color: var(--white);
}
.main-menu li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after {
    background-color: #8f9097;
}
.home .header .main-menu li.menu-item-has-children > a:hover:after,
.single-industries .header .main-menu li.menu-item-has-children > a:hover:after,
body.page-template-page-contacts .header .main-menu li.menu-item-has-children > a:hover:after {
    background-color: #b9bbc7;
}
.main-menu ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: var(--white);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    width: 200px;
    transform: translateY(20px) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -99;
}
li.sub-menu-md > ul {
    width: 280px;
}
.main-menu li:hover > ul {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    visibility: inherit;
    z-index: 1;
}
.main-menu ul:before {
    content: '';
    background: var(--white);
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: -2.5px;
    left: 50%;
    z-index: -1;
}
/*.main-menu > li:last-child > ul {
    left: auto;
    right: 0;
}*/
.main-menu ul li {
    position: initial;
    padding: 0 20px;
    margin: 0;
}
.main-menu ul li a {
    padding: 6px 0;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.35;
    color: var(--black);
}
.home .header .main-menu ul li a,
.single-industries .header .main-menu ul li a,
body.page-template-page-contacts .header .main-menu ul li a {
    color: var(--black);
}
.main-menu ul li a:hover,
.main-menu ul li.menu-item-has-children:hover > a,
.home .header .main-menu ul li a:hover,
.home .header .main-menu ul li.menu-item-has-children:hover > a,
.single-industries .header .main-menu ul li a:hover,
.single-industries .header .main-menu ul li.menu-item-has-children:hover > a,
body.page-template-page-contacts .header .main-menu ul li a:hover,
body.page-template-page-contacts .header .main-menu ul li.menu-item-has-children:hover > a  {
    color: var(--red);
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
    transform: rotate(-90deg);
}
.home .header .main-menu ul li.menu-item-has-children a:after,
.single-industries .header .main-menu ul li.menu-item-has-children a:after,
body.page-template-page-contacts .header .main-menu ul li.menu-item-has-children a:after {
    background-color: var(--black);
}
.main-menu ul li.menu-item-has-children:hover > a:after,
.home .header .main-menu ul li.menu-item-has-children:hover > a:after,
.single-industries .header .main-menu ul li.menu-item-has-children:hover > a:after,
body.page-template-page-contacts .header .main-menu ul li.menu-item-has-children:hover > a:after {
    background-color: var(--red);
}
.main-menu ul ul {
    top: 0;
    left: 100%;
    transform: translateX(20px);
    padding: 12px 20px;
    background: #efefef;
    min-height: 100%;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .2);
}
.main-menu ul li:hover > ul {
    transform: translateX(0px);
}
.main-menu ul ul:before {
    background: #efefef;
    width: 8px;
    height: 100%;
    transform: none;
    left: -3px;
    top: 0;
    z-index: 8;
}
.main-menu ul ul li {
    padding: 0;
}
.header-phone {
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    font-weight: 500;
    font-size: var(--text-size-esm);
}
.header-phone a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.header-phone a:hover {
    color: #8f9097;
}
.home .header .header-phone a,
.single-industries .header .header-phone a,
body.page-template-page-contacts .header .header-phone a {
    color: var(--white);
}
.home .header .header-phone a:hover,
.single-industries .header .header-phone a:hover,
body.page-template-page-contacts .header .header-phone a:hover {
    color: #b9bbc7;
}
.header-phone a:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/c_phone.svg);
    mask-image: url(images/c_phone.svg);
    background-color: #8f9097;
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 22px;
}
.home .header .header-phone a:before,
.single-industries .header .header-phone a:before,
body.page-template-page-contacts .header .header-phone a:before {
    background-color: var(--white);
}
.home .header .header-phone a:hover:before,
.single-industries .header .header-phone a:hover:before,
body.page-template-page-contacts .header .header-phone a:before:hover {
    background-color: #b9bbc7;
}

.header-toggle {
    display: flex;
}
.header-toggle button {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/menu.svg);
    mask-image: url(images/menu.svg);
    background-color: var(--black);
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    transition: .5s;
}
.home .header .header-toggle button,
.single-industries .header .header-toggle button,
body.page-template-page-contacts .header .header-toggle button {
    background-color: var(--white);
}
.header-toggle button:hover,
.home .header .header-toggle button:hover,
.single-industries .header .header-toggle button:hover,
body.page-template-page-contacts .header .header-toggle button:hover {
    background-color: var(--red);
}

.headerFixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    transform: translateY(-100%);
    padding: 4px 0;
    transition: .5s;
    z-index: 92;
}
body.admin-bar .headerFixed {
    top: 32px;
}
.headerFixed.fixed {
    transform: translateY(0);
}
.headerFixed-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 44px;
}
.headerFixed-logo {
    max-width: 120px;
}
.headerFixed-logo img {
    max-height: 44px;
}



.main {
    position: relative;
    z-index: 1;
}



.hero-section.section {
    padding-top: 150px;
    padding-bottom: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-bg:after {
    content: '';
    background: url(images/header-bg.svg) repeat-x center top;
    background-size: contain;
    width: 100%;
    height: 332px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--red);
    z-index: 1;

    display: none;
}
.hero-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 40px 40px 40px 20px;
    width: 50%;
    max-width: 530px;
    text-decoration: none;
    z-index: 1;
}
.hero-wrap:before {
    content: '';
    position: absolute;
    width: calc(100% + var(--gap-full-container));
    height: 100%;
    top: 0;
    left: calc(var(--gap-full-container) * -1);
    background-color: var(--red);
    transform: translateX(calc(-100% + 13px));
    z-index: -1;
    transition: .5s;
}
.hero-wrap:after {
    content: '';
    position: absolute;
    width: calc(100% + var(--gap-full-container));
    height: calc(100% - 32px);
    top: 16px;
    left: calc(var(--gap-full-container) * -1);
    background-color: #454651;
    opacity: .8;
    z-index: -2;
    filter: blur(50px);
    transition: .5s;
}
.hero-wrap:hover:before {
    transform: translateX(0px);
}
.hero-heading,
.hero-wrap-inner h1,
.hero-wrap-inner h2 {
    font-size: var(--h4-size);
    color: #e5e5e5;
    font-weight: 400;
    letter-spacing: -1.5px;
}
.hero-heading strong {
    display: block;
}
.hero-heading strong,
.hero-wrap-inner h1 strong,
.hero-wrap-inner h2 strong {
    font-size: calc(var(--h1-size) * 1.0909);
    font-weight: 500;
    color: var(--white);
    letter-spacing: -3px;
    line-height: .9;
    margin-bottom: 2px;
}
.hero-heading-arrow {
    position: absolute;
    width: 55px;
    height: 55px;
    transform: translate(20px, -6px);
    z-index: 1;
}
.hero-heading-arrow:before {
    content: '';
    -webkit-mask-size: 32px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down-right.svg);
    mask-image: url(images/arrow-down-right.svg);
    background-color: var(--white);
    position: absolute;
    width: 100%;
    height: calc(100% + 30px);
    top: -15px;
    left: 0;
    animation: hero-arrow 3.2s infinite linear;
    z-index: 1;
}
.hero-heading-arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--red);
    animation: hero-arrow-bg 2s infinite linear;
    z-index: -2;
}
@keyframes hero-arrow {
    0% {
        opacity: 1;
        transform: translateY(0px);
        animation-timing-function: linear;
    }
    93.75% {
        opacity: 1;
        transform: translateY(0px);
        animation-timing-function: ease-in;
    }
    96.88% {
        opacity: 0;
        transform: translateY(50px);
        animation-timing-function: linear;
    }
    97.88% {
        opacity: 0;
        transform: translateY(-50px);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes hero-arrow-bg {
    0% {
        transform: scale(1, 1);
        animation-timing-function: ease-in;
    }
    50% {
        transform: scale(1.05, 1.05);
        animation-timing-function: ease-out;
    }
    100% {
        transform: scale(1, 1);
    }
}


.aboutBrand-section {
    overflow: hidden;
}
.aboutBrand-item__wrap {
    position: relative;
    display: flex;
}
.aboutBrand-item:first-child .aboutBrand-item__wrap {
    margin-top: 0;
}
.aboutBrand-item:nth-child(2n) .aboutBrand-item__wrap {
    flex-direction: row-reverse;
}
.aboutBrand-item__left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 100px;
    padding-left: 145px;
    padding-bottom: 500px;
}
.aboutBrand-item:first-child .aboutBrand-item__left {
    padding-top: 220px;
}
.aboutBrand-item:nth-child(2n) .aboutBrand-item__left {
    padding-left: 100px;
    padding-right: 0;
}
.aboutBrand-item:last-child .aboutBrand-item__left {
    padding-bottom: 0;
}
.aboutBrand-item__heading {
    color: #454651;
    font-size: var(--h3-size);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}
.aboutBrand-item__button {
    margin-top: 24px;
}
.aboutBrand-item__right {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -500px;
}
.aboutBrand-item:first-child .aboutBrand-item__right {
    margin-top: 0;
}
.aboutBrand-item__image {
    width: calc((100vw - var(--container)) / 2 + 100%);
}
.aboutBrand-item:nth-child(2n) .aboutBrand-item__image {
    margin-left: calc((100vw - var(--container)) / -2);
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.aboutBrand-item__image img {
    max-width: 780px;
}
.aboutBrand-logo-fixed {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    z-index: 1;
}




.stainlessEquipment-section {
    background: #454651;
    overflow: hidden;
}
.stainlessEquipment-wrap {
    padding: 0 145px;
    display: flex;
    flex-wrap: wrap;
}
.stainlessEquipment-heading {
    max-width: 890px;
    flex: 0 0 100%;
}
.stainlessEquipment-content {
    flex: 0 0 100%;
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--white);
    margin-bottom: 20px;
}
.stainlessEquipment-content p {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}
.stainlessEquipment-info {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.stainlessEquipment-info-left {
    flex: 0 0 330px;
    max-width: 330px;
    position: relative;
    z-index: 2;
}
.stainlessEquipment-info-right {
    flex: 0 0 calc(100% - 330px - 60px);
    max-width: calc(100% - 330px - 60px);
    position: relative;
    z-index: 1;
}
.stainlessEquipment-characteristics {
    font-size: var(--h3-size);
    font-weight: 500;
    letter-spacing: -.9px;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 10px;
}
.stainlessEquipment-link {
    font-size: var(--text-size-sm);
    font-weight: 500;
    color: var(--white);
    letter-spacing: .8px;
    margin-bottom: 50px;
}
.stainlessEquipment-link a {
    color: var(--white);
}
.stainlessEquipment-link a:hover {
    color: var(--red);
}
.stainlessEquipment-image {
    width: 1100px;
    margin-bottom: -130px;
    margin-left: -120px;
}





.presentation-section {
    overflow: hidden;
}
.presentation-wrap {
    position: relative;
    height: calc(var(--container) / 1.8125);
    z-index: 1;
}
.presentation-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.presentation-play {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    transition: .5s;
}
.presentation-play circle {
    transition: .5s;
}
.presentation-play:hover circle {
    fill: var(--red);
}
.presentation-iframe-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.products-section {
    overflow: hidden;
}
.products-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.products-heading {
    flex: auto;
    max-width: calc(100% - 300px - 200px);
}
.products-description {
    color: #767982;
    line-height: 1.4;
    margin-bottom: 60px;
    flex: 0 0 300px;
    max-width: 300px;
}
.productsGrid-items {
    flex: 0 0 calc(100% + 40px);
    max-width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.productsGrid-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 40px;
    padding: 0 20px;
}
.productsGrid-item:nth-child(2) {
    flex: 0 0 calc(100% / 3 * 2);
    max-width: calc(100% / 3 * 2);
}
.productsGrid-item__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc((var(--container) - 40px * 2) / 3 / .5373);
    text-decoration: none;
    padding: 24px;
    overflow: hidden;
    color: #454651;
    z-index: 1;
}
.productsGrid-item__wrap:hover {
    color: var(--red);
}
.productsGrid-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.productsGrid-item__wrap:hover .productsGrid-item__image img {
    transform: scale(1.1);
}
.productsGrid-item__title {
    font-size: var(--text-size);
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}
.products-button {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
}




.industries-section {
    background-color: #f9f9f9;
    overflow: hidden;
}
.industries-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.industries-heading {
    flex: auto;
    max-width: calc(100% - 300px - 200px);
}
.industries-description {
    color: #767982;
    line-height: 1.4;
    margin-bottom: 60px;
    flex: 0 0 300px;
    max-width: 300px;
}
.industries-carousel {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1;
}
.industries-swiper {
    overflow: hidden;
}
.industries-item__wrap {
    position: relative;
    display: block;
    text-decoration: none;
    color: #454651;
    z-index: 1;
}
.industries-item__wrap:hover {
    color: var(--red);
}
.industries-item__image {
    height: calc((var(--container) - 40px * 3) / 4 / .75);
    -moz-border-radius: 0 200px 0 0;
    -webkit-border-radius: 0 200px 0 0;
    border-radius: 0 200px 0 0;
    overflow: hidden;
}
.industries-item__wrap:hover .industries-item__image img {
    transform: scale(1.1);
}
.industries-item__title {
    padding: 18px 20px 0;
    font-size: var(--text-size-sm);
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    transition: .5s;
}
.industries-button {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 60px;
}



.services-section {
    overflow: hidden;
}
.services-heading {
    max-width: 840px;
}
.services-content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.services-content > * {
    margin: 0;
}
.services-content p {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.services-button {
    text-align: center;
    margin-top: 60px;
}

.services_sm-carousel {
    position: relative;
    z-index: 1;
}
.services_sm-swiper {
    overflow: hidden;
}
.services_sm-item__wrap {
    position: relative;
    display: block;
    text-decoration: none;
    color: #454651;
    border: 3px solid var(--red);
    -moz-border-radius: 0 150px 0 0;
    -webkit-border-radius: 0 150px 0 0;
    border-radius: 0 150px 0 0;
    overflow: hidden;
    z-index: 1;
}
.services_sm-item__image {
    height: calc((var(--container) - 40px * 3) / 4 / .75);
    overflow: hidden;
}
.services_sm-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: var(--text-size-sm);
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    z-index: 2;
    transition: .5s;
}




.advantages-section {
    background: #f9f9f9;
    overflow: hidden;
}
.advantages-item__wrap {
    display: flex;
    min-height: calc(var(--container) / 1.846);
    background-color: var(--white);
}
.advantages-item:nth-child(3n + 1) .advantages-item__wrap {
    background-color: var(--red);
    color: var(--white);
}

.adv_farm:nth-child(3n + 1) .advantages-item__wrap {
    background-color: #454651 !important;
    color: var(--white);
}


.advantages-item:nth-child(2n) .advantages-item__wrap {
    flex-direction: row-reverse;
}
.advantages-item__left {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--gap-full-container);
}
.advantages-item__heading {
    font-size: var(--h3-size);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}
.advantages-item:nth-child(3n + 2) .advantages-item__heading {
    color: var(--red);
}
.advantages-item__content {
    color: #454651;
}
.advantages-item__content a {
    color: #8f9097;
    text-decoration: none;
}
.advantages-item__content a strong {
    font-weight: 500;
}
.advantages-item:nth-child(3n + 1) .advantages-item__heading,
.advantages-item:nth-child(3n + 1) .advantages-item__content,
.advantages-item:nth-child(3n + 1) .advantages-item__content a {
    color: var(--white);
}
.advantages-item__right {
    flex: 0 0 50%;
    max-width: 50%;
}
.advantages-item__image {
    height: 100%;
    position: relative;
    z-index: 1;
}



.feedback-section {
    overflow: hidden;
    background-color: #454651;
}
.feedback-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.feedback-heading.heading {
    position: relative;
    grid-area: 1 / 1 / 2 / 2;
    padding: var(--gap-full-container);
    font-size: var(--text-size);
    font-weight: 400;
    margin: 0;
    z-index: 1;
}
.feedback-heading:before {
    content: '';
    position: absolute;
    width: calc((100vw - var(--container)) / 2 + 100%);
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--red);
    z-index: -1;
}
.feedback-form {
    grid-area: 1 / 2 / 3 / 3;
    padding: var(--gap-full-container);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feedback-contacts {
    position: relative;
    grid-area: 2 / 1 / 3 / 2;
    padding: var(--gap-full-container);
    font-weight: 500;
    color: #454651;
    z-index: 1;
}
.feedback-contacts:before {
    content: '';
    position: absolute;
    width: calc((100vw - var(--container)) / 2 + 100%);
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
.feedback-contacts a {
    color: #454651;
    text-decoration: none;
}
.feedback-contacts a:hover {
    color: var(--red);
}
.feedback-phone {
    font-size: var(--h2-size);
    font-weight: 500;
    letter-spacing: -.5px;
}
.feedback-email,
.feedback-address {
    display: flex;
    align-items: center;
}
.feedback-email:before {
    content: '';
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
    background-color: #454651;
}
.feedback-address:before {
    content: '';
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 42px;
    margin-right: 15px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/pin.svg);
    mask-image: url(images/pin.svg);
    background-color: #454651;
}




.partners-section {
    overflow: hidden;
}
.partners-top {
    background: var(--red);
}

.partners-wine .partners-top{
    background: none !important;
}

.partners-wine .heading h2{
    color: #454651;
}
.partners-heading {
    margin: 0;
}
.partners-marquee img {
    height: 190px;
}





.page-nav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    z-index: 1;
}
.page-nav li {
    flex: 0 0 50%;
    max-width: 50%;
    align-items: flex-start;
}
.page-nav li.next {
    margin-left: auto;
}
.page-nav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--gap-full-container) / 2) var(--gap-full-container);
    font-size: calc(var(--h6-size) / 1.090909);
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    color: var(--white);
    height: 100%;
}
.page-nav li.next a {
    align-items: flex-end;
    text-align: right;
}
.page-nav li a span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #e5e5e5;
}
.page-nav li.prev a {
    background: #767982;
}
.page-nav li.next a {
    background: #8f9097;
}
.page-nav li a:hover {
    opacity: .9;
}



.footer {
    position: relative;
    background: #454651;
    border-top: 10px solid var(--red);
    z-index: 1;
}
.footer:before {
    content: '';
    background: url(images/bg-footer.svg) no-repeat 400px 100px;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0;
    width: 951px;
    height: 100%;
    z-index: -1;
}
.footer-wrap.section {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 0px;
}
.footer-widget {
    max-width: 360px;
}
.footer-widget-title {
    font-size: var(--text-size-md);
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-info {
    display: flex;
}
.footer-logo {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 32px;
}
.footer-company-info {
    flex: auto;
    font-size: var(--text-size-sm);
    font-weight: 400;
    color: var(--white);
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.footer-company-info > * {
    margin: 0;
}
.footer-company-info a {
    color: var(--white);
    text-decoration-color: #8f9097;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.footer-company-info a:hover {
    color: var(--red);
}
.footer-menu-big {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: var(--text-size-md);
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}
.footer-menu-big li a {
    color: var(--white);
    text-decoration: none;
}
.footer-menu-big li a:hover {
    color: var(--red);
}
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-size-sm);
    color: #c4c4c4;
}
.footer-menu li a {
    color: #c4c4c4;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: var(--red);
}
.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
.footer-contacts-logo {
    flex: 0 0 50px;
    max-width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -2px;
    margin-right: -20px;
}
.footer-contacts p {
    flex: auto;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-contacts p.email,
.footer-contacts p.phone {
    font-size: var(--h3-size);
    font-weight: 400;
}
.footer-contacts p.phone {
    font-weight: 500;
}
.footer-contacts p.email a,
.footer-contacts p.phone a {
    color: var(--white);
    text-decoration: none;
}
.footer-contacts p.email a:hover,
.footer-contacts p.email a span,
.footer-contacts p.phone a:hover {
    color: var(--red);
}
.footer-contacts p.address {
    font-size: var(--text-size-sm);
    font-weight: 400;
    color: #8f9097;
}
.footer-contacts p.address:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/map-ua.svg);
    mask-image: url(images/map-ua.svg);
    background-color: #8f9097;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 15px;
}
.footer-contacts p.address a {
    color: #8f9097;
    text-decoration: none;
}
.footer-contacts p.address a:hover {
    color: var(--red);
}
.footer-contacts-line {
    width: 2px;
    position: relative;
    background: var(--red);
    min-height: 100px;
}
.footer-bottom {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    font-size: var(--text-size-sm);
    font-weight: 400;
    color: #8f9097;
    z-index: 1;
}
.footer-bottom > * {
    margin: 0;
}
.bottom-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.bottom-menu li a {
    color: #8f9097;
    text-decoration: none;
}
.bottom-menu li a:hover {
    color: var(--red);
}
.footer-slogan {
    font-weight: 500;
}




.page-header {
    position: relative;
    background-color: #f9f9f9;
    padding: 40px 0;
    z-index: 1;
}
.page-caption {
    font-size: var(--text-size-md);
    color: var(--red);
    font-weight: 500;
    margin: 0;
}
.page-body.section {
    padding-top: 80px;
}
.page-content {
    font-size: var(--text-size-md);
}




.pAboutMain-section.section,
.pProductsMain-section.section,
.pServicesMain-section.section,
.pProjectsMain-section.section,
.pIndustriesMain-section.section {
    padding-top: 40px;
    overflow: inherit;
}
.singleIndustriesMain-section.section {
    overflow: hidden;
}
.pAboutMain-wrap,
.pProductsMain-wrap,
.pServicesMain-wrap,
.pProjectsMain-wrap,
.pIndustriesMain-wrap,
.singleIndustriesMain-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}
.pAboutMain-caption,
.pProductsMain-caption,
.pServicesMain-caption,
.pProjectsMain-caption,
.pIndustriesMain-caption,
.singleIndustriesMain-caption {
    flex: 0 0 100%;
    max-width: 100%;
}
.pAboutMain-heading,
.pProductsMain-heading,
.pServicesMain-heading,
.pProjectsMain-heading,
.pIndustriesMain-heading,
.singleIndustriesMain-heading {
    flex: 0 0 100%;
    max-width: 920px;
    color: #454651;
}
.singleIndustriesMain-heading {
    max-width: 1080px;
    color: #8f9097;
}
.pAboutMain-heading h1,
.pProductsMain-heading h1,
.pServicesMain-heading h1,
.pProjectsMain-heading h1,
.pIndustriesMain-heading h1,
.singleIndustriesMain-heading h1,
.singleIndustriesMain-heading h2 {
    font-size: calc(var(--h1-size) / 1.1);
    font-weight: 500;
}
.pIndustriesMain-heading a {
    text-decoration: none;
}
.pIndustriesMain-content,
.p-columns-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.pIndustriesMain-content > *,
.p-columns-2 > * {
    margin: 0;
}
.pIndustriesMain-content p,
.p-columns-2 p {
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
}
.pAboutMain-image {
    flex: 0 0 65%;
    max-width: 65%;
}
.pAboutMain-content {
    flex: 0 0 calc(35% - 60px);
    max-width: calc(35% - 60px);
    font-size: var(--h5-size);
    color: #767982;
}
.pAboutMain-content-sticky {
    position: sticky;
    top: 40px;
    z-index: 1;
}
.pAboutMain-content-2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.pAboutMain-content-2 > * {
    margin: 0;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}
.pAboutMain-content a,
.pAboutMain-content-2 a {
    color: var(--red);
    text-decoration: none;
}
.pAboutMain-content a:hover,
.pAboutMain-content-2 a:hover {
    text-decoration: underline;
}
.singleIndustriesMain-button {
    width: 100%;
}
.singleIndustriesMain-button.center {
    text-align: center;
}
.singleIndustriesMain-button .btn {
    min-width: 220px;
}


.pAboutAdvantages-section {
    background: #f9f9f9;
}
.pAboutAdvantages-heading.heading h2 {
    color: #454651;
}
.pAboutAdvantages-year {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.pAboutAdvantages-year-value {
    font-size: calc(var(--h3-size) * 3);
    font-weight: 700;
    color: #454651;
    line-height: 1.05;
}
.pAboutAdvantages-year-text {
    font-size: calc(var(--h5-size) * 1.0714);
    font-weight: 500;
    line-height: 1.2;
    color: var(--red);
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: -10px;
}
.pAboutAdvantages-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.pAboutAdvantages-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 40px;
    padding: 0 20px;
}
.pAboutAdvantages-item__wrap {
    position: relative;
    height: 100%;
    min-height: calc((var(--container) - 40px * 2) / 3 / 1.125);
    background: var(--white);
    overflow: hidden;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}
.pAboutAdvantages-item__wrap:before {
    content: '';
    background: #f9f9f9;
    width: 115px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.pAboutAdvantages-item__image {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pAboutAdvantages-item__wrap p {
    margin: 0;
    font-size: calc(var(--h5-size) * 1.0714);
    color: #454651;
    line-height: 1.2;
}
.pAboutAdvantages-item__value {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}
.pAboutAdvantages-item__value span {
    font-size: calc(var(--h3-size) * 2.5);
    color: var(--red);
}
.pAboutAdvantages-item__text {
    letter-spacing: -.5px;
    text-transform: uppercase;
    font-weight: 500;
}



.history-section.section-md {
    padding-bottom: 120px;
}
.history-section:before {
    content: '';
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - var(--container)) / 2 + var(--container) * .38);
    height: 100%;
    z-index: 1;
}
.history-wrap {
    position: relative;
    display: flex;
}
.history-year {
    position: relative;
    font-size: calc(var(--h1-size) * 3.0909);
    font-weight: 600;
    color: #e5e5e5;
    padding-top: 80px;
    line-height: .7;
    margin: 0;
    z-index: 1;
}
.history-year span {
    display: block;
    position: sticky;
    top: 150px;
    z-index: 1;
}
.history-item.section-md:last-child {
    padding-bottom: 0;
}
.history-item__wrap {
    display: flex;
}
.history-item__year {
    flex: 0 0 320px;
    max-width: 320px;
    margin: 0;
    position: relative;
    font-size: calc(var(--h1-size) * 3.0909);
    font-weight: 600;
    line-height: .7;
    color: var(--red);
    z-index: 1;
}
.history-item__year span {
    display: block;
    position: sticky;
    top: 150px;
    z-index: 1;
}
.history-item__info {
    flex: auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.history-item__heading {
    flex: 0 0 70%;
    max-width: 70%;
    order: 1;
    font-size: var(--h4-size);
    font-weight: 400;
    line-height: 1.1;
    color: #8f9097;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.history-item__content {
    flex: 0 0 70%;
    max-width: 70%;
    order: 2;
}
.history-item__content a {
    color: var(--red);
    text-decoration: none;
}
.history-item__content a:hover {
    text-decoration: underline;
}
.history-item__image + .history-item__content {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.history-item__image {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    order: 3;
}




.pAboutInfo-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}
.pAboutInfo-col {
    flex: 1;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    z-index: 1;
}
.pAboutInfo-block-heading {
    max-width: 440px;
    margin-left: 40px;
}
.pAboutInfo-block-content {
    font-size: var(--h5-size);
    font-weight: 400;
    color: #767982;
    max-width: 440px;
    margin-left: 40px;
}
.pAboutInfo-block-button {
    margin-left: 40px;
}
.pAboutInfo-col:first-child .pAboutInfo-block-heading,
.pAboutInfo-col:first-child .pAboutInfo-block-content,
.pAboutInfo-col:first-child .pAboutInfo-block-button {
    margin-left: auto;
    margin-right: 40px;
}



.rules-section {
    overflow: hidden;
}
.rules-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.rules-item__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.rules-item:nth-child(2n) .rules-item__wrap {
    flex-direction: row-reverse;
}
.rules-item__left {
    flex: 4;
    padding: 160px 60px 60px;
    -moz-border-radius: 240px 0 0 0;
    -webkit-border-radius: 240px 0 0 0;
    border-radius: 240px 0 0 0;
}
.rules-item:nth-child(4n+1) .rules-item__left {
    background: var(--red);
    color: var(--white);
}
.rules-item:nth-child(4n+2) .rules-item__left {
    background: #e5e5e5;
    color: var(--red);
}
.rules-item:nth-child(4n+3) .rules-item__left {
    background: #8f9097;
    color: var(--white);
}
.rules-item:nth-child(4n+4) .rules-item__left {
    background: #454651;
    color: var(--white);
}
.rules-item:nth-child(2n) .rules-item__left {
    -moz-border-radius: 0 240px 0 0;
    -webkit-border-radius: 0 240px 0 0;
    border-radius: 0 240px 0 0;
}
.rules-item__content {
    font-size: var(--h4-size);
    font-weight: 500;
    line-height: 1.2;
}
.rules-item__right {
    flex: 6;
}
.rules-item__image {
    height: 100%;
    -moz-border-radius: 0 0 240px 0;
    -webkit-border-radius: 0 0 240px 0;
    border-radius: 0 0 240px 0;
    overflow: hidden;
}
.rules-item:nth-child(2n) .rules-item__image {
    -moz-border-radius: 0 0 0 240px;
    -webkit-border-radius: 0 0 0 240px;
    border-radius: 0 0 0 240px;
}





.principles-section {
    opacity: 0;
    transition: opacity 0.3s linear;
}
.principles-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--red);
    transform: translateX(-100%);
    transition: 0.3s linear;
    z-index: -1;
}
.principles-bg-right {
    position: absolute;
    width: calc((100% - var(--container)) / 2 + var(--container) * (6 / 14));
    height: 100%;
    top: 0;
    right: 0;
    background: #454651;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
}
.principles-wrap {
    display: flex;
    flex-wrap: wrap;
}
.principles-left {
    position: relative;
    flex: 8;
    padding-top: 200px;
    padding-right: 60px;
    z-index: 1;
}
.principles-heading {
    position: sticky;
    top: 150px;
    font-size: var(--h4-size);
    font-weight: 500;
    color: var(--white);
    line-height: 1.09;
    z-index: 1;
}
.principles-right {
    flex: 6;
    padding-left: 60px;
    padding-top: 200px;
}
.principles-item {
    margin-top: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.principles-item__title {
    font-size: calc(var(--h3-size) * 2);
    font-weight: 500;
    color: var(--white);
    line-height: 1.09;
}
.principles-item__text {
    font-size: var(--h4-size);
    font-weight: 500;
    color: var(--white);
    line-height: 1.09;
}




.productsPrimary-heading.heading {
    margin-bottom: 30px;
}
.products-carousel {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1;
}
.products-swiper {
    overflow: hidden;
}
.products-items {
    flex: 0 0 calc(100% + 20px);
    max-width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.products-item {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    margin: 0 0 20px;
    padding: 0 10px;
}
.products-items.columns-3 .products-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.products-items.products-items-2-2 .products-item:nth-child(1),
.products-items.products-items-2-2 .products-item:nth-child(2),
.products-items.products-items-3-2 .products-item:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
}
.swiper-slide .products-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.products-item__wrap {
    position: relative;
    text-decoration: none;
    color: #454651;
    z-index: 1;
}
.products-item__wrap:hover {
    color: var(--red);
}
.products-item__image,
.products-items.columns-4.products-items-3-2 .products-item:nth-child(3) .products-item__image {
    overflow: hidden;
    height: calc((var(--container) - 20px * 3) / 4 / .6875);
}
.products-items.columns-3 .products-item__image {
    height: calc((var(--container) - 20px * 2) / 3 / .6875);
}
.products-items.products-items-2-2 .products-item:nth-child(1) .products-item__image,
.products-items.products-items-2-2 .products-item:nth-child(2) .products-item__image,
.products-items.products-items-3-2 .products-item:nth-child(3) .products-item__image {
    height: calc((var(--container) - 20px * 2) / 3 / .6875);
}
.products-item__wrap:hover .products-item__image img {
    transform: scale(1.1);
}
.products-item__title {
    margin: 10px 0 0;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: 1.2;
}
.products-button {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
}



.accessories-section {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.accessories-wrap {
    color: var(--white);
    max-width: 50%;
    padding-right: var(--gap-full-container);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.accessories-wrap:before {
    content: '';
    position: absolute;
    width: calc((100vw - var(--container)) / 2 + 100%);
    height: 100%;
    top: 0;
    right: 0;
    background: var(--red);
    z-index: -1;
}
.accessories-heading.heading {
    margin-bottom: 0;
}
.accessories-content {
    max-width: 480px;
}
.accessories-characteristics {
    font-size: var(--h4-size);
    font-weight: 500;
    letter-spacing: -.9px;
    line-height: 1.05;
}




.nonStandardEquipment-section {
    background: url(images/blueprint-bg.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.nonStandardEquipment-heading-typeIt {
    display: block;
}
.nonStandardEquipment-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
}
.nonStandardEquipment-left {
    flex: 0 0 30%;
    max-width: 30%;
}
.nonStandardEquipment-right {
    flex: 0 0 calc(70% - 100px);
    max-width: 500px;
}
.nonStandardEquipment-content {
    font-size: var(--h6-size);
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 40px;
    color: var(--white);
}
.nonStandardEquipment-content > * {
    margin: 0;
}
.nonStandardEquipment-content strong {
    font-weight: 500;
}




.pProductsAdvantages-section {
    background: #f9f9f9;
}
.pProductsAdvantages-item__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px;
}
.pProductsAdvantages-item:last-child .pProductsAdvantages-item__wrap {
    border-bottom: none;
}
a.pProductsAdvantages-item__wrap:hover {
    background: rgba(143, 144, 151, .1)
}
.pProductsAdvantages-item__image {
    flex: 0 0 78px;
    max-width: 78px;
}
.pProductsAdvantages-item__image img {
    width: 100%;
}
.pProductsAdvantages-item__title {
    margin: 0;
    flex: auto;
    font-size: calc(var(--h4-size) / 1.16666);
    font-weight: 500;
    color: #8f9097;
    line-height: 1.2;
}
.pProductsAdvantages-item__text {
    margin: 0;
    flex: 0 0 40%;
    max-width: 420px;
    margin-right: var(--gap-full-container);
}

.pProductsContacts-logo {
    text-align: center;
    margin-bottom: 40px;
}
.pProductsContacts-logo img {
    max-height: 90px;
}
.pProductsContacts-heading.heading {
    margin-bottom: 30px;
}
.pProductsContacts-button {
    text-align: center;
}
.pProductsContacts-button a {
    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/down.svg);
    mask-image: url(images/down.svg);
    background-color: var(--red);
    transition: .5s;
}



.singleProducts-wrap {
    display: flex;
    gap: var(--gap-full-container);
    padding-top: 20px;
}
.singleProducts-left {
    position: relative;
    flex: 0 0 calc(50% - var(--gap-full-container) / 2);
    max-width: calc(50% - var(--gap-full-container) / 2);
    display: flex;
    flex-direction: column;
    gap: 60px;
    z-index: 1;
}
.singleProducts-nav {
    margin: 0 0 -20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.singleProducts-nav a {
    font-size: var(--text-size-esm);
    color: #8f9097;
    font-weight: 500;
    text-decoration: none;
}
.singleProducts-nav a:hover {
    color: var(--red);
}
.singleProducts-title {
    margin: 0 0 -20px;
    font-size: var(--h3-size);
    font-weight: 500;
    line-height: 1;
}
.singleProducts-content {
    color: #454651;
    max-width: 490px;
}
.singleProducts-characteristics {
    max-width: 490px;
}
.singleProducts-characteristics-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.singleProducts-characteristics-item {
    display: flex;
    gap: 30px;
    font-size: var(--text-size-md);
    line-height: 1.22;
    color: #454651;
}
.singleProducts-characteristics-item__title {
    flex: 0 0 120px;
    max-width: 120px;
    font-weight: 500;
    margin: 0;
}
.singleProducts-characteristics-item__value {
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.singleProducts-characteristics-item__value > * {
    margin: 0;
}
.singleProducts-characteristics-item__value strong {
    font-weight: 500;
}
.singleProducts-characteristics-item__value.ul_style_button ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
}
.singleProducts-characteristics-item__value.ul_style_button ul li {
    font-size: var(--text-size-md);
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 22px;
}
.singleProducts-characteristics-item__value.ul_style_button ul li:first-child {
    background: #e5e5e5;
    color: #8f9097;
}
.singleProducts-characteristics-item__value.ul_style_button ul li:last-child {
    background: #8f9097;
    color: var(--white);
}
.singleProducts-additionalContent {
    position: sticky;
    max-width: 500px;
    top: 120px;
    z-index: 1;
}
.singleProducts-additionalContent-heading {
    font-size: var(--h3-size);
    font-weight: 500;
    color: var(--red);
    line-height: 1;
    margin-bottom: 30px;
}
.singleProducts-additionalContent-heading:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 300px;
    height: 5px;
    background: var(--red);
    margin-top: 30px;
}
.singleProducts-additionalContent-content {
    font-size: var(--h6-size);
    color: #454651;
}
.singleProducts-right {
    flex: 0 0 calc(50% - var(--gap-full-container) / 2);
    max-width: calc(50% - var(--gap-full-container) / 2);
}
.singleProducts-images-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.singleProducts-images-block {
    overflow: hidden;
}
.singleProducts-images-block:first-child {
    -moz-border-radius: 0 300px 0 0;
    -webkit-border-radius: 0 300px 0 0;
    border-radius: 0 300px 0 0;
}
.singleProducts-images-block a {
    cursor: zoom-in;
}
.singleProducts-images-block a:hover img {
    transform: scale(1.1);
}
.productsImages-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}



.pTechnologiesMain-section.section {
    padding-top: 40px;
    overflow: inherit;
}
.pTechnologiesMain-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.pTechnologiesMain-caption {
    flex: 0 0 100%;
    max-width: 100%;
}
.pTechnologiesMain-heading {
    flex: 0 0 100%;
    max-width: 1000px;
    color: #454651;
}
.pTechnologiesMain-heading h1 {
    font-size: calc(var(--h1-size) / 1.1);
    font-weight: 500;
}
.pTechnologiesMain-image {
    flex: 0 0 50%;
    max-width: 50%;
}
.pTechnologiesMain-content {
    flex: 0 0 calc(50% - 60px);
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.pTechnologiesMain-content h1,
.pTechnologiesMain-content h2,
.pTechnologiesMain-content h3,
.pTechnologiesMain-content h4,
.pTechnologiesMain-content h5,
.pTechnologiesMain-content h6 {
    font-weight: 400;
    line-height: 1.35;
}
.pTechnologiesMain-content-2 {
    color: #8f9097;
    font-size: var(--text-size-md);
}
.pTechnologiesMain-content a {
    color: var(--red);
    text-decoration: none;
}
.pTechnologiesMain-content a:hover {
    text-decoration: underline;
}




.pTechnologiesPartners-section {
    background: #f9f9f9;
}
.pTechnologiesPartners-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.pTechnologiesPartners-item {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 20px;
    padding: 0 10px;
}
.pTechnologiesPartners-item__wrap {
    background: var(--white);
    position: relative;
    z-index: 1;
}




.innovations-section {
    background: #454651;
    color: var(--white);
}
.innovations-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 80px;
}
.innovations-left {
    position: sticky;
    top: 120px;
    z-index: 1;
    flex: 0 0 60%;
    max-width: 60%;
}
.innovations-content {
    display: flex;
    gap: 60px;
}
.innovations-content-1,
.innovations-content-2 {
    flex: 1;
}
.innovations-right {
    flex: 0 0 calc(40% - 80px);
    max-width: calc(40% - 80px);
}
.innovations-image img {
    max-height: 860px;
}



.compare-section {
    background: #f9f9f9;
    overflow: hidden;
}
.compare-heading {
    max-width: 900px;
}
.compare-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.compare-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 40px;
    padding: 0 20px;
}
.compare-item__wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.compare-item__image {
    flex: 0 0 32%;
    max-width: 32%;
}
.compare-item__content {
    flex: auto;
    color: #8f9097;
    font-weight: 500;
    line-height: 1.3;
}



.strengthFactor-section {
    background: #f9f9f9;
    z-index: 2;
}
.strengthFactor-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.strengthFactor-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 40px;
    padding: 0 20px;
}
.strengthFactor-item__wrap {
    display: flex;
    gap: 30px;
    background: var(--white);
    padding: 30px 30px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    height: 100%;
}
.strengthFactor-item__image {
    flex: 0 0 110px;
    max-width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}
.strengthFactor-item__info {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.strengthFactor-item__title {
    font-size: calc(var(--h6-size) / 1.090909);
    font-weight: 500;
    color: #454651;
    line-height: 1.35;
    margin-bottom: 15px;
}
.strengthFactor-item__text {
    font-size: var(--text-size-md);
    font-weight: 300;
    color: #222222;
    line-height: 1.55;
}



.pTechnologiesAdvantages-section {
    background: #f9f9f9;
}
.pTechnologiesAdvantages-heading.heading {
    font-size: var(--text-size);
    font-weight: 400;
}
.pTechnologiesAdvantages-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.pTechnologiesAdvantages-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 40px;
    padding: 0 20px;
}
.pTechnologiesAdvantages-item__wrap {
    position: relative;
    background: var(--white);
    height: 100%;
    z-index: 1;
}
.pTechnologiesAdvantages-item__image {
    position: relative;
}
.pTechnologiesAdvantages-item__image:hover img:nth-child(1),
.pTechnologiesAdvantages-item__image img:nth-child(2) {
    display: none;
}
.pTechnologiesAdvantages-item__image:hover img:nth-child(2) {
    display: inherit;
}
.pTechnologiesAdvantages-item__title {
    font-size: var(--h6-size);
    font-weight: 500;
    color: #454651;
    line-height: 1.35;
    padding: 18px 20px;
}



.advantagesList-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 960px;
    margin: 0 auto;
}
.advantagesList-item p {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 500;
    color: #454651;
    line-height: 1.35;
    max-width: 780px;
}
.advantagesList-item p:before {
    content: '';
    background: url(images/advantagesList-check.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 55px;
    max-width: 55px;
    height: 55px;
}




.services-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.services-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin: 0 0 40px;
    padding: 0 20px;
}
.services-item__wrap {
    position: relative;
    display: block;
    text-decoration: none;
    color: #454651;
    border: 3px solid var(--red);
    -moz-border-radius: 0 150px 0 0;
    -webkit-border-radius: 0 150px 0 0;
    border-radius: 0 150px 0 0;
    overflow: hidden;
    z-index: 1;
}
.services-item__image {
    height: calc((var(--container) - 40px * 2) / 3 / .75);
}
.services-item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    z-index: 2;
}
.services-item__title {
    font-size: var(--h5-size);
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    transition: .5s;
}
.services-item__content {
    display: none;
    margin-top: 15px;
    font-size: var(--text-size-md);
    font-weight: 400;
}
.services-item__wrap:hover .services-item__content {
    display: block;
}



.singleProjects-nav {
    margin: 20px 0 50px;
}
.singleProjects-nav a {
    font-size: var(--text-size-esm);
    color: #8f9097;
    font-weight: 500;
    text-decoration: none;
}
.singleProjects-nav a:hover {
    color: var(--red);
}
.singleProjects-title {
    margin: 0;
    font-size: var(--h3-size);
    font-weight: 500;
    line-height: 1;
}
.singleProjects-images {
    margin-top: 50px;
    height: 0;
    overflow: hidden;
}
.singleProjects-image {
    overflow: hidden;
}
.singleProjects-image img {
    transition: .5s !important;
}
.singleProjects-image a:hover img {
    transform: scale(1.1);
}

.singleProjects-content,
.pProjectsInfo-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
.singleProjects-content > *,
.pProjectsInfo-content > * {
    margin: 0;
}
.singleProjects-content h1,
.singleProjects-content h2,
.singleProjects-content h3,
.singleProjects-content h4,
.singleProjects-content h5,
.singleProjects-content h6,
.pProjectsInfo-content h1,
.pProjectsInfo-content h2,
.pProjectsInfo-content h3,
.pProjectsInfo-content h4,
.pProjectsInfo-content h5,
.pProjectsInfo-content h6 {
    color: #454651;
    max-width: 860px;
    font-weight: 500;
    flex: 0 0 100%;
}
.singleProjects-content p,
.pProjectsInfo-content p {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}





.projects-items {
    flex: 0 0 100%;
    max-width: 100%;
}
.projects-item__wrap {
    font-size: var(--h3-size);
    color: #767982;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    gap: 20px;
    overflow: hidden;
}
.projects-item__button {
    position: relative;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    height: 70px;
    background: var(--red) url(images/arrow-right.svg) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    opacity: 0;
    margin-left: -90px;
    pointer-events: hidden;
    z-index: -1;
    transition-property: margin-left, opacity;
    transition-duration: 0.25s, 0.5s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0.25s;
}
.projects-item__wrap:hover .projects-item__button {
    margin-left: 0;
    pointer-events: inherit;
    opacity: 1;
    z-index: 1;
}
.projects-item__title {
    font-weight: 300;
    margin: 0;
}




.pProjectsPartners-section {
    background: var(--red);
}
.pProjectsPartners-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.pProjectsPartners-item {
    flex: 0 0 200px;
    max-width: 200px;
}



.pContacts-section.section {
    padding-top: 40px;
}
.pContacts-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pContacts-left {
    flex: 0 0 50%;
    max-width: 50%;
}
.pContacts-map {
    position: relative;
    width: calc((100vw - var(--container)) / 2 + 100%);
    margin-left: calc((100vw - var(--container)) / -2);
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    -moz-border-radius: 0 150px 0 0;
    -webkit-border-radius: 0 150px 0 0;
    border-radius: 0 150px 0 0;
}
.pContacts-map iframe {
    width: 100%;
    height: 100%;
}
.pContacts-right {
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    padding: 80px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.pContacts-content {
    flex: 0 0 100%;
    max-width: 100%;
}
.pContacts-content h1 {
    font-size: var(--h3-size);
    font-weight: 500;
    line-height: 1.2;
}
.pContacts-company-name-2 {
    margin: 0;
    color: #8f9097;
    font-size: var(--text-size-md);
    font-weight: 500;
    letter-spacing: .5px;
}
.pContacts-info {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.pContacts-info p {
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    display: flex;
    font-size: var(--text-size-md);
}
.pContacts-info p.address {
    flex: 0 0 100%;
    max-width: 100%;
}
.pContacts-info p a {
    color: var(--white);
    text-decoration: none;
}
.pContacts-info p a:hover {
    color: var(--red);
}
.pContacts-info p:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #8f9097;
    flex: 0 0 24px;
    max-width: 24px;
    height: 32px;
    margin-right: 15px;
}
.pContacts-info p.phone:before {
    -webkit-mask-image: url(images/c_phone.svg);
    mask-image: url(images/c_phone.svg);
}
.pContacts-info p.email:before {
    -webkit-mask-image: url(images/mail.svg);
    mask-image: url(images/mail.svg);
}
.pContacts-info p.address:before {
    -webkit-mask-image: url(images/pin.svg);
    mask-image: url(images/pin.svg);
}



.error-404 {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-404-title {
    text-align: center;
    margin-bottom: 40px;
}
.error-404-image {
    text-align: center;
    margin-bottom: 40px;
}
.error-404-button {
    text-align: center;
}




.industries-items {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}
.industries-item {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 40px;
    padding: 0 20px;
}
.swiper-slide .industries-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.pIndustriesContacts-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}
.pIndustriesContacts-heading.heading {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
}
.pIndustriesContacts-content {
    grid-area: 1 / 2 / 3 / 3;
    color: #454651;
    font-size: var(--h5-size);
}
.pIndustriesContacts-content a {
    color: var(--red);
    text-decoration: none;
}
.pIndustriesContacts-button {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.pIndustriesContacts-button a {
    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/down.svg);
    mask-image: url(images/down.svg);
    background-color: var(--red);
    transition: .5s;
}


.singleIndustriesMain-content {
    max-width: 1080px;
    color: #454651;
}
.ol-list {

}
.ol-list-columns-2 ol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}
.ol-list-columns-2 ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 40px;
}
.ol-list-columns-2 ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 0;
    font-size: var(--text-size-esm);
    font-weight: 500;
    color: var(--red);
}

.ol-list-columns-1 ol {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}
.ol-list-columns-1 ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 40px;
}
.ol-list-columns-1 ol li::before {
    content: counter(my-counter, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 0;
    font-size: var(--text-size-esm);
    font-weight: 500;
    color: var(--red);
}


.ol-list ol li a{
    color: #454651;
}

.ul_nocounter{
    padding-bottom: 10px;
}
.ul_nocounter li {
    counter-increment:none !important;
    padding-left: 0px !important;
}

.ul_nocounter li::before{
    display: none;
} 



.banner1-section {
    overflow: hidden;
}

.banner1_farm{
    background-color: #767982;
    padding-top: 60px;
    margin-top: 40px;
} 

.banner1-industry-red{
    background-color: var(--red);
    padding-top: 60px;
    margin-top: 40px;
}

.banner1_farm .heading h3, .banner1-industry-red .heading h3 {
    color: #fff;
}


.banner1-wrap {
    display: flex;
    justify-content: space-between;
}
.banner1-left {
    flex: 0 0 calc(50% - var(--gap-full-container) / 2);
    max-width: calc(50% - var(--gap-full-container) / 2);
}
.banner1-right {
    flex: 0 0 calc(50% - var(--gap-full-container) / 2);
    max-width: calc(50% - var(--gap-full-container) / 2);
}
.banner1-image {
    width: calc((100vw - var(--container)) / 2 + 100%);
    text-align: right;
    margin-top: -30px;
}
.banner1-image img {
    max-height: 380px;
}
.banner1-content {
    color: #767982;
    font-size: var(--h5-size);
    line-height: 1.4;
}



.singleIndustries-heading {
    padding-bottom: 20px;
}
.singleIndustries-heading-line {
    position: absolute;
    width: 500px;
    height: 10px;
    background: var(--red);
    left: calc((100vw - var(--container)) / -2);
    bottom: 0;
    z-index: -1;
}
.singleIndustries-heading h1,
.singleIndustries-heading h2 {
    color: #454651;
}
.singleIndustriesProducts-heading.heading {
    margin-bottom: 0;
}
.singleIndustriesProducts-block-heading {
    color: #8f9097;
    font-size: var(--h2-size);
    font-weight: 500;
    margin-bottom: 50px;
}
.singleIndustriesProducts-block-heading.dark {
    color: #454651;
}


.singleIndustriesProducts-afterContent {
    margin-top: 60px;
    border-left: 10px solid var(--red);
    padding: 24px 0 24px 24px;
    color: #454651;
}
.singleIndustriesProducts-afterContent strong {
    font-weight: 500;
}





.nonStandardEquipment2-section {
    position: relative;
    background: url(images/blueprint-bg.webp) no-repeat center;
    background-size: cover;
    z-index: 1;
}
.nonStandardEquipment2-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.nonStandardEquipment2-heading.heading {
    position: relative;
    flex: 0 0 calc(62% - 60px);
    max-width: calc(62% - 60px);
    padding: 60px 0;
    margin-bottom: 0;
    z-index: 1;
}
.nonStandardEquipment2-heading:before {
    content: '';
    background: #f9f9f9;
    position: absolute;
    width: calc((100vw - var(--container)) / 2 + var(--container) * .62);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc((100vw - var(--container)) / -2);
    z-index: -1;
}
.nonStandardEquipment2-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.nonStandardEquipment2-button a {
    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/down.svg);
    mask-image: url(images/down.svg);
    background-color: var(--red);
    transition: .5s;
}
.nonStandardEquipment2-content {
    position: relative;
    position: sticky;
    top: 52px;
    flex: 0 0 38%;
    max-width: 38%;
    background: var(--red);
    padding: 60px;
    color: var(--white);
    z-index: 2;
}
.nonStandardEquipment2-content h5 {
    font-weight: 400;
    line-height: 1.53;
}
.nonStandardEquipment2-image {
    flex: 0 0 calc(52% - 60px);
    max-width: calc(52% - 60px);
    text-align: center;
    margin-top: -200px;
}
.nonStandardEquipment2-image img {
    max-height: 542px;
}




.banner2-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner2-section:before {
    content: '';
    background: -webkit-linear-gradient(top, rgba(69, 70, 81, 0.5), rgba(69, 70, 81, 0.8));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}



.info-section {
    overflow: hidden;
}
.info-wrap {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.info-content {

}
.info-content h5 {
    font-weight: 500;
}
.info-content-1 {
    flex: 2;
}
.info-content-2 {
    flex: 3;
}

.main-menu.products-menu > li > a {
    color: var(--red);
}
.main-menu.products-menu > li.menu-item-has-children > a:after {
    background-color: var(--red);
}
.main-menu.products-menu ul {
    left: 50%;
    right: 0;
    width: 350px;
}


.teh_banner3-section {
    max-height: 970px;
    height: 100vh;
    background-color: #454651;
    margin-top: 40px;
}
.teh_banner3-bg {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -2;
}
.teh_banner3-section:before {
    content: '';
    background: url(images/mask-banner3.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.teh_banner3-heading {
    max-width: 75%;
}
.teh_banner3-content {
    margin-bottom: 60px;
    color: var(--white);
    max-width: 320px;
}




.singleIndustriesProductsDetails-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.singleIndustriesProductsDetails-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.singleIndustriesProductsDetails-item__image {
    height: calc((var(--container) - 40px) / 2 / .76);
    margin-bottom: 20px;
}
.singleIndustriesProductsDetails-item__link-name{
color:#8F9097;
margin-top: 10px;
}

.no-calc{
      height: calc((var(--container) - 40px) / 2);
}

.singleIndustriesProductsDetails-item__title {
    font-weight: 500;
    color: #454651;
    margin-bottom: 20px;
}
.singleIndustriesProductsDetails-item__content {
    color: #222222;
}
.singleIndustriesProductsDetails-item__content > * {
    margin-bottom: 20px;
}
.singleIndustriesProductsDetails-item__content > *:last-child {
    margin-bottom: 0;
}

.cont_cosmetic{
    max-width: 450px;
}

.link-cont_cosmetic{
    margin-top:40px;
}



.singleIndustriesAdvantages-section {
    background: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 70px;
}
.singleIndustriesAdvantages-heading h3 {
    color: #454651;
    font-weight: 400;
}
.singleIndustriesAdvantages-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -40px;
}
.singleIndustriesAdvantages-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 40px;
    padding: 0 40px;
}
.singleIndustriesAdvantages-item__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.singleIndustriesAdvantages-item__image {
    flex: 0 0 78px;
    max-width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
}
.singleIndustriesAdvantages-item__text {
    color: #454651;
}



@media (max-width: 1549px) {
    .footer-contacts {
        gap: 20px;
    }
    .footer-contacts p.email, .footer-contacts p.phone {
        font-size: var(--h4-size);
    }
    .footer-contacts-logo {
        margin-right: 0;
    }
}




@media (max-width: 1399px) {
    :root {
        --container: 1110px;

        --gap-full-container: 50px;

        --text-size: 20px;
        --text-size-md: 18px;
        --text-size-sm: 16px;
        --text-size-esm: 14px;

        --h1-size: 48px;
        --h2-size: 42px;
        --h3-size: 36px;
        --h4-size: 30px;
        --h5-size: 26px;
        --h6-size: 22px;
    }
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .section-sm {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .heading {
        margin-bottom: 40px;
    }
    .products-description,
    .industries-description {
        margin-bottom: 40px;
    }
    .header {
        padding: 20px 0;
    }
    .header-wrap,
    .headerFixed-wrap {
        gap: 24px;
    }
    .header-logo {
        max-width: 140px;
    }
    .main-menu li a {
        padding: 5px 8px;
    }
    .hero-wrap {
        max-width: 480px;
        padding: 30px;
    }
    .hero-heading-arrow {
        width: 42px;
        height: 42px;
    }
    .hero-heading-arrow:before {
        -webkit-mask-size: 24px;
    }
    .aboutBrand-item__left {
        padding-top: 0px;
        padding-left: 100px;
        padding-bottom: 250px;
    }
    .aboutBrand-item:first-child .aboutBrand-item__left {
        padding-top: 180px;
    }
    .aboutBrand-item__right {
        margin-top: -250px;
    }
    .aboutBrand-item:nth-child(2n) .aboutBrand-item__left {
        padding-left: 80px;
    }
    .aboutBrand-item__image img {
        max-width: 600px;
    }
    .aboutBrand-item:nth-child(2n) .aboutBrand-item__image img {
        max-width: 480px;
    }
    .stainlessEquipment-wrap {
        padding: 0 80px;
    }
    .stainlessEquipment-heading,
    .stainlessEquipment-content {
        max-width: 100%;
    }
    .products-button,
    .industries-button,
    .services-button {
        margin-top: 40px;
    }
    .services-heading {
        max-width: 100%;
    }
    .footer-wrap.section {
        gap: 40px;
    }
    .footer-contacts p.email, .footer-contacts p.phone {
        font-size: var(--h5-size);
    }
    .footer-bottom {
        font-size: var(--text-size-esm);
        gap: 24px;
    }
    .pAboutMain-wrap, .pProductsMain-wrap, .pServicesMain-wrap, .pProjectsMain-wrap, .pIndustriesMain-wrap, .singleIndustriesMain-wrap,
    .pAboutMain-content-2, .pAboutInfo-wrap,
    .pAboutInfo-col,
    .pTechnologiesMain-wrap,
    .innovations-content,
    .pIndustriesContacts-wrap,
    .info-wrap,
    .nonStandardEquipment-content,
    .singleProducts-left,
    .singleProjects-content, .pProjectsInfo-content,
    .pIndustriesMain-content, .p-columns-2 {
        gap: 40px;
    }
    .pAboutMain-content-2 > * {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .pAboutAdvantages-year {
        margin-bottom: 30px;
    }
    .innovations-wrap {
        gap: 60px;
    }
    .singleIndustriesProducts-block-heading {
        margin-bottom: 40px;
    }
    .nonStandardEquipment2-content {
        padding: 50px;
    }
    .banner2-section {
        min-height: 65vh;
    }
    .nonStandardEquipment-wrap {
        gap: 80px;
    }
    .pProductsAdvantages-item__wrap {
        padding: 30px;
    }
    .singleProducts-title {
        margin-bottom: -10px;
    }
    .projects-item__wrap {
        padding: 16px 0;
    }
    .projects-item__title {
        font-size: var(--h3-size);
    }
    .pContacts-right {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
        padding: 65px 0;
    }
    .stainlessEquipment-content p {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}




@media (max-width: 1199px) {
    :root {
        --container: 910px;

        --gap-full-container: 20px;

        --text-size: 20px;
        --text-size-md: 18px;
        --text-size-sm: 16px;
        --text-size-esm: 14px;

        --h1-size: 44px;
        --h2-size: 36px;
        --h3-size: 32px;
        --h4-size: 28px;
        --h5-size: 24px;
        --h6-size: 22px;
    }
    .main-menu li a {
        padding: 5px;
    }
    .hero-heading strong, .hero-wrap-inner h1 strong, .hero-wrap-inner h2 strong {
        font-size: var(--h1-size);
    }
    .products-heading,
    .industries-heading {
        max-width: calc(100% - 300px - 60px);
    }
    .productsGrid-items,
    .services-items {
        margin: 0 -12px -24px;
    }
    .productsGrid-items {
        flex: 0 0 calc(100% + 24px);
        max-width: calc(100% + 24px);
    }
    .productsGrid-item,
    .services-item {
        margin: 0 0 24px;
        padding: 0 12px;
    }
    .productsGrid-item__wrap {
        height: calc((var(--container) - 24px * 2) / 3 / .5373);
        padding: 20px;
    }
    .advantages-item__left {
        padding: 30px;
    }
    .partners-marquee img {
        height: 150px;
    }
    .page-nav li a {
        padding: 24px 30px;
    }
    .footer-contacts p.email, .footer-contacts p.phone {
        font-size: var(--h6-size);
    }
    .footer-contacts p.address:before {
        flex: 0 0 60px;
        max-width: 60px;
        height: 60px;
        margin-right: 12px;
    }
    .footer-contacts-line {
        min-height: 80px;
    }
    .history-item__year {
        flex: 0 0 220px;
        max-width: 220px;
    }
    .pAboutInfo-block-content {
        font-size: var(--h6-size);
    }
    .pAboutInfo-block-heading, 
    .pAboutInfo-block-content, 
    .pAboutInfo-block-button,
    .pAboutInfo-col:first-child .pAboutInfo-block-heading, 
    .pAboutInfo-col:first-child .pAboutInfo-block-content, 
    .pAboutInfo-col:first-child .pAboutInfo-block-button {
        margin: 0;
    }
    .rules-item__content {
        font-size: var(--h5-size);
    }
    .principles-item__title {
        font-size: calc(var(--h3-size) * 1.5);
    }
    .principles-item__text {
        font-size: var(--h5-size);
    }
    .feedback-heading.heading,
    .feedback-form,
    .feedback-contacts {
        padding: 40px;
    }
    .heading.big h1, .heading.big h2 {
        font-size: calc(var(--h1-size) * 1.05);
    }
    .banner1-image img {
        max-height: 280px;
    }
    .services-item__image {
        height: calc((var(--container) - 24px * 2) / 3 / .75);
    }
    .services-item__title {
        font-size: var(--h6-size);
    }
    .pProjectsPartners-item {
        flex: 0 0 146px;
        max-width: 146px;
    }
    .error-404-image img {
        max-height: 200px;
    }
}







@media (max-width: 991px) {
    :root {
        --container: 690px;

        --gap-full-container: 20px;

        --text-size: 16px;
        --text-size-md: 15px;
        --text-size-sm: 14px;
        --text-size-esm: 13px;

        --h1-size: 36px;
        --h2-size: 32px;
        --h3-size: 28px;
        --h4-size: 24px;
        --h5-size: 20px;
        --h6-size: 18px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 30px 0 20px;
    }
    p, ul, ol, blockquote {
        margin-bottom: 20px;
    }
    .btn {
        min-height: 54px;
        padding: 8px 24px;
    }
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-md {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header {
        padding: 12px 0;
    }
    .header-wrap,
    .headerFixed-wrap {
        height: 36px;
    }
    .header-logo,
    .headerFixed-logo {
        flex: auto;
        max-width: 100%;
    }
    .header-logo img,
    .headerFixed-logo img {
        max-height: 36px;
    }
    .header .main-menu,
    .headerFixed .main-menu {
        display: none;
    }
    .hero-wrap {
        width: 75%;
        max-width: 420px;
    }
    .hero-wrap {
        min-height: 180px;
    }
    .hero-heading-arrow {
        width: 36px;
        height: 36px;
        margin-top: 2px;
    }
    .hero-heading-arrow:before {
        -webkit-mask-size: 20px;
    }
    .aboutBrand-item__left {
        padding-left: 0;
        padding-bottom: 140px;
    }
    .aboutBrand-item__image img {
        max-width: 450px;
    }
    .aboutBrand-item:first-child .aboutBrand-item__left {
        padding-top: 150px;
    }
    .aboutBrand-item__right {
        margin-top: -140px;
    }
    .aboutBrand-item:nth-child(2n) .aboutBrand-item__image img {
        max-width: 360px;
    }
    .aboutBrand-item:nth-child(2n) .aboutBrand-item__left {
        padding-left: 30px;
    }
    .stainlessEquipment-wrap {
        padding: 0;
    }
    .stainlessEquipment-heading br {
        display: none;
    }
    .stainlessEquipment-content p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stainlessEquipment-info {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .stainlessEquipment-info-right {
        flex: auto;
        max-width: 100%;
    }
    .stainlessEquipment-info-left {
        flex: auto;
        max-width: 100%;
    }
    .stainlessEquipment-image {
        width: 100%;
        margin: 0 0 -80px;
    }
    .stainlessEquipment-link {
        margin-bottom: 30px;
    }
    .products-heading, .industries-heading {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .products-description,
    .industries-description {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .productsGrid-item {
        flex: 0 0 50%;
        max-width: 50%;
        order: 2;
    }
    .productsGrid-item:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    .productsGrid-item__wrap {
        height: calc((var(--container) - 24px) / 2 / .5373);
    }
    .industries-item__image {
        height: calc((var(--container) - 24px * 2) / 3 / .75);
        -moz-border-radius: 0 80px 0 0;
        -webkit-border-radius: 0 80px 0 0;
        border-radius: 0 80px 0 0;
    }
    .products-heading.heading, .industries-heading.heading {
        margin-bottom: 24px;
    }
    .industries-item__title {
        padding: 16px 0 0;
    }
    .services_sm-item__wrap {
        -moz-border-radius: 0 80px 0 0;
        -webkit-border-radius: 0 80px 0 0;
        border-radius: 0 80px 0 0;
    }
    .services_sm-item__image {
        height: calc((var(--container) - 24px * 2) / 3 / .75);
    }
    .services_sm-item__title {
        font-size: var(--text-size);
        padding: 16px;
    }
    .services-content p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-content {
        gap: 20px;
    }
    .heading {
        font-size: var(--h6-size);
    }
    .heading br {
        display: none;
    }
    .advantages-item__wrap {
        flex-wrap: wrap;
    }
    .advantages-item__right {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages-item__image {
        height: 240px;
    }
    .advantages-item__left {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    .advantages-item__heading {
        font-size: var(--h4-size);
        margin-bottom: 24px;
    }
    .feedback-wrap {
        display: block;
    }
    .feedback-heading:before,
    .feedback-contacts:before {
        width: 100vw;
        left: calc((100vw - var(--container)) / -2);
        right: auto;
    }
    .feedback-heading.heading, .feedback-form, .feedback-contacts {
        padding: 40px 0;
    }
    .feedback-phone {
        font-size: var(--h2-size);
    }
    .feedback-email:before {
        flex: 0 0 24px;
        max-width: 24px;
        width: 24px;
        height: 24px;
    }
    .feedback-address:before {
        flex: 0 0 24px;
        max-width: 24px;
        max-width: 24px;
        height: 36px;
    }
    .footer-wrap {
        flex-wrap: wrap;
    }
    .footer-widget {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .footer-logo {
        flex: 0 0 24px;
        max-width: 24px;
        margin-right: 20px;
    }
    .footer-widget-title {
        font-size: var(--h6-size);
    }
    .footer-contacts {
        flex-direction: column;
        align-items: center;
    }
    .footer-contacts p.email, .footer-contacts p.phone {
        font-size: var(--h4-size);
    }
    .footer-contacts-line {
        display: none;
    }
    .footer-contacts p.address {
        font-size: var(--text-size);
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        font-size: var(--text-size-sm);
        text-align: center;
    }
    .pAboutMain-wrap, .pProductsMain-wrap, .pServicesMain-wrap, .pProjectsMain-wrap, .pIndustriesMain-wrap, .singleIndustriesMain-wrap, .pAboutMain-content-2, .pAboutInfo-wrap, .pAboutInfo-col, .pTechnologiesMain-wrap, .innovations-content, .pIndustriesContacts-wrap, .info-wrap, .nonStandardEquipment-content, .singleProducts-left, .singleProjects-content, .pProjectsInfo-content, .pIndustriesMain-content, .p-columns-2 {
        gap: 24px;
    }
    .pAboutMain-image,
    .pAboutMain-content,
    .pAboutMain-content-2 > *,
    .pTechnologiesMain-image,
    .pTechnologiesMain-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pAboutAdvantages-items {
        margin: 0 -12px -24px;
    }
    .pAboutAdvantages-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 24px;
        padding: 0 12px;
    }
    .pAboutAdvantages-item__wrap {
        min-height: auto;
        height: 160px;
        padding: 30px;
        text-align: center;
    }
    .pAboutAdvantages-item__wrap p {
        font-size: var(--h5-size);
    }
    .pAboutAdvantages-item__value {
        justify-content: center;
    }
    .history-year {
        font-size: var(--h1-size);
        padding-top: 30px;
    }
    .history-item.section-md {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .history-item__year {
        flex: 0 0 50px;
        max-width: 50px;
        font-size: var(--h1-size);
    }
    .history-section:before {
        width: calc((100% - var(--container)) / 2 + 100px);
    }
    .history-item__info {
        padding-left: 30px;
    }
    .history-item__heading {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .history-item__image {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .history-item__content,
    .history-item__image + .history-item__content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pAboutInfo-col {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        top: 0;
    }
    .pAboutInfo-block-heading,
    .pAboutInfo-block-content,
    .pAboutInfo-block-button {
        max-width: 100%;
    }
    .stainlessEquipment-heading.heading {
        margin-bottom: 24px;
    }
    .rules-items {
        gap: 12px;
    }
    .rules-item__wrap {
        gap: 12px;
    }
    .rules-item__left,
    .rules-item__right {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
    .rules-item__left {
        -moz-border-radius: 150px 0 0 0;
        -webkit-border-radius: 150px 0 0 0;
        border-radius: 150px 0 0 0;
        padding: 120px 30px 30px;
    }
    .rules-item:nth-child(2n) .rules-item__left {
        -moz-border-radius: 0 150px 0 0;
        -webkit-border-radius: 0 150px 0 0;
        border-radius: 0 150px 0 0;
    }
    .rules-item__image {
        height: 100%;
        -moz-border-radius: 0 0 150px 0;
        -webkit-border-radius: 0 0 150px 0;
        border-radius: 0 0 150px 0;
    }
    .rules-item:nth-child(2n) .rules-item__image {
       -moz-border-radius: 0 0 0 150px;
        -webkit-border-radius: 0 0 0 150px;
        border-radius: 0 0 0 150px;
    }
    .principles-section {
        opacity: 1 !important;
        overflow: hidden;
    }
    .principles-bg {
        transform: none !important;
    }
    .principles-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .principles-right {
        padding: 0;
    }
    .principles-items {
        margin-top: 20px;
    }
    .principles-item {
        position: relative;
        margin-top: 0px;
        padding: 24px 0;
        z-index: 1;
    }
    .principles-item:nth-child(2n+1):before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        background: var(--black);
        top: 0;
        left: calc((100vw - var(--container)) / -2);
        z-index: -1;
    }
    .principles-bg-right {
        display: none;
    }
    .principles-item__title {
        font-size: var(--h2-size);
    }
    .principles-item__text {
        font-size: var(--h6-size);
    }
    .innovations-left {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0;
        position: relative;
    }
    .innovations-content {
        flex-wrap: wrap;
    }
    .innovations-content-1, .innovations-content-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .innovations-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .innovations-image {
        text-align: center;
    }
    .innovations-image img {
        max-height: 480px;
    }
    .compare-items,
    .strengthFactor-items,
    .pTechnologiesAdvantages-items {
        margin: 0 -12px - 24px;
    }
    .compare-item,
    .strengthFactor-item,
    .pTechnologiesAdvantages-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 24px;
        padding: 0 12px;
    }
    .strengthFactor-item__wrap {
        padding: 24px;
    }
    .strengthFactor-item__image {
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
    }
    .advantagesList-items {
        gap: 24px;
    }
    .advantagesList-item p {
        gap: 16px;
    }
    .advantagesList-item p:before {
        flex: 0 0 42px;
        max-width: 42px;
        height: 42px;
    }
    .pIndustriesMain-content, .p-columns-2 {
        gap: 16px;
    }
    .pIndustriesMain-content p, .p-columns-2 p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .industries-items {
        margin: 0 -12px -24px;
    }
    .industries-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 24px;
        padding: 0 12px;
    }
    .pIndustriesContacts-wrap {
        display: flex;
        flex-direction: column;
    }
    .singleIndustriesProducts-block-heading {
        margin-bottom: 24px;
    }
    .singleIndustriesProducts-block-heading br {
        display: none;
    }
    .products-item,
    .products-items.columns-3 .products-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products-item__image, .products-items.columns-4.products-items-3-2 .products-item:nth-child(3) .products-item__image,
    .products-items.columns-3 .products-item__image {
        height: calc((var(--container) - 20px) / 2 / .6875);
    }
    .products-items.products-items-3-2 .products-item:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .singleIndustriesProducts-afterContent {
        margin-top: 40px;
    }
    .singleIndustriesProducts-afterContent br {
        display: none;
    }
    .nonStandardEquipment2-section {
        overflow: hidden;
    }
    .nonStandardEquipment2-heading.heading {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nonStandardEquipment2-heading:before {
        width: 100vw;
    }
    .nonStandardEquipment2-content {
        position: relative;
        top: 0;
        padding: 50px;
        position: relative;
        top: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nonStandardEquipment2-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
    .nonStandardEquipment2-image img {
        max-height: 420px;
    }
    .info-content-1,
    .info-content-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ol-list-columns-2 ol {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .ol-list-columns-2 ol li::before {
        font-size: var(--text-size-sm);
        top: 0;
    }


    .banner1-wrap {
        flex-wrap: wrap;
        gap: 24px;
    }
    .banner1-left,
    .banner1-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner1-image {
        margin-top: 0;
    }
    .advantages-item__wrap br {
        display: none;
    }
    .pProductsContacts-logo {
        margin-bottom: 24px;
    }
    .pProductsContacts-logo img {
        max-height: 68px;
    }
    .accessories-wrap {
        max-width: 67%;
    }
    .nonStandardEquipment-wrap {
        gap: 24px;
    }
    .nonStandardEquipment-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nonStandardEquipment-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nonStandardEquipment-image {
        text-align: center;
    }
    .nonStandardEquipment-image img {
        max-height: 420px;
    }
    .pProductsAdvantages-item__wrap {
        padding: 24px;
        flex-wrap: wrap;
    }
    .pProductsAdvantages-item__title {
        flex: 0 0 calc(100% - 78px - 20px);
        max-width: calc(100% - 78px - 20px);
    }
    .pProductsAdvantages-item__text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .singleProducts-wrap {
        padding-top: 10px;
    }
    .singleProducts-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .singleProducts-right {
        display: none;
    }
    .singleProducts-characteristics-items {
        gap: 24px;
    }
    .singleProducts-additionalContent-heading {
        margin-bottom: 24px;
    }
    .singleProducts-additionalContent-heading:after {
        margin-top: 16px;
    }
    .main-menu.products-menu ul {
        left: 0;
        transform: translateY(20px);
        max-width: 280px;
    }
    .main-menu.products-menu li:hover > ul {
        transform: translateY(0) translateX(0);
    }
    .pAboutMain-heading br, 
    .pProductsMain-heading br, 
    .pServicesMain-heading br,
    .pProjectsMain-heading br,
    .pIndustriesMain-heading br, 
    .singleIndustriesMain-heading br {
        display: none;
    }
    .services-item__wrap {
        -moz-border-radius: 0 80px 0 0;
        -webkit-border-radius: 0 80px 0 0;
        border-radius: 0 80px 0 0;
    }
    .services-item__content {
        display: none !important;
    }
    .projects-item__button {
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        margin-left: 0px;
        opacity: 1;
        pointer-events: inherit;
    }
    .singleProjects-content p, .pProjectsInfo-content p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pProjectsPartners-items {
        gap: 10px;
    }
    .pProjectsPartners-item {
        flex: 0 0 100px;
        max-width: 100px;
    }
    .pContacts-right {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding: 0;
        margin-bottom: 30px;
    }
    .pContacts-left {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
        transform: none !important;
    }
    .history-section.section-md {
        padding-bottom: 80px;
    }
    .productsPrimary-section {
        margin-top: 40px;
    }

  .teh_banner3-section.section {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        max-height: inherit;
    }
    .teh_banner3-bg {
        position: absolute;
        width: 100%;
        height: 420px;
        bottom: -10px;
        top: auto;
        background-attachment: inherit;
    }
    .teh_banner3-section:before {
        height: 480px;
        background-position: center bottom;
        bottom: 0;
        top: auto;
        width: 100%;
    }
    .teh_banner3-button {
        margin-bottom: calc(420px - 220px);
    }
    .teh_banner3-heading {
        max-width: 100%;
    }
    .teh_banner3-content {
        max-width: 100%;
    }


  .singleIndustriesProductsDetails-item__title,
    .singleIndustriesProductsDetails-item__content > * {
        margin-bottom: 15px;
    }


 .singleIndustriesAdvantages-items {
        margin: 0;
        padding: 0;
        gap: 24px;
    }
    .singleIndustriesAdvantages-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }


}


@media (max-width: 767px) {
    :root {
        --container: 510px;

        --gap-full-container: 20px;

        --text-size: 16px;
        --text-size-md: 15px;
        --text-size-sm: 14px;
        --text-size-esm: 13px;

        --h1-size: 36px;
        --h2-size: 32px;
        --h3-size: 28px;
        --h4-size: 24px;
        --h5-size: 20px;
        --h6-size: 18px;
    }
    body.admin-bar .headerFixed {
        top: 46px;
    }
    .aboutBrand-items {
        padding: 20px 0;
    }
    .aboutBrand-item__left {
        position: relative;
        z-index: 1;
    }
    .aboutBrand-item__image img {
        max-width: calc(100% + 60px);
        margin-left: -30px;
    }
    .aboutBrand-logo-fixed {
        display: none;
    }
    .aboutBrand-item__left {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutBrand-item__button {
        margin-top: 0;
    }
    .aboutBrand-item__right {
        margin: -40px 0;
    }
    .stainlessEquipment-image {
        margin-bottom: -40px;
    }
    .services_sm-item__image {
        height: calc((var(--container) - 24px) / 2 / .75);
    }
    .history-item__heading {
        font-size: var(--h5-size);
    }
    .pTechnologiesPartners-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pIndustriesContacts-content {
        font-size: var(--text-size);
    }
    .accessories-section {
        overflow: hidden;
        padding-bottom: 320px !important;
    }
    .accessories-wrap {
        max-width: 100%;
    }
    .accessories-wrap:before {
        width: 100vw;
        right: calc((100vw - var(--container)) / -2);
    }
    .services-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services-item__image {
        height: calc((var(--container) - 24px) / 2 / .75);
    }
    .projects-item__wrap {
        padding: 10px 0;
    }
    .projects-item__title {
        font-size: var(--h5-size);
    }
    .pProjectsPartners-item {
        flex: 0 0 80px;
        max-width: 80px;
    }
    .pProjectsPartners-item {
        margin-top: 30px;
    }
    .singleProjects-nav {
        margin: 10px 0 30px;
    }
    .industries-item__image {
        height: calc((var(--container) - 24px) / 2 / .75);
    }
}


@media (max-width: 575px) {
    :root {
        --container: calc(100vw - 30px);

        --gap-full-container: 20px;

        --text-size: 16px;
        --text-size-md: 15px;
        --text-size-sm: 14px;
        --text-size-esm: 13px;

        --h1-size: 32px;
        --h2-size: 28px;
        --h3-size: 24px;
        --h4-size: 22px;
        --h5-size: 20px;
        --h6-size: 18px;
    }

    .swiper-navigation {
        top: calc(50% - 18px);
    }
    .swiper-navigation button {
        max-width: 36px;
        height: 36px;
    }
    .swiper-navigation button.swiper-navigation-prev {
        left: -10px;
    }
    .swiper-navigation button.swiper-navigation-next {
        right: -10px;
    }
    .swiper-navigation button:before {
        flex: 0 0 16px;
        max-width: 16px;
        width: 16px;
        height: 16px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body.admin-bar .headerFixed {
        top: 0;
    }
    .heading {
        margin-bottom: 24px;
    }
    .heading h1, .heading h2 {
        font-size: var(--h2-size);
    }
    .header-phone a {
        font-size: 0;
        gap: 0;
    }
    .header-phone a:before {
        flex: 0 0 24px;
        max-width: 24px;
        width: 24px;
        height: 32px;
    }
    .aboutBrand-items {
        padding: 50px 0;
    }
    .aboutBrand-item__right {
        margin: 0;
    }
    .aboutBrand-item:nth-child(2n) .aboutBrand-item__image img {
        max-width: 240px;
        margin-right: 20px;
    }
    .hero-wrap {
        width: 100%;
        max-width: 280px;
        padding: 20px;
    }
    .productsGrid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .productsGrid-item__wrap {
        padding: 0;
        background: #f8f8f8;
        height: auto;
    }
    .productsGrid-item__image {
        position: relative;
        width: 240px;
        height: 320px;
        margin: auto;
        overflow: hidden;
        z-index: 1;
    }
    .productsGrid-item:nth-child(2) .productsGrid-item__image {
        width: 320px;
    }
    .productsGrid-item__title {
        position: relative;
        padding: 0 24px 24px;
        margin-top: -20px;
        z-index: 2;
    }
    .industries-item__title {
        font-size: var(--text-size);
    }
    .partners-marquee img {
        height: 100px;
    }
    .industries-item__image,
    .services_sm-item__image {
        height: calc(var(--container) / .75);
        max-height: 420px;
    }
    .advantages-item__left {
        padding: 20px;
    }
    .page-nav li a {
        padding: 24px 16px;
    }
    .footer-widget {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-menu {
        font-size: var(--text-size);
    }
    .rules-item__left {
        padding: 60px 20px 20px;
        -moz-border-radius: 90px 0 0 0;
        -webkit-border-radius: 90px 0 0 0;
        border-radius: 90px 0 0 0;
        flex: 0 0 calc(60% - 6px);
        max-width: calc(60% - 6px);
    }
    .rules-item:nth-child(2n) .rules-item__left {
        -moz-border-radius: 0 90px 0 0;
        -webkit-border-radius: 0 90px 0 0;
        border-radius: 0 90px 0 0;
    }
    .rules-item__right {
        flex: 0 0 calc(40% - 6px);
        max-width: calc(40% - 6px);
    }
    .rules-item__image {
        -moz-border-radius: 0 0 120px 0;
        -webkit-border-radius: 0 0 120px 0;
        border-radius: 0 0 120px 0;
    }
    .rules-item:nth-child(2n) .rules-item__image {
       -moz-border-radius: 0 0 0 120px;
        -webkit-border-radius: 0 0 0 120px;
        border-radius: 0 0 0 120px;
    }
    .rules-item__content {
        font-size: var(--text-size);
    }
    .pTechnologiesMain-heading h1 {
        font-size: var(--h2-size);
    }
    .industries-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-item, .products-items.columns-3 .products-item,
    .products-items.products-items-2-2 .products-item:nth-child(1), .products-items.products-items-2-2 .products-item:nth-child(2), .products-items.products-items-3-2 .products-item:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-item__image {
        background: #f8f8f8;
    }
    .products-item__image img {
        object-fit: contain;
    }
    .products-item__image, .products-items.columns-4.products-items-3-2 .products-item:nth-child(3) .products-item__image, .products-items.columns-3 .products-item__image,
    .products-items.products-items-2-2 .products-item:nth-child(1) .products-item__image, .products-items.products-items-2-2 .products-item:nth-child(2) .products-item__image {
        height: 320px;
    }
    /*.products-items.products-items-3-2 .products-item:nth-child(3) .products-item__image {
        height: calc(var(--container) / 1.3) !important;
    }*/
    .singleProducts-images-block:first-child {
        -moz-border-radius: 0 120px 0 0;
        -webkit-border-radius: 0 120px 0 0;
        border-radius: 0 120px 0 0;
    }
    .services-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-item__image {
        height: calc(var(--container) / .75);
        max-height: 420px;
    }
    .pContacts-info {
        gap: 16px;
    }
    .pContacts-info p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .error-404-title,
    .error-404-image {
        margin-bottom: 24px;
    }
    .stainlessEquipment-image {
        margin: 5px 0 -15px;
    }
    .teh_banner3-bg {
        height: calc(100vw / 1.069);
    }
    .teh_banner3-section:before {
        height: calc(100vw / 1.069);
        left: -50%;
        width: 150%;
    }
    .teh_banner3-button {
        margin-bottom: calc(100vw / 1.069 - 190px);
    }

    .singleIndustriesProductsDetails-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .singleIndustriesProductsDetails-item__image {
        height: 360px;
    }
    .singleIndustriesProductsDetails-item__image img {
        object-fit: contain;
    }

}