@charset "UTF-8";

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border: 1px solid #ddd;
}

#myInput:focus {border: 1px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  
  overflow: auto;
  
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


@keyframes highlight-line {
	0% {
		background-color: #fffdf8
	}

	to {
		background-color: #fff8e5
	}
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	to {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
	}

	to {
		box-shadow: 0 0 0 35px transparent
	}
}

@-webkit-keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}

	to {
		bottom: 30px;
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}

	to {
		bottom: 30px;
		opacity: 1
	}
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeout {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

body,
html {
	height: 100%;
	border: 0;
	min-width: 320px
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	color: #141f2a
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-family: "Ubuntu", sans-serif
}

p {
	line-height: 30px;
	font-size: 17px;
	text-align: justify;
	margin-bottom: 16px;
	font-weight: 400
}

.answer a,
p a {
	color: #005eff
}

p b,
p strong {
	font-weight: 600
}

h1 {
	font-size: 24px;
	font-weight: 700
}

img {
	vertical-align: middle
}

table {
	border-spacing: 0
}

select {
	-webkit-appearance: none;
	background-color: transparent;
	padding-right: 1.5em;
	background-image: url(../images/black-arrow-down.svg);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: right 11px center
}

p a:hover {
	text-decoration: underline
}

a {
	color: inherit;
	text-decoration: none
}

button,
input {
	border: 0;
	outline: 0
}

input {
	border-radius: 0
}

ul {
	list-style-type: none
}

button {
	background: 0 0;
	color: inherit;
	font-size: inherit
}

figure {
	max-width: 450px
}

[type=submit],
button,
select {
	cursor: pointer
}

::placeholder {
	font-size: 12px;
	color: gray
}

input::-webkit-input-placeholder {
	font-size: 12px
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(fonts/4iCs6KVjbNBYlgoKfw72.woff);
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff);
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff);
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.toggle-buttons-wrap {
	display: inline-flex
}

.toggle-buttons-wrap button {
	border: 1px solid #005eff;
	text-align: center;
	padding: 12px 0;
	background: #fff;
	min-width: 140px;
	color: #005eff;
	font-weight: 600;
	font-size: 15px;
	flex: 1;
	height: 48px
}

.toggle-buttons-wrap button.active {
	background: #005eff;
	color: #fff
}

.toggle-buttons-wrap a {
	flex: 1
}

.Desktop_device .toggle-buttons-wrap button:hover {
	background-color: #edf5ff
}

.Desktop_device .toggle-buttons-wrap button.active:hover {
	box-shadow: none;
	background: #005eff;
	cursor: default
}

.left-toggle {
	border-radius: 12px 0 0 12px
}

.right-toggle {
	border-radius: 0 12px 12px 0
}

.general_button {
	display: inline-block;
	padding: 13px 15px;
	border-radius: 26px;
	font-size: 16px;
	color: #000;
	border: solid 1px #005eff;
	outline: 0;
	font-weight: 600;
	cursor: pointer
}

.button_one {
	background: #005eff;
	color: #fff;
	padding: 13px 30px;
	text-align: center;
	box-shadow: 0 2px 21px 0 rgba(7, 52, 129, .26)
}

.button_two {
	font-size: 15px;
	min-width: 150px;
	padding: 10px 15px;
	background: #ffae00;
	border-radius: 12px;
	height: 48px;
	color: #fff;
	border: 0;
	box-shadow: none
}

.button_two.button-with-arrow::after,
.button_two.button-with-tight-arrow::after {
	border: solid 2px #fff;
	border-left: 0;
	border-top: 0
}

.button_two.button-with-prev-arrow::before {
	border: solid 2px #fff;
	border-right: 0;
	border-bottom: 0
}

.button_three {
	border-radius: 15px;
	background: #f8f8f8;
	border: 0;
	color: #005eff;
	text-align: left
}

.arrow-button {
	background: #f1f7ff;
	width: 30px;
	height: 30px;
	border-radius: 10px
}

.arrow-button:active,
.arrow-button:hover {
	background-color: #cfe0f8
}

.arrow-button span {
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	border-right: solid 2px #005eff;
	border-bottom: solid 2px #005eff;
	margin-left: 11px;
	border-left: 0;
	border-top: 0;
	display: block
}

.round-arrow {
	width: 36px;
	min-width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	position: relative;
	background: #005eff
}

.round-arrow:disabled {
	background-color: #f0f0f1;
	cursor: default
}

.round-arrow:disabled .arrow-inside-circle {
	border-right: solid 2px #9f9f9f;
	border-bottom: solid 2px #9f9f9f
}

.big-round-arrow {
	width: 48px;
	min-width: 48px;
	height: 48px
}

.Desktop_device .big-round-arrow:hover:not([disabled]),
.big-round-arrow:active:not([disabled]) {
	background-color: #1956b8
}

.arrow-inside-circle {
	width: 9px;
	height: 9px;
	transform: rotate(-45deg);
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-left: 0;
	border-top: 0;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -4px;
	margin-right: -5px
}

.prev-arrow-inside-circle {
	transform: rotate(135deg)
}

.link-button {
	color: #005eff;
	display: inline-block;
	position: relative
}

.link-button.disabled {
	color: #bababa;
	pointer-events: none;
	cursor: default
}

.link-button.disabled .link-arrow {
	border-color: #bababa
}

.gray-button {
	padding: 13px 17px;
	color: #005eff;
	display: block;
	background-color: #e4f3ff;
	border-radius: 12px;
	font-weight: 600;
	font-size: 15px;
	height: 44px;
	text-align: center
}

.gray-button:hover {
	background-color: #badaf3
}

.button-with-tight-arrow::after,
.right-arrow {
	transform: rotate(-45deg);
	border-left: 0;
	border-top: 0
}

.right-arrow {
	width: 8px;
	height: 8px;
	border-right: solid 1px #005eff;
	border-bottom: solid 1px #005eff;
	margin-top: 8px;
	margin-left: 9px
}

.button-with-prev-arrow.general_button {
	position: relative;
	padding-left: 30px
}

.button-with-arrow.general_button {
	position: relative;
	padding-right: 30px
}

.button-with-tight-arrow,
.button_one.button-with-tight-arrow {
	padding: 14px 45px 14px 28px;
	min-width: 240px
}

.button-with-tight-arrow::after {
	content: "";
	width: 9px;
	height: 9px;
	border: solid 2px #005eff;
	position: absolute;
	margin-left: 10px
}

.button_two.button-with-tight-arrow::after {
	margin-top: 5px
}

.button_one.button-with-tight-arrow::after {
	border: solid 2px #fff;
	border-left: 0;
	border-top: 0;
	margin-top: 4px
}

.button-with-arrow::after,
.button-with-prev-arrow::before {
	content: "";
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	border: solid 2px #005eff;
	position: absolute;
	top: 50%;
	margin-top: -4px
}

.button-with-arrow::after {
	right: 18px;
	border-left: 0;
	border-top: 0
}

.link-button.button-with-arrow::after {
	right: -15px
}

.button-with-prev-arrow::before {
	left: 18px;
	border-right: 0;
	border-bottom: 0
}

.button-with-arrow.disable::after,
.button-with-prev-arrow.disable::before,
.gallery_control.disable button .gallery-arrow {
	border-color: #868686
}

.general_button img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-top: 2px;
	margin-left: 3px;
	border-radius: 50%;
	max-width: 18px;
	max-height: 18px;
	overflow: hidden
}

.country_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.disable {
	box-shadow: none;
	cursor: inherit
}

.Desktop_device .button_two.disable:hover,
.button_two.disable {
	background-color: #ebebeb;
	color: #868686;
	border: 2px solid #ebebeb;
	box-shadow: none;
	cursor: auto
}

.Desktop_device .general_button:hover,
.general_button:active {
	background-color: #edf5ff
}

.Desktop_device .button_two:hover,
.button_two:active {
	background-color: #ffaf00d1;
	box-shadow: none
}

.Desktop_device .button_one.general_button:hover,
.button_one.general_button:active {
	background-color: #003ca3
}

.Desktop_device .button_one:hover,
.button_one:active {
	background-color: #003ca3;
	border: solid 1px #003ca3
}

.mobile_menu_wrap li:active {
	background: #003ca3
}

.link-with-right-arrow {
	display: inline-block;
	color: #005eff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	align-items: center;
	background-image: url(../images/link-right-arrow.svg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px
}

.link-with-right-arrow:hover,
.month-text-wrap b,
.month-text-wrap strong {
	font-weight: 700
}

.link-with-right-arrow.left-arrow {
	background-image: url(../images/link-left-arrow.svg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px
}

@media (max-width:790px) {
	.general_button .button_one {
		font-size: 12px
	}
}

@media (max-width:550px) {
	.button_one {
		padding: 10px 15px
	}

	.toggle-buttons-wrap button {
		border: 1px solid #005eff;
		font-size: 13px;
		padding: 10px 0;
		height: 44px
	}

	.toggle-buttons-wrap button.active {
		border: 1px solid #005eff
	}

	.section-button {
		text-align: center
	}

	.section-button .button_one.general_button,
	.section-button button {
		margin: 0 auto;
		font-size: 15px
	}
}

@media (max-width:360px) {
	.button-with-arrow::after {
		right: 15px
	}

	.section-wrap .button_one.general_button {
		font-size: 14px;
		width: 100%
	}
}

@media (max-width:340px) {
	.button_two {
		width: 140px;
		min-width: 140px;
		height: 44px
	}
}

.Mobile_device,
.Tablet_device {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.anchor {
	scroll-margin-top: 100px
}

.section-text {
	max-width: 600px
}

.emoji {
	font-weight: 400
}

.links-block a {
	display: block;
	margin-bottom: 12px;
	font-size: 17px
}

.header-with-icon {
	align-items: center
}

.header-with-button {
	display: flex;
	align-items: center
}

.header-with-button button {
	margin-left: 20px;
	color: #005eff;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position-x: 14px;
	padding-right: 19px;
	display: none
}

.no-scroll {
	height: 100%;
	overflow: hidden
}

.clear {
	clear: both
}

.flex-header,
.flex-wrap {
	display: flex
}

.flex-wrap {
	justify-content: space-between
}

.flex-left {
	justify-content: left
}

.link-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	border: solid 1.6px #005eff;
	border-left: 0;
	border-top: 0;
	margin-left: 6px;
	margin-top: 1px
}

.prev-link-arrow {
	transform: rotate(135deg);
	margin-right: 6px;
	margin-left: 0
}

p .link-button {
	display: inline
}

.figcaption,
figcaption {
	margin-top: 8px;
	font-style: italic;
	text-align: left
}

.location-image {
	margin-top: 35px;
	width: 100%;
	max-width: 370px
}

.location-image img {
	width: 100%
}

.underline {
	text-decoration: underline
}

.center,
.center p {
	text-align: center
}

.big-margin-top,
.subheader.big-margin-top {
	margin-top: 96px
}

.small-margin-top {
	margin-top: 48px
}

.green-text {
	color: #4cb863
}

.primary-select {
	border: 0;
	border-bottom: 1px solid #005eff;
	line-height: 20px;
	padding: 8px;
	border-radius: 0;
	margin: 20px auto;
	font-size: 20px;
	width: 170px;
	color: #000
}

.primary-select option {
	font-size: 16px
}

.button-select,
.second-select {
	border-radius: 12px;
	font-size: 16px
}

.second-select {
	margin-top: 12px;
	width: 190px;
	border: 1px solid #ededf2;
	padding: 13px 14px;
	background-color: #fff;
	color: #000
}

.button-select {
	border: 1px solid #005eff;
	padding: 10px 16px;
	width: 180px
}

.select-label {
	margin-right: 10px;
	font-weight: 600
}

.important-text-wrap {
	background: #d7edff;
	border-radius: 20px;
	padding: 24px 65px;
	background-image: url(../images/question1.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 21px 25px
}

.text-wrap .section-header {
	margin-bottom: 12px;
	margin-top: 0;
	padding: 0
}

.text-img-wrap {
	margin-bottom: 25px
}

.text-img-wrap img {
	width: 100%;
	border: 3px solid #d3d3d3;
	padding: 2px
}

.image-section-wrap {
	text-align: center
}

.image-section-wrap img,
.text-img-wrap img {
	max-width: 100%;
	height: auto
}

.image_overlay {
	width: 100%;
	height: 100%;
	background: #00000026;
	z-index: 1;
	position: absolute;
	top: 0;
	border-radius: 12px
}

.subheader {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 32px
}

.left-align,
.subheader,
.table .left-align {
	text-align: left
}

.blanket {
	background: rgba(114, 114, 114, .76);
	width: 100%;
	height: 6000px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: none
}

.black_line {
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 2px;
	margin-bottom: 30px
}

.float_section {
	float: left
}

.mm_unit {
	font-size: 14px
}

.section-wrap {
	margin: 72px auto 0;
	max-width: 960px
}

.section-wrap .first-section {
	margin-top: 0
}

.first-section {
	margin: 40px auto 0
}

.inner-section-wrap {
	width: 960px;
	margin: 0 auto
}

.section-wrap.section-wrap-with-background {
	max-width: 100%;
	padding: 64px 60px
}

.section-wrap-with-background .section-wrap {
	margin-top: 0
}

.section-header {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700
}

h1.section-header {
	font-size: 28px
}

.section-sub-header {
	color: rgba(22, 22, 22, .7);
	margin-top: 4px;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: 400
}

.section-content {
	margin-top: 28px
}

.section-content-small {
	margin-top: 12px
}

.main_wrap {
	background: #fff;
	margin: 20px auto 50px;
	width: 1080px;
	max-width: 100%;
	border-radius: 16px;
	padding-top: 24px
}

.right-left-section {
	display: flex;
	justify-content: space-between
}

.desktop-left-section {
	flex: 1;
	margin-right: 50px
}

.desktop-right-section {
	width: 301px;
	position: relative
}

.form-input {
	margin-top: 28px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	display: block;
	width: 100%;
	padding: 10px 15px;
	min-height: 40px;
	max-width: 300px
}

@media (max-width:1280px) {
	.section-wrap.section-wrap-with-background {
		padding: 32px 6%;
		margin: 40px 0 0
	}

	.inner-section-wrap {
		width: 100%
	}
}

@media (max-width:1080px) {
	.main_wrap {
		width: 1000px
	}

	.bellow-important-text {
		margin-right: 0
	}
}

@media (max-width:1000px) {
	.main_wrap {
		margin: 0;
		border-radius: 0;
		box-shadow: none
	}
}

@media (max-width:992px) {
	.desktop-left-section {
		margin-right: 0;
		flex: inherit
	}

	.desktop-right-section {
		display: none
	}

	.show-right {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 30px auto
	}

	.section-wrap {
		margin: 56px 6% 0
	}

	.first-section {
		margin: 24px 6% 0
	}

	.section-wrap.section-wrap-with-background {
		margin-top: 56px
	}

	.right-left-section {
		display: block
	}
}

@media (max-width:700px) {
	.header-with-button button {
		display: none
	}
}

@media (max-width:550px) {
	.important-text-wrap {
		background-image: none;
		padding: 10px
	}

	.header-with-icon {
		align-items: start
	}

	.header-with-button {
		display: block
	}

	.section-wrap.mobile-e {
		margin-left: 3%;
		margin-right: 3%
	}

	.section-wrap.mobile-e .section-header,
	.section-wrap.mobile-e .section-sub-header {
		margin-left: 3%
	}

	.first-section {
		margin-top: 16px
	}

	h1.section-header {
		line-height: 38px;
		font-size: 26px
	}

	.section-sub-header {
		font-size: 17px
	}

	.section-content {
		margin-top: 24px
	}

	.location-image {
		margin: 35px auto
	}

	.black_line,
	.hide {
		display: none
	}

	.blanket {
		margin-top: 53px
	}
}

@media (max-width:330px) {
	h1.section-header {
		font-size: 24px
	}

	.section-header {
		font-size: 22px
	}

	.section-wrap {
		margin: 56px 4% 0
	}

	.first-section {
		margin-top: 16px
	}
}

.activity_page .text-img-wrap {
	max-width: 350px
}

.blog_page .text-wrap {
	max-width: 700px
}

.blog_page .text-wrap img {
	max-width: 100%;
	margin: 16px auto
}

.header_flag {
	max-height: 38px;
	margin-right: 8px;
	vertical-align: text-top;
	border: 1px solid #d3d3d3;
	border-radius: 3px
}

.graph_point {
	cursor: pointer;
	text-align: center;
	border-right: 1px solid #979797;
	width: 16.6667%;
	float: left
}

.graph_point.last-point {
	border: 0
}

.fourteen-wrap-mobile {
	padding: 30px 20px;
	border-radius: 6px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	min-height: 265px
}

.fourteen-wrap {
	position: relative
}

.fourteen-wrap-mobile .graph_point {
	width: 33%
}

.Desktop_device .graph_point:hover,
.graph_point:active {
	color: #005eff
}

.graph_point img {
	width: 43px;
	height: 42px;
	max-height: 42px;
	overflow: hidden
}

.graph_point_temp {
	margin-top: 3px
}

.graph_temp_value {
	font-size: 20px
}

.graph_point_date {
	font-size: 14px;
	color: #005eff;
	font-weight: 600;
	margin-top: 5px
}

@media (max-width:750px) {
	.graph_points_placeholder {
		margin: 28px auto;
		min-height: 131px
	}
}

@media (max-width:550px) {
	.header_flag {
		max-height: 27px;
		max-width: 40px;
		margin-top: 4px
	}

	.fourteen-wrap-mobile .button_one,
	.today-component-mobile .button_one {
		margin-left: 0;
		padding: 17px;
		width: 100%
	}

	.graph_point {
		width: 33%
	}
}

.graph_points_placeholder {
	min-height: 89px
}

.fourteen-wrap-mobile .spinner {
	left: 50%;
	top: 53px
}

.fourteen_link_wrap {
	margin-top: 36px
}

#city_graph_placeholder {
	width: 100%;
	height: 258px;
	margin-top: 10px
}

.header-with-button .select-wrap {
	margin-left: 36px
}

.city_graph_section {
	min-height: 304px
}

@media (max-width:992px) {
	.city_page .show-right {
		margin-left: 0
	}
}

.contact-us-page {
	padding-bottom: 100px
}

.contact-us-page .consulting-services-content {
	margin-top: 50px
}

.contact-us-page .services-image-wrap {
	width: 400px;
	max-width: 100%
}

.contact-us-page .contact-form textarea {
	min-height: 120px
}

.contact-us-page input {
	-webkit-appearance: none
}

.continent_level .cities_list .general_button {
	display: flex;
	align-items: center
}

.continent_level .continents-list .general_button,
.continent_level .search_page .cities_list .general_button {
	display: block
}

@media (max-width:660px) {

	.continent_level .con_bred .bred_arrow,
	.continent_level .home_bred {
		display: inline-block
	}
}

.current-location_page .con_bred {
	display: none
}

.current-location_page .graph_points_placeholder {
	display: flex
}

.current-location_page .graph_temp_unit {
	margin-left: 0
}

p .description-placeholder {
	text-transform: lowercase
}

.date_page .horizontal-border {
	top: 50%
}

.date_page .dates-dropdown {
	margin-top: 12px
}

@media (max-width:720px) {
	.past-years-table-section .hide {
		display: none
	}
}

.day_page #page-bread {
	min-width: 108px
}

.bubbles-wrap {
	flex: 1
}

.day_text_wrap {
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	border-radius: 11px;
	scroll-margin-top: 100px
}

.day_text_wrap img {
	width: 44px;
	height: 44px;
	max-width: 44px;
	max-height: 44px;
	overflow: hidden
}

.day_text_wrap .section-header {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center
}

.day_text_wrap .section-header span {
	margin-right: 10px
}

.top-color {
	width: 100%;
	height: 14px;
	background: #ffcb03;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px
}

.day_inner_wrap {
	padding: 24px 16px
}

.buttons-strip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 44px 0 28px;
	flex-wrap: wrap;
	position: relative
}

