@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700;800&family=Russo+One&display=swap');

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-SemiBold.woff2) format("woff2"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    color: #1d1d1d;
    line-height: 1;
    font-family: "Russo One";
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: "Russo One";
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

    a:link, a:visited {
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 116px 0 0 0
}

    .wrapper > main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .wrapper > * {
        min-width: 0
    }

[class*=__container] {
    max-width: 90rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*=-ibg] {
    position: relative
}

    [class*=-ibg] img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.main-btn {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 16px;
    background-color: #144bd8;
    border-radius: 12px;
    display: inline-block;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.breadcrumbs {
    padding: 16px 0
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .breadcrumbs__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        color: #6c6c6c
    }

        .breadcrumbs__list li svg {
            margin: 0 16px 0 0
        }

        .breadcrumbs__list li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #6c6c6c
        }

            .breadcrumbs__list li a svg {
                margin: 0 16px 0 0
            }

        .breadcrumbs__list li:last-child {
            color: #144bd8
        }

            .breadcrumbs__list li:last-child a {
                color: #144bd8
            }

        .breadcrumbs__list li:not(:last-child) {
            margin: 0 16px 0 0
        }

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: padding .3s ease 0s;
    -o-transition: padding .3s ease 0s;
    transition: padding .3s ease 0s
}

.header__logo {
    width: 115px;
    display: block;
    z-index: 5;
    position: relative
}

    .header__logo .blue {
        display: none
    }

.menu-open .header__logo img:not(.blue) {
    display: none
}

.menu-open .header__logo .blue {
    display: block
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu:not(:last-child) {
    margin: 0 32px 0 0
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header__socials:not(:last-child) {
        margin: 0 24px 0 0
    }

    .header__socials li:not(:last-child) {
        margin: 0 16px 0 0
    }

    .header__socials li a {
        width: 36px;
        height: 36px;
        display: block
    }

.header__phone {
    line-height: 24px;
    color: #fff
}

.header.header--white {
    border: none
}

    .header.header--white .menu__list > li > a {
        color: #1d1d1d
    }

    .header.header--white .menu__list > li.parent > a::after {
        background: url(../img/icons/more-parent_black.svg) center center no-repeat
    }

    .header.header--white .header__phone {
        color: #144bd8
    }

    .header.header--white .header__logo img:not(.blue) {
        display: none
    }

    .header.header--white .header__logo .blue {
        display: block
    }

    .header.header--white .header__socials svg rect {
        fill: #144bd8
    }

    .header.header--white .header__socials .whatsapp-icon rect {
        fill: #008000 !important;
    }

    .header.header--white .header__socials svg path.tg-path {
        fill: #fff
    }

    .header.header--white .header__socials svg path.tg-path-two {
        fill: #144bd8 !important
    }

    .header.header--white .header__socials svg path:last-child {
        fill: #fff
    }

    .header.header--white .icon-menu span, .header.header--white .icon-menu::after, .header.header--white .icon-menu::before {
        background-color: #1d1d1d
    }

    .header.header--white .header__content {
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

.header._header-scroll {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

    .header._header-scroll .header__content {
        border: none;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header._header-scroll .menu__list > li > a {
        color: #1d1d1d !important;
    }

        .header._header-scroll .menu__list > li > a:hover {
            color: #144bd8 !important;
        }

    .header._header-scroll .menu__list > li > div > a:hover {
        color: #144bd8 !important;
    }

    .header._header-scroll .menu__list > li > div > a {
        color: #1d1d1d !important;
    }

    .header._header-scroll .menu__list > li > div > img {
        content: url("/img/icons/more-parent_black.svg");
    }

    .header._header-scroll .menu__list > li.parent > a::after {
        background: url(../img/icons/more-parent_black.svg) center center no-repeat
    }

    .header._header-scroll .header__phone {
        color: #1d1d1d
    }

    .header._header-scroll .header__logo img:not(.blue) {
        display: none
    }

    .header._header-scroll .header__logo .blue {
        display: block
    }

    .header._header-scroll .header__socials svg rect {
        fill: #144bd8
    }

    .header._header-scroll .header__socials .whatsapp-icon rect {
        fill: #008000 !important
    }

    .header._header-scroll .header__socials svg path.tg-path {
        fill: #fff
    }

    .header._header-scroll .header__socials svg path.tg-path-two {
        fill: #144bd8 !important
    }

    .header._header-scroll .header__socials svg path:last-child {
        fill: #fff
    }

    .header._header-scroll .icon-menu span, .header._header-scroll .icon-menu::after, .header._header-scroll .icon-menu::before {
        background-color: #1d1d1d
    }

.menu-open .menu__body {
    right: 0
}

.menu__bottom {
    display: none
}

    .menu__bottom .header__phone {
        display: block;
        color: #144bd8;
        font-size: 20px;
        line-height: 28px
    }

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .menu__list li:not(:last-child) {
        margin: 0 32px 0 0
    }

    .menu__list li.parent {
        position: relative
    }

        .menu__list li.parent > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .menu__list li.parent > a::after {
                content: "";
                width: 24px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 24px;
                flex: 0 0 24px;
                height: 24px;
                background: url(../img/icons/more-parent.svg) center center no-repeat;
                margin: 0 0 0 8px;
                display: block;
                -webkit-transition: -webkit-transform .3s ease 0s;
                transition: -webkit-transform .3s ease 0s;
                -o-transition: transform .3s ease 0s;
                transition: transform .3s ease 0s;
                transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
            }

        .menu__list li.parent .sub-body {
            display: block;
            position: absolute;
            border-radius: 8px;
            overflow: hidden;
            top: 100%;
            right: 40px;
            padding: 5px
        }

#uslugi-dostavka:hover {
    color: #144bd8;
}

.asubitem:hover {
    color: #144bd8 !important;
}

.menu__list li.parent ul {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    margin: 15px 0 0 0
}

    .menu__list li.parent ul > li:not(:last-child) {
        border-bottom: 1px solid #d8d8d8;
        margin: 0
    }

    .menu__list li.parent ul > li > a {
        font-size: 14px;
        line-height: 22px;
        color: #1d1d1d;
        padding: 10px 24px;
        background: #fff;
        display: block;
        white-space: nowrap;
        text-align: center
    }

.menu__list li.parent._active .sub-body {
    display: block
}

.menu__list li.parent._active a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu__list li > a {
    line-height: 24px;
    text-transform: capitalize;
    color: #fff
}

.icon-menu {
    display: none
}

.footer {
    margin: 80px 0 0 0
}

.footer__logo {
    display: block;
    width: 115px;
    margin: 0 0 24px 0
}

    .footer__logo img {
        width: 100%
    }

.footer__phone {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    position: relative;
    padding: 0 0 0 40px;
    display: block
}

    .footer__phone:not(:last-child) {
        margin: 0 0 16px 0
    }

    .footer__phone::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        left: 0;
        background: url(../img/icons/phone-bl.svg) center center no-repeat
    }

.footer__mail {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    position: relative;
    padding: 0 0 0 40px;
    display: block
}

    .footer__mail:not(:last-child) {
        margin: 0 0 16px 0
    }

    .footer__mail::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        left: 0;
        background: url(../img/icons/mail-bl.svg) center center no-repeat
    }

.footer__bottom {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111;
    padding: 20px 0
}

.top-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 30px;
    padding-bottom: 30px
}

.top-footer__left {
    width: 30%;
    position: relative
}

    .top-footer__left::after {
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(29, 29, 29, .12);
        position: absolute;
        right: 0;
        top: 0
    }

.top-footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 32px
}

