:root {
	--primary: #004EEB;
	--dark:    #303133;
	--fm:      "TTTravels", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	outline: 0 !important;
	-webkit-tap-highlight-color: transparent;
}

html {
	overflow-x: hidden;
	height: 100%;
}

header,
section,
footer {
	font-family: var(--fm);
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

a {
	transition: all 0.3s ease;
	text-decoration: none;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	overflow: hidden;
	font-family: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--dark, #000);
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	line-height: 1;
	font: 400 14px/1 var(--fm);
}

textarea {
	resize: none;
}

body {
	display: flex;
	flex-direction: column;
	min-width: 320px;
	font-family: var(--fm);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--dark);
	background-color: #fff;
	overflow-x: hidden;
}

.form-control {
	display: block;
	width: 100%;
	padding: 11px 24px;
	border: 1px solid #E8E8E8;
	border-radius: 24px;
	font: 500 16px/24px var(--fm);
	color: var(--dark);
}

.form-control::placeholder {
	color: #616264;
}

.dropdown-toggle {
	position: relative;
}

.dropdown-toggle:hover .dropdown-toggle__body {
	opacity: 1;
	visibility: visible;
    display: block;
}

.dropdown-toggle:hover .dropdown-toggle__toggler {
	transform: rotate(180deg);
}

.dropdown-toggle__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 24px;
	font: 500 16px/24px var(--fm);
	border: 1px solid #E8E8E8;
	border-radius: 24px;
	cursor: pointer;
}

.dropdown-toggle__toggler {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #616264;
	transition: all .3s ease;
}

.dropdown-toggle__toggler .icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
}

.dropdown-toggle__body {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	padding: 24px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	box-shadow: 3px 17px 30px rgba(48, 49, 51, 0.05);
	border-radius: 24px;
	z-index: 21;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.dropdown-toggle__body::before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 0;
	height: 8px;
}

.dropdown-toggle__body span {
	display: flex;
	margin-bottom: 12px;
	font: 500 16px/24px var(--fm);
	color: var(--dark);
    cursor: pointer;
}

.dropdown-toggle__body span:hover {
	color: var(--primary);
}

.dropdown-toggle__body span:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1190px;
	}
}

.page-header {
	padding: 39px 0 48px;
}

.page-return {
	margin-bottom: 24px;
}

.page-return a {
	display: inline-flex;
	align-items: center;
	font: 600 16px/1 var(--fm);
	color: #C8C8C8;
}

.page-return a:hover {
	color: var(--primary);
}

.page-return .icon {
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-right: 12px;
}

.page-title {
	font: 600 48px/52px var(--fm);
}

/* main header */
.main-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 0 20px;
	border-bottom: 1px solid #E8E8E8;
}

.header-logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.logo-hundred {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 46px;
}

.header-callback {
	display: inline-flex;
	flex-direction: column;
	margin-left: auto;
}

.header-callback .caption {
	margin-bottom: 6px;
	color: #616264;
	font: 500 14px/1 var(--fm);
}

.header-callback a {
	font: 600 18px/1.33 var(--fm);
	color: var(--dark);
}

.header-callback a:hover {
	color: #004EEB;
}

/* section main map */
.main-map {
	position: relative;
}

.main-map__container {
	height: 760px;
}

.main-map__legend {
	position: absolute;
	top: 64px;
	right: 0;
	left: 0;
	z-index: 101;
	pointer-events: none;
}

.main-legend {
	pointer-events: all;
	width: 360px;
	background-color: #FFFFFF;
	box-shadow: 3px 17px 30px rgba(48, 49, 51, 0.05);
	border-radius: 48px;
}

.main-legend__controls {
	padding: 32px 32px 24px;
	border-bottom: 1px solid #E8E8E8;
}

.main-legend__controls .dropdown-toggle {
	margin-bottom: 16px;
}

.main-legend__list {
	padding: 20px 32px 32px 44px;
}

.legend-toggle {
	display: flex;
	align-items: center;
	padding-left: 12px;
	color: var(--primary);
	cursor: pointer;
	transition: all .3s ease;
	font: 600 16px/24px var(--fm);
}

.icon-legend {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-right: 16px;
	color: var(--primary);
}

.legend-toggle.open {
	color: var(--dark);
}

.legend-toggle.open .main-legend-close {
	opacity: 1;
}

.main-legend-close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: var(--primary);
	border: 1px solid #E8E8E8;
	transition: all .3s ease;
	opacity: 0;
}

.main-legend-close:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}

.main-legend-close .icon {
	width: 16px;
	height: 16px;
}

.legend-list {
	display: none;
	padding-top: 21px;
}

.legend-item {
	display: flex;
	margin-bottom: 16px;
}