.buttons-strip .link-button {
	text-align: right
}

.buttons-strip .prev-link-button,
.day_table td.left-align,
.day_table th.left-align,
.far_month h1 {
	text-align: left
}

.buttons-strip .spinner {
	top: 14px;
	left: 50%;
	margin: 0 0 0 -35px;
	display: block
}

.next_prev_section .button_two {
	width: 172px
}

.day_table_section .day-parts-top-section {
	border-bottom: 0;
	margin-bottom: 24px;
	padding: 8px
}

.day_table_section .day_table_wrap {
	display: flex;
	align-items: center
}

.day_text_wrap .text-wrap {
	padding-right: 30px;
	width: 100%;
	font-size: 18px;
	margin-top: 10px
}

.day-fourteen .gallery_wrap {
	margin-top: 20px
}

.date-header {
	text-align: center;
	font-size: 26px;
	margin-bottom: 44px
}

.day_text_wrap.section-wrap {
	margin-top: 40px
}

.day_text_wrap.day_text_wrap2 .top-color {
	background: #3f51b5
}

.day_text_wrap.day_text_wrap3 .top-color {
	background: #3cb371
}

.day_text_wrap.day_text_wrap4 .top-color {
	background: #00008b
}

@media (max-width:1020px) {
	.day_text_wrap .text-wrap {
		width: 100%;
		padding: 0
	}
}

@media (max-width:550px) {
	.today_page .bubbles-wrap {
		margin-top: 24px
	}

	.buttons-strip .toggle-buttons-wrap {
		order: 3;
		margin: 24px auto 0
	}

	.date-header {
		font-size: 20px
	}

	.next_prev_section .button_two {
		width: 160px;
		height: 44px
	}

	.next_prev_section .button_two span {
		margin-left: -10px
	}

	.day_page .button-with-arrow::after {
		right: 15px
	}
}

@media (max-width:390px) {
	.next_prev_section .button_two {
		width: 150px;
		font-size: 14px
	}
}

@media (max-width:361px) {
	.next_prev_section .button_two {
		width: 140px;
		min-width: 140px;
		font-size: 13px
	}
}

.sky-scanner-wrap {
	min-height: 400px;
	max-width: 600px
}

@media (max-width:550px) {
	.sky-scanner-wrap {
		max-width: 100%
	}
}

.header-image {
	max-height: 36px;
	max-width: 36px;
	overflow: hidden
}

.click_on {
	margin-top: 24px;
	text-align: left;
	background-image: url(../images/click-on-icon.svg);
	background-repeat: no-repeat;
	background-color: #fff8e5;
	background-position: 17px 11px;
	border-radius: 12px;
	color: rgba(22, 22, 22, .7);
	padding: 18px 16px 18px 52px;
	font-size: 14px;
	font-weight: 400
}

.day-max-temp {
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 15px
}

.day-min-temp {
	color: #6e6e6e;
	letter-spacing: -1px;
	font-size: 11px
}

.outer_wrap {
	overflow-x: scroll
}

.outer_wrap::-webkit-scrollbar {
	display: none
}

.weather_day_box {
	cursor: pointer;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dbe4f5;
	box-shadow: 0 8px 24px rgba(16, 47, 96, .08);
	min-width: 156px;
	margin-right: 28px;
	text-align: center;
	padding: 17px;
	height: 209px
}

.weather_day_box.current {
	box-shadow: 0 2px 9px 6px #ffe08294
}

.weather_week_day {
	font-weight: 600;
	font-size: 18px;
	color: #464646
}

.Desktop_device .weather_day_box:hover,
.weather_day_box:active {
	border: 2px solid #005eff;
	background: #dce7fb
}

.fourteen_day_wrap {
	font-size: 20px;
	margin-left: 5px
}

.other-month {
	display: flex;
	align-items: center;
	line-height: 26px
}

.see-next-month {
	color: #005eff;
	font-weight: 600;
	font-size: 18px;
	max-width: 70px;
	white-space: break-spaces;
	text-align: center;
	margin: -20px auto 0
}

.weather_date_month {
	font-size: 20px;
	font-weight: 600;
	color: #005eff;
	margin-top: 9px
}

.weather_day_img {
	margin-bottom: 8px;
	margin-top: 12px;
	overflow: hidden;
	max-height: 50px
}

.weather_day_img img {
	max-width: 50px;
	height: 50px;
	width: 50px;
	overflow: hidden
}

.weather_day_box .temp_unit {
	margin-left: -8px;
	font-size: 20px
}

.weather_day_date {
	font-size: 16px;
	margin-bottom: 2px
}

.fourteen-separator {
	color: #6e6e6e;
	font-size: 19px;
	margin: 0 -2px
}

.fourteen-min span {
	color: #6e6e6e
}

.weather_day_mm {
	font-size: 12px;
	color: #6e6e6e;
	margin-bottom: 10px
}

@media (max-width:1020px) {
	.outer_wrap {
		overflow-x: scroll;
		max-width: 97%
	}
}

@media (max-width:550px) {
	.click_on {
		line-height: 21px;
		background-position: 12px 15px
	}

	.weather_day_box {
		min-width: 147px;
		margin-right: 20px;
		padding: 21px;
		height: 209px
	}
}

.highlight-animation {
	animation: highlight-line 2s forwards
}

.fourteen_page .image-section-wrap {
	margin-top: 32px;
	min-height: 140px
}

.fourteen_page .image-section-wrap img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	max-width: 400px
}

.graph_header {
	margin: 60px 0 30px;
	text-transform: uppercase;
	font-size: 27px
}

.fourteen-chart {
	width: 100%;
	height: 350px
}

@media (max-width:320px) {
	.graph_header {
		font-size: 23px
	}

	.fourteen-chart {
		width: 100%;
		height: 450px
	}
}

.hotels_map_section {
	min-height: 594px
}

.hotels_page .all-hotels {
	display: none
}

.hotels_page .hotels_inner_wrap {
	flex-wrap: wrap
}

.hotels_page .hotel_item_wrap {
	margin: 24px 15px 24px 0
}

@media (max-width:550px) {
	.hotels_page .hotel_item_wrap {
		width: 92%;
		margin-left: 4%
	}

	.hotels_page .hotels_inner_wrap {
		display: block
	}

	.hotels_page .hotel_img_wrap {
		max-height: 210px
	}
}

.index_page .search_city_search_input_wrap.dropdown input {
	max-width: inherit;
	width: inherit;
	flex: 1
}

.home-page-image {
	margin-top: -30px;
	background-color: #d7edff;
	text-align: center;
	height: 225px;
	overflow: hidden
}

.home-page-image img {
	max-width: 100%;
	height: auto
}

.index-image-wrap {
	margin-bottom: 32px;
	margin-top: 16px
}

.index-image-wrap img {
	width: 100%;
	height: auto;
	border: 4px solid #cbe6e8;
	padding: 2px
}

@media (max-width:992px) {
	.home-page .show-right {
		display: flex;
		max-width: inherit;
		justify-content: space-between
	}

	.index-image-wrap img {
		width: 96%
	}
}

@media (max-width:790px) {
	.index-images-section {
		width: 80%;
		margin: 0 auto;
		float: none
	}
}

@media (max-width:550px) {
	.home-page-image {
		margin-top: -10px;
		height: 180px
	}

	.home-page-image img {
		min-height: 164px
	}

	.home-page .show-right {
		display: block
	}

	.index-image-wrap img {
		width: 100%
	}
}

@media (max-width:390px) {
	.header-bottom-image {
		margin-top: -16px
	}
}

.long-range_page .weather_day_box {
	height: 198px
}

.long-range_page .click_on {
	padding: 18px 16px 18px 55px;
	background-position: 17px 47%
}

.long-image img {
	max-width: 100%;
	height: auto
}

.month_select {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	max-width: 100%;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%
}

.month_select::-ms-expand {
	display: none
}

.Desktop_device .month_select:hover {
	border-color: #888
}

.month_select:focus {
	border-color: #aaa;
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: 0
}

.month_select option {
	font-weight: 400
}

.month_select_section {
	display: flex;
	align-items: center
}

.select_month_label {
	text-align: left;
	margin-right: 20px;
	font-size: 17px
}

@media (max-width:992px) {
	.long-range_page .important-text-wrap {
		width: inherit;
		margin: 56px 6% 0
	}
}

@media (max-width:550px) {
	.long-image {
		background: #d7edff;
		padding: 30px
	}

	.select_month_label {
		font-size: 16px
	}

	.important-text-wrap {
		width: 100%;
		margin: 56px 6% 0
	}

	.month_select {
		width: 150px
	}

	.month_select_section {
		display: block
	}

	.select_month_label {
		margin-bottom: 10px;
		line-height: 31px;
		margin-right: 0
	}

	.long-range_page .select-wrap {
		text-align: left
	}

	.long-range_page .click_on {
		background-position: 17px 19px
	}
}

.one_page_main {
	margin-top: 40px
}

.one_page_main .h1 {
	margin-bottom: 30px
}

@media (max-width:550px) {
	.one_page_main {
		margin-top: 10px
	}
}

.map-wrap .section-content {
	text-align: center
}

.map-wrap svg {
	width: 650px;
	max-width: 100%
}

.insurance-text {
	background: #d7edff;
	border-radius: 20px;
	padding: 24px 48px 16px 64px;
	background-image: url(../images/faq/countries.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 21px 25px;
	margin-top: 32px
}

.month-text-wrap .insurance-text {
	margin-right: -64px;
	margin-bottom: -80px
}

.month-text-wrap .next_prev_section {
	margin-top: 32px;
	margin-bottom: 11px
}

.month-list-and-image-wrap {
	align-items: flex-end
}

.month-list-and-image-wrap .section-wrap {
	margin-top: 0
}

.canvas-inner-wrap {
	position: relative
}

.month_page .important-text-wrap {
	margin-bottom: 45px;
	width: 101%;
	margin-left: -1%;
	margin-top: -91px
}

.far_month .calendar_wrap {
	margin-top: 10px
}

.month-image {
	text-align: center;
	max-width: 100%
}

.table_month_link a {
	color: #005eff;
	font-size: 14px;
	font-weight: 700
}

.month-text-wrap .section-button .button_two,
.month_data_table {
	width: 100%
}

.month_data_table .table_month_link {
	width: 200px;
	text-align: left
}

.month_score {
	color: #fff;
	border-radius: 12px;
	padding: 4px 9px;
	font-size: 12px
}

.month_score.score5 {
	background: #018a27
}

.month_score.score4 {
	background: #4cb863
}

.month_score.score3 {
	background: #f0b514
}

.month_score.score2 {
	background: #ff6d21
}

.month_score.score1 {
	background: #e00000
}

.month_data_table .temp_unit {
	margin-left: 2px
}

.month-text-wrap {
	background: #f7f9fc;
	border-radius: 16px;
	padding: 40px
}

.month-text-wrap p {
	font-size: 16px;
	color: #615f6d
}

.month-text-wrap .section-button {
	margin-top: 36px;
	margin-bottom: 16px
}

.next_prev_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	flex-wrap: wrap
}

