html,
body {
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased;
    /* overflow-x: hidden; */
}

header .btn-mobile-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
}

svg.logo-ani:hover .hover-circle {
    fill: #737780;
    transition: r 1s ease;
    fill-rule: nonzero;
    fill-opacity: 1;
    r: 4px;
}

svg.logo-ani-dark:hover .hover-circle {
    fill: #A3AAB2;
    transition: r 1s ease;
    fill-rule: nonzero;
    fill-opacity: 1;
    r: 4px;
}

svg.logo-ani .hover-circle,
svg.logo-ani-dark .hover-circle {
    transition: r 1s ease;
}

svg.logo-ani,
svg.logo-ani-dark {
    cursor: pointer;
    margin-top: 8px;
}


@media only screen and (max-width: 991px) {
    header .top-row .navbar {
        padding: 0;
    }

    .main-navigation-mobile .navbar-brand {
        margin-top: 14px;
    }
}

#header.scrolled .top {
    box-shadow: 0 1px 0 0 rgb(38 64 115 / 10%);
}

.first-section .bground-img {
    border-radius: 6px;
    overflow: hidden;
}

.contacts.cpage .small-title {
    font-size: 13px;
    color: #626A73;
    opacity: 1;
}

.contacts.cpage .second-title {
    font-weight: 500;
    opacity: 1;
    font-size: 14px;
    color: #14161A;
    position: relative;
}

.row.sty {
    gap: 10px !important;
    margin: 0;
}

