@charset "UTF-8";
* {}
html {height: 100%; font-size: 100%;}
body {width: 100%; height: 100%;}

/*---- links ----*/
h1, h2, h3, h4, h5, h6 {margin: 0 0; padding: 0 0;}
img {width: 100%;}
.hidden {display: none;}

/*---- Overall ----*/
.container {margin: 0 auto; max-width: 1000px;}
.s_wide {padding: 60px 0;  }
.s_wide2 {
    padding: 50px 0 30px 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
#work0 .title {
    margin: 22px 0 0 0;
}
#why {
 margin: 0 0 0 0;
}
#why .left img {
	float: left;
    width: 324px;
    height: 582px;
    margin: 0 0 0 0;
}
#why .modal-form:hover{
	color: #fff;
	background: #EC0122;
}
.puff88 {
    width: 830px;
    margin: 0 auto;
}
.puff01 {
    width: 590px;
    float: left;
}
.puff02 {
    float: right;
    width: 220px;
}
#why .modal-form {
    width: 210px;
    display: block;
    font-size: 16px;
    padding: 9px 0;
	color: #EC0122;
	background: #fff;
	border: 1px solid #EC0122;
    margin: 45px auto 0 auto;
    border-radius: 30px;
	transition: 0.6s;
}
#why .rigth{
    margin: 20px 0 0 0;
	float: right;
	width: 450px;
}
#videoplayer5{
	width: 640px;
	height: 360px;
	margin: 0 auto;
}
.why-icons {
    margin: -15px 0 0 0;
    width: 220px;
    float: left;
}
.why-icons  h3 {
    padding-top: 20px;
    color: #25462a;
    font-size: 15px;
    font-family: "RobotoLight";
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
}
why-icons:nth-child(2n) {
    margin: -15px 0 0 10px;
}
.why-icon5 img{
    width: 50px;
    margin: 42px 0 0 0;
}
.why-icon4 img {
    width: 85px;
    margin: 48px 0 0 0;
}
.why-icon2 img {
    width: auto;
    margin: 52px 0 0 0;
}
.why-icon1 img {
    width: 80px;
    margin: 38px 0 0 0;
}
.why-icon3 img {
    width: 80px;
    margin: 38px 0 0 0;
}
.why-icon6 img {
    width: 47px;
    margin: 43px 0 0 0;
}
.why000 {
    width: 780px;
    margin: 0 auto;
}
/* Кнопки */
.btn {
	margin: 0 0;
	padding: 0 0;
}
.btn a {
	display: inline-block;
	padding: 3px 55px;
	color: #EC0122;
	font-size: 20px;
	font-family: "RobotoLight";
	border: 1px solid #EC0122;
	border-radius: 20px;
	background: none;
	text-decoration: none;
	text-align: center;
	transition: 0.6s;
}
.btn a:hover {
	color: #fff;
	background: #EC0122;
}
/* Title */
h2.title {
	padding-bottom: 60px;
	color: #25462a;
	font-size: 25px;
	font-family: "RobotoMedium";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}
.work-icons img {
    width: auto;
}
.work-icons1 {
    display: table;
    margin: 0 auto;
}
.work-icons2 {
    display: table;
    margin: 45px auto 0 auto;
}
.work-icons1 .work-icons {
    float: left;
	margin: 0 20px;
	width: 220px;
}
.work-icons2 .work-icons {
    float: left;
	margin: 0 20px;
	width: 220px;
}
.work-icon1 {
    margin: 0 0 7px 0;
}
.work-icon3 {
    margin: 0 0 4px 0;
}
.work-icon4 {
    margin: 4px 0 7px 0;
}
.work-icon5 {
    margin: 10px 0 10px 0;
}
.work-icons h3 {
    font-size: 17px;
    font-family: "RobotoLight";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
}
@media screen and (max-width: 992px) {
	.container {padding: 0 15px; width: 100%;}
	.row {padding: 0 15px;}
	h2.title {margin: 0 0;}
}
@media screen and (max-width: 768px) {
	.s_wide {padding: 30px 0;}
	h2.title {padding-bottom: 30px;}
}
@media screen and (max-width: 479px) {
	.col-xss-6 {width: 50%; float: left;}
	.col-xss-12 {width: auto !important; float: none !important;}
}

/*---- Header ----*/
#header {
	position: relative;
	min-height: 600px;
}
/*---- Video ----*/
.mbYTP_wrapper::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(151,87,173,.6);
	z-index: 10;
}
.big-background-default-image {
    background: none;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index: 0;
    backface-visibility:hidden
}