.months_table_wrap {
	border-radius: 11px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	width: 100%
}

.month_data_table td {
	text-align: center;
	padding: 4px 10px;
	font-size: 14px;
	border-bottom: 1px solid #ededf2
}

.month_data_table th {
	padding: 17px 6px;
	height: 60px;
	color: #727070;
	font-size: 14px;
	width: 120px
}

.month_data_table .table_month_link,
.month_data_table .table_month_name {
	padding-left: 20px
}

.month_data_table tr {
	height: 64px;
	cursor: pointer
}

.month_data_table tr:hover {
	background: #fff8e5
}

.month_data_table thead tr {
	background: #f7f9fc
}

.month_data_table thead tr:hover {
	background: #f7f9fc;
	cursor: inherit
}

td.table_month_name,
th.table_month_name {
	text-align: left;
	padding-left: 20px
}

td.table_month_name:hover {
	text-decoration: underline;
	font-weight: 600
}

.table_mm {
	font-size: 12px
}

.next_prev_section .button-with-prev-arrow.general_button {
	padding-left: 25px
}

.next_prev_section .button-with-next-arrow.general_button {
	padding-right: 25px
}

.month_data_units {
	float: left;
	margin-top: 0;
	margin-left: 6px
}

.month-bubbles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	background: #fff;
	border-radius: 16px;
	position: relative
}

.vertical-border {
	background-image: url(../images/borders/vertical.svg);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%
}

.vertical-border.second-border {
	left: 66%
}

.month_data_text {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #4d4d5b;
	margin-top: 16px
}

.month_data_line {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 50%
}

.table_temp {
	min-width: 62px
}

.degree-separator {
	margin: 0 5px
}

.month_data_icon img {
	max-width: 24px;
	max-height: 24px;
	overflow: hidden
}

.month_data_value {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: baseline
}

.graphs-wrap {
	display: flex;
	justify-content: space-between
}

.graph-wrap {
	width: 49%;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	padding: 24px;
	border-radius: 21px
}

.graph-wrap .section-header {
	font-size: 18px
}

.graph-header {
	font-size: 24px
}

.select-wrap {
	text-align: center
}

.month_page .day_text_wrap h2 {
	line-height: 28px;
	margin-bottom: 14px;
	font-size: 22px
}

.how-is-the-weather p,
.months_table_wrap .last-column {
	text-align: left
}

.horizontal-border {
	background-size: 100%;
	background-image: url(../images/borders/horizontal.svg);
	position: absolute;
	top: 33%;
	left: 0;
	width: 100%;
	height: 1px
}

.horizontal-border.second-border {
	display: block;
	top: 66%
}

.vertical-border.second-border {
	display: none
}

.text-and-bubbles {
	display: flex
}

.month-text-wrap .text-wrap {
	margin-right: 64px;
	max-width: 540px
}

.canvas-wrap {
	overflow: hidden
}

@media (max-width:983px) {
	.month-text-wrap .text-wrap {
		margin-right: 0;
		max-width: inherit
	}

	.text-and-bubbles {
		display: block
	}

	.month-bubbles {
		margin-top: 32px
	}

	.month_data_table td,
	.month_data_table th {
		font-size: 14px;
		padding: 4px 8px
	}

	.months_table_wrap {
		max-width: 100%;
		overflow-x: scroll
	}

	.graphs-wrap {
		display: block
	}

	.graph-wrap {
		width: 100%;
		margin-top: 56px
	}

	.graph-wrap .section-header {
		font-size: 24px
	}
}

@media (max-width:790px) {

	.month_data_table td,
	.month_data_table th,
	.table_month_link a {
		font-size: 13px
	}
}

@media (max-width:660px) {
	.horizontal-border {
		background-image: url(../images/borders/horizontal.svg);
		position: absolute;
		top: 33%;
		left: 0;
		width: 100%;
		height: 1px
	}

	.horizontal-border.second-border {
		display: block;
		top: 66%
	}

	.vertical-border.second-border {
		display: none
	}

	.Desktop_device .next_prev_section .select-wrap {
		order: 3;
		margin: 0 auto
	}
}

@media (max-width:550px) {
	.insurance-text {
		padding: 24px 36px 16px 64px
	}

	.insurance-text .section-content {
		margin-left: -32px
	}

	.text-and-bubbles .text-wrap {
		margin-right: 0
	}

	.month-text-wrap {
		border-radius: 0
	}

	.month_page .important-text-wrap {
		width: 110%;
		margin-left: -5%;
		padding: 20px;
		margin-bottom: 32px;
		background-position: 19px 24px
	}

	.month_page .important-text-wrap .section-header {
		padding-left: 40px
	}

	.month_score {
		padding: 4px 9px
	}

	.month_data_value {
		font-size: 16px
	}

	.canvas-wrap {
		max-width: 100%;
		overflow-x: scroll
	}

	.canvas-inner-wrap {
		width: 600px;
		max-height: 300px
	}

	.month_data_table th {
		height: 40px
	}

	.month-text-wrap {
		border: 0;
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:450px) {
	.month-text-wrap {
		padding: 24px
	}
}

@media (max-width:340px) {
	.month-text-wrap .next_prev_section .button_two {
		min-width: 130px;
		width: 130px
	}
}

.my-locations_page .cities_list .general_button {
	display: block
}

.my-location-page {
	min-height: 400px
}

.my-locations_page.Desktop_device .main_wrap {
	min-height: 500px
}

.past-weather_page.Mobile_device .cities-placeholder {
	text-align: center
}

.past-weather_page.Mobile_device .month-bubbles {
	margin: 28px auto 0
}

.past-top-strip {
	margin: 56px auto;
	max-width: 300px
}

#date_dropdown {
	margin-left: -22px
}

#date-selector {
	margin-top: 16px
}

.year-link {
	cursor: pointer
}

.year_in_header {
	color: green
}

#next-prev-dates {
	margin: 32px 0 20px
}

.year-selector-wrap {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	scroll-margin-top: 100px
}

.year-selector-wrap button {
	margin-right: 16px;
	min-width: 100px;
	margin-bottom: 12px
}

.year-selector-wrap button.active {
	background-color: #005eff;
	color: #fff;
	cursor: default
}

.past-text {
	background: #f7f8fd;
	border-radius: 12px;
	padding: 24px 20px
}

.past-weather_page .buttons-strip {
	margin-top: 24px
}

.past-weather_page .dates-dropdown {
	width: calc(100% + 22px);
	min-width: 100px;
	margin: 0
}

.past-weather_page .month-bubbles {
	box-shadow: 0 12px 32px rgba(0, 58, 112, .06);
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .07);
	width: 320px
}

.past-weather_page .month_data_line {
	padding: 0 8px
}

.past-weather_page .horizontal-border {
	top: 50%
}

.past-weather_page .second-select {
	border: 1px solid #005eff;
	border-radius: 11px;
	padding: 10px 16px;
	font-size: 16px;
	width: 160px;
	background-color: #fff
}

.past-weather_page .two-buttons {
	margin-top: 16px
}

.past-weather_page .gray-button {
	background-color: #f1f7ff
}

@media (max-width:550px) {
	.select-line {
		display: flex;
		padding: 0 6px;
		align-items: center
	}

	.select-line .select-label {
		margin-right: 16px
	}

	.select-line .second-select {
		flex: 1;
		max-width: 200px;
		margin-top: 0;
		width: inherit
	}

	.past-weather_page .month-bubbles {
		margin-top: 28px
	}
}

@media (max-width:340px) {
	.past-weather_page .page-sub-header {
		font-size: 16px
	}

	.select-line .second-select {
		max-width: 200px
	}
}

.search_page .search_city_section {
	text-align: center;
	margin: 10px 0 40px 5px
}

.search_page .search_city_section .search_city_search_input_wrap.dropdown {
	margin: 18px auto 0;
	justify-content: center
}

@media (max-width:550px) {
	.seven_page .button_one {
		padding: 14px 15px;
		min-width: 200px
	}
}

.ski-map-small {
	height: auto
}

.ski-map-big {
	max-width: 100%;
	height: auto
}

.shadow-box {
	border-radius: 12px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	padding: 16px;
	text-align: center
}

.three-column {
	display: flex;
	justify-content: space-between
}

.three-column .column {
	width: 30%
}

.three-column .two-column {
	width: 65%
}

.bold-text,
.light-text {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px
}

.bold-text {
	font-weight: 700
}

.last-snowfall-icon {
	margin-top: 24px
}

.resort-status {
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin: 32px auto;
	max-width: 230px;
	background: #48e748
}

.resort-status.status-close {
	background: #ec0b0b
}

.small-ski-map-wrap {
	max-width: 100%;
	margin-top: 20px;
	display: block
}

.ski-map-image {
	max-width: 100%;
	border-radius: 12px;
	width: 100%
}

.skimap-section .banner-button {
	width: 100%;
	margin-top: 20px
}

.trail-line {
	display: flex;
	align-items: center;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 400
}

.first-line {
	margin-top: 24px
}

.trail-circle {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin-right: 16px
}

.trail-circle.easy {
	background-color: #1c62db
}

.trail-circle.medium {
	background-color: #ec0b0b
}

.trail-circle.difficult {
	background-color: #141f2a
}

.ski-lifts-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
	margin-top: 24px
}

.ski-lift {
	width: 50px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	font-weight: 400;
	font-size: 13px
}

.ski-lift-icon {
	display: block;
	margin: 3px auto 8px
}

.tickets-icon {
	margin: 24px auto
}

.prices-wrap {
	display: flex;
	position: relative;
	flex-wrap: wrap
}

.prices-wrap .horizontal-border {
	top: 50%
}

.price-amount,
.price-type {
	font-weight: 700;
	width: 50%;
	padding: 8px
}

.price-amount {
	font-weight: 400
}

@media (max-width:800px) {
	.three-column {
		display: block
	}

	.three-column .column,
	.three-column .two-column {
		width: 100%;
		margin-top: 32px
	}

	.shadow-box {
		padding-bottom: 32px
	}
}

.viatour-widget {
	position: relative;
	min-width: 100%;
	min-height: 364px
}

.viatour-widget .spinner {
	display: block
}

@media (max-width:550px) {
	.viatour-widget .spinner {
		left: 50%
	}
}

.today_page .month-bubbles {
	margin-top: -64px
}

@media (max-width:980px) {
	.today_page .month-bubbles {
		margin-top: 34px
	}
}

.webcam-image-section {
	width: 45%
}

.webcam-iframe-section iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 50px;
	margin-top: 15px;
	border-radius: 16px;
	border: 0
}

.webcam-iframe-section {
	position: relative
}

.webcam-images-section {
	display: flex;
	margin-bottom: 60px;
	justify-content: space-between
}

@media (max-width:680px) {
	.webcam-images-section {
		display: block
	}

	.webcam-image-section {
		width: 80%;
		margin: 30px auto
	}

	.webcam-iframe-section iframe {
		height: 300px
	}
}

@media (max-width:550px) {
	.webcam-iframe-section iframe {
		height: 232px
	}

	.webcam-iframe-section .spinner {
		left: 50%
	}
}

.webcam-image-wrap {
	width: 100%;
	margin-top: 16px;
	height: auto;
	min-height: 224px
}

.webcam-image-wrap img {
	width: 100%;
	border-radius: 16px
}

.webcam-text {
	background: #fff8e6;
	border-radius: 12px;
	padding: 24px
}

.webcam-text .flex-header {
	align-items: center
}

.webcam-icon {
	margin-right: 14px
}

.sorry-cam {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 600
}

.webcam-header {
	font-size: 20px;
	font-weight: 700
}

@media (max-width:550px) {
	.webcam-image-section {
		width: 100%;
		margin: 36px auto
	}
}

.desktop-left-section .day-parts-section {
	margin: 0
}

.top_ad {
	margin: 16px 0 0
}

.middle_ad {
	margin: 56px 0;
	text-align: center
}

.middle_ad div {
	margin: 0 auto
}

.billboard_ad_wrap,
.desktop-ad {
	margin: 30px auto;
	text-align: center
}

.desktop-ad {
	min-height: 90px;
	max-height: 90px
}

.billboard_ad_wrap {
	width: 971px;
	min-height: 280px
}

.sky_ad {
	min-height: 605px;
	min-width: 305px;
	text-align: center
}

.Mobile_device .sky_ad {
	display: none
}

@media (max-width:983px) {
	.billboard_ad_wrap {
		width: 100%;
		height: auto
	}
}

@media (max-width:750px) {
	.sky_ad {
		display: none
	}
}

@media (max-width:720px) {
	.billboard_ad_wrap {
		display: none
	}
}

.breadcrumbs_wrap {
	margin-top: 36px
}

