

/* Start:/local/templates/polarair/template_styles.css?178246956028226*/
.button.disabled {
	background: #ccc;
	box-shadow: 0 5px 20px rgba(146, 146, 146, 0.3);
}
.button.disabled:hover {
	color: #fff;
	background: #ccc;
	box-shadow: 0 5px 20px rgba(146, 146, 146, 0.3);
	border-color: transparent;
	cursor: not-allowed;
}
.content-section {
	margin: 4rem 0;
}
.table-bg-red {
	background: #ff000026;
}
.content-seo * {
	font-size: 12px !important;
	line-height: 12px !important;
}
blockquote {
	border: 1px solid #304196;
	margin: 1rem 0;
	padding: 0.5rem 1rem;
	color: #3b3e4f;
	font-size: 16px;
	line-height: 1.5rem;
}
.unknown h1 {
	font-size: 140px;
	margin-bottom: 0;
	margin-top: 0;
	color: #304196;
	line-height: 1;
}
html body a {
	transition: color 0.2s ease-out;
}
html body ul li::before {
	display: none;
}
.unknown {
	display: flex;
	flex-direction: row;
	min-height: 450px;
}
#horizontal-multilevel-menu .dropcontent .cstm-button {
	position: relative;
	padding-right: 17px;
}
#horizontal-multilevel-menu .dropcontent:first-child .cstm-button::after {
	display: none;
}
.header__menu > ul > li {
	padding: 0 14px !important;
}
/* #horizontal-multilevel-menu .dropcontent .cstm-button::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 46px;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #304196;
} */
/* #horizontal-multilevel-menu .dropcontent.is-active .cstm-button::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 0;
	border-bottom: 6px solid #304196;
} */
#horizontal-multilevel-menu .dropcontent .cstm-button::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	content: '';
	background: url(/local/templates/polarair/images/icons/arrow-gray.svg);
	width: 13px;
	height: 8px;
	transition: 0.15s;
}
#horizontal-multilevel-menu .dropcontent.is-active .cstm-button::after {
	transform: rotate(180deg);
}
.header__menu > div > ul#horizontal-multilevel-menu > li {
	padding: 0 16px !important;
}
.header__menu > ul > li:last-child,
.header__menu > ul > li > ul > li:last-child {
	padding-right: 0 !important;
}
.unknown_desc {
	display: flex;
	flex-direction: column;
	padding-left: 32px;
}
h1.page__title {
	margin-top: 0;
}
.app__buttons {
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}

