/*
Thema Name: Delta Logistic
*/

@import url(https://fonts.googleapis.com/css2?family=Audiowide&family=Bakbak+One&family=Montserrat:wght@600;700;800&display=swap);

@media (min-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:996px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 560px
    }
}

@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

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

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    background: #f9f9f9;
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

input {
    outline: 0;
    cursor: pointer
}

select {
    outline: 0;
    cursor: pointer;
    color: #000
}

img {
    width: 100%
}

li {
    list-style-type: none
}

button {
    cursor: pointer
}

.container {
    margin: 0 auto
}

.hiddenStop {
    overflow: hidden
}

.splide__arrow--prev {
    left: -1em
}

.splide__arrow--next {
    right: -1em
}

button {
    border: none;
    background: 0 0
}
/*  */


.partnerns {
	padding-bottom: 70px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center
}

.partnerns-line {
    width: 300px;
    height: 1px;
    background: #fff
}

.partnerns__item-line {
    height: 45px;
    width: 3px;
    background: #000
}

.partnerns__item-img {
	    filter: grayscale(1);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    margin: 0 25px;
    height: 45px
}

/* .partnerns__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 64px;
    text-align: right
} */

.partnerns__wrapper {
    overflow: hidden;
    max-width: 1170px
}

.partnerns__items {
    padding-top: 60px
}

.partnerns-run {
    display: flex;
    align-items: center;
    -moz-column-gap: 45px;
    column-gap: 45px
}

/*  */
.btn {
    font-family: 'Bakbak One';
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 40px;
    background: #007246;
    cursor: pointer;
    transition: all .2s
}

.btn:hover {
    background: #00a767
}

.humburger {
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 10000
}

.humburger span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transition: all .7s
}

.humburger__active {
    margin-top: 10px
}

.humburger__active span {
    background: #fff
}

.humburger__active span:nth-child(1) {
    transform: rotate(45deg)
}

.humburger__active span:nth-child(2) {
    transform: rotate(135deg) translate(-10px, 10px)
}

.mobil__wrapper {
    overflow: auto
}

@media (min-width:768px) {
    .humburger {
        display: none
    }

    .mobil {
        display: none;
    }
}

@media (max-width:768px) {
    .header__menu {
        display: none
    }

    .mobil__wrapper {
        padding: 80px 0;
        display: flex;
        justify-content: center;
        background: #021f15;
        max-height: 104vh;
        width: 40%;
        left: -100%;
        top: 0;
        right: 0;
        position: relative;
        transition: all .7s
    }

    .mobil a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .mobil li {
        padding-top: 35px
    }

    .mobil li:first-child {
        padding-top: 0
    }

    .mobil ul {
        height: 100%
    }

    .mobil ul li ul {
        padding-top: 20px;
        height: 100%
    }

    .mobil ul li ul li {
        padding-top: 13px;
        padding-left: 20px
    }

    .mobil ul li ul li a {
        font-weight: 600;
        font-size: 14px;
        text-transform: none
    }
}

.mobil {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    z-index: 19;
    visibility: hidden;
    transition: all 1s
}

.mobil__active {
    background: #0000008a;
    visibility: visible
}

.mobil__active .mobil__wrapper {
    left: 0
}

.header {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 15px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%)
}

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

.header__logo {
    width: 143px
}

.header-sub {
    position: relative
}

.header-sub:hover .header-sub-menu {
    opacity: 1;
    visibility: visible
}

.header-sub-menu {
    margin-top: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px;
    position: absolute;
    background: #fff;
    row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    align-items: flex-start !important
}

.header-sub-menu li a {
    color: #000 !important
}

.header__menu ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 35px;
    column-gap: 35px
}

.header__menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.header__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.intro {
    background: url(assets/img/bg/IntroBg.png) center center/cover no-repeat;
    padding: 300px 0 195px
}

.intro__title {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    width: 70%
}

.intro__descr {
    padding-top: 15px;
    font-family: Audiowide;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    color: #fff;
    width: 55%
}