.breadcrumbs_inner_wrap {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.breadcrumb_elm img {
	height: 18px;
	vertical-align: super;
	transform: translate(-50%, 0);
	margin-left: 50%
}

.bred_arrow {
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	border: solid 1.5px rgba(22, 22, 22, .7);
	border-left: 0;
	border-top: 0;
	margin-left: 6px;
	margin-right: 9px
}

.breadcrumbs_inner_wrap li:last-of-type a {
	color: #141f2a;
	font-weight: 600
}

.breadcrumb_elm {
	margin-left: 3px;
	font-size: 15px;
	display: flex;
	align-items: center
}

.breadcrumb_elm a {
	font-size: 14px;
	color: #4e4b66;
	display: flex;
	align-items: center;
	height: 48px;
	font-weight: 400
}

.bread-flag-wrap {
	height: 18px;
	width: 18px;
	margin-right: 6px;
	border-radius: 18px;
	overflow: hidden;
	display: inline-block
}

.breadcrumb_elm span:hover {
	font-weight: 600;
	text-decoration: underline
}

@media (max-width:992px) {
	.breadcrumbs_inner_wrap {
		width: 100%;
		padding: 0 6%
	}
}

@media (max-width:660px) {

	.con_bred .bred_arrow,
	.home_bred {
		display: none
	}

	.continent_level .con_bred .bred_arrow,
	.continent_level .home_bred,
	.country_level .con_bred .bred_arrow,
	.country_level .home_bred {
		display: inline-block
	}
}

@media (max-width:550px) {
	.breadcrumbs_wrap {
		margin-top: 24px
	}

	.bred_arrow {
		margin-left: 3px;
		margin-right: 8px
	}

	.article_page .city_bred .bred_arrow,
	.article_page .con_bred,
	.article_page .country_bred,
	.article_page .region_bred,
	.city_level .con_bred,
	.city_level .country_bred .bred_arrow {
		display: none
	}

	.breadcrumb_elm {
		font-size: 13px;
		line-height: 30px;
		margin-left: 0
	}

	.breadcrumb_elm a {
		height: 35px;
		font-size: 12px
	}

	.breadcrumbs_inner_wrap {
		padding: 0 4%
	}
}

.bulk-locations-section {
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.bulk-locations-section a {
	width: 18%;
	margin-right: 2%
}

.bulk-location-wrap {
	border-radius: 11px;
	box-shadow: unset;
	background-color: currentColor;
	text-align: center;
	padding: 10px;
	border: 0px solid #fff400;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	justify-content: space-between;
	background: navy;
}

.more-locations-link {
	margin-top: 16px;
	margin-left: 2px;
	display: flex;
	align-items: center
}

.bulk-location-img {
	overflow: hidden;
	max-height: 27px;
	display: flex;
	align-items: center;
	font-weight: 600
}


.bulk-location-img img {
    height: 47px;
    overflow: hidden;
    width: 25px;
    object-fit: cover;
}


.Desktop_device .bulk-location-wrap:hover,
.bulk-location-wrap:active {
	border: 1px solid #005eff;
	background: #dce7fb
}

.bulk-location-name {
	font-size: 14px;
	color: #fff;
	flex: 1;
	text-align: left;
	text-transform: inherit;
}

.bulk-location-temp {
	font-weight: 600;
	margin-left: 8px;
	min-width: 20px;
	color: #fff;
}

@media (max-width:1200px) {
	.bulk-location-temp {
		margin-left: 4px
	}
}

@media (max-width:1020px) {
	.bulk-locations-section a {
		width: 22%;
		margin-right: 3%
	}
}

@media (max-width:750px) {
	.bulk-locations-section a {
		width: 30%;
		margin-right: 3%
	}
}

@media (max-width:550px) {
	.bulk-locations-section {
		justify-content: space-between
	}

	.bulk-locations-section a {
		width: 46%;
		margin-right: 0
	}

	.bulk-location-temp {
		margin-left: 8px
	}
}

@media (max-width:320px) {
	.bulk-location-temp {
		margin-left: 4px
	}
}

.click-on-bellow {
	margin-top: 22px;
	background-image: url(../images/i-icon-orange.svg);
	background-repeat: no-repeat;
	font-size: 14px;
	border-radius: 8px;
	background-position: 11px 14px;
	padding: 12px 6px 11px 37px;
	background-size: 17px;
	line-height: 23px
}

.calendar_day {
	background: #f1f7ff;
	border-radius: 7px;
	margin: 6px;
	border: 1px solid transparent;
	height: 91px;
	display: block;
	text-align: center
}

.Desktop_device .calendar_day:hover,
.calendar_day:active {
	box-shadow: 0 2px 11px 0 rgba(7, 52, 129, .26)
}

.Desktop_device .calendar_day.empty {
	background: #f9fcff
}

.Desktop_device .calendar_day.empty:hover,
.menu_wrap .active a:hover {
	box-shadow: none
}

#calendar,
#intervals-1 {
	scroll-margin-top: 120px
}

.calendar_day_image {
	width: 34px;
	height: 34px;
	max-width: 34px;
	max-height: 34px;
	margin: 3px auto;
	overflow: hidden;
	display: block
}

.calendar_day_day {
	padding: 5px 0 0 7px;
	text-align: left;
	color: #00f;
	font-size: 15px;
	font-weight: 600
}

.calendar_day_degree {
	padding-top: 8px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px
}

.calendar_day_degree .max-degree {
	font-weight: 600
}

.calendar_day_degree .min-degree {
	color: #6e6e6e;
	font-size: 10px
}

.calendar_day_degree .degree-separator {
	margin: 0 .5px
}

.calendar_wrap td {
	width: 14.28%
}

.calendar_wrap .arrow-wrap {
	cursor: pointer
}

.far_month.Mobile_device .calendar_wrap,
.next_month.Mobile_device .calendar_wrap {
	margin-top: 0
}

.far_month.Mobile_device .calendar_wrap .section-header,
.next_month.Mobile_device .calendar_wrap .section-header {
	font-size: 18px;
	font-weight: 400;
	color: rgba(22, 22, 22, .7);
	margin-top: 8px;
	text-transform: none
}

.calendar_table {
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	border-radius: 12px
}

.calendar_table th {
	padding-bottom: 14px;
	font-size: 14px;
	font-weight: 700
}

.calendar_table .page-date {
	border: 1px solid #ff9800
}

.calendar_table .today .calendar_day_day {
	color: #fff;
	background: #00f;
	border-radius: 50%;
	display: table-caption;
	padding: 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	margin: 4px 0 -2px 10px;
	font-size: 12px
}

@media (max-width:650px) {
	.min-degree .degree-sign {
		display: none
	}
}

@media (max-width:550px) {
	.calendar_day_degree {
		font-size: 11px
	}

	.calendar_day_image {
		max-height: 27px;
		margin-top: 4px
	}
}

@media (max-width:475px) {
	.calendar_day {
		margin: 5px 2px;
		border-radius: 4px;
		height: 80px
	}

	.calendar_day_day {
		font-size: 11px
	}

	.calendar_table .today .calendar_day_day {
		font-size: 10px;
		padding: 3px
	}

	.calendar_table th {
		font-size: 14px
	}
}

@media (max-width:425px) {
	.calendar_day_degree {
		padding: 4px 0;
		font-size: 10px
	}

	.min-degree {
		font-size: 9px;
		margin-left: -1.5px
	}
}

.cities_list {
	margin-left: -2%
}

.cities_list .general_button {
	float: left;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 11px 13px;
	font-size: 14px
}

@media (max-width:910px) {
	.cities_list {
		margin-left: -3%
	}

	.cities_list .general_button {
		margin-left: 3%;
		width: 22%
	}
}

@media (max-width:750px) {
	.cities_list .general_button {
		margin-left: 4%;
		width: 29%
	}

	.cities_list {
		margin-left: -4%
	}
}

@media (max-width:550px) {

	.cities_list .general_button,
	.cities_list.section-wrap .button_one.general_button {
		margin-left: 5%;
		width: 45%;
		max-width: 45%
	}

	.cities_list {
		margin-left: -5%
	}
}

@media (max-width:450px) {
	.cities_list .general_button {
		margin-bottom: 19px
	}
}

.services-image-wrap {
	margin-top: 50px;
	width: 475px
}

.services-image-wrap img,
.two-buttons a button {
	width: 100%
}

.consulting-services-content {
	display: flex;
	flex-wrap: wrap
}

.contact-form {
	width: 450px;
	text-align: left;
	margin: 0 auto;
	border-radius: 11px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	padding: 20px;
	display: table
}

.contact-form label {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 14px
}

.contact-form input,
.contact-form textarea {
	margin-top: 7px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	display: block;
	width: 100%;
	padding: 10px 15px;
	min-height: 30px
}

.contact-form textarea {
	min-height: 60px
}

.contact-form .submit-button {
	margin-top: 30px;
	background: #005eff;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 40px
}

.required:after {
	content: " *";
	color: red
}

.form-line {
	margin-bottom: 36px
}

.checkbox {
	display: flex;
	align-items: flex-start
}

.checkbox input,
.checkbox label {
	display: inline-block;
	margin-top: 0
}

.checkbox input {
	width: 25px;
	height: 20px;
	border-radius: 3px
}

.checkbox label {
	margin-left: 4px;
	line-height: 20px;
	flex: 1;
	font-size: 14px;
	text-transform: inherit;
	color: #615f6d
}

.checkbox a {
	color: #005eff
}

@media (max-width:750px) {
	.consulting-services-content {
		display: block
	}

	.contact-form,
	.contact-form input {
		width: 100%
	}
}

@media (max-width:550px) {
	.services-image-wrap {
		margin-top: 50px;
		width: 100%
	}
}

.flex-list {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap
}

.continents-section .flex-list {
	margin-right: -18px
}

.continent-item {
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	padding: 24px 12px;
	text-align: center;
	margin-right: 18px;
	margin-bottom: 24px
}

.continent-item:hover {
	background-color: #f8fafd
}

.continent-image {
	width: 200px;
	height: 200px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d0d5dd;
	display: block;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: hidden
}

@media (max-width:530px) {
	.continents-section .flex-list {
		justify-content: space-between;
		margin-right: 0
	}

	.continent-item {
		width: 47%;
		padding: 16px;
		margin-right: 0
	}

	.continent-image {
		height: auto;
		padding-bottom: 16px;
		margin-bottom: 16px
	}
}

.down-arrow {
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border: solid 2px #615f6d;
	border-left: 0;
	border-top: 0;
	cursor: pointer
}

.open-button {
	position: absolute;
	top: 5px;
	right: 6px;
	pointer-events: none;
	cursor: pointer
}

.date-input,
.date-picker-wrap {
	height: 25px;
	width: 35px;
	cursor: pointer
}

.date-picker-wrap {
	position: relative;
	display: inline-flex
}

.date-input {
	opacity: 0
}

.past-weather_page .page-sub-header {
	display: flex;
	justify-content: center;
	align-items: center
}

.day_table_24 {
	overflow-x: scroll
}

.day_table_24::-webkit-scrollbar,
.menu_wrap::-webkit-scrollbar {
	display: none
}

.next-day-table-button {
	margin-left: 24px;
	padding-right: 24px;
	max-width: 100px;
	font-size: 14px;
	line-height: 18px
}

.next-day-table-button button {
	margin-bottom: 8px;
	background-color: #ffae00
}

.next-day-table-button .arrow-inside-circle {
	width: 10px;
	height: 10px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff
}

.day_table {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 12px
}

.day_table th {
	text-align: left;
	position: sticky;
	left: -1px;
	background: #fff;
	z-index: 1;
	font-weight: 600;
	width: 120px;
	padding-left: 16px;
	font-size: 16px
}

.day_table thead {
	background: #f7f9fc;
	border-radius: 12px;
	height: 70px
}

.day_table thead th {
	background-color: #f7f9fc;
	border-top-left-radius: 12px
}

.day_table thead td {
	font-size: 16px;
	line-height: 2.15;
	color: #161616;
	padding-bottom: 14px;
	font-weight: 600;
	padding-top: 18px
}

.day_table thead td:last-child {
	border-top-right-radius: 12px
}

.day_table tbody td {
	height: 66px;
	font-size: 16px;
	min-width: 94px;
	width: 94px;
	text-align: center;
	color: #3f4851
}

.day_table tbody td,
.day_table tbody th {
	border-top: 1px solid #ededf2
}

.day_table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px
}

.day_table tbody tr:last-child th {
	border-bottom-left-radius: 12px
}

.day_table .table_weather_icon {
	width: 44px;
	height: 44px;
	max-width: 44px;
	max-height: 44px;
	overflow: hidden
}

.day_table .wind_unit {
	font-size: 12px;
	margin-left: 2px
}

.day_table .left-align {
	padding-left: 16px
}

.Desktop_device .day_table tbody tr:hover,
.Desktop_device .day_table tbody tr:hover th,
.day_table tr:active {
	background: #efecec
}

.wind-degree {
	margin-top: 5px;
	transition: transform 4s;
	transform: rotate(0)
}

.weather_des {
	padding: 4px 1px 6px;
	font-size: 12px
}

.des_td {
	vertical-align: baseline;
	padding-top: 6px
}

.day_table_section,
.day_table_wrap {
	text-align: center
}

.day_table_wrap {
	position: relative;
	scroll-behavior: smooth;
	overflow-x: auto;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	min-height: 800px;
	border-radius: 12px
}

.day_table_wrap .spinner {
	left: 50%;
	display: block
}

.day_table_wrap .toggle-buttons-wrap {
	max-width: 320px
}

@media (max-width:550px) {
	.day_table {
		border-left: 0
	}

	.day_table thead td {
		font-size: 14px
	}

	.day_table th {
		font-size: 13px;
		padding-right: 6px;
		padding-left: 8px;
		left: -1px
	}

	.day_table_wrap {
		margin-top: 24px;
		box-shadow: none;
		min-height: 344px;
		border-left: 1px solid #e0e0e0;
		border-radius: 12px 0 0 12px;
		margin-right: -3%
	}

	.day_table tbody td {
		font-size: 14px;
		min-width: 76px;
		width: 76px
	}
}

.date-with-snow-line {
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px
}

.date-with-snow {
	color: #005eff;
	font-size: 16px
}

#day-four-parts-placeholder {
	min-height: 344px
}

.day-parts-section {
	position: relative;
	max-width: 400px;
	min-width: 300px;
	min-height: 344px;
	margin: 28px auto;
	border: 1px solid rgba(0, 0, 0, .07);
	box-sizing: border-box;
	box-shadow: 0 12px 32px rgba(0, 58, 112, .06);
	border-radius: 16px
}

.day-parts-section .spinner {
	display: block;
	left: 50%;
	top: 45px
}

.day-parts-top-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ededed;
	padding: 24px
}

.day-parts-top-center {
	text-align: center;
	font-size: 16px
}

.day-parts-header {
	font-weight: 600
}

.day-parts-sub-header {
	color: #747481;
	font-weight: 400;
	margin-top: 6px
}

.day-parts-wrap {
	display: flex;
	text-align: center;
	justify-content: space-between;
	font-size: 12px;
	letter-spacing: -.02em;
	color: #141f2a;
	padding: 24px
}

.day-part-name {
	font-weight: 400;
	color: #747481
}

.day-part-icon {
	min-height: 34px;
	margin: 12px auto 4px
}

.day-part-icon img {
	width: 38px;
	height: 38px;
	max-height: 38px;
	max-width: 38px;
	overflow: hidden
}

.day-part-temp {
	font-weight: 600;
	font-size: 16px
}

.day-part-precipitation {
	margin-top: 4px;
	color: #747481
}

.two-buttons {
	display: flex;
	justify-content: space-between;
	padding: 18px 24px 24px
}

.two-buttons a {
	width: 48%;
	min-width: 48%
}

.menu_wrap,
nav {
	max-width: 100%
}

.menu_wrap {
	width: 1080px;
	position: relative;
	margin: 32px auto 0;
	padding: 30px;
	display: flex;
	justify-content: start;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 58, 112, .06);
	border-radius: 16px
}

.menu_wrap li {
	margin-right: 15px
}

.menu_wrap li a {
	white-space: nowrap;
	padding: 13px 17px;
	color: #141f2a;
	display: block;
	background: rgba(255, 255, 255, .3);
	min-width: 130px;
	background: #f3f4f8;
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	height: 44px
}

.menu_wrap .active a {
	background: #1353bb;
	color: #fff
}

.Desktop_device .menu_wrap li a:hover,
.menu_wrap li a:active {
	background-color: #e5e7eb
}

