/* Minification failed. Returning unminified contents.
(229,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(230,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(231,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(232,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(233,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(234,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(235,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(236,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(237,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(238,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(239,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(325,22): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(369,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(384,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(405,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(406,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(407,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(408,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(409,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(411,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(412,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(413,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(414,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(415,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(428,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-gray'
(470,28): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(471,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(504,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary-color'
(512,17): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(615,38): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(655,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(656,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(657,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(658,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(659,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(660,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(661,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(662,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(663,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(665,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(689,29): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(704,29): run-time error CSS1039: Token not allowed after unary operator: '-radius'
(730,25): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(1075,32): run-time error CSS1063: Expected calculation unit, found '$'
(1075,32): run-time error CSS1064: Expected calculation product, found '$'
(1075,32): run-time error CSS1065: Expected calculation sum, found '$'
(1075,32): run-time error CSS1034: 
(1075,32): run-time error CSS1042: Expected function, found '$'
(1075,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(1076,33): run-time error CSS1063: Expected calculation unit, found '$'
(1076,33): run-time error CSS1064: Expected calculation product, found '$'
(1076,33): run-time error CSS1065: Expected calculation sum, found '$'
(1076,33): run-time error CSS1034: 
(1076,33): run-time error CSS1042: Expected function, found '$'
(1076,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
#section-about > .trn-default-content > .about-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

    #section-about > .trn-default-content > .about-content > li {
        background-color: #F8F9FB;
        border-radius: 5px;
        padding: 0 1%;
    }

    #section-about > .trn-default-content > .about-content > .last-li {
        margin-right: 0;
    }

@media only screen and (min-width: 1024px) {
    #section-about > .trn-default-content > .about-content > li {
        width: 23.4%;
        float: left;
        text-align: center;
        min-height: 245px;
    }
}

@media only screen and (max-width: 1025px) {
    #section-about > .trn-default-content > .about-content > li {
        min-height: 285px;
        width: 21.4%;
        float: left;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    #section-about > .trn-default-content > .about-content > li {
        width: 21.4%;
        float: left;
        text-align: center;
        min-height: 250px;
    }

        #section-about > .trn-default-content > .about-content > li img {
            width: 100px;
            height: 100px;
        }
}

#section-about > .trn-default-content > .about-content > li img {
    width: 150px;
    max-width: 100%;
}

#section-about > .trn-default-content > .about-content > li p {
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
}

    #section-about > .trn-default-content > .about-content > li p > strong {
        font-weight: 600;
        font-size: 15px;
        color: #000000;
        padding-bottom: 5px;
        display: block;
    }

    #section-about > .trn-default-content > .about-content > li p > span {
        font-size: 12px;
        color: #AAAAAA;
        display: block;
        margin-bottom: 10px;
    }

#section-about > .trn-default-content > .about-content > li:hover {
    -webkit-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

#section-about .link-wrapper {
    text-align: center;
}

    #section-about .link-wrapper .link {
        font-size: 15px;
        font-weight: 600;
        color: #2321FF;
        text-decoration: none;
    }

        #section-about .link-wrapper .link:after {
            content: "\2192";
            margin-left: 5px;
            font-size: 14px;
            font-family: sans-serif;
        }

body[dir='rtl'] #section-about .link-wrapper .link::after {
    content: "\2190";
}

#section-member {
    margin-bottom: 40px;
}

.trn-content > .trn-default-content > .trn-member-table {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info {
        float: left;
        width: 28%;
        padding: 0;
        margin: 0;
        list-style: none;
        border-right: 2px solid #fff;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
            color: #000000;
            font-size: 10px;
            padding: 10px;
            border-bottom: 1px solid #DDDDDD;
            height: 30px;
            line-height: 16px;
            vertical-align: central;
            text-align: left;
        }

            .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.caption {
                font-size: 12px;
            }

@media only screen and (max-width: 991px) {
    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        font-size: 11px;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        display: none;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        padding: 8px 0 12px;
    }
}

.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.top,
.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.bottom {
    border-bottom: none;
}

.trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption {
    text-align: center;
    background-color: #fff !important;
    padding: 7px 0 12px;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > .member {
        font-size: 16px;
        color: #AAAAAA;
        font-weight: 600;
        display: block;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        font-size: 70%;
        color: #AAAAAA;
        white-space: nowrap;
        display: block;
        margin-top: 4px;
    }

.trn-content > .trn-default-content > .trn-member-table > a > .column {
    float: left;
    width: 17.3%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 3px solid #DDDDDD;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li {
        text-align: center;
        height: 30px;
        padding: 10px;
        line-height: 16px;
        border-bottom: 1px solid #DDDDDD;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column > li > .icon-tick {
            background-position: -95px -273px;
            width: 31px;
            height: 24px;
        }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-1 > li {
        background-color: #2321FF;
        opacity: 0.25;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-2 > li {
        background-color: #2321FF;
        opacity: 0.5;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-3 > li {
        background-color: #2321FF;
        opacity: 0.75;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-4 > li {
        background-color: #2321FF;
        opacity: 1;
    }

/*........ PHOTO .......*/
:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.trn-content > .trn-default-content > ul {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#section-photos {
    /*    max-width: unset !important;*/
    max-width: 1440px !important;
}
.trn-content > .trn-default-content > ul.domestic-photo-float {
    float: left;
}

