.tfl__link-container:hover,
.tfl__link-container{
    text-decoration:none;
    display: flex;
}

.tfl__link:hover,
.tfl__link {
    border-bottom:1px dashed;
    cursor: pointer;
}

.tfl__link-label{
    margin-right: 5px;
}

.tfl__link.tfl__link_order {
    font-weight: bold;
    line-height: 2;
}

.tfl-define-popup{
    /*background-color: #fff;
    text-align: center;*/
}

.tfl-define-popup__desktop{
    border-radius: 0.3em;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    z-index: 1001;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
}

.tfl-define-popup__text{
    padding-left: 20px;
    padding-right: 20px;
}

.tfl-define-popup__mobile{
    width: 100%;
    position: relative;
    z-index: 9999999;
    border-radius: 0!important;
}

.tfl-define-popup__mobile .tfl-define-popup__buttons{
    border-radius: 0!important;
}

.tfl-define-popup__desktop:before{
    position: absolute;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    content: '';
    background-color: #fff;
    left: calc(50% - 5px);
    top: -5px;
}

.tfl-define-popup__buttons{
    text-align: center;
    overflow: hidden;
    display: grid;

}
.tfl-define-popup__button{
    /*width: 50%;*/
    display: block;
    padding: 10px 20px;
   /* float: left;*/
    box-sizing: border-box;
}

.tfl-define-popup__main{
    font-weight: bold;
}

.tfl-define-popup__second{
    background-color: #f5f5f5;
}

.tfl-popup{
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2001;
    max-width: 100%;
    overflow: hidden;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .2s ease-in, top .2s ease-out;
}

.tfl-popup.tfl-popup_loaded{
    opacity: 1;
    top: 45%;
}

.tfl-popup.tfl-popup_loading {
    background:url(img/preloader.svg) center center no-repeat #ffffff;
}

.tfl-popup__title-container{
    position: relative;
    width: 100%;
}

.tfl-popup__search-wrapper{
    margin-bottom: 20px;
}

.tfl-popup__title{
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: calc(100% - 40px);
}

.tfl-popup__search{
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 26px;
}

