.header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    background: #fff;
    height: 100px;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
    transition: .23s;
}
.header.scroller,
.home .header.scroller {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
}

.section-projects .swiper-nav button.swiper-button-lock {
    display: none !important;
}
.swiper-pagination-lock span {
    display: none !important;
}
.insta-link {
    position: relative;
    z-index: 1;
}
.insta-link a svg {
    fill: #fff;
}

.insta-link a svg {
    width: 24px;
    height: 24px;
}
.home .header {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
}

.header.scroller {
    height: 65px;
}

.header.scroller {
    height: 65px;
}

.header.scroller .top__logo img {
    max-height: 40px;
}

.header .top__logo img {
    max-height: 50px;
    transition: .23s;
    margin-left: auto;
    width: auto;
}

.header .top__logo, .header .top__logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header.scroller .top__nav ul li a {
    padding-bottom: 8px;
}

.hide_field {
    display: none;
}

.page-template-page-contact footer {
    position: relative;
    z-index: 1;
}

.page-template-page-contact main {
    background: var(--bg-grey);
    overflow: hidden;
}

.first__item a, .first__item a:hover {
    font-family: var(--font-n);
    font-weight: 300;
    font-size: 24px;

    letter-spacing: 0.05em;
    color: #fff;
}

.first__meta h1 {
    color: var(--color-white);
    font-weight: 300;
    font-size: 52px;
    line-height: 123%;
    text-align: center;
}

.first__meta h1 span {
    font-weight: 900;
}

.section-first {
    min-height: 600px;
    height: calc(var(--vh, 1vh) * 100);
    transition: .25s;
    position: relative;
}

.first__content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, calc(-50% + 0px));
    left: 50%;
    max-width: 1110px;
    padding: 0 60px;
    width: 100%;
}

.section-first {
    position: relative;
}

.first__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first__meta h1 {
    color: var(--color-white);
    font-weight: 300;
    font-size: 52px;
    line-height: 123%;
    text-align: center;
}

.first__items {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 24px;
    line-height: 300%;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: var(--font-n);
    gap: 36px;
    justify-content: center;
}

.first__meta h1 {
    margin: 0 0 10px;
}

.first__meta h1 span {
    font-weight: 900;
}

.first__btn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

.first__btn-video span.icon-play {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}


.understand__btn-video span.icon-play {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-main);
    border-radius: 50%;
}

.first__btn-video span.icon-play:before,
.first__btn-video span.icon-play:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
    content: "";
}



.understand__btn-video span.icon-play:before,
.understand__btn-video span.icon-play:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 12px;
    background: var(--color-main);
    content: "";
}

.first__btn-video span.icon-play:before,
.understand__btn-video span.icon-play:before {
    transform: translate(3px, -50%);
}

.first__btn-video span.icon-play:after,
.understand__btn-video span.icon-play:after {
    transform: translate(-3px, -50%);
}

.first__btn-video {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.understand__btn-video {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    border: 0;
    background: transparent;
    color: var(--color-main);
    font-size: 16px;
}

.first__btn-video.video-stop span.icon-play:before,
.understand__btn-video.video-stop span.icon-play:before {
    display: none;
}

.first__btn-video.video-stop span.icon-play:after {
    transform: translate(1px, -50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    background: transparent;
}


.understand__btn-video.video-stop span.icon-play:after {
    transform: translate(1px, -50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--color-main);
    background: transparent;
}

span.text-stop {
    display: none;
}

.first__btn-video.video-stop span.text-stop,
.understand__btn-video.video-stop span.text-stop {
    display: block;
}

.first__btn-video.video-stop span.text-play,
.understand__btn-video.video-stop span.text-play {
    display: none;
}

.section-first:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.4);
    z-index: 1;
}

.first__content,
.first__btn {
    z-index: 2;
}

span.icon-play {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.first__content:before {
    content: '';
    display: block;
    width: 720px;
    height: 720px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.2);
    -webkit-filter: blur(400px);
    filter: blur(400px);
}

.section-first {
    overflow: hidden;
}

.company__logos .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.company__logos .swiper-slide {
    width: auto;
}

.section-company {
    position: relative;
}

.section-company:before,
.section-company:after {
    content: '';
    display: block;
    height: 100%;
    width: 270px;
    position: absolute;
    top: 0;
}