.trn-content > .trn-default-content > ul.edge {
    width: 24.5%;
    
}
    .trn-content > .trn-default-content > ul.photos__item {
        padding-right: 1%;
    }
    .trn-content > .trn-default-content > ul.middle {
        width: 50%;
        padding-right: 1%;
    }

.trn-content > .trn-default-content > ul.photos > li {
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 350px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    float: left;
}

.trn-content > .trn-default-content > ul.photos > li {
    position: relative;
    width: 23.5%;
    margin: 0 1% 10px 0;
    height: 170px;
}

.trn-content > .trn-default-content > ul.photos > li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
    background: -webkit-linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
    background: linear-gradient(transparent 0%,rgba(0,0,0,.75) 100%) !important;
}

.trn-content > .trn-default-content > ul.photos > li.double {
    width: 50%;
    height: 350px;
}

.trn-content > .trn-default-content > ul.edge > li {
    width: 100%;
    margin-right:0;
}

.trn-content > .trn-default-content > ul.middle > li {
    width: 100%;
    height: 350px;
    margin-right:0;
}


.trn-content > .trn-default-content > ul.photos > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--second-color);
    opacity: .07;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.trn-content > .trn-default-content > ul.photos > li > a > img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.trn-content > .trn-default-content > ul.photos > li:hover > a:after {
   background-color: #333;
   opacity: .13
}


.trn-content > .trn-default-content > ul.photos > li:hover > a > img {
    opacity: 1;
    border-radius: 3px;
}

    .trn-content > .trn-default-content > ul.edge > li > div.caption,
    .trn-content > .trn-default-content > ul.photos > li > div.caption {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 15px;
        padding: 13px 7px 6px;
        color: var(--white);
        font-weight: 600;
        width: 60% !important;
        text-shadow: 0 2px 1em #000 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.trn-content > .trn-default-content > ul.edge > li > .price,
.trn-content > .trn-default-content > ul.photos > li > .price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 5px 5px;
    color: var(--white);
    font-size: 17px;
    z-index: 2;
    font-weight: 600;
}

.trn-content > .trn-default-content > ul.photos > li > .price > .currency {
    font-size: 65%;
    white-space: nowrap;
}

.trn-content #photos-down {
    padding: 20px 0 20px
}

body[dir='rtl'] .trn-content > .trn-default-content > ul.photos > li > .price {
    right: unset;
    left: 0;
}

:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.trn-content > .trn-default-content > .popular-city-airline {
    position: relative;
    display: inline-block;
    width: 100%;
}

.trn-content > .trn-default-content > .popular-city-airline > li {
    float: left;
    text-align: center;
    margin-right: 1%;
    background-color: var(--bg-gray);
    border-radius: 5px;
    padding: 10px 2%;
    position:relative;
    overflow:hidden;
}

