/* 
 Theme Name: Vicreate
 Theme URI: https://vicreate.pl/
 Author: Łukasz Adamczyk
 Author URI: lukaszadamczyk.com.pl
 Description: Szablon strony Vicreate
 Version: 1.0
 */

@font-face {
    font-family: 'DM Sans Thin';
    src: url('fonts/DMSans-Thin.eot');
    src: url('fonts/DMSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Thin.woff2') format('woff2'),
        url('fonts/DMSans-Thin.woff') format('woff'),
        url('fonts/DMSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans ExtraLight';
    src: url('fonts/DMSans-ExtraLight.eot');
    src: url('fonts/DMSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-ExtraLight.woff2') format('woff2'),
        url('fonts/DMSans-ExtraLight.woff') format('woff'),
        url('fonts/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'DM Sans Italic';
    src: url('fonts/DMSans-Italic.eot');
    src: url('fonts/DMSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Italic.woff2') format('woff2'),
        url('fonts/DMSans-Italic.woff') format('woff'),
        url('fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'DM Sans SemiBold';
    src: url('fonts/DMSans-SemiBold.eot');
    src: url('fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('fonts/DMSans-SemiBold.woff') format('woff'),
        url('fonts/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans Bold';
    src: url('fonts/DMSans-Bold.eot');
    src: url('fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff'),
        url('fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans ExtraBold';
    src: url('fonts/DMSans-ExtraBold.eot');
    src: url('fonts/DMSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('fonts/DMSans-ExtraBold.woff') format('woff'),
        url('fonts/DMSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans Black';
    src: url('fonts/DMSans-Black.eot');
    src: url('fonts/DMSans-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Black.woff2') format('woff2'),
        url('fonts/DMSans-Black.woff') format('woff'),
        url('fonts/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #383838;
    --white-color: #ffffff;
    --black-color: #000000;
    --white018-color: rgba(255, 255, 255, 0.18);
    --white041-color: rgba(255, 255, 255, 0.41);
    --white020-color: rgba(255, 255, 255, 0.20);
    --white058-color: rgba(255, 255, 255, 0.58);
    --pink-color: #473253;
    --pink2-color: #9747FF;
    --grey-color: #EDEDED;
    --grey2-color: #484848;
    --grey3-color: #e2e2e2;
    --grey4-color: #EAF1FF;
    --grey5-color: #B8B8B8;
    --grey6-color: #727272;
    --grey7-color: #DEDEDE;
    --grey8-color: #EFEFEF;
    --grey9-color: #F4F4F4;
    --grey10-color: #a3a3a3;
    --red-color: rgb(226, 22, 22);
    --blue1-color: #006BEC;
    --blue2-color: #0240DA;
    --blue3-color: #0012D0;
    --nav-color: #00364D;
}

body {
    font-family: 'DM Sans Regular';
    font-size: 0.94vw;
    line-height: 1.67vw;
    letter-spacing: -0.05vw;
    color: var(--main-color);
    margin: 1.04vw;
    position: relative;
}

.grecaptcha-badge { 
	display: none;
}

b,
strong {
    font-family: 'DM Sans SemiBold';
}

b.extra,
strong.extra {
    font-family: 'DM Sans ExtraBold';
}

.description p, .description ul {
    margin-bottom: 1.56vw;
}

.description ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.9vw;
    color: var(--blue1-color);
    margin-right: 0.7vw;
}

.description h3 {
    font-family: 'DM Sans SemiBold';
    font-size: 1.15vw;
    margin-bottom: 1.56vw;
}

svg {
    fill: none;
}

.container {
    padding-top: 8.13vw;
    overflow-x: hidden;
}

.subtitle {
    color: var(--main-color);
    font-family: 'DM Sans Regular';
    font-size: 0.83vw;
    line-height: normal;
    letter-spacing: 0.47vw;
    margin-bottom: 0.52vw;
    font-weight: normal;
    text-transform: uppercase;
}

.title {
    color: var(--main-color);
    font-family: 'DM Sans Bold';
    font-size: 2.4vw;
    line-height: normal;
    letter-spacing: -0.17vw;
    margin-bottom: 3.02vw;
}

.smalltitle {
    color: var(--main-color);
    font-family: 'DM Sans Bold';
    font-size: 1.67vw;
    line-height: normal;
    letter-spacing: -0.12vw;
    margin-bottom: 1.93vw;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 0;
    border-bottom: 0.05vw solid var(--white020-color);
    height: 1.2vw;
    border-radius: 0;
    background: none;
    color: var(--pink-color);
    font-family: 'DM Sans Regular';
    font-size: 0.94vw;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.36vw;
    margin-bottom: 1.2vw;
}

textarea {
    height: 4.79vw;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    width: 0.94vw;
    height: 0.94vw;
    background: none;
    border: 0.05vw solid var(--white058-color);
    cursor: pointer;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: var(--white058-color);
    font-size: 0.68vw;
    position: relative;
    left: 0.16vw;
    top: -0.05vw;
}

.button {
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    border-radius: 1.3vw;
    border: 0.05vw solid var(--white-color);
    background: none;
    color: var(--white-color);
    font-family: 'DM Sans SemiBold';
    font-size: 0.68vw;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding-top: 0.26vw;
    padding-bottom: 0.26vw;
    padding-top: 0.63vw;
    padding-bottom: 0.63vw;
    transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.button_arrow {
    width: 0.68vw;
    height: 0.68vw;
}

.button_arrow path {
    fill: var(--white-color);
    transition: fill .35s ease;
}

.button:hover {
    background: var(--white-color);
    color: var(--black-color);
}

.button:hover .button_arrow path {
    fill: var(--black-color);
}

button {
    height: 2.24vw;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.buttonflex {
    display: flex;
    gap: 0.52vw;
    align-items: center;
}

.contact .button, .button2 {
    background-color: var(--black-color);
    border: 0.05vw solid var(--black-color)
}

.contact .button:hover, .button2:hover {
    background-color: var(--white-color);
}

header {
    position: fixed;
    width: calc(100% - 2.08vw);
    margin-top: -1.04vw;
    padding-top: 1.04vw;
    padding-bottom: 0.26vw;
    background-color: var(--white-color);
    z-index: 100;
}

.header__main {
    height: 7.14vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/header_bg1.webp");
    position: relative;
}

.page-kontakt .header__main {
    background-image: url("img/header_bg2.webp");
}

.page-aktualnosci .header__main, .is_single .header__main {
    background-image: url("img/header_bg3.webp");
}

.header__logo svg {
    width: 10vw;
    height: 3.91vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -0.31vw;
}

.header__logo svg path {
    fill: var(--white-color);
}

.header__social {
    display: flex;
    gap: 0.73vw;
    position: absolute;
    top: 50%;
    left: 1.82vw;
    transform: translate(0, -50%);
}

.header__social svg path {
    fill: var(--white-color);
}

.header__facebook {
    width: 0.89vw;
    height: 0.89vw;

}

.header__instagram {
    width: 0.94vw;
    height: 0.89vw;
}

.header__hamburger {
    display: flex;
    gap: 0.63vw;
    position: absolute;
    top: 50%;
    right: 2.03vw;
    transform: translate(0, -50%);
    align-items: center;
    cursor: pointer;
}

.header__hamburger svg {
    width: 1.51vw;
    height: auto;
}

.header__hamburger svg path {
    stroke: var(--white-color);
}

.header__hamburger span {
    color: var(--white-color);
    font-family: 'DM Sans Black';
    font-size: 0.68vw;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
}

.front_page header, .parent header {
    background: none;
}

.front_page .header__main, .parent .header__main {
    background: none !important;
}

.front_page .container, .parent .container {
    padding-top: 0;
}

.front_page header.stick, .parent header.stick {
    background: var(--white-color);
}

.front_page header .header__main, .parent header .header__main {
    position: relative;
    z-index: 2;
}

.front_page header .header__main::before, .parent header .header__main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/header_bg1.webp");
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.front_page header.stick .header__main::before, .parent header.stick .header__main::before {
    opacity: 1;
}

footer {
    height: 43.18vw;
    background: linear-gradient(143deg, rgba(0, 0, 0, 0.00) 21.48%, rgba(0, 0, 0, 0.20) 100%), #230733;
}

footer .subtitle,
footer .title {
    color: var(--white-color);
}

footer .title {
    margin-bottom: 5.05vw;
}

.footer__row {
    display: flex;
}

.footer__left {
    width: 24.17vw;
    padding-left: 3.65vw;
    padding-top: 4.69vw;
}

footer svg path {
    fill: var(--white-color);
}

.footer__logo {
    width: 10vw;
    height: 3.91vw;
    margin-bottom: 2.14vw;
    display: block;
}

.footer__privacy_cop2 {
    display: none;
}

.fcontact a,
.fcontact div {
    display: flex;
    gap: 0.89vw;
    text-decoration: none;
    align-items: center;
    margin-bottom: 1.2vw;
}

.fcontact a span,
.fcontact div span {
    color: var(--white-color);
    font-family: 'DM Sans Regular';
    font-size: 0.94vw;
    line-height: normal;
    letter-spacing: -0.04vw;
}

.fcontact__phone svg {
    width: 0.73vw;
    height: 0.68vw;
}

.fcontact__email svg {
    width: 0.68vw;
    height: 0.57vw;
}

.fcontact__address svg {
    width: 0.57vw;
    height: 0.68vw;
}

.fcontact div {
    align-items: flex-start;
}

.fcontact div svg {
    margin-top: 0.26vw;
}

footer ul.nav, .contact ul.nav {
    padding-top: 3.13vw;
    display: flex;
    gap: 1.93vw;
}

footer ul.nav a, .contact ul.nav a {
    color: var(--white-color);
    font-family: 'DM Sans SemiBold';
    font-size: 0.83vw;
    line-height: 1.56vw;
    letter-spacing: -0.04vw;
    text-decoration: none;
}

footer ul.nav a:hover, .contact ul.nav a:hover {
    text-decoration: underline;
}

.footer__copyright {
    display: flex;
    gap: 2.4vw;
    color: var(--white041-color);
    font-family: 'DM Sans SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    letter-spacing: -0.03vw;
    margin-top: 2.03vw;
}

.footer__copyright a {
    color: var(--white041-color);
    text-decoration: none;
}

.footer__row2 {
    display: flex;
}

.footer__row2 img {
    width: 28.02vw;
    height: auto;
}

.footer__right {
    border-left: 0.05vw solid var(--white018-color);
    height: 43.18vw;
    width: 69.22vw;
}

.footer__menu {
    display: flex;
    height: 7.45vw;
    width: 100%;
    justify-content: center;
    align-items: center;
}

footer .footer__menu ul.nav {
    padding-top: 0;
    display: flex;
    gap: 8.33vw;
    counter-reset: menu-counter;
}

footer .footer__menu ul.nav>li {
    counter-increment: menu-counter;
    position: relative;
}

footer .footer__menu ul.nav>li::before {
    content: counter(menu-counter, decimal-leading-zero);
    position: absolute;
    left: -1.41vw;
    top: -0.26vw;
    color: var(--white-color);
    font-family: 'DM Sans Regular';
    font-size: 0.73vw;
    line-height: normal;
    text-transform: uppercase;
}

footer .footer__menu ul.nav a {
    color: var(--white-color);
    font-family: 'DM Sans Semibold';
    font-size: 0.94vw;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.4;
}

.footer__form {
    padding-left: 3.75vw;
    padding-top: 4.48vw;
    width: 37.45vw;
    border-bottom: 0.05vw solid var(--white018-color);
}

footer .smalltitle {
    color: var(--white-color);
}

.wpcf7 {
    width: 34.58vw;
}

.wpcf7 br {
    display: none;
}

.wpcf7 label {
    display: block;
}

.wpcf7 span.label {
    display: block;
    color: var(--white-color);
    font-family: 'DM Sans Regular';
    font-size: 0.83vw;
    line-height: normal;
    opacity: 0.5;
    margin-bottom: 0.36vw;
}

.wpcf7 .form_row {
    display: flex;
    gap: 2.19vw;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-list-item-label {
    color: var(--white-color);
    font-family: 'DM Sans Regular';
    font-size: 0.83vw;
    line-height: 1.3vw;
    margin-left: 0.52vw;
}

.wpcf7-list-item-label a {
    color: var(--white-color);
}

form.invalid span.label {
    color: var(--red-color);
}

.wpcf7-not-valid-tip {
    display: none;
}

.form_button {
    padding-top: 3.33vw;
    display: flex;
    gap: 0.52vw;
}

form.invalid .form_button {
    padding-top: 2.29vw;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--white058-color);
    margin-top: -1.09vw;
    margin-bottom: 1.04vw;
}

.home2 {
    margin-bottom: 1.04vw;
    position: relative;
    color: var(--white-color);
}

.home2 video {
    width: 100%;
    height: 43.18vw;
    display: block;
    object-fit: cover;
}

.home2__block {
    width: 33.7vw;
    height: 100%;
    position: absolute;
    background: linear-gradient(143deg, rgba(0, 0, 0, 0.00) 21.48%, rgba(0, 0, 0, 0.20) 100%), rgba(215, 64, 155, 0.90);
    top: 0;
    right: 0;
}

.home2__area {
    padding-left: 3.33vw;
    padding-top: 7.19vw;
}

.home2 .subtitle,
.home2 .title {
    color: var(--white-color);
}

.home2 .title {
    width: 22.92vw;
    margin-bottom: 2.6vw;
}

.home2 .home2__desc {
    font-size: 0.94vw;
    line-height: 1.56vw;
    letter-spacing: -0.05vw;
    margin-bottom: 3.13vw;
}

.home2__tiles {
    display: flex;
    gap: 1.09vw;
}

.htile__circle {
    width: 5.73vw;
    height: 5.73vw;
    background-color: var(--grey-color);
    border-radius: 3.44vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.htile__circle svg path {
    fill: var(--black-color);
    transition: fill 0.5s ease;
}

.htile:nth-child(1) .htile__circle svg {
    width: 2.97vw;
    height: 2.97vw;
}

.htile:nth-child(2) .htile__circle svg {
    width: 3.18vw;
    height: 3.13vw;
}

.htile:nth-child(3) .htile__circle svg {
    width: 3.49vw;
    height: 2.97vw;
}

.htile:nth-child(4) .htile__circle svg {
    width: 3.28vw;
    height: 2.86vw;
}

.htile__name {
    text-align: center;
    position: relative;
    text-align: center;
    font-family: 'DM Sans SemiBold';
    font-size: 0.89vw;
    line-height: 1.46vw;
    letter-spacing: -0.04vw;
    margin-top: 0.52vw;
}

.htile__name a {
    color: var(--white-color);
    transition: color 0.5s ease;
}

.htile__name a {
    text-decoration: none;
    color: var(--white-color);
}

.htile__name svg {
    width: 0.89vw;
    height: 0.47vw;
    position: absolute;
    top: 0.52vw;
    margin-left: 0.36vw;
}

.htile__name svg path {
    fill: var(--white-color);
    transition: fill 0.5s ease;
}

.home2__tile:hover .htile__circle {
    background-color: var(--black-color);
}

.home2__tile:hover .htile__circle svg path {
    fill: var(--white-color);
}

.home2__tile:hover .htile__name a {
    color: var(--black-color);
}

.home2__tile:hover .htile__name svg path {
    fill: var(--black-color);
}

.home2__button {
    display: flex;
    margin-top: 4.69vw;
}

.home3__title {
    background: linear-gradient(321deg, rgba(0, 0, 0, 0.00) 36.48%, rgba(0, 0, 0, 0.09) 100%), #F2F2F2;
    height: 5.57vw;
    margin-bottom: 1.04vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-family: 'DM Sans Bold';
    font-size: 2.4vw;
    line-height: normal;
    letter-spacing: -0.17vw;
}

.home3__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04vw;
}

.home3__block {
    position: relative;
    overflow: hidden;
    height: 23.44vw;
    margin-bottom: 1.04vw;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0.00) 36.48%, rgba(0, 0, 0, 0.09) 100%), #F2F2F2;
}

.home3__block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0.00) 36.48%, rgba(0, 0, 0, 0.09) 100%), #E0E0E0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.home3__block:hover::before {
    opacity: 1;
}

.newsprod__shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/newsprod_shadow.webp");
}

.home3__area {
    padding-top: 2.14vw;
    padding-left: 3.18vw;
    padding-right: 3.18vw;
    position: absolute;
    left: 0;
    top: 0;
}

.newsprod__title {
    font-family: 'DM Sans Bold';
    font-size: 1.2vw;
    line-height: normal;
    letter-spacing: -0.08vw;
    height: 3.13vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 1.25vw;
}

.newsprod__image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16.04vw;
    height: 16.04vw;
    transform-origin: center center;
    animation: newsprod-pulse 8s ease-in-out infinite;
    will-change: transform;
}

.newsprod svg path {
    fill: var(--main-color);
}

.home3__block:nth-child(1) svg {
    width: 3.75vw;
    height: 3.7vw;
}

.home3__block:nth-child(2) svg {
    width: 3.75vw;
    height: 3.8vw;
}

.home3__block:nth-child(3) svg {
    width: 4.17vw;
    height: 3.54vw;
}

.home3__block:nth-child(4) svg {
    width: 3.91vw;
    height: 3.39vw;
}

.home3__block svg.newsprod__arrow {
    width: 1.67vw;
    height: 0.83vw;
    position: absolute;
    right: 0;
    opacity: 0;
    transform: translateX(-0.31vw);
    transition: opacity .55s ease, transform .55s ease;
    pointer-events: none;
}

.home3__block:hover svg.newsprod__arrow {
    opacity: 1;
    transform: translateX(0);
}

.home3__block svg.newsprod__arrow path {
    fill: var(--pink2-color);
}

.home4__row {
    display: flex;
    margin-bottom: 1.04vw;
}

.home4__col {
    width: 50%;
    position: relative;
}

.home4__col--left {
    position: relative;
}

.home4__col--left img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s ease;
}

.home4__area {
    width: 27.81vw;
    height: 100%;
    background: linear-gradient(143deg, rgba(0, 0, 0, 0.00) 21.48%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 118, 237, 0.88);
    backdrop-filter: blur(0.1vw);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--white-color);
    z-index: 10;
}

.home4__area .subtitle,
.home4__area .title {
    color: var(--white-color);
}

.home4__block {
    padding-top: 5.89vw;
    padding-left: 3.85vw;
    padding-right: 3.59vw;
}

.home4__button {
    display: flex;
    margin-top: 5.99vw;
}

.abouttiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    height: 100%;
}

