/*-------------------------
     Reset Default Styles
 --------------------------*/
html,
body {
    height: 100%;
}

img {
    max-width: 100% !important;
}

.item-content h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 8px 0 !important;
}

.item-content table {
    font-size: 12px;
    line-height: 15px;

    width: 100%;
    max-width: 100% !important;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

.item-content th, .item-content td {
    padding: 5px;
    text-align: left;
    border: 1px solid #ddd;
}

.item-content th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.item-content tr:nth-child(even) {
    background-color: #f9f9f9;
}

.item-content tr:hover {
    background-color: #f1f1f1;
}


body {
    font-family: 'e-Ukraine', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
}

p, ul, li {
    margin: 0;
    padding: 0;
}

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

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

button,
button:focus {
    outline: none;
    border: none;
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 1440px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

span[data-href] {
    cursor: pointer;
}

/*-------------------------
      Custom Scrollbar
 --------------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track:vertical {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FAFAFC;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #232735;
}

/*-------------------------
          Common
--------------------------*/
.information {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts {
    display: flex;
}

.contacts .item {
    flex: 1;
    -ms-flex: 1;
    max-width: 233px;
    margin-right: 20px;
}

.contacts .item:last-child {
    margin-right: 0;
}

.address-link {
    display: block;
    line-height: 28px;
    color: #505565;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.address-link:hover {
    color: #FF0084;
}

.phone-link {
    display: block;
    font-weight: 500;
    color: #505565;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.phone-link:hover {
    color: #FF0084;
}

.section-title-big {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 4.6vw;
    color: #232735;
    max-width: 38vw;
}

.section-title-small {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #505565;
    margin-bottom: 80px;
}

.owl-stage {
    padding-top: 60px;
}

.owl-nav {
    display: flex;
    position: absolute;
    top: 0;
}

.owl-nav button {
    font-family: 'Gilroy', sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 24px !important;
    color: #232735 !important;
    display: block;
}

.owl-nav button:first-child {
    margin-right: 60px;
}

.owl-nav button.disabled {
    color: #8B90A0 !important;
    cursor: default !important;
}

.page-top {
    padding-top: 180px;
    padding-bottom: 60px;
    background: #FAFAFC;
    border: 1px solid #D3D4D8;
}

.grid-page {
    padding-top: 80px;
}

.item-inner {
    padding-bottom: 80px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    display: inline-block;
}

.auto-scroll {
    white-space: nowrap;
    overflow-x: auto;
}


.breadcrumb-item {
    margin-bottom: 10px;
    display: inline-block;
}

.breadcrumb-item a {
    line-height: 140%;
    color: #505565;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.breadcrumb-item a:hover {
    color: #FF0084;
}

.breadcrumb-item.active {
    font-weight: 500;
    line-height: 140%;
    color: #505565;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 18px;
}

.page-top .section-title-small {
    color: #232735;
    margin-bottom: 0;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination li {
    margin-right: 10px;
}

.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    background-color: #FAFAFC;
    border: 1px solid #D3D4D8;
    border-radius: 5px;
    color: #232735;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    background-color: #FAFAFC;
    border: 1px solid #D3D4D8;
    border-radius: 5px;
    color: #232735;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination li.active a, .pagination li a:hover {
    background-color: #FF0084;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.categories li {
    margin-right: 30px;
    margin-bottom: 15px;
}

.categories li a:hover, .categories li a.active {
    color: #FF0084;
}

.categories li a {
    position: relative;
    display: block;
    color: #505565;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 4px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.categories li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF0084;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -ms-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
}

.categories li a:hover:after, .categories li a.active:after {
    width: 100%;
}

.bg-image {
    position: sticky;
    top: 120px;
}

.img-svg path {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*-------------------------
         Error page
 --------------------------*/
.error-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10vw 0;
}

.error-title {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 2.5vw;
    color: #232735;
    margin-bottom: 20px;
}

.error-text {
    margin-bottom: 40px;
}

.wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* #region servises block */
.services .title-bg {
    background: #fff;
}

.expertise-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-areas:
        "web mobile ui"
        "web mobile qa"
        "seo consulting consulting";
    gap: 24px;
    padding-bottom: 100px;
}

/* General block styling for all */
.exp-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    justify-content: flex-start;
}

.exp-card h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
    color: #111827;
}

.exp-card p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 15px;
}

.expertise-header .subtitle {
    width: 80%;
}

.exp-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
    opacity: 0.6;
}

.exp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.visual-code {
    border-radius: 16px;
    margin-top: 30px;
    overflow: hidden;
}

.visual-code img {
    width: 100%;
    border-radius: 8px;
}

.exp-icon {
    font-size: 22px;
    margin-bottom: 25px;
    width: 40px;
    height: 40px;
    min-width: 40px !important;
    min-height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: transform 0.3s ease;
    font-weight: 400 !important;
}

.exp-icon img {
    max-height: 25px;
    max-width: 36px !important;
}

/* Targeting specific blocks using nth-child */
.expertise-grid .exp-card:nth-child(1) {
    grid-area: web;
}

.expertise-grid .exp-card:nth-child(1) .exp-icon {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
}

.expertise-grid .exp-card:nth-child(2) {
    grid-area: mobile;
}

.expertise-grid .exp-card:nth-child(2):before {
    background: rgba(124, 58, 237, 0.1);
}

.expertise-grid .exp-card:nth-child(2) .exp-icon {
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
}

.expertise-grid .exp-card:nth-child(3) {
    grid-area: ui;
}

.expertise-grid .exp-card:nth-child(3):before {
    background: #DB27771A;
}

.expertise-grid .exp-card:nth-child(3) .exp-icon {
    background: #DB27771A;
    color: #db2777;
}

.expertise-grid .exp-card:nth-child(4) {
    grid-area: qa;
}

.expertise-grid .exp-card:nth-child(4):before {
    background: rgba(34, 197, 94, 0.1);
}

.expertise-grid .exp-card:nth-child(4) .exp-icon {
    background: rgba(34, 197, 94, 0.1);
    color: #22C55E1A;
}