.top-footer__right {
    width: 28%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .top-footer__right::after {
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(29, 29, 29, .12);
        position: absolute;
        left: 0;
        top: 0
    }

.menu-footer {
    min-width: 22.2%
}

.menu-footer__title {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111;
    margin: 0 0 16px 0
}

.menu-footer__list li:not(:last-child) {
    margin: 0 0 16px 0
}

.menu-footer__list li a {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111
}

.info-footer__title {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111;
    margin: 0 0 16px 0
}

.info-footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .info-footer__socials:not(:last-child) {
        margin: 0 0 16px 0
    }

    .info-footer__socials li:not(:last-child) {
        margin: 0 16px 0 0
    }

    .info-footer__socials li a {
        width: 36px;
        height: 36px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px
    }

.info-footer__address {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    max-width: 230px
}

.hero {
    height: 820px;
    position: relative;
    padding: 164px 0 60px 0;
    background: url(../img/hero/hero_bg.jpg) center center/cover no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -116px 0 0 0
}

.hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

    .hero__bg img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.hero__container {
    height: 100%
}

.hero__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hero__title {
    font-size: 56px;
    line-height: 67px;
    color: #e3e3e3;
    margin: 0 0 16px 0
}

.hero__subttle {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 32px 0
}

.hero__bottom {
    margin-top: auto
}

.hero.hero--zero {
    height: 550px
}

.bottom-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 145px;
    width: 100%
}

.bottom-hero__features {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.track-hero__label {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 0 16px 0
}

.track-hero-input {
    width: 295px;
    position: relative
}

    .track-hero-input::before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        left: 16px;
        background: url(../img/icons/search.svg) center center no-repeat;
        pointer-events: none
    }

    .track-hero-input input {
        width: 100%;
        height: 56px;
        font-family: Gilroy;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding: 0 16px 0 52px;
        border: 2px solid #6c6c6c;
        border-radius: 12px;
        outline: 0;
        background: 0 0
    }

        .track-hero-input input::-webkit-input-placeholder {
            color: #fff
        }

        .track-hero-input input::-moz-placeholder {
            color: #fff
        }

        .track-hero-input input:-ms-input-placeholder {
            color: #fff
        }

        .track-hero-input input::-ms-input-placeholder {
            color: #fff
        }

        .track-hero-input input::placeholder {
            color: #fff
        }

.features-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-features-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-features-hero__img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 16px 0
}

    .item-features-hero__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.item-features-hero__title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #e3e3e3
}

.services {
    padding: 60px 0
}

.services__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 750px;
    margin: 0 auto
}

.services__subtitle {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6c6c6c;
    max-width: 450px;
    margin: 16px auto 0 auto
}

.services__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 60px 0 0 0
}

.item-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-services__img {
    margin: 0 0 24px 0
}

.item-services__title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 8px 0
}

.item-services__price {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6c6c6c
}

    .item-services__price span {
        font-family: "Russo One";
        font-size: 20px;
        line-height: 28px;
        color: #144bd8
    }

.to-do {
    padding: 60px 0
}

.to-do__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 850px;
    margin: 0 auto 60px auto
}

.to-do__content {
    max-width: 580px;
    margin: 0 auto
}

.to-do__item:not(:last-child) {
    margin: 0 0 32px 0
}

.item-todo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-todo__img {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0 32px 0 0;
    position: relative
}

    .item-todo__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain
    }

.item-todo__title {
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 4px 0
}

.item-todo__subtitle {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c
}

.cat-delivery {
    padding: 60px 0;
    overflow: hidden
}

.cat-delivery__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 836px;
    margin: 0 auto
}

.cat-delivery__subtitle {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: #6c6c6c;
    max-width: 594px;
    margin: 16px auto 0 auto
}

.cat-delivery__content {
    width: 100%
}

.cat-delivery__list {
    margin: 60px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%
}

    .cat-delivery__list li {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        padding: 12px 22px;
        border: 2px solid rgba(29, 29, 29, .12);
        border-radius: 43px;
        white-space: nowrap
    }

.offers {
    padding: 70px 0;
    background: #144bd8
}

.offers__container {
    max-width: 1270px
}

.offers__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.offers__title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 60px 0
}

.offers__img {
    max-width: 720px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

    .offers__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.offers__item:not(:last-child) {
    margin: 0 0 30px 0
}

.offers__item label {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin: 0 0 16px 0
}

.offers__submit {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #144bd8;
    width: 100%;
    height: 52px;
    background: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offers-input {
    width: 400px;
    position: relative
}

    .offers-input::before {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 16px;
        top: 14px
    }

    .offers-input input {
        width: 100%;
        font-family: Raleway;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 50px;
        height: 52px;
        background: #fff;
        border: 1.5px solid #d8d8d8;
        border-radius: 8px;
        outline: 0
    }

        .offers-input input::-webkit-input-placeholder {
            color: #6c6c6c
        }

        .offers-input input::-moz-placeholder {
            color: #6c6c6c
        }

        .offers-input input:-ms-input-placeholder {
            color: #6c6c6c
        }

        .offers-input input::-ms-input-placeholder {
            color: #6c6c6c
        }

        .offers-input input::placeholder {
            color: #6c6c6c
        }

.offers-input--user::before {
    content: "";
    background: url(../img/icons/user.svg) center center no-repeat
}

.offers-input--phone::before {
    content: "";
    background: url(../img/icons/phone-gray.svg) center center no-repeat
}

.offers-textarea {
    width: 400px
}

    .offers-textarea textarea {
        width: 100%;
        font-family: Raleway;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 16px;
        height: 165px;
        background: #fff;
        border: 1.5px solid #d8d8d8;
        border-radius: 8px;
        outline: 0;
        resize: none
    }

        .offers-textarea textarea::-webkit-input-placeholder {
            color: #6c6c6c
        }

        .offers-textarea textarea::-moz-placeholder {
            color: #6c6c6c
        }

        .offers-textarea textarea:-ms-input-placeholder {
            color: #6c6c6c
        }

        .offers-textarea textarea::-ms-input-placeholder {
            color: #6c6c6c
        }

        .offers-textarea textarea::placeholder {
            color: #6c6c6c
        }

.text-section {
    padding: 80px 0
}

.text-section__container h2 {
    font-size: 40px;
    line-height: 48px;
    color: #181818;
    margin: 32px 0
}

    .text-section__container h2:first-child {
        margin-top: 0
    }

.text-section__container h3 {
    font-size: 24px;
    line-height: 32px;
    color: #1d1d1d;
    margin: 32px 0
}

.text-section__container p {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(29, 29, 29, .55);
    margin: 0 0 24px 0
}

    .text-section__container p + ol, .text-section__container p + ul {
        margin-top: -24px
    }

.text-section__container ul {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(29, 29, 29, .55);
    margin: 0 0 24px 0
}

    .text-section__container ul li {
        position: relative;
        padding: 0 0 0 12px
    }

        .text-section__container ul li::before {
            content: "-";
            position: absolute;
            top: 1px;
            left: 0
        }

.text-section__container ol {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(29, 29, 29, .55);
    margin: 0 0 24px 0;
    padding: 0 0 0 19px
}

.text-section__container a {
    color: #144bd8;
    text-decoration: underline
}

.top-info__content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
    padding: 5px
}

.top-info__title {
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    margin: 0 auto 24px auto
}

.top-info__subtitle {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    max-width: 695px;
    margin: 0 auto 32px auto
}

    .top-info__subtitle p {
        margin: 0
    }

        .top-info__subtitle p:not(:last-child) {
            margin: 0 0 24px 0
        }

.top-info__link {
    max-width: 295px;
    width: 100%;
    margin: 0 auto
}

.contacts-top-info {
    max-width: 400px;
    width: 100%;
    margin: 32px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-top-info__item .title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 15px 0
}

.contacts-top-info__item a {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block
}

.contacts-top-info__item .phone {
    position: relative;
    padding: 0 0 0 40px
}

    .contacts-top-info__item .phone::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/icons/phone-wh.svg) center center no-repeat;
        position: absolute;
        left: 0;
        top: 0
    }