.row.sty .col-lg-6 {
    max-width: calc(50% - 5px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.row.sty .col-lg-6 .input-wrap input {
    margin: 0 !important;
}

.row.sty .col-lg-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.row.sty .col-lg-12 textarea {
    margin-top: -20px;
    margin-bottom: 0;
}

.file-upload-col {
    width: 100%;
    background: #F5F7FA;
    border-radius: 4px;
    margin-bottom: 0;
    margin-right: 10px;
    border: 1px solid #F5F7FA;
    transition: all 0.5s ease;
}

.file-upload-col:hover {
    background: #FFFFFF;
    transition: all 0.5s ease;
    border: 1px solid #d3d7db;
}

.file-upload-col:hover .custom-file-upload {
    color: #14161a;
    transition: color 0.5s ease;
}

.file-upload-col .custom-file-upload {
    padding: 15px;
    margin-bottom: 0;
    color: #575b66;
    font-weight: 500;
    transition: color 0.5s ease;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-link.active,
.contact-blocks .contact-form-wrap .nav.nav-pills .show>.nav-pills .nav-link {
    border: none;
    box-shadow: 0 0 0 2px #14161a;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-item:hover {
    background: #14161a;
    transition: color 0.5s ease;
    transition: background 0.5s ease;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-item a {
    transition: color 0.5s ease;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-item:hover a {
    color: #FFFFFF;
    transition: color 0.5s ease;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-link.active:hover {
    color: #14161a;
}

.contact-blocks .contact-form-wrap .nav.nav-pills .nav-item {
    transition: color 0.5s ease;
    transition: background 0.5s ease;
}

.contact-bottom-x {
    display: inline-flex;
}

@media only screen and (max-width: 680px) {
    .contact-bottom-x {
        display: block;
    }

    .file-upload-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-blocks .select-wrap .select-options {
        height: 46px;
        padding: 0 20px;
    }

    .contact-blocks input[type=email],
    .contact-blocks input[type=number],
    .contact-blocks input[type=text],
    .contact-blocks textarea {
        padding-left: 20px;
        padding-right: 20px;
        height: 46px;
    }

    .first-section .header-img {
        width: 1170px;
    }

    .first-section .bground-img,
    .first-section .bground-img .base-black {
        border-radius: 0;
    }

    .services .services-wrap {
        max-height: 74px;
    }

    .first-section .container a.mobile {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .first-section .white-content .btn-grey {
        padding: 17px 41px 17px 60px
    }

    .first-section .bground-img .base-black {
        background: #dce1e5;
        padding: 30px 40px 40px 40px;
    }

    footer .soc-wrapper .soc-base {
        margin-right: unset;
        max-width: unset;
    }

    footer .soc-wrapper,
    footer .soc-wrapper .soc-base {
        column-gap: 10px;
    }

    footer .row .col-12 {
        padding: 15px 30px;
    }

    footer .row .col-12:last-child {
        padding: 15px 30px;
        padding-bottom: 4px;
    }

    footer .copyright {
        padding: 0 30px;
        padding-bottom: 10px;
    }

    footer h4.mb-30 {
        margin-bottom: 16px;
    }

    footer h4 {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    footer.footer {
        padding-top: 45px;
    }

    footer.footer h4 span:after {
        bottom: -15.5px;
    }

    footer .two-column-menu ul {
        margin-bottom: 0;
    }

    footer .contact-email {
        margin-bottom: 0;
    }


}

.row.sty input,
.row.sty textarea {
    transition: all 0.5s ease;
}

.row.sty input:focus,
.row.sty input:focus-visible,
.row.sty textarea:focus,
.row.sty textarea:focus-visible,
.row.sty textarea:active {
    border-color: #14161a;
    box-shadow: 0 0 0 1px #14161a;
    outline: none;
    color: #14161a;
    transition: all 0.5s ease;
}

.row.sty input:hover,
.row.sty textarea:hover {
    border-color: #14161a;
    color: #14161a;
    transition: all 0.5s ease;
}

.row.sty input:hover::placeholder,
.row.sty textarea:hover::placeholder {
    color: #14161a;
    transition: all 0.5s ease;
}

.row.sty input::placeholder,
.row.sty textarea::placeholder {
    transition: all 0.5s ease;
}

.row.sty .red-dot.textarea {
    top: -25px;
}

.properties-wrapper h6 {
    font-size: 21px;
    margin-bottom: 14px;
    font-weight: 600;
}

.properties-wrapper p {
    margin-bottom: 6px;
}

#contact-form .row.sty .btn-black,
#contact-form2 .row.sty .btn-black,
#contact-form3 .row.sty .btn-black {
    cursor: pointer;
    border: none;
    width: 100%;
    margin-top: 15px;
}

.contacts.cpage a.second-title:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #E64D39;
    opacity: 1;
    width: 0%;
    display: block;
    left: 0;
    margin-top: 4px;
    transition: width 0.5s ease;
}

.contacts.cpage a.second-title:hover:after {
    width: 100%;
    transition: width 0.5s ease;
}

.contacts.cpage a.second-title:hover {
    color: #E64D39;
    transition: color 0.5s ease;
}

header #main-navigation .navbar-nav>.nav-item .nav-link:hover {
    color: #e64d39;
    text-decoration: none;
}

header #main-navigation .navbar-nav>.nav-item .nav-link:after {
    content: "";
    position: relative;
    height: 1px;
    background: #A1AAB3;
    width: 0%;
    display: block;
    left: 0;
    bottom: -10px;
    transition: width 0.5s ease;
}

header #main-navigation .navbar-nav>.nav-item .nav-link:hover:after {
    width: 100%;
    transition: width 0.5s ease;
}


.messenger-whatsapp-wrap-menu .messenger-whatsapp .value-small {
    margin: 3px 0;
}

.messenger-whatsapp-wrap-menu {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 30px;
    z-index: 10;
    opacity: 0;
}

.messenger-whatsapp-wrap-menu a:last-child {
    border-bottom: 0;
}

header .main-navigation-mobile {
    position: fixed;
    top: 0;
    /* left: 0; */
    height: 100%;
    bottom: 0;
    width: 90%;
    z-index: 900;
    transform: translateX(0%);
    transition: transform 0.3s ease;
    background-color: white;
    right: 0;
}

header .main-navigation-mobile .navbar-nav .nav-item .menu-arrow-img {
    margin: 17px 0;
}

header .main-navigation-mobile .lang-flag-img {
    margin-top: 14px;
    margin-right: 16px;
    width: 32px;
    height: 24px;
}

header .main-navigation-mobile .navbar-nav {
    padding: 15px 30px 50px;
}

header .main-navigation-mobile .navbar-nav .nav-item.active a.nav-link {
    color: #E64D39;
}

header .main-navigation-mobile .mobile-menu-subwrap .navbar-nav .nav-item.active a.nav-link,
header .main-navigation-mobile .mobile-menu-subwrap-lang .navbar-nav .nav-item.active a.nav-link {
    color: #5d5f66;
}

header .main-navigation-mobile .mobile-menu-subwrap-lang .navbar-nav .nav-item .lang-flag-inside-img {
    margin-top: 3px;
}

header .main-navigation-mobile .mobile-menu-subwrap .navbar-nav .nav-item:first-child,
header .main-navigation-mobile .mobile-menu-subwrap-lang .navbar-nav .nav-item:first-child {
    border-bottom: 1px solid #e0e4ea;
    height: 62px;
    padding: 10px 0;
}


header .main-navigation-mobile .navbar-nav {
    overflow: unset !important;
    overflow-y: auto !important;
}

header .main-navigation-mobile .navbar-nav .nav-link {
    font-size: 21px;
    color: #292C33;
    letter-spacing: -0.5px;
    padding: 0;
}

header .main-navigation-mobile .mobile-menu-subwrap .navbar-nav .nav-item .menu-service-img {
    margin-top: 0;
}

header .main-navigation-mobile .mobile-menu-wrap ul.navbar-nav .nav-item a.nav-link {
    padding: 10px 0;
}

#menu-overlay,
#overlay {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    background-color: rgb(20 22 26 / 30%) !important;
    opacity: 1 !important;
    z-index: 10;
}

header .main-navigation-mobile .menu-back-arrow-img {
    width: 32px;
    height: 16px;
    margin-top: 8px;
}

.cookies-buttons {
    flex: auto;
}

.cookies-buttons a {
    cursor: pointer !important;
    transition: all 0.5s ease;
}

.cookies-buttons a:hover {
    transition: all 0.5s ease;
}

.cookies-align {
    float: right;
}

.cookies-icon {
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    .cookies-icon {
        margin-right: 0;
        display: block;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 10px;
        width: 60px;
    }

    #cookie-notification .text {
        text-align: center;
        font-size: 17px;
        line-height: 26px;
    }

    .cookies-align {
        float: unset;
    }

    #cookie-notification .buttons .btn-dark-grey.agree:last-child {
        margin-bottom: 0;
    }
}