.Desktop_device .menu_wrap li.active a:hover,
.menu_wrap li.active a:active {
	background-color: #1353bb;
	cursor: default
}

@media (max-width:1080px) {
	nav {
		width: 980px;
		max-width: 100%;
		margin: 0 auto
	}

	#nav-today {
		display: none
	}
}

@media (max-width:1000px) {
	.menu_wrap {
		border-radius: 0;
		padding: 18px
	}

	.desktop-navbar-search {
		margin-right: 16px
	}
}

@media (max-width:900px) {
	.menu_wrap {
		overflow-x: scroll
	}
}

@media (max-width:550px) {
	.menu_wrap {
		margin-top: 32px
	}

	#nav-today {
		display: block
	}
}

.Desktop_device .ui-menu-item .ui-state-active,
.Desktop_device .ui-menu-item a:hover,
.Desktop_device .ui-menu-item.hover a,
.ui-menu-item a:active {
	background-color: #e1ebfb
}

.dropdown-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 4px;
	min-height: 36px
}

.see-all {
	background: #e0ebff
}

.dropdown_area_wrap {
	text-align: center
}

.quick_links_section .mobile-links-block button .round-arrow,
.ui-helper-hidden-accessible {
	display: none
}

.d_country .d_city {
	margin-top: 6px
}

.d_city {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 2px
}

.d_country {
	font-size: 14px
}

.d_left {
	flex: 1
}

.d_right {
	width: 23px
}

.d_right img {
	width: 23px;
	margin-right: 2px
}

.d_city.d_country {
	margin-bottom: 0
}

.ui-autocomplete {
	z-index: 5;
	padding: 0;
	list-style: none;
	background-color: #fff;
	width: 200px;
	border: 1px solid #b0beca;
	max-height: 350px;
	overflow-x: hidden
}

.ui-autocomplete .ui-menu-item a {
	border-top: 1px solid #b0beca;
	display: block;
	padding: 4px 6px;
	color: #353d44;
	cursor: pointer
}

.ui-autocomplete .ui-menu-item:first-child a {
	border-top: none
}

.dropdown_wrap {
	float: right;
	margin-left: 40px
}

.dropdown_wrap input {
	border: 0;
	border-bottom: 1px solid #000;
	height: 27px;
	width: 120px;
	outline: 0;
	background: 0 0
}

.dropdown_area_wrap .dropdown_wrap {
	float: none;
	margin: 40px auto 0
}

.dropdown {
	display: flex;
	align-items: center
}

.dropdown input {
	width: 100%;
	padding: 7px 8px;
	border: 0;
	border-radius: 4px;
	font-size: 16px
}

.header-wrap {
	/* height: 270px; */
}

.header-bottom-image {
    
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 66px;
	padding-top: 0;
	background-position: bottom
}

.header-center-wrap {
	text-align: center;
	margin-top: 24px
}

.page-header {
	font-size: 36px;
	font-weight: 600
}

.small-header {
	font-size: 28px
}

.very-small-header {
	font-size: 24px
}

.page-sub-header {
	font-size: 22px;
	margin-top: 20px;
	min-height: 28px;
	color: #615f6d;
	display: flex;
	align-items: center;
	justify-content: center
}

.page-sub-header .page-date {
	margin-left: 5px
}

.short-header-wrap.header-wrap {
	/* height: 56px; */
}

@media (min-width:550px) {
	.Mobile_device .header-bottom-image {
		height: 48px;
		margin-top: -1px
	}
}

@media (max-width:550px) {
	.header-bottom-image {
		height: 48px;
		margin-top: -1px
	}

	.header-wrap {
		height: 258px
	}

	.header-center-wrap {
		margin-top: 30px
	}

	.page-sub-header {
		max-width: 98%;
		margin: 16px auto 0;
		line-height: 28px;
		font-size: 18px
	}

	.page-sub-header strong {
		display: block
	}
}

@media (max-width:330px) {
	.page-header {
		font-size: 32px
	}
}

.answer-options {
	display: flex;
	justify-content: space-between
}

.thank-you {
	display: none;
	font-size: 22px
}

.answer-options button {
	padding: 10px 25px;
	min-width: 46%
}

.other-feedback {
	margin-top: 20px;
	display: none;
	text-align: center
}

.other-feedback .section-button {
	margin-top: 30px
}

.other-feedback textarea {
	width: 100%;
	font-size: 16px;
	padding: 8px
}

.other-feedback button {
	margin-top: 15px
}

@media (max-width:340px) {
	.section-wrap .answer-options .button_one.general_button {
		width: 105px
	}
}

.faq-wrap {
	background-color: #f7f9fc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.question-wrap {
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	margin-bottom: 20px;
	line-height: 25px;
	border-radius: 8px;
	background: #fff;
	padding: 16px
}

.answer {
	line-height: 28px;
	margin-top: 12px;
	border-top: solid 1px #ddeaff;
	padding-top: 12px;
	display: none;
	margin-left: 40px
}

.answer .description-placeholder {
	text-transform: lowercase
}

.question {
	font-weight: 600;
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	padding-right: 24px;
	cursor: pointer;
	background-size: 30px, 16px;
	padding-left: 40px;
	background-position: 0 0, right 6px top 7px;
	min-height: 32px
}

.question.close {
	background-image: url(../images/up-arrow.svg)
}

.temp-question .question {
	background-image: url(../images/faq/temp.webp), url(../images/down-arrow.svg)
}

.temp-question .question.close {
	background-image: url(../images/faq/temp.webp), url(../images/up-arrow.svg)
}

.rain-question .question {
	background-image: url(../images/faq/rain.webp), url(../images/down-arrow.svg)
}

.rain-question .question.close {
	background-image: url(../images/faq/rain.webp), url(../images/up-arrow.svg)
}

.snow-question .question {
	background-image: url(../images/faq/snow.webp), url(../images/down-arrow.svg)
}

.snow-question .question.close {
	background-image: url(../images/faq/snow.webp), url(../images/up-arrow.svg)
}

.question-mark-question .question {
	background-image: url(../images/faq/question-mark.svg), url(../images/down-arrow.svg)
}

.question-mark-question .question.close {
	background-image: url(../images/faq/question-mark.svg), url(../images/up-arrow.svg)
}

.long-question .question {
	background-image: url(../images/faq/long.svg), url(../images/down-arrow.svg)
}

.long-question .question.close {
	background-image: url(../images/faq/long.svg), url(../images/up-arrow.svg)
}

.sun-question .question {
	background-image: url(../images/faq/sunlight.svg), url(../images/down-arrow.svg)
}

.sun-question .question.close {
	background-image: url(../images/faq/sunlight.svg), url(../images/up-arrow.svg)
}

.wind-question .question {
	background-image: url(../images/faq/wind.svg), url(../images/down-arrow.svg)
}

.wind-question .question.close {
	background-image: url(../images/faq/wind.svg), url(../images/up-arrow.svg)
}

.sunset-question .question {
	background-image: url(../images/faq/sunset.svg), url(../images/down-arrow.svg)
}

.sunset-question .question.close {
	background-image: url(../images/faq/sunset.svg), url(../images/up-arrow.svg)
}

.pack-question .question {
	background-image: url(../images/faq/pack.webp), url(../images/down-arrow.svg)
}

.pack-question .question.close {
	background-image: url(../images/faq/pack.webp), url(../images/up-arrow.svg)
}

.countries-question .question {
	background-image: url(../images/faq/countries.svg), url(../images/down-arrow.svg)
}

.countries-question .question.close {
	background-image: url(../images/faq/countries.svg), url(../images/up-arrow.svg)
}

.target-question .question {
	background-image: url(../images/faq/target.svg), url(../images/down-arrow.svg)
}

.target-question .question.close {
	background-image: url(../images/faq/target.svg), url(../images/up-arrow.svg)
}

.calendar-question .question {
	background-image: url(../images/faq/calendar.svg), url(../images/down-arrow.svg)
}

.calendar-question .question.close {
	background-image: url(../images/faq/calendar.svg), url(../images/up-arrow.svg)
}

.fourteen-table-image-wrap {
	width: 40px;
	margin: 0 auto;
	max-height: 40px;
	max-width: 40px;
	overflow: hidden
}

.fourteen-table-image-wrap img {
    width: 61px;
    height: 55px;
}

.table .wind_unit {
	font-size: 12px;
	margin-left: 2px
}

.image-column {
	min-width: 128px
}

.fourteen-table .link-with-right-arrow {
	font-weight: inherit;
	font-size: inherit
}

#last-row {
	text-align: center;
	padding: 30px 0
}

@media (max-width:720px) {
	.fourteen-table.table td {
		font-size: 13px;
		min-width: 60px
	}

	.image-column {
		min-width: 60px
	}
}

@media (max-width:550px) {
	.image-column {
		min-width: 90px
	}
}

.four-parts-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.four-parts-item-wrap {
	width: 222px;
	height: 232px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-align: center
}

.four-parts-icon {
	margin-top: 49px;
	min-height: 64px;
	min-width: 64px;
	overflow: hidden
}

.four-parts-label {
	font-weight: 400;
	color: rgba(22, 22, 22, .7);
	font-size: 16px;
	margin-top: 15px
}

.four-parts-value {
	font-weight: 600;
	font-size: 24px;
	margin-top: 8px
}

.day-part-wind {
	font-size: 12px;
	margin-top: 9px
}

.day-part-wind img {
	transition: transform 4s;
	transform: rotate(0)
}

@media (max-width:1000px) {
	.four-parts-item-wrap {
		width: 23%
	}
}

@media (max-width:550px) {
	.four-parts-item-wrap {
		width: 48%;
		height: 195px;
		margin-bottom: 4%
	}

	.four-parts-icon {
		margin-top: 30px
	}
}

.big_footer_wrapper {
	width: 100%;
	padding: 40px;
	background: #183254;
	color: #fff;
	margin-top: 72px
}

.big_footer_inner {
	width: 1000px;
	margin: 0 auto;
	display: flex
}

.footer_list {
	display: table;
	margin: 0 auto
}

.footer_list_header {
	font-weight: 600;
	font-size: 16px
}

.footer_item {
	font-size: 15px;
	padding-top: 26px;
	color: #b8bfca;
	display: block
}

.footer_item:hover {
	color: #fff
}

.footer_small_list_wrap {
	display: flex
}

.footer_small_list .footer_item {
	margin-right: 30px
}

@media (max-width:1050px) {
	.big_footer_inner {
		width: 100%
	}
}

@media (max-width:790px) {
	.footer_small_list_wrap {
		display: initial
	}
}

@media (max-width:550px) {
	.footer_logo {
		display: none
	}
}

@media (max-width:450px) {
	.big_footer_wrapper {
		padding: 40px 20px
	}
}

.galleries-wrap .section-header {
	text-align: left
}

.generic-gallery-inner-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow-x: auto
}

.item-name-wrap {
	padding: 17px 11px;
	min-height: 73px;
	display: flex;
	align-items: center;
	color: #005eff
}

.item-name {
	text-align: left;
	flex: 1
}

.hotel_item_wrap.last-item {
	border: solid 2px #005eff;
	height: 280px;
	text-align: center
}

.hotel_item_wrap.last-item .button_two {
	box-shadow: none;
	border: 0;
	margin: 100px auto;
	font-size: 18px
}

.generic-gallery-wrap .hotel_item_wrap {
	width: 290px
}

@media (max-width:1350px) {
	.generic-gallery-wrap .hotel_item_wrap {
		width: 260px
	}
}

.gallery_item_wrap {
	border-radius: 6px;
	border: solid 1px #d4d3d3;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .13)
}

.links_gallery_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap
}

.links_gallery_wrap a {
	width: 30%;
	margin-bottom: 24px
}

.gallery-item-name-and-arrow {
	display: flex;
	padding: 16px;
	align-items: center
}

.gallery_item_image_wrap {
	width: 100%;
	height: 174px;
	overflow: hidden
}

.gallery_item_image_wrap img {
	width: 100%;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px
}

.Desktop_device .gallery_item_image_wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .5s
}

.gallery-item-name {
	color: #19275c;
	font-size: 18px;
	margin-top: 1px;
	position: relative;
	text-align: left;
	flex: 1;
	line-height: 25px
}

.gallery-item-arrow {
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	border: solid 2px #005eff;
	border-left: 0;
	border-top: 0;
	margin-top: 5px
}

.gallery_item_wrap.hidden {
	box-shadow: none;
	border: 0
}

.gallery_control {
	position: absolute;
	z-index: 1
}

.gallery_next {
	right: 0
}

.gallery_prev {
	left: -24px
}

.gallery_control button {
	width: 48px;
	height: 48px;
	border-radius: 42px;
	box-shadow: 0 2px 24px 0 rgba(3, 74, 196, .35);
	background-color: #005eff;
	cursor: pointer
}

.Desktop_device .gallery_control button:not([disabled]):hover,
.gallery_control button:not([disabled]):active {
	background-color: #0459eb
}

.gallery-arrow {
	width: 13px;
	height: 13px;
	transform: rotate(-45deg);
	margin-left: 16px;
	display: block
}

.gallery_next .gallery-arrow {
	border: solid 2px #fff;
	border-left: 0;
	border-top: 0
}

.gallery_prev .gallery-arrow {
	border: solid 2px #fff;
	border-right: 0;
	border-bottom: 0;
	margin-left: 20px
}

.gallery_wrap {
	margin: 8px auto -8px;
	display: flex;
	align-items: center;
	position: relative
}

.gallery_control.disable button {
	background: #ebebeb;
	box-shadow: none
}

.gallery_control:disabled img {
	opacity: .3
}

.gallery_control:disabled {
	cursor: default
}

.outer_wrap_gallery {
	flex: 1;
	overflow: hidden;
	margin-left: 20px;
	max-width: 935px
}

.inner_wrap {
	display: flex;
	padding: 24px 10px
}

@media (max-width:1020px) {
	.articles-gallery .article-attribution {
		display: none
	}
}

@media (max-width:960px) {
	.links_gallery_section {
		overflow-x: scroll
	}
}

@media (max-width:730px) {
	.links_gallery_wrap a {
		width: 45%
	}
}

@media (max-width:660px) {
	.travel-links-section .section-content {
		max-width: 100%;
		overflow-x: scroll
	}

	.gallery_prev {
		left: -10px
	}
}

@media (max-width:500px) {
	.links_gallery_wrap a {
		width: inherit;
		margin-bottom: 36px
	}

	.links_gallery_wrap a:last-of-type {
		margin-bottom: 0
	}
}

.list-with-icons-wrap {
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.list-with-icons-wrap a {
	margin-right: 15px;
	margin-bottom: 15px
}

.item-with-icon-wrap:active,
.item-with-icon-wrap:hover,
.list-with-icons-wrap a:active {
	background: #fcfcfc;
	border: 1px solid #005eff
}

.item-with-icon-wrap {
	padding: 10px;
	border-radius: 15px;
	background: #f1f7ff;
	text-align: center;
	margin-bottom: 20px;
	color: #005eff;
	width: 130px;
	height: 105px;
	border: 1px solid transparent
}

.item-with-icon-img {
	font-size: 17px
}

.item-with-icon-name {
	font-size: 14px
}

@media (max-width:550px) {
	.list-with-icons-wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 15px
	}
}

