/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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: .35em .75em .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
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px
}

.overflow-body {
    overflow: hidden !important
}

.main-layout {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-rows:auto 1fr auto;
    overflow: hidden
}

.container.wider {
    position: relative;
    max-width: 1440px !important
}

.dropshadow {
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

p {
    font-family: "Inter", sans-serif;
    line-height: 180%;
    font-weight: 500;
    font-size: 16px
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-family: "Inter", sans-serif;
    line-height: 100%;
    font-weight: 800;
    margin-bottom: 25px
}

.text-block h1 {
    font-size: clamp(1.8rem, 4vw, 3.2rem)
}

.text-block h2 {
    font-size: clamp(1.5rem, 4vw, 3.063rem)
}

.text-block p {
    font-family: "Inter", sans-serif;
    line-height: 180%;
    font-weight: 500;
    font-size: 16px
}

.text-block ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500
}

.text-block ul li {
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative
}

.text-block ul li:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: url("../images/icon-odrazka.svg");
    width: 22px;
    height: 22px
}

.menu-wrap {
    display: flex;
    align-items: center
}

.menu-wrap .btn {
    height: 38px;
    letter-spacing: 2px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 40px
}

.menu li a {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0
}

.menu li a:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    transition: all .1s ease-in-out
}

.menu li a:hover:before {
    width: 100%
}

.mobile-menu-block {
    position: relative;
    z-index: 21
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 80px 25px 25px;
    background: #6112ad;
    background: linear-gradient(180deg, rgb(97, 18, 173) 40%, rgb(216, 79, 240) 100%);
    width: 320px;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transform: translateX(50rem);
    top: 0;
    z-index: 21;
    transition: .5s;
    overflow: auto
}

#mobile-menu li {
    transition: .15s ease-in-out
}

#mobile-menu li:hover {
    transform: translateX(15px)
}

#mobile-menu li a {
    display: block;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    padding: 15px 0
}

#mobile-menu li a.active {
    font-weight: 700
}

#mobile-menu.open {
    transform: translateX(0rem)
}

header {
    padding-top: 120px;
    background-color: #151c2f
}

header .section-backdrop-text {
    margin-top: -100px
}

.top-bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    height: 120px;
    background-color: #151c2f;
    transition: all .1s ease-in
}

.top-bar .container {
    height: 100%;
    max-width: 1110px !important
}

.top-bar.shrink {
    height: 80px
}

.top-bar.shrink .logo img {
    width: 70%
}

.menu-bar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    height: 100%
}

.logo {
    display: flex
}

.logo img {
    transition: all .1s ease-in;
    max-width: 365px;
    width: 100%;
    height: auto
}

.main-header {
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
    background-color: #151c2f
}

.main-header .section-backdrop-text {
    margin-top: -100px
}

.main-header .container {
    max-width: 1110px
}

.main-header .claim {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.875rem);
    line-height: 130%;
    margin-top: 35px;
    margin-bottom: 35px
}

.main-header .claim b {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.main-header .btn {
    position: relative;
    height: 54px;
    font-size: 18px;
    letter-spacing: 2px;
    max-width: 290px;
    z-index: 1
}

main {
    position: relative;
    background-color: #fff
}

section {
    position: relative;
    padding: 26px 0 0;
    scroll-margin-top: 80px
}

section .title {
    display: block;
    margin: 15px 0 30px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 49px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

section .bg {
    position: absolute
}

section#sluzby {
    background-image: url("../images/bg-section-sluzby.webp");
    background-size: cover;
    background-position: center center
}

section#sluzby .container {
    max-width: 930px
}

section#sluzby .title {
    font-size: 25px;
    font-weight: 900
}

section#sluzby .claim {
    margin: 60px 0 30px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase
}

section#sluzby .section-backdrop-text {
    background: linear-gradient(#d802fb, #2a0053);
    background: -webkit-linear-gradient(#d802fb, #2a0053);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

section#sluzby .btn.white {
    margin: 40px auto 0;
    font-size: 24px;
    font-weight: 900;
    height: 64px
}

section#sluzby .bg.sluzby-left {
    left: -30px;
    top: 20px
}

section#sluzby .bg.sluzby-right {
    right: 0;
    top: 0
}

section#sluzby .bg.sluzby-right-center {
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto 0
}

section#o-nas {
    margin: 60px 0 50px
}