.web-development {
    overflow: hidden;
}

.web-development .web-dev-img {
    max-width: 60%;
    /* max-width: 85%; */
    object-fit: cover;
    right: -340px;
    top: 40px;
}

.service-block-wrap ul li:hover {
    background-color: #FFFFFF;
    transition: background-color 0.5s ease;
}

.service-block-wrap ul li {
    transition: background-color 0.5s ease;
}

.service-block-wrap h3 {
    text-align: center;
}


/*.slick-track .slick-slide.slick-current.slick-active{ border-color: #FFFFFF !important; box-shadow: 0 0 0 2px #E64D39; }*/
.slick-list.draggable {
    padding: 2px 50px !important;
}

.first-section .header-img {
    opacity: 0.5;
}

.btn-semi-transparent,
.btn-semi-transparent:hover,
.btn-black,
.btn-black:hover,
.btn-cinabar,
.btn-cinabar:hover,
.btn-grey,
.btn-grey:hover,
.btn-service,
.btn-service:hover {
    transition: all 0.5s ease;
}

.close-btn,
.close-btn:hover,
.close-btn img {
    transition: all 0.2s ease;
}

.web-development .btn-transparent-red,
.web-development .btn-white-red,
.web-development .btn-white-red-border {
    transition: box-shadow 0.5s ease;
}

.our-projects .project-wrap .text-wrapper {
    transition: all 0.7s ease;
}

.our-projects .project-wrap:hover .background-img {
    opacity: 0.5;
    transition: all 0.7s ease;
}

.our-projects .project-wrap .background-img {
    transition: all 0.7s ease;
}

.ani-arrow-x {
    position: absolute;
    right: 0;
}

.ani-arrow-x svg path.coord {
    d: path("m10 1-9 9 9 9");
    stroke: #B9BEC3;
    transition: all 0.5s ease;
    transform: translateX(4px);
}

.ani-arrow-x:hover svg path.coord {
    stroke: #E64D39;
    d: path("m1 1 9 9-9 9");
    transition: all 0.5s ease;
}

.modal .modal-content .contact-wrapper:hover .ani-arrow-x svg path.coord {
    stroke: #E64D39;
    d: path("m1 1 9 9-9 9");
    transition: all 0.5s ease;
}

.modal .modal-content .contact-wrapper h2 {
    transition: color 0.5s ease;
}

.modal .modal-content .contact-wrapper:hover h2 {
    transition: color 0.5s ease;
}

.services .services-wrap:hover .ani-arrow-x svg path.coord {
    stroke: #E64D39;
    d: path("m1 1 9 9-9 9");
    transition: all 0.5s ease;
}

.services .services-wrap .ani-arrow-x {
    right: 26px;
    width: 20px;
    height: 20px;
}


.services .services-wrap {
    transition: all 0.5s ease;
}


.btn-black:hover,
.btn-service:hover {
    background: #737780;
}

.btn-transparent span:after {
    padding-bottom: 8.5px;
}

.our-clients .btn-black {
    padding: 19px 30px 19px 50px;
}

.btn-transparent:hover span:before,
.btn-transparent span:before {
    transition: all 0.5s ease;
}

footer .copyright {
    margin-top: 38px;
}

footer .footer-img {
    top: -1px;
    opacity: 0.5;
}

.footer h4 span:after {
    bottom: -26.5px;
}

footer ul li a {
    transition: all 0.5s ease;
}