.expertise-grid .exp-card:nth-child(5) {
    grid-area: seo;
}

.expertise-grid .exp-card:nth-child(5):before {
    background: #EAB3081A;
}

.expertise-grid .exp-card:nth-child(5) .exp-icon {
    background: #EAB3081A;
    color: #eab308;
}

.expertise-grid .exp-card:nth-child(6) {
    grid-area: consulting;
}

.expertise-grid .exp-card:nth-child(6) .exp-icon {
    background: rgba(8, 145, 178, 0.1);
    color: #0891b2;
}

@media screen and (max-width: 1100px) {
    .expertise-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "web mobile"
        "ui qa"
        "seo consulting";
    }
}

@media (max-width: 768px) {
    .expertise-grid {
        grid-template-columns: 1fr;
        grid-template-areas: "web" "mobile" "ui" "qa" "seo" "consulting";
    }
}

/*service-category-nav*/
.service-category-nav {
    margin-bottom: 48px;
    padding-top: 4px;
}

.service-category-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-category-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 11px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.25s ease;
}

.service-category-link:hover {
    border-color: #FF0084;
    color: #0c0c0c;
    text-decoration: none;
    transform: translateY(-1px);
}

.service-category-link.is-active {
    background: #FF0084;
    border-color: #FF0084;
    color: #fff;
    box-shadow: 0 8px 24px rgba(253, 0, 132, 0.1);
}

.service-category-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.service-category-link__icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0);
}

.service-category-link__label {
    display: inline-block;
    white-space: nowrap;
}

.service-category-link.is-active .service-category-link__icon img {
    filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
    .service-category-nav {
        margin-bottom: 32px;
    }

    .service-category-nav__list {
        gap: 10px;
    }

    .service-category-link {
        min-height: 42px;
        padding: 9px 16px;
        font-size: 13px;
    }
}
/* #endregion servises block */


/*-------------------------
          Header
 --------------------------*/
.header .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
    padding-left: 15px;
}

