@media screen and (max-width: 1280px) {
	/*  home section4
		------------------------------------------------------- */
	.home-section4-wrap-slider::before {
		right: 300px;
	}
	
	/*  other section1
    ------------------------------------------------------- */
	.other-section1 {
		margin: 0;
		min-height: 1px;
	}
	
	.other-section1 .wrap {
		padding: 0 100px;
	}
	
	.other-section1-photo {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.other-section1 .wrap {
		-webkit-justify-content: center;
				justify-content: center;
	}
	
	.other-section1-container {
		margin-top: 150px;
		padding: 60px 30px 40px;
		background-image: linear-gradient(to bottom, rgba(31, 90, 41, 0.83), rgb(22, 64, 29));
	}
	
	.other-section1-bg {
		display: none;
	}
	
	.other-section1.support {
		min-height: 1px;
	}
	
	.other-section1.support .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}
	
	.other-section1.support .other-section1-container {
		margin-top: 303px;
		background-image: linear-gradient(to bottom, rgb(31, 90, 41), rgb(32, 87, 41));
	}
	
	.other-section1.support .other-section1-photo {
		top: -100px;
		height: 900px;
	}
	
	.support-contacts {
		position: relative;
		z-index: 2;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 686px;
		padding: 0 30px;
	}
	
	.support-contacts::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		right: -24px;
		left: -24px;
		bottom: 0;
		background-color: #474b48;
	}
	
	/*  scouts
    ------------------------------------------------------- */
	.scouts {
		padding-top: 60px;
	}
	
	/*  structure item page
    ------------------------------------------------------- */
	.structure-intro {
		padding-top: 300px;
	}
	
	.structure-intro-bg {
		height: 400px;
	}
	
	.structure-intro-container {
		margin: 0 60px;
		padding: 60px 60px 40px;
		background-image: linear-gradient(to bottom, rgb(31, 90, 41), rgb(31, 90, 41));
	}
	
	.structure-intro-container-bg {
		display: none;
	}
} /*1280*/

@media screen and (max-width: 1170px) {
	/*  header
    ------------------------------------------------------- */
	.header-logo {
		margin-left: 0;
	}
	
	.header-nav {
		margin-right: 100px;
	}
	
	/*  home section1
    ------------------------------------------------------- */
	.home-section1-container {
		padding: 150px 0 100px;
	}
	
	.home-section1::before {
		right: -200px;
	}
	
	/*  about us
    ------------------------------------------------------- */
	.about-us::before {
		height: 100%;
		background-size: cover;
	}
	
	.about-us::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-image: linear-gradient(to bottom, #1f5a29 20%, rgba(31, 90, 41, 0.76));
	}
	
	.about-us-container {
		padding: 150px 0 100px 101px;
	}
	
	.about-us-container::before {
		display: none;
	}
	
	/*  home section4
		------------------------------------------------------- */
	.home-section4-wrap-slider::before {
		right: 200px;
	}
	
	/*  home section5
		------------------------------------------------------- */
	.home-section5::before {
		height: calc(100% - 120px);
	}
	
	.home-section5-title {
		margin: 0 0 60px;
		text-align: center;
	}
	
	.home-section5-slider-item {
		padding: 18px 0;
	}
	
	.home-section5-slider-item-wrap-img {
		width: 380px;
	}
	
	.home-section5-slider-item-container {
		margin-left: 60px;
	}
	
	/*  news
    ------------------------------------------------------- */
	.news-item-right {
		padding-top: 20px;
	}
	
	.news-item-title {
		margin-bottom: 5px;
		font-size: 30px;
		line-height: 40px;
	}
	
	.news-item-description {
		font-size: 16px;
		line-height: 1.35;
	}
} /*1170*/