.button {
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.buttons {
	width: 1120px;
	flex-direction: column;
}
.buttons__wrapper {
	/* width: 1120px;
  color: #9599ad;
  font-size: 16px; */
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.buttons__wrapper a.button {
	border: 2px solid #304196;
	background: 0 0;
	color: #304196;
	box-shadow: none;
	margin-right: 1rem;
	height: 50px;
	padding: 0 1rem;
}
.buttons__wrapper a.button-green {
	border-color: #24cc63;
	color: #fff;
	background: #24cc63;
}
.buttons__wrapper a.button:hover {
	border: 2px solid transparent;
	background: #304196;
	color: #fff;
}
.buttons__wrapper a.button-green:hover {
	background: transparent;
	border-color: #24cc63;
	color: #24cc63;
}
.buttons__wrapper a.button:last-child {
	margin-right: 0;
}

.app__buttons_searchtickets {
	display: flex;
	justify-content: center;
	padding-top: 5rem;
        text-align: center;
}
.button_searchtickets {
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.buttons_searchtickets {
	width: 1120px;
	flex-direction: column;
}
.buttons__wrapper_searchtickets {
	       display: flex;
    line-height: 52px;
    color: #304196;
    font-weight: 600;
    font-size: 24.4px;
    padding-right: 12px;
  
}
.buttons__wrapper_searchtickets a.button {
	font-weight: 600;
 font-size: 25px;
 
 color: #304196;
 margin-right:=auto;
 padding-right: 12px;
}
.buttons__wrapper_searchtickets a.button-green {
	border-color: #24cc63;
    background: #24cc63;
    border: 2px solid #24cc63;
    color: #ffffff;
    height: 42px;
    width: 150px;
    padding: 0 1rem;
    border-radius: 0.3rem;
    font-size: 14px;
    font-weight: 100;
    vertical-align: 2px;
}
.buttons__wrapper_searchtickets a.button:hover {
	border: 2px solid transparent;
	background: #304196;
	color: #fff;
}
.buttons__wrapper_searchtickets a.button-green:hover {
	background: transparent;
	border-color: #24cc63;
	color: #24cc63;
}
.buttons__wrapper_searchtickets a.button:last-child {
	margin-right: 0;
}

.app__special {
	padding: 3rem 0 40px;
}
.afbf_item_pole {
	margin: 30px 0px 30px !important;
}
.new_form {
	width: 560px !important;
	padding: 16px;
	box-shadow: 0 10px 20px rgba(48, 65, 150, 0.1);
	border: 2px solid #304196;
	border-radius: 5px;
	color: #304196;
}
.new_form .afbf_item_pole .afbf_select,
.new_form .afbf_item_pole .afbf_textarea,
.new_form .afbf_item_pole .afbf_inputtext {
	border: 1px solid #eff1f8;
	border-radius: 5px;
}
.new_form .afbf_item_pole .afbf_name {
	width: 40%;
}
.new_form .afbf_inputtext_bg {
	width: 60%;
}
.new_form .afbf_inputtext_bg input,
.new_form .afbf_inputtext_bg select,
.new_form .afbf_inputtext_bg textarea {
	background-color: #f9f9f9;
}

.new_form .afbf_item_pole {
	display: flex;
	flex-direction: row;
}

.content__table {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.content__row {
	display: flex;
	flex-direction: row;
	height: 100%;
}
.content__row_middle {
	align-items: center;
}
.content__col {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	height: 100%;
}
.content__col_center {
	justify-content: center;
	text-align: center;
}
.content__p {
	margin: 1rem 0;
	line-height: 1.25rem;
}
.content__p_mt_0 {
	margin-top: 0;
}
.content__row_primary {
	color: #304196;
}
.content__row_middle {
	align-items: center;
}
.content__row_center {
	justify-content: center;
}
.content__row {
	display: flex;
	flex-direction: row;
	height: 100%;
}
.content__col_text_right {
	text-align: right;
}
.content__h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2rem;
}
.content__col_text_left {
	text-align: left;
}
.content__col_separator {
	flex-shrink: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	width: 1px;
	height: 100px;
	background: #eee;
}
.app__header {
	position: relative;
	z-index: 300;
}

.header__menu > div > ul#horizontal-multilevel-menu > li {
	padding: 0 10px;
	line-height: 95px;
	list-style: none;
	position: static;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.header__menu > div > ul#horizontal-multilevel-menu {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: row nowrap;
}
.header__menu > div > ul#horizontal-multilevel-menu > li > a {
	color: #304196;
	text-decoration: none;
	line-height: 32px;
}
.header__menu > div > ul#horizontal-multilevel-menu > li > ul {
	pointer-events: auto;
	position: absolute;
	z-index: 300;
	background: #fff;
	padding: 32px;
	right: 0;
	top: 95px;
	box-shadow: 0 10px 30px rgba(48, 65, 150, 0.1);
	opacity: 1;
	visibility: visible;
	line-height: 24px;
	display: none;
	max-width: 1120px;
	transition-delay: 0.3s;
	transition-duration: 0.2s;
}
h3.page__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 42px;
	color: #304196;
	margin-bottom: 26px;
}
.truncate {
	width: calc(100% - 38px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.feedback .select__input .sort_title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 12px;
}

/* Грузовые агенты */
.app-agents {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.app-agents__item {
	border: 1px solid #eff1f8;
	border-radius: 5px;
	margin: 0 8px 16px;
	width: calc(33.333% - 16px);
}
.app-agent {
	display: flex;
	flex-direction: column;
	margin: 16px;
	height: calc(100% - 32px);
}
.app-agent__image {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	margin-bottom: 16px;
}
.app-agent__image-img {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	max-width: 100%;
}
.app-agent__type {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	color: #b7bfc7;
}
.app-agent__title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	color: #304196;
	font-weight: 600;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
}
.app-agent__tariff {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 16px;
	margin-top: auto;
}
.app-agent__tariff-link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #304196;
	color: #fff;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	border: 2px solid transparent;
	box-shadow: 0 2px 10px rgb(48 65 150 / 30%);
	font-weight: 500;
	transition: 0.2s;
}
.app-agent__tariff-link:hover {
	background: #fff;
	border-color: #304196;
	color: #304196;
}
.app-agent__info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
}
.app-agent__info-link {
	color: #304196;
}
.app-agent__info-link:hover {
	text-decoration: underline;
}
.app-agent__table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin-top: 16px;
}
.tariff__table td {
	padding: 16px;
}
.gallery_news .gallery__wrapper {
	object-fit: contain;
}
.gallery_news .gallery__thumbnail {
	object-fit: cover;
}