.header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D3D4D8;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-active {
    height: 80px;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 180px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-active .header-logo img {
    width: 150px;
}

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

.header-start .start-text {
    display: flex;
    align-items: center;
    color: #8B90A0;
}

.start-ellipse-outside {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #A1A4B1;
    margin-right: 20px;
    box-shadow: 0 0 0 rgba(255, 0, 132, 0.4);
    animation: pulse 2s infinite;
}

.start-ellipse-inside {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #FF0084;
    animation: pulsing 2s infinite;
}

.header-start:hover .start-ellipse-outside,
.header-start:hover .start-ellipse-inside {
    animation: none;
}

.header-start .btn-start {
    position: absolute;
    top: 90px;
}

.btn-prepend {
    display: none;
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px;
    background-color: #D3D4D8;
    border-radius: 15px;
    transform: rotate(45deg);
    z-index: -2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.header-start:hover .btn-start,
.header-start:hover .btn-prepend {
    display: flex;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 132, 0.4);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 132, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 132, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 132, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 0, 132, 0.4);
    }
    50% {
        -moz-box-shadow: 0 0 0 15px rgba(255, 0, 132, 0);
        box-shadow: 0 0 0 15px rgba(255, 0, 132, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 132, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 132, 0);
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

.header-lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-list {
    display: flex;
}

.lang-link {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #D3D4D8;
    padding: 10px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.lang-link:hover,
.lang-link.active {
    color: #232735;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F1F3;
    border-left: 1px solid #D3D4D8;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
}


.header-menu span {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #505565;
    cursor: pointer;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 33px;
    height: 2px;
    background-color: #232735;
    margin: 6px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/*-------------------------
       Menu
--------------------------*/
.menu {
    height: 100%;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
    border-bottom: 1px solid #D3D4D8;
    background-color: #FFFFFF;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9998;
    -webkit-transition: top ease-out .7s;
    -moz-transition: top ease-out .7s;
    -ms-transition: top ease-out .7s;
    -o-transition: top ease-out .7s;
    transition: top ease-out .7s;
}

.menu.active {
    top: 0;
    -webkit-transition: top ease-out .7s;
    -moz-transition: top ease-out .7s;
    -ms-transition: top ease-out .7s;
    -o-transition: top ease-out .7s;
    transition: top ease-out .7s;
}

.menu .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-close {
    cursor: pointer;
    position: absolute;
    top: 80px;
    right: 0;
}

.menu-inner {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.menu .menu-link {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 2vw;
    color: #232735;
}

.menu-item {
    /*margin-right: 6.5vw;*/
    margin-right: auto;
    padding: 15px 0;
}

.menu-item .menu-link:hover,
.menu-item .menu-link:focus {
    background: -webkit-linear-gradient(0deg, #FF0084 0%, #974771 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mail p {
    font-weight: 100;
    color: #8B90A0;
    margin-bottom: 20px;
}

.mail-link {
    font-size: 36px;
    color: #232735;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mail-link:hover {
    color: #FF0084;
}

/*-------------------------
           Intro
 --------------------------*/
.intro {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 80px;
    border-bottom: 1px solid #D3D4D8;
    overflow: hidden;
}

.intro .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro-title {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 6.8vw;
    color: #232735;
    max-width: 64vw;
}

.btn-start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 400px;
    max-width: 400px;
    height: 80px;
    border-radius: 15px;
    background-color: #FAFAFC;
    box-shadow: 0 15px 15px rgba(130, 59, 96, 0.15);
    color: #FF0084;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gradient-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0;
    background: linear-gradient(90deg, #FF0084 0%, #974771 100%);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-start:hover {
    color: #FFFFFF;
}

.btn-start:hover .gradient-transition {
    opacity: 1;
}

/*-------------------------
         Portfolio
 --------------------------*/
.portfolio {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
    padding-top: 80px;
}

.client-item.become-client {
    align-items: end;
    padding-right: 5.7vw !important;
}

.portfolio-become .become-client {
    align-items: end;
    display: flex;
}

.portfolio .section-title-big {
    margin-bottom: 160px;
    color: #FFFFFF;
}

.project-item {
    padding-bottom: 240px;
}

.project-sign {
    display: flex;
}

.project-number,
.project-text,
.project-name,
.project-description,
.project-arrow,
.project-about {
    flex: 1;
    -ms-flex: 1;
}

.project-link {
    margin-top: 120px;
}

.project-content .row:first-child {
    margin-bottom: 30px;
}

.project-sign {
    border-bottom: 1px solid #A1A4B1;
    margin-bottom: 30px;
}

.project-sign span {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #8B90A0;
}

.industry-name {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 15px;
}

.project-name h4 {
    text-transform: uppercase;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
}

.project-description-header {
    margin-top: 80px;
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    max-width: 500px;
}

.project-description {
    margin-top: 20px;
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    max-width: 500px;
}

.project-description-view {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.tech-view {
    margin-top: 15px;
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #000000;
}

.technologies-view {
    margin-top: 30px;
}

.technologies-view img {
    margin: 5px 10px 5px 10px;
}

.technologies-bg-image {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}

/*.technologies-bg-image:hover {*/
/*    background-size: 105%;*/
/*}*/

.technologies-bg-image:last-child {
    padding: 0;
    border-left: 1px solid #D3D4D8;
}

.our-client {
    margin-bottom: 60px;
}

.technologies-bg-image div:first-child {
    border-radius: 30px;
}

.technologies-bg-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;

}

.technologies-bg-image .technologies-bg-text .industry-name {
    margin-top: 60px;
    color: #FFFFFF;
}

.technologies-bg-image .technologies-bg-text .project-name {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}

.project-link-view {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.project-link .project-link-view {
    justify-content: start;
}

.project-link-view span {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-link-view span svg path {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-link-view span:hover {
    color: #FF0084;
}

.project-link-view span:hover svg path {
    fill: #FF0084;
}

.project-link .project-link-view span {
    color: #000000;
}

.about-project-view {
    margin: 0 auto 60px;
    text-align: center;
}

.about-project-view .project-description-header {
    margin-top: 40px;
    max-width: none;
}

.about-project-view .project-description {
    margin: 60px auto 0;
    max-width: 700px;
}

.project-about p {
    line-height: 240%;
    color: #FFFFFF;
    max-width: 500px;
}

.project-link:hover .img-svg path {
    fill: #FF0084;
}

.image-block-view {
    background-color: #F0F1F3;
    padding-bottom: 85px;
}

.item-images .col-12 {
    margin-top: 85px;
}

.item-images {
    height: 100% !important;
}

.relative-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abs {
    margin: 0 5px;
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.20));
}

.done-block {
    margin-top: 40px;
    margin-bottom: 45px;
}

.done-block .project-description-view {
    margin-bottom: 20px;
}

.portfolio-services {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.done {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 400px;
}

.done svg {
    margin-right: 5px;
}

.done a {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #000000;
}

.prev_next_block .project-description-view {
    margin-top: 100px;
    margin-bottom: 0;
}

.portfolio_arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.portfolio_arrows a:first-child {
    padding: 30px 10px 20px 20px
}

.portfolio_arrows a:last-child {
    padding: 30px 20px 20px 10px
}

.portfolio_arrows a {
    display: flex;
    flex-direction: column;
}

.portfolio_arrows a {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #505565;

}

.portfolio_arrows a span {
    width: 160px;
}

.portfolio .col-md-6 {
    padding: 15px;
}

.portfolio__item,
.service__item {
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio__item:hover,
.service__item:hover {
    transform: translatey(-15px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.flex-column div:first-child {
    text-align: center;
}

.portfolio-become {
    background-color: #F0F1F3;
}

.portfolio-become .become-client {
    background: none;
    padding: 0;
    border: unset;
}

/*-------------------------
         Services
 --------------------------*/
.services {
    overflow: hidden;
}

.grid .row {
    margin: 0;
}

.title-bg {
    padding-top: 200px;
    padding-bottom: 80px;
    margin-bottom: 240px;
    background: #FAFAFC;
    border: 1px solid #D3D4D8;
}

.service-type {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    margin-bottom: 160px;
}

.service-type:nth-child(odd) {
    padding-right: 80px;
}

.service-type:nth-child(even) {
    padding-left: 80px;
}

.service-type h4 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 80px;
}

.service-item {
    border-top: 1px solid #A1A4B1;
    margin-bottom: 40px;
}

.service-name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 10px;
}

.service-name a {
    color: #232735;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-name a:hover {
    color: #FF0084;
}

.service-name i {
    font-size: 20px;
    cursor: pointer;
    margin-left: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-name i:hover {
    color: #FF0084;
}

.service-description {
    display: none;
    line-height: 33px;
    color: #505565;
    background: #FFFFFF;
    border: 1px solid #D3D4D8;
    border-radius: 15px;
    margin-top: 15px;
    padding: 30px;
}

.service-arrows__a svg path,
.service-arrows__a span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-arrows__a:hover svg path {
    fill: #FF0084;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-arrows__a:hover span {
    color: #FF0084;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sign {
    font-size: 10px;
    color: #8B90A0;
}

.technologies .logos {
    background: #ffffff;
    border: 1px solid #D3D4D8;
    border-radius: 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 25px 25px 0 25px;
}


.technologies .logos img {
    /*margin-left: 7px;*/
    /*margin-right: 7px;*/
    margin-bottom: 25px;
    border-radius: 9px;
}

.technologies .logos a:last-child img {
    margin-right: 0;
}

.service-description-view {
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
    margin: 60px auto 0;
    text-align: left;
    line-height: 25px;
}

.service-description-view p {
    margin-bottom: 15px;
}

.service-description-view ul {
    margin-left: 50px;
    margin-bottom: 15px;
}

.service-description-view ul li {
    list-style: circle;
}

.service-section-view {
    margin-top: 40px;
}

.service-view .project-description-view {
    margin-bottom: 10px;
}

.under-description-view {
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #000000;
}

.service-tech-block {
    margin: 0 auto;
}

.service-clients-view .project-description-view, .service_prev_next .project-description-view {
    margin-top: 60px;
}


/*-------------------------
     Packages
--------------------------*/
.packages {
    padding-top: 240px;
    padding-bottom: 160px;
    border-top: 1px solid #D3D4D8;
    overflow: hidden;
}

section.packages .wrapper {
    margin-right: 0;
}

.packages-carousel .owl-stage {
    display: flex;
}

.packages-carousel .owl-item {
    flex: 0 0 560px;
    -ms-flex: 0 0 560px;
}

.package-name {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A1A4B1;
}

.package-name h5 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #232735;
}

.package-cost {
    display: flex;
    align-items: flex-start;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #505565;
}

.package-cost .dollar {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #505565;
    padding-left: 5px;
}

.package-name .package-cost .dollar {
    padding-top: 14px;
}

.package-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.package-order p {
    max-width: 167px;
    font-size: 10px;
    color: #8B90A0;
    padding-right: 10px;
}

.btn-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 260px;
    min-width: 260px;
    height: 60px;
    border-radius: 15px;
    background-color: #FAFAFC;
    box-shadow: 0 15px 15px rgba(130, 59, 96, 0.15);
    color: #FF0084;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-order:hover {
    color: #FFFFFF;
}

.btn-order:hover .gradient-transition {
    opacity: 1;
}

.package-info {
    background: #FAFAFC;
    border-radius: 15px;
    border: 1px solid #D3D4D8;
    padding: 30px;
}

.package-info ul li {
    line-height: 33px;
    color: #505565;
    margin-bottom: 20px;
}

.package-info ul li:last-child {
    margin-bottom: 0;
}

.package-info ul li:before {
    content: url(/img/ellipse-list.svg);
    margin-right: 18px;
}

/*-------------------------
           About
 --------------------------*/
.about {
    background: #232735;
    padding-bottom: 160px;
    overflow: hidden;
}

.about.page {
    padding-top: 160px;
}

.about .row:first-child {
    align-items: baseline;
    margin-bottom: 160px;
}

.slogan {
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    margin-right: 10%;
}

.slogan h4 {
    font-weight: 100;
    font-size: 2.5vw;
    line-height: 200%;
    color: #FFFFFF;
}

.apply {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
}

.apply p {
    font-weight: 100;
    line-height: 22px;
    color: #8B90A0;
    margin-bottom: 20px;
}

.apply a {
    display: flex;
    flex-direction: column;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #A1A4B1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.apply i {
    font-size: 24px;
    margin-top: 20px;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.apply a:hover, .apply a:focus {
    color: #FF0084;
}

.apply a:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.info {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    margin-right: 10%;
}

.partners {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
}

.info p {
    color: #FFFFFF;
    line-height: 240%;
    margin-bottom: 20px;
}

.info p:last-child {
    margin-bottom: 0;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #A1A4B1;
    margin-bottom: 5px;
    justify-content: center;
}

.partners-logos img {
    margin-right: 3vw;
    margin-bottom: 3vw;
}

.partners span {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #8B90A0;
}

/*-------------------------
          Clients
 --------------------------*/
.clients {
    padding-top: 240px;
    padding-bottom: 160px;
    overflow: hidden;
}

.clients-inner {
    display: flex;
    flex-wrap: wrap;
}

.client-item:first-child {
    border-top-left-radius: 30px;
}

.client-item:nth-child(4) {
    border-top-right-radius: 30px;
}

.client-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #D3D4D8;
    border-right: 1px solid #D3D4D8;
    padding: 6.7vw 4.1vw 6.7vw 4.1vw;
    z-index: 3;
}


.become-client {
    cursor: pointer;
    background: #FAFAFC;
    justify-content: end;
    padding: 6.2vw 5.7vw 6.2vw 5.7vw;
    border-bottom: 1px solid #D3D4D8;
    border-bottom-right-radius: 30px;
}

.become-client a {
    display: flex;
    flex-direction: column;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #232735;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.become-client i {
    margin-top: 15px;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.become-client:hover a,
.become-client:focus a {
    color: #FF0084;
}

.become-client:hover a i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.borders-none {
    border-bottom: none;
    border-left: none;
}

/*-------------------------
          Reviews
 --------------------------*/
.reviews {
    /*padding-bottom: 160px;*/
    overflow: hidden;
}

.review-item {
    display: flex;
    padding: 90px;
    border: 1px solid #D3D4D8;
    border-radius: 15px;
}

.review-author {
    flex: 1;
    -ms-flex: 1;
    display: flex;
    align-items: flex-start;
    margin-right: 60px;
}

.author-inner {
    display: flex;
    align-items: center;
}

.author-image {
    margin-right: 40px;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.author-name {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #505565;
    margin-bottom: 10px;
}

.author-company {
    font-weight: 100;
    font-size: 14px;
    color: #505565;
}

.review-content {
    flex: 1;
    -ms-flex: 1;
}

.review-content p {
    font-size: 16px;
    line-height: 240%;
    color: #232735;
}

.video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.btn-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 60px;
    border-radius: 15px;
    background-color: #FAFAFC;
    box-shadow: 0 15px 15px rgba(130, 59, 96, 0.15);
    color: #505565;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-video .img-svg {
    width: 72px;
    padding-right: 10px;
}

.btn-video:hover .img-svg path {
    fill: #FFFFFF;
}

.btn-video:hover {
    color: #FFFFFF;
}

.btn-video:hover .gradient-transition {
    opacity: 1;
}

/*-------------------------
          Blog
 --------------------------*/
.blog {
    padding-top: 240px;
    padding-bottom: 160px;
    background: #FAFAFC;
    border-top: 1px solid #D3D4D8;
    overflow: hidden;
}

.blog .wrapper, .related .wrapper {
    margin-right: 0;
    padding-right: 0;
    padding-left: 15px;
    max-width: 100%;
}

.blog .section-title-small, .page-single .section-title-small {
    margin-bottom: 60px;
}

.blog-carousel .owl-stage {
    display: flex;
}

.blog-carousel .owl-item {
    flex: 0 0 560px;
    -ms-flex: 0 0 560px;
}

.blog-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 640px;
    padding: 60px;
    border-radius: 15px;
    border: 1px solid #D3D4D8;
    background-size: cover;
    margin-top: 30px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*background: linear-gradient(0deg, rgba(243, 233, 255, 1) 50%, rgba(243, 233, 255, 1) 100%);*/
    border-radius: 13px;
    opacity: 1;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-item:nth-child(3n+1) .blog-item:before {
    background: linear-gradient(0deg, rgba(243, 233, 255, 1) 50%, rgba(243, 233, 255, 1) 100%);
}

.owl-item:nth-child(3n+2) .blog-item:before {
    background: linear-gradient(0deg, rgba(252, 242, 235, 1) 50%, rgba(252, 242, 235, 1) 100%);
}

.owl-item:nth-child(3n+3) .blog-item:before {
    background: linear-gradient(0deg, rgba(240, 247, 252, 1) 50%, rgba(240, 247, 252, 1) 100%);
}

.blog-item:hover:before {
    opacity: .7;
}

.blog-item:hover {
    margin-top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-item:hover .blog-name,
.blog-item:focus .blog-name {
    /*color: #FF0084;*/
}

.blog-category {
    width: fit-content;
    color: #232735;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.blog-name {
    font-size: 24px;
    line-height: 180%;
    color: #232735;
    font-weight: normal;
    min-height: 86px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.blog-date {
    color: #232735;
}

.blog-carousel .owl-nav {
    top: unset;
    bottom: 0;
}

.blog-carousel .owl-stage {
    padding-bottom: 60px;
    padding-top: 0;
}

/*-------------------------
         Grid page
 --------------------------*/
.grid-page .service-item {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    margin: 0 5% 40px 0;
}

.grid-page .service-item:nth-child(3n) {
    margin-right: 0;
}

.grid-page .blog-item {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    margin: 0 5% 5% 0;
    height: 560px;
}

.grid-page .blog-item:nth-child(3n) {
    margin-right: 0;
}

.grid-page .blog-item:nth-child(3n+1):before {
    background: linear-gradient(0deg, rgba(243, 233, 255, 1) 50%, rgba(243, 233, 255, 1) 100%);
}

.grid-page .blog-item:nth-child(3n+2):before {
    background: linear-gradient(0deg, rgba(252, 242, 235, 1) 50%, rgba(252, 242, 235, 1) 100%);
}

.grid-page .blog-item:nth-child(3n+3):before {
    background: linear-gradient(0deg, rgba(240, 247, 252, 1) 50%, rgba(240, 247, 252, 1) 100%);
}

.grid-page .blog-item .blog-name {
    font-size: 20px;
    min-height: 72px;
}

.grid-page .packages {
    padding-top: 160px;
    padding-bottom: 0;
}

.grid-page .package-item {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    margin: 0 5% 5% 0;
}

.grid-page .package-item:nth-child(3n) {
    margin-right: 0;
}

/*-------------------------
         Page single
 --------------------------*/
.item-details {
    padding-top: 40px;
}

.item-details .project-description-view {
    margin-top: 40px;
}

.technologies-view {
    margin-bottom: 60px;
}

.item-details .detail {
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 40px;
    line-height: 240%;
}

.detail-title {
    display: block;
    color: #505565;
    font-weight: 500;
}

.detail .details-link {
    color: #232735;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.details-link:hover {
    color: #FF0084;
}

.detail-order {
    display: flex;
    align-items: center;
}

.detail-order .package-cost {
    margin-right: 30px
}

.pluso-more {
    display: none !important;
}

.item-text {
    flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    max-width: 66.666667%;
    line-height: 240%;
    padding-right: 80px;
}

.item-text p {
    margin-bottom: 20px;
}

.item-image {
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.item-image .bg-image {
    height: 560px;
    border-radius: 15px;
    border: 1px solid #D3D4D8;
    background-size: cover;
}

.related {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #FAFAFC;
    border-top: 1px solid #D3D4D8;
}

.related .blog-item {
    margin-bottom: 0;
}

.item-text ul li:before {
    content: url(/img/ellipse-list.svg);
    margin-right: 18px;
}

.item-about {
    margin-top: 40px;
}

.item-price {
    margin-bottom: 40px;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
}

.services-list .service-item {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    margin: 0 5% 40px 0;
}

.services-list .service-item:nth-child(2n) {
    margin-right: 0;
}

.services-list {
    margin-top: 60px;
}

.only_tech .project-description-view {
    margin-top: 60px;
}

/*!*-------------------------*/
/*          Services pages*/
/* --------------------------*!*/

/* -------------------------
   Services page base
-------------------------- */
.service-page section {
    padding: 5rem 0;
}

.service-page .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding: 0 1rem;
    max-width: 1440px;
}

#services-grid {
    background: rgb(249 250 251);
}

#services-grid .title-block {
    text-align: center;
    margin-bottom: 4rem;
}

#services-grid .title-block span {
    color: rgb(37 99 235);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

#services-grid .title-block h2 {
    margin-top: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}


/* -------------------------
   Service cards
-------------------------- */
.service-page-item {
    border-radius: 12px;
    padding: 32px;
    border: 1px solid rgb(243 244 246);
    background: rgb(255 255 255);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.service-page-item:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    color: var(--service-color, #000);
}

.service-page-item a:hover {
    color: #000000;
}

.service-page-item .exp-icon {
    background: var(--service-icon-bg);
}

.service-page-name h3 {
    color: #000;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.25s ease;
}

.service-page-item:hover .service-page-name h3 {
    color: var(--service-color, #000);
}

.service-page-category span {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    color: var(--service-color);
    background: var(--service-icon-bg);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
}

.service-page-description p {
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgb(107 114 128);
}

.service-page-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(17 24 39);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.service-page-icon {
    min-width: 10px;
    color: rgb(22 163 74);
}


/* -------------------------
   Shared section titles
-------------------------- */
.service-section-label {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.service-section-title {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.service-section-title--light {
    color: #fff;
}


/* -------------------------
   Hero section
-------------------------- */
.service-web-hero {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
}

.service-web-hero__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: auto;
    border-radius: 32px;
    background: #0b1220;
}

.service-web-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
            90deg,
            rgba(7, 13, 25, 0.88) 0%,
            rgba(7, 13, 25, 0.72) 28%,
            rgba(7, 13, 25, 0.35) 55%,
            rgba(7, 13, 25, 0.12) 100%
    );
}

.service-web-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 42rem;
    padding: 48px 52px;
    color: #fff;
}

.service-web-hero__label {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.service-web-hero__title {
    max-width: 42rem;
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
}

.service-web-hero__description {
    max-width: 520px;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.service-web-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    min-width: 300px;
    height: fit-content;
    padding: 18px 18px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.service-web-hero__button:hover {
    background: #f3f4f6;
    transform: translateY(-1px);
    color: #1839a7;
}

.service-web-hero__button-arrow {
    font-size: 16px;
    line-height: 1;
}

.service-web-hero__image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.service-web-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* -------------------------
   About section
-------------------------- */
.service-web-about {
    padding-top: 72px !important;
}

.service-web-about__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.service-web-about__image-wrap {
    position: relative;
}

.service-web-about__image {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
}

.service-web-about__stat {
    display: flex;
    align-items: center;
    gap: 18px;
}

.service-web-about__stat--floating {
    position: absolute;
    right: -20px;
    bottom: -24px;
    min-width: 220px;
    padding: 22px 26px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}

.service-web-about__stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dcfce7;
}

.service-web-about__stat-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-web-about__stat-text strong {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
}

.service-web-about__stat-text span {
    font-size: 14px;
    line-height: 18px;
    color: #6b7280;
}

.service-web-about__content p {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 24px;
    color: #4b5563;
}

.service-web-about__title {
    margin: 0 0 28px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.service-web-about__title span {
    color: #2563eb;
}

.service-web-about__stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.service-web-about__stat-card {
    padding: 26px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #f9fafb;
}

.service-web-about__stat-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color: #2563eb;
}

.service-web-about__stat-card span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #6b7280;
}


/* -------------------------
   Why us
-------------------------- */

.service-why-us--modern {
    padding: 96px 0 40px;
}

.service-why-us__header {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

/*.service-why-us__header .service-section-title {*/
/*    margin-bottom: 14px;*/
/*}*/

.service-why-us__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 40px;
    align-items: start;
}

.service-why-us-card {
    text-align: center;
}

.service-why-us-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 18px;
    background: var(--why-us-bg);
    color: var(--why-us-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-why-us-card__icon i {
    font-size: 28px;
    line-height: 1;
}

.service-why-us-card__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.service-why-us-card__title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #111827;
}

.service-why-us-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6b7280;
}

@media (max-width: 991px) {
    .service-why-us__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 28px;
    }
}

@media (max-width: 767px) {
    .service-why-us--modern {
        padding: 64px 0 24px;
    }

    .service-why-us__header {
        margin-bottom: 36px;
    }

    .service-why-us__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .service-why-us-card__title {
        font-size: 18px;
    }

    .service-why-us-card__text {
        font-size: 14px;
    }
}
/*.service-why-us {*/
/*    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);*/
/*    color: #fff;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.service-why-us__inner {*/
/*    display: grid;*/
/*    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);*/
/*    gap: 56px;*/
/*    align-items: center;*/
/*}*/

/*.service-why-us__text {*/
/*    margin: 0 0 36px;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    color: rgba(255, 255, 255, 0.78);*/
/*}*/

/*.service-why-us__list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 24px;*/
/*}*/

/*.service-why-us__item {*/
/*    display: flex;*/
/*    gap: 16px;*/
/*    align-items: flex-start;*/
/*}*/

/*.service-why-us__check {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    min-width: 24px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin-top: 3px;*/
/*    border-radius: 50%;*/
/*    background: #22c55e;*/
/*    color: #fff;*/
/*    font-size: 11px;*/
/*}*/

/*.service-why-us__item h3 {*/
/*    margin: 0 0 4px !important;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*}*/

/*.service-why-us__item p {*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    color: rgba(255, 255, 255, 0.68);*/
/*}*/

/*.service-why-us__image img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    object-fit: cover;*/
/*    border-radius: 24px;*/
/*}*/

/*.service-why-us__stats {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 24px;*/
/*    margin-top: 56px;*/
/*}*/

/*.service-why-us__stat {*/
/*    text-align: center;*/
/*}*/

/*.service-why-us__stat strong {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*    font-size: 52px;*/
/*    line-height: 1;*/
/*    font-weight: 800;*/
/*    color: #2563eb;*/
/*}*/

/*.service-why-us__stat span {*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    line-height: 1.4;*/
/*    color: rgba(255, 255, 255, 0.68);*/
/*}*/


/* -------------------------
   Extra features
-------------------------- */
.service-extra-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.service-extra-features__text {
    margin: 0 0 32px;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.service-extra-features__image img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 24px;
}

.service-extra-features__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* -------------------------
   Accordion
-------------------------- */
.service-accordion-item {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
}

.service-accordion-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
}

.service-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.service-accordion-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 18px;
    background: var(--accordion-icon-bg);
    color: var(--accordion-icon-color);
}

.service-accordion-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #111827;
}

.service-accordion-toggle {
    font-size: 28px;
    line-height: 1;
    color: #2563eb;
    transition: transform 0.25s ease;
}

.service-accordion-content {
    display: none;
    padding: 0 24px 24px 80px;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.service-accordion-item.is-open .service-accordion-content {
    display: block;
}

.service-accordion-item.is-open .service-accordion-toggle {
    transform: rotate(45deg);
}


/* -------------------------
   Process
-------------------------- */
.service-process__head {
    margin-bottom: 56px;
    text-align: center;
}

.service-process__subtitle,
.service-why-us__subtitle{
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #6b7280;
}

.service-process__timeline {
    position: relative;
    padding: 24px 0;
}

.service-process__line {
    position: absolute;
    top: 64px;
    left: 10%;
    right: 10%;
    border-top: 2px dashed #d1d5db;
}

.service-process__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.service-process__item {
    text-align: center;
}

.service-process__circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    background: #fff;
    color: #9ca3af;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    transition: 0.25s ease;
}

.service-process__item:hover .service-process__circle {
    transform: scale(1.06);
    border-color: var(--mini-color);
    color: var(--mini-color);
}

.service-process__mini {
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 12px;
    background: var(--mini-bg);
    color: var(--mini-color);
}

.service-process__mini img, .service-process__mini i {
    max-height: 12px;
}

.service-process__item h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #111827;
}

.service-process__item p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #6b7280;
}