section#o-nas .container {
    max-width: 1100px
}

section#o-nas .section-name {
    margin: 0
}

section#o-nas .title {
    text-align: left;
    color: #101828
}

section#o-nas .title b {
    font-weight: 900
}

section#o-nas .experience {
    position: absolute;
    bottom: -90px;
    left: 210px;
    z-index: 1
}

section#o-nas .bg.o-nas-right {
    right: 0;
    bottom: -50px
}

section#portfolio {
    padding: 54px 0 0;
    background-color: #151c2f
}

section#portfolio .container {
    max-width: 990px
}

section#portfolio .filters-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px
}

section#portfolio .btn {
    z-index: 1;
    margin: 50px auto;
    max-width: 200px
}

section#portfolio .portfolio-grid {
    margin-bottom: 50px
}

section#portfolio .portfolio-grid .item.visible-all {
    display: block !important
}

section#portfolio .portfolio-grid.limited .item:nth-child(n+10) {
    display: none !important
}

section#portfolio .section-backdrop-text {
    font-size: clamp(2rem, 9vw, 11.25rem);
    letter-spacing: 8px
}

section#portfolio .bg.portfolio-left {
    left: 0;
    top: 0
}

section#portfolio .bg.portfolio-right-top {
    right: 60px;
    top: 170px
}

section#portfolio .bg.portfolio-right-bottom {
    right: 0;
    bottom: 0
}

.portfolio-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    gap: 30px
}

.portfolio-grid .item {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 300px;
    border-radius: 12px;
    overflow: hidden
}

.portfolio-grid .item:hover .inner {
    transform: rotateY(180deg)
}

.portfolio-grid .item .inner {
    position: relative;
    transition: transform .6s;
    transform-style: preserve-3d;
    height: 100%
}

.portfolio-grid .item .front {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.portfolio-grid .item .front img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.portfolio-grid .item .back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 70px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #d144e8;
    background: linear-gradient(90deg, rgb(209, 68, 232) 0%, rgb(136, 27, 216) 100%)
}

.portfolio-grid .item .back span {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.portfolio-grid .item .back p {
    margin-top: 10px;
    font-size: 14px;
}

.portfolio-grid .item .back .btn-arrow {
    position: absolute;
    margin: 0 auto;
    bottom: 20px
}

section#reference .container {
    max-width: 990px
}

section#reference .container {
    position: relative;
    z-index: 1;
}

section#reference .title {
    color: #000
}

section#reference .rounded-image .wrap {
    margin: 0 auto;
    padding: 35px
}

section#reference .rounded-image .ellipse {
    width: 138%;
    height: 148%
}

section#reference .btn {
    z-index: 1;
    margin: 50px auto;
    max-width: 200px
}

section#reference .reference-grid {
    margin-bottom: 25px
}

section#reference .reference-grid .item:nth-child(n+9) {
    display: none !important
}

section#reference .reference-grid .item.visible-all {
    display: flex !important
}

section#reference .section-backdrop-text {
    background: -webkit-linear-gradient(#4f65dd, #2facf7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

section#reference .bg.reference-right-bottom {
    right: 0;
    bottom: 0;
    z-index: 0;
}

.reference-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    gap: 30px
}

.reference-grid .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20.5px -10px #a080be;
    cursor: pointer;
    background: #fff;
}

.reference-grid .item img {
    width: 100%;
    height: auto
}

.reference-item-content {
    display: none;
}

section#poptavka {
    background-color: #151c2f
}

section#poptavka .container {
    max-width: 1130px;
    padding-top: 80px;
    padding-bottom: 80px
}

section#poptavka .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    background: #f60590;
    background: linear-gradient(90deg, rgb(246, 5, 144) 0%, rgb(152, 84, 193) 30%, rgb(48, 172, 248) 70%, rgb(64, 81, 244) 100%)
}

section#poptavka .claim {
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 25px
}

section#poptavka p {
    line-height: 150%
}

section#poptavka .instructions {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 25px
}

section#poptavka .bg.poptavka-left {
    left: 0;
    top: 0
}

section#poptavka .bg.poptavka-right {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

section#kontakt {
    padding: 50px 0
}

section#kontakt .container {
    max-width: 1030px
}

section#kontakt .title {
    color: #000;
    margin-bottom: 60px
}

