@media(max-width: 1200px) {
	.price-item {
		max-width: 346px;
		margin-right: 2px;
		margin-left: 2px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.price-item h5 {
		line-height: 36px;
		font-size: 24px;
	}
}
@media(max-width: 1100px) {
	.bwi-img {
		align-items: center;
	}

	.bwi-img img {
		width: 400px;
	}

	.block-hot-forum {
		padding: 0 30px;
	}

	.textpage-content {
		padding-left: 60px;
	}

	.textpage-main-block aside h4 {
		font-size: 20px;
	}
	.prices {
		justify-content: center;
	}
	.price-item:last-child {
		max-width: 100%;
	}
	.price-item:last-child h5 {
		text-align: center;
	}
	.update-need {
		margin-top: 60px;
		display:flex;
		justify-content: center;
		margin-bottom: 100px;
	}
	.file-update,
	.need {
		margin: 0;
		padding:0 35px;
	}
	.price-item:last-child .purchase {
		left:50%;
		transform: translate(-50%);
	}
}
@media(max-width: 1050px) {
	.product-main-block {
		flex-direction: column;
		padding-top: 50px;
	}
	.product-main-block h1 {
		order:-2;
	}
	.right-sidebar {
		order:-1;
		margin: 0;
		width: 100%;
		display:flex;
	}
	.right-sidebar p {
		width: 50%;
		padding-right: 30px;
	}
}
@media(max-width: 1000px) {
	.search {
		max-width: 400px;
	}

	.bwi-img img {
		width: 300px;
	}

	.rel-item .rel-icon h6 {
		line-height: 21px;
	}

	.container-footer {
		flex-wrap: wrap;
	}

	.footer-block-logo {
		width: 100%;
		margin-bottom: 45px;
		display: flex;
	}

	.copy {
		margin-top: 17px;
		margin-left: 18px;
	}

	.footer-block:not(.footer-block-logo) {
		width: 180px;
	}

	.footer-block .footer-block-links {
		width: 120px;
	}

	.textpage-main-block {
		flex-direction: column;
	}

	.textpage-main-block aside {
		border-right: none;
		padding: 0;
		width: 100%;
		max-width: 100%;
		border-bottom: 2px solid rgba(196, 196, 196, 0.3);
		padding-left: 21px;
	}

	.textpage-main-block aside h4 {
		padding-top: 10px;
		margin-bottom: 7px;
		display: inline-block;
	}

	.textpage-main-block aside .textpage-menu-media {
		display: none;
	}

	.textpage-main-block aside h6 {
		margin: 15px 0 0 48px;
	}

	.textpage-main-block aside ul {
		margin: 0;
		padding-left: 55px;
	}

	.close-menu-burger {
		width: 20px;
		height: 12px;
		cursor: pointer;
		position: relative;
		display: inline-block;
		margin-right: 23px;
	}

	.close-menu-burger:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #2E3192;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}

	.close-menu-burger span {
		display: block;
		width: 100%;
		height: 2px;
		background: #2E3192;
		position: absolute;
		top: 5px;
		left: 0;
		transition: .3s;
	}

	.close-menu-burger:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #2E3192;
		position: absolute;
		top: 10px;
		left: 0;
		transition: .3s;
	}

	.close-menu-burger.menu-burger-open span {
		opacity: 0;
	}

	.close-menu-burger.menu-burger-open:before {
		transform: rotate(-45deg);
		top: 6px;
	}

	.close-menu-burger.menu-burger-open:after {
		transform: rotate(45deg);
		top: 6px;
	}

	.textpage-main-block .aside-open {
		background: #F4F2F2;
		padding-bottom: 40px;
	}

	.textpage-content-inner {
		max-width: 850px;
	}
	.online-doc ul {
		column-gap: 0;
	}
}