/* -------------------------
   Responsive
-------------------------- */
@media (max-width: 1199px) {
    .service-page .row {
        grid-template-columns: 1fr 1fr;
    }

    .service-web-hero__title {
        font-size: 48px;
    }

    .service-web-hero__description {
        font-size: 20px;
    }

    .service-web-about__title {
        font-size: 38px;
    }

    .service-web-about__content p,
    .service-why-us__text,
    .service-extra-features__text,
    .service-process__subtitle,
    .service-why-us__subtitle{
        font-size: 16px;
    }

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

    .service-process__grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 32px;
    }

    .service-process__line {
        display: none;
    }
}

@media (max-width: 991px) {
    .service-web-hero__inner {
        min-height: 460px;
        border-radius: 24px;
    }

    .service-web-hero__content {
        max-width: 100%;
        padding: 40px 32px;
    }

    .service-web-hero__title {
        font-size: 42px;
    }

    .service-web-about__inner,
    .service-why-us__inner,
    .service-extra-features__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .service-web-about__image {
        height: 420px;
    }

    .service-web-about__stat--floating {
        right: 20px;
        bottom: 20px;
    }

    .service-why-us__image img {
        height: 380px;
    }

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

@media (max-width: 767px) {
    .service-page .row {
        grid-template-columns: 1fr;
    }

    .service-section-title,
    .service-web-hero__title,
    #services-grid .title-block h2{
        font-size: 28px;
    }

    .service-web-hero__inner {
        min-height: 420px;
        border-radius: 20px;
    }

    .service-web-hero__content {
        padding: 28px 20px;
    }

    .service-web-hero__label {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .service-web-hero__title {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1.12;
    }

    .service-web-hero__description {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.5;
    }

    .service-web-hero__button {
        padding: 15px 22px;
    }

    .service-web-about {
        padding-top: 40px !important;
    }

    .service-web-about__image {
        height: 320px;
        border-radius: 18px;
    }

    .service-web-about__stat--floating {
        position: static;
        width: 100%;
        min-width: unset;
        margin-top: 16px;
    }

    .service-web-about__title {
        margin-bottom: 18px;
        font-size: 28px;
    }

    /*.service-web-about__content p,*/
    /*.service-why-us__text,*/
    /*.service-extra-features__text,*/
    /*.service-process__subtitle {*/
    /*    font-size: 16px;*/
    /*}*/

    .service-web-about__stats-grid,
    .service-why-us__stats,
    .service-process__grid {
        grid-template-columns: 1fr;
    }

    .service-web-about__stat-card {
        padding: 20px 18px;
    }

    .service-web-about__stat-card strong {
        font-size: 24px;
    }

    .service-accordion-trigger {
        padding: 18px;
    }

    .service-accordion-content {
        padding: 0 18px 18px 18px;
    }

    .service-accordion-title {
        font-size: 17px;
    }

    .service-why-us__stat strong {
        font-size: 38px;
    }
}

/*-------------------------
          Footer
 --------------------------*/
.footer {
    overflow: hidden;
}

.information-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #232735;
}