.section-company:before {
    right: 0;
    background: linear-gradient(265.53deg, #f2efef 21.53%, rgba(242, 239, 239, 0) 63.43%);
    z-index: 2;
}

.section-company:after {
    left: 0;
    background: linear-gradient(268.63deg, rgba(242, 239, 239, 0) 11.8%, #f2efef 66.46%);
    z-index: 1;
}

.section-company .container {

    max-width: 100%;
    padding: 0 20px;
}

.section-help {
    background: var(--bg-violet);
    padding-bottom: 140px !important;
}

.section-company {
    padding: 40px 0 46px;
}

.section-company .section-meta {
    margin: 0 0 30px;
}

.help__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.help__item {
    border-radius: 40px;
    background: #fff;
    padding: 35px 26px 60px;
    border: 2px solid #fff;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.desc-section {
    max-width: 820px;
    margin: 0 auto;
}

.help__item.active {
    border: 2px solid #e85097;
}

.section-understandable {
    position: relative;
}

.section-understandable:before {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    background: var(--bg-violet);
    position: absolute;
    top: 0;
    left: 0;
}

.section-understandable .container {
    position: relative;
    z-index: 1;
}

.before-after span {
    font-weight: 400;
    font-size: 24px;
    color: #1a1a1a;
}

.before-after {
    display: flex;
    align-items: center;
    gap: 180px;
    justify-content: center;
    margin: 0 0 24px;
}

.section-understandable {
    overflow: hidden;
}

.dekor-top {
    position: absolute;
    top: 0%;
    transform: translate(-50%, -27%);
    left: 50%;
    width: 700px;
    height: 700px;
    background: url(/wp-content/themes/unika/img/blur-und.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.understand__wrap {
    position: relative;
    width: 100%;
    max-width: 878px;
    overflow: hidden;
    margin: 0 auto;
}

.understand__wrap:before {
    content: '';
    display: block;
    padding-top: 78%;
}

.understand__wrap video {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
}

.section-understandable {
    padding-bottom: 0 !important;
}

.understand__btn-video {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

.about {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 24px;
}

figure.photo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: calc(100% + 80px);
    height: 100%;
}

figure.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.about__img:before {
    content: '';
    display: block;
    padding-top: 125%;
}

.unika {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 65%;
    pointer-events: none;
}

.section-reviews .container {
    position: relative;
    z-index: 2;
}

.section-reviews .unika {
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.unika:before {
    content: '';
    display: block;
    padding-top: 28%;
}

.section-about {
    position: relative;
}

.unika img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about__content .editor {
    margin: 0 0 60px;
}

.about-items {
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-items svg {
    width: 24px;
    height: 14px;
    stroke: #b7b7b7;
}

.about-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
    border: 1px solid #b7b7b7;
    border-radius: 40px;
    min-width: 128px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.about-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-item:last-child svg {
    display: none;
}

.about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 0;
}

.section-about {
    background: #f2efef;
}

.about__img {
    position: relative;
    height: 100%;
}


.section-reviews {
    background: #f2efef;
}

.review {
    border-radius: 40px;
    padding: 27px 40px 55px;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review__img {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.review__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__title {
    font-weight: 700;
    font-size: 24px;
}

.review__text {
    font-weight: 400;
    font-size: 16px;
}

#swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    bottom: auto;
    top: auto;
    gap: 8px;
}

#swiper-pagination span {
    background: #fff;
    width: 20px;
    height: 4px;
    border-radius: 4px;
    margin: 0;
    opacity: 1;
}

#swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color-main);
}

.section-reviews #swiper-pagination {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-reviews {
    position: relative;
}

.review__name, .review__company {
    font-size: 18px;
}

.review__company {
    font-weight: 700;
}

.reviews-slider.swiper {
    padding: 20px 20px 30px;
    margin: 0 -20px;
}


.about__content .title-section {
    margin: 0 0 20px;
}

.editor p, .editor li {
    font-size: 18px;
    line-height: 120%;
}

.editor p {
    margin: 0 0 15px;
}

.editor p strong {
    font-weight: 700;
}

img.help__item-img {
    max-height: 85px;
    width: auto;
    opacity: .3;
    transition: .23s;
}

.help__item-text {
    margin: 22px 0 0 0;
}

.help__item.active img.help__item-img {
    opacity: 1;
}

.help__check svg {
    transition: .23s;
    opacity: 0;
}

.help__item.active .help__check svg {
    opacity: 1;
}

.help__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.section-help .section-meta {
    margin: 0 0 65px;
}

.help__check {
    position: relative;
}

.help__check svg {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}

p.help__error:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -10px;
    right: 35px;
    background: url(/wp-content/themes/unika/img/try.svg) no-repeat center;
}

p.help__error {
    border-radius: 40px;
    height: 42px;
    display: none;
    align-items: center;
    background: #fff;
    padding: 0 50px 0 40px;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, 100%);
    white-space: nowrap;
}

p.help__error.show {
    display: inline-flex;
}

.section-help:before {
    content: '';
    display: block;
    width: 647px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    background: url(/wp-content/themes/unika/img/u.png) no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 1;
}

.section-help {
    position: relative;
}

.section-help:after {
    content: '';
    display: block;
    width: 450px;
    height: 450px;
    background: rgb(242 239 239 / 70%);
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-filter: blur(300px);
    filter: blur(300px);
}

.section-help .container {
    position: relative;
    z-index: 3;
}

p.help__error:before {
    content: '*';
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    top: 69%;
    transform: translate(0, -50%);
    right: 27px;
    display: flex;
    align-items: center;
}

.help__bottom {
    position: relative;
}

.help__item-text {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.footer__submenu ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -16px;
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: .2;
}

.footer__submenu ul li {
    position: relative;
}

.footer__submenu ul li:last-child:before {
    opacity: 0;
}

footer {
    padding: 100px 0 35px;
    background: var(--color-main);
    color: var(--color-white);
}

.create {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 45px 0 0 0;
}

.create span {
    font-weight: 700;
}

.footer__main {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.footer__desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.footer__menu ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.footer__menu ul li a {
    font-weight: 400;
    font-size: 20px;
    color: var(--color-white);
}

.footer__menu ul li a:hover,
.footer__menu ul li.current-menu-item a,
.footer__submenu ul a:hover,
.footer__submenu ul li.current-menu-item a {
    color: #ab8dff;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

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

.footer__submenu ul {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: center;
}

.footer__submenu ul a {
    color: var(--color-white);
}

.footer__submenu {
    position: relative;
}

.footer__submenu:before {
    content: '';
    display: block;
    width: calc(100% - 120px);
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 auto 16px;
}

.footer__bottom {
    margin: 50px 0 0 0;
}

.admin-bar .header {
    top: 32px;
}

h1 {}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 0em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


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

.project__media:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.project__media>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project__media>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

img.project__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.project__play, button.project__play:focus, button.project__play:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 53px;
    height: 36px;
    border: 0;
    outline: none;
    background: url(/wp-content/themes/unika/img/play.png) no-repeat center;
    background-size: contain;
}

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

.swiper-nav button, .swiper-nav button:focus {
    width: 54px;
    height: 54px;
    background: rgb(242 239 239 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.swiper-nav svg {
    stroke: #1a1a1a;
}

.swiper-nav button:hover svg {
    stroke: #fff;
}

.swiper-nav button:hover {
    background: rgb(26 26 26 / 70%);
}

.swiper-nav button svg, .swiper-nav button {
    transition: .23s;
}

.swiper-nav button.next svg {
    transform: rotate(180deg);
}

.swiper-nav button {
    opacity: 0;
}

.swiper-slide {
    height: auto !important;
}

.section-projects #swiper-pagination {
    margin: 30px 0 40px;
}

.section-projects #swiper-pagination span {
    background: #F2EFEF;
}

.section-projects #swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color-main);
}

.projects-link {
    display: flex;
    justify-content: center;
}

.section-projects .swiper-slide>div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project__body {
    flex: 1 0 auto;
}

.swiper-wrap:hover .swiper-nav button {
    opacity: 1;
}

.section-projects .container {
    position: relative;
    padding: 0 55px;
}

.swiper-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.section-projects .prev {
    left: 0;
    z-index: 2;
    transform: translate(-50%, -50%) !important;
}

.section-projects .next {
    right: 0;
    z-index: 2;
    transform: translate(50%, -50%) !important;
}

.swiper-wrap {
    position: relative;
}

.project__media>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project__media>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

img.project__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.project__play, button.project__play:focus, button.project__play:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 53px;
    height: 36px;
    border: 0;
    outline: none;
    background: url(/wp-content/themes/unika/img/play.png) no-repeat center;
    background-size: contain;
}

.project__body {
    padding: 20px 30px 30px;
    background: #1A1A1A;
    color: #fff;
}

