@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Light'),
    url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Regular'),
    url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Medium'),
    url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-SemiBold'),
    url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Bold'),
    url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Black'),
    url('../fonts/Montserrat/static/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.modal {
    z-index: 10500;
}

.navbar-collapse.collapsing {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    -ms-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
}

.overlay {

}

body.fixed {
    overflow: hidden;
}

body.fixed header {
    position: fixed;
    top: 0;
    left: 0;
    background: #2262c2;
}

body.light.fixed header {
    z-index: 10000;
    background: #fff;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    position: fixed;
    width: 100%;
    background: #2262c2;
    top: 84px;
    left: 0;
    z-index: 10001;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 70%);
}

body.light .navbar-collapse.collapse.show,
body.light .navbar-collapse.collapsing {
    background: rgb(255, 255, 255);
}

.navbar-toggler {
    border-radius: 50px;
    padding: 20px 20px 20px 20px;
    background: #2a77eb;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10010;
}

body.light .track-widget {
    top: -6px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.required label:after {
    content: " *";
    color: #2a77eb;
}

.mainpage header {
    z-index: 10000;
}

body {
    font-family: Montserrat;
    background: url("/public/decor7.svg") no-repeat left top;
    background-size: cover;
}

.mt-10 {
    margin-top: 100px;
}

footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    padding: 105px 0 50px 0
}

footer img {
    width: 100%;
}

footer img.logo {
    max-width: 180px;
}

body.mainpage header {
    position: absolute;
    width: 100%;
}

body.mainpage header .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

body.mainpage header nav {
    padding-top: 60px;
}

body.light header {
    width: 100%;
}

section.top {
    background: url(../public/bg.jpg) no-repeat center top;
    background-size: cover;
}

.inner {
    max-width: 1116px;
    margin: 0 auto;
}

.btn-track {
    background: url(../public/button.svg) no-repeat right center;
    position: absolute;
    background-size: contain;
    top: 3px;
    right: 3px;
    width: 48px;
    height: 36px;
    border: none;
}

.btn-track.loading {
    background: url(../public/loader.gif) no-repeat right center;
    background-size: contain;
}

#trackform-number {
    border: none;
    background: none;
    box-shadow: none;
}

.cart {
    position: relative;
    top: -6px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #2A77EB url(../public/cart.svg) no-repeat center;
    margin-left: 55px;
    cursor: pointer;
}

.cart span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #F04428;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-top: 2px;
    top: -8px;
    right: -12px;
    display: none;
}

.has-error #trackform-number::placeholder {
    color: #f04428;
}

.navbar-brand img {
    width: 200px;
    height: 64.89px;
}


body.mainpage header .navbar-nav .nav-link {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
    padding-left: 16px;
}

body.mainpage header .navbar-nav {
    margin-right: 13px;
}

body.mainpage header .track-widget .form-group {
    margin-bottom: 3px;
}

.track-widget form {
    background: url(../public/rectangle-2595.svg) no-repeat right top;
    padding: 2px 0;
    border-left: 1px solid #cfcfcf;
    border-radius: 5px;
    max-height: 42px;
}

body.light .navbar .navbar-nav .nav-link {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
    padding-left: 16px;
}

body.light .navbar .navbar-nav .nav-link::after {
    content: '';
    display: block;
    height: 2px;
    width: 40%;
    margin: 10px auto 0;
    background: transparent;
}

body.light .navbar .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    width: auto;
    height: auto;
}

body.light .navbar .navbar-nav {
    margin-right: 13px;
}

body.light .navbar .navbar-nav .nav-link.active {
    color: #f04428;
}

body.light .navbar .navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    height: 2px;
    width: 40%;
    margin: 10px auto 0;
    background: #f04428;
}

body.light .navbar .navbar-nav .nav-item:nth-child(2) .nav-link.active {
    color: #2a77eb;
}

body.light .navbar .navbar-nav .nav-item:nth-child(2) .nav-link.active::after {
    background: #2a77eb;
}

body.light footer .container {
    max-width: 1114px !important;
}

body.light .navbar .navbar-collapse {
    margin-top: -10px;
    padding-top: 25px;
    justify-content: end;
}

body.light .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

body.light .navbar-brand {
    margin-right: 44px;
}

body.light h1 {
    font-size: 60px;
    color: #333;
    font-weight: 700;
}

body.light main {
    margin-top: 36px;
}

.track-widget {
    position: relative;
    width: 300px;
    font-size: 15px;
    color: rgba(51, 51, 51, 0.7);
}