.footer .mail {
    text-align: right;
}

.footer .mail-link {
    color: #FFFFFF;
}

.footer .mail-link:hover {
    color: #FF0084;
}

.footer .address-link {
    color: #FFFFFF;
}

.footer .address-link:hover {
    color: #FF0084;
}

.footer .phone-link {
    color: #FFFFFF;
}

.footer .phone-link:hover {
    color: #FF0084;
}

.footer-lower {
    padding-top: 160px;
    padding-bottom: 60px;
}

.project-word {
    display: block;
    width: max-content;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 8vw;
    color: #232735;
    cursor: pointer;
    margin: 0 auto;
}

.project-word:hover {
    background: -webkit-linear-gradient(0deg, #FF0084 0%, #974771 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-name {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #8B90A0;
    margin-top: 80px;
}

/*-------------------------
          Contact
 --------------------------*/
section.brief {
    position: relative;
    right: 0;
    padding-top: 0;
    border-bottom: 0;
    overflow: unset;
}

section.brief .brief-inner {
    display: flex;
}

section.brief .brief-wrapper {
    flex: 1;
}

.offices {
    flex: 1;
    margin-right: 4.25vw;
}

.brief-head p {
    margin-bottom: 15px;
}

.office-contact img {
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 10px;
    margin-right: 10px;
}

.office-contact p {
    margin-top: 15px;
}

section.brief .brief-head {
    margin-bottom: 45px;
}

section.brief .brief-content {
    width: 100%;
    margin: unset;
}

.offices-wrapper {
    position: sticky;
    top: 120px;
}

.office-bg {
    background: #FAFAFC;
    border-radius: 15px;
    border: 1px solid #D3D4D8;
    padding: 30px;
    margin-bottom: 40px;
}

.office-name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #A1A4B1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.office-name a {
    cursor: pointer;
    color: #232735;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.office-name a:hover {
    color: #FF0084;
}

