body, html {
 background-color:#082539;
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #CCD0D4;
 font-weight: 300;
 font-size: 22px;
 line-height:120%;
 margin:0;
 padding:0;
 max-width: 100vw;
 display: block;
	overflow-y: auto;
	overflow-x: hidden;
/*	scroll-behavior: smooth;*/

}
input, textarea, button {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 300;
 	font-size:24px;
	line-height:30px;
	color: #fff;
}
label, .popup-closer {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*a, img, ul, div, span, textarea, input, button, label, div:after, div:before, a:before {*/
* {
	outline:none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a, a:link, a:visited {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px solid;
}
a[href^="#"] {
	border-bottom: 1px dashed;
}
a:empty, a[href=""] {
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover {
	/*text-decoration:underline;*/
	color:#fff;
}
div {
	display:block;
}
img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 80vh;
	min-width: 25vw;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0;
	padding:0;
	//font-weight:normal;
	list-style:none;
	color:#fff;
}

p, ul {
	padding-bottom: 24px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.afterparty {
	text-align: center;
	margin-top: 20px;
}
h2 a, h3 a, h4 a, h2 a:link, h3 a:link, h4 a:link, h2 a:visited, h3 a:visited, h4 a:visited, .more-key, .more-key:link, .more-key:visited {
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	//text-decoration: underline;
	border-bottom: 1px solid #aaa;
}
h2, h3 {
	padding: 24px 0 64px;
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
h3 {
	text-align: left;
}
h4 {
	font-size: 26px;
	padding-bottom: 15px;
}

@media screen and (max-width: 900px) {

}
.hidden, .interface-checker, .crew-nick {
	display:none !important;
}
.red {
	color: #f00;
}
.nowrap {
	white-space:nowrap !important;
}
.underline {
	text-decoration:underline !important;
}
strong, .strong {
	font-weight: bold;
	font-weight: 600;
}
a.underline:hover {
	text-decoration:none !important;
	border-bottom:double;
}

.header, .footer {
	position: relative;
	z-index: 101;
}
.gohome {
	position: fixed;
	z-index: 100;
	width: 18px;
	height: 18px;
	background-color: #f3b100;
	padding: 23px 20px 16px;
	border-radius: 50px;
	right: 10px;
	bottom: 10px;
	border: none !important;
	outline: none;
}
.gohome span {
	border: #fff solid 1px;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg);
	display: block;
	width: 16px;
	height: 16px;
}
.wrapper {
	max-width: 1375px;
	padding: 0 30px;
	margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: column;
	/*overflow-x: hidden;*/
}
.main .wrapper {
	padding: 0 30px 80px;
}

.header {
	background-size: cover;
	background-color: #030303;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}
.header .wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	flex-direction: row-reverse;
	justify-content: space-between;
	color: #101b23;
	align-items: flex-end;
	width: 95%;
	width: calc(100% - 60px);
	position: relative;
}
.sublogo-line {
	position: absolute;
	top: 8vh;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	text-align: right;
	font-size: 90%;
}
.sublogo-line p {
	color: #101b23;
}
.header a {
	color: #101b23;
}
.alarmline {
	width: 100%;
	display: block;
	max-height: 169px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 5vw;
	text-align: center;
	color: #1e2124;
	font-weight: 800;
	background-color: rgba(250,190,0,0.5);
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 10vw;
	background-image: url(../images/header-line.png);
	height: 10vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.topline {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
/*
.topline:after {
	content: "";
	display: block;
	width: 100vw;
	margin: 0 calc((96vw - 1315px) / -2);
	height: 1px;
	border-bottom: 1px solid #A6BFCF;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/
.topline {
	padding: 50px 0;
}
.header .topmail {
	text-align: right;
}
.main-menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
	flex: 1;
}
.header .main-menu, .contact-location, .contact-phone, .contact-form {
	font-weight: 300;
	font-size: 26px;
	text-transform: uppercase;
}
.header .main-menu a, .contact-location, .contact-phone, .contact-mail, .contact-form {
	padding: 10px;
	display: block;
	font-weight: 600;
	margin: 4px -10px;
	border: none !important;
}
.contact-phone {
	font-size: 150%;
	margin-left: -30px;
}
.contact-mail {
	text-transform: none;
	margin: -20px -10px 10px;
	font-size: 90%;
	font-weight: 600;
}
.footer .contact-mail {
	font-weight: 300;
	margin-top: 20px;
}
.contactline .social {
	margin: 10px -20px;
	padding-bottom: 4px;
}
.contact-form {
	padding-bottom: 38px;
}
.contact-form a:hover {
	color: #bd7f00;
}
@media screen and (max-aspect-ratio: 112/80), screen and (max-width: 890px) and (max-height: 635px) {
	.header .main-menu a, .contactline {
		background-color: rgba(255,255,255,0.8);
	}
	.contactline {
		margin: 28px -10px;
		padding: 0 10px;
	}
	.contact-phone {
		margin-left: -10px;
	}
	.contactline .social {
		margin-left: -10px;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 780px) {
	.header {
		flex-direction: column-reverse;
		background-position: center 10vw;
	}
	.alarmline {
		background-color: #FFB338;
	}
	.header .wrapper {
		flex-direction: column;
	}
	.menuline, .contactline {
		margin: 3px -13px 5px;
	}
	.contactline {
		margin: 0 -40px;
		text-align: center;
		width: 100vw;
		padding: 10px;
	}
	.contactline .social {
		flex-direction: row-reverse;
		margin: 0 1vw 20px 0;
		justify-content: center;
	}
}

.header .main-menu a:hover {
	border: none;
	text-decoration: none;
	color: #556B86;
}
.social {
	display: flex;
	flex-direction: row;
}
.social li a, .instalink {
	display: block;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	text-indent: 60px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	border: none;
	margin-left: 14px;
	border-radius: 50px;
}
.skills-photos h3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.social li a[href*="vk.com"] {
	background-image: url("../images/icon-vk.svg");
}
.social li a[href*="facebook.com"] {
	background-image: url("../images/icon-fb.svg");
}
.social li a[href*="viber"] {
	background-image: url("../images/icon-vb.svg");
}
.social li a[href*="t.me"] {
	background-image: url("../images/icon-tg.svg");
}
.social li a[href*="instagram.com"] {
	background-image: url("../images/icon-ig.svg");
}
.social li a[href*="vk.com"]:hover, .footer .social li a[href*="vk.com"] {
	background-image: url("../images/icon-vk-fff.svg");
}
.social li a[href*="viber"]:hover, .footer .social li a[href*="viber"] {
	background-image: url("../images/icon-vb-fff.svg");
}
.social li a[href*="facebook.com"]:hover, .footer .social li a[href*="facebook.com"] {
	background-image: url("../images/icon-fb-fff.svg");
}
.social li a[href*="t.me"]:hover, .footer .social li a[href*="t.me"] {
	background-image: url("../images/icon-tg-fff.svg");
}
.social li a[href*="instagram.com"]:hover, .footer .social li a[href*="instagram.com"], .instalink {
	background-image: url("../images/icon-ig-fff.svg");
}

.header .topmail {
	flex: 1;
	text-align: right;
}

.main-menu a, a.instalink, a.instalink:hover {
	border: none;
}

.logo {
	display: block;
	background-image: url("../images/logo.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 2000px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 220px;
	max-width: 810px;
	min-height: 140px;
	margin: 25px 0;
	flex: 1;
}
.logo-brand {
	display: block;
	background-image: url("../images/logo.svg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 2000px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 35px;
	width: 250px;
	min-height: 20px;
	margin: 0;
	padding: 0;
}
.header .logo {
	display: none;
}
.footer .logo {
	background-image: url("../images/logo-footer.svg");
}
.topline .logo {
	display: none;
}
.key-line {
	display: flex;
	flex-direction: column;
}
.key-line-item {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}
.key-line-photo a, .key-line-video label {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	border: none;
	justify-content: flex-end;
}
.key-line-photo, .key-line-video {
	margin-top: 30px;
	position: relative;
}
.key-line-photo a:after, .key-line-video label:after {
	display: inline-block;
	content: " ";
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	margin-left: 20px;
}
.popup-opener-video:before {
	display: block;
	content: "";
	height: 1px;
	width: 3px;
	border: 12px solid transparent;
	border-left: 18px solid #fff;
	position: absolute;
}
.key-line-photo a:before, .key-line-photo:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 10px solid #fff;
	border-radius: 20px;
	right: 16px;
}
.key-line-photo:before {
	border-width: 3px;
	right: 12px;
	top: 12px;
}
.key-line-photo:hover a, .key-line-video:hover label {
	color: #f3b100;
}
.key-line-photo:hover a:after, .key-line-video:hover label:after, .key-line-photo:hover a:before, .key-line-photo:hover:before {
	border-color: #f3b100;
}
.key-line-video:hover label:before {
	border-left-color: #f3b100;
}
.key-line-contact a {
	border: 2px solid #fff;
	padding: 12px 30px 15px;
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
}
.key-line-contact a:hover {
	background-color: #fff;
	color: #030303;
}
.main-screen {
	padding: 60px 0;
	clear: both;
}

.main-features ul, .main-services ul, .main-feedback .wrapper, .main-team .wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	/*justify-content: space-evenly;*/
	align-items: stretch;
	/*margin: 0 auto;*/
}
.main-features li {
	width: 320px;
	min-width: 300px;
	/* margin-bottom: 40px; */
	padding: 20px 20px 40px 100px;
	/*outline: 1px solid;*/
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: left 20%;
	font-size: 90%;
}
.feedback {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: column;
	width: 600px;
	margin-bottom: 50px;
	position: relative;
	margin: 0 auto;
}
.feedback-txt {
	background-color: #D1D3D4;
	padding: 50px;
	margin-bottom: 10px;
	position: relative;
	font-style: italic;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
align-items: stretch;
	font-size: 80%;
	flex: 1;
}
.feedback-txt p {
	display:block;
	color: #101b23;
	padding-bottom: 0;
}
.feedback-autor {
	clear: both;
	margin: 6px 0 16px;
}
.feedback-name {
	padding: 10px 0 0 170px;
	min-height: 110px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	font-size: 80%;
	line-height: 120%;
	flex-direction: column;
	justify-content: center;
}
.feedback-txt:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #D1D3D4;
	bottom: -10px;
	left: 80px;
}
.feedback-name span {
	display: block;
}
.main-services li, .main-team .team-crew  {
	padding: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: column;
	text-decoration: none;
	border: none;
	position: relative;
	width: 100%;
}

.main-services li a:before, .main-services li .like-a:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	/*background-color: #fff;*/
	/*margin-top: -70px;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}
.service-line {
	display: flex;
	flex-direction: row;
	flex: 1;
	padding-left: 140px;
}
.service-title {
	display: flex;
	flex-direction: column;
	text-align: left;
	flex: 1;
	justify-content: center;
	font-size: 120%;
	line-height: 120%;
}
.service-resume {
	font-size: 74%;
	line-height: 120%;
}
@media screen and (max-width: 1100px) {
	.main .wrapper {
		padding: 0 2vw 80px;
	}
	.service-resume {
		display: none;
	}
}
.service-price {
	display: flex;
	flex-direction: column;
	text-align: right;
	color: #f3b100;
	padding-left: 20px;
	padding-right: 20px;
}
.service-more:not(.service-resume) {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5vw 2vw 40px;
	/*max-width: calc(100% - 160px);*/
	height: calc(100% - 100px);
	background-color: #344E63;
	color: #fff;
	font-size: 72%;
	line-height: 120%;
}
.service-desc {
	padding-left: 140px;
	font-size: 80%;
	position: relative;
	display: flex;
	align-items: baseline;
}
.service-line + .service-desc {
	margin-top: 30px;
}
.service-desc:before {
	display: block;
	content: "";
	height: 1px;
	width: 10px;
	border: 4px solid transparent;
	border-left-color: #f3b100;
	position: absolute;
	left: 125px;
	border-left-width: 8px;
	top: 5px;
}

@media screen and (max-width: 890px) {
	.service-resume, .sublogo-line {
		display: none;
	}

	.service-more {
		/*text-align: center;*/
		padding-top: 0;
	}
	.service-more .strong {
		display: none;
	}
}

.main-services li label {
	outline:none;
	-webkit-transition: background-color 0s linear;
	-moz-transition: background-color 0s linear;
	-o-transition: background-color 0s linear;
	-ms-transition: background-color 0s linear;
	transition: background-color 0s linear;
}
.main-services li input:checked + label.like-a {
	background-color: #344E63;
}
.service-more .service-line {
	padding-top: 7px;
	padding-bottom: 7px;
}
.service-more .service-line:nth-of-type(even) {
	background-color: #506577;
}
.main-services li input:checked ~ .service-more .service-line:first-of-type {
	border-top: 2px solid #fff;
	padding-top: 25px;
}
.main-services li input:not(:checked) ~ .service-more {
	display: none;
}
.main-services li input:checked ~ label .service-resume:not(.service-collaps), .main-services li input:not(:checked) ~ label .service-collaps {
	display: none;
}


.service-fasade a:before, .service-fasade .like-a:before, .main-services .like-a:before {
	background-image: url("../images/services001.svg");
}
.service-montage a:before, .service-montage .like-a:before {
	background-image: url("../images/services002.svg");
}
.service-antidust a:before, .service-antidust .like-a:before {
	background-image: url("../images/services003.svg");
}
.service-winter a:before, .service-winter .like-a:before {
	background-image: url("../images/services004.svg");
}
.service-arbory a:before, .service-arbory .like-a:before {
	background-image: url("../images/services005.svg");
}
.service-painting a:before, .service-painting .like-a:before {
	background-image: url("../images/services006.svg");
}
.service-germety a:before, .service-germety .like-a:before {
	background-image: url("../images/services007.svg");
}
.service-clearing a:before, .service-clearing .like-a:before {
	background-image: url("../images/services008.svg");
}
.service-window a:before, .service-window .like-a:before {
	background-image: url("../images/services009.svg");
}
.service-onehour a:before, .service-onehour .like-a:before {
	background-image: url("../images/services010.svg");
}



.main-services li a, .main-services li .like-a {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex: 1;
	flex-direction: row;
	position: relative;
	overflow: visible;
	padding: 0.5vw 2vw;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	/*background-color: #fff;*/
	color: #fff;
	font-size: 80%;
	line-height: 120%;
	min-height: 100px;
}
.main-services li a .strong, .main-services li .like-a .strong {
	font-size: 120%;
	padding-bottom: 10px;
}
.main-team .team-crew {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.crew-name {
	margin: 10px 0;
	font-weight: 600;
	font-size: 90%;
	text-align: center;
}
.crew-nick, .phone-label {
	font-weight: 600;
	font-size: 140%;
}
.phone-label {
	padding: 60px 0 16px;
}
.footer-phone:first-of-type .phone-label {
	padding-top: 0;
}
.phone-value {
	font-weight: 600;
	padding-bottom: 3px;
	text-decoration: none;
}
.footer-phone .mail-value {
	font-size: 90%;
	border-color: transparent;
}
.mail-value:hover {
	border-bottom-color: #fff;
}
.crew-nick:before, .crew-nick:after {
	display: inline;
	content: "«";
}
.crew-nick:after {
	content: "»";
}
.footer-phone {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.crew-photo {
	width: calc(24vw - 36px);
	height: calc(24vw - 38px);
	min-width: 200px;
	min-height: 200px;
	max-width: 280px;
	max-height: 280px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 300px;
	border: 7px solid #fff;
}
.feedback-photo {
	display: block;
	position: absolute;
	left: 35px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 300px;
	border: 5px solid #fff;
}
.feedback-01 .feedback-photo {
	background-image: url("../images/feedback001.jpg");
}
.feedback-02 .feedback-photo {
	background-image: url("../images/feedback002.jpg");
}
.feedback-03 .feedback-photo {
	background-image: url("../images/feedback003.jpg");
}
.feedback-04 .feedback-photo {
	background-image: url("../images/feedback004.jpg");
}
.crew-photo:hover, .feedback-photo {
	margin: 5 0 15px;
	-webkit-box-shadow: 0px 10px 16px 0px rgba(0,27,36,0.3);
	-moz-box-shadow: 0px 10px 16px 0px rgba(0,27,36,0.3);
	box-shadow: 0px 10px 16px 0px rgba(0,27,36,0.3);
}
.feedback-photo {
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,27,36,0.14);
	-moz-box-shadow: 0px 5px 8px 0px rgba(0,27,36,0.14);
	box-shadow: 0px 5px 8px 0px rgba(0,27,36,0.14);
}
.crew-photo-001 {
	background-image: url("../images/team001.jpg");
}
.crew-photo-002 {
	background-image: url("../images/team002.jpg");
}
.crew-photo-003 {
	background-image: url("../images/team003.jpg");
}
.crew-photo-004 {
	background-image: url("../images/team004.jpg");
}
.crew-photo-005 {
	background-image: url("../images/team005.jpg");
}
.crew-photo-006 {
	background-image: url("../images/team006.jpg");
}
.crew-photo-007 {
	background-image: url("../images/team007.jpg");
}
.crew-photo-008 {
	background-image: url("../images/team008.jpg");
}
.feature-country {
	background-image: url("../images/icon-country.svg");
}
.feature-thumbup {
	background-image: url("../images/icon-thumbup.svg");
}
.feature-objects {
	background-image: url("../images/icon-objects.svg");
}
.feature-quality {
	background-image: url("../images/icon-quality.svg");
}
.feature-service {
	background-image: url("../images/icon-service.svg");
}
.feature-experis {
	background-image: url("../images/icon-experis.svg");
}


.main-team {
	background-image: url(../images/crew.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main-skills {
	background-color: #fff;
}
.skills-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.works {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.works li {
	margin: 1%;
	width: 48%;
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #C3C9CB;
	min-height: 27vw;
}
ul.works li .work-txt {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	font-size: 72%;
	line-height: 125%;
	font-weight: 300;
	padding: 20px;
	color: #132640;
}
ul.works li .work-txt .strong {
	font-weight: 300;
	font-size: 140%;
	line-height: 128%;
	padding-bottom: 12px;
}
ul.works li .work-img {
	display: block;
	width: 27vw;
	height: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (min-width: 1440px) {
	ul.works li {
		min-height: 400px;
	}
	ul.works li .work-img {
		width: 400px;
	}
}

.works-001 .work-img {
	background-image: url("../images/object001.jpg");
}
.works-002 .work-img {
	background-image: url("../images/object002.jpg");
}
.works-003 .work-img {
	background-image: url("../images/object003.jpg");
}
.works-004 .work-img {
	background-image: url("../images/object004.jpg");
}
.works-005 .work-img {
	background-image: url("../images/object005.jpg");
}
.works-006 .work-img {
	background-image: url("../images/object006.jpg");
}

.footer + .footer {
	padding-top: 0px;
	font-size: 60%;
	line-height: 130%;
}
.footer + .footer span {
	white-space: nowrap;
	padding-right: 10px;
}
.footer + .footer .wrapper {
	justify-content: flex-start;
}

@media screen and (min-width: 1221px) {
	#gramfeed li:first-of-type .gallery-img {
		width: 300px;
		height: 300px;
	}
	#gramfeed li:last-of-type .gallery-img {
		display: none;
	}
}
.footer {
	background-color: #060607;
}
.main-feedback {
	background-color: #fff;
	color: #101b23;
}
.main-feedback h2, .main-skills h2 {
	color: #101b23;
}

.main-contacts {
	background-image: url("../images/map.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.footer {
	padding: 50px 0 24px;
}
.footer .wrapper {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer .logo {
	max-width: 350px;
	height: 80px;
	margin: 0;
	min-height: 62px;
	border: none;
	min-width: 350px;
}
.footer ul {
	margin: 40px 20px 0;
}
.rightline-footer ul {
	margin-right: 0;
	flex-direction: row-reverse;
}
.contactline-footer, .rightline-footer {
	flex: 1;
}
@media screen and (max-width: 1375px) {
	.social li a {
		margin-left: 1vw;
	}
}

@media screen and (max-width: 1375px) and (min-width: 891px) {
	body, html {
		font-size: 1.6vw;
		/*line-height: 2.3vw;*/
	}
	h2, h3 {
		font-size: 3.5vw;
		/*line-height: 4vw;*/
	}
	.topline .main-menu {
		margin-right: 10vw;
		font-size: 1.7vw;
	}
	.social li a {
		width: 3.6vw;
		height: 3.6vw;
		/*margin-left: 1vw;*/
	}
	.logo {
		width: 59vw;
		height: 16vw;
	}
	.key-line-item {
		font-size: 3vw;
	}
}
@media screen and (max-width: 1220px) {
	.skills-wrapper {
		flex-direction: column;
	}
	.gallery-img {
		width: calc(20vw - 28px);
		height: calc(20vw - 28px);
	}
}
	.header {
		display: flex;
		min-height: 100vh;
		/*min-height: 98.5vh;*/
	}
@media screen and (min-width: 891px) {
	.footer .main-menu a {
		margin-top: 8px;
		margin-bottom: 8px;
		display: inline-block;
		border-bottom: 1px solid transparent;
	}
	.sublogo-line {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}
	.manifest-line {
		padding-right: 50px;
		align-items: flex-end;
		display: flex;
		flex-direction: column;
	}
	.key-line {
		flex: 1;
	}
	.main-menu a:hover {
		border-bottom: 1px solid;
	}
	.main-menu ul .pasha {
		border-left: 1px solid #2E69B9;
		margin-right: 10px;
	}

	.contactline-footer, .footer + .footer span {
		/*margin-left: 104px;*/
	}
	.footer .logo {
		/*margin-left: -104px;*/
		background-position: left top;
	}
	.footer .main-menu {
		text-align: center;
	}
	.rightline-footer {
		text-align: right;
	}
}
@media screen and (max-width: 890px) {
	body, html {
		font-size: 3.5vw;
		/*line-height: 4.6vw;*/
	}
	h2, h3 {
		font-size: 10vw;
	}
	.main-features li, .skills-works li a {
		min-width: auto;
	}
	#menu-opener:not(:checked)  {
	}
	#menu-opener:checked  {
	}
	.header .topmail {
		margin-right: 30px;
	}
	.topline {
		flex-direction: column;
	}
	.topline .main-menu {
		margin: 0;
		flex-direction: column;
	}
	.topline .main-menu a {
		padding: 10px 0;
		display: block;
		color: #fff;
	}

	.service-more .service-line, .service-desc {
		padding-left: 2vw;
	}
	.service-desc:before {
		left: 0;
		border: 1.2vw solid transparent;
		border-left-color: #f3b100;
		top: auto;
	}


	/*	.social li a[href*="vk.com"] {
            background-image: url("../images/icon-vk-fff.svg");
        }
        .social li a[href*="facebook.com"] {
            background-image: url("../images/icon-fb-fff.svg");
        }
        .social li a[href*="t.me"] {
            background-image: url("../images/icon-tg-fff.svg");
        }
        .social li a[href*="instagram.com"] {
            background-image: url("../images/icon-ig-fff.svg");
        }
    */	label[for="menu-opener"] {
		/*display: block;*/
	display: none;
		height: 22px;
		width: 30px;
		border-bottom: 2px solid #fff;
		position: absolute;
		top:46px;
		right: 30px;
		z-index: 1001;
	}
	label[for="menu-opener"]:before, label[for="menu-opener"]:after {
		width: 100%;
		height: 1px;
		top:0;
		right: 0;
		content: " ";
		display: block;
		border-top: 2px solid #fff;
		position: absolute;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	label[for="menu-opener"]:after {
		top: 50%;
	}
	.topline {
		/*position: absolute;
		top:0;
		left: 0;
		width: 80%;
		padding: 10%;*/
		margin: 0 -30px 30px;
		padding: 40px 30px 16px;
		align-items: flex-start;
	}
	.social li a {
		/*margin: 0 14px 0 0;*/
	}
	#menu-opener:checked ~ .topline {
		background-color: rgba(255,120,0,0.9);
	}
	#menu-opener:checked ~ .topline label[for="menu-opener"] {
		border-bottom: none;
	}
	#menu-opener:checked ~ .topline label[for="menu-opener"]:before {
		transform: rotate(45deg);
		top: 50%;
	}
	#menu-opener:checked ~ .topline label[for="menu-opener"]:after {
		transform: rotate(-45deg);
	}
	.key-line-item {
		font-size: 5vw;
	}
	.key-line-item a, .key-line-video label {
		border-radius: 100px;
		border: 2px solid #fff;
		flex-direction: row-reverse;
		padding: 20px 5px;
		width: 100%;
	}
	.key-line-item a:after, .key-line-video label:after {
		margin-right: 16px;
	}
	.key-line-photo:before, .key-line-photo a:before  {
		right: auto;
		left: 44px;
	}
	.key-line-photo:before  {
		left: 64px;
		top: 34px;
	}
	.popup-opener-video:before {
		left: 47px;
	}
	.key-line-contact a {
		/*text-indent: 70px;*/
		display: flex;
		flex-direction: row;
		align-items: center;

	}
	.key-line-contact a:before {
		display: inline-block;
		content: " ";
		height: 54px;
		width: 54px;
		/*border: 2px solid #fff;*/
		border-radius: 54px;
		margin-left: 18px;
		background-image: url("../images/icon-phone.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-right: 18px;
	}
	.key-line-contact a:hover:before {
		background-image: url("../images/icon-phone-black.svg");
	}
	/*.main-features ul,*/ .main-services ul {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.main-services li {
		width: auto;
	}
	.main-services li:before, .skills-works li a {
		min-height: 45vw;
	}
	ul.works {
		flex-direction: column;
		flex: 1;
	}
	ul.works li {
		width: auto;
	}
	.skills-works, .skills-photos {
		margin:  30px 0 60px;
	}
	.gallery-img {
		width: calc(33.33vw - 26px);
		height: calc(33.33vw - 26px);
	}
	#gramfeed li:last-of-type .gallery-img {
		display: none;
	}
	.main-contacts {
		background-image: url(../images/map-m.jpg);
		background-position: center right;
	}
	.footer .logo {
		background-position: center;
	}
	.footer .main-menu {
		width: 100%;
		justify-content: space-between;
		/*justify-content: space-evenly;*/
	}
	.footer .wrapper, .contactline-footer, .footer .main-menu  {
		flex-direction: column;
		align-items: center;
	}
	.footer ul {
		margin: 20px 0 0;
	}
	.contactline-footer, .footer .main-menu, .right-footer-contacts, .rightline-footer {
		text-align: center;
	}
	.footer .main-menu li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer .social {
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	.phone-value, .footer .mail-value {
		font-size: 4.5vw;
		line-height: 4.5vw;
	}
}
.footer .key-line {
	margin: 2vw 0;
	display: flex;
	align-items: center;
	width: max-content;
	padding: 0 10px;
}
.footer .key-line h4 {
	font-size: 18px;
}
.footer .key-line-order label {
	padding: 12px 60px;
}
.footer .key-line-order label.popup-opener-video {
	margin: 10px 0;
}
.footer-text h3 {
	font-size: 24px;
	font-weight: normal;
}
@media screen and (max-width: 580px) {
	.footer .key-line {
		flex-direction: column;
		padding-top: 20px;
	}
}
.footer-text {
	max-width: 580px;
}

.prdownload a span:last-child {
  display:none;
}
@media screen and (max-width: 620px) {
	.footer .phone-value, .footer .mail-value {
		font-size: 28px;
		/*line-height: 44px;*/
	}
	.prdownload a {
		font-size: 16px;
		/*line-height: 24px;*/
	}
}

.popup-wrapper {
	display: none;
	align-items: flex-start;
}
#popup-opener:checked ~ .popup-wrapper {
	z-index: 16000000;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(10,10,20,0.6);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: auto;
	top: 0;
	left: 0;
}
#popup-opener:checked ~ .body {
	webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	filter: blur(6px);
}
.popup {
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 40px 60px 30px;
	padding: 40px 60px 30px;
	min-width: 300px;
	max-width: 100vw;
	max-height: 100vh;
}
.popup-within-youtube {
	padding: 0;
}

.popup-youtube {
	padding: 0;
	width: calc(100vw - 140px);
	height: calc(100vh - 100px);
}
.popup-within-youtube, .popup-youtube iframe, .popup-youtube .plyr, .popup-youtube .plyr__video-wrapper, .popup-youtube {
	min-width: auto;
	max-width: 1000px;
	max-height: 560px;
	background: transparent;
}

@media screen and (max-width: 177vh) and (max-width: 1200px) {
	.popup-youtube iframe, .popup-youtube .plyr, .popup-youtube .plyr__video-wrapper, .popup-youtube {
		max-height: calc(56vw - 78px);
	}
}
@media screen and (max-height: 56vw) and (max-height: 745px) {
	.popup-within-youtube, .popup-youtube .plyr, .popup-youtube .plyr__video-wrapper, .popup-youtube iframe, .popup-youtube {
		max-width: calc(177vh - 140px);
	}
}

#sprite-plyr {
	display: none;
}
@media screen and (max-height: 450px) {
	.sublogo-line {display: none;}
}


.popup-header h4 span {
	display: block;
}
.popup-closer {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 30px;
	height: 30px;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
}
.popup-closer:before, .popup-closer:after {
	position: absolute;
	width: 100%;
	height: 1px;
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	content: " ";
	display: block;
	border-top: 2px solid #aaa;
}
.popup-closer:after {
	transform: rotate(-45deg);
}
.popup-within-youtube .popup-closer {
	z-index: 999;
	right:-32px;
	top: -32px;
}
.plyr__control--overlaid {
	zoom: 1.6;
}
.popup-closer:hover:before, .popup-closer:hover:after {
	border-color: #000;
}
.popup-within-youtube .popup-closer:hover:before, .popup-within-youtube .popup-closer:hover:after {
	border-color: #fff;
}
.popup p, .popup h4, .popup-fields input {
	color: #000;
}
.popup p.popup-subhead, .order-form-privacy {
	color: #aaa;
}

.popup-fields-item {
	position: relative;
}
.popup-fields input {
	padding: 28px 20px 12px;
	display: block;
	width: 100%;
	margin: 15px 0;
	border: solid 1px #aaa !important;
}
.popup-fields-item label {
	position: absolute;
	top: 22px;
	left: 22px;
}
.popup-fields-item input:valid ~ label, .popup-fields-item input:focus ~ label {
	font-size: 12px;
	top: 8px;
	color:#0655A1;
}
.popup .key-line {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
.popup .key-line .order-form-submit {
	background-color: #999;
	margin-top: 14px;
	padding: 14px 50px;
}
.popup .key-line .order-form-submit:hover {
	background-color:#0655A1;
}
.order-form-privacy {
	font-size: 14px;
	margin-right: 0 !important;
	max-width: 280px;
	line-height: normal;
}

.form__wrapper {
	max-width: 800px;
	padding-bottom: 40px !important;
}
#form-contact input, #form-contact textarea {
	color: #042539;
	padding: 10px;
}
.form-title, .form-message {
	text-align: center;
}
.form-message {
	font-weight: bold;
	font-weight: 600;
	color: #DDA022 !important;
}
.form-inputs, .form-textarea {
	margin: 20px 0;
}
.form-textarea textarea {
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	min-width: calc(100% - 20px);
}

.form-input__button {
	background-color: #D99F16;
	border: 1px solid #D99F16;
	cursor: pointer;
	width: 100%;
}
.form-input__button:hover {
	border: 1px solid #fff;
	color: #fff !important;
}
.form-input__button:active {
	margin-top: 2px;
	background-color: #bd7f00;
}
.form-input__name {
	width: 100%;
}
@media screen and (min-width: 770px) {
	.form-inputs {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media screen and (max-width: 769px) {
	.form-input__name {
		width: calc(100% - 20px);
		margin-bottom: 20px;
	}
	.input-phone {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.input-phone span {
		padding-right: 10px;
	}
	.form-input__phone {
		width: 100%;
	}
}

@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 780px) {
}
@media only screen and (min-width: 320px) {

  /* Small screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  /* Small screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 700px) {

  /* Medium screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 

  /* Medium screen, retina, stuff to override above media query */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 699px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 699px),
only screen and (                min-resolution: 192dpi) and (max-width: 699px),
only screen and (                min-resolution: 2dppx)  and (max-width: 699px) { 

  /* Medium screen, retina, stuff to override above media query */
	.wrapper {
		//zoom:80%;
	}
}

@media only screen and (min-width: 1300px) {

  /* Large screen, non-retina
	.popup-within-youtube, .popup-youtube iframe, .popup-youtube {
		width: 90%;
	}*/
}
@media only screen and (min-width: 2000px) {
	.wrapper {
		//zoom:140%;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1600px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1600px),
only screen and (                min-resolution: 192dpi) and (min-width: 1600px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1600px) { 

  /* Large screen, retina, stuff to override above media query */
	.wrapper {
	/*	
		zoom:140%;
	 */
	}
	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx)
{

}