.btn-link {
    border-radius: 4px;
    background-color: #2a77eb;
    font-size: 20px;
    color: #fff;
    padding: 10px 0px;
    border: none;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: #fff;
}

.btn-red {
    background: #f04428;
}

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

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

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

body.fixed header {
    position: fixed;
}

.overlay {
    display: none;
}

body.fixed .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    display: block;
}

body.light.fixed .overlay {
    background: #2a77eb;
}

#track-modal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#track-modal .item .left .date {
    font-size: 15px;
}

#track-modal .item .left .time {
    font-size: 14px;
}

#track-modal .item .left {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100px;
    text-align: right;
    padding-bottom: 15px;
    padding-right: 15px;
}

#track-modal .item .right {
    -webkit-flex-basis: -webkit-calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 30px;
    position: relative;
}

#track-modal .item .right:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 4px;
    top: 18px;
    bottom: -10px;
    width: 2px;
    background-color: #dee6f3;
}

#track-modal .item.successfully .right:before {
    content: none;
}

#track-modal .item .right:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #dee6f3;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#track-modal .item.successfully .right:after {
    border: 2px solid #fa4b47;
    background-color: #fa4b47;
}

.btn-link {
    transition: background 0.5s ease;
}

.btn-o {
    background: none;
    border: 2px solid #2a77eb;
    color: #2a77eb;
}

.btn-o:hover {
    background: #2a77eb;
    color: #fff;
}

.select2-selection__arrow {
    border: none !important;
    width: 50px !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    border-color: #CCCCCC transparent transparent transparent !important;
    border-width: 0.375rem 0.35rem 0 0.35rem !important;
}

.select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #CCC transparent !important;
    border-width: 0 0.35rem 0.375rem 0.35rem !important;
}

.form-text.text-muted {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5) !important;
    margin-top: 0.55rem;
}

.footer-menu a {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}

.dropdown-menu {
    right: 6px;
    left: auto;
    top: 80%;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin: 0.125rem 0 0 0.9rem;
}

.dropdown-menu .dropdown-item {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    footer img {
        max-width: 180px;
    }

    footer .pm img {
        max-width: 260px;
    }
}

@media only screen and (max-width: 769px) {
    body.light main {
        margin-top: 0;
    }

    .tab-link {
        max-width: 100%;
    }

    .nav-item {
        text-align: center;
    }

    .nav-item a {
        text-align: center !important;
    }

    body.light h1 {
        font-size: 32px;
    }

    .title {
        font-size: 8vw;
    }

    .navbar-brand img {
        max-width: 123.33px;
    }

    .navbar {
        display: inline-block;
    }

    .track-widget.mobile {
        display: inline-block !important;
    }

    .track-widget {
        max-width: 160px;
        float: right;
        position: relative;
        top: 37px;
        right: 25px;
    }

    .track-widget form {
        position: relative;
        padding: 2px 0;
        max-height: 32px;
        background-size: cover;
        border-radius: 5px;
    }

    body.mainpage header .track-widget .form-group {
        margin: -3px 0;
    }

    .btn-track {
        width: 32px;
        height: 26px;
        top: 2px;
        right: 3px;
    }

    .track-widget input {
        font-size: 12px;
        padding-left: 10px;
        padding-top: 8px;
    }

    body.light .track-widget {
        top: 22px;
    }

    body.light .track-widget input {
        height: 26px;
    }

    body.light .btn-track {
        top: 3px;
    }

    body header .navbar-nav {
        margin: 20px 0 0;
    }

    body header .navbar-nav .nav-item {
        margin: 10px 0;
        font-size: 18px;
    }

    body.light .navbar .navbar-nav .nav-link.active::after {
        display: none;
    }

    .fs-20 {
        font-size: 3.34vw;
    }

    .fs-24 {
        font-size: 4.4vw;
    }

    .fs-32 {
        font-size: 5vw;
    }

    .cart {
        top: 22px;
        right: 16px;
        width: 32px;
        height: 32px;
        border-radius: 5px;
        background-size: 60%;
        margin-left: 0;
        float: right;
    }

    .cart.d-block {
        display: inline-block !important;
    }

    .cart span {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        font-size: 11px;
        padding-top: 1px;
        top: -6px;
        right: -10px;
    }

    body.light .navbar-brand {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.light).container {
        max-width: 1440px;
    }

    body.light .container {
        max-width: 1214px;
    }

    .track-widget form {
        border-left: none;
    }

}