* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

aside,footer,header,nav,section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: inherit;
	font-size: inherit;
}

@font-face {
	font-family:Montserrat;src:url(../fonts/Montserrat-Regular.ttf);
}

.container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

body {
	font-family: Montserrat;
}

body.locked {
	overflow: hidden;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

nav {
	background: url(../img/head.png) center no-repeat;
	overflow: hidden;
	background-size: cover;
	padding: 10px;
}

.navbar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 2;
}

.burger_input {
	display: none;
}

.languages_fade {
	display: none;
	max-width: 140px;
}

.languages_fade ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -15px;
}

.languages_fade ul li {
	margin-right: 5px;
	margin-left: 5px;
}

.languages_fade ul li a {
	color: #fff!important;
	font-weight: 700;
}

.languages_fade ul li .active {
	color: #d8e032!important;
	background: #01a5c8;
	padding: 5px;
	border-radius: 4px;
}

.logo a {
	color: #fff;
}

.dropdown:hover .sub_menu, .dropdown1:hover .sub_menu1, .dropdown2:hover .sub_menu2 {
	display: block!important;
}

.dropdown:hover i, .dropdown1:hover i, .dropdown2:hover i {
    color: #01a8ce!important;
}

.sub_menu2 {
	position: absolute;
	min-width: 200px;
	display: none;
	border-radius: 4px;
	top: 21px;
	z-index: 50;
	padding-left: 0;
}

.sub_menu2 li {
	background: #fff;
	border-radius: 4px;
	margin-left: 0;
	padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

.sub_menu2 li:last-child {
	border-bottom: none;
}

.sub_menu2 li:hover {
	background: #01a5c8;
	border-radius: 4px;
}

.sub_menu2 li:hover a {
	color: #ff0!important;
}

.sub_menu2 a {
	color: #000;
	font-weight: 700!important;
	font-size: 12px!important;
}

.sub_menu1 {
	position: absolute;
	min-width: 400px;
	display: none;
	border-radius: 4px;
	top: 21px;
	z-index: 50;
	padding-left: 0;
}

.sub_menu1 li {
	background: #fff;
	border-radius: 4px;
	margin-left: 0;
	padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

.sub_menu1 li:last-child {
	border-bottom: none;
}

.sub_menu1 li:hover {
	background: #01a5c8;
	border-radius: 4px;
}

.sub_menu1 li:hover a {
	color: #ff0!important;
}

.sub_menu1 a {
	color: #000;
	font-weight: 700!important;
	font-size: 12px!important;
}

.sub_menu {
	position: absolute;
	min-width: 700px;
	display: none;
	border-radius: 4px;
	top: 21px;
	z-index: 50;
	padding-left: 0;
}

.sub_menu li {
	background: #fff;
	border-radius: 4px;
	margin-left: 0;
	padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}

.sub_menu li:last-child {
	border-bottom: none;
}

.dropdown:hover .menu__item-link, .dropdown2:hover .menu__item-link, .dropdown1:hover .menu__item-link {
	color: #01a8ce!important;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.sub_menu li:hover {
	background: #01a5c8;
	border-radius: 4px;
}

.sub_menu li:hover a {
	color: #ff0!important;
}

.sub_menu a {
	color: #000;
	font-weight: 700!important;
	font-size: 12px!important;
}

.social_drop:hover .social {
	display: block!important;
}

.social {
	position: absolute;
	padding-left: 0;
	max-width: 300px;
	display: none;
	border-radius: 4px;
	top: 60px;
	z-index: 30;
	background: #fff;
}

.social li {
	padding-top: 15px;
	padding-left: 10px;
	width: 100%;
	border-radius: 4px;
	border-bottom: 1px solid #e6e6e6;
}

.social a {
	padding: 5px 15px 5px 2px;
	color: #000;
	font-weight: 700!important;
	font-size: 16px!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.social img {
	width: 30px;
}

.social_links {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}

.menu {
	width: 100%;
}

.menu .languages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
}

.menu__item {
	margin: auto;
	position: relative;
	text-align: center;
}

.menu .social_drop {
	margin-left: 25px;
}

.menu .active {
	color: #d8e032;
	background: #01a5c8;
	padding: 5px;
	border-radius: 4px;
}

.menu__item-link {
	color: #fff;
}

.fade_search {
	display: none;
	width: 100%;
}

.fade_search input {
	outline: 0;
	width: 330px;
	height: 35px;
	border-radius: 4px;
	background: #f7f7f7;
	width: inherit;
	padding: 10px 39px 10px 10px;
}

.fade_search input::-webkit-input-placeholder {
	padding-left: 10px;
}

.fade_search input::-moz-placeholder {
	padding-left: 10px;
}

.fade_search input:-ms-input-placeholder {
	padding-left: 10px;
}

.fade_search input::-ms-input-placeholder {
	padding-left: 10px;
}

.fade_search input::placeholder {
	padding-left: 10px;
}

.fade_search i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: -35px;
	padding-top: 5px;
	position: relative;
	z-index: 1;
	float: left;
	position: absolute;
	color: #01a5c8;
	cursor: pointer;
}

.top_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top_menu .head_search input {
	outline: 0;
	width: 270px;
	height: 35px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px 35px 10px 10px;
}

.top_menu .head_search input::-webkit-input-placeholder {
	padding-left: 10px;
}

.top_menu .head_search input::-moz-placeholder {
	padding-left: 10px;
}

.top_menu .head_search input:-ms-input-placeholder {
	padding-left: 10px;
}

.top_menu .head_search input::-ms-input-placeholder {
	padding-left: 10px;
}

.top_menu .head_search input::placeholder {
	padding-left: 10px;
}

.top_menu .head_search i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: -35px;
	padding-top: 5px;
	position: relative;
	z-index: 1;
	float: left;
	position: absolute;
	color: #01a5c8;
	cursor: pointer;
}