.abouttiles__block {
    position: relative;
    height: 19.32vw;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    cursor: inherit;
}

.abouttiles__block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--white-color);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.abouttiles__block:nth-child(1):hover::before,
.abouttiles__block:nth-child(2):hover::before,
.abouttiles__block:nth-child(3):hover::before {
    opacity: 1;
}

.abouttiles__area {
    padding-top: 3.59vw;
    padding-left: 2.97vw;
    padding-right: 1.46vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.abouttiles__block svg {
    margin-bottom: 1.41vw;
}

.abouttiles__block svg path {
    transition: fill .35s ease;
}

.abouttiles__block:nth-child(1) svg path,
.abouttiles__block:nth-child(2) svg path,
.abouttiles__block:nth-child(3) svg path {
    fill: var(--white-color);
}

.abouttiles__block:nth-child(4) svg path {
    fill: var(--blue1-color);
}

.abouttiles__block:nth-child(5) svg path {
    fill: var(--blue2-color);
}

.abouttiles__block:nth-child(6) svg path {
    fill: var(--blue3-color);
}

.abouttiles__block:nth-child(1) svg {
    width: 3.75vw;
    height: 3.75vw;
}

.abouttiles__block:nth-child(2) svg {
    width: 3.28vw;
    height: 3.28vw;
}

.abouttiles__block:nth-child(3) svg {
    width: 3.28vw;
    height: 3.28vw;
}

.abouttiles__block:nth-child(4) svg {
    width: 3.23vw;
    height: 3.28vw;
}

.abouttiles__block:nth-child(5) svg {
    width: 3.18vw;
    height: 3.23vw;
}

.abouttiles__block:nth-child(6) svg {
    width: 3.02vw;
    height: 3.07vw;
}

.abouttiles__block:nth-child(1):hover svg path {
    fill: var(--blue1-color);
}

.abouttiles__block:nth-child(2):hover svg path {
    fill: var(--blue2-color);
}

.abouttiles__block:nth-child(3):hover svg path {
    fill: var(--blue3-color);
}

.abouttiles h3 {
    color: var(--white-color);
    font-family: 'DM Sans Bold';
    font-size: 1.25vw;
    line-height: 1.35vw;
    letter-spacing: -0.09vw;
    margin-bottom: 0.89vw;
    transition: color 0.3s ease;
    cursor: default;
}

.abouttiles__block:nth-child(1):hover h3,
.abouttiles__block:nth-child(2):hover h3,
.abouttiles__block:nth-child(3):hover h3 {
    color: var(--black-color);
}

.abouttiles .abouttiles__block:nth-child(4) h3,
.abouttiles .abouttiles__block:nth-child(5) h3,
.abouttiles .abouttiles__block:nth-child(6) h3 {
    color: var(--black-color);
}

.abouttiles__block:nth-child(4):hover h3 {
    color: var(--blue1-color);
}

.abouttiles__block:nth-child(5):hover h3 {
    color: var(--blue2-color);
}

.abouttiles__block:nth-child(6):hover h3 {
    color: var(--blue3-color);
}

.abouttiles__desc {
    color: var(--white-color);
    font-size: 0.89vw;
    line-height: 1.3vw;
    letter-spacing: -0.04vw;
    transition: color 0.3s ease;
    cursor: default;
}

.abouttiles__block:nth-child(1):hover .abouttiles__desc,
.abouttiles__block:nth-child(2):hover .abouttiles__desc,
.abouttiles__block:nth-child(3):hover .abouttiles__desc {
    color: var(--grey2-color);
}

.abouttiles .abouttiles__block:nth-child(4) .abouttiles__desc,
.abouttiles .abouttiles__block:nth-child(5) .abouttiles__desc,
.abouttiles .abouttiles__block:nth-child(6) .abouttiles__desc {
    color: var(--grey2-color);
}

.abouttiles__block:nth-child(4),
.abouttiles__block:nth-child(5),
.abouttiles__block:nth-child(6) {
    border-bottom: 0.05vw solid var(--grey3-color);
    border-right: 0.05vw solid var(--grey3-color);
    height: 19.27vw;
}

.home4__col--left .home4__image1 {
    opacity: 1;
    z-index: 2;
}

.home4__col--left .home4__image2 {
    opacity: 0;
    z-index: 1;
}

.home4__col--left:hover .home4__image1 {
    opacity: 0;
}

.home4__col--left:hover .home4__image2 {
    opacity: 1;
}

.home6 {
    height: 19.58vw;
    margin-bottom: 1.04vw;
}

.home6__row {
    display: flex;
}

.home6__col--left {
    width: 23.96vw;
    padding-top: 6.56vw;
    padding-left: 3.49vw;
}

.home6__col--left .title {
    width: 12.5vw;
}

.home6__col--right {
    padding-top: 1.67vw;
    width: 69.69vw;
}

.partners {
    width: 100%;
}

.partners__item img {
    width: 100%;
    height: auto;
}

.home5 {
    height: 39.27vw;
    background: linear-gradient(143deg, rgba(0, 0, 0, 0.00) 21.48%, rgba(0, 0, 0, 0.20) 100%), var(--pink2-color);
    margin-bottom: 1.04vw;
    padding-bottom: 3.91vw;
}

.home5__col--left {
    width: 18.8vw;
    padding-top: 7.66vw;
    padding-left: 3.7vw;
    padding-right: 5.31vw;
}

.home5__col--right {
    width: 69.32vw;
}

.home5__row {
    display: flex;
    color: var(--white-color);
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.home5__col--left .subtitle {
    color: var(--white-color);
}

.home5__col--left .title {
    color: var(--white-color);
}

.home5__news {
    display: flex;
}

.home5__news article {
    width: 50%;
    cursor: pointer;
}

.home5__news article a {
    display: block;
    overflow: hidden;
}

.home5__news article img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.homenews__date {
    padding-top: 2.92vw;
    font-family: 'DM Sans SemiBold';
    font-size: 0.73vw;
    line-height: normal;
    letter-spacing: 0.12vw;
    display: block;
}

.homenews__title {
    padding-top: 0.83vw;
    font-family: 'DM Sans Bold';
    font-size: 1.67vw;
    line-height: normal;
    letter-spacing: -0.12vw;
    height: 4.38vw;
    overflow: hidden;
}

.homenews__date,
.homenews__title {
    transition: transform 0.3s ease;
}

.homenews__title a {
    color: var(--white-color);
    text-decoration: none;
}

.homenews__bottom {
    margin-top: 2.08vw;
    display: flex;
}

.homenews__more {
    width: 4.69vw;
    border-right: 0.05vw dashed var(--white-color);
    display: flex;
    align-items: center;
}

.arrow_more {
    display: flex;
    width: 2.24vw;
    height: 2.24vw;
    justify-content: center;
    align-items: center;
    border-radius: 1.3vw;
    border: 0.05vw solid var(--white-color);
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.arrow_more svg {
    fill: none;
    width: 1.2vw;
    height: 1.2vw;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.arrow_more svg path {
    fill: var(--white-color);
    transition: fill 0.3s ease;
}

.homenews__content {
    width: 23.02vw;
    padding-left: 2.34vw;
    height: 2.5vw;
    overflow: hidden;
    font-size: 0.94vw;
    line-height: 1.3vw;
    letter-spacing: -0.05vw;
}

.home5__row .button {
    position: absolute;
    left: 3.7vw;
    bottom: 0;
}

.home5__news article:hover img {
    transform: scale(1.08);
}

.home5__news article:hover .homenews__date,
.home5__news article:hover .homenews__title {
    transform: translateX(2.08vw);
}

.home5__news article:hover .arrow_more {
    background-color: var(--white-color);
    border-color: var(--white-color);
}

.home5__news article:hover .arrow_more svg path {
    fill: var(--black-color);
}

.home5__news article:hover .arrow_more svg {
    transform: rotate(45deg);
}

.home1 {
    margin-bottom: 1.04vw;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider__slides {
    position: relative;
    height: calc(100vh - 1.04vw);
}

.slider img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.slider__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(0);
    pointer-events: none;
}

.slider__item.is-current {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    transition:
        transform 1.9s cubic-bezier(0.20, 0.90, 0.30, 1),
        opacity 1.2s ease-out;
}

.slider__item.is-behind {
    opacity: 1;
    z-index: 1;
}

.slider__item.is-out {
    transform: translateY(-100%);
}

.slider__content {
    position: absolute;
    left: 3.39vw;
    bottom: 8.65vw;
}

.slider__lines {
    display: flex;
    gap: 1.2vw;
    position: absolute;
    left: 3.39vw;
    bottom: 3.13vw;
    z-index: 10;
}

.slider__lines span {
    display: block;
    width: 7.5vw;
    height: 0.16vw;
    background: rgba(217, 217, 217, 0.20);
    cursor: pointer;
    opacity: 0.3;
    transition:
        opacity 1.9s cubic-bezier(0.20, 0.90, 0.30, 1),
        background-color 1.9s cubic-bezier(0.20, 0.90, 0.30, 1);
}

.slider__lines span.active {
    background: var(--pink2-color);
    opacity: 1;
}

.slider__lines span.active {
    background: var(--pink2-color);
}

.slider__arrows {
    width: 18.44vw;
    position: absolute;
    right: 2.03vw;
    bottom: 2.19vw;
    display: flex;
    z-index: 10;
}

.slider__arrow {
    width: 50%;
    display: flex;
    gap: 0.83vw;
    align-items: center;
    cursor: pointer;
}

.slider__arrow svg {
    width: 1.15vw;
    height: 0.57vw;
}

.slider__arrow svg path {
    fill: var(--nav-color);
}

.slider__next {
    justify-content: flex-end;
}

.slider__prev svg {
    margin-right: -0.31vw;
}

.slider__next svg {
    margin-left: -0.21vw;
}

.slider__arrow div {
    width: 2.34vw;
    height: 2.34vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2vw;
    background: var(--grey4-color);
}

.slider__arrow span {
    color: var(--white-color);
    font-size: 0.73vw;
    font-family: 'DM Sans Semibold';
    line-height: normal;
    text-transform: uppercase;
    display: inline-grid;
    letter-spacing: 0.03vw;
}

.slider__arrow-label-current,
.slider__arrow-label-next {
    grid-area: 1 / 1;
    white-space: nowrap;
    transition: opacity 1.9s cubic-bezier(0.20, 0.90, 0.30, 1);
}

.slider__arrow-label-current {
    opacity: 1;
}

.slider__arrow-label-next {
    opacity: 0;
}

.slider__arrow-label.is-changing .slider__arrow-label-current {
    opacity: 0;
}

.slider__arrow-label.is-changing .slider__arrow-label-next {
    opacity: 1;
}

.slider__next span {
    text-align: right;
    justify-items: end;
}

.slider__next .slider__arrow-label-current,
.slider__next .slider__arrow-label-next {
    justify-self: end;
}

.slider__subtitle {
    color: var(--white-color);
    font-family: 'DM Sans Regular';
    font-size: 0.83vw;
    line-height: normal;
    letter-spacing: 0.47vw;
    text-transform: uppercase;
}

.slider__title {
    color: var(--white-color);
    font-family: 'DM Sans Bold';
    font-size: 4.9vw;
    line-height: normal;
    letter-spacing: -0.34vw;
    margin-bottom: 0.47vw;
}

.slider__description {
    width: 31.25vw;
    color: var(--white-color);
    font-family: 'DM Sans SemiBold';
    font-size: 0.94vw;
    line-height: 1.56vw;
    letter-spacing: -0.05vw;
}

.mainmenu {
    width: 32.29vw;
    height: 100vh;
    background-color: var(--white-color);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.mainmenu--open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.mainmenu__logo {
    display: none;
}

.mainmenu .nav {
    position: absolute;
    top: 11.93vw;
    left: 5.16vw;
}

.mainmenu .nav a {
    color: var(--grey5-color);
    font-family: "DM Sans Black";
    font-size: 1.35vw;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.mainmenu .nav li {
    margin-bottom: 2.81vw;
    counter-increment: menu-counter;
    position: relative;
}

.mainmenu .nav li:hover a,
.mainmenu .nav li.current-menu-item a,
.mainmenu .nav li.current-page-ancestor a {
    color: var(--black-color);
}

.mainmenu .nav li::before {
    content: counter(menu-counter, decimal-leading-zero);
    position: absolute;
    left: -1.56vw;
    top: -0.83vw;
    color: var(--grey6-color);
    font-family: 'DM Sans Regular';
    font-size: 0.83vw;
    line-height: normal;
    text-transform: uppercase;
}

.mainmenu .nav li:hover::before,
.mainmenu .nav li.current-menu-item::before {
    color: var(--blue2-color);
}

.mainmenu__contact {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    border-top: 0.05vw solid var(--grey7-color);
}

.mainmenu__contact a {
    width: 50%;
    height: 5.1vw;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 0.99vw;
}

.mainmenu__contact a span {
    color: var(--grey5-color);
}

.mainmenu__contact a span strong {
    color: var(--black-color);
}

.mainmenu__contact svg path {
    fill: var(--black-color);
}

.mainmenu__phone {
    border-right: 0.05vw solid var(--grey7-color);
    width: calc(50% - 0.05vw);
}

.mainmenu__phone svg {
    width: 0.73vw;
    height: 0.68vw;
}

.mainmenu__email svg {
    width: 0.68vw;
    height: 0.57vw;
}

.mainmenu__hamburger {
    position: absolute;
    right: 2.03vw;
    top: 4.43vw;
    gap: 0.78vw;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.mainmenu__hamburger span {
    color: var(--black-color);
    font-family: "DM Sans Semibold";
    font-size: 0.68vw;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
}

.mainmenu__hamburger svg {
    width: 0.94vw;
    height: 0.94vw;
}

.mainmenu__hamburger svg path {
    stroke: var(--black-color);
}

.page {
    margin-bottom: 1.04vw;
}

.page__row {
    display: flex;
}

.page__col {
    width: 50%;
}

.page__image img {
    width: 100%;
    height: auto;
    display: flex;
}

.page__content {
    width: 40.99vw;
    padding-top: 3.59vw;
    margin-left: 3.33vw;
}

.services {
    margin-bottom: 1.04vw;
    display: flex;
}

.services__left {
    padding-top: 6.51vw;
    width: 19.58vw;
    padding-left: 4.74vw;
    padding-right: 4.53vw;
}

.services__right {
    width: 68.28vw;
}

.s_slider {
    width: 68.28vw;
}

.s_slider__slide {
    width: 22.76vw;
}

.s_slider__image {
    position: relative;
}

.s_slider__image img {
    width: 100%;
    height: 20.42vw;
    display: block;
    object-fit: cover;
}

.s_slider__content {
    margin-top: 1.56vw;
    height: 10.52vw;
    padding-left: 2.81vw;
    padding-right: 3.33vw;
}

.s_slider__content h3 {
    color: var(--black-color);
    font-family: "DM Sans Bold";
    font-size: 1.25vw;
    line-height: 1.35vw;
    letter-spacing: -0.09vw;
    margin-bottom: 0.89vw;
}

.s_slider__desc {
    color: var(--grey2-color);
    font-size: 0.89vw;
    line-height: 1.3vw;
    letter-spacing: -0.04vw;

}

.s_slider__svg {
    width: 4.43vw;
    height: 4.43vw;
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_slider__svg svg path {
    fill: var(--blue1-color);
}

.slick-arrow {
    position: absolute;
    bottom: 1.04vw;
    width: 2.24vw;
    height: 2.24vw;
    border-radius: 1.3vw;
    border: 0.05vw solid var(--blue1-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    font-size: 0;
}

.slick-arrow:hover {
    background-color: var(--grey4-color);
    border: 0.05vw solid var(--grey4-color);
    transition: background .35s ease, border-color .35s ease;
}

.slick-prev {
    left: -10.26vw;
}

.slick-prev::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1vw;
    color: var(--blue1-color);
    transition: color .35s ease;
}

.slick-next::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1vw;
    color: var(--blue1-color);
    transition: color .35s ease;
}

.slick-prev:hover::before,
.slick-next:hover::after {
    color: var(--main-color);
}

.slick-next {
    left: -6.88vw;
}

.s_slider__slide_1 svg {
    width: 2.66vw;
    height: auto;
}

.s_slider__slide_2 svg {
    width: 2.45vw;
    height: auto;
}

.s_slider__slide_3 svg {
    width: 2.66vw;
    height: auto;
}

.s_slider__slide_4 svg {
    width: 2.86vw;
    height: auto;
}

.s_slider__slide_5 svg {
    width: 2.19vw;
    height: auto;
}

.s_slider__slide_6 svg {
    width: 2.45vw;
    height: auto;
}

.s_slider__slide_2,
.s_slider__slide_4,
.s_slider__slide_6 {
    background-color: var(--grey8-color);
}

.s_slider__slide_2 .s_slider__svg,
.s_slider__slide_4 .s_slider__svg,
.s_slider__slide_6 .s_slider__svg {
    background-color: var(--grey8-color);
}

.products {
    height: calc(100vh - 9.17vw);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.04vw;
    display: flex;
}

.products__left {
    width: 27.76vw;
}

.products__right {
    width: 69.38vw;
}

.products__content {
    color: var(--white-color);
    padding-top: 3.49vw;
    margin-left: 3.75vw;
    width: 18.75vw;
}

.products__content .subtitle,
.products__content .title {
    color: var(--white-color);
}

.products__bottom {
    padding-top: 2.6vw;
}

.products__button {
    padding-top: 2.6vw;
    display: flex;
}

.products__tiles {
    display: flex;
}

.products__tile {
    width: 25%;
}

.products__tile a {
    text-decoration: none;
    color: var(--white-color);
}

.products__image {
    overflow: hidden;
    position: relative;
}

.products__image img {
    width: 100%;
    height: 31.67vw;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.products__tile:hover .products__image img {
    transform: scale(1.1);
}

.products__circle {
    position: absolute;
    bottom: 0.89vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3.7vw;
    height: 3.7vw;
    background-color: var(--white-color);
    border-radius: 2.08vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products__circle svg path {
    fill: var(--black-color);
}

.products__tile:nth-child(1) .products__circle svg {
    width: 2.08vw;
    height: 2.03vw;
}

.products__tile:nth-child(2) .products__circle svg {
    width: 1.93vw;
    height: 1.93vw;
}

.products__tile:nth-child(3) .products__circle svg {
    width: 2.29vw;
    height: 1.93vw;
}

.products__tile:nth-child(4) .products__circle svg {
    width: 2.14vw;
    height: 1.88vw;
}

.products__name {
    height: 6.61vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
}

.products__name span {
    text-align: center;
    font-family: "DM Sans SemiBold";
    font-size: 1.36vw;
    line-height: 2.26vw;
    letter-spacing: -0.07vw;
}

.products__name svg {
    width: 1.35vw;
    height: 0.68vw;
    margin-top: 0.16vw;
}

.products__name svg path {
    fill: var(--white-color);
}

.contact {
    display: flex;
    margin-bottom: 1.04vw;
}

.contact img {
    width: 33.28vw;
    height: 40.99vw;
    display: block;
}

.contact__data {
    width: 22.55vw;
    height: 40.99vw;
    background-color: var(--grey9-color);
}

.contact__area {
    padding-top: 3.59vw;
    padding-left: 3.13vw;
}

.contact .footer__logo {
    width: 10vw;
    height: 3.91vw;
}

.contact .footer__logo path {
    fill: var(--main-color);
}

.contact .fcontact a span, .contact .fcontact div span {
    color: var(--main-color);
}

.contact .fcontact__phone svg path, .contact .fcontact__email svg, .contact .fcontact__address svg {
    fill: var(--blue1-color);
}

.contact ul.nav {
    margin-left: 1.61vw;
}

.contact ul.nav a {
    color: var(--main-color);
}

.contact .social {
    display: flex;
    gap: 2.24vw;
    padding-top: 1.56vw;
    margin-left: 1.61vw;
}

.contact .social svg path {
    fill: var(--main-color);
}

.contact .title {
    margin-bottom: 3.65vw;
}

.social__facebook svg {
    width: 0.89vw;
    height: 0.89vw;
}

.social__instagram svg {
    width: 0.94vw;
    height: 0.89vw;
}

.contact .wpcf7 span.label {
    color: var(--main-color);
    opacity: 1;
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea {
    border-bottom: 0.05vw solid rgba(0, 0, 0, 0.20);
    color: var(--grey10-color);
}

.contact__form {
    padding-top: 5.78vw;
    padding-left: 3.75vw;
}

.contact .wpcf7-list-item-label, .contact .wpcf7-list-item-label a {
    color: var(--main-color);
}

.contact input[type="checkbox"] {
    border: 0.05vw solid var(--main-color);
}

.contact input[type="checkbox"]:checked::after {
    color: var(--main-color);
}

.contact textarea {
    height: 8.33vw;
}

.contact form.invalid span.label {
    color: var(--red-color);
}

.contact .wpcf7 form .wpcf7-response-output {
    color: var(--pink2-color);
}

.contactmap iframe {
    width: 100%;
    height: 24.43vw;
    margin-bottom: 1.04vw;
    display: block;
}

.footercontact {
    height: 7.45vw;
}

.footercontact .footer__left {
    padding-top: 0;
}

.footercontact .footer__right {
    height: auto;
}

.footercontact .footer__copyright {
    margin-top: 3.3vw;
}

.news {
    height: auto;
    padding-bottom: 2.24vw;
}

.news .home5__col--right {
    width: 100%;
}

.news .new__block {
    padding-left: 2.34vw;
}

.news .homenews__title {
    width: 23.44vw;
}

.news .homenews__content {
    width: 21.35vw
}

.news .home5__news article {
    width: 33.3333%;
}

ul.pagination {
    display: flex;
    justify-content: center;
    gap: 1.04vw;
    border-top: 0.05vw solid rgba(255, 255, 255, 0.15);
    margin-top: 3.91vw;
    padding-top: 2.24vw;
}

ul.pagination a, ul.pagination span {
    height: 2.34vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.3vw;
    width: 1.04vw;
}

ul.pagination span {
    color: var(--grey10-color);
}

ul.pagination a {
    color: var(--white-color);
    text-decoration: none;
}

ul.pagination .prev, ul.pagination .next {
    border: 0.05vw solid var(--white-color);
    width: 2.34vw;
}

.single {
    margin-bottom: 1.04vw;
    background: linear-gradient(143deg, rgba(0, 0, 0, 0.00) 21.48%, rgba(0, 0, 0, 0.20) 100%), var(--pink2-color);
    display: flex;
}

.single__image {
    width: 38.33vw;
    height: 44.64vw;
    position: sticky;
    top: 0;
}

.single__image img {
    width: 100%;
    height: 44.69vw;
    display: block;
    object-fit: cover;
}

.single__rest {
    width: 58.8vw;
    color: var(--white-color);
}

.single__content {
    width: 48.28vw;
    text-align: justify;
    margin-left: 3.18vw;
}

.single__desc {
    padding-left: 2.34vw;
    position: relative;
}

.single__line {
    width: 0.05vw;
    height: 2.34vw;
    border-left: 0.05vw dashed var(--white-color);
    position: absolute;
    top: 0.42vw;
    left: 0;
}

.single__back {
    display: flex;
    margin-top: 3.49vw;
    padding-left: 2.34vw;
    margin-bottom: 3.13vw;
}

.single__back a {
    display: flex;
    gap: 0.83vw;
    text-decoration: none;
    color: var(--white-color);
    align-items: center;
}

.single__back a div {
    width: 2.24vw;
    height: 2.24vw;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 0.05vw solid var(--white-color);
    border-radius: 1.3vw;
    transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.single__back:hover a div {
    background-color: var(--white-color);
}

.single__back a div svg {
    width: 0.83vw;
    height: 0.83vw;
}

.single__back a div svg path {
    fill: var(--white-color);
    transition: fill .35s ease;
}

.single__back:hover a div svg path {
    fill: var(--black-color);
}

.single__back a span {
    font-family: "DM Sans Semibold";
    font-size: 0.73vw;
    line-height: normal;
    text-transform: uppercase;
}

.single__back2 {
    display: flex;
    margin-top: 1.56vw;
    padding-left: 0;
    margin-bottom: 1.56vw;
    justify-content: center;
}

.single__back2 a {
    color: var(--black-color);
}

.single__back2 a div {
    border: 0.05vw solid var(--blue1-color);
}

.single__back2 a div svg path {
    fill: var(--blue1-color);
}

.single__back2:hover a div svg path {
    fill: var(--blue1-color);
}

.single .homenews__title {
    height: auto;
    margin-bottom: 1.88vw;
}

.productpage__mainimage {
    margin-bottom: 1.04vw;
}

.productpage__mainimage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.productpage__row {
    display: flex;
    margin-bottom: 1.04vw;
}

.productpage__image {
    width: 48.59vw;
}

.productpage__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.productpage__rest {
    width: 48.54vw;
}

.productpage__content {
    width: 40.99vw;
    margin-left: 3.28vw;
    margin-top: 1.93vw;
}

.productpage__logo {
    margin-top: 1.56vw;
}

.productpage__logo img {
    max-width: 16.88vw;
}

.productpage__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04vw;
    row-gap: 0;
}

.productpage__tile {
    position: relative;
    overflow: hidden;
    height: 23.44vw;
    margin-bottom: 1.04vw;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0.00) 36.48%, rgba(0, 0, 0, 0.09) 100%), #F2F2F2;
}

.productpage__tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(321deg, rgba(0, 0, 0, 0.00) 36.48%, rgba(0, 0, 0, 0.09) 100%), #E0E0E0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.productpage__tile:hover::before {
    opacity: 1;
}

.productpage__tile h2 {
    text-align: center;
    padding-top: 3.07vw;
    color: var(--main-color);
    font-family: "DM Sans Bold";
    font-size: 1.2vw;
    line-height: normal;
    letter-spacing: -0.08vw;
    z-index: 10;
    position: relative;
}

.productpage__shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/tiles_shadow.webp");
}

.productpage__tileimage {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 2vw;
    width: 15vw;
}

.error {
    height: 20vw;
}

.page__contentfull {
    padding-top: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
    width: 94.1vw;
    margin-left: 0;
}

.show_desktop {
    display: block;
}

.show_mobile {
    display: none;
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.75px;
        margin: 0;
    }

    .show_desktop {
        display: none;
    }

    .show_mobile {
        display: block;
    }

    header {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__main {
        height: 101px;
        background-image: url('img/header_mobile.webp');
        box-shadow: 0 0 20px 0 var(--grey2-color);
    }

    .header__social {
        display: none;
    }

    .header__logo svg {
        width: 148px;
        height: 48px;
        left: 32px;
        transform: translate(0, -50%);
        margin-top: 0;
    }

    .header__hamburger {
        gap: 12px;
        right: 34px;
    }

    .header__hamburger span {
        font-size: 13px;
        letter-spacing: 0;
    }

    .header__hamburger svg {
        width: 29px;
    }

    .front_page header .header__main, .parent header .header__main {
        box-shadow: none;
    }

    .front_page header.stick .header__main, .parent header.stick .header__main {
        box-shadow: 0 0 20px 0 var(--grey2-color);
    }

    .front_page header .header__main::before, .parent header .header__main::before {
        background-image: url("img/header_mobile.webp");
    }

    .mainmenu {
        width: 100%;
    }

    .mainmenu__hamburger {
        right: 34px;
        top: 41px;
        gap: 12px;
    }

    .mainmenu__hamburger svg {
        width: 18px;
        height: 18px;
    }

    .mainmenu__hamburger span {
        font-size: 13px;
        letter-spacing: 0;
    }

    .mainmenu .nav {
        top: 198px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .mainmenu .nav li {
        margin-bottom: 36px;
    }

    .mainmenu .nav a {
        font-size: 19px;
    }

    .mainmenu .nav li::before {
        left: -26px;
        top: -10px;
        font-size: 13px;
    }

    .mainmenu__logo {
        display: block;
        position: absolute;
        top: 27px;
        left: 32px;
    }

    .mainmenu__logo svg {
        width: 148px;
        height: 48px;
    }

    .mainmenu__logo svg path {
        fill: var(--black-color);
    }

    .mainmenu__contact {
        width: 100%;
        border-top: 1px dashed var(--grey7-color);
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .mainmenu__contact a {
        width: 100%;
        gap: 17px;
        margin-bottom: 25px;
    }

    .mainmenu__phone svg {
        width: 15px;
        height: 14px;
    }

    .mainmenu__email svg {
        width: 13px;
        height: 11px;
    }

    .title {
        font-size: 30px;
        letter-spacing: -2.1px;
        margin-bottom: 26px;
    }

    .subtitle {
        font-size: 13px;
        letter-spacing: 7.28px;
        margin-bottom: 17px;
    }

    .smalltitle {
        color: var(--main-color);
        font-family: 'DM Sans Bold';
        font-size: 22px;
        line-height: normal;
        letter-spacing: -1.54px;
        margin-bottom: 42px;
    }

    footer {
        height: auto;
    }

    .footer__row {
        flex-wrap: wrap;
    }

    .footer__left {
        width: calc(100% - 66px);
        padding-left: 33px;
        padding-right: 33px;
        padding-top: 48px;
    }

    .footer__right {
        border-left: 0;
        height: auto;
        width: 100%;
    }

    .footer__menu {
        display: none;
    }

    .footer__row2 {
        flex-wrap: wrap;
    }

    .footer__row2 img {
        display: none;
    }

    .footer__form {
        padding-left: 33px;
        padding-right: 33px;
        padding-top: 40px;
        width: calc(100% - 66px);
        border-bottom: 0;
    }

    footer .title {
        margin-bottom: 26px;
    }

    footer .title br {
        display: none;
    }

    .footer__logo {
        width: 192px;
        height: 75px;
        margin: 0 auto;
        margin-bottom: 33px;
        display: block;
    }

    .fcontact a, .fcontact div {
        gap: 17px;
        margin-bottom: 15px;
        justify-content: center;
    }

    .fcontact a span, .fcontact div span {
        font-size: 18px;
        letter-spacing: -0.72px;
    }

    .fcontact__phone svg {
        width: 14px;
        height: 13px;
    }

    .fcontact__email svg {
        width: 14px;
        height: 13px;
    }

    .fcontact__address svg {
        display: none;
    }

    .fcontact__address span, .fcontact__address span {
        text-align: center;
    }

    .footer__privacy_cop {
        display: none;
    }

    .footer__privacy_cop2 {
        display: block;
    }

    .wpcf7 {
        width: 100%;
    }

    .wpcf7 span.label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    input[type="text"], input[type="email"], input[type="tel"], textarea {
        border: 0;
        border-bottom: 1px solid var(--white020-color);
        height: 21px;
        color: var(--white-color);
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 15px;
        opacity: 0.7;
    }

    .wpcf7 .form_row {
        gap: 0;
        flex-wrap: wrap;
    }

    .button {
        padding-left: 50px;
        padding-right: 50px;
        border-radius: 25px;
        border: 1px solid var(--white-color);
        font-size: 12px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    button {
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .form_button {
        padding-top: 43px;
        gap: 0;
        justify-content: center;
    }

    input[type="checkbox"] {
        width: 19px;
        height: 19px;
        border: 1px solid var(--white058-color);
    }

    .wpcf7-list-item-label {
        font-size: 14px;
        line-height: 25px;
    }

    .wpcf7-acceptance label {
        display: flex;
        gap: 14px;
    }

    .wpcf7 form .wpcf7-response-output {
        margin-top: -10px;
        margin-bottom: 30px;
    }

    .buttonflex {
        gap: 10px;
    }

    .button_arrow {
        width: 14px;
        height: auto;
    }

    footer ul.nav, .contact ul.nav {
        padding-top: 55px;
        gap: 37px;
        justify-content: center;
    }

    footer ul.nav a, .contact ul.nav a {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.8px;
    }

    .footer__copyright {
        flex-wrap: wrap;
        gap: 0;
        font-size: 14px;
        letter-spacing: -0.56px;
        margin-top: 43px;
        padding-bottom: 28px;
        justify-content: center;
        text-align: center;
    }

    .footer__copyright span {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .slider__arrows {
        display: none;
    }

    .slider__lines {
        display: flex;
        gap: 10px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 68px;
        z-index: 10;
    }

    .slider__lines span {
        width: 65px;
        height: 11px;
        border-radius: 6px;
    }

    .slider__content {
        left: 34px;
        bottom: 114px;
    }

    .slider__subtitle {
        font-size: 13px;
        letter-spacing: 7.28px;
    }

    .slider__title {
        font-size: 48px;
        letter-spacing: -3.36px;
        margin-bottom: 17px;
    }

    .slider__description {
        width: 290px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.75px;
    }

    .home1 {
        margin-bottom: 0;
    }

    .home2 {
        margin-bottom: 0;
    }

    .home2 video {
        height: 787px;
    }

    .home2__block {
        width: 100%;
        height: 462px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    .home2__area {
        padding-left: 0;
        padding-top: 48px;
    }

    .home2__area .subtitle, .home2__area .title {
        padding-left: 34px;
    }

    .home2 .title {
        width: calc(100% - 34px);
        margin-bottom: 26px;
    }

    .home2 .home2__desc {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.75px;
        margin-bottom: 26px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .home2__tiles {
        display: flex;
        gap: 7px;
        justify-content: center;
    }

    .htile__circle {
        width: 78px;
        height: 78px;
        border-radius: 50px;
    }

    .htile__name {
        font-size: 15px;
        line-height: 19.826px;
        letter-spacing: -0.75px;
        margin-top: 23px;
    }

    .htile__name svg {
        display: none;
    }

    .htile:nth-child(1) .htile__circle svg {
        width: 41px;
        height: auto;
    }

    .htile:nth-child(2) .htile__circle svg {
        width: 43px;
        height: auto;
    }

    .htile:nth-child(3) .htile__circle svg {
        width: 48px;
        height: auto;
    }

    .htile:nth-child(4) .htile__circle svg {
        width: 45px;
        height: auto;
    }

    .home2__button {
        margin-top: 39px;
        justify-content: center;
    }

    .home3__title {
        height: 84px;
        margin-bottom: 20px;
        font-size: 30px;
        letter-spacing: -2.1px;
    }

    .home3__list {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 108px;
    }

    .home3__block {
        height: 316.053px;
        margin-bottom: 0;
    }

    .newsprod__image {
        bottom: 20px;
        width: 220px;
        height: auto;
    }

    .home3__area {
        padding-top: 30px;
        padding-left: 43px;
        padding-right: 0;
    }

    .newsprod__title {
        font-size: 18px;
        letter-spacing: -1.26px;
        height: 46px;
        margin-bottom: 27px;
    }

    .home3__block1 svg {
        width: 62px !important;
        height: auto !important;
    }

    .home3__block2 svg {
        width: 62px !important;
        height: auto !important;
    }

    .home3__block3 svg {
        width: 70px !important;
        height: auto !important;
    }

    .home3__block4 svg {
        width: 65px !important;
        height: auto !important;
    }

    .slick-arrow {
        position: absolute;
        left: 50% !important;
        transform: translate(-50%, 0);
        bottom: 35px;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid var(--blue1-color);
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
        font-size: 0;
        z-index: 50;
    }

    .slick-prev {
        margin-left: -30px;
    }

    .slick-next {
        margin-left: 30px;
    }

    .slick-next::after {
        font-size: 22px;
    }

    .slick-prev::before {
        font-size: 22px;
    }

    .home4__row {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .section__home .home4__col--right {
        display: none;
    }

    .home4__col {
        width: 100%;
    }

    .home4__area {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .home4__block {
        padding-top: 48px;
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 52px;
    }

    .home4__button {
        display: flex;
        margin-top: 46px;
        justify-content: center;
    }

    .home6 {
        height: auto;
        margin-bottom: 0;
    }

    .home6__row {
        flex-wrap: wrap;
    }

    .home6__col--left {
        width: calc(100% - 34px);
        padding-top: 48px;
        padding-left: 34px;
    }

    .home6__col--left .title {
        width: auto;
    }

    .home6__col--left .title br {
        display: none;
    }

    .home6__col--right {
        padding-top: 10px;
        width: 100%;
        padding-bottom: 20px;
    }

    .partners {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
    }

    .home5 {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home5__row {
        flex-wrap: wrap;
        height: auto;
    }

    .home5__col--left {
        width: calc(100% - 68px);
        padding-top: 48px;
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 16px;
    }

    .description p, .description ul {
        margin-bottom: 30px;
    }

    .home5__col--right {
        width: 100%;
    }

    .home5__news {
        flex-wrap: wrap;
    }

    .home5__news article {
        width: 100%;
    }

    .homenews__date {
        padding-top: 40px;
        padding-left: 34px;
        font-size: 14px;
        letter-spacing: 2.24px;
    }

    .homenews__title {
        padding-top: 16px;
        font-size: 22px;
        letter-spacing: 1.54px;
        height: auto;
        padding-left: 34px;
        padding-right: 34px;
    }

    .home5__news article:nth-child(2) {
        display: none;
    }

    .home5__row .button {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .homenews__bottom {
        margin-top: 33px;
    }

    .homenews__content {
        margin-left: 34px;
        border-left: 1px dashed var(--white-color);
        width: auto;
        padding-left: 34px;
        padding-right: 34px;
        height: auto;
        overflow: hidden;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.9px;
    }

    .homenews__button {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 34px);
        padding-top: 43px;
        padding-bottom: 52px;
        padding-right: 34px;
    }

    .homenews__more {
        width: auto;
        border-right: 0;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 51px;
        left: 52px;
    }

    .arrow_more {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 26px;
        border: 1px solid var(--white-color);
    }

    .arrow_more svg {
        width: 21px;
        height: 21px;
    }

    .container {
        padding-top: 101px;
    }

    .page {
        margin-bottom: 10px;
    }

    .page__row {
        flex-wrap: wrap;
    }

    .page__col {
        width: 100%;
    }

    .page__content {
        width: calc(100% - 68px);
        padding-top: 40px;
        margin-left: 34px;
        padding-right: 34px;
    }

    .page .title br {
        display: none;
    }

    .services {
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
    }

    .services__left {
        padding-top: 0;
        width: calc(100% - 68px);
        padding-left: 34px;
        padding-right: 34px;
    }

    .services .title br {
        display: none;
    }

    .services__right {
        width: 100%;
    }

    .s_slider {
        width: 100%;
    }

    .s_slider__image img {
        height: auto;
    }

    .s_slider__slide_1 svg {
        width: 51px;
    }

    .s_slider__slide_2 svg {
        width: 47px;
    }

    .s_slider__slide_3 svg {
        width: 51px;
    }

    .s_slider__slide_4 svg {
        width: 55px;
    }

    .s_slider__slide_5 svg {
        width: 42px;
    }

    .s_slider__slide_6 svg {
        width: 47px;
    }

    .s_slider__svg {
        width: 80px;
        height: 80px;
    }

    .s_slider__content {
        margin-top: 30px;
        height: 164px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .s_slider__content h3 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .s_slider__content h3 br {
        display: none;
    }

    .s_slider__desc {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.75px;
    }

    .services .slick-arrow {
        bottom: -69px;
    }

    .abouttiles {
        grid-template-columns: 1fr;
    }

    .abouttiles h3 {
        font-size: 22px;
        line-height: 23px;
        letter-spacing: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .abouttiles h3 br {
        display: none;
    }

    .abouttiles__desc {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.75px;
    }

    .abouttiles__desc br {
        display: none;
    }

    .abouttiles__area {
        padding-top: 30px;
        padding-left: 34px;
        padding-right: 34px;
        position: relative;
        left: auto;
        top: auto;
    }

    .abouttiles__block:nth-child(1) svg {
        width: 72px;
        height: auto;
    }

    .abouttiles__block:nth-child(2) svg {
        width: 63px;
        height: auto;
    }

    .abouttiles__block:nth-child(3) svg {
        width: 63px;
        height: auto;
    }

    .abouttiles__block:nth-child(4) svg {
        width: 62px;
        height: auto;
    }

    .abouttiles__block:nth-child(5) svg {
        width: 61px;
        height: auto;
    }

    .abouttiles__block:nth-child(6) svg {
        width: 58px;
        height: auto;
    }

    .abouttiles__block {
        height: 230px;
    }

    .abouttiles__block:nth-child(4), .abouttiles__block:nth-child(5), .abouttiles__block:nth-child(6) {
        border-bottom: 1px solid var(--grey3-color);
        border-right: 0;
        height: 230px;
    }

    .abouttiles__block:nth-child(1) {
        order: 1;
    }

    .abouttiles__block:nth-child(2) {
        order: 2;
    }

    .abouttiles__block:nth-child(3) {
        order: 4;
    }

    .abouttiles__block:nth-child(4) {
        order: 0;
    }

    .abouttiles__block:nth-child(5) {
        order: 1;
    }

    .abouttiles__block:nth-child(6) {
        order: 3;
    }

    .products {
        margin-bottom: 0;
        flex-wrap: wrap;
        height: auto;
    }

    .products__left {
        width: 100%;
    }

    .products__content {
        padding-top: 30px;
        margin-left: 34px;
        padding-right: 34px;
        width: calc(100% - 68px);
    }

    .products__button {
        padding-top: 30px;
        padding-bottom: 36px;
        justify-content: center;
    }

    .products__right {
        width: 100%;
    }

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

    .products__image img {
        width: 100%;
        height: auto;
    }

    .products__tile {
        width: calc(50% - 1px);
        border-right: 1px solid var(--grey5-color);
    }

    .products__tile:nth-child(2), .products__tile:nth-child(4) {
        border-right: 0;
        width: 50%;
    }

    .products__circle {
        bottom: 20px;
        width: 65px;
        height: 65px;
        border-radius: 36px;
    }

    .products__name span {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0;
    }

    .products__name {
        height: 50px;
        gap: 10px;
    }

    .products__name svg {
        width: 23px;
        height: auto;
        margin-top: 0;
    }

    .products__tile:nth-child(1) .products__circle svg {
        width: 40px;
        height: auto;
    }

    .products__tile:nth-child(2) .products__circle svg {
        width: 37px;
        height: auto;
    }

    .products__tile:nth-child(3) .products__circle svg {
        width: 44px;
        height: auto;
    }

    .products__tile:nth-child(4) .products__circle svg {
        width: 41px;
        height: auto;
    }

    .news .home5__news article:nth-child(2) {
        display: block;
    }

    .news .home5__news article {
        width: 100%;
    }

    .news .new__block {
        padding-left: 0;
    }

    .news .homenews__title {
        width: auto;
    }

    .news .homenews__content {
        margin-left: 18px;
        width: auto;
        padding-left: 26px;
        padding-right: 26px;
    }

    .news .homenews__more {
        width: auto;
        position: relative;
        bottom: auto;
        left: auto;
        padding-left: 20px;
    }

    .news .homenews__bottom {
        margin-top: 33px;
        padding-bottom: 34px;
    }

    ul.pagination {
        gap: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ul.pagination a, ul.pagination span {
        height: 36px;
        border-radius: 21px;
        width: 20px;
    }

    ul.pagination .prev, ul.pagination .next {
        border: 1px solid var(--white-color);
        width: 36px;
    }

    .page-aktualnosci .header__main, .is_single .header__main {
        background-image: url("img/header_mobile.webp");
    }

    .single {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .single__image {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
    }

    .single__image img {
        height: 340px;
    }

    .single__rest {
        width: 100%;
    }

    .single__content {
        width: 100%;
        text-align: justify;
        margin-left: 0;
    }

    .single .homenews__title {
        margin-bottom: 30px;
        text-align: left;
    }

    .single__desc {
        padding-left: 34px;
        padding-right: 34px;
        text-align: left;
    }

    .single__line {
        display: none;
    }

    .single__back {
        margin-top: 20px;
        padding-left: 0;
        margin-bottom: 30px;
        justify-content: center;
    }

    .single__back a span {
        font-size: 15px;
    }

    .single__back a div {
        width: 40px;
        height: 40px;
        border: 1px solid var(--white-color);
        border-radius: 31px;
    }

    .single__back a div svg {
        width: 17px;
        height: auto;
    }

    .single__back a {
        gap: 14px;
    }

    .productpage__mainimage {
        margin-bottom: 0;
        display: none;
    }

    .productpage__row {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .productpage__image {
        width: 100%;
    }

    .productpage__image img {
        height: auto;
    }

    .productpage__rest {
        width: calc(100% - 68px);
        padding-left: 34px;
        padding-right: 34px;
    }

    .productpage__logo {
        margin-top: 40px;
    }

    .productpage__logo img {
        max-width: 144px;
        margin-bottom: 24px;
    }

    .productpage__content {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .productpage__tiles {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        row-gap: 0;
    }

    .productpage__tile h2 {
        padding-top: 20px;
        font-size: 22px;
        letter-spacing: 0;
    }

    .productpage__tile {
        height: auto;
        margin-bottom: 5px;
        text-align: center;
    }

    .productpage__tileimage {
        display: inline-block;
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        width: 240px;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .productpage__mainimage img {
        height: 101px;
    }

    .contact {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .contact__image {
        width: 100%;
    }

    .contact img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .contact__data {
        width: 100%;
        height: auto;
    }

    .contact__area {
        padding-top: 30px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .contact .footer__logo {
        width: 192px;
        height: auto;
    }

    .contact .title {
        margin-bottom: 30px;
    }

    .contact .title br {
        display: none;
    }

    .contact .footer {
        display: none;
    }

    .page-kontakt .header__main {
        background-image: url("img/header_mobile.webp");
    }

    .contact__form {
        padding-top: 30px;
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 40px;
    }

    .contactmap iframe {
        height: 300px;
        margin-bottom: 0;
    }

    .footercontact {
        height: auto;
    }

    .footercontact .footer__copyright {
        margin-top: 38px;
    }

    .description h3 {
        font-family: 'DM Sans SemiBold';
        font-size: 20px;
        margin-bottom: 30px;
    }

    .description ul li::before {
        font-size: 15px;
        margin-right: 10px;
    }

    .parent .header__main {
        height: 101px;
        background-image: url("img/header_mobile.webp") !important;
        box-shadow: 0 0 20px 0 var(--grey2-color) !important;
        background-size: cover !important;
    }

    .parent .container {
        padding-top: 101px;
    }
}

@keyframes newsprod-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}