a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: 'Roboto Condensed', sans-serif;
}

.container-fluid {
    padding: 0;
}

.container-xxl {
    padding: 0;
}

.pk-none {
    display: none;
}

a {
    text-decoration: none;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-orange: #E16B14;
    --color-darkblue: darkblue;
    --color-1: rgba(99, 99, 99, 0.27);
    --color-2: rgba(0, 0, 0, 0.25);
    --color-3: #636363;
    --color-4: #999999;
    --color-5: rgba(255, 255, 255, 0.2);
    --color-6: rgba(225, 107, 20, 0.42);
    --color-7: rgba(140, 140, 140, 0.25);
    --color-8: #494949;
    --color-9: rgba(0, 0, 0, 0.36);
    --color-10: rgba(99, 99, 99, 0.19);
    --color-11: #0762E5;
    --color-12: #D8D8D8;
    --color-13: #535353;
    --color-14: #575757;
    --color-15: #808080;
    --color-16: #DADADA;
}

/* start home page style */

#block-0 {
    padding: 1rem 0;
    background: var(--color-white);
}

#stories-block{
    display: flex;
    justify-content: center;
    padding: 1rem 0 0 0;
}

#stories-container{
    padding: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    text-align: center;
}

.show-block{
    display: block !important;
}

.hidden-bg{
    overflow: hidden !important;
}

.title_story{
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    padding: 10px;
    display: block;
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 2rem;
}

.closeStory{
    color: #fff;
    z-index: 999999;
    position: absolute;
    right: 5%;
    text-align: center;
    padding: 1px;
    display: block;
    top: 4%;
    font-size: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #cccccc91;
    cursor: pointer;
}

#stories-container .slide {
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
    display: grid;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

#stories-container .slide-items {
    border-radius: 5px;
    grid-area: 1/1;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

#stories-container .slide-items img{
    width: 90%;
    margin: 0 auto;
    display: block;
}

#stories-container .slide-items>* {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

#stories-container .slide-items .active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
}

#stories-container .slide-nav {
    display: grid;
    grid-area: 1/1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    z-index: 1;
}

#stories-container .slide-thumbs {
    display: flex;
    grid-column: 1 / 3;
}

#stories-container .slide-thumb-item {
    background-color: #cccccc5c;
    border-radius: 3px;
    display: block;
    flex: 1;
    height: 5px;
    margin: 5px;
    overflow: hidden;
}

#stories-container .slide-thumb-item.active::after {
    animation: thumb 5s forwards linear;
    background-color: #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: inherit;
    transform: translateX(-100%);
}

#stories-container .slide-next,
#stories-container .slide-prev {
    opacity: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
    to {
        transform: initial;
    }
}

.story{
    margin-right: 5px;
    margin-left: 5px;
}

.story img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid red;
    cursor: pointer;
}

.logo img {
    width: 50%;
}

.menu {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background: var(--color-white);
    z-index: 999;
}
.menu a,
.login-lang .dropdown a {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.155em;
    color: var(--color-black);
    flex: none;
    order: 0;
    flex-grow: 0;
    text-transform: uppercase;
}

.login-lang {
    display: flex;
    justify-content: end;
}

.login-lang .dropdown {
    margin-left: 1rem;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    background: var(--color-white);
    border: 1px solid var(--color-1);
    box-shadow: 0 1px 4px var(--color-2);
    border-radius: 5px;
}

.login-lang .dropdown img {
    width: 23%;
}

.login {
    font-size: 20px !important;
    color: var(--color-3) !important;
    text-transform: none !important;
}

.dropdown-menu {
    transform: translate3d(-1.4px, 46px, 0px) !important;
    width: fit-content !important;
    min-width: 100%;
}

#block-1 {
    padding: 1rem 0;
    background: var(--color-orange);
}

.left-contact a {
    display: flex;
    align-items: center;
}

.left-contact a span {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.155em;
    color: var(--color-white);
}