h3.project__title {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 3px;
}

p.project__desc {
    font-weight: 400;
    font-size: 18px;
}

.project {
    border-radius: 40px;
    overflow: hidden;
    background: #1A1A1A;
}

.project__video iframe {
    width: 100%;
    height: 101%;
    object-fit: cover;
    margin: 0;
    outline: none !important;
    border: 0;
}

.page-first__bg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page-first__bg:before {
    content: '';
    display: block;
    padding-top: 25%;
}

.page-first__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-first__content {
    background: var(--bg-grey);
    padding: 30px 0 205px;
    text-align: center;
    position: relative;
}

.editor p:last-child {
    margin: 0;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    margin: 0 0 45px;
}

.page-first__content .page-title {
    margin: 0 0 18px;
}

.page-first__content .container {
    position: relative;
    z-index: 2;
}

.page-inner {
    padding: 100px 0 0 0;
}

.page-first__content .editor {
    max-width: 740px;
    margin: 0 auto;
}

.page-first__content .unika {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1250px;
    z-index: 1;
}

.boxs__meta {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}

.boxs__meta .text:nth-child(2) {
    font-weight: 700;
}

















.box-item__icon span img {
    max-width: 120px;
}

.box-item__icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}








.box-item:nth-child(1) .title-icon {
    text-align: center;
}

.box-item__icon span img {
    max-width: 120px;
}

.box-item__icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.box-item:last-child {

    position: relative;

}



.box-item:last-child .box-item__icon span:before {
    opacity: 0;
}

.box-item:last-child .box-item__icon img {
    transform: translateX(-33%);
}

.box-item:last-child .box-item__icon {
    gap: 0;
}

.boxs-items:before {
    content: '';
    display: block;
    width: 1px;
    background: rgba(90, 90, 90, 0.4);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 230px;
    top: 225px;
}



.box-item:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: auto;
}



.box-item:nth-child(1) .box-item__content {
    bottom: 0;
    transform: translate(calc(-50% - 65px), 32px);
}

.box-item:last-child .box-item__content {
    max-width: 420px;
    text-align: center;
    gap: 5px;
    display: flex;
    flex-direction: column;
}



.text-title {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 5px;
}

.box-item__content {
    width: 100%;
    max-width: 240px;
}

.title-icon {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
    font-family: var(--font-n);
}

.box-item__icon span img {
    max-width: 120px;
}

.box-item__icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-item__icon span:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: #f2efef;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translate(33%, 30%);
}

.box-item {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 750px;
    justify-content: space-between;
}

.boxs-items {
    max-width: 910px;
    margin: 60px auto 0;
    position: relative;
    gap: 100px;
    display: flex;
    flex-direction: column;
}





.box-item:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: auto;
}

.box-item:nth-child(1) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}



.box-item:last-child {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    gap: 25px;
}

.box-item:last-child .box-item__content {
    max-width: 420px;
    text-align: center;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.box-item__icon {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.box-item__icon:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #ab8dff;
    border-radius: 50%;
    position: absolute;
}



.box-item:nth-child(1) .box-item__icon:before {
    bottom: -50px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    top: auto !important;
}

.box-item:nth-child(even) .box-item__icon:before {
    right: -60px;
    transform: translate(0, -50%);
    top: 50%;
}

.box-item:nth-child(odd) .box-item__icon:before {
    left: -60px;
    transform: translate(0, -50%);
    top: 50%;
}

.line {
    position: absolute;
    background: rgba(90, 90, 90, 0.4);
    height: 1px;
    width: 100%;
}


.box-item__icon:nth-child(even) .line {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    bottom: 0;
}

.box-item:nth-child(even) .line {
    top: 50%;
    transform: translate(100%, -50%);
    right: -45px;
    z-index: -1;
    width: 291px;
}

.box-item:nth-child(odd) .line {
    top: 50%;
    transform: translate(-100%, -50%);
    left: -45px;
    z-index: -1;
    width: 291px;
}

.box-item:last-child .line, .box-item:first-child .line {
    display: none;
}


.faq-item .answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.23s ease;
    padding: 0 30px 0px 0px;
}

.faq-item.open .answer {
    grid-template-rows: 1fr;
    padding: 0 30px 24px 98px;
}

.faq-item .answer__inner {
    overflow: hidden;
    min-height: 0;

}

.faq.section {
    background: var(--bg-grey);
    padding-bottom: 140px;
}

.faq__meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 50px;
    text-align: center;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 40px;

}

.question {
    font-weight: 400;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 24px 30px;
    cursor: pointer;
}

.question span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #660EFF;
}

.question span svg {
    stroke: #fff;

}

.faq-item.open .question span {
    background: #AB8DFF;
}

.faq-item.open .question span svg {
    stroke: var(--color-main);
    transform: rotate(180deg);
}

.faq-item .question, .faq-item .question span, .faq-item .question span svg {
    transition: .13s;
}

.answer {

    max-width: 918px;
    font-size: 18px;
    line-height: 150%;
}

.faq-item.open .question {
    font-weight: 700;
}


.box-item:last-child .box-item__icon:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -160%);
    bottom: auto;
    right: auto;
}

.form-blocks {
    background: #AB8DFF;
    padding: 0 0 95px;
}

.page-template-page-contact .unika-wrap {
    bottom: 0;
}

.page-template-page-contact .page-first__content {
    min-height: 490px;
}

.form-blocks .container {
    transform: translate(0, -100px);
}

.form-blocks .dekor-circle {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f2efef;
    width: 100%;
    max-width: 740px;
    border-radius: 50%;
    filter: blur(300px);
    -webkit-filter: blur(300px);
}

form.wpcf7-form {
    direction: rtl;
}

.field input, .field input:focus {
    padding: 20px;
    border: 0;
    outline: none;
    font-size: 20px;
    color: #660EFF;
    line-height: 1;
}

.field {
    display: flex;
    align-items: center;
}

.field>p {
    display: flex;
    align-items: center;
}

.field>p label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 34px;
    position: relative;
}

.field>p label:before {
    content: '*';
    display: block;
    position: absolute;
    font-weight: 400;
    font-size: 36px;
    text-align: right;
    color: #ab8dff;
    right: 0;
    top: 0px;
}

.field {
    border-bottom: 1px solid #b7b7b7;
    background: #fff;
}

.fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.field:nth-child(4) label:Before, .field:nth-child(5) label {
    opacity: 0;
}

.field.field-text textarea, .field.field-text textarea::placeholder {
    font-size: 20px;
    color: var(--color-main);
}

