@import url(https://fonts.googleapis.com/css?family=Assistant:200,300,regular,500,600,700,800);
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');

#typed .title--style {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.header__menu.active ~ #open_sogoacc,
.header__menu.active ~ .mob_fixed_contact {
    display: none;
}

.sc-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.sc-title_icon-phone {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sc-title_icon-phone::before {
    content: '';
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background: url('../images/img-redesign/icons/phone-line.svg') center 0 /
        contain no-repeat;
    position: relative;
    top: 3px;
}

.sc-title_icon-phone_white {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sc-title_icon-phone_white::before {
    content: '';
    width: 106px;
    height: 106px;
    flex: 0 0 106px;
    border-radius: 50%;
    background: #e53a7b url('../images/img-redesign/icons/phone-line_white.svg')
        center/50px no-repeat;
    position: relative;
    top: 3px;
}

.sc-head {
    display: flex;
    flex-direction: column;
    padding-bottom: 74px;
}

.sc-head_center {
    max-width: 680px;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.sc-head h3 {
    margin-bottom: 12px;
    font-size: 24px;
    color: #797676;
    position: relative;
    padding-right: 48px;
}

.sc-head h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 1px;
    background-color: #797676;
}

.sc-head h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.btn {
    font-weight: 700;
    font-family: Inter, sans-serif;
    font-size: 20px;
    border-radius: 50px;
    text-transform: uppercase;
    height: 50px;
    min-width: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:
        background-color 0.3s ease 0s,
        color 0.3s ease 0s;
    padding: 0 20px;
}

.btn:hover {
    border: 1px solid #e53a7b;
    background-color: #e53a7b;
    color: #fff;
}

.btn-black {
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.btn-white {
    border: 1px solid #000;
    background-color: #fff;
}

.btn-white:hover {
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.btn-pink {
    background-color: #e65aa1;
    color: #fff;
}

.btn-pink:hover {
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.btn-pink-main {
    background-color: #e53a7b !important;
    color: #fff;
}

.btn-pink-main:hover {
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f !important;
    color: #fff;
}

.btn-transperent {
    border: 1px solid #000;
}

.btn-icon-arrow {
    gap: 10px;
}

.btn-icon-arrow::after {
    content: '';
    width: 18px !important;
    height: 18px !important;
    background: url('../images/img-redesign/icons/arrow-left-white.svg')
        center/contain no-repeat !important;
}

.btn-circle {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background-color: #e65aa1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    position: absolute;
}

.btn-circle:hover::before {
    rotate: 0deg;
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
}

.btn-circle:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.btn-circle:active::after {
    scale: 1.5;
}

.btn-circle::before {
    content: '';
    width: 78px;
    aspect-ratio: 1;
    background: url('../images/img-redesign/icons/arrow-left-white.svg')
        center/contain no-repeat;
    rotate: 60deg;
    transition: all 0.3s ease 0s;
}

.btn-circle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.footer {
    padding-bottom: 64px;
}

.footer__main {
    display: grid;
    grid-template-areas: 'logo main' 'contacts main' 'socials main';
    padding: 56px 0 64px;
    border-top: 1px solid #1a1a1a;
    justify-content: space-between;
    align-content: start;
    grid-template-rows: auto auto 1fr;
    gap: 40px;
}

.footer__logo {
    grid-area: logo;
    width: 82px;
    height: 44px;
}

.footer__logo img {
    width: 100%;
}

.footer__contacts {
    grid-area: contacts;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    gap: 8px;
}

.footer__whatsapp {
    margin-top: 34px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer__whatsapp::before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/icons/icon-wa.svg')
        center 0 / contain no-repeat;
}

.footer__nav {
    grid-area: main;
    display: flex;
    flex-wrap: wrap;
    gap: 64px 5%;
    max-width: 940px;
}

.footer__nav-col {
    flex: 0 0 30%;
    color: #000;
}

.footer__nav-col.open h3::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.footer__nav-col h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer__nav-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.footer__nav-col ul li:last-child {
    padding-bottom: 18px;
}

.footer__nav-col ul a {
    background: linear-gradient(
        to right,
        #000 0%,
        #000 50%,
        #e53a7b 50%,
        #e53a7b 100%
    );
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.6s ease 0s;
    background-position: 0% center;
}

.footer__nav-col ul a:hover {
    background-position: 100% center;
}

.footer__socials {
    display: flex;
    gap: 9px;
}

.footer__socials li {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    aspect-ratio: 1;
    will-change: transform;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center 100%;
    transform-origin: center 100%;
}

.footer__socials li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.footer__socials li img {
    width: 100%;
}

.footer__tags {
    background-color: #f5f5f5;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 32px;
}

.footer__tags.show-all li:nth-child(n + 10) {
    display: block;
}

.footer__tags > ul {
    gap: 0 60px;
    display: flex;
    flex-wrap: wrap;
}

.footer__tags li {
    flex: 0 0 calc(16.6666666667% - 50px);
}

.footer__tags a {
    position: relative;
    padding: 0.5em 0;
    display: inline-block;
}

.footer__tags a:hover::after {
    width: 100%;
}

.footer__tags a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0.4em;
    width: 0%;
    height: 1px;
    background-color: #242424;
    transition: all 0.3s ease 0s;
}

.footer__tags .btn {
    display: none;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.footer__bottom ul {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    opacity: 0.55;
    gap: 0 6px;
    font-size: 14px;
}

.footer__bottom ul li {
    text-decoration: underline;
}

.footer__bottom ul li:not(:last-child):after {
    content: '|';
    margin-right: 6px;
    font-size: 0.8em;
    font-weight: 600;
}

.footer__bottom p {
    color: #1f1f1f;
    opacity: 0.32;
    font-size: 12px;
}

.blog-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    position: relative;
}

.blog-item a:has(img) {
    width: 100%;
    aspect-ratio: 23/12;
    border-radius: 24px;
    overflow: hidden;
    display: block;
}

.blog-item a:has(img) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item h3 {
    font-weight: 700;
    font-size: 24px;
    padding-left: 100px;
}

.blog-item h3 a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item ul {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
}

.blog-item ul li {
    font-weight: 500;
    background-color: #fff;
    border-radius: 24px;
    padding: 3px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}

.blog-item ul li::before {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #e53a7b;
}

.blog-item .blog-item-footer {
    margin-top: auto;
}

.blog-item-footer {
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 12px;
    align-items: center;
}

.blog-item-footer time {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-item-footer time::before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='currentColor' d='M14.98 2.5h3.334a.833.833 0 0 1 .833.833v13.334a.834.834 0 0 1-.833.833h-15a.834.834 0 0 1-.834-.833V3.333a.833.833 0 0 1 .834-.833h3.333V.833h1.667V2.5h5V.833h1.666V2.5Zm2.5 5V4.167h-2.5v1.666h-1.666V4.167h-5v1.666H6.647V4.167h-2.5V7.5H17.48Zm0 1.667H4.147v6.666H17.48V9.167ZM5.814 10.833H9.98v3.334H5.814v-3.334Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.813 0h20v20h-20z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0.5px;
}

.blog-item-footer b {
    color: #242424;
    opacity: 0.6;
    font-weight: 400;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination__item {
    border-radius: 50%;
    overflow: hidden;
    width: 64px;
    flex: 0 0 64px;
    aspect-ratio: 1;
}

.pagination__item.active a,
.pagination__item:hover a {
    background-color: #242424;
    color: #fff;
}

.pagination__item a {
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}

.pagination__gap {
    margin: 0 6px;
}

.pagination__btn-prev,
.pagination__btn-next {
    transition: all 0.3s ease 0s;
    width: 48px;
    flex: 0 0 48px;
    height: 48px;
}

.pagination__btn-prev a,
.pagination__btn-next a {
    width: 100%;
    height: 100%;
    display: block;
    background: url('../images/img-redesign/icons/arrow-left.svg')
        center/contain no-repeat;
    will-change: transform;
}

.pagination__btn-prev:hover,
.pagination__btn-next:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.pagination__btn-prev a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__btn-next {
    margin-right: 30px;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li * {
    font-size: 14px;
}

.breadcrumbs a {
    color: #797676;
}

.breadcrumbs a::after {
    content: '/';
    margin: 0 3px;
}

#breadcrumb {
    position: absolute;
    top: 195px;
    right: 0;
    width: 100%;
    z-index: 2;
}

#breadcrumbs > span {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-weight: 300;
}

#breadcrumbs > span span {
    font-size: 14px;
    color: #242424;
}

#breadcrumbs > span span a {
    color: #797676 !important;
}

.feedback {
    margin-bottom: 230px;
    font-weight: 600;
}

.feedback__wrap {
    position: relative;
    background-color: #f1f1f1;
    min-height: 472px;
    overflow: hidden;
    border-radius: 24px;
    padding: 90px 78px 68px 54%;
}

.feedback__wrap-in {
    display: flex;
    gap: 18px;
    flex-direction: row-reverse;
}

.feedback__wrap-in .wpcf7-spinner {
    display: none;
}

.feedback__wrap-in > span {
    flex: 1 1 auto;
    position: relative;
}

.feedback__wrap-in > span input {
    width: 100%;
}

.feedback__wrap-in input.wpcf7-submit {
    color: #fff !important;
    text-align: center;
    padding: 12px;
}

.feedback__wrap h2 {
    margin-bottom: 18px;
}

.feedback__wrap h2 + p {
    font-weight: 600;
    margin-bottom: 42px;
    font-size: 16px;
}

.feedback__wrap form {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 30px;
}

.feedback__wrap input {
    height: 64px;
    border-radius: 50px;
    flex: 1 1 auto;
    border-radius: 50px;
    padding: 20px;
    font-size: 20px;
    color: #1f1f1f;
    width: auto;
    font-family: Inter, sans-serif;
    text-align: right;
}

.feedback__wrap input::focus {
    border: none !important;
    outline: none !important;
}

.feedback__wrap input::-webkit-input-placeholder {
    color: #1f1f1f !important;
    opacity: 1 !important;
}

.feedback__wrap input::-moz-placeholder {
    color: #1f1f1f !important;
    opacity: 1 !important;
}

.feedback__wrap input::placeholder {
    color: #1f1f1f !important;
    opacity: 1 !important;
}

.feedback__wrap button,
.feedback__wrap input.wpcf7-submit {
    height: 64px;
    flex: 1 0 195px;
}

.feedback__wrap span {
    font-weight: 400;
}

.feedback__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.feedback__image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feedback__image::after {
    content: '';
    position: absolute;
    left: -52px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.feedback_home .feedback__image::before {
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-overlay_mob.png')
        center 100% / cover no-repeat;
}

.feedback_home .feedback__image:after {
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-img_mob.png')
        center 100% / cover no-repeat;
}

.feedback_blog {
    margin-bottom: 132px;
}

.feedback_blog .feedback__image::before {
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-overlay_mob-2.png')
        center 100% / cover no-repeat;
    background: url('../images/img-redesign/feedback-overlay_mob-2.png') center
        100% / cover no-repeat;
}

.feedback_blog .feedback__image:after {
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/blog-form-img_mob.png')
        100% / cover no-repeat;
    background: url('../images/img-redesign/blog-form-img_mob.png') center
        100% / cover no-repeat;
}

.feedback_blog .feedback__wrap {
    min-height: 375px;
}

.feedback_post {
    margin-bottom: 132px;
}

.feedback_post .feedback__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    aspect-ratio: 43/28;
    z-index: 1;
}

.feedback_post .feedback__image:after {
    left: 0;
    background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/post-form-img.png')
        0 0 / contain no-repeat;
}

.feedback_post .feedback__wrap {
    min-height: 375px;
    padding: 34px 56px;
}

.feedback_post .feedback__wrap > h2 {
    margin-bottom: 23x;
}

.feedback_post .feedback__wrap > p {
    max-width: 520px;
    font-weight: 600;
    line-height: 124%;
    margin-bottom: 32px;
}

.feedback_post .feedback__wrap > p::after {
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="13" fill="none" viewBox="0 0 15 13"><path fill="%23242424" d="M7.182 12.182 1.34 6.34a3.456 3.456 0 0 1-.932-1.625 3.74 3.74 0 0 1 .006-1.841 3.371 3.371 0 0 1 .926-1.602A3.487 3.487 0 0 1 2.96.347a3.628 3.628 0 0 1 1.823 0c.61.155 1.152.464 1.625.926l.773.75.773-.75a3.591 3.591 0 0 1 3.443-.926c.61.151 1.151.46 1.625.926.462.454.77.988.926 1.602.155.61.155 1.223 0 1.84a3.415 3.415 0 0 1-.926 1.626l-5.841 5.84Z"/></svg>');
    width: 15px;
    height: 13px;
    position: relative;
    top: 3px;
}

.feedback_post form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 12px;
    margin-bottom: 0;
}

.feedback_post form label {
    flex: 1 1 auto;
}

.feedback_post form input {
    width: 100%;
}

.feedback_post form button {
    flex: 0 0 195px;
}

.feedback .wpcf7 {
    position: relative;
    z-index: 2;
}

.feedback .wpcf7 .screen-reader-response p {
    width: 100%;
    text-align: right;
    margin-bottom: 24px;
    color: #ef5d5d;
}

.feedback .wpcf7 .screen-reader-response p:empty {
    display: none;
}

.feedback .wpcf7 .screen-reader-response ul {
    display: none;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-tags li a {
    font-weight: 600;
    border-radius: 32px;
    padding: 18px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    line-height: 100%;
    background-color: #fff;
}

.project-tags_plus li a:not(.btn) {
    padding-right: 45px;
}

.project-tags_plus li a:not(.btn) span {
    transition: all 0.3s ease 0s;
}

.project-tags_plus li a:not(.btn):hover span {
    color: #e53a7b;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.project-tags_plus li a:not(.btn):hover::before {
    background-color: #e53a7b;
    height: 2px;
    width: 14px;
    border-radius: 0;
    transition: all 0.15s ease 0s;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.project-tags_plus li a:not(.btn):hover::after {
    -webkit-transform: rotate(0deg) scaleY(1);
    transform: rotate(0deg) scaleY(1);
    transition: all 0.15s ease 0.15s;
}

.project-tags_plus li a:not(.btn)::before {
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #242424;
    transition: all 0.15s ease 0.15s;
    z-index: 2;
    position: absolute;
    right: 32px;
}

.project-tags_plus li a:not(.btn)::after {
    height: 14px;
    width: 2px;
    content: '';
    background-color: #e53a7b;
    position: absolute;
    right: 34px;
    -webkit-transform: rotate(90deg) scaleY(0);
    transform: rotate(90deg) scaleY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
    transition: all 0.15s ease 0s;
}

.project-tags_black-bg {
    gap: 12px;
}

.project-tags_black-bg li a {
    color: #000;
    padding: 10px 16px !important;
}

.project-tags.project-tags-desc__tags li a:not(.btn) {
    padding: 10px 30px !important;
}

.project-tags.project-tags-desc__tags li a:not(.btn):hover:before {
    opacity: 1;
}

.project-tags.project-tags-desc__tags li a:not(.btn):hover span {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.project-tags.project-tags-desc__tags li a:not(.btn)::before {
    opacity: 0;
    background-color: #e53a7b;
    right: 20px;
}

.project-tags.project-tags-desc__tags li a:not(.btn):after {
    right: 22px;
}

.scrolled-section {
    transition: all 1s ease 0s;
    position: relative;
    z-index: 3;
}

.main-hero {
    background-color: #f2f2f2;
    border-radius: 0%;
    margin-bottom: 424px;
}

.main-hero__wrap {
    padding: 260px 0 270px;
    min-height: 700px;
    min-height: 660px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.main-hero .main-hero__top {
    max-width: 640px;
}

.main-hero .main-hero__top h3 {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

.main-hero .breadcrumbs {
    margin-bottom: 42px;
}

.main-hero h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
}

.main-hero h1 strong {
    font-family: inherit;
    font-weight: inherit;
    color: #e53a7b;
}

.main-hero__img-block {
    height: 555px;
    border-radius: 24px;
    padding: 32px;
    position: absolute;
    bottom: -335px;
    right: 0;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-areas: 'title btn' 'author btn';
    align-items: end;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 24px;
    color: #fefefe;
}

.main-hero__img-block.bg-hero_blog {
    background: url('../images/img-redesign/hero-blog_mob.png') center/cover
        no-repeat;
}

.main-hero__img-block.bg-hero_blog .blog-item-footer b {
    color: #fff;
    opacity: 1;
}

.main-hero__img-block.bg-hero_service-2 {
    background: url('../images/img-redesign/hero-service-2_mob.jpg')
        center/cover no-repeat;
}

.main-hero__img-block > h2 {
    grid-area: title;
    font-size: 32px;
    max-width: 720px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.main-hero__img-block > p {
    grid-area: author;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
}

.main-hero__img-block > p time:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ffffff' d='M14.98 2.5h3.334a.833.833 0 0 1 .833.833v13.334a.834.834 0 0 1-.833.833h-15a.834.834 0 0 1-.834-.833V3.333a.833.833 0 0 1 .834-.833h3.333V.833h1.667V2.5h5V.833h1.666V2.5Zm2.5 5V4.167h-2.5v1.666h-1.666V4.167h-5v1.666H6.647V4.167h-2.5V7.5H17.48Zm0 1.667H4.147v6.666H17.48V9.167ZM5.814 10.833H9.98v3.334H5.814v-3.334Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.813 0h20v20h-20z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: 0;
}

.main-hero__img-block .btn {
    grid-area: btn;
    min-width: 195px;
}

.main-hero_2 {
    min-height: 630px;
    margin-bottom: 0 !important;
}

.main-hero_2 .main-hero__wrap {
    padding-bottom: 90px;
}

.main-hero_service-2 {
    margin-bottom: 360px;
}

.main-hero_service-2 .main-hero__top {
    max-width: none;
}

.main-hero_service-2 .main-hero__top h3 {
    max-width: 650px;
}

.main-hero_service-2 .btn-icon-arrow {
    min-width: 200px;
}

.main-hero_service-2 .main-hero__wrap {
    padding-bottom: 345px;
}

.main-hero_service-2 .main-hero__img-block {
    bottom: -270px;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author > img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
}

.author > div {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.author > div > * {
    margin: 0;
    font-size: 18px;
}

.author > div h5 {
    opacity: 0.32;
}

.author_row > div {
    flex-direction: row;
}

.author_row > img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
}

.share-icons {
    display: flex;
    gap: 14px;
}

.share-icons li {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #242424;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
}

.share-icons li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icons li a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.share-icons li a img {
    max-width: 13px;
    max-height: 13px;
    will-change: transform;
    transition: all 0.3s ease 0s;
}

.black-form {
    background-color: #111;
    margin-bottom: 114px;
}

.play-row {
    display: grid;
    grid-template-areas: 'icon title' 'icon text';
    justify-content: start;
}

.play-row > a {
    grid-area: icon;
    margin-left: 24px;
    width: 102px;
    aspect-ratio: 1;
    transition: all 0.4s ease 0s;
}

.play-row > a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.play-row > h4 {
    grid-area: title;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.play-row > p {
    grid-area: text;
    font-weight: 500;
    line-height: 150%;
    max-width: 435px;
}

.panel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    will-change: transform;
}

.panel-container {
    position: relative;
}

.panel-1 {
    z-index: 1;
}

.panel-2 {
    z-index: 2;
}

.panel-3 {
    z-index: 3;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.menu__btn span {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.header__menu__list__item__link:has(+ .sub-menu.open.level-2)::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-item:has(> .sub-menu) {
    gap: 0;
}

.level-2 {
    gap: 16px !important;
}

.level-2 > li:first-child {
    padding-top: 15px;
}

.level-2 > li:last-child {
    padding-bottom: 5px;
}

.level-2 a {
    font-size: 20px !important;
}

.sub-menu.level-2 {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.header__menu.active:has(.level-1.open)::after {
    -webkit-transform: translateX(-390px);
    transform: translateX(-390px);
}

.header__menu.active:has(.two-cols.open)::after {
    -webkit-transform: translateX(-440px);
    transform: translateX(-440px);
    width: calc(770px - 2.9rem + 40px);
    max-width: 100vw;
}

.header__menu.active::after {
    content: '';
    position: fixed;
    top: 0px;
    width: calc(510px - 2.9rem + 40px);
    height: 100vh;
    right: 0;
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    transition: all 0.3s ease 0s;
    background-color: #1f1f1f;
}

.two-cols {
    display: flex;
    align-items: start;
    gap: 20px;
    flex-direction: column;
    padding-left: 50px !important;
}

.two-cols li ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu__btn.active span {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    width: 1.2rem !important;
}

.menu__btn.active span:nth-child(2) {
    opacity: 0;
}

.menu__btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(3px) translateX(5px);
    transform: rotate(45deg) translateY(3px) translateX(5px);
}

.menu__btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-2px) translateX(4px);
    transform: rotate(-45deg) translateY(-2px) translateX(4px);
}

.header__menu__top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.8125rem 2.9375rem 3.75rem 610px;
    display: flex;
}

.header__whatsapp {
    margin-top: auto;
    padding-top: 24px;
    margin-bottom: 60px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
}

.header__whatsapp svg {
    width: 32px;
    height: 32px;
}

.img-mob {
    display: none;
}

.img-desc {
    display: block;
}

.header__row-menu {
    display: flex;
    margin-left: auto;
    margin-right: 70px;
    align-items: center;
    gap: 42px;
}

.header__row-menu a {
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.header__row-menu a:hover {
    color: #e53a7b;
}

.page-template-page-portfolio .header__logo__link {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header {
    z-index: 1001;
    /* z-index: 99999999999 !important; */
}
@media (max-width: 1200px) {
    .header:has(.menu__btn.active) {
        /* z-index: 1001; */
        z-index: 99999999999 !important;
    }
}

.header__menu.active {
    /* z-index: 1000; */
    z-index: 999999999 !important;
}

.whatsapp-btn {
    position: fixed;
    bottom: 32px;
    right: 40px;
    cursor: pointer;
    z-index: 8;
    display: flex;
    align-items: center;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.whatsapp-btn__icon {
    pointer-events: none;
    display: block;
    height: 60px;
    width: 60px;
}

.whatsapp-btn__icon svg {
    width: 100px;
}

.whatsapp-btn:hover .whatsapp-btn__label {
    width: 100%;
    height: 29px;
    opacity: 1;
    right: 0;
}

.whatsapp-btn__label {
    line-height: 1.6;
    background-color: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    width: 0;
    margin-right: 10px;
    right: -10px;
}

.whatsapp-btn__label span {
    display: inline;
    padding: 0 16px;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.contact_form.sticky {
    transition: all 0.2s ease 0s;
}

body:has(.header__menu.active) .contact_form.sticky {
    opacity: 0;
    pointer-events: none;
}

.header__menu * {
    font-family: 'Inter', sans-serif !important;
}

body:has(.contact_form.sticky) .header > .menu__btn {
    scale: 0.8 !important;
    top: 3px !important;
}

.contact_form.sticky .screen-reader-response {
    display: none;
}

.contact_form.sticky .wpcf7-not-valid-tip {
    bottom: 0px !important;
    -webkit-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
}

.glightbox-clean .gslide-description {
    background: none !important;
}

.glightbox-clean .gslide-title {
    color: #fff !important;
    font-size: 24px !important;
    text-align: center !important;
}

.fixed-links {
    position: fixed;
    bottom: 106px;
    right: 42px;
    display: flex;
    flex-direction: column-reverse;
    z-index: 8;
    pointer-events: none;
}

.fixed-links.active {
    pointer-events: all;
}

.fixed-links.active .fixed-links__wrap {
    opacity: 1;
    pointer-events: all;
}

.fixed-links.active .fixed-links__list-cats {
    margin-right: 0px;
}

.fixed-links__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 12px;
    padding-left: 100px;
}

.fixed-links__btn {
    background: #e53a7b;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    min-width: 230px;
    align-self: start;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding: 6px;
    padding-left: 24px;
    transition: all 0.3s ease 0s;
    background-color: transparent;
    pointer-events: none;
}

.fixed-links__btn:hover,
.fixed-links__btn.active {
    background: #232323;
    color: #fff;
    pointer-events: all;
}

.fixed-links__btn:hover > span,
.fixed-links__btn.active > span {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.fixed-links__btn:hover > div,
.fixed-links__btn.active > div {
    background: #e53a7b;
}

.fixed-links__btn:hover > div::before,
.fixed-links__btn.active > div::before {
    display: none;
}

.fixed-links__btn:hover > div::after,
.fixed-links__btn.active > div::after {
    background: #e53a7b;
}

.fixed-links__btn > span {
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.fixed-links__btn > div {
    border-radius: 50%;
    padding: 12px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    position: relative;
    pointer-events: all;
}

.fixed-links__btn > div::before {
    content: '';
    position: absolute;
    inset: -4.8px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.fixed-links__btn > div::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #232323;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.fixed-links__btn > div > svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    position: relative;
    z-index: 3;
}

.fixed-links__wrap {
    background: #232323;
    color: #fff;
    min-height: 72vh;
    max-height: 90vh;
    font-family: 'Inter', sans-serif;
    padding: 0.5em;
    border-radius: 1.5em;
    position: relative;
    font-size: 1.5vh !important;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
}

.fixed-links__wrap::-webkit-scrollbar {
    width: 8px !important;
}

.fixed-links__wrap::-webkit-scrollbar-track {
    background: #e53a7b !important;
}

.fixed-links__wrap::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    box-shadow: none !important;
}

.fixed-links__wrap:has(.fixed-links__cat.active) {
    padding-left: 50vh;
}

.fixed-links__wrap:has(.fixed-links__cat.active)::before {
    opacity: 0.24;
    transition: all 0.3s ease 0.3s;
}

.fixed-links__wrap::before {
    content: '';
    position: absolute;
    left: calc(50vh - 1em);
    top: 2.5em;
    width: 1px;
    height: calc(100% - 5em);
    background-color: #fff;
    opacity: 0;
    transition: all 0s ease 0s;
}

.fixed-links__list-cats {
    margin-right: -50px;
    transition: all 0.4s ease 0s;
    display: flex;
    flex-direction: column;
}

.fixed-links__cat.active .fixed-links__cat-name {
    background: #393939;
}

.fixed-links__cat.active .fixed-links__list-links {
    opacity: 1;
    pointer-events: all;
}

.fixed-links__cat:nth-child(1) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-1.svg');
}

.fixed-links__cat:nth-child(2) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-2.svg');
}

.fixed-links__cat:nth-child(3) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-3.svg');
}

.fixed-links__cat:nth-child(4) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-4.svg');
}

.fixed-links__cat:nth-child(5) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-5.svg');
}

.fixed-links__cat:nth-child(6) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-6.svg');
}

.fixed-links__cat:nth-child(7) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-7.svg');
}

.fixed-links__cat:nth-child(8) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-8.svg');
}

.fixed-links__cat:nth-child(9) .fixed-links__cat-name span {
    background-image: url('/wp-content/themes/exittechnologies/dist/assets/images/icons-fixed-links/logo-9.svg');
}

.fixed-links__cat-name {
    font-weight: 700;
    font-size: 1.3em;
    padding: 1.25em;
    line-height: 1.25;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 1.25em;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 0.6em;
    min-width: 42vh;
}

.fixed-links__cat-name:hover {
    background: #393939;
}

.fixed-links__cat-name span {
    width: 1.5em;
    height: 1.5em;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fixed-links__list-links {
    position: absolute;
    right: calc(100% - 50vh + 3em);
    top: 0.5em;
    background: #232323;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    height: calc(100% - 1em);
    overflow-y: auto;
    width: calc(50vh - 4em);
}

.fixed-links__list-links::-webkit-scrollbar {
    width: 8px !important;
}

.fixed-links__list-links::-webkit-scrollbar-track {
    background: #e53a7b !important;
}

.fixed-links__list-links::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    box-shadow: none !important;
}

.fixed-links__list-links li {
    width: calc(100% - 1em);
    display: inline-block;
}

.fixed-links__list-links a {
    font-weight: 700;
    font-size: 1.3em;
    padding: 1.25em;
    line-height: 1.25;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 1.25em;
    display: inline-block;
    width: 100%;
}

.fixed-links__list-links a:hover {
    background: #393939;
}

@media (min-width: 769px) {
    .feedback_home .feedback__image::before {
        background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-overlay.png')
            100% / cover no-repeat;
    }

    .feedback_home .feedback__image:after {
        background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-img.png')
            100% / cover no-repeat;
    }

    .feedback_blog .feedback__image::before {
        background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/feedback-overlay.png')
            100% / cover no-repeat;
        background: url('../images/img-redesign/feedback-overlay.png ') 100% /
            cover no-repeat;
    }

    .feedback_blog .feedback__image:after {
        background: url('/wp-content/themes/exittechnologies/dist/assets/images/img-redesign/blog-form-img.png')
            100% / cover no-repeat;
        background: url('../images/img-redesign/blog-form-img.png') 100% / cover
            no-repeat;
    }

    .main-hero__img-block.bg-hero_blog {
        background: url('../images/img-redesign/hero-blog.png') center/cover
            no-repeat;
    }

    .main-hero__img-block.bg-hero_service-2 {
        background: url('../images/img-redesign/hero-service-2.jpg')
            center/cover no-repeat;
    }

    .hero-about h1 {
        font-size: 80px;
    }

    .img-mob {
        display: none;
    }

    .img-desc {
        display: block;
    }
}

@media (min-width: 991px) {
    .sub-menu.level-1 {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 100px;
        padding-left: 75px;
        display: flex;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        opacity: 0;
        transition: opacity 0.2s ease 0s;
        pointer-events: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2823529412);
        -webkit-transform: translateX(-387px);
        transform: translateX(-387px);
    }

    .sub-menu.level-1.open {
        pointer-events: all;
        opacity: 1;
        transition: opacity 0.2s ease 0.3s;
    }

    .sub-menu.level-1 li {
        width: 265px !important;
    }

    .sub-menu.level-1 li a {
        width: 100%;
    }

    .sub-menu.level-1::-webkit-scrollbar {
        width: 5px !important;
    }

    .sub-menu.level-1::-webkit-scrollbar-track {
        background: #e53a7b !important;
    }

    .sub-menu.level-1::-webkit-scrollbar-thumb {
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .header {
        z-index: 9;
    }

    .header__menu__top .menu__btn {
        flex: 0 0 57px;
    }

    .header__menu__top .header__phone--menu {
        min-width: 185px;
    }

    .header__menu.active.fixed .menu__btn.fixed {
        right: 47px;
        top: 29px;
    }

    .header__menu.active.fixed .header__phone--menu {
        margin-right: 80px;
    }
}

@media (min-width: 992px) {
    .menu__btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(8px) translateX(5px);
        transform: rotate(45deg) translateY(8px) translateX(5px);
    }

    .menu__btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
        transform: rotate(-45deg) translateY(-6px) translateX(4px);
    }
}

