@media screen and (min-width: 576px) {
    .column-row-2 {
        column-count: 2;
        gap: 30px;
    }

    .column-row-2 div {
        break-inside: avoid;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .row .col {
        margin: 0 15px;
    }

    .row .p-2 {
        width: calc(50% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-2:last-child {
        margin-bottom: 0;
    }

    .row .p-2:nth-last-child(2) {
        margin-bottom: 0;
    }

    .row .p-1 {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-1:last-child {
        margin-bottom: 0;
    }

    .row .p-3 {
        width: calc(33% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-3:last-child {
        margin-bottom: 0;
    }

    .row .p-3:nth-last-child(3) {
        margin-bottom: 0;
    }

    .row .p-3:nth-last-child(2) {
        margin-bottom: 0;
    }

    .row .p-4 {
        width: calc(25% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-4:last-child {
        margin-bottom: 0;
    }

    .row .p-4:nth-last-child(3) {
        margin-bottom: 0;
    }

    .row .p-4:nth-last-child(2) {
        margin-bottom: 0;
    }

    .row .p-2-3 {
        width: calc(66.66% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-1-3 {
        width: calc(33.33% - 30px);
        margin: 0 15px 15px;
    }

    .row .p-6 {
        width: calc(16.66% - 30px);
        margin: 0 15px 15px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 680px) {
    .row .md-p-4 {
        width: calc(25% - 30px);
    }
}

@media screen and (max-width: 680px) and (min-width: 480px) {
    .row .smd-p-3 {
        width: calc(33.333% - 30px);
        margin: 0 15px 15px;
    }
}

@media screen and (max-width: 480px) {
    .row .sm-p-2 {
        width: calc(50% - 30px);
        margin: 0 15px 15px;
    }
}

@media screen and (max-width: 576px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .row .p-1-3 {
        width: 60%;
        margin: 0 0 15px 0;
    }

    .row .p-2-3 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .row .p-2 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .row .p-2:last-child {
        margin-bottom: 0;
    }

    .row .p-1 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .row .p-1:last-child {
        margin-bottom: 0;
    }

    .row .p-3 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .row .p-3:last-child {
        margin-bottom: 0;
    }

    .row .p-4 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .row .p-4:last-child {
        margin-bottom: 0;
    }

    .row-cust {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/*text start*/
.default-text {
    font-size: 16px;
}

.default-text address {
    font-style: italic;
    color: #555;
    line-height: 1.4;
    margin-top: 1em;
}

.default-text dfn {
    font-style: italic;
    font-weight: bold;
    color: #007acc;
    cursor: help;
}

.default-text pre {
    background-color: #f4f4f4;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Courier New", Courier, monospace;
    overflow-x: auto;
}

.default-text mark {
    background-color: #ffeb3b;
    color: #000;
    padding: 0.1em 0.2em;
    border-radius: 3px;
}

.default-text small {
    font-size: 0.8em;
    color: #888;
}

.default-text sup, .default-text sub {
    font-size: 0.75em;
    vertical-align: baseline;
    position: relative;
}

.default-text sup {
    top: -0.5em;
}

.default-text sub {
    top: 0.2em;
}

.default-text kbd {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em;
    color: #333;
    box-shadow: inset 0 -1px 0 #bbb;
}

.default-text var {
    font-style: italic;
    color: #d63384;
    font-family: "Courier New", Courier, monospace;
}

.default-text dl {
    margin: 1em 0;
    padding: 0;
}

.default-text dt {
    font-weight: bold;
    color: #0056b3;
    margin-top: 0.5em;
}

.default-text dd {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    color: #333;
}

.default-text blockquote {
    padding: 30px;
    min-height: 123px;
    background-color: #f5f5f5;
    margin-bottom: 58px;
    margin-top: 58px;
    width: 100%;
}

.default-text blockquote p {
    color: #6D7380;
    padding: 14px 95px 9px 64px;
    position: relative;
    content: "";
}

.default-text blockquote p:after {
    content: "";
    display: block;
    width: 12px;
    height: 11.85px;
    position: absolute;
    top: 15px;
    left: 30px;
    background-image: url(/images/q.png);
    background-repeat: no-repeat;
    filter: invert(65%) sepia(73%) saturate(478%) hue-rotate(38deg) brightness(101%) contrast(88%);
}

.default-text b {
    color: red;
}

.default-text .image-right {
    overflow: hidden;
    margin-bottom: 45px;
}

.default-text .image-right .video {
    margin-left: 30px;
    box-sizing: border-box;
    float: right;
    max-width: 50%;
}

.default-text .image-right:last-child {
    margin-bottom: 0;
}

.default-text .image-right img {
    padding-left: 30px;
    box-sizing: border-box;
    float: right;
    max-width: 50%;
}

.default-text .image-left {
    margin-bottom: 45px;
    overflow: hidden;
}

.default-text .image-left:last-child {
    margin-bottom: 0;
}

.default-text .image-left .video {
    margin-right: 30px;
    box-sizing: border-box;
    float: left;
    max-width: 50%;
}

.default-text .image-left img {
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
    max-width: 50%;
}

.default-text ul {
    list-style: disc;
    padding-left: 45px;
}

.default-text ul li {
    margin-bottom: 10px;
}

.default-text ol {
    padding-left: 45px;
}

.default-text ol li {
    margin-bottom: 10px;
}

.default-text ul.marker {
    padding-left: 0;
    list-style: none;
}

.default-text ul.marker li {
    padding-left: 40px;
    position: relative;
}

.default-text ul.marker li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 27px;
    left: 0;
    background-size: contain;
}

.default-text .title {
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.default-text a:not(.d-button) {
    color: #0078ab;
}

.default-text a:not(.d-button):hover {
    text-decoration: underline;
}

.default-text p, .default-text span, .default-text a, .default-text li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.default-text p + h1, .default-text p + h2, .default-text p + h3, .default-text p + h4, .default-text p + h5, .default-text span + h1, .default-text span + h2, .default-text span + h3, .default-text span + h4, .default-text span + h5, .default-text a + h1, .default-text a + h2, .default-text a + h3, .default-text a + h4, .default-text a + h5, .default-text li + h1, .default-text li + h2, .default-text li + h3, .default-text li + h4, .default-text li + h5 {
    margin-top: 3.1vw;
}

.default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.default-text h1 span, .default-text h2 span, .default-text h3 span, .default-text h4 span, .default-text h5 span, .default-text h6 span {
    font-size: inherit;
    margin-bottom: 0;
}

.default-text h1 {
    font-size: max(33px, 21px);
    line-height: max(33px, 28.35px);
}

@media (min-width: 1180px) {
    .default-text h1 {
        font-size: 33px;
        line-height: 46.2px;
    }
}

.default-text h2 {
    font-size: max(29px, 19px);
    line-height: max(29px, 25.65px);
}

@media (min-width: 1180px) {
    .default-text h2 {
        font-size: 29px;
        line-height: 40.6px;
    }
}

.default-text h3 {
    font-size: max(25px, 19px);
    line-height: max(25px, 25.65px);
    margin-bottom: 10px;
}

@media (min-width: 1180px) {
    .default-text h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.default-text h4 {
    font-size: max(23px, 17px);
    line-height: max(23px, 22.95px);
}

@media (min-width: 1180px) {
    .default-text h4 {
        font-size: 23px;
        line-height: 32.2px;
    }
}

.default-text h5 {
    font-size: max(21px, 17px);
    line-height: max(21px, 22.95px);
}

@media (min-width: 1180px) {
    .default-text h5 {
        font-size: 21px;
        line-height: 29.4px;
    }
}

.default-text ul, .default-text ol {
    margin-bottom: 25px;
}

.default-text ul:last-child, .default-text ol:last-child {
    margin-bottom: 0;
}

.default-text img {
    width: auto;
    max-width: 100%;
    margin-bottom: 25px;
}

.default-text img:last-child {
    margin-bottom: 0;
}

.default-text .row img {
    width: 100%;
}

.default-text .d-row {
    margin-bottom: 45px;
}

.default-text .d-row:last-child {
    margin-bottom: 0;
}

.default-text p {
    margin-bottom: 15px;
}

.default-text p:last-child {
    margin-bottom: 0;
}

ul.marker {
    list-style: none;
    padding-left: 45px;
}

ul.marker li:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    margin-top: 6px;
    min-width: 6px;
    height: 6px;
    top: 2px;
    background: white;
    border-radius: 50%;
    border: 1px solid black;
}

@media screen and (max-width: 576px) {
    ul.marker {
        padding-left: 20px;
    }
}

@media screen and (max-width: 880px) {
    .default-text ul.marker li {
        padding-left: 25px;
    }

    .default-text ul.marker li:before {
        width: 19px;
        height: 15px;
    }

    .default-text ul.cake li {
        padding-left: 25px;
    }

    .default-text ul.cake li:before {
        width: 19px;
        height: 15px;
    }
}

@media screen and (max-width: 576px) {
    .default-text ul {
        padding-left: 17px;
    }

    .default-text blockquote {
        margin-left: 0;
        width: 100%;
    }

    .default-text blockquote p {
        padding: 0;
    }

    .default-text ul.marker li {
        padding-left: 20px;
    }

    .default-text ul.marker li:before {
        width: 11px;
        height: 9px;
    }

    .default-text ul.cake li {
        padding-left: 20px;
    }

    .default-text ul.cake li:before {
        width: 11px;
        height: 9px;
    }

    .default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
        margin-bottom: 20px;
    }

    .default-text .image-right {
        overflow: hidden;
    }

    .default-text .image-right .video {
        margin-left: 0;
        max-width: 100%;
        float: none;
    }

    .default-text .image-right img {
        padding-left: 0px;
        float: none;
        max-width: 100%;
    }

    .default-text .image-left {
        overflow: hidden;
    }

    .default-text .image-left .video {
        margin-right: 0;
        max-width: 100%;
        float: none;
    }

    .default-text .image-left img {
        padding-right: 0px;
        float: none;
        max-width: 100%;
    }

    .default-text .title {
        font-size: 21px;
        line-height: 26px;
    }

    .default-text ul li, .default-text ol li {
        margin-bottom: 15px;
    }
}

/*text end*/
.transport_div h1 {
    font-size: max(33px, 23px);
    line-height: max(33px, 31.05px);
    font-weight: bold;
    color: black;
}

@media (min-width: 1180px) {
    .transport_div h1 {
        font-size: 33px;
        line-height: 46.2px;
    }
}

.transport_div h2 {
    font-size: max(33px, 23px);
    line-height: max(33px, 31.05px);
    font-weight: normal;
    color: black;
}

@media (min-width: 1180px) {
    .transport_div h2 {
        font-size: 33px;
        line-height: 46.2px;
    }
}

.transport_div h3, .transport_div .h3 {
    font-size: max(21px, 21px);
    line-height: max(21px, 28.35px);
    font-weight: bold;
    color: black;
}

@media (min-width: 1180px) {
    .transport_div h3, .transport_div .h3 {
        font-size: 21px;
        line-height: 40.6px;
    }
}

.transport_div h4 {
    font-size: max(25px, 19px);
    line-height: max(25px, 25.65px);
    font-weight: bold;
    color: black;
}

@media (min-width: 1180px) {
    .transport_div h4 {
        font-size: 25px;
        line-height: 35px;
    }
}

.transport_div h5, .transport_div .h5 {
    font-size: max(19px, 16px);
    line-height: max(19px, 21.6px);
    font-weight: bold;
    color: black;
}

@media (min-width: 1180px) {
    .transport_div h5, .transport_div .h5 {
        font-size: 19px;
        line-height: 26.6px;
    }
}

.transport_div .text-center {
    text-align: center;
}

.transport_div .contains-image {
    display: flex;
    align-items: center;
}

.transport_div .contains-image img, .transport_div .contains-image svg {
    width: 22px;
    margin-right: 15px;
}

.page-banner {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.page-banner img {
    max-width: 100%;
    height: auto;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.country-card {
    flex: 1 1 calc(33.333% - 20px);
    background-color: #fafafa;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.country-card img {
    max-width: 100%;
    height: auto;
}

.content-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.content-block img {
    max-width: 300px;
    height: auto;
}

.text-content {
    flex: 1;
    min-width: 250px;
}

.footer-note {
    font-size: 0.9em;
    color: #555;
    background-color: #f9f9f9;
    padding: 10px;
    border-top: 1px dashed #ccc;
}

@media (max-width: 768px) {
    .country-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .country-card {
        flex: 1 1 100%;
    }

    .content-block {
        flex-direction: column;
    }
}

/*flags start*/
.direction-block {
    font-size: 19px;
    max-width: 300px;
    margin: 0 auto 30px;
    text-align: center;
}

.flags-container {
    font-size: 19px;
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.flags-container span {
    font-size: 1em;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: black;
}

.flags-container2 span {
    margin-top: 0;
}

.flags-container2 .flag-from {
    display: flex;
    flex-direction: row-reverse;
}

.flags-container2 .flag-from .img {
    margin-left: 10px;
    border: 3px solid white;
    background: white;
}

.flags-container2 .flag-to {
    margin-left: 35px;
    margin-top: 0;
    display: flex;
    flex-direction: row-reverse;
}

.flags-container2 .flag-to .img {
    background: white;

    margin-right: 10px;
    border: 3px solid white;
}

.route-button {
    margin-top: 10px;
    background: linear-gradient(to bottom, #a60000, #660000);
    color: white;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.flags-container .icon {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.flags-container img.flag {
    display: block;
    width: 110px;
    box-shadow: 1px 1px 3px #ccc;
    height: 73px;
    /*object-fit: contain;*/
    object-fit: cover;
    /*height: auto;*/
}

.flag-to {
    margin-top: 40px;
}

.flag-to span {
    margin-bottom: 5px;
}

.flags-container3 {
    justify-content: center;
}

.flags-container3 .flag-to, .flags-container3 .flag-from {
    width: calc(50% - 20px);
}

.flags-container3 img.flag {
    width: 100%;
}

.flags-container4 .transport_item {
    width: calc(50% - 20px);
}

/*flags end*/
/*flags start*/
.flags-container3-v2 .transport_item .tr_from_to {
    padding: 20px 10px 22px;
    flex-direction: column;
    display: flex;
}

.flags-container3-v2 .transport_item .tr_from_to span {
    font-weight: bold;
    display: block;
}

.flags-container-v2 .flag-from span {
    padding-right: 20px;
    text-align: right;
}

.flags-container-v2 .flag-from img {
    width: 105%;
    box-shadow: 1px 1px 3px #ccc;
}

.flags-container4 .flags-container-v2 .flag-to img {
    height: 146px;
    box-shadow: 1px 1px 3px #ccc;
}

.flags-container4 .flags-container-v2 .flag-from img {
    height: 146px;
    box-shadow: 1px 1px 3px #ccc;
}

.flags-container-v2 .flag-to, .flags-container-v2 .flag-from {
    width: 50%;
}

.flags-container-v2 .flag-to {
    margin-top: 15px;
}

.flags-container-v2 .flag-to img {
    box-shadow: 1px 1px 3px #ccc;
    width: 105%;
    margin-left: -5%;
}

.flags-container-v2 .flag-to span {
    padding-left: 20px;
    text-align: left;
}

.flags-container-v2 span {
    line-height: 9px;
    text-transform: uppercase;
    font-size: 0.81em;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #b9b9b9;
}

/*flags end*/
/*photo-gallery-style-start*/
.block-gallery{
    margin-bottom: 100px;
}
.photo-gallery-container, .photo-gallery-box, .video-gallery-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.photo-gallery-container {
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.photo-gallery-box {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*max-width: unset;*/
    /*margin: 0 -10px; */
    display: block;
    column-count: 3;
    gap: 10px;
}

.photo-gallery-box a {
    /*display: block;*/
    /*width: -webkit-calc(33.333% - 26px);*/
    /*width: calc(33.333% - 26px);*/
    /*height: 100%;*/
    /*height: 12vw;*/
    /*margin-left: 10px;*/
    /*overflow: hidden;*/
    /*min-height: 200px;*/
    /*margin-bottom: 40px;*/
    /*margin-right: 10px;*/
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.photo-gallery-box > a:not(.cat) img.cell {
    opacity: 0;
    display: none;
}

.photo-gallery-box > a:not(.cat) img:not(.cell) {
    display: block;
    position: unset;
    height: auto;
    width: 100%;
    top: 50%;
    /*transform: translateY(-50%);*/
    left: 0;
}

.photo-gallery-box .gallery_more_link img {
    opacity: 0;
}

.photo-gallery-box .gallery_more_link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "OpenSans-SemiBold";
    font-style: italic;
    font-size: 40px;
    color: #00c100;
}

.photo-gallery-box .gallery_more_link {
    position: relative;
}

.photo-gallery-box .gallery_more_link:hover span {
    transition: 0.3s;
    text-decoration: underline;
}

.photo-gallery-box a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 576px) {
    .photo-gallery-box .gallery_more_link span {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .photo-gallery-box > a:not(.cat) img:not(.cell) {
        position: unset;
        transform: unset;
    }

    .photo-gallery-box > a:not(.cat) img.cell {
        display: none;
    }

    .photo-gallery-box .gallery_more_link img.cell {
        display: block !important;
    }
}

.also-category > .sidebar-title {
    margin-top: 0;
}

.also-category {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    margin: 0 0 40px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #8ed225;
}

.also-category .sidebar-title:not(.request-title), .also-category .so-sidebar-title {
    margin-bottom: -15px;
}

.pg-arrow-l, .pg-arrow-r {
    width: 6px;
    height: 9px;
    margin-top: 20px;
}

.pg-arrow-l {
    left: 140px;
    margin-right: 20px;
}

.pg-arrow-r {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 30px;
}

.pg-list-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 45px;
}

.photo-gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pg-active {
    background-color: #8ed225;
}

.pg-active a {
    display: block;
    color: #fff !important;
}

.photo-gallery-list li {
    list-style: none !important;
    width: 50px;
    height: 50px;
    border: 1px solid #8ed225;
    border-radius: 7px;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

.photo-gallery-list li:last-child {
    margin-left: 25px;
    margin-right: 0px;
}

.photo-gallery-list li:first-child {
    margin-left: 0px;
    margin-right: 25px;
}

.photo-gallery-list li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #8ed225;
    border-radius: 100%;
    position: absolute;
    left: -27px;
    top: 23px;
}

@media screen and (max-width: 500px) {
    .photo-gallery-container .also-category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .photo-gallery-container .gallery-category-active {
        padding-left: 0;
    }

    .photo-gallery-container .sidebar-title span {
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .photo-gallery-container .blog-category-menu {
        right: 0;
        top: 125px;
    }

    .photo-gallery-container .gallery-category-active p {
        margin-top: 0;
        font-size: 16px;
        padding-left: 10px;
    }

    .drop-category-block .also-category, .drop-category-block .sidebar-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .drop-category-block .gallery-category-active {
        padding-left: 0;
        margin-top: 5px;
    }

    .drop-category-block .sidebar-title:not(.request-title), .drop-category-block .so-sidebar-title {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .drop-category-block .sidebar-title span {
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .drop-category-block .blog-category-menu {
        right: 0;
        top: 95px;
    }

    .drop-category-block .blog-category-menu li {
        width: 100%;
    }

    .drop-category-block .gallery-category-active p {
        margin-top: 0;
        padding-left: 10px;
    }
}

.photo-gallery-list li:first-child:before {
    display: none;
}

.photo-gallery-list li a {
    display: block;
    font-size: 24px;
    color: #8ed225;
    text-align: center;
    line-height: 50px;
}

.photo-gallery-slider {
    width: 100%;
    min-height: 491px;
    margin: auto;
    margin-top: 100px;
}

.pg-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.pg-dots:before, .pg-dots:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #8ed225;
}

.pg-dots li button {
    width: 14px;
    height: 14px;
    background-color: #fff !important;
    border: 1px solid #8ed225 !important;
}

/*photo-gallery-style-end*/
/*breadcrumb start*/
.breadcrumb {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb .container-block {
    width: 100%;
}

.breadcrumb a, .breadcrumb span {
    white-space: nowrap;
    color: #babcbb;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    color: #767676;
}

.breadcrumb ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb .slash {
    margin: 0 5px;
    color: #b2b4b3;
}

@media screen and (max-width: 576px) {
    .breadcrumb {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .breadcrumb ul {
        overflow-x: auto;
    }
}

@media screen and (max-width: 480px) {
    .breadcrumb {
        font-size: 13px;
    }

    .breadcrumb ul {
        padding-bottom: 4px;
    }

    .breadcrumb ul::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

    .breadcrumb ul::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: transparent;
    }

    .breadcrumb ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #babcbb;
    }
}

/*breadcrumb end*/
/*baner start*/
.baner {
    min-height: 260px;
    #background: url(../images/vik/main-img-upd1b.jpg);
    background-position: center !important;
    background-size: cover !important;
    /*height: 20vw;*/
    display: flex;
    height: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px 0;
}

.baner .vik-container, .baner .vik-container-baner-row, .baner .vik-container-baner-p {
    height: 100%;
}

.baner .flags-container2 {
    margin-top: 20px;
    font-size: 1.3em;
}

.vik-container {
    max-width: 1130px;
    margin: auto;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}

.container {
    max-width: 1130px;
    margin: auto;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.vik-container-baner-row {
    position: relative;
    z-index: 1;
    font-size: 19px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.from-to-text {
    font-size: 1em;
    width: 33.333%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.route-span {
    background: linear-gradient(to bottom, #a60000, #660000);
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: bold;
    /*font-size: 1.8em;*/
    font-size: 21px;
    border: none;
    margin-bottom: 60px;
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.vik-container-baner-p {
    text-align: center;
    width: 33.333%;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.vik-container-baner-p .p {
    font-weight: bold;
    /*font-size: 1.5em;*/
    font-size: 42px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px white, 1px 1px 3px white;
}

.vik-container-baner-p .span {
    color: white;
    font-weight: bold;
    display: block;
    background: #0bcdff;
    line-height: 1.1em;
    padding: 6px 8px 8px;
    font-size: 0.6em;
    max-width: 250px;
    margin: auto;
}

.tran-white-ver {
    position: relative;
}

.tran-white-ver::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

.vik-container-baner-p1 {
    margin-right: auto;
}

.vik-container-baner-p1 img {
    width: 300px;
}

.vik-container-baner-p2 {
    margin-left: auto;
}

.vik-container-baner-p2 img {
    width: 200px;
}
.shortbanner .vik-container-baner-p1 img{
    display: none;
}
.shortbanner .route-span{
    display: none;
}
.shortbanner.baner{
    height: auto;
    min-height: unset;
    padding: 30px 0;
}
.shortbanner .vik-container-baner-p .p{
    display: none;
}
.shortbanner .vik-container-baner-p2 img{
    display: none;
}
/*baner end*/
.transport_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px;
}

.transport_item-cust {
    font-size: 17px;
    width: 100%;
}

.transport_item-cust .tr_name {
    font-weight: bold;
    text-align: center;
    color: black;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.transport_item-cust .tr_from_to {
    background: linear-gradient(to bottom, #a60000, #660000);
    padding: 10px 10px 12px;
    text-align: center;
    color: white;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 1em;
}

.transport_item-cust:hover {
    text-decoration: none;
}

.transport_item {
    font-size: 17px;
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 10px;
}

.transport_item .tr_name {
    font-weight: bold;
    text-align: center;
    color: black;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.transport_item .tr_from_to {
    background: linear-gradient(to bottom, #a60000, #660000);
    padding: 10px 10px 12px;
    text-align: center;
    color: white;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 1em;
}

.transport_item:hover {
    text-decoration: none;
}

.transport_item:hover .tr_from_to {
    color: #0bcdff;
}



.block-separate {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.block-info .main-info {
    margin-top: 50px;
}

.block-info .main-info .p-1-3 > img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: auto;
}

.block-info .main-info .btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.block-info .main-info .btns button {
    cursor: pointer;
    margin: 0px 10px 10px 0px;
    border: none;
    border-bottom: 1px dashed;
    background: transparent;
    outline: none;
}

.block-info .main-info p {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.description_table {
    margin-top: 30px;
}

.b-product-info {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0px 15px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.b-product-info tr:first-child {
    border-top: none;
}

.b-product-info tr {
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
}

.b-product-info tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.05);
}

.b-product-info__header {
    font-size: 18px;
    text-align: left;
    color: rgb(31, 31, 31);
    padding: 10px;
}

.b-product-info td:first-child {
    width: 300px;
    color: rgb(119, 119, 119);
    text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
    border-left: none;
}

.b-product-info td {
    text-align: left;
    vertical-align: top;
    padding: 6px 10px;
    border-left: 1px solid rgb(238, 238, 238);
}

/*lvl1 start*/
/*lvl1 end*/
/*blog start*/
.blog_v_n {
    font-size: 32px;
}

.blog_v_n .blog-columns {
    margin-top: 40px;
}

.popular-dir {
    font-size: 32px;
    background: #f3f3f3;
}

.popular-dir .container {
    padding-top: 3em;
    padding-bottom: 3em;
}

.ttl {
    font-weight: bold;
    color: black;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1em;
}

.others_link {
    font-size: 17px;
    color: #001a27;
    margin-top: 19px;
    display: block;
}

.others_link:hover, .others_link:focus {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .others_link {
        font-size: 13px;
    }
}

.blog-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blog-columns.blog-columns-3 .popular__card {
    width: calc(33.333% - 20px);
    height: 7em;
}

.blog-columns.popular-directions .popular__card {
    width: calc(50% - 20px);
    height: 8em;
}

.blog-columns .popular__card {
    width: calc(33.333% - 20px);
    overflow: hidden;
    height: 6em;
    position: relative;
    margin: 0 10px 20px;
}

.blog-columns .popular__card .popular__card-flag {
    width: 26px;
    height: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 0px;
}

.blog-columns .popular__card .popular__card-cont {
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 20px;
    left: 0px;
    padding: 18px 18px;
    background: linear-gradient(0deg, rgb(0, 25, 71) 0%, rgba(0, 25, 71, 0.5) 50%, rgba(0, 25, 71, 0) 100%);
}

.blog-columns .popular__card .popular__card-image {
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.blog-columns .popular__card .popular__card-image img, .blog-columns .popular__card .popular__card-image picture {
    display: block;
    height: 100%;
    width: 100%;
}

.blog-columns .popular__card span {
    font-size: 0.6em;
    text-shadow: 1px 1px 3px #000;
    color: white;
    line-height: 0.7em;
    font-weight: bold;
}

.blog-columns .popular__card:hover .popular__card-image {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 850px) {
    .offer-items .card_item {
        width: calc(100% - 20px);
    }

    .offer-items .p-2 .card_item {
        width: 100%;
    }

    .blog_v_n {
        font-size: 28px;
    }

    .blog-columns.blog-columns-3 .popular__card {
        height: 5em;
    }

    .popular-dir {
        font-size: 28px;
    }
}

@media screen and (max-width: 576px) {
    .popular-dir {
        font-size: 24px;
    }

    .popular-dir .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .blog_v_n {
        font-size: 24px;
    }

    .blog-columns.blog-columns-3 {
        margin: 0 -5px;
    }

    .blog-columns.blog-columns-3 .popular__card {
        width: calc(50% - 10px);
        height: 33vw;
        margin: 0 5px 10px;
    }

    .blog_v_n .container {
        padding-bottom: 40px;
    }

    .blog-columns .popular__card span {
        font-size: 0.5em;
    }
}

@media screen and (max-width: 400px) {
    .offer-body .ride-city span:nth-child(2) {
        display: none;
    }
}

/*blog end*/
/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
    transition: visibility 0s, opacity 0.5s linear;
    visibility: visible;
    opacity: 1;
}

.popup_title2 {
    padding-right: 20px;
    padding-bottom: 4px;
    min-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.popup_title2 p {
    font-weight: bold;
}

.popup_body2 {
    padding: 3px;
    height: 100%;
    box-sizing: border-box;
}

.default_popup2 {
    background: white;
    box-sizing: border-box;
    opacity: 0;
    height: auto;
    max-height: calc(var(--vh, 1vh) * 90 - 60px);
    max-width: 1280px;
    visibility: hidden;
    padding: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    width: 95vw;
    transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
    z-index: 42;
    opacity: 1;
    transition: 0.4s;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1, 1);
}

.default_popup2.mini {
    max-width: 345px;
}

.default_popup2.mini .popup_close2 {
    top: 15px;
    right: 15px;
    height: 20px;
}

.default_popup2.medium {
    max-width: 650px;
}

.default_popup2.medium .popup_close2 {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
}

.default_popup2.maxi {
    max-width: unset;
}

.default_popup2 .popup_content2 {
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
    height: auto;
    max-height: calc(90vh - 175px);
    background: white;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0px 0px;
}

.icon-close2 {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
    top: 40%;
    left: 0px;
}

.icon-close2 span:before {
    transform: rotate(45deg);
}

.icon-close2 span:after {
    transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
    cursor: pointer;
    border-radius: 1px;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
    width: 100%;
    background: black;
    height: 3px;
}

.icon-close2 span {
    background: transparent;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
}

@media screen and (max-width: 576px) {
    .icon-close2 {
        width: 25px;
        height: 25px;
        border: none;
    }
}

.default_popup2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #757575;
}

.side-menu__bg_popup2 {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 41;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.default_popup2.active + .side-menu__bg_popup2 {
    transition: visibility 0s, opacity 0.5s linear;
    visibility: visible;
    opacity: 1;
}

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

.default_popup2 .popup_close2 {
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 576px) {
    .default_popup2 {
        max-height: calc(var(--vh, 1vh) * 90);
        height: auto;
    }

    .default_popup2 .default-text p.h5 {
        font-size: 17px;
    }

    .default_popup2 .default-text p.h5 span {
        font-size: 17px;
    }
}

@keyframes popupToggle {
    0% {
        transform: translate(-50%, -10%) scale(0, 0);
    }
    25% {
        transform: translate(-50%, -20%) scale(0.4, 0.05);
    }
    50% {
        transform: translate(-50%, -50%) scale(1, 1);
    }
    75% {
        transform: translate(-50%, -50%) scale(1, 1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

/*default_popup2 end*/


@media screen and (max-width: 576px) {
  .vik-container-baner-p .span{
    text-align: center!important;
    padding: 3px 3px 5px;
    font-size: 7px!important;
    line-height: 9px!important;
  font-weight: 100!important;
  }

  .vik-container-baner-p .p{
    font-size: 15px;
    text-align: center;
  }
  .vik-container-baner-p.vik-container-baner-p1 .txt{
    font-size: 10px;
  }
  .baner .vik-container{
    padding: 0;
  }
  .baner .flags-container img.flag {
    display: block;
    width: 26px;
    height: 14px;
  }
  .flags-container2 .flag-from .img {
    margin-left: 5px;
    border: 1px solid white;
  }
  .flags-container span {
    font-size: 7px;
  }
  .baner .vik-container{
    padding: 0 0 20px 0;

    background-size: cover!important;
  }
  .vik-container-baner-p1 img {
    width: 50px;
  }
  .vik-container-baner-p .flags-container .icon {
    width: 14px;
  }
  .vik-container-baner-p2 img {
    width: 50px;
  }
  .transport_div h2{
    margin: 10px 0;
  }
  .route-span{
    padding: 3px 9px 5px;
    text-align: center!important;
    font-size: 10px!important;
    margin-bottom: 0;
    color: white!important;
  }
  .baner .flags-container .icon{
    width: 25px;

  }
  .baner{
    padding: 0;
    height: 125px;
    min-height: 125px;
  }
  .flags-container2 .flag-to .img {
    margin-right: 5px;
    border: 1px solid white;
  }
}
@media screen and (max-width: 576px) {
  .b-product-info td:first-child {
    width: 170px;
  }
  .transport_div h2 {
    font-size: 21px;
    line-height: 24px;

  }
  .transport_item .tr_from_to span{
    color: white!important;
  }
  .block-info .main-info .row .p-1-3{
    display: none;
  }
  .block-info .main-info {
    margin-top: 17px;
  }
  .qwe .center .transport_item {
    font-size: 17px !important;
    border: 1px solid #e3e3e3 !important;
    color: white !important;
    text-decoration: unset!important;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .flags-container-v2 .flag-from img {
    height: 50px;
  }
  .flags-container-v2 .flag-to img {
    height: 50px;
  }

  .flags-container3-v2 .transport_item .tr_from_to span{
    color: white;
  }
  .flags-container3-v2 .transport_item .tr_from_to {
    padding: 7px 10px 9px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
    .transport_div h1{
        margin: 0;
    }
    .shortbanner.baner {
        padding: 10px 0;
    }
    .flags-container4 .flags-container-v2 .flag-to img{
        height: 46px;

    }
    .flags-container .icon {
        width: 32px;
    }
    .flags-container4 .flags-container-v2 .flag-from img{
        height: 46px;
    }
}