@font-face {
    font-family: "Segoe UI", sans-serif;
    src: url("../f/site/fonts/Segoe UI/Segoe UI.ttf");
}

@font-face {
    font-family: "Arm Hmk's Bebas Neue";
    src: url("../f/site/fonts/Arm Hmk's Bebas Neue.TTF");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", sans-serif;
    line-height: 1.5;
    -webkit-tap-highlight-color: transparent;
}

main {
    min-height: calc(100vh - 552px);
}

a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    font-family: unset;
    background: transparent;
}

input {
    outline: none;
    border: none;
}

select {
    cursor: pointer;
}

img {
    display: flex;
    width: 100%;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.base-btn,
.base-btn-dark {
    display: block;
    width: fit-content;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #ea5460;
    background: #ffffff;
    padding: 5px 18px;
    border: 1px solid #ea5460;
    border-radius: 15px 0px 15px 0px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;
    -ms-border-radius: 15px 0px 15px 0px;
    -o-border-radius: 15px 0px 15px 0px;
}

.base-btn:hover {
    color: #ffffff;
    background: #ea5460;
}

.base-btn-dark {
    background: #ea5460;
    color: #ffffff;
}

.base-btn-dark:hover {
    background: #660911;
    border-color: #660911;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 20px 0;
    background: #1e1f24;
}

header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header-logo {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header-logo__mobile {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
}

.menu-burger,
.burger-cross {
    display: none;
}

.header-menu__item {
    display: flex;
    padding: 5px 12px;
    list-style: none;
}

.header-menu__link {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    color: #ffffff;
}

.header-menu__link_active,
.header-menu__link:hover {
    color: #ea5460;
}

.header-info {
    display: flex;
    align-items: center;
}

.header-info_tel {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: left;
    color: #ea5460;
}

.header-info_tel,
.header-info_calc-btn,
.language-group,
.header-search-btn,
.menu-burger {
    margin: 0 0 0 12px;
}

.header-info_tel>svg,
.header-info_calc-btn>svg {
    display: none;
}

.language-group {
    position: relative;
}

.language-group__btn {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #474747;
}

.language-select {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 50px;
    z-index: 25;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 1px 15px rgba(158, 158, 158, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.language-select__link {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #1e1f24;
}

.language-select__link_active,
.language-select__link:hover {
    color: #ea5460;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.header-search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.header-search-form__item {
    display: none;
    width: 368px;
    position: absolute;
    top: 70px;
    right: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.header-search-form__item.search-open {
    display: block;
}

.header-search-form__input {
    width: 100%;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #858585;
    background: #ffffff;
    padding: 12px 40px 12px 16px;
    box-shadow: 0px 4px 20px rgba(123, 123, 123, 0.66);
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-search-form__submit {
    position: absolute;
    top: 17px;
    right: 0;
    padding: 0 13px 0 0;
}

.header-search-btn {
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.search-cross {
    display: none;
}

.language-group__btn:hover svg>path,
.menu-burger:hover svg>path {
    stroke: #ea5460;
}

.header-search-btn:hover svg *,
.menu-burger:hover svg * {
    fill: #ea5460;
}

footer {
    padding: 90px 0 30px;
    background-position: 0 98% !important;
    background-size: contain !important;
}

.footer-row {
    margin: 0 -15px;
}

.footer-row__item {
    width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
}

.footer-menu__item {
    list-style: none;
}

.footer-menu-title {
    width: fit-content;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: left;
    color: #ffffff;
    margin: 0 0 15px;
}

.footer-menu__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    color: #ffffff;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.footer-menu__link_active,
.footer-menu__link:hover {
    color: #ea5460;
}

.footer-logo {
    display: flex;
    max-width: 240px;
    width: 100%;
    margin: 0 0 20px auto;
}

.footer-social-media {
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 32px;
}

.footer-social-media__link {
    display: inline-block;
    margin: 0 0 10px 28px;
}

.footer-row__item:last-child .footer-menu {
    text-align: right;
}

.footer-row__item:last-child .footer-menu__item:last-child .footer-menu__link:hover {
    color: #ffffff;
}

.footer-info {
    padding: 15px 0 0;
    justify-content: space-between;
}

.footer-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
}

.footer-info__text:last-child:hover {
    transition: 0.4s ease;
    color: #ea5460;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.section-space {
    padding: 0 0 50px;
}

.main-slide-info {
    padding: 30px;
    max-width: 680px;
    width: 100%;
    position: absolute;
    left: auto;
    bottom: 90px;
    background: rgba(30, 31, 36, 0.800000011920929);
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}

.main-slide-info__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 59px;
    text-align: left;
    color: #f79ea0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
}

.main-slide-info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
}

.main-slide .swiper-pagination-bullet {
    width: 17px;
    height: 7px;
    opacity: 1;
    background: #d9d9d9;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.main-slide .swiper-pagination {
    bottom: 30px;
}

.main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 43px;
    background: #660911;
}

.calc-section,
.faq-section {
    padding: 50px 0;
    background: #ededed;
}

.main-title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 30px;
}

.main-title>svg {
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.calc-row__form,
.calc-row__img {
    width: 50%;
}

.calc-row__img>img {
    height: 100%;
    object-fit: cover;
}

.calc-row__form {
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 4px 40px rgba(206, 206, 206, 0.17);
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
}

.calc-block__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #2b2b2b;
    margin: 0 0 25px;
}

.calc-delivery-type {
    margin: 0 -12px;
}

.calc-delivery-type__item {
    position: relative;
    width: 50%;
    padding: 0 12px 12px;
}

.calc-delivery-type__item>input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.calc-delivery-type__item>label {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 8px 12px;
    background: #f6f6f6;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    color: #1e1f24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.calc-delivery-type__item>label>img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 5px 25px 5px 0;
}

.calc-delivery-tick {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e6e7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.calc-delivery-tick::after,
.type-of-sale__circle::after {
    content: "✔";
    color: #ffffff;
    opacity: 0;
    font-size: 13px;
}

.calc-delivery-type__item>input:checked+label .calc-delivery-tick {
    background: #ea5460;
}

.calc-delivery-type__item>input:checked+label .calc-delivery-tick::after {
    opacity: 1;
}

.calc-export-import {
    margin: 20px 0;
}

.calc-export-import__item {
    width: 50%;
}

.calc-export-import__title {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 10px;
}

.calc-export-import__circle {
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: #ea5460;
    border: 1px solid #ea5460;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.calc-export-import__item:last-child .calc-export-import__circle {
    color: #ea5460;
    background: #ffffff;
}

.type-of-sale {
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
}

.type-of-sale__item,
.calc-other-service-radio {
    display: flex;
    align-items: center;
    padding: 4px 16px 4px 0;
}

.type-of-sale__item>input,
.calc-other-service-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.type-of-sale__item>label,
.calc-other-service-radio>label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #1e1f24;
    cursor: pointer;
}

.type-of-sale__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.type-of-sale__item>input:checked+label>.type-of-sale__circle,
.calc-other-service-radio>input:checked+label>.type-of-sale__circle {
    border-color: #ea5460;
}

.type-of-sale__item>input:checked+label>.type-of-sale__circle::after,
.calc-other-service-radio>input:checked+label>.type-of-sale__circle::after {
    opacity: 1;
    color: #ea5460;
}

.calc-country,
.calc-track-type {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.calc-country>svg {
    margin: 0 16px;
    min-width: fit-content;
}

.calc-required__item,
.calc-track-type__block,
.calc-track-h-l-w__block {
    width: 100%;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.calc-required__item>label,
.calc-track-type__block>label,
.calc-track-h-l-w__block>label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #636363;
    margin: 0 0 5px;
}

.calc-required__item>input,
.calc-track-type__block>input,
.calc-track-h-l-w__block>input {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #1e1e1e;
}


.calc-continue-btn {
    margin: 0 0 0 auto;
}

.services-section,
.about-us-section,
.partners-section {
    padding-top: 70px;
}

.services-card>.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.services-card {
    margin: 0 -15px;
}

.services-card__item {
    width: 25%;
    padding: 0 15px 30px;
}

.services-card__link {
    padding: 30px;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ededed;
    border: 1px solid #c8bdbd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.services-card__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 35px;
    text-align: left;
    text-transform: capitalize;
    color: #1e1f24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
}

.services-card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #1e1f24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
}

.services-card__link:hover {
    background: #EA5460;
}

.services-card__link:hover .services-card__title,
.services-card__link:hover .services-card__text {
    color: #ffffff;
}

.about-us {
    justify-content: space-between;
}

.about-us__des,
.about-us__img,
.faq__img,
.faq__according {
    width: 49%;
}

.about-us__des {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 4px 24px rgba(51, 51, 51, 0.25);
}

.about-us__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #1e1f24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 30px;
}

.about-us__btn {
    font-size: 37px;
    margin: 25px 0 0;
}

.faq {
    justify-content: space-between;
}

.faq__according {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.faq-accordion-item {
    border: 1px solid #eeeeee;
    margin: 0 0 14px;
}

.faq-accordion-item__title {
    width: 100%;
    margin: 0 25px 0 0;
    position: relative;
    padding: 16px;
    background: #fff;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    text-align: left;
    color: #1e1f24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.faq-accordion-item__title::after {
    content: "+";
    font-weight: 600;
    font-size: 11px;
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 20px;
}

.faq-accordion-item__content {
    display: none;
    padding: 25px 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #1e1f24;
}

.faq-accordion .faq-accordion-item__title.is-open,
.faq-accordion-item__title:hover {
    color: #660911;
}

.faq-accordion .faq-accordion-item__title.is-open::after {
    content: '-';
    color: #660911;
}

.faq-accordion-item__title.is-open+.faq-accordion-item__content {
    display: block;
}

.partners-card {
    margin: 0 -8px;
}

.partners-card>.swiper-wrapper,
.reviews-card>.swiper-wrapper {
    flex-wrap: wrap;
}

.partners-card__item {
    width: 16.666%;
    padding: 0 8px 16px;
}

.partners-card__link {
    display: block;
    height: 100%;
    padding: 20px 15px;
    background: #ffffff;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog {
    justify-content: space-between;
}

.blog__img {
    position: relative;
    width: 47%;
}

.blog__info {
    width: 51%;
}

.blog__img>a>img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-main-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px 10px 0px 0px;
}

.blog-main-info__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 52px;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-main-info__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.blog__link {
    display: block;
    padding: 7px 0 13px;
    margin: 0 0 8px;
}

.blog__link:not(:last-child) {
    border-bottom: 1px solid #0000002e;
}

.blog__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 40px;
    text-align: left;
    color: #1e1f24;
    transition: .4s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 6px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.blog__link:hover .blog__title {
    color: #660911;
}

.blog__date {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #1e1f24;
}

.calc-row__img>img,
.about-us__img>img,
.faq__img>img,
.about-us-page-banner>img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.reviews-card {
    margin: 0 -8px;
}

.reviews-card__item {
    width: 25%;
    padding: 0 8px 20px;
}
.reviews-card__item.swiper-slide{
    height: auto;
}
.reviews-card__link {
    display: block;
    cursor: pointer;
    height: 100%;
    padding: 30px 20px;
    background: #ededed;
    border-radius: 5px;
    box-shadow: 0px 4px 5px rgba(192, 192, 192, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.reviews-card__img {
    min-width: 92px;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0 11px 10px 0;
    background: #ffffff;
    border: 1px solid #dadada;
}

.reviews-card__info {
    margin: 0 0 28px;
}

.reviews-card__title {
    min-height: 60px;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #1e1f24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reviews-card__stars {
    color: #FFD93F;
    font-size: 20px;
}

.reviews-card__des {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #2b2b2b;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.page-info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 26px;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 17px 0 10px;
}

.bread-crumbs__link {
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    color: #535458;
}

.bread-crumbs__link:not(:last-child)::after {
    content: " - ";
    font-size: 10px;
    padding: 0 5px 0 2px;
    color: #969696;
}

.bread-crumbs__link_active,
.bread-crumbs__link:hover {
    color: #660911;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.page-banner {
    margin: 25px 0 0;
}

.page-banner>img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.services-page-item-des {
    margin: 25px 0 30px;
}

.services-page-calc {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.17);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.calc-track-type,
.calc-track-h-l-w {
    margin: 0 -8px;
}

.calc-other-service {
    padding: 20px 0 30px;
    margin: 0 0 20px;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.calc-other-service__item {
    width: 49%;
}

.calc-track-type__item {
    width: 50%;
    padding: 0 8px 20px;
}

.calc-track-h-l-w__item {
    width: 33.333%;
    padding: 0 8px 20px;
}

.calc-other-service__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #1e1f24;
    margin: 0 0 20px;
}

.calc-other-service-radio {
    margin: 0 0 12px;
}

.calc-user-info {
    margin: 0 -8px;
}

.calc-user-info__item {
    width: 50%;
    padding: 0 8px 16px;
}

.calc-user-info__item>input,
.calc-user-info__item>textarea {
    padding: 20px;
    width: 100%;
    height: 65px;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.calc-user-info__item>input::placeholder,
.calc-user-info__item>textarea::placeholder {
    font-family: "Segoe UI", sans-serif;
    color: #636363;
    font-size: 12px;
}

.calc-user-info__item>textarea {
    outline: none;
    resize: none;
    height: 150px;
}

.calc-are-you-agree {
    margin: 0 0 25px;
}

.calc-are-you-agree>input {
    cursor: pointer;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    accent-color: #EA5460;
    margin: 10px 10px 10px 0;
}

.calc-are-you-agree>label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
}

.gallery-row {
    margin: 0 -8px;
}

.gallery-row__item {
    padding: 0 8px 20px;
    width: 25%;
}

.gallery-row__item>a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gallery-row__item>a img {
    border-radius: 10px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gallery-row__item>a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 2px solid #1e1f24;
}

.share-section__title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin: 5px 13px 5px 0;
}

.share-section {
    align-items: center;
}

.share {
    width: fit-content;
    padding: 2px 4px;
    background: #ea5460;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 21px rgba(219, 219, 219, 0.25);
}

.share__item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 4px 3px;
    border: 1px solid #ffffff;
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 6px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.partners-page-section .partners-card__item {
    width: 16.666%;
    padding: 0 8px 60px;
}

.partners-card__info {
    margin: 0 0 -60px;
    padding: 9px 10px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -ms-border-radius: 10px 0px 10px 0px;
    -o-border-radius: 10px 0px 10px 0px;
}

.partners-card__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #1e1f24;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tracking {
    background-size: auto !important;
    background-position: 0 50% !important;
    margin: 0 0 60px;
}

.tracking-img {
    width: 40%;
    margin: 0 0 0 auto;
}

.tracking-form-bg {
    margin: 0 0 60px;
    padding: 25px 20px;
    background: #ffffff;
    border: 1px solid #e2dddd;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(201, 201, 201, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tracking-form {
    padding: 30px 16px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 23px rgba(184, 184, 184, 0.16);
}

.tracking-form__input {
    width: 100%;
    height: 47px;
    padding: 10px 15px;
    margin: 0 28px 0 0;
    background: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #1e1f24;
    border: 1px solid #e4e6e7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.tracking-form__input::placeholder {
    color: #b5b5b5;
}

.tracking-form__btn {
    min-width: 200px;
    font-size: 30px;
}

.trekking-place {
    position: relative;
}

.trekking-place__item {
    position: relative;
    padding: 0 0 38px 50px;
}

.trekking-place__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    color: #acacac;
}