.contacts-top-info__item .email {
    position: relative;
    padding: 0 0 0 40px
}

    .contacts-top-info__item .email::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../img/icons/mail-wh.svg) center center no-repeat;
        position: absolute;
        left: 0;
        top: 0
    }

.delivery-table {
    padding: 60px 0
}

.delivery-table__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 1070px;
    margin: 0 auto
}

.delivery-table__content {
    margin: 50px 0 0 0
}

.table-delivery {
    max-width: 1030px;
    margin: 0 auto
}

.table-delivery__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 60px 0
}

    .table-delivery__top .head {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #1d1d1d
    }

        .table-delivery__top .head:last-child {
            padding: 0 0 0 50px
        }

.table-delivery__item:not(:last-child) {
    margin: 0 0 60px 0
}

.item-table-delivery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 85px
}

    .item-table-delivery .img {
        height: 50px;
        position: relative;
        text-align: left
    }

        .item-table-delivery .img img {
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: contain;
            object-fit: contain
        }

    .item-table-delivery .time {
        font-family: Gilroy;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #6c6c6c
    }

        .item-table-delivery .time span {
            font-family: "Russo One";
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            color: #144bd8
        }

    .item-table-delivery .weight {
        font-family: Gilroy;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #6c6c6c
    }

        .item-table-delivery .weight span {
            font-family: "Russo One";
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            color: #144bd8
        }

    .item-table-delivery .price {
        font-family: Gilroy;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #6c6c6c
    }

        .item-table-delivery .price span {
            font-family: "Russo One";
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            color: #144bd8
        }

.services-blocks {
    padding: 60px 0
}

.services-blocks__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 auto 70px auto
}

.services-blocks__item:not(:last-child) {
    margin: 0 0 60px 0
}

.item-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-blocks__img {
    width: 54%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 375px
}

    .item-blocks__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.item-blocks__text {
    width: 46%;
    padding: 0 0 0 120px
}

.item-blocks__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #144bd8;
    margin: 0 0 32px 0
}

.item-blocks__subtitle {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin: 0 0 24px 0
}

.item-blocks:nth-child(even) .item-blocks__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.item-blocks:nth-child(even) .item-blocks__text {
    padding: 0 120px 0 0
}

.bottom-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bottom-blocks__item {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #6c6c6c
}

    .bottom-blocks__item:not(:last-child) {
        margin: 0 43px 0 0
    }

    .bottom-blocks__item span {
        font-family: "Russo One";
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #144bd8
    }

.blog {
    padding: 40px 0 110px 0
}

.blog__title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #1d1d1d;
    max-width: 735px;
    margin: 0 auto 100px auto
}

.blog__item:not(:last-child) {
    margin: 0 0 32px 0
}

.item-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    border: 1px solid rgba(29, 29, 29, .12)
}

.item-blog__img {
    width: 50%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    min-height: 290px
}

    .item-blog__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.item-blog__right {
    width: 50%;
    padding: 32px 0
}

.item-blog__date {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 4px 0
}

.item-blog__title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 9px 0
}

    .item-blog__title a {
        color: #1d1d1d
    }

.item-blog__desc {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c
}

.blog-page {
    padding: 0 0 130px 0
}

.blog-page__img {
    width: 100%;
    height: 550px;
    position: relative;
    margin: 0 0 32px 0
}

    .blog-page__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.blog-page__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 4px 0
}

.blog-page__date {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, .6)
}

.blog-page__content {
    max-width: 875px;
    margin: 32px auto 0 auto
}

.blog-page__text {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #6c6c6c
}

    .blog-page__text p {
        margin: 0
    }

        .blog-page__text p:not(:last-child) {
            margin: 0 0 32px 0
        }

    .blog-page__text h2 {
        font-size: 40px;
        line-height: 48px;
        color: #181818;
        margin: 32px 0
    }

        .blog-page__text h2:first-child {
            margin-top: 0
        }

    .blog-page__text h3 {
        font-size: 24px;
        line-height: 32px;
        color: #1d1d1d;
        margin: 32px 0
    }

    .blog-page__text ul {
        font-family: Gilroy;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: rgba(29, 29, 29, .55);
        margin: 0 0 24px 0
    }

        .blog-page__text ul li {
            position: relative;
            padding: 0 0 0 12px
        }

            .blog-page__text ul li::before {
                content: "-";
                position: absolute;
                top: 1px;
                left: 0
            }

    .blog-page__text ol {
        font-family: Gilroy;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: rgba(29, 29, 29, .55);
        margin: 0 0 24px 0;
        padding: 0 0 0 19px
    }

.nav-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0
}

    .nav-blog a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        color: #6c6c6c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .nav-blog a span {
            margin: 0 0 0 4px
        }

.nav-blog__prev svg {
    margin: 0 8px 0 0
}

.nav-blog__next svg {
    margin: 0 0 0 8px
}

.faq {
    padding: 100px 0
}

.faq__content {
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 400px
}

.faq__right {
    width: 55%
}

.item-faq {
    padding: 24px 0;
    border-bottom: 2px solid #d7d7d7
}

.item-faq__title {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 0 30px 0 0;
    display: block
}

    .item-faq__title::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        background: url(../img/icons/arrow_top.svg) center center no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform .3s ease 0s;
        transition: -webkit-transform .3s ease 0s;
        -o-transition: transform .3s ease 0s;
        transition: transform .3s ease 0s;
        transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
        display: block
    }

    .item-faq__title._spoller-active::after {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }

.item-faq__body {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    padding: 24px 0 0 0
}

    .item-faq__body p {
        margin: 0
    }

        .item-faq__body p:not(:last-child) {
            margin: 0 0 24px 0
        }

.contacts {
    padding: 65px 0
}

.contacts__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 60px 0
}

.info-contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.item-contacts .title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 8px 0
}

.item-contacts .text {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

    .item-contacts .text a.phone {
        position: relative;
        padding: 0 0 0 40px;
        display: block
    }

        .item-contacts .text a.phone::before {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../img/icons/phone-bl.svg) center center no-repeat
        }

.order-work {
    padding: 60px 0
}

.order-work__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    max-width: 675px;
    margin: 0 auto
}

.order-work__content {
    margin: 60px auto 0 auto;
    max-width: 1240px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px
}

.item-order-work__number {
    font-size: 76px;
    line-height: 104px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #144bd8;
    border-radius: 67.3381px;
    width: 104px;
    height: 104px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    margin: 0 0 16px 0
}

.item-order-work__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 16px 0
}

.item-order-work__text {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c
}

.packaging {
    padding: 30px 0 100px 0
}

.packaging__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 80px 0
}

#uslugi-dostavka {
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
}

#a-uslugi-dostavka {
    margin-right: 4px;
}

.packaging__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.item-packaging__img {
    width: 100%;
    height: 265px;
    position: relative;
    margin: 0 0 24px 0
}

    .item-packaging__img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain
    }

.item-packaging__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1d1d1d;
    margin: 0 0 8px 0
}

.item-packaging__price {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6c6c6c
}

    .item-packaging__price span {
        font-family: "Russo One";
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #144bd8
    }

.sub-body {
    display: none;
}

#a-uslugi-dostavka {
    text-transform: capitalize;
}

.asubitem {
    color: black !important;
}

.a-uslugi-dostavka {
    color: black;
}