.field.field-text textarea, .field.field-text textarea:focus {
    border: 0;
    outline: none;
}

.field.field-text textarea {
    width: 100%;
    background: #fff;
    padding: 26px 34px 26px 26px;
    max-height: 140px;
}

.field.field-text p, .field.field-text p span {
    width: 100%;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

.field .nice-select {
    border: none;
    outline: none;
    font-size: 20px;
    padding: 0 60px 0 48px;
    position: relative;
    width: 100%;
    direction: rtl;
    text-align: right !important;
    height: 64px;
    line-height: 64px;
    color: #660EFF;
}

.field-select p {
    width: 100%;
    display: flex;
    align-items: center;
}

.field-select p br {
    display: none;
}

.field-select p>span {
    flex: 1 0 auto;
}

.field input {
    height: 64px;
}

.field .nice-select .nice-select-dropdown {
    overflow: auto;
    border-radius: 0px;
    width: 100%;
    margin: 0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.field .nice-select .nice-select-dropdown li {
    text-align: right;
    padding: 0 60px;
}

select#select-211 {
    display: none;
}

.field .nice-select:after {
    opacity: 0;
}

form.wpcf7-form.invalid .field.field-valid label, form.wpcf7-form.invalid .field.field-valid label:before {
    color: #e85097;
}

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

.wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    font-size: 16px;
    margin: 15px auto 0;
    border: 0;
    padding: 0;
    color: #e85097;
}

.wpcf7 form.sent .wpcf7-response-output {

    padding: 0;

    border: 0;

}

.field.field-valid p {
    width: 100%;
    display: flex;
    align-items: center;
}

.field.field-valid p>span {
    flex: 1 0 auto;
}

.field.field-valid p>span input {
    width: 100%;
}

.field input:-webkit-autofill,
.field input:-webkit-autofill:hover,
.field input:-webkit-autofill:focus {
    -webkit-text-fill-color: #660eff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;

}

.field .nice-select:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/unika/img/down.svg) no-repeat center #660EFF;
    border-radius: 50%;
    transition: .13s;
    position: absolute;
    top: 9px;
    left: 0px;
}

.field .nice-select.open:before {
    background: url(/wp-content/themes/unika/img/up.svg) no-repeat center #AB8DFF;
}

.field.field-text textarea::placeholder {
    font-weight: 700;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    color: #660EFF;
}



.field.field-text textarea::placeholder {
    font-weight: 700;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    color: #660EFF;
}

.field.field-accept label span {
    position: relative;
    display: block;
}

.field.field-accept label span:before, .field.field-accept label span:after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0px;
    border-radius: 9px;
    top: 50%;
    transform: translate(0, -50%);
}

.field.field-accept label span:before {
    background: var(--bg-grey);
}

.field.field-accept label span:after {
    background: url(/wp-content/themes/unika/img/accept.svg) no-repeat center;
    opacity: 0;
}

.field.field-accept label input:checked~span:after {
    opacity: 1;
}

.field>p label input {
    display: none;
}

.field.field-accept label:before {
    opacity: 0;
}

.field.field-accept span {
    margin: 0;
}

.field.field-accept label {
    padding: 0;
}

.field.field-accept label span {
    padding-right: 52px;
    font-weight: 400;
    font-size: 18px;
    max-width: 540px;
    display: block;
}

.field.field-accept label span a {
    font-weight: 700;
    color: var(--color-main);
    text-decoration: underline;
}

.field.field-accept, .field.field-captcha, .field.field-submit {
    border: 0;
}



.field.field-submit {
    display: flex;
    justify-content: flex-end;
}

.field.field-submit button {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
}

.field.field-submit button, .field.field-submit button:focus {
    border: none;
    outline: none;
}

.form-blocks>.container>.wpcf7 {
    box-shadow: 5px 5px 100px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 80px 130px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.form-blocks .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    column-gap: 40px;
}

.project {
    display: flex;
    flex-direction: column;
}


.products-grid .project-enter {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .5s ease, transform .5s ease;
}

.products-grid .project-enter.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.products {
    padding-bottom: 140px;
}



/* mdoal */

.project-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    overflow-y: auto;
}

.project-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.project-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgb(26 26 26 / 40%);
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    margin: 1.75rem auto;
    max-width: 1280px;
}

.project-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    background: var(--color-white);
    border-radius: 16px;
    padding: 40px;
    transform: translateY(20px);
    transition: transform .25s ease;
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.2);
}

.project-modal.is-active .project-modal__dialog {
    transform: translateY(0);
}

.modal-box {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 40px;
}

.project-modal__img img {
    height: auto;
    width: 100%;
}

.project-modal__img img {
    height: auto;
    width: 100%;
    max-width: 555px;
}

.project-modal__img {
    margin-left: -40px;
}

.project-modal__editor p, .project-modal__editor ul {
    margin: 0 0 15px;
}

.project-modal__editor p strong {
    font-weight: 700;
}

.project-modal__editor {}

.editor-text ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.editor-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    border-radius: 50%;
    background: #ab8dff;
    width: 12px;
    height: 12px;
}

.editor-text ul li {
    position: relative;
    padding-right: 22px;
}

.editor-text a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #660eff;
}

.editor-text p:last-child {
    margin: 0;
}

.project-modal__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.project-modal__close {
    cursor: pointer;
    position: absolute;
    outline: none;
    border: 0;
    background: transparent;
    top: 30px;
    left: 30px;
}

.project-modal__close img {
    width: 24px;
    height: 24px;
}


.project-modal__img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 16px 16px 0;
}

.project-modal__logo img {
    max-height: 60px;
    width: auto;
    margin-bottom: 16px;
}

.project-modal__title {
    font-size: 30px;
    line-height: 125%;
    margin: 0 0 5px;
    text-align: center;
}

.project-modal__subtitle {
    font-size: 15px;
    margin: 0 0 20px;
    text-align: center;
}

.project-modal__editor,
.editor-text {
    font-size: 15px;
    line-height: 150%;
    color: var(--color-main);
    margin: 0 0 20px;
}

.sol-box {
    border-radius: 20px;
    padding: 52px 40px 90px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.15);
    align-items: flex-start;
}

.sol-box__content h3 {
    font-size: 36px;
    line-height: 125%;
    margin: 0px 0 10px;
}

.sol-box__content .desc {
    font-size: 18px;
    margin: 0 0 20px;
}

.sol-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.sol-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: var(--font-n);
    background: #f2efef;
    border: 1px solid #b7b7b7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 10px;
    border-radius: 42px;
}

