

/* Start:/local/templates/pr_internet/assets/main.css?177191932116692*/
@import "/local/templates/pr_internet/assets/../fonts/futura_pt/stylesheet.css";

html,
body,
input,
textarea {
	font-family: 'Futura PT', sans-serif, arial;
}
html,
body {
	width: 100%;
	height: 100%;
	/*font-family: 'Futura PT', arial;*/
	margin: 0px;
	font-size: 19px;
	background-color: #fff;
}

html,
body,
.pr-news-item__name-link,
.pr-news-item__more-link,
.logo-link--dark,
.main-services-item__link {
	color: #3C3C3C;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
}

img {
	max-width: 100%;
	border: none;
}

.txt--uppercase {
	text-transform: uppercase;
}
.review-item__txt,
.txt--italic {
	font-style: italic;
}

body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/*-webkit-flex-wrap: wrap;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
body > header,
body > footer {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	z-index: 999;
}
body > .main-content {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
body header,
body > .main-content,
body footer {
	width: 100%;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}
.screen {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-main-line,
.header-main-line {
	padding: 15px 0;
}
.footer-main-line__cols,
.footer-main-line .content,
.header-main-line .content {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.footer-main-line__cols {
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.footer-main-line__cols > *:not(:last-child) {
	margin-right: 30px;
}

.header-main-line__cities-links,
.header-main-line__contact-us {
	text-align: right;
}
.header-main-line__city-link.current {
	text-decoration: underline;
}
.header-main-line__city-link {
	color: #3C3C3C;
}
.header-main-line__city-link:not(:last-child) {
	margin-right: 10px;
}
.header-main-line__city-link:hover {
	text-decoration: underline;
}

.btn {
	cursor: pointer;
}
.txt--green {
	color: #069F55;
}
.pr-news-item__date,
.review-item__site,
a,
.link {
	transition: .3s;
	color: #5BB901;
	color: #069F55;
	cursor: pointer;
	text-decoration: none;
}
a:hover,
.link:hover {
	opacity: .7;
}
.btn-simple,
.bg-green {
	background-color: #069F55;
}
.pr-cases-main-param-item__val,
.txt--bold {
	font-weight: bold;
}
.pr-cases-main-param-item__key,
.txt--thin {
	font-weight: 200;
}

.header-main-line__phone {
	color: #3C3C3C;
	text-decoration: none;
	font-weight: 600;
}

.footer-main-line a,
.footer-main-line .link {
	text-decoration: underline;
}
.footer-main-line a:hover,
.footer-main-line .link:hover {
	text-decoration: none;
}
.footer-main-line a,
.footer-main-line .link,
.footer-main-line {
	color: #3C3C3C;
}
.footer-main-line__link:after {
	content: "";
	display: block;
}
.footer-main-line__link:not(:last-child):after {
	margin-bottom: 10px;
}

.footer-main-line {
	background-color: #F2FBF4;
	background-color: #F8F6EE;
	padding: 50px 0;
}
.footer-main-line .footer-main-line__link {
	text-decoration: none;
}

.main-services-item {
	border: 1px solid #EBEFF5;
	transition: .3s;
	padding: 12px;
	flex: 1 1 auto;
	background-color: #fff;
}
.main-services-item:not(:last-child) {
	margin-right: 24px;
}
.main-services-item:hover {
	background-color: #FAFAFA;
	border-color: #FAFAFA;
}
.main-services-item__img-wrapper {
	width: 0%;
	position: relative;
	transition: .3s;
	/*
	height: 200px;
	max-width: 100px;
	max-height: 200px;*/
}
.main-services-item__img-wrapper img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/*
	*/
	object-fit: cover;
}
.main-services-item,
.main-services-item__img-wrapper,
.main-services-item__img-wrapper img {
	border-radius: 8px;
}
.main-services-item:hover .main-services-item__img-wrapper {
	width: 300px;
}
.main-services-item:hover .main-services-item__img-wrapper {
	margin-right: 20px;
}
.main-services-item__data-wrapper > *:not(:last-child) {
	margin-bottom: 15px;
}
.main-services-item__title {
}
.main-services-item__desc {
	color: #707070;
}
.main-services-item__links > * {
	margin-top: 14px;
	margin-bottom: 14px;
}
.main-services-item__link {
	display: block;
	position: relative;
	padding-right: 20px;
}
.main-services-item__link:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('/local/templates/pr_internet/assets/icons/icon_link_arrow.svg');
	background-size: contain;
	background-position: center;
}

.page-columns,
.pr-portfolio-item__data-wrapper,
.pr-news-item__more-link,
.flex-row {
	display: flex;
	flex-wrap: wrap;
}
/*.pr-news-item__more-link,*/
.page-columns,
.flex-row--sb {
	justify-content: space-between;
}
.flex-row--sa {
	justify-content: space-around;
}
.flex-align-items--center {
	align-items: center;
}
.pr-portfolio-item__data-wrapper,
.flex-align-content--end {
	align-content: flex-end;
}