@media(max-width: 900px) {
	.search {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		background: #2E3192;
		margin-top: 0;
		height: 140px;
		z-index: 10;
		padding-top: 50px;
		text-align: center;
		padding: 50px 70px 0;
	}

	.search input {
		background: none;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		border-radius: 0;
		width: 80%;
		max-width: 540px;
		padding: 0;
		color: #fff;
		font-size: 18px;
	}

	.search button {
		position: static;
		border-radius: 0;
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
		margin-left: 10px;
	}

	.search-close,
	.menu-close {
		cursor: pointer;
		display: inline-block;
		color: #fff;
		position: relative;
		left: -10px;
		top: 12px;
		width: 20px;
		height: 20px;
	}

	.search-close:before,
	.menu-close:before {
		content: "";
		display: block;
		position: absolute;
		top: 7px;
		width: 18px;
		height: 2px;
		border-radius: 4px;
		background: #FFFFFF;
		border-radius: 4px;
		transform: rotate(45deg);
	}

	.search-close:after,
	.menu-close:after {
		content: "";
		display: block;
		position: absolute;
		top: 7px;
		width: 18px;
		height: 2px;
		border-radius: 4px;
		background: #FFFFFF;
		border-radius: 4px;
		transform: rotate(-45deg);
	}

	.menu-close {
		position: absolute;
		left: calc(100% - 50px);
		top: 31px;
	}

	.mini-search {
		display: block;
		cursor: pointer;
		background: url(../img/mini-search.png);
		width: 17px;
		height: 17px;
		margin: 22px 38px 0 auto;
	}

	.mini-menu {
		display: block;
		width: 30px;
		height: 30px;
		background: #EC7F20;
		border-radius: 50%;
		cursor: pointer;
		margin-top: 15px;
		position: relative;
	}

	.mini-menu:before {
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background: #FFFFFF;
		border-radius: 4px;
		position: absolute;
		top: 10px;
		left: 7px;
	}

	.mini-menu span {
		display: block;
		width: 15px;
		height: 2px;
		background: #FFFFFF;
		border-radius: 4px;
		position: absolute;
		top: 15px;
		left: 7px;
	}

	.mini-menu:after {
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background: #FFFFFF;
		border-radius: 4px;
		position: absolute;
		top: 20px;
		left: 7px;
	}

	.white-logo {
		display: block;
		margin-top: 22px;
		margin-left: 35px;
	}

	.top-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		background: #EC7F20;
		margin-top: 0;
		z-index: 10;
	}

	.menu {
		flex-direction: column;
		margin-top: 58px;
	}

	.menu>li>a {
		padding: 0 40px;
		display: inline-block;
		width: auto;
	}

	.parent1>.tr {
		right: 20px;
	}

	.parent1:hover>.tr {
		border-top-color: #fff;
	}

	.parent2>.tr {
		border-left-color: #fff;
		right: 20px;
		transform: rotate(90deg);
	}

	.menu li:hover {
		background: #ff7700;
	}

	.menu li:hover a {
		color: #fff;
	}

	.menu li a {
		color: #fff;
	}

	.podmenu,
	.podmenu-horizontal {
		position: static;
		width: 100%;
		background: none;
		box-shadow: none;
		padding: 8px 0;
		display: none;
	}

	.podmenu>li {
		margin-bottom: 15px;
		padding: 0;
	}

	.podmenu>li>a {
		line-height: 16px;
		display: inline-block;
		width: auto;
		padding: 10px 20px 10px 50px;
	}

	.podmenu>li>a:hover {
		color: #fff;
		background: #EC7F20;
	}

	.podmenu>li:hover {
		background: #EC7F20;
	}

	.menu li:hover .podmenu,
	.podmenu li:hover .podmenu-horizontal {
		display: none;
	}

	.podmenu-horizontal>li {
		padding: 0;
	}

	.podmenu-horizontal>li>a {
		display: block;
		width: 100%;
		padding: 5px 20px 5px 65px;
	}

	.podmenu-horizontal>li>a:hover {
		color: #fff;
		background: #ff7700;
	}

	.bwi-img img {
		width: 100%;
	}

	.block-with-img {
		flex-direction: column;
	}

	.bwi-img {
		margin-left: 0;
		padding: 0 30px;
	}

	.block-wi-text {
		max-width: 100%;
	}

	.container-news {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.block-hot-news {
		margin-right: 200px;
		margin-bottom: 55px;
	}

	.block-hot-forum {
		padding: 0;
		margin-right: auto;
	}

	.rel-item {
		padding: 0 9px;
	}

	.rel-item .rel-icon h6 {
		line-height: 16px;
		font-size: 14px;
	}
	.online-doc ul {
		column-count: 3;
	}
}