.office-name i {
    font-size: 20px;
    cursor: pointer;
    margin-left: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.office-name i:hover {
    color: #FF0084;
}

.office-description {
    display: none;
    line-height: 33px;
    color: #505565;
    background: #FFFFFF;
    border: 1px solid #D3D4D8;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
}

/*-------------------------
          Modal
 --------------------------*/
.brief {
    height: 100%;
    width: 100%;
    padding-top: 120px;
    border-bottom: 1px solid #D3D4D8;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9997;
    -webkit-transition: right ease-out .7s;
    -moz-transition: right ease-out .7s;
    -ms-transition: right ease-out .7s;
    -o-transition: right ease-out .7s;
    transition: right ease-out .7s;
    overflow: auto;
}

.brief.active {
    right: 0;
    -webkit-transition: right ease-out .7s;
    -moz-transition: right ease-out .7s;
    -ms-transition: right ease-out .7s;
    -o-transition: right ease-out .7s;
    transition: right ease-out .7s;
}

.brief .wrapper {
    position: relative;
}

.row.row-margin {
    margin-right: -15px;
    margin-left: -15px;
}

.brief-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.brief-head {
    margin-bottom: 120px;
}

.brief .section-title-small {
    margin-bottom: 20px;
}

.brief-content {
    width: 640px;
    margin: 0 auto;
}

.brief-title {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 180%;
    color: #232735;
}

.brief-head p {
    line-height: 28px;
    font-weight: 200;
    color: #505565;
}

.brief .card {
    margin-bottom: 40px;
}

.brief-close {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.brief-close-mobile {
    display: none;
}

.brief-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.brief-form .field-contact-id_package,
.brief-form .field-contact-recaptcha,
.brief-form .field-application-recaptcha {
    margin-bottom: 0 !important;
}

.brief-form label {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #505565;
}

.brief-form input {
    font-weight: 200;
    font-size: inherit;
    border-radius: 0;
    color: #8B90A0;
    height: 80px;
    border: 0;
    border-bottom: 2px solid #A1A4B1;
    padding-left: 15px;
}

.brief-form input:focus {
    outline: none;
    box-shadow: none !important;
}

.brief-form select {
    font-weight: 200;
    font-size: inherit;
    border-radius: 0;
    color: #8B90A0;
    height: 60px;
    padding-left: 15px;
    border-top: 2px solid white !important;
    border-right: 3px solid white !important;
    border-left: 2px solid white !important;
    border-bottom: 2px solid #A1A4B1;
}

select.form-control.is-valid, .was-validated select.form-control:valid, select.form-control.is-invalid, .was-validated select.form-control:invalid {
    background-position: right calc(0.375em + 0.9875rem) center;
}

.brief-form select option {
    font-weight: 200;
    font-size: inherit;
    border-radius: 0;
    color: #8B90A0;
    padding: 10px;
    border-bottom: 2px solid #A1A4B1;
}

.brief-form select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.brief-form .btn-start {
    margin: 0 auto;
}

/*-------------------------
        ScrollTopBtn
 --------------------------*/
#scrollTopBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 9999;
    font-size: 22px;
    border-radius: 5px;
    color: #505565;
    background-color: #FAFAFC;
    border: 1px solid #D3D4D8;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#scrollTopBtn:hover {
    background-color: #FF0084;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

#scrollTopBtn.active {
    right: 30px;
    opacity: 1;
}

.list-view .row {
    margin-right: -15px;
    margin-left: -15px;
}


/*portfolio horizontal slider*/
/*.full-screen {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*}*/

.container-height {
    height: 80vh;
    padding: 0;
}

.container-height .col-6 {
    padding: 0;
}

#intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#masthead {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}

#masthead a {
    padding: 1rem 2rem;
}


#panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #ddd;
}

#panels #panels-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    padding: 0;
}

#panels #panels-container .panel img {
    max-width: 100%;
    height: auto;
    display: block;
}

#panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 50px 25px 0;
}

#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
    color: #000;
    text-transform: uppercase;
    margin-right: 2rem;
}

#panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}

.panel.align-top {
    align-items: flex-start;
}

.panel h1 {
    font-size: 1.8em;
    color: white;
    font-weight: 300;
    margin: 0 auto;
}

.panel.description {
    padding-bottom: 60px;
}

.panel p, .panel li {
    color: black;
    font-weight: 400;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0.3em 0 1em 0;
}

.panel p strong, .panel li strong {
    color: white;
    font-weight: 400;
}

.panel p code, .panel li code {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 4px;
    border-radius: 5px;
}

.panel li {
    margin: 0;
}


.white-bg {
    background-color: #FFFFFF;
}


.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: white;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}


/* SCROLL DOWN */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    overflow: visible;
}

.scroll-down .arrow {
    position: relative;
    top: -4px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}

.arrow-right {
    transform: rotate(-90deg);
    position: relative;
    top: -4px;
    margin: 1rem auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}

.horizontal {
    margin-top: 100px;
}


/*.portfolio__item:hover svg path {*/
/*    fill: #FF0084;*/
/*}*/