video {display:block;}
video#video-on-bg {
	background:url('../images/bg/home.jpg') no-repeat center center fixed;
        -webkit-background-size:cover;
           -moz-background-size:cover;
            -ms-background-size:cover;
             -o-background-size:cover;
                background-size:cover;
    width:auto;
    height:auto
    !important;
    min-width:100%;
    min-height:100%;
    position:absolute;
    right:0;
    top:0; 
    z-index:-998;
}
/* Main-Head */
.main_head {
	background: #000000;
    opacity: 0.7; /* Полупрозрачный фон */
    filter: alpha(Opacity=70); /* Прозрачность в IE */
	position: absolute;
	padding: 5px 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 30;
}
/* logo */
.logo img {
	max-width: 103px;
}
/* Menu */
.top_nav {
	margin: 0 0;
	padding: 19px 0;
	list-style: none;
	text-align: center;
}
.top_nav li {
	padding: 0 10px;
	display: inline-block;
}
.top_nav li a {
	position: relative;
	color: #fff;
	font-size: 19px;
	font-family: "RobotoLight";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
.top_nav li a::after {
	content: "";
	margin: auto;
	width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -11px;
	background: url(../images/top_nav_li.png) 0 0 no-repeat;
}
.top_nav li a:hover::after{width: 100%;}
/* Phone*/
.phone {
	text-align: right;
}
.phone h3 a {
	color: #fff;
	font-size: 21px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: none;
}
.phone h3 a:hover {
    border-bottom: none;
}
.phone a {
	padding: 0 0;
	color: #fff;
	font-size: 20px;
	font-family: "RobotoLight";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: 1px dashed #fff;
	transition: 0.6s;
}
.phone a:hover {
	border-bottom: 1px solid #fff;
}
/* Header-Wrapper */
.header_wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
} 
.header_wrapper .header_descr {display: table-row;}
.header_wrapper .header_descr .header_centered {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.header_wrapper .header_text {display: inline-block;}
.header_wrapper .header_text h1,
.header_wrapper .header_text h2,
.header_wrapper .header_text h3 {
	color: #fff;
	font-size: 68px;
	font-family: "RobotoBlack";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}
.header_wrapper .header_text h2 {font-size: 34px;}
.header_wrapper .header_text h3 {
	padding-top: 15px;
	padding-bottom: 70px; 
	font-size: 18px;
	font-family: "RobotoLight";
}
.header_wrapper .header_text p {
	margin: 0 0;
	color: #fff;
	font-size: 23px;
	font-family: 'Roboto_CondensedLight';
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
}
/* header-button */
.header_form {
	position: absolute;
	padding: 0 0;
	bottom: 100px;
	width: 100%;
	height: auto;
	z-index: 20;
	text-align: center;
}
.header_form h4 {
	color: #fff;
	font-size: 24px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}

#header .btn a {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 55px;
    border-radius: 40px;
}
#header .btn a:hover {
	color: #fff;
	background: none;
}


/*---- why ----*/
#why {
	height: auto;
	background: #fff;
	text-align: center;
}
.why-icon1, .why-icon2, .why-icon3, .why-icon4, .why-icon5, .why-icon6, .why-icon7, .why-icon8 {
	width: 100%;
	min-height: 100px;
}


.why-item {padding-bottom: 30px;}
.why-item h3 {
	padding-top: 20px; 
	color: #25462a;
	font-size: 16px;
	font-family: "RobotoLight";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}


/*---- Catalog ----*/
#catalog {
	height: auto;
	background: #734485 url(../images/bg/catalog.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#catalog h2.title {
	padding-top: 60px;
	padding-bottom: 70px; 
	color: #fff;

}
.catalog_item {
	padding: 7px;
	margin-bottom: 20px;
	min-height: 390px;
	background: #fff;
}
.catalog_item_img {
	padding: 24px 0;
	min-height: 224px;
	border-bottom: 1px solid #EC0122;
}
.catalog_item_img img {
	margin: auto;
	max-width: 175px;
	transition: 0.5s;
}
.catalog_item:hover img {
    max-width: 200px;
}
.catalog_item:hover .catalog_item_title {
    font-size: 18px;
	text-decoration: underline;
}