.trekking-place__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #acacac;
}

.trekking-place__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    margin: 8px 0 0;
    border-radius: 50%;
    background: #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.trekking-place__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 2px;
    background: #eaeaea;
    margin: 8px 0 0;
}

.trekking-place__item_active>.trekking-place__title {
    color: #EA5460;
}

.trekking-place__item_active.trekking-place__item::after {
    background: #EA5460;
}

.trekking-place__item:last-child:before {
    display: none;
}

.page-contacts {
    margin: 30px 0 0;
    padding: 5px 0 5px 9px;
    position: relative;
}

.page-contacts::after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ea5460;
}

.page-contacts__text,
.page-contacts__text>a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
    color: #1e1f24;
}

.page-contacts__text>a {
    text-decoration: underline;
}

.vacancies {
    margin: 0 -5px;
}

.vacancies__item {
    width: 50%;
    padding: 0 5px 10px;
}

.vacancies__content {
    display: block;
    height: 100%;
    padding: 26px 28px;
    background: #EEEEEE;
    border: 1px solid #D7D7D7;
}

.vacancies__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    text-align: left;
    color: #000000;
}

.vacancies__des {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #4b4c4d;
    margin: 12px 0 16px;
    color: #1e1f24;
}

.vacancies__salary {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000000;
    margin: 0 0 18px;
}