section#kontakt .rounded-image .wrap {
    border: 13px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%;
    max-width: 350px;
    max-height: 350px;
    width: 100%;
    height: 100%
}

section#kontakt .contact-block {
    margin-top: 40px
}

footer {
    position: relative;
    background-color: #151c2f
}

footer .container {
    position: relative;
    z-index: 1
}

footer .inner {
    position: relative;
    padding: 40px 0 60px;
    color: #fff;
    overflow: hidden
}

footer .logo {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

footer .title {
    display: block;
    margin-bottom: 30px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500
}

footer .footer-menu li {
    margin-top: 20px
}

footer .footer-menu li:first-child {
    margin-top: 0
}

footer .footer-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400
}

footer .footer-menu li a:hover {
    text-decoration: underline
}

footer .contact-block .icon {
    margin-top: 0
}

footer .contact-block a {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

footer .input-newsletter {
    margin-bottom: 20px
}

footer .social-networks {
    display: flex;
    align-items: center;
    gap: 15px
}

footer .social-networks a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #9f3fe6;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    transition: all .15s
}

footer .social-networks a svg {
    stroke: #9f3fe6
}

footer .social-networks a:hover {
    background-color: #9f3fe6
}

footer .social-networks a:hover svg {
    stroke: #fff
}

footer .bg {
    position: absolute
}

footer .bg.footer-center {
    top: -20%;
    left: 20%
}

footer .bg.footer-right {
    bottom: 0;
    right: 0
}

footer .copyrights {
    position: relative;
    padding: 10px 0;
    z-index: 1;
    text-align: center;
    background-color: #100e18;
    border-top: 1px solid #1e1e4a
}

footer .copyrights .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

footer .copyrights span {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    height: 50px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: all .1s ease-in-out;
    background: #6112ad;
    background: linear-gradient(90deg, rgb(97, 18, 173) 0%, rgb(216, 79, 240) 100%);
    isolation: isolate;
    border: 0
}

.btn:before {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #6112ad;
    transition: all .1s ease-out
}

.btn:hover:before {
    width: 100%
}

.btn:hover {
    color: #fff
}

.btn.white {
    color: #6011ab;
    background: #fff
}

.btn.white:hover {
    color: #fff
}

.btn-close {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    right: 0;
    transition: .15s ease-in-out
}

.btn-close:hover {
    transform: scale(1.15)
}

.btn-close div {
    height: 2px;
    background-color: #fff;
    transition: .5s;
    z-index: 999
}

.btn-close div:nth-child(1) {
    transform: translateY(15px) rotate(45deg)
}

.btn-close div:nth-child(2) {
    transform: translateY(-15px) rotate(-45deg)
}

.btn-arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(140, 39, 215, .5);
    background-image: url("../images/icon-arrow-right.svg");
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center center
}

.btn-arrow.active {
    background-color: #261e84
}

.filter-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 26px;
    word-break: keep-all;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all .1s ease-in-out
}

.filter-button:hover {
    border: 1px solid #5925dc;
    background: #d144e8;
    background: linear-gradient(0deg, rgb(209, 68, 232) 0%, rgb(136, 27, 216) 100%)
}

.filter-button.active {
    border: 1px solid #5925dc;
    background: #d144e8;
    background: linear-gradient(0deg, rgb(209, 68, 232) 0%, rgb(136, 27, 216) 100%)
}

.btn-gradient {
    position: relative;
    height: 56px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    border: 0;
    overflow: hidden;
    transition: all .15s
}

.btn-gradient span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: -webkit-linear-gradient(0deg, #FB0182, #D21CE6, #2FACF7, #519FFC, #3934F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.btn-gradient:hover {
    transform: scale(1.025)
}

.burger-wrapper {
    cursor: pointer
}

#burger {
    display: none;
    position: relative;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    margin-left: 20px;
    right: 0;
    justify-content: space-between;
    flex-direction: column;
    z-index: 22
}

#burger > span {
    display: block;
    height: 2px;
    background-color: #fff;
    transition: .5s;
    z-index: 999
}

#burger.active span:nth-child(1) {
    transform: translateY(15px) rotate(45deg)
}

#burger.active span:nth-child(2) {
    opacity: 0
}

#burger.active span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg)
}

label {
    color: #101828;
    font-size: 16px;
    text-transform: uppercase
}