@media screen and (max-width: 1024px) {
	/*  home section1
    ------------------------------------------------------- */

	.home-section1::before {
		bottom: auto;
		top: -100px;
		right: 0;
		width: 100%;
		height: calc(100% + 100px);
		background-size: cover;
		background-position: center center;
	}
	
	.home-section1::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.39);
	}
	
	.home-section1-container {
		padding-left: 35px;
		background-color: transparent;
	}
	
	.home-section1-title {
		color: #fff;
	}
	
	.home-section1-description {
		margin-bottom: 27px;
		color: #fff;
	}
	
	.home-section1 .btn {
		display: -webkit-flex;
		display: flex;
	}
	
	/*  about us
    ------------------------------------------------------- */
	.about-us .wrap {
		-webkit-justify-content: flex-start;
				justify-content: flex-start;
	}
	
	.about-us-container {
		padding-left: 35px;
	}
	
	/*  menu
    ------------------------------------------------------- */
	.menu {
		padding-bottom: 40px;
	}
	
	.menu-item {
		margin: 0 20px 20px 0;
		width: calc((100% - 40px) / 3);
		height: 260px;
	}

	.menu-item:nth-child(4n) {
		margin-right: 20px;
	}
	
	.menu-item:nth-child(3n) {
		margin-right: 0;
	}
	
	/*  home section4
		------------------------------------------------------- */
	.home-section4 {
		padding: 60px 0 0;
	}
	
	.home-section4-nav {
		-webkit-transform: translate(-50px, 37px);
				transform: translate(-50px, 37px);
	}
	
	.home-section4 .owl-prev {
		display: none;
	}
	
	.home-section4 .owl-next {
		top: 13px;
	}
	
	.home-section4-wrap-slider::before {
		top: -171px;
		right: 100px;
		bottom: 51px;
	}
	
	.home-section4-slider-item-container {
		bottom: 0;
		padding: 23px 50px 32px;
	}
	
	.home-section4-slider-item-title {
		padding-right: 90px;
	}
	
	/*  home section5
		------------------------------------------------------- */
	.home-section5 {
		margin: 80px 0 60px;
	}
	
	.home-section5::before {
		height: calc(100% - 140px);
	}
	
	.home-section5-title {
		margin-bottom: 40px;
	}
	
	.home-section5-slider-item {
		padding: 0 0 34px;
		-webkit-flex-direction: column;
				flex-direction: column;
	}
	
	.home-section5-slider-item-wrap-img {
		width: 300px;
	}
	
	.home-section5-slider-item-container {
		margin: 10px 0 0;
	}
	
	.home-section5-slider-item-head {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 280px;
	}
	
	.home-section5-slider-item-title,
	.home-section5-slider-item-description,
	.home-section5-slider-item-action {
		-webkit-order: 2;
				order: 2;
	}
	
	.home-section5 .owl-prev {
		display: none;
	}

	.home-section5 .owl-next {
		top: 408px;
		right: 0;
		bottom: auto;
	}
	
	/*  footer
    ------------------------------------------------------- */
	.footer .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}
	
	.footer-left {
		margin: 0 0 40px;
		width: 100%;
		max-width: 404px;
	}
	
	.footer-title {
		margin-bottom: 30px;
	}
	
	.footer-contacts-item {
		font-size: 16px;
		line-height: 1.35;
	}
	
	.footer-social-networks {
		margin-top: 27px;
	}
	
	.footer-social-networks-item {
		margin-right: 20px;
	}
	
	.footer-social-networks-item svg {
		width: 30px;
		height: 30px;
	}
	
	.footer-right {
		-webkit-align-items: center;
				align-items: center;
	}
	
	.footer-copyright {
		font-size: 16px;
		line-height: 1.35;
	}
	
	.footer-copyright-icon {
		width: 30px;
		height: 30px;
	}
	
	.map {
		margin: 0;
	}
	
	.to-top {
		display: none;
	}
	
	/*  other section1
    ------------------------------------------------------- */
	.other-section1-container {
		margin-top: 130px;
		padding: 40px 20px;
	}
	
	.support-contacts {
		padding: 0 20px;
	}
	
	/*  documents
    ------------------------------------------------------- */
	.documents-intro {
		height: 300px;
		padding: 0;
	}
	
	.documents-intro .wrap {
		height: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-justify-content: center;
				justify-content: center;
	}
	
	.documents-item {
		font-size: 18px;
		line-height: 1.35;
	}
	
	/*  history
    ------------------------------------------------------- */
	.history-intro {
		height: auto;
		padding-top: 130px;
	}
	
	.history-intro-switch-item {
		height: 100px;
		font-size: 18px;
		line-height: 1.35;
	}
	
	.history-intro-photo {
		width: 100%;
	}
	
	.history-intro-bg {
		display: none;
	}
	
	.history-intro-wrap-title {
		margin: 0 auto;
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 420px;
		padding: 41px 0 53px;
		background-image: linear-gradient(to right, rgb(31, 90, 41) 1%, rgba(31, 90, 41, 0.84) 99%);
	}
	
	.history-intro-title {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	.history-wrap-tabs {
		max-height: none;
	}
	
	.history-tab {
		padding: 40px 50px 20px;
	}
	
	.history-tab p {
		font-size: 18px;
		line-height: 1.35;
	}
	
	/*  scouts
    ------------------------------------------------------- */
	.scouts {
		padding: 55px 0 0;
	}
	
	.scouts-wrap-tabs {
		display: none;
	}

	.scouts-tab-mob.active {
		display: block;
	}
	
	.scouts-switch {
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
		-webkit-align-items: center;
				align-items: center;
	}
	
	.scouts-switch-item {
		width: 100%;
		height: 107px;
		-webkit-justify-content: center;
				justify-content: center;
	}
	
	.scouts p,
	.scouts ul {
		margin-bottom: 22px;
		font-size: 16px;
		line-height: 1.35;
	}
	
	/*  news
    ------------------------------------------------------- */
	.news {
		padding: 35px 0 0;
	}

	.news::before {
		top: 0;
		height: 237px;
		background-image: url('../img/news.jpg');
	}
	
	.news-title {
		margin: 0 auto;
		width: 100%;
		max-width: 420px;
		padding: 41px 0 53px;
		background-image: linear-gradient(to top, rgb(31, 90, 41), rgba(31, 90, 41, 0.83));
	}
	
	.news-container {
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}
	
	.news-item,
	.news-item2 {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.news-item:nth-child(5),
	.news-item:nth-child(6),
	.news-item2:nth-child(7),
	.news-item2:nth-child(8) {
		display: none;
	}
	
	.news-item:nth-child(2n),
	.news-item2:nth-child(2n) {
		-webkit-order: 2;
				order: 2;
	}
	
	/*  article
    ------------------------------------------------------- */
	.article-section .wrap {
		padding: 0;
	}
	
	.article-head {
		height: 400px;
	}
	
	.article-text {
		padding: 40px 20px;
	}
	
	.article-text p {
		margin-bottom: 22px;
		font-size: 20px;
		line-height: 22px;
	}
	
	.article-text .last {
		margin-bottom: 44px;
	}
	
	/*  structure
    ------------------------------------------------------- */
	.structure-head {
		height: auto;
		padding-top: 260px;
		background-image: url('../img/structure.jpg');
	}
	
	.structure-head-title {
		margin: 0 auto;
		width: 100%;
		max-width: 420px;
		padding: 41px 0 53px;
		background-image: linear-gradient(to right, rgb(31, 90, 41) 1%, rgba(31, 90, 41, 0.84) 99%);
	}
	
	.structure {
		padding: 60px 0 0;
	}
	
	.structure2 {
		padding: 60px 0;
	}
	
	.structure .wrap {
		max-width: 676px;
	}
	
	.structure2 .wrap {
		max-width: 632px;
	}
	
	.structure-row {
		margin-bottom: 16px;
	}

	.structure-row2 {
		margin: 75px auto 35px;
		max-width: 650px;
	}

	.structure-row3 {
		max-width: 650px;
	}

	.structure-row4 {
		margin-bottom: 57px;
	}

	.structure-row5 {
		margin-left: -30px;
		max-width: 383px;
	}

	.structure-item {
		width: 126px;
		height: 85px;
		font-size: 14px;
		line-height: 19px;
	}

	.structure-item3 {
		margin-right: 19px;
	}

	.structure-item6 {
		width: 86px;
	}

	.structure-item7 {
		margin-left: 4px;
	}

	.structure-center {
		top: 167px;
		width: 196px;
		height: 121px;
		font-size: 21px;
		line-height: 28px;
	}

	.structure-item span {
		max-width: 94px;
		font-size: 11px;
		line-height: 14px;
	}

	.structure-units,
	.structure-congress {
		font-size: 11px;
		line-height: 14px;
	}

	.structure-units {
		top: 140px;
	}

	.structure-congress {
		top: 303px;
	}

	.structure-lines {
		width: 517px;
		height: 382px;
		top: 93px;
		left: 69px;
	}

	.structure-lines2 {
		width: 290px;
		height: 35px;
		top: 99px;
		left: 20px;
	}
	
} /*1024*/

@media screen and (max-width: 970px) {
	/*  header
    ------------------------------------------------------- */
	.header .wrap {
		height: 50px;
		-webkit-justify-content: center;
				justify-content: center;
	}
	
	.header-logo {
		margin: 0;
	}
	
	.header-logo svg {
		width: 44px;
		height: 41px;
	}
	
	.header-nav,
	.header .btn {
		display: none;
	}
	
	.menu-open {
		display: block;
	}
	
	/*  modal
    ------------------------------------------------------- */
	.modal {
		width: 100vw;
		padding: 0;
	}

	.modal-close {
		top: 24px;
		right: 27px;
		fill: #474b48;
	}

	.modal-close:hover {
		fill: #474b48;
	}

	.modal-container {
		border-radius: 0;
		padding: 76px 40px 39px;
	}
	
	.modal-container2 {
		padding: 148px 59px;
		text-align: center;
	}
} /*970*/

@media screen and (max-width: 750px) {
	h1 {
		font-size: 50px;
		line-height: 54px;
	}
	
	h2 {
		font-size: 46px;
		line-height: 52px;
	}
	
	h3 {
		font-size: 40px;
		line-height: 47px;
	}
	
	/*  menu
    ------------------------------------------------------- */
	.menu {
		padding-bottom: 16px;
	}
	
	.menu-item {
		margin: 0 12px 12px 0;
		width: calc((100% - 12px) / 2);
	}

	.menu-item:nth-child(4n),
	.menu-item:nth-child(3n) {
		margin-right: 12px;
	}
	
	.menu-item:nth-child(2n) {
		margin-right: 0;
	}
	
	/*  home section4
		------------------------------------------------------- */
	.home-section4 {
		padding-top: 66px;
	}
	
	.home-section4-title {
		margin: 0 0 30px 0;
		text-align: center;
	}
	
	.home-section4-wrap-slider::before {
		top: -149px;
		right: 37px;
	}
	
	.home-section4-slider-item {
		padding-bottom: 31px;
	}
	
	.home-section4-slider-item-container {
		bottom: 0;
		padding: 23px 20px 32px;
	}
	
	.home-section4-slider-item-title {
		padding-right: 61px;
	}
	
	.home-section4-slider-item-description {
		font-size: 16px;
		line-height: 1.35;
	}
	
	.home-section4-nav {
		-webkit-transform: translate(-20px, 37px);
				transform: translate(-20px, 37px);
	}
	
	.home-section4 .owl-next {
		top: 8px;
	}
	
	.owl-prev svg,
	.owl-next svg {
		width: 51px;
		height: 11px;
	}
	
	/*  home section5
		------------------------------------------------------- */
	.home-section5-slider-item-container {
		width: 100%;
		max-width: 505px;
	}
	
	.home-section5-slider-item-description {
		font-size: 16px;
		line-height: 1.35;
	}
	
	.home-section5-slider-item .btn2,
	.home-section5-slider-item .btn3 {
		width: calc((100% - 23px) / 2);
		max-width: 241px;
	}
	
	.home-section5 .owl-next {
		top: 402px;
	}
	
	/*  other section1
    ------------------------------------------------------- */	
	.other-section1 .wrap {
		padding: 0 60px;
	}
	
	.other-section1-description p,
	.other-section1-description ul {
		margin-bottom: 22px;
		font-size: 16px;
		line-height: 1.35;
	}
	
	.other-section1.support .other-section1-photo {
		height: 480px;
	}
	
	.support-contacts-title {
		margin-bottom: 5px;
	}
	
	.support-contacts p {
		font-size: 16px;
		line-height: 21px;
	}
	
	/*  documents
    ------------------------------------------------------- */
	.documents-intro {
		height: auto;
		padding-top: 220px;
		background: none;
	}
	
	.documents-intro::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% + 35px);
		background-image: url('../img/documents.jpg');
		background-size: cover;
	}
	
	.documents-intro-title {
		margin: 0 auto;
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 420px;
		padding: 41px 0 53px;
	}
	
	.documents-intro-title::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		right: -7px;
		bottom: 0;
		left: -7px;
		background-image: linear-gradient(to right, rgb(31, 90, 41) 1%, rgba(31, 90, 41, 0.84) 99%);
	}
	
	.documents-intro + .documents-category-heading {
		margin-top: 40px;
	}
	
	.documents {
		padding: 0;
	}
	
	.documents .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
		gap: 30px;
	}
	
	.documents-item {
		margin-bottom: 0;
		-webkit-flex: 0 1 auto;
				flex: 0 1 auto;
		width: 100%;
		max-width: 400px;
	}
	
	/*  history
    ------------------------------------------------------- */
	.history-intro-switch-item {
		height: 80px;
		font-size: 12px;
	}
	
	.history-tab p {
		margin-bottom: 22px;
		font-size: 16px;
	}
	
	/*  scouts
    ------------------------------------------------------- */
	.scouts-section1 .other-section1-title {
		font-size: 40px;
		line-height: 45px;
	}
	
	/*  news
    ------------------------------------------------------- */
	.news-title {
		max-width: 360px;
	}
	
	.news-item2 {
		padding: 30px 21px 40px 28px;
	}
	
	.news-item-right {
		padding: 17px 15px 10px 20px;
	}
	
	.news-item-title,
	.news-item2-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.news-item-info, .news-item2-info {
		font-size: 12px;
		line-height: 16px;
	}
	
	.news-item-description {
		font-size: 14px;
	}
	
	/*  article
    ------------------------------------------------------- */
	.article-head {
		height: 300px;
	}
	
	.article-head-container {
		padding: 15px 39px;
	}

	.article-head-title {
		font-size: 36px;
		line-height: 42px;
	}
	
	.article-text-title {
		margin-bottom: 20px;
		font-size: 36px;
	}
	
	.article-nav {
		margin: 0;
	}
	
	/*  structure
    ------------------------------------------------------- */
	.structure {
		padding-top: 33px;
	}
	
	.structure2 {
		padding-top: 0;
	}
	
	.structure .wrap {
		max-width: 304px;
	}
	
	.structure2 .wrap {
		max-width: 312px;
	}
	
	.structure-row {
		margin-bottom: 8px;
	}

	.structure-row2 {
		margin: 34px auto 16px;
		max-width: 292px;
	}

	.structure-row3 {
		max-width: 292px;
	}

	.structure-row4 {
		margin-bottom: 25px;
	}

	.structure-row5 {
		margin-left: -14px;
		max-width: 173px;
	}

	.structure-item {
		width: 57px;
		height: 38px;
		font-size: 6px;
		line-height: 9px;
	}

	.structure-item3 {
		margin-right: 19px;
	}

	.structure-item6 {
		width: 38px;
	}

	.structure-item7 {
		margin-left: 4px;
	}
	
	.structure-item8 {
		margin-left: 7px;
	}

	.structure-center {
		top: 75px;
		width: 88px;
		height: 55px;
		font-size: 10px;
		line-height: 12px;
	}

	.structure-item span {
		max-width: 43px;
		font-size: 6px;
		line-height: 7px;
	}

	.structure-units,
	.structure-congress {
		font-size: 6px;
		line-height: 7px;
	}

	.structure-units {
		top: 65px;
	}

	.structure-congress {
		top: 138px;
	}

	.structure-lines {
		width: 233px;
		height: 172px;
		top: 42px;
		left: 31px;
	}

	.structure-lines2 {
		width: 131px;
		height: 16px;
		top: 45px;
		left: 7px;
	}
	
	/*  structure item page
    ------------------------------------------------------- */
	.structure-intro-container {
		margin: 0 40px;
		padding: 40px;
	}
	
	.structure-intro-title {
		margin-bottom: 30px;
		font-size: 44px;
		line-height: 52px;
	}
	
	.structure-intro-category {
		font-size: 16px;
	}
	
	.structure-intro-description {
		font-size: 16px;
		line-height: 1.35;
	}
	
	.structure-intro-contacts {
		font-size: 16px;
	}
	
	/*  form UI
    ------------------------------------------------------- */
	.input-group {
		margin-bottom: 15px;
		-webkit-flex-direction: column;
				flex-direction: column;
	}
	
	.input {
		margin: 0 auto;
		width: 100%;
		max-width: 324px;
	}
	
	.input-group .input:first-child {
		margin-bottom: 15px;
	}
	
	.input-field {
		width: 100%;
		max-width: 324px;
	}
	
	.input-label {
		margin-bottom: 9px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.input-error {
		font-size: 12px;
		line-height: 16px;
	}
	
	.wrap-checkbox {
		margin: 11px auto 25px;
		max-width: 324px;
	}
	
	.checkbox-label {
		font-size: 12px;
		line-height: 16px;
	}
	
	/*  modal
    ------------------------------------------------------- */
	.modal-title {
		margin-bottom: 15px;
	}
	
	.modal-info {
		margin: 0 auto 10px;
		max-width: 324px;
		text-align: left;
		font-size: 15px;
		line-height: 20px;
	}

	.modal-info2 {
		margin: 20px auto 10px;
		max-width: 324px;
		font-size: 15px;
		line-height: 20px;
	}
	
} /*750*/

