/*
    Theme Name: Дагестанская Правда 2
    Version: 2.0
    Description: Разработка web-студии TRONIUM
    Author: ABDUL CH.
    Author URI: https://tronium.ru
*/

*{margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif;}

:root{--red: #ff3359; --black: #222; --blue: #5236ff;}

.fix{width: 1620px; margin: 0px auto;}

*{scrollbar-width: thin; scrollbar-color: var(--black) #f3f4f7;}
*::-webkit-scrollbar{height: 12px; width: 12px;}
*::-webkit-scrollbar-track{background: #f3f4f7;}
*::-webkit-scrollbar-thumb{background-color: var(--black);border-radius: 5px;border: 3px solid #f3f4f7;}

body{min-width: 1620px;}

header{z-index: 100; width: 100%;}
	.header_fixed{position: fixed; left: 0px; top: 0;}
	.header_top{background: url(images/header_top.png) no-repeat center;}
		.header_top_fix{--h: 50px; background: var(--black); display: flex; justify-content: space-between;}
			.header_buy_sub{display: flex; font-weight: 600; color: #fff; text-decoration: none;}
			.header_buy_sub:hover{text-decoration: underline;}
				.header_buy_sub_button{height: var(--h); background: var(--red); display: flex; align-items: center; white-space: nowrap;}
					.header_buy_sub_button img{margin-right: 12px;}
			.header_top_right{display: flex; justify-content: flex-end; align-items: center;}
			.header_top_right > div{margin-left: 40px; border-right: 1px solid rgba(255, 255, 255, 0.2);}
			.header_top_right > div:last-child{border: none;}
				.header_news{height: 25px; display: flex; align-items: center;  padding-right: 20px;}
					.header_news ul{list-style-type: none;}
					.header_news li{}
					.header_news_block{text-decoration: none; color: #fff; font-size: 15px; display: flex;}
					.header_news_block:hover{text-decoration: underline;}
						.header_news_block img{height: 18px; margin-right: 10px;}
				.header_news_nav{margin-left: 20px; height: 25px;}
					.header_news_nav > div{cursor: pointer; height: 12px; display: flex; align-items: center;}
					.header_news_nav div path{transition: 0.3s;}
					.header_news_nav div:hover path{fill: var(--red);}
				.header_date{display: flex; align-items: center; padding-right: 40px; font-size: 16px; color: #fff; white-space: nowrap;}
					.header_date img{margin-right: 12px; height: 22px;}
				.header_weather{display: flex; align-items: center; font-size: 16px; color: #fff; white-space: nowrap;}
					.header_weather img{margin-right: 12px; height: 22px;}
	.header_bottom{border-bottom: 1px solid rgba(0, 0, 0, 0.2); background: #fff;}
		.header_bottom_fix{--h: 80px; display: flex; justify-content: space-between;}
			.header_logo{height: var(--h); display: flex; align-items: center;}
			.header_bottom_right{display: flex; align-items: center;}
				.header_menu{}
					.header_menu>ul{list-style-type: none; display: flex;}
					.header_menu>ul>li{padding-right: 13px; position: relative;}
					.header_menu>ul>li:last-child{padding-right: 25px;}
						.header_menu_count{position: absolute; top: 14px; right: 7px; font-size: 12px; padding: 1px 5px; background: #ff3657; color: #fff; line-height: 15px; border-radius: 6px 6px 6px 0;}
						.header_menu_count:after{position: absolute; content: ''; border-top: 5px solid transparent; border-right: 10px solid #ff3657; border-bottom: 5px solid transparent; left: -5px; bottom: -3px; transform: rotate(-40deg);}
					.header_menu>ul>li>a{height: var(--h); display: flex; align-items: center; text-decoration: none; position: relative; color: var(--black); font-size: 15px; font-weight: 600; transition: 0.3s;}
					.header_menu>ul>li>a:after{content: ""; height: 2px; width: 0px; position: absolute; bottom: 0px; left: 50%; background: var(--red); transition: 0.3s;}
					.header_menu>ul>li>a:hover:after{opacity: 1; width: 100%; left: 0px;}
					.header_menu>ul>li>a>svg{padding: 2px 0px 0px 5px;}
						.header_menu_child{position: absolute; z-index: 3; left: -100px; top: var(--h); background: var(--black); height: 0px; overflow: hidden; transition: 0.5s; opacity: 0;}
							.header_menu_child ul{list-style-type: none; padding: 10px; display: flex; flex-wrap: wrap; width: 400px;}
							.header_menu_child li{width: 50%;}
							.header_menu_child a{padding: 10px 25px; font-size: 14px; line-height: 22px; color: #f7f7f7; display: block; text-decoration: none; transition: 0.3s;}
							.header_menu_child a:hover{color: var(--red);}
						.header_menu>ul>li:hover .header_menu_child{height: auto; opacity: 1;}
				.header_social_search{display: flex; align-items: center;}
				.header_social{display: flex; align-items: center; border-right: 1px solid #ccc; height: 38px; padding-right: 15px;}
					.header_social a{margin-right: 5px; height: 25px;}
					.header_social a:last-child{margin-right: 0px;}
					.header_social img{max-height: 25px; transition: 0.5s;}
					.header_social img:hover{transform: rotate(360deg);}
				.header_search_button{height: 50px; display: flex; align-items: center; padding-left: 15px; position: relative;}
					.header_search_button img{max-height: 25px; cursor: pointer;}
				.header_search{position: absolute; right: 0px; top: 0px; height: 50px; display: flex; align-items: center; background: var(--black); width: 0px; overflow: hidden;}
					.header_search form{display: flex;}
					.header_search form input[type="text"]{height: 25px; width: 250px; font-size: 15px; border: none; border-bottom: 1px solid #fff; color: #fff; background: none; outline:none; margin-right: 10px; margin-left: 15px;}
					.header_search form input[type="submit"]{height: 25px; width: 25px; border: none; background: url(images/header_search_white.png) no-repeat center/cover; cursor: pointer; margin-right: 15px;}
main{background: #f3f4f7; padding-bottom: 55px;}
    .wp-caption {margin-bottom:10px;}
	.general_news{display: flex;}
		.general_news_slider{width: 1270px; height: 730px;}
			.news_slider_block{width: 310px; height: 175px; float: left; margin-bottom: 10px; margin-left: 10px;}
			.news_slider_block:first-child{width: 950px; height: 545px; margin-left: 0px;}
			.news_slider_block:nth-child(5){margin-left: 0px;}
				.news_slider_block_big{position: relative; transition: 0.3s; overflow: hidden;}
					.news_slider_block_big_img{position: absolute; top: 0px; right: 0px; bottom: 0px; left: 950px;}
					.news_slider_block_big_img1{z-index: 1; left: 0px;}
				/*.news_slider_block_big:hover{transform: scale(1.05);}*/
					.news_slider_block_big_info{width: 480px; position: absolute; z-index: 2; left: 35px; background: #ffffffa8; padding: 30px; bottom: -370px;}
					.news_slider_block_big_info1{bottom: 35px;}
						.news_block_date_cat{font-size: 16px; font-weight: 600; display: flex;}
							.news_block_date{color: var(--black);}
							.news_block_cat{color: var(--red);}
								.news_block_cat a{color: var(--red); text-decoration: none;}
							.news_block_cat a:hover{text-decoration: underline;}
						.news_slider_block_big_title{font-size: 30px; font-weight: 700; padding: 9px 0; display: block; line-height: 35px;}
							.news_slider_block_big_title a{color: #222222; text-decoration: none; transition: 0.3s;}
							.news_slider_block_big_title a:hover{text-decoration: underline;}
						.news_block_att{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
							.news_block_author_list{display: flex;}
							.news_block_author_list span{padding: 0px 10px; display: flex; align-items: center;}
							.news_block_author{display: flex; align-items: center; text-decoration: none; color: var(--black); transition: 0.3s; margin-right: 5px;}
							.news_block_author:hover{color: var(--red);}
								.news_block_author_img{width: 30px; height: 30px; min-width: 30px; border-radius: 50%; margin-right: 5px; transition: 0.3s; box-sizing: border-box; border: 1px solid #fff;}
								.news_block_author:hover .news_block_author_img{border: 1px solid var(--red);}
							.news_block_views{display: flex; align-items: center; padding: 0px 7px; color: #707070; line-height: 18px; border-radius: 9px 9px 9px 0; font-size: 11px; font-weight: 500; position: relative; border: 1px solid #707070;}
								.news_block_views img{height: 8px; margin-right: 4px;}
						.news_slider_block_big_next{margin-top: 20px; height: 34px; border-left: 3px solid var(--red); display: flex; align-items: center; padding-left: 8px;}
							.news_slider_block_big_more{text-transform: uppercase; color: var(--black); text-decoration: none; font-size: 16px; font-weight: 600;}
							.news_slider_block_big_more:hover{text-decoration: underline;}
					.news_slider_nav{position: absolute; z-index: 2; bottom: 35px; right: 35px; display: flex;}
						.news_slider_nav>div{margin: 0px 3px; cursor: pointer; width: 40px; height: 40px; background: #ffffffeb; display: flex; align-items: center; justify-content: center;}
						.news_slider_nav>div path{transition: 0.3s;}
						.news_slider_nav>div:hover path{fill: var(--red);}
			.news_slider_block_small{position: relative;  transition: 0.3s;}
			.news_slider_block_small:before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%); transition: 0.3s;}
			.news_slider_block_small:after{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0) 42%); transition: 0.3s; opacity: 0;}
			.news_slider_block_small:hover:after{opacity: 0.5;}
				.news_slider_block_info{position: absolute; left: 0px; bottom: 0px; padding: 13px; z-index: 1;}
				.news_slider_block_info .news_block_author{color: #fff; font-size: 14px;}
				.news_slider_block_info .news_block_author_img{width: 25px; height: 25px;}
				.news_slider_block_info .news_block_views{font-size: 12px; line-height: 20px;}
					.news_slider_block_title{font-size: 16px; line-height: 18px; font-weight: 500; margin-top: 8px;}
						.news_slider_block_title a{text-decoration: none; color: #fff;}
						.news_slider_block_title a:hover{text-decoration: underline;}
		.general_news_list{width: 350px; height: 730px; background: #fff; overflow-y: scroll; padding-top: 10px; box-sizing: border-box;}
			.news_list_block_small{padding: 0px 15px 15px 15px; display: flex;}
				.news_list_block_small_img{width: 50px; min-width: 50px; height: 50px; border-radius: 50%; margin-right: 10px; border: 1px solid #fff; box-sizing: border-box; transition: 0.3s;}
				.news_list_block_small:hover .news_list_block_small_img{border: 1px solid var(--red);}
				.news_list_block_small_img_no{width: 60px; min-width: 60px;}
				.news_list_block_small_info{line-height: 22px;}
					.news_list_block_small_title{font-size: 14.5px; font-weight: 600;}
						.news_list_block_small_title a{text-decoration: none; color: var(--black); display: block;}
						.news_list_block_small_title a:hover{text-decoration: underline;}
					.news_list_block_small_info .news_block_date_cat{font-size: 13px; font-weight: 400;}
					.news_list_block_small_info .news_block_date{color: #707070;}
	.heading_blue{--hcolor: #5236ff;}
	.heading_red{--hcolor: #ff3359;}
	.heading{height: 58px; background: #fff; display: flex; justify-content: space-between; margin-bottom: 15px;}
		.heading_title{display: flex; align-items: center; justify-content: center; height: 50px; min-width: 150px; padding: 0px 15px; background: var(--hcolor); font-size: 16px; text-transform: uppercase; border-radius: 20px 0; box-shadow: 0px 0px 0 4px #f3f4f7; color: #fff; position: relative; top: -8px;}
		.heading_right{display: flex;}
			.heading_subs{display: flex; align-items: center;}
				.heading_sub{margin-right: 25px; cursor: pointer; font-size: 16px; font-weight: 600; transition: 0.3s;}
				.heading_sub:hover{color: var(--hcolor);}
				.heading_sub_active{color: var(--hcolor);}
			.heading_nav{display: flex; align-items: center; margin-right: 25px;}
				.heading_nav>div{cursor: pointer; width: 8px; height: 19px;}
				.heading_nav_prev{margin-right: 7px; background: URL('images/heading_nav_prev.png') no-repeat center/contain;}
				.heading_nav_next{background: URL('images/heading_nav_next.png') no-repeat center/contain;}
				.heading_nav>div path{transition: 0.3s;}
				.heading_nav>div:hover path{fill: var(--hcolor);}

	.general_main{padding: 0px 15px; box-sizing: border-box; margin-top: 44px;}
		.news_square_last_gazeta{display: flex; justify-content: space-between;}
			.news_square{width: 1255px;}
				.news_square_list_blocks{height: 375px; position: relative; overflow: hidden; display: flex; scrollbar-width: none;}
				    .news_square_list_blocks_over{position: absolute; display: flex; justify-content: center; flex-wrap: nowrap; overflow: visible;}
					.news_square_list{width: 1255px; height: 375px; display: flex; justify-content: space-between; flex-wrap: wrap; margin-right: 15px;}
						.news_square_block{width: 408px; height: 180px; background: #fff; display: flex; padding: 15px; box-sizing: border-box; margin-bottom: 15px;}
							.news_square_img{width: 140px; min-width: 140px; height: 140px; margin-right: 15px;}
							.news_square_info{}
								.news_square_title{font-size: 16px; font-weight: 600; line-height: 22px; margin-bottom: 5px;}
									.news_square_title a{color: var(--black); transition: 0.3s; text-decoration: none;}
									.news_square_title a:hover{color: var(--blue);}
								.news_square_info .news_block_att{font-size: 14px;}
								.news_square_short{font-size: 13px; color:  #707070; margin-top: 5px;}
			.last_gazeta{width: 320px;}
				.last_gazeta_block{background: #fff; height: 375px; padding: 15px; box-sizing: border-box;}
				.last_gazeta_block_nomera{width: 240px; margin-bottom: 20px;}
					.last_gazeta_block_title{display:  block; font-size: 16px; font-weight: 600; color: var(--black); text-decoration: none;}
					.last_gazeta_block_title:hover{text-decoration: underline;}
					.last_gazeta_block_img{display:  block; background: red; height: 290px; margin-top: 10px; position: relative;}
						.last_gazeta_block_img_view{position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; cursor: pointer; background-image: url('images/last_gazeta_block_img_view.png'); background-repeat: no-repeat; background-position: center; background-size: 0px; transition: 0.5s;}
						.last_gazeta_block_img_view:hover{background-size: 140px;}
				.online_animate_view_block{position: absolute;}
					.online_animate_view{position:fixed; left:0px; top:0px; width:100%; height:100vh; display:none; opacity:0; z-index: 999; background: rgba(0, 0, 0, 0.4);}
	            		.online_animate_view .book-widget{height:100vh !important;}
	            		.online_animate_view_close{position:absolute; left:calc(50% - 40px); top:6vh; z-index: 100;cursor: pointer;color: #ff3359;text-decoration: underline;}
	            .last_gazeta_archive_link{color: var(--red); font-size: 16px; font-weight: 600; text-align: center; display: block;}
          
		.main_partner{margin-top: 20px;}
			.main_partner img{width: 100%;}
		.news_big_square{margin-top: 44px;}
		.news_square_list_blocks{}
			.news_big_square_list_blocks{height: 555px; position: relative; overflow: hidden; display: flex; scrollbar-width: none;}
			.news_big_square_list_blocks_over{position: absolute; display: flex; justify-content: center; flex-wrap: nowrap; overflow: visible;}
				.news_big_square_list{width: 1590px; height: 555px; margin-right: 15px; display: flex; justify-content: space-between; flex-wrap: wrap;}
				.news_big_square_block_infoLeft{flex-direction: row-reverse;}
					.news_big_square_block{width: 520px; height: 270px; background: #fff; display: flex; padding: 15px; box-sizing: border-box; margin-bottom: 15px;}
						.news_big_square_block_img{width: 240px; min-width: 240px; height: 240px; margin-right: 15px;}
						.news_big_square_block_info{}
							.news_big_square_block_title{font-size: 16px; font-weight: 600; line-height: 22px; margin-bottom: 10px;}
								.news_big_square_block_title a{color: var(--black); transition: 0.3s; text-decoration: none;}
								.news_big_square_block_title a:hover{color: var(--blue);}
							.news_big_square_block_info .news_block_att{font-size: 14px;}
							.news_big_square_block_short{font-size: 14px; color:  #707070; margin-bottom: 10px;}
		.main_video{margin-top: 44px;}
			.main_video_list_blocks{height: 305px; position: relative; overflow: hidden; display: flex; scrollbar-width: none;}
			.main_video_list_blocks_over{position: absolute; display: flex; justify-content: center; flex-wrap: nowrap; overflow: visible;}
				.main_video_list{width: 1590px; height: 305px; margin-right: 15px; display: flex; justify-content: space-between;}
					.main_video_block{height: 305px; width: 386px; background: #fff;}
						.main_video_img{display: block; height: 215px;}
							.main_video_img_play{height: 100%; background: url(images/main_video_img_play.png) no-repeat center, #000; opacity: 0.5; transition: 0.3s;}
							.main_video_block:hover .main_video_img_play{opacity: 0.25;}
						.main_video_title{height: 90px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; line-height: 28px; padding: 0px 20px;}
							.main_video_title a{color: var(--black); transition: 0.3s; text-decoration: none; text-align: center;}
							.main_video_title a:hover{color: var(--red);}
		.news_double{margin-top: 44px; display: flex; justify-content: space-between;}
			.news_square_wide{width: 787px;}
				.news_square_wide_list_blocks{height: 1005px; overflow: hidden;}
					.news_square_wide_list{width: 787px; margin-right: 15px; height: 1005px;}
						.news_square_wide_block{width: 787px; height: 240px; margin-bottom: 15px; background: #fff; display: flex; padding: 15px; box-sizing: border-box;}
							.news_square_wide_block_img{width: 210px; min-width: 210px; height: 210px; margin-right: 15px;}
							.news_square_wide_block_info{}
								.news_square_wide_block_title{font-size: 16px; font-weight: 600; line-height: 22px; margin-bottom: 10px;}
									.news_square_wide_block_title a{color: var(--black); transition: 0.3s; text-decoration: none;}
									.news_square_wide_block_title a:hover{color: var(--blue);}
								.news_square_wide_block_short{font-size: 14px; color:  #707070; margin-top: 10px;}
		.authors_contest{margin-top: 44px; display: flex; justify-content: space-between;}
			.authors{width: 1255px;}
				.authors_list_blocks{height: 375px; position: relative; overflow: hidden; display: flex; scrollbar-width: none;}
				.authors_list_blocks_over{position: absolute; display: flex; justify-content: center; flex-wrap: nowrap; overflow: visible;}
					.authors_list{width: 1255px; height: 375px; display: flex; justify-content: space-between; flex-wrap: wrap; margin-right: 15px;}
						.authors_block{height: 180px; width: 33%; background: #fff; margin-bottom: 15px; display: flex; padding: 15px; box-sizing: border-box;}
						.authors_block_interview{height: 320px;}
							.authors_block_img_name{width: 110px; display: flex; justify-content: center; flex-wrap: wrap; margin-right: 15px; text-decoration: none; align-items: flex-start;}
							.authors_block_img_name:hover .authors_block_img{border: 1px solid var(--red);}	
							.authors_block_img_name:hover .authors_block_name{color: var(--red);}	
								.authors_block_img{width: 80px; height: 80px; border-radius: 50%; border: 1px solid #fff; transition: 0.3s; box-sizing: border-box;}
								.authors_block_name{text-align: center; font-size: 15px; font-weight: 600; line-height: 18px; color: var(--black); transition: 0.3s;}
							.authors_block_info{}
								.authors_block_cat{position: relative; font-size: 14px; padding: 3px 5px; background: var(--blue); color: #fff; line-height: 18px; border-radius: 6px 6px 6px 0; display: table;}
								.authors_block_short{display: block; text-decoration: none; font-size: 13px; color:  #707070; margin-bottom: 10px;}
								.authors_block_interview .authors_block_short{margin-top: 0px;}
								.authors_block_interview .authors_block_cat{background: none; color: var(--blue); font-size: 13px;}
								.authors_interview .authors_list_blocks{height: 325px;}
								.authors_interview .authors_list{height: 415px;}
								a.authors_block_short{transition: 0.3s;}
								a.authors_block_short:hover{color: var(--blue);}
									.blockquote_interview{border-left: 6px solid #BFE2FF; font-size: 16px; font-style: italic; position: relative; height: 100%; padding-left: 15px; display: flex; align-items: center;}
									.blockquote_interview:before{   color: #337AB7; position: absolute;
    top: 50%;
    left: -17px;
    height: 60px;
    background-color: #fff;
    width: 18px;
    margin-top: -1em;}
									.blockquote_interview cite{color: #337AB7; font-size: 15px; padding-top: 10px; display: block; text-align: right;}
			.dragonlook{width: 320px;}
				.dragonlook_block{height: 392px; background: #fff;}
			.contest{width: 320px;}
				.contest_block{height: 295px; background: #fff; padding: 15px; box-sizing: border-box;}
					.contest_block_img{width: 290px; height: 220px; background: url(images/contest_block_img.png) no-repeat center/50% auto, var(--red); cursor: pointer; transition: 0.3s;}
					.contest_block_img:hover{background: url(images/contest_block_img.png) no-repeat center/60% auto, var(--red);}
					.contest_block_title{font-size: 15px; font-weight: 600; color: var(--black); margin-top: 10px; text-align: center;}
			.actuals_main{margin-top: 44px; display: flex; justify-content: space-between;}
			.actuals{width: 1255px;}
				.actuals_block{height: 415px;}
					.actuals_block_image{height: 415px;}
					.actuals_block_info{height: 415px; background: #00000078; padding: 20px 0px; box-sizing: border-box; position: relative;}
						.actuals_block_topics{color: #fff; font-size: 16px; padding: 0px 20px;}
							.actuals_block_topics span{cursor: pointer;}
							.actuals_block_topics span:hover{text-decoration: underline;}
							.actuals_block_topics span.actuals_block_topics_actual{text-decoration: underline;}
						.actuals_block_title{background: linear-gradient(to right, #5236ff45, #ff33593d); padding: 10px; margin-top: 80px; padding-left: 50px; display: table;}
							.actuals_block_title_block{display: block; font-size: 36px; text-decoration: none; color: #fff; margin-bottom: 5px;}
							.actuals_block_title_more{display: block; color: #fff; font-size: 13px; margin-bottom: 5px;}
						.actuals_block_list{position: absolute; bottom: 20px; padding: 0px 20px; display: flex; justify-content: space-between; width: 100%; box-sizing: border-box;}
							.actuals_block_post{margin-top: 15px; border-left: 2px solid #fff; padding: 5px 10px; max-width: 30%; display: flex; align-items: center;}
								.actuals_block_post_title{color: #fff; font-size: 18px;}
								.wp-caption-text{position: absolute; margin-top: -23px; background: #fff; margin-left: 1px; font-size: 14px; font-style: italic; padding: 0px 3px;}
footer{background: var(--black); position: relative;}
	.footer_fix{}
		.footer_top{display: flex; justify-content: space-between; padding: 50px 0px;}
			.footer_top{--ftw: 270px;}
			.footer_info{width: var(--ftw);}
				.footer_logo{display: block; margin-bottom: 25px; padding-top: 8px;}
					.footer_logo img{}
				.footer_about{color: #fff; font-size: 14px;}
					.footer_about p{margin-bottom: 10px;}
					.footer_about a{color: var(--red); text-decoration: none; font-size: 15px; transition: 0.3s; letter-spacing: 0px;}
					.footer_about a:hover{color: var(--blue); letter-spacing: 1px;}
					.footer_about a path{transition: 0.3s;}
					.footer_about a:hover path{fill: var(--blue);}
				.footer_social{display: flex; align-items: center; border-top: 1px solid #fff; border-right: none; height: 25px; padding-top: 20px; margin-top: 20px;}
			.footer_menu{width: var(--ftw);}
				.footer_title{color: #fff; font-size: 16px; line-height: 28px; position: relative; text-transform: uppercase; padding-bottom: 10px; font-weight: 500; margin-bottom: 27px; letter-spacing: 1px;}
				.footer_title:after{position: absolute; content: ''; width: 100%; height: 1px; background: #ff3657; top: 100%; left: 0;}
				.footer_menu_list{list-style-position: inside;}
					.footer_menu_list li{color: var(--red); font-size: 15px; margin-bottom: 8px;}
					.footer_menu_list a{color: #fff; text-decoration: none; line-height: 22px; font-weight: 500; transition: 0.3s;}
					.footer_menu_list a:hover{color: var(--red);}
			.footer_sub{width: var(--ftw);}
				.footer_sub_block{}
					.footer_sub_title{color: #fff; line-height: 22px; font-weight: 500; font-size: 15px; margin-bottom: 14px;}
					.footer_sub_form{width: var(--ftw); position: relative; margin-bottom: 14px;}
						.footer_sub_form input{width: var(--ftw); height: 40px; padding: 0px 55px 0px 18px; box-sizing: border-box; border: none; outline: none; border-radius: 5px;}
						.footer_sub_form button{position: absolute; right: 0px; top: 0px; border-radius: 5px; background: var(--red); border: none; width: 45px; height: 40px; z-index: 0; cursor: pointer; transition: 0.3s;}
						.footer_sub_form button:hover{background: var(--blue);}
					.footer_sub_info{}
						.footer_sub_info p{color: #fff; line-height: 22px; font-weight: 400; font-size: 15px; margin-bottom: 5px;}
						.footer_sub_info a{display: block; color: var(--red); text-decoration: none; font-size: 15px; transition: 0.3s; letter-spacing: 0px; margin-bottom: 5px;}
						.footer_sub_info a:hover{color: var(--blue); letter-spacing: 1px;}
			.footer_archive{width: var(--ftw);}
				.footer_calendar{margin-bottom: 30px;}


		.footer_bottom{height: 55px; border-top: 1px solid rgba(255, 255, 255, 0.10); display: flex; align-items: center; justify-content: space-between;}
			.footer_bottom_copy{color: #fff; font-weight: 400; font-size: 15px;}
				.footer_bottom_copy a{color: var(--red); text-decoration: none; font-size: 15px; transition: 0.3s; letter-spacing: 0px;}
				.footer_bottom_copy a:hover{color: var(--blue); letter-spacing: 1px;}
		.footer_bottom_menu{}
			.footer_bottom_menu ul{list-style-type: none; display: flex;}
				.footer_bottom_menu li{margin-right: 30px;}
				.footer_bottom_menu li:last-child{margin-right: 0px;}
				.footer_bottom_menu a{color: #fff; text-decoration: none; font-size: 15px; transition: 0.3s;}
				.footer_bottom_menu a:hover{color: var(--red);}
				
/* Weather */
.sp-location-weather-widget{padding: 0px !important; margin-left: 8px;}
.sp-hide{display: flex !important;}
.sp-location-weather-image{display: flex !important; align-items: center;}
.weather-type, .weather-date, .weather-region{display: none !important;}
.weather-temp{font-size: 16px !important; color: #fff !important; font-weight: 400 !important; line-height: 20px !important;}
.weather-image{margin-right: 8px !important;}

/*CSS for Single*/
.single{display: flex; justify-content: space-between;}
	.single_left{width: 1255px; padding: 30px 0px 30px 15px;}
		.single_title{color: var(--black); line-height: 35px; font-size: 36px; font-weight: 700; margin: 20px 0px;}
		.single_img{margin-top: 20px; position: relative; display: flex;}
			.single_img img{max-width: 100%;}
			.single_img object{position: absolute; left: 1px; bottom: 1px; background: #fff;}
			.single_img object a{font-size: 14px; font-style: italic; padding: 0px 3px; color: #6a6a6a;}
		.single_short{font-weight: 600; font-size: 20px; margin-top: 20px;}
		.single_content{color: var(--black); font-size: 18px; margin-top: 20px;}
			.single_content p{margin-bottom: 12px;}
			.single_content img{max-width: 100%; height: auto;}
		.single_partners{margin-top: 40px;}
		.single_general{margin-top: 40px;}
			.single_general .news_square_list_blocks{height: auto;}
			.single_general .news_square_list_blocks_over{position: static; flex-wrap: wrap;}
			.single_general .news_square_list{height: auto;}
			.single_general_more{display: flex; justify-content: center; margin-top: 20px;}
		.maybach{margin-top: 30px;}
			.maybach a{display: flex;}
				.maybach img{width: 100%;}
	.single_right{width: 335px;}
		.single_right .general_news_list{height: calc(100vh - 130px); position: fixed; width: 335px;}

/*CSS for Page*/
.page{padding: 44px 15px; box-sizing: border-box;}
    .page_content{min-height: 480px;}
/*CSS for Category*/
.category{padding: 44px 15px; box-sizing: border-box;}
	.category .news_big_square_list_blocks{height: auto;}
	.category .news_big_square_list_blocks_over{position: static; flex-wrap: wrap;}
	.category .news_big_square_list{height: auto; margin-right: 0px;}
	.category_more, .category_more_author, .category_more_nomera{display: flex; justify-content: center; margin-top: 20px;}

/*Mobile Menu*/
.header_menu_mobile{display: none;}
	.header_menu_mobile_button{display: flex; margin-right: 10px; cursor: pointer;}
		.header_menu_mobile_button img{height: 40px; transition: 0.5s;}
		.header_menu_mobile_button img:hover{transform: rotate(360deg);}

/*CALENDAR*/
.select_ca{display: flex; justify-content: space-between; align-items: center;}
#ajax_ac_widget {padding: 0px !important;}
	#ajax_ac_widget th {background: transparent !important; padding: 0px !important; font-size: 12px !important; color: #faf1e8 !important;}
#ajax_ac_widget td {border: none !important;}
#my_calender span {color: #faf1e8; font-size: 12px; padding: 0px !important;}
#today a, #today span {background: transparent !important;}
#my-calendar a {background: transparent !important; padding: 0px !important; text-decoration: underline; font-size: 12px;}
#my-calendar a:hover {color: var(--red);}
#today a:hover{color:#404040;}
#my-calendar tbody tr {height: 22px;}
#my-calendar thead tr {height: 20px;}
#ajax_ac_widget #my_year, .select_ca #my_month {cursor: pointer; background: #404040; color: #faf1e8; border: none;}
#ajax_ac_widget #my_year {width: 54px;}
.select_ca #my_month {width: 85px; font-size: 14px;}
.select_ca #my_month option {}
#today .notpost{background: var(--red) !important;}
#today .has-post{background: var(--red) !important;}
#today .has-post:hover{color: #fff;}


@media screen and (max-width: 1620px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxxl, .container-xxl {
        max-width: 1620px;
    }
    .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 75%;
        }
	body{min-width: 1300px;}
	.fix{width:  1300px;}
	.header_top_right > div{margin-left: 15px;}
	.header_date{padding-right: 15px}
	.header_logo img{width: 190px;}
	.header_menu > ul > li{padding-right: 5px;}
	.header_menu > ul > li > a{font-size: 13px;}
	.header_menu > ul > li:last-child{padding-right: 10px;}
	.header_social{padding-right: 10px;}
	.header_search_button{padding-left: 10px;}

	.general_news_slider{width: 950px; height: 915px;}
	.news_slider_block{margin: 0px; margin-right: 10px; margin-bottom: 10px;}
	.news_slider_block:nth-child(3n+1){margin-right: 0px;}
	.news_slider_block:last-child{display: none;}
	.general_news_list{height: 915px;}

	.news_square{width: 1000px;}
	.news_square_list{width: 1000px;}
	.news_square_block{width: 325px;}
	.news_square_img{width: 110px; min-width: 110px; height: 140px;}
	.news_square_title{font-size: 14px; line-height: 18px;}
	.news_square_info .news_block_att{font-size: 12px;}
	.news_block_views{font-size: 12px;}
	.last_gazeta{width: 255px;}

	.authors{width: 1000px;}
	.authors_list{width: 1000px;}
	.authors_block{ padding: 5px;}
	.authors_block_short{font-size: 12px;}
	.dragonlook{width: 255px;}

	.actuals{width: 1000px;}

	.news_big_square_list{width: 1270px;}
	.news_big_square_block{width: 415px;}
	.news_big_square_block_img{width: 160px; min-width: 160px;}
	.news_big_square_block_title{font-size: 15px; line-height: 18px; margin-bottom: 5px;}
	.news_big_square_block_short{font-size: 13px;}

	.main_video_list{width: 1270px;}
	.main_video_block{width: 310px;}
	.main_video_title{line-height: 22px; font-size: 16px;}

	.news_square_wide{width: 628px;}
	.news_square_wide_list{width: 628px;}
	.news_square_wide_block{width: 628px;}

	.authors_block_short{margin-top: 5px;}
	.authors_block_name{font-size: 13px; line-height: 15px;}
	.contest{width: 255px;}
	.contest_block_img{width: 100%;}

	.footer_top{--ftw: 240px;}
	.footer_logo img{width: var(--ftw);}

	.single_left{width: 1000px;}
	.single_right{width: 270px;}
	.single_right .general_news_list{width: 270px;}
}
@media screen and (max-width: 1300px){
	body{min-width: 1030px;}
	.fix{width: 1030px;}
	.header_logo img{width: 250px;}
	.header_date{display: none;}
	.header_weather{display: none;}
	.header_menu{display: none;}
	.header_menu_mobile{display: block;}
	.header_menu_mobile_block{height: 100%; min-height: 470px; width: 0px; background: #fff; position: fixed; right: 0px; top: 0px; z-index: 99; overflow: hidden; background: rgba(255, 255, 255, 0.6); -webkit-backdrop-filter: blur(52px); backdrop-filter: blur(52px);}
	.mobile_menu_logo_close{display: flex; justify-content: space-between; padding: 20px 40px;}
	.mobile_menu_close{cursor: pointer; font-size: 25px; color: var(--black); transition: 0.3s;}
	.mobile_menu_close:hover{color: var(--gold);}
	.header_menu_mobile_list{padding: 20px 40px; overflow-y: scroll; height: 70%;}
	.header_menu_mobile_list>ul{list-style-type: none;}
	.header_menu_mobile_list>ul>li{margin-bottom: 10px; position: relative; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
	.header_menu_mobile_list>ul>li>a{text-decoration: none; color: var(--black); font-size: 18px; font-weight: 600; transition: 0.3s; line-height: 32px; position: relative;}
	.header_menu_mobile_list>ul>li>a .header_menu_count{top: 0px; right: -35px;}
	.header_menu_mobile_list>ul>li>svg{transform: scale(1.5); transition: 0.3s; cursor: pointer;}
	.header_menu_mobile_list>ul>li>svg:hover{transform: scale(2);}
	.header_menu_mobile_list>ul>li:after{content: ""; height: 2px; width: 0px; position: absolute; top: 30px; left: 50%; background: var(--red); transition: 0.3s;}
	.header_menu_mobile_list>ul>li:hover:after{opacity: 1; width: 100%; left: 0px;}
	.header_menu_mobile_child{width: 100%; margin-top: 5px; height: 0px; overflow: hidden;}
		.header_menu_mobile_child ul{list-style-type: none; padding-left: 20px;}
		.header_menu_mobile_child ul a{color: var(--black); text-decoration: none; line-height: 26px; font-size: 16px;}
	.mobile_social_search{padding: 20px 40px; display: flex; justify-content: space-between; align-items: center;}
	.mobile_social_search .header_social{height: 40px; border-right: none;}
	.mobile_social_search .header_social a{height: 40px;}
	.mobile_social_search .header_social img{max-height: 40px;}
	.mobile_social_search .header_search_button img{max-height: 40px;}

	.general_news{flex-wrap: wrap; justify-content: center;}
	.general_news_list{width: 950px;}

	.news_square_last_gazeta{flex-wrap: wrap; justify-content: center;}
	.news_square{margin-bottom: 40px;}
	.last_gazeta{width: 500px; margin-bottom: 20px;}
	.last_gazeta_block{height: 500px;}
	.last_gazeta_block_img{height: 420px;}

	.authors_contest{flex-wrap: wrap; justify-content: center;}
	.authors_list_blocks{margin-bottom: 40px;}
	.dragonlook{width: 500px;}

	.actuals_main{flex-wrap: wrap; justify-content: center;}
	.actuals_block{margin-bottom: 40px;}

	.news_big_square_list{width: 1000px;}
	.news_big_square_list_blocks{height: 840px;}
	.news_big_square_list{height: 840px;}
	.news_big_square_block{width: 493px;}
	.news_big_square_block_img{width: 240px; min-width: 240px;}

	.main_video_list{width: 1000px;}
	.main_video_block{width: 240px;}
	.main_video_title{font-size: 15px;}

	.news_double{flex-wrap: wrap; justify-content: center;}
	.news_square_wide_list{height: 1005px;}
	.news_square_wide_list_blocks{height: 1005px;}
	.news_square_wide:first-child{margin-bottom: 40px;}

	.footer_top{flex-wrap: wrap;}
	.footer_bottom{flex-wrap: wrap; justify-content: center;}

	.single_right{display: none;}

}
@media screen and (max-width: 1030px){
    							.news_block_views{display: flex; align-items: center; padding: 0px 7px; color: #707070; line-height: 18px; border-radius: 9px 9px 9px 0; font-size: 12px; font-weight: 500; position: relative; border: 1px solid #707070;}
	body{min-width: 480px;}
	.general_main{padding: 0px 10px;}
	.fix{width: 480px;}
	.header_top{background: none; display: none;}
	.header_top_fix{flex-wrap: wrap; position: relative;}
	.header_buy_sub_button{font-size: 15px; padding-left: 10px;}
	.header_buy_sub_button img{height: 34px;}
	.header_news{height: 80px;}
	.header_news_nav svg{transform: scale(2);}
	.header_news_nav{height: auto;}
	.header_news_nav>div{padding: 8px 0px;}
	.header_weather{display: flex; position: absolute; right: 40px; top: 14px;}

	.header_bottom_fix{padding: 0px 10px; box-sizing: border-box;}
	.header_bottom_right{flex-direction: row-reverse;}
	.header_menu_mobile_button{margin: 0px; margin-left: 10px;}

	.general_news_slider{width: 480px; display: flex; justify-content: space-between; flex-wrap: wrap;}
	.news_slider_block{width: 235px; margin: 0px; margin-bottom: 10px;}
	.news_slider_block:first-child{width: 480px; height: 360px;}
	.news_slider_block_big_info{width: 275px; left: 10px; padding: 15px;}
	.news_slider_block_big_title{font-size: 22px; padding: 5px 0; line-height: 26px;}
	.news_slider_block_big_next{margin-top: 8px;}
	.news_slider_nav{right: 10px;}

	.general_news_list{height: auto; overflow: hidden; width: 480px;}

	.heading_right{padding-left: 25px;}
	.heading_subs{width: 210px; overflow-y: scroll;}
	.heading_nav > div{width: 15px; height: 19px;}
	.heading_nav{margin-right: 0px;}

	.news_square_list_blocks{height: 1150px;}
	.news_square_list{width: 460px; height: 1150px;}
	.news_square_block{width: 460px;}

	.last_gazeta{width: 460px;}

	.dragonlook{width: 460px;}

	.actuals{width: 460px;}

	.news_big_square_list_blocks{height: auto;}
	.news_big_square_list{height: auto; width: 460px;}
	.news_big_square_list_blocks_over{position: relative;}
	.news_big_square_block{width: 460px; flex-wrap: wrap-reverse; height: auto;}
	.news_big_square_block_info{margin-bottom: 15px;}
	.news_big_square_block_img{width: 100%; margin-right: 0px;}

	.main_video_list_blocks{height: 1250px;}
	.main_video_list{width: 460px; flex-wrap: wrap;}
	.main_video_block{width: 480px; margin: 0px; margin-bottom: 10px;}

	.news_square_wide{width: 460px;}
	.news_square_wide_block{width: 460px; height: auto;}
	.news_square_wide_block_img{height: 280px;}

	.authors_list_blocks{height: 1220px;}
	.authors_list{width: 460px; height: 1220px;}
	.authors_block{width: 460px; padding: 10px;}
	.authors_block_short{margin-top: 10px; font-size: 14px;}

	.contest{width: 460px;}

	.footer_top>div{width: 100%; margin-bottom: 20px;}

	.footer_bottom{height: auto;}
	.footer_bottom_copy{font-size: 16px; width: 100%; text-align: center; padding: 20px 0px;}
	.footer_bottom_menu ul{display: block;}
	.footer_bottom_menu li{margin-right: 0px; text-align: center; line-height: 24px;}

	.single_title{line-height: 32px; font-size: 26px;}
	.single_left {width: 460px; padding: 30px 10px;}
	.category{padding: 35px 10px;}

	.last_gazeta_block_nomera{width: 460px;}
}
@media screen and (max-width: 480px){
    .actuals_block_title {
    margin-top: 10px;
}
.actuals_block_title_block {
    font-size: 26px;
}
.actuals_block_info {
    height: 520px;
}
.actuals_block_post {

    max-width: 100%;

}
.actuals_block_list {

    display: block;
    width: 100%;
}
	.heading_title{
		min-width: 100px;
		font-size: 14px;
	}
	.heading_sub{font-size: 14px;}
	.header_logo img{width: 80%;}
.heading_nav{display: none;}
	.news_block_views{display: flex; align-items: center; padding: 0px 7px; color: #707070; line-height: 18px; border-radius: 9px 9px 9px 0; font-size: 12px; font-weight: 500; position: relative; border: 1px solid #707070;}
body{min-width: 375px;}
.general_main{padding: 0px 10px;}
.fix{width: 375px;}
.header_top{background: none; display: none;}
.header_top_fix{flex-wrap: wrap; position: relative;}
.header_buy_sub_button{font-size: 15px; padding-left: 10px;}
.header_buy_sub_button img{height: 34px;}
.header_news{height: 80px;}
.header_news_nav svg{transform: scale(2);}
.header_news_nav{height: auto;}
.header_news_nav>div{padding: 8px 0px;}
.header_weather{display: flex; position: absolute; right: 40px; top: 14px;}

.header_bottom_fix{padding: 0px 10px; box-sizing: border-box;}
.header_bottom_right{flex-direction: row-reverse;}
.header_menu_mobile_button{margin: 0px; margin-left: 10px;}

.general_news_slider{width: 375px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.news_slider_block{width: 185px; margin: 0px; margin-bottom: 10px;}
.news_slider_block:first-child{width: 375px; height: 360px;}
.news_slider_block_big_info{width: 275px; left: 10px; padding: 15px;}
.news_slider_block_big_title{font-size: 22px; padding: 5px 0; line-height: 26px;}
.news_slider_block_big_next{margin-top: 8px;}
.news_slider_nav{right: 10px;}

.general_news_list{height: auto; overflow: hidden; width: 375px;}

.heading_right{padding-left: 25px;}
.heading_subs{width: 180px; overflow-y: scroll;}
.heading_nav > div{width: 15px; height: 19px;}
.heading_nav{margin-right: 0px;}

.news_square_list_blocks{height: 1150px;}
.news_square_list{width: 355px; height: 1150px;}
.news_square_block{width: 355px;}

.last_gazeta{width: 355px;}

.dragonlook{width: 355px;}

.actuals{width: 355px;}

.news_big_square_list_blocks{height: auto;}
.news_big_square_list{height: auto; width: 355px;}
.news_big_square_list_blocks_over{position: relative;}
.news_big_square_block{width: 355px; flex-wrap: wrap-reverse; height: auto;}
.news_big_square_block_info{margin-bottom: 15px;}
.news_big_square_block_img{width: 100%; margin-right: 0px;}

.main_video_list_blocks{height: 1250px;}
.main_video_list{width: 355px; flex-wrap: wrap;}
.main_video_block{width: 375px; margin: 0px; margin-bottom: 10px;}

.news_square_wide{width: 355px;}
.news_square_wide_block{width: 355px; height: auto;}
.news_square_wide_block_img{width: 110px;
    min-width: 110px;
    height: 140px;}

.authors_list_blocks{height: 1220px;}
.authors_list{width: 355px; height: 1220px;}
.authors_block{width: 355px; padding: 10px;}
.authors_block_short{margin-top: 10px; font-size: 14px;}

.contest{width: 355px;}

.footer_top>div{width: 100%; margin-bottom: 20px;}

.footer_bottom{height: auto;}
.footer_bottom_copy{font-size: 16px; width: 100%; text-align: center; padding: 20px 0px;}
.footer_bottom_menu ul{display: block;}
.footer_bottom_menu li{margin-right: 0px; text-align: center; line-height: 24px;}

.single_title{line-height: 32px; font-size: 26px;}
.single_left {width: 355px; padding: 30px 10px;}
.category{padding: 35px 10px;}

.last_gazeta_block_nomera{width: 355px;}
}
@media screen and (max-width: 374px){
	.header_bottom_fix{
		width:10px;
	}
	.news_slider_block_big{
	}
	.heading_title{
		min-width: 120px;
		font-size: 13px;
	}
	.heading_sub{font-size: 14px;}
	.header_logo img{width: 140px;}
.heading_nav{display: none;}
	.news_block_views{display: flex; align-items: center; padding: 0px 7px; color: #707070; line-height: 18px; border-radius: 9px 9px 9px 0; font-size: 12px; font-weight: 500; position: relative; border: 1px solid #707070;}
body{min-width: 320px;}
.general_main{padding: 0px 10px;}
.fix{width: 320px;}
.header_top{background: none; display: none;}
.header_top_fix{flex-wrap: wrap; position: relative;}
.header_buy_sub_button{font-size: 15px; }
.header_buy_sub_button img{height: 34px;}
.header_news{height: 80px;}
.header_news_nav svg{transform: scale(2);}
.header_news_nav{height: auto;}
.header_news_nav>div{padding: 8px 0px;}
.header_weather{display: flex; position: absolute; right: 40px; top: 14px;}

.header_bottom_fix{padding: 0px 0px; box-sizing: border-box;}
.header_bottom_right{flex-direction: row-reverse;}
.header_menu_mobile_button{margin: 0px; margin-left: 10px;}

.general_news_slider{width: 320px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.news_slider_block{width: 160px; margin: 0px; margin-bottom: 10px;}
.news_slider_block:first-child{width: 320px; height: 360px;}
.news_slider_block_big_info{width: 275px; left: 10px; padding: 15px;}
.news_slider_block_big_title{font-size: 22px; padding: 5px 0; line-height: 26px;}
.news_slider_block_big_next{margin-top: 8px;}
.news_slider_nav{right: 10px;}

.general_news_list{height: auto; overflow: hidden; width: 320px;}

.heading_right{padding-left: 25px;}
.heading_subs{width: 180px; overflow-y: scroll;}
.heading_nav > div{width: 15px; height: 19px;}
.heading_nav{margin-right: 0px;}

.news_square_list_blocks{height: 1150px;}
.news_square_list{width: 310px; height: 1150px;}
.news_square_block{width: 310px;}

.last_gazeta{width: 310px;}

.dragonlook{width: 310px;}

.actuals{width: 310px;}

.news_big_square_list_blocks{height: auto;}
.news_big_square_list{height: auto; width: 310px;}
.news_big_square_list_blocks_over{position: relative;}
.news_big_square_block{width: 310px; flex-wrap: wrap-reverse; height: auto;}
.news_big_square_block_info{margin-bottom: 15px;}
.news_big_square_block_img{width: 100%; margin-right: 0px;}

.main_video_list_blocks{height: 1250px;}
.main_video_list{width: 310px; flex-wrap: wrap;}
.main_video_block{width: 320px; margin: 0px; margin-bottom: 10px;}

.news_square_wide{width: 310px;}
.news_square_wide_block{width: 310px; height: auto;}
.news_square_wide_block_img{width: 100%;
    display:block;
}
.news_square_wide_block {
    display: block; 

}
.authors_list_blocks{height: 1220px;}
.authors_list{width: 310px; height: 1220px;}
.authors_block{width: 310px; padding: 10px;}
.authors_block_short{margin-top: 10px; font-size: 14px;}

.contest{width: 310px;}

.footer_top>div{width: 100%; margin-bottom: 20px;}

.footer_bottom{height: auto;}
.footer_bottom_copy{font-size: 16px; width: 100%; text-align: center; padding: 20px 0px;}
.footer_bottom_menu ul{display: block;}
.footer_bottom_menu li{margin-right: 0px; text-align: center; line-height: 24px;}

.single_title{line-height: 32px; font-size: 26px;}
.single_left {width: 310px; padding: 30px 10px;}
.category{padding: 35px 10px;}

.last_gazeta_block_nomera{width: 310px;}
}