@media (max-width:91.875em) {
    [class*=__container] {
        padding: 0 5rem
    }

    .whatsapp-icon-menu rect {
        fill: #008000 !important;
    }

    #a-uslugi-dostavka {
        color: black;
        font-size: 24px;
        text-transform: capitalize;
    }

    #moreparent {
        content: url("/img/icons/more-parent_black.svg");
        width: 32px;
    }

    .asubitem {
        background: #144bd8;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #fff !important;
        border-radius: 8px;
        padding: 16px;
        display: block;
        text-align: center;
    }

    .sub-body {
        position: relative !important;
    }

    .lisubitem {
        margin-bottom: 8px !important;
    }

    .w-100 {
        width: 100%;
    }

    .header__content {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .header__menu:not(:last-child) {
        margin: 0 0 0 24px
    }

    .header {
        border: none
    }

    .menu__body {
        position: fixed;
        right: -110%;
        top: 0;
        -webkit-transition: right .3s ease 0s;
        -o-transition: right .3s ease 0s;
        transition: right .3s ease 0s;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 170px 80px 30px 80px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto
    }

    .menu__bottom .header__socials li:not(:last-child) {
        margin: 0 20px 0 0
    }

    .menu__bottom .header__socials li a {
        width: 45px;
        height: 45px
    }

    .menu__bottom .header__socials svg rect {
        fill: #144bd8
    }

    .

    .menu__bottom .header__socials svg path.tg-path {
        fill: #fff
    }

    .menu__bottom .header__socials svg path.tg-path-two {
        fill: #144bd8 !important
    }

    .menu__bottom .header__socials svg path {
        fill: #fff
    }

    .menu__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: auto
    }

    .menu__list li:not(:last-child) {
        margin: 0 0 32px 0
    }

    .menu__list li.parent > a::after {
        width: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
        height: 32px;
        background: url(../img/icons/more-parent_black.svg) center center/100% no-repeat
    }

    .menu__list li .sub-body {
        position: static;
        display: none;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: height .3s ease 0s;
        -o-transition: height .3s ease 0s;
        transition: height .3s ease 0s;
        padding: 0
    }

    .menu__list li.parent ul > li:not(:last-child) {
        border: none;
        margin: 0 0 8px 0
    }

    .menu__list li.parent ul > li > a {
        background: #144bd8;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        border-radius: 8px;
        padding: 16px;
        width: 100%
    }

    .menu__list li.parent ul {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: 0 0
    }

    .menu__list li.parent._active .sub-body {
        visibility: visible
    }

    .menu__list li.parent {
        width: 100%
    }

    .menu__list li > a {
        font-size: 24px;
        line-height: 32px;
        color: #181818
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: .875rem;
        cursor: pointer;
        z-index: 5
    }

        .icon-menu span, .icon-menu::after, .icon-menu::before {
            content: "";
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
            right: 0;
            position: absolute;
            width: 18px;
            height: .125rem;
            background-color: #fff;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .icon-menu::before {
            top: 0
        }

        .icon-menu::after {
            bottom: 0
        }

        .icon-menu span {
            top: calc(50% - .0625rem)
        }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::after, .menu-open .icon-menu::before {
        background-color: #181818
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }

    .footer {
        margin: 60px 0 0 0
    }

    .top-footer__content {
        gap: 40px
    }

    .top-footer__left {
        width: 25%
    }

    .top-footer__right {
        width: 20%
    }

    .menu-footer {
        min-width: 40%
    }

    .info-footer__address {
        max-width: 135px
    }

    .hero__title {
        font-size: 48px
    }

    .hero {
        background: url(../img/hero/hero_bg.jpg) 16% center/cover no-repeat;
        background-position: 16% center
    }

    .bottom-hero {
        gap: 40px
    }

    .item-services__img {
        width: 100px;
        height: 60px;
        position: relative
    }

        .item-services__img img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: contain;
            object-fit: contain
        }

    .item-services__title {
        font-size: 16px
    }

    .cat-delivery__list li {
        font-size: 16px;
        padding: 12px 18px
    }

    .cat-delivery__list {
        gap: 30px
    }

    .offers-input {
        width: 350px
    }

    .offers-textarea {
        width: 350px
    }

    .top-info__title {
        font-size: 40px;
        line-height: 48px
    }

    .item-blocks__img {
        height: 250px
    }

    .item-blocks__text {
        padding: 0 0 0 20px
    }

    .item-blocks:nth-child(even) .item-blocks__text {
        padding: 0 20px 0 0
    }

    .bottom-blocks__item:not(:last-child) {
        margin: 0 25px 0 0
    }

    .blog__title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 auto 90px auto
    }

    .faq__title {
        font-size: 24px;
        line-height: 32px
    }

    .faq__right {
        width: 47%
    }

    .info-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .order-work__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 60px
    }

    .packaging__title {
        margin: 0 0 60px 0
    }

    .item-packaging__img {
        height: 170px
    }
}

@media (max-width:61.99875em) {
    [class*=__container] {
        padding: 0 .9375rem
    }

    .menu__body {
        padding: 165px 15px 24px 15px
    }

    .top-footer__content {
        gap: 20px
    }

    .top-footer__left::after {
        content: none
    }

    .top-footer__left {
        width: unset
    }

    .top-footer__right::after {
        content: none
    }

    .top-footer__right {
        width: unset
    }

    .item-blocks__title {
        font-size: 24px;
        line-height: 32px
    }

    .bottom-blocks__item:not(:last-child) {
        margin: 0 10px 0 0
    }

    .bottom-blocks__item span {
        font-size: 22px;
        line-height: 30px
    }

    .bottom-blocks__item {
        font-size: 18px;
        line-height: 26px
    }

    .faq__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq__left {
        width: 100%
    }

    .faq__right {
        width: 100%
    }

    .order-work__content {
        gap: 32px 40px
    }

    .packaging__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:47.99875em) {
    .wrapper {
        padding: 98px 0 0 0
    }

    .top-footer__right {
        justify-content: center;
    }

    .info-footer__title {
        white-space: nowrap;
        width: min-content;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .info-footer__socials {
        width: min-content;
        margin: 0 auto !important;
        margin-bottom: 16px !important;
    }

    .w-100 {
        width: 100%;
    }

    #uslugi-dostavka {
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center
    }

        #uslugi-dostavka a {
            margin-right: 16px;
            text-transform: capitalize;
        }

    .main-btn {
        width: 100%
    }

    .header__content {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .header__socials {
        display: flex
    }

    .header__phone {
        display: block;
        font-size: 14px
    }

    .header__socials li a {
        width: 30px;
        height: 30px
    }

        .header__socials li a svg {
            width: 30px;
            height: 30px
        }

    #header-links {
        display: block !important
    }

    .header__socials {
        width: min-content;
        margin: 0 auto !important;
        margin-bottom: 8px !important
    }

    .menu__bottom .header__socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 24px 0 0 0
    }

    .menu__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer {
        margin: 40px 0 0 0
    }

    .top-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        gap: 0
    }

    .top-footer__left {
        padding: 30px 0
    }

    .top-footer__center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 32px 0;
        border-top: 1px solid rgba(29, 29, 29, .12);
        border-bottom: 1px solid rgba(29, 29, 29, .12)
    }

    .top-footer__right {
        padding: 30px 0
    }

    .info-footer__address {
        max-width: 230px
    }

    .hero__title {
        font-size: 32px;
        line-height: 40px
    }

    .hero__bottom {
        margin: 80px 0 0 0
    }

    .hero {
        height: auto;
        background: url(../img/hero/hero_bg.jpg) 32% center/cover no-repeat;
        background-position: 32% center;
        padding: 180px 0 60px 0;
        margin: -98px 0 0 0
    }

    .bottom-hero {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .track-hero {
        width: 100%
    }

    .track-hero-input {
        width: 100%
    }

    .features-hero {
        width: 100%
    }

    .item-features-hero__img {
        margin: 0
    }

    .item-features-hero__title {
        display: none
    }

    .services__content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        margin: 45px 0 0 0
    }

    .cat-delivery__title {
        font-size: 24px;
        line-height: 32px
    }

    .cat-delivery__subtitle {
        font-size: 20px;
        line-height: 28px
    }

    .cat-delivery__list li {
        font-size: 14px;
        padding: 8px 14px
    }

    .cat-delivery__list {
        gap: 15px;
        margin: 40px 0 0 0
    }

    .offers__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .offers__title {
        font-size: 20px;
        line-height: 29px
    }

    .offers__img {
        width: 100%;
        height: 530px
    }

    .offers__form {
        width: 100%
    }

    .offers {
        padding: 40px 0
    }

    .offers-input {
        width: 100%
    }

    .offers-textarea {
        width: 100%
    }

    .text-section__container h2 {
        font-size: 32px;
        line-height: 40px
    }

    .text-section__container h3 {
        font-size: 20px;
        line-height: 28px
    }

    .text-section {
        padding: 40px 0
    }

    .top-info__title {
        font-size: 24px;
        line-height: 32px
    }

    .contacts-top-info__item:not(:last-child) {
        margin: 0 0 24px 0
    }

    .contacts-top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto
    }

    .delivery-table__title {
        font-size: 24px;
        line-height: 32px
    }

    .table-delivery__top {
        display: none
    }

    .item-table-delivery .img img {
        width: 100%
    }

    .item-table-delivery .img {
        width: 100%;
        height: 80px
    }

    .item-table-delivery .time {
        width: 30%
    }

    .item-table-delivery .weight {
        width: 24%
    }

    .item-table-delivery .price {
        width: 24%
    }

    .item-table-delivery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px
    }

    .services-blocks__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 40px auto
    }

    .services-blocks__item:not(:last-child) {
        margin: 0 0 55px 0
    }

    .item-blocks__img {
        width: 100%;
        margin: 0 0 32px 0
    }

    .item-blocks__text {
        width: 100%;
        padding: 0
    }

    .item-blocks:nth-child(even) .item-blocks__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .item-blocks:nth-child(even) .item-blocks__text {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .item-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 60px auto
    }

    .blog {
        padding: 40px 0 70px 0
    }

    .item-blog__img {
        width: 100%;
        height: 290px
    }

    .item-blog__right {
        width: 100%;
        padding: 20px
    }

    .item-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: unset;
        border-radius: 4px 4px 0 0;
        overflow: hidden
    }

    .blog-page__img {
        height: 600px
    }

    .blog-page__title {
        font-size: 24px;
        line-height: 32px
    }

    .blog-page__text h2 {
        font-size: 32px;
        line-height: 40px
    }

    .blog-page__text h3 {
        font-size: 20px;
        line-height: 28px
    }

    .blog-page {
        padding: 0 0 40px 0
    }

    .nav-blog a span {
        display: none
    }

    .item-faq__title {
        font-size: 14px;
        line-height: 24px
    }

    .info-contacts__item:not(:last-child) {
        margin: 0 0 32px 0
    }

    .info-contacts {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: unset
    }

    .order-work__title {
        font-size: 24px;
        line-height: 32px
    }

    .order-work__content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 32px
    }

    .packaging__title {
        font-size: 24px;
        line-height: 32px
    }

    .packaging__content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 32px
    }

    .item-packaging__img {
        height: 250px
    }
}