@media(max-width: 770px) {
	.rel-item {
		margin: 0 auto;
	}

	.rel-item .rel-icon h6 {
		font-size: 18px;
		line-height: 25px;
	}

	.reseller {
		padding-top: 30px;
	}

	.reseller h6 {
		font-size: 22px;
		line-height: 38px;
	}

	.container-footer {
		flex-direction: column;
		align-items: center;
	}

	.footer-block {
		width: 100%;
		margin-bottom: 41px;
		text-align: center;
	}

	.footer-block-logo {
		display: block;
	}

	.copy {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.textpage-see-also-links {
		flex-wrap: wrap;
		max-width: 550px;
		justify-content: space-between;
	}

	.textpage-see-also-links>div {
		margin-bottom: 35px;
		padding: 0 22px;
	}
	.right-sidebar {
		flex-direction: column;
	}
	.right-sidebar p {
		width: 100%;
		margin-bottom: 30px;
	}
	.product-content .images {
		flex-direction: column;
		align-items: center;
	}
	.product-content .images img {
		max-width: 100%;
		height: auto;
	}
	.platform strong {
		display: block;
	}
	.price-item:last-child {
		max-width: 355px;
	}
	.price-item:last-child h5 {
		text-align: left;
	}
	.update-need {
		flex-direction: column;
	}
	.file-update,
	.need {
		margin: 0;
		padding:0;
	}
	.need {
		margin-top: 40px;
	}
	.price-item {
		padding:39px;
	}
	.online-doc ul {
		column-count: 2;
	}
}

@media(max-width: 650px) {
	.container-news {
		flex-direction: column;
	}

	.block-hot-news,
	.block-hot-forum,
	.block-services {
		width: 100%;
		max-width: 100%;
	}

	.block-hot-forum {
		margin-bottom: 55px;
	}

	.block-hot-news .read-more,
	.block-hot-forum .read-more {
		align-self: flex-start;
		margin-top: 20px;
	}
	.tabs {
		flex-direction: column;
	}
	.tabs>div {
		font-size: 18px;
	}
}

@media(max-width: 580px) {
	header {
		border-bottom: 1px solid #EC7F20;
		padding-bottom: 6px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-top: 22px;
		padding-right: 10px;
	}

	.logo {
		font-size: 10px;
	}

	.logo span {
		display: block;
		margin-top: 13px;
		margin-left: 10px;
	}

	.mini-search {
		margin-right: 15px;
	}

	.search {
		padding: 50px 40px 0;
	}

	.read-more {
		text-align: left;
	}

	.block-wi-text h4 {
		font-size: 20px;
	}

	.block-wi-text p {
		font-size: 16px;
		line-height: 24px;
	}

	.reseller-text strong {
		display: block;
	}

	.copyright {
		flex-direction: column;
		align-items: center;
	}

	.copyright p {
		margin-bottom: 35px;
		line-height: 23px;
		width: 200px;
		text-align: center;
	}

	.see-also ul {
		columns: 1;
	}

	.textpage-see-also-links {
		flex-direction: column;
	}

	.textpage-content {
		padding: 30px 10px 0;
	}

	.textpage-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.textpage-content .windows {
		line-height: 27px;
		font-size: 18px;
	}

	.main-block h1 {
		font-size: 24px;
	}

	.textpage-content ol {
		font-size: 16px;
		padding-left: 0;
	}

	.textpage-main-block aside h4 {
		font-size: 17px;
	}

	.close-menu-burger {
		margin-right: 10px;
	}
	.price-item {
		padding: 15px;
	}
	.cena strong,
	.cena span {
		align-self: flex-end;
	}
	.online-doc ul {
		column-count: 1;
	}
}