/* ubuntu-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-300 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ubuntu-v20-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
    font-display: swap;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/stolzl_medium.otf") format("opentype");
}


/* CSS Reboot Styles */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dnone{
	display: none !important;
}
html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;
 /* Set responsive behaviour */
    height: auto;
    vertical-align: middle;
 /* Remove bottom spacing under element (line-height) */
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

:root {
    --main-brand-color: #21B063;
    --main-bg-color: #0D0D0D;
    --second-dark-color: #2C2C2C;
    --main-grey-color: #A0A5A9;
    --main-light: #ffffff;
    --ubuntu-font: "Ubuntu", Arial, Helvetica, sans-serif;
    --manrope-font: "Manrope", Arial, Helvetica, sans-serif;
    --inter-font: "Inter", Arial, Helvetica, sans-serif;
    --stolzl-font: "Stolzl", Arial, Helvetica, sans-serif;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}


::selection {
    background-color: #21B063;
    color: #0D0D0D;
}

::-moz-selection {
    background-color: #21B063;
    color: #0D0D0D;
}

/* WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: var(--main-bg-color);
}

::-webkit-scrollbar-thumb {
    background-color: #21B063;
    border-radius: 6px;
    border: 3px solid var(--main-bg-color);
}

/* Firefox */
* {
    scrollbar-width: normal;
    scrollbar-color: #21B063 var(--main-bg-color);
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-family: var(--ubuntu-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--main-light);
    background-color: var(--main-bg-color);
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    min-height: 100;
    overflow: clip;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}



.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

a {
    text-underline-position: below;
    text-underline-offset: 4px;
    text-decoration-color: var(--main-brand-color);
    text-decoration-thickness: 4px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/* @media (min-width: 500px) {

    .no-scroll-popup {
        overflow: hidden;
        padding-right: 17px;
    }

    .no-scroll-popup .header._container {
        left:   calc(50% - 8.5px);
    }

} */



@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

._container {
    width: 100%;
    max-width: 1810px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
}

p:last-child {
    margin-bottom: 0 !important;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
}

a {
    color: var(--main-light);
}

/* Media queries */
@media (min-width: 768px) {
    .br-tab {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .br-desc {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .br-desc {
        display: none;
    }

    .br-tab {
        display: none;
    }
}

/* STYLES */




.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 10;
}

.header._container {
    max-width: 1690px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    aspect-ratio: 400/42;
    height: auto;
}

.header-logo img {
    width: 100%;
}

.header-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.header-nav li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--ubuntu);
    color: var(--main-light);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.header-nav li a:hover {
    color: var(--main-brand-color);
}

.header-wrap__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 415px;
}

.header-call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header-tel {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: var(--main-light);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.header-tel :hover {
    opacity: 0.8;
    text-decoration: none;
}

.header-tel:hover {
    color: var(--main-brand-color);
}

.consultation-btn {
    width: 175px;
    height: 55px;
    border-radius: 100px;
    border: 1px solid var(--main-light);
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.consultation-btn:hover {
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}

/* First screen section */
.fsp-section {
    width: 100%;
    max-width: 1810px;
    aspect-ratio: 1810/888;
    background-size: 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    margin-top: 42px;
    padding: 0px 85px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 62px;
}

.fsp-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-btn {
    width: 280px;
    height: 85px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: -o-linear-gradient(22.75deg, rgb(33, 179, 100) 7.357%, rgb(18, 132, 84) 94.598%);
    background: linear-gradient(67.25deg, rgb(33, 179, 100) 7.357%, rgb(18, 132, 84) 94.598%);
}

.order-btn-2 {
    width: 280px;
    height: 85px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: -o-linear-gradient(22.75deg, rgb(33, 179, 100) 7.357%, rgb(18, 132, 84) 94.598%);
    background: linear-gradient(67.25deg, rgb(33, 179, 100) 7.357%, rgb(18, 132, 84) 94.598%);
}

.sk-logo {
    width: 75px;
    aspect-ratio: 1/1;
    margin-bottom: 30px;
}

.bottom-right-el {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.fsp-header {
    max-width: 1000px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

.fsp-p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.4;
}

.bottom-right-el {
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bre-top,
.bre-bottom {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #A0A5A9;
}

.bre-center {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 96px;
    font-weight: 500;
    letter-spacing: -7px;
    line-height: 1;
}

.header-call-box p {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -3%;
}

/* Nt section */
.nt-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

._pd-container {
    max-width: 1800px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
}

.ctnt-page ._pd-container {
    padding-left: 80px;
    padding-right: 80px;
}


.nt-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 60px;
    max-width: 1265px;
    width: 100%;
}

.nt-header {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.1;
}

.nt-subtitle {
    font-size: 22px;
    font-weight: 400;
}

.nt-left__bottom {
    display: grid;
    grid-template-columns: repeat(4, 275px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nt-item {
    width: 100%;
    height: 275px;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    background: rgb(13, 13, 13);
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.nt-item__number {
    font-size: 75px;
    font-weight: 500;
    z-index: 5;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1;
}

.nt-item__title {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 5;
    position: relative;
}

.nt-item-bg-one::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: rgb(165, 33, 177);
    width: 140px;
    aspect-ratio: 1/1;
}

.nt-item-bg-two::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: rgb(33, 177, 99);
    width: 140px;
    aspect-ratio: 1/1;
}

.nt-item-bg-three::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: rgb(36, 33, 177);
    width: 140px;
    aspect-ratio: 1/1;
}

.nt-item-bg-four::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: rgb(177, 163, 33);
    width: 120px;
    aspect-ratio: 1/1;
}

.nt-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 90px;
    top: 0;
    position: relative;
}

.nt-sm-text,
.nt-sm-text-2,
.nt-sm-text-3 {
    font-size: 32px;
}

.nt-sm-text {
    left: 15px;
    position: relative;
}

.nt-sm-text-2 {
    left: -15px;
    position: relative;
}

.nt-sm-text-3 {
    left: -10px;
    position: relative;
}

.nt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.nt-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nt-logo__one {
    max-width: 160px;
    width: 100%;
    aspect-ratio: 160/45;
}

.nt-logo__two {
    max-width: 145px;
    width: 100%;
    aspect-ratio: 162/45;
}

.nt-logo__three {
    max-width: 186px;
    width: 100%;
    aspect-ratio: 186/45;
}

.nt-logo__four {
    max-width: 255px;
    width: 100%;
    aspect-ratio: 255/40;
}

/* Plk section */
.plk-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    /* column-gap: 70px; */
}

.plk-section__left {
    width: 35%;
    max-width: 605px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 25px;
    overflow: hidden;
}

.plk-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 605/800;
    border-radius: 25px;
}

.plk-header {
    font-size: 55px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    top: -10px;
    position: relative;
}

.plk-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 40px;
}

.plk-box-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.plk-download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.plk-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-brand-color);
    text-decoration: underline;
}

.plk-name:hover {
    text-decoration: none;
}

.plk-link {
    font-size: 18px;
    color: var(--main-brand-color);
    text-decoration: underline;
    font-weight: 700;
}

.plk-link:hover {
    text-decoration: none;
}

.plk-section__right {
    width: calc(100% - 705px);
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    /* column-gap: 35px; */
}

.plk-section-r__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 660px;
    min-width: 660px;
    justify-content: space-between;
}

.plk-section-r__left p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.plk-section-r__right {
    width: 255px;
    display: grid;
    grid-template-columns: 115px 115px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 54px;
    justify-content: space-between;
}

.plk-download-icon {
    width: 37px;
    height: 37px;
    top: 7px;
    position: relative;
}

.plk-section__right .order-btn {
    width: 100%;
    height: 85px;
    font-size: 20px;
}

.plk-free-box {
    height: 200px;
    margin-top: 40px;
    background-color: #222222;
    border-radius: 25px;
    padding-left: 55px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.plk-free-box p {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Goods section */
.goods-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.good-item {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.good-item img {
    width: 100%;
    margin-bottom: 30px;
}

.good-item ul {
    list-style: none;
    font-size: 18px;
    padding-left: 25px;
}

.good-item ul li {
    color: var(--main-grey-color);
    margin-bottom: 15px;
    position: relative;
}

.good-item ol {
    list-style: number;
    padding-left: 25px;
}

.good-item ol li {
    color: var(--main-grey-color);
    margin-bottom: 15px;
    position: relative;
}

.good-item ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -17px;
    width: 5px;
    height: 5px;
    background-color: var(--main-grey-color);
    border-radius: 30px;
}

.good-item p {
    font-size: 16px;
    color: var(--main-grey-color);
    max-width: 220px;
    margin-bottom: 10px;
}

.good-item__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* gh section */
.gh-section {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.gh-item {
    width: 50%;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    background: rgb(13, 13, 13);
    padding: 30px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.gh-item-title {
    font-size: 48px;
    font-size: clamp(1.38rem, 1.05rem + 1.65vw, 3rem);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    z-index: 5;
    position: relative;
}

.gh-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 5;
    position: relative;
    justify-content: space-between;
}

.gh-item__bottom ul {
    padding-left: 30px;
}

.gh-item__bottom ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 5px;
    margin-bottom: 10px;
}

.gh-item__bottom ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -17px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 30px;
}

.gh-section-btn {
    width: 215px;
    height: 85px;
    min-width: 215px;
}

.gh-item__blue::after {
    content: "";
    position: absolute;
    bottom: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: rgb(36, 33, 177);
    width: 370px;
    aspect-ratio: 1/1;
}

.gh-item__green::after {
    content: "";
    position: absolute;
    bottom: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: var(--main-brand-color);
    width: 370px;
    aspect-ratio: 1/1;
    opacity: 0.8;
}

/* Causes section */
.causes-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.causes__left {
    max-width: 570px;
    min-height: 100%;
    width: 50%;
}

.causes__left-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    margin-bottom: 50px;
    position: relative;
    position: sticky;
    top: 35px;
    left: 0;
}

.causes__right {
    max-width: 840px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.causes__right-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.causes__right-column:nth-child(2) {
    padding-top: 115px;
}

.cause-item {
    width: 100%;
    max-width: 400px;
    height: 500px;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    padding-top: 110px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.cause-item__number {
    content: "";
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-brand-color);
}

.causes__left-top::after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: var(--main-brand-color);
    width: 220px;
    aspect-ratio: 1/1;
    opacity: 0.5;
    z-index: -1;
}

.six-bg-number {
    width: 290px;
    height: auto;
    aspect-ratio: 290/458;
    background-image: url("../img/svg/six-number.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    position: relative;
}

.causes-title {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 230px;
    z-index: 5;
    position: relative;
}

.causes__left-bottom {
    font-size: 18px;
    font-style: italic;
    color: #545454;
}

.cause-item__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.plk-section-r__left p {
    font-size: 15.5px;
}

.plk-free-box p {
    font-size: 36px;
}

.plk-section__right .plk-p {
    font-size: 22px;
    margin-bottom: 35px;
}

div.causes__right-column:nth-child(2) > div:nth-child(3) {
    max-height: 383px;
}

.cause-item ul {
    padding-left: 20px;
}

.cause-item ul li,
.cause-item p {
    font-size: 18px;
    font-weight: 400;
    color: var(--main-grey-color);
    position: relative;
    padding-left: 5px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
}

.cause-item p {
    line-height: 1.3;
}

.cause-item ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: -17px;
    width: 5px;
    height: 5px;
    background-color: var(--main-grey-color);
    border-radius: 30px;
}