.intro__btn {
    margin-top: 30px
}

.anotherPage-intro {
    padding: 400px 0 90px 0
}

.anotherPage-intro-title {
    font-size: 110px
}

.pl5Bg {
    background: url(assets/img/bg/5pl5Bg.png) center center/cover no-repeat
}

.transportation {
    background: url(assets/img/bg/transportation.png) center center/cover no-repeat
}

.solutions {
    margin-bottom: -70px;
    padding-bottom: 0;
    background: url(assets/img/bg/solutionsBg.png) center center/cover no-repeat
}

.solutions .splide__track {
    padding-bottom: 25px
}

.solutions__slider {
    position: relative;
    top: -100px;
    width: 90%;
    margin: 0 auto
}

.solutions__btn {
    margin: 0 auto;
    margin-top: -100px
}

.solutions__slide {
    box-shadow: 0 4px 13px rgba(0, 0, 0, .25);
    background: #fff;
    margin: 0 16px
}

.solutions__slide__text {
    padding: 24px 20px 30px
}

.solutions__slide__text__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000
}

.solutions__slide__text__line {
    margin-top: 11px;
    height: 3.5px;
    width: 25%;
    background: #007246
}

.solutions__slide__text__descr {
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 129%
}

.readMoreButton {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    transition: all .4s
}

.readMoreButton__active {
    transform: rotate(180deg)
}

.slick-track {
    padding-bottom: 20px
}

.hidden {
    display: none
}

.readmore {
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.win {
    background: url(assets/img/bg/winBg.png) center center/cover no-repeat;
    background-color: #fff;
    padding: 100px 0
}

.win__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase
}

.win__subtitle {
    width: 75%;
    margin: 0 auto;
    padding-top: 5px;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #595959
}

.win__line {
    height: 3.5px;
    width: 15%;
    background: #007246;
    margin: 0 auto;
    margin-top: 25px
}

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

.win__item {
    width: 48%
}

.win__item__descr {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .01em;
    color: #434343
}

.win__item__btn {
    margin-top: 30px
}

.win__item__img {
    width: 45%
}

.business {
    background: url(assets/img/bg/businessBg.png) center center/cover no-repeat;
    margin-bottom: 140px
}

.business__wrapper {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-end;
    bottom: -80px
}

.business__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 27px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25)
}

.business__line {
    height: 3.5px;
    width: 15%;
    background: #007246;
    margin: 10px auto 15px auto
}

.business__title {
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.business__btn {
    margin: 0 auto;
    margin-top: 25px
}

.business__descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #434343
}

.sectors div {
    box-sizing: border-box;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.sectors-simp {
    padding-top: 0
}

.sectors__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase
}

.sectors__subtitle {
    margin: 0 auto;
    padding-top: 10px;
    width: 60%;
    font-family: 'Bakbak One';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase
}

.sectors__item {
    width: 40%
}

.sectors__item__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    text-transform: uppercase
}

.sectors__item__descr {
    padding-top: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #434343
}

.sectors__item__btn {
    margin-top: 35px
}

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

.sectors__img {
    width: 50%
}

.right {
    margin-left: 20px
}

.left {
    margin-right: 20px
}

.icetab-container__arrow {
    display: flex;
    justify-content: center
}

.icetab-container-scroll {
    overflow-y: scroll;
    min-width: 220px;
    scroll-behavior: smooth
}

.icetab-container-scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

#icetab-container {
    cursor: -webkit-grab;
    cursor: grab;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#icetab-container {
    padding-top: 60px;
    display: flex;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 60px;
    justify-content: center;
    position: relative
}

#icetab-container::after {
    content: '';
    position: absolute;
    width: 73%;
    height: 2px;
    background: #000;
    left: 48.3%;
    bottom: -15%;
    transform: translateX(-50%);
    transition: all 1s
}

.supply-line::after {
    content: '';
    position: absolute;
    width: 75% !important;
    height: 2px;
    background: #000;
    left: 45.3% !important;
    bottom: -15%;
    transform: translateX(-50%);
    transition: all 1s
}