.limit-12 > *:not(:nth-child(-n+12)):nth-last-child(-n+12) {
	display: none;
}

.main-page-head-block__left-col,
.main-page-head-block__right-col {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}
.main-page-head-block__right-col {
	text-align: right;
	opacity: 0.6;
    filter: grayscale(0.7);
}
.main-page-head-block__right-col img {
	max-width: 100%;
	max-height: 100%;
}
h1.main-page-head-block__title {
    line-height: 1.2em;
}

.container-top-line h1,
.container-top-line h2,
.container-top-line h3,
.container-top-line h4,
.container-top-line h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.review-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
.review-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.review-item:nth-child(odd):nth-last-child(2) {
	border-bottom: none;
}
.review-item__site {
	text-decoration: underline;
}
.review-item__subject {
	font-weight: 600;
}
.review-item__txt {
	margin-top: 15px;
}
.review-item__txt:before,
.review-item__txt:after {
	content: '"';
}

.header-main-line__menu-wrapper {
	flex: 1 1 auto;
    margin: 0 20px;
}

.mar-bot-20 {
	margin-bottom: 20px;
}

.page-columns {

}
.page-columns .page-columns__main-col {
	width: calc(75% - 30px);
	min-width: calc(75% - 30px);
	max-width: calc(75% - 30px);
}
.page-columns .page-columns__side-col {
	width: calc(25% - 10px);
	min-width: calc(25% - 10px);
	max-width: calc(25% - 10px);
}
.page-columns .page-columns--sticky-wrapper > * {
	position: sticky;
	top: 20px;
}

.callback-form {
	padding: 20px;

}
.callback-form__title {
	text-align: center;
}
.callback-form__header,
.callback-form__content {
	margin-bottom: 20px;
}
.callback-form__content > *:not(:last-child) {
	margin-bottom: 15px;
}


.btn--wide {
	width: 100%;
}
.btn-simple {
	text-align: center;
	padding: 8px 14px;
	color: #fff;
	transition: .3s;
}
.btn-simple:hover {
	background-color: #00b960;
}

.input-wrapper textarea {
	min-height: 120px;
}
.input-wrapper textarea::-webkit-input-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper textarea::-moz-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper textarea:-moz-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper textarea:-ms-input-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper textarea[placeholder] {
	/*text-transform: uppercase;*/
}
.input-wrapper textarea::placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper input:-webkit-input-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper input::-moz-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper input:-moz-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper input:-ms-input-placeholder {
	/*text-transform: uppercase;*/
}
.input-wrapper input[placeholder]  {
	/*text-transform: uppercase;*/
}
.input-wrapper input::placeholder  {
	/*text-transform: uppercase;*/
}

.input-wrapper textarea,
.input-wrapper input {
	width: 100%;
	border: none;
	outline: none;
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
}
.input-wrapper input {
	height: 40px;
}

.news-date-time {
	display: block;
	color: grey;
	margin-bottom: 10px;
}

.loader {
	position: releative;
}
.loader:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .4);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	background-image: url('/local/templates/pr_internet/assets/icons/loader.svg');
}

