@media (max-width: 1200px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
	section {
		padding-bottom: 47px;
	}
	.header {
		height: 70px;
	}
	.header-nav {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: auto;
		z-index: 102;
		padding: 25px 0;
		font-size: 14px;
	}
	.header-nav .container {
		padding: 0;
	}
	.header-nav ul.nobullets {
		display: block;
		border-right: none;
		clear: both;
		padding-top: 23px;
		border-bottom: 1px solid rgba(101, 161, 255, .1);
	}
	.header-nav .first-line {
		width: 100%;
		border-left: none;
		border-top: 1px solid rgba(101, 161, 255, .1);
		padding: 0 15px;
	}
	.header-nav .first-line > a,
	.header-nav .first-line span {
		font-size: 14px;
		line-height: 24px;
		display: block;
		padding: 25px 0 25px;
		margin-right: 35px;
		height: auto;
	}
	.header-nav .first-line.open {
		background: #1e51a2;
	}
	.header-nav i {
		display: none;
	}
	.header-nav .dd-menu {
		position: static;
		padding: 0 0 10px;
		background: #1e51a2;
	}
	.header-nav .dd-menu li {
		margin: 0;
		padding-bottom: 15px;
	}
	.header-nav .dd-menu ul li {
		margin: 0;
	}
	.header-logo {
		width: 223px;
		margin-left: 200px;
	}
	.header-logo img {
		width: 43px;
		margin-right: 5px;
	}
	.header-logo_npp {
		font-size: 8px;
		line-height: 13px;
		padding-top: 6px;
	}
	.header-logo_name {
		font-size: 14px;
		line-height: 14px;
	}
	.header .dd-toggle {
		width: 31px;
		height: 31px;
		position: absolute;
		right: 10px;
		top: 20px;
		opacity: .6;
		z-index: 2;
		-webkit-transition: transform .2s ease-in;
		-o-transition: transform .2s ease-in;
		transition: transform .2s ease-in;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
	}
	.header .dd-toggle:before,
	.header .dd-toggle:after {
		content: "";
		background: #fff;
		position: absolute;
	}
	.header .dd-toggle:before {
		left: 10px;
		top: 14px;
		width: 11px;
		height: 3px;
	}
	.header .dd-toggle:after {
		left: 14px;
		top: 10px;
		height: 11px;
		width: 3px;
	}
	.header .open .dd-toggle {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.topbar {
		left: 0;
		right: 0;
		top: 0;
		position: fixed;
		z-index: 100;
		background-color: #fff;
		padding: 15px 0;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
	}
	.nav-toggle {
		cursor: pointer;
		padding: 11px 10px;
		width: 42px;
		height: 40px;
		display: block;
		margin-left: -10px;
	}
	.nav-toggle span {
		width: 22px;
		height: 3px;
		position: relative;
		display: block;
		background-color: #255bb1;
		margin: 8px 0;
	}
	.nav-toggle span:before,
	.nav-toggle span:after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #255bb1;
		position: absolute;
		left: 0;
	}
	.nav-toggle span:before {
		top: -6px;
	}
	.nav-toggle span:after {
		bottom: -6px;
	}
	.search {
		width: 222px;
	}
	.search .icon-search {
		color: #255bb1;
		padding: 0;
		right: -10px;
		bottom: 0;
		width: 42px;
		height: 37px;
	}
	.nav-close {
		float: right;
		cursor: pointer;
		width: 22px;
		height: 22px;
		position: relative;
		margin: 0 15px 0 28px;
	}
	.nav-close:before,
	.nav-close:after {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #fff;
		position: absolute;
		left: 3px;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.nav-close:before {
		top: 1px;
	}
	.nav-close:after {
		bottom: 2px;
	}
	.nav-close:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-close:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.lang {
		float: right;
		font-size: 14px;
		width: 55px;
		margin: 2px 0 0;
	}
	.lang .active {
		color: #65a1ff;
	}
	h1,
	.h1 {
		margin: 30px 0 26px;
		font-size: 25px;
		line-height: 35px;
	}
	h2,
	.h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 40px 0 25px;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.main-slider_section,
	.main-slider_item.slick-slide {
		height: auto;
		min-height: calc(100vh - 70px);
	}
	.main-slider_text {
		margin: 0 30px;
		padding-top: 0;
		padding-bottom: 90px;
	}
	.main-slider_text h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 31px;
	}
	.main-slider p {
		font-size: 16px;
		line-height: 26px;
	}
	.main-slider .btn {
		margin-top: 30px;
	}
	.main-slider .slick-dots {
		top: auto;
		bottom: 44px;
		left: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.slick-dots {
		text-align: center;
	}
	.slick-dots li {
		margin: 0 5px;
		display: inline-block;
	}
	.slick-dots li button {
		height: 8px;
		width: 26px;
	}
	.item-goods {
		display: block;
	}
	.item-goods_sm .item-img {
		border-right: none;
		border-bottom: 1px solid #e4e4e4;
	}
	.item-goods_sm .item-des {
		min-height: 200px;
	}
	.item-img {
		width: 100%;
		height: 245px;
		overflow: hidden;
	}
	.item-des {
		width: 100%;
		padding: 38px 25px;
		min-height: 210px;
	}
	.item-des p {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	.f-row .col-6 {
		margin-top: 0;
		margin-bottom: 16px;
	}
	.btn-section {
		margin-top: 26px;
	}
	.event-slider {
		margin: 0 0 43px;
	}
	.event-des {
		padding: 37px 25px;
		font-size: 15px;
		line-height: 23px;
	}
	.event-des p {
		margin-bottom: 34px;
	}
	.footer-nav .col + .col {
		border-left: none;
	}
	.f-block {
		display: block;
	}
	.f-block .col {
		width: 100%;
		float: none;
		padding: 48px 0 33px;
	}
	.f-block .col-copy {
		padding: 38px 0 31px;
		opacity: .5;
		line-height: 22px;
	}
	.f-block .col.rozart {
		padding: 15px 0 17px;
	}
	table th {
		padding: 25px;
	}
	table td {
		padding: 20px 25px;
	}
	.error-title {
		font-size: 150px;
		text-align: center;
	}
	.adaptive-img {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
	}
}
@media (max-width: 750px) {
	body {
		font-size: 15px;
		line-height: 24px;
	}
	.container {
		padding: 0 15px;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.hidden-mob {
		display: none !important;
	}
	.header-logo {
		margin-left: 0;
	}
	.search {
		width: auto;
		height: 40px;
		min-width: 32px;
	}
	.search input,
	.search .icon-search {
		display: none;
	}
	.toggle-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		color: #255bb1;
		right: -10px;
		font-size: 22px;
		position: absolute;
		height: 40px;
		width: 42px;
	}
	.toggle-search:before {
		content: "\e909";
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.search-open {
		position: absolute;
		top: 15px;
		left: 14px;
		right: 15px;
		background: #fff;
		border-bottom: 1px solid #dbdbdb;
	}
	.search-open input {
		display: block;
		border-bottom: none;
		margin: 5px 0 0;
		padding: 5px 40px;
		font-size: 16px;
	}
	.search-open .icon-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		top: 0;
		bottom: auto;
		font-size: 22px;
		height: 40px;
	}
	.search-open .toggle-search {
		display: none;
	}
	.search-open .search-close {
		display: block;
		cursor: pointer;
		padding: 10px;
		width: 42px;
		height: 40px;
		position: absolute;
		top: 0;
		left: -10px;
		box-shadow: none;
		padding: 0;
		border: none;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		outline: none;
	}
	.search-open .search-close:before,
	.search-open .search-close:after {
		content: "";
		width: 20px;
		height: 2px;
		background-color: #dbdbdb;
		position: absolute;
		left: 14px;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.search-open .search-close:before {
		top: 12px;
	}
	.search-open .search-close:after {
		bottom: 12px;
	}
	.search-open .search-close:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.search-open .search-close:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-slider_text {
		margin: 0 15px;
	}
	.btn {
		font-size: 16px;
	}
	.slick-arrow.icon-arrow-left {
		left: -10px;
	}
	.slick-arrow.icon-arrow {
		right: -10px;
	}
	.scroll-wrap {
		width: 100%;
		overflow: auto;
	}
	.img-block {
		margin: 30px 0;
	}
	ul,
	ol {
		margin-bottom: 20px;
	}
	ul li,
	ol li {
		padding-left: 20px;
		margin: 10px 0;
	}
	.code-block {
		padding: 30px;
		margin-bottom: 30px;
	}
	table {
		font-size: 14px;
		margin-bottom: 30px;
	}
	table td,
	table th {
		padding: 15px 10px;
	}
	table .bigger {
		font-size: 16px;
	}
	.collapse-block {
		margin-bottom: 30px;
	}
	.collapse-block .dd-toggle {
		padding: 20px 60px 20px 20px;
	}
	.collapse-block .dd-menu {
		padding: 10px 20px;
	}
	.page-banner {
		height: auto;
	}
	.page-banner h1,
	.page-banner .h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.page-banner + section {
		padding-top: 25px;
	}
	.process {
		display: block;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.accordion-block {
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.accordion-block + .accordion-block {
		margin-bottom: 0;
	}
	.accordion-block h3 {
		margin: 14px 30px 0 0;
		position: relative;
	}
	.accordion-block h3:after {
		content: "";
		width: 12px;
		height: 12px;
		position: absolute;
		right: -27px;
		top: 5px;
		border-top: 2px solid #255bb1;
		border-left: 2px solid #255bb1;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.accordion-block.open h3:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.accordion-content {
		display: none;
	}
	.accordion-content .wrap-img {
		margin-top: 20px;
	}
	.accordion-content .dwnl-btn {
		margin: 16px 0 0;
	}
	.slider-img {
		margin: 30px -15px;
	}
	.slider-img .slider-item {
		padding: 12px 15px 30px;
	}
	.bg-block {
		margin: 0 -15px;
		padding: 22px;
	}
	.bg-block_title {
		align-items: flex-start;
	}
	.bg-block_title h3 {
		margin: 7px 0 0 18px;
	}
	.bg-block hr {
		margin-left: -22px;
		margin-right: -22px;
	}
	.partners-item {
		width: 50%;
		padding-top: 50%;
	}
	blockquote {
		font-size: 18px;
		line-height: 24px;
	}
	blockquote:before {
		left: -15px;
	}
	.vertical-slider .slick-dots {
		margin: 15px 0 20px;
	}
	section.light-bg {
		padding-bottom: 10;
	}
	section.light-bg .container {
		padding-bottom: 0;
	}
	section.light-bg + section {
		padding-top: 0;
	}
	section + section.light-bg {
		padding-bottom: 47px;
	}
	.mob-unbg {
		background: #fff;
	}
	.license-block {
		flex-wrap: wrap;
		padding: 20px;
		margin-bottom: 30px;
	}
	.license-block .zoom-img {
		display: block;
		margin: 0 auto;
		align-self: center;
	}
	.license-block img {
		max-width: 100%;
	}
	.f-title {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.f-title img {
		display: none;
	}
	.f-title h3 {
		font-size: 18px;
		margin-left: 0;
	}
	.certificate-item {
		padding: 20px;
		width: 100%;
	}
	.advantageshf-item {
		padding: 20px;
		width: 100%;
	}
	.pub-block {
		padding-top: 30px;
	}
	.pub-block .light-text {
		margin: 15px 0;
	}
	.pub-block_articles {
		flex-wrap: wrap;
	}
	.pub-title {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.info-org {
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 15px;
	}
	.container-error {
		padding-top: 10px;
	}
	.history-title {
		padding: 20px;
		height: 150px;
		margin: 10px 0 20px;
	}
	.pub-title + .history-title {
		margin-top: 20px;
	}
}
@media (max-width: 359px) {
	h1,
	.h1 {
		font-size: 23px;
	}
	.error-title {
		font-size: 100px;
	}
	.header-logo {
		width: 200px;
	}
}
@media (max-width: 402px) {
	.modal-body {
		width: 100%;
	}
}