@media (min-width: 1201px) {
    .main-hero_2 .main-hero__bottom {
        position: relative;
        top: 30px;
    }

    .main-hero_service-2 .btn-icon-arrow {
        position: relative;
        top: 30px;
    }

    .hero-about .main-hero__bottom {
        position: relative;
        top: 32px;
        max-width: 570px;
    }

    .hero-about .main-hero__top {
        max-width: 700px;
    }

    .header__menu:not(.active) .level-1 li {
        display: none;
    }
}

@media (min-width: 1300px) {
    .two-cols {
        flex-direction: row-reverse;
        gap: 120px;
    }
}

@media (min-width: 1400px) {
    .two-cols {
        flex-direction: row-reverse;
        gap: 60px;
    }
}

@media (max-width: 1200px) {
    .header__menu.active {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .header__menu.active {
        width: 400px;
    }

    .header__menu.active:has(.level-1.open)::after {
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
    }

    .header__menu.active::after {
        width: calc(466px - 2.9rem + 40px);
    }
}

@media (max-width: 1400px) {
    .header__row-menu {
        gap: 24px;
        margin-right: 48px;
    }
}

@media (max-width: 1200px) {
    .footer__tags > ul {
        gap: 0 36px;
    }

    .main-hero__wrap {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .header__row-menu {
        display: none;
    }

    .whatsapp-btn {
        display: none;
    }

    .mob_fixed_contact {
        display: block;
    }

    .fixed-links {
        display: none;
    }
}

@media (max-width: 1100px) {
    .footer__tags li {
        flex: 0 0 calc(16.6666666667% - 30px);
    }
}

@media (max-width: 998px) {
    .footer__tags li {
        flex: 0 0 calc(25% - 27px);
    }

    .blog-item h3 {
        padding-left: 0;
    }

    .feedback__wrap-in {
        flex-direction: column;
        max-width: 600px;
        gap: 18px;
    }

    .feedback__wrap-in input.wpcf7-submit {
        flex: 1 1 auto;
    }
}

@media (max-width: 991px) {
    .header__whatsapp {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }

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

    .header__navbar {
        flex: 1 1 auto;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 990px) {
    .level-2 {
        gap: 8px !important;
    }

    .level-2 > li:first-child {
        padding-top: 10px;
    }

    .level-2 a {
        font-size: 16px !important;
    }

    .level-1 > a {
        font-size: 20px !important;
    }

    .level-1 > li > a {
        font-size: 20px !important;
    }

    .level-1 > li:first-child {
        padding-top: 10px;
    }

    .sub-menu {
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease 0s;
    }

    .header__navbar {
        width: calc(100% - 16px);
    }

    .header__navbar::-webkit-scrollbar {
        width: 5px !important;
    }

    .header__navbar::-webkit-scrollbar-track {
        background: #e53a7b !important;
    }

    .header__navbar::-webkit-scrollbar-thumb {
        background: #ffffff !important;
        box-shadow: none !important;
    }
}

@media (max-width: 768px) {
    .sc-title {
        font-size: 32px;
        font-family:
            Arimo Bold,
            sans-serif;
    }

    .sc-title_icon-phone {
        flex-direction: column;
        gap: 18px;
    }

    .sc-title_icon-phone::before {
        width: 32px;
        height: 32px;
        flex: 1 1 auto;
    }

    .sc-title_icon-phone_white {
        flex-direction: column;
        gap: 18px;
    }

    .sc-title_icon-phone_white::before {
        width: 32px;
        height: 32px;
        flex: 1 1 auto;
        display: none;
    }

    .sc-head {
        padding-bottom: 32px;
    }

    .sc-head_center {
        align-items: start;
        text-align: right;
    }

    .sc-head h2 {
        font-size: 32px;
        font-family:
            Arimo Bold,
            sans-serif;
    }

    .btn-circle {
        width: 60px;
        height: 60px;
        gap: 0;
        font-size: 0;
    }

    .btn-circle::before {
        width: 30px;
    }

    .footer {
        padding-bottom: 42px;
    }

    .footer__main {
        padding: 40px 0;
    }

    .footer__nav-col {
        flex: 0 0 45%;
    }

    .footer__tags {
        padding: 24px;
    }

    .footer__tags li {
        flex: 0 0 calc(33.3333333333% - 24px);
    }

    .footer__bottom {
        gap: 24px;
        justify-content: center;
        padding: 40px 0;
        border-top: 1px solid #e4e4e4;
    }

    .footer__bottom ul {
        justify-content: center;
    }

    .blog-item a:has(img) {
        border-radius: 12px;
    }

    .blog-item-footer {
        margin-top: -12px;
    }

    .pagination {
        gap: 8px;
    }

    .pagination__item {
        width: 46px;
        flex: 0 0 46px;
    }

    .pagination__item a {
        font-size: 14px;
    }

    .pagination__btn-prev,
    .pagination__btn-next {
        width: 28px;
        flex: 0 0 28px;
        height: 28px;
    }

    #breadcrumb {
        top: 116px;
    }

    .feedback {
        margin-bottom: 80px;
    }

    .feedback__wrap {
        border-radius: 16px;
        padding: 0 16px 48px;
    }

    .feedback__wrap h2 {
        text-align: center;
    }

    .feedback__wrap h2 + p {
        font-weight: 500;
        margin-bottom: 24px;
        text-align: center;
        padding: 0 20px;
    }

    .feedback__wrap form {
        max-width: 600px;
        margin-bottom: 24px;
        gap: 18px;
    }

    .feedback__image {
        right: -16px;
        position: relative;
        width: calc(100% + 32px);
        height: auto;
        margin-bottom: 62px;
        aspect-ratio: 1;
        aspect-ratio: 32/26;
    }

    .feedback__image::before {
        top: 12px;
    }

    .feedback__image::after {
        left: 0;
    }

    .feedback_home .feedback__wrap {
        width: calc(100% + 32px);
        margin-right: -16px;
    }

    .feedback_home .feedback__image {
        aspect-ratio: 1;
    }

    .feedback_home .feedback__image::before {
        top: 22px;
    }

    .feedback_blog .feedback__image::before {
        top: 12px;
    }

    .feedback_post .feedback__image {
        position: relative;
        width: calc(100% + 32px);
        right: -16px;
        top: -16px;
        margin-bottom: 40px;
    }

    .feedback_post .feedback__wrap {
        padding: 16px;
    }

    .feedback_post form {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .feedback_post form button {
        flex: 1 1 auto;
    }

    .feedback .wpcf7 .screen-reader-response p {
        text-align: center;
    }

    .project-tags {
        gap: 4px;
    }

    .project-tags li a {
        padding: 12px 24px;
        font-size: 14px;
    }

    .project-tags_plus li a:not(.btn) {
        padding-right: 32px;
    }

    .project-tags_plus li a:not(.btn)::before {
        right: 20px;
        scale: 0.7;
    }

    .project-tags_plus li a:not(.btn)::after {
        right: 23px;
        scale: 0.7;
    }

    .project-tags_black-bg {
        gap: 8px;
    }

    .project-tags_black-bg li a {
        padding: 8px 16px !important;
        font-size: 12px;
    }

    .project-tags.project-tags-desc__tags li a:not(.btn) {
        padding: 10px 21px !important;
    }

    .project-tags.project-tags-desc__tags li a:not(.btn):hover span {
        position: relative;
        top: -0.5px;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    .project-tags.project-tags-desc__tags li a:not(.btn)::before {
        right: 12px;
    }

    .project-tags.project-tags-desc__tags li a:not(.btn):after {
        right: 14.5px;
    }

    .main-hero {
        margin-bottom: 180px;
    }

    .main-hero__wrap {
        padding: 164px 0 450px;
        gap: 32px;
    }

    .main-hero .main-hero__top h3 {
        font-size: 16px;
        padding-left: 20px;
    }

    .main-hero .breadcrumbs {
        margin-bottom: 32px;
    }

    .main-hero h1 {
        font-size: 42px;
    }

    .main-hero__img-block {
        bottom: -125px;
        min-height: 474px;
        border-radius: 12px;
        padding: 24px;
    }

    .main-hero__img-block > h2 {
        line-height: 116%;
        -webkit-line-clamp: 4;
    }

    .main-hero__img-block .btn {
        display: none;
    }

    .main-hero_2 {
        min-height: auto !important;
    }

    .main-hero_2 .main-hero__wrap {
        padding-bottom: 32px;
        min-height: auto;
    }

    .main-hero_service-2 {
        margin-bottom: 50vw;
    }

    .main-hero_service-2 .main-hero__wrap {
        padding-bottom: calc(50vw - 40px);
        min-height: auto;
    }

    .main-hero_service-2 .main-hero__img-block {
        aspect-ratio: 33/24;
        height: auto;
        min-height: auto;
        bottom: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    .share-icons {
        gap: 10px;
    }

    .share-icons li {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 676px) {
    .sc-head h3 {
        font-size: 15px;
        margin-bottom: 11px;
        font-family:
            Arimo Bold,
            sans-serif;
        font-weight: 400;
    }
}

@media (max-width: 576px) {
    .footer__main {
        grid-template-areas: 'logo' 'main' 'contacts' 'socials';
        gap: 0;
        border-top: 1px solid #e4e4e4;
    }

    .footer__logo {
        margin-bottom: 36px;
    }

    .footer__contacts {
        margin-bottom: 42px;
        border-top: 1px solid #e4e4e4;
        padding-top: 42px;
    }

    .footer__whatsapp {
        margin-top: 42px;
    }

    .footer__nav {
        gap: 8px;
        margin-bottom: 40px;
    }

    .footer__nav-col {
        flex: 0 0 100%;
    }

    .footer__nav-col h3 {
        cursor: pointer;
        position: relative;
        margin-bottom: 16px;
    }

    .footer__nav-col h3::before {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 50%;
        width: 14px;
        height: 2px;
        background-color: #242424;
        z-index: 2;
    }

    .footer__nav-col h3::after {
        content: '';
        position: absolute;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        left: 0;
        top: 50%;
        width: 14px;
        height: 2px;
        background-color: #242424;
        z-index: 2;
        transition: all 0.3s ease 0s;
    }

    .footer__nav-col ul {
        height: 0;
        overflow: hidden;
    }

    .footer__tags {
        margin: 0 0 40px;
        padding: 32px 16px 16px;
    }

    .footer__tags > ul {
        gap: 16px;
    }

    .footer__tags li {
        flex: 0 0 100%;
    }

    .footer__tags li:nth-of-type(3n) {
        margin-bottom: 36px;
    }

    .footer__tags li:nth-child(n + 10) {
        display: none;
    }

    .footer__tags a {
        padding: 2px;
    }

    .footer__tags .btn {
        display: flex;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        height: 42px;
    }

    .pagination__btn-prev {
        margin-left: 15px;
    }

    .pagination__btn-next {
        margin-right: 15px;
    }

    .breadcrumbs li * {
        font-size: 12px;
    }

    #breadcrumbs > span {
        flex-wrap: nowrap !important;
    }

    #breadcrumbs > span span {
        font-size: 12px;
        white-space: nowrap;
    }

    #breadcrumbs .breadcrumb_last {
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .feedback__wrap input {
        height: 48px;
    }

    .feedback__wrap button,
    .feedback__wrap input.wpcf7-submit {
        height: 48px;
    }

    .main-hero .main-hero__bottom {
        width: 100%;
    }

    .play-row > a {
        width: 80px;
        margin-left: 22px;
    }

    .play-row > h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .play-row > p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .play-row {
        max-width: 325px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .sub-menu.level-1 {
        -webkit-transform: translateX(-333px);
        transform: translateX(-333px);
        padding-right: 80px;
    }
}

.test-for-cache {
    display: block;
}

.loading-data {
    z-index: 9999999999 !important;
}

/* post fix hero image */

.page-template-default .main-hero__wrap {
    flex-direction: column;
    padding-bottom: 80px;
}

.page-template-default .main-hero-post {
    margin-bottom: 0;
}

.page-template-default .main-hero-post .main-hero__img-block {
    position: static;
}

@media (max-width: 768px) {
    .page-template-default .main-hero__wrap {
        padding-bottom: 5px;
    }
}

/*  */

@media (max-width: 576px) {
    .cky-consent-container {
        width: 100% !important;
        z-index: 999999999 !important;
        transform: translateY(110%);
        animation: swipe-up 0.5s ease 20s forwards !important;
    }

    .cky-consent-container .cky-consent-bar {
        padding: 16px 0 !important;
    }

    .cky-custom-brand-logo-wrapper,
    .cky-notice .cky-title,
    .cky-notice-des,
    .cky-notice-btn-wrapper {
        padding: 0 16px !important;
    }

    .cky-notice .cky-title {
        margin-bottom: 8px !important;
    }

    .cky-notice-btn-wrapper {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 2% !important;
        margin-top: 0 !important;
    }

    .cky-btn {
        max-width: 49% !important;
        margin: 12px 0 0 !important;
        line-height: 16px !important;
    }

    .cky-notice-des *,
    .cky-preference-content-wrapper *,
    .cky-accordion-header-des *,
    .cky-gpc-wrapper .cky-gpc-desc * {
        font-size: 2.3vw !important;
        line-height: 1.4 !important;
    }

    .cky-notice-des {
        overflow-y: auto !important;
    }
}

@media (max-width: 480px) {
    .cky-notice-des *,
    .cky-preference-content-wrapper *,
    .cky-accordion-header-des *,
    .cky-gpc-wrapper .cky-gpc-desc * {
        font-size: 3.2vw !important;
    }
}

@keyframes swipe-up {
    0% {
        transform: translateY(110%);
    }
    100% {
        transform: translateY(0);
    }
}

/* fix home */

@media (max-width: 400px) {
    body.home > section {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 370px) {
    .hero__title {
        font-size: 2.1rem;
    }
}

@media (max-width: 576px) {
    .services__wrapper__image.d-none {
        display: block !important;
    }

    .navbar-toggler.services__more {
        display: none;
    }
}