.sol-box__editor {
    font-size: 18px;
    margin: 0 0 20px;
}

.sol-box__editor {}

.sol-box__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

a.link-wa {
    border: 1px solid #1a1a1a;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    height: 58px;
    padding: 0 30px 0 0;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-main);
}

a.link-wa span {
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: 4px;
}

.sol-box__link a {
    min-width: 327px;
}

.breadcrumbs a:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/unika/img/sep.svg) no-repeat center;
    margin: 0 10px;
}

.breadcrumbs a {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs a, .breadcrumbs span {
    color: rgb(26 26 26 / 80%);
}

.sol-boxs {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1360px;
    margin: 0 auto;
}

.sol-box__img {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.sol-box__img:before {
    content: '';
    display: block;
    padding-top: 73%;
}

.sol-box__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.solutions {
    padding: 0 0 100px;
}



body.modal-open {
    overflow: hidden;
}

.unika-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: var(--bg-grey);
    padding: 20px 0 0 0;
}

.unika-wrap .unika {
    position: relative;
}

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

.unika-wrap .unika {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0);
}










.sol-box__editor p {
    margin: 0 0 16px;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
}

.top__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.top__social {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top__social a svg {
    fill: var(--color-main);
}

.top__social a:hover svg {
    fill: #660eff;
}

.top__nav ul li a {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-main);
}

.top__nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.top__nav ul li a {
    padding-bottom: 15px;
}

.top__nav ul li a:after {
    content: '';
    display: block;

    background: #1a1a1a;
    width: 0%;
    height: 3px;
    border-radius: 3px;
    transition: .13s;
}

.top__nav ul li.current_page_item a:after,
.top__nav ul li a:hover:after {
    width: 100%;
}

.header .container, .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-dekor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1250px;
}

.page-meta__content {
    min-height: 490px;
    padding: 50px 0 0 0;
    position: relative;
}

.page-meta__content .container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-meta__content .container .breadcrumbs {
    margin: 0 0 18px;
}

.page-meta__content .editor {
    max-width: 740px;
    margin: 0 auto;
}

.dekor-circle:before {
    content: '';
    display: block;
    padding-top: 100%;
}

section.products {
    position: relative;
    z-index: 1;
}

.products-grid {
    max-width: 1240px;
    margin: 0 auto;
}

.project-modal__img .img-m {
    display: none;
}

section.idea {
    background: #AB8DFF;
    padding: 120px 0 60px;
    min-height: 560px;
}

.idea__meta {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

section.idea {
    position: relative;
    overflow: hidden;
}

.idea__dekor {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 647px;
    background: url(/wp-content/themes/unika/img/idea-dekor.png);
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.idea__dekor:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.idea .container {
    position: relative;
    z-index: 3;
}



.idea__circle {
    background: #f2efef;
    width: 100%;
    max-width: 560px;
    border-radius: 50%;
    filter: blur(300px);
    -webkit-filter: blur(300px);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.idea__circle:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.first-dekor-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(0deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 100%);
}

.section-about {
    overflow: hidden;
}

.about-unika {
    display: flex;
    align-items: center;
    width: 65vw;
    position: absolute;
    bottom: 0;
    right: -60px;
}

.about__content {
    min-height: 890px;
}



.about__content--wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

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

.section-instagram .dekor-inst:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.section-instagram .dekor-inst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: url(/wp-content/themes/unika/img/blur-inst.png);
    max-width: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.breadcrumbs a:hover span {
    color: #660EFF;
}

form.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    background: #f2efef;
    display: inline-flex;
    margin-right: 0;
    color: #660EFF;
    padding: 8px 50px 8px 30px;
    max-width: 360px;
    text-align: right;
    border-radius: 60px;
    position: relative;
    margin: 20px auto 0 0 !important;
    transform: translate(-55px, 0);
    width: 100%;

    border: 0;
}

.wpcf7 form.sent .wpcf7-response-output:after,
.wpcf7 form.unaccepted .wpcf7-response-output:after,
.wpcf7 form.invalid .wpcf7-response-output:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    bottom: -20px;
    right: 22px;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/unika/img/tr-form.png) no-repeat center;
}

.wpcf7 form.sent .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.invalid .wpcf7-response-output:before {
    content: '*';
    display: block;
    position: absolute;
    font-size: 40px;
    top: 3px;
    right: 27px;
    font-weight: 300;
}

@media screen and (min-width: 1921px) {
    figure.photo {
        width: calc(100% + 0px);
    }

    .about__img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        max-width: 800px;
        width: 100%;
    }
}

@media screen and (max-width: 1920px) {
    .section-about .container {
        position: relative;
    }

    .section-instagram .dekor-inst {
        top: 40%;
    }
}

@media screen and (max-width: 1700px) {


    .about__content {
        min-height: 840px;
    }

    .top__nav ul li a {
        font-size: 18px;
    }

    .review {
        padding: 27px 30px 40px;
    }

    .top__nav ul li a:after {
        margin: 10px 0 0 0;
        height: 2px;

    }

    .footer__submenu:before {
        width: 100%;

    }

    .about {
        display: grid;
        grid-template-columns: 6fr 5fr;
        gap: 24px;
    }

    .about-item span {
        font-size: 14px;
        height: 48px;
        min-width: 100px;
    }
}

@media screen and (max-width: 1366px) {

    .about-item span {
        min-width: 80px;
    }

    .modal-wrap {
        margin: 20px;
    }

    .about-unika {
        right: -30px;
    }
}

@media screen and (max-width: 1251px) {
    .page-dekor {
        width: 100%;
    }

    .page-first__content:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 19%;
        max-width: 1250px;
        margin: 0 auto;
    }

    .page-first__content {
        padding: 30px 0 0px;
    }

    .page-template-page-contact .page-first__content {
        min-height: auto;
    }

    .form-blocks .container {
        transform: translate(0, -50px);
    }

    .page-meta__content {
        min-height: auto;
        padding-bottom: 25%;
    }
}



.btn-mobile {
    display: none;
}

.top__nav .top__social {
    display: none;
}

.home .header {
    background: transparent;
}



.home .header .top>.top__social svg {
    fill: #fff;
}

.home .header .top .top__nav a {
    color: #fff;
}

.home .header .top .top__nav a:after {
    background: #fff;
}

.home .header.scroller {
    background: #fff;
}

.home .header.scroller .top .top__nav a:after {
    background: var(--color-main);
}

.home .header.scroller .top .top__nav a {
    color: var(--color-main);
}