.locations_wrap {
	justify-content: space-between;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	grid-row-gap: 0;
	column-gap: 3%;
	row-gap: 28px
}

.location_wrap {
	position: relative;
	height: 280px;
	overflow: hidden;
	border-radius: 12px
}

.location_name {
	color: #fff;
	text-align: center;
	top: 23%;
	position: absolute;
	z-index: 1;
	font-size: 34px;
	width: 100%;
	font-weight: 600;
	padding: 3px
}

.location_wrap img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 12px
}

.Desktop_device .hotel-item-wrap:hover .image_overlay,
.Desktop_device .location_wrap:hover .image_overlay {
	background: 0 0
}

@media (max-width:983px) {
	.location_wrap {
		height: 220px
	}
}

@media (max-width:550px) {
	.locations-section {
		position: relative
	}

	.locations_wrap {
		display: flex;
		column-gap: 0;
		max-width: 100%;
		overflow: scroll
	}

	.locations_wrap:after {
		content: "";
		height: 100%;
		width: 15%;
		display: block;
		position: absolute;
		right: -6px;
		background: #fff;
		background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%)
	}

	.location_wrap {
		height: 190px;
		min-width: 180px;
		margin-right: 14px
	}

	.location_wrap,
	.location_wrap .image_overlay,
	.location_wrap img {
		border-radius: 8px
	}

	.location_name {
		font-size: 30px
	}
}

.long_range_box {
	padding: 20px 30px;
	margin-bottom: 30px;
	border-radius: 11px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1)
}

@media (max-width:550px) {
	.long_range_box {
		padding: 20px;
		margin-left: 6%;
		margin-right: 6%
	}
}

.hamburger {
	position: relative;
	z-index: 5;
	width: 39px;
	height: 50px;
	margin-left: 5px;
	padding-top: 12px;
	padding-left: 12px
}

.hamburger_line {
	width: 26px;
	height: 4px;
	background-color: #005eff;
	margin-bottom: 6px
}

.hamburger_option {
	font-size: 15px;
	padding: 22px 12px;
	margin: 0 13px;
	border-bottom: 1px solid #9599c3;
	color: #fff;
	white-space: nowrap
}

.last-hamburger-option {
	border: 0
}

@media (max-width:550px) {
	.hamburger {
		display: block
	}
}

.hamburger.open span {
	background: #fff
}

.mobile-inner-menu {
	overflow-y: auto;
	height: 100%;
	max-height: 80vh
}

.mobile-menu {
	width: 0;
	left: 0;
	z-index: 3;
	padding: 60px 0 65px;
	position: fixed;
	background-image: url(../images/sidebar.svg);
	box-shadow: 0 2px 31px 0 rgba(0, 0, 0, .5);
	color: #fff;
	top: 0;
	max-height: 90vh;
	overflow-y: auto;
	background-color: #1a237e;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s
}

.mobile-menu .slider.round {
	background-color: #abb3e3
}

.mobile-menu .unit-changer {
	margin-left: 8px
}

.mobile-menu .unit-changer .temp-unit {
	font-size: 16px;
	margin: 0 6px;
	letter-spacing: 2px
}

.open .mobile-menu {
	width: 88%
}

.hamburger-icon {
	width: 29px;
	height: 24px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 4
}

.hamburger-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #005eff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.hamburger-line1 {
	top: 0
}

.hamburger-line2,
.hamburger-line3 {
	top: 10px
}

.hamburger-line4 {
	top: 21px
}

.open .hamburger-line1 {
	top: 21px;
	width: 0;
	left: 50%
}

.open .hamburger-line2 {
	transform: rotate(45deg)
}

.open .hamburger-line3 {
	transform: rotate(-45deg)
}

.open .hamburger-line4 {
	top: 18px;
	width: 0;
	left: 50%
}

.hamburger-accordion-label {
	position: relative
}

.accordion-option::after,
.hamburger-accordion-label::after {
	content: "";
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: 0;
	border-top: 0;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px
}

.accordion-option {
	background: #fff;
	color: #005eff;
	font-size: 15px;
	padding: 18px 45px 18px 29px;
	border-bottom: 1px solid #d3d3d3;
	position: relative
}

.accordion-option img {
	width: 16px;
	margin-right: 10px;
	vertical-align: text-top;
	margin-top: 1px
}

.accordion-option::after {
	border-left: solid 2px #005eff;
	border-bottom: solid 2px #005eff;
	transform: rotate(-135deg);
	right: 37px
}

.accordion-section {
	display: none;
	padding: 0 15px;
	background: #fff
}

.hotels_inner_wrap,
.mobile_menu_wrap a {
	display: flex;
	justify-content: space-between
}

.hotels_inner_wrap {
	width: 100%;
	overflow-x: auto
}

.hotel_item_wrap {
	width: 260px;
	position: relative;
	border-radius: 11px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	margin: 10px 24px 24px 0
}

.hotel_item_wrap .link-button {
	font-weight: 600;
	text-transform: uppercase
}

.hotel_name {
	font-size: 18px;
	min-height: 44px;
	margin: 15px 0 8px;
	font-weight: 600;
	text-align: left
}

.stars_wrap {
	max-height: 20px;
	overflow: hidden
}

.stars_wrap img {
	margin-right: 5px
}

.hotel_img_wrap {
	max-height: 150px;
	overflow: hidden;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px
}

.hotels-text-and-button {
	margin: 16px 0 30px
}

.hotels-text-and-button button {
	min-width: 200px
}

.hotels_text {
	text-align: left;
	margin-bottom: 16px;
	margin-right: 40px;
	max-width: 720px
}

.hotels_text p {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: 400;
	color: rgba(22, 22, 22, .7)
}

.hotel_img_wrap img {
	width: 100%;
	transition: all .5s;
	min-height: 150px;
	transform: scale(1.03)
}

.Desktop_device .hotel_img_wrap:hover img,
.hotel_img_wrap:active img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.hotel_details {
	padding: 16px 18px 22px;
	text-align: left
}

@media (min-width:1200px) {
	.hotel_item_wrap {
		width: 286px
	}

	.hotel_img_wrap {
		max-height: 180px
	}

	.hotel_img_wrap img {
		min-height: 180px
	}
}

@media (max-width:850px) {
	.hotels_text {
		margin-right: 0
	}

	.hotels-text-and-button {
		display: block
	}
}

.map-banner-wrap {
	background-image: url(../images/illustrations/map.svg), url(../images/map-background.svg);
	background-repeat: no-repeat;
	background-color: #f5fbff;
	border-radius: 20px;
	background-position: center bottom, -66px bottom;
	padding: 40px 24px 206px;
	background-size: 214px, auto;
	max-width: 300px;
	margin-bottom: 60px
}

.banner-text {
	font-size: 36px;
	font-weight: 700
}

.banner-button {
	margin-top: 36px;
	background: #1353bb;
	color: #fff;
	white-space: nowrap;
	display: block;
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	height: 44px;
	padding: 13px 30px 13px 17px;
	position: relative
}

.banner-button:hover {
	box-shadow: 0 2px 21px 0 rgba(7, 52, 129, .26)
}

.banner-button::after,
.mobile_menu_wrap a .right-arrow {
	width: 8px;
	height: 8px;
	position: absolute;
	border-left: 0;
	border-top: 0
}

.banner-button::after {
	content: "";
	transform: rotate(-45deg);
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	margin-left: 10px;
	right: 14px;
	top: 17px
}

@media (max-width:550px) {
	.map-banner-wrap {
		max-width: 100%
	}
}

.mobile_menu_wrap a {
	height: 58px;
	border-radius: 16px;
	margin-bottom: 18px;
	position: relative;
	text-align: left;
	width: 90%;
	max-width: 300px;
	color: #161616;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	align-items: center;
	background: #d7edff;
	padding: 16px 40px 16px 24px
}

.mobile_menu_wrap a:active,
.mobile_menu_wrap a:hover {
	background-color: #bddffb
}

.mobile_menu_wrap a .right-arrow {
	border-right: solid 2px #005eff;
	border-bottom: solid 2px #005eff;
	right: 28px;
	top: 50%;
	margin-top: -3px
}

.other-pages-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.bottom-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: left
}

.bottom-menu a {
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 20px
}

@media (max-width:780px) {
	.bottom-menu {
		justify-content: space-between
	}

	.bottom-menu a {
		width: 45%;
		margin-right: 0
	}
}

@media (max-width:550px) {
	.bottom-menu a {
		width: 100%;
		max-width: 320px
	}
}

@media (max-width:400px) {
	.mobile_menu_wrap a {
		max-width: initial
	}
}

@media (max-width:360px) {
	.mobile_menu_wrap a::after {
		right: 20px
	}
}

.mobile-links-block a {
	height: 64px;
	font-size: 14px;
	position: relative;
	padding-left: 54px;
	padding-right: 14px;
	max-width: 352px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 16px;
	background-repeat: no-repeat;
	background-position: 14px;
	background-color: #fff;
	border: 1px solid #dbe4f5;
	box-shadow: 0 18px 46px rgba(0, 58, 112, .06);
	border-radius: 16px;
	line-height: 19px;
	color: #141f2a
}

.mobile-links-block a:active,
.mobile-links-block a:hover {
	box-shadow: 0 2px 24px 0 rgba(3, 74, 196, .35)
}

.mobile-links-block a .arrow-inside-circle {
	width: 9px;
	height: 9px;
	margin-top: -4px;
	margin-right: -4px
}

.mobile-links-block a#long-range {
	background-image: url(../images/buttons/long-range.svg)
}

.mobile-links-block a#fourteen {
	background-image: url(../images/buttons/fourteen.svg)
}

.mobile-links-block a#current-month,
.mobile-links-block a#next-month {
	background-image: url(../images/buttons/month.svg)
}

.mobile-links-block a#webcam {
	background-image: url(../images/webcam-blue.svg);
	background-size: 20px;
	background-position-x: 15px
}

.mobile-links-block a#today {
	background-image: url(../images/clock-blue.svg)
}

.mobile-links-block a#current-location {
	background-image: url(../images/buttons/current-location-blue.svg)
}

.mobile-links-block a#flights {
	background-image: url(../images/buttons/flights.svg)
}

.mobile-links-block a#hotels {
	background-image: url(../images/buttons/hotels.svg)
}

.mobile-links-block a#cars {
	background-image: url(../images/buttons/cars.svg)
}

.mobile-links-block a#things {
	background-image: url(../images/buttons/top-things-to-do.svg)
}

.mobile-links-block a#best {
	background-image: url(../images/buttons/best-time-visit.svg)
}

.mobile-links-block a#ski {
	background-image: url(../images/buttons/ski.svg)
}

.travel-menu .mobile-links-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0
}

.travel-menu .mobile-links-block::after {
	content: "";
	flex: .75 1 auto
}

.travel-menu .mobile-links-block a {
	width: 30%;
	margin: 16px 0 0
}

@media (max-width:800px) {
	.travel-menu .mobile-links-block a {
		width: 45%;
		font-size: 15px;
		padding-left: 60px
	}
}

@media (max-width:550px) {
	.travel-menu .mobile-links-block {
		display: block
	}

	.travel-menu .mobile-links-block::after {
		content: none
	}

	.travel-menu .mobile-links-block a {
		width: auto
	}
}

.all-month-wrap {
	background-color: #d7edff;
	background-image: url(../images/illustrations/other-month.png);
	background-position: calc(50% + 398px);
	background-repeat: no-repeat;
	background-size: 500px;
	margin-top: 80px
}

.all-month-list {
	display: flex;
	justify-content: space-between;
	max-width: 566px;
	flex-wrap: wrap;
	margin-top: 40px
}

.month-button {
	display: flex;
	align-items: center;
	padding: 24px 32px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 16px;
	width: 170px
}

.month-button:active,
.month-button:hover {
	box-shadow: 0 2px 11px 0 rgba(7, 52, 129, .26)
}

.month-index {
	font-size: 20px;
	line-height: 24px;
	color: #005fd8
}

.month-name {
	font-size: 16px;
	line-height: 20px;
	margin-left: 8px
}

.month_list_section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -20px
}

.month_link_wrap {
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	border-radius: 10px;
	border: 1px solid transparent;
	width: 100%;
	padding: 9px 5px 10px;
	max-width: 98px;
	display: block
}

.month_link_wrap:active,
.month_link_wrap:hover {
	background: #fcfcfc;
	background: #edf5ff;
	border: 1px solid #005eff
}

.month_name,
.month_number {
	font-size: 42px;
	color: #005eff;
	display: block
}

.month_name {
	font-size: 15px;
	margin-top: 2px
}

.month_list_section a {
	width: 14.6666%;
	position: relative;
	text-align: center;
	margin: 0 2% 20px 0
}

@media (max-width:910px) {
	.month_list_section {
		justify-content: space-between
	}
}

@media (max-width:625px) {
	.month_list_section a {
		width: 25%
	}

	.month_link_wrap {
		padding: 12px 5px
	}
}

@media (max-width:440px) {
	.month-button {
		width: 46%;
		padding: 18px 32px
	}

	.month_list_section a {
		width: 26%;
		padding-bottom: 11px;
		border-radius: 4px
	}

	.month_name {
		margin-top: 0
	}

	.month_list_section a:active {
		background: #f2fcff
	}
}

@media (max-width:400px) {
	.month_link_wrap {
		width: 95px
	}
}

@media (max-width:330px) {
	.month_name {
		font-size: 14px
	}

	.month_number {
		font-size: 45px
	}

	.month_link_wrap {
		width: 85px
	}

	.month_list_section a {
		margin-bottom: 5px
	}
}

@media (max-width:319px) {
	.month_list_section a {
		width: 43%
	}
}

.my-location-strip {
	display: none;
	width: 100%;
	padding: 12px;
	position: fixed;
	top: 53px;
	z-index: 4;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	background: #fff
}

.notification {
	position: absolute;
	top: -4px;
	right: -2px;
	width: 15px;
	height: 15px;
	background: #fa3e3e;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
	display: none;
	box-shadow: -1px 1px 4px0 #ffd9de
}

.strip-header {
	font-size: 15px;
	text-decoration: underline
}

.navbar-star {
	width: 36px;
	height: 36px;
	background: #f1f7ff;
	border-radius: 30px;
	cursor: pointer;
	margin-right: 8px;
	position: relative;
	text-align: center;
	display: none
}

.navbar-star img {
	width: 20px;
	margin-top: 7px;
	margin-left: 2px;
	height: 20px
}

.my-location-strip-list {
	margin-top: 8px
}

.my-location-strip-list a {
	margin-right: 5px;
	display: block;
	margin-top: 6px
}

@media (max-width:550px) {
	.navbar-star {
		display: block
	}
}

.navbar-links-wrap,
.temp-changer-and-search {
	display: inline-flex
}

.navbar-links-wrap {
	align-items: center
}

.temp_changer {
	display: flex;
	justify-content: left;
	align-items: center
}