.portfolio__item .industry-name,
.portfolio__item .project-name,
.service__item .industry-name,
.service__item .project-name {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.anchor {
    color: #FF0084;
}

.flex-column-main {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
"
}

.png-flex {
    justify-content: center;
}

.flex-column-main div:first-child {
    display: flex;
    justify-content: center;
}

.portfolio-loader {
    margin-top: -530px !important;
}

.industrys {
    background-color: #F0F1F3;
}

.industrys .project-description-view {
    margin-top: 60px;
}

.industry-service-view img {
    border-radius: 30px;
}

.industry {
    text-align: center;
    margin: 20px 0 20px 0;
}

.industry .industry-name-service {
    font-weight: 100;
    margin-top: 20px;
}

.industry:last-child {
    margin-bottom: 60px;
}

.portfolio-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #D3D4D8;
    border-radius: 30px;
}

.owl-carousel {
    margin-left: 0px;
    padding-right: 0px;
}

.slider-container__item {
    padding: 10px;
}

.slider-container-bottom__item {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.slider-container__a {
    display: flex;
    justify-content: center;
}

.wrapper.image-block-view__slider-wrapper {
    max-width: 100%;
}

.cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

@media only screen and (min-width: 1440px) {
    .header .wrapper {
        padding-left: calc((100% - 1430px) / 2 + 15px);
    }

    .blog .wrapper, .related .wrapper {
        padding-left: calc((100% - 1430px) / 2 + 15px);
    }

    .header-menu {
        padding-right: calc((100vw - 1430px) / 2 + 15px);
        padding-left: calc((100vw - 1430px) / 2 + 15px);
    }
}

.image-block-view__slider-wrapper .col-12 {
    padding-right: 0;
    padding-left: 0;
}