.logo_middle, .logo_small {display: none;}

.filedrop .dropzone {
	max-width: 606px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width: 1360px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
	.left_container {
		width: auto;
		margin-right: 20px;
		flex-grow: 1;
		overflow: hidden;
	}
	.right_container {
		flex-shrink: 0;
	}
}

@media screen and (max-width: 1340px) {
	.footer .footer_links2 {margin-right: 20px;}
}

@media screen and (max-width: 1295px) and (min-width: 1101px), screen and (max-width: 944px) {
	.menu + .grid .left_container > .wrap_info {position: relative;}
	.wrap_info .left {position: static;}
	.wrap_info .left::before {
		top: 50%;
		right: 20px;
		transform: translate(0,-50%);
	}
}

@media screen and (min-width: 1201px) {
	.fdm_about__left img {height: 378px;}
}

@media screen and (max-width: 1200px) {
  /*.fdm_about {*/
  /*  align-items: start;*/
  /*}*/
  .fdm_about__left {
    width: 500px;
    height: 318px;
  }
  .fdm_about__left img {
    width: 100%;
  }
  .fdm_about__right {
    width: 500px;
  }
  .fdm_about h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .fdm_about__note {
    font-size: 16px !important;
    line-height: 150% !important;
  }
  .fdm_about__wrap {
    padding-top: 15px;
  }
  a.a_btn {
    padding: 7px 30px 7px 93px;
    margin-bottom: 20px;
  }
  .a_btn__icon {
    top: 13px;
  }
  .btn_text {
    font-size: 28px;
  }
  .fdm_about__platforms {
    font-size: 16px;
    margin-bottom: 21px;
  }
	.fdm_about .advantage {
    font-size: 16px;
    margin-bottom: 4px;
		margin-right: 0;
  }
  .fdm_about .wrapper_advantage {
    flex-direction: column;
	}

	/*.category_v2 li {width: 14.2%;}*/
	.category_v2 li {width: 25%;}
	.hidden-cats li:last-child:after {display: none;}
	.cat-int {position: relative;}
	.cat-int:after {
		content: '';
		display: block;
		width: 1px;
		height: 50px;
		background-color: #DEE5EA;
		position: absolute;
		top: 0;
		right: -1px;
	}
	.category.category_more li {display: block !important;}
	.category.category_more li.cat-more {display: flex !important;}
	.category_v2.category_more ul, .category_v2 ul {position: relative;}
	.category_v2 ul:after {
		content: '';
		display: block;
		height: 1px;
		background-color: #DEE5EA;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
	}

	.xmas_style .lang:after {display: none;}
}

@media screen and (max-width: 1100px) {
	.h_latest, .wrapper_search, .unitewidget, .addition_list, .fdm_about, .latest_item, .h_features, .h_latest, .features_list, .link_col2 {
		padding-left: 20px;
		padding-right: 20px;
	}
  .fdm_about:before {
    display: none;
  }
  .fdm_about h1 {
    font-size: 30px;
  }
  .fdm_about__left {
    width: 430px;
    height: 274px;
    margin-right: 30px;
  }
  a.a_btn {
    margin-bottom: 15px;
  }
  .fdm_about__platforms {
    margin-bottom: 10px;
  }

  .fdm_about__right {
    width: 385px;
  }

	.footer .columns {
		display: block;
	}
	.footer .footer_links2 {
		padding: 15px 20px 5px;
		justify-content: center;
		text-align: center;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer_links {
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_links2 a {
		margin-bottom: 10px;
		display: inline-flex;
	}
	.footer_links a:first-child {margin-right: 20px;}

	.columns_wrapper {
		flex-direction: column;
	}
	.left_container {
		margin-right: 0;
	}

	#unite {
		padding-left: 20px;
		padding-right: 20px;
	}

	.news_block {
		width: 100%;
		flex: auto;
	}

	.prog_desc {
		margin-bottom: 0;
	}

	.right_container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.right_column__btn {
		width: 49%;
	}
	.right_container, .left_container, .news_subscr, .pop_tutorials  {
		width: 100%;
		box-sizing: border-box;
	}

	.pop_tutorials {
		background-color: transparent;
		/*column-count: 2;*/
		/*column-gap: 20px;*/
		/*display: block;*/
	}
	.article_item {
		border-radius: 6px;
		overflow: hidden;
	}
	.pop_tutorials_title + .article_item {border-radius: 0 0 6px 6px;}
	.article_item, .pop_tutorials_title {
		margin: 0 0 20px;
		display: grid;
		grid-template-rows: 1fr auto;
		break-inside: avoid;
	}

	.pop_tutorials .article_item:last-child {margin-bottom: 0;}
	.pop_tutorials_title {
		border-radius: 6px 6px 0 0;
		margin-bottom: -1px;
	}
	.right_container .wrapper_search {
		width: 100%;
		box-sizing: border-box;
		padding-top: 20px;
	}

	#footer .columns{
		display: flex;
		flex-direction: column;
	}
	.footer_links {
		order: -1;
	}
}