@media screen and (max-width: 480px) {
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.btn,
	.btn2,
	.btn3 {
		width: 151px;
		height: 40px;
		border-radius: 15px;
		font-size: 13px;
	}
	
	/*  home section1
    ------------------------------------------------------- */
	.home-section1-container {
		padding: 81px 0 56px 35px;
	}
	
	.home-section1-title {
		margin-bottom: 23px;
		max-width: 235px;
	}

	.home-section1-description {
		max-width: 290px;
		font-size: 12px;
		line-height: 15px;
	}
	
	/*  about us
    ------------------------------------------------------- */
	.about-us-container {
		padding: 26px 0 35px 35px;
	}
	
	.about-us-title {
		margin-bottom: 22px;
	}
	
	.about-us-info {
		margin-bottom: 21px;
		font-size: 8px;
		line-height: 11px;
	}
	
	.about-us-description {
		margin-bottom: 36px;
		max-width: 290px;
		font-size: 10px;
		line-height: 15px;
	}
	
	/*  menu
    ------------------------------------------------------- */
	.menu {
		padding-top: 22px;
	}
	
	.menu-item {
		height: 177px;
	}
	
	.menu-item-title {
		font-size: 11px;
		line-height: 15px;
	}
	
	/*  home section4
		------------------------------------------------------- */
	.home-section4 {
		padding-top: 17px;
	}
	
	.home-section4-title {
		margin-bottom: 17px;
	}
	
	.home-section4-wrap-slider::before {
		top: -66px;
	}
	
	.home-section4-slider-item-container {
		padding: 9px 8px 17px 17px;
	}
	
	.home-section4-slider-item-title {
		margin-bottom: 5px;
	}
	
	.home-section4-slider-item-description {
		font-size: 10px;
		line-height: 14px;
	}
	
	.home-section4-nav {
		-webkit-transform: translate(-8px, 7px);
				transform: translate(-8px, 7px);
	}
	
	/*  home section5
		------------------------------------------------------- */
	.home-section5 {
		margin: 5px 0 21px;
	}
	
	.home-section5::before {
		height: calc(100% - 73px);
	}
	
	.home-section5-title {
		margin-bottom: 18px;
	}
	
	.home-section5-slider-item-wrap-img {
		width: 200px;
		padding: 4px;
	}
	
	.home-section5-slider-item-head {
		margin-bottom: 21px;
		max-width: 180px;
		font-size: 8px;
		line-height: 11px;
	}
	
	.home-section5-slider-item-title {
		margin-bottom: 13px;
	}
	
	.home-section5-slider-item-description {
		margin-bottom: 15px;
		font-size: 10px;
		line-height: 14px;
	}
	
	.home-section5-slider-item .btn2,
	.home-section5-slider-item .btn3 {
		width: calc((100% - 10px) / 2);
		max-width: 151px;
	}
	
	.home-section5-slider-item .btn2 {
		margin-right: 10px;
	}

	.home-section5 .owl-next {
		top: 264px;
	}
	
	/*  footer
    ------------------------------------------------------- */
	.footer {
		padding: 24px 0 11px;
	}
	
	.footer-left {
		margin-bottom: 23px;
		max-width: 293px;
	}
	
	.footer-title {
		margin-bottom: 8px;
	}
	
	.footer-contacts-item {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.footer-social-networks {
		margin-top: 16px;
	}
	
	.footer-social-networks-item {
		margin-right: 9px;
	}
	
	.footer-social-networks-item svg {
		width: 26px;
		height: 26px;
	}
	
	.footer-copyright {
		font-size: 10px;
		line-height: 14px;
	}
	
	.footer-copyright-icon {
		margin-right: 15px;
		width: 15px;
		height: 15px;
	}
	
	.map {
		width: 293px;
		height: 228px;
	}
	
	/*  other section1
    ------------------------------------------------------- */
	.other-section1 .wrap {
		padding: 0 48px;
	}
	
	.other-section1-title {
		margin-bottom: 20px;
	}
	
	.other-section1-container {
		margin-top: 122px;
		padding: 28px 20px 52px;
	}
	
	.other-section1-description p,
	.other-section1-description ul {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.other-section1.support .other-section1-title {
		text-align: center;
	}
	
	.other-section1-description .info {
		margin: 0 0 16px;
	}
	
	/*  documents
    ------------------------------------------------------- */
	.documents .wrap {
		gap: 11px;
	}
	
	.documents-item {
		margin-bottom: 0;
		min-height: 112px;
		padding: 16px 25px;
		font-size: 16px;
		line-height: 21px;
	}
	
	.documents-item-icon {
		margin-right: 20px;
	}
	
	/*  history
    ------------------------------------------------------- */
	.history-intro-switch-item {
		height: 76px;
		text-align: center;
		padding: 0 10px;
		font-size: 10px;
		line-height: 14px;
	}
	
	.history-tab {
		padding: 32px 34px 20px;
	}
	
	.history-tab p {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	
	/*  scouts
    ------------------------------------------------------- */
	.scouts-section1 .other-section1-title {
		font-size: 30px;
		line-height: 35px;
	}
	
	.scouts-switch-item {
		font-size: 15px;
	}
	
	.scouts-tab-mob {
		padding: 15px 8px 40px 14px;
	}
	
	.scouts p,
	.scouts ul {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 16px;
	}
	
	/*  news
    ------------------------------------------------------- */
	.news-title {
		max-width: 280px;
	}
	
	.news-item,
	.news-item2 {
		margin-bottom: 15px;
		height: auto;
		min-height: 205px;
		overflow: hidden !important;
	}
	
	.news-item2 {
		padding: 22px 21px 34px 28px;
	}
	
	.news-item-img {
		width: 104px;
	}
	
	.news-item-right {
		padding-left: 15px;
		height: 100%;
	}
	
	.news-item2-title {
		margin-bottom: 5px;
	}
	
	.news-item-info,
	.news-item2-info {
		font-size: 10px;
		line-height: 14px;
	}
	
	.news-item-info {
		margin-bottom: 15px;
	}
	
	.news-item-description {
		font-size: 10px;
		line-height: 14px;
	}
	
	.news-item-description p {
		margin-bottom: 14px;
	}
	
	/*  article
    ------------------------------------------------------- */
	.article-head {
		height: 161px;
	}
	
	.article-head-container {
		padding: 5px 39px;
	}

	.article-head-title {
		margin-bottom: 2px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.article-head-info {
		width: 100%;
		font-size: 10px;
		line-height: 14px;
	}
	
	.article-text {
		padding-top: 17px;
	}
	
	.article-text-title {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 28px;
	}
	
	.article-text p {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 22px;
	}
	
	.article-text .last {
		margin-bottom: 32px;
	}
	
	.article-prev,
	.article-next {
		font-size: 12px;
		line-height: 14px;
	}
	
	.article-prev svg,
	.article-next svg {
		width: 110px;
	}
	
	/*  structure item page
    ------------------------------------------------------- */
	.structure-intro {
		padding-top: 147px;
	}
	
	.structure-intro-bg {
		height: 206px;
	}
	
	.structure-intro-container {
		margin: 0 5px;
		padding-top: 40px;
	}
	
	.structure-intro-title {
		margin-bottom: 22px;
		font-size: 30px;
		line-height: 35px;
	}
	
	.structure-intro-category {
		font-size: 10px;
		line-height: 14px;
	}
	
	.structure-intro-description {
		font-size: 12px;
		line-height: 16px;
	}
	
	.structure-intro-contacts {
		font-size: 12px;
	}
	
	/*  form UI
    ------------------------------------------------------- */
	.input-group,
	.input-group .input:first-child {
		margin-bottom: 8px;
	}
	
	.input-label {
		margin-bottom: 7px;
	}
	
	.wrap-checkbox {
		margin: 20px auto 18px;
	}
	
	.checkbox-input {
		margin-right: 9px;
	}
	
	.checkbox-label {
		font-size: 10px;
		line-height: 14px;
	}
	
	/*  modal
    ------------------------------------------------------- */
	.modal-container2 {
		padding: 133px 59px;
	}
	
	.modal-title {
		margin-bottom: 12px;
		text-align: left;
		font-size: 30px;
		line-height: 40px;
	}
	
	.modal-info {
		margin-bottom: 6px;
		font-size: 12px;
		line-height: 16px;
	}

	.modal-info2 {
		margin-bottom: 18px auto 11px;
		font-size: 12px;
		line-height: 16px;
	}
	
} /*480*/

@media screen and (max-width: 440px) {
	
} /*440*/

@media screen and (max-width: 375px) {
	.support-contacts-title {
		font-size: 23px;
		line-height: 32px;
	}
	
	.support-contacts p {
		font-size: 14px;
		line-height: 1.35;
	}
	
	/*  scouts
    ------------------------------------------------------- */
	.scouts-section1 .other-section1-title {
		font-size: 26px;
		line-height: 32px;
	}
} /*375*/