.vacancies__footer {
    padding: 13px 0 0;
    border-top: 1px solid #D7D7D7;
}

.vacancies-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #5a5a5a;
    padding: 6px 10px;
    margin: 4px 6px 4px 0;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.vacancies__btn {
    font-size: 25px;
    padding: 5px 25px;
}

.vacancies-page {
    justify-content: space-between;
    margin: 0 0 22px;
}

.vacancies-page__info {
    width: 52%;
}

.vacancies-page__salary {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    width: fit-content;
    padding: 8px 20px;
    margin: 0 0 24px;
    background: #ea5460;
    border-radius: 100px;
    box-shadow: 0px 0px 21px rgba(219, 219, 219, 0.25);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.vacancies-page__form {
    width: 42%;
    padding: 25px 30px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 4px 40px rgba(206, 206, 206, 0.17);
}

.vacancies-form {
    margin: 0 -7px;
}

.vacancies-page__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 53px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 30px;
}

.vacancies-form__item {
    width: 50%;
    padding: 0 7px 12px;
}

.vacancies-form__input,
.vacancies-form__textarea {
    width: 100%;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    padding: 11px 12px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.vacancies-form__textarea {
    outline: none;
    resize: none;
    height: 120px;
}

.vacancies-form__btn {
    font-size: 25px;
    margin: 0 0 0 auto;
}

.blog-card {
    margin: 0 -5px;
}

.blog-card__item {
    width: 33.333%;
    padding: 0 5px 10px;
}

.blog-card__link {
    position: relative;
    display: block;
    height: 100%;
}

.blog-card__link>img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-page-info__img,
.blog-page-info__des,
.about-us-page-banner,
.about-us-page-des {
    margin: 0 0 23px;
}

.blog-page-info__img>img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-bg {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    height: 100vh;
    padding: 15px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
}

.modal-bg::-webkit-scrollbar,
.modal-content::-webkit-scrollbar {
    width: 5px;
}

.modal-bg::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px #efefef;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.modal-bg::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb {
    background: #ea5460;
}