.digital-line::after {
    content: '';
    position: absolute;
    width: 83% !important;
    height: 2px;
    background: #000;
    left: 48.3% !important;
    bottom: -15%;
    transform: translateX(-50%);
    transition: all 1s
}

.fulfillment-line::after {
    content: '';
    position: absolute;
    width: 87.3% !important;
    height: 2px;
    background: #000;
    left: 51.3% !important;
    bottom: -32% !important;
    transform: translateX(-50%);
    transition: all 1s
}

.warehous-line::after {
    content: '';
    position: absolute;
    width: 89.5% !important;
    height: 2px;
    background: #000;
    left: 49.3% !important;
    bottom: -32% !important;
    transform: translateX(-50%);
    transition: all 1s
}

.clearance-line::after {
    content: '';
    position: absolute;
    width: 81% !important;
    height: 2px;
    background: #000;
    left: 48.8% !important;
    bottom: -32% !important;
    transform: translateX(-50%);
    transition: all 1s
}

.handling-line::after {
    content: '';
    position: absolute;
    width: 88.7% !important;
    height: 2px;
    background: #000;
    left: 49.5% !important;
    bottom: -32% !important;
    transform: translateX(-50%);
    transition: all 1s
}

.kpi-line::after {
    content: '';
    position: absolute;
    width: 86.8% !important;
    height: 2px;
    background: #000;
    left: 48.8% !important;
    bottom: -32% !important;
    transform: translateX(-50%);
    transition: all 1s
}

.icetab {
    color: #a5a5a5;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-bottom: 0;
    margin: 0;
    cursor: pointer;
    border-right: 0;
    position: relative
}

.icetab::after {
    z-index: 10;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #75b59c;
    border-radius: 100%;
    bottom: -114%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s
}

.current-tab {
    color: #000
}

.current-tab::after {
    width: 19px;
    height: 19px;
    background: #007246
}

#icetab-content {
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: 50px
}

.tabcontent {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0
}

.tabcontent:first-child {
    position: relative
}

.tabcontent.tab-active {
    border-top: 0;
    display: block;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.aboutUs {
    padding: 70px 0;
    background: url(assets/img/bg/aboutUsBg.png) center center/cover no-repeat
}

.aboutUs__wrapper {
    padding: 70px 0;
    display: flex;
    position: relative;
    justify-content: flex-end
}

.aboutUs__img {
    width: 48%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.aboutUs__specimg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aboutUs__item {
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    background: #fff;
    padding: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 0;
    bottom: 10%;
    width: 66%
}

.aboutUs__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 120%;
    text-transform: uppercase
}

.aboutUs__descr {
    padding-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%
}

.aboutUs__btn {
    margin-top: 15px
}

.quote {
    padding: 80px 30px;
    background: #021f15
}

.quote__text {
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

.quote__text span {
    font-size: 46px
}

.mission {
    padding: 120px 0
}

.mission__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 150%;
    text-transform: uppercase
}

.mission__descr {
    width: 48%
}

.mission__text {
    padding-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%
}

.mission__btn {
    margin-top: 30px
}

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

.mission__img {
    width: 46%
}

.request__wrapper {
    padding: 30px 40px;
    width: 90%;
    margin: 0 auto;
    background: url(assets/img/bg/requestBg.png) center center/cover no-repeat;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .65);
    border-radius: 15px
}

.request-margin {
    margin-top: 50px
}

.request__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 140%;
    text-align: center;
    color: #fff
}

.request__item {
    display: flex;
    align-items: center;
    padding-top: 25px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.request__item__descrs {
    width: 50%
}

.request__item__form {
    width: 50%
}

.request__item__form__btn {
    width: 100%;
    margin-top: 0 !important;
    border: none
}

.request__item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff
}

.request__item__info {
    width: 90%;
    padding-top: 25px;
    font-weight: 600;
    font-size: 23px;
    line-height: 140%;
    color: #fff;
    display: grid;
    row-gap: 10px
}