footer ul li a:after {
    content: "";
    position: relative;
    height: 1px;
    background: #FFFFFF;
    width: 0%;
    display: block;
    margin-top: -1px;
    transition: all 0.5s ease;
}

footer ul li a:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

footer ul li a:hover {
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s ease;
}

.contacts a {
    display: inline-block;
    font-weight: 600;
}

.contacts a:hover {
    text-decoration: none;
    color: #FF7F66;
}

.contacts a:after {
    content: "";
    position: relative;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    width: 0%;
    display: block;
    margin-top: -1px;
    transition: all 0.5s ease;
}

.contacts a:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

.contact-bold:hover {
    text-decoration: none;
}

.contact-bold:after {
    content: "";
    position: relative;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    width: 0%;
    display: block;
    margin-top: 8px;
    margin-bottom: -8px;
    transition: all 0.5s ease;
}

.contact-bold:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

.copyright-wrapper nav a {
    display: inline-block;
}

.copyright-wrapper nav a:hover {
    color: #ffffff;
    text-decoration: none;
}

.copyright-wrapper nav a:after {
    content: "";
    position: relative;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.3;
    width: 0%;
    display: block;
    transition: all 0.5s ease;
}

.copyright-wrapper nav a:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

.our-clients .client-wrap,
.our-clients .client-wrap:hover {
    transition: all 0.5s ease;
}

.about-us-numbers .row .col-6 .numbers-wrapper {
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.about-us-numbers .row .col-6 .numbers-wrapper:hover {
    box-shadow: 0 10px 20px 0 rgba(38, 51, 77, 0.10);
    transition: all 0.5s ease;
    margin-top: -15px;
}

.about-us-numbers .row .col-6 .numbers-wrapper p {
    margin-bottom: 0px;
}

.about-us-numbers p {
    margin-bottom: 60px;
}

.about-us-values .row .col-lg-4 .values-wrapper {
    transition: all 0.5s ease;
}

.about-us-values .row .col-lg-4 .values-wrapper:hover {
    box-shadow: 0 10px 20px 0 rgba(38, 51, 77, 0.10);
    transition: all 0.5s ease;
    margin-top: -15px;
}


header .langmenu {
    margin-left: -15px;
    padding: 0 15px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.5s ease;
}

header.dark .langmenu:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
}

header .langmenu:hover {
    background: #dce1e7;
    transition: all 0.5s ease;
}

header.scrolled .langmenu:hover {
    background: #dce1e7;
    transition: all 0.5s ease;
}

header .langmenu:hover .select-value {
    color: #292c33;
}

header .langmenu .select-wrap .select-value {
    padding: 10px 0;
    padding-right: 0;
}

.menu-section .nav-tabs .nav-item .nav-link:hover {
    color: #14161a;
}

#header.dark .btn-white-red-border {
    border: none;
    transition: all 0.5s ease;
}

#header.dark .btn-white-red-border:hover {
    background: #737780;
    color: white;
    transition: all 0.5s ease;
}

#header.dark.scrolled .top .btn-white-red-border {
    background: #14161a;
}

#header.dark.scrolled .top .btn-white-red-border:hover {
    background: #737780;
}

.under-header-section .header-img {
    opacity: 0.6;
}

::selection {
    color: #14161a;
    background: #e64d39;
}


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

body::-webkit-scrollbar-button {
    display: none;
}



.contact-address div:first-child,
.contact-phone div:first-child,
.contact-email div:first-child {
    opacity: 0.7;
    font-size: 13px;
    color: #FFFFFF;
}

.contact-address div:nth-child(2),
.contact-phone div:nth-child(2),
.contact-email div:nth-child(2) {
    font-weight: 600;
    line-height: 24px;
}

.contact-phone a,
.contact-email a {
    line-height: 24px;
}


.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #14161A;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: color;
}


.language-form input[type="radio"] {
    border: none;
    visibility: hidden;
    display: block;
}

.language-form label {
    display: flex;
    margin-bottom: 21px;
    color: #5C5F66;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
    transition: color 0.5s ease;
}

.language-form label:hover {
    color: #14161a;
    transition: color 0.5s ease;
}

.language-form input[type="radio"]:checked+label {
    color: #131519;
    font-family: "SF Pro Display Medium";
}

.modal .modal-content .btn-black {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
}

.language-form .language-wrapper {
    display: flex;
}

.language-form .language-wrapper img {
    width: 32px;
    height: 24px;
    margin-right: 4px;
}

.contact-blocks input[type=file] {
    display: block;
}

#header .langmenu .earth-for-dark {
    display: none;
}

#header.dark .langmenu .earth-for-dark {
    display: block;
}

#header.dark .navbar-brand.light {
    display: none;
}