input, textarea {
    outline: 0;
    padding: 0 30px;
    width: 100%;
    position: unset;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    height: 60px;
    max-width: unset;
    border: 0;
    border-radius: 15px;
    background-color: #fff
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #d0d5dd;
    font-size: 16px
}

input::placeholder, textarea::placeholder {
    color: #d0d5dd;
    font-size: 16px
}

textarea {
    padding-top: 20px;
    padding-bottom: 20px
}

.section-name {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-height: 24px;
    line-height: 24px;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5925dc;
    border: 1px solid #5925dc;
    background-color: #f4f3ff
}

.section-backdrop-text {
    position: relative;
    display: block;
    font-size: clamp(2rem, 9vw, 8rem);
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 4px;
    opacity: .1;
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(#D144E8, #7410D3);
    background: -webkit-linear-gradient(#D144E8, #7410D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@-moz-document url-prefix() {
    .section-backdrop-text {
        opacity: .3
    }
}

.card {
    position: relative;
    background: rgba(0, 0, 0, 0);
    height: 254px;
    border: 0;
    text-decoration: none;
    z-index: 1
}

.card:hover .inner {
    transform: rotateY(180deg)
}

.card .inner {
    position: relative;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 100%
}

.card .front, .card .back {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    padding: 40px 20px 15px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}

.card .back {
    background-color: #7f32b8;
    transform: rotateY(180deg)
}

.card .icon {
    width: 70px;
    height: 70px
}

.card .name {
    display: block;
    margin: 16px 0 20px;
    height: 46px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 130%;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.cons-block {
    position: relative;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 180%;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    z-index: 1
}

.cons-block span + span::before {
    content: "/";
    color: #2facf7;
    padding: 0 10px 0 5px
}

.rounded-image {
    position: relative
}

.rounded-image .wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    overflow: hidden
}

.rounded-image .img-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1
}

.rounded-image .ellipse {
    width: 160%;
    height: 160%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    z-index: 0
}

.experience {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
    background: #7f32b8;
    background: radial-gradient(circle, rgb(127, 50, 184) 0%, rgb(86, 10, 141) 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.experience span {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase
}

.experience span:first-child {
    font-size: 49px;
    font-weight: 600
}

.experience span:nth-child(2) {
    font-size: 14px;
    font-weight: 400
}

.input-poptavka {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50px;
    height: 80px;
    width: 100%;
    padding: 0 25px
}

.input-poptavka input {
    height: 100%;
    width: 50%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 25px 0 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.input-poptavka input:focus {
    outline: none
}

.input-poptavka input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.input-poptavka input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.input-poptavka button {
    width: 48%;
    margin-left: auto;
    z-index: 1
}

.input-newsletter {
    display: flex;
    align-items: center
}

.input-newsletter input {
    background-color: #1f2d3e;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 60px;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff
}

.input-newsletter input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.input-newsletter input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.input-newsletter .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 60px;
    max-width: 130px
}

#contact-form {
    border-radius: 25px;
    padding: 44px;
    background-color: #f4f3ff
}

#contact-form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

#contact-form textarea {
    resize: none;
    height: 120px
}

#contact-form button {
    margin: 25px auto 0;
    height: 60px;
    font-size: 18px;
    letter-spacing: 2px
}

.contact-block {
    position: relative;
    z-index: 1
}

.contact-block a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

.contact-block a:hover {
    text-decoration: underline
}

.contact-block a:last-child {
    margin-bottom: 0
}

.contact-block a.tel img {
    width: 70%
}

.contact-block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    width: 27px;
    height: 27px
}

.contact-block .icon img {
    width: 100%;
    height: 100%
}

.slider-header {
    max-width: 412px;
    max-height: 412px;
    overflow: hidden
}

.slider-header .bg-slider {
    position: absolute;
    right: -173px;
    top: 48px;
    bottom: 0;
    margin: auto 0
}

.swiper-header {
    height: 100%;
    border-radius: 50%;
    border: 15px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.swiper-header .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-header .swiper-slide img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 382px
}

#error {
    background-image: url("../images/bg-section-sluzby.webp");
    background-size: cover;
    background-position: center center
}

