@media screen and (max-width: 1290px) {
	.header__side {
		right: 0px;
	}

	/* MAIN */
	.main:before {
		left: auto;
		width: 345px;
	}

	.footer__side {
		padding-right: 30px;
	}

	/* PAGES */
	.page .header__image {
		width: 22%;
	}

	/* Page Item */
	.page.page-item .header__content,
	.page.page-contact .header__content {
		padding-right: 30px;
	}

	.page.page-item .header__content > .wrap,
	.page.page-contact .header__content > .wrap {
		width: calc(100% - 22% - 30px - 345px);
	}

}



@media screen and (max-width: 1000px) {
	.content {
		padding-right: 30px;
	}

	/* HEADER */
	.header__content {
		padding-right: 345px;
	}

	.header__side {
		position: absolute;
    height: 100vh;
	}

	/* MAIN */
	.main:before {
		display: none !important;
	}

	/* FOOTER */
	.footer__content {
		padding-right: 345px;
	}

	.footer__side {
		right: 0px;
	}



	/* PAGES */
	.page .header__image {
		left: 60px;
		right: auto;
		width: 285px;
		opacity: 0.20;
		z-index: -1;
	}

	/* Page Item */
	.page.page-item .header__content,
	.page.page-contact .header__content {
		padding-right: 345px;
	}

	.page.page-item .header__content > .wrap,
	.page.page-contact .header__content > .wrap {
		width: 100%;
	}

}