.legend-item:last-child {
	margin-bottom: 0;
}

.legend-item__thumb {
	width: 32px;
	height: 32px;
	min-width: 32px;
	margin-right: 16px;
	border-radius: 50%;
}

.legend-item__title {
	font: 500 14px/20px var(--fm);
}

.location-label {
	/*width: 360px;*/
	/*position: absolute;*/
	/*top: 60px;*/
	/*right: 120px;*/
	padding: 32px;
	border-radius: 48px;
	box-shadow: 3px 17px 30px rgba(48, 49, 51, 0.05);
	background-color: #fff;
	z-index: 100;
}

.location-label__title {
	margin-bottom: 16px;
	font: 600 20px/26px var(--fm);
}

.location-label__description {
	margin-bottom: 26px;
	font: 500 14px/20px var(--fm);
}

.location-label__doc {
	display: flex;
	margin-bottom: 16px;
	font: 600 16px/22px var(--fm);
	color: var(--primary);
}

.location-label__doc:last-child {
	margin-bottom: 0;
}

.location-label__doc .icon {
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 12px;
}

/* main footer */
.main-footer {
    margin-top: auto;
	padding: 32px 0 16px;
	background-color: #EDEDED;
}

.main-footer__inner {
	display: flex;
	align-items: center;
}

.footer-logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.footer-contacts {
	display: inline-flex;
	margin-left: auto;
}

.footer-contacts a {
	font: 600 32px/40px var(--fm);
	color: var(--dark);
	margin-right: 62px;
}

.footer-contacts a:last-child {
	margin-right: 0;
}

.footer-contacts a:hover {
	color: #004EEB;
}
.footer-development a{
    color: var(--dark);
}
.footer-development a:hover{
    color: #004EEB;
}
.footer-bottom {
	padding-top: 24px;
	color: #C8C8C8;
	font: 500 14px/22px var(--fm);
}

.footer-development .caption {
	padding-right: 2px;
}

.footer-development i {
	padding: 0 2px;
	font: inherit;
}

.footer-development strong {
	color: #8D929A;
	font: inherit;
}

.mobile-map-location {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	overflow-y: auto;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 201;
}

.mobile-map-location.visible {
	opacity: 1;
	visibility: visible;
}

.mobile-map-location-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #303133;
	opacity: 0.72;
	z-index: 0;
}

.mobile-map-location__content .location-label {
	position: relative;
	top: unset;
	right: unset;
	opacity: 1;
	width: 100%;
	max-width: 360px;
}

.mobile-map-location-close {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	margin-top: 16px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 10;
}

.mobile-map-location-close .icon {
	width: 24px;
	height: 24px;
	color: var(--primary);
}

@media (min-width: 768px) {
	.mobile-map-location {
		display: none;
	}
}