.trn-content > .trn-default-content > .popular-city-airline > li.third-li {
    margin-right:0;
}

@media(max-width: 992px) {
    .trn-content > .trn-default-content > .popular-city-airline > .next-li {
        width: 46%;
        border-radius: 0;
        margin-right: 0;
        padding: 10px 0 10px 4%;
    }

    .trn-content > .trn-default-content > .popular-city-airline > .first-li {
        width: 100%;
    }
}

@media(min-width: 992px){
    .trn-content > .trn-default-content > .popular-city-airline > .next-li {
        width: 20.5%;
    }

    .trn-content > .trn-default-content > .popular-city-airline > .first-li {
        width: 44%;
    }
}


.trn-content > .trn-default-content > .popular-city-airline > li h3 {
    text-align: left;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--second-color);
    color: var(--white);
    padding: 4px 10px 4px 25px;
}

.trn-content > .trn-default-content > .popular-city-airline .third-li h3 {
    padding-left: 35px;
}

.trn-content > .trn-default-content > .popular-city-airline .links-wrapper {
    margin-top:25px;
}

.trn-content > .trn-default-content > .popular-city-airline .links {
    display: inline-block;
    text-align : left;
    position : relative;
}

.trn-content > .trn-default-content > .popular-city-airline .next-li ul .links {
    width: 100%;
}


.trn-content > .trn-default-content > .popular-city-airline .first-li ul .links {
    width: 32%;
}

.trn-content > .trn-default-content > .popular-city-airline .links a {
    text-decoration: none;
    font-size: 14px;
    padding: 7px 5px;
    width: 100%;
    display: block;
    color: var(--text-secondary-color);
}

.trn-content>.trn-default-content>.popular-city-airline .third-li .links a {
    padding-left: 15px;
}

.trn-content > .trn-default-content > .popular-city-airline .links a:hover {
    color: var(--second-color);
}

.trn-content > .trn-default-content > .popular-city-airline ul .links:before,
.trn-content > .trn-default-content > .popular-city-airline > li h3:before {
    position: absolute;
    background-repeat: no-repeat;
    content: " ";
}

.trn-content > .trn-default-content > .popular-city-airline .first-li .links:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAAbFBMVEUAAADg4ODg4N/f39/f397c3Nnb29vKysrh4eDg4ODi4uHf393g4N/g4ODh4d7g4N7m5uTf397f397j4+Pi4uHf397f393f393e3tze3t7h4eHc3Nze3t7a2trr6+ru7u3i4uH09PPl5eT7+/r+KEJuAAAAHnRSTlMA0dunbxQOB5BY8urhsF4668TCubOcgHhmT0Q0JyNMB+IpAAAAcUlEQVQI1y2M1xLDIAwEBZjmmt4jCfL//5jD9j7t7M0cgefZJN/ETwwOM9QVHqyKLvSucvmG3BdHifsPtlQsOR489A6dmTuiYMqR4ih6vRkWhE6q4G30bWNVRQQZyjY0jSdRedDKq4qJtDH9Mu0srsU/wKkH2mrlTUYAAAAASUVORK5CYII=);
    width: 13px;
    left: -10px;
    top: 9px;
    height: 17px;
}


.trn-content > .trn-default-content > .popular-city-airline .second-li .links:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAATlBMVEUAAADg4N/g4ODh4d/f39/g4N7h4d/g4ODg4N/g4N/g4N7e3t3f3+Hb29fg4N/g4N7o6N3g4N7g4N7f397f39/j4+Dc3Nzg4N7h4d7j4+M9kSvrAAAAGnRSTlMAfhqlekBeoJqNUCokDrJwB5GGZUgxIL5VNyd/9IUAAABuSURBVAjXLY1HFgMxCEOFbXAvU5Pc/6LRm+QvQCAKyHu8sgNxSa5avFGm0iSbi4pTmtcapGbEjyi97QoYdW+UQSekWOBuvHce6HkTrycbYtByIzZ6vnPWBGROoHu++6Uj4MHCYvWwkj/wR8di/AI9sgNoUnIYfAAAAABJRU5ErkJggg==);
    width: 13px;
    left: -10px;
    top: 9px;
    height: 17px;
}

