/* Nunito Sans — Light (200) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-ExtraLight.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Regular (400) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Regular.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Italic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — SemiBold (600) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-SemiBold.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Bold (700) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Bold.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-BoldItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Nunito Sans — Black (900) */
@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-Black.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('/fonts/nunito-sans/NunitoSans-BlackItalic.woff2') format('woff2'),
       url('/fonts/nunito-sans/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

* {
    font-family: 'Nunito Sans', Inter, sans-serif;
    font-size: 16px;
}

/*For scrollTo animation JQuery*/
html {
    scroll-behavior: auto !important;
}
.fs-16px{
    font-size: 16px !important;
}
.fs-12px{
    font-size: 12px;
}

/*HEADER LANGUAGE*/
/*.language{*/
/*    cursor: pointer;*/
/*}*/
/*.dropdown-header{*/
/*    position: relative;*/
/*}*/
/*.dropdown-header:hover{*/
/*    transition: 0.1s;*/
/*    background-color: var(--bs-input-hover);*/
/*}*/
/*.language img{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.dropdown-language{*/
/*    visibility: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    position: absolute;*/
/*    width: 120%;*/
/*    max-height: 100px;*/
/*    background-color: rgb(255, 255, 255);*/
/*    top: 100%;*/
/*    left: 0;*/
/*    border-radius: 0 0 6px 6px;*/
/*    overflow-y: auto;*/
/*    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);*/
/*    z-index: 1;*/
/*    overflow-x: hidden;    */
/*    */
/*}*/
/*.dropdown-language::-webkit-scrollbar{*/
/*    width: 10px;*/
/*    */
/*}*/
/*.dropdown-language::-webkit-scrollbar-thumb {*/
/*    background-color: darkgray; */
/*    border-radius: 10px; */
/*}*/
/*.dropdown-language .dropdown-option{*/
/*    display: flex;*/
/*    gap: 0.25rem;*/
/*    width: 100%;    */
/*    padding: 0.25rem 0.5rem;  */
/*    border-bottom: 1px solid #F0F0F0;  */
/*}*/
/*.dropdown-option{*/
/*    cursor: pointer;*/
/*}*/
/*.dropdown-option img{*/
/*    width: 22px !important;*/
/*    height: 22px !important;*/
/*}*/
/*.dropdown-option div{*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*}*/
/*.dropdown-option:hover{*/
/*    background-color: #EBEBEB;*/
/*}*/
/*.dropdown-language.active-language{*/
/*    visibility: visible;*/
/*}*/
/*.picture-holder{*/
/*    width: 22px;*/
/*}*/
/*HEADER LANGUAGE*/
a {
    color: black;
    text-decoration: none;
}

h1 {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}

.get-quote-section {
    background-color: rgb(27, 31, 39);
}

.main-section {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 0px 30px 0px;
    max-width: 1440px;
    background-position: center;
    background-size: cover;
    /*box-shadow: -80px 20px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
    background-repeat: no-repeat;
    position: relative;
    transition: background-image 1s;
    /* animation: bg-change 15s linear infinite; */
}
.slider{
    -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
    opacity: 1;
}
.get-quote-section{

}
.get-quote-section .slider-button {
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50%;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
.get-quote-section .slick-arrow{
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}
.get-quote-section .slick-arrow:hover{
    background-color: rgba(133, 133, 133, 0.85);
}
.get-quote-section .slick-dots{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
}
.get-quote-section .slick-dots li button:before{
    color: white !important;
    font-size: 10px;
    opacity: 0.5;
}
.get-quote-section .slick-active button:before{
    color: white !important;
    opacity: 0.8 !important;
}
.get-quote-section .bg-slick {
    overflow: hidden;
}

.get-quote-section .slick-list {
    height: 100%;
}

.get-quote-section .slick-list .slick-track {
    height: 100%;
    padding: 0;
}

.bg-slide-show {
    background-position: center;
    background-position-x: center;
    background-position-y: 80%;
    background-size: cover;
    top: 0;
    transition: opacity 1s;
    /*box-shadow: -80px 20px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
}

.bg-slide-show-van-riga {
    background-position: center;
    background-position-x: 70%;
    background-position-y: 80%;
    background-size: cover;
    top: 0;
    transition: opacity 1s;
    /*box-shadow: -80px 20px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
}

.bg-slide-show-loading-van {
    background-position: center;
    background-position-x: center;
    background-position-y: 30%;
    background-size: cover;
    top: 0;
    transition: opacity 1s;
    /*box-shadow: -80px 20px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
}
.bg-slide-show-accepted {
    background-position: center;
    background-position-x: center;
    background-position-y: 80%;
    background-size: cover;
    top: 0;
    transition: opacity 1s;
    /*box-shadow: -80px 20px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
}

@media all and (min-width: 1900px) {
    .bg-slide-show-van-riga {
        background-position: center;
        background-position-x: center;
        background-size: cover;
    }
}

@media all and (max-width: 1080px) {
    .bg-slide-show-van-riga {
        background-position: center;
        background-position-x: center;
        background-size: cover;
    }
}

@media all and (min-width: 1900px) {
    .bg-slide-show-loading-van {
        background-position: center;
        background-position-x: center;
        background-position-y: 80%;
    }
}

@media all and (max-width: 1080px) {
    .bg-slide-show-loading-van {
        background-position: center;
        background-position-x: 90%;
        background-size: cover;
    }
    .bg-slide-show-accepted{
        background-position-x: 10%;
        background-size: cover;
    }
}
@media all and (max-width: 420px) {
    .bg-slide-show-van-riga {
        background-position: center;
        background-position-x: 30%;
        background-size: cover;
    }
}

/* @keyframes bg-change {
    0%, 100%{
        background-image: url(Pictures/truck-mersedez-delivery-in-europe-.svg);
    }
    20%{
        background-image: url(Pictures/truck-mersedez-delivery-in-europe-.svg);
    }
    25%{
        background-image: url(Pictures/Warehous-background-picture.svg);
    }
    45%{
        background-image: url(Pictures/Warehous-background-picture.svg);
    }
    50%{
        background-image: url(Pictures/parcel-machine-background-picture.svg);
    }
    70%{
        background-image: url(Pictures/parcel-machine-background-picture.svg);
    }
    75%{
        background-image: url(Pictures/smaller-truck-background-picture.svg);
    }
    95%{
        background-image: url(Pictures/smaller-truck-background-picture.svg);
    }
    
} */
.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(27, 31, 39, 0.6), rgba(27, 31, 39, 0.6));
    margin: auto;
}

.container {
    padding: 0px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* For previous form deleted as of 23.01.2025 */
/* .container.inner{
    padding-top: 40px;
    padding-left: 130px;
    padding-right: 130px;
    width: 100%;
    justify-content: center;    
} 
.container.foundation-inner{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
}*/
.container-inner {
    padding-left: 3%;
    padding-right: 3%;
}

.saving-text{
    font-size: 2.3vw;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    text-shadow: 0 0 10px black;
}



.saving-text .presco-texts {
    font-size: calc(1.475rem + 1.5vw)
}
.saving-text a span {
    font-size: 40px;
}

.presco-texts {
    text-shadow: white 1px 0.5px;
    color: #F01A26;
}


.three-buttons-section {
    max-width: 650px;
}

.three-buttons {
    border-radius: 15px;
    background-color: #F01A26;
    border: 1px solid white;
    color: white;
}


.container.main-holder {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    height: 182px;
    align-items: center;


}

.container.main-inner-holder-computer {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid white;
    justify-content: space-between;
    width: 100%;
}

.main-inner-holder-tablet {
    display: none !important;
    display: flex;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid white;
    justify-content: space-between;
    width: 100%;
}

.container.inner-placeholder1 {
    display: flex;
    border-radius: 8px 0px 0px 8px;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 5px;
    margin: 0px;
    width: 100%;
    height: 88px;
    background-color: #FFFFFF;

}

.container.inner-placeholder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 5px;
    margin: 0px;
    width: 100%;
    height: 88px;
    background-color: #FFFFFF;
    cursor: pointer;

}

.inner-placeholder-nested {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 58px;
    gap: 6px;
}

.text-pickup {
    font-weight: 600;

}

hr {
    margin: 0px;
    border-left: 2px solid black;
    opacity: 100%;
    height: 100%;
}

.form-control {
    --bs-border-radius: 0;
    padding: 0px;
    border: none;
    font-size: 16px;
    color: #B0B0B0;
    background-color: white;
    height: 26px;
    justify-content: space-between;

}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: white;
}