#header.dark.scrolled .navbar-brand.light {
    display: block;
}

#header.dark.scrolled .navbar-brand.dark {
    display: none;
}

.hosting.advantages.white h1 {
    color: #5C5F66;
}

.related-col:hover {
    text-decoration: none;
}

.related-col:hover h3 {
    color: #5C5F66;
    text-decoration: underline;
}

.first-section h3 {
    max-width: 410px;
}

.client-reviews .base-white {
    height: 313px;
}

.client-reviews .review-col .slider-wrap .base-white h3 {
    max-height: 160px;
    overflow-y: hidden;
}

.partners .partner-wrap img {
    opacity: 0.6;
}

#overlay {
    position: fixed;
}

body.fixed {
    overflow: hidden;
}

header .main-navigation-mobile .navbar-nav {
    overflow: scroll;
    /* max-height: 100vh; */
    max-height: calc(100vh - 70px);
}

.pagination .pagination-col {
    color: #FFFFFF;
}

.pagination .pagination-col.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagination .pagination-col:hover {
    text-decoration: none;
}

#file-upload,
#file-upload2,
#file-upload3 {
    display: none;
}

#file-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.negative-example-box H6 {
    color: #292C33;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    font-family: "SF Pro Display SemiBold";
}

.e-shop-maintenance .service-block-wrap .service-img-wrap img {
    max-width: 64px;
    object-fit: contain;
}

.about-us-numbers .row .numbers-wrapper {
    height: auto;
    min-height: 200px;
}

.hosting .hosting-wrap img {
    height: 64px;
    width: 64px;
    object-fit: contain;

}

.hosting.advantages .hosting-wrap img {
    height: 32px;
    width: 32px;
}

.hosting h3 {
    font-size: 22px;
    margin-top: 30px;
}

.e-shop.types .row.first-row .text-col .row {
    height: 100%;
}