.top_menu .fa-triangle-exclamation {
	color: red;
}

.top_menu .fa-circle-chevron-down {
	color: #2179cc;
}

.top_menu .menu_btn {
	color: #2179cc;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	font-weight: 700;
}

.fa-caret-down {
	margin-left: 5px;
}

.menu_line {
	background: #e9e9e9;
	width: 100%;
	height: 1px;
	position: absolute;
	display: none;
	margin-top: 290px;
}

.second_line {
	margin-top: 335px;
}

.fade_nav {
	display: none;
	font-weight: 700;
	width: 100%;
}

.fade_nav i {
	font-size: 12px;
	font-weight: 700;
}

.fade_nav .active {
	color: #01a8ce!important;
	background: 0 0;
	padding: 0;
}

.fade_nav .menu__item-link:hover {
	color: #01a8ce!important;
	background: 0 0;
	padding: 0;
}

.bottom_menu {
	background: #01a5c8;
	width: 100%;
	padding: 10px;
}

.bottom_menu .bottom_menu-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom_menu .bottom_menu-content .menu i {
	color: #fff;
}

.bottom_menu .bottom_menu-content .menu .menu__item-link {
	font-size: 11.7px;
	font-weight: 700;
	padding: 7px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

.drop_item a {
	text-transform: uppercase;
}

.bottom_menu .bottom_menu-content .menu .menu__item-link:hover {
	color: #01a8ce;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_menu .bottom_menu-content .menu .menu__item-link:hover i {
	color: #01a8ce;
}

.bottom_menu .bottom_menu-content .menu .active {
	color: #01a8ce;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
}

.fade_logo {
	display: none;
}

.fade_logo img {
	width: 100px;
}

.logo img {
	width: 130px;
}

.burger {
	display: none;
	cursor: pointer;
}

.cards {
	margin-top: 50px;
}

.cards .cards_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cards .cards_content .card {
	background: #01a5c8;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .3s;
}

/*.cards .cards_content {
	border: 2px solid #f1e613;
}*/

.cards .cards_content .card p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.cards .cards_content a {
	width: 23%;
}

.weather {
	margin-top: 50px;
}

.weather .weather_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.weather .weather_content .weather_card {
	background: url("../img/lg01xww 1.png");
	background-position: center;
	background-size: cover;
	width: 370px;
	height: 250px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.weather .weather_content .weather_card img {
	width: 60px;
}

.weather .weather_content .weather_card .weather_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
	padding-top: 20px;
	width: 15%;
}

.weather .weather_content .weather_card .weather_images .arrow_img {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	padding: 20px;
}

.weather .weather_content .weather_card .weather_images i {
	-webkit-transform: rotate(175deg);
	-ms-transform: rotate(175deg);
	transform: rotate(175deg);
	color: #fff;
	font-size: 22px;
	margin-left: -8px;
	margin-top: -12px;
	position: absolute;
}

.weather .weather_content .weather_card .weather_images button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	border-radius: 12px;
}