.catalog_item_title, .catalog_item_price {
    min-height: 80px;
	padding-top: 25px;
	color: #272727;
	font-size: 17px;
	font-family: "RobotoRegular";
	font-weight: normal;
	font-style: normal;
	transition: 0.5s;
}
.catalog_item_price {
	padding-top: 0;
	padding-bottom: 5px;
	min-height: 0;
	color: #EC0122;
	font-family: "RobotoBold";
}


/*---- original ----*/
#original {
	height: auto;
	background: #ececec no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#original h2.title {
	color: #152038;
}
.original_wrap img {
	margin: 0 auto;
	max-width: 705px;
}

#original h4 {
	margin: 30px 0 0 0;
	color: #57556c;
	font-size: 22px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

/*---- garantia ----*/
#garantia {
	height: auto;
	background: #ececec url(../images/bg/stock.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#garantia h2.title {
	color: #152038;
}
.garantia_wrap img {
	margin: 0 auto;
	max-width: 705px;
}

#garantia h4 {
	margin: 30px 0 0 0;
	color: #57556c;
	font-size: 22px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

/*---- Using ----*/
#using {
	height: auto;
	background: #fff;
}
#using h2.title {
	color: #152038;
}

.using_icon1, .using_icon2, .using_icon3, .using_icon4, .using_icon5 {
	float: left;
	height: 206px;
	width: 100%;
}
.using_icon1 {background: url(../images/icons/2.1.png) center right no-repeat;}
.using_icon2 {
	position: absolute;
	top: -10px;
	left: -95px;
	background: url(../images/icons/2.2.png) center left no-repeat;
}
.using_icon3 {
	position: absolute;
	top: -23px;
	right: -25px;
	background: url(../images/icons/2.3.png) center right no-repeat;
}
.using_icon4 {background: url(../images/icons/2.4.png) center left no-repeat;}
.using_icon5 {
	position: absolute;
	top: -8px;
	right: -25px;
	background: url(../images/icons/2.5.png) center right no-repeat;
}

.st1 {
    position: absolute;
    top: -34px;
    left: 47%;
    width: 58px;
    height: 59px;
    background: url(../images/st1.png) center top no-repeat;
}
.st2 {
    position: absolute;
    top: -35px;
    left: 48%;
    width: 58px;
    height: 59px;
    background: url(../images/st2.png) center top no-repeat;
}
.st3 {
    position: absolute;
    top: -41px;
    left: 50%;
    width: 58px;
    height: 59px;
    background: url(../images/st3.png) center top no-repeat;
}
.st4 {
    position: absolute;
    top: -30px;
    left: 48%;
    width: 58px;
    height: 59px;
    background: url(../images/st4.png) center top no-repeat;
}

.using_item {
	margin: auto;
	max-width: 600px;
	min-height: 206px;
}
.using_text,
.using_text2 {
	padding-left: 30px !important;
	padding-top: 55px; 
	float: left;
}
.using_text2 {
	padding-top: 40px; 
}
.using_text h3,
.using_text2 h3 {
	color: #DB194D;
	font-size: 20px;
	font-family: "RobotoBold";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
.using_text p,
.using_text2 p {
	color: #152038;
	font-size: 16px;
	font-family: "RobotoLight";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

/*---- Work ----*/
#work {
	height: auto;
	background: #ececec url(../images/bg/work.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#work0 {
	margin: -81px 0 0 0;
	height: auto;
	background: #ececec url(../images/bg/work.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#work h2.title {
	padding-top: 30px;
	padding-bottom: 0px;
	color: #152038;
}
#work h4 {
    padding-top: 10px;
    padding-bottom: 60px;
    font-size: 19px;
    color: #152038;
    font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
.work_item {
	position: relative;
	padding: 0 2.5px;
	float: left;
	width: 20%;
	display: table;
	height: 8em;
}
.work_item_bor {
	padding: 10px;
	border: 1px solid #3e286b;
	display: table-cell;
  	vertical-align: middle;
}
.chislo {
	position: absolute;
	top: -18px;
	left: 13px;
	width: 30px;
	color: #3e286b;
	font-size: 30px;
	font-family: "RobotoMedium";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	background: #f6f6f6;
}
.work_item_bor h3 {
	color: #3e286b;
	font-size: 14px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
}

/*---- reviews ----*/
#reviews {
	height: auto;
	background: #ececec url(../images/bg/reviews.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#reviews h2.title {
	color: #fff;
}
#reviews .reviews-item {
	margin: 0 auto 40px;
	max-width: 840px;
}
#reviews .foto img {
	margin: 0 auto; 
	max-width: 120px;
	border-radius: 100%;
}
#reviews .text {text-align: left;}
#reviews .text h3 {
	margin: 0 0;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-family: "RobotoMedium";
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}
#reviews .text p {
	margin: 0 0;
	padding: 0 0;
	color: #fff;
	font-size: 17px;
	font-family: "RobotoLight";
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}
@media screen and (max-width: 768px) {
	#reviews .flex-viewport {max-width: 1000px; margin: 0 0px;}
	#reviews .flex-direction-nav {display: none;}
	#reviews .text h3 {font-size: 20px;}
}
@media screen and (max-width: 479px) {
	#reviews .text h3 {font-size: 17px;}
	#reviews .text p {font-size: 13px;}
}