/* fix main slider BY: mich */
.app__slider .tns-outer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}
.app__slider .tns-outer .tns-nav {
	width: auto;
}

.card__button-link {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #304196;
	height: 0;
	transition: 0.2s;
	line-height: 48px;
	padding: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
	outline: none;
}
.card__button-span {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #9599ad;
	height: 0;
	transition: 0.2s;
	line-height: 48px;
	padding: 0;
	border: 0;
	width: 100%;
}
.card_hovered:hover .card__button-link,
.card_hovered:hover .card__button-span,
.search .search__submit button {
	height: 48px;
}

/* fixed social buttons */
.l-socials {
	position: fixed;
	right: 0;
	top: calc(50% - 160px);
	background: #fff;
	border-radius: 10px 0 0 10px;
	box-shadow: 0px 0px 6px 2px #eff1f8;
	z-index: 1000;
}
.l-social__list {
	list-style: none;
	margin: 0;
	padding: 16px;
	display: flex;
	flex-direction: column;
}
.l-social__list li {
	margin-bottom: 12px;
}
.l-social__list li:last-child {
	margin-bottom: 0;
}
.l-social {
	background-color: #f4f5fa;
	border-radius: 8px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	transition: background-color 0.2s ease-out, background-image 0.2s ease-out;
}