@media (max-width: 1199px) {
	.footer-contacts {
		flex-direction: column;
	}

	.footer-contacts a {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.main-header__inner {
		padding: 16px 0;
	}

	.header-logo {
		width: 112px;
	}

	.logo-hundred {
		width: 60px;
		margin-left: 15px;
	}

	.header-callback .caption {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 100%;
	}

	.header-callback a {
		font-size: 14px;
		line-height: 133%;
	}

	.page-header {
		padding: 24px 0 32px;
	}

	.page-return a {
		font-size: 14px;
		line-height: 16px;
	}

	.page-title {
		font-size: 32px;
		line-height: 36px;
	}

	.s-main-map {
		padding-bottom: 64px;
	}

	.main-map__container {
		height: 388px;
	}

	.main-map__legend {
		position: relative;
		top: unset;
	}

	.main-map__legend .container {
		padding: 0;
	}

	.main-legend {
		width: 100%;
		border-radius: 32px;
		margin-top: -32px;
	}

	.main-legend__controls {
		padding: 32px 15px 24px;
	}

	.main-legend__list {
		padding: 20px 15px 32px 27px;
	}

	.location-label {
		/*opacity: 0;*/
		right: 10px;
		max-width: calc(100% - 20px);
		padding: 24px;
		border-radius: 32px;
	}

	.footer-logo {
		width: 170px;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.footer-contacts a {
		margin: 0 0 4px;
		font-size: 22px;
		line-height: 32px;
	}

	.footer-contacts a:last-child {
		margin-bottom: 0;
	}

	.footer-development .caption {
		display: block;
	}
}

@media (max-width: 575px) {
	.main-footer__inner {
		flex-direction: column;
	}

	.footer-contacts {
		width: 100%;
	}

	.footer-development {
		margin-top: 8px;
	}
    .ymaps-2-1-79-b-cluster-content{
        display: none!important;
    }
    .ymaps-2-1-79-balloon__content{
        display: none;
    }
}

@media (max-width: 374px) {
	.logo-hundred {
		display: none;
	}
}

.ymaps-2-1-79-balloon__content > ymaps {
    overflow: visible!important;
}

.ymaps-2-1-79-balloon {
    box-shadow: none!important;
}

.ymaps-2-1-79-balloon__layout {
    background-color: transparent!important;
    overflow: visible!important;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin: 0!important;
    padding: 0!important;
    font: inherit!important;
    background-color: transparent!important;
}

.ymaps-2-1-79-balloon__close {
    margin: 5px;
    /*display: none!important;*/
}

.ymaps-2-1-79-balloon__tail {
    display: none!important;
}
.location-label__close .icon{
    width: 30px;
    height: 30px;
}
.location-label__close{
    position: absolute;
    right: -18px;
    top: -10px;
    cursor: pointer;
}
.ymaps-2-1-79-b-cluster-content__header,.ymaps-2-1-79-balloon-content__header{
    display: none!important;
    margin: 0!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu{
    background: #fff;
}
.ymaps-2-1-79-gotoymaps__container{
    display: none!important;
}

.js-address-autocomplete-list-container {
	position: relative;
}

.js-address-autocomplete-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	overflow: hidden;
	border-radius: 24px;
    background-color: #fff;
}

.js-address-autocomplete-list.open {
	padding: 24px 0;
	border: 1px solid #E8E8E8;
    box-shadow: 3px 17px 30px rgb(48 49 51 / 5%);
}

.js-address-autocomplete-list .ui-widget.ui-widget-content {
    position: relative;
    top: 0!important;
    left: 0!important;
    padding: 0 24px;
    background-color: #fff;
    max-height: 350px;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 101;
    border: none;
    box-shadow: none;
}

.js-address-autocomplete-list .ui-menu .ui-menu-item {
	margin-bottom: 12px;
}

.js-address-autocomplete-list .ui-menu .ui-menu-item:last-child {
	margin-bottom: 0;
}

.js-address-autocomplete-list .ui-menu .ui-menu-item-wrapper {
	padding: 0!important;
	font: 500 16px/24px var(--fm);
    color: var(--dark);
    border: none!important;
}

.js-address-autocomplete-list .ui-menu-item-wrapper.ui-state-active {
	margin: 0!important;
	background-color: #fff;
	color: var(--primary);
	font: 500 16px/24px var(--fm);
	border: none!important;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
	width: 4px;
}
 
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
	background-color: #fafafa;
}
 
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.ymaps-2-1-79-b-cluster-content{
    background: #fff;
    padding: 28px!important;
    overflow: hidden;
    border-radius: 48px;
}
.ymaps-2-1-79-b-cluster-tabs__section_type_content .location-label{
    box-shadow: none;
    padding: 10px;
}
.ymaps-2-1-79-i-custom-scroll ::-webkit-scrollbar-thumb, .ymaps-2-1-79-i-custom-scroll::-webkit-scrollbar-thumb{
    border-left: 7px solid transparent!important;
}
.ymaps-2-1-79-b-cluster-tabs__section_type_nav{
    width: 180px!important;
    padding-left: -10px;
}
.ymaps-2-1-79-balloon_to_top{
    border-radius: 48px;
    overflow: hidden;
}
.ymaps-2-1-79-balloon__close-button{
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    width: 32px!important;
    height: 32px!important;
    opacity: 1!important;
    position: absolute;
    top: 10px;
    right: 10px;
    background:#fff url(/local/templates/map/assets/img/close2.svg) center no-repeat!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes{
    background: transparent!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item-text{
    color: #000!important;
    font-family: var(--fm);
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text{
    color: var(--primary)!important;
    font-family: var(--fm);
}
.ymaps-2-1-79-b-cluster-tabs__menu-item{
    margin-bottom: 6px;
}
.ymaps-2-1-79-i-custom-scroll ::-webkit-scrollbar-thumb, .ymaps-2-1-79-i-custom-scroll::-webkit-scrollbar-thumb{
    background-color: var(--primary)!important;
    cursor: pointer;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 24px;
	margin-right: 16px;
}
.switch input {
	display: none;
}
.slider.round {
	border-radius: 34px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.legend-item__thumb_1:checked + .slider {
	background-color: #004EEB !important;
}
.legend-item__thumb_2:checked + .slider {
	background-color: #00943B !important;
}
.legend-item__thumb_3:checked + .slider {
	background-color: #FF5C00 !important;
}
.legend-item__thumb_4:checked + .slider {
	background-color: #FFEA00 !important;
}





.slider.round:before {
	border-radius: 50%;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}