@media screen and (max-width: 800px) {
	/* HEADER */
	.header {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.header__content {
		padding-right: 30px;
	}

	.header__content > .wrap {
		max-width: 100%;
	}

	.header__additional {
		max-width: 100%;
	}

	/* Side Menu */
	.header__side {
		height: 125px;
		padding: 25px 30px;
	}

	.header__side:before {
		display: none !important;
	}

	.header__menu {
		position: absolute;
		top: 0px;
		right: -345px;
		min-height: 100vh;
		background-color: rgba(35,35,35,1.00);
		padding: 125px 15px 25px 60px;
		transition: all 0.5s;
	}

	.header__side.active .header__menu {
		right: 0px;
	}

	.header__nav-button {
		display: inline-block !important;
		width: 75px;
		height: 75px;
		border: none;
		background: none;
		z-index: 1;
		padding: 25px;
		margin: 0px !important;
	}

	.header__nav-button:hover {
		background: none;
	}

	.header__nav-button > span {
		display: block;
		position: absolute;
		top: 29px;
		left: 25px;
		width: 25px;
		height: 1px;
		background-color: rgba(255,255,255,1.00);
		transition: all 0.5s;
	}

	.header__nav-button > span.top {
		top: 29px;
	}
	.header__nav-button > span.middle {
		top: 37px;
	}
	.header__nav-button > span.bottom {
		top: 45px;
	}

	.header__side.active .header__nav-button > span.top {
		top: 37px;
		transform: rotate(45deg);
	}
	.header__side.active .header__nav-button > span.middle {
		transform: scale(0, 0);
	}
	.header__side.active .header__nav-button > span.bottom {
		top: 37px;
		transform: rotate(-45deg);
	}



	/* MAIN */
	/* Advantages */
	.advantages__type-list {
		flex-wrap: wrap;
	}

	.advantages__type-list > li {
		flex: 1 1 100%;
	}

	.advantages__type-list > li > .wrap {
		padding: 25px 0px 25px 30px;
		margin: 0px 0px 0px 90px;
	}

	.advantages-item__image {
		position: absolute;
		top: 25px;
		left: -90px;
	}

	.advantages-item__title br {
		display: none;
	}



	/* Services */
	.services__item + .services__item {
		padding-top: 50px;
	}

	.services__item:nth-child(2n+2) .services-item__type-list > li {
		flex: 1 1 calc(100% - 215px);
		padding-left: 30px;
	}

	.services__item:nth-child(2n+2) .services-item__type-list > li + li {
		flex: 1 1 215px;
		padding-left: 60px;
	}

	.services__item:nth-child(2n+1) .services-item__type-list > li {
		flex: 1 1 calc(100% - 215px);
		padding-left: 60px;
	}

	.services__item:nth-child(2n+1) .services-item__type-list > li + li {
		flex: 1 1 215px;
		order: -1;
		padding-left: 30px;
	}



	/* PAGES */
	/* Page Item */
	.page.page-item .header__content,
	.page.page-contact .header__content {
		padding-right: 30px;
	}

	.page.page-item .header__content > .wrap,
	.page.page-contact .header__content > .wrap {
		width: 100%;
	}
}



@media screen and (max-width: 600px) {
	/* Titles Type */

	h1, h2, h3, h4, h5, .title {
		text-align: center;
	}

	h1, .title.general {
		font-size: 8vw;
		line-height: 9vw;
	}

	h2, .title.high {
	  font-size: 8vw;
		line-height: 9vw;
	}

	h3, .title.middle {
		font-size: 7vw;
		line-height: 8vw;
	}

	h4, .title.low {
		font-size: 6vw;
		line-height: 7vw;
	}

	h5, .title.min {
		font-size: 5vw;
		line-height: 6vw;
	}

	/* HEADER */
	.header__content > .wrap {
		width: 100%;
		text-align: center;
	}

	.header__logo {
		padding: 3px 0px;
	}

	.header__logo img {
		max-height: 19px;
	}

	.header__additional {
		width: 100%;
		text-align: center;
	}

	.header__side {
		width: auto;
    height: 100px;
    padding: 25px 5px 0px 0px;
	}

	.header__menu {
		right: -320px;
		width: 320px;
	}

	/* MAIN */
	/* Services */
	.services__item:nth-child(n) {
		padding: 50px 0px;
	}

	.services__item:nth-child(n) .services-item__type-list > li:nth-child(n) {
		flex: 1 1 100%;
		text-align: center;
		padding: 0px 0px 0px 30px;
	}

	.services__item:nth-child(n) .services-item__type-list > li + li {
		position: absolute;
		top: -50px;
		left: -9999px;
		right: -9999px;
		width: auto;
		height: calc(100% + 100px);
		padding-right: 0px !important;
		margin: 0px auto;
		opacity: 0.15;
		z-index: -1;
	}

	.services__item:nth-child(2n+1) .services-item__type-list > li + li {
		top: -50px;
	}

	.services-item__image {
		display: block;
		position: relative;
		height: 100%;
	}

	/* FOOTER */
	.footer__content {
		text-align: center;
		padding-right: 30px;
	}

	.footer__logo {
		display: inline-block;
	}

	.footer__side {
		position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    max-width: none;
		text-align: center;
		padding: 30px 0px 0px 0px;
	}

	.footer__side:before { display: none; }

	.footer__menu ul {
		text-align: center;
	}

	.footer__menu ul li {
		display: inline-block;
	}

	.footer__menu ul li:before, .footer__menu ul li:after, .footer__menu ul li a:after { display: none; }

	.footer__menu ul li a {
		padding: 25px 15px 0px 15px;
	}



	/* POPUP */
	.popup__content {
		text-align: center;
	}



	/* PAGES */
	/* Breadcrums */
	.breadcrums {
		text-align: center;
	}

	.page .header__image {
		left: -9999px;
    right: -9999px;
    margin: auto;
	}



	/* Page Contact */
	.form {
		text-align: center;
		margin: -25px 0px 0px 0px;
	}

	.form > * {
		padding: 25px 0px 0px 0px;
	}

	.form > .form__wrap {
		flex: 1 1 100%;
	}
}



@media screen and (max-width: 450px) {
	/* HEADER */
	.header__menu {
		right: -100vw;
		width: 100vw;
	}
}
