@media screen and (max-width: 1218px){

p.sgl {
    margin-top: -20px;
    margin-bottom: 10px;
    color: #A9A9A9!important;
}

*{
	margin: 0;
	padding: 0;
}

/* Шрифты не скачут! */
html * {
	max-height:1000000px;
}
/* /Шрифты не скачут! */

body{
	min-width: 672px;
	font: 14px "PTS55F", sans-serif;
	background: #fff;
	color: #000;
}

li{list-style-type: none;}
span, a{
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	line-height: 1;
	color: #323232;
}
h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	line-height: 1;
}
input, button, textarea{
	outline: none;
	border: none;
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {-moz-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="submit"]{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

@font-face {
    font-family: "BebasNeueBold";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "BebasNeueBook";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Book.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Book.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "BebasNeueLight";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeueLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "BebasNeueRegular";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "BebasNeueThin";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Thin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Bebas-Neue-font/bebas/TTF's/BebasNeue Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PTS55F";
    font-display: swap;
    src: url("../fonts/Pt-Sans-font/PTS55F.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Pt-Sans-font/PTS55F.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTS56F";
    font-display: swap;
    src: url("../fonts/Pt-Sans-font/PTS56F.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Pt-Sans-font/PTS56F.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTS75F";
    font-display: swap;
    src: url("../fonts/Pt-Sans-font/PTS75F.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Pt-Sans-font/PTS75F.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTS76F";
    font-display: swap;
    src: url("../fonts/Pt-Sans-font/PTS76F.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Pt-Sans-font/PTS76F.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* Убираем значок скайпа */
.skype_c2c_print_container.notranslate{display: block !important;}
.skype_c2c_menu_container{display: none !important;}
#skype_c2c_container{display: none !important;}
/* /Убираем значок скайпа */

.clear{clear: both;}
h2{
	font: 30px "BebasNeueBold";
	text-transform: uppercase;
	color: #393939;
	letter-spacing: 0.2px;
}
h2::after{
	display: block;
	margin-top: 9px;
	content: '';
	width: 93px;
	height: 3px;
	background: #71BC3F;
}

.container{
	margin: 0 auto;
	padding: 0 16px;
	width: 800px;
}

.header .container{padding: 15px 16px;}
.header .logo img{width: 80px;}
.header .line{
	display: inline-block;
	margin: 0 8px 0 11px;
	width: 2px;
	height: 60px;
	vertical-align: top;
	background-color: #71BC3F;
}
.header .site-name{
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
	width: 174px;
	color: #070707;
}
.header .site-name p{font: 22px/30px "BebasNeueRegular";}
.header .site-name p br{display: none;}
.header .address{
	display: inline-block;
	margin: 4px 0 0 5px;
	width: 210px;
	vertical-align: top;
	font: 18px "BebasNeueBook";
	color: #000;
}
.header .rezhim {
    display: inline-block;
    margin: 4px 0 0 10px;
    width: 130px;
    vertical-align: top;
    font: 21px "BebasNeueBook";
    color: #000;
}
.header .address img{
	float: left;
	margin-top: 1px;
	vertical-align: top;
	width: 20px;
}
.header .address .address-text{
	float: right;
	margin-left: 5px;
	width: 180px;
}
.header .address .address-text p{display: inline-block;}
.header .address .address-text p + p{line-height: 20px;}
.header .address .address-text a{
	color: #3083bd;
	border-bottom: 1px solid #3083bd;
}
.header .address .address-text a:hover{border-color: transparent;}
.header .phone{
	float: right;
	margin-top: 0;
	font: 23px "BebasNeueBold";
	color: #333;
	text-align: right;
	letter-spacing: 0.3px;
}
.header .phone .order_call{
	display: inline-block;
	margin-top: 5px;
	padding: 0 15px 0 38px;
	height: 26px;
	background: #71BC3F url(../images/phone.png) no-repeat 14px center;
	border-radius: 2px;
	font: 12px/26px "PTS75F";
	color: #fff;
	letter-spacing: 0.2px;
	cursor: pointer;
	border-bottom: 2px solid #53892F;
}
.header .phone .order_call span{display: none;}


.main-screen{
	background: url(../images/main_screen.jpg) no-repeat center top;
	background-size: cover;
	min-height: 380px;
}
.main-screen .container{padding: 30px 16px;}
.main-screen .main-text{
	float: right;
	margin-left: 115px;
	width: auto;
}
.main-screen .main-text h1{
	font: 52px "BebasNeueBold";
	margin-bottom: 14px;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 0.9px;
}
.main-screen .main-text h1 br{display: none;}
.main-screen .main-text h1 span{color: #71bc3f;}
.main-screen .main-text h3{
	font: 30px/35px "BebasNeueBold";
	letter-spacing: 0.5px;
	color: #333333;
}
.main-screen .main-text h3 span{color: #53892f;}

.application.application-main{box-shadow: 0 4px 5px rgba(58,59,59, 0.25), inset 0 1px 2px rgba(167, 169, 169, 0.56);}
.application{
	margin: 25px auto 0;
	padding: 10px 15px 15px;
	width: 610px;
	background-color: rgba(253,252,251,0.70);
	border-radius: 2px;
	text-align: center;
}
.application p{
	font: 12px "PTS55F";
	color: #393939;
}
.application p span{
	font: 19px "PTS75F";
	color: #393939;
}
.application form{margin-top: 25px;}
.application input{border-radius: 4px;}
.application input[type="text"], .application input[type="tel"]{
	margin-right: 10px;
	padding: 0 40px;
	height: 45px;
	width: 180px;
	background: #fff url(../images/phone-gray.png) no-repeat 17px center;
	box-shadow: inset 0 1px 5px rgba(0,0,0, 0.4);
	color: #333;
	font: 18px "PTS55F";
}
.application input[type="submit"], #formMain input#button, #formMainV input#button {
	padding: 0 0 0 30px;
	height: 45px;
	width: 335px;
	font: 17px "PTS75F";
	background: #71BC3F url(../images/people.png) no-repeat 13px center;
	color: #FBFBFB;
	vertical-align: bottom;
	border-bottom: 3px solid #53892F;
}
.application input[type="submit"]:hover{background-color: #63B027;}
input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
	color: #A7A7A7;
	font: 18px "PTS55F";
	opacity: 1;
}
input[type="submit"]::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A7A7A7;
	font-size: 18px "PTS55F";
	opacity: 1;
}
input[type="submit"]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #A7A7A7;
	font-size: 18px "PTS55F";
	opacity: 1;
}
input[type="submit"]::-o-placeholder { /* Opera */
	color: #A7A7A7;
	font-size: 18px "PTS55F";
	opacity: 1;
}


.products .container{padding: 30px 16px;}
.products .wr-products{
	display: block;
	margin-top: 10px;
	text-align: center;
}
.products .product-item{
	display: inline-table;
	margin: 20px 10px 0;
	padding: 12px 0 20px;
	width: 242px;
	border: 1px solid #E7E8E8;
	text-align: left;
	vertical-align: top;
	text-align: center;
}
.products .product-item .photo{
	height: 130px;
	line-height: 140px;
}
.products .product-item .photo img{
	max-width: 260px;
	max-height: 130px;
	vertical-align: middle;
}
.products .product-item .description{
	margin-top: 24px;
	padding: 0 28px;
}
.products .product-item .description .title{
	font: 20px/1 "BebasNeueBold";
	color: #393939;
}
.products .product-item .description table{
	margin-top: 14px;
	text-align: left;
}
.products .product-item .description table th{
	font-weight: normal;
	padding: 2px 5px 2px 0;
	width: 84px;
}
.products .product-item .description .price-month{
	margin-top: 10px;
	text-align: left;
}
.products .product-item .description .price-month .name{
	display: inline-block;
	margin-top: 8px;
}
.products .product-item .description .price-month .price{
	position: relative;
	float: right;
	margin-right: 12px;
	padding: 0 28px 0 12px;
	height: 32px;
	width: auto;
	line-height: 2.2;
	background: #E8FCBF;
	border-radius: 20px;
}
.products .product-item .description .price-month .price span{
	display: inline-block;
	position: absolute;
	top: -9px;
	right: -16px;
	padding: 5px;
	background: #AED582;
	border-radius: 50%;
	color: #fff;
	line-height: 18px;
}
.products .product-item .order-product{
	display: inline-block;
	margin-top: 18px;
	padding: 0 15px;
	min-width: 136px;
	max-width: 166px;
	height: 28px;
	background: #71BC3F;
	border-radius: 2px;
	font: 12px/27px "PTS75F";
	color: #fff;
	letter-spacing: 0.2px;
	cursor: pointer;
	border-bottom: 3px solid #53892F;
}
.products .product-item .order-product:hover{background-color: #63B027;}
.products .prices_to_site{
	margin: 20px 60px 0;
	font-size: 16px;
	text-align: center;
}


.advantages .slider{width: 100%;}
.advantages .slide{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/slides/slide-1.webp) no-repeat center top;
	background-size: cover;
	text-align: center;
	text-transform: uppercase;
	color: #FBFBFB;
}
.advantages .slide h3{
	display: block;
	margin-top: 115px;
	font: 64px/80px "BebasNeueBold";

}


.works{background: none;}
.works .container{
	padding: 30px 16px;
	text-align: center;
}
.works h2{
	font-size: 34px;
	text-align: left;
}
.works .work-top{margin-top: 40px;}
.works .work-bottom{margin-top: 30px;}
.works .work-item{
	display: inline-block;
	margin: 0 15px;
	width: 280px;
	text-align: center;
	vertical-align: top;
}
.works .work-item.work-2 img{transition: all 0.9s;}
.works .work-item.work-3 img{transition: all 1.3s;}
.works .work-item.work-4 img{transition: all 2s;}
.works .work-item img{
	transition: all 0.4s;
	opacity: 0;
}
.works .work-item p{
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
}
.works .work-item p br{display: none;}
.works .work-text{
	position: relative;
	margin: 35px auto 0;
	padding: 18px 15px 25px;
	width: 450px;
	border: 1px solid #14D100;
	border-radius: 9px;
}
.works .work-text p{
	line-height: 22px;
	font-size: 16px;
	text-align: center;
}
.works .work-text img{
	position: absolute;
	bottom: 6px;
	right: 27px;
}


.main-video{
	background: url(../images/bg-video.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	transition: all 0.8s;
	cursor: pointer;
}
.main-video:hover{opacity: 0.87;}
.main-video .container{min-height: 400px;}
.main-video .video{
	display: inline-block;
	margin: 100px 0 0 75px;
	width: 520px;
	line-height: 200px;
}
.main-video .video img{
	display: inline-block;
	vertical-align: middle;
	transition: all 0.8s;
}
.main-video:hover img{transform: rotate3d(1,0,1,360deg) scale(1.3);}
.main-video .video h3{
	display: inline-block;
	margin-left: 30px;
	font: 40px/52px "BebasNeueBold";
	letter-spacing: 0.2px;
	vertical-align: middle;
}


.about-clients .container{padding: 30px 16px;}
.about-clients .advantages{text-align: center;}
.about-clients .advantages-item{
	display: inline-block;
	margin: 15px 5px 0 10px;
	width: 110px;
	vertical-align: top;
	color: #333;
}
.about-clients .advantages-item .photo{
	margin-bottom: 0;
	line-height: 100px;
	text-align: center;
}
.about-clients .advantages-item .photo img{
	vertical-align: middle;
	width: 60px;
}
.about-clients .advantages-item .name{font: 30px "BebasNeueBold";}
.about-clients .advantages-item .text{font: 14px/20px "PTS55F";}

.about-clients .about-items{margin: 35px 0 20px;}
.about-clients .about-items .about-item{margin-top: 35px;}
.about-clients .about-items .about-photos{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.about-clients .about-photos .photos-top img + img{margin-left: 16px;}
.about-clients .about-photos .photos-top img{
	display: inline-block;
	width: 200px;
	height: 197px;
}
.about-clients .about-photos .photos-bottom{margin-top: 16px;}
.about-clients .about-photos .photos-bottom .photo-left{
	display: inline-block;
	width: 200px;
	height: 197px;
	vertical-align: middle;
}
.about-clients .photos-bottom .about-video{
	position: relative;
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	transition: all 0.8s;
	cursor: pointer;
}
.about-clients .photos-bottom .about-video:hover{opacity: 0.8;}
.about-clients .photos-bottom .about-video img{
	width: 420px;
	height: 250px;
}
.about-clients .photos-bottom .about-video .look-review{
	position: absolute;
	top: 102px;
	left: 160px;
}
.about-clients .photos-bottom .about-video .look-review img{
	display: inline-block;
	margin-right: 8px;
	width: 35px;
	height: auto;
	vertical-align: middle;
	transition: all 0.8s;
}
.about-clients .photos-bottom .about-video:hover .look-review img{transform: rotate3d(1,0,1,360deg) scale(1.3);}
.about-clients .photos-bottom .about-video .look-review p{
	display: inline-block;
	width: 120px;
	vertical-align: middle;
	font: 18px "PTS75F";
	color: #fff;
}

.about-clients .about-items .about-text{
	position: relative;
	bottom: 0;
	float: right;
	margin-top: 15px;
	width: 100%;
}
.about-clients .about-items .about-text h3{
	margin-bottom: 15px;
	font: 32px/44px "BebasNeueBold";
	color: #333;
}
.about-clients .about-items .about-text h3 span{color: #53892F;}
.about-clients .about-items .about-text .installation{
	margin-bottom: 20px;
	font: 24px "BebasNeueBold";
	color: #0D8800;
}
.about-clients .about-items .about-text .text{
	margin-top: 16px;
	line-height: 17px;
}
.about-clients .about-items .about-text .text br{display: none;}
.about-clients .about-item.about-items-middle .about-text{float: left;}
.about-clients .about-item.about-items-middle .about-photos{float: right;}

.about-clients .about-bottom{
	margin-top: 20px;
	width: 625px;
}
.about-clients .about-bottom h3{
	margin-bottom: 20px;
	font: 34px/44px "BebasNeueBold";
	color: #333;
}
.about-clients .about-bottom h3 span{color: #71BC3F;}
.about-clients .about-bottom .text{
	margin-top: 14px;
	width: 100%;
	font-size: 15.1px;
	line-height: 18px;
}
.about-clients .about-bottom .text br{display: none;}


.about-company .slider .slide{
	min-height: 400px;
	background: url(../images/company-1.jpg) no-repeat center;
	background-size: cover;
}
.about-company .slider .slide.slide-2{
	background: url(../images/company-2.jpg) no-repeat center;
	background-size: cover;
}
.about-company .slider .slide.slide-3{
	background: url(../images/company-3.jpg) no-repeat center;
	background-size: cover;
}
.about-company .slider .slide.slide-4{
	background: url(../images/company-4.jpg) no-repeat center;
	background-size: cover;
}


.where-to-find .container{
	padding: 30px 16px;
	font: 30px "BebasNeueBold";
	color: #333333;
}
.where-to-find .main-address{
	display: inline-block;
	margin-top: 5px;
	margin-left: 0;
	width: 290px;
	vertical-align: top;
}
.where-to-find .address{
	display: inline-block;
	margin: 28px 0 0 0px;
	vertical-align: top;
	font: 20px "BebasNeueBook";
	color: #000;
}
.where-to-find .address img{
	margin-top: 4px;
	vertical-align: top;
}
.where-to-find .address .address-text {
	display: inline-block;
	margin-left: 8px;
}
.where-to-find .address .address-text p {line-height: 28px;}
.where-to-find .address .address-text a{
	display: inline-block;
	text-decoration: underline;
	color: #3083bd;
}
.where-to-find .address .address-text a:hover{text-decoration: none;}
.where-to-find .questions{
	display: inline-block;
	margin-left: 0;
}
.where-to-find .questions .question-manager{
	display: inline-block;
	margin-top: 17px;
	padding: 10px 20px;
	width: 285px;
	font: 20px "PTS75F";
	color: #FBFBFB;
	background: #71BC3F;
	border-radius: 6px;
	border-bottom: 3px solid #53892F;
	cursor: pointer;
	text-align: center;
}
.where-to-find .questions .question-manager:hover{background-color: #63B027;}
.where-to-find .questions p{
	margin-left: 14px;
	line-height: 37px;
	letter-spacing: 1px;
}


.main-map{position: relative;}
.main-map iframe{
	display: block;
	width: 100%;
	height: 400px;
}
.bg-map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.footer .container{padding: 15px 7px;}
.footer .logo img{
	margin-top: 10px;
	width: 80px;
}
.footer .line{
	display: inline-block;
	margin: 10px 8px 0 11px;
	width: 2px;
	height: 60px;
	vertical-align: top;
	background-color: #71BC3F;
}
.footer .site-name{
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	width: 174px;
	color: #070707;
}
.footer .site-name p{font: 22px/30px "BebasNeueRegular";}
.footer .site-name p br{display: none;}
.footer .requisites{
	display: inline-block;
	margin: 0 0 0 18px;
	width: 180px;
	vertical-align: top;
	font: 12px "PTS55F";
}
.footer .requisites li{display: inline-block;}
.footer .requisites a{
	text-decoration: underline;
	color:#3083BD;
}
.footer .requisites a:hover{text-decoration: none;}
.footer .phone{
	float: right;
	margin-top: 10px;
	font: 23px "BebasNeueBold";
	color: #333;
	text-align: right;
	letter-spacing: 0.3px;
}
.footer .phone .order_call{
	display: inline-block;
	margin-top: 5px;
	padding: 0 15px 0 38px;
	height: 26px;
	background: #71BC3F url(../images/phone.png) no-repeat 14px center;
	border-radius: 2px;
	font: 12px/26px "PTS75F";
	color: #fff;
	letter-spacing: 0.2px;
	cursor: pointer;
	border-bottom: 2px solid #53892F;
}
.footer .phone .order_call span{display: none;}


.wr-thank .container{
	padding: 20px 0;
	color: #393939;
}
.wr-thank .thank-left{
	display: inline-block;
	width: 410px;
	vertical-align: top;
}
.wr-thank .thank-left .title{font: 38px/1 "PTS75F";}
.wr-thank .thank-left .description{
	margin-top: 10px;
	font-size: 20px;
	line-height: 25px;
}
.wr-thank .thank-left .description span{font-family: "PTS75F";}
.wr-thank .thank-left .text{
	margin-top: 18px;
	font-size: 16px;
	line-height: 25px;
}
.wr-thank .thank-left .button + .button{margin-left: 15px;}
.wr-thank .thank-left .button{
	display: inline-block;
	margin-top: 30px;
	width: 186px;
	height: 40px;
	background: #71BC3F;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2.5;
	border-bottom: 3px solid #385E1E;
	border-radius: 4px;
	cursor: pointer;
}
.wr-thank .thank-left .button:hover{background: #58A227;}

.wr-thank .thank-right{
	display: inline-block;
	width: 205px;
	margin-top: 5px;
	margin-left: 20px;
	vertical-align: top;
}
.wr-thank .thank-right .people{
	margin-bottom: 30px;
	font-size: 18px;
}
.wr-thank .thank-right .people img{
	width: 100px;
	height: 100px;
}
.wr-thank .thank-right .people .name{
	margin-top: 5px;
	font-family: "PTS75F";
}
.wr-thank .thank-right .people .position{margin-top: 5px;}
.wr-thank .thank-right .people a{
	display: block;
	margin-top: 7px;
	color: #3083bd;
	text-decoration: underline;
}
.v-left .application.application-main {
    width: 100%;
    padding: 10px 0 15px;
}
.container.vakansii {
    padding: 51px 0px 10px;
    width: 90%;
}
.v-right p.name {
    font-size: 20px;
}
}

@media screen and (max-width: 847px){

.container{
	margin: 0 auto;
	padding: 0 16px;
	width: 93%;
}

.container-watch-all {
    text-align: center;
}

.watch-all-descr {
    margin-bottom: 5%;
}

p.dop {
    font-size: 12px;
}

.header .site-name {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    width: 150px;
    color: #070707;
}

.header .site-name p {
    font: 20px/28px "BebasNeueRegular";
}

.header .line {
    margin: 0px 8px 0 5px;
}

.header .rezhim {
    margin: 4px 0 0 5px;
    width: 120px;
}

.header .address {
    width: 170px;
}

.header .address .address-text {
    width: 140px;
}

.products .product-item {
    margin: 10px 5px 0;
    padding: 10px 0 10px;
    width: 30%;
}

.footer .address {
    width: 30%;
}

}

@media screen and (max-width: 847px){

.header .site-name {
    width: 130px;
}

.footer .site-name {
    width: 147px;
}

}