.tfl-popup .tfl-popup__search-input {
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px 5px 12px;
    width: 100%;
    position: relative;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
   /* background-position-x: center 50%;
    background-position-y: bottom calc(100% - 1px);*/
    background: bottom no-repeat,50% 100%/*calc(100% - 1px)*/;
    transition: background ease-out;
    background-size: 0 100%,100% 100%;
    background-image:
        linear-gradient(to top, #1f2949 2px, rgba(255, 86, 5, 0) 2px),
        linear-gradient(to top, rgb(189, 189, 189) 1px, rgba(189, 189, 189, 0) 1px);
}

.tfl-popup .tfl-popup__search-input:focus{
    background-size: 100% 100%, 100% 100%;
    transition: .3s;
    outline: none;
}

.tfl-popup__search-input::-webkit-input-placeholder {color: #bbb;}
.tfl-popup__search-input::-moz-placeholder {color: #bbb;}
.tfl-popup__search-input:-ms-input-placeholder {color: #bbb;}
.tfl-popup__search-input:-moz-placeholder {color: #bbb;}

.tfl-popup__search-input:focus::-webkit-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus::-moz-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-ms-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-moz-placeholder {color: #d5d5d5;}

.tfl-popup__clear-field {
    /*background: url("img/clear_field.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 14px;
    position: absolute;
    right: 35px;
    top: calc(50%);
    transform: translateY(-50%);
    width: 14px;
    display:none;
}

.tfl-popup__search-icon{
    height: 40%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    text-align: right;
}

.tfl-popup__search-icon svg{
    fill: #d5d5d5;
    background-color: transparent;
    width: auto;
    height: 100%;
}

.tfl-popup__search-icon svg path{
    fill: #d5d5d5;
}

.tfl-popup__container{
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.tfl-popup__container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 18px;
    bottom: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
}

.tfl-popup__container.tfl-popup__container_no-found:before{
    content: none;
}

.favorites-right-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 2fr 1fr;
}

.favorites-left-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 1fr 2fr;
}

.tfl-popup__scroll-container{
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: none;
}

.tfl-popup__scroll-container + .tfl-popup__scroll-container{
    padding-left: 10px;
}

.tfl-popup__with-locations .tfl-popup__scroll-container.tfl-popup__locations,
.tfl-popup__with-defaults .tfl-popup__scroll-container.tfl-popup__defaults{
    display: block;
}

.tfl-popup__list {
    list-style: none outside none;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 15px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0 solid #ccc;
    column-rule: 0px solid #ccc;
    display: block;
}

.favorites-under-search .tfl-popup__defaults .tfl-popup__list{
    margin-top: 15px;
    margin-bottom: 0;
}

.tfl-popup__search-wrapper .tfl-popup__defaults .tfl-popup__list{
    margin-top: 30px;
    margin-bottom: 0;
}

.tfl-popup__list li {
    padding-bottom: 7.5px;
    overflow: hidden;
    list-style: none;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 0;
}

.tfl-popup__list li:before,
.tfl-popup__list li:after {
    content: none;
}

.tfl-popup__location-link {
    color: #333;
	/*
    text-decoration: none;
    border-bottom: 1px dashed #777;*/
}

.tfl-popup__location-link:hover {
    color: #333;
   /* border-bottom: 1px dotted #333;*/
}

.tfl-popup__defaults .tfl-popup__location-link {
    font-weight: 700;
    border-bottom: 1px dotted #333;
}

.tf-location__region {
    display: block;
    font-size: 0.7em;
    color: #999;
    line-height: 1;
    margin-top: 0.3em;
}

.tfl-popup-overlay{
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('img/custom-popup-overlay.png') repeat;
    z-index: 10000;
}

@-webkit-keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.tfl-popup-overlay__loader {
    --size: 10rem;

    position: fixed;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    transform: translateX(-50%) translateY(-50%);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle {
    --duration: 2s;

    position: absolute;
    height: inherit;
    width: inherit;
    /*background: #FFA5AB;*/
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}

.tfl-popup__close{
    display: flex;
    position: absolute;
    cursor: pointer;
    opacity: 0.2;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
}



.tfl-define-popup .tfl-popup__close{
    top: 0;
    right: 0;
}

.tfl-popup__close:hover {
    opacity: 0.5;
}

.tfl-popup__close:before,
.tfl-popup__close:after {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #333;
    height: 20px;
}

.tfl-popup__close:before {
    transform: rotate(45deg);
}

.tfl-popup__close:after {
    transform: rotate(-45deg);
}
.tfl-popup__clear-field .tfl-popup__close{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.tfl-popup__clear-field .tfl-popup__close:before,
.tfl-popup__clear-field .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 0;
    left: 6px;
}

.tfl-define-popup .tfl-popup__close {
    width: 30px;
    height: 30px;

}

.tfl-define-popup .tfl-popup__close:before,
.tfl-define-popup .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 7px;
    left: 15px;
}

.tfl-body-freeze{
    overflow-y: hidden;
    margin-right: calc(-1 * (100vw - 100%));
    height: auto;
}

.tfl-body-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.tfl-popup__nofound-mess{
    display: none;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #d5d5d5;
    transform: translateY(-50%);
}

.tfl-popup__container_no-found .tfl-popup__nofound-mess{
    display: block;
}

.region_all{
    flex-direction: column;
    gap: 5px;
	display:none;
}
.region_all.active{
	display: flex;
}
.popup-location__selector-item-value.active{
	text-decoration:inderline;
	font-weight:bold;
}
.sity_all{
	flex-direction: column;
    gap: 5px;
	display:none;
}
.sity_all.active{
	display: flex;
}



.popup-location__found-elements-wrap {
	border-radius: 10px;
	padding: 10px 10px 10px 30px;
	box-shadow: 0px 5px 9.9px 2px rgba(0, 0, 0, 0.12);
	position: absolute;
	z-index: 115;
	width: 100%;
	top: calc(100% + 10px);
	/* height: 270px; */
	background: #fff;
	display: none;
}

.popup-location__found-elements-wrap.active {
	display: flex;
}
.popup-location__found-elements {
    padding-right: 12px;
    height: 100%;
    overflow: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 270px;
	z-index:77;
}
.popup-location__found-elements {
	scrollbar-width: thin;
	scrollbar-color: #D9D9D9 transparent;
}
.popup-location__found-elements::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}
.popup-location__found-elements::-webkit-scrollbar-track {
	background: transparent;
}

.popup-location__found-elements::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
	border-radius: 20px;
	border: 3px solid transparent;
}

.popup-location__found-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.popup-location__found-element-title {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 120%;
    max-width: 75%;
}
.tfl-popup-overlay .popup--wrapper {
    /* max-height: 90vh; */
    position: relative;
    overflow: hidden;
	padding:0px!important;
}
.popup-location__wrap-search {
    position: relative;
}
.popup-location__selector::-webkit-scrollbar{
	width: 5px;
}

.popup-location__selector::-webkit-scrollbar-track{
	background: transparent;
}

.popup-location__selector::-webkit-scrollbar-thumb{
	background-color: #C3C3C3;
	border-radius: 20px;
}
.popup-location__selector {
	width: 31%;
	overflow: auto;
	border-left: 1px solid #d8d8d8;
	padding: 9px;
	padding-bottom:0px;
	padding-left:20px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding-top: 25px;
	margin-right: 15px;
}
.popup-location__selector:first-child {
	padding-left:0px;
}
.popup-location__selector:last-child {
	margin-right: 0;
}
.popup-location__selector.hidden {
	display: none;
}

.popup-location__selector.visible {
	display: flex;
}
.popup-location__selector:first-child {
	border-left: none;
}
.popup-location__selector::before {
	position: absolute;
	top: -25px;
	display: block;
	content: attr(data-block-title);
	z-index: 10001;
	color: #000;
	font-family: 'Helvetica';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
	/* 21.6px */
	letter-spacing: 0.48px;
	z-index: 50;
}
.popup-location__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 65px;
}
.select_city_head{
    border-bottom:none;
}
.select_city_head a b{
    border-bottom: 1px dotted;
}
.tfl-popup__location-link {
    font-size: 14px;
	font-weight:bold;
}

.location {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.location .icon-map-pin-line {
    line-height: 20px;
    position: relative;
    /*top: -4px;*/
}
@font-face {
    font-family: "remixicon";
    src: url('fonts/remixicon.eot?t=1576060286379'); /* IE9*/
    src: url('fonts/remixicon.eot?t=1576060286379#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("fonts/remixicon.woff2?t=1576060286379") format("woff2"),
    url("fonts/remixicon.woff?t=1576060286379") format("woff"),
    url('fonts/remixicon.ttf?t=1576060286379') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(fonts/'remixicon.svg?t=1576060286379#remixicon') format('svg'); /* iOS 4.1- */
    font-display: swap;
}
[class^="icon-"], [class*="icon-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-map-pin-line:before {
    content: "\edef";
    font-size: 20px;
}

.popup {
	position: fixed;
	left:0px;
	z-index: 115;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px;
	pointer-events: none;
	opacity: 0;
	transition: 0.5s all;
	visibility: hidden;
}

@media (max-width: 991px) {
	.popup {
		padding: 15px;
	}
}
.popup--active {
	visibility: visible;
	pointer-events: initial;
	opacity: 1;
}


.locator-confirmation {
    position: absolute;
    width: 600px;
    z-index: 101;
    top: calc(100% + 23px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.location__selected {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--avarit-ru-black, #000);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}
.location__selected b {
    color: rgb(77, 77, 77);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.location__selected a {
    color: #000;
    text-decoration: none;
    border: none;
    font-size: 12px;
}
.locator-confirmation__wrap {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 20px 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.locator-confirmation__info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    text-align: left;
}
.locator-confirmation__wrap-button {
    display: flex;
    gap: 10px;
}
.locator-confirmation__button {
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    background: transparent;
    /* padding: 10px 15px; */
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locator-confirmation__button_primary {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180.00deg, rgb(255, 202, 0), rgb(255, 176, 23) 100%);
    border: none;
    transition: all 0s;
}
.popup--container {
    max-width: 1120px;
    width: 100%;
    min-height: initial !important;
    overflow: hidden;
    box-shadow: none;
    border-radius: 25px;
    background-color: transparent;
    background-color: #fff;
	
}
.popup-location .popup--container {
    max-width: 915px;
}
.popup--wrapper {
    max-height: 90vh;
    position: relative;
    overflow: auto;
    padding: 40px;
}
.popup .close {
    position: absolute;
    right: 40px;
    top: 45px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border: none;
    outline: none;
    background-color: #fff;
    display: block;
}
.popup .close--inner {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
}
.close svg {
    stroke: #4D4D4D;
    transition: 0.25s stroke;
}
.popup .close svg {
    display: block;
}
.popup-location__wrap-search {
    width: 100%;
    max-width: 865px;
    margin-bottom: 50px;
}
.popup-location__search {
    position: relative;
}
.popup-location__search-btn {
    position: absolute;
    left: 10px;
	top: 8px;
    margin: auto 0;
    width: 26px;
    height: 26px;
    padding: 0;
    border: none;
    background: transparent;
}
.popup-location__search-btn svg{
	vertical-align: middle;
}
.popup-location__search-input {
    border-radius: 4px;
    border: 1px solid #E1E1E6;
    background: #F8F8FA;
    color: #6C6C71;
    font-family: 'Helvetica';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    width: 100%;
	-webkit-appearance: none;
    appearance: none;
    transition: 0.5s all;
}
.popup-location__title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 3%;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-location__title b {
    color: #FFB017;
    text-decoration: underline;
}
.popup-location__tab {
    white-space: nowrap;
    color: rgb(77, 77, 77);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    text-align: left;
    border-radius: 5px;
    background: rgb(221, 221, 221);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.popup-location__tab.active, .popup-location__tab:hover {
    background: rgb(255, 176, 23);
    color: #000;
}
.popup-location__wrap {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    height: 320px;
    position: relative;
}
.popup-location__selector-item-value {
    color: rgb(129, 129, 129);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 3%;
    text-align: left;
    transition: all 0.3s;
}
.popup-location__selector-item-value.active {
    color: #c23 !important;
    font-weight: bold;
}
.no_border{
	border:none!important;
}
.popup-location__found-element-title a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 120%;
	text-decoration:none;
}


@media screen and (max-width: 1024px) {
.icon-box_item:first-child {
        margin-right: 80px !important;
    }
}