.e-shop.types .first-row .text-col .row .col {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e-shop.types .second-row .text-col .row .col {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e-shop.types .row.second-row .text-col .row {
    height: 100%;
}

/* negative margin and additional padding for menu link and href anchoring to the correct location (css starts)*/
.e-shop.types {
    padding-top: 220px;
    margin-top: -160px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.e-shop.types.homepage-development {
    padding-top: 260px;
}

.e-shop.system {
    position: relative;
    z-index: 4;
    background-color: #fff;
}

.e-shop.functionality {
    padding-top: 230px;
    margin-top: -160px;
    background-color: #fff;
}

.proven-process {
    margin-top: -160px;
    padding-top: 290px;
    position: relative;
    z-index: 1;
}

.proven-process.system {
    z-index: 3;
}

.integration {
    margin-top: -160px;
    padding-top: 280px;
}

.e-shop-maintenance {
    margin-top: -160px;
    padding-top: 250px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hosting {
    margin-top: -160px;
    padding-top: 250px;
}

.hosting.system {
    position: relative;
    z-index: 2;
}

.e-shop.marketing {
    /* margin-top: -160px;
    padding-top: 250px; */
    position: relative;
    z-index: 2;
}

.our-e-shops {
    /* margin-top: -160px; */
    /* padding-top: 250px; */
    background-color: #F5F7FA;
    position: relative;
    z-index: 1;
}

.client-reviews {
    margin-top: -160px;
    padding-top: 160px;
}

.free-meeting .full-width {
    position: relative;
    z-index: 2;
}

.under-header-section.works {
    position: relative;
    z-index: 5;
}

.menu-section {
    z-index: 5;
}

.design-section {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-top: 0;
}

.designer-tools {
    position: relative;
    z-index: 2;
}

.partners.serveris {
    position: relative;
    z-index: 1;
}

.e-shop.homepage-dev {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.visual-identity {
    z-index: 2;
    background-color: #fff;
}

.ui-top-section {
    padding-top: 200px;
    margin-top: -200px;
}

/* negative margin and additional padding for menu link and href anchoring to the correct location (css ends)*/

.e-shop.homepage-dev .first-row {
    margin-bottom: 80px;
}

.e-shop-popup-ui {
    display: none;
}

.e-shop-popup-ui .overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #14161A;
    opacity: 0.7;
    z-index: 111;
}

.e-shop-popup-ui .popup-wrapper {
    position: fixed;
    background-color: #fff;
    padding: 70px 80px;
    right: 0;
    top: 0;
    width: 768px;
    height: 100%;
    overflow-y: scroll;
    z-index: 111;
}

.e-shop-popup-ui .popup-wrapper .close-btn-popup-ui {
    position: absolute;
    top: 34px;
    right: 23px;
    background-color: #DDDEE0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    cursor: pointer;
}

.e-shop-popup-ui .popup-wrapper .overlay-gradient {
    position: fixed;
    height: 80px;
    width: 768px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    bottom: 0;
    right: 0;
    z-index: 1;
}

.e-shop-popup-ui .popup-wrapper h3 {
    color: #292C33;
    font-family: "SF Pro Display Bold";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
}

.e-shop-popup-ui .popup-wrapper h6 {
    color: #14161A;
    font-family: "SF Pro Display Medium";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.e-shop-popup-ui .popup-wrapper h6::before {
    position: absolute;
    content: url("/images/html/ic-custom-bulletpoint.svg");
    left: 0;
}

.e-shop-popup-ui .popup-wrapper p,
.e-shop-popup-ui .popup-wrapper li {
    color: #626A73;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 30px;
}

.e-shop-popup .popup-wrapper ul,
.e-shop-popup-ui .popup-wrapper ul {
    list-style-type: none;
    padding: 0;
}

.e-shop-popup .popup-wrapper ul li,
.e-shop-popup-ui .popup-wrapper ul li {
    margin-bottom: 0;
    background-image: url(../images/html/ic-custom-bulletpoint.svg);
    background-position-x: 20px;
    /* background-position-y: 50%; */
    background-position-y: 6px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding-left: 42px;
}



.ui-top-section .content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}


.hosting .container .btn-white-red {
    position: relative;
    z-index: 10;
}


.contact-box .contact-wrapper .super-small-title {
    text-align: start !important;
}

@media screen and (max-width: 575px) {
    .contact-box .contact-wrapper .super-small-title {
        text-align: left !important;
    }
}



@media screen and (max-width: 881px) {
    .e-shop-popup-ui .popup-wrapper {
        width: 100%;
    }

    .e-shop-popup-ui .popup-wrapper .close-btn-popup-ui {
        position: fixed;
    }
}

.e-shop.system .container .col-lg-6 {
    margin-bottom: 30px;
    display: flex;
}

.e-shop.system .container .col-lg-6 .system-wrapper {
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.e-shop.system .container .col-lg-6 .system-wrapper p {
    display: flex;
    flex-grow: 1;
}

.e-shop.system .system-wrapper .icon-img-wrapper.first {
    margin-top: 131px;
}

@media screen and (max-width: 991px) {
    .project-open-description .line {
        display: none;
    }

    .e-shop.system .system-wrapper .icon-img-wrapper.first {
        margin-top: 0;
    }

    .e-shop.homepage-dev .first-row .col-lg-7 {
        margin-top: 20px;
    }
}

.visual-identity.digital-marketing .container .row .col-lg-6 {
    display: flex !important;
}

.visual-identity.digital-marketing .container .row .col-lg-6 .tall p {
    display: flex;
    flex-grow: 1;
}

body.fixed {
    overflow: hidden;
}

.fixed #header {
    transform: unset;
}

.fixed #header .messenger-whatsapp-wrap-menu {
    /* position: absolute; */
    position: static;
    opacity: 1;
}

.animate {
    img {
        animation: box 1.2s ease-in-out;
    }
}


@keyframes box {
    0% {
        opacity: 0;
        transform: scale3d(0.95, 0.95, 0.95);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animate img {
    animation: box 1.2s ease-in-out;
}

.bg-video {
    position: relative;
    margin-top: 96px;
}

.bg-video .container {
    max-width: 1614px;
    display: flex;
}

.bg-video-banner {
    width: 49.5%;
    border-radius: 0 8px 0 0;
    background-color: rgba(20, 22, 26, 0.5);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(40px)
}

.bg-video-banner h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    max-width: 460px;
    font-family: "SF Pro Display Bold";
    width: 100%;
    white-space: break-spaces;
}

.bg-video-banner a {
    width: 100%;
    background-color: black;
    margin-top: 10px;
    display: none;
    max-width: unset;
    border-radius: 4px;
}

.bg-video-banner .btn-white-red {
    background-color: white;
    max-height: 56px;
}

.bg-video .container video {
    max-width: 100%;
    object-fit: cover;
    min-height: 360px;
    height: 100%;
    border-radius: 8px;
    margin: 0 auto;
}

.e-shop .mask-wrap {
    /* width: unset; */
    width: 100%;
}

.e-shop .btn-black {
    margin-bottom: 20px;
}

.e-shop ul li,
.ordinary-text-page ul li {
    font-family: 'SF Pro Display Regular';
    color: #626A73;
}

@media (max-width: 991px) {
    .bg-video {
        margin-top: 70px;
    }

    .bg-video-banner h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .bg-video-banner a {
        display: block;
    }

    .bg-video .container {
        padding: 0;
    }

    .bg-video .container video {
        border-radius: unset;
    }
}

@media (max-width: 701px) {
    .bg-video-banner {
        width: calc(100% - 20px);
        position: relative;
        top: -80px;
        border-radius: 0 8px 8px 0;
    }

    .bg-video .container {
        padding: 0;
    }
}

.portfolio {
    /* margin-top: 120px; */
    padding-bottom: 100px;
}

.portfolio .container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.portfolio .container img {
    max-width: 100%;
    object-fit: cover;
}

.portfolio .container video {
    max-width: 100%;
    object-fit: cover;
}

.portfolio-general {
    position: relative;
    margin-top: -62px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.it-consult .client-reviews.grey {
    margin-top: unset;
    padding-top: unset;
}

.it-consult .services.works {
    padding-top: 80px;
}

.our-clients {
    overflow: hidden;
}

header .top-row {
    justify-content: space-between;
}

header .langmenu {
    margin-right: unset;
}

.logo-wrap {
    display: flex;
}


.services .three-column-services {
    width: 100%;
    column-gap: 20px;
}

.services .services-wrap {
    width: calc(33.33333% - 14px);
    padding-right: 46px;
}

.advantages p {
    color: #A1AAB3;
    font-family: "SF Pro Display Regular";
}

.ordinary-text-page ul li p {
    margin: 0;
}

.popup-e-shop-ui {
    color: #e64d39;
}

@media (max-width: 991px) {

    .our-projects .more-section {
        overflow: hidden;
    }

    .our-clients .client-wrap-block .client-wrap-flex {
        max-width: 100%;
    }

    .our-clients .container .row .client-wrap-block {
        width: 100%;
        display: flex;
        flex-direction: column;

    }


    .services .services-wrap {
        width: calc(50% - 10px);
        max-width: 100%;
    }

    .partners p {
        margin-bottom: 0;
    }

    .our-clients .btn-black {
        margin: 0;
    }

    .our-clients {
        padding-bottom: 30px;
    }

    .e-shop.types .popup-e-shop-ui {
        padding-bottom: 30px;
    }



    .partners .row {
        margin-right: 0;
        margin-left: 0;
    }

    .mobile-menu-wrap {
        height: 92%;
        display: flex;
        flex-direction: column;
    }

    header .main-navigation-mobile .navbar-nav {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    header .main-navigation-mobile .mobile-menu-subwrap {
        height: 100%;
    }

    .swiper-solutions .mobile-md {
        position: absolute;
        top: 25px;
        left: 30px;
        /* transform: translate(-50%, -50%); */
        max-width: 21.3%;
    }

    .e-shop .container .row .col-lg-7 {
        order: 1
    }

    .e-shop .container .row .col-lg-5 {
        order: 2
    }
}

@media (max-width: 575px) {
    .our-clients .btn-transparent {
        padding: 19px 30px 19px 50px;
    }

    .our-clients .btn-transparent span::after {
        content: unset;
    }

    .services .services-wrap {
        width: 100%;
    }


    .modal.show .modal-dialog {
        transform: translateY(100%);
    }
}

.social-icons::after {
    content: unset
}


.our-clients .client-logos-wrap {
    right: 0;
}

.our-clients .client-wrap:last-child {
    border-right: 1px solid #dddee0;
}


.e-shop .two-col-ul ul {
    columns: 1;
}

.e-shop .mask img,
.e-shop .mask-small img,
.e-shop .mask-small-right img.hor-image {
    height: unset;

}

.e-shop .mask.horizon {
    display: flex;
    align-items: center;
}

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

    .e-shop .mask img,
    .e-shop .mask-small img,
    .e-shop .mask-small-right img.hor-image {
        height: 100%;
    }

    .show-all-projects {
        display: none;
    }

    .our-work .work-col .work-col-wrap .work-img {
        border-radius: unset;
    }

    .e-shop .mask.horizon {
        display: flex;
        align-items: center;
        height: unset;
    }
}

strong {
    font-weight: bold;
}

body {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.title-text h2 {
    font-size: 2rem;
    letter-spacing: -0.4px;
    text-align: center;
}

#app-dev-reasons img,
#app-dev-reasons .mask {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    align-self: center;
    justify-self: center;

}

#app-dev-reasons .btn-white-red-border {
    display: flex;
    padding: 19px 30px 19px 56px;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    background: #14161A;
    color: #fff;
    width: min-content;
}

#app-dev-reasons .btn-white-red-border:hover {
    background: #737780;
}

#app-dev-reasons span::before {
    background-image: url(../images/html/ic-link-arrow-right.svg);
}

#app-dev-reasons {
    padding-bottom: 160px;
    padding-top: 0;
}

.first-reason-row {
    display: grid;
    grid-template-columns: auto min-content;
    column-gap: 80px;
    padding: 100px 0;
}

.second-reason-row {
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 80px;
    padding: 100px 0;
}

#app-dev-reasons .text {
    max-width: 590px;
}