@media (min-width: 601px) and (max-width: 1100px) {
	.article_item a {
		/*display: flex;*/
		/*justify-content: space-between;*/
		/*padding-top: 20px;*/
	}
	.article_item .h2 {
		padding: 10px 30px 10px 0;
		font-size: 22px;
		line-height: 1.4;
	}
	.pop_tutorials .pic_block {
		flex-shrink: 0;
		width: 40%;
		float: left;
		margin-right: 20px;
	}
}

@media screen and (min-width: 961px) {
    /*.latest_soft h4 {*/
    /*    text-overflow: unset;*/
    /*    white-space: normal;*/
    /*}*/
    .prog_desc p {
        -webkit-line-clamp: 2;
    }
    .left_container .latest_item p {
        padding-bottom: 0;
    }

	.latest_item:last-child, .latest_item:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.latest_item:nth-child(odd) {
		padding-right: 15px;
	}
	.latest_item:nth-child(even) {
		padding-left: 15px;
	}

	#catDrop_main .cat_drop__h {
		font-size: 0;
	}
}

@media screen and (max-width: 960px) {
	.header, #header {
		height: 70px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header {max-width: 100%;}

	.container, #container {
		width: auto;
		max-width: 960px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#container {background-color: transparent;}

	.download_page_block {padding-left: 0;}

	.xmas_style .header .container > a:before {
		top: 4px;
	}

  /* .fdm_about .fdm_about__left {
    display: none;
  } */
	.fdm_about .wrapper_advantage {flex-direction: row;}
	.fdm_about .advantage {margin-right: 20px; margin-bottom: 0;}

	.how_to_block_h1 > span:not(.date_info) {
		font-size: 22px;
		line-height: 27px;
	}
	.how_to_block_h1 > span:not(.date_info)::before {
		height: 40px;
		width: 50px;
	}
	.fdm_block:nth-child(1) .how_to_block_h1>span:not(.date_info)::before,
	.fdm_block:nth-child(2) .how_to_block_h1>span:not(.date_info)::before,
	.fdm_block:nth-child(3) .how_to_block_h1>span:not(.date_info)::before {background-size: 23px;}

	.wrapper_search form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.wrapper_search input[type="text"] {
		width: 100%;
		/*margin-top: 10px;*/
		box-sizing: border-box;
	}
	.wrapper_search .category_btn {
		/*width: auto;*/
		height: auto;
		background-image: none;
		font-size: 17px;
		line-height: 16px;
		color: #fff;
		border: 1px solid rgba(222, 229, 234, 0.5);
		border-radius: 6px;
		margin-right: 0;
		position: relative;
		order: 1;
		width: 49%;
		left: auto;
		right: auto;
		box-sizing: border-box;
	}
	#catDrop_main {
		padding: 10px 18px;
		box-sizing: border-box;
	}
	.wrapper_search .category_btn::after {
		content: '';
		width: 7px;
		height: 11px;
		position: absolute;
		right: 18px;
		top: 12px;
		transition: transform .3s;
		background: url("https://www.freedownloadmanager.org/public/v2/img/arrow_dropdown.svg");
		pointer-events: none;
	}
	.searchInput__container {
		width: 49%;
		flex-grow: 0;
	}
	.wrapper_search div {right: 45px;}
	.search_form__text {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.wrapper_search {padding-bottom: 20px;}

	.howto_related .how_to_block, .howto_related .how_to_block:first-child {
		width: 32%;
		margin-right: 2%;
	}
	.howto_related .how_to_block:last-child {margin-right: 0;}
	.howto_related .how_to_block_h1 span:first-child {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fon3 {
		padding: 0;
		margin: 0;
		float: none;
	}
	.fon2 {
		float: none;
		right: auto;
	}
	.fon1 {
		display: flex;
		float: none;
		right: auto;
	}
	.fon0 {display: none;}
	.left_container {
		float: none;
		width: auto;
		left: auto;
	}
	.right_container {
		float: none;
		left: auto;
		flex-shrink: 0;
		/*border-left: 10px solid #4e6580;*/
	}

	.h_features {padding-right: 20px;}

	.narrow .fdm_block {
		width: 49%;
		margin-right: 2%;
	}
	.narrow .fdm_block:last-child {margin-right: 0;}
	.how_to_block_h1 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.latest_soft {padding-bottom: 0;}
	.latest_item {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.latest_soft h4 {max-width: none;}
	.left_container .latest_item p {
		/*max-height: 32px;*/
		-webkit-line-clamp: 2;
	}

	/*.left_container h1 {*/
	/*	width: 100%;*/
	/*	left: 0;*/
	/*	-webkit-box-sizing: border-box;*/
	/*	-moz-box-sizing: border-box;*/
	/*	box-sizing: border-box;*/
	/*}*/
	.feature_block {padding-left: 160px;}
	/*.feature_icon {*/
	/*	left: 43px;*/
	/*	top: 36px;*/
	/*}*/

	.award_block {
		width: 29%;
		/*margin-left: 4%;*/
		overflow: hidden;
	}
	.award_block img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.link_col2 {word-break: break-word;}

	#ajax_listOfOptions {
		right: 50px;
		/*width: auto !important;*/
	}

	#ticketForm table, #ticketForm .txtra {width: 100%;}
	#ticketForm .txtra {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.warning, .notes {
		width: 100%;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.warning:after {left: 28px;}
	.notes:after {left: 24px;}

  .pull-left {
    margin-left: 20px;
  }

	.features_list ul {
		column-count: 1;
	}

	.latest_item {
		width: 100%;
	}
	.prog_desc {
		max-height: none;
	}

}

@media screen and (max-width: 900px) {
	.howto_related {flex-wrap: wrap;}
	.fdm_block, .howto_related .how_to_block, .howto_related .how_to_block:first-child {
		width: 49%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.howto_related .how_to_block:first-child {margin-right: 2%;}
	.howto_related .how_to_block:last-child {margin-bottom: 0;}

	.fdm_block {
		padding: 20px 20px 68px;
		min-height: 180px;
	}
	.fdm_block .date_info {left: 20px;}
	.howto_related {
		overflow: hidden;
	}
	.howto_related .how_to_block, .howto_related .how_to_block:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.howto_related .how_to_block:nth-child(2n) {margin-right: 0;}
}

@media (min-width: 651px) and (max-width: 900px) {
	.container .how_to_block_h1 > span:not(.date_info)::before {
		width: 70px;
		height: 70px;
	}
	.fdm_block:nth-child(1) .how_to_block_h1>span:not(.date_info)::before, .fdm_block:nth-child(2) .how_to_block_h1>span:not(.date_info)::before, .fdm_block:nth-child(3) .how_to_block_h1>span:not(.date_info)::before {
    background-size: 34px;
	}
	.how_to_block_h1>span:not(.date_info) {
		font-size: 26px;
	}
}


@media screen and (max-width: 864px) {
  .absolutely_free,
  .no_adware {
    top: 56%;
  }
}

@media screen and (max-width: 850px) {
  .fdm_about {align-items: center;}
  .fdm_about__left {
    height: auto;
    width: 47%;
    margin-right: 20px;
  }
  .l_inf {font-size: 16px;}
}

@media screen and (max-width: 800px) {
	.fon1 {display: block;}
	/*.left_container {border-bottom: 10px solid #4e6680;}*/
	.right_container {
		border-left: none;
		background-color: #4e6580;
	}
	.news_block {background-color: #f7f7f7;}

	.download_block.fdm_block {float: none;}
	.features.news_wrap, .downloads.news_wrap, .linktous.news_wrap, .custom.news_wrap {height: 500px;}

	.howto_blocks .how_to_block {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		border-bottom: none;
	}
	.howto_blocks .how_to_block:nth-child(2n) {margin-right: 0;}
  .download_page_block:not(.users_say__wrap) {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 780px) {
	.logo, .logo.v2  {display: none;}
	.logo_middle {display: block;}

	.menu a {font-size: 14px;}

	.fdm_about {padding: 20px;}

	.xmas_style .header > a:before {
		top: -9px;
		left: -3px;
	}
	.xmas_style .header .container > a:before {
		top: -2px;
		left: -8px;
	}


	/*.category_v2 li {width: 16.66%;}*/
	/*.cat-off {display: none;}*/
	.hidden-cats li:last-child:after {display: inherit;}
	.cat-gen:after {
		content: '';
		display: block;
		width: 1px;
		height: 50px;
		background-color: #DEE5EA;
		position: absolute;
		top: 0;
		right: -1px;
	}

	/*#search_form {*/
	/*	flex-direction: column;*/
	/*	align-items: flex-start;*/
	/*}*/
	.wrapper_search {
		padding-top: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}
	/*.search_form__text {margin-bottom: 10px;}*/
	/*.wrapper_search div {*/
	/*	bottom: 30px;*/
	/*}*/
	/*.category_btn {*/
	/*	margin-bottom: 10px;*/
	/*	margin-right: 0;*/
	/*}*/
	.links_list .right_title {display: none;}

	.links_list .inp_txt:last-child {
		margin-left: 30px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 720px) {
	.frm_col2 {
		/*float: none;*/
		margin-top: 14px;
	}
	.modal_input .frm_col2 span {width: 97px;}
  .fr .modal_input .frm_col2 span {
    width: 97px;
  }

  .fdm_about__left {display: none;}
  .fdm_about__right {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .pic--mobile {display: block;}
  .fdm_about__right .pic--mobile img {
    margin: 20px 0 0;
    display: block;
    max-width: 100%;
    width: auto;
    /*height: 240px;*/
    height: auto;
  }
  .fdm_about__right .pic--mobile img.android {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
	.fdm_about__right .pic--mobile img {min-height: 190px;}
}
@media screen and (max-width: 320px) {
	.fdm_about__right .pic--mobile img {min-height: 165px;}
}

@media screen and (max-width: 600px) {
	.header > .container {
		flex-grow: 1;
		justify-content: center;
	}
	body {
		font-size: 16px;
		line-height: 24px;
	}
	.container {
		margin-left: 10px;
		margin-right: 10px;
	}
	.fdm_about {
		margin-top: 10px;
	}
	.howto_related, .fdm_about, .category_v2, #unite, .latest_soft, .howto_related .how_to_block,
	.howto_related .how_to_block:first-child, .features_wrapper, #unitem,  .wrapper_search, .right_column__btn,
	.right_container, .footer .columns, .footer .footer_links2, .left_container > div,
	.download_block.fdm_block, .article_item, .footer_links
	/*,.left_container*/
	{
		margin-bottom: 10px;
	}
	.columns_wrapper:not(.grid) .wrapper_search{
		margin-bottom: 0;
	}
	.menu + .grid .left_container > div {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 10px;
	}
    .pull-left {margin-left: 0;}
	.logo_middle {display: none;}
	.logo_small {
		display: block;
		/*height: auto;*/
		width: 124px;
		height: 43px;
	}
	.header > a {margin-left: 20px;}
	.lang {margin-left: auto;}
	.mobile_menu {
		display: block;
		cursor: pointer;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 22px;
		background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M3%2C7c-.55%2C0-1.01%2C.43-1.01%2C.99%2C0%2C.55%2C.43%2C1.01%2C.99%2C1.01%2C0%2C0%2C.02%2C0%2C.03%2C0H27c.55%2C0%2C1.01-.43%2C1.01-.99%2C0-.55-.43-1.01-.99-1.01%2C0%2C0-.02%2C0-.03%2C0H3Zm0%2C7c-.55%2C0-1.01%2C.43-1.01%2C.99%2C0%2C.55%2C.43%2C1.01%2C.99%2C1.01%2C0%2C0%2C.02%2C0%2C.03%2C0H27c.55%2C0%2C1.01-.43%2C1.01-.99%2C0-.55-.43-1.01-.99-1.01%2C0%2C0-.02%2C0-.03%2C0H3Zm0%2C7c-.55%2C0-1.01%2C.43-1.01%2C.99%2C0%2C.55%2C.43%2C1.01%2C.99%2C1.01%2C0%2C0%2C.02%2C0%2C.03%2C0H27c.55%2C0%2C1.01-.43%2C1.01-.99s-.43-1.01-.99-1.01c0%2C0-.02%2C0-.03%2C0H3Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	}

	.xmas_style .header .container > a {position: relative;}
	.xmas_style .header .container > a:before {
		top: -14px;
		left: -8px;
	}

	.news, .news_title, .date {
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu {
		display: none;
		position: absolute;
		height: auto;
		left: -20px;
		background-color: #fff;
		z-index: 100001;
		box-shadow: 0 5px 10px 2px rgb(17 12 46 / 16%);
	}
	.menu.show {display: block;}
	.menu ul {
		flex-direction: column;
		width: 200px;
	}
	.menu li {width: 100%;}
	.menu a {
		font-size: 18px;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.container .menu a {
		font: 18px/50px 'Roboto', sans-serif;
		color: #272727;
	}
	.container .selected a {color: #fff;}
	.menu a:hover {
		text-decoration: none;
		background-color: #4e668012;
		color: #112232;
	}
	.menu .selected a:hover {
		background-color: #3c8ef2;
		color: #fff;
	}

	.lang_dd {
		right: -10px;
		width: 102px;
	}

	/*.category_v2 li {width: 20%;}*/
	/*.cat-edu {display: none;}*/

	/*.howto_related .how_to_block, .howto_related .how_to_block:first-child {*/
	/*	width: 100%;*/
	/*	margin-right: 0;*/
	/*}*/

	.fdm_about .wrapper_advantage {flex-direction: column;}
	.fdm_about .advantage {
		margin-right: 0;
    margin-bottom: 5px;
	}

	.howto_related .how_to_block, .howto_related .how_to_block:first-child,
	.howto_blocks .how_to_block {
		width: 100%;
		margin-right: 0;
	}
	.howto_blocks .how_to_block {height: 200px;}

	.h_features, .h_latest {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 20px;
		font-size: 24px;
	}
	.search_form__text {
		font-size: 24px;
		/*margin-bottom: 0;*/
	}
	#platform_filter {
		margin-left: 0;
		margin-top: 10px;
	}
	.features_list {
		background-image: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	/*.category_btn {margin-bottom: 6px;}*/

	.features_list li, .left_container .latest_item p {font-size: 16px;}
	.addition_list {padding: 20px;}

	.langgs li {padding: 0 20px;}
	.langgs li:last-child {margin-right: 0;}

	.narrow .fdm_block{
		width: 100%;
		margin-right: 0;
		float: none;
		display: block;
	}

	.latest_item {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		float: none;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.latest_item:last-child {
		border-bottom: none;
	}
	.latest_soft h4 {max-width: none;}
	.left_container .latest_item p {
		/*max-height: none;*/
		display: block;
		padding-top: 10px;
		line-height: 22px;
	}

	.left_container h1 {
		font-size: 30px;
		margin-top: 0;
	}
	.left_container h3, .left_container h2 {
		margin-bottom: 20px;
	}
	.feature_block {
		padding: 16px 16px 16px 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 -20px;
	}
	.feature_block:nth-child(2n+1) {
		border-radius: 0;
	}
	.feature_block h3, .feature_block h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 5px;
	}
	.feature_icon {
		left: 10px;
		/*transform: translateY(-50%) scale(.7);*/
		/*top: 29px;*/

		position: static;
		transform: scale(.7);
		margin: -8px 15px 0 0;
		float: left;
	}
	.feature_block {
		display: block;
		padding-left: 16px;
	}

	.awards_top {
		background-color: transparent;
		height: auto;
		/*padding-bottom: 35px;*/
		margin: 20px 0;
		padding: 0;
	}
	.awards_top .award_block {
		top: auto;
		margin: 0;
		padding: 0 10px;
		width: 33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*.awards_top .award_block a {*/
	/*	display: block;*/
	/*}*/
	.awards_top:after {
		display: block;
		clear: both;
		float: none;
		content: ' ';
	}
	.awards_top .award_block, .awards_line .award_block {
		margin: 0 0 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.awards_top, .awards_line {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;

	}
	.award_content__wrapper .award_block {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}
	.awards_top .award_block:nth-child(2n), .awards_line:nth-child(2n) .award_block:nth-child(2n+1), .awards_line:nth-child(2n+1) .award_block:nth-child(2n){
		background-color: #F6F8FA;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.award_block>a {
		flex-grow: 0;
		flex-shrink: 0;
		width: 128px;
		height: 128px;
		margin-right: 24px;
	}
	.award_block p {
		text-align: left;
		word-break: break-word;
		padding: 0;
	}
	.awards_top .award_block:last-child {margin-right: 0;}

    textarea.inp_txt {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    input[type="submit"].btn {margin-left: 0;}

	#ajax_listOfOptions {right: 40px;}

	.right_container {
		flex-direction: column;
	}
	.right_column__btn {
		width: 100%;
	}

	.pop_tutorials {
		column-count: 1;
		column-gap: 0;
	}
	.article_item:last-child {margin-bottom: 0;}
	.article_item .h2 a {
		font-size: 18px;
		line-height: 21px;
	}

	.footer .footer_links2 {
		height: auto;
	}

	.left_container h1, .features_content__wrapper h2, .bcrumbs {
		margin-left: -20px;
		margin-right: -20px;
	}
	.features_content__wrapper h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.bcrumbs {
		padding-left: 20px;
		padding-right: 20px;
	}
	.left_container h1 {
		padding: 16px 20px;
	}

	.os_tabs>a:before {
		top: -10px;
	}
	.download_highlights, .download_highlights.qr_block {
		width: 100%;
	}
	.download_highlights li {
		word-break: break-word;
	}

	.searchInput__container {
		width: 100%;
		margin-bottom: 20px;
	}
	.wrapper_search .category_btn {
		width: 100%;
	}

	.right_form {
		width: 100%;
	}
	.left_form {
		padding-top: 0;
		margin-bottom: 8px;
		width: auto;
	}

	.comment-form .g-recaptcha {margin-left: 0;}
}

@media screen and (max-width: 500px) {
	.wrapper_search {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*.wrapper_search form, #search_form {display: block;}*/
	.wrapper_search input[type="text"] {
		float: none;
		/*margin: 10px 0 0;*/
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.search_form__text {
		display: block;
		/*margin-right: 0;*/
		/*margin-top: 15px;*/
		/*margin-bottom: 2px;*/
		line-height: 1.2;
	}
	.wrapper_search div {right: 35px;}

	.fdm_about p {
		font-size: 18px;
		line-height: 26px;
	}
  /*.fdm_about .advantage {*/
  /*  font-size: 18px;*/
  /*}*/

	/*.feature_icon {display: none;}*/
	/*.feature_block {*/
	/*	padding-left: 16px;*/
	/*	min-height: 0;*/
	/*}*/
	.features.news_wrap, .downloads.news_wrap, .linktous.news_wrap, .custom.news_wrap {height: 350px;}
	.get {
		text-align: left;
		padding-left: 32px;
	}

	.howto_blocks .how_to_block {height: 220px;}
	.howto_blocks .how_to_block_h1 {
		font-size: 26px;
		line-height: 40px;
		padding: 15px 15px 18px;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.download_page_block span.link_new {display: inline-block;}
	.link_new:before {top: 0;}
	.download_btn_new {
		padding-left: 75px;
		background-position-x: 15px;
	}

	/*.link_col1:last-child, .link_col2:last-child {margin-bottom: 20px;}*/
	.link_col1 img {
		display: block;
		max-width: 89%;
	}

	#ajax_listOfOptions {right: 30px;}
}


@media screen and (max-width: 480px) {
	.category_v2 li {width: 25%;}
	/*.cat-gam {display: none;}*/
}

@media screen and (max-width: 456px) {
	.fdm_about h1 {font-size: 32px;}
	.fdm_about p {
		line-height: 26px;
	}
	.fdm_about__wrap {padding-top: 28px;}
	.a_btn {
		max-width: 300px;
		min-width: 0;
		width: 100%;
	}
	.fdm_about__platforms {
		font-size: 18px;
	}

	.fdm_block {min-height: 140px;}
	.how_to_block_h1 > span:not(.date_info) {
		font-size: 20px;
		line-height: 25px;
	}

	.latest_item .prog_rate span {
		margin-right: 0;
		white-space: nowrap;
	}

    .modal_input span, .modal_text span {
		margin-bottom: 6px;
		padding-top: 0;
	}
	.links_list .inp_txt:nth-child(2n+1), .links_list .inp_txt:last-child {margin-left: 0; margin-right: 0;}
    input[type="text"].inp_txt, input[type="password"].inp_txt, input[type="email"].inp_txt, select.inp_txt {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	.modal_input {
		display: flex;
		flex-direction: column;
	}
	.frmReg input[type="submit"].btnt, .frmLogin input[type="submit"].btn {
		margin-left: 0;
	}
	.frmSend, .frmReg, .frmLogin, .frmForgot {
		padding-left: 0;
		padding-right: 0;
	}
    input[type="submit"].btn {top: 0;}
    textarea.inp_txt {margin-bottom: 20px;}
    .frmSend, .frmReg, .frmLogin, .frmForgot {padding-top: 0;}
	.frmReg .modal_input span, .frmLogin .modal_input span {width: auto;}
	.modal_input .frm_col2 span {
		display: block;
		float: none;
	}
	.frmReg .modal_input b {left: 0;}

	#nav li a {padding: 0 14px;}
	#content {padding: 10px;}
	#ticketForm table {table-layout: fixed;}
	#ticketForm input, #clientLogin input, #ticketForm select {
		width: 100%;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.g-recaptcha {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@media screen and (max-width: 400px) {
	.category_v2 li {
		/*width: 33.33%;*/
		width: 50%;
		border-bottom: 1px solid #dee5ea;
		margin-bottom: -1px;
	}
	/*.cat-pho {display: none;}*/
	.category_v2 ul:after {display: none;}

	.file_wrap {
		margin-bottom: 10px;
		margin-right: 0;
		float: none;
	}
}

@media screen and (max-width: 376px) {
	.fdm_about h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
  .fdm_about__platforms {
    font-size: 16px;
  }

    .menu a {
        font-size: 15px;
    }
    .unitewidget .wrapper_title.with_btn h1 {
        font-size: 30px;
        line-height: 35px;
    }
	/*.wrapper_search input[type="text"] {*/
	/*	font-size: 12px;*/
	/*}*/
    iframe body, iframe html {
        min-width: auto;
    }
    .unitewidget .button.main_join {
        width: 100%;
    }

    .latest_soft  .h_latest {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
    }

	.subscribe_wrap {
		flex-direction: column;
		height: auto;
		background-color: transparent;
	}
	.news_subscr #e-mail {
		border-radius: 6px;
		height: 50px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	label[for='email_submit'] {
		background-color: transparent;
	}
	.news_subscr input[type="submit"] {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	#unite {padding: 0;}
	.download_page_block:last-child {margin-top: 0;}
}

/*.fr .header > a, .pt .header > a {*/
/*	overflow-x: hidden;*/
/*	display: inline-block;*/
/*	max-width: 750px;*/
/*}*/


@media screen and (max-width: 950px) {
	.fr .logo {display: none;}
	.fr .logo_middle {display: block;}
	.fr .menu a {font-size: 17px;}
}

@media screen and (max-width: 900px) {
	.fr .logo {display: none;}
	.fr .logo_middle {display: block;}
}

@media screen and (max-width: 600px) {
	.fr .logo_middle {display: none;}
	.fr .logo_small {display: block;}
}

@media screen and (max-width: 500px) {
	.fr .wrapper_search input[type="text"] {width: 100%;}
}

@media screen and (max-width: 405px) {
	.fr .menu a {font-size: 14px;}

}

@media screen and (max-width: 835px) {
	.pt .logo {display: none;}
	.pt .logo_middle {display: block;}
}

@media screen and (max-width: 580px) {
	.pt .logo_middle {display: none;}
	.pt .logo_small {display: block;}
}


@media (min-width: 601px) and (max-width: 800px) {
	html[lang="ru"] .social_block>span, html[lang="ru"] .right_column__btn.vers {
		font-size: 18px;
	}
	html[lang="zh"] .social_block>span {
		font-size: 16px;
	}
}



@media (min-width: 361px) and (max-width: 420px) {
	#unite {
		padding-left: 10px;
		padding-right: 10px;
	}
}