.trn-content > .trn-default-content > .popular-city-airline .third-li .links:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAHCAMAAAA74E03AAAAilBMVEUAAADg4N/i4uHe3t7g4N/h4eDg4N7i4uDAwMDi4uDk5OPf397i4uHg4N/f397i4uHk5OHf397d3d3l5eTf397g4ODg4N7c3Nnb29vg4N/h4eDj4+Lg4N7f397f393i4uDg4N7m5uPg4N3f39/h4eHW1tbf39/i4uLs7Ovy8vHv7+7u7u3j4+Ln5+bpuy5sAAAAKHRSTlMA6eNe9++ecgT58tXRwbdrZ2ViXVtKPi8c7OnZzsWpkIdxVFErExAJ/A9KLgAAAHFJREFUCNdFzEcSgzAQBdGvgCRyxjhne0bg+1/PRRXh7XrTqIJICBHc0CWygjpMMVqglZ6IxkyH+pfpgchHhQPQ1+rRxCy615n35VPVO8zU/UIGaCi1+RerVrI/vZ0ZOCwdNn1hvIw5zefBxibH62eJP9E/B87ZIwA5AAAAAElFTkSuQmCC);
    width: 27px;
    left: -13px;
    top: 14px;
    height: 12px;
}

.trn-content > .trn-default-content > .popular-city-airline .first-li .links:hover:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAAnFBMVEUAAADykhLihwDwkRLvkhHvkBXzkhLzkhL0lBL0lBL1lBP2lBPykhL0lBPxkhPykxLvkRLwkRLxkRLtjxHqkRT2lRDffxH5lxPzkxP3lRL5mBPukRL1lRPxkBTzlBHzkxLykhLtjhPzkxPtkBHvjxHwkRLtjhTxkBH0khHuixDtjRDskRjsiBLsjRLkkxrijRzxkhPukRPzkxP3lRSgLmjYAAAAMHRSTlMA+gOcUSPz2rf07dXU0Me9lGdkORgOCPjn5t/NxL6uoqKPgnNybVZKST4tKhwbEwl3D1nnAAAAf0lEQVQI1y3ORRIDMQxE0bY9zBxmZklz/7vFruStuv6qAfjNarFvtVtLRaTmZ41nKSovEppd4MXK+F09lQ0qSu/AYMYMhnIf0LsxRK2CY/+5ZRLhkVKwrUIOGuiDMBNT+QL6kJhZPFin2OZigNVFxImNjieyfuMnmrT4uxr36wvnvQtawIEriAAAAABJRU5ErkJggg==);
}

.trn-content > .trn-default-content > .popular-city-airline .second-li .links:hover:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAAeFBMVEUAAADsjhLeiQDtjxLtjxLtkBLujRDtjxHvkRLvjRLukxbriRTtkBHtjxLtjhHvjxLtjxHtkBLtkBHskBLujxLxkRPtjxPskBPtjxLukRHtkBLskBLukBLxkhPrkBPujhTskBLvjQ/skBLvkBLwjxLukBPukBDujRBhtIv0AAAAKHRSTlMANQOfllEOmygbFwihkY2IbmlmYDuThIBya1lLRTIuJSIfqZh8eEw/fowwKgAAAHtJREFUCNctikcSwyAAxJZe3ADj3lP//8PAxDpodBCAa67URGiqs/RkF09BYRhZuPKGrxDTp9uOcYgN+lgRQPKjRk24BmitGwThvCy+SlfYuOmbVxdDQDEscidWshOwzKTXtUiMyZoVOa9S4j0jQ1tnmcW/1WPFjSjz+QNfNAZqTaYY5QAAAABJRU5ErkJggg==);
}