#app-dev-reasons .text hr {
    margin: 40px 0;
    padding: 0;
}

#app-dev-reasons p {
    color: #626A73;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#app-dev-reasons li {
    padding-bottom: 0;
}

#app-dev-reasons ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#app-dev-reasons .text p {
    margin-bottom: 0;
}

#app-dev-reasons .text a {
    margin-top: 30px;
}

#app-dev-reasons .text li {
    color: #14161A;
    font-weight: 500;
}

#app-dev-reasons img {
    border-radius: 6px;
}

#app-dev-top .title-text .title,
#app-dev-top .title-text .description {
    text-align: center;
    max-width: 770px;
}

#app-dev-top {
    padding: 100px 0;
}

#app-dev-top .card {
    border-radius: 6px;
    background: #F5F7FA;
    display: flex;
    /* min-width: 240px; */
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 18px; */
    flex: 1 0 0;
    border: 0;
}

#app-dev-cost .title-text .title,
#app-dev-cost .title-text .description {
    text-align: center;
    max-width: 700px;
}

#app-dev-cost {
    padding: 100px 0;
    background: #F5F7FA;
}

#app-dev-cost .card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(61, 75, 102, 0.05);
    display: flex;
    /* min-width: 240px; */
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 18px; */
    flex: 1 0 0;
    border: 0;
}