.l-social__max {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 720 720'%3E%3Cpath fill='%23304196' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E");
}
.l-social__tg {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.06276 11.3857L6.76501 15.5738C7.19101 15.5738 7.37551 15.3908 7.59676 15.171L9.594 13.2623L13.7325 16.293C14.4915 16.716 15.0262 16.4933 15.231 15.5948L17.9475 2.86575L17.9482 2.865C18.189 1.743 17.5425 1.30425 16.803 1.5795L0.835511 7.69275C-0.254238 8.11575 -0.237739 8.72325 0.650261 8.9985L4.73251 10.2683L14.2147 4.335C14.661 4.0395 15.0667 4.203 14.733 4.4985L7.06276 11.3857Z' fill='%23304196'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__vk {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.9363 9.77094C14.6453 9.40344 14.7285 9.23994 14.9363 8.91144C14.94 8.90769 17.3422 5.58819 17.5897 4.46244L17.5912 4.46169C17.7143 4.05144 17.5913 3.74994 16.9965 3.74994H15.0285C14.5275 3.74994 14.2965 4.00869 14.1727 4.29819C14.1727 4.29819 13.1707 6.69669 11.7533 8.25144C11.2957 8.70069 11.0843 8.84469 10.8345 8.84469C10.7115 8.84469 10.5203 8.70069 10.5203 8.29044V4.46169C10.5203 3.96969 10.38 3.74994 9.96525 3.74994H6.87075C6.5565 3.74994 6.36975 3.97944 6.36975 4.19319C6.36975 4.65969 7.0785 4.76694 7.152 6.07944V8.92719C7.152 9.55119 7.03875 9.66594 6.7875 9.66594C6.1185 9.66594 4.49475 7.25769 3.5325 4.50144C3.33825 3.96669 3.1485 3.75069 2.64375 3.75069H0.675C0.11325 3.75069 0 4.00944 0 4.29894C0 4.81044 0.669 7.35369 3.111 10.7137C4.7385 13.0072 7.0305 14.2499 9.1155 14.2499C10.3688 14.2499 10.5218 13.9739 10.5218 13.4992C10.5218 11.3077 10.4085 11.1007 11.0363 11.1007C11.3273 11.1007 11.8282 11.2447 12.9982 12.3509C14.3355 13.6627 14.5553 14.2499 15.3038 14.2499H17.2717C17.8328 14.2499 18.117 13.9739 17.9535 13.4294C17.5793 12.2842 15.0503 9.92844 14.9363 9.77094Z' fill='%23304196'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__2gis {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.517 1.90103C12.9882 0.717873 11.0739 0 9 0C4.02806 0 0 4.02806 0 9C0 13.9719 4.02806 18 9 18C11.2733 18 13.3471 17.1492 14.9291 15.7533H8.41507L8.40177 13.839C12.3235 10.4225 14.7297 8.1226 14.7297 5.88922C14.7297 5.06499 14.4106 4.01477 12.9882 4.01477C11.8582 4.01477 10.7814 4.66617 10.9808 7.39143H8.69424C8.1226 4.22747 9.83752 1.72821 13.1078 1.72821C13.613 1.72821 14.0916 1.78139 14.517 1.90103ZM18 9C18 7.8966 17.7873 6.83309 17.4284 5.86263C17.3353 9.07976 14.0517 11.579 12.1374 13.2275H16.9498C17.6145 11.9646 18 10.5288 18 9Z' fill='%23304196'/%3E%3C/svg%3E%0A");
}
.l-social__ig {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0325 0H4.96724C2.22831 0 0 2.22841 0 4.96735V13.0327C0 15.7717 2.22831 18 4.96724 18H13.0325C15.7717 18 18 15.7716 18 13.0327V4.96735C18.0001 2.22841 15.7717 0 13.0325 0ZM16.4031 13.0327C16.4031 14.8911 14.8911 16.403 13.0327 16.403H4.96724C3.10892 16.4031 1.59705 14.8911 1.59705 13.0327V4.96735C1.59705 3.10903 3.10892 1.59705 4.96724 1.59705H13.0325C14.891 1.59705 16.403 3.10903 16.403 4.96735L16.4031 13.0327Z' fill='%23304196'/%3E%3Cpath d='M8.99996 4.36206C6.44245 4.36206 4.36182 6.44269 4.36182 9.00021C4.36182 11.5576 6.44245 13.6381 8.99996 13.6381C11.5575 13.6381 13.6381 11.5576 13.6381 9.00021C13.6381 6.44269 11.5575 4.36206 8.99996 4.36206ZM8.99996 12.041C7.32317 12.041 5.95886 10.6769 5.95886 9.0001C5.95886 7.3232 7.32306 5.959 8.99996 5.959C10.6769 5.959 12.0411 7.3232 12.0411 9.0001C12.0411 10.6769 10.6768 12.041 8.99996 12.041Z' fill='%23304196'/%3E%3Cpath d='M13.8327 3.00781C13.525 3.00781 13.2227 3.13238 13.0054 3.35065C12.787 3.56784 12.6615 3.87022 12.6615 4.17898C12.6615 4.48678 12.7871 4.78905 13.0054 5.00732C13.2226 5.22451 13.525 5.35015 13.8327 5.35015C14.1414 5.35015 14.4427 5.22451 14.661 5.00732C14.8793 4.78905 15.0038 4.48668 15.0038 4.17898C15.0038 3.87022 14.8793 3.56784 14.661 3.35065C14.4438 3.13238 14.1414 3.00781 13.8327 3.00781Z' fill='%23304196'/%3E%3C/svg%3E%0A");
}
.l-social__wa {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.1302 10.7303L13.1235 10.7865C11.4742 9.96451 11.3017 9.85501 11.0887 10.1745C10.941 10.3958 10.5105 10.8975 10.3807 11.046C10.2495 11.1923 10.119 11.2035 9.89623 11.1023C9.67123 10.9898 8.94898 10.7535 8.09398 9.98851C7.42798 9.39226 6.98098 8.66101 6.84898 8.43601C6.62923 8.05651 7.08898 8.00251 7.50748 7.21051C7.58248 7.05301 7.54423 6.92926 7.48873 6.81751C7.43248 6.70501 6.98473 5.6025 6.79723 5.163C6.61723 4.725 6.43198 4.78051 6.29323 4.78051C5.86123 4.74301 5.54548 4.749 5.26723 5.0385C4.05673 6.36901 4.36198 7.7415 5.39773 9.201C7.43323 11.865 8.51773 12.3555 10.5007 13.0365C11.0362 13.2068 11.5245 13.1828 11.9107 13.1273C12.3412 13.059 13.236 12.5865 13.4227 12.0578C13.614 11.529 13.614 11.0903 13.5577 10.989C13.5022 10.8878 13.3552 10.8315 13.1302 10.7303Z' fill='%23304196'/%3E%3Cpath d='M15.39 2.58671C9.62325 -2.98804 0.0795 1.05521 0.07575 8.91971C0.07575 10.4917 0.4875 12.0247 1.272 13.3785L0 18L4.75125 16.761C10.68 19.9635 17.997 15.711 18 8.92421C18 6.54221 17.07 4.30046 15.3787 2.61596L15.39 2.58671ZM16.5015 8.89946C16.497 14.6242 10.2127 18.1995 5.2425 15.2775L4.9725 15.117L2.16 15.8482L2.91375 13.1145L2.7345 12.8332C-0.3585 7.90946 3.195 1.47446 9.054 1.47446C11.0445 1.47446 12.9128 2.25071 14.3197 3.65696C15.726 5.05121 16.5015 6.91946 16.5015 8.89946Z' fill='%23304196'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__tw {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.76471C17.3375 4.07353 16.6233 4.27647 15.8834 4.37353C16.6405 3.90588 17.2256 3.16471 17.501 2.27353C16.7868 2.71471 15.9952 3.02353 15.1606 3.2C14.4809 2.44118 13.5258 2 12.4417 2C10.4197 2 8.76769 3.69412 8.76769 5.78529C8.76769 6.08529 8.8021 6.37647 8.86233 6.65C5.79924 6.49118 3.0717 4.98235 1.25621 2.69706C0.937859 3.25294 0.75717 3.90588 0.75717 4.59412C0.75717 5.90882 1.40249 7.07353 2.40057 7.73529C1.78967 7.73529 1.2218 7.55882 0.722754 7.29412C0.722754 7.29412 0.722754 7.29412 0.722754 7.32059C0.722754 9.15588 1.99618 10.6912 3.6826 11.0353C3.37285 11.1235 3.04589 11.1676 2.71033 11.1676C2.47801 11.1676 2.2457 11.1412 2.02199 11.0971C2.48662 12.5882 3.83748 13.7 5.46367 13.7265C4.20746 14.75 2.61568 15.35 0.877629 15.35C0.585086 15.35 0.292543 15.3324 0 15.2971C1.6348 16.3735 3.57935 17 5.66157 17C12.4417 17 16.1673 11.2294 16.1673 6.22647C16.1673 6.05882 16.1673 5.9 16.1587 5.73235C16.8815 5.20294 17.501 4.53235 18 3.76471Z' fill='%23304196'/%3E%3C/svg%3E%0A");
}
/* hovers */
.l-social:hover {
	background-color: #304196;
}
.l-social__max:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 720 720'%3E%3Cpath fill='white' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E");
}
.l-social__tg:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.06276 11.3857L6.76501 15.5738C7.19101 15.5738 7.37551 15.3908 7.59676 15.171L9.594 13.2623L13.7325 16.293C14.4915 16.716 15.0262 16.4933 15.231 15.5948L17.9475 2.86575L17.9482 2.865C18.189 1.743 17.5425 1.30425 16.803 1.5795L0.835511 7.69275C-0.254238 8.11575 -0.237739 8.72325 0.650261 8.9985L4.73251 10.2683L14.2147 4.335C14.661 4.0395 15.0667 4.203 14.733 4.4985L7.06276 11.3857Z' fill='%23f4f5fa'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__vk:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.9363 9.77094C14.6453 9.40344 14.7285 9.23994 14.9363 8.91144C14.94 8.90769 17.3422 5.58819 17.5897 4.46244L17.5912 4.46169C17.7143 4.05144 17.5913 3.74994 16.9965 3.74994H15.0285C14.5275 3.74994 14.2965 4.00869 14.1727 4.29819C14.1727 4.29819 13.1707 6.69669 11.7533 8.25144C11.2957 8.70069 11.0843 8.84469 10.8345 8.84469C10.7115 8.84469 10.5203 8.70069 10.5203 8.29044V4.46169C10.5203 3.96969 10.38 3.74994 9.96525 3.74994H6.87075C6.5565 3.74994 6.36975 3.97944 6.36975 4.19319C6.36975 4.65969 7.0785 4.76694 7.152 6.07944V8.92719C7.152 9.55119 7.03875 9.66594 6.7875 9.66594C6.1185 9.66594 4.49475 7.25769 3.5325 4.50144C3.33825 3.96669 3.1485 3.75069 2.64375 3.75069H0.675C0.11325 3.75069 0 4.00944 0 4.29894C0 4.81044 0.669 7.35369 3.111 10.7137C4.7385 13.0072 7.0305 14.2499 9.1155 14.2499C10.3688 14.2499 10.5218 13.9739 10.5218 13.4992C10.5218 11.3077 10.4085 11.1007 11.0363 11.1007C11.3273 11.1007 11.8282 11.2447 12.9982 12.3509C14.3355 13.6627 14.5553 14.2499 15.3038 14.2499H17.2717C17.8328 14.2499 18.117 13.9739 17.9535 13.4294C17.5793 12.2842 15.0503 9.92844 14.9363 9.77094Z' fill='%23f4f5fa'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__2gis:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.517 1.90103C12.9882 0.717873 11.0739 0 9 0C4.02806 0 0 4.02806 0 9C0 13.9719 4.02806 18 9 18C11.2733 18 13.3471 17.1492 14.9291 15.7533H8.41507L8.40177 13.839C12.3235 10.4225 14.7297 8.1226 14.7297 5.88922C14.7297 5.06499 14.4106 4.01477 12.9882 4.01477C11.8582 4.01477 10.7814 4.66617 10.9808 7.39143H8.69424C8.1226 4.22747 9.83752 1.72821 13.1078 1.72821C13.613 1.72821 14.0916 1.78139 14.517 1.90103ZM18 9C18 7.8966 17.7873 6.83309 17.4284 5.86263C17.3353 9.07976 14.0517 11.579 12.1374 13.2275H16.9498C17.6145 11.9646 18 10.5288 18 9Z' fill='%23f4f5fa'/%3E%3C/svg%3E%0A");
}
.l-social__ig:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0325 0H4.96724C2.22831 0 0 2.22841 0 4.96735V13.0327C0 15.7717 2.22831 18 4.96724 18H13.0325C15.7717 18 18 15.7716 18 13.0327V4.96735C18.0001 2.22841 15.7717 0 13.0325 0ZM16.4031 13.0327C16.4031 14.8911 14.8911 16.403 13.0327 16.403H4.96724C3.10892 16.4031 1.59705 14.8911 1.59705 13.0327V4.96735C1.59705 3.10903 3.10892 1.59705 4.96724 1.59705H13.0325C14.891 1.59705 16.403 3.10903 16.403 4.96735L16.4031 13.0327Z' fill='%23f4f5fa'/%3E%3Cpath d='M8.99996 4.36206C6.44245 4.36206 4.36182 6.44269 4.36182 9.00021C4.36182 11.5576 6.44245 13.6381 8.99996 13.6381C11.5575 13.6381 13.6381 11.5576 13.6381 9.00021C13.6381 6.44269 11.5575 4.36206 8.99996 4.36206ZM8.99996 12.041C7.32317 12.041 5.95886 10.6769 5.95886 9.0001C5.95886 7.3232 7.32306 5.959 8.99996 5.959C10.6769 5.959 12.0411 7.3232 12.0411 9.0001C12.0411 10.6769 10.6768 12.041 8.99996 12.041Z' fill='%23f4f5fa'/%3E%3Cpath d='M13.8327 3.00781C13.525 3.00781 13.2227 3.13238 13.0054 3.35065C12.787 3.56784 12.6615 3.87022 12.6615 4.17898C12.6615 4.48678 12.7871 4.78905 13.0054 5.00732C13.2226 5.22451 13.525 5.35015 13.8327 5.35015C14.1414 5.35015 14.4427 5.22451 14.661 5.00732C14.8793 4.78905 15.0038 4.48668 15.0038 4.17898C15.0038 3.87022 14.8793 3.56784 14.661 3.35065C14.4438 3.13238 14.1414 3.00781 13.8327 3.00781Z' fill='%23f4f5fa'/%3E%3C/svg%3E%0A");
}
.l-social__wa:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.1302 10.7303L13.1235 10.7865C11.4742 9.96451 11.3017 9.85501 11.0887 10.1745C10.941 10.3958 10.5105 10.8975 10.3807 11.046C10.2495 11.1923 10.119 11.2035 9.89623 11.1023C9.67123 10.9898 8.94898 10.7535 8.09398 9.98851C7.42798 9.39226 6.98098 8.66101 6.84898 8.43601C6.62923 8.05651 7.08898 8.00251 7.50748 7.21051C7.58248 7.05301 7.54423 6.92926 7.48873 6.81751C7.43248 6.70501 6.98473 5.6025 6.79723 5.163C6.61723 4.725 6.43198 4.78051 6.29323 4.78051C5.86123 4.74301 5.54548 4.749 5.26723 5.0385C4.05673 6.36901 4.36198 7.7415 5.39773 9.201C7.43323 11.865 8.51773 12.3555 10.5007 13.0365C11.0362 13.2068 11.5245 13.1828 11.9107 13.1273C12.3412 13.059 13.236 12.5865 13.4227 12.0578C13.614 11.529 13.614 11.0903 13.5577 10.989C13.5022 10.8878 13.3552 10.8315 13.1302 10.7303Z' fill='%23f4f5fa'/%3E%3Cpath d='M15.39 2.58671C9.62325 -2.98804 0.0795 1.05521 0.07575 8.91971C0.07575 10.4917 0.4875 12.0247 1.272 13.3785L0 18L4.75125 16.761C10.68 19.9635 17.997 15.711 18 8.92421C18 6.54221 17.07 4.30046 15.3787 2.61596L15.39 2.58671ZM16.5015 8.89946C16.497 14.6242 10.2127 18.1995 5.2425 15.2775L4.9725 15.117L2.16 15.8482L2.91375 13.1145L2.7345 12.8332C-0.3585 7.90946 3.195 1.47446 9.054 1.47446C11.0445 1.47446 12.9128 2.25071 14.3197 3.65696C15.726 5.05121 16.5015 6.91946 16.5015 8.89946Z' fill='%23f4f5fa'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.l-social__tw:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.76471C17.3375 4.07353 16.6233 4.27647 15.8834 4.37353C16.6405 3.90588 17.2256 3.16471 17.501 2.27353C16.7868 2.71471 15.9952 3.02353 15.1606 3.2C14.4809 2.44118 13.5258 2 12.4417 2C10.4197 2 8.76769 3.69412 8.76769 5.78529C8.76769 6.08529 8.8021 6.37647 8.86233 6.65C5.79924 6.49118 3.0717 4.98235 1.25621 2.69706C0.937859 3.25294 0.75717 3.90588 0.75717 4.59412C0.75717 5.90882 1.40249 7.07353 2.40057 7.73529C1.78967 7.73529 1.2218 7.55882 0.722754 7.29412C0.722754 7.29412 0.722754 7.29412 0.722754 7.32059C0.722754 9.15588 1.99618 10.6912 3.6826 11.0353C3.37285 11.1235 3.04589 11.1676 2.71033 11.1676C2.47801 11.1676 2.2457 11.1412 2.02199 11.0971C2.48662 12.5882 3.83748 13.7 5.46367 13.7265C4.20746 14.75 2.61568 15.35 0.877629 15.35C0.585086 15.35 0.292543 15.3324 0 15.2971C1.6348 16.3735 3.57935 17 5.66157 17C12.4417 17 16.1673 11.2294 16.1673 6.22647C16.1673 6.05882 16.1673 5.9 16.1587 5.73235C16.8815 5.20294 17.501 4.53235 18 3.76471Z' fill='%23f4f5fa'/%3E%3C/svg%3E%0A");
}

.show-list-disc {
	font-size: 16px;
	color: #3b3e4f;
}

.page__content img {
	max-width: 100%;
}

.page__content a:hover {
	color: #5975ff;
	text-decoration: underline;
}
a.news-item:hover {
	color: inherit;
	text-decoration: none;
}
.afbf_inputtext_bg textarea {
	font-family: 'IBMPlexSans';
}
.app__banner {
	padding-top: 3rem;
	display: flex;
	justify-content: center;
}
.app__banner-link {
	display: flex;
}
.app__banner-img {
	max-width: 1120px;
	width: 100%;
}
.widget-airports__select .Select-placeholder{
	padding-right: 2.4rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	text-transform: lowercase;
	display: inline-block;
}
.select2-results__option--selectable {
	text-transform: lowercase;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display:first-letter,
.select2-results__option--selectable:first-letter {
	text-transform: uppercase;
}

.select2-results__option--selectable {
	color: #9599ad;
border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #304196 !important;
border-radius: 3px;
}
/* End */
/* /local/templates/polarair/template_styles.css?178246956028226 */
