@font-face {
    font-family: "Inter-Medium";
    font-weight: 500;
    font-display: swap;
    src: local(Inter-Medium),
        url(../fonts/Inter-Medium.otf) format('truetype');
}

@font-face {
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-display: swap;
    src: local(Inter-SemiBold),
        url(../fonts/Inter-SemiBold.otf) format('truetype');
}

@font-face {
    font-family: "Inter-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(Inter-Bold),
        url(../fonts/Inter-Bold.otf) format('truetype');
}

@font-face {
    font-family: "Arsenal-Regular";
    font-weight: 400;
    font-display: swap;
    src: local(Arsenal-Regular),
        url(../fonts/Arsenal-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Arsenal-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(Arsenal-Bold),
        url(../fonts/Arsenal-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(ArsenalSC-Bold),
        url(../fonts/ArsenalSC-Bold.ttf) format('truetype');
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
ol,
ul,
li,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

footer,
header,
menu,
nav,
section,
img {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

button {
    border: none;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    padding: 0
}

html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block
}

li {
    list-style: none
}

html {
    height: 100vh;
    scroll-behavior: smooth;
}

*,
::before,
::after {
    box-sizing: border-box
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    min-height: 100vh;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    font-family: "Inter-Medium";
    font-weight: 500;
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor
}

textarea:not([rows]) {
    min-height: 10em
}

:target {
    scroll-margin-block: 5ex
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Header */

.header {
    background-image: url(../img/bg__header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(1.25rem, -0.014rem + 5.618vw, 4.375rem);
    height: 100vh;
    position: relative;
}

.header::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.14);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.burger-menu__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.burger__button-mob {
    display: none;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
}

.burger-menu {
    max-width: 100%;
    width: 100%;
}

.top-menu {
    color: #FFFFFF;
    padding-left: 54px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.top-menu__list {
    display: flex;
    justify-content: space-evenly;
    column-gap: 60px;
}

.header__control {
    display: none;
    justify-content: space-between;
}

.header__logo svg {
    width: clamp(7.5rem, 5.5701rem + 7.1812vw, 14.1875rem);
    height: auto;
}

.close-menu-btn {
    display: none;
}

.header-info__wrap {
    margin-top: auto;
    padding-bottom: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 1;
}

h1.title {
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    font-size: clamp(2.188rem, 0.291rem + 8.427vw, 6.875rem);
    color: rgba(255, 255, 255, 0.61);
    line-height: 1;
    text-transform: uppercase;
}

.header-info__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.phone {
    color: #000;
    background-color: rgba(255, 255, 255, 0.62);
}

.main__btn {
    color: #FFFFFF;
    background: rgb(240, 47, 47);
    background: linear-gradient(180deg, rgba(240, 47, 47, 1) 0%, rgba(203, 34, 34, 1) 100%);
    transition: .3s ease-out;
}

.phone,
.main__btn {
    border-radius: clamp(0.4375rem, 0.3112rem + 0.4698vw, 0.875rem);
    font-family: "Arsenal-Regular";
    font-weight: 400;
    font-size: clamp(0.875rem, 0.622rem + 1.124vw, 1.5rem);
    line-height: 1;
    font-family: "Inter-Bold";
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: clamp(0.625rem, 0.347rem + 1.236vw, 1.313rem) clamp(1.25rem, 0.896rem + 1.573vw, 2.125rem);
}

.main__btn:hover {
    background: rgb(240, 47, 47);
    background: linear-gradient(180deg, rgba(240, 47, 47, 1) 0%, rgb(133, 43, 43) 100%);
}


/* end Header */

/* Main */

main {
    flex: 1 1 auto;
    overflow: hidden;
}

/* section About */

.about {
    padding-top: clamp(1.25rem, -0.3553rem + 5.9732vw, 6.8125rem);
}

h2.title {
    font-family: "ArsenalSC-Bold";
    font-weight: 700;
    font-size: clamp(1.563rem, 0.425rem + 5.056vw, 4.375rem);
    color: #F02F2F;
    text-transform: uppercase;
    line-height: 110%;
}

.about__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: clamp(0.9375rem, -0.1628rem + 4.094vw, 4.75rem);
    ;
    gap: clamp(0.625rem, -4.708rem + 10.667vw, 3.625rem);
}

.about__item {
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-size: clamp(0.75rem, 0.244rem + 2.247vw, 2rem);
    padding: clamp(0.938rem, -2.951rem + 7.778vw, 3.125rem);
    color: #FFFFFF;
    background-color: #000000;
    opacity: 47%;
    border-radius: 19px;
    line-height: 110%;
    width: calc(50% - clamp(0.039rem, -2.018rem + 9.143vw, 5.125rem));
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* end section About */

/* section Fulmilment, Trust, Cross doking */
.fulmilment {
    margin-top: clamp(1.25rem, -1.2932rem + 9.4631vw, 10.0625rem);
}

.fulmilment,
.trust {
    position: relative;
}


.trust {
    margin-top: clamp(1.25rem, -1.1489rem + 8.9262vw, 9.5625rem);
}

.cross-doking {
    margin: 0;
    position: relative;
}

.cross-doking::before {
    content: '';
    position: absolute;
    background: rgba(240, 47, 47, 1);
    background: radial-gradient(circle, rgba(240, 47, 47, 1) 0%, rgba(41, 53, 86, 0) 68%);
    width: 1283px;
    height: 1185px;
    top: -38px;
    left: -423px;
    z-index: -1;
}

.fulmilment__inner,
.trust__inner {
    display: flex;
}

.fulmilment__info {
    padding-right: clamp(0rem, -0.8477rem + 3.1544vw, 2.9375rem);
}

.fulmilment__section,
.trust__section {
    flex: 1;
}

.fulmilment::after {
    content: '';
    position: absolute;
    background: rgba(240, 47, 47, 1);
    background: radial-gradient(circle, rgba(240, 47, 47, 1) 0%, rgba(41, 53, 86, 0) 54%);
    width: 1283px;
    height: 1014px;
    top: -30px;
    right: -376px;
    z-index: -1;
}

.trust::after {
    content: '';
    position: absolute;
    background: rgba(240, 47, 47, 1);
    background: radial-gradient(circle, rgba(240, 47, 47, 1) 0%, rgba(41, 53, 86, 0) 68%);
    width: 1283px;
    height: 1185px;
    top: -136px;
    left: -376px;
    z-index: -1;
}

.trust__info {
    padding-left: clamp(0rem, -0.8477rem + 3.1544vw, 2.9375rem);
}

.image-sec {
    width: 100%;
    height: auto;
}

.title-desc {
    padding-top: 30px;
    font-family: "Inter-Medium";
    font-weight: 500;
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
    line-height: 110%;
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.title-desc span {
    color: #F23030;
}

/* end section Fulmilment */

/* section TMC */

.tmc {
    background-image: url(../img/bg__tmc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tmc__inner {
    padding: clamp(1.563rem, -0.713rem + 10.112vw, 7.188rem) 0 clamp(1.563rem, -0.94rem + 11.124vw, 7.75rem);
}

.tmc__inner>h2.title {
    color: #FFFFFF;
}

.tmc__inner>h2.title span {
    color: #F02F2F;
}

.tmc__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(0.938rem, -3.84rem + 9.556vw, 3.625rem);
    padding-top: clamp(1.25rem, -0.317rem + 6.966vw, 5.125rem);
}

.tmc__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 37px;
    row-gap: 22px;
    font-family: "Inter-SemiBold";
    font-weight: 600;
    font-size: clamp(0.75rem, 0.497rem + 1.124vw, 1.375rem);
    width: calc(33.333% - clamp(0.938rem, -3.84rem + 9.556vw, 3.625rem));
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 22px;
    height: 238px;
    line-height: 110%;
}

.tmc__item img {
    width: 80px;
    height: auto;
}

/* end section TMC */

/* section Transportation services */

.transportation-services {
    position: relative;
    margin-top: clamp(2.188rem, -0.897rem + 13.708vw, 9.813rem);
    padding-bottom: clamp(2.188rem, -1.478rem + 16.292vw, 11.25rem);

}

.transportation-services::before {
    content: '';
    position: absolute;
    background-image: url(../img/logo-dark.svg);
    background-repeat: no-repeat;
    width: 361px;
    height: 127px;
    top: 271px;
    bottom: 0;
    right: 0;
}

.transportation-services::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg__transportation-services.png);
    background-position: bottom right clamp(-21.875rem, -46.927rem + 39.106vw, 0rem);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    max-width: 1256px;
    width: 100%;
    height: clamp(15.625rem, -2.173rem + 79.101vw, 59.625rem);
    z-index: -1;
}

.transportation-services__inner>h2.title {
    color: #EF3E23;
    max-width: 659px;
}

.transportation-services__list {
    padding-top: clamp(1.25rem, 0.163rem + 4.831vw, 3.938rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.938rem, 0.23rem + 3.146vw, 2.688rem);
    max-width: 546px;
    line-height: 110%;
}

.transportation-services__item {
    display: flex;
    column-gap: clamp(0.625rem, 0.296rem + 1.461vw, 1.438rem);
}

.transportation-services__item::before {
    content: '';
    background-image: url(../img/galka__icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: clamp(1.25rem, 0.593rem + 2.921vw, 2.875rem);
    height: clamp(0.938rem, 0.432rem + 2.247vw, 2.188rem);
}

/* end section Transportation services */

/* section Location */

.location {
    position: relative;
    margin-top: clamp(1.25rem, -1.8884rem + 11.6779vw, 12.125rem);
    padding-bottom: clamp(1.25rem, -1.7802rem + 11.2752vw, 11.75rem);
}

.location__inner>h2.title {
    max-width: 541px;
}

.location__inner>.location__text {
    max-width: 623px;
}

.location__inner:nth-child(2) {
    /* padding-top: 675px; */
    padding-top: clamp(17.188rem, 7.075rem + 44.944vw, 42.188rem);
}

/* end section Location */

/* section Keeping */
.keeping {
    margin-top: clamp(1.25rem, -0.0667rem + 4.8993vw, 5.8125rem);
    background-image: url(../img/bg__keeping.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: clamp(4.063rem, -0.766rem + 21.461vw, 16rem);
    padding-bottom: clamp(0.938rem, -0.579rem + 6.742vw, 4.688rem);
}

.keeping__inner>h2.title {
    color: #FFFFFF;
}

.keeping__inner>h2.title span {
    color: #F02F2F;
}

.keeping__link {
    font-size: clamp(0.875rem, 0.42rem + 2.022vw, 2rem);
    justify-content: center;
    padding: clamp(0.75rem, 0.418rem + 1.474vw, 2.188rem) 0px;
    width: 100%;
}

.keeping__inner {
    display: flex;
    flex-direction: column;
}

.feedback {

    margin: clamp(1.25rem, -0.0667rem + 4.8993vw, 5.8125rem) auto 0 auto;
    max-width: 591px;
    width: 100%;

}

.feedback,
.form-row {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.form-control {
    width: 100%;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.79);
    padding: clamp(1.25rem, 0.9434rem + 1.1409vw, 2.3125rem) 20px;
    color: rgba(0, 0, 0, 0.61);
    font-size: clamp(1rem, 0.7114rem + 1.0738vw, 2rem);
}

.submit {
    display: flex;
}


/* end section Keeping */




/* end Main */


/* Footer */
.footer {
    background: rgba(242, 48, 48);
    background: linear-gradient(180deg, rgba(242, 48, 48, 1) 0%, rgba(195, 35, 35, 1) 100%);
    padding-top: clamp(2.5rem, 0.301rem + 9.775vw, 7.938rem);
    padding-bottom: clamp(1.25rem, -0.115rem + 6.067vw, 4.625rem);
}

.footer h2.title {
    color: #fff;
}

.footer__contacts {
    margin-top: clamp(1.25rem, 0.3662rem + 3.2886vw, 4.3125rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.938rem, -0.605rem + 6.854vw, 4.75rem);
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(0rem, -0.278rem + 1.236vw, 0.688rem);
}

.footer__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__name,
.footer__value {
    color: #fff;
    font-size: clamp(0.813rem, 0.332rem + 2.135vw, 2rem);
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__name {
    font-family: "Inter-Bold";
    font-weight: 700;
}

.footer__value {
    font-family: "Inter-Medium";
    font-weight: 500;
}

.footer__local {
    padding-top: clamp(1.25rem, 0.1317rem + 4.1611vw, 5.125rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.9375rem, 0.5046rem + 1.6107vw, 2.4375rem);
}

/* Footer */

@media(max-width:1440px) {
    .transportation-services::before {
        display: none;
    }
}

@media(max-width:1025px) {
    .header-info__inner {
        flex-direction: column;
        align-items: center;
        row-gap: clamp(0.938rem, 0.092rem + 3.759vw, 2.5rem);
    }

    .header-info__item {
        width: auto;
    }

    .transportation-services::after {
        opacity: 0.2;
        background-position: bottom right;
    }

    .footer__item:nth-child(1) {
        width: 100%;
    }

    .footer__item:nth-child(2),
    .footer__item:nth-child(3),
    .footer__item:nth-child(4),
    .footer__item:nth-child(5),
    .footer__item:nth-child(6) {
        width: calc(50% - clamp(0.938rem, -0.605rem + 6.854vw, 4.75rem));
    }

    .footer__list {
        align-items: normal;
    }
}


@media(max-width:800px) {

    .burger-menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        backdrop-filter: blur(10px);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 999;
        transition: .5s;
    }

    .burger-menu.active {
        transition: .5s;
        left: 0;
    }

    .burger__button-mob {
        display: block;
        position: relative;
        z-index: 1;
    }

    .burger-menu__inner {
        justify-content: normal;
        flex-direction: column;
        align-items: normal;
        max-width: 300px;
        width: 100%;
        background: #19181A;
        height: 100vh;
        border-radius: 16px 0 0 16px;
        padding: 28px 24px;
    }

    .header__wrapper {
        flex-wrap: wrap;
    }

    .top-menu,
    .header-phone {
        padding: 0;
    }

    .header-phone {
        padding-top: 10px;
    }

    .top-menu__list {
        flex-direction: column;
        padding-top: 25px;
        gap: 10px;
    }

    .header__control {
        display: flex;
    }

    .close-menu-btn {
        margin-left: auto;
        display: block;
    }

    .location::after {
        background-position: top -250px left -520px;
    }
}

@media(max-width:768px) {
    .header-info__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:600px) {
    .header-info__inner {
        align-items: normal;
    }

    .header-info__list {
        flex-direction: column;
        gap: 15px;
    }

    .main__btn {
        margin-right: auto;
    }

    .about__list {
        flex-direction: column;
    }

    .about__item {
        width: 100%;
    }

    .fulmilment__inner,
    .trust__inner {
        flex-direction: column;
        gap: 20px;
    }

    .trust__inner {
        flex-direction: column-reverse;
    }

    .tmc__item {
        width: calc(50% - 10px);
        height: 200px;
    }

    .location::after {
        background-position: top -231px left -391px;
    }

    .footer__item:nth-child(2),
    .footer__item:nth-child(3),
    .footer__item:nth-child(4),
    .footer__item:nth-child(5),
    .footer__item:nth-child(6) {
        width: 100%;
    }
}

@media(max-width:400px) {
    .fulmilment {
        padding-top: 25px;
    }

    .fulmilment::after,
    .trust::after {
        display: none;
    }

    .fulmilment__inner,
    .trust__inner {
        align-items: normal;
    }

    .fulmilment__image {
        padding-top: clamp(0.938rem, -0.428rem + 6.067vw, 4.313rem);
    }

    .fulmilment__inner {
        flex-direction: column;
    }

    .trust__inner {
        flex-direction: column-reverse;
    }

    .cross-doking {
        padding-top: 25px;
    }

    .tmc__item {
        width: 100%;
        height: 165px;
        row-gap: 10px;
    }

    .trust__text {
        padding: 0;
    }

    .location::after {
        background-position: top -179px left -348px;
    }

    .footer__icon,
    .footer__icon>.main__btn-img {
        width: 20px;
        height: 20px;
    }
}

.form-success_hide,
.form-error_hide{
    display: none;
}

.form-success{
    margin: clamp(1.25rem, -0.0667rem + 4.8993vw, 5.8125rem) auto 0 auto;
    max-width: 591px;
    width: 100%;
    color: green;
}

.form-error{
    color: red;
}