.error strong {
    display: inline-block;
    font-size: 8rem;
    line-height: 8rem;
    margin-bottom: 3rem;
    background: linear-gradient(90deg, rgb(190, 56, 214) 0%, rgb(154, 66, 237) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.error span {
    color: #6112ad;
}
.error .btn {
    display: inline-flex;
}

@media (max-width: 1200px) {
    section .title {
        font-size: 38px
    }

    section#o-nas .experience {
        left: 180px
    }

    .text-block ul {
        font-size: 18px
    }

    section#poptavka .container {
        padding-top: 60px;
        padding-bottom: 60px
    }

    section#poptavka .claim {
        font-size: 40px
    }

    section#poptavka .instructions {
        font-size: 22px
    }
}

@media (min-width: 993px) {
    .menu {
        display: flex
    }

    #mobile-menu {
        transform: translateX(50rem) !important
    }

    .dropshadow {
        display: none !important
    }

    .overflow-body {
        overflow: unset !important
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px !important
    }

    header {
        padding-top: 78px
    }

    .main-header .header-image-block .ellipse {
        left: -40%
    }

    .swiper-header .swiper-slide img {
        max-height: 306px
    }

    .top-bar {
        height: 80px
    }

    .top-bar.shrink {
        height: 60px
    }

    .top-bar.shrink .logo img {
        width: 80%
    }

    .top-bar.shrink .btn.poptavka {
        height: 38px
    }

    .logo img {
        max-width: 220px
    }

    .menu {
        display: none
    }

    #burger {
        display: flex
    }

    .card .name {
        font-size: 16px
    }

    .card .icon {
        width: 60px;
        height: 60px
    }

    .cons-block {
        font-size: 18px
    }

    .rounded-image .wrap {
        margin: 0 auto;
        width: 250px;
        height: 250px
    }

    .section-backdrop-text {
        margin-top: 25px
    }

    .reference-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    section .title {
        font-size: 32px
    }

    section#sluzby .claim {
        font-size: 30px
    }

    section#sluzby .btn.white {
        font-size: 20px;
        height: 55px
    }

    section#o-nas .experience {
        left: 180px;
        max-width: 130px;
        max-height: 130px;
        bottom: -45px;
        left: 140px
    }

    section#o-nas .experience span:first-child {
        font-size: 34px
    }

    .portfolio-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }

    .portfolio-grid .item {
        max-height: 250px
    }

    section#poptavka .banner {
        flex-direction: column;
        text-align: center;
        gap: 20px
    }

    section#poptavka .claim {
        margin-bottom: 15px;
        font-size: 34px
    }

    section#poptavka .instructions {
        font-size: 18px
    }

    .contact-block a {
        font-size: 20px
    }

    .contact-block .icon {
        margin-top: 1px
    }

    .input-newsletter .btn {
        font-size: 16px;
        max-width: 100px
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px !important
    }

    header .section-backdrop-text {
        margin-top: 10px
    }

    .main-header {
        padding: 30px 0;
    }

    .main-header .btn {
        height: 50px;
        font-size: 14px;
        max-width: 240px
    }

    .swiper-header .swiper-slide img {
        max-height: 216px
    }

    .rounded-image .img-main {
        margin: 0 auto
    }

    .rounded-image .ellipse {
        width: 156%;
        height: 147%;
        right: -124px
    }

    .reference-grid {
        margin-top: 40px;
        grid-template-columns:repeat(2, 1fr);
        gap: 15px
    }

    section#sluzby .bg.sluzby-right-center {
        bottom: unset;
        right: -20px
    }

    section#o-nas .section-name {
        margin: 30px auto 20px
    }

    section#o-nas .title {
        text-align: center
    }

    section#o-nas .experience {
        bottom: -40px;
        left: unset;
        right: 78px
    }

    .portfolio-grid .item {
        max-height: 200px
    }

    .portfolio-grid .item .back p {
        margin-top: 10px;
        line-height: 140%;
        font-size: 13px
    }

    .portfolio-grid .item .back .btn-arrow {
        bottom: 15px
    }

    .btn-gradient span {
        font-size: 16px
    }

    footer .logo {
        margin-bottom: 0
    }

    footer .col-12 {
        margin-top: 45px
    }
}