.left-contact a .phone-i {
    margin-right: 10px;
    font-size: 25px;
}

.right-menu {
    display: flex;
    justify-content: space-around;
}

.right-menu a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.105em;
    color: var(--color-white);
    flex: none;
    order: 0;
    flex-grow: 0;
}

#block-2 {
    position: relative;
}

.block-2-bg {
    background: url("../images/home-1.png") no-repeat center;
    width: 100%;
    padding: 25% 0;
    background-size: contain;
    position: relative;
}

.block-2-bg:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #00000094;
}

.title {
    width: fit-content;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.title h1 {
    font-weight: bolder;
    font-style: italic;
    font-size: 65px;
    line-height: 84.8%;
    letter-spacing: 0.025em;
    color: var(--color-orange);
    text-transform: uppercase;
    animation: title-animation 5s infinite alternate; 
}

@keyframes title-animation {
    from {color: white;}
    to {color: var(--color-orange);}
}

.title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.025em;
    color: var(--color-white);
}

.title a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    border-radius: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 5px 1.5rem;
}

#block-3 {
    padding: 2rem 0;
}

#block-3 .container-xxl {
    max-width: 1490px;
}

.block-3-bg {
    width: 100%;
    padding: 5% 0 8% 0;
    background: linear-gradient(90deg, #ff8502 0%, #ff4002 100%);
}

.title-b3 a {
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: block;
    color: var(--color-white);
    background: var(--color-6);
    border-radius: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
}

#block-4, #block-3-parcels {
    padding-bottom: 2rem;
}

#block-3-parcels .d-flex{
    justify-content: space-between;
}

.title-b4 h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 2rem;
}

.title-b4 h2 span {
    color: var(--color-orange);
}

.desc-service{
    padding: 1rem;
    margin-top: 2rem;
    text-align: left;
}

.service-block img{
    height: auto !important;
}

.services-block {
    text-align: center;
    border-radius: 32px;
    width: 100%;
    padding-bottom: 15px;
    height: 98%;
    margin-bottom: 1rem;
}

.services-block a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-3);
    margin-top: 10px;
    padding-bottom: 10px;
}

.services-block img {
    border: 1px solid var(--color-2);
    width: 90%;
    margin: 0 auto;
    height: 350px;
    object-fit: cover;
    border-radius: 32px;
}

#block-5,
#block-6 {
    padding: 3rem 0;
}

.logo-company img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.block-server {
    position: relative;
    padding: 15%;
    background: var(--color-white);
    border: 3px solid var(--color-white);
    box-shadow: 0 2px 4px 3px var(--color-7);
    border-radius: 32px;
    height: 90%;
}

.block-server p,
.block-server a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.045em;
    color: var(--color-8);
}

.block-server a {
    color: var(--color-darkblue);
    font-size: 18px;
}

.bg-img-icon {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 70px;
    height: 70px;
    padding: 8px;
    background: var(--color-white);
    border: 6px solid var(--color-white);
    box-shadow: -3px -4px 5px -4px var(--color-2);
    border-radius: 50%;
    text-align: center;
}

.check-file {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.lines {
    position: absolute;
}

.line-1 {
    right: -51%;
    top: 40%;
}

.line-2 {
    right: 50%;
    top: 102%;
}

.bs-3 {
    top: 41%;
}

.line-3 {
    top: 49%;
    left: 101%;
}

.bs-4 {
    top: 82%;
}

.line-4 {
    top: 45%;
    right: 101%;
}

.line-5 {
    top: 101%;
    right: 51%;
}

.bs-5 {
    top: 108%;
}

.line-6 {
    top: 50%;
    left: 101%;
}

.icon-mob-app {
    margin-top: 1rem;
}

.icon-mob-app img {
    width: 200px;
    height: 55px;
    object-fit: cover;
}

#block-7 {
    margin-top: 25%;
}

.condition-blog {
    border: 1px solid var(--color-white);
    box-shadow: 2px 4px 15px 1px var(--color-9);
    border-radius: 32px;
    text-align: center;
}