.weather .weather_content .weather_card .weather_images button img {
	width: 30px;
}

.weather .weather_content .weather_card .weather_images .arrow_down {
	cursor: pointer;
	width: 50px;
}

.weather .weather_content .weather_card .weather_info {
	color: #fff;
	font-weight: 700;
	padding-top: 20px;
	width: 65%;
}

.weather .weather_content .weather_card .weather_info p {
	padding-top: 5px;
	color: #c7dad8;
}

.weather .weather_content .weather_card .weather_info h4 {
	padding-top: 10px;
	font-size: 18px;
}

.weather .weather_content .weather_card .weather_info h2 {
	padding-top: 20px;
	font-size: 18px;
    width: 80%;
}

.weather .weather_content .weather_card .weather_info h5 {
	padding-top: 40px;
	font-size: 14px;
}

.weather .weather_content .weather_card .weather_info span {
	margin-top: 27px;
	position: absolute;
	width:260px;
	height: 1px;
	background: #76a9b2;
}

.weather_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.weather_title .title h1 {
	color: #01a5c8;
	font-weight: 700;
	font-size: 28px;
}

.weather_title .city {
	cursor: pointer;
}

.weather_title .city h3 {
	font-weight: 700;
}

.day_btn:focus .sunny_img {
	display: none;
}

.day_btn:focus .night_img {
	display: block;
}

.night_img {
	margin-left: 25px;
}

.types {
	margin-top: 50px;
}

.types .types_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.types .types_content .type_card {
	background: url(../img/first.png);
	background-position: center;
	width: 550px;
	height: 90px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-left: 20px;
}

.types .types_content .type_card img {
	width: 60px;
}

.types .types_content .type_card a h3 {
	color: #fff;
	font-weight: 700;
}

.types .types_content .type_card1 {
	background: url(../img/typecard12.png);
	background-position: center;
}