.trn-content > .trn-default-content > .popular-city-airline .third-li .links:hover:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAHCAMAAAA74E03AAAAhFBMVEUAAADujxLukBLvkRPwkhLukBLukBLsjxLukBLrgADvkRPukBLukBPskBLrjxLrjhLvkRLrjRPtkRTsjRDtjxHxkhXxkRLzkxPujxPwkhPsjxPsjxPwkhPtjxLskBLykhPtjxPsjhLsjRLrjhPpjhXtjhHijRz7mBT9mhT/nBTwkhP2lhTRwQk3AAAAJ3RSTlMA6Pfjcl3PnmYE7uvUwbdiX1pKLxwR8vHx2cWpkIdsamlUUUI7KwlXyNK6AAAAb0lEQVQI10XMRxKDMBBE0VaWTMbgnAMaifvfD6givFX/TaM4HRhjuzt+WhRQyRRRArUg733MeeR9zsdJx5cD0KjyXaWBff+XkNiPKveYKXntDVD5TD46rGoRSLfOEHHrsGmsIZGG7DkfbKQ+39olBtJdB4W7prW9AAAAAElFTkSuQmCC);
}




.trn-content > .trn-default-content > .popular-city-airline .first-li h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAMAAAD3Y3VMAAAAZlBMVEUAAAD+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////+/v7///////+x1qFGAAAAIXRSTlMA9tuWeB7y4My7XCsNjYJuIBXt6+TQwquefnJhQT48MhhQjxGOAAAAcklEQVQI1zXNBw7DMAwDQHomtjO7d8v/f7K00x4ggBAkELKMx5TRXCOlfyt6BaPpAj6R5lZeiRwxkxOAtWOPC/mEJNp67hUHq30wjPdQzqQDHMmDIU0Bwp6Ng3hWuwXbm0xocm1dsTmRM34etAP+XIZ8AfjvCZvCTGXtAAAAAElFTkSuQmCC);
    width: 13px;
    left: 9px;
    top: 8px;
    height: 17px;
}


.trn-content > .trn-default-content > .popular-city-airline .second-li h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAMAAAD3Y3VMAAAAb1BMVEUAAAD////////+/v7////////+/v7+/v7+/v7////+/v7////+/v7////+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7ISaf3AAAAJXRSTlMAqzSRIlOyuHsaEqCcgV4MBZqOhoR1ZFhMRkIxwqOWiWpoTjgt8HvF+gAAAH5JREFUCNc1yNkWgyAMRdGbEEAcEGetndv//8ZGutwPyVkXSszVR2QF2S83jo80rR2n8PECodSbLXq2A8ZluwPYb6WB34s3VC0DunVpNAPpzl2ipzBZNkB1KR91ZfUDTDisNVQ/60nEUOJKIBpkU4HWSU6N8GqAP+so4EQz1A83KQUGGC3g3AAAAABJRU5ErkJggg==);
    width: 13px;
    left: 9px;
    top: 8px;
    height: 17px;
}

.trn-content > .trn-default-content > .popular-city-airline .third-li h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAICAMAAAA/SHRSAAAAflBMVEUAAAD+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7////+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7////+/v7////+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////////cbuyuAAAAKXRSTlMA5evwpZ819t3RzY2GXxwH+ufhtatzUj4iGhDVwL2omZd6dGhYSy4mFOe4yhIAAACBSURBVAjXbc1HDsMwDARAqlqyiuNe0nv4/w+GSmBAB8+B4GIJEAIXLDEaoqxbDZOtUxZFABhL/OGe0Syc+UczAFl8J5VKF/LpaO6Vkp2bYTV/XhZLWk7YjEuETHVjjOOBtguKhvsKcoEj7vr3Q9DLPlW5qK/UIp71BBuG1h7vWf4COCMKdCBTOCYAAAAASUVORK5CYII=);
    width: 27px;
    left: 5px;
    top: 13px;
    height: 12px;
}