.home .header.scroller .top>.top__social svg {
    fill: var(--color-main);
}

.home .header.scroller .top__logo img:first-child {
    display: none;
}

.home .top__logo img:last-child {
    display: none;
}

.home .header.scroller .top__logo img:last-child {
    display: block;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: transparent !important;
}

.mobile-about {
    display: none;
}

.about__content--wrap .text {
    margin: 0 0 15px;
}

figcaption {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-family: var(--font-n);
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
}

figcaption strong.photo__title {
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
}

.about-item:last-child {
    position: relative;
}

.about-items>.about-item:last-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/unika/img/dekor-1.svg) no-repeat center;
    background-size: contain;
    transform: translate(0, -75%);
}

.insta-link a.link-wa {
    min-width: 250px;
}

.section-instagram .container {
    position: relative;
    z-index: 1;
}

.insta-link {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}


.dekor-und {
    width: 630px;
    background: #f2efef;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 2;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    top: 0;
    z-index: 1;
}

.dekor-und:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.section-understandable .container {
    position: relative;
    z-index: 2;
}

section.section {}

.section-instagram .title-section:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/unika/img/instagram-title.svg) no-repeat center;
    background-size: contain;
}

.section-instagram .title-section {
    display: inline-flex;
    gap: 20px;
    margin: 0 0 15px;
}

.section-instagram .desc-section {
    max-width: 670px;
    margin: 0 auto 20px;
}

.section-instagram .meta--center a {
    font-weight: 900;
    font-size: 18px;
    color: var(--color-main);
    font-family: var(--font-n);
}

.section-instagram {
    position: relative;
    overflow: hidden;
}



.insta-wrap {
    position: relative;
    z-index: 1;
}

.insta-dekor:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.page-template-page-about .page-first__content {
    padding-bottom: 130px;
}

a.link-wa:hover {
    background: var(--bg-violet);
}

.sol-box__link a {
    min-width: 320px;
}

.section-instagram .meta--center {
    margin: 0 0 30px;
}

section #sb_instagram button.sbi_load_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 58px;
    border-radius: 40px !important;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #660eff 0%, #ab8dff 50%) !important;
    min-width: 260px;
    font-weight: 700;
    font-size: 20px !important;
    text-align: center;
    color: var(--color-main) !important;
}

.error404 #page {
    display: flex;
    flex-direction: column;
}

.error404 footer {
    margin-top: auto;
}

.error404 main h1 span {
    display: flex;
    font-size: 120px;
}

.error404 main h1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}

.error404 main .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.default-content .container {
    max-width: 1630px;
}

section.default-content {
    padding: 80px 0;
    background: var(--bg-grey);
}

section.default-content h1 {
    font-size: 40px;
    margin: 0 0 20px;
}

.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5 {

    margin: 0 0 15px;
}