#app-dev-cost .card img {
    padding-bottom: 32px;
}

#app-dev-cost .cards {
    flex-direction: row;
}

.dev-process-row {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
}

.dev-wrap .image {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(61, 75, 102, 0.05);
}

.dev-process-row .dev-wrap {
    display: grid;
    grid-template-columns: 128px auto;
    column-gap: 32px;
}

.base {
    width: 128px;
    box-shadow: 0px 2px 4px rgba(61, 75, 102, 0.05);
    border-radius: 6px;
    background-color: #fff;
    height: 128px;
    z-index: 0;
}

.icon2 {
    position: absolute;
    height: 98.46%;
    width: 96.88%;
    top: 1.54%;
    right: 1.56%;
    bottom: 0%;
    left: 1.56%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.icon1 {
    width: 50%;
    position: absolute;
    margin: 0 !important;
    height: 50.78%;
    top: 24.61%;
    right: 25%;
    bottom: 24.61%;
    left: 25%;
    z-index: 1;
}

.b {
    position: absolute;
    width: 100%;
    left: 0%;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    background-color: #e64d39;
    border: 2px solid #f5f7fa;
    line-height: 21px;
    height: 26px;
}

.no {
    width: 26px;
    position: absolute;
    margin: 0 !important;
    top: -7.5px;
    left: -8px;
    height: 26px;
    z-index: 2;
}

.icon {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.dev-process-row .title {
    font-size: 18px;
    font-weight: 500;
}

section.process {
    padding: 100px 0px;
    background: #F5F7FA;
    margin-bottom: 200px;
}

.title-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    padding-bottom: 40px;
}

.title-text .description {
    color: #575B66;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 700px;
    color: #575B66;
    font-weight: 400;
}

.process .text .title {
    font-weight: 700;
}

.process .text {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.cards {
    display: flex;
    padding: 0px 40px;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 8px;
    top: -35px;
    position: relative;
}

.cards .card div.title {
    color: #292C33;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 8px;
}

.cards .card div.description {
    color: #575B66;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.card .description {
    margin-bottom: 0;
}

#app-dev-top .cards img {
    margin-bottom: 18px;
}

#app-dev-reasons .mask-wrap{
    height: 500px;
}

#app-dev-reasons .reason-row {
    width: 100%;
    justify-content: center;
    align-items: center;
}

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

    #app-dev-cost .cards,
    #app-dev-top .cards {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    #app-dev-reasons img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    #app-dev-cost .cards .card,
    #app-dev-top .cards .card {
        width: 100%;
    }

    #app-dev-reasons .first-reason-row,
    #app-dev-reasons .second-reason-row {
        grid-template-columns: auto;
    }

    #app-dev-reasons .text {
        order: 2;
    }

    #app-dev-reasons .mask-wrap>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 4px;
    }


    #app-dev-reasons .container>.row {
        justify-content: center;
    }

    #app-dev-reasons .mask-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    #app-dev-reasons .text {
        max-width: unset;
        padding-right: 15px;
  padding-left: 15px;
    }

}