.condition-blog img {
    border-radius: 32px 32px 0 0;
}

.condition-blog h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.045em;
    color: var(--color-orange);
    padding: 10px 2rem;
}

.condition-blog p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    padding: 10px 2rem;
}

#block-8 {
    padding: 3rem 0;
}

.blog-about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.045em;
    color: var(--color-black);
}

#block-9 {
    background: url("../images/home-1-right.png") right no-repeat;
    background-size: contain;
    border-top: 1px solid var(--color-10);
    padding: 5% 0 4% 0;
}

.blog-footer-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.155em;
    color: var(--color-black);
    flex: none;
    order: 0;
    flex-grow: 0;
    text-transform: uppercase;
}

.blog-footer-content a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.155em;
    color: var(--color-black);
}

.blog-footer-icons,
.blog-footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}

.blog-footer-logo img{
    width: 55%;
}

.blog-footer-icons a img {
    width: 30%;
}

.blog-footer-logos a img {
    width: 47%;
}

/* and home page style */

/* start registration page style */

#block-2-reg {
    padding: 4rem 0;
    background: url("../images/register-1.jpg") no-repeat center;
    background-size: cover;
}

.form-register {
    background: var(--color-white);
    padding: 4rem 5rem;
    border-radius: 33px;
}

.form-register h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.155em;
    color: var(--color-3);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.form-register .input-reg {
    border: 1px solid var(--color-3);
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 7px 1rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: var(--color-3);
}

.form-register label {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    margin-left: 10px;
    margin-bottom: 10px;
}

.form-register p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    margin-bottom: 10px;
    margin-top: 1rem;
}

.form-register a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.045em;
    color: var(--color-11);
    margin-bottom: 5px;
    display: block;
}

.form-register img {
    margin-bottom: 1rem;
}

.check {
    border: 1px solid var(--color-black);
    border-radius: 5px;
}

#block-2-address {
    padding: 4rem 0;
}

.address-right-title {
    text-align: center;
}

.address-right-title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    margin-bottom: 1.5rem;
}

.address-right {
    border: 1px solid var(--color-white);
    box-shadow: 2px 4px 15px 1px var(--color-9);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.address-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-black);
}

.address-left {
    border: 1px solid var(--color-12);
    border-radius: 32px;
    padding: 2rem;
}

.address-left span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 1rem;
}

.al-2 {
    text-align: right;
}

.al-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.al-center {
    text-align: center;
    margin-top: 1rem;
}

.al-center a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-3);
    background: var(--color-white);
    border: 1px solid var(--color-1);
    border-radius: 13px;
    padding: 3px 1rem;
}

.address-required {
    background: var(--color-orange);
    border-radius: 32px;
    padding: 2rem;
    margin-top: 4rem;
}

.address-required h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-white);
}

.address-required p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-white);
}

#block-2-parcels {
    padding: 3rem 0;
}

.b2-parcels-bg {
    background: url("../images/unknown.png") right no-repeat;
    background-size: contain;
    padding: 15% 0;
}

.unknown-title {
    padding-right: 1rem;
    padding-left: 4rem;
}

.unknown-title h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.045em;
    color: var(--color-13);
    text-transform: uppercase;
}

.unknown-title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-13);
}

.unknown-b3-body {
    border: 1px solid var(--color-white);
    box-shadow: 2px 4px 15px 1px var(--color-9);
    border-radius: 32px;
    padding: 0 0 1rem 0;
}

.unknown-b3-body img {
    border-radius: 32px 32px 0 0;
    margin-bottom: 1rem;
}

.unknown-b3-body h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    padding: 0 3rem;
}

.unknown-b3-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-14);
    padding: 0 3rem;
}

#block-4-parcels {
    padding: 4rem 0;
}

.unknown-b4-form {
    border: 1px solid var(--color-white);
    box-shadow: 2px 4px 15px 1px var(--color-9);
    border-radius: 32px;
    padding: 3rem;
}

