:focus { outline: none; }
a, a:hover, a:visited { color: #1285CB; }
body { font-family: 'Segoe UI', sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 28px; color: #2F2F2F; }

header .dropdown { color: #FFF; height: 100%; display: flex; flex-direction: column; width: 60%; padding: 0 20px; cursor: default; }
header .dropdown .selected { height: 76px; line-height: 76px; cursor: pointer; }
header .dropdown .list { box-shadow: 0 10px 10px -5px #FFFFFF30; display: none; position: absolute; background: #2F2F2F; top: 76px; left:0; z-index: 100; padding-bottom: 10px; }
header .dropdown .list .item { display: block; min-height: 40px; line-height: 40px; width: 100%; padding: 0 20px; cursor: pointer; white-space: nowrap; max-width: 300px; overflow: hidden; text-overflow: ellipsis; }
header .dropdown img { display: inline-block; height: 25px; width: 25px; margin-right: 15px; }
header .dropdown.replacing .list .item.active { display: none; }
header .dropdown .list { box-shadow: 0 10px 10px -5px #FFFFFF30; top: 55px; }

header { background: #2F2F2F; min-height: 76px; font-style: normal; font-weight: 600; font-size: 18px; color: #FFFFFF; }
header a.logo { display: inline-flex; align-items: center; height: 40px; }
header img.logo { height: 50px; }
header .open-navbar-button { display: none; }
header .open-navbar-button > .button { position: relative; background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTYgNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2IDU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0yOCwwQzEyLjU2MSwwLDAsMTIuNTYxLDAsMjhzMTIuNTYxLDI4LDI4LDI4czI4LTEyLjU2MSwyOC0yOFM0My40MzksMCwyOCwweiBNNDAsNDFIMTZjLTEuMTA0LDAtMi0wLjg5Ni0yLTJzMC44OTYtMiwyLTIgIGgyNGMxLjEwNCwwLDIsMC44OTYsMiwyUzQxLjEwNCw0MSw0MCw0MXogTTQwLDMwSDE2Yy0xLjEwNCwwLTItMC44OTYtMi0yczAuODk2LTIsMi0yaDI0YzEuMTA0LDAsMiwwLjg5NiwyLDJTNDEuMTA0LDMwLDQwLDMweiAgIE00MCwxOUgxNmMtMS4xMDQsMC0yLTAuODk2LTItMnMwLjg5Ni0yLDItMmgyNGMxLjEwNCwwLDIsMC44OTYsMiwyUzQxLjEwNCwxOSw0MCwxOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD48L2c+IDwvc3ZnPg==) center/contain no-repeat; }
header .open-navbar-button > .button:before { color: #FFFFFF; content: "MENU"; position: absolute; font-weight: 400; letter-spacing: 1px; font-size: 14px; line-height: 14px; top: 13px; left: -50px; }

header nav.menu > ul { text-align: center; height: 72px; line-height: 72px; list-style: none; position: relative; display: flex; }
header nav.menu { display: flex; justify-content: center; }
header nav.menu > ul > li > a { color: #FFF; text-decoration: none; white-space: nowrap; }
header nav.menu li.current-menu-item > a:after { content: ''; width: 100%; height: 4px; background: #1285CB; position: relative; display: block; }

header nav.menu ul.sub-menu { display: none; position: absolute; list-style: none; background: #2F2F2F; top: 76px; right: -100px; z-index: 100; color: #FFF; width: 300px; padding: 0 20px 20px 20px; box-shadow: 0 10px 10px -5px #FFFFFF30; }
header nav.menu ul.sub-menu a.current-item { height: 76px; line-height: 76px; cursor: pointer; }
header nav.menu ul.sub-menu > li.title { font-weight: 700; font-size: 20px; cursor: default; }
header nav.menu ul.sub-menu > li{ display: block; min-height: 40px; line-height: 25px; width: 100%; padding: 10px 20px; text-align: left; cursor: pointer; max-width: 100%; }
header nav.menu ul.sub-menu > li > a { color: inherit; }
header nav.menu ul.sub-menu > li > a:hover { text-decoration: none; }

#lang-select a { color: #FFF; transition: 0.2s; }
#lang-select a:hover { color: #EEE; text-decoration: none; }

@media (max-width: 520px) {
	header a.logo { padding: 20px 0 20px 10px; height: 80px; }
	header a.logo span { display: none; }
	header .open-navbar-button { display: flex; justify-content: flex-end; align-items: center; }
	header .open-navbar-button > .button { height: 40px; width: 40px; }
	header nav.menu { justify-content: flex-start; }
	header nav.menu > ul { text-align: left; font-size: 18px; min-height: 340px; line-height: 50px; color: #FFFFFF; flex-direction: column; }
	header nav.menu ul li { padding: 0; }
	header nav.menu ul.sub-menu { left: -20px; top: 50px; }
	.opens-by-button { display: none; }
	footer .wrap_footer { padding: 50px 40px 40px 50px; }
    #lang-select .selected { display: inline-flex; flex-wrap: nowrap; align-items:center; }
}
@media (min-width: 520px) and (max-width: 1199.98px) {
    header a.logo { padding: 20px 0 20px 50px; }
	header a.logo span { display: inline-block; font-weight: 700; color: #FFFFFF; font-size: 25px; padding-bottom: 2px; }
    header .open-navbar-button { display: flex; justify-content: flex-end; align-items: center; padding-right: 50px; }
    header .open-navbar-button > .button { height: 40px; width: 40px; }
    header nav.menu { padding-left: 20px; justify-content: flex-start; }
    header nav.menu ul { text-align: left; font-size: 18px; min-height: 290px; line-height: 50px; color: #FFFFFF; list-style: none; flex-direction: column; }
    header nav.menu ul li { padding: 0; }
    header .opens-by-button { display: none; }
    footer .wrap_footer { padding: 50px 40px 40px 50px; }
    #lang-select .selected { display: inline-flex; flex-wrap: nowrap; align-items:center; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    #lang-select .item span,
    #lang-select .selected span { display: none; }
    #lang-select img { margin-right: 0; }
    #menu { position: relative; left: -50px; }
}
@media (min-width: 1200px) {
    #lang-select .selected { display: inline-flex; flex-wrap: nowrap; align-items:center; }
    header .opens-by-button { display: flex; }
    header .open-navbar-button { display: none; }
	header a.logo span { display: inline-block; font-weight: 700; color: #FFFFFF; font-size: 25px; padding-bottom: 2px; transition: 0.2s; }
	header a.logo:hover { text-decoration: none; }
	header a.logo:hover span { color: #CCC; }
	header img.logo { padding-left: 50px; }
	footer .wrap_footer { padding: 50px 40px 40px 50px; }
    header nav.menu ul li { padding: 0 15px; }
}

footer { background: #2F2F2F; }
footer .wrap_footer {  font-style: normal; font-weight: normal; font-size: 14px; line-height: 25px; color: #FFFFFF; }
footer .wrap_footer a { text-decoration: none; color: #fff; }
footer .wrap { padding: 50px 40px 0 50px;  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #FFFFFF; }
footer .wrap_text .text { padding-bottom: 20px; }
footer .wrap_social {  font-style: normal; font-weight: normal; font-size: 21px; line-height: 37px; text-align: right; color: #FFFFFF; padding: 50px 40px 0 0; }
footer .wrap_social img { padding-left: 15px; }
footer .wrap_text { padding: 50px 0 0 0;  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #FFFFFF; }
footer a { color: #FFF; transition: 0.2s; }
footer a:hover { text-decoration: none; color: #AAA !important; }
footer a:visited { text-decoration: none; color: #FFF; }

article { display: flex; margin-left: -15px; margin-right: -15px;  }
section { width: 100%; }
section > .row,
article > .row { width: 100%; max-width: 1200px; margin: 0 auto; }
section h1 {  font-style: normal; font-weight: bold; font-size: 48px; line-height: 62px; color: #2F2F2F; }
section h2 {  font-style: normal; font-weight: bold; font-size: 42px; line-height: 58px; color: #2F2F2F; }
section h3 { padding: 40px 0 20px;  font-style: normal; font-weight: bold; font-size: 26px; line-height: 34px; color: #000000; }
section .table { width: 100%; overflow-x: auto; }

@media (max-width: 520px) {
	section h1, section h2 { font-size: 36px; line-height: 40px; }
	section h3 { padding: 30px 0 20px; font-size: 24px; line-height: 30px; }
	#main_page section.sector_1 h1 { padding-top: 50px; }
	#main_page section.sector_1 img.img { max-width: 100%; padding-top: 40px; }
	#main_page section.sector_3 h2 { padding: 50px 0 30px; }
	#main_page section.sector_2 { padding: 10px 15px; background: #F2F2F2; width: 100%; }
	#main_page section.sector_3 .wrap_img { margin: 0 auto; margin-bottom: 20px; }
	#main_page section.sector_3 .text { padding: 0 30px 50px 30px; }
	#main_page section.sector_3 h3 { padding: 0 30px; }
	#main_page section.sector_4 { background: #F2F2F2; padding: 50px 0; }
	#main_page section.sector_5 h2 { padding: 65px 0 35px; margin: 0; }
	#main_page section.sector_5 .wrapper { margin-bottom: 20px; }
	#main_page section.sector_5 .link { padding: 0 10px; margin-bottom: 20px; }
	#main_page section.sector_6 { background: #F2F2F2; padding: 50px 0; }
	#main_page section.sector_6 h2 { padding-bottom: 35px; }
	#main_page section.sector_6 .wrap_img { justify-content: center; }
	#main_page section.sector_7 { padding: 50px 0; }
	#main_page section.sector_7 .wind_sign { height: 55px; }
	#main_page section.sector_8 { background: #F2F2F2; padding: 40px 0; }
	#main_page section.sector_9 { padding: 50px 0; }
	#flightradar_window { width: 100%; height: 80vh; overflow: hidden; }

	embed { margin-left: 0 !important; margin-right: 0 !important; max-height: 100vh; }
}
@media (min-width: 520px) {
    #main_page section.sector_1 h1 { padding-top: 70px; }
    #main_page section.sector_1 img.img { max-width: 85%; padding-top: 30px; }
    #main_page section.sector_2 { background: #F2F2F2; width: 100%; overflow: hidden; }
    #main_page section.sector_3 h2 { padding: 75px 0 15px; }
    #main_page section.sector_3 h3 { padding: 0 0 15px; }
    #main_page section.sector_3 .text { padding-bottom: 65px; }
    #main_page section.sector_4 { background: #F2F2F2; padding: 85px 0 80px; }
    #main_page section.sector_5 h2 { padding: 65px 0 35px; margin: 0; }
    #main_page section.sector_5 .wrapper { margin-bottom: 50px; }
    #main_page section.sector_5 .link { text-align: center; margin-bottom: 50px; }
    #main_page section.sector_6 { background: #F2F2F2; padding: 70px 0; }
    #main_page section.sector_6 .wrap_img { height: 142px; }
    #main_page section.sector_7 { padding: 70px 0; }
    #main_page section.sector_7 h2 { padding-bottom: 30px; }
    #main_page section.sector_7 .wind_sign { height: 55px; width: 57px; margin-right: 20px; }
    #main_page section.sector_8 { background: #F2F2F2; padding: 70px 0; }

    #main_page section.sector_8 h2 { padding: 20px 0 10px; }
    #main_page section.sector_9 { padding: 70px 0; }
    #flightradar_window { width: 100%; height: 80vh; overflow: hidden; }
}
@media (min-width: 992px) {
	#main_page section.sector_1 img.img { max-width: 85%; padding-top: 30px; }
	#main_page section.sector_3 h2 { padding: 75px 0 15px; }
	#main_page section.sector_3 h3 { padding: 0 0 15px; }
	#main_page section.sector_3 .text { padding-bottom: 65px; }
	#main_page section.sector_4 { background: #F2F2F2; padding: 85px 0 80px; }
	#main_page section.sector_5 h2 { padding: 65px 0 35px; margin: 0; }
	#main_page section.sector_5 .wrapper { margin-bottom: 50px; }
	#main_page section.sector_5 .link { text-align: center; margin-bottom: 50px; }
	#main_page section.sector_6 { background: #F2F2F2; padding: 70px 0; }
	#main_page section.sector_6 .wrap_img { height: 142px; }
	#main_page section.sector_7 { padding: 70px 0; }
	#main_page section.sector_7 h2 { padding-bottom: 30px; }
	#main_page section.sector_7 .wind_sign { height: 55px; width: 57px; margin-right: 20px; }
	#main_page section.sector_8 { background: #F2F2F2; padding: 70px 0; }

	#main_page section.sector_8 h2 { padding: 20px 0 10px; }
	#main_page section.sector_9 { padding: 70px 0; }
	#flightradar_window { width: 100%; height: 80vh; overflow: hidden; }
}
section p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #000000; padding-top: 30px; }
section.template h2 { padding: 30px 0 10px; margin: 0; }
section.template h3 { padding: 20px 0 5px; margin: 0; }
section.template p { padding: 10px 0; }
section.template img { margin: 275px 0 50px; max-width: 100%; min-height: 90px; }


iframe, embed { border-collapse: collapse; border:none; }
.radar-wrapper > * { max-width: 1200px; width: 100%; margin: 0 auto; }
.radar-wrapper .ads { position: relative; z-index: 10; width: 100%; min-height: 250px; }
.radar-wrapper .adsbygoogle { display: block; min-width: 100%; min-height: 100%; }
.main_widget { position: relative; height: 700px; overflow: hidden; z-index: 1; /*background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLWRvdWJsZS1yaW5nIiBzdHlsZT0iYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwKSBub25lIHJlcGVhdCBzY3JvbGwgMCUgMCU7Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMxfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgcj0iMTgiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlPSIjMjI2ZTdlIiBzdHJva2UtZGFzaGFycmF5PSIyOC4yNzQzMzM4ODIzMDgxMzggMjguMjc0MzMzODgyMzA4MTM4Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzMn19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMyfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5Mn19IiBuZy1hdHRyLXN0cm9rZS1kYXNob2Zmc2V0PSJ7e2NvbmZpZy5kYXNob2Zmc2V0Mn19IiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHI9IjEyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZT0iIzViYzdkOSIgc3Ryb2tlLWRhc2hhcnJheT0iMTguODQ5NTU1OTIxNTM4NzYgMTguODQ5NTU1OTIxNTM4NzYiIHN0cm9rZS1kYXNob2Zmc2V0PSIxOC44NDk1NTU5MjE1Mzg3NiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDstMzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PC9zdmc+") center top/200px no-repeat;*/ }
/*.main_widget:not(.not_fr) { margin-top: -73px; }*/
.main_widget.covered { margin-top: 0px; }
.main_widget iframe { height: 100%; width: 100%; overflow: hidden; }
.main_widget .search { position: absolute; top: 90px; right: 15px; display: flex; width: 310px; }
.main_widget .search input { height: 40px; width: 220px; margin-right: 5px; background: #FFF; border: solid 2px #333; border-radius: 4px;  font-weight: bold; font-size: 20px; padding: 0 10px; }
.main_widget .search input::placeholder { color: #AAA; font-size: 16px; }
.main_widget .search button { height: 40px; width: 80px; border-radius: 4px; background: #303030; color: #FFF; transition: 0.2; border: none; }
.main_widget .search button:hover { background: #000; }

.main_widget.radarbox { height: 985px; }
.radar-wrapper .ads.goupper { margin-top: -315px; min-height: 315px; height: 315px; padding-bottom: 35px; background: #F2F2F2; }


#main_page section.sector_1 img.scrolldown { padding: 30px 0; }
#main_page section.sector_3 img { max-width: 100%; }
#main_page section.sector_3 .wrap_img { display: flex; align-items: center; justify-content: center; height: 150px; }
#main_page section.sector_3 .text {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #000000; }
#main_page section.sector_4 p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #000000; padding-top: 30px; }
#main_page section.sector_4 .img { max-width: 100%; }
#main_page section.sector_5 .wrap_video { width: 100%; max-width: 100%; }
#main_page section.sector_5 .wrapper { background: #F2F2F2; border-radius: 15px; padding: 20px; position: relative; }
#main_page section.sector_5 .wrapper button { background: #1285CB; border-radius: 100px; color: #fff;  font-style: normal; font-weight: bold; font-size: 14px; line-height: 18px; outline: none; padding: 15px 30px; width: calc(100% - 60px); border: none; cursor: pointer; position: absolute; left: 30px; right: 30px; bottom: 30px; }
#main_page section.sector_5 h3 { padding: 20px 0 20px 40px; }
#main_page section.sector_5 ul li { line-height: 2.25; }
#main_page section.sector_5 p { padding: 5px 1rem; }
#main_page section.sector_5 .wrapper h4 { font-size: 24px; line-height: 30px; padding: 20px 0 20px 15px; }
#main_page section.sector_6 .wrapper h3.title { font-weight: bold; color: #2F2F2F; padding: 10px 0 30px; }
#main_page section.sector_6 .wrapper .text { color: #2F2F2F; }
#main_page section.sector_6 .wrapper ol { padding-left: 1.25rem; margin-top: 1rem; margin-bottom: 0; }
#main_page section.sector_6 .wrapper .wrap_img { display: flex; align-items: flex-end; justify-content: center; }
#main_page section.sector_7 p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #2F2F2F; margin: 0; padding: 0 20px 0; }
#main_page section.sector_7 .wrapper { display: flex; align-items: center; padding: 20px 0; }
#main_page section.sector_8 p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; padding: 40px 0; color: #2F2F2F; }
#main_page section.sector_8 .wrap_img { display: flex; align-items: flex-end; }
#main_page section.sector_8 .wrap_img .ico_air { max-width: 100%; }
#main_page section.sector_9 h2 { padding-bottom: 30px; }
#main_page section.sector_9 p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #2F2F2F; }
#main_page section.sector_9 ul { left: -15px; position: relative; }
#main_page section.sector_9 ul li {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 2; color: #2F2F2F; padding: 10px 0 10px 20px; }

@media (max-width: 520px) {
	#flyradar section.sector_1 h1 { padding-top: 45px; }
	#flyradar section.sector_1 img.img { max-width: 70%; padding: 30px 20px 40px; }
	#flyradar section.sector_2 { padding: 10px 15px; background: #F2F2F2; }
	#flyradar section.sector_2 h2 { padding-top: 20px; }
	#flyradar section.sector_3 { padding: 0 0 50px; }
	#flyradar section.sector_3 h2 { padding: 40px 0 20px; }
	#flyradar section.sector_3 img { padding-top: 30px; margin: 0 auto; position: relative; transform: translateX(-50%); left: 50%; }
	#flyradar section.sector_3 h3 { text-align: center; }
}
@media (min-width: 520px) {
	#flyradar section.sector_1 h1 { padding-top: 125px; }
	#flyradar section.sector_1 img.img { max-width: 70%; padding: 40px 20px 0; }
	#flyradar section.sector_2 { padding: 20px 0; background: #F2F2F2; }
	#flyradar section.sector_2 h2 { padding-top: 40px; }
	#flyradar section.sector_3 { padding: 20px 0 70px; }
	#flyradar section.sector_3 h2 { padding: 40px 0 20px; }
	#flyradar section.sector_3 img { padding-top: 40px; }
	#flyradar section.sector_3 p { padding: 0; margin-bottom: .75rem; }
}
#flyradar section.sector_1 p { padding-top: 30px; }
#flyradar section.sector_1 img.scrolldown { padding: 30px 0; }


@media (max-width: 520px) {
	#tracking section.sector_1 h1 {padding-top: 50px; }
	#tracking section.sector_1 img.img { max-width: 90%; padding: 50px 0; }
	#tracking section.sector_2 { padding: 10px 15px; background: #F2F2F2; }
	#tracking section.sector_2 h2 { padding-bottom: 50px; color: #2F2F2F; }
	#tracking section.sector_2 .wrapper .wrap_img,
	#tracking section.sector_3 .wrapper .wrap_img { position: relative; transform: translateX(-50%); left: 50%; }
	#tracking section.sector_2 h3,
	#tracking section.sector_3 h3 { padding: 30px 0 20px; text-align: center; }
	#tracking section.sector_3 { padding: 50px 0; }
	#tracking section.sector_3 p { padding-bottom: 30px; }
	#tracking section.sector_4 { padding: 50px 0; background: #F2F2F2; }
	#tracking section.sector_5,
	#tracking section.sector_6,
	#tracking section.sector_8 { padding: 50px 0; }
	#tracking section.sector_7 { padding: 50px 0 25px; }

}
@media (min-width: 520px) {
	#tracking section.sector_1 h1 {padding-top: 120px; }
	#tracking section.sector_1 img.img { max-width: 70%; padding-top: 50px; }
	#tracking section.sector_2 { padding: 20px 0; background: #F2F2F2; }
	#tracking section.sector_2 h2 { padding: 40px 0 40px; color: #2F2F2F; }
	#tracking section.sector_2 h3 { padding: 50px 0 30px; }
	#tracking section.sector_3 { padding: 60px 0; }
	#tracking section.sector_3 h2 { padding: 0 0 30px; color: #2F2F2F; }
	#tracking section.sector_3 p { padding-bottom: 70px; }
	#tracking section.sector_4 { padding: 60px 0; background: #F2F2F2; }
	#tracking section.sector_5,
	#tracking section.sector_6,
	#tracking section.sector_8 { padding: 60px 0; }
	#tracking section.sector_7 { padding: 60px 0 75px; }

}

#tracking h2 { padding: 0 0 30px; }
#tracking section.sector_1 img.scrolldown { padding: 30px 0; }
#tracking section.sector_2 img.map { max-width: 100%; }
#tracking section.sector_2 .wrapper .wrap_img,
#tracking section.sector_3 .wrapper .wrap_img { display: flex; align-items: center; justify-content: center; height: 150px; width: 150px; }
#tracking section.sector_3 img { max-width: 100%; }
#tracking section.sector_3 h3 { padding: 50px 0 30px; }
#tracking section.sector_3 .text { padding-bottom: 170px; }
#tracking section.sector_4 p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #000000; padding-bottom: 70px; }
#tracking section.sector_4 table { width: 100%; }
#tracking section.sector_4 table tr { background: #DFDFDF; }
#tracking section.sector_4 table tr:nth-child(2n) { background: #EBEBEB; }
#tracking section.sector_4 table td,
#tracking section.sector_4 table th { padding: 20px 30px; }
#tracking section.sector_4 table th {  font-style: normal; font-weight: bold; font-size: 20px; line-height: 30px; color: #000000; }
#tracking section.sector_4 table td {  font-style: normal; font-weight: normal; font-size: 18px; line-height: 23px; color: #000000; padding: 30px; }
#tracking section.sector_5 p,
#tracking section.sector_6 p,
#tracking section.sector_7 p,
#tracking section.sector_8 p { padding-bottom: 70px; }
#tracking section.sector_5 .img_wrap { display: flex; align-items: flex-end; }
#tracking section.sector_5 .img_wrap img { max-width: 100%; padding-bottom: 100px; }
#tracking section.sector_6 table,
#tracking section.sector_8 table { width: 100%; }
#tracking section.sector_6 table tr,
#tracking section.sector_8 table tr { background: #DFDFDF; text-align: center; }
#tracking section.sector_6 table tr:nth-child(2n),
#tracking section.sector_8 table tr:nth-child(2n) { background: #EBEBEB; }
#tracking section.sector_6 table td,
#tracking section.sector_6 table th,
#tracking section.sector_8 table th,
#tracking section.sector_8 table td { padding: 20px 30px; }
#tracking section.sector_6 table th,
#tracking section.sector_8 table th {  font-style: normal; font-weight: bold; font-size: 24px; line-height: 30px; color: #000000; }
#tracking section.sector_6 table td,
#tracking section.sector_8 table td {  font-style: normal; font-weight: normal; font-size: 18px; line-height: 23px; padding: 30px; }
#tracking section.sector_6,
#tracking section.sector_8 { background: #F2F2F2; }
#tracking section.sector_7 img { max-width: 80%; }
#tracking section.sector_7 ul { left: -15px; position: relative; margin-bottom: 0; }
#tracking section.sector_7 ul li {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.62; color: #2F2F2F; padding: 15px 0 15px 20px; }
#tracking section.sector_7 p { padding-bottom: 40px; }


@media (max-width: 520px) {
	#news_all section.sector_1 .wrapper_news_right,
	#news_all section.sector_1 .wrapper_news_left,
	#news section.sector_1 .wrapper_news_right,
	#news section.sector_1 .wrapper_news_left { margin-left: 5px; }
	#news_all section.sector_1 .wrapper_news_left .news_body { background: #F2F2F2; padding: 15px; margin-bottom: 20px; }
	#news_all section.sector_1 .wrapper_news_left .news_body img.news { margin-bottom: 20px; }
	#news section.sector_1 .news_body { padding: 15px; background: #F2F2F2; }
}
@media (min-width: 520px) {
	#news_all section.sector_1 .wrapper_news_right,
	#news_all section.sector_1 .wrapper_news_left,
	#news section.sector_1 .wrapper_news_right,
	#news section.sector_1 .wrapper_news_left { margin-left: 3%; }
	#news_all section.sector_1 .wrapper_news_left .news_body { background: #F2F2F2; padding: 55px 60px; margin-bottom: 40px; }
	#news section.sector_1 .news_body { padding: 35px; background: #F2F2F2; }
}
#news section > .row { max-width: 100% !important; }
#news_all section > .row { max-width: 100% !important; }
#news_all section.sector_1,
#news section.sector_1 { padding: 50px 0; }

#news_all section.sector_1 .wrapper_news_right h3,
#news section.sector_1 .wrapper_news_right h3 {  font-style: normal; font-weight: bold; font-size: 21px; line-height: 37px; color: #2F2F2F; padding: 30px 0; }
#news_all section.sector_1 .wrapper_news_right p,
#news section.sector_1 .wrapper_news_right p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; color: #2F2F2F; }
#news_all section.sector_1 .wrapper_news_right .form-control,
#news section.sector_1 .wrapper_news_right .form-control { border: none; border-radius: inherit; background: #F2F2F2; padding: 0.90rem .75rem; font-size: 14px; text-indent: 10px; border-bottom-left-radius: 1.5rem; border-top-left-radius: 1.5rem; }
#news_all section.sector_1 .wrapper_news_right .btn,
#news section.sector_1 .wrapper_news_right .btn { border-bottom-right-radius: 1.5rem; border-top-right-radius: 1.5rem; border: none; color: #fff; background: #1285CB; padding: .375rem 1.75rem; }

#news_all section.sector_1 .wrapper_news_left .news_body img { max-width: 100%; float: left; }
#news_all section.sector_1 .wrapper_news_left .news_body img.news { width: 100%; float: left; object-fit: cover; }
#news_all section.sector_1 .wrapper_news_left .news_body .no-thumbnail { width: 100%; text-align: center; font-weight: bold; font-size: 30px; line-height: 200px; border: dashed 4px #AAA; color: #AAA;	 }
#news_all section.sector_1 .wrapper_news_left .news_body h2 {  font-style: normal; font-weight: bold; font-size: 30px; line-height: 38px; color: #2F2F2F; margin-bottom: 0; }
#news_all section.sector_1 .wrapper_news_left .news_body p {  font-style: normal; font-weight: normal; font-size: 16px; line-height: 28px; padding: 30px 0; color: #2F2F2F; }
#news_all section.sector_1 .wrapper_news_left .news_body .btn { background: #1285CB;  font-style: normal; font-size: 14px; line-height: 18px; padding: 15px 15%; color: #FFFFFF; margin-top: 10px; border-radius: 100px; }
#news_all section.sector_1 .wrapper_news_left .news_body .setting_wrap { display: inline-block;  font-style: normal; font-weight: normal; font-size: 12px; line-height: 21px; color: rgba(0, 0, 0, 0.5); padding-right: 20px; padding-top: 10px; }
#news_all section.sector_1 .wrapper_news_left .news_body .setting_wrap img { padding: 4px 10px 0 0; }


#news_all section p,
#news section p { padding: 0; }
#news section.sector_1 .wrapper_news { background: #F2F2F2; }
#news section.sector_1 .wrapper_news .news * { width: 100%; max-width: 100%; max-height: 28rem; object-fit: cover; object-position: center; }
#news section.sector_1 .wrapper_news .setting_wrap .setting { display: inline-block;  font-style: normal; font-weight: normal; font-size: 12px; line-height: 21px; color: rgba(0, 0, 0, 0.5); padding: 10px 10px 0; }
#news section.sector_1 .wrapper_news .setting_wrap { padding: 15px 25px; border-bottom: 1px solid #DEDEDE; }
#news section.sector_1 .wrapper_news .setting_wrap img { float: left; padding: 4px 10px 0 0; }
#news section.sector_1 .news_body h2 {  font-style: normal; font-weight: bold; font-size: 30px; line-height: 38px; padding-bottom: 30px; color: #2F2F2F; }
#news section.sector_1 .news_body p {  font-style: normal; font-size: 16px; line-height: 28px; color: #2F2F2F; }
#news section.sector_1 .navigation {  font-style: normal; font-weight: normal; font-size: 21px; line-height: 37px; color: rgba(47, 47, 47, 0.5); padding: 30px 35px 50px; border-top: 1px solid #DEDEDE; background: #F2F2F2; overflow: auto; }
#news section.sector_1 .navigation a { color: inherit; text-decoration: none; }
#news section.sector_1 .comments h2 {  font-style: normal; font-weight: bold; padding: 30px 0; color: #2F2F2F; }
#news section.sector_1 .comments .btn { background: #1285CB;  font-style: normal; font-size: 14px; line-height: 18px; padding: 15px 10%; color: #FFFFFF; margin-top: 30px; border-radius: 100px; border: 1px solid #1285CB; }
#news section.sector_1 .comments textarea { resize: none; width: 100%; padding: 20px; color: #2F2F2F; border: 1px solid #2F2F2F; box-sizing: border-box; }
#news section.sector_1 .comments .input-group-append, .input-group-prepend { display: block; }
#news section.sector_1 .comments input { padding: 10px; width: 100%; margin-bottom: 20px; border: none; border-bottom: 1px solid #2F2F2F; }

@media(max-width: 520px) {
	#skyscanner section.sector_1 { padding-top: 40px; }
	#skyscanner section.sector_2 { padding-top: 40px; }
	#skyscanner section.sector_3 { padding-bottom: 40px; }
    #skyscanner section.sector_3 .num_wrapper { padding: 40px 20px 0; }
	#skyscanner section.sector_3 .bg-pictures { display: none; }
	#skyscanner .widget { padding: 18px; }
}

@media(min-width: 520px) {
	#skyscanner section.sector_1 { padding-top: 90px; }
	#skyscanner section.sector_2 { padding-top: 90px; }
	#skyscanner section.sector_3 { padding-bottom: 90px; }
	#skyscanner section.sector_3 .num_wrapper { padding: 40px 30px 0; }
    #skyscanner section.sector_3 .num_wrapper { position: relative; z-index: 2; background: #FFFFFFA0; }
    #skyscanner section.sector_3 .bg-pictures { display: block; }
	#skyscanner .widget { padding: 30px; }
}

@media(min-width: 992px) {
	#skyscanner section.sector_1 { padding: 80px 80px 0; }
	#skyscanner section.sector_2 { padding: 80px 80px 0; }
	#skyscanner section.sector_3 { padding-bottom: 150px; }
    #skyscanner section.sector_3 .num_wrapper:nth-child(odd) { padding: 90px 80px 0 15px; }
    #skyscanner section.sector_3 .num_wrapper:nth-child(even) { padding: 90px 15px 0 80px; }
	#skyscanner .widget { padding: 40px; }
}


#skyscanner .widget { background-color: #F2F2F2; position: relative; }
#skyscanner .widget .loading { line-height: 200px; width: 100%; text-align: center; color: #BBB; font-size: 22px; font-weight: bold; }
#skyscanner .widget [data-element="referral-button"] { margin-left: 0 !important; text-align: left !important; }
#skyscanner .widget [data-element="referral-button"] > a { background: #1285CB !important; border-radius: 100px !important; padding: 10px 40px; white-space: nowrap; }
#skyscanner .widget input:not(.bpk-radio__input),
#skyscanner .widget select { padding: 14px !important; height: 50px !important; font-size: 16px !important; }
#skyscanner .widget [data-element] > span { font-size: 16px !important; line-height: 175.7% !important; font-weight: bold !important; }
#skyscanner .widget [data-element=tab-header][data-tab-name=cars] { display: none; position: absolute; width: 0.1px; height: 0.1px; }


#skyscanner section.sector_3 .num_wrapper .big_num { font-weight: bold; font-size: 60px; line-height: 75px; color: rgba(47, 47, 47, 0.1); }

#skyscanner section.sector_3 .bg-pictures .picture { position: absolute; z-index: -1; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(1) { top: 2015px; left: 0; width: 155px; height: 135px; background: #FFF -45px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(2) { top: 2497px; right: 0; width: 168px; height: 116px; background: #FFF 50px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(3) { top: 3881px; right: 0; width: 314px; height: 296px; background: #FFF 81px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(4) { top: 4967px; left: 0; width: 243px; height: 216px; background: #FFF -82px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(5) { top: 5509px; right: 0; width: 182px; height: 190px; background: #FFF 66px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(6) { top: 6935px; right: 0; width: 147px; height: 163px; background: #FFF 36px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(7) { top: 7215px; left: 0; width: 142px; height: 135px; background: #FFF -43px top/auto no-repeat; }
#skyscanner section.sector_3 .bg-pictures .picture:nth-child(8) { top: 8842px; right: 0; width: 236px; height: 265px; background: #FFF 15px top/auto no-repeat; }

#contact { padding: 60px 0; margin-bottom: 60px; }
#contact h2 {  font-style: normal; font-weight: bold; padding: 30px 0; color: #2F2F2F; }
#contact .btn { background: #1285CB;  font-style: normal; font-size: 14px; line-height: 18px; padding: 15px 10%; color: #FFFFFF; margin-top: 30px; border-radius: 100px; border: 1px solid #1285CB; }
#contact textarea { resize: none; width: 100%; padding: 20px; color: #2F2F2F; border: 1px solid #2F2F2F; box-sizing: border-box; }
#contact .input-group-append, .input-group-prepend { display: block; }
#contact input { padding: 10px; width: 100%; margin-bottom: 20px; border: none; border-bottom: 1px solid #2F2F2F; }
#contact .alert { border: solid 1px #009300; background: #00930020; font-weight: bolder; }
#contact .alert.error { border: solid 1px #FF0000; background: #FF000020; font-weight: bolder; }

article.rtl * { text-align: right; }
article.rtl .row { flex-direction: row-reverse; }
article { flex-direction: column !important; }

article#tracking.rtl .wrap_img { width: 100% !important; justify-content: flex-end !important; }
img.scrolldown { display: block; margin: 0 auto; }

.vertical-tabs-container { max-width: 280px !important; min-width: 280px !important; width: 280px !important; }

.video { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; background-color: #000000; }
.video__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video__media { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video__button { position: absolute; top: 50%; left: 50%; z-index: 1; display: none; padding: 0; width: 68px; height: 48px; border: none; background-color: transparent; transform: translate(-50%, -50%); cursor: pointer; }
.video__button-shape { fill: #212121; fill-opacity: 0.8; }
.video__button-icon { fill: #ffffff; }
.video__button:focus { outline: none; }
.video:hover .video__button-shape,
.video__button:focus .video__button-shape { fill: #ff0000; fill-opacity: 1; }
.video--enabled { cursor: pointer; }
.video--enabled .video__button { display: block; }

ul.flags { padding-left: 15px; }
ul.flags li { list-style: none; position: relative; margin-left: 45px; }
ul.flags li:before { content: ""; position: absolute; top: 25px; left: -50px; width: 50px; height: 50px; background: url(images/wind_sign.png) center/contain no-repeat; }

#page404 { margin: 150px 0 235px; }
#page404 h1 { font-weight: bold; font-size: 60px; line-height: 70px; }
#page404 h3.sign { font-weight: bold; font-size: 30px; line-height: 30px; padding-bottom: 20px; border-bottom: solid 2px rgba(45,45,45,0.3); }
#page404 h5.help { font-weight: 300; font-size: 20px; }