/* Solutions section */
.solutions-section {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.solutions-header {
    margin-bottom: 60px;
}

.solutions-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solution-tab-btn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    color: var(--main-light);
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

.solution-tab-btn:hover {
    border: 1px solid rgb(207, 207, 207);
}

.solution-tab-btn_active {
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}

.solution-tab-btn_active:hover {
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}

.tab-wrapper {
    width: 100%;
    height: 830px;
    height: 800px;
    margin-top: 60px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.tab-wrapper img {
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tab-box {
    top: 50px;
    width: 100%;
    max-width: 1400px;
    padding-right: 80px;
    position: relative;
    z-index: 5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-box__left {
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-box__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.header-nav li a {
    white-space: nowrap;
}

.tab-box._pd-container {
    padding-left: 0;
    padding-right: 0;
}

.tab-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.25;
}

.tab-box__left ul {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.tab-box__left ul li {
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
}

.tab-box__left ul li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: -17px;
    width: 5px;
    height: 5px;
    background-color: var(--main-light);
    border-radius: 30px;
}

.tab-btn {
    width: 100%;
}

.tab-box__right {
    width: 520px;
    aspect-ratio: 520/675;
}

.green-text {
    color: var(--main-brand-color);
}

/* br section */
.br-section {
    padding-top: 320px;
    position: relative;
}

.br-bg-1 {
    position: absolute;
    left: -15px;
    top: 50px;
    width: 57dvw;
    max-width: 1040px;
    aspect-ratio: 1040/160;
    background-image: url("../img/svg/br-bg-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.br-bg-2 {
    position: absolute;
    right: -50px;
    top: 290px;
    width: 100dvw;
    max-width: 1641px;
    aspect-ratio: 1640/187;
    background-image: url("../img/svg/br-bg-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.br-header {
    margin-bottom: 120px;
    z-index: 5;
    position: relative;
}

.br-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    height: 600px;
}

.br-box__left .br-item {
    position: relative;
    height: 100%;
    max-width: 560px;
}

.br-item {
    width: 100%;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    padding: 55px 55px;
    overflow: hidden;
    position: relative;
    background-color: var(--main-bg-color);
}

.br-title {
    font-size: 40px;
    font-size: clamp(1.13rem, 0.85rem + 1.39vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    z-index: 5;
    position: relative;
}

.br-text {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--main-grey-color);
    z-index: 5;
    position: relative;
}

.br-box__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.br-box__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.br-box__right-top .br-item {
    width: calc(50% - 10px);
    height: 290px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.br-icon {
    width: 80%;
    aspect-ratio: 447/307;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.br-box__right-bottom {
    width: 100%;
    background-color: #222222;
    border-radius: 25px;
    padding: 50px 65px;
    padding-top: 60px;
    height: 290px;
}

.br-item-grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.br-item-grey__left {
    width: 65%;
    max-width: 610px;
}

.br-item-grey__right {
    width: 35%;
    max-width: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.br-btn {
    width: 345px;
    white-space: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.br-video-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-top: 35px;
}

.br-video {
    max-width: 1140px;
    width: 70%;
    height: auto;
    aspect-ratio: 1140/600;
    border-radius: 25px;
    background-image: url("../img/video-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.br-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    margin-bottom: 25px;
    margin-right: 50px;
}

.play-video-btn {
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-image: url("../img/svg/btn-img.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.play-video-btn:hover {
    -webkit-transform: translateY(-50%) scale(1.025);
    -ms-transform: translateY(-50%) scale(1.025);
    transform: translateY(-50%) scale(1.025);
}

.play-video-btn:active {
    -webkit-transform: translateY(-50%) scale(1.075);
    -ms-transform: translateY(-50%) scale(1.075);
    transform: translateY(-50%) scale(1.075);
}

.br-item-bg-gr-cnt::after {
    content: "";
    width: 280px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: #22B364;
    aspect-ratio: 1/1;
    opacity: 0.7;
}

.projects-swiper {
    width: 100%;
}

.br-item-bg-pink-cnt::after {
    content: "";
    width: 180px;
    position: absolute;
    bottom: 215px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: #A521B1;
    aspect-ratio: 1/1;
    opacity: 0.9;
}

.br-item-bg-blue-cnt::after {
    content: "";
    position: absolute;
    width: 243px;
    bottom: 185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: #2421B1;
    aspect-ratio: 1/1;
    opacity: 0.9;
}

.br-box__right-bottom::after {
    content: "";
    position: absolute;
    width: 245px;
    bottom: 185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    background: var(--main-brand-color);
    aspect-ratio: 1/1;
    opacity: 0.75;
}

.br-box__right-bottom {
    overflow: hidden;
    position: relative;
}

/* Produce section */
.ps-bg-1 {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 45dvw;
    max-width: 946px;
    aspect-ratio: 946/146;
    background-image: url("../img/svg/ps-bg-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.ps-bg-2 {
    position: absolute;
    right: 47px;
    top: 260px;
    width: 55dvw;
    max-width: 1090px;
    aspect-ratio: 1090/187;
    background-image: url("../img/svg/ps-bg-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.produce-section {
    padding-top: 260px;
    padding-bottom: 60px;
    position: relative;
}

.produce-header {
    margin-bottom: 25px;
    z-index: 5;
    position: relative;
}

.produce-subtitle {
    font-size: 22px;
    font-weight: 400;
}

.produce-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    margin-top: 100px;
}

.produce-item {
    position: relative;
    width: calc(33.33% - 13.5px);
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    padding: 55px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 225px;
    padding-top: 58px;
    background-color: var(--main-bg-color);
}

.produce-item__number {
    content: "";
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-brand-color);
}

.produce-item__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.produce-item__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-grey-color);
}

.partners-box__top {
    margin-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-box__title {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}

.partners-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 800px;
    width: 100%;
}

.partners-box__bottom {
    margin-top: 60px;
}

.logo-p-one {
    width: 91px;
    aspect-ratio: 91/100;
}

.logo-p-two {
    width: 100px;
    aspect-ratio: 100/100;
}

.logo-p-three {
    width: 135px;
    aspect-ratio: 135/100;
}

.logo-p-four {
    width: 135px;
    aspect-ratio: 135/100;
}

.logo-p-five {
    width: 135px;
    aspect-ratio: 135/100;
}

.partners-box .nt-left__bottom {
    grid-template-columns: repeat(5, 275px);
}

.partners-box .nt-sm-text-2 {
    left: -5px;
    position: relative;
}

/* projects section */
.projects-section {
    padding-top: 180px;
    padding-bottom: 60px;
    position: relative;
}

.projects-header {
    margin-bottom: 170px;
    z-index: 5;
    position: relative;
}

.pj-bg-1 {
    position: absolute;
    left: -70px;
    top: 70px;
    width: 95dvw;
    max-width: 1750px;
    aspect-ratio: 1834/296;
    background-image: url("../img/svg/pj-bg-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.project-items-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.project-item {
    width: 100%;
    border: 1px solid rgb(44, 44, 44);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px;
    position: relative;
}

.project-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), color-stop(59.5%, rgba(13, 13, 13, 0.9)));
    background: -o-linear-gradient(top, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.9) 59.5%);
    background: linear-gradient(180deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.9) 59.5%);
}

.project-item:hover .project-name {
    text-decoration: none;
}

.project-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.project-content {
    z-index: 5;
    position: relative;
}

.project-name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: underline;
}

.project-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

#swiper-wrapper-d6cc10ec1009619dd8 > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
    margin-bottom: 7px;
}

.project-line__name {
    font-size: 12px;
    font-weight: 400;
    color: var(--main-grey-color);
}

.project-line__value {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 7px;
}

.project-line__value:last-child {
    margin-bottom: 0;
}

/* Form section */
.form-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-box {
    padding: 55px 55px 55px 70px;
    border-radius: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--main-brand-color);
    background-image: url("../img/le-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.form-section__title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.25;
    max-width: 560px;
    width: 560px;
}

.form-box__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-box__subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.main-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.main-form input {
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 100px;
    height: 85px;
    height: 75px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 345px;
    width: 100%;

    border: 3px solid transparent;
}

.main-form input::-webkit-input-placeholder {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 500;
}

.main-form input::-moz-placeholder {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 500;
}

.main-form input:-ms-input-placeholder {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 500;
}

.main-form input::-ms-input-placeholder {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 500;
}

.main-form input::placeholder {
    color: #ABABAB;
    font-size: 18px;
    font-weight: 500;
}

.main-form [type=submit] {
    width: 345px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.main-form [type=submit]:hover {
    opacity: 0.8;
}

.main-form > input:nth-child(1) {
    max-width: 240px;
}

/* Team section */
.team-section {
    height: 1100px;
    padding-top: 85px;
    padding-bottom: 60px;
    position: relative;
    margin-top: 50px;
}

.team-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.team-sectio__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px;
}

.team-header {
    font-size: 50px;
    z-index: 5;
    position: relative;
}

.team-bottom {
    z-index: 5;
    position: relative;
    top: 50px;
}

.team-bottom .bre-center {
    font-size: 55px;
    letter-spacing: 1px;
}

.bre-big-text {
    font-size: 96px;
    letter-spacing: -7px;
}

.team-center-box {
    position: absolute;
    top: 38%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 650px;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-center-we-02 {
    top: 40px;
    position: relative;
}

.awards-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.awards-header {
    margin-bottom: 60px;
}

.awards-swiper .swiper-slide {
    width: 225px;
    aspect-ratio: 225/315;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
}

/* Press center section */
.news-item {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-date {
    font-size: 12px;
    font-weight: 400;
    color: var(--main-grey-color);
    margin-bottom: 10px;
}

.news-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
}

.news-item:hover .news-title {
    text-decoration: none;
}

.press-center-header {
    margin-bottom: 25px;
}

.press-center-subtitle {
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: 400;
}

.press-center-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.press-center-section .project-item {
    height: auto;
    aspect-ratio: 1/1;
}

/* Footer */
.footer {
    width: 100%;
    margin-top: 65px;
    padding-bottom: 50px;
}

.footer-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    aspect-ratio: 400/42;
    height: auto;
}

.footer-logo img {
    width: 100%;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.footer-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.footer-nav li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--ubuntu);
    color: var(--main-light);
}

.footer-nav li a:hover {
    color: var(--main-brand-color);
}

.footer-wrap__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 415px;
}

.footer-call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-top-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.another-production-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    height: 55px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
}

.footer-top-down__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.footer-top-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sk-link {
    width: 100%;
    max-width: 160px;
    aspect-ratio: 160/45;
}