/*---- foto ----*/
#foto {
	height: auto;
	background: #fff;
}
#foto h2.title {
	color: #152038;
}
.foto_item {
	padding: 5px !important;
}

/* 
#foto .flex-viewport {
    max-width: 860px;
    margin: 0 70px;
}

@media screen and (max-width: 768px) {
	#foto .flex-viewport {max-width: 1000px; margin: 0 0px;}
	#foto .flex-direction-nav {display: none;}
}
*/

/*---- optom -----*/
#optom {
	height: auto;
	background: #ececec url(../images/bg/why.jpg) no-repeat center top;
	text-align: center;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#optom h2.title {
	padding-top: 30px;
	color: #DB194D;
}
#optom h4{
    padding-top: 0;
    color: #57556c;
    font-size: 24px;
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
}
.optom_icon1, 
.optom_icon2, 
.optom_icon3, 
.optom_icon4,
.optom_icon5,
.optom_icon6 {
	width: 100%;
	height: 200px;
}
.optom_icon1 img, 
.optom_icon2 img, 
.optom_icon3 img, 
.optom_icon4 img,
.optom_icon5 img,
.optom_icon6  img{
    width: 200px;
    height: 200px;
	border-radius: 50%;
	}
.optom_item {
    margin: 15px 0;
    height: 285px;
}
.row.optom_wrap {
    margin-top: -15px;
}
.optom_item h3 {
    margin: 0 auto;
	width: 225px;
	padding-top: 20px;
	color: #2b2828;
	font-size: 18px;
	font-family: "RobotoLight";
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

/*---- question ----*/
#question {
	height: auto;
	background: #fff;
	text-align: center;
}
#question h2.title {
	color: #DB194D;
}
#question h4 {
	padding-top: 0;
	color: #57556c;
	font-size: 24px;
	font-family: "RobotoRegular";
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

/*---- maps ----*/
#maps {
	position: relative;
}
.maps-info {
    border-top: 2px solid #DB194D;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
ymaps.ymaps-2-1-41-controls-pane {
    display: none !important;
}
.maps_info_item {
	margin: 30px 0 30px 25px;
	padding: 35px 10px;
	width: 300px;
	height: 300px;
	background: #fff;
	border: 2px solid #DB194D;
}
.maps_info_item p {
	margin: 0 0;
	padding: 10px 0;
	color: #2b2828;
	font-size: 18px;
	font-family: "RobotoLight";
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

/*---- Footer ----*/
#footer {
	padding: 10px 0;
	background: #ececec;
}


/* scroll наверх */
#toTop {
    position: fixed;
    z-index: 99;
    cursor: pointer;
    height: auto;
    bottom: 0px;
    right: 0;
    display: none;
}
#toTop:hover {background: rgba(0, 0, 0, 0.4);}
	#toTop #up-btn {
	    background: rgba(0, 0, 0, 0.6);
	    padding: 5px 22px 5px 22px;
	    margin: 10px;
	    display: block;
	    color: #f2f2f2;
	}