@media (max-width:29.99875em) {
    .cat-delivery__list li {
        font-size: 12px
    }
}

@media (any-hover:hover) {
    .main-btn:hover {
        background-color: #113ca8
    }

    .breadcrumbs__list li a:hover {
        color: #144bd8
    }

    .header__socials li a:hover {
        opacity: .7
    }

    .header__phone:hover {
        opacity: .7
    }

    .header.header--white .menu__list > li > a:hover {
        color: #144bd8
    }

    .header.header--white .menu__list > li.parent._active a:hover::after {
        background: url(../img/icons/more-parent-bl.svg) center center no-repeat
    }

    .header._header-scroll .menu__list > li > a:hover {
        color: #144bd8
    }

    .header._header-scroll .menu__list > li.parent._active a:hover::after {
        background: url(../img/icons/more-parent-bl.svg) center center no-repeat
    }

    .menu__list li.parent ul > li > a:hover {
        opacity: 1;
        color: #144bd8
    }

    .menu__list li.parent._active a:hover::after {
        background: url(../img/icons/more-parent-bl.svg) center center no-repeat
    }

    .menu__list li > a:hover {
        color: #144bd8
    }

    .footer__phone:hover {
        opacity: .7
    }

    .footer__mail:hover {
        opacity: .7
    }

    .menu-footer__list li a:hover {
        opacity: .7
    }

    .info-footer__socials li a:hover {
        opacity: .7
    }

    .item-services:hover {
        opacity: .7
    }

    .offers__submit:hover {
        opacity: .7
    }

    .text-section__container a:hover {
        text-decoration: none
    }

    .contacts-top-info__item a:hover {
        opacity: .7
    }

    .item-blog__title a:hover {
        color: #144bd8
    }

    .nav-blog a:hover {
        color: #144bd8
    }

        .nav-blog a:hover svg path {
            fill: #144bd8
        }

    .item-contacts .text a.phone:hover {
        color: #144bd8
    }
}

/*LK*/

body.modal-open {
    overflow: hidden;
}

.f-f-roboto {
    font-family: "Roboto", sans-serif !important;
}

.w-2 {
    width: 2%;
}

.w-2-2 {
    width: 2.2%;
}

.w-2-5 {
    width: 2.5%;
}

.w-3 {
    width: 3%;
}