.temp_changer .temp_unit_display {
	border-bottom: 2px solid #cbd9eb;
	padding-bottom: 6px;
	font-size: 15px;
	width: 32px;
	color: #cbd9eb;
	text-align: center;
	cursor: pointer
}

.temp_changer .temp_unit_display.active {
	border-bottom: 3px solid #005eff;
	font-weight: 600;
	color: #005eff
}

.navbar-wrap {
	width: 100%;
	height: 56px;
	background-size: 100%;
	
	position: relative
}

.dummy-navbar {
	height: 56px;
	width: 100%;
	display: none
}

.inner-navbar {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

img.logo {
	width: 180px
}

.navbar_link {
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 600
}

@media (max-width:1080px) {
	.inner-navbar {
		width: 100%;
		margin: 0 auto
	}
}

@media (max-width:1030px) {
	.navbar-wrap {
		background-size: auto 270px
	}
}

@media (max-width:910px) {
	.navbar-links-wrap {
		display: none
	}
}

@media (max-width:550px) {
	.navbar-wrap {
		position: fixed;
		top: 0;
		z-index: 2;
		background: #fff;
		background-size: cover;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
	}

	.dummy-navbar {
		display: block
	}

	.logo {
		flex: 1;
		text-align: center
	}

	.logo a {
		display: inline-block
	}

	.temp-changer-and-search {
		display: none
	}

	.navbar_wrap .mobile-menu .dropdown_wrap,
	.navbar_wrap .mobile-menu .temp_changer {
		display: block;
		float: none
	}
}

@media (max-width:350px) {
	img.logo {
		width: 158px;
		margin-top: 4px
	}
}

.popup-wrap {
	z-index: 4;
	text-align: center;
	display: none;
	position: fixed;
	width: 90%;
	max-width: 400px;
	height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	padding: 40px 15px
}

.popup-wrap .general_button {
	min-width: 120px;
	height: 40px;
	padding: inherit
}

.popup-wrap p {
	font-size: 16px;
	text-align: center
}

.close-popup {
	position: absolute;
	right: 12px;
	top: 10px;
	font-weight: 700;
	cursor: pointer
}

.popup-buttons {
	display: flex;
	justify-content: space-evenly
}

.popup-link-button-wrap {
	margin-top: 20px
}

.popup-link-button-wrap .link-button {
	text-decoration: underline;
	font-size: 12px
}

.popup-header,
.popup-link-button-wrap .link-button:hover {
	font-weight: 600
}

.popup-header {
	font-size: 20px;
	text-align: center;
	line-height: 30px
}

.popup-text {
	margin-top: 20px;
	font-size: 16px
}

.other_pages_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px
}

.other_pages_wrap a {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%
}

.other_page_elm {
	padding: 31% 10px 38%;
	background: #87aff0;
	border: 2px solid #354f77
}

.other_pages_section {
	margin-top: 45px
}

.other_page_label {
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 167px;
	margin: 0 auto;
	min-height: 51px;
	line-height: 26px
}

.Desktop_device .other_page_elm:hover {
	border: 2px solid #176cf7;
	background: #b8d0f6
}

@media (max-width:605px) {
	.other_pages_wrap a {
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%
	}
}

@media (max-width:400px) {
	.other_page_label {
		width: 132px;
		font-size: 16px
	}

	.other_page_elm {
		padding: 28% 10px 36%
	}
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px
}

.scroll-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #f0f0f1;
	background-image: url(../images/arrow-up.svg);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: 50%
}

.scroll-button:hover {
	background-color: #dcdcde
}

.quick-link-components {
	max-width: 400px;
	width: 100%;
	text-align: left
}

.new_quick_links_section a {
	display: block;
	font-size: 18px;
	margin-bottom: 28px;
	color: #005eff
}

.new_quick_links_section a:hover {
	color: #1956b8
}

.new_quick_links_section a:last-of-type {
	margin-bottom: 0
}

.quick_links_section {
	max-width: 320px;
	position: -webkit-sticky;
	position: sticky;
	top: 96px;
	margin-top: 0;
	border: 1px solid #f1f7ff;
	border-radius: 6px;
	background: #fcfcfd;
	padding: 25px
}

.quick_links_section .mobile-links-block button {
	box-shadow: 0 2px 7px 0 rgba(3, 74, 196, .35);
	background-color: #fff;
	height: 55px
}

.quick_links_section .mobile-links-block button:hover {
	background-color: #edf1f8
}

.quick_links_header {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px
}

.quick_links_elm {
	margin-bottom: 25px
}

.quick_links_label {
	color: #005eff;
	font-size: 13px
}

@media (max-width:750px) {
	.quick_links_elm {
		text-align: left;
		margin-left: 18px
	}

	.quick_links_header {
		text-align: left
	}
}

@media (max-width:550px) {
	.quick_links_section {
		max-width: 100%;
		margin-top: 50px;
		width: 100%;
		margin-left: 0
	}

	.quick_links_header {
		font-size: 30px
	}
}

.wear_item_name {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 17px
}

.wear_items_wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: -25px
}

.wear_items_wrap:after {
	content: "";
	flex: auto
}

.wear_item_wrap {
	width: 20%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 34px;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	height: 201px;
	padding: 25px
}

.wear_item_image_wrap {
	width: 100%;
	height: 120px
}

.wear_item_image_wrap img {
	height: 120px;
	max-width: 120px
}

@media (max-width:880px) {
	.wear_item_wrap {
		width: 28%
	}
}

@media (max-width:650px) {
	.wear_items_wrap {
		justify-content: space-between;
		overflow-x: scroll;
		flex-wrap: inherit
	}

	.wear_items_wrap::-webkit-scrollbar {
		display: none
	}

	.wear_item_image_wrap {
		height: 80px
	}

	.wear_item_image_wrap img {
		height: 80px;
		max-width: 80px
	}

	.wear_item_wrap {
		width: 132px;
		margin-right: 10px;
		height: 160px
	}
}

.sun-separator {
	width: 1px;
	background: #979797
}

.sun_icons_wrap {
	display: flex;
	max-width: 500px;
	margin-top: 25px;
	justify-content: space-evenly;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	padding: 25px
}

#des_placeholder,
.sun_item_wrap,
.table td,
.today-component-mobile h2 {
	text-align: center
}

.sun_icon_text_time {
	font-size: 20px;
	font-weight: 600;
	margin-top: 8px
}

.sun_item_wrap img {
	height: 46px;
	width: 83px;
	margin-top: -5px
}

.sun_icon_text {
	margin-top: 20px;
	font-size: 15px
}

@media (max-width:550px) {
	.sun_icons_wrap {
		padding: 25px 2px
	}
}

.table {
	padding: 24px 24px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 47, 96, .08);
	border-radius: 8px;
	border: 1px solid #e0e0e0
}

.table th {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 18px
}

.table td {
	border-top: 1px solid #e0e0e0;
	height: 60px;
	font-size: 16px;
	min-width: 94px
}

.table-weather-description {
	text-align: left
}

@media (max-width:720px) {
	.table td {
		min-width: inherit
	}
}

@media (max-width:550px) {
	.table {
		padding: 24px 14px 0
	}

	.table td:last-child {
		text-align: right;
		padding-right: 8px;
		min-width: 44px
	}
}

.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: 0;
	text-align: left;
	outline: 0;
	transition: .4s;
	font-size: 17px;
	font-weight: 600;
	color: #005eff;
	border-radius: 12px
}

.accordion,
.accordion.active,
.accordion:hover {
	background-color: #edf5ff
}

.accordion:after {
	content: "+";
	color: #005eff;
	font-weight: 700;
	float: right;
	margin-left: 5px
}

.accordion.active:after {
	content: "−"
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out;
	padding: 0 20px;
	background-color: #fff;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	font-size: 14px
}

.table-of-content-header {
	font-weight: 600;
	font-size: 17px
}

.table-of-content {
	margin-bottom: 20px;
	margin-top: 10px;
	max-width: 400px
}

.Tablet_device .table-of-content {
	margin: 20px auto
}

.accordion-content a {
	color: #005eff
}

.accordion-content li {
	border-top: 1px solid #eee;
	padding: 16px 0;
	text-align: left
}

.accordion-content li.first {
	border-top: 0
}

.far_month.Desktop_device .table-of-content {
	margin-top: 0
}

.teaser-wrap {
	background: #d7edff;
	border-radius: 20px;
	padding: 16px 32px 24px
}

.teaser-wrap .button_one {
	width: 100%
}

.checklist li {
	margin-top: 10px;
	background-image: url(../images/v.svg);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 18px;
	line-height: 24px;
	background-position-y: 2px
}

.city_temp_wrap {
	display: flex;
	justify-content: left;
	align-items: baseline;
	width: 100%
}

.today-component-mobile {
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	background: url(../images/day-component.png);
	background-size: 120%;
	background-position: center;
	color: #fff;
	border-radius: 6px;
	padding: 20px 20px 30px;
	margin-bottom: 45px;
	text-align: center
}

.today-component-mobile .section-button {
	margin-top: 30px
}

.today-component-mobile .city_temp_wrap {
	margin-top: 15px;
	justify-content: center
}

.city_current_temp {
	font-size: 64px;
	margin-top: -9px;
	min-width: 101px
}

.current_temp {
	font-size: 40px;
	min-width: 150px
}

.current_temp .temp_unit {
	font-size: 14px
}

.today-component h2 {
	font-size: 26px
}

.today-component .temp_unit_display {
	font-size: 43px
}

.today-component .button_one {
	margin-top: 30px;
	min-width: 218px;
	font-size: 15px
}

#des_placeholder {
	color: #003ca3;
	font-size: 22px;
	margin-top: 13px;
	font-weight: 600
}

.img_section {
	margin-top: 15px
}

@media (max-width:660px) {
	#des_placeholder {
		margin-top: 10px;
		font-size: 20px
	}
}

@media (max-width:550px) {
	.city_temp_wrap {
		justify-content: center
	}

	.city_graph_section {
		margin-top: 30px;
		min-height: auto
	}

	.current_temp {
		margin-top: 25px;
		width: 100%;
		text-align: center;
		float: none;
		min-height: inherit;
		padding: inherit;
		padding-bottom: 0
	}
}

.today-component-desktop {
	background: url(../images/day-component-desktop.png);
	background-repeat: no-repeat;
	position: relative;
	padding: 40px;
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: end;
	border-radius: 10px;
	text-align: center
}

.today-component-desktop h2 {
	width: 228px;
	text-align: left
}

#img_placeholder img {
	width: 100px;
	height: 100px;
	max-width: 100px;
	overflow: hidden
}

.param_wrap.middle_param {
	margin-bottom: 12px;
	margin-top: 12px
}

.param_value {
	font-size: 36px;
	margin: 0 5px 0 10px;
	display: inline-block
}

.rain_icon {
	width: 23px;
	height: 25px;
	margin-top: 8px
}

.humidity_icon {
	margin-top: 5px
}

.param_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 5px
}

.param_img {
	min-width: 40px;
	text-align: center;
	max-width: 40px;
	overflow: hidden
}

.icon {
	width: 20px;
	height: 23px;
	max-width: 30px;
	overflow: hidden;
	max-height: 30px
}

.wind_icon {
	width: 30px;
	height: 20px
}

.sunrise_wrap {
	font-size: 13px;
	margin-top: 10px
}

.params_section {
	color: #003ca3;
	min-width: 135px
}

.sunrise_line {
	margin-bottom: 5px
}

@media (max-width:1020px) {
	.params_section {
		display: none
	}
}

@media (max-width:790px) {
	.param_value {
		font-size: 30px
	}
}

@media (max-width:720px) {
	.today-component-desktop .img_section {
		display: none
	}
}

@media (max-width:550px) {
	.today-component-desktop .current_temp {
		display: none
	}
}

.unit-changer {
	display: flex;
	align-items: center
}

.unit-changer .temp-unit {
	font-size: 14px;
	margin: 0 3px
}

.ski-data-value span,
.unit-changer .switch {
	margin: 0 2px
}

.unit-changer.in-page {
	margin: 24px auto 16px;
	width: 94px
}

.unit-changer.in-page .temp-unit {
	margin: 0 4px
}

.click_on .unit-changer.in-page {
	margin: 10px 0 0
}

.switch {
	position: relative;
	display: inline-block;
	width: 43px;
	height: 24px
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1353bb
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

input:checked+.slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px)
}

.slider.round {
	border-radius: 34px
}

.slider.round:before {
	border-radius: 50%
}

.next_prev_line_section {
	padding: 0 16px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	background: #f1f7ff
}

.arrow-wrap {
	width: 38px;
	height: 60px;
	position: relative
}

.next_prev_line_center {
	font-size: 17px;
	font-weight: 600;
	color: #00f
}

.next-arrow,
.prev-arrow {
	width: 11px;
	height: 11px;
	transform: rotate(-45deg);
	margin-left: 10px;
	margin-top: 4px;
	position: absolute;
	top: 20px
}

.prev-arrow {
	border: solid 2px #00f;
	border-right: 0;
	border-bottom: 0
}

.next-arrow {
	border: solid 2px #005eff;
	border-left: 0;
	border-top: 0
}

.search_button_mobile {
	width: 36px;
	height: 36px;
	background: #f1f7ff;
	border-radius: 30px;
	cursor: pointer;
	margin-right: 8px
}

.search_button_mobile img {
	width: 20px;
	margin-top: 8px;
	margin-left: 8px;
	height: 20px
}

.desktop-navbar-search {
	margin-left: 40px;
	display: flex;
	align-items: center
}

.desktop-navbar-search input {
	width: 201px;
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d4d8e0;
	border-radius: 22px
}

.desktop-navbar-search .search_button_next_to_dropdown img {
	width: 16px;
	height: 35px
}

.search_line {
	display: none;
	height: 64px;
	width: 100%;
	padding: 12px;
	background: #fff;
	border-top: #e5e4e4 1px solid;
	box-shadow: 0 18px 46px rgba(0, 58, 112, .06)
}

.search_line .search_button {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	width: inherit;
	font-weight: 700;
	background: #005eff;
	padding: 11px 22px;
	border-radius: 8px;
	height: 38px;
	min-width: 100px;
	text-align: center
}

.search_line input {
	border: 1px solid #e5e4e4;
	border-radius: 8px;
	background-image: url(../images/search_light_gray.svg);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	height: 40px;
	box-shadow: 0 2px 13px 0 rgba(187, 187, 187, .35);
	padding-left: 38px
}

.search_line input::-webkit-input-placeholder {
	color: #bbb
}

.search_city_search_input_wrap.dropdown input::placeholder {
	font-size: 14px;
	color: gray;
	font-weight: 400
}

.search_city_section .search_city_search_input_wrap.dropdown {
	margin: 10px 0
}

.search_city_title {
	font-size: 15px;
	color: #464646;
	font-weight: 600;
	text-align: left
}

.search_city_search_input_wrap .search_button_mobile {
	margin-left: 10px;
	margin-right: 0;
	display: block
}

.search_city_search_input_wrap .search_button {
	margin-left: 4px;
	padding-top: 8px
}

.search_city_search_input_wrap.dropdown input {
	height: 40px;
	border-radius: 26px;
	background-color: #f1f7ff;
	max-width: 240px;
	padding: 0 28px;
	font-size: 15px;
	border: 1px solid #005eff;
	font-weight: 600
}