.input-holder {
    display: flex;
    flex-direction: row;
    width: 100%;

}

.img {
    margin-right: 20px;
    width: 14px;
    height: 24px;
}

.container.inner-placeholder-red {
    border-radius: 0px 0px 6px 6px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 15px;
    padding-bottom: 31px;
    padding-top: 31px;
    padding-right: 15px;
    margin: 0px;
    width: 20%;
    height: 88px;
    gap: 30px;
    background-color: red;

}

.d-sm-flex.bg-primary {
    font-size: 18px;
    font-weight: 600;
    color: white;
}


.d-flex.bg-primary {
    flex-direction: row;
    background-color: none !important;
    gap: 20px;
}

.d-flex.red-buttons-holder {
    height: 100%;
    width: 672px;
    padding-left: 49px;
    padding-right: 49px;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.red-buttons {
    width: 176px;
    height: 34px;
    background-color: red;
    border-radius: 15px;
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap
}

.inner-red-button {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.inner-red-button a {
    color: white !important;
}

body {
    margin: 0px;
}

:root {
    --bs-primary: #F01A26;
    --bs-primary-opacity: rgb(240, 27, 38, 0.2);
    --bs-primary-rgb: 240, 27, 38;
    --bs-light-rgb: 49, 56, 70;

}

.btn-primary {
    --bs-btn-bg: #F01A26;
    --bs-btn-border-color: #F01A26;
    --bs-btn-hover-bg: #da1923;
    --bs-btn-hover-border-color: #da1923;
    --bs-btn-active-bg: #aa131b;
    --bs-btn-active-border-color: #aa131b;
    --bs-btn-disabled-bg: #aa131b;
    --bs-btn-disabled-border-color: #aa131b;
}

.btn-secondary {
    color: black;
    --bs-btn-bg: none;
    --bs-btn-border-color: #D3D3D3;
    --bs-btn-hover-bg: #D3D3D3;
    --bs-btn-hover-border-color: #D3D3D3;
    --bs-btn-active-bg: #8a8a8a;
    --bs-btn-active-border-color: #8a8a8a;
    --bs-btn-disabled-bg: #8a8a8a;
    --bs-btn-disabled-border-color: #8a8a8a;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #fee8e9;
    --bs-btn-border-color: #fab8bc;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #fab8bc;
    --bs-btn-hover-border-color: #f01b26;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fab8bc;
    --bs-btn-active-border-color: #f01b26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fee8e9;
    --bs-btn-disabled-border-color: #f01b26;
}

.header-inner {
    position: fixed !important;
}


/* OUR PARTNERS CAROUSEL */
.our-partners-horizontal-slider {
    background-color: white;
}

.our-partners-horizontal-slider .container {
    padding: 30px 20px 20px 30px;
}

.our-partners-horizontal-slider h1 {
    padding: 0 20%;
}

.horizontal-slider {
    max-width: 700px;
    margin: 0 auto;
    overflow-x: hidden;
    height: 60px;
    mask: linear-gradient(90deg, transparent, white 8%, white 92%, transparent)
}

.horizontal-slider::-webkit-scrollbar {
    display: none;

}

/* For solution another than slick-slider */
/* .horizontal-slider-inner{
   width: max-content;
   display: flex;
   gap: 50px; 
   transition: 0.7s; 
   position: relative;            
} */

.slick-track {
    padding-left: 68px;
}

.horizontal-slider-picture-holder {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 60px !important;
    transition: 0.5s;

}

.horizontal-slider-picture-holder img {
    width: 120px;
}

.horizontal-slider-picture-holder .dpd {
    width: 95px;
}

.horizontal-slider-picture-holder .fedEx {
    width: 95px;
}

/* HOW IT WORKS */
.how-it-works {
    position: relative;
}

.how-it-works-heading {
    padding-top: 10px;
    color: var(--bs-primary);
}

.vertical-line {
    border-left: 4px solid black;
    height: auto;
}

.d-flex.flex-column {
    gap: 15px;
    max-width: 400px;
}

.left-text {
    direction: rtl;
}

.right-text {
    direction: ltr;
}

.d-flex {
    height: 100%;
}

.d-flex.inner {
    gap: 20px;
    max-width: 500px;
}

.d-flex.inner.mobile {
    display: none !important;
}

h2 {
    margin: 0;
    font-weight: 600;
}

h3 {
    font-size: 80px;
    font-weight: 600;
    color: var(--bs-primary);
    margin: auto 0;
}

.d-flex.outer {
    gap: 70px;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
}

#types-of-shipments {
    width: 400px;
}

#dispatching-product {
    width: 300px;
    margin-right: 100px;
}

.steps-how-it-works {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 200px;
    left: 50%;
}

.steps-how-it-works .vertical-line {
    height: 230px;
    margin-left: 19px;
    border-left-color: var(--bs-primary);
}

.vl2 {
    height: 300px !important;
}

.how-it-works-bottom {
    margin: 50px auto 80px auto;
    max-width: none !important;
}

/* Start Delivering right now button */
.how-it-works-bottom .button-header, .exclusive-benefits-header .btn-primary {
    transition: 0.2s;
}

.how-it-works-bottom .button-header:hover, .exclusive-benefits-header .btn-primary:hover {
    transform: scale(1.02);
}

.fs-42 {
    font-size: calc(1.550rem + 1.5vw) !important;
}