.types .types_content .type_card2 {
	background: url("../img/the-weather 1.png");
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card3 {
	background: url(../img/card4.png);
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card4 {
	background: url(../img/card5.png);
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card5 {
	background: url("../img/smr_1 1.png");
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card6 {
	background: url("../img/kazahstan_priroda 1.png");
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card7 {
	background: url(../img/sea.png);
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card8 {
	background: url(../img/seleved.png);
	background-position: center;
	background-size: cover;
}

.types .types_content .type_card9 {
	background: url(../img/comp.png);
	background-position: center;
	background-size: cover;
}

.news {
	margin-top: 100px;
}

.news .news_title h1 {
	font-weight: 700;
	color: #01a5c8;
	font-size: 26px;
}

.news .news_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.news .news_btn button {
	color: #01a5c8;
	border: 1px solid #e2e2e2;
	padding: 10px;
	background: 0 0;
	border-radius: 5px;
	font-weight: 700;
}

.news .news_content {
	margin-top: 50px;
}

.news .news_content .news_card {
	background: #f7f7f7;
	width: 260px;
	border-radius: 5px;
	padding-bottom: 50px;
    position: relative;
}

.news .news_content .news_card img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.news .news_content .news_card p {
	padding-top: 20px;
	padding-left: 10px;
	font-weight: 700;
	max-width: 250px;
}

.news .news_content .news_card .data {
	color: #fff;
	background: #01a5c8;
	padding: 12px;
	padding-left: 15px;
	width: 115px;
	height: 35px;
    line-height: 13px;
	border-radius: 5px;
	position: absolute;
    bottom: 10px;
	left: 10px;
}

.news .news_content .news_card a {
	width: 100%;
    overflow: hidden;
    height: 180px;
    display: block;
    border-radius: 5px;
}

.swiper-paginac {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.swiper-paginac i {
	font-size: 50px;
}

.swiper-button-prev:after {
	content: ''!important;
}

.swiper-button-next:after {
	content: ''!important;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256c0 141.4 114.6 256 256 256s256-114.6 256-256c0-141.4-114.6-256-256-256S0 114.6 0 256zM246.1 129.2C252.1 131.7 256 137.5 256 144v64h96c17.67 0 32 14.33 32 32v32c0 17.67-14.33 32-32 32h-96v64c0 6.469-3.891 12.31-9.875 14.78c-5.984 2.484-12.86 1.109-17.44-3.469l-112-112c-6.248-6.248-6.248-16.38 0-22.62l112-112C233.3 128.1 240.1 126.7 246.1 129.2z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	height: 35px!important;
	width: 35px!important;
	left: -45px!important;
	filter: invert(19%) sepia(85%) saturate(1892%) hue-rotate(194deg) brightness(104%) contrast(91%);
	transition: 0.3s all;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 256c0-141.4-114.6-256-256-256S0 114.6 0 256c0 141.4 114.6 256 256 256S512 397.4 512 256zM265.9 382.8C259.9 380.3 256 374.5 256 368v-64H160c-17.67 0-32-14.33-32-32v-32c0-17.67 14.33-32 32-32h96v-64c0-6.469 3.891-12.31 9.875-14.78c5.984-2.484 12.86-1.109 17.44 3.469l112 112c6.248 6.248 6.248 16.38 0 22.62l-112 112C278.7 383.9 271.9 385.3 265.9 382.8z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	height: 35px!important;
	width: 35px!important;
	right: -45px!important;
	filter: invert(19%) sepia(85%) saturate(1892%) hue-rotate(194deg) brightness(104%) contrast(91%);
	transition: 0.3s all;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	filter: unset;
}

.gallery {
	margin-top: 100px;
	background: #f9f9fb;
	padding: 50px;
	position: relative;
}

.gallery .gallery_title h1 {
	color: #01a5c8;
	font-size: 25px;
	font-weight: 700;
}

.gallery .gallery_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 50px;
}

.gallery .gallery_btn button {
	color: #01a5c8;
	font-weight: 700;
	padding: 10px 10px;
	background: 0 0;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.gallery .galerry_content {
	padding-top: 50px;
}

.gallery .galerry_content .gallery_card {
	width: 270px;
}

.gallery .galerry_content .gallery_card img {
	width: 100%;
	height: 215px;
	border-radius: 5px;
	cursor: pointer;
}

.gallery .galerry_content .gallery_card h4 {
	margin-top: 20px;
	max-width: 280px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.gallery .galerry_content .gallery_card p {
	color: #01a5c8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 10px;
}

#searching_post2 {
    width: 100%;
}

.seliah {
	background: #01a5c8;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 2px solid #f1e613;
    padding: 5px 10px;
    width: 48.5%;
    margin-bottom: 15px;
	float: left;
	border-radius: 5px;
}

.seliah:nth-of-type(2) {
	float: right;
}

.seliah a {
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 450px) {
	.seliah a {
		font-size: 12px;
	}
}

.support {
	padding-top: 50px;
	background-color: #f9f9fb;
	padding-bottom: 100px;
}

footer {
	background: #008aa8;
	padding: 50px 0;
}

footer .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

footer .footer .rules p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

footer .footer .schedule {
	border: 2px solid #f8d33d;
	border-radius: 5px;
	padding: 10px 20px;
}

footer .footer .schedule p {
	color: #fff;
}

footer .footer .foot_input input {
	padding: 15px 30px;
	border-radius: 5px;
	background: #fff;
	outline: 0;
}

footer .footer .foot_input button {
	background-color: #0f9ab5;
	color: #fff;
	padding: 15px 25px;
	font-weight: 700;
	border-radius: 5px;
	margin-left: -5px;
}

@media screen and (max-width:1449.98px) {
	.container {
		max-width: 1200px;
	}
}

@media screen and (max-width:1215px) {
	.bottom_menu .bottom_menu-content ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1200px) {

	.gallery .galerry_content .gallery_card {
		width: 47%;
	}

	.gallery .galerry_content .gallery_card img {
		height: 175px;
	}

	.news .news_content .news_card a {
		height: 270px;
	}

	.news .news_content .news_card {
		width: 48%;
		margin-bottom: 20px;
	}

	.cards .cards_content .card p {
		font-size: 13px;
	}

	.weather .weather_content .weather_card {
		width: 49%;
		margin-bottom: 2%;
	}

	.bottom_menu .bottom_menu-content .menu .menu__item-link {
		font-size: 14px;
	}

	.bottom_menu .bottom_menu-content .menu .menu__item {
		width: 40%;
		margin-bottom: 6px;
		margin-top: 6px;
	}

	.drop_item {
		width: 100%!important;
		margin-bottom: 0!important;
		margin-top: 0!important;
		height: unset!important;
		padding-bottom: 10px;
	}

	.sub_menu {
		min-width: 340px;
	}

	.sub_menu2 {
		left: 95px;
	}
}

@media screen and (max-width:1120px) {
	.sub_menu a, .sub_menu1 a, .sub_menu2 a {
		font-size: 14px!important;
	}
}

@media screen and (max-width:1050px) {
	.menu__item-link {
		font-size: 12px;
	}

	.social a {
		padding: 5px 11px 5px 2px;
		font-size: 14px!important;
	}

	.bottom_menu .bottom_menu-content .menu .menu__item-link, .sub_menu a, .sub_menu1 a, .sub_menu2 a {
		font-size: 13px;
	}

	.sub_menu2 {
		right: 35px;
	}
}

@media (max-width:1034px) {

	.cards .cards_content .card p {
		font-size: 12px;
	}

	.weather .weather_content {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		gap: 10px;
	}

	.bottom_menu .bottom_menu-content .menu .menu__item {
		width: 60%;
		margin-bottom: 6px;
		margin-top: 6px;
	}

	.sub_menu {
		left: 0px;
		min-width: unset;
	}

	.sub_menu1 {
		min-width: 300px;
		left: 85px;
	}

	.sub_menu2 {
		right: 140px;
	}
}

@media (max-width:991.98px) {

	.gallery .galerry_content .gallery_card img {
		height: 150px;
	}

	.container {
		max-width: 970px;
	}

	.navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.burger_input {
		display: block;
	}

	.languages_fade {
		display: block;
	}

	.sub_menu2 {
		min-width: 200px;
		top: 0;
	}

	.sub_menu2 li {
		margin-top: 0;
		height: 45px;
	}

	.sub_menu1 {
		min-width: 400px;
		top: 0;
	}

	.sub_menu1 li {
		margin-top: 0;
		height: 45px;
	}

	.sub_menu li .menu__item-link {
		transition: unset!important;
		-webkit-transition: unset!important;
		-o-transition: unset!important;
	}

	.sub_menu li:hover .menu__item-link {
		color: #ff0!important;
		background: inherit;
	}

	.sub_menu, .sub_menu1, .sub_menu2 {
		min-width: unset;
		top: 15px;
		right: 0;
		left: 0;
	}

	.sub_menu li {
		margin-top: 0;
		height: 45px;
	}

	.social {
		top: -60px;
	}

	.social li {
		height: auto;
	}

	.menu .languages {
		display: none;
	}

	.menu__item-link {
		color: #000!important;
		font-size: 12px;
	}

	.fade_search {
		display: block;
	}

	.top_menu {
		color: #000;
	}

	.top_menu .head_search {
		display: none;
	}

	.top_menu .menu_btn {
		color: #fff!important;
		background: #2179cc;
		padding: 10px 90px 10px 90px;
	}

	.top_menu .menu_btn i {
		color: #fff;
	}

	.fade_nav {
		display: block;
	}

	.fade_nav i {
		margin-left: 10px!important;
	}

	.bottom_menu {
		display: none;
	}

	.bottom_menu .bottom_menu-content .menu .menu__item-link:hover {
		background: 0 0;
	}

	.bottom_menu .bottom_menu-content .menu .active {
		background: 0 0;
	}

	.fade_logo {
		display: block;
	}

	.logo {
		display: none;
	}

	.menu {
		position: fixed;
		background: #fff;
		left: 0;
		top: 200px;
		height: 50vh;
		width: 100vw;
		display: none;
	}

	.menu.active {
		padding: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		pointer-events: all;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		z-index: 22;
		-webkit-animation: fade .1s linear;
		animation: fade .1s linear;
		gap: 20px;
		margin-top: 100px;
		font-weight: 700;
	}

	.burger {
		display: block;
		position: relative;
		height: 20px;
		width: 30px;
		z-index: 102;
		cursor: pointer;
	}

	.burger.active-burger:before {
		background: white;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		-o-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		top: 8px;
	}

	.burger.active-burger:after {
		background: white;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 10px;
		-webkit-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		-o-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		transition: cubic-bezier(.785,.135,.15,.86) .3s all;
	}

	.burger.active-burger span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.burger:after,.burger:before {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		-webkit-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		-o-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		transition: cubic-bezier(.785,.135,.15,.86) .3s all;
	}

	.burger:before {
		top: 0;
	}

	.burger::after {
		bottom: 0;
	}

	.burger span {
		position: absolute;
		top: 9px;
		right: 0;
		width: 100%;
		background: #fff;
		height: 2px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		-o-transition: cubic-bezier(.785,.135,.15,.86) .3s all;
		transition: cubic-bezier(.785,.135,.15,.86) .3s all;
	}

	.menu__item {
		margin-top: 20px;
		padding-bottom: 15px;
	}

	.social_drop {
		margin-top: 15px;
	}

	.menu__item-link {
		color: #fff;
		font-size: 16px;
	}
}

@media screen and (max-width:850px) {

	.news .news_content .news_card p {
		max-width: unset;
	}

	.swiper-button-prev, .swiper-button-next {
		display: none!important;
	}

	.cards .cards_content a {
		width: 47%;
	}

	.cards .cards_content .card p {
		font-size: 13px;
	}

	.news .news_content .news_card, .gallery .galerry_content .gallery_card  {
		width: 100%;
	}

	.news .news_content .news_card a, .gallery .galerry_content .gallery_card img {
		height: fit-content;
	}

	.gallery {
		padding: 10px 0;
	}

	.weather .weather_content .weather_card .weather_info h2 {
		font-size: 15px;
		width: 85%;
	}

}

@media screen and (max-width:767.98px) {

	.container {
		max-width: 740px;
	}

	.cards .cards_content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.cards .cards_content a, .cards .cards_content .card {
		width: 100%;
	}

	.weather p {
		font-size: 13px;
	}

	.weather .weather_content .weather_card .weather_info span {
		width: 40%;
	}

	.weather .weather_content .weather_card img {
		width: 50px;
	}
}

@media screen and (max-width:610px) {
	.weather .weather_content .weather_card {
		width: 100%;
		margin-bottom: 10px;
	}

	.weather p {
		font-size: 15px;
	}

	.weather .weather_content .weather_card .weather_info h4 {
		font-size: 18px;
	}

	.weather .weather_content .weather_card .weather_info h2 {
		font-size: 18px;
	}

	.weather .weather_content .weather_card .weather_info span {
		width: 68%;
	}

	.weather .weather_content .weather_card .weather_info h5 {
		font-size: 15px;
	}

	.weather .weather_content .weather_card img {
		width: 60px;
	}

	.weather .weather_content .weather_card .weather_images {
		width: unset;
	}
}

@media screen and (max-width:530px) {
	.weather .weather_content .weather_card .weather_info span {
		width: 70%;
	}

	.menu__item-link {
		font-size: 13.5px;
	}
}

@media (max-width:479.98px) {
	.container {
		max-width: none;
	}

	.menu__item-link {
		font-size: 12px;
	}

	.social {
		top: -106px!important;
	}

	.weather_title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.types .types_content .type_card {
		gap: 10px;
	}

	.types .types_content .type_card img {
		width: 40px;
	}

	.types .types_content .type_card a h3 {
		font-size: 14px;
	}

	.gallery .gallery_title h1 {
		font-size: 22px;
	}

	.gallery .gallery_btn button {
		font-size: 11px;
	}

	footer .footer {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	footer .footer .foot_input input {
		padding: 10px 5px;
	}

	footer .footer .foot_input button {
		padding: 10px 5px;
	}

	.weather .weather_content .weather_card img {
		width: 55px;
	}

	.weather p {
		font-size: 14px;
	}

	.weather .weather_content .weather_card .weather_info h4 {
		font-size: 14px;
	}

	.weather .weather_content .weather_card .weather_info h2 {
		font-size: 15px;
	}

	.weather .weather_content .weather_card .weather_info span {
		width: 71%;
	}

	.weather .weather_content .weather_card .weather_info h5 {
		font-size: 12px;
	}

	.menu__item {
		margin-top: 16px;
		padding-bottom: 14px;
	}

	.sub_menu a, .sub_menu1 a, .sub_menu2 a {
		font-size: 12px!important;
	}
}

@media (max-width:375px) {
	.languages_fade ul li a {
		font-size: 10px;
	}

	.fade_logo img {
		width: 60px;
	}

	.menu.active {
		padding: 20px;
	}
}


.card:hover{
  box-shadow: -2px 6px 13px rgba(0, 0, 0, .4);
}