.callback-form__privacy {
	margin-top: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item:nth-child(n + 3) {
    display: none;
}

.portfolio-categories__item {
	display: inline-block;
	/*padding: 2px 6px;*/
	padding: 2px 0;
	margin-right: 18px;
}

/* text sizes START */
.callback-form__privacy,
.txt-12 {
	font-size: .737rem;
}
.review-item__txt,
.footer-main-line__about-string:not(.footer-main-line__about-string--main),
.pr-cases-main-param-item__key,
.pr-news-item__more-link,
.txt--14 {
	font-size: .88rem;
}
.txt--15 {
	font-size: .938rem;
}
.pr-portfolio-item__desc,
input,
textarea,
.news-detail,
.pr-news-item__date,
.header-main-line__city-link,
.main-page-head-block__sub-title,
.pr-cases-item__desc,
.review-item__site,
.review-item__subject,
.review-item__position,
.footer-main-line__link,
.footer-main-line__about-string--main,
.main-services-item__link,
.main-services-item__desc,
.txt--16 {
	font-size: 1rem;
}
.callback-form__title,
.pr-cases-item__name,
.pr-news-item__name-link,
.txt--18 {
    font-size: 1.125rem;
}
.pr-portfolio-item__name,
.header-menu-item,
.main-services-item__title,
.txt--20 {
	font-size: 1.25rem;
}
h2,
.txt--24 {
	font-size: 1.5rem;
}
/*.pr-portfolio-item__name,*/
.header-main-line__phone,
.txt--26 {
	font-size: 1.625rem;
}
.txt--29 {
	font-size: 1.8rem;
}
/*.pr-cases-main-param-item__val,*/
.logo-link__txt,
.txt--36 {
	font-size: 2.25rem;
}
.pr-cases-main-param-item__val,
.txt--40 {
	font-size: 2.5rem;
}
h1.main-page-head-block__title,
.txt--64 {
	font-size: 4rem;
	font-size: 3.37rem;
}
/* text sizes END */

/* bg-colors START */
.bg--beige {
	background-color: #F8F6EE;
}
/* bg-colors END */

@media all and (min-width: 1301px) {
	/*.content {
		width: 1140px;
		max-width: 1140px;
	}*/

	.flex-row--6 > * {
		width: 15%;
	}
	.flex-row--6 > *:not(:nth-child(6n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 6)) {
		margin-top: 2%;
	}
}
@media all and (min-width: 1201px) and (max-width: 1300px) {
	.content {
		width: 1140px;
		max-width: 1140px;
	}

	.flex-row--6 > * {
		width: 15%;
	}
	.flex-row--6 > *:not(:nth-child(6n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 6)) {
		margin-top: 2%;
	}
}
@media all and (min-width: 1101px) and (max-width: 1200px) {
	.content {
		width: 1040px;
		max-width: 1040px;
	}

	.flex-row--6 > * {
		width: 15%;
	}
	.flex-row--6 > *:not(:nth-child(6n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 6)) {
		margin-top: 2%;
	}
}
@media all and (min-width: 1000px) and (max-width: 1100px) {
	.content {
		width: 940px;
		max-width: 940px;
	}

	.flex-row--6 > * {
		width: 15%;
	}
	.flex-row--6 > *:not(:nth-child(6n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 6)) {
		margin-top: 2%;
	}
}
@media all and (min-width: 721px) and (max-width: 999px) {
	.content {
		width: calc(100% - 2rem);
		max-width: 100%;
	}

	.flex-row--6 > * {
		width: 32%;
	}
	.flex-row--6 > *:not(:nth-child(3n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 3)) {
		margin-top: 2%;
	}
}

@media all and (min-width: 721px) {
	.header-menu li:nth-child(n+5),
	.mobile {
		display: none;
	}
}
@media all and (max-width: 720px) {
	.main-page-head-block__right-col {
		max-width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0.2;
	}
	.main-page-head-block__left-col {
		position: relative;
		z-index: 1;
	}
	.main-page-head-block {
		position: relative;
		overflow: hidden;
	}

	.page-columns .page-columns__main-col,
	.page-columns .page-columns__side-col {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.footer-main-line__column {
		margin-top: 40px;
	}

	.no-mobile {
		display: none;
	}

	.pr-cases-main-param-item {
		width: 100%;
		margin-top: 10px;
	}

	.footer-main-line {
		padding: 20px 0;
	}
	.footer-main-line .content {
		display: block;
	}
	.footer-main-line .content > *:not(:last-child) {
		margin-bottom: 20px;
	}

	.mobile-limit-6 > *:not(:nth-child(-n+6)):nth-last-child(-n+6) {
		display: none;
	}

	.hamburger {
		display: block;
		width: 2em;
		width: 50px;
		height: 32px;
		z-index: 99;
		position: relative;
		cursor: pointer;
	}
	.hamburger div {
		position: relative;
		position: absolute;
		width: 3em;
		width: 100%;
		height: 6px;
		/*border-radius: 3px;*/
		background-color: #069F55;
		/*margin-top: 8px;*/
		transition: all 0.3s ease-in-out;
		transition: all .3s, background-color 1.4s;
	}
	.hamburger .top {
		top: 0;
	}
	.hamburger .middle {
		top: 13px;
	}
	.hamburger .bottom {
		top: 26px;
	}
	body.menu-shown .hamburger div {
		/*background-color: #069F55;*/
		transition: all .3s, background-color 1s;
		transition: all 0.3s ease-out;
	}
	/*body:not(.menu-shown) .hamburger:hover .top {
		top: -3px;
	}
	body:not(.menu-shown) .hamburger:hover .bottom {
		top: 33px;
	}*/
	body.menu-shown .hamburger .top {
		transform: rotate(-45deg);
		top: 15px;
	}
	body.menu-shown .hamburger .bottom {
		opacity: 0;
		transform: rotate(45deg);
	}
	body.menu-shown .hamburger .middle {
		transform: rotate(45deg);
		top: 15px;
	}

	body.menu-shown .header-main-line__menu-wrapper {
		transform: translate3d(0px, 0%, 0px);
	}
	.header-main-line__menu-wrapper {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
		transform: translate3d(0px, -100%, 0px);
		transition: transform 1s ease 0s /*, color 1s ease 0s*/;
		will-change: transform;
		background-color: #fff;
		padding-top: 110px !important;
	}
	.header-menu {
		display: block;
		margin: 0;
	}
	.header-main-line__right-col,
	.header-main-line__menu-wrapper {
		padding: 1rem;
		z-index: 99;
	}
	.header-main-line__right-col {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0px, -100%, 0px);
		transition: .5s;
	}
	.header-main-line__cities-links,
	.header-main-line__contact-us {
		text-align: left;
	}

	body.menu-shown .header-main-line__right-col {
		transform: translate3d(0px, 0%, 0px);
	}

	.header-menu li:not(:last-child) {
		margin-bottom: 10px;
	}
	.header-menu-item {
		font-size: 1.6rem;
	}

	.main-page-head-block__left-col,
	.main-page-head-block__right-col {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.main-page-head-block__right-col {
		text-align: right;
	}
	h1.main-page-head-block__title {
		font-size: 2rem;
	}

	.content {
		width: calc(100% - 1.8rem);
		max-width: 100%;
	}

	.main-services.flex-row {
		flex-wrap: nowrap;
		overflow-y: scroll;
	}
	.main-services-item {
		width: 70vw;
		min-width: 70vw;
	}

	.flex-row--6 > * {
		width: 49%;
	}
	.flex-row--6 > *:not(:nth-child(2n)) {
		margin-right: 2%;
	}
	.flex-row--6 > *:not(:nth-child(-n + 2)) {
		margin-top: 2%;
	}

	/* text sizes START */
	.callback-form__privacy,
	.txt-12 {
		font-size: .75rem;
	}
	.review-item__txt,
	.footer-main-line__about-string:not(.footer-main-line__about-string--main),
	.pr-cases-main-param-item__key,
	.pr-news-item__more-link,
	.txt--14 {
		font-size: .85rem;
	}
	.txt--15 {
		font-size: .88rem;
	}
	.pr-portfolio-item__desc,
	input,
	textarea,
	.news-detail,
	.pr-news-item__date,
	.header-main-line__city-link,
	.main-page-head-block__sub-title,
	.pr-cases-item__desc,
	.review-item__site,
	.review-item__subject,
	.review-item__position,
	.footer-main-line__link,
	.footer-main-line__about-string--main,
	.main-services-item__link,
	.main-services-item__desc,
	.txt--16 {
		font-size: .9rem;
	}
	.callback-form__title,
	.pr-cases-item__name,
	.pr-news-item__name-link,
	.txt--18 {
	    font-size: .95rem;
	}
	.pr-portfolio-item__name,
	.header-menu-item,
	.main-services-item__title,
	.txt--20 {
		font-size: 1.1rem;
	}
	h2,
	.txt--24 {
		font-size: 1.25rem;
	}
	.txt--26 {
		font-size: 1.3rem;
	}
	.header-main-line__phone,
	.txt--29 {
		font-size: 1.6rem;
	}
	/*.pr-cases-main-param-item__val,*/
	.txt--36 {
		font-size: 1.7rem;
	}
	.pr-cases-main-param-item__val,
	.txt--40 {
		font-size: 1.9rem;
	}
	h1.main-page-head-block__title,
	.txt--64 {
		font-size: 2rem;
	}

	.logo-link__txt {
		font-size: 1.55rem;
	}
	/* text sizes END */
}
/* End */


/* Start:/local/templates/pr_internet/components/bitrix/menu/top_menu/style.css?1714988183285*/
/* Left menu*/
ul.header-menu
{
	list-style: none;
	padding: 0;
	margin-bottom: 8px;
	position: relative; /*IE bug*/
}


ul.header-menu li a.selected:link,
ul.header-menu li a.selected:visited,
ul.header-menu li a.selected:active,
ul.header-menu li a.selected:hover
{
	color:#FC8D3D;
}
/* End */


/* Start:/local/templates/pr_internet/components/bitrix/menu/bottom_menu/style.css?1714988160285*/
/* Left menu*/
ul.header-menu
{
	list-style: none;
	padding: 0;
	margin-bottom: 8px;
	position: relative; /*IE bug*/
}


ul.header-menu li a.selected:link,
ul.header-menu li a.selected:visited,
ul.header-menu li a.selected:active,
ul.header-menu li a.selected:hover
{
	color:#FC8D3D;
}
/* End */
/* /local/templates/pr_internet/assets/main.css?177191932116692 */
/* /local/templates/pr_internet/components/bitrix/menu/top_menu/style.css?1714988183285 */
/* /local/templates/pr_internet/components/bitrix/menu/bottom_menu/style.css?1714988160285 */
