/* 
Theme Name: Dssystem 

*/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #212529;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 700;
}

a {
    text-decoration-skip-ink: auto;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

img,
picture,
svg,
video {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box
}

.container {
    position: relative;
    padding: 0 60px;
    max-width: 1400px
}

.container__min {
    padding-left: 230px
}


@media(max-width:1200px) {
    .container__min {
        padding-left: 170px;
    }
}

@media(max-width:991px) {
    .container__min {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .container {
        padding: 0 30px;
    }
}

@media(max-width:575px) {
    .container {
        padding: 0 20px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.col {
    flex: 1 0 0%;
    min-width: 250px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    display: none
}

.modal.show {
    display: block
}

.modal {
    display: none
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55)
}

.modal__dialog {
    position: relative
}

.modal__content {
    display: flex;
    align-items: center;
    gap: 35px;
    background: #fff;
    border-radius: 6px;
    max-width: 920px;
    width: 100%;
    padding: 35px 35px 35px 0px;
    position: relative
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #9CA3AF
}

.modal__media {
    width: 50%;
}

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

.modal__form {
    width: 50%;
}

.modal__title {
    font-weight: 700;
    font-size: 20px;
    color: #111;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.modal__subtitle {
    color: #111;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal__field {
    display: block;
    margin-bottom: 14px
}

.modal__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E7EB;
    padding: 10px 0;
    color: #111;
    background: #fff
}

.modal__input::placeholder {
    color: #9CA3AF;
    font-size: 14px;
}

.modal__submit {
    display: block;
    color: #8eb4ec;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

.modal__submit:after {
    content: "↗";
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: rgb(142, 180, 236);
    margin: 0px 0px 5px 8px;
}

.modal__policy {
    margin-top: 12px;
    color: #6B7280;
    font-size: 10px;
    line-height: 1.6
}

@media (max-width: 768px) {
    .modal__title {
        font-size: 16px;
    }

    .modal__subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .modal__input {
        padding: 5px 0;
    }

    .modal__input::placeholder {
        font-size: 10px;
    }

    .modal__submit {
        font-size: 14px;
        margin: 10px 0;
    }

    .modal__content {
        gap: 15px;
        padding: 24px
    }

    .modal__media {
        width: 45%;
    }

    .modal__policy {
        font-size: 8px;
    }

}

@media (max-width: 576px) {
    .modal__media {
        display: none;
    }

    .modal__form {
        width: 100%;
    }
}

@font-face {
    font-family: "TT Firs Neue";
    src: url(./assets/fonts/TTFirsNeue-Regular.woff2) format("woff2"), url(/assets/fonts/TTFirsNeue-Regular.woff) format("woff"), url(/assets/fonts/TTFirsNeue-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Bold.woff2) format("woff2"), url(/assets/fonts/Montserrat-Bold.woff) format("woff"), url(/assets/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Regular.woff2) format("woff2"), url(/assets/fonts/Montserrat-Regular.woff) format("woff"), url(/assets/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Light.woff2) format("woff2"), url(/assets/fonts/Montserrat-Light.woff) format("woff"), url(/assets/fonts/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-ExtraLight.woff2) format("woff2"), url(/assets/fonts/Montserrat-ExtraLight.woff) format("woff"), url(/assets/fonts/Montserrat-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Medium.woff2) format("woff2"), url(/assets/fonts/Montserrat-Medium.woff) format("woff"), url(/assets/fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(./assets/fonts/Montserrat-Black.woff2) format("woff2"), url(/assets/fonts/Montserrat-Black.woff) format("woff"), url(/assets/fonts/Montserrat-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.all__h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

.all__text-global {
    font-size: 14px;
    font-weight: 500;
    line-height: 182.5%
}

.all__title {
    font-size: 14px;
    font-weight: 600;
}

.all__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 182.5%
}

.all__desc {
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 500;
}

.all__date {
    color: gray;
    font-size: 10px;
    font-weight: 400
}

.all__tags {
    color: #8eb4ec;
    font-size: 10px;
    font-weight: 400
}

.all__portfolio-title {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

@media(max-width:991px) {

    .all__text-global {
        font-size: 13px;
    }

    .all__title {
        font-size: 12px;
    }
}

@media(max-width:767px) {

    .all__portfolio-title {
        font-size: 9px;
    }

    .all__h2 {
        font-size: 18px;
    }

    .all__desc {
        font-size: 10px;
    }

    .all__date {
        font-size: 9px;
    }

    .all__text {
        font-size: 10px;
    }
}

@media(max-width:575px) {

    .list__block {
        gap: 10;
    }

    .all__text-global {
        font-size: 12px;
    }

    .all__tags {
        font-size: 9px;
    }
}

.mobil {
    display: none
}


.hr__grow {
    flex-grow: 1;
}

hr {
    border-top: 1px solid #e9e9e9;
}

.line {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav__item--active {
    color: #ff6600;
    font-weight: bold;
    text-decoration: underline;
}


figure {
    width: 100%;
    height: 100%;
}

.hero {
    padding: 35px 0 60px 0;
    background: url(./assets/img/Mask.jpeg) center center/cover no-repeat;
    position: relative;
    z-index: 1
}

.hero__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero__block-logo {
    max-width: 150px
}

.hero__info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero__info-mail {
    color: hsla(0, 0%, 100%, .7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.hero__info-phone {
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.hero__info-min {
    display: none
}

.hero__list {
    margin-top: 70px
}

.hero__list-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.hero__list-text {
    color: #fff;
    margin-top: 20px;
    width: 70%;
}

.hamburger {
    display: none;
}

.nav {
    padding-left: 0;
    display: flex;
    gap: 50px;
}

.nav__item {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 182.5%
}

.nav__list {
    list-style-type: none
}

.logo {
    width: 100%;
    height: auto;
}

.hero__min {
    display: none;
}

@media(max-width:1200px) {

    .hero {
        padding: 40px 0 40px 0;
    }

    .hero__info {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 0;
    }

}

@media (max-width:991px) {

    .hero__block-logo {
        max-width: 120px;
    }

    .hero__list-title {
        font-size: 24px;
    }

    .hero__list-text {
        margin-top: 10px;
    }

    .hero__list {
        margin-top: 40px
    }

    .nav {
        gap: 32px;
    }

    .nav__item {
        font-size: 13px;
    }

    .hero__info-mail {
        font-size: 12px;
    }
}

@media(max-width:767px) {

    .hero__info {
        display: none
    }

    .hero__min {
        display: block;
        position: absolute;
        right: 80px;
        z-index: 30
    }

    .hero__min svg {
        width: 18px
    }

    .hero__list-text {
        width: 100%;
    }

    .hero__min_active {
        position: fixed;
        right: calc(50% + 10px);
        z-index: 40
    }

    .menu {
        position: fixed;
        z-index: 25;
        top: 100px;
        left: -100%;
        width: 60%;
    }

    .menu_active {
        left: 0
    }

    .nav {
        flex-direction: column;
        padding-top: 80px;
        gap: 15px;

    }

    .nav__list {
        padding: 0 0 15px 25px;
        border-bottom: 1px solid gray
    }

    .nav__list::before {
        top: 0;
    }

    .mobil {
        display: flex;
        position: fixed;
        top: 30px;
        left: -100%;
        padding: 87px 25px 30px;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobil.mobil_active {
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: url(./assets/img/Mask.jpeg) center/cover no-repeat;
        z-index: 22
    }

    .mobil__logo {
        width: 40%
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: end;
        width: 35px;
        cursor: pointer;
        z-index: 10
    }

    .hamburger span {
        height: 2px;
        width: 73%;
        background-color: #fff;
        transition: .5s all
    }

    .hamburger span:nth-child(2) {
        width: 80%
    }

    .hamburger span:nth-child(3) {
        width: 50%
    }

    .hamburger_active {
        left: calc(50% + 0px);
        position: fixed;
        z-index: 40
    }

    .hamburger_active span:nth-child(1) {
        transform: rotate(45deg) translate(3px, 5px);
        width: 50%;
    }

    .hamburger_active span:nth-child(2) {
        opacity: 0
    }

    .hamburger_active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -5px);
        width: 50%
    }

}

@media(max-width:575px) {
    .mobil.mobil_active {
        width: 90%;
    }

    .nav {
        width: 90%;
    }

    .hamburger_active {
        left: calc(75% + 0px);
    }

    .hero__min_active {
        right: calc(25% + 10px);
    }

    .mobil__logo {
        width: 130px;
    }
}

.feedback {
    padding: 40px 0
}

.feedback__title {
    color: gray;
}

.feedback__sub {
    margin-top: 15px;
}

.feedback__sub span {
    color: #8eb4ec
}

.feedback__form {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 30px;
}

.feedback__form-input p {
    display: flex;
    gap: 20px;
}

.feedback__input {
    padding-bottom: 12px;
    width: 350px;
    border: none;
    border-bottom: 1px solid gray;
}

.feedback__input::placeholder {
    font-size: 12px
}

.feedback__link {
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: none;
    text-transform: uppercase;
}

.feedback__link::after {
    content: '↗';
    margin-left: 8px;
    font-size: 24px;
    font-weight: 500;
}

@media(max-width:1200px) {
    .feedback__form-input p {
        gap: 10px;
    }

    .feedback__input {
        width: 290px;
    }
}

@media(max-width:991px) {
    .feedback__form-input p {
        display: grid;
    }

    .feedback__form {
        align-items: center;
    }

    .feedback__input {
        width: 350px;
    }

    br {
        display: none;
    }
}

@media(max-width:767px) {
    .feedback__form {
        flex-direction: column;
        margin-top: 20px;
        align-items: start;
    }

    .feedback__input {
        width: 100%;
    }

    .feedback__link {
        margin-top: 10px;
    }
}

@media(max-width:575px) {
    .feedback__link {
        margin-top: 5px;
        font-size: 12px;
    }
}

.footer {
    padding: 50px 0 30px 0;
    background: url(./assets/img/Mask.jpeg) center center/cover no-repeat;
}

.is-footer-context .footer__info {
    flex-direction: column;
    gap: 0;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.footer__list-privacy {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .7);
}

.footer__list-desc {
    color: hsla(0, 0%, 100%, .7);
    text-align: center;
}

.footer__icon-mob {
    display: flex;
    gap: 10px;
}

.footer__icon-social {
    width: 75%;
}

.footer__desc {
    display: none
}

@media(max-width:991px) {
    .footer {
        padding-bottom: 15px;
    }

    .footer__icon-mob {
        gap: 0;
    }

    .footer__icon-social {
        width: 65%;
    }

    .is-footer-context .footer__list-privacy {
        font-size: 10px;
    }

    .is-footer-context .footer__list-desc {
        font-size: 10px;
    }
}

@media(max-width:767px) {
    .is-footer-context .footer__block {
        display: grid;
        grid-auto-columns: 100%;
    }

    .footer {
        .nav__list {
            padding: 0 0 15px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }
    }

    .footer__info {
        display: flex;
        order: -2;
        align-items: start;
        margin-top: 15px;
    }

    .is-footer-context .hero__logo-footer {
        order: -3;
    }

    .footer__desc {
        display: block;
        order: -1;
    }

    .footer__desc-btn {
        text-transform: uppercase;
        color: #8eb4ec;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500
    }

    .footer__desc-btn::after {
        content: '↗';
        margin-left: 8px;
        font-size: 20px;
        color: #8EB4EC;
    }

    .is-footer-context .footer__nav {
        padding-top: 15px;
    }

    .footer__list {
        flex-direction: column;
        align-items: start;
        margin-top: 20px;
    }

    .footer__icon-mob {
        order: -1;
    }

    .is-footer-context .footer__list-privacy {
        margin-top: 15px;
    }
}

@media(max-width:575px) {
    .footer {
        .nav {
            width: 100%;
        }
    }
}

.about {
    padding: 30px 0
}

.about__wrap {
    display: flex;
    gap: 30px;
}

.about__block {
    width: 70%
}

.about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    counter-reset: item;
}

.about__list-item {
    position: relative;
    padding-top: 30px;
}

.about__list-item:before {
    content: "0"counter(item);
    counter-increment: item;
    position: absolute;
    top: 00px;
    font-size: 10px;
    font-weight: 500;
    color: #8eb4ec
}

.about__desc {
    margin-top: 10px;
}

.about__img {
    height: 130%;
    top: -20%;
    position: absolute;
    object-fit: cover;
    /* overflow: visible; */
}

@media(max-width:991px) {

    .about__s-img {
        display: none;
    }

    .about__block {
        width: 100%;
    }
}

@media(max-width:575px) {
    .about {
        padding-top: 20px;
    }

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

    .about__list-item {
        padding-top: 20px;
    }
}

.portfolio {
    position: relative;
    padding-bottom: 20px;
}

.portfolio__line {
    display: flex;
    align-items: end;
    gap: 30px;
}

.portfolio__title span {
    color: #8eb4ec
}

.portfolio__arrows {
    display: flex;
    line-height: normal;
    gap: 15px
}

.portfolio__arrows-left,
.portfolio__arrows-right {
    font-size: 30px;
    font-weight: 100;
    color: gray;
}

.portfolio__arrows-left:hover,
.portfolio__arrows-right:hover {
    padding-left: 8px;
    background-color: #8EB4EC;
    color: #fff;
    cursor: pointer
}

.portfolio__item {
    position: relative;
    overflow: hidden;
    margin-right: 20px
}

.portfolio__carousel {
    margin-top: 25px;
    margin-right: calc(-50vw + 50%)
}

.portfolio__subject {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px
}

.portfolio__subject:hover {
    opacity: 1
}

.portfolio__subject-wrap {
    text-align: right;
    width: 100%
}

.portfolio__block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.portfolio__block-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.portfolio__block-subtext {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.portfolio__arrow {
    font-size: 30px;
    align-content: end;
}

.portfolio__all {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px dashed #8eb4ec;
    font-size: 14px;
    font-weight: 600;
}


.image-container {
    width: 100%;
    height: 300px;
    display: block;
}

.image-container img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: .3s ease-in-out
}

.all {
    display: none
}

.slick-arrow {
    width: 35px;
}

@media(max-width:991px) {
    .hr__grow {
        display: none;
    }

    .portfolio__line {
        justify-content: space-between;
    }
}

@media(max-width:767px) {
    .portfolio {
        padding: 0 0 30px 0
    }

    .portfolio__arrows {
        display: none
    }

    .portfolio__block {
        align-items: end;
    }

    .portfolio__block-title {
        font-size: 10px;
    }

    .portfolio__block-subtext {
        font-size: 10px;
        margin-top: 5px;
    }

    .portfolio__carousel {
        margin-right: 0
    }

    .portfolio__item {
        margin-right: 0;
        margin-top: 20px
    }

    .image-container {
        max-height: 230px
    }

    .all {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .portfolio__all {
        font-size: 12px;
    }

}

@media(max-width:575px) {

    .portfolio__carousel {
        margin-top: 10px;
    }

    .portfolio__item {
        margin-top: 15px;
    }

    .portfolio__subject {
        padding: 20px;
    }

    .portfolio__arrow {
        font-size: 20px;
    }

    .portfolio .image-container {
        height: 200px;
    }

    .all {
        margin-top: 15px;
    }
}

.package {
    padding: 30px 0;
}

.package__title span {
    color: #8eb4ec;
}

.package__button {
    display: none;
}

.package__subtext {
    text-decoration: none;
}

.package__item {
    cursor: pointer;
}

.package__link-arrow {
    display: none;
}

@media (max-width: 767px) {

    .package__subtext {
        text-decoration: #8EB4EC underline dashed;
        text-underline-offset: 4px;
        width: 90%;
        line-height: 1.90;

    }

    .package__link-arrow {
        display: block;
    }

    .is-package-context .package__list {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-top: 25px;
    }

    .is-package-context .package__list-item {
        padding: 0 0 10px 30px;
        width: 100%;
        position: relative;
    }

    .is-package-context .package__list-item::before {
        top: 3px;
        left: 0;
    }

    .package__item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .is-package-context .package__desc {
        display: none;
        margin-top: 5px;
    }

    .package__list-item.active .package__desc {
        display: block;
        width: 90%;
    }

    /* кнопка перехода */
    .package__link-arrow {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .package__link-img {
        width: 20px;
        height: 20px;
    }

    .is-package-context .services__list-item:hover {
        background: none;
        color: #000;
    }

    .package__button {
        display: block;
        margin: 20px auto 0;
        font-size: 12px;
        color: #5788d0;
        border: none;
        background: none;
        cursor: pointer;
    }

    .package__button:hover {
        font-weight: 500;
    }
}


.journal {
    padding: 50px 0;
    background: url(./assets/img/index/bg-journal.png) center/cover no-repeat
}

.journal__list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.journal__title {
    color: #fff;
}

.journal__title span {
    color: #8eb4ec
}

.journal__link {
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
    font-weight: 500;
}


.journal__link::after {
    content: '↗';
    margin: 0 0 5px 5px;
    font-size: 25px;
    font-weight: 300;
    line-height: 0;
    color: #fff;
}

.journal__link-end {
    display: none
}

.journal__block {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-top: 30px
}

.journal__item-link {
    text-decoration: none
}

.journal__subject {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.journal__subject-title {
    background: #bfffc2;
}

.journal__subject-title2 {
    background: #bfe8ff
}

.journal__subject-title3 {
    background: #ffc7bf
}

.journal__wrap {
    margin-top: 20px
}

.journal__wrap-title {
    color: hsla(0, 0%, 100%, .7);
}

.journal__wrap-subtext {
    margin-top: 10px;
    color: hsla(0, 0%, 100%, .7);
}

.journal__arrow {
    font-size: 22px;
    color: #fff
}


@media(max-width:991px) {
    .journal {
        padding: 40px 0
    }

    .journal__item:nth-child(3) {
        display: none
    }

    .journal__block {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px
    }

    .journal__link {
        display: none
    }

    .journal__c {
        text-align: center;
    }

    .journal__link-end {
        margin-top: 30px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px dashed #fff;
    }

    .journal__link-end::after {
        content: '↗';
        margin-left: 8px;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
    }

    .journal__arrow {
        display: none
    }

}

@media(max-width:767px) {
    .journal {
        padding: 30px 0
    }

    .journal__wrap {
        margin-top: 15px
    }

    .journal__link-end {
        font-size: 10px;
        margin-top: 15px;
    }

    .journal__wrap-subtext {
        margin-top: 8px
    }

}

@media(max-width:767px) {

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

.catalog {
    padding-top: 30px;
}

.catalog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.catalog__item {
    position: relative;
}

.is-catalog-context .catalog__subject {
    background: none;
    opacity: 1;
}

@media(max-width:1200px) {
    .catalog__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:991px) {
    .is-catalog-context .catalog__subject {
        padding: 25px;
    }
}

@media(max-width:767px) {
    .catalog {
        padding-top: 20px;
    }

    .is-catalog-context .catalog__subject {
        padding: 15px;
    }
}

@media(max-width:575px) {
    .catalog__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pagination {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center
}

.pagination button {
    padding: 1px 10px;
    background: none;
    color: #000;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
}

.pagination .prev,
.pagination .next {
    border-color: #C4C4C4;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #111;
}

.pagination .pages button {
    border: none;
    font-size: 12px;
}

.pagination .active {
    color: #8EB4EC;
}

.pagination button:active {
    background: #333;
    color: #fff
}

.pagination .prev.active,
.pagination .next.active {
    background: #111;
    color: #fff;
}

.pagination .prev.active:hover,
.pagination .next.active:hover {
    background: #000;
    border-color: #000;
}

@media (max-width:767px) {

    .pagination button {
        padding: 1px 8px;
        font-size: 16px;
    }

    .pagination .pages button {
        font-size: 10px;
    }
}


.company {
    padding: 30px 0 10px 0
}

.company__desc {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.company__desc-title {
    color: #8eb4ec;
}

.company__desc-text {
    color: #000;
}

.company__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
    gap: 20px;
}

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

.company__list {
    padding-top: 40px;
    height: fit-content;
}

.company__list::before {
    content: "";
    top: 0;
    left: -35%;
    position: absolute;
    background: #8eb4ec;
    width: 110%;
    height: 260px;
    z-index: -3
}

.company__list-title {
    color: #fff;
}

.company__list-item {
    color: #fff;
    margin-top: 10px;
}

.company__list-img {
    max-width: none;
    height: 350px
}

.company__about {
    padding-top: 60px;
    width: 70%;
}

.company__about-title {
    margin-bottom: 10px;
}

.company__about-title span {
    color: #8eb4ec
}

.company__about-link {
    color: #8eb4ec;
    text-decoration: none;
}

.company__about-text {
    margin-top: 7px;
}

@media(max-width:1200px) {

    .company__about {
        width: 100%;
    }
}

@media(max-width:991px) {
    .company__block {
        gap: 10px;
        margin-top: 20px;
    }

    .company__list {
        padding-top: 18px;
    }

    .company__list::before {
        height: 184px;
    }

    .company__list-item {
        margin-top: 5px;
    }

    .company__list-img {
        height: 240px;
    }

    .company__about {
        padding-top: 0;
    }
}

@media (max-width: 752px) {
    .company {
        padding: 20px 0 30px;
    }

    .company__block {
        display: block;
    }

    .company__wrap {
        display: none;
    }

    .company__about-title {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .company__desc {
        flex-direction: column;
        align-items: end;
    }

    .company__block {
        margin-top: 15px;
    }
}


.purpose {
    padding-bottom: 20px;
}

.purpose__title span {
    color: #8eb4ec
}

.purpose__wrap {
    display: grid;
    gap: 20px;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.purpose__img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.purpose__list-item {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}

.purpose__list-item:nth-child(1) {
    margin-top: 0
}

.purpose__list-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 0px;
    background: #8eb4ec
}

@media(max-width:991px) {
    .purpose__list-item {
        margin-top: 5px;
    }

    .purpose__img {
        height: 300px;
    }
}

@media(max-width:767px) {
    .purpose__wrap {
        align-items: center;
    }
}

@media(max-width:575px) {
    .purpose__wrap {
        margin-top: 10px;
        gap: 10px;
        grid-template-columns: none;
    }

    .purpose__img {
        height: 200px;
    }

    .purpose__list-item {
        padding-left: 20px;
    }
}

.prototype {
    padding: 30px 0 10px 0
}

.prototype__title span {
    color: #8eb4ec
}

.prototype__text {
    margin-top: 15px;
}

.prototype__img {
    margin-top: 15px;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

@media(max-width:767px) {
    .prototype__text {
        margin-top: 7px;
    }

    .prototype__img {
        margin-top: 7px;
        height: 250px;
    }

}

.design {
    padding: 30px 0 10px 0;
}

.design__title span {
    color: #8eb4ec
}

.design__text {
    margin-top: 15px;
}

.design__carousel {
    margin-top: 20px
}

.design__carousel-img {
    height: 350px
}

.design__carousel .slick-slide {
    margin: 0 7px
}

@media(max-width:767px) {

    .design__carousel {
        margin-top: 10px;
    }

    .design__carousel-img {
        height: 300px;
    }
}

@media(max-width:576px) {

    .design__text {
        margin-top: 10px;
    }

    .design__carousel-img {
        height: 250px;
    }
}


.development {
    padding: 30px 0
}

.development__title span {
    color: #8eb4ec
}

.development__icons {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}

.development__icons img {
    width: 45px
}

.development__text {
    margin-top: 15px;
}

@media(max-width:767px) {

    .development__icons {
        gap: 10px;
    }

    .development__icons img {
        width: 40px;
    }

    .development__text {
        margin-top: 10px;
    }
}

@media(max-width:575px) {
    .development__icons {
        margin-top: 15px;
    }

    .development__icons img {
        width: 35px;
    }
}

.finish {
    padding: 30px 0 0;
    background: #8eb4ec;
    color: #fff
}

.finish__title span {
    color: #8eb4ec
}

.finish__text {
    margin-top: 15px;
}

.finish__img {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    object-fit: cover;
    object-position: top;
}

@media(max-width:767px) {
    .finish__img {
        height: 250px;
    }

    .finish__text {
        margin-top: 10px;
    }
}

.category {
    padding-top: 20px;
}

.category__block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.category__block-img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.category__subject {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category__wrap {
    margin-top: 20px;
}

.category__wrap-subtext {
    margin-top: 10px;
}

.category__block-tags {
    margin-top: 20px;
}

.category__arrow {
    font-size: 22px;
    color: #000
}

@media(max-width:991px) {

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

    .category__block-tags {
        margin-top: 10px
    }

    .category__wrap {
        margin-top: 15px
    }

    .as-list-item figure {
        display: flex;
        gap: 15px;
        padding-top: 20px;
        border-top: 1px solid gray;
        text-decoration: none;
    }

    .as-list-item .category__block-img {
        width: 270px;
        height: auto;
    }

    .as-list-item .category__subject {
        margin-top: 0;
    }

    .as-list-item .category__arrow {
        display: none;
    }
}

@media(max-width:767px) {

    .category__wrap-subtext {
        margin-top: 5px
    }

    .category__arrow {
        display: none
    }

    .as-list-item .category__block-img {
        width: 200px;
        height: 150px;
    }
}

@media(max-width:575px) {

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

    .as-list-item figure {
        display: block;
    }

    .as-list-item .category__block-img {
        width: 100%;
    }

    .category__block-img {
        height: 150px;
    }

    .category__item-2 {
        padding-top: 20px;
        border-top: 1px solid gray;
    }

    .as-list-item .category__subject {
        margin-top: 15px;
    }
}

.list {
    padding-top: 20px;
}

.list__block {
    display: grid;
    gap: 20px;
}

.list__item-img {
    object-fit: cover;
}

.list__item-link {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid gray;
    text-decoration: none
}

.list__subject {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.list__subject-title2 {
    background: #bfe8ff
}

.list__subject-title3 {
    background: #ffc7bf
}

.list__wrap {
    margin-top: 30px
}

.list__wrap-subtext {
    margin-top: 15px;
}

@media(max-width:991px) {

    .list {
        padding-top: 10px;
    }

    .list__item-img {
        width: 270px;
    }

    .list__wrap {
        margin-top: 15px
    }

    .list__wrap-subtext {
        margin-top: 10px;
    }
}

@media(max-width:767px) {

    .list__block {
        gap: 15px;
    }

    .list__item-link {
        padding-top: 15px;
    }

    .list__item-img {
        width: 200px;
        height: 180px;
    }
}

@media(max-width:575px) {

    .list__item {
        display: flex;

    }

    .list__item-link {
        display: flex;
        flex-direction: column;
    }

    .list__item-img {
        width: 100%;
        height: 150px;
    }
}

.details {
    padding: 30px 0
}

.details__descr {
    display: flex;
    justify-content: space-between
}

.details__block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.details__block-subtitle {
    background: #bfffc2;
}

.details__socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.details__socials-wrap {
    display: flex;
    gap: 5px;
}

.details__article-tags {
    margin-top: 30px;
}

.details__article-text {
    margin-top: 5px;
}

.details__article-img {
    margin: 10px auto 0 auto;
    object-fit: cover;
    width: 70%;
    height: 300px
}

@media(max-width:767px) {
    .details__article-tags {
        margin-top: 20px;
    }

    .details__article-img {
        width: 80%;
        height: 250px;
    }

    .details__socials-icon {
        width: 20px;
    }
}

@media(max-width:575px) {
    .details {
        padding-bottom: 15px;
    }

    .details__descr {
        flex-direction: column;
        gap: 10px;
    }

    .details__article-tags {
        margin-top: 10px;
    }

    .details__article-img {
        width: 100%;
        height: 200px;
    }
}

.plan {
    padding: 30px 0;
}

.plan__title span {
    color: #8eb4ec
}

.plan__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.plan__list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.plan__list-item {
    position: relative;
    padding-left: 40px;
}

.plan__list-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 0px;
    background: #8eb4ec
}

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

@media(max-width:991px) {
    .plan__list-item {
        padding-left: 25px;
    }
}

@media(max-width:767px) {
    .plan__wrap {
        grid-template-columns: none;
        gap: 10px;
    }

    .plan__list {
        margin-top: 15px;
    }

    .plan__list-img {
        height: 250px;
    }
}

@media(max-width:575px) {
    .plan__list-img {
        height: 200px;
    }
}


.desc__text {
    position: relative;
    padding: 25px 45px;
    background: #f9f9f9;
}

.desc__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABHNCSVQICAgIfAhkiAAAANlJREFUWIXt1sENgyAUgOHfdgnjEl4YiQNjdBBGegemYI32VGuM9al9qEn5TxwIfIGQ0PR9/+RC3c4GTKsgrQrSqiCtCtI6DOScI6VECGFx3iEg5xwxxmF8KmiMERG89+eBtmKKgvZgioH2YoqAfsGYg37FqKAQAjFG9alaYQCapS9sSmkYe+8RkaIYUE5ovPC3k7LEqKDpBlOUNQaUK5vbGD4nZ41ZDZpDvbPEwIZnP7exNQbg3rbtY+3knDMiQtd15JzNMbDhyo7qf3+Ma6sgrQrSqiCty4FeJVN+v5ZcC9cAAAAASUVORK5CYII=);
}

@media(max-width:767px) {
    .desc__text {
        padding: 25px 35px;
    }
}

.point {
    padding: 20px 0 40px 0;
}

.similar__title {
    color: #000;
}

.similar__block {
    margin-top: 20px;
}

@media(max-width:991px) {
    .similar__item:nth-child(3) {
        display: none;
    }
}

@media(max-width:575px) {
    .similar__block {
        margin-top: 15px;
    }
}

.services {
    padding: 30px 0 10px 0
}

.services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    counter-reset: item;
    flex-wrap: wrap;
}

.services__list-item {
    position: relative;
    padding: 60px 30px 25px;
}

.services__list-item:before {
    content: "0"counter(item);
    counter-increment: item;
    position: absolute;
    top: 23px;
    font-size: 12px;
    font-weight: 500;
    color: #8eb4ec
}

.services__list-item:nth-child(-n+9):before {
    content: "0"counter(item);
}

.services__list-item:nth-child(n+10):before {
    content: counter(item);
}

.services__list-item:hover {
    background: url(./assets/img/index/bg-item.png) center center/cover no-repeat;
    color: #fff;
}

.services__link {
    color: inherit;
    text-decoration: none
}

.services__desc {
    margin-top: 10px;
}


@media(max-width:991px) {
    .services {
        padding-top: 10px
    }

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

@media(max-width:767px) {

    .services__list-item {
        padding: 45px 20px 20px;
    }

    .services__list-item:before {
        font-size: 10px;
        top: 20px;
    }
}

@media(max-width:575px) {

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

    .services__list-item {
        padding: 40px 20px 15px
    }

    .services__list-item:before {
        top: 15px;
    }

    .services__desc {
        margin-top: 5px;
    }
}


.seo {
    padding-top: 30px;
}

.seo__title span {
    color: #8eb4ec
}

.seo__text {
    margin-top: 15px;
}

@media(max-width:991px) {
    .seo {
        padding: 20px 0
    }

    .seo__text {
        margin-top: 10px
    }
}

.pluse {
    padding: 30px 0
}

.pluse__wrap {
    display: flex;
    gap: 15px;
}

.pluse__img {
    height: 100%;
    object-fit: cover;
    overflow: visible;
    clip-path: inset(0px -84px 0px 0px);
}

.pluse__title span {
    color: #8eb4ec
}

.pluse__text {
    margin-top: 15px;
}

.pluse__subtext {
    margin-top: 10px;
}

.pluse__link {
    display: block;
    color: #8eb4ec;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 0.7;
}

.pluse__link::after {
    content: '↗';
    margin-right: 5px;
    font-size: 25px;
    font-weight: 400;
    color: #8eb4ec;
}

@media(max-width:991px) {
    .pluse__img {
        display: none;
    }

    .pluse__wrap {
        gap: 0;
    }

    .pluse__text {
        margin-top: 10px;
        font-size: 14px;
    }

    .pluse__link {
        margin-top: 15px;
        text-align: end;
    }
}

@media(max-width:575px) {
    .pluse__text {
        font-size: 12px;
    }

    .pluse__subtext {
        margin-top: 5px;
    }

    .pluse__link {
        font-size: 12px;
    }
}

.steps {
    padding: 20px 0 0;
}

.steps__title span {
    color: #8eb4ec
}

.steps__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    counter-reset: item;
    gap: 20px;
    margin-top: 10px;
}

.steps__list-item {
    position: relative;
    padding-top: 40px;
}

.steps__list-item:before {
    content: "0"counter(item);
    counter-increment: item;
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #8eb4ec
}

.steps__desc {
    margin-top: 10px;
}

@media(max-width:767px) {

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

    .steps__list-item {
        padding-top: 32px;
    }

    .steps__list-item:before {
        top: 7px;
        font-size: 10px;
    }

}

@media(max-width:575px) {
    .steps__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 0;
    }

    .steps__list-item:before {
        top: 12px;
        font-size: 9px;
    }
}

.price {
    padding: 40px 0 10px 0
}

.price__title span {
    color: #8eb4ec
}

.price__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    counter-reset: item;
}

.price__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 25px 25px;
}

.price__desc {
    margin-top: 10px;
}

.price__cost {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8eb4ec;
}

.price__arrow {
    font-size: 25px;
    color: #fff;
}

.price__list-item:before {
    content: "0"counter(item);
    counter-increment: item;
    position: absolute;
    top: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #8eb4ec
}

.price__list-item:hover {
    background: url(./assets/img/index/bg-item.png) center center/cover no-repeat;
    color: #fff !important;
}

@media(max-width:991px) {
    .price__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {

    .price__list-item {
        padding: 40px 30px 20px;
    }

    .price__list-item:before {
        top: 13px;
    }

    .price__arrow {
        display: none;
    }
}

@media(max-width:575px) {
    .price__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .price__desc {
        margin-top: 5px;
    }

    .price__cost {
        font-size: 14px;
        margin-top: 10px;
    }

    .price__list-item:before {
        font-size: 10px;
    }


}

.newsite {
    color: #fff;
    padding: 40px 0;
    background: url(./assets/img/bg-newsite.jpeg) center center/cover no-repeat
}

.newsite__title span {
    color: #8eb4ec
}

.newsite__list {
    display: grid;
    counter-reset: item;
    gap: 40px;
    margin-top: 20px;
    width: 50%
}

.newsite__item {
    width: 100%;
    position: relative;
    padding-left: 40px;
}

.newsite__item:before {
    content: "0"counter(item);
    counter-increment: item;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #8eb4ec
}

.newsite__desc {
    margin-top: 7px;
}

@media(max-width:991px) {
    .newsite__list {
        gap: 25px;
        width: 70%;
    }
}

@media(max-width:767px) {
    .newsite__item {
        padding-left: 30px;
    }

    .newsite__item:before {
        font-size: 10px;
    }
}

@media(max-width:575px) {
    .newsite__list {
        gap: 20px;
        width: 90%;
    }
}