@media(max-width: 768px) {
    .trn-content > .trn-default-content > .popular-city-airline .links a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        width: 85%;
    }
    .trn-content > .trn-default-content > .popular-city-airline {
        width: 98%;
    }

    .trn-content > .trn-default-content > .popular-city-airline > .next-li {
        width: 47%;
        padding-left: 2.8%;
    }

    .trn-content > .trn-default-content > .popular-city-airline .first-li ul .links {
        width: 16%;
    }

    .trn-content > .trn-default-content > .popular-city-airline .next-li ul .links {
        width: 49%;
    }

    .trn-content > .trn-default-content > .popular-city-airline .second-li {
        border-right: 2px solid var(--second-color);
    }
}


@media(max-width: 1024px) {
    .trn-content > .trn-default-content > .popular-city-airline > li h3 {
        font-size: 14px;
    }

    .trn-content > .trn-default-content > .popular-city-airline .links a {
        font-size: 14px;
        padding: 7px 0 7px 10px;
    }



    .trn-content > .trn-default-content > .popular-city-airline .first-li .links:before,
    .trn-content > .trn-default-content > .popular-city-airline .second-li .links:before {
        top: 10px;
        left: -7px;
    }

    .trn-content > .trn-default-content > .popular-city-airline .third-li .links:before {
        top: 15px;
        left: -11px;
    }

    .trn-content > .trn-default-content > .popular-city-airline .first-li h3:before,
    .trn-content > .trn-default-content > .popular-city-airline .second-li h3:before {
        top: 6px;
    }

    .trn-content > .trn-default-content > .popular-city-airline .third-li h3:before {
        top: 11px;
    }
}


:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.continents-widget-wrapper {
}

    .continents-widget-wrapper ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .continents-widget-wrapper ul .continent-link {
            text-decoration: none;
        }

            .continents-widget-wrapper ul .continent-link:hover .continent-label {
                color: var(--second-color);
            }

            .continents-widget-wrapper ul .continent-link:hover .continent-icon img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .continents-widget-wrapper .continent-link:not(:last-child) {
        margin-right: 5px;
    }

    .continents-widget-wrapper ul li {
        width: 100px;
        border-radius: var(--radius);
        text-align: center;
        padding: 15px;
    }

        .continents-widget-wrapper ul li .continent-icon {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 60px;
            margin-bottom: 10px;
            text-align: center;
        }

            .continents-widget-wrapper ul li .continent-icon img {
                vertical-align: top;
                width: 60px;
                height: 60px;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
            }

        .continents-widget-wrapper ul li .continent-label {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary-color);
            text-decoration: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