@media (max-width: 576px) {
    header .section-backdrop-text {
        margin-top: 20px
    }

    .main-header .container .row {
        flex-direction: column-reverse
    }

    .main-header .claim {
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center
    }

    .main-header .btn {
        margin: 0 auto
    }

    .main-header .header-image-block {
        margin-bottom: 30px
    }

    .main-header .header-image-block .img-main {
        border: 10px solid rgba(255, 255, 255, .3);
        max-width: 300px;
        margin: auto
    }

    .slider-header {
        max-width: 320px;
        max-height: 320px;
        margin: 0 auto 35px
    }

    .swiper-header .swiper-slide img {
        max-height: 290px
    }

    .menu-wrap .btn {
        display: none
    }

    .text-block ul {
        font-size: 16px
    }

    section .title {
        font-size: 26px;
        margin: 15px 0 20px
    }

    .cons-block {
        font-size: 16px
    }

    section#sluzby .claim {
        font-size: 26px;
        margin: 30px 0 20px
    }

    section#sluzby .btn.white {
        font-size: 18px;
        height: 50px
    }

    section#o-nas {
        margin: 10px 0
    }

    section#o-nas .experience {
        right: 38px
    }

    .portfolio-grid {
        margin-top: 30px;
        margin-left: 25px;
        margin-right: 25px;
        grid-template-columns:repeat(1, 1fr)
    }

    .portfolio-grid .item {
        max-height: 260px
    }

    section#poptavka .container {
        padding-top: 20px;
        padding-bottom: 40px
    }

    section#poptavka .claim {
        font-size: 28px
    }

    section#poptavka .instructions {
        font-size: 18px
    }

    .input-poptavka {
        height: 65px;
        padding: 0 6px 0 15px
    }

    .input-poptavka .banner {
        padding: 40px 15px
    }

    .input-poptavka input {
        width: 100%;
        font-size: 14px;
        padding: 0 15px 0 0
    }

    .input-poptavka input::-moz-placeholder {
        font-size: 14px
    }

    .input-poptavka input::placeholder {
        font-size: 14px
    }

    .input-poptavka button {
        min-width: 110px
    }

    .input-poptavka button span {
        font-size: 14px
    }

    .contact-block a {
        font-size: 18px
    }

    #contact-form {
        padding: 30px
    }
}

@media (max-width: 420px) {
    .slider-header {
        max-width: 260px;
        max-height: 260px
    }

    .swiper-header .swiper-slide img {
        max-height: 230px
    }

    .card {
        height: 230px
    }

    .card .name {
        font-size: 14px
    }

    .card .icon {
        width: 50px;
        height: 50px
    }

    .reference-grid {
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        grid-template-columns:repeat(1, 1fr)
    }

    section#o-nas .experience {
        right: 0
    }
}

.page-anchor {
    scroll-margin-top: 80px;
}
@media (max-width: 950px)  {
    .page-anchor {
        scroll-margin-top: 60px;
    }
}

#flexi-cookiebar {
    background: #151C2F;
}
#flexi-cookiebar p {
    color: #fff;
}
#flexi-cookiebar-more {
    color: #fff;
}
#flexi-cookiebar .btn {
    padding: 10px 15px;
    border-radius: 10px;
}
#flexi-cookiebar-confirm {
    padding: 11px 16px !important;
    background: linear-gradient(90deg, rgb(97, 18, 173) 0%, rgb(216, 79, 240) 100%);
}
#flexi-cookiebar-confirm:hover {
    background: rgb(97, 18, 173);
}
#flexi-cookiebar-reject {
    background: none;
    border: 1px solid #fff;
}
#flexi-cookiebar-reject:hover {
    background: #2B1E4A;
    border: 1px solid #fff;
}
#flexi-cookiebar-settings {
    padding: 11px 16px !important;
    background: linear-gradient(90deg, rgb(97, 18, 173) 0%, rgb(216, 79, 240) 100%);
}
#flexi-cookiebar-settings:hover {
    background: rgb(97, 18, 173);
}
#flexi-cookiebar-popup,
#flexi-cookiebar-settings-popup {
    border: 3px solid #6112AC;
}

#flexi-cookiebar-settings-popup label input:checked ~ .checkmark {
    background-color: #F50591;
}

#flexi-cookiebar-link {
    background: #6112ad;
    background: linear-gradient(90deg, rgb(97, 18, 173) 0%, rgb(216, 79, 240) 100%);
    border none !important;
    fill: #fff;
}

#flexi-cookiebar-link a {
    color: #fff;
}
/*# sourceMappingURL=styles.min.css.map */