.modal-centered {
    cursor: auto;
    display: flex;
    align-items: center;
    margin: 20px auto;
    min-height: 100%;
}

.modal-reviews-centered {
    max-width: 700px;
}

.modal-content {
    position: relative;
    width: 100%;
    padding: 35px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 38px rgba(224, 224, 224, 0.17);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
}

.documents-title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 35px;
    text-align: left;
    color: #ea5460;
    margin: 0 0 16px;
}

.documents-des {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 20px;
}

.downloads {
    margin: 0 0 60px;
}

.downloads__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    text-align: left;
    color: #1e1f24;
    padding: 9px 17px;
    margin: 0 0 16px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.downloads__link>svg {
    margin: 0 0 0 20px;
    min-width: 17px;
}

.downloads__link:hover {
    border: 1px solid #ea5460;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.search-result__link {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #BEBEBE;
}

.search-result__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    text-align: left;
    color: #1e1f24;
    margin: 0 0 15px;
}

.search-result__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #1e1f24;
}

.contacts {
    justify-content: space-between;
}

.contacts-info {
    width: 50%;
}

.contacts-map {
    width: 47%;
}

.map-section {
    min-height: 400px;
    height: 100%;
}

.contacts-info__title {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    text-align: left;
    color: #1e1f24;
    margin: 10px 0 15px;
}