@media screen and (max-width: 959px) {
    .continents-widget-wrapper ul .continent-link {
        width: 30%;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .continents-widget-wrapper ul li {
        width: 100%;
    }
}


.turna-table {
  background-color: white;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000000;
}
@media (min-width: 576px) {
  .turna-table {
    font-size: 15px;
  }
}
.turna-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.turna-table .text-align-right {
  text-align: right;
}
.turna-table .text-align-left {
  text-align: left;
}
.turna-table .text-align-center {
  text-align: center;
}
.turna-table .fw-bold {
  font-weight: bold;
}
.turna-table a {
  color: #000000;
  text-decoration: underline;
}
.turna-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.turna-table table td, .turna-table table th {
  text-align: left;
  padding: 8px 10px;
}
.turna-table table td:first-child, .turna-table table th:first-child {
  padding-left: 15px;
}
.turna-table table td:last-child, .turna-table table th:last-child {
  padding-right: 15px;
}
.turna-table table thead tr {
  border-bottom: 3px solid #DDDDDD;
}
.turna-table table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.turna-table table tbody tr:first-child td {
  padding-top: 10px;
}
.turna-table table tbody tr:last-child td {
  padding-bottom: 15px;
}
.turna-table.layout-auto table {
  table-layout: auto;
}
.turna-table.table-shadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 0 !important;
}
.turna-table.table-border-all {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-all table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-border-all table td:not(:last-child), .turna-table.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.turna-table.table-border-edges {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-edges table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-zebra tbody tr:nth-child(even) {
  background-color: #F8F9FB;
}
.turna-table.new {
  color: #45516D;
  border-color: #DCDFE5;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.turna-table.new a {
  color: #45516D;
  text-align: left;
  text-decoration: none;
  display: block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.turna-table.new i[class^="trn-"] {
  opacity: 0.5;
  margin-right: 5px;
}
.turna-table.new table {
  font-size: 14px;
}
.turna-table.new table thead tr {
  border-bottom: 0;
}
.turna-table.new table thead th {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}
.turna-table.new table tbody tr {
  border-bottom: 0 !important;
}
.turna-table.new table tbody tr td {
  padding: 15px;
}
.turna-table.new.table-zebra table tbody tr:nth-child(odd) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra table tbody tr:nth-child(even) {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: white;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: white;
}
.turna-table.new.table-border-all {
  border: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table thead tr,
.turna-table.new.table-border-all table tbody tr {
  border-bottom: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table td:not(:last-child), .turna-table.new.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-shadow {
  -webkit-box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
          box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
  border: 0 !important;
}
.turna-table .expandable-row {
  display: none;
}
.isExpanded.turna-table .expandable-row {
  display: table-row;
}
.turna-table .table-toggler {
  display: none;
  color: #45516D;
  padding-top: 15px;
  text-align: center;
}
.turna-table .table-toggler .toggler-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-more);
}
.isExpanded.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-less);
}
.turna-table .table-toggler .toggler-text:after {
  content: "\e924";
  font-size: 20px;
  font-family: "turna";
  margin-left: 5px;
}
.isExpanded.turna-table .table-toggler .toggler-text:after {
  content: "\e929";
}
.turna-table.table-expandable .table-toggler {
  display: block;
}

.info-table-wrapper {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
}
.info-table-wrapper table {
  width: 100%;
  table-layout: fixed;
}
.info-table-wrapper table td {
  text-align: center;
}
.info-table-wrapper table td:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.info-table-wrapper table td a {
  color: #000000;
  padding: 0 5px;
}
.info-table-wrapper table tbody tr td {
  color: #757575;
}
.info-table-wrapper table tbody tr td div:first-child {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  background-color: #DDDDDD;
}
.info-table-wrapper table tbody tr td div:last-child {
  padding: 10px 15px;
  text-align: center;
}

body[dir="rtl"] .turna-table table td,
body[dir="rtl"] .turna-table table th {
  text-align: unset;
}

.trn-card-items {
  margin-bottom: 40px;
}

.card-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .card-items-wrapper.double {
    padding: 0 100px;
  }
}
.card-items-wrapper .card-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px 25px;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  max-width: 500px;
  overflow: hidden;
}

.card-items-wrapper .card-item a:after {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.card-items-wrapper .card-item:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card-items-wrapper .card-item:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #AAAAAA;
}

.card-items-wrapper .card-item:not(:last-child) {
  margin-right: 30px;
}

.card-items-wrapper .card-item .card-media {
  background-color: #F8F9FB;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 15px;
  border-top-left-radius: calc($radius / 2);
  border-top-right-radius: calc($radius / 2);
  overflow: hidden;
}

.card-items-wrapper .card-item .card-media figure {
  position: relative;
  padding-top: 44.5%;
}

.card-items-wrapper .card-item .card-media img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-items-wrapper .card-item .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
}

.card-items-wrapper .card-item .card-content .card-secondary-text {
  color: #AAAAAA;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .card-items-wrapper .card-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card-items-wrapper .card-item {
    padding: 15px 15px 46px 15px;
  }

  .card-items-wrapper .card-item:after {
    font-size: 12px;
    padding: 0 15px;
    bottom: 15px;
  }

  .card-items-wrapper .card-item .card-media {
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-items-wrapper .card-item .card-content .card-title {
    font-size: 14px;
  }

  .card-items-wrapper .card-item .card-content .card-secondary-text {
    font-size: 12px;
  }
}
.menu-wrapper .card-items-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .card-items-wrapper .card-item {
  margin-right: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item .card-media {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:last-child) {
  margin-right: unset;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:first-child) {
  margin-right: 30px;
}

