*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}


::-webkit-scrollbar {
    width: 5px;
    margin-right: 0;
}
 
 
::-webkit-scrollbar-track {

    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}
 
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffe300;
    margin-right: 10px;
   
}
::-webkit-scrollbar-thumb:window-inactive {
background: #ffe300;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
a,a:hover,a:active,a:focus{
	text-decoration: none;

	-moz-transition: all 0.2s ease;
	
	-webkit-transition: all 0.2s ease;
	
	transition: all 0.2s ease;
	outline: none;
	cursor: pointer!important;
}
input, textarea, button {
	border: 0;
}
html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	color: #202020;
	position: relative;
	line-height: 1.8;
	font-family: "Roboto Medium", sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	min-width: 320px;
}
.hidden {
	display: none;
}

.padding_0{
	padding: 0;

}
a{
	color: #202020;
}
h1,h2,h3,h4, p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    font-weight: normal;
}
ul>li{
	list-style:none; ;
}
ul{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
        -webkit-padding-start: 0px;
}
header{
	width: 100%;
	display: inline-block;
	min-height: 100vh;
	height: 100%;
	background: transparent;
}
.sw-navigation {
	position: fixed;
	top: 0;
	min-width: 100%;
	height: 73px;
	z-index: 4;
}
.sw-navigation span,
.sw-navigation a {
	color: #202020;
	font-family: 'Roboto Medium';
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
.sw-navigation a.logo {
	position: absolute;
	top: -4px;
	z-index: 5;
}
.sw-navigation a.logo span {
	margin-left: 45px;
	font-size: 18px !important;
}
.sw-navigation a.logo img {
	position: absolute;
	top: -3px;
	height: 38px;
	width: 38px;
}
.sw-navigation a.logo.active,
.sw-navigation a.logo:hover {
	border-bottom: 2px solid transparent;
}
.sw-navigation a.phone {
	position: absolute;
	top: -4px;
	right: 12px;
	font-size: 18px !important;
	z-index: 5;
}
.sw-navigation a.phone.active,
.sw-navigation a.phone:hover {
	border-bottom: 2px solid transparent;
}
.sw-navigation a {
	border-bottom: 2px solid transparent;
	display: inline-block;
	margin: 20px 0 0 20px;
}
.sw-navigation a:hover {
	border-bottom: 2px solid #202020;
}
.sw-navigation a.active {
	border-bottom: 2px solid #202020;
}
.sw-navigation a:first-child {
	display: inline-block;
	margin: 20px 0 0 0;
}
.sw-navigation-white-bg {
	position: fixed;
	/*top: -73px;*/
	border: 0;
	background-image: url('../images/plaster-header-white-bg.png');
	background-position: left top;
	background-size: auto;
	background-repeat: repeat-x;
	opacity: 1;
	min-width: 100%;
	height: 73px;
	z-index: -1;
	outline: none;
}
.sw-navigation-yellow-bg {
	position: fixed;
	/*top: -73px;*/
	border: 0;
	background-image: url('../images/plaster-header-yellow-bg.png');
	background-position: left top;
	background-size: auto;
	background-repeat: repeat-x;
	opacity: 0;
	min-width: 100%;
	height: 73px;
	z-index: -1;
	outline: none;
}
.sw-header-end {
	background-image: url('../images/plaster-bg.png');
	background-position: left bottom;
	background-size: auto;
	background-repeat: repeat-x;
	min-width: 100%;
	min-height: 100vh;
	height: 100%;
}
.sw-header {
	position: relative;
	top: 20vh;
	width: 100%;
	height: 100%;
}
.sw-header h1,
.sw-header h2,
.sw-header p,
.sw-header figure {
	color: #202020;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sw-header h1,
.sw-header h2,
.sw-header p {
	font-family: 'Roboto Medium';
	color: #202020;
	width: 100%;
}
.sw-header h1 {
	font-size: 42px;
	font-weight: 600;
}
.sw-header h2 {
	font-size: 18px;
	letter-spacing: 1px;
}
.sw-header .sw-header-form-body h1 {
	font-size: 32px;
	font-weight: 600;
}
.sw-header .sw-header-form-body h2 {
	font-size: 14px;
	letter-spacing: 1px;
}
.sw-header p {
	font-size: 32px;
	letter-spacing: 1px;
	font-weight: 600;
}
.sw-header figure {
	font-family: 'Roboto Medium';
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
}
.sw-header figure button,
.sw-header figure button:focus,
.sw-header figure button:active {
	position: relative;
	border: 2px solid #202020;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 35px;
	min-width: 120px;
	width: 100%;
	outline: none;
}
.sw-header figure button:hover {
	border: 2px solid #202020;
}
.sw-header-form-body {
	background: #ffffff;
	padding: 50px 40px;
	width: 100%;
	min-height: 100%;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 22px 50px -10px rgba(0,0,0,0.5);/*FF 3.5+*/
	-webkit-box-shadow: 0 22px 50px -10px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 22px 50px -10px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.sw-shutter-in-vertical, .sw-shutter-in-vertical:focus, .sw-shutter-in-vertical:active {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	color: #ffe300;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.sw-shutter-in-vertical:before, .sw-shutter-in-vertical:focus:before, .sw-shutter-in-vertical:active:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #202020;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sw-shutter-in-vertical:hover {
	color: #202020;
}
.sw-shutter-in-vertical:hover:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.sw-counts {
	display: flex;
	align-items: center;
	border: 0;
	background: url('../images/plaster-bg.png') left bottom repeat-x, url('../images/plaster-to-down-bg.png') right top repeat-x;
	min-height: 60vh;
	outline: none;
}
.sw-technology {
	display: flex;
	align-items: center;
	/*background: url('../images/plaster-bg.png') left bottom repeat-x, url('../images/plaster-to-down-bg.png') right top repeat-x;*/
	padding: 50px 0 60px 0;
	/*min-height: 60vh;*/
	height: 100%;
}
.sw-technology figure {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffe300;
	border-radius: 50%;
	color: #ffe300;
	font-size: 24px;
	margin: 0 auto;
	height: 90px;
	width: 90px;
}
.sw-technology span {
	display: block;
	color: #ffe300;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	font-size: 14px;
	letter-spacing: 1px;
	padding: 30px 0;
}
.sw-technology span.texter {
	display: block;
	color: #ffe300;
	text-transform: none;
	font-family: 'Roboto Light';
	font-size: 16px;
	padding: 5px 0;
	text-align: left;
	max-width: 80%;
	margin: 0 auto;
}
.sw-technology span.texter:last-child {
	margin-bottom: 60px;
}
.sw-we-working {
	display: flex;
	align-items: center;
	background: url('../images/plaster-bg.png') left bottom repeat-x, url('../images/plaster-to-down-bg.png') right top repeat-x;
	padding: 100px 0 60px 0;
	/*min-height: 60vh;*/
	height: 100%;
}
.sw-we-working figure {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffe300;
	border-radius: 50%;
	color: #ffe300;
	font-size: 24px;
	margin: 0 auto;
	height: 90px;
	width: 90px;
}
.sw-we-working span {
	display: block;
	color: #ffe300;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	font-size: 14px;
	letter-spacing: 1px;
	padding: 30px 0;
}
.sw-we-working span.texter {
	display: block;
	color: #ffe300;
	text-transform: none;
	font-family: 'Roboto Light';
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 0;
}
.sw-we-working span.texter:last-child {
	margin-bottom: 60px;
}

.spincrement, .sw-yellow-text {
	color: #ffe300;
}

.sw-video-wrapper {
	background: url('../images/plaster-bg.png') left bottom repeat-x, url('../images/plaster-to-down-bg.png') right top repeat-x;
	position: relative;
	width: 100%;
	min-height: 70vh;
	overflow: hidden;
}
.sw-video-bg-layer {
	background: rgba(0,0,0,.65);
	position: relative;
	width: 100%;
	min-height: 70vh;
	overflow: hidden;
}
.sw-video {
	position: absolute;
	width: 110%;
	height: 110%;
	object-fit: cover;
	object-position: -100px;
	z-index: -1;
}

.container .sw-heading-1 {
	font-family: 'Roboto Medium';
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}

.container .sw-paragraph {
	font-family: 'Roboto Light';
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6;
}

.sw-advantages i {
	display: inline-block;
	font-size: 16px;
	width: 30px;
	padding: 5px 0 0 0;
	float: left;
}

.sw-advantages span {
	display: inline-block;
	font-family: 'Roboto Light';
	font-size: 16px;
	padding: 0 0 20px 0;
	width: 90%;
	float: left;
}

.sw-our-works img {
	position: relative;
	display: block;
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	transition: all 0.3s ease;
	z-index: 1;
}

.sw-our-works img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 14px 50px -9px rgba(0,0,0,0.8);/*FF 3.5+*/
	-webkit-box-shadow: 0 14px 50px -9px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 14px 50px -9px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000); /*IE 5.5-7*/
	z-index: 2;
}

.sw-reviews img {
	border: 1px solid transparent;
	border-radius: 50%;
}

.sw-call {
	display: flex;
	align-items: center;
	border: 0;
	background: url('../images/plaster-gray-bg.png') left bottom repeat-x, url('../images/plaster-to-down-bg.png') right top repeat-x;
	min-height: 60vh;
	outline: none;
}

.sw-call input[type=text], .sw-call input[type=tel] {
	border: 2px solid #ffe300;
	background: transparent;
	color: #ffe300;
	text-align: center;
	min-height: 60px;
	min-width: 100%;
}

.sw-call input {
	outline: none;
}
.sw-call input[type=text]::-webkit-input-placeholder       {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=text]::-moz-placeholder                {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=text]:-moz-placeholder                 {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=text]:-ms-input-placeholder            {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=text]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=text]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=text]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=text]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=tel]::-webkit-input-placeholder       {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=tel]::-moz-placeholder                {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:-moz-placeholder                 {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:-ms-input-placeholder            {color: #ffe300;opacity: 1; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.sw-call input[type=tel]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.sw-call input[type=submit] {
	border: 2px solid #ffe300;
	background: transparent;
	color: #ffe300;
	min-height: 60px;
	min-width: 100%;
	transition: all 0.3s ease;
}
.sw-call input[type=submit]:hover {
	border: 2px solid #ffe300;
	background: #ffe300;
	color: #202020;
	min-height: 60px;
	min-width: 100%;
}

.sw-header-call input[type=text], .sw-header-call input[type=tel] {
	border: 2px solid #202020;
	background: transparent;
	color: #202020;
	text-align: center;
	min-height: 60px;
	min-width: 100%;
}

.sw-header-call input {
	outline: none;
}
.sw-header-call input[type=text]::-webkit-input-placeholder       {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]::-moz-placeholder                {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-cheader-all input[type=text]:-moz-placeholder                 {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]:-ms-input-placeholder            {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=text]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]::-webkit-input-placeholder       {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]::-moz-placeholder                {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:-moz-placeholder                 {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:-ms-input-placeholder            {color: #202020;opacity: 1; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.sw-header-call input[type=tel]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.sw-dev-logo {
	position: relative;
	top: -2px;
}




.sw-figure {
	font-family: 'Roboto Medium';
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
}
.sw-figure .sw-button,
.sw-figure .sw-button:focus,
.sw-figure .sw-button:active {
	position: relative;
	border: 2px solid #ffe300;
	color: #202020;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 35px;
	min-width: 120px;
	width: 100%;
	outline: none;
}
.sw-figure .sw-button:hover {
	border: 2px solid #ffe300;
	color: #ffe300;
}
.sw-shutter-yellow-in-vertical, .sw-shutter-yellow-in-vertical:focus, .sw-shutter-yellow-in-vertical:active {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.sw-shutter-yellow-in-vertical:before, .sw-shutter-yellow-in-vertical:focus:before, .sw-shutter-yellow-in-vertical:active:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffe300;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sw-shutter-yellow-in-vertical:hover {
	color: #202020;
}
.sw-shutter-yellow-in-vertical:hover:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}




/*FOOTER*/
.footer_bg {
	width: 100%;
	height: 100px;
	background-color: #343434;
}

.footer_bg .copyright {
	font-family: 'PTSans-Regular';
	font-size: 16px;
	color: #676767;
	line-height: 100px;
	text-align: center;
}

.pays_wrap {
	background-color: rgba(232, 232, 232, 1);
	padding: 40px 0;
}

.payment-logos {
	position: relative;
	display: block;
	text-align: center;
}
.payment-logos > li {
	display: inline-block;
	margin: 5px 15px 5px 15px;
}

/*END FOOTER*/


/*PREFOOTER*/
.pre-footer-wrap {
	background-color: #cacaca;
}

.pre-footer-wrap .main_h1 {
	text-align: left;
}

.pre-footer-wrap p {
	font-size: 16px;
	color: #343434;
	line-height: 24px;
	margin-top: 20px;
	position: relative;
}

.pre-footer-wrap a, .pre-footer-wrap a:hover, .pre-footer-wrap a:active {
	font-size: 16px;
	color: #202020;
	text-decoration: none;
}

.pre-footer-wrap a:hover {
	color: #343434;
	text-decoration: none;
}

.pre-footer-wrap .fa {
	color: #202020;
}

.pre-footer-wrap .adress, .pre-footer-wrap .phone_i, .pre-footer-wrap .mail_i {
	padding-left: 40px;
}

.pre-footer-wrap .adress:before {
	position: absolute;
	content: '';
	display: block;
	background: url("../images/pin.png") no-repeat;
	background-size: 98% 98%;
	width: 18px;
	height: 25px;
	left: 0;
	top: 0;
}

.pre-footer-wrap .phone_i:before {
	position: absolute;
	content: '';
	display: block;
	width: 23px;
	height: 22px;
	background: url("../images/tel.png") no-repeat;
	background-size: 98% 98%;
	left: 0;
	top: 2px;
}

.pre-footer-wrap .mail_i:before {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 17px;
	background: url("../images/mail.png") no-repeat;
	background-size: 98% 98%;
	left: 0;
	top: 4px;
}


.pre-footer-wrap .logo span {
	margin-left: 55px;
	font-size: 18px !important;
	text-transform: uppercase;
}
.pre-footer-wrap .logo img {
	position: absolute;
	top: -10px;
	height: 48px;
	width: 48px;
}

/*END PREFOOTER*/