.email-link {
    font-family: var(--stolzl-font);
    top: 18px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.email-link:hover {
    color: var(--main-brand-color);
}

.footer-bottom {
    width: 100%;
    margin-top: 60px;
    padding-top: 45px;
    border-top: 1px solid #3B3B3B;
}

.footer-tag {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.footer-top-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
}

.footer-call-box p {
    font-size: 13px;
}

.goods-swiper {
    width: 100%;
}

.team-center-box {
    position: absolute;
    top: 47%;
    left: 52%;
}

.mobile-header-call-box {
    display: none;
}

.mobile-consultation-btn {
    display: none;
}

.project-items-box .news-item {
    max-width: 400px;
    aspect-ratio: 1;

}

/* Mobile menu */
:root {
    --burger-menu-color: var(--main-brand-color);
    --burger-menu-width: 40px;
    --burger-menu-height: 40px;
    --burger-top-plus: 5px;
    --burger-top-minus: -5px;
    --burger-line-height: 3.7px;
    --burger-line-round: 5px;
}

.header__burger {
    width: var(--burger-menu-width);
    height: var(--burger-menu-height);
    position: relative;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 100px;
    display: none;
}

.header__burger span {
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    width: 15px;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger span::before {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-minus);
    width: 15px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger span::after {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-plus);
    width: 15px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger.open span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: transparent;
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}






.footer-rg-p {
    font-weight: 300;
    opacity: .5;
}

.footer-rg-title {
    opacity: .7;
}

.footer-top-down__center {
    top: -30px;
    left: -88px;
    position: relative;
}

@media (max-width: 1650px) {

    .footer-top-down__center {
        top: 0;
        left: -20px;
        position: relative;
    }

}

@media (max-width: 1500px) {

    .footer-top-down__center {
        top: 0;
        left: 0;
        position: relative;
    }

    .footer-rg-title {
        margin-bottom: 15px;
     }

}






/* стили Contact Form 7 */

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

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

.wpcf7-not-valid {
    border: 3px solid rgb(157, 2, 2) !important;
}

.wpcf7 {
    width: 100%;
}

.form-section .wpcf7-form p {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.form-section .wpcf7-form .wpcf7-form-control-wrap {
    max-width: 345px;
}

.form-section .wpcf7-form p .wpcf7-form-control-wrap:nth-child(1) {
    max-width: 240px;
  }


  .ctnt-page main {
    margin-top: 150px;
    padding-top: 120px;
    padding-bottom: 20px;
}




/* Media Queries */

@media (max-width: 1900px) {
    .fsp-section {
        width: calc(100% - 50px);
        margin-top: 25px;
    }

    .news-title {
        font-size: 25px;
    }

    .news-item {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .solutions-section {
        max-width: 95%;
    }
}

@media (max-width: 1800px) {

    .fsp-header {
        max-width: 700px;
        font-size: 40px;
    }

    .fsp-p {
        max-width: 600px;
    }

    .plk-header {
        font-size: 40px;
    }

    .plk-section__left {
        width: 35%;
        max-width: 550px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .plk-section {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .plk-section__right {
        width: calc(100% - 600px);
    }

    .plk-section__right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .plk-section-r__right {
        row-gap: 60px;
    }

    .plk-section__right .order-btn {
        max-width: 400px;
    }

    .plk-box {
        margin-bottom: 60px;
    }

    .plk-free-box p {
        margin-bottom: 15px;
    }

    .plk-section-r__right {
        grid-template-columns: 90px 90px;
    }

    .br-video-content {
        margin-right: 25px;
    }

    .produce-item {
        height: 260px;
        padding: 45px 40px;
        padding-top: 70px;
    }

    .produce-item__number {
        top: 30px;
        right: 30px;
    }

    .project-item {
        padding: 50px 35px;
    }

    .project-name {
        font-size: 25px;
    }

    .project-line__value {
        font-size: 15px;
    }

    .project-items-box {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .form-section__title {
        font-size: 40px;
    }

    .team-center-box {
        position: absolute;
        top: 38%;
        left: 54%;
    }

    .team-center-box {
        position: absolute;
        top: 48%;
        left: 52%;
    }

    .plk-section-r__right {
        row-gap: 90px;
    }

    .plk-header {
        max-width: 600px;
    }

}

@media (max-width: 1750px) {
    .bottom-right-el {
        bottom: 25px;
        right: 0;
    }

    .bre-center {
        font-size: 80px;
    }

    .header._container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .header {
        margin-top: 60px;
    }

    .fsp-section {
        padding-right: 40px;
        padding-left: 40px;
    }

    .plk-section-r__left p {
        font-size: 16px;
    }

    .plk-free-box p {
        font-size: 32px;
    }

    .nt-sm-text-2 {
        left: -5px;
        position: relative;
    }

    .plk-name,
    .plk-link {
        text-decoration-thickness: 1px;
    }

    .ctnt-page main {
        margin-top: 130px;
    }
}

@media (max-width: 1700px) {
    .nt-left__bottom {
        display: grid;
        grid-template-columns: repeat(4, 220px);
        max-width: 1000px;
    }

    .nt-item {
        height: auto;
        aspect-ratio: 1/1;
    }

    .nt-item__number {
        font-size: clamp(1rem, 0.41rem + 2.95vw, 3.75rem);
    }

    .partners-box__bottom .nt-left__bottom {
        width: 100%;
        max-width: initial;
    }

    .partners-box__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 60px;
    }

    .logo-p {
        max-width: 80px;
    }

    .partners-logos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo-p-two {
        width: 60px;
        aspect-ratio: 100/100;
    }

    .logo-p-one {
        width: 60px;
    }
}

@media (max-width: 1700px) {

    .team-bottom .bre-center {
        font-size: 50px;
    }

    .bre-big-text {
        font-size: 65px;
    }

    .bre-bottom {
        top: 5px;
        position: relative;
    }

    .page-about .team-bottom {
        z-index: 5;
        position: relative;
        top: -20px;
    }

    .page-about .team-bottom {
        z-index: 5;
        position: relative;
        top: -30px;
    }

}

@media (max-width: 1650px) {
    .bottom-right-el {
        width: 210px;
        bottom: 25px;
        right: 10px;
    }

    .plk-free-box p {
        font-size: 27px;
    }

    .plk-section__left {
        width: 35%;
        max-width: 450px;
    }

    .plk-section__right {
        width: calc(100% - 500px);
    }

    .six-bg-number {
        width: 200px;
    }

    .causes-title {
        font-size: 45px;
    }

    .br-video-content {
        min-width: 350px;
    }

    .br-video-box {
        -webkit-column-gap: 105px;
        -moz-column-gap: 105px;
        column-gap: 105px;
    }

    .partners-box .nt-left__bottom {
        grid-template-columns: repeat(5, 1fr);
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1600px) {
    .form-box {
        padding: 40px 25px 50px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px;
    }

    .form-section__title {
        font-size: 45px;
        max-width: 60%;
    }

    .form-section__title br {
        display: none;
    }

    .form-box__subtitle {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .form-section .main-form > input:nth-child(1) {
        max-width: 345px;
    }

    .form-section .wpcf7-form-control-wrap,
    .form-section .wpcf7-form p .wpcf7-form-control-wrap:nth-child(1) {
        max-width: 345px;
    }

    .form-section .wpcf7-form p {
        display: flex;
        column-gap: 20px;
        justify-content: flex-start;
    }

    .form-section__title {
        width: auto;
    }

    .cause-item__title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .cause-item ul li {
        font-size: 17px;
    }

    .cause-item {
        padding-left: 37px;
        padding-right: 37px;
        padding-bottom: 32px;
    }
}

@media (max-width: 1550px) {
    .header-nav ul {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .header-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .header-wrap__right {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .header-tel {
        white-space: nowrap;
    }

    .main h2 {
        font-size: 40px;
    }

    .nt-title {
        font-size: 30px;
    }

    .br-text {
        font-size: 20px;
    }

    .br-box__right-bottom,
  .br-item {
        padding-left: 45px;
        padding-right: 45px;
    }

    .nt-item__title {
        font-size: 16px;
    }

    .news-item {
        padding: 35px;
    }

    .news-title {
        font-size: 23px;
    }

    .nt-sm-text-2,
  .nt-sm-text {
        left: 0;
        position: relative;
    }

    .projects-section._pd-container {
        padding-right: 0;
    }

    .projects-swiper {
        padding-right: 40px;
    }

    .footer-nav ul {
        column-gap: 40px;
    }

    .nt-title {
        margin-bottom: 70px;
    }


}

@media (max-width: 1500px) {
    .bottom-right-el {
        width: 200px;
        bottom: 10px;
    }

    .header-nav {
        display: none;
    }

    .nt-header {
        margin-bottom: 20px;
    }

    .gh-section {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .gh-item {
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .gh-item__bottom ul {
        padding-left: 15px;
    }

    .gh-item__bottom ul li::after {
        top: 12px;
    }

    .br-item-grey {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .br-box {
        height: 660px;
    }

    .br-box__right-bottom {
        height: 350px;
    }

    .br-item-grey__right {
        width: 50%;
        max-width: initial;
    }

    .br-btn {
        width: 500px;
    }

    .form-box {
        padding: 50px 35px 50px 50px;
    }

    .nt-subtitle,
  .plk-section__right .plk-p {
        font-size: clamp(0.88rem, 0.77rem + 0.54vw, 1.38rem);
        line-height: 1.35;
    }

    .causes__left-top::after {
        bottom: 35px;
    }

    .br-box__right-bottom {
        padding-top: 40px;
    }

    .br-title {
        font-size: 30px;
    }

    .play-video-btn {
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .play-video-btn:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.025);
        -ms-transform: translate(-50%, -50%) scale(1.025);
        transform: translate(-50%, -50%) scale(1.025);
    }

    .br-section {
        padding-top: 150px;
        position: relative;
    }

    .br-bg-1 {
        position: absolute;
        left: -15px;
        top: -11px;
    }

    .br-bg-2 {
        position: absolute;
        right: -50px;
        top: 139px;
    }

    .br-video {
        width: 80%;
    }

    .br-video-box {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .br-text {
        max-width: 250px;
    }

    .br-box__left {
        width: 400px;
    }

    .br-box__right {
        width: calc(100% - 420px);
    }

    .br-text {
        max-width: 550px;
    }

    .br-item-grey__left {
        margin-bottom: 20px;
    }

    .team-bottom .bre-center {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 65px;
        letter-spacing: -7px;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-opened .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: #222222;
        padding: 15px 40px;
        padding-top: 12px;
        padding-bottom: 16px;
        border-radius: 20px;
        width: calc(100% - 120px);
        top: 70px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px;
    }

    .mobile-menu-opened.header._container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .header-nav ul {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .mobile-header-call-box {
        margin-top: 30px;
    }

    .mobile-menu-opened .header-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }

    .nt-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 1450px) {
    .order-btn,
    .order-btn-2 {
        height: 70px;
    }

    .fsp-section {
        padding-bottom: 40px;
    }

    .nt-sm-text {
        left: 5px;
        position: relative;
    }

    .nt-item {
        padding: 20px;
    }

    .nt-left__bottom {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .tab-box__right {
        width: 480px;
        aspect-ratio: 520/675;
    }

    .plk-section__left {
        width: 300px;
        max-width: 300px;
    }

    .plk-section__right {
        width: calc(100% - 350px);
    }

    .plk-section-r__right {
        row-gap: 65px;
    }

    .plk-image {
        width: 100%;
        height: auto;
    }

    .plk-box {
        margin-bottom: 30px;
    }

    .plk-free-box {
        padding-left: 55px;
        padding-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .plk-free-box {
        height: 160px;
    }

    .plk-section-r__left {
        justify-content: flex-start;
    }
}

@media (max-width: 1400px) {
    .bre-center {
        font-size: 70px;
    }

    .bottom-right-el {
        width: 160px;
    }

    .header-logo,
  .footer-logo {
        width: 300px;
    }

    .footer-call-box {
        row-gap: 0;
    }

    .fsp-header {
        max-width: 650px;
        font-size: 35px;
    }

    .nt-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 50px;
    }

    .nt-title {
        margin-bottom: 40px;
    }

    .nt-title br {
        display: none;
    }

    .nt-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    ._pd-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .ctnt-page ._pd-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .good-item ul li,
  .good-item ol li,
  .good-item p {
        font-size: clamp(0.75rem, 0.67rem + 0.4vw, 1.13rem);
        margin-bottom: 0;
        line-height: 1.3;
    }

    .good-item__title {
        font-size: clamp(0.75rem, 0.59rem + 0.81vw, 1.5rem);
    }

    .good-item ul {
        margin-bottom: 5px;
    }

    .good-item p {
        line-height: 1.4;
    }

    .causes__right {
        width: calc(100% - 400px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .causes__left {
        width: 30%;
        min-width: 350px;
    }

    .causes-title {
        font-size: 35px;
    }

    .footer-nav {
        display: none;
    }

    .causes__left-top::after {
        bottom: 0;
    }

    .br-section {
        padding-top: 200px;
        position: relative;
    }

    .br-bg-2 {
        position: absolute;
        right: -50px;
        top: 185px;
        width: 80dvw;
    }

    .br-bg-1 {
        top: 0;
        width: 45dvw;
    }

    .br-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .partners-box__bottom .nt-item {
        min-width: 200px;
    }

    .partners-box__bottom .nt-item__title {
        font-size: 15px;
    }

    .team-bottom .bre-center {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 65px;
        letter-spacing: -7px;
    }

    .project-content {
        font-size: 14px;
    }

    .news-item {
        padding: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-title {
        font-size: 20px;
    }

    .solutions-section ._pd-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tab-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tab-box__right {
        max-width: 405px;
        aspect-ratio: 520/675;
        margin-right: 30px;
    }
}

@media (max-width: 1300px) {
    .sk-logo {
        width: 45px;
        margin-bottom: 15px;
    }

    .consultation-btn {
        height: 45px;
    }

    .bottom-right-el {
        bottom: 10px;
    }

    .bre-center {
        font-size: 60px;
    }

    .plk-free-box p {
        font-size: 27px;
    }

    .plk-free-box {
        padding-left: 40px;
        padding-right: 35px;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .plk-section__left {
        width: initial;
        max-width: 350px;
    }

    .plk-section__right {
        width: calc(100% - 400px);
    }

    .plk-item {
        height: 100px;
    }

    .plk-section-r__right {
        row-gap: 10px;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }

    .plk-section__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main h2 {
        font-size: 30px;
    }

    .cause-item__title {
        font-size: 23px;
    }

    .cause-item {
        padding-top: 110px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .causes-section {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .tab-wrapper {
        margin-top: 40px;
    }

    .plk-free-box p {
        font-size: 22px;
    }

    .plk-free-box {
        height: auto;
        padding-bottom: 30px;
    }

    .plk-link {
        font-size: 16px;
    }

    .tab-box {
        padding-right: 0px;
    }

    .tab-box__left ul li {
        font-size: 17px;
    }

    .tab-wrapper {
        width: 100%;
        height: 675px;
    }

    .tab-btn {
        max-width: 400px;
    }

    .br-title {
        font-size: 25px;
    }

    .br-item,
  .br-box__right-top .br-item {
        padding-top: 35px;
    }

    .br-box__right-bottom, .br-item {
        padding-left: 35px;
        padding-right: 35px;
    }

    .br-header {
        margin-bottom: 70px;
    }

    .br-text {
        font-size: 18px;
    }

    .produce-section {
        padding-top: 200px;
    }

    .produce-item__title {
        font-size: 25px;
    }

    .produce-item {
        padding-top: 90px;
    }

    .pj-bg-1 {
        position: absolute;
        left: 61px;
        top: 32px;
        width: 64dvw;
        max-width: 1750px;
        aspect-ratio: 1834/296;
        background-image: url("../img/svg/pj-bg-1.svg");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .projects-section {
        padding-top: 50px;
    }

    .projects-header {
        margin-bottom: 60px;
    }

    .team-header {
        top: 50px;
        position: relative;
    }

    .gh-item__bottom {
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gh-item__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }

      .plk-header {
        max-width: 440px;
      }
}

@media (max-width: 1350px) {
    .produce-item {
        height: 270px;
    }
}

@media (max-width: 1250px) {
    .partners-box .nt-left__bottom {
        grid-template-columns: repeat(3, 220px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 25px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1200px) {
    .fsp-header {
        max-width: 600px;
        font-size: 27px;
        margin-bottom: 10px;
    }

    .fsp-p {
        font-size: 17px;
    }

    .order-btn,
    .order-btn-2 {
        font-size: 18px;
    }

    .bottom-right-el {
        width: 150px;
    }

    .plk-section__left {
        width: initial;
        max-width: 250px;
    }

    .plk-section__right {
        width: calc(100% - 300px);
    }

    .causes-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 60px;
    }

    .causes__right {
        width: 100%;
    }

    .cause-item__title {
        font-size: 25px;
    }

    .six-bg-number {
        width: 300px;
    }

    .bre-top, .bre-bottom {
        line-height: 1.2;
    }

    .bre-center {
        font-size: 50px;
    }

    .bre-bottom {
        top: 5px;
        position: relative;
    }

    .bottom-right-el {
        bottom: 20px;
    }

    .plk-section__right .order-btn {
        height: 60px;
    }

    .solutions-btns {
        row-gap: 20px;
    }

    .tab-box {
        padding-right: 0;
    }

    .produce-top-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .produce-item {
        width: 600px;
        height: 210px;
        padding-top: 70px;
    }

    div.produce-item:nth-child(3) > div:nth-child(2) br {
        display: none;
    }

    .form-box__subtitle {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .main-form input {
        height: 60px;
    }

    .main-form input {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .form-box .main h2 {
        font-size: 25px;
    }

    .form-box {
        row-gap: 30px;
    }

    .main-form input {
        width: 31%;
        max-width: initial;
        min-width: initial;
    }

    .team-bottom .bre-center {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .team-section {
        padding-bottom: 0px;
    }

    .team-sectio__inner {
        padding-bottom: 0px;
    }

    .team-bottom {
        z-index: 5;
        position: relative;
        top: -120px;
    }

    .team-section {
        padding-top: 0;
    }

    .form-section .main-form input {
        width: 100%;
        max-width: 345px;

    }

    .form-section .wpcf7-form-control-wrap, .form-section .wpcf7-form p .wpcf7-form-control-wrap:nth-child(1) {
        max-width: 345px;
        width: 100%;
    }

}

@media (max-width: 1150px) {
    .bottom-right-el {
        width: 110px;
    }

    .plk-section__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 50px;
    }

    .plk-section-r__right {
        width: 100%;
        max-width: initial;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .plk-section-r__left {
        width: 100%;
        max-width: initial;
    }

    .plk-item {
        height: 85px;
    }

    .plk-item img {
        width: 100%;
        height: 100%;
    }

    .br-box__left {
        width: 300px;
    }

    .br-box__right {
        width: calc(100% - 300px);
    }

    .br-item-grey__left {
        margin-bottom: 0;
    }

    .press-center-section .project-items-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 95%;
        row-gap: 25px;
    }

    .press-center-section .project-item {
        width: calc(50% - 10px);
        height: 280px;
        padding-bottom: 30px;
    }

    .plk-header {
        max-width: 500px;
    }

    .plk-header br {
        display: none;
    }

    .plk-section-r__right {
        max-width: 573px;
    }

    .footer-rg-title {
        margin-bottom: 12px !important;
    }

}

@media (max-width: 1100px) {
    .fsp-header {
        max-width: 450px;
        font-size: 25px;
    }

    .fsp-p {
        font-size: 14px;
        max-width: 500px;
        line-height: 1.25;
    }

    .bre-top {
        line-height: 1.1;
    }

    .fsp-section {
        padding-right: 35px;
        padding-left: 35px;
    }

    .gh-item__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .gh-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .gh-item__bottom {
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .plk-section__right {
        row-gap: 35px;
    }

    .project-item {
        height: 600px;
    }

    .project-name {
        font-size: 20px;
    }

    .project-item {
        padding: 40px 25px;
    }

    .nt-left__bottom {
        grid-template-columns: repeat(4, 1fr);
    }

    .br-btn {
        min-width: 260px;
    }

    .team-bottom .bre-center {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 45px;
        letter-spacing: -7px;
    }

    .team-bottom {
        top: -75px;
        position: relative;
    }

    .team-header {
        top: 95px;
        position: relative;
    }

    .press-center-subtitle {
        margin-bottom: 50px;
    }

    .team-section {
        margin-top: 0;
        padding-top: 0;
    }

    .form-section {
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    .sk-link {
        max-width: 120px;
    }

    .another-production-btn {
        width: 270px;
        height: 50px;
        font-size: 13px;
    }

    .email-link {
        font-size: 17px;
    }

    .footer-tag {
        font-size: 13px;
    }

    .footer {
        padding-bottom: 50px;
    }

    .bottom-right-el {
        bottom: 15px;
        right: 1%;
    }

    .bre-top, .bre-bottom {
        font-size: 12px;
    }

    .bre-center {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .header {
        margin-top: 45px;
    }

    .header-tel {
        font-size: 18px;
    }

    .header-call-box p {
        font-size: 11px;
    }

    .consultation-btn {
        height: 40px;
        font-size: 13px;
    }

    .header-call-box {
        row-gap: 0;
    }

    .sk-logo {
        width: 35px;
        margin-bottom: 10px;
    }

    .fsp-header {
        max-width: 400px;
        font-size: 22px;
    }

    .order-btn,
    .order-btn-2 {
        height: 48px;
        font-size: 16px;
    }

    .header-wrap__right {
        max-width: 350px;
    }

    .plk-section__left {
        display: none;
    }

    .plk-section__right {
        width: 90%;
    }

    .plk-free-box {
        width: 450px;
    }

    .plk-item {
        height: 75px;
    }

    .plk-free-box {
        height: auto;
    }

    .plk-free-box p {
        font-size: 22px;
    }

    .plk-free-box {
        padding-left: 40px;
        padding-right: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .solution-tab-btn {
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
    }

    .gh-item-title {
        font-size: 28px;
    }

    .plk-section-r__right {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .tab-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .tab-box {
        top: 60px;
    }

    .tab-box__left ul li {
        font-size: 16px;
    }

    .tab-box__right {
        width: 400px;
    }

    .tab-box__left {
        width: 650px;
    }

    .br-section {
        padding-top: 100px;
        position: relative;
    }

    .br-bg-2 {
        top: 87px;
    }

    .br-video-content {
        min-width: 250px;
        max-width: 250px;
    }

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

    .cause-item ul li,
    .cause-item p {
        font-size: 16px;
    }

    .br-title {
        font-size: 19px;
    }

    .br-box {
        height: 600px;
    }

    .produce-top-box {
        margin-top: 50px;
    }

    .footer-wrap__right {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .another-production-btn {
        height: 40px;
    }

    .email-link {
        font-size: 15px;
    }

    .main-form input,
    .main-form [type=submit] {
        width: 33%;
        max-width: initial;
        font-size: 15px;
    }

    .main-form input::-webkit-input-placeholder {
        font-size: 15px;
    }

    .main-form input::-moz-placeholder {
        font-size: 15px;
    }

    .main-form input:-ms-input-placeholder {
        font-size: 15px;
    }

    .main-form input::-ms-input-placeholder {
        font-size: 15px;
    }

    .main-form input::placeholder {
        font-size: 15px;
    }

    .main-form > input:nth-child(1) {
        max-width: initial;
    }

    .form-box__subtitle {
        font-size: 16px;
    }

    .plk-section__right .order-btn {
        font-size: 16px;
    }

    .plk-section-r__left .plk-header {
        font-size: 28px;
    }

    .press-center-subtitle {
        font-size: 16px;
        font-weight: 400;
    }



}

@media (max-width: 1000px) {

    .team-bottom .bre-center {
        font-size: 30px;
     }

     .bre-big-text {
        font-size: 45px;
     }

     .page-about .team-bottom {
        top: 0;
     }

     .nt-section {
        padding-top: 10px;
     }

}


@media (max-width: 900px) {
    .header-logo, .footer-logo {
        width: 220px;
    }

    .nt-sm-text, .nt-sm-text-2, .nt-sm-text-3 {
        font-size: 20px;
    }

    .plk-section-r__left p {
        font-size: 17px;
    }

    .plk-free-box > p:nth-child(1) {
        font-size: 22px;
    }

    .plk-section-r__right {
        max-width: 450px;
    }

    .gh-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .gh-item {
        width: 100%;
    }

    .causes__right-column:nth-child(2) {
        padding-top: 0;
    }

    div.causes__right-column:nth-child(2) > div:nth-child(3) {
        max-height: initial;
    }

    .awards-header {
        margin-bottom: 30px;
    }

    .br-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .br-box__left {
        width: 100%;
    }

    .br-box__left .br-item {
        position: relative;
        height: 250px;
    }

    .br-icon {
        display: none;
    }

    .br-box {
        height: auto;
    }

    .br-box__right {
        width: 100%;
    }

    .br-box__right-bottom {
        height: auto;
    }

    .br-text {
        font-size: 16px;
    }

    .br-box__right-top .br-item,
  .br-box__left .br-item {
        height: auto;
        padding-bottom: 55px;
    }

    .br-box__right-bottom::after {
        left: 77%;
    }

    .br-item-bg-gr-cnt::after {
        bottom: 110px;
        left: 83%;
    }

    .br-video-content {
        margin-right: 0;
    }

    .br-video-content {
        min-width: 220px;
        max-width: 220px;
    }

    h2.br-title {
        font-size: 22px;
    }

    .play-video-btn {
        width: 70px;
        height: 70px;
    }

    .produce-subtitle {
        font-size: 18px;
        font-weight: 400;
    }

    .produce-top-box {
        margin-top: 50px;
    }

    .produce-item {
        height: auto;
        background-color: var(--main-bg-color);
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 25px;
    }

    .produce-item__text {
        font-size: 16px;
    }

    .produce-item__title {
        font-size: 21px;
    }

    .produce-top-box {
        row-gap: 15px;
    }

    .partners-box__title {
        font-size: 35px;
    }

    .partners-box__top {
        row-gap: 40px;
    }

    .partners-box__title {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
    }

    .partners-box__top {
        margin-top: 60px;
    }

    .form-box {
        padding: 45px 30px 45px 35px;
        row-gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 650px;
    }

    .main-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .main-form input,
  .main-form [type=submit] {
        width: 350px;
        max-width: initial;
        font-size: 15px;
    }

    .form-section__title {
        max-width: 100%;
    }

    .form-section .wpcf7-form p {
        display: flex;
        column-gap: 20px;
        justify-content: flex-start;
        flex-direction: column;
        row-gap: 15px;
      }

      .plk-section__right {
        width: 100%;
      }

}

@media (max-width: 850px) {
    .bre-center {
        font-size: 35px;
        letter-spacing: -3px;
    }

    .bottom-right-el {
        width: 95px;
    }

    .bre-top, .bre-bottom {
        font-size: 10px;
    }

    .fsp-section {
        padding-bottom: 25px;
        min-height: 450px;
        background-position-x: right;
        background-position-y: bottom;
        background-size: cover;
        border-radius: 18px;
        overflow: hidden;
    }

    .fsp-header {
        max-width: 350px;
        font-size: 18px;
    }

    .fsp-p {
        font-size: 12px;
        max-width: 400px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .fsp-section {
        width: calc(100% - 30px);
        margin-top: 25px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header._container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nt-left__bottom {
        grid-template-columns: repeat(2, minmax(0, 200px));
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }

    .nt-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: 250px 250px;
        grid-template-rows: 50px 50px;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gh-item__bottom ul li {
        font-size: 15px;
    }

    .gh-item__bottom ul li::after {
        top: 11px;
        width: 3px;
        height: 3px;
    }

    .cause-item ul li,
    .cause-item p {
        font-size: 16px;
        font-weight: 400;
    }

    .cause-item {
        height: 450px;
    }

    .cause-item__title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .causes__left-top {
        margin-bottom: 0px;
    }

    .causes__right {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        row-gap: 35px;
    }

    .projects-header {
        margin-bottom: 70px;
    }

    .partners-box .nt-left__bottom {
        grid-template-columns: repeat(2, 220px);
    }

    .cause-item ul li,
    .cause-item p {
        font-size: 13px;
    }

    .cause-item ul li::after {
        content: "";
        position: absolute;
        top: 9px;
        left: -17px;
        width: 3px;
        height: 3px;
        background-color: var(--main-grey-color);
        border-radius: 30px;
    }

    .tab-box__left ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .br-video-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 25px;
    }

    .br-video {
        width: 100%;
    }

    .br-video-content {
        min-width: 100%;
        max-width: 100%;
    }

    .br-title {
        margin-bottom: 10px;
    }

    .br-video-box {
        margin-top: 20px;
    }

    .partners-box .nt-left__bottom {
        gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .produce-item {
        width: 100%;
    }

    .team-bottom .bre-center {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 35px;
        letter-spacing: -4px;
    }

    .team-bottom {
        top: -130px;
        position: relative;
    }

    .team-section {
        height: 1000px;
    }

    .team-sectio__inner {
        padding-bottom: 0;
    }

    .team-section {
        padding-bottom: 0;
    }

    .awards-section {
        padding-top: 0;
    }

    .plk-section, .goods-section, .gh-section, .causes-section, .solutions-section, .br-section, .produce-section, .projects-section, .form-section, .team-section, .awards-section, .press-center-section, .form-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .team-section {
        margin-top: 0;
        padding-top: 0;
    }

    .form-section {
        margin-bottom: 0;
    }

    .team-bottom {
        top: -70px;
        position: relative;
    }

    .form-box {
        width: 100%;
        padding: 45px 30px 40px 35px;
    }

    .mobile-menu-opened .header-nav {
        width: calc(100% - 60px);
    }

    .bottom-right-el {
        bottom: 25px;
        right: 3%;
    }

     .nt-logo {
         width: 60%;
     }

     div.nt-logo:nth-child(4) {
        width: 100%;
     }

}

@media (max-width: 750px) {
    .good-item__title {
        margin-bottom: 15px;
    }

    .header .consultation-btn {
        display: none;
    }

    .header-wrap__right {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: -3px;
        position: relative;
    }

    .another-production-btn {
        height: 35px;
        font-size: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .consultation-btn {
        height: 35px;
        font-size: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-wrap__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-logo {
        top: 5px;
        position: relative;
    }

    .footer-top-down {
        margin-top: 10px;
    }

    .email-link {
        font-size: 13px;
    }

    .another-production-btn {
        top: -45px;
        position: relative;
    }

    .footer-top-down {
        height: 100px;
    }

    .sk-link {
        top: -45px;
        position: relative;
        max-width: 120px;
    }

    .footer-bottom {
        width: 100%;
        margin-top: 2px;
        padding-top: 45px;
        border-top: 1px solid #3B3B3B;
    }

    .email-link {
        font-size: 13px;
        margin-top: 18px;
    }

    .causes__right-column {
        width: calc(50% - 12.5px);
    }

    .causes__right-column {
        row-gap: 20px;
    }

    .tab-wrapper ._pd-container {
        padding-left: 30px;
        padding-right: 25px;
    }

    ._pd-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .ctnt-page ._pd-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .team-section {
        height: 700px;
    }

    .team-header {
        top: -40px;
        position: relative;
    }

    .team-header {
        top: 56px;
        position: relative;
    }

    .team-center-box {
        width: 433px;
    }

    .cause-item {
        height: 400px;
    }

    .press-center-section .project-items-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 25px;
        border-radius: 14px;
    }

        .entry-title {
            font-size: 35px;
        }

        .entry-content {
            max-width: 100%;
        }

}

@media (max-width: 700px) {
    .produce-section {
        padding-top: 100px;
    }

    .team-center-box {
        position: absolute;
        top: 43%;
        left: 55%;
        width: 450px;
    }

    .tab-box {
        padding-left: 0px;
    }

    .tab-box__right {
        margin-right: 0;
    }

    .tab-box__left ul li {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .tab-box {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .mobile-menu-opened .header-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media (max-width: 650px) {
    .fsp-section {
        min-height: 490px;
    }

    .nt-item__number {
        font-size: 36px;
    }

    .nt-item__title {
        font-size: 11px;
    }

    .nt-left {
        row-gap: 20px;
    }

    .nt-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .nt-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: 250px;
        grid-template-rows: auto;
        row-gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nt-title {
        margin-bottom: 25px;
    }

    .nt-section {
        row-gap: 35px;
    }

    ._pd-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .ctnt-page ._pd-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .plk-section-r__left p {
        font-size: 15px;
    }

    .plk-section__right {
        width: 100%;
    }

    .plk-free-box p {
        font-size: 20px;
    }

    .nt-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plk-section,
  .goods-section,
  .gh-section,
  .causes-section,
  .solutions-section,
  .br-section,
  .produce-section,
  .projects-section,
  .form-section,
  .team-section,
  .awards-section,
  .press-center-section,
  .form-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cause-item__title {
        font-size: 19px;
        margin-bottom: 20px;
    }

    ._pd-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ctnt-page ._pd-container {
        padding-left: 25px;
        padding-right: 25px;
    }


    .form-box__subtitle {
        font-size: 16px;
        line-height: 1.3;
        max-width: 80%;
    }

    .main-form input {
        height: 50px;
    }

    .form-box {
        padding: 30px 35px 35px 35px;
        border-radius: 15px;
        background-position-x: right;
    }

    .footer-tag {
        font-size: 11px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer-bottom {
        padding-top: 25px;
    }

    .sk-link {
        max-width: 100px;
    }

    .cause-item {
        border-radius: 15px;
    }

    .causes__right {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px;
    }

    .causes__right-column {
        row-gap: 15px;
    }

    .cause-item {
        padding-top: 110px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cause-item__number {
        top: 20px;
        right: 20px;
    }

    .cause-item__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cause-item ul li,
    .cause-item p {
        font-size: 11px;
    }

    .tab-box__right {
        display: none;
    }

    .tab-wrapper {
        height: 600px;
    }

    .solutions-header {
        margin-bottom: 40px;
    }

    .solution-tab-btn {
        font-size: 12px;
    }

    .solution-tab-btn {
        height: 35px;
    }

    .solutions-btns {
        row-gap: 10px;
    }

    .plk-free-box {
        width: 100%;
    }

    .plk-free-box {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plk-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .plk-download-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plk-section-r__left p {
        font-size: 14px;
        max-width: 70%;
    }

    .bottom-right-el {
        bottom: 25px;
        right: 4%;
    }

    .plk-box-top {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 600px) {
    .press-center-section .project-items-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 25px;
        border-radius: 14px;
    }

    .press-center-section .project-item {
        width: 100%;
        height: 260px;
        padding-bottom: 30px;
    }

    .press-center-section .project-items-box {
        width: 80%;
    }
}

@media (max-width: 550px) {
    .header-call-box {
        display: none;
    }

    .team-center-box {
        top: 51%;
    }
}

@media (max-width: 500px) {
    .header-call-box {
        display: none;
    }

    .nt-item {
        border-radius: 13px;
        padding: 16px;
    }

    ._pd-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .ctnt-page ._pd-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .nt-subtitle {
        font-size: 16px;
    }

    .main h2 {
        font-weight: 500;
    }

    .tab-box {
        top: 40px;
    }

    .tab-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .tab-box__left ul li::after {
        content: "";
        position: absolute;
        top: 9px;
        left: -17px;
        width: 3px;
        height: 3px;
        background-color: var(--main-light);
        border-radius: 30px;
    }

    .tab-wrapper ._pd-container {
        padding-left: 20px;
        padding-right: 15px;
    }

    .br-box__right-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .br-box__right-top .br-item {
        width: 100%;
    }

    .br-box__left .br-item,
  .br-box__right-top .br-item,
  .br-box__right-bottom {
        padding: 25px;
    }

    .order-btn,
    .order-btn-2 {
        width: 100%;
        max-width: initial;
        min-width: initial;
        height: 45px;
        font-size: 14px;
    }

    .br-item-grey__left {
        width: 100%;
    }

    .br-item-grey__right {
        width: 100%;
        max-width: initial;
    }

    .br-title br {
        display: none;
    }

    .br-header {
        margin-bottom: 40px;
    }

    .play-video-btn {
        width: 45px;
        height: 45px;
    }

    .produce-top-box {
        margin-top: 30px;
    }

    .produce-header {
        margin-bottom: 15px;
    }

    .produce-subtitle {
        font-size: 16px;
        font-weight: 400;
    }

    .logo-p {
        max-width: 50px;
    }

    .logo-p-two {
        width: 40px;
        aspect-ratio: 100/100;
    }

    .partners-box__bottom {
        margin-top: 40px;
    }

    .partners-box__bottom .nt-item {
        min-width: initial;
    }

    .partners-box .nt-left__bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .partners-box__bottom .nt-item__title {
        font-size: 11px;
    }

    .projects-header {
        margin-bottom: 30px;
    }

    .form-section {
        margin-top: 0;
    }

    .team-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .team-center-box {
        position: absolute;
        top: 50%;
    }

    .team-header {
        top: 30px;
        position: relative;
    }

    .team-bottom .bre-center {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .bre-big-text {
        font-size: 28px;
        letter-spacing: 0px;
    }

    .awards-section {
        padding-top: 0;
    }

    .press-center-subtitle {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 400;
    }

    .form-box {
        padding: 30px 25px 35px 25px;
        border-radius: 15px;
        background-position-x: right;
    }

    .form-section__title {
        font-size: 45px;
        line-height: 1.1;
    }

    .form-box {
        row-gap: 15px;
    }

    .main-form input, .main-form [type=submit] {
        width: 100%;
    }

    .project-line__value {
        font-size: 13px;
    }

    .project-item {
        padding: 35px 18px;
        border-radius: 20px;
    }

    .project-name {
        font-size: 18px;
    }

    .project-item {
        height: 500px;
    }

    .cause-item {
        height: 370px;
    }

    .causes__right-column {
        width: 100%;
        max-width: 250px;
    }

    .causes-section {
        margin-top: 40px;
    }

    .project-items-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 15px;
    }

    .press-center-section .project-item {
        height: 300px;
        aspect-ratio: 1/1;
    }

    .project-item {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .produce-item {
        height: auto;
        background-color: var(--main-bg-color);
        padding-top: 60px;
        border-radius: 20px;
    }

    .produce-item__number {
        top: 20px;
        right: 20px;
    }

    h2.br-title {
        font-size: 20px;
    }

    .goods-section._pd-container {
        padding-right: 0;
    }

    .goods-swiper {
        padding-right: 20px;
    }

    .good-item ul {
        padding-left: 15px;
    }

    .good-item ul li::after {
        content: "";
        position: absolute;
        top: 6px;
        left: -17px;
        width: 3px;
        height: 3px;
    }

    .good-item ul li::after {
        content: "";
        position: absolute;
        top: 6px;
        left: -11px;
    }

    .logo-p-one {
        width: 38px;
    }

    .plk-free-box > p:nth-child(1) {
        font-size: 19px;
    }

    .plk-link {
        font-size: 14px;
    }

    h2.br-title {
        font-size: 18px;
        text-align: center;
    }

    .br-video-content > div:nth-child(2) {
        font-size: 12px;
        text-align: center;
    }

    .team-section-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
        -o-object-position: 55% 100%;
        object-position: 55% 100%;
    }

    .team-center-box {
        position: absolute;
        top: 52%;
        left: 44%;
    }

    .six-bg-number {
        width: 170px;
    }

    .causes__left-top {
        column-gap: 35px;
    }
    .causes-title {
        font-size: 28px;
    }

    .causes-section {
        row-gap: 40px;
    }

    .press-center-section .project-item {
        width: 100%;
        height: 260px;
        padding-bottom: 30px;
    }

    .press-center-section .project-items-box {
        width: 100%;
    }

    .gh-item {
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
    }

    .gh-item-title {
        font-size: 24px;
    }

    .gh-item__bottom ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
}

@media (max-width: 470px) {
    .cause-item ul {
        padding-left: 5px;
    }

    .cause-item ul li::after {
        top: 8px;
        left: -7px;
        width: 2.5px;
        height: 2.5px;
    }

    .cause-item__title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cause-item ul li {
        font-size: 10px;
    }

    .cause-item {
        padding-top: 110px;
        padding-left: 15px;
        padding-right: 10px;
        padding-bottom: 20px;
        height: 330px;
    }

    .cause-item__number {
        font-size: 16px;
        top: 15px;
        right: 15px;
    }

    .mobile-menu-opened.header .mobile-consultation-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        height: 45px;
        font-size: 13px;
        width: 200px;
    }
}

@media (max-width: 450px) {
    .team-sectio__inner .team-header {
        font-size: 22px;
    }

    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-call-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sk-link {
        top: 0;
        position: relative;
        max-width: 120px;
    }

    .another-production-btn {
        top: 0;
        position: relative;
    }

    .footer-wrap__right {
        margin-top: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-top-down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 25px;
    }

    .footer-top-down__left {
        row-gap: 20px;
    }

    .footer-top-down {
        height: auto;
    }

    .email-link {
        top: 0;
        margin-top: 0;
    }

    .footer-top {
        margin-bottom: 30px;
    }

    .plk-section-r__left p {
        font-size: 14px;
        max-width: 100%;
    }

    .plk-box {
        margin-bottom: 40px;
    }

    .bre-big-text {
        font-size: 22px;
        letter-spacing: -0.65px;
    }
}

@media (max-width: 500px) {
    .fsp-section {
        margin-top: 100px;
    }

    .header._container {
        margin-top: 17px;
        height: 60px;
        width: calc(100% - 40px);
        background-color: #222222;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-logo {
        width: 160px;
    }

    .fsp-section {
        min-height: 655px;
        height: 655px;
        padding-left: 0;
        padding-right: 0;
    }

    .fsp-text-container {
        height: 100%;
        padding-left: 13px;
        padding-top: 12px;
        padding-right: 17px;
    }

    .sk-logo {
        width: 44px;
        margin-bottom: 20px;
    }

    .fsp-header {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    .fsp-p {
        font-size: 16px;
    }

    .bottom-right-el {
        bottom: 85px;
        right: 0.5%;
    }

    .order-btn,
    .order-btn-2 {
        font-size: 15px;
        font-weight: 400;
    }

    .fsp-section {
        margin-bottom: 20px;
    }

    .nt-left__top .nt-header {
        font-size: 30px;
    }

    .team-bottom .bre-center {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .bre-bottom {
        line-height: 1;
        top: 1px;
        position: relative;
    }

    .press-center-section .project-items-box {
        row-gap: 15px;
    }

    .mobile-menu-opened .header-nav {
        width: 100%;
        left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        top: 60px;
    }

    .header-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .fsp-section {
        width: calc(100% - 40px);
    }

    .mobile-menu-opened .mobile-header-call-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 20px;
        font-size: 12px;
        row-gap: 7px;
    }

    .mobile-menu-opened .mobile-header-call-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-opened .mobile-consultation-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-menu-opened .header-nav li a {
        font-size: 18px;
    }

    .mobile-menu-opened .header-tel {
        font-size: 22px;
    }





    .footer-wrap__right {
        margin-top: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-top-down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 25px;
    }

    .footer-top-down__left {
        row-gap: 30px;
    }

    .footer-top-down {
        height: auto;
    }

    .email-link {
        top: 0;
        margin-top: 0;
    }

    .footer-top {
        margin-bottom: 30px;
    }


}

@media (max-width: 370px) {
    .bottom-right-el {
        bottom: 55px;
        right: 0;
    }
}

@media (max-width: 350px) {
    .bottom-right-el {
        width: 85px;
    }

    .order-btn,
    .order-btn-2 {
        height: 60px;
    }
}


/* Popups */


.popup-plug {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: none;

}

.contact-form-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 576px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0D0D0D;
    display: none;

    height: 533px;
}

.success-message-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 576px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0D0D0D;
    height: 515px;
}

.contact-form-popup-top {
    height: 40px;
    background-color: #363636;
    display: flex;
    padding-left: 14px;
    padding-right: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;

    flex-shrink: 0;
}

.contact-form-popup .three-dots {
    width: 42px;
    height: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="42" height="10" viewBox="0 0 42 10"%3E%3Ccircle cx="5" cy="5" r="5" fill="%234D4D4D" /%3E%3Ccircle cx="21" cy="5" r="5" fill="%234D4D4D" /%3E%3Ccircle cx="37" cy="5" r="5" fill="%234D4D4D" /%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form-popup-close {
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M0.318962 10.7784C-0.106321 10.3532 -0.106321 9.66363 0.318962 9.23835L9.04611 0.511201C9.47139 0.0859185 10.1609 0.0859179 10.5862 0.511201C11.0115 0.936483 11.0115 1.626 10.5862 2.05129L1.85905 10.7784C1.43376 11.2037 0.744245 11.2037 0.318962 10.7784Z" fill="%23fff"/%3E%3Cpath d="M0.510648 0.318962C0.935931 -0.106321 1.62545 -0.106321 2.05073 0.318962L10.7779 9.04611C11.2032 9.47139 11.2032 10.1609 10.7779 10.5862C10.3526 11.0115 9.66308 11.0115 9.2378 10.5862L0.510648 1.85905C0.0853656 1.43376 0.0853651 0.744245 0.510648 0.318962Z" fill="%23fff"/%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition-duration: .3s;
}

.contact-form-popup-close:hover {
    transition: scale(1.1);
}



.contact-form-popup .popup-wrap {
    padding: 45px 60px 55px;
}
.contact-form-popup .popup-title {
    font-size: 32px;
    margin-bottom: 10px;
    padding-left: 15px;
    height: 30px;
}
.contact-form-popup .popup-subtitle {
    font-size: 14px;
    color: #9AA4B0;
    margin-bottom: 27px;
    padding-left: 15px;
    height: 26px;
}
.contact-form-popup .main-form form {
    width: 100%;
}

.contact-form-popup .main-form input {
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin-bottom: 20px;
    font-size: 18px;
}
.contact-form-popup .main-form input[type="checkbox"]{
    width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}
.contact-form-popup .main-form input::placeholder {
    font-size: 18px;
    color: #ABABAB;
}

.contact-form-popup .main-form input[type="submit"] {
    background: linear-gradient(67.25deg, rgb(33, 179, 100) 7.357%, rgb(18, 132, 84) 94.598%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}

input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 1750px) {

    .plk-section-r__left {
        min-width: initial;
    }

}

@media (max-width: 700px) {

    .team-center-box {
        position: absolute;
        top: 47%;
        left: 52%;
        width: 450px;
    }

}

@media (max-width: 650px) {

    .contact-form-popup .popup-wrap {
        padding: 35px 35px 55px;
    }

    .contact-form-popup,
    .success-message-box {
        width: calc(100% - 20px);
    }

    .contact-form-popup .popup-title {
        font-size: 28px;
        line-height: 1.05;
        margin-bottom: 10px;
    }

    .contact-form-popup .popup-subtitle {
        font-size: 12px;
        line-height: 1.3;
        color: #9AA4B0;
        margin-bottom: 27px;
    }

    .contact-form-popup,
    .success-message-box {
        height: 420px;
    }


}

@media (max-width: 500px) {

    .contact-form-popup .popup-title {
        font-size: 24px;
        font-weight: 600;
    }

    .order-btn,
    .order-btn-2 {
        height: 50px;
    }

    .team-center-we-01 {
        width: 200px;
    }

    .team-center-we-02 {
        width: 180px;
    }

    .awards-swiper .swiper-slide {
        border-radius: 16px;
    }

}


.success-message-box {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.success-message-box.open {
    opacity: 1;
    visibility: visible;
}

.success-message-content {
    width: 80%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;

    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sm-icon {
    width: 100px;
    aspect-ratio: 1/1
}

.success-message-content p {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 1200px) {


    .contact-form-popup,
    .success-message-box {
        height: 450px;
    }

}

@media (max-width: 650px) {
    .contact-form-popup, .success-message-box {
      height: 420px;
    }

    .contact-form-popup .popup-title {
        font-size: 24px;
        padding-left: 0;
    }

    .contact-form-popup .popup-subtitle {
        padding-left: 0;
    }

}

@media (min-width: 500px) and (max-width: 650px) {

    .fsp-section {
        background-image: initial !important;
        background-color: #0D2619;
        background: linear-gradient(to bottom, #194d32, #0D2619) !important;
    }

}

@media (max-width: 500px) {

    .success-message-content p {
        font-size: 20px;
        text-align: center;
        line-height: 1.3;
    }

    .sm-icon {
        width: 70px;
        aspect-ratio: 1/1;
    }

    .team-center-box {
        position: absolute;
        top: 55%;
        left: 44%;
        width: 390px;
    }

    .nt-logo {
        width: 60%;
      }

      div.nt-logo:nth-child(4) {
        width: 100%;
      }

      .br-item,
      .br-box__right-bottom,
      .br-video {
        width: 100%;
        border: 1px solid rgb(44, 44, 44);
        border-radius: 16px;
      }

      .produce-item__text {
        font-size: 15px;
      }

      .br-text {
        font-size: 15px;
      }

      .br-box,
      .br-box__right-top,
      .br-box__right {
        row-gap: 15px;
      }

      .pj-bg-1 {
        right: 10px;
        top: -9px;
      }

      .cause-item ul li {
        margin-bottom: 5px;
      }

      .plk-download-icon {
        top: 2px;
      }

      .contact-form-popup .popup-title {
        height: auto;
      }

      .header-logo {
        width: 210px;
      }

      .tab-box__bg {
        filter: brightness(60%);
      }

}



@media (max-width: 400px) {

    .contact-form-popup .popup-wrap {
        padding: 30px 20px 35px;
    }

    .causes__right {
        column-gap: 7px;
        row-gap: 7px;
    }

    .causes__right-column {
        row-gap: 7px;
    }

}


.cause-item p {
    padding-left: 0;
    padding-right: 0;
}

.contact-form-popup .popup-title {
    text-align: center;
    padding-left: 0;
}

.contact-form-popup .popup-subtitle {
    text-align: center;
    padding-left: 0;
}

.free-text.order-btn {
    width: max-content;
    height: auto;
    border-radius: none;
    display: inline-block;
    cursor: pointer;
    background: initial;
}

.contact-form-popup .popup-wrap {
    padding: 45px 50px 55px;
}

.contact-form-popup .popup-title {
    font-size: 29px;
    line-height: 1.15;
}

@media (max-width: 650px) {
    .contact-form-popup .popup-title {
      font-size: 24px;
      padding-left: 0;
      font-weight: 600;
    }

    .contact-form-popup .popup-wrap {
        padding: 45px 40px 55px;
    }

    .plk-section-r__left .plk-header {
        font-size: 24px;
    }

  }

@media (max-width: 600px) {

    .contact-form-popup .popup-wrap {
        padding: 35px 30px 55px;
    }


}

@media (max-width: 460px) {

    .contact-form-popup .popup-wrap {
      padding: 35px 15px 55px;
    }

}

@media (max-width: 400px) {

    .tab-box__left ul li {
        line-height: 1.25;
    }

    .tab-box__left ul li {
        font-size: 14px;
    }

}



.contact-page__top-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(100px, 300px) minmax(100px, 220px) minmax(100px, 180px) minmax(100px, 200px) minmax(100px, 200px) minmax(100px, 120px);
    justify-content: space-between;
    column-gap: 15px;
}

.contact-page__bottom-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(100px, 350px) minmax(100px, 140px) minmax(100px, 110px) minmax(100px, 100px) minmax(100px, 150px) minmax(100px, 220px) minmax(100px, 220px);
    justify-content: space-between;
    column-gap: 15px;
}

.page-main-header {
    font-size: 55px;
    margin-bottom: 60px;
    font-weight: 500;
}
.contact-page {
    padding-bottom: 100px;
}
.contact-item {
    width: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contact-item__title {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
}
.contact-item__value {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-size: clamp(1rem, calc(0.95rem + 0.25vw), 1.25rem);
}
.contact-page__map {
    margin-top: 60px;
    margin-bottom: 60px;
    /* aspect-ratio: 1725/500; */
    width: 100%;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}

.contact-page__map img,
.contact-page__map iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-row__bottom {
    margin-top: 13px;
}

@media (max-width: 1450px) {

    /* .contact-item__value {
        font-size: 15px;
    }

    .contact-item__title {
        font-size: 14px;
    } */

}

.frt-wrap {
    position: relative;
    top: 35px;
}

.footer-hj {
    font-size: 16px;
    margin-top: 22px;
    line-height: 1.4;
}

.footer-top-down__center p {
    font-size: 20px;
}

.footer-rg-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-top-down__right .email-link {
    margin-bottom: 35px;
}

.footer-soc-links {
    display: flex;
    align-items: center;
    column-gap: 27px;
    margin-bottom: 40px;
}

.footer-soc-links a {
    display: inline-block;
    width: 37px;
    transition-duration: .3s;
}

.footer-soc-links a:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(52%) saturate(611%) hue-rotate(95deg) brightness(103%) contrast(92%);
}

.footer-soc-links a:last-child {
    width: 33px;
}

.email-link {
    display: inline-block;
    top: 0;
    margin-bottom: 30px;
}

.dfp-box p {
    font-size: 16px;
}

.another-production-btn {
    margin-top: 40px;
}

.email-link {
    margin-left: auto;
}

@media (max-width: 1650px) {

    .footer-nav ul {
        column-gap: 40px;
    }

}

@media (max-width: 1500px) {

    .footer-nav ul {
        display: none;
    }

    .footer-top-down__center p {
        font-size: 14px;
        line-height: 1.4;
      }

}

@media (max-width: 1350px) {

    .footer-top-down__center {
        margin-top: 30px;
    }

}

@media (max-width: 1000px) {

    .footer-top-down__center {
        margin-top: 30px;
    }

    .footer-top-down__right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-soc-links a {
        width: 28px;
    }

    .footer-soc-links a:last-child {
        width: 26px;
    }

}

@media (max-width: 900px) {

    .footer-logo {
        display: block;
        width: 300px;
    }

    .footer-hj {
        font-size: 11px;
    }

    .frt-wrap {
        position: relative;
        top: 20px;
    }

    .footer-hj {
        margin-top: 17px;
    }

}

@media (max-width: 750px) {

    .frt-wrap {
        position: relative;
        top: 0;
    }

    .footer-top-down__center {
        margin-top: 38px;
        padding-bottom: 40px;
    }

    .footer-top-down__center p {
        font-size: 11px;
        line-height: 1.4;
    }

    .dfp-box p {
        font-size: 11px;
        text-align: right;
        line-height: 1.8;
    }

    .footer-soc-links a {
        width: 22px;
    }

    .footer-soc-links a:last-child {
        width: 20px;
    }

    .footer-soc-links {
        column-gap: 20px;
    }

    .footer-tag {
        font-size: 11px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .plk-section-r__left p {
       font-size: 15px;
    }

}

@media (max-width: 600px) {

    .footer-logo {
        display: block;
        width: 230px;
    }

    .another-production-btn {
        width: 220px;
        font-size: 8px;
    }

    .footer-top-down__center p {
        font-size: 9px;
        line-height: 1.4;
    }

    .dfp-box p {
        font-size: 9px;
    }

}

@media (max-width: 500px) {

    .dfp-box p {
        text-align: left;
    }

    .footer-top-down__right {
        align-items: flex-start;
    }

    .footer-top-down__center {
        padding-bottom: 0px;
    }

    .footer-wrap {
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start;
    }

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

    .footer-wrap__right {
        margin-top: 0;
    }

    .email-link {
        margin-left: initial;
    }

    .sk-link,
    .another-production-btn {
        top: 0;
    }

    .another-production-btn {
        margin-top: 0px;
    }

    .footer-top-down__right .email-link {
        margin-bottom: 20px;
    }

    .footer-soc-links {
        margin-bottom: 25px;
    }

    .footer-top-down__center {
        margin-top: 20px;
    }

    .footer-tag {
        font-size: 9px;
    }

    .dfp-box p {
        line-height: 1.4;
    }

    .footer-logo {
        display: block;
        width: 275px;
    }

    .footer-hj {
        margin-top: 25px;
        font-size: 10px;
    }

    .tab-box__left ul li {
        margin-bottom: 15px;
      }

}

.popup-plug,
.contact-form-popup {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition-duration: .2s;
}

.popup-show.popup-plug,
.popup-show.contact-form-popup {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1350px) {

    .contact-page__top-row {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 100px 100px;
        column-gap: 35px;
        row-gap: 40px;
    }

    .contact-page__bottom-row {
        width: 100%;
        grid-template-columns: minmax(100px, 340px) 1fr 1fr 1fr;
        grid-template-rows: 160px 100px;
        column-gap: 35px;
        row-gap: 40px;
    }

    .contact-page {
        padding-bottom: 50px;
    }

}

@media (max-width: 1200px) {

    .ctnt-page main {
        margin-top: 150px;
        padding-top: 50px;
        padding-bottom: 35px;
      }

      .page-main-header {
        font-size: 45px;
        margin-bottom: 60px;
        font-weight: 500;
        line-height: 1;
      }

}


@media (max-width: 1100px) {

    .contact-page__map {
        margin-top: 40px;
        margin-bottom: 40px;
        height: 350px;
    }

    .contact-item__value {
        font-size: 16px;
    }

    .contact-item__title {
        font-size: 14px;
    }

    .contact-page__bottom-row {
        grid-template-rows: 100px 100px;
    }

}

@media (max-width: 1000px) {

    .contact-page {
        padding-bottom: 30px;
    }

    .contact-page__bottom-row {
        grid-template-rows: auto auto;
    }

}

@media (max-width: 850px) {

    .contact-page__bottom-row {
        grid-template-columns: minmax(250px, 320px) 1fr 1fr;
    }

    .contact-page__top-row {
        grid-template-columns: minmax(250px, 320px) 1fr 1fr;
    }

    /* .contact-page__bottom-row > div:nth-child(1) > div:nth-child(2),
    .contact-page__top-row > div:nth-child(1) > div:nth-child(2) {
        min-width: 300px;
    } */

}

@media (max-width: 700px) {

    .contact-page__bottom-row {
        grid-template-columns: minmax(150px, 200px) 1fr 1fr;
    }

    .contact-page__top-row {
        grid-template-columns: minmax(150px, 200px) 1fr 1fr;
    }

    .ctnt-page main {
        margin-top: 110px;
    }

    .page-main-header {
        font-size: 38px;
    }

}

@media (max-width: 650px) {

    .contact-page__bottom-row {
        grid-template-columns: 55% 45%;
        column-gap: 25px;
    }

    .contact-page__top-row {
        grid-template-columns: 55% 45%;
        column-gap: 25px;
    }

}

@media (max-width: 500px) {

    .contact-page__bottom-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        row-gap: 15px;
    }

    .contact-page__top-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        row-gap: 15px;
    }

    .contact-item {
        row-gap: 5px;
    }

    .ctnt-page main {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .page-main-header {
        margin-bottom: 40px;
    }

    .contact-page__map {
        border-radius: 15px;
    }

    .page-main-header {
        font-size: 24px;
        margin-bottom: 30px;
    }


}


.entry-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 30px;
}

.content-page__cnt {
    margin-bottom: 50px;
}

.entry-content {
    margin-top: 50px;
    max-width: 80%;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content p,
.entry-content img,
.entry-content figure,
.entry-content ol,
.entry-content ul {
    margin-bottom: 25px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 25px;
    padding-left: 40px;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 40px;
}

.entry-content h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 35px;
}

.entry-content h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 30px;
}

.entry-content h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 25px;
}

@media (max-width: 750px) {

    .entry-title {
        font-size: 35px;
    }

    .entry-content {
        margin-top: 50px;
        max-width: 100%;
    }



}


@media (max-width: 500px) {



    .entry-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .entry-content {
        margin-top: 30px;
    }

    .entry-content p,
    .entry-content ol,
    .entry-content ul {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
    }

    .entry-content h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .entry-content h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .entry-content h4 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .entry-content h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
        margin-top: 18px;
    }
}

.page-about {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-top: 60px !important;
}

.page-about .team-section {
    padding-top: 180px;
    margin-top: 0;
}

.page-about .team-sectio__inner {
    z-index: 5;
    position: relative;
}

.team-header__h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.15;
}

.page-about .team-header {
    top: 200px;
    position: relative;
    font-size: 50px;
    font-size: clamp(1rem, calc(0.57rem + 2.13vw), 3.13rem);
    font-weight: 500;
}

.page-about .awards-section {
    margin-top: 120px;
}

div.nt-logo:nth-child(1) {
    max-width: 160px;
}

div.nt-logo:nth-child(2) {
    max-width: 160px;
}

div.nt-logo:nth-child(3) {
    max-width: 190px;
}

div.nt-logo:nth-child(4) {
    max-width: 260px;
}

.page-about .nt-section {
    margin-bottom: 80px;
}

.page-about .team-bottom {
    z-index: 5;
    position: relative;
    top: -50px;
}



@media (max-width: 1500px) {

    .page-about .team-header {
        top: 100px;
    }

    .page-about .awards-section {
        margin-top: 0px;
      }

}

@media (max-width: 1200px) {

    .page-about .team-header {
        top: 0;
    }

}

@media (max-width: 1100px) {

    .team-header__h1 {
        font-size: 38px;
    }

    .page-about .team-section {
        padding-top: 160px;
        margin-top: 0;
    }

    .page-about .nt-section {
        margin-bottom: 0px;
    }

}


@media (max-width: 850px) {

    /* .ctnt-page main {
        margin-top: 0 !important;
    } */

    .page-about .bre-top, .page-about .bre-bottom {
        font-size: 11px;
    }

}

@media (max-width: 800px) {

    .team-bottom .bre-center {
        font-size: 25px;
    }

    .page-about .bre-big-text {
        font-size: 40px;
      }

    .page-about .nt-left {
         row-gap: 40px;
    }


}

@media (max-width: 750px) {

    .ctnt-page main {
        margin-top: 90px !important;
    }

    .main.page-about {
        margin-top: 50px !important;
    }

    .page-about .team-section {
        padding-top: 90px;
        margin-top: 0;
    }

    .team-header__h1 {
        font-size: 28px;
    }

    .team-bottom .bre-center {
        font-size: 20px;
    }

    .page-about .bre-big-text {
        font-size: 30px;
    }

}

@media (max-width: 550px) {

    .page-about .bre-big-text {
        font-size: 32px;
    }

    .team-bottom .bre-center {
        font-size: 17px;
    }

    .page-about .bre-bottom {
        top: 3px;
        position: relative;
    }

}

@media (max-width: 600px) {

    .plk-section {
        flex-direction: column;
        row-gap: 20px;
    }

    .plk-section__left {
        display: flex;
        max-width: 420px;
        margin-bottom: 25px;
    }

}


@media (max-width: 500px) {

    .page-about .team-section {
        padding-top: 80px;
        margin-top: 0;
    }

    .page-about .awards-section {
        margin-top: 50px;
    }

    .team-header__h1 {
        font-size: 25px;
    }

    .plk-section {
        flex-direction: column;
    }

    .header._container {
        position: fixed;
    }

    .footer-rg-title {
        margin-bottom: 15px;
    }


}

@media (max-width: 450px) {



        .page-about .bre-big-text {
          font-size: 20px;
        }

        .team-bottom .bre-center {
            font-size: 14px;
        }



}



/* Press Center Page */


.press-center-page {
}

.press-center__header {
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
}

.press-center__subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.press-center-container {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 38px;
    row-gap: 50px;
    margin-bottom: 25px;
}

.press-center__item {
    border-radius: 25px;
    width: calc(25% - 30px);
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 50px;
    overflow: hidden;

}

.press-center__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), color-stop(59.5%, rgba(13, 13, 13, 0.9)));
    background: -o-linear-gradient(top, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.9) 59.5%);
    background: linear-gradient(180deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.9) 59.5%);
  }

  /* .press-center__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  } */

  .press-center__item .news-title {
    font-size: clamp(1rem, calc(0.85rem + 0.75vw), 1.75rem);
    font-size: 28px;
    text-decoration-color: rgb(187, 187, 187);
    line-height: 1.3;
  }

  .press-center__item  .news-date {
    line-height: 1;
    margin-bottom: 15px;
  }

  .press-center__item:first-child {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
  }

  .press-center__item:first-child {

  }

.project-img {
}
.project-content {
}
.news-date {
}
.news-title {
}

.pagination {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.page-numbers {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 9px;
    padding-right: 9px;
}

.page-numbers.current {
    border-radius: 5px;
    background-color: var(--main-brand-color);
    padding-top: 7px;
}

.page-numbers.current + .page-numbers {
    margin-left: 5px;
}

@media (max-width: 1550px) {

    .press-center__item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
    }

    .press-center__item:first-child {
        margin-bottom: 0;
    }

    .press-center__item:first-child .news-title {
        font-size: 28px;
      }

    .press-center__item .news-title {
        font-size: 20px;
    }

}

@media (max-width: 1300px) {

    .press-center-container {
        column-gap: 25px;
    }

    .press-center__item {
        width: calc(33.33% - 17px);
    }

}

@media (max-width: 1050px) {

    .press-center__item {
        width: calc(50% - 12.5px);
    }

    .press-center__item .news-title {
        font-size: 24px;
    }

    .press-center__item {
        height: 300px;
    }


}

@media (max-width: 850px) {

    .press-center__item .news-title {
        font-size: 20px;
    }

}

@media (max-width: 650px) {

    .press-center__item:first-child .news-title {
        font-size: 20px;
      }


    .press-center__item {
        width: calc(100%);
        height: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .press-center__item:first-child {
        margin-bottom: 0;
        width: calc(100%);
        height: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .press-center__header {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .press-center__subtitle {
        font-size: 16px;
    }

    .press-center-container {
        margin-top: 35px;
    }

}

@media (max-width: 500px) {

    .press-center-container {
        row-gap: 30px;
    }

    .press-center__subtitle {
        font-size: 15px;
    }

}

.press-center__item:hover .news-title {
    text-decoration: none;
}