.search_button_next_to_dropdown {
	box-shadow: 0 2px 13px 0 rgba(3, 74, 196, .35);
	background-color: #1353bb;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-left: 7px;
	cursor: pointer;
	text-align: center
}

.search_city_section .search_button_next_to_dropdown {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005eff
}

.search_city_section .search_city_search_input_wrap img {
	width: 18px;
	height: 18px
}

.search_city_search_input_wrap.dropdown {
	max-width: 400px;
	width: 100%;
	display: flex;
	margin: 10px auto
}

.search_city_section input {
	border-radius: 5px;
	padding-left: 10px
}

.search_city_search_input_wrap img {
	width: 24px
}

.search_input {
	flex: 1
}

.search_button {
	float: left;
	width: 24px;
	margin-left: 10px;
	cursor: pointer
}

@media (max-width:1000px) {
	.desktop-navbar-search {
		margin-right: 12px
	}
}

@media (max-width:360px) {
	.search_input {
		width: 170px
	}
}

.share-line {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -20px
}

.share-item {
	display: inline-block;
	width: 34px
}

.selection-star {
	cursor: pointer;
	width: 24px;
	margin-right: 10px
}

.selection-star.remove-star {
	display: none
}

.share-icon {
	cursor: pointer
}

@media (max-width:550px) {
	.share-line {
		margin-bottom: -5px
	}
}

@media (min-width:1700px) {
	.share-line {
		width: 1080px
	}
}

.slider-section {
	margin: 30px auto;
	text-align: left;
	min-height: 363px
}

.slider-section h3 {
	font-size: 22px
}

.slider-weather-data-points {
	min-height: 103px
}

.slider-wrap {
	min-height: 41px
}

.slider-wrap input {
	width: 100%
}

.slider-ticks-wrap {
	display: flex;
	justify-content: space-around;
	width: 108%;
	margin-left: -4%
}

.slider-ticks-wrap div {
	width: 1px;
	height: 5px;
	background: gray
}

.weather-point-description {
	margin-top: 4px
}

.slider-ticks-labels {
	display: flex;
	width: 108%;
	margin-left: -4%
}

.slider-ticks-labels div {
	flex: 1 10;
	font-size: 13px;
	text-align: center
}

.slider-weather-point {
	display: none
}

.weather-point-top-line {
	font-size: 13px;
	text-align: left;
	margin-top: 15px;
	min-height: 15px
}

.weather-point-data {
	display: flex;
	margin-top: 25px;
	min-height: 72px
}

.button-wrap,
.slider-wrap {
	margin-top: 20px
}

.fourteen-wrap-mobile .button-wrap .button_one,
.today-component-mobile .button-wrap .button_one {
	padding: 15px
}

.weather-point-image {
	width: 60px;
	height: 60px
}

.weather-point-image img {
	max-width: 60px;
	max-height: 60px;
	display: inline-block;
	height: 100%
}

.weather-point-temp {
	font-weight: 600;
	font-size: 45px;
	margin-left: 14px;
	height: 60px
}

.weather-point-temp .graph_temp_unit {
	margin-left: -7px
}

.weather-point-info {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin-left: auto
}

.spinner {
	display: none;
	margin: 100px auto 0 -35px;
	width: 70px;
	position: absolute;
	left: 50%;
	top: 0;
	text-align: center
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.no_data .spinner {
	display: block
}

.puls_button {
	animation: shadow-pulse 1.1s infinite
}

.one-pulse {
	animation: shadow-pulse 1.6s
}

@media (max-width:660px) {
	.spinner {
		left: 75%
	}
}

.spin-image-wrap {
	display: flex;
	justify-content: space-between
}

#spin-image {
	width: 150px;
	height: auto;
	margin: 0 auto
}

.snackbar-wrap {
	position: relative
}

.snackbar {
	visibility: hidden;
	padding: 16px;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	left: 50%;
	font-size: 17px;
	box-shadow: 0 2px 14px 0 rgba(7, 52, 129, .1);
	background: #fff;
	border-radius: 4px;
	width: 380px;
	margin-left: -190px;
	line-height: 23px;
	text-align: left
}

.snackbar a {
	color: #005eff;
	text-decoration: underline
}

.snackbar.show {
	visibility: visible;
	-webkit-animation: fadein .5s, fadeout 1s 2.5s;
	animation: fadein .5s, fadeout 1s 2.5s
}

@media (max-width:385px) {
	.snackbar {
		width: 360px;
		margin-left: -180px
	}
}

@media (max-width:365px) {
	.snackbar {
		width: 300px;
		margin-left: -150px
	}
}

.ski-section .white-button {
	max-width: 300px;
	margin: 25px auto 0
}

.ski-section {
	background: url(../images/ski-component.svg);
	background-repeat: no-repeat;
	border-radius: 6px;
	border: solid 1px #005eff;
	padding-bottom: 200px;
	background-size: 100% 100%;
	max-width: 500px
}

.ski-data {
	padding: 30px;
	max-width: 400px;
	margin: 0 auto
}

.ski-data h2 {
	font-size: 35px;
	margin-bottom: 24px
}

.ski-data-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	font-size: 18px
}

.ski-data-value {
	font-weight: 600
}

.map_and_ad .middle_ad {
	min-width: 300px;
	margin-top: 0
}

.svg-map-wrap path {
	fill: #eae7ba;
	stroke: #7a9a8a;
	stroke-width: 1px
}

.svg-black-point {
	fill: #005eff;
	stroke: none
}

.svg-map-wrap path:hover {
	fill: #add8e6
}

.svg-min-temp {
	fill: #0000c0
}

.svg-max-temp {
	fill: #410000
}

.svg-between-temp {
	fill: gray
}

.svg-city-name {
	fill: #555
}

.svg-location-wrap {
	font: 700 14px sans-serif
}

.svg-city-rec:hover {
	opacity: 1;
	fill: #f1f1f1
}

.logo img,
.svg-map-wrap {
	margin-top: 0;
	width: 100%
}

.svg-city-rec {
	opacity: .95;
	fill: #fff;
	stroke-width: 1;
	stroke: #a8a4a4
}

.map_and_ad {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.small-labels .svg-location-wrap {
	font-size: 11px
}

@media (min-width:1700px) {
	.inner-navbar {
		width: 1080px
	}

	.big_footer_inner,
	.breadcrumbs_inner_wrap,
	.inner-section-wrap {
		width: 1060px
	}

	.menu_wrap {
		width: 1180px
	}

	.section-wrap {
		max-width: 1060px
	}

	#city_graph_placeholder {
		height: 340px
	}

	.cities_list .general_button {
		width: 14%
	}

	.bottom-menu a {
		width: 21.333%
	}

	.month_link_wrap {
		padding: 15px 5px 17px;
		max-width: 110px
	}

	.bulk-locations-section a {
		width: 17%;
		margin-right: 3%
	}

	.bulk-location-wrap {
		margin-bottom: 15px
	}

	.day_table td {
		min-width: 110px
	}

	.today-component-desktop {
		background-size: cover
	}
}

@media (min-width:2300px) {
	.inner-navbar {
		width: 1280px
	}

	.menu_wrap li a {
		min-width: 160px
	}

	.big_footer_inner,
	.breadcrumbs_inner_wrap,
	.inner-section-wrap {
		width: 1260px
	}

	.menu_wrap {
		width: 1380px
	}

	.section-wrap {
		max-width: 1260px
	}

	.bulk-locations-section a {
		width: 14%;
		margin-right: 2.5%
	}

	.day_table td {
		min-width: 132px
	}

	.weather_des {
		max-width: 130px
	}
}

.logo img {
	width: 240px;
	margin-left: 0
}

@media (max-width:400px) {
	.logo img {
		width: 210px
	}
}

@media (max-width:350px) {
	.logo img {
		width: 190px
	}
}

.gallery-inner-wrap {
	justify-content: space-between;
	display: flex;
	width: 100%;
	overflow-x: auto
}

.gallery-inner-wrap::-webkit-scrollbar {
	display: none
}

.hotel-item-wrap {
	min-width: 260px;
	position: relative;
	border-radius: 11px;
	box-shadow: 0 2px 24px 0 rgba(63, 63, 63, .1);
	margin: 10px 24px 25px 0;
	height: 260px;
	overflow: hidden
}

.hotel-img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 12px
}

.hotel-type {
	color: #fff;
	text-align: center;
	top: 23%;
	position: absolute;
	z-index: 1;
	font-size: 34px;
	width: 100%;
	font-weight: 600;
	padding: 3px
}

.newsletter_page h2 {
	margin-top: 40px
}

.newsletter_page .button_one {
	width: 224px;
	margin-top: 24px;
	padding: 13px 15px
}

.newsletter_page p {
	margin-bottom: 8px
}

.newsletter_page .temp-changer-and-search {
	display: none
}

.newsletter-list li {
	margin-top: 16px;
	background-image: url(../images/icons/small-green-v.svg);
	background-repeat: no-repeat;
	background-position-y: 9px;
	background-position-x: 0;
	background-size: 16px;
	padding-left: 30px;
	list-style: none
}

.newsletter-search {
	margin: 20px 50px
}

.mail-input {
	border-radius: 33px;
	border: 1px solid #909192;
	background-color: #fff;
	padding: 12px 14px 12px 48px;
	font-size: 18px;
	margin-bottom: 24px;
	background-image: url(../images/icons/email.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 18px;
	max-width: 308px
}

.step2 {
	display: none
}

.response {
	margin-top: 32px
}

.newsletter-wrap {
	background: #d7edff;
	border-radius: 16px;
	padding: 24px;
	text-align: center
}

.newsletter-inner-wrap {
	max-width: 660px;
	margin: 0 auto
}

.newsletter-text {
	margin: 16px 0
}

.newsletter-wrap ::placeholder,
.newsletter-wrap input::-webkit-input-placeholder {
	color: #5c687b;
	font-size: 14px
}

.checkbox-and-email {
	max-width: 480px;
	margin: 0 auto;
	text-align: center
}

.input-with-button {
	margin: 24px auto 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 23px 70px 0 rgba(84, 96, 162, .16);
	flex: 1;
	padding: 8px 6px 8px 24px;
	position: relative;
	display: flex
}

.input-with-button input {
	border: 0;
	flex: 1;
	font-weight: 500;
	font-size: 16px
}

.input-with-button input:focus {
	border: 0;
	outline: 0
}

.input-with-button .button4 {
	height: 44px
}

.checkbox-wrap {
	position: relative;
	padding-left: 32px;
	margin: 12px 0;
	cursor: pointer;
	user-select: none;
	display: inline-block
}

.checkbox-wrap a {
	text-decoration: underline
}

.checkbox-wrap input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 2
}

.checkbox-wrap label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top
}

.checkbox-wrap .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 4px;
	z-index: 1
}

.form-error .checkmark {
	border: 1px solid red
}

.checkbox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg)
}

.checkbox-wrap input:checked~.checkmark:after {
	display: block
}

.checkbox-wrap input:checked~.checkmark {
	background: #131313;
	border: 0
}

.button4 {
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	border-radius: 12px;
	padding: 8px 20px;
	color: #fff;
	font-size: 16px;
	background: #131313;
	min-width: 146px
}

.button4:active,
.button4:hover {
	background: #0d022c
}

@media (max-width:800px) {
	.newsletter-wrap {
		text-align: left
	}
}

@media (max-width:550px) {
	.section-wrap.newsletter-wrap .section-header {
		margin-left: 0
	}

	.checkbox-wrap,
	.newsletter-text {
		font-size: 15px
	}

	.checkbox-wrap label {
		margin-top: 2px
	}

	.input-with-button {
		padding: 6px 6px 6px 12px
	}

	.input-with-button input {
		width: 0
	}

	.input-with-button .button4 {
		font-size: 14px;
		height: 40px;
		min-width: 90px
	}
}

.big-footer-inner {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%
}

.stores-section {
	margin-top: 32px
}

.store-icons {
	margin-top: 16px
}

.footer-lists {
	display: flex
}

.footer-list {
	margin: 0 24px
}

.footer-logo {
	flex: 1;
	margin-top: -8px
}

.footer-data {
	margin-top: 16px;
	color: #b8bfca;
	font-size: 16px;
	line-height: 26px
}

.footer-line {
	height: 1px;
	width: 100%;
	margin: 24px 0;
	background-color: #b8bfca
}


.today-component-desktop {
    background-size: cover;
}

@media (max-width:800px) {
	.footer-flex-wrap {
		display: block
	}

	.footer-logo {
		margin-bottom: 48px
	}

	.footer-lists {
		justify-content: space-between
	}

	.footer-list {
		margin: 8px
	}
}

.stores-section {
	width: 345px
}

.store-icons {
	width: 320px;
	display: flex;
	justify-content: space-between
}

.google-play-link {
	margin-right: 8px
}

.store-icons img {
	width: 150px;
	height: auto
}

@media (max-width:550px) {
	.stores-section {
		width: 100%
	}
}

@media (max-width:360px) {
	.store-icons img {
		width: 140px
	}

	.store-icons {
		width: 100%
	}
}

@media (max-width:340px) {
	.store-icons img {
		width: 130px
	}
}

@media (max-width: 600px) {
    .temp-changer-and-search {
        display: block !important;
    }
	.unit-changer {
		display: none;
	}
	header .inner-navbar {
		flex-wrap: wrap;
		justify-content: center;
	}

	header a.logo_a {
		padding: 14px 0;
	}

	.navbar-wrap {
        height: 0;
        position: inherit !important;
    }
	.header-center-wrap {
		padding-top: 58px !important;
	}


    

.dropdown_filter {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.text-white{
    color:white !important;
}

.inner_wrap .weather_day_box {
    width: 20%;
    margin: 9px 11px;
}
.inner_wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 0;
    justify-content: center;
}



    .header-bottom-image {
        display: none;
    }
    .header-wrap {
        height: 129px;
    }
    div#graph_points_placeholder {
    margin: 28px -14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.graph_point {
    width: 30%;
}

.graph_point_date {
    font-size: 9px;
    color: gray;
    padding: 0 3px;
}

 
 .chart-container {
    height: 164px;
  }
  .today-component-desktop {
    margin: 0;
    margin-top: 30px;
  }
  .day-component-section {
    display: block !important;
}
.today-component-desktop {
    flex-wrap: wrap;
    padding: 0;
    padding: 20px 15px;
    background-size: cover;
}


 
 .menu_wrap {
        margin-top: 48px;
    }

    .first-section {
        margin-top: 100px;
    }
    
    .chart-container {
    height: unset !important;
}


.first-section {
        margin-top: 7px;
    }
        .bulk-locations-section a {
        width: 49%;
        margin-right: 0;
    }
    .privacy_pages {
    width: 100% !important;
    margin: auto !important;
    margin: 18% auto !important;
    background: aliceblue !important;
    padding: 29px 23px !important;
}
.privacy_pages h3 {
    font-size: 18px !important;
    color: #000 !important;
    margin-bottom: 22px !important;
}
    

}