.request__item__info__email {
    text-decoration: underline
}
.request__item__info__adress{
    font-size: 20px;
    line-height: 120%;
}
.request__item__info__top {
    display: flex;
    justify-content: space-between
}

.request__item__info a {
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
    color: #fff
}

/* .request form {
    flex-wrap: wrap;
    row-gap: 19px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    display: flex
} */

.request form p {
    flex-wrap: wrap;
    row-gap: 19px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    display: flex
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.wpcf7-not-valid-tip {
    padding-top: 4px;
    width: 100% !important;
    font-size: 12px;
    color: #d80000;
}

.wpcf7-form-control-wrap {
    width: 48%;
}

.wpcf7-form-control-wrap:nth-last-child(2) {
    width: 100%;
}

.request form input {
    width: 100%;
    padding: 12px 11px 12px 8px;
    background: #fff;
    border: 1px solid rgba(2, 31, 21, .5);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .01em
}

.request form textarea {
    resize: none;
    width: 100%;
    padding: 12px 11px 12px 8px;
    background: #fff;
    border: 1px solid rgba(2, 31, 21, .5);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .01em
}

.footer {
    padding: 100px 0 15px 0
}

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

.footer__logo {
    width: 143px
}

.footer-sub {
    display: flex;
    flex-direction: column
}

.footer-sub-menu {
    display: flex;
    flex-direction: column
}

.footer-sub-menu li {
    padding-top: 8px
}

.footer-sub-menu li a {
    text-transform: none !important;
    font-weight: 600 !important
}

.footer__bottom {
    display: flex;
    align-items: center
}

.footer__bottom__documents {
    padding-right: 25px;
    padding-top: 0;
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.footer__bottom__documents a {
    color: #000
}

.footer__menu ul {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.footer__menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 140%;
    font-weight: 800;
    color: #000
}

.footer__item {
    padding-top: 30px;
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
    align-items: flex-start
}

.footer__btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    background: #007246;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bakbak One'
}

.anotherPage {
    background: 0 0;
    margin-top: 0
}

.business-another-title {
    font-size: 45px;
    padding-bottom: 0
}

.business-another-title-2 {
    font-size: 35px;
    padding-bottom: 0 !important
}

.customizedTransport {
    background: url(assets/img/bg/customizedTransport.png) center center/cover no-repeat
}

.supplyChain {
    background: url(assets/img/bg/supplyChain.png) center center/cover no-repeat
}

.sectors-another {
    padding-top: 110px
}

.anotherPage-bg {
    margin-top: 140px;
    margin-bottom: 80px;
    background: url(assets/img/bg/anotherPage-bg.png) center center/cover no-repeat;
    background-color: rgba(227, 227, 227, .2)
}

.anotherPage-bg-2 {
    margin-top: 140px;
    background: url(assets/img/bg/anotherPage-bg.png) center center/cover no-repeat;
    background-color: rgba(227, 227, 227, .2)
}

.anotherPage-bg-3 {
    margin-top: 0;
    padding-bottom: 40px;
    background: url(assets/img/bg/anotherPage-bg.png) center center/cover no-repeat;
    background-color: rgba(227, 227, 227, .2)
}

.business-another-descr {
    font-size: 18px
}

.anotherPage-item {
    bottom: -8%;
    width: 58%
}

.anotherPage-aboutUs {
    font-size: 21px
}

.anotherPage-descr {
    padding-top: 25px;
    font-size: 19px;
    line-height: 170%
}

.anotherPage-title {
    font-size: 60px;
    font-family: Audiowide;
    line-height: 100%;
    text-transform: uppercase
}

.anotherPage-title-2 {
    font-size: 48px;
    font-family: Audiowide;
    line-height: 100%;
    text-transform: uppercase
}

.title {
    font-size: 90px;
    line-height: 120%
}

@media (max-width:1720px) {
    .title {
        font-size: 72px
    }
}

@media (max-width:1580px) {
    .title {
        font-size: 46px
    }
}

@media (max-width:1280px) {
    .title {
        font-size: 38px
    }
}

@media (max-width:996px) {
    .title {
        font-size: 32px
    }
}

@media (max-width:768px) {
    .title {
        font-size: 24px
    }
}

@media (max-width:567px) {
    .title {
        font-size: 36px
    }
}

@media (max-width:1200px) {
    .btn {
        padding: 14px 30px;
        font-size: 16px
    }

    .header__menu ul {
        -moz-column-gap: 17px;
        column-gap: 17px
    }

    .header__item {
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .intro {
        padding: 250px 0 159px
    }

    .intro__title {
        font-size: 60px
    }

    .solutions__slide__text__descr {
        font-size: 14px
    }

    .solutions__slide__text__title {
        font-size: 16px
    }

    .win__title {
        font-size: 30px
    }

    .win__item__descr {
        font-size: 16px
    }

    .win__line {
        margin-top: 15px
    }

    .business__title {
        font-size: 30px;
        padding-bottom: 15px
    }

    .sectors__item__descr {
        font-size: 14px
    }

    .sectors__item__title {
        font-size: 22px
    }

    .icetab {
        font-size: 14px
    }

    .icetab::after {
        bottom: -128%
    }

    .aboutUs__title {
        font-size: 32px
    }

    .aboutUs__descr {
        padding-top: 6px;
        font-size: 14px
    }

    .quote__text {
        font-size: 24px
    }

    .mission {
        padding: 100px 0
    }

    .mission__title {
        font-size: 32px
    }

    .mission__descr {
        padding-top: 6px;
        font-size: 14px
    }

    .request form {
        row-gap: 9px
    }

    .request form input {
        font-size: 12px
    }

    .request__item__text {
        font-size: 16px
    }

    .request__item__info {
        font-size: 18px
    }

    .request__item__info a {
        font-size: 18px
    }

    .footer__menu ul {
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .footer__menu ul li a {
        font-size: 14px
    }

    .footer-sub-menu li {
        padding-top: 0
    }

    .footer__item {
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .anotherPage-intro {
        padding: 315px 0 60px 0
    }
}

@media (max-width:996px) {

    .request form input {
        font-size: 9px
    }

    .btn {
        padding: 14px 20px;
        font-size: 16px
    }

    .intro {
        padding: 200px 0 140px
    }

    .intro__title {
        font-size: 42px
    }

    .intro__descr {
        padding-top: 7px;
        width: 50%;
        font-size: 20px
    }

    .header__logo {
        width: 115px
    }

    .header__btn {
        font-size: 12px;
        padding: 14px 10px
    }

    .header__menu ul li a {
        font-size: 11px
    }

    .header__item {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .solutions__slider {
        font-size: 96%
    }

    .solutions__slide {
        margin: 0 5px
    }

    .solutions__slide__text {
        padding: 15px 15px 20px
    }

    .solutions__slide__text__line {
        height: 2px;
        margin-top: 8px
    }

    .solutions__slide__text__descr {
        font-size: 13px
    }

    .win__title {
        font-size: 24px
    }

    .win__subtitle {
        font-size: 14px
    }

    .win__item__descr {
        font-size: 14px
    }

    .business__title {
        font-size: 23px;
        padding-bottom: 15px
    }

    .business__descr {
        padding-top: 20px;
        font-size: 15px
    }

    .sectors__title {
        font-size: 36px
    }

    .sectors__subtitle {
        font-size: 14px
    }

    .sectors__item {
        width: 49%
    }

    .sectors__item__btn {
        margin-top: 15px
    }

    .sectors__img {
        width: 45%
    }

    #icetab-container::after {
        width: 70%;
        left: 49.3%;
        bottom: -21%
    }

    .aboutUs {
        margin-top: 0
    }

    .quote {
        padding: 60px 30px;
        background: #021f15
    }

    .quote__text {
        font-size: 20px
    }

    .mission {
        padding: 60px 0 80px 0
    }

    .mission__text {
        font-size: 14px
    }

    .request__wrapper {
        padding: 20px 20px
    }

    .request__title {
        font-size: 34px
    }

    .request__item {
        padding-top: 15px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .request__item__form__btn {
        margin-top: 15px
    }

    .request__item__text {
        font-size: 14px
    }

    .request__item__info {
        font-size: 15px
    }

    .request__item__info a {
        font-size: 12.5px
    }

    .wpcf7-not-valid-tip {
        font-size: 9px;
    }

    .request form p {
        row-gap: 8px;
        column-gap: 6px;
    }

    .wpcf7 form .wpcf7-response-output {
        font-size: 11px;
    }

    .request form {
        row-gap: 6px;
        -moz-column-gap: 2%;
        column-gap: 2%;
        display: grid
    }

    /* .request form input {
        width: 49%
    } */

    .footer__logo {
        width: 115px
    }

    .footer__menu ul {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .footer__btn {
        font-size: 12px;
        padding: 14px 10px
    }

    .footer__menu ul li a {
        font-size: 11px
    }

    .footer__item {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .aboutUs__wrapper {
        padding: 30px 0
    }

    .aboutUs__title {
        font-size: 23px
    }

    .anotherPage-bg {
        margin-top: 90px
    }

    .anotherPage-descr {
        padding-top: 25px;
        font-size: 16px;
        line-height: 170%
    }

    .anotherPage-intro {
        padding: 240px 0 60px
    }
}

@media (max-width:768px) {
    .wpcf7-form-control-wrap {
        width: 49%;
    }

    .request__item__info {
        padding-top: 30px;
        row-gap: 4px;
    }

    .request__item__info__adress {
        font-size: 12px;
    }

    .request__item__descrs {
        width: 100%
    }

    .request__item__form {
        width: 100%
    }

    .icetab::after {
        bottom: -114%
    }

    .header__item {
        -moz-column-gap: 26px;
        column-gap: 26px
    }

    .header__btn {
        font-size: 14px;
        padding: 14px 18px
    }

    .solutions__wrapper {
        top: -70px
    }

    .win {
        margin-top: -30px;
        padding-top: 60px
    }

    .win__title {
        font-size: 20px
    }

    .win__item {
        width: 55%
    }

    .win__item__img {
        width: 42%
    }

    .business__title {
        padding-bottom: 10px
    }

    .business__descr {
        padding-top: 0;
        font-size: 14px
    }

    .sectors__subtitle {
        width: 85%
    }

    .sectors__item {
        width: 52%
    }

    .sectors__item__descr {
        font-size: 13px
    }

    .sectors__item__title {
        font-size: 19px
    }

    .sectors__img {
        width: 43%
    }

    #icetab-content {
        align-items: flex-start;
        overflow: hidden;
        position: relative
    }

    .current-tab::after {
        width: 15px;
        height: 15px;
        background: #007246
    }

    #icetab-container {
        padding-top: 40px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: 60px
    }

    .icetab {
        font-size: 11px;
        padding-bottom: 2px
    }

    .aboutUs {
        padding-top: 40px;
        padding-bottom: 70px
    }

    .aboutUs__img {
        padding-top: 40px
    }

    .aboutUs__item {
        bottom: 0;
        width: 65%;
        padding: 20px
    }

    .aboutUs__descr {
        font-size: 12px
    }

    .quote {
        padding: 40px 0
    }

    .quote__text {
        width: 90%;
        margin: 0 auto;
        font-size: 16px
    }

    .quote__text span {
        font-size: 30px
    }

    .mission {
        padding: 50px 0 80px 0
    }

    .mission__descr {
        width: 55%
    }

    .mission__img {
        width: 42%
    }

    .request__wrapper {
        padding: 20px 20px 30px
    }

    .request__item {
        flex-direction: column;
        row-gap: 25px
    }

    .request__item__form__btn {
        width: 75%;
        margin: 0 auto;
        margin-top: 20px
    }

    .request__item__info {
        width: 100%
    }

    .request__item__info__top {
        justify-content: unset;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .footer {
        padding-top: 80px;
        padding-bottom: 30px
    }

    .footer__logo {
        width: 155px
    }

    .footer__menu ul {
        flex-direction: column;
        align-items: center;
        row-gap: 25px
    }

    .footer__menu ul li a {
        text-align: center;
        font-size: 14px
    }

    .footer-sub-menu {
        row-gap: 5px !important
    }

    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 25px
    }

    .footer__item {
        row-gap: 30px;
        flex-direction: column;
        align-items: center
    }

    .footer__btn {
        margin-top: 35px;
        padding: 14px 23px
    }

    .footer__bottom {
        padding-top: 0;
        align-items: center;
        flex-direction: column
    }

    .footer__bottom__documents {
        padding-right: 0;
        align-items: center;
        flex-direction: column;
        row-gap: 15px
    }

    .footer__bottom__documents a {
        font-size: 13px
    }

    #icetab-container::after {
        width: 68%;
        left: 48.3%;
        bottom: -27%
    }
}

@media (max-width:576px) {
	.partnerns__items {
    padding-top: 30px;
}
	
    .request form input {
        font-size: 12px;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .kpi__content {
        min-height: 600px
    }

    .anotherPage-intro {
        padding: 240px 0 30px
    }

    .mobil__wrapper {
        width: 80%
    }

    .aboutUs__title {
        font-size: 21px
    }

    .anotherPage-descr {
        padding-top: 10px !important;
        font-size: 14px
    }

    .anotherPage-descr {
        padding-top: 5px
    }

    .header__btn {
        font-size: 12px;
        padding: 10px 14px
    }

    .header__item {
        -moz-column-gap: 26px;
        column-gap: 15px
    }

    #icetab-container::after {
        width: 74%;
        left: 49.3%;
        bottom: -15%
    }

    .intro__title {
        width: 100%;
        font-size: 26px
    }

    .intro__descr {
        padding-top: 7px;
        width: 92%;
        font-size: 16px
    }

    .solutions__slider {
        max-width: 290px
    }

    .win {
        padding-bottom: 60px
    }

    .win__wrapper {
        flex-direction: column
    }

    .win__subtitle {
        width: 90%
    }

    .win__item {
        padding-top: 15px;
        order: 2;
        width: 100%
    }

    .win__item__img {
        order: 1;
        width: 100%;
        max-width: 250px
    }

    .business__item {
        padding: 20px;
        width: 100%;
        bottom: 0;
        top: 50px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .business__title {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px
    }

    .business__descr {
        font-size: 13px
    }

    .sectors__item {
        padding-top: 25px;
        order: 2;
        width: 100%
    }

    .sectors__img {
        order: 1;
        width: 100%;
        max-width: 300px
    }

    .sectors__title {
        font-size: 18px
    }

    .sectors__content {
        flex-direction: column
    }

    .sectors__wrapper {
        overflow: hidden
    }

    .aboutUs {
        padding-top: 40px;
        padding-bottom: 0
    }

    .aboutUs__wrapper {
        flex-direction: column
    }

    .aboutUs__img {
        transform: none;
        position: relative;
        padding-top: 0;
        width: 100%;
        width: 90%;
        max-width: 290px
    }

    .aboutUs__item {
        top: -20px;
        width: 90%;
        position: relative;
        margin-left: auto
    }

    .mission__wrapper {
        flex-direction: column
    }

    .mission__descr {
        padding-top: 15px;
        order: 2;
        width: 100%
    }

    .mission__img {
        order: 1;
        width: 100%;
        max-width: 260px
    }

    .request__wrapper {
        width: 100%
    }

    .request form input {
        width: 100%
    }

    .request__item {
        padding-top: 5px
    }

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

    .request__title {
        padding-bottom: 5px;
        font-size: 24px
    }

    .footer img {
        width: 150px
    }

    .footer__wrapper {
        flex-direction: column;
        row-gap: 30px
    }

    .footer__documents {
        flex-direction: column;
        row-gap: 13px;
        text-align: center
    }
}