.w-3-5 {
    width: 3.5%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-8 {
    width: 8%;
}

.w-10 {
    width: 10%;
}

.w-12 {
    width: 12%;
}

.w-12-5 {
    width: 12.5%;
}

.w-13 {
    width: 13%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17-8 {
    width: 17.8%;
}

.w-20 {
    width: 20%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-23-5 {
    width: 23.5%;
}

.w-25 {
    width: 25%;
}

.w-27 {
    width: 27%;
}

.w-30 {
    width: 30%;
}

.w-32 {
    width: 32%;
}

.w-33 {
    width: 33%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50%;
}

.w-65 {
    width: 65%;
}

.w-75 {
    width: 75%;
}

.w-84 {
    width: 84%;
}

.w-100 {
    width: 100%;
}

.w-webkit-fill-available {
    width: -webkit-fill-available;
}

.h-100 {
    height: 100%;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-18 {
    font-size: 18px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-22 {
    font-size: 22px;
}

.f-size-24 {
    font-size: 24px;
}

.f-size-28 {
    font-size: 28px;
}

.f-size-32 {
    font-size: 32px;
}

.f-size-36 {
    font-size: 36px;
}

.c-004ADD {
    color: #004ADD;
}

.c-FFFFFF {
    color: #FFFFFF;
}

.c-062663 {
    color: #062663;
}

.c-4E4E4F {
    color: #4E4E4F;
}

.c-080809 {
    color: #080809;
}

.c-B5B5B6 {
    color: #B5B5B6;
}

.c-B3B3B3 {
    color: #B3B3B3;
}

.c-808080 {
    color: #808080;
}

.c-4A628E {
    color: #4A628E;
}

.c-F3F6FA {
    color: #F3F6FA;
}

.c-666666 {
    color: #666666;
}

.c-E6E6E6 {
    color: #E6E6E6;
}

.c-565658 {
    color: #565658;
}

.c-6B6B6B {
    color: #6B6B6B;
}

.c-79797A {
    color: #79797A;
}

.c-5C5C5C {
    color: #5C5C5C;
}

.c-hover-062663:hover {
    color: #062663;
}

.t-a-center {
    text-align: center;
}

.t-a-left {
    text-align: left;
}

.t-a-right {
    text-align: right;
}

.h-100vh {
    min-height: 100vh;
}

.al-it-center {
    align-items: center;
}

.al-it-start {
    align-items: start;
}

.al-it-end {
    align-items: end;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.pos-absolute {
    position: absolute;
}

.t-0 {
    top: 0;
}

.l-0 {
    left: 0;
}

.b-0 {
    bottom: 0;
}

.obj-fit-cover {
    object-fit: cover;
}

.p-l-48px {
    padding-left: 48px;
}

.p-l-30px {
    padding-left: 64px;
}

.p-l-8px {
    padding-left: 16px;
}

.p-l-12px {
    padding-left: 12px;
}

.p-r-16px {
    padding-right: 16px;
}

.p-r-30px {
    padding-right: 30px;
}

.p-t-b-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-5px {
    padding: 5px;
}

.p-10px {
    padding: 10px;
}

.p-15px {
    padding: 15px;
}

.p-16px {
    padding: 16px;
}

.p-20px {
    padding: 20px;
}

.p-24px {
    padding: 24px;
}

.p-30px {
    padding: 30px;
}

.p-38px {
    padding: 38px;
}

.p-45-58 {
    padding: 45px 58px;
}

.p-24-l-r {
    padding-left: 24px;
    padding-right: 24px;
}
.p-20-l-r {
    padding-left: 20px;
    padding-right: 20px;
}

.p-16-56 {
    padding: 16px 56px;
}

.p-16-20 {
    padding: 16px 20px;
}

.p-16-l-r {
    padding-left: 16px;
    padding-right: 16px;
}

.border-r-30px {
    border-radius: 30px;
}

.border-r-20px {
    border-radius: 20px;
}

.border-r-10px {
    border-radius: 10px;
}

.border-r-15px {
    border-radius: 15px;
}

.border-r-5px {
    border-radius: 5px;
}

.border-r-3px {
    border-radius: 3px;
}

.border-r-10-10-0-0 {
    border-radius: 10px 10px 0px 0px;
}

.border-r-0-0-10-10 {
    border-radius: 0px 0px 10px 10px;
}

.inp-phone {
    background: url("/img/references/ic_round-phone.png") no-repeat scroll 24px center;
    outline: none;
}

.inp-pass {
    background: url("/img/references/mingcute_lock-fill.png") no-repeat scroll 24px center;
    outline: none;
}

.inp-profile-name {
    background: url("/img/references/ic_baseline-person.png") no-repeat scroll 24px center;
    outline: none;
}

.inp-profile-phone {
    background: url("/img/references/profile-phone.png") no-repeat scroll 24px center;
    outline: none;
}

.inp-profile-email {
    background: url("/img/references/profile-email.png") no-repeat scroll 24px center;
    outline: none;
}

.inp-search-order {
    background: url("/img/references/search.png") no-repeat scroll 15px center;
    outline: none;
}

.inp-reg-phone {
    background: url("/img/references/phone-gray.png") no-repeat scroll 24px center;
    outline: none;
}

.b-EBF0FA {
    background-color: #EBF0FA;
}

.border-none {
    border: none;
}

.float-right {
    float: right;
}

.w-460px {
    width: 460px;
}

.w-372px {
    width: 372px;
}

.w-221px {
    width: 221px;
}

.w-141px {
    width: 141px;
}

.w-45px {
    width: 45px;
}

.h-45px {
    height: 45px;
}

.h-40px {
    height: 40px;
}

.h-80px {
    height: 80px;
}

.h-88px {
    height: 88px;
}

.h-40px {
    height: 40px;
}

.h-50px {
    height: 50px;
}

.h-55px {
    height: 55px;
}

.h-61px {
    height: 61px;
}

.h-65px {
    height: 65px;
}

.h-min-65px {
    min-height: 65px;
}

.h-89 {
    height: 89px;
}

.m-0-64-0-auto {
    margin: 0 65px 0 auto;
}
.m-0-50-0-auto {
    margin: 0 50px 0 auto;
}

.m-0-0-0-auto {
    margin: auto auto auto auto;
}

.m-0-auto {
    margin: 0 auto;
}

.m-sdfsdf {
    margin: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-14 {
    margin-bottom: 14px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-b-18 {
    margin-bottom: 18px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-26 {
    margin-bottom: 26px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-42 {
    margin-bottom: 42px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-69 {
    margin-bottom: 69px;
}

.m-b-73 {
    margin-bottom: 73px;
}

.h-75px {
    height: 75px;
}

.m-b-87 {
    margin-bottom: 87px;
}

.m-b-92 {
    margin-bottom: 92px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-24 {
    margin-left: 24px;
}

.m-l-1 {
    margin-left: 1%;
}

.m-l-2 {
    margin-left: 2%;
}

.m-l-1-5 {
    margin-left: 1.5%;
}

.m-l-11per {
    margin-left: 11%;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-12 {
    margin-right: 12px;
}

.m-r-18 {
    margin-right: 18px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-24 {
    margin-right: 24px;
}

.m-r-26 {
    margin-right: 26px;
}

.m-r-36 {
    margin-right: 36px;
}

.m-r-38 {
    margin-right: 38px;
}

.m-r-48 {
    margin-right: 48px;
}

.m-r-1 {
    margin-right: 1%;
}

.m-r-2 {
    margin-right: 2%;
}

.m-r-17-5 {
    margin-right: 17.5%;
}

.m-r-11per {
    margin-right: 11%;
}

.w-100-p-64 {
    width: calc(100% - 64px);
}

.w-100-p-66 {
    width: calc(100% - 66px);
}

.w-100-p-68 {
    width: calc(100% - 68px);
}

.w-100-p-48 {
    width: calc(100% - 48px);
}

.w-100-p-32 {
    width: calc(100% - 32px);
}

.w-50-p-32 {
    width: calc(50% - 32px);
}

.w-24px {
    width: 24px;
}

.h-24px {
    height: 24px;
}

.h-30px {
    height: 30px;
}

.h-81px {
    height: 81px;
}

.bg-color-004ADD {
    background-color: #004ADD;
}

.bg-color-0B1E43 {
    background-color: #0B1E43
}

.bg-color-4A556B {
    background-color: #4A556B;
}

.bg-color-EDEFF3 {
    background-color: #EDEFF3;
}

.bg-color-EBF0FA {
    background-color: #EBF0FA;
}

.bg-color-F2F4F7 {
    background-color: #F2F4F7;
}

.bg-color-062663 {
    background-color: #062663;
}

.bg-color-FFFFFF {
    background-color: #FFFFFF;
}

.bg-color-E4EBF9 {
    background-color: #E4EBF9;
}

.bg-color-F4F7FC {
    background-color: #F4F7FC;
}

.bg-color-D5E1FA {
    background-color: #D5E1FA;
}

.bg-color-FFFFFF-animated {
    background-color: #FFFFFF;
    transition: background-color 0.5s, border-radius 0.5s;
}

.hr-E6E6E6 {
    border: 1px solid #E6E6E6;
}

.hr-E6E6E6-full-width {
    margin: 0;
    border: none;
    border-top: 1px solid #E6E6E6;
    width: 100%;
}

.bx-shd-btn {
    box-shadow: inset 7px 7px 20px 4px rgba(237, 240, 244, 0.31), inset -7px -5px 20px 0 rgba(237, 240, 244, 0.31);
}

.bx-shd-main-btn {
    box-shadow: inset -7px -5px 20px 0 rgba(237, 240, 244, 0.2), inset 7px 7px 20px 4px rgba(237, 240, 244, 0.2);
}

.bx-shd-cart {
    transition: box-shadow 0.5s ease-in-out;
}

    .bx-shd-cart:hover {
        box-shadow: 0px 55px 55px 0px rgba(77, 77, 77, 0.09), 0px 14px 30px 0px rgba(77, 77, 77, 0.10);
    }

.j-c-left {
    justify-content: left;
}

.j-c-sp-betw {
    justify-content: space-between;
}

.j-c-right {
    justify-content: right;
}

.j-c-center {
    justify-content: center;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.border-B5B5B6 {
    border: #B5B5B6 solid 1px;
}

.border-A5BEF1 {
    border: #A5BEF1 solid 1px;
}

.border-E6E6E6 {
    border: #E6E6E6 solid 1px;
}

.border-004ADD {
    border: #004ADD solid 1px;
}

.outline-none {
    outline: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#orderList div {
    animation: fadeIn 0.5s ease-in-out forwards;
    opacity: 0;
}

#orderList div:nth-child(1) {
    animation-delay: 0s;
}

#orderList div:nth-child(2) {
    animation-delay: 0.1s;
}

#orderList div:nth-child(3) {
    animation-delay: 0.2s;
}

#orderList div:nth-child(4) {
    animation-delay: 0.3s;
}

#orderList div:nth-child(5) {
    animation-delay: 0.4s;
}

#orderList div:nth-child(6) {
    animation-delay: 0.5s;
}

#customerList {
    animation: fadeIn 0.5s ease-in-out forwards;
}


.cirle-active {
    border-radius: 50%;
    background-color: #E4EBF9;
    padding: 10px;
    height: 40px;
    width: 40px;
    border: #9DABC9 solid 1px;
}

.cirle {
    border-radius: 50%;
    background-color: #ffffff;
    padding: 10px;
    height: 40px;
    width: 40px;
    border: #9DABC9 solid 1px;
}

.bg-hover-4A556B:hover {
    background-color: #4A556B;
}

.bg-hover-062663 {
    transition: background-color 0.5s ease-in-out;
}

    .bg-hover-062663:hover {
        background-color: #062663;
        border: none;
        color: #FFFFFF;
    }

.bg-hover-FFFFFF:hover {
    background-color: #fff;
}

.c-hover-062663:hover {
    color: #062663;
}

.bg-hover-062663-btn:hover {
    background-color: #062663;
}

.main-button {
    background-color: #062663;
    border: none;
    color: #FFFFFF;
    box-shadow: inset -7px -5px 20px 0 rgba(237, 240, 244, 0.2), inset 7px 7px 20px 4px rgba(237, 240, 244, 0.2);
    transition: box-shadow 0.5s ease-in-out;
}

.auth-button {
    background-color: #004ADD;
    border: none;
    color: #FFFFFF;
    box-shadow: inset 7px 7px 20px 4px rgba(237, 240, 244, 0.31), inset -7px -5px 20px 0 rgba(237, 240, 244, 0.31);
    transition: box-shadow 0.5s ease-in-out;
}

.main-button:hover {
    background-color: #062663;
    border: none;
    color: #FFFFFF;
    box-shadow: none;
    transition: box-shadow 0.5s ease-in-out;
}

.auth-button:hover {
    background-color: #004ADD;
    border: none;
    color: #FFFFFF;
    box-shadow: none;
    transition: box-shadow 0.5s ease-in-out;
}

.img-report-hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/img/references/report.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}

    .img-report-hover:hover {
        background-image: url('/img/references/report-blue.png');
    }

.chbox {
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.chbox-062663 {
    min-width: 24px !important;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chbox-004ADD {
    min-width: 24px !important;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chbox:checked {
    background-color: #004ADD;
    border-color: #004ADD;
}

.chbox-062663:checked {
    background-color: #062663;
    border-color: #062663;
}

.chbox-004ADD:checked {
    background-color: #004ADD;
    border-color: #004ADD;
}

.chbox:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.chbox-062663:checked::before {
    content: url('/img/references/check-mark.png');
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.chbox-004ADD::before {
    content: url('/img/references/check-mark.png');
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 60%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    transition: right 0.9s ease;
    z-index: 1000;
}

.modal-small {
    position: fixed;
    top: 0;
    right: -100%;
    width: 22%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    transition: right 0.9s ease;
    z-index: 1000;
}

.modal-medium {
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    transition: right 0.9s ease;
    z-index: 1000;
}

.modal-content {
    position: relative;
}

.modal.open {
    right: 0;
}

.modal-small.open {
    right: 0;
}

.modal-medium.open {
    right: 0;
}

@media screen and (max-width: 1440px) {
    .modal {
        width: 93.75%;
    }

    .modal-small {
        width: 40%;
    }

    .modal-medium {
        width: 60%;
    }

    .h-100vh .w-16{
        width: 6.25%;
    }
    .h-100vh .w-84 {
        width: 93.75%;
    }

    .logo {
        width: 80%;
        margin: 0 auto;
        height: auto;
    }

    .w-84 .h-65px .m-r-24 .f-size-18 {
        font-size: 16px;
    }
    .w-84 .h-65px .m-r-24 .c-4E4E4F {
        font-size: 14px;
    }

    .w-16 .h-65px {
        margin-bottom: 47px;
        height: 50px;
    }
    .w-84 .h-65px.m-b-69.bg-color-EDEFF3.d-flex.j-c-right.al-it-center {
        height: 50px;
        margin-bottom: 47px;
    }

    .h-65px .logo {
        margin: 0;
    }

    .w-16 .h-65px {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .w-16 .bg-hover-4A556B > img {
        display: none;
    }

    .w-16 .bg-hover-4A556B .d-flex > p {
        display: none;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 > p {
        font-size: 24px;
        margin-bottom: 2px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 {
        padding: 20px !important;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 .d-flex .d-flex.j-c-left.al-it-center.m-r-38 > label {
        font-size: 16px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 .d-flex .d-flex.j-c-left.al-it-center.m-r-38 > input {
        min-width: 22px !important;
        height: 22px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 .d-flex .d-flex.al-it-center.cursor-pointer > img {
        width: 20px;
        height: 21px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 .d-flex .d-flex.al-it-center.cursor-pointer > p {
        font-size: 16px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 > input {
        width: 20%;
        height: 33px;
        border-radius: 8px;
        font-size: 16px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35 > button {
        height: 55px;
        font-size: 16px;
        width: max-content;
        padding-left: 15px;
        padding-right: 15px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.al-it-end.j-c-sp-betw.m-b-35  {
        margin-bottom: 28px
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 .d-flex.c-062663.f-w-500.f-size-20.j-c-sp-betw.p-20-l-r.m-b-30.cursor-default {
        font-size: 16px;
        margin-bottom: 21px !important;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList > div {
        min-height: 53px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bill-m-b-20:not(:last-child) {
        margin-bottom: 10px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-15 > p {
        font-size: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-15 > input[type="checkbox"] {
        min-width: 22px !important;
        height: 22px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px > p {
        font-size: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-15 > input[type="button"] {
        height: 31px;
        font-weight: 500 !important;
        font-size: 12px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #orderList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-15 .img-report-hover.cursor-pointer {
        width: 20px;
        height: 19.91px;
    }

    .w-84 .p-24-l-r .d-flex.al-it-center.j-c-right.m-b-30 .m-r-20.m-l-20.d-flex .pagination-m-r-10 > p {
        font-size: 12px;
    }

    .w-84 .p-24-l-r .d-flex.al-it-center.j-c-right.m-b-30 .m-r-20.m-l-20.d-flex .cirle-active {
        height: 30px;
        width: 30px;
    }
    .w-84 .p-24-l-r .d-flex.al-it-center.j-c-right.m-b-30 .m-r-20.m-l-20.d-flex .cirle {
        height: 30px;
        width: 30px;
    }
    .w-84 .p-24-l-r .d-flex.al-it-center.j-c-right.m-b-30 > img {
        width: 6px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7.m-b-45.p-38px.border-r-30px.p-24-l-r #popover {
        min-width: 300px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7.m-b-45.p-38px.border-r-30px.p-24-l-r .popover .p-10px.d-flex.j-c-sp-betw.al-it-center.cursor-pointer.bg-hover-FFFFFF.border-r-3px > p {
        font-size: 14px;
    }

    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList > div {
        min-height: 53px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bill-m-b-20:not(:last-child) {
        margin-bottom: 10px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px > p {
        font-size: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-17-8 > p {
        font-size: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-17-8 > div {
        height: 18px;
        width: 18px;
        margin-right: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .w-15 > p {
        font-size: 14px;
    }
    .w-84 .p-24-l-r .bg-color-F2F4F7 #customerList .bg-color-FFFFFF.border-r-5px.p-16-20.d-flex.j-c-sp-betw.al-it-center.bill-m-b-20.bx-shd-cart.h-min-65px .d-flex.al-it-center.w-15 > input[type="button"] {
        height: 31px;
        font-weight: 500 !important;
        font-size: 12px;
    }

    .w-84 .p-24-l-r .d-flex.al-it-center.m-b-30.j-c-sp-betw .d-flex.al-it-center > p {
        font-size: 24px;
    }
    .w-84 .p-24-l-r .d-flex.al-it-center.m-b-30.j-c-sp-betw > button {
        font-size: 16px;
    }

    #payments-type-0 .d-flex.al-it-center.w-100.j-c-sp-betw.m-b-20 .w-75.d-flex.al-it-center .h-88px {
        height: 61px;
    }
    #payments-type-0 .d-flex.al-it-center.w-100.j-c-sp-betw.m-b-20 .w-75.d-flex.al-it-center .nn .f-size-22 {
        font-size: 18px;
    }
    #payments-type-0 .d-flex.al-it-center.w-100.j-c-sp-betw.m-b-20 .w-75.d-flex.al-it-center .nn .f-size-18 {
        font-size: 16px;
    }
    .d-flex .m-r-20.c-79797A.f-size-18 > p {
        font-size: 14px;
    }
    .d-flex .c-080809.f-size-18 > p {
        font-size: 14px;
    }


    .modal-content .bg-color-E4EBF9.h-65px.d-flex.al-it-center.p-24-l-r.j-c-sp-betw.m-b-30 {
        height: 50px;
    }
    .modal-content .p-24-l-r .f-size-28.c-062663.f-w-500.m-b-30 {
        font-size: 24px;
    }
    .modal-content .p-24-l-r .m-b-30 .f-size-22.f-w-500.c-062663.m-b-20 {
        font-size: 20px;
    }
    .modal-content .p-24-l-r .f-size-28.c-062663.f-w-500.m-b-45 {
        font-size: 24px;
    }
    .modal-content .p-24-l-r .f-size-28.c-062663.f-w-500.m-b-20 {
        font-size: 24px;
    }
    .modal-content .p-24-l-r .f-size-28.c-062663.f-w-500.m-b-25.word-wrap-break-word {
        font-size: 24px;
    }
    .modal-content .p-24-l-r .f-size-28.c-062663.f-w-500.m-b-10.word-wrap-break-word {
        font-size: 24px;
    }
    .modal-content .p-24-l-r .w-100.d-flex.al-it-center.j-c-sp-betw.bg-color-EDEFF3.border-r-10px.p-5px.m-b-20 p {
        font-size: 16px;
    }
    .modal-content .p-24-l-r .f-size-18.m-b-45.c-B3B3B3 {
        font-size: 16px;
    }
    .modal-content .p-24-l-r .w-100.m-b-20 > p{
        font-size: 14px;
    }

    #active-orders-list .m-b-20 .border-r-10-10-0-0.p-16-20.w-100.border-E6E6E6 p {
        font-size: 16px;
    }
    #active-orders-list .m-b-20 .border-r-0-0-10-10.p-16-20.w-100.border-E6E6E6 p {
        font-size: 14px;
    }

    .p-24-l-r #btnaddpaymnets {
        height: 55px;
    }

    #payments-type-1 .w-100.m-b-20 .f-size-22{
        font-size: 18px;
    }
    #payments-type-1 .w-100.m-b-20 .f-size-18 {
        font-size: 16px;
    }

    .d-flex .m-r-48.m-b-20 .f-size-18 {
        font-size: 16px;
    }
    .d-flex .m-r-48.m-b-20 .d-flex.m-b-10 p {
        font-size: 14px;
    }
    .d-flex .m-r-48.m-b-20 .d-flex > p {
        font-size: 14px;
    }

    .m-b-92 .d-flex .w-32 > input {
        height: 70px;
    }

    .p-24-l-r .h-81px.border-r-10px.border-A5BEF1.c-062663.f-size-22.f-w-600.w-372px.bg-color-EBF0FA.cursor-pointer.f-f-roboto.bg-hover-062663 {
        height: 70px;
    }

    .w-84 .p-24-l-r .m-b-92 > p {
        font-size: 24px;
    }

    .w-100-p-24.p-24px.d-flex.al-it-center.j-c-sp-betw.bg-hover-4A556B.cursor-pointer .d-flex > img{
        margin: 0;
    }
    .w-16.bg-color-0B1E43.c-FFFFFF.f-size-20.f-w-600 .w-100-p-24.p-24px.d-flex.al-it-center.j-c-sp-betw.bg-hover-4A556B.cursor-pointer {
        justify-content: center;
    }

    .w-84 .h-65px.m-b-69.bg-color-EDEFF3.d-flex.j-c-right.al-it-center .m-r-24.t-a-right .f-size-18.f-w-600.c-062663.m-b-5 {
        margin-bottom: 3px;
    }
}

.modal-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    transition: background-color 0.5s ease, visibility 0.5s ease;
    z-index: 999;
}

.custom-select {
    background: url('/img/references/arrow-black-down.png') no-repeat right;
    background-position-x: calc(100% - 16px);
    background-color: #F4F7FC;
}

.popover {
    display: none;
    position: absolute;
    background-color: #E4EBF9;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 10px;
    min-width: 350px;
    z-index: 9999; /* Р вЂ™РЎвЂ№РЎРѓР С•Р С”Р С‘Р в„– z-index Р Т‘Р В»РЎРЏ Р С•РЎвЂљР С•Р В±РЎР‚Р В°Р В¶Р ВµР Р…Р С‘РЎРЏ Р С—Р С•Р Р†Р ВµРЎР‚РЎвЂ¦ Р Т‘РЎР‚РЎС“Р С–Р С‘РЎвЂ¦ РЎРЊР В»Р ВµР СР ВµР Р…РЎвЂљР С•Р Р† */
}

.clientstatus {
    display: none;
    position: absolute;
    background: linear-gradient(to right, hsla(220, 71%, 50%, 0.7), hsla(220, 71%, 50%, 0.7));
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 9999; /* Р вЂ™РЎвЂ№РЎРѓР С•Р С”Р С‘Р в„– z-index Р Т‘Р В»РЎРЏ Р С•РЎвЂљР С•Р В±РЎР‚Р В°Р В¶Р ВµР Р…Р С‘РЎРЏ Р С—Р С•Р Р†Р ВµРЎР‚РЎвЂ¦ Р Т‘РЎР‚РЎС“Р С–Р С‘РЎвЂ¦ РЎРЊР В»Р ВµР СР ВµР Р…РЎвЂљР С•Р Р† */
    color: white;
}

#toggle-button {
    transition: transform 0.3s ease;
}

.rotated {
    transform: rotate(180deg);
}

.bill-m-b-20:not(:last-child) {
    margin-bottom: 20px;
}

.files-m-b-10:not(:last-child) {
    margin-bottom: 10px;
}

.pagination-m-r-10:not(:last-child) {
    margin-right: 10px;
}

.clientorder-m-b-14:not(:last-child) {
    margin-bottom: 14px;
}

.yellow-circle {
    border-radius: 50%;
    background-color: #F6EEA0;
    height: 22px;
    width: 22px;
}

.blue-circle {
    border-radius: 50%;
    background-color: #A5D6FA;
    height: 22px;
    width: 22px;
}

.brown-circle {
    border-radius: 50%;
    background-color: #E4BFA5;
    height: 22px;
    width: 22px;
}

.red-circle {
    border-radius: 50%;
    background-color: #F6A0A0;
    height: 22px;
    width: 22px;
}

.green-circle {
    border-radius: 50%;
    background-color: #A5E4A7;
    height: 22px;
    width: 22px;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.underline {
    text-decoration: underline solid #79797A 2px;
}

.underline-hover:hover {
    text-decoration: underline solid #004ADD 2px;
}

.bg-plane {
    background-image: url('/img/references/industrial-port-container-yard\ 2.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%
}

.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.swal2-popup {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}

#loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    display: none;
    z-index: 1000;
}