.project {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.field.field-accept span.wpcf7-list-item-label {
    color: var(--color-main);
}

.top__social a:hover svg {
    fill: #ab8dff;
}

.footer__social a svg {
    max-width: 20px;
    max-height: 20px;
    fill: #fff;
}



.footer__social a:hover svg {
    fill: #660eff;
}

@media screen and (max-width: 1199px) {


    .wpcf7 form.sent .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.invalid .wpcf7-response-output {

        transform: translate(0px, 0);

    }

    section.default-content h1 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .section-instagram .dekor-inst {
        top: 0;
        transform: translate(-50%, -8%);
        min-width: 890px;
    }

    .first__item a, .first__item a:hover {
        font-size: 16px;

    }

    .help__check svg {
        width: 20px;
        height: 18px;
        top: 6px;
    }

    .default-content h2,
    .default-content h3,
    .default-content h4,
    .default-content h5 {
        font-size: 18px;
    }

    section.default-content {
        padding: 40px 0 80px;
    }

    section.default-content .editor p, section.default-content .editor li {
        font-size: 16px;
        line-height: 120%;
    }

    .page-template-page-about .page-first__content {
        padding-bottom: 0;
    }

    .sol-box__link a {
        min-width: auto;
    }

    .insta-wrap {
        position: relative;
        z-index: 1;
    }

    .question {
        font-size: 16px;
        padding: 16px 20px 16px 10px;
        gap: 16px;
    }

    .question span {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .faq-item.open .answer {
        font-size: 16px;
        padding: 0 20px 30px 50px;
    }

    .faq.section {
        padding-bottom: 90px;
    }

    .mobile-about {
        display: block;
    }





    .section-instagram .title-section {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .understand__wrap {
        overflow: auto;
    }

    .understand__wrap:before {
        display: none;
    }

    video.understand__video {
        position: relative;
    }

    .understand__btn {
        transform: translate(0, 54px);
        position: relative;
        z-index: 1;
    }

    section.section-understandable {
        overflow: hidden;
    }

    .understand__btn-video {
        bottom: 0;
    }


    .understand__wrap {
        overflow: auto;
        padding-bottom: 90px;
    }





    .understand__btn button {
        color: var(--colormain);
    }

    .understand__btn-video span.icon-play {
        border: 2px solid var(--color-main);
    }

    .understand__btn-video span.icon-play:before, .understand__btn-video span.icon-play:after {
        background: var(--color-main);
    }


    .dekor-und {
        -webkit-filter: blur(200px);
        filter: blur(200px);
    }

    .before-after {
        gap: 50px;
    }

    .before-after img {
        max-height: 22px;
    }

    .about-items>.about-item:last-child:before {
        bottom: 0;
        top: auto;
        transform: translate(-50%, 84%);
        left: 50%;
    }

    .about-items {
        margin: 0 0 80px;
    }

    .section-projects .container {
        padding: 0 20px;
    }

    .swiper-nav button svg {
        width: 7px;
    }

    .swiper-nav button, .swiper-nav button:focus {
        width: 32px;
        height: 32px;
    }

    section.section-projects.section .section-meta .desc-section {
        max-width: 320px;
    }

    .section-projects #swiper-pagination {
        margin: 30px 0 30px;
    }

    .swiper-wrap .swiper-nav button {
        opacity: 1;
    }

    figcaption {
        max-width: 154px;
        font-size: 12px;
        text-align: left;
    }

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

    .mobile-about {
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        order: 1;
        padding-bottom: 30px;
    }

    .mobile-about .text {
        font-size: 18px;
    }

    .about__content {
        order: 3;
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .about__img {
        order: 2;
        margin: 0 -20px;
    }

    figure.photo {
        width: 100%;
    }

    .about__img:before {
        padding-top: 110%;
    }

    .about__content .editor {
        margin: 0 0 30px;
    }

    .about-items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 16px;
    }

    .about-item span {
        font-size: 16px;
        width: 178px;
    }

    .about-item {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .about-items svg {
        transform: rotate(-90deg);
    }

    .about__content--wrap .btn-main {
        margin: 0 auto;
    }

    .about-unika {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }

    .about-unika img {
        max-width: 100%;
    }

    .about__content--wrap>.text, .about__content--wrap>h2 {
        display: none;
    }

    .section-help .section-meta {
        margin: 0 0 33px;
    }

    .help__items {
        gap: 36px;
    }

    .help__bottom {
        margin-top: 36px;
    }

    img.help__item-img {
        max-height: 55px;
    }

    .help__item-text {
        font-size: 16px;
        margin: 20px 0 0 0;
    }

    .help__item {
        padding: 28px 20px 30px;
        width: 155px;
        border-radius: 30px;
    }



    section.idea {
        min-height: 480px;
        padding: 80px 0 60px;
    }

    .company__logos .swiper-slide img {
        max-height: 80px;
    }

    .company__logos .swiper-slide {
        width: auto;
        max-width: 200px;
    }

    .section-company:before, .section-company:after {

        width: 100px;
    }

    .idea__meta .title-section {
        font-size: 24px;
    }

    .idea__meta .text {
        max-width: 320px;
    }


    .first__meta h1 {
        font-size: 36px;
    }

    .first__items {
        font-size: 16px;
        gap: 30px;
    }

    .first__btn-video, .understand__btn-video {
        font-size: 14px;
    }

    .first__btn {
        bottom: 40px;
    }

    .section-meta .desc-section {
        max-width: 280px;
    }



    .section-reviews #swiper-pagination {
        bottom: -5px;
    }

    .review {
        padding: 40px 20px;
        gap: 15px;
    }

    .review__title {
        font-size: 18px;
    }

    .idea__dekor {
        height: 100%;
        background: url(/wp-content/themes/unika/img/idea-dekor2.png);
        background-repeat: no-repeat;
        background-position: center 0;
    }

    .project-modal__dialog {
        padding: 40px 20px;
    }

    .project-modal__img {
        margin-left: -20px;
    }

    .project-modal__title {
        font-size: 24px;
    }

    .modal-box {
        gap: 20px;
    }

    section.products {
        padding-bottom: 65px;
    }

    .page-first__bg {
        min-height: 260px;
    }

    h3.project__title {
        font-size: 18px;
        margin: 0 0 10px;
    }

    p.project__desc {
        font-size: 16px;
    }

    .project__body {
        padding: 20px 20px 40px;
    }

    .field>p label {
        font-size: 16px;
        padding-right: 16px;
    }

    .sol-box__link a {
        min-width: auto;
    }

    .form-blocks {
        padding: 0 0 50px;
    }

    .field input, .field input:focus {
        font-size: 16px;
        padding: 16px 10px 16px 16px;
        line-height: 64px;
    }

    .field.field-text textarea, .field.field-text textarea::placeholder {
        font-size: 16px;
    }

    .field.field-text textarea {
        padding: 16px 16px 16px 16px;
        max-height: 120px;
    }

    .field>p label:before {
        font-size: 24px;
    }

    .field.field-accept label span {
        font-size: 16px;
    }

    .field .nice-select {
        padding-right: 16px;
        font-size: 16px;
    }

    .field .nice-select .nice-select-dropdown li {
        padding: 0 16px 0 50px;
    }

    .field.field-valid p>span {
        flex: 1;
    }

    .field-select p>span {
        flex: 1;
    }

    .field>p label {
        max-width: 96px;
    }

    .field.field-accept label {
        padding: 0;
        max-width: 100%;
    }

    .field .nice-select:before {
        width: 36px;
        height: 36px;
        background-size: 14px;
        top: 14px;
    }

    span.current {
        height: 100%;
        display: flex;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        line-height: 1;
        align-items: center;
    }

    .fields .nice-select-dropdown {
        left: auto;
        right: -96px;
        width: calc(100% + 96px) !important;
    }

    .field .nice-select {
        padding-left: 40px;
    }

    .form-blocks>.container>.wpcf7 {
        padding: 30px 20px 50px;
    }

    footer {
        padding: 70px 0 30px;
    }

    .footer__logo img {
        max-height: 39px;
    }

    .footer__main {
        gap: 30px;
    }

    p.footer__desc {
        text-align: center;
        max-width: 320px;
    }

    .footer__menu ul li a {
        font-size: 15px;
    }

    .footer__menu ul {
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer__social a {
        width: 42px;
        height: 42px;
    }

    .footer__social a svg {
        max-height: 22px;
        max-width: 22px;
    }

    .footer__social {
        gap: 24px;
    }

    .footer__bottom {
        margin: 30px 0 0 0;
    }

    .footer__submenu:before {
        width: 100%;
        margin: 0 0 24px;
    }

    .footer__submenu ul a {
        font-size: 15px;
    }

    .create {
        margin: 30px 0 0 0;
    }

    .home .btn-mobile:before,
    .home .btn-mobile:after,
    .home .btn-mobile span {
        background: #fff;
    }

    .home .header.scroller .btn-mobile:before,
    .home .header.scroller .btn-mobile:after,
    .home .header.scroller .btn-mobile span {
        background: var(--color-main);
    }

    .home .btn-mobile.menu-open:before,
    .home .btn-mobile.menu-open:after,
    .home .btn-mobile.menu-open span {
        background: var(--color-main);
    }

    .home .header.menu-open .top__logo img:first-child {
        display: none;
    }

    .home .header.menu-open .top__logo img:last-child {
        display: block !important;
    }

    .home .header.menu-open .top .top__nav a {
        color: var(--color-main);
    }

    .header .top__logo img, .header.scroller .top__logo img {
        max-height: 24px;
    }

    .top__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--bg-grey);
        padding: 84px 21px 30px;
        bottom: 0;
        transform: translate(-101%, 0%);
        transition: .13s;
    }

    .menu-open .top__nav {
        transform: translate(-0%, 0%);
    }

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

    .admin-bar .top__nav {
        top: 32px;
    }

    .top__nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 0 0 37px;
    }

    .top__nav ul li a:after {
        margin: 0;
        height: 0;
        opacity: 0;
    }

    .top__nav li a {
        border-bottom: 1px solid #b7b7b7;
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 15px;
    }

    .top__nav li {
        width: 100%;
    }

    .top>.top__social {
        display: none;
    }

    .top__nav .top__social svg {
        min-width: 24px !important;
        min-height: 24px !important;
    }

    .top__nav .top__social a {
        width: 42px;
        height: 42px;
    }

    .top__nav .top__social {
        justify-content: center;
        gap: 30px;
    }

    .header {
        height: 64px;
    }

    .header.scroller {
        height: 64px;
    }

    .page-inner {
        padding: 64px 0 0 0;
    }

    .top__nav .top__social {
        display: flex;
    }

    .btn-mobile {
        display: flex;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        position: relative;
        background: transparent;
        outline: none;
        border: 0;
    }

    .btn-mobile:before, .btn-mobile:after, .btn-mobile span {
        width: 32px;
        height: 4px;
        background: #1a1a1a;
        display: block;
        transition: .23s;
        border-top: 0px solid var(--dark);
        left: 50%;
        position: absolute;
        top: 50%;
        border-radius: 4px;
    }

    .btn-mobile:before, .btn-mobile:after {
        content: '';
    }

    .btn-mobile:before {
        transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
    }

    .btn-mobile:after {
        transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
    }

    .btn-mobile span {
        transform: translate(-50%, calc(-50% + 0px)) rotate(0deg);
    }

    .btn-mobile.menu-open span {
        opacity: 0;
    }

    .btn-mobile.menu-open:before {
        transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
        height: 2px;
    }

    .btn-mobile.menu-open:after {
        transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
        height: 2px;
    }



    .sol-box {
        padding: 40px 30px;
        gap: 30px;
    }

    .sol-box__content h3 {
        font-size: 24px;
    }

    .sol-box__content .desc {
        font-size: 16px;
    }

    .sol-label {
        height: 40px;
        font-size: 14px;
        border-radius: 40px;
    }

    .sol-box__editor {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .sol-box__editor p {
        margin: 0 0 16px;
    }

    .sol-boxs {
        gap: 50px;
    }

    a.link-wa {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .box-item__icon span img {
        max-width: 80px;
    }

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

    .box-item__icon span:before {
        width: 75px;
        height: 75px;
    }

    .box-item__content,
    .box-item__icon {
        width: 100%;
        max-width: 140px;
    }

    .box-item__icon span:before {
        transform: translate(-3%, 16%);
    }

    .title-icon {
        text-align: center;
    }

    .box-item__icon {
        gap: 25px;
    }

    .box-item {
        max-width: 300px;
        margin: 0 auto;
        gap: 20px;
        align-items: flex-start;
    }

    .box-item:nth-child(even) .box-item__icon:before {
        left: 50%;
        transform: translate(-50%, calc(-100% - 20px));
        top: 0%;
        right: auto;
    }

    .box-item:nth-child(even) .line {
        top: -29px;
        transform: translate(0%, 0%);
        right: auto;
        z-index: -1;
        width: 75px;
        left: 75px;
    }

    .box-item:nth-child(odd) .box-item__icon:before {
        left: 50%;
        transform: translate(-50%, calc(-100% - 20px));
        top: 0px;
        right: auto;
    }

    .box-item:nth-child(odd) .line {
        top: -29px;
        transform: translate(0%, 0%);
        left: auto;
        z-index: -1;
        width: 75px;
        right: 75px;
    }

    .box-item:nth-child(1) .box-item__content {
        bottom: 0;
        transform: translate(calc(-50% - 10px), 32px);
    }

    .box-item:nth-child(1) {
        margin: 0 auto 40px;
    }

    .boxs-items:before {
        bottom: 225px;
        top: 173px;
    }
}

@media screen and (max-width: 991px) {
    .section-company:before, .section-company:after {

        width: 50px;
    }






    .insta-link {
        margin: 25px 0 0 0;
    }

    .sol-box {
        padding: 20px 20px 48px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sol-box__content h3 {
        font-size: 20px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project__media:before {
        padding-top: 84%;
    }
}


@media screen and (max-width: 860px) {
    .help__items {
        grid-template-columns: 1fr 1fr;
        display: grid;
        row-gap: 30px;
        column-gap: 15px;
        max-width: 360px;
        margin: 0 auto;
    }

    .help__item {
        width: 100%;
    }

    p.help__error {
        padding: 0 50px 0 16px;
        font-size: 14px;
    }

    .section-help:before {
        width: 360px;
        background: url(/wp-content/themes/unika/img/help-bg.png);
        background-repeat: no-repeat;
    }

    .section-help:after {
        width: 320px;
        height: 320px;
    }

    .section-first {
        height: 520px;
        min-height: 520px;
    }

    .first__meta h1 span {
        font-size: 18px;
    }

    .first__meta h1 {
        font-size: 20px;
    }

    .first__content {
        padding: 0 20px;
    }

    .first__items {
        row-gap: 10px;
        line-height: normal;
        margin: 20px 0 0;
        column-gap: 5px;
    }

    .first__btn {
        bottom: 20px;
    }

    .modal-box {
        grid-template-columns: 1fr;
    }

    .project-modal__dialog {
        padding: 40px 20px;
    }

    .project-modal__img {
        margin-left: -20px;
    }

    .project-modal__title {
        font-size: 24px;
    }

    .project-modal__editor.editor-text {}

    .modal-box {
        grid-template-columns: 1fr;
    }

    .project-modal__img {
        margin: 0;
        order: 1;
    }

    .project-modal__body {
        order: 2;
    }

    .project-modal__img>img:first-child {
        display: none;
    }

    .project-modal__img .img-m {
        display: block;
    }

    .project-modal__img {
        position: relative;
        overflow: hidden;
        border-radius: 30px;
    }

    .project-modal__img:before {
        padding-top: 78%;
        content: '';
        display: block;
    }

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

    .project-modal__close {
        top: 20px;
        left: 20px;
    }
}



@media screen and (max-width: 440px) {
    .idea__circle {
        filter: blur(150px);
        -webkit-filter: blur(150px);
    }

    .dekor-und {
        max-width: 320px;
    }

    .form-blocks .dekor-circle {
        bottom: -50px;
        filter: blur(150px);
        -webkit-filter: blur(150px);
    }

    .modal-wrap {
        margin: 20px 15px;
    }

    .sol-box__link a {
        max-width: 100%;
        width: 100%;
    }

    .field.field-submit p button {
        width: 100%;
    }

    .field.field-submit p {
        width: 100%;
        justify-content: center;
    }

    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7-response-output {
        text-align: center !important;
        font-size: 16px !important;
        margin: 20px auto 0;
    }
}

.page-template-page-contact .footer__main a.btn.btn-main {
    display: none;
}