@media screen and (max-width: 992px) {
	.menu {display: none;}
	.header_wrapper .header_text h2 {font-size: 30px;}
	.header_form h4, #original h4, #question h4 {font-size: 20px;}
	.optom_item {padding-bottom: 50px;}
}
@media screen and (max-width: 768px) {
    video#video-on-bg {display: none;}

	.phone h3 {font-size: 18px;}
	.phone a {font-size: 17px;}

	.header_wrapper .header_text h1 {padding-top: 100px;font-size: 50px;}
	.header_wrapper .header_text h2 {font-size: 23px;}
	.header_wrapper .header_text h3 {padding-bottom: 240px; font-size: 16px;}
	.header_form h4, #original h4, #question h4 {font-size: 16px;}

	#forms_1, #forms_2 {margin: 0 auto; max-width: 400px;}
	.form-combo_3 .form-group {width: 100% !important; margin-left: 0% !important;}
	.field, #forms_2 .field,
	.submit, #forms_2 .submit {font-size: 15px !important;}
	.form-group .field, #forms_2 .form-group .field,
	.submit, #forms_2 .submit {height: 40px !important;}
	
	#why .s_wide {padding: 0 0;}
	.why-item {min-height: 270px !important;}

	#catalog {background: #734485;}
	#catalog h2.title {padding: 0 0 30px 0;}

	.using_text, .using_text2 {padding-left: 0 !important; padding-top: 15px; text-align: center;}
	.using_text h3, .using_text2 h3 {font-size: 18px;}
	.using_text p, .using_text2 p {font-size: 13px; padding-bottom: 30px;}
	.st1, .st2, .st3, .st4 {display: none;}
	.using_icon1 {background: url(../images/icons/2.1.png) center no-repeat;}
	.using_icon2 {position: initial; top: 0; left: 0; background: url(../images/icons/2.2.png) center no-repeat;}
    .using_icon3 {position: initial; top: 0; left: 0; background: url(../images/icons/2.3.png) center no-repeat;}
    .using_icon4 {position: initial; top: 0; left: 0; background: url(../images/icons/2.4.png) center no-repeat;}
    .using_icon5 {position: initial; top: 0; left: 0; background: url(../images/icons/2.5.png) center no-repeat;}

	#work {background: #f6f6f6;}
	.work_item {width: 50%; margin-bottom: 40px;}

	#optom {background: #f6f6f6;}

	.to_med {display: none;}
}
@media screen and (max-width: 479px) {
	.phone h3 a {font-size: 15px;}
	.phone a {font-size: 15px;}
	.logo, .phone {padding: 0 0 !important;}
	.why-item {min-height: auto !important;}
	.work_item {width: 100%; margin-bottom: 40px;}

	.header_wrapper .header_text h3 {padding-bottom: 280px;}
	.header_wrapper .header_text h1 {padding-top: 100px; font-size: 35px;}
	.header_wrapper .header_text h2 {font-size: 20px;}
	#header .btn a {padding: 5px 30px;}
	.btn a {font-size: 15px;}
}

/* background video */

	.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video, .bg-color, .video-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-color{
	background: url(../images/bg/bg-color.png) center center / cover no-repeat;
	z-index: 2;
}
.video-screen{
	background: url(../images/bg/video-screen.jpg) center center;
	background-size: 100%;
	z-index: -101;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video, .video-screen {
    height: 300%;
    top: -100%;
	  width: 110%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video, .video-screen {
    width: 320%;
    left: -100%;
  }
}
@media (max-width: 860px){
.puff88 {
    width: auto;
}
}
@media (max-width: 848px){
.puff02 {
    margin: 15px 0 0 0;
    float: none;
    width: 230px;
}
.puff01 {
    float: none;
}
#work0 {
    margin: -95px 0 0 0;
}
}
@media (max-width: 820px){
.work-icons2 .work-icons {
    float: left;
    margin: 0 10px;
    width: 150px;
}
}
@media (max-width: 810px){
.why000 {
    width: auto;
}
#why .left {
    display: none;
}
#why .rigth {
    margin: -5px auto 70px auto;
    float: none;
    max-width: 450px;
    width: 100%;
}
}
@media (max-width: 768px){
#work0 .title {
    margin: 50px 0 0 0;
}
#original #forms_2{
    padding: 0 0 80px 0;
}
#using {
    margin: -85px 0 0 0;
}
}
@media (max-width: 625px){
.puff02 {
    width: 40%;
}
.puff01 {
    width: 100%;
}
}
@media (max-width: 567px){
.work-icons1{
	margin: -30px auto 0 auto;
}
.work-icons1 .work-icons {
    float: none;
	margin: 30px auto;
}
.work-icons2 .work-icons {
    float: none;
	margin: 30px auto;
}
.work-icons2 {
    margin: -20px auto 0 auto;
}
}
@media (max-width: 488px){
.why-icons {
    margin: 0 auto;
    float: none;
}
.maps_info_item {
    width: 275px;
}
#original #forms_2{
    padding: 0 0 100px 0;
}
#using {
    margin: -95px 0 0 0;
}
#work0 .title {
    margin: 45px 0 0 0;
}
}

#reviews .slides {
	background-color: rgba(0,0,0,.5);
	padding: 10px !important;
}