.contacts-info__link {
    display: flex;
    align-items: center;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    text-align: left;
    color: #1e1f24;
    padding: 0 0 8px;
}

.contacts-info__link>svg {
    margin: 0 12px 0 0;
    min-width: 25px;
}

.contacts-works-time {
    margin: 0 0 30px;
}

.contacts-work-time__item {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.contacts-work-time__day {
    min-width: 60px;
}

.contacts-work-time__day,
.contacts-work-time__time {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-align: left;
    color: #1e1f24;
}

.contacts-form {
    margin: 25px -6px 0;
}

.contacts-form__item {
    width: 50%;
    padding: 0 6px 12px;
}

.contacts-form__item>input,
.contacts-form__item>textarea {
    width: 100%;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #2a2a2a;
    padding: 16px 20px;
    background: #F8F8F8;
}

.contacts-form__item>textarea {
    height: 170px;
    resize: none;
    outline: none;
    border: none;
}

.contacts-form__btn {
    margin: 0 0 0 auto;
}

.calc-footer {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.calc-footer__text {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    color: #1e1f24;
    margin: 3px 10px 3px 0;
}

.calc-footer__total {
    font-family: "Arm Hmk's Bebas Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: left;
    color: #ea5460;
}

.calc-footer__total>sub {
    font-size: 16px;
    font-family: sans-serif;
    vertical-align: baseline;
}

sub {
    vertical-align: middle;
}

.required::after {
    content: " *";
    color: #ff0a0a;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.flex {
    display: flex !important;
}

.overflow-hidden {
    overflow-y: hidden !important;
}

.full-width {
    width: 100% !important;
}

.clear-both {
    clear: both;
}

.editor ul,
ol {
    padding: revert;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .header-menu__link {
        font-size: 16px;
    }

    .header-info_tel{
        font-size: 25px;
    }

    footer {
        padding: 70px 0 30px;
    }

    .section-space {
        padding: 0 0 40px;
    }

    .services-section,
    .about-us-section,
    .partners-section {
        padding-top: 60px;
    }

    .services-card {
        margin: 0 -8px;
    }

    .services-card__item {
        padding: 0 8px 16px;
    }

    .reviews-card__header {
        flex-wrap: wrap;
    }

    .partners-page-section .partners-card__item {
        width: 20%;
    }
}

@media all and (max-width: 1199px) {
    header {
        padding: 12px 0;
    }

    .header-search-form__item {
        top: 60px;
    }

    .menu-burger {
        display: block;
    }

    .navigation {
        visibility: hidden;
        position: fixed;
        flex-direction: column;
        align-items: flex-end;
        padding: 20px 30px;
        top: 66px;
        width: 100%;
        right: 100%;
        z-index: 20;
        background: url("../img/nav-bg.png") no-repeat 95% 98%;
        background-size: auto;
        background-color: #ffffff;
        height: calc(100svh - 66px);
        overflow-y: scroll;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
    }

    .navigation.open {
        visibility: visible;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    .header-menu {
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .header-menu__item {
        padding: 23px 0;
        width: 100%;
        justify-content: flex-end;
    }

    .header-menu__item:not(:last-child) {
        border-bottom: 1px solid #e3e3e3;
    }

    .header-menu__link {
        font-size: 30px;
        text-align: right;
        color: #080808;
    }

    .navigation::-webkit-scrollbar {
        width: 8px;
    }

    .navigation::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #efefef;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .navigation::-webkit-scrollbar-thumb {
        background: #ea5460;
    }

    footer {
        padding: 60px 0 30px;
    }

    .footer-row__item {
        width: 50%;
    }

    .footer-logo {
        margin: 0 0 20px;
    }

    .footer-social-media {
        justify-content: flex-start;
    }

    .footer-row__item:last-child .footer-menu {
        text-align: left;
    }

    .section-space {
        padding: 0 0 40px;
    }

    .main-slide__item>img {
        height: 80vh;
        object-fit: cover;
        object-position: center;
    }

    .main-slide-info {
        max-width: 500px;
        padding: 26px 15px;
    }

    .main-slide-info__title {
        font-size: 50px;
        line-height: 60px;
    }

    .services-slide,
    .partners-slide,
    .reviews-slide {
        margin: 0;
    }

    .services-card>.swiper-wrapper,
    .partners-card>.swiper-wrapper,
    .reviews-card>.swiper-wrapper {
        flex-wrap: nowrap;
    }

    .services-slide .services-card__item,
    .partners-slide .partners-card__item,
    .reviews-slide .reviews-card__item {
        padding: 0;
    }

    .services-section,
    .about-us-section,
    .partners-section {
        padding-top: 50px;
    }

    .about-us__btn {
        font-size: 25px;
    }

    .services-card__item,
    .reviews-card__item {
        width: 33.333%;
    }

    .partners-page-section .partners-card__item {
        width: 25%;
    }

    .vacancies-page__info {
        width: 48%;
    }

    .vacancies-page__form {
        width: 48%;
    }
}

@media all and (max-width: 1024px) {

    .header-info_tel>svg,
    .header-info_calc-btn>svg {
        display: block;
    }

    .header-info_tel,
    .header-info_calc-btn {
        font-size: 0;
        background: transparent;
        border: none;
        padding: 0;
    }

    .header-info_calc-btn:hover {
        background: transparent;
    }

    .header-search-form__item {
        top: 55px;
    }

    .navigation {
        top: 64px;
        height: calc(100svh - 64px);
    }

    .main-title {
        font-size: 40px;
        line-height: 50px;
    }

    footer {
        padding: 50px 0 20px;
    }

    .calc-section,
    .faq-section {
        padding: 30px 0;
    }

    .calc-row__form,
    .calc-row__img {
        width: 100%;
    }

    .calc-row__img>img {
        height: auto;
    }

    .about-us__des,
    .about-us__img,
    .faq__according,
    .blog__img,
    .blog__info {
        width: 100%;
    }

    .about-us__img,
    .faq__img {
        margin: 25px 0 0;
        display: none;
    }

    .about-us__title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 23px;
    }

    .blog__img {
        margin: 0 0 30px;
    }

    .blog-main-info__title {
        font-size: 36px;
        line-height: 46px;
    }

    .blog__title {
        font-size: 30px;
        line-height: 40px;
    }

    .bread-crumbs {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 15px 0 10px;
    }

    .bread-crumbs::-webkit-scrollbar {
        display: none;
    }

    .gallery-row {
        margin: 0 -5px;
    }

    .gallery-row__item {
        width: 33.333%;
        padding: 0 5px 15px;
    }

    .partners-page-section .partners-card__item {
        width: 33.333%;
    }

    .tracking {
        background-size: contain !important;
        margin: 0 0 50px;
    }

    .tracking-img {
        width: 60%;
    }

    .tracking-form-bg {
        margin: 0 0 40px;
    }

    .vacancies-page__info,
    .vacancies-page__form {
        width: 100%;
    }

    .vacancies-page__info {
        margin: 0 0 22px;
    }

    .blog-card__item {
        width: 50%;
    }

    .downloads {
        margin: 0 0 40px;
    }
}

@media all and (max-width: 767px) {
    .main-slide-info {
        bottom: 60px;
    }

    .main-slide .swiper-pagination {
        bottom: 20px;
    }

    .main-slide-info__title {
        font-size: 30px;
        line-height: 40px;
    }

    .main-slide-info__text {
        font-size: 16px;
        line-height: 28px;
    }

    .section-space {
        padding: 0 0 30px;
    }

    .services-section,
    .about-us-section,
    .partners-section {
        padding-top: 35px;
    }

    .services-card__item,
    .reviews-card__item {
        width: 50%;
    }

    .services-card__link {
        padding: 16px;
        min-height: 200px;
    }

    .services-card__title {
        font-size: 22px;
        line-height: 25px;
    }

    .vacancies__content {
        padding: 16px 12px;
    }

    .vacancies__title {
        font-size: 25px;
        line-height: 35px;
    }

    .vacancies__btn {
        font-size: 20px;
    }

    .blog-card__item,
    .contacts-info,
    .contacts-map {
        width: 100%;
    }

    .contacts-info {
        margin: 0 0 25px;
    }
}

@media all and (max-width: 575px) {
    header {
        padding: 13px 0;
    }

    .header-logo>svg:not(.header-logo__mobile) {
        display: none;
    }

    .header-logo__mobile {
        display: block;
    }

    .header-search-form__item {
        width: 274px;
        top: 58px;
        right: 0;
    }

    .container {
        padding: 0 15px;
    }

    .menu-burger>svg {
        width: 20px;
        height: 20px;
    }

    .navigation {
        top: 61px;
        height: calc(100svh - 61px);
        padding: 20px 15px;
    }

    .navigation::-webkit-scrollbar {
        width: 5px;
    }

    .footer-row__item {
        width: 100%;
    }

    .main-slide__item>img {
        height: 80vh;
        object-fit: cover;
        object-position: center;
    }

    .main-slide-info {
        left: 0;
        max-width: 390px;
    }

    .calc-row__img {
        display: none;
    }

    .calc-delivery-type__item,
    .calc-export-import__item,
    .calc-track-type__item,
    .calc-user-info__item,
    .calc-other-service__item,
    .calc-track-h-l-w__item {
        width: 100%;
    }

    .calc-export-import__item:first-child {
        margin: 0 0 20px;
    }

    .calc-country {
        flex-wrap: wrap;
        justify-content: center;
    }

    .calc-country>svg {
        margin: 16px;
    }

    .about-us__des {
        padding: 24px;
    }

    .faq-accordion-item__content {
        padding: 16px;
    }

    .blog-main-info {
        padding: 25px 20px;
    }

    .blog__title {
        font-size: 25px;
        line-height: 35px;
    }

    .page-banner>img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .services-page-calc {
        padding: 20px 17px;
    }

    .calc-other-service__item:first-child {
        margin: 0 0 15px;
    }

    .carousel__button.is-prev,
    .carousel__button.is-next {
        top: 52%;
    }

    .gallery-row__item {
        width: 50%;
    }

    .partners-page-section .partners-card__item {
        width: 50%;
    }

    .partners-card__title {
        font-size: 18px;
    }

    .tracking {
        background-size: contain !important;
        background-position: 0 98% !important;
        margin: 0 0 50px;
    }

    .tracking-img {
        width: 80%;
    }

    .tracking-form-bg {
        padding: 15px 8px;
    }

    .tracking-form {
        flex-wrap: wrap;
        padding: 12px 6px;
    }

    .tracking-form__input {
        margin: 0 0 25px 0;
    }

    .tracking-form__btn {
        margin: 0 0 0 auto;
        font-size: 30px;
    }

    .trekking-place__item {
        position: relative;
        padding: 0 0 30px 40px;
    }

    .vacancies__item {
        width: 100%;
    }

    .vacancies-page__title {
        font-size: 25px;
        line-height: 35px;
    }

    .vacancies-page__form {
        padding: 25px 20px;
    }

    .vacancies-form__item,
    .reviews-card__item {
        width: 100%;
    }

    .reviews-card__info {
        margin: 0 0 22px;
    }

    .modal-content {
        padding: 30px 20px;
    }

    .documents-title {
        font-size: 30px;
    }

    .search-result__title {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    .search-result__link {
        margin: 0 0 25px;
    }

    .contacts-form__item {
        width: 100%;
    }
}

@media all and (max-width: 420px) {
    .main-slide-info {
        max-width: 350px;
    }
}

@media all and (max-width: 374px) {
    .main-slide-info {
        max-width: 300px;
    }
    .about-us__title {
        font-size: 30px;
        line-height: 40px;
    }

    .about-us__btn {
        font-size: 20px;
    }

    .faq-accordion-item__title {
        font-size: 25px;
    }

    .blog-main-info__title {
        font-size: 30px;
        line-height: 40px;
    }

    .services-card__item,
    .partners-page-section .partners-card__item {
        width: 100%;
    }

    .downloads__link {
        font-size: 22px;
        line-height: 25px;
    }

    .contacts-info__link,
    .contacts-work-time__day,
    .contacts-work-time__time {
        font-size: 16px;
    }
}