/* Entrer shipment data MAP */

.send-to-span {
    width: 28% !important;
    transition: 0.1s;
}

/* Benefits section */
.exclusive-benefits {
    background-color: #F0F0F0;
}

.exclusive-benefits h1 {
    line-height: 150%;
}

.exclusive-benefits-header {
    gap: 20%;
}

.exclusive-benefits-inscription {
    max-width: 370px;
}

.exclusive-benefits-block {
    min-width: 64% !important;
}

.exclusive-benefits-arrow {
    border-top: 6px dashed var(--bs-primary);
    height: auto;
    width: 25%;
    position: relative;
    opacity: 0;
    transform: translate(-50%);
}

.exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow {
    width: 32%;
}

.exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow {
    width: 42%;
}

.exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow {
    width: 52%;
}

.exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
    left: 92% !important;
}

.exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
    left: 92% !important;
}

.exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
    left: 94% !important;
}

.exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
    left: 94% !important;
}

.exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
    left: 95% !important;
}

.exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
    left: 95% !important;
}

/* ANIMATIONS FOR ARROWS (ADDITIONAL CLASSES) */
.animation-arrow-show {
    animation: benefits-arrow .5s forwards;
}

.animation-block-show {
    animation: fadeInFromNone .3s forwards;
}

.block-exlusive {
    opacity: 0;
}

/* .............................. */

/* animation for arrows */
@keyframes benefits-arrow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0%);
    }
}

/* ................... */

/* animation for blocks after arrows */
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

/* ..................... */
.exclusive-benefits-arrow-bottom {
    border-top: 6px solid var(--bs-primary);
    transform: rotate(135deg);
    width: 30px;
    left: 93%;
    top: 4px;
}

.exclusive-benefits-arrow-top {
    border-top: 6px solid var(--bs-primary);
    transform: rotate(-135deg);
    width: 30px;
    left: 93%;
    bottom: 8px;
}

.exclusive-benefits-hand-picture {
    max-width: 700px;
    margin-top: -80px;
}

.transparency-color {
    background-color: #757A83;
}

.rates-color {
    background-color: #5A606B;
}

.shipment-color {
    background-color: #313846;
}

.transparency-color, .rates-color, .shipment-color {
    box-shadow: 0px 4px 4px 0 #00000086;
}

.body-card-color {
    background-color: #F0F0F0;
}


/* Our partners */
.partners {
    background-color: rgb(35, 40, 50);
}

.inner-partners {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    background-image: url("/pictures/mainPage/exclusiveBenefits/exclusive-benefits-background.svg");
    box-shadow: -80px 0px 65px -10px rgb(35, 40, 50) inset, 80px 0px 65px -10px rgb(35, 40, 50) inset;

}

.main-partner-text {
    max-width: 715px;
}

.partners-images {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, 24%);
    grid-template-rows: auto auto;
    justify-content: space-between;
    row-gap: 24px;
}

.partners-images img {
    width: 100% !important;
}

.block-pictures {
    background-color: white;
    opacity: 80%;
    border-radius: 12.8px;
    transition: .2s;
    padding: 8% 8% !important;
    aspect-ratio: 2 / 1;
    /* Спросить у Максима Игоревича */
}

.block-pictures:hover {
    background-color: rgb(245, 102, 110);
}

.block-pictures:hover .img-fluid {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(66deg) brightness(108%) contrast(98%);
}


.send-to-span:hover {
    background-color: #f5666e !important;
}

.send-to-span a {
    font-size: 14px;
}

.send-to-span img {
    width: 20%;
}

.usa-location {
    top: 35%;
}

.usa-location img {
    top: 5%;
    left: 68%;
}

.europe-location {
    top: 14%;
    left: 30%;
}

.europe-location img {
    bottom: 10%;
    left: 70%;
}

.japan-location {
    left: 62%;
    top: 35%;
}

.japan-location img {
    left: 70%;
    top: 5%;
}

.australia-location {
    left: 58%;
    top: 68%;
}

.australia-location img {
    left: 70%;
    top: 15%;
}

/* Choose the delivery method TYPES OF SHIPMENTS */
.bg-type-background {
    background-color: #D9D9D9 !important;
}

.bg-type-background img {
    transition: 0.1s;
}

.bg-type-background img:hover {
    scale: 1.2;
}

.horizontal-line-hwt {
    border-top: 3px dashed var(--bs-primary);
    height: auto;
}

.holder-saving-euro > div:nth-of-type(1) {
    align-items: start !important;
}

.holder-saving-euro > div:nth-of-type(3) {
    align-items: end !important;
}

.vertical-line-hwt {
    border-left: 3px dashed var(--bs-primary);
    height: 30px;
}

.magnifying-glass {
    margin-bottom: -10%;
    margin-left: -6%;
}

.tick-finish {
    width: 22%;
}

.efficiency-text {
    opacity: 1;
    transition: 0.1s;
}

/* TEXT CHANGES COLOR AFTER HOVERING FEATURES*/
/* :has(.quality-and-service-images1:hover) .efficiency-text.ts{
    opacity: 1;
}
:has(.quality-and-service-images2:hover) .efficiency-text.ms{
    opacity: 1;
}
:has(.quality-and-service-images3:hover) .efficiency-text.e{
    opacity: 1;
} */
/* Picture hover 3rd step */
.d-flex.flex-column.justify-content-center.w-50.gap-0 img:hover {
    transition: .1s;
    transform: scale(1.2);
}

/* BANK CARDS */

.dashed-circle {
    padding: 7%;
}

.bank-card-flex-holder {
    gap: 8% !important;
}

.bank-card-holder-edges {
    gap: 30%;
}

.bank-card-holder-center {
    gap: 60%
}

.bank-card-circle {
    height: 100%;
    width: 21%;
}

#laptop-presco {
    left: 52%;
}

.w-40 {
    width: 43%;
}

/* PARCEL DELIVERING */
.parcel-delivering {
    padding: 10%;
}

/* HOW IT WORKS STEPS */
.how-it-works-steps {
    width: 3%;
    top: 8.5%;
    left: 48.5%;
    height: 87%;
}

.round-circle-steps {
    aspect-ratio: 1 / 1;
    border-width: 4px !important;
}

.steps-line {
    border-left: solid 4px var(--bs-primary);
    height: 0%;
    margin: 0 auto;
    transition: 0.7s;
}

.no1 {
    height: 13%;

}

.no2 {
    height: 21%;

}

.no3 {
    height: 25%;

}

.no4 {
    height: 25%;

}

.no5 {
    height: 11%;
}

/* MOBILE PHONE */
#mobile-phone-picture {
    width: 53%;
}

.inner-application {
    padding: 40px 0px 40px 0px;
}

.tablet-mobile-heading, .tablet-mobile-bottom {
    display: none !important;
}

.phone-block {
    width: 100%;
}