.unknown-b4-form h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    text-align: center;
}

.unknown-b4-form .input-unknown {
    border: 1px solid var(--color-3);
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 7px 1rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: var(--color-3);
}

.unknown-b4-form span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.045em;
    color: var(--color-15);
    display: block;
    margin-bottom: 2rem;
}

#block-2-contact {
    background: url("../images/contact.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 4rem 0;
}

.b2-contact-address {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 2rem;
}

.b2-contact-address p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-white);
    margin-bottom: 0;
}

.b2-contact-address a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.055em;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: var(--color-white);
    display: block;
    margin-bottom: 10px;
}

.icon-contact {
    color: var(--color-white);
    font-size: 38px;
    display: block;
    text-align: center;
    margin-right: 1rem;
}

#block-2-profile {
    padding: 4rem 0;
}

.b2-profile-block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    margin-bottom: 1rem;
}

.b2-profile-block p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: var(--color-3);
    margin-bottom: 0;
}

.b2-profile-orders .nav-link {
    border: 1px solid var(--color-white);
    box-shadow: 2px 4px 15px 1px var(--color-9);
    border-radius: 8px;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 7px 1rem;
    color: var(--color-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b2-profile-orders .nav-pills .nav-link.active {
    background-color: var(--color-orange);
}

.b2-profile-order {
    border: 1px solid var(--color-12);
    border-radius: 32px;
    padding: 2rem;
}

.body-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body-order span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    flex: none;
    order: 0;
    display: block;
    flex-grow: 0;
    margin-bottom: 1.5rem;
}

.body-order img {
    width: 20%;
    margin-left: auto;
    display: block;
}

#block-2-chase {
    padding: 4rem 0;
}

.b2-chase-top {
    display: flex;
}

.b2-chase-top h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: var(--color-black);
}

.b2-chase-top p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: var(--color-black);
    margin-bottom: 0;
}

.icon-track {
    color: var(--color-orange);
    font-size: 30px;
    margin-right: 1rem;
}

.b2-chase-bottom {
    margin-top: 3rem;
    display: flex;
}

.b2-chase-bottom span {
    display: block;
    margin-bottom: 40px;
}

.date-chase {
    margin-bottom: 65px !important;
    font-weight: 500;
    font-size: 14px;
    margin-top: 9px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.045em;
    color: var(--color-3);
    margin-right: 1rem;
}

.info-chase {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: var(--color-black);
}

.info-chase span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.045em;
    color: var(--color-3);
}

.round-chase {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    margin-bottom: 66px !important;
    margin-top: 10px;
    margin-right: 1rem;
    position: relative;
}

.round-chase-end {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    margin-bottom: 66px !important;
    margin-top: 10px;
    margin-right: 1rem;
}

.round-chase:after {
    position: absolute;
    width: 3px;
    height: 90px;
    background-color: var(--color-black);
    content: '';
    top: 6px;
    left: 8px;
    z-index: -1;
}

.round-chase-active {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}

.reg-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: block;
    align-items: center;
    letter-spacing: 0.045em;
    color: var(--color-white);
    background: var(--color-11);
    border: 1px solid var(--color-11);
    border-radius: 8px;
    margin: 2rem auto 0 auto;
    padding: 5px 1.5rem;
}

.offcanvas {
    width: 70% !important;
    border-radius: 55px 0 0 55px;
}

.menu-mob-canvas a {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2rem;
    display: block;
    text-align: right;
    line-height: 27px;
    letter-spacing: 0.105em;
    color: var(--color-black);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.slide-services{
    width: 100%;
    overflow: hidden;
}

.widjets{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    padding: 5px;
    border-radius: 50%;
    background: green;
    width: 60px;
    box-shadow: 0 0 15px #ccc;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widjets a{
    color: var(--color-white);
    font-size: 30px;
    font-weight: bolder;
}