[class*=holder-puncts] {
    height: auto;
    width: 100%;
    display: block;
}

.general-holder-puncts {
    top: 17%;
    left: 55%;
    width: 40%;
    gap: 20px !important;
    max-width: none !important;
    padding-left: 3%;
}

.general-holder-puncts-left, .general-holder-puncts-right {
    display: none !important;
    gap: 15px !important;
    max-width: none !important;
}

.puncts-gap-block {
    width: 5%;
}

.circle-puncts {
    aspect-ratio: 1 / 1;
    width: 9%;
    /* СПРОСИТЬ У МАКСИМА ИГОРЕВИЧА */
    box-shadow: 0 4px 4px 0 #00000057;
}

.puncts-inscription-line {
    margin-top: -5px;
}

.puncts-inscription {
    padding-left: 2px;
    font-size: 20px;
    font-weight: 600;
}

.hr-puncts {
    border-bottom: solid 2px var(--bs-primary);
}

.application-delivery-text {
    color: black;
    font-size: 50px;
}

.text-holder-in-application {
    max-width: 80% !important;
}

.mobile-application-transition img {
    transition: 0.1s;
    max-width: 200px;
}

.mobile-application-picture img:hover {
    transform: scale(1.1);
}

.footer-bank-card:nth-child(2) img {
    height: 100% !important;
}

/*FOOTER*/
/*.footer-mobile{*/
/*    display: none !important;*/
/*}*/
/*.inner-footer .px18-text{*/
/*    font-size: 20px;*/
/*}*/
/*.gap-80px{*/
/*    gap: 4%;*/
/*    width: 100%;*/
/*    justify-content: center;*/
/*}*/
/*.gap-146px{*/
/*    gap: 10.8%;*/
/*}*/
/*.width-footer-inner a{*/
/*    white-space: nowrap;*/
/*}*/
/* !* Logo has to be limited by size *!*/
/*.inner-footer img{*/
/*    max-width: 172px;*/
/*}*/
/*FOOTER*/

/* Dropdown */
.dropdown-my {
    /*width: 20%;*/
    position: relative;
}

.payment-cards-holder img:hover {
    transform: scale(1.2);
}

.social-medias img:hover {
    transform: scale(1.05);
}

.button-to-download img:hover {
    transform: scale(1.05);
}


.menuu {
    list-style: none;
    padding: 0em 0em;
    background-color: white;
    transition: 0.2s;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s;
    visibility: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow-y: auto;
    max-height: 200px;
}

.menuu li {
    padding: 0.7em 0.5em;
    cursor: pointer;
}

.menuu > div {
    border-bottom: 1px solid #F0F0F0;
}

.menu-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0%) !important;
    transition: opacity .3s ease-in-out, visibility .3s;
}

.menu-open-inner {
    display: block !important;
}

.menu-dropdown2 {
    cursor: pointer;
}

.menu-dropdown3 {
    cursor: pointer;
}

.menu-dropdown4 {
    cursor: pointer;
}

menu > div:hover {
    background-color: red !important;
}

.input-for-city {
    background-color: #EBEBEB;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    border: 0px solid;
    border-radius: 8px;
    font-size: 14px;
}

.input-for-post-code {
    background-color: #EBEBEB;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    border: 0px solid;
    border-radius: 8px;
    font-size: 14px;
}


.active {
    background: #D3D3D3;;
}

.select-clicked {
    border: black;
    opacity: 0.5;
}

.menuu img {
    margin-right: 5px;

}

/*FOOTER*/
/*.footer-line-desktop{*/
/*    border-bottom: solid 2px #DFE4EA;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 20px;*/
/*}*/
/*.copyright-bottom{*/
/*    display: none;*/
/*}*/
/*.follow-us-tablet{*/
/*    display: none !important;*/
/*}*/
/*FOOTER*/

/* Animation for scrolling */

.fade-in {
    opacity: 0;
    transition: 0.5s;
}

.show-fade-in {
    opacity: 1;
}

.how-it-works-steps-data {
    opacity: 0;
    transition: .5s;
}

.how-it-works-steps-data.show-fade-in {
    opacity: 1;
}

.line-fade-in {
    height: 100%;
}

.scale-last-circle {
    animation: scale-last-circle 1.5s forwards;
}

@keyframes scale-last-circle {
    85% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(1.4);
    }
}

/* Mobile Phone Fade-in Animbation */
.fade-in-mobile-circle {
    opacity: 0;
    transition: 0.2s;
}

.fade-in-mobile-circle.show-fade-in {
    opacity: 1;
}

.fade-in-hr-puncts {
    width: 0%;
    transition: 0.4s;
}

/* Remake for left holder-puncts to make them appear from the right side */
.general-holder-puncts-left .fade-in-hr-puncts {
    transform: translateX(100%);
    width: 105%;
}

.general-holder-puncts-left .hr-puncts-show-fade-in {
    transform: translateX(0);
}

.hr-puncts-show-fade-in {
    width: 102%;
}

.fade-in-text {
    opacity: 0;
    transition: 0.3s;
}

.fade-in-text.show-fade-in-text {
    opacity: 1;
}

.menuu li:hover {
    background: #D3D3D3;
    opacity: 1;
}

.rotate-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.input-holder img {
    transition: transform 0.3s ease-in-out;
}

/* Dropdown with dimensions + appearing */
.inner-placeholder {
    width: 20% !important;
}

.dropdown .inner-placeholder {
    width: 100% !important;
}

.holder-of-two-block {
    width: 40%;
    position: relative;
}

.no-max-width {
    max-width: none !important;
    gap: 0px !important;
    height: fit-content !important;
}

.no-max-width-with-gap {
    max-width: none !important;
    gap: 10px !important;
}

.no-max-width-with-g {
    max-width: none !important;
}

.no-gap {
    gap: 0px;
}

.dimensions-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s;
    position: relative;
    height: auto;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.addParcelButton {
    width: 28%;
    cursor: pointer;
}

.active-dimension {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity .3s ease-in-out, visibility .3s;
}

.cross {
    cursor: pointer;
}

.appearing-dimensions {
    position: absolute;
    visibility: hidden !important;
    top: 100%;
    height: auto;
    z-index: 200;
    width: 40%;
}

.deleteMenu {
    cursor: pointer;
}

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

.dropdown-dimensions .inner-placeholder {
    width: 100% !important;
}

.dropdown-dimensions {
    width: 20%;
}

.dropdown1 {
    width: 20% !important;
    position: relative;
}

.dropdown1 .inner-placeholder {
    width: 100% !important;
}

/* First and second Menu */

.menu {
    list-style: none;
    background-color: white;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s;
    visibility: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu > div:hover {
    transition: 0.1s;
    background-color: #D3D3D3;
    opacity: 1;
    cursor: pointer;
}

.menu > div {
    border-bottom: 1px solid #F0F0F0;
    padding: 0.50rem 0.75rem 0.50rem 0.75rem;
}

.dropdown2 {
    position: relative;
}

.menu-dropdown2 {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 100%;
    left: 0%;
    display: none;
    z-index: 10000;
    list-style: none;
}

.menu-dropdown2 li {
    cursor: pointer;
}

.seleca {
    white-space: nowrap;
}

.dropdown3 {
    position: relative;
}

.dimensions-text {
    white-space: nowrap;
}

.dropdown-options {
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    max-height: 130px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: white;
    display: none;
    z-index: 1000001;
    cursor: pointer;
}

.dropdown-options div {
    border-bottom: 1px solid #F0F0F0;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.dropdown-options div:hover {
    background-color: #EBEBEB;
}

.dropdown-options1 {
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    max-height: 130px;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    display: none;
    z-index: 1000001;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
}

.dropdown-options1 div {
    border-bottom: 1px solid #F0F0F0;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.dropdown-options1 div:hover {
    background-color: #EBEBEB;
}

.active-inputs {
    display: block;
    opacity: 1;
}

.active-background-options-search {
    background-color: #e6e6e6;
}
.presco-texts{
    opacity: 0;
}
.letter {
    opacity: 0;
    transform: translateY(50px) rotateY(90deg);
    transition: transform 0.5s ease, opacity 0.3s ease;
    display: inline-block;
}


.letter.in {
    opacity: 1;
    transform: translateY(0) rotateY(0);
}


/* FINISH THE MEDIA MORE THAN 1025 */

@media all and (max-width: 1200px) {

    /* HOW IT WORKS */
    .d-flex.outer {
        margin-left: 25px;
        margin-right: 25px;
    }

    .d-flex.inner {
        max-width: 430px;
    }

    /* Styles that were before 23.01.2025 */
    /* .no1{
        height: 12%;
        
    }
    .no2{
        height: 19%;
        
    }
    .no3{
        height: 23%;
        
    }
    .no4{
        height: 23%;
        
    }
    .no5{
        height: 13%;
    } */
    .no1 {
        height: 14%;

    }

    .no2 {
        height: 21%;

    }

    .no3 {
        height: 26%;

    }

    .no4 {
        height: 25%;

    }

    .no5 {
        height: 12%;
    }

    /* PARTNERS */
    /* PHONE APP */
    .w-85 {
        font-size: 20px !important;
        padding-right: 18px;
        width: 90%;
    }

    .puncts-inscription {
        font-size: 18px;
        /* СПРОСИТЬ У МАКСИМА ИГОРЕВИЧА */
    }


}

@media all and (max-width: 1280px) {
    /* .exclusive-benefits-block{
        min-width: 60% !important;
    } */

}

@media all and (max-width: 1180px) {
    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow {
        width: 20%;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow {
        width: 30%;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow {
        width: 40%;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 86% !important;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 86% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 90% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 90% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 92% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 92% !important;
    }
}

@media all and (max-width: 1100px) {
    #secondArrow {
        transform: translateX(50%);
    }
    .bg-slick .slider-button{
        display: none !important;
    }
    /* GET QUOTE SECTION */
    .main-section {
        background-size: cover;
        padding-top: 2rem;
        padding-bottom: 2rem;
        /*box-shadow: -80px 50px 80px -10px rgb(27, 31, 39) inset, 80px 0px 80px -10px rgb(27, 31, 39) inset;*/
    }

    .saving-text {
        font-size: 40px;
        padding: 0;
    }

    .saving-text a {
        font-size: 40px;
    }

    .container.foundation-inner {
        height: auto;
    }

    .main-inner-holder {
        flex-direction: column !important;
        overflow: hidden;
        border-radius: 16px !important;
    }

    .container.inner-placeholder {
        width: 100% !important;
        padding: 16px 24px 0px 24px;
    }

    /*.dropdown, .dropdown1 {*/
    /*    width: 100% !important;*/
    /*}*/

    .holder-of-two-block {
        width: 100%;
    }

    .two-blocks-quote {
        flex-direction: column;
        width: 100% !important;
    }

    .container.inner-placeholder-and-quote {
        width: 100% !important;
        padding: 16px 24px 0px 24px;
    }

    .inner-placeholder-red {
        width: 100% !important;
        justify-content: center !important;
        overflow: hidden;
        border-radius: 0px 0px 0px 0px !important;
    }

    .inner-placeholder-red img {
        width: 30px;
    }

    .inner-placeholder-red div {
        align-items: center;
    }

    .inner-placeholder-red span {
        font-size: 24px !important;
    }

    .text-pickup {
        font-size: 20px;
    }

    .form-control {
        font-size: 18px;
    }

    .red-buttons {
        width: auto;
    }

    .red-buttons a {
        font-size: 18px !important;
    }

    .saving-text {
        width: 100% !important;
    }

    .red-buttons-holder {
        width: auto !important;
        padding: 0 !important;
    }

    /* HOW IT WORKS */
    .d-flex.flex-column {
        max-width: 320px;
    }

    .d-flex.inner {
        max-width: 360px;
        gap: 14px;
    }

    .d-flex.inner .left-text h2, .right-text h2 {
        font-size: 24px;
    }

    .d-flex.inner .left-text div, .right-text div {
        font-size: 16px !important;
    }

    .d-flex.inner h3 {
        font-size: 64px;
    }

    .left-text, .right-text {
        gap: 4px !important;
    }

    /* Map */
    [class*=location] span a {
        font-size: 12px;
    }


    .efficiency-text{
        font-size: 10px !important;
    }
    .efficiency-text a{
        font-size: 10px !important;
    }

    .d-flex.outer .px-5 {
        padding-right: 11% !important;
        padding-left: 11% !important;
    }

    .d-flex.outer .d-flex.flex-column.justify-content-center.w-50.gap-0 .d-flex.justify-content-center {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* How it works steps line */
    .how-it-works-steps {
        width: 4%;
    }

    .round-circle-steps, .steps-line {
        border-width: 3px !important;
    }

    .no1 {
        height: 13%;
    }

    .no2 {
        height: 22%;
    }

    .no3 {
        height: 26%;
    }

    .no4 {
        height: 25%;
    }

    .no5 {
        height: 12%;
    }

    /* How it works bottow */
    .how-it-works-bottom {
        font-size: 20px !important;
        width: auto !important;
    }

    /* EXCLUSIVE BENEFITSS */
    .exclusive-benefits h1 {
        padding: 0px 0px 0px 0px !important;
        margin: 0px auto 10px auto;
        text-align: center !important;
    }

    .exclusive-benefits-header {
        flex-direction: column !important;
        margin-bottom: 50px !important;
        padding: 0 !important;
    }

    .exclusive-benefits .container {
        padding: 30px 0px;
    }

    .exclusive-benefits .d-flex.flex-column {
        max-width: none;
    }

    .exclusive-benefits-hand-picture {
        display: none !important;
    }

    /* Gap between benefits */
    .exclusive-benefits-block {
        gap: 64px !important;
    }

    /* Arrow-text positioning */
    .exclusive-benefits-arrow {
        width: 100% !important;
    }

    .exclusive-benefits-arrow .exclusive-benefits-arrow-top, .exclusive-benefits-arrow-bottom {
        left: 95%;
    }

    .exclusive-benefits-holder .d-flex {
        width: 100%;
        margin-right: 30px;
    }

    .exclusive-benefits-holder span {
        white-space: nowrap;
    }

    .exclusive-benefits-inscription {
        font-size: 18px !important;
    }

    /* Second benefit direction change */
    .exclusive-benefits-holder:nth-child(2) {
        direction: rtl !important;
    }

    .exclusive-benefits-holder:nth-child(2) .d-flex {
        margin-right: 0px;
        margin-left: 30px;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: -2%;
        transform: rotate(135deg);
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: -2% !important;
        transform: rotate(-135deg);
    }

    /* OUR PARTNERS */
    .main-partner-text {
        font-size: 18px !important;
    }

    .partners p {
        margin-bottom: 8px !important;
    }

    /* DOWNLOAD APPLICATION */
    .inner-application {
        padding: 20px 0px 20px 0px;
    }

    /* Set display none to the text below */
    .text-holder-in-application {
        display: none !important;
    }

    /* Turning on tablet version text */
    .tablet-mobile-heading {
        display: flex !important;
        padding: 30px 20% 0 20%;
    }

    .tablet-mobile-bottom {
        display: flex !important;
        max-width: none !important;
    }

    .tablet-mobile-bottom img {
        width: 20%;
    }

    /* Phone */
    .inner-application .d-flex.justify-content-between.align-items-center.gap-4 {
        flex-direction: column !important;
    }

    .general-holder-puncts {
        gap: 15px !important;
        left: 60%;
        padding: 0%;
    }

    .circle-puncts {
        font-size: 16px !important;
        width: 12%;
    }

    .puncts-inscription {
        font-size: 14px;
    }

    #mobile-phone-picture {
        width: 60%;
        padding: 0px !important;
    }

    .phone-block {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .puncts-block {
        position: relative !important;
        width: auto !important;
        padding: 0 5% 0 5%;
    }

    /* .general-holder-puncts-left, .general-holder-puncts-right{
        display: flex !important;
    } */
    /* .general-holder-puncts-left{
        top: 60%;
        right: 55% !important;         
        width: 45%;    
        gap: 25px !important;                 
    }
    .general-holder-puncts-left .circle-puncts{
        width: 15%;  
    } */
    /* Left steps */
    /* .general-holder-puncts-left .holder-puncts{
        justify-content: right;  
        text-align: right;      
    }
    .general-holder-puncts-left .holder-puncts .puncts-inscription{
        padding: 0 2px 0 0; */
    /* } */
    /* Overflow hidden to make them appear from the right side */
    /* .general-holder-puncts-left .holder-puncts .puncts-inscription-line{
        overflow: hidden;
    } */
    /* Rise the text so that it is centrilized in relation to circle */
    /* .general-holder-puncts-left .holder-puncts:nth-child(2) .puncts-inscription-line{
        margin-top: -23px;
    } */
    /* Right steps */
    /* .general-holder-puncts-right{
        top: 15%;
        left: 47%;
        width: 53%;
    }
    .general-holder-puncts-right .circle-puncts{
        width: 12.7%;  
    }
    .general-holder-puncts-right .holder-puncts:nth-child(3) .puncts-inscription-line{
        margin-top: -23px;
    } */
    /* FOOTER */
    /*.inner-footer .d-flex.justify-content-between {*/
    /*    flex-direction: column;*/
    /*    gap: 20px;*/
    /*}*/
    /*.width-footer-inner{*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.d-flex.flex-column.gap-4:nth-child(3){*/
    /*    display: none !important;*/
    /*}*/
    /*.footer-line{*/
    /*    border-bottom: solid 2px #DFE4EA;*/
    /*}*/
    /*.copyright-bottom{*/
    /*    display: block;*/
    /*}*/
    /*.follow-us-tablet{*/
    /*    display: flex !important;*/
    /*}*/
    /*.bottom-logo-holder{*/
    /*    max-width: none !important;*/
    /*}*/
    /*.bottom-logo-holder img{*/
    /*    max-width: 155px;*/
    /*}*/
    /*.bottom-logo-holder a{*/
    /*    max-width: 290px;*/
    /*}*/
    /*.inner-footer [class*=gap-4]{*/
    /*    gap: 14px !important;*/
    /*}*/
    /* FOOTER */
    /* reflecting second main holder block for tablet */
    .main-inner-holder-tablet {
        display: block !important;
    }

    .inner-placeholder {
        width: 100% !important;
    }

    .inner-placeholder-red {
        width: 100% !important;
    }

    .main-inner-holder-computer {
        display: none !important;
    }

    /* appearing menu Services (third, trucks) */
    .tablet-country-open1 {
        border-radius: 6px 6px 0px 0px;
    }

    .appearing-menu-services {
        top: 0%;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, visibility 1s ease-in-out;
    }

    .appearing-menu-active {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .background-color-for-images-services {
        background-color: #F0F0F0;
        border-radius: 10%;
    }

    .img-trucks-holder {
        height: fit-content !important;
    }

    .appearing-menu-services .rounded-circle {
        height: auto !important;
    }

    .text-for-trucks {
        justify-content: space-between;
    }

    .img-container {
        max-width: 100px;
        max-height: 100px;
        cursor: pointer;
    }

    .main-trucks-holder {
        height: fit-content !important;
    }

    .arrow-block {
        aspect-ratio: 1 !important;
        width: auto;
        height: auto;
        cursor: pointer;
    }

    .textss {
        font-size: 100%;
    }

    .img-container {
        width: 15vw;
        height: 15vw;
    }

    .cross {
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 30px
    }

    .cross:before, .cross::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        background: gray;
        top: 50%;
        left: 50%;
        transform-origin: center center;
        transition: all 0.3s ease;
    }

    .cross::before {
        transform: translate(-50%, -50%) rotate(45deg); /* Поворот на 45 градусов */
    }

    .cross::after {
        transform: translate(-50%, -50%) rotate(-45deg); /* Поворот на -45 градусов */
    }

    .cross:hover::before,
    .cross:hover::after {
        background-color: red;
    }

    .cross:hover::after {
        width: 32px;
    }

    .cross:hover::before {
        width: 32px;
    }

    .city-dropdown {
        height: unset !important;
    }

    .postcode-dropdown {
        height: unset !important;
    }

    .appearing-service-inner input {
        background-color: #F0F0F0;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .appearing-service-inner > div:nth-child(3) {
        border: 3px solid #ccc;
        border-radius: 10px;
    }

    .appearing-service-inner > div:nth-child(4) {
        border: 3px solid #ccc;
        border-radius: 10px;
    }

    /* Menu with countries and postocodes */
    .appearing-country-menu {
        top: 0%;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;

    }

    .country-dropdown-tablet {
        height: 15%;
        width: 100% !important;
        background-color: #ccc;;
        border-radius: 5px;
    }

    .red-buttons-holder {
        margin-top: 40px;
    }

    .dropdown-options-tablet {
        position: absolute;
        left: 0%;
        transform: translateY(-30%);
        width: 100%;
        top: 100%;
        overflow-y: auto;
        border: 1px solid #ccc;
        border-top: none;
        border-radius: 0 0 4px 4px;
        background: white;
        visibility: hidden;
        opacity: 0;
        z-index: 1000001;
        cursor: pointer;
        height: 120px;
        overflow-y: auto;
        border-radius: 10px 10px 10px 10px;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }

    .dropdown-options-tablet div {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        border-bottom: 1px solid #F0F0F0;
    }

    .active-dropdown-tablet-cities {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        top: 100%;

    }

    .dropdown-options-tablet div:hover {
        background-color: #bcbcbc;
        border-radius: 3px;
    }

    .clickedOptionInput {
        background-color: #8a8a8a;
        border-radius: 3px;
    }

    .heightUnset {
        height: unset !important;
    }

    .dropdownCountry {
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: white;
        left: 0%;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        border-radius: 3px;
        height: 110px;
        z-index: 10000;
        list-style: none;
        transform: translateY(-30%);
        transition: .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;

    }

    .dropdownCountry li {
        cursor: pointer;
        border-radius: 3px;
    }

    .dropdownCountry li:hover {
        background-color: #bcbcbc;

    }

    .open-country {
        opacity: 1 !important;
        visibility: visible !important;
        transition: opacity .3s ease-in-out, visibility .3s;
    }

    .countryHolderBlock {
        cursor: pointer;
    }

    /* Menu Dimensions tablet */
    .dimensions-menu-tablet {
        top: 0%;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, visibility 1s ease-in-out;
    }

    .hr-dimensions-tablet {
        border-left: none !important;
        height: unset !important;
    }

    .holder-dimensions {
        gap: 0.75rem !important;
    }

    .holder-dimensions input {
        background-color: #EBEBEB;
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        border: 0px solid;
        border-radius: 8px;
        font-size: 14px;
    }

    .block-dimensions-to-appear {
        max-height: 350px;
        overflow-y: auto;
    }

    .outer-holder-dimensions {
        gap: 1rem !important;
    }

    .holder-dimensions input {
        border: none;
    }

    .dimensions-menu-tablet.open-dimensions {
        opacity: 1 !important;
        visibility: visible !important;
        transition: opacity .3s ease-in-out, visibility .3s;

    }

    .add-parcel {
        cursor: pointer;
    }

    .hr-between {
        border: 1px red solid;
        width: 100%;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 95% !important;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 95% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: -2% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: -2% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 95% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 95% !important;
    }

}

@media all and (max-width: 865px) {
    /* HEADER */
    /*.navbar-side .btn{*/
    /*    display: none;*/
    /*}   */
    /* HEADER */
    /* GET QUOTE SECTION */
    .holder-saving-euro > div:nth-of-type(1), .holder-saving-euro > div:nth-of-type(3) {
        align-items: center !important;
    }

    .saving-text {
        font-size: 30px;
    }

    .saving-text a {
        font-size: 30px;
    }

    .container.inner {
        padding-left: 10%;
        padding-right: 10%;
    }

    /* HOW IT WORKS */
    .how-it-works-steps {
        display: none !important;
    }

    .how-it-works-heading {
        padding-bottom: 20px;
    }

    /* Changing main steps max-width, font-size */
    .how-it-works-steps-data {
        flex-direction: column !important;
        gap: 20px !important;
        margin: 0px 20px 40px 20px !important;
        justify-content: center !important;
    }

    .how-it-works .d-flex.flex-column {
        max-width: 350px;
    }

    .d-flex.inner {
        display: none !important;
    }

    /* CODE JS */
    .d-flex.inner.mobile {
        display: flex !important;
    }

    /* CODE */
    .how-it-works-steps-data {
        opacity: 1;
    }

    /* CODE */
    /* Quality and service provided*/
    .d-flex.inner.mobile h2 {
        font-size: 24px !important;
    }

    .d-flex.inner.mobile h3 {
        font-size: 60px;
    }

    .how-it-works-steps-data:nth-child(4) .d-flex.flex-column.justify-content-center.w-50.gap-0 {
        width: 100% !important;
    }

    .how-it-works-steps-data:nth-child(4) .d-flex.flex-column.justify-content-center.w-50.gap-0 .px-5 {
        padding-right: 15% !important;
        padding-left: 15% !important;
    }

    .tick-finish {
        width: 25% !important;
    }

    .how-it-works-bottom {
        margin: 50px auto 40px auto !important;
    }

    /* OUR PARTNERS */
    .partners-images {
        row-gap: 16px;
    }

    /* Caution on space */
    /* MOBILE CODE APPLICATION*/
    .puncts-inscription {
        font-size: 14px !important;
    }

}

@media all and (max-width: 780px) {
    /* SLIDER */
    .horizontal-slider {
        max-width: 550px;
    }

    .slick-track {
        padding-left: 55px;
    }

    .horizontal-slider-picture-holder img {
        width: 80px;
    }

    .horizontal-slider-picture-holder .dpd {
        width: 65px;
    }

    .horizontal-slider-picture-holder .fedEx {
        width: 65px;
    }

    /* MOBILE CODE APPLICATION*/
    .puncts-inscription {
        font-size: 12px !important;
    }

    .inner-application {
        padding: 0%;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 94% !important;
    }

    .exclusive-benefits-holder:nth-child(1) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 94% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: -3% !important;
    }

    .exclusive-benefits-holder:nth-child(2) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: -3% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-top {
        left: 94% !important;
    }

    .exclusive-benefits-holder:nth-child(3) .exclusive-benefits-arrow .exclusive-benefits-arrow-bottom {
        left: 94% !important;
    }

}

@media all and (max-width: 660px) {
    /* GET QUOTE SECTION */
    /* .block-exlusive{
        opacity: 1;
    } */
    .slick-track {
        padding-left: 45px;
    }

    .horizontal-slider-picture-holder img {
        width: 70px;
        transition: 0.5s;
    }

    .horizontal-slider-picture-holder .dpd {
        width: 55px;
    }

    .horizontal-slider-picture-holder .fedEx {
        width: 55px;
    }

    .red-buttons-holder {
        display: none !important;
    }

    /* EXCLUSIVE BENEFITS MAKE IN ANOTHER MEDIA*/
    .exclusive-benefits .container {
        padding: 30px 20px !important;
    }

    .exclusive-benefits-holder .exclusive-benefits-arrow {
        position: absolute;
        visibility: hidden;
    }

    .exclusive-benefits-holder .d-flex.gap-3.flex-column {
        margin: 0px 0px 0px 0px !important;
        align-items: center;
    }

    .exclusive-benefits-inscription {
        text-align: center;
    }

    /* OUR PARTNERS */
    .partners-images {
        grid-template-columns: repeat(2, 49%);
        row-gap: 12px;
        max-width: 350px;
        margin: 0 auto;
    }

    /* PHONE APPLICATION */
    .puncts-block {
        padding: 0% 2%;
    }

    /* Added after replacing phone image */
    .circle-puncts {
        font-size: 16px !important;
    }

    /* application punct holders section */
    .general-holder-puncts {
        gap: 10px !important;
    }

    .circle-puncts {
        font-size: 16px !important;
        width: 12%;
    }

    /* FOOTER */
    /*.footer-mobile{*/
    /*    display: flex !important;*/
    /*}*/
    /*.inner-footer .d-flex.justify-content-between.gap-2{*/
    /*    display: none !important;*/
    /*}*/
    /*.inner-footer .d-flex.flex-column{*/
    /*    max-width: none !important;*/
    /*}*/
    /*.footer-mobile{*/
    /*    gap: 30px !important;*/
    /*}*/
    .footer-bank-card:nth-child(2) img {
        height: unset !important;
    }

    /* FOOTER */

}

@media all and (max-width: 630px) {
    /* PHONE APPLICATION */
    .tablet-mobile-heading {
        padding: 30px 7% 0 7%;
    }

    .tablet-mobile-bottom h3 {
        width: 85% !important;
    }

    .tablet-mobile-bottom img {
        width: 25%;
    }

    .puncts-inscription {
        font-size: 10px !important;
    }

    .circle-puncts {
        font-size: 14px !important;
    }
}

@media all and (max-width: 530px) {
    #mobile-phone-picture {
        width: 50%;
    }

    .general-holder-puncts {
        width: 50%;
    }

    .tablet-mobile-bottom h3 {
        width: 85% !important;
        font-size: 1.25rem !important;
    }

    /* SLIDER */
    .horizontal-slider {
        max-width: 400px;
    }

    .slick-track {
        padding-left: 35px;
    }

    .our-partners-horizontal-slider h1 {
        padding: 0 10%;
    }

    .horizontal-slider-picture-holder img {
        width: 60px;
        transition: 0.5s;
    }

    .horizontal-slider-picture-holder .dpd {
        width: 45px;
    }

    .horizontal-slider-picture-holder .fedEx {
        width: 45px;
    }

    /* PHONE APPLICATION */
    .tablet-mobile-heading h1, .tablet-mobile-heading a {
        font-size: calc(1.3rem + 0.6vw) !important;
    }

}

@media all and (max-width: 435px) {
    /* HEADER */
    /*.navbar{*/
    /*    flex-wrap: nowrap;*/
    /*    gap: 1rem;*/
    /*}*/
    /* HEADER */
    /* GET QUOTE SECTION */
    .main-section {
        padding: 2rem 0px 2rem 0px !important;
    }

    .saving-text {
        font-size: 30px;
    }

    .saving-text a {
        font-size: 30px;
    }

    .container.inner {
        padding-top: 20px;
        padding-left: 8%;
        padding-right: 8%;
    }

    .text-pickup {
        font-size: 18px;
    }

    .seleca {
        font-size: 16px;
    }

    .inner-placeholder-red span {
        font-size: 22px !important;
    }

    /* HOW-IT-WORKS */
    .d-flex.inner.mobile h3 {
        font-size: 52px;
    }

    .d-flex.inner.mobile h2 {
        font-size: 20px !important;
    }

    /* Map text */
    [class*=location] a {
        font-size: 12px;
    }

    [class*=location] span a {
        font-size: 10px;
    }

    /* Quality and service text */
    .efficiency-text {
        font-size: 10px;
    }

    .vertical-line-hwt {
        height: 20px;
    }

    .how-it-works-bottom {
        width: auto !important;
    }

    .how-it-works-bottom h2 {
        white-space: wrap !important;
    }

    /* OUR PARTNERS */
    [class*=-color] {
        font-size: 18px !important;
    }

    .inner-partners p:nth-child(2) {
        font-size: 16px !important;
    }

    .exclusive-benefits-block {
        gap: 32px !important;
    }

    /* PHONE APPLICATION */
    .exclusive-benefits-inscription {
        font-size: 14px !important;
    }

    /* application punct holders section */
    .general-holder-puncts {
        gap: 10px !important;
    }

    .circle-puncts {
        font-size: 10px !important;
        width: 10%;
    }

    .puncts-inscription {
        font-size: 8px !important;
    }

    .puncts-inscription-line {
        margin-top: -5px;
    }

    /* FOOTER */
    /*.inner-footer{*/
    /*    padding: 2rem 1rem 2rem 1rem !important;*/
    /*}*/
    /* FOOTER */
    /* SLIDER */
    .our-partners-horizontal-slider .container {
        padding: 20px 10px 10px 20px;
    }

    .slick-track {
        padding-left: 35px;
    }

    .horizontal-slider-picture-holder img {
        width: 60px;
        transition: 0.5s;
    }

    .horizontal-slider-picture-holder .dpd {
        width: 45px;
    }

    .horizontal-slider-picture-holder .fedEx {
        width: 45px;
    }

}

@media all and (max-width: 375px) {
    /* OUR PARTNERS */
    .shipment-color {
        font-size: 16px !important;
    }

    .rates-color {
        font-size: 16px !important;
    }

    .transparency-color {
        font-size: 16px !important;
    }

    /* application punct holders section */
    .general-holder-puncts {
        gap: 10px !important;
    }

    .circle-puncts {
        font-size: 9px !important;
        width: 10%;
    }

    .puncts-inscription {
        font-size: 8px !important;
    }

    /* FOOTER */
    /*.inner-footer .d-flex.justify-content-between {*/
    /*    flex-direction: column;*/
    /*    gap: 10px;*/
    /*}*/
    /*.inner-footer .px18-text{*/
    /*    font-size: 18px;*/
    /*}*/
    /*.inner-footer a{*/
    /*    font-size: 16px;*/
    /*}*/
    /* FOOTER */
    /* SLIDER */
    .our-partners-horizontal-slider h1 {
        padding: 0 5%;
    }

    .slick-track {
        padding-left: 28px;
    }

    .horizontal-slider-picture-holder img {
        width: 50px;
        transition: 0.5s;
    }

    .horizontal-slider-picture-holder .dpd {
        width: 35px;
    }

    .horizontal-slider-picture-holder .fedEx {
        width: 35px;
    }
}

@media all and (max-width: 326px) {
    .general-holder-puncts-left .holder-puncts:nth-child(1) .puncts-inscription-line {
        margin-top: -23px;
    }
}

/*LOGO ANIMATION*/
#_Слой_1 {
    width: 100%;
}

.svg-holder {
    width: 60%;
}

.svg-holder span {
    width: 50%;
}


.btn-secondary.bg-light {
    border: 1px red solid !important;
    color: red !important;
}