@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.site-inner:after { content: ""; display: table; clear: both; }

.site-inner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.half-col, .team .item { display: inline-block; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/** Map set  @param 	Map 	$map 		The map to use @param 	String 	$key 		The key to update @param 	Mixed 	$value 		The new value @return 	Map 			The new map */
/** Get the column width in percent for the global or a specific context  @param 	int 		$columns 					The number of columns to calculate @param 	int 		$context : $gridle-columns-count 	 	The context to use @return 	percentage 							The width in percent */
/** Get a state map  @param 	string 		$name 		The name of the state to get @return 	map 				A state map object */
/** Check if a state exist :  @param 	string 		$name 		The name of the state to check @return 	Boolean 			true is exist */
/** Get the media queries variables :  @param 	int 		$index 	 	The media query indes @param 	String 		$var 		The media query variable name @return 	String|int 			The variable value */
/** Get a variable  @param 	String 		$varName 				The variable name @param  	String 		$stateMap-or-stateName 	 	The state name or a map state value @return 	Mixed 							The finded value */
/** Set a variable in a state @param 	Mixed $stateName-or-stateIndex 	The state name of state index @param  	String $var                    		Variable name to assign @param  	Mixed $newValue          		The new value to assign @return 	List                         			The states list (full) */
/** Generate a column  @param 	String 		$name 			The column name (often count) @param 	int 		$columns 		The column count that the column will take @param 	int 		$context 		The context on witch the with will be calculed @param 	Boolean 	$generateClasses 	Set if the column has to be generated in css */
/** Generate classname  @param 	List 		$parrern 	The pattern to use to generate classname @param 	String 		$state 		The state @param 	int 		$count 		The column count */
/** Get the media query for a particular state, or with, etc...  @param 	Mixed 		$state-or-min-width 		The state name of the min with @param 	Mixed 		$max-width 			The max width if first param is a min width @return 	String 						The media query string without the @media */
/** Get states count  @return 	int 	The number of states defined */
/** Setup */
/** Register a clear each class */
/** Register a special class */
/** Register default states */
/** Register default mobile first states : */
/** Set the debug device (not used for now)  @param 	String 		$state 		The state to update @para m 	String 		$device 	The device to use (iphone, etc...) */
/** Parent clear each */
/** Vertical align : */
/** Show inline  @param 	String 		$state 		The state name */
/** Generate a custom class for all the states  @param 	list 	$pattern 		The name pattern of the class @param 	list 	$statesNames 		The states names to generate */
html, body { background: #fdfdfd; }

a { text-decoration: none; }

::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); background-color: #fdfdfd; }

::-webkit-scrollbar { width: 10px; background-color: #fdfdfd; }

::-webkit-scrollbar-thumb { background-color: #468235; }

.site-inner { position: relative; width: 70em; margin-left: auto; margin-right: auto; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

::-webkit-input-placeholder {color:#727272;}
::-moz-placeholder          {color:#727272;}/* Firefox 19+ */
:-moz-placeholder           {color:#727272;}/* Firefox 18- */
:-ms-input-placeholder      {color:#727272;}

.row { padding: 60px 0; }
.pad-top-60 { padding: 60px 0 0; }
@media screen and (min-width: 300px) and (max-width: 1024px) { .pad-top-60 { padding: 60px 0 40px; }}

.row header { text-align: center; margin-bottom: 60px; }
/*.row header p { padding: 0px 230px; }*/
@media screen and (min-width: 767px) and (max-width: 1024px) { .row header p { padding: 0px 170px; }}
@media screen and (min-width: 320px) and (max-width: 767px) { .row header p { padding: 0; } }

.half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; width: 50%; float: left; direction: ltr; padding-left: 10px; padding-right: 10px; }
@media screen and (min-width: 320px) and (max-width: 767px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 767px) and (max-width: 1024px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 1170px) and (max-width: 1600px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 320px) and (max-width: 767px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 767px) and (max-width: 1024px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 1170px) and (max-width: 1600px) { .half-col { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .half-col { width: 100%; } }
@media screen and (min-width: 320px) and (max-width: 767px) { .half-col { margin-bottom: 40px; }
  .half-col:last-child { margin-bottom: 0; } }

.slide-one { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; width: 20%; float: left; direction: ltr; padding-left: 10px; padding-right: 10px; }
.slide-one img { width: 130%;}

.slide-two { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; width: 54%; float: left; direction: ltr; padding-left: 10px; padding-right: 10px; }
.slide-two img { width: 100%; }
.slide-two .but { background: #e50414; border: 1px dashed #fff; border-radius: 10px; margin: 18px 97px; }
.slide-two .but .size { font-size: 22px; line-height: 48px; margin-left: 75px; }

.slide-three { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; width: 20%; float: left; direction: ltr; padding-left: 10px; padding-right: 10px; }
.slide-three img { width: 100%; }

.contact-bottom { float: left; direction: ltr; width: 100%; }
.rest-one { float: left; width: 16.66%; margin-bottom: 3%; }
.rest-col { float: left; width: 50%; margin-bottom: 2%; }
.site-inner .one-col { color: #000; font-weight: 600; float: left; width: 12%; }
.site-inner .two-col { color: #000; font-weight: 600; float: left; width: 12%; }
.site-inner .three-col { color: #000; font-weight: 600; float: left; width: 22%; }
.site-inner .one-col .two-col .three-col li { text-align: left; }
.make-col { float: left; width: 50%; margin-bottom: 1%; }
.site-inner .border-making { width: 100%; margin-top: 10px; margin-bottom: 3%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right; }
.site-inner .border-making .one { width: 47%; display: inline-block; margin-top: 5px; margin-left: 40px; }
.site-inner .border-making .two { width: 42%; display: inline-block; margin-top: 5px; }
.site-inner .border-making .three { width: 100%; display: inline-block; margin-top: 5px; text-align: center; }
.site-inner .border-making .three h2 { font-size: 20px; padding-top: 5px; }
.site-inner .border-making .ico { width: 2%; display: inline-block; margin-top: 10px; position: relative; top: 7px; }
.site-inner .border-making .number { display: inline-block; padding-left: 2px; margin-top: 5px;  margin-bottom: 10px; position: relative; top: 2px;}
@media (min-width: 1001px) and (max-width: 1254px) {
    .site-inner .border-contact .ico { width: 9%; display: inline-block; margin-top: 10px; position: relative; top: 7px; }
    .site-inner .border-contact .number { display: inline-block; padding-left: 5px; margin-top: 5px; }
}
.site-inner .border-contact { width: 44%; margin-top: 10px; margin-right: 4%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right;}
.site-inner .border-contact .one { width: 47%; display: inline-block; margin-top: 5px; margin-left: 40px; }
.site-inner .border-contact .two { width: 42%; display: inline-block; margin-top: 5px; }
.site-inner .border-contact .three { width: 100%; display: inline-block; margin-top: 5px; text-align: center; }
.site-inner .border-contact .three h2 { font-size: 20px; padding-top: 5px; }
.site-inner .border-contact .ico { width: 6%; display: inline-block; margin-top: 10px; position: relative; top: 7px; }
.site-inner .border-contact .number { display: inline-block; padding-left: 2px; margin-top: 5px;  margin-bottom: 10px; position: relative; top: 2px;}
@media (min-width: 1001px) and (max-width: 1254px) {
    .site-inner .border-contact .ico { width: 9%; display: inline-block; margin-top: 10px; position: relative; top: 7px; }
    .site-inner .border-contact .number { display: inline-block; padding-left: 5px; margin-top: 5px; }
}
.kurier { margin-top: -40px; padding-bottom: 60px; }
.left-col { width: 30%; float: left; margin-top: 46px; }
.left-col-ul { font-family: Tahoma; color: #727272; line-height: 32px; }
.right-col { width: 58%; float: right; }
.right-col-background { text-align: center; line-height: 30px; margin-left: 20px; margin-right: 20px; margin-top: 50px; background: #fff; border: 1px dashed #000; border-radius: 14px; padding: 10px; }
.right-col-text { color: #727272; font-family: Tahoma; font-size: 16px; }
.right-col-one-but { width: 30%; text-align: center; line-height: 24px; margin-left: 20px; margin-right: 20px; margin-top: 20px; background: #468235; border: 1px solid #727272; border-radius: 10px; padding: 10px; display: inline-block; height: 24px; }
.right-col-one-but-title { color: #fff; font-family: Tahoma; font-size: 16px; }
.right-col-two-but { width: 50%; text-align: center; line-height: 24px; margin-left: 20px; margin-right: 20px; margin-top: 20px; background: #ff0000; border: 1px solid #727272; border-radius: 10px; padding: 10px; display: inline-block; height: 24px; }
.right-col-two-but-title { color: #fff; font-family: Tahoma; font-size: 16px; }
.right-col-two-but-phone { width: 90%; float: left; border: 1px dashed #e50414; border-radius: 10px; padding: 10px 10px 15px 10px; background: #fff; margin-top: 20px; margin-left: 20px; font-family: Tahoma; text-align: center; }
.call-back-one { width: 50%; float: left; }
.call-back-one .data-one { float: left; width: 53%; display: inline-block; }
.call-back-one .data-one .text { text-align: center; font-size: 18px; background: #fff; height: 40px; border: 1px solid #727272; border-radius: 10px; width: 320px; }
.call-back-one .data-two { float: right; width: 30%; display: inline-block; }
.call-back-one .data-two .but { background: #fff; width: 80%; border: 1px solid #727272; border-radius: 10px; line-height: 40px; text-transform: uppercase; font-family: Tahoma; color: #727272; }
.use-one { float: left; width: 27%; }
.use-two { float: left; width: 44%; vertical-align: top; }
.use-three { float: left; width: 27%; }
.footer-one { margin: 0.8% 0 0.8% -30%; width: 42%; text-align: left; display: inline-block; float: left; }
.footer-two { margin: 0.8% 0; width: 38%; text-align: left; float: left; }
.footer-three { margin-top: 13px; width: 25%; text-align: right; float: left; }
.uslugi-one { margin-top: -120px; margin-bottom: 0px; width: 42%; float: left; }
.uslugi-one .title { font-size: 14px; line-height: 26px; font-style: normal; color: #000; text-align: left; font-weight: 600; font-family: "Open Sans", sans-serif; }
.uslugi-one .description { font-style: normal; text-align: left; font-size: 13px; margin-top: 20px; font-weight: 400; line-height: 26px; color: dimgray; font-family: "Open Sans", sans-serif; }
.uslugi-two { margin-top: -120px; margin-bottom: 0px; width: 33%; float: left; }
.uslugi-two .img { text-align: center; margin-bottom: 7%; }
.uslugi-two .img-size { width: 100%; }
.uslugi-two .soc-size { position: relative; top: 3px; }
.uslugi-two .number { color: #e50414; font-size: 16px; }
.uslugi-two .form { width: 160%; background: #f5f5f5; border: 1px dashed #468235; border-radius: 10px; padding: 10px 10px 15px 10px; font-family: Tahoma; font-size: 16px; }
.uslugi-three { margin-top: -120px; margin-bottom: 0px; float: left; width: 20%; }
.uslugi-three .title { font-size: 14px; line-height: 26px; font-style: normal; color: #000; font-weight: 600; text-align: right; font-family: "Open Sans", sans-serif; }
.uslugi-three .right { text-align: right; }
.uslugi-three .img-size { margin-top: 20%; width: 80%; }



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★ Typography                 */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
a, p, h1, h2, h3, h4, h5 { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }

a { color: #fff; font-family: "Open Sans", sans-serif; font-size: 12px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
a:hover { color: white; }

.heading { color: dimgray; font-family: "Open Sans", sans-serif; }
.heading.h-01 { font-size: 24px; font-weight: 400; line-height: 1; color: black; text-transform: uppercase; margin-bottom: 30px; }
.heading.h-01-16 { font-size: 16px; font-weight: 600; line-height: 1; color: #e50414; text-transform: none; margin-bottom: 30px; }
.heading.h-02 { font-size: 14px; font-weight: 600; line-height: 18px; color: black; text-transform: uppercase; }
.heading.h-03 { font-size: 24px; font-weight: 300; line-height: 1; }
.heading.h-04 { font-size: 14px; font-weight: 300; line-height: 20px; color: #926d7e; text-transform: uppercase; }

.copy { color: dimgray; font-family: "Open Sans", sans-serif; }
.copy.c-01 { font-size: 14px; font-weight: 400; line-height: 23px; font-style: italic;}
.copy.c-02 { font-size: 12px; font-weight: 700; line-height: 1; }
.copy.c-03 { font-size: 14px; font-weight: 400; line-height: 20px; }
.copy.c-04 { font-size: 14px; font-weight: 400; line-height: 27px; }
.copy.c-05 { font-size: 14px; font-weight: 400; line-height: 20px; color: #000; font-weight: 600; }

.br { position: relative; border: 0 solid #000; border-top-width: 1px; height: 0; margin: 30px auto; clear: both; display: block; width: 400px; }
.br:after, .br:before { content: ""; display: block; position: absolute; left: 50%; overflow: hidden; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.br:after { height: 10px; width: 10px; margin-top: -6px; margin-left: -6px; background: #000; }
.br:before { height: 17px; width: 17px; margin-top: -9px; margin-left: -9px; background: #fdfdfd; }

.menu-arrow { display: none; position: relative; cursor: pointer; z-index: 40; margin: 0 auto; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; height: 30px; width: 33px; }
.menu-arrow .text { display: block; font-family: "Open Sans", sans-serif; font-size: 10px; font-weight: 600; color: #fdfdfd; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.menu-arrow .left, .menu-arrow .right { position: absolute; display: block; height: 3px; width: 20px; background: #fdfdfd; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.menu-arrow .left { left: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-arrow .right { right: 0; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.menu-arrow:hover .text { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; -webkit-transform: translateY(8px); -moz-transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px); transform: translateY(8px); }
.menu-arrow:hover .left, .menu-arrow:hover .right { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.menu-arrow:hover .left { left: -15px; }
.menu-arrow:hover .right { right: -15px; }

.menu-arrow.open .text { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; }
.menu-arrow.open .left, .menu-arrow.open .right { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=50); zoom: 1; }
.menu-arrow.open .left { left: 6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-arrow.open .right { right: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#toTop { position: fixed; right: 75px; bottom: 20px; display: inline-block; height: 44px; width: 44px; background: #e4c2c0 url(../images/icon_arrow_up.svg) no-repeat center 50%; visibility: hidden; opacity: 0; border-radius: 5px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
#toTop.is-visible { visibility: visible; opacity: 1; -webkit-animation: bounce-in 0.3s linear; -moz-animation: bounce-in 0.3s linear; animation: bounce-in 0.3s linear; }
.no-touch #toTop:hover { background-color: #ff0000; opacity: 1; }

.aside-icon { position: relative; height: 65px; width: 65px; margin-right: 20px; padding: 2px 0; }
.aside-icon svg #circle { stroke: #e4c2c0; }
.aside-icon svg #icon { fill: #e4c2c0; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


@media screen and (min-width: 767px) and (max-width: 1024px) { .aside-icon { padding: 14px 0; height: 60px; width: 60px; } }
@media screen and (min-width: 320px) and (max-width: 767px) { .aside-icon { overflow: hidden; height: 40px; width: 40px; margin-right: 10px; padding: 0; }
  .aside-icon svg { position: absolute; position: absolute; top: -24px; left: -20px; height: 80px; width: 80px; }
  .aside-icon svg #circle { opacity: 0; } }

#subscribe { text-align: center; }
.button { display: inline-block; font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; padding: 10px 15px; border: none; cursor: pointer; color: #fdfdfd; outline: none; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.button.normal { background: #468235; color: white; }
.button.alternative { background: #dae0d6; color: white; }
.button.rounded { border-radius: 3px; }
.button:hover { opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=70); zoom: 1; }

.header { background: url(../images/hero-bg.jpg) no-repeat top center; background-size: cover; padding: 0px; height: 440px; }
.header header { margin-bottom: 50px; }
.header header:after { content: ""; display: table; clear: both; }
.header .logo { margin-top: 30px; float: left; }
.header .logo .border { float: left; background: #fff; border-radius: 5px; padding: 5px; margin-left: 5%; width: 176px; height: 49px; }
.header .social { float: left; margin-top: 35px; width: 34.8%; }
.header .social li { display: inline-block; padding: 5px; }
/*.header .logo svg * { fill: #fdfdfd; }*/
.header .primary-nav { float: right; margin-top: 50px; background: #468235; padding: 10px; border: 1px dashed #fff; border-radius: 7px;}
.header .primary-nav > a { padding: 0 15px; font-weight: 600; text-transform: uppercase; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.header .primary-nav > a:last-child { padding-right: 0; }
.header .hero { text-align: center; padding-bottom: 30px; }
.header .h-hero, .header .h-hero-alt { font-weight: 600; font-size: 48px; color: #fdfdfd; padding-bottom: 25px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.header .h-hero-alt { text-transform: uppercase; margin-top: 30px; }
.header .c-hero { color: #d9d9d9; padding: 0 50px; text-align: center; }
.header .contact-trigger { position: relative; color: #fdfdfd; font-weight: 600; text-transform: uppercase; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.header .contact-trigger:hover { color: #dae0d6; }
.header .contact-trigger:before, .header .contact-trigger:after { content: ""; position: relative; top: -3px; display: inline-block; background: #fdfdfd; height: 1px; width: 100px; }
.header .contact-trigger:before { right: 10px; }
.header .contact-trigger:after { left: 10px; }
.header .contact-slire { position: relative; color: #fdfdfd; font-weight: 600; text-transform: uppercase; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.header .contact-slire:hover { color: #dae0d6; }
.header .contact-slire:before, .header .contact-slire:after { content: ""; position: relative; top: -7px; display: inline-block; background: #fdfdfd; height: 1.5px; width: 60px; }
.header .contact-slire:before { right: 10px; }
.header .contact-slire:after { left: 10px; }
@media screen and (min-width: 767px) and (max-width: 1024px) { .header .c-hero { padding: 0 90px; }
  /*.header .logo { padding-left: 20px; }*/
  .header .primary-nav { padding-right: 20px; } } 
@media screen and (min-width: 320px) and (max-width: 767px) { .header .primary-nav { display: none; float: none; width: 100%; margin: 0; }
  .header .primary-nav > a { text-align: center; display: block; padding: 10px 0 !important; }
  .header .h-hero { margin-top: 30px; }
  .header .c-hero { padding: 0 30px; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .header .c-hero { padding: 0; } }

.footer-nav { position: fixed; right: 20px; bottom: 20px; padding: 10px 30px 10px 10px; width: 120px; background: dimgray; border-radius: 5px; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transition: -webkit-transform 0.3s, visibility 0.3s; -moz-transition: -moz-transform 0.3s, visibility 0.3s; transition: transform 0.3s, visibility 0.3s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.footer-nav.is-visible { visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s, visibility 0.3s; -moz-transition: -moz-transform 0.3s, visibility 0.3s; transition: transform 0.3s, visibility 0.3s; }
.footer-nav a { display: block; padding: 10px; font-size: 16px; color: #fdfdfd; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }

.navTrigger { position: fixed; right: 20px; bottom: 20px; height: 44px; width: 44px; background: dimgray; border-radius: 5px; cursor: pointer; visibility: hidden; border: none; outline: none; z-index: 3; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.3s, visibility 0.3s; -moz-transition: -moz-transform 0.3s, visibility 0.3s; transition: transform 0.3s, visibility 0.3s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.navTrigger.is-fixed { visibility: visible; -webkit-transition: all 0s; -moz-transition: all 0s; transition: all 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-animation: bounce-in 0.3s linear; -moz-animation: bounce-in 0.3s linear; animation: bounce-in 0.3s linear; }
.navTrigger span { position: absolute; display: block; width: 20px; height: 2px; background: #fdfdfd; top: 50%; margin-top: -1px; left: 50%; margin-left: -10px; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s; }
.navTrigger span::before, .navTrigger span::after { content: ''; position: absolute; left: 0; background: inherit; width: 100%; height: 100%; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s, background 0s; -moz-transition: -moz-transform 0.3s, background 0s; transition: transform 0.3s, background 0s; }
.navTrigger span:before, .navTrigger span:after { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
.navTrigger span:before { top: -6px; }
.navTrigger span:after { bottom: -6px; }
.navTrigger.menu-is-open span { background: rgba(253, 253, 253, 0); }
.navTrigger.menu-is-open span:before, .navTrigger.menu-is-open span:after { background: #fdfdfd; }
.navTrigger.menu-is-open span:before { top: 0; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.navTrigger.menu-is-open span:after { bottom: 0; -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); }

@-webkit-keyframes slide-in { 0% { -webkit-transform: translateX(100px); }
  100% { -webkit-transform: translateY(0); } }
@-moz-keyframes slide-in { 0% { -moz-transform: translateX(100px); }
  100% { -moz-transform: translateY(0); } }
@keyframes slide-in { 0% { -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); }
  100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
@-webkit-keyframes bounce-in { 0% { -webkit-transform: scale(0); }
  60% { -webkit-transform: scale(1.2); }
  100% { -webkit-transform: scale(1); } }
@-moz-keyframes bounce-in { 0% { -moz-transform: scale(0); }
  60% { -moz-transform: scale(1.2); }
  100% { -moz-transform: scale(1); } }
@keyframes bounce-in { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
  60% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.about aside { position: relative; }
.about aside figure { float: left; }
.about aside h2 { margin-bottom: 10px; }
.about aside h4 { margin-bottom: 15px; }

.quotes { background: url(../images/call-back.jpg) no-repeat; background-size: 100%; }
.quotes header { margin: 0; }
.quotes .h-quote { font-weight: 300; font-size: 34px; line-height: 40px; color: #fdfdfd; text-align: left; margin-top: -30px; }
.quotes .c-author { position: relative; font-weight: 300; font-size: 14px; color: #fdfdfd; margin-top: 15px; text-align: left;}
.quotes .c-author:before { content: ""; position: absolute; top: -25px; left: 50%; display: inline-block; height: 7px; width: 7px; margin-left: -5px; background: rgba(218, 224, 214, 0.3); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media screen and (min-width: 320px) and (max-width: 767px) { .quotes .h-quote { font-size: 18px; line-height: 26px; padding: 0 20px; }
  .quotes .c-author { font-size: 12px; margin-top: 30px; }
  .quotes .c-author:before { top: -17px; } }

.our-work { padding-bottom: 0; background: #fdfdfd; }
.our-work .item, .our-work .grid-sizer { width: 33.3%; }
.our-work .item figure img { display: block; width: 100%; }
.our-work #worksFilters { text-align: center; margin-bottom: 60px; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.our-work #worksFilters:after { content: ""; display: table; clear: both; }
.our-work .button { opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=60); zoom: 1; }
.our-work .button:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; }
.our-work .button.is-checked { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; }
.our-work figure { overflow: hidden; }
.our-work figure img { -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; transition: all 3s ease-out; }
.our-work #worksContainer .item { background: #926d7e; cursor: pointer; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.our-work #worksContainer .item figure { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
.our-work #worksContainer .item:hover figure { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=20); zoom: 1; }
.our-work #worksContainer .item:hover .info { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); }
.our-work #worksContainer .item:hover .info .c-01 { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); }
.our-work #worksContainer .item:hover img { -webkit-transform: scale(1.2) rotate(5deg); -moz-transform: scale(1.2) rotate(5deg); -ms-transform: scale(1.2) rotate(5deg); -o-transform: scale(1.2) rotate(5deg); transform: scale(1.2) rotate(5deg); }
.our-work #worksContainer .item .info { text-align: center; height: 100%; width: 100%; position: absolute; top: 50%; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; margin-top: -45px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; }
.our-work #worksContainer .item .info .icon-eye { margin: 0 auto; height: 45px; width: 50px; }
.our-work #worksContainer .item .info .icon-eye svg * { fill: #fdfdfd; }
.our-work #worksContainer .item .copy { color: #fdfdfd; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
.our-work #worksContainer .item .copy.c-02 { text-transform: uppercase; }
@media screen and (min-width: 767px) and (max-width: 1024px) { .our-work .item, .our-work .grid-sizer { width: 33.3333%; } }
@media screen and (min-width: 320px) and (max-width: 767px) { .our-work .item, .our-work .grid-sizer { width: 50%; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .our-work .button-set { display: block; float: left; width: 48%; margin: 0 1%; }
  .our-work .button { width: 100%; display: block; margin-bottom: 5px; } }

.team .h-03 { text-transform: uppercase; color: black; padding-top: 25px; margin-bottom: 10px; }
.team .h-04 { color: #b8bbcc; margin-bottom: 35px; }
.team .c-01 { position: relative; margin-top: 35px; padding: 0 10px 25px 10px; }
.team .c-01:before { content: ""; position: absolute; top: -21px; left: 50%; display: inline-block; height: 7px; width: 7px; margin-left: -5px; background: rgba(218, 224, 214, 0.8); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.team figure { overflow: hidden; }
.team figure img { width: 100%; -webkit-transition: all 4s ease-out; -moz-transition: all 4s ease-out; transition: all 4s ease-out; }
.team #teamContainer:after { content: ""; display: table; clear: both; }
.team .item { margin-bottom: 20px; float: left; direction: ltr; padding-left: 10px; padding-right: 10px; width: 25%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
@media screen and (min-width: 320px) and (max-width: 767px) { .team .item { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .team .item { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 767px) and (max-width: 1024px) { .team .item { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
@media screen and (min-width: 1170px) and (max-width: 1600px) { .team .item { float: left; direction: ltr; padding-left: 10px; padding-right: 10px; } }
.team .item img { display: block; }
.team .item .info { text-align: center; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
.team .item:hover .info { background: rgba(105, 105, 105, 0.1); }
.team .item:hover img { -webkit-transform: scale(1.1) translateY(-5px); -moz-transform: scale(1.1) translateY(-5px); -ms-transform: scale(1.1) translateY(-5px); -o-transform: scale(1.1) translateY(-5px); transform: scale(1.1) translateY(-5px); }
@media screen and (min-width: 320px) and (max-width: 767px) { .team .item { width: 50%; } }
@media screen and (min-width: 320px) and (max-width: 510px) { .team .item { width: 100%; } }

.testimonials { background: url(../images/testimonials-bg.jpg) no-repeat; background-size: cover; text-align: center; }
.testimonials figure { position: relative; display: inline-block; margin-bottom: 15px; }
.testimonials figure figcaption .h-02 { position: absolute; top: 50%; color: #fdfdfd; }
.testimonials figure figcaption .h-02 span { padding-left: 5px; color: #e4c2c0; font-weight: 300; }
.testimonials figure img { position: relative; border-radius: 300px; display: block; margin: 0 auto; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.testimonials figure:before, .testimonials figure:after { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.testimonials figure:before { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; content: attr(data-name); display: inline-block; position: absolute; top: 50%; right: 45px; margin-top: -5px; width: 300px; text-align: right; color: #fdfdfd; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 600; }
.testimonials figure:after { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=0); zoom: 1; content: attr(data-employer); display: inline-block; position: absolute; top: 50%; left: 45px; margin-top: -5px; width: 300px; text-align: left; color: #e4c2c0; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 300; }
.testimonials .h-04 { text-transform: none; color: #fdfdfd; line-height: 24px; padding: 0 20px; }
.testimonials .testimonials-pager { margin-top: 25px; }
.testimonials .testimonials-pager .swiper-pagination-switch { display: inline-block; height: 10px; width: 10px; border-radius: 180px; background: none; border: 2px solid #e4c2c0; margin: 0 3px; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.testimonials .testimonials-pager .swiper-pagination-switch:hover { background: rgba(228, 194, 192, 0.4); }
.testimonials .testimonials-pager .swiper-active-switch { background: #e4c2c0; }
.testimonials:hover img { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }
.testimonials:hover figure:before { -webkit-transform: translateX(-40px); -moz-transform: translateX(-40px); -ms-transform: translateX(-40px); -o-transform: translateX(-40px); transform: translateX(-40px); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; }
.testimonials:hover figure:after { -webkit-transform: translateX(40px); -moz-transform: translateX(40px); -ms-transform: translateX(40px); -o-transform: translateX(40px); transform: translateX(40px); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=100); zoom: 1; }
@media screen and (min-width: 320px) and (max-width: 767px) { .testimonials figure { width: 100%; }
  .testimonials figure:before, .testimonials figure:after { display: none; }
  .testimonials:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .footer .map-block .item { margin-top: 0px !important; } }

.contact .half-col .h-02 { margin-bottom: 15px; }
.contact .half-col .item:after { content: ""; display: table; clear: both; }
.contact .half-col .item .h-02 { color: dimgray; padding-top: 15px; }
.contact .half-col svg { height: 44px; width: 44px; opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)"; filter: alpha(opacity=20); zoom: 1; float: left; }
.contact .input input, .contact .input textarea { width: 100%; background: none; outline: none; padding: 10px; border: 2px solid #dae0d6; border-radius: 0; margin-bottom: 10px; font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 300; line-height: 18px; color: dimgray; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
.contact .input input:focus, .contact .input textarea:focus { border: 2px solid #b8bbcc; }
.contact .input textarea { min-height: 120px; }
.contact .button { -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; }
.contact .form-result { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }
.contact .form-result.success { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12px; color: #b8bbcc; padding: 20px 0; }
.contact .form-result.error { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12px; color: #926d7e; padding: 20px 0; }
@media screen and (min-width: 320px) and (max-width: 510px) { .contact .form-result.error, .contact .form-result.success { font-size: 10px; } }

.footer { padding: 0; }
.footer .g-map { position: relative; }
.footer .g-map:before { content: ""; display: block; height: 19px; width: 100%; position: absolute; top: -10px; z-index: 50; background: url(../images/hero-slide-bar.png) repeat-x; }
.footer .g-map:after { content: ""; display: block; height: 19px; width: 100%; position: absolute; bottom: -6px; z-index: 50; background: url(../images/hero-slide-bar.png) repeat-x; }
.footer #map { height: 400px; width: 100%; }
.footer .copyright { margin: 15px 0; }
.footer .map-block { float: left; text-align: left; width: 33.333%; }
.footer .map-block-four { float: left; text-align: left; width: 25%; }
.footer .map-block-four .item { margin: -80px 0 30px 0; }
.footer .map-block img { width: 99%; }
.footer .map-block-four img { width: 99%; }
.footer .dop-line .item { height: 91px; }


@media screen and (min-width: 320px) and (max-width: 510px) { .footer .copyright { font-size: 10px; text-align: center; } }

@media screen and (min-width: 767px) and (max-width: 1024px) { .site-inner { width: 47.9375em; } }
@media screen and (min-width: 320px) and (max-width: 767px) { .touch .team .item:hover .info { background: transparent; }
  .touch .team .item:hover img { -webkit-transform: scale(1) translateY(0px); -moz-transform: scale(1) translateY(0px); -ms-transform: scale(1) translateY(0px); -o-transform: scale(1) translateY(0px); transform: scale(1) translateY(0px); }
  .site-inner { width: 100%; padding: 0 20px; }
  .br { width: 100%; }
  .header header { margin: 0 !important; }
  .logo { margin: 0 auto 20px auto !important; padding-top: 30px; }
  section.footer.row { margin: -80px 0 0 0; }
  .footer .map-block { width: 100%; margin-top: 5%;}
  .footer .map-block-four { width: 100%;}
  .footer .map-block-four .item { margin: 30px 0 30px 0; }
  .footer .dop-line .item { height: auto; }
  .menu-arrow { display: block; }
  .h-hero-alt { margin-top: 20px !important; font-size: 34px !important; }
  .contact-trigger:before, .contact-trigger:after { width: 50px !important; }
  .about h2 { margin: 8px 0 18px 0 !important; }
  .about h4 { margin-bottom: 5px !important; } }


  @media screen and (min-width: 801px) and (max-width: 1000px) {
  .header .logo { float: left; text-align: left; width: 48%; display: inline-block;}
  .header .social { float: right; text-align: right; width: 48%; padding-right: 2%; display: inline-block;}
  .header .primary-nav {display: none;}
  .slide-one { display: none; }
  .slide-two { width: 96%; }
  .slide-three { display: none; }
  .slide-two .but { background: #e50414; border: 1px dashed #fff; border-radius: 10px; margin: 20px 30px; text-align: center;}
	.slide-two .but .size { font-size: 16px; line-height: 38px; margin-left: 6px;}
	.header .contact-slire:before, .header .contact-slire:after { content: ""; position: relative; top: -4px; display: inline-block; background: #fdfdfd; height: 1.5px; width: 40px;}
	.header .c-hero { font-size: 18px; line-height: 24px; margin-bottom: 20px; padding: 0; }
	.header .h-hero { margin-top: 20px; }
	.rest-one { float: left; width: 33.33%; }
	.rest-one img { width: 90%; margin-bottom: 20%; }
	.rest-col { float: left; text-align: center; margin-bottom: 3%; width: 100%; }
	.rest-col .copy.c-03 { font-size: 12px; }
	.site-inner .one-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 5%; }
	.site-inner .two-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 3%;}
	.site-inner .three-col { color: #000; font-weight: 600; float: left; width: 36%; margin: 0 4%; }
	.site-inner .one-col .two-col .three-col li { text-align: left; }
    .site-inner .border-making { width: 97%; margin-top: 10px; margin-bottom: 2%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right; }
    .site-inner .border-making .ico { width: 4%; display: inline-block; margin-top: 20px; position: relative; top: -2px;}
    .site-inner .border-making .number { display: inline-block; padding-left: 5px; margin-top: 20px;  margin-bottom: 10px; position: relative; top: -7px;}
	.site-inner .border-contact { width: 90%; margin-top: 40px; margin-right: 3%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right;}
	.site-inner .border-contact .one { width: 47%; display: inline-block; margin-top: 5px; margin-left: 40px; }
	.site-inner .border-contact .two { width: 42%; display: inline-block; margin-top: 5px; }
	.site-inner .border-contact .ico { width: 5%; display: inline-block; margin-top: 5px; }
	.site-inner .border-contact .number { display: inline-block; padding-left: 20px; margin-top: 5px;  margin-bottom: 10px; }
	.left-col { width: 100%; }
	.right-col { width: 100%; }
	.right-col-one-but { float: left; margin-left: 35.5%; margin-top: 50px; margin-bottom: 50px;}
	.right-col-two-but { float: right; margin-left: 0px; margin-top: 50px; margin-bottom: 50px; }
  .right-col-two-but-phone { margin-bottom: 10%; margin-top: 0%; }
  .right-col-two-but-phone .zaglushka { display: none; }
  .call-back-one {width: 100%;}
  .call-back-one .data-one {margin-top: 10%;}
  .call-back-one .data-one .text { width: 280px; }
  .call-back-one .data-two {margin-top: 10%;}
  .quotes { background: url(../images/call-back.jpg) no-repeat; background-size: cover; height: 150px; }
  .center { text-align: center !important; }
  .quotes .h-quote { font-size: 42px; }
  .quotes .c-author { text-align: center; font-size: 22px; }
  .quotes .c-author:before {display: none;}
  .use-one { float: left; width: 100%; }
  .use-one img { width: 50%; }
  .use-two { float: left; width: 100%; vertical-align: top; margin-top: 4%;}
  .use-three { float: left; width: 100%; margin-top: 10%;}
  .use-three img { width: 50%;}
  .footer-one { width: 30%; }
  .footer-two { width: 40%; }
  .uslugi-two .img-size {width: 80%}
  .footer-three { width: 15%; }
  .uslugi-one { width: 100%; }
  .uslugi-one .title {text-align: center}
  .uslugi-one .description {text-align: center}
  .uslugi-two { width: 100%; margin-top: 10%; }
  .uslugi-two .img-size { width: 100%; }
  .uslugi-two .form { width: 90%; }
  .uslugi-two .zaglushka { display: none; }
  .uslugi-three { width: 100%; margin-top: 5%; }
  .uslugi-three .title { text-align: center; font-size: 17px; }
  .uslugi-three .right { width: 53%; }
  }

@media screen and (min-width: 751px) and (max-width: 800px) {
  .header .logo { float: left; text-align: left; width: 48%; display: inline-block;}
  .header .social { float: right; text-align: right; width: 48%; padding-right: 2%; display: inline-block;}
  .header .primary-nav {display: none;}
  .slide-one { display: none; }
  .slide-two { width: 96%; }
  .slide-three { display: none; }
  .slide-two .but { background: #e50414; border: 1px dashed #fff; border-radius: 10px; margin: 20px 30px; text-align: center;}
  .slide-two .but .size { font-size: 16px; line-height: 38px; margin-left: 6px;}
  .header .contact-slire:before, .header .contact-slire:after { content: ""; position: relative; top: -4px; display: inline-block; background: #fdfdfd; height: 1.5px; width: 40px;}
  .header .c-hero { font-size: 18px; line-height: 24px; margin-bottom: 20px; padding: 0; }
  .header .h-hero { margin-top: 20px; }
  .rest-one { float: left; width: 33.33%; }
  .rest-one img { width: 90%; margin-bottom: 20%; }
  .rest-col { float: left; text-align: center; margin-bottom: 3%; width: 100%; }
  .rest-col .copy.c-03 { font-size: 12px; }
  .site-inner .one-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 5%; }
  .site-inner .two-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 3%;}
  .site-inner .three-col { color: #000; font-weight: 600; float: left; width: 36%; margin: 0 4%; }
  .site-inner .one-col .two-col .three-col li { text-align: left; }
  .site-inner .border-making { width: 97%; margin-top: 10px; margin-bottom: 2%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right; }
  .site-inner .border-making .ico { width: 4%; display: inline-block; margin-top: 10px; position: relative; top: -2px;}
  .site-inner .border-making .number { display: inline-block; padding-left: 5px; margin-top: 10px;  margin-bottom: 10px; position: relative; top: -7px;}
  .site-inner .border-contact { width: 90%; margin-top: 40px; margin-right: 3%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right;}
  .site-inner .border-contact .one { width: 47%; display: inline-block; margin-top: 5px; margin-left: 40px; }
  .site-inner .border-contact .two { width: 42%; display: inline-block; margin-top: 5px; }
  .site-inner .border-contact .ico { width: 5%; display: inline-block; margin-top: 5px; }
  .site-inner .border-contact .number { display: inline-block; padding-left: 20px; margin-top: 5px;  margin-bottom: 10px; }
  .left-col { width: 100%; }
  .right-col { width: 100%; }
  .right-col-one-but { float: left; margin-left: 35.5%; margin-top: 50px; margin-bottom: 50px;}
  .right-col-two-but { float: right; margin-left: 0px; margin-top: 50px; margin-bottom: 50px; }
  .right-col-two-but-phone { margin-bottom: 10%; margin-top: 0%; }
  .right-col-two-but-phone .zaglushka { display: none; }
  .call-back-one {width: 100%;}
  .call-back-one .data-one {margin-top: 10%;}
  .call-back-one .data-one .text { width: 280px; }
  .call-back-one .data-two {margin-top: 10%;}
  .quotes { background: url(../images/call-back.jpg) no-repeat; background-size: cover; height: 150px; }
  .center { text-align: center !important; }
  .quotes .h-quote { font-size: 42px; }
  .quotes .c-author { text-align: center; font-size: 22px; }
  .quotes .c-author:before {display: none;}
  .use-one { float: left; width: 100%; }
  .use-one img { width: 50%; }
  .use-two { float: left; width: 100%; vertical-align: top; margin-top: 4%;}
  .use-three { float: left; width: 100%; margin-top: 10%;}
  .use-three img { width: 50%;}
  .footer-one { width: 40%; margin: 0; text-align: center; }
  .footer-two { width: 40%; text-align: center; }
  .uslugi-two .img-size {width: 80%}
  .footer-three { width: 15%; }
  .uslugi-one { width: 100%; }
  .uslugi-one .title {text-align: center}
  .uslugi-one .description {text-align: center}
  .uslugi-two { width: 100%; margin-top: 10%; }
  .uslugi-two .img-size { width: 100%; }
  .uslugi-two .form { width: 90%; }
  .uslugi-two .zaglushka { display: none; }
  .uslugi-three { width: 100%; margin-top: 5%; }
  .uslugi-three .title { text-align: center; font-size: 17px; }
  .uslugi-three .right { width: 53%; }
  }

@media screen and (min-width: 500px) and (max-width: 750px) {
  .header .logo { float: left; text-align: left; width: 48%; display: inline-block;}
  .header .social { float: right; text-align: right; width: 48%; display: inline-block;}
  .slide-one { display: none; }
  .slide-two { width: 96%; }
  .slide-three { display: none; }
  .slide-two .but { background: #e50414; border: 1px dashed #fff; border-radius: 10px; margin: 20px 30px; text-align: center;}
  .slide-two .but .size { font-size: 16px; line-height: 38px; margin-left: 6px;}
  .header .contact-slire:before, .header .contact-slire:after { content: ""; position: relative; top: -4px; display: inline-block; background: #fdfdfd; height: 1.5px; width: 40px;}
  .header .c-hero { font-size: 16px; line-height: 24px; margin-bottom: 20px; padding: 0; }
  .header .h-hero { margin-top: 20px; }
  .rest-one { float: left; width: 33.33%; }
  .rest-one img { width: 90%; margin-bottom: 20%; }
  .rest-col { float: left; text-align: center; margin-bottom: 3%; width: 100%; }
  .rest-col .copy.c-03 { font-size: 12px; }
  .site-inner .one-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 5%; }
  .site-inner .two-col { color: #000; font-weight: 600; float: left; width: 20%; margin: 0 3%;}
  .site-inner .three-col { color: #000; font-weight: 600; float: left; width: 36%; margin: 0 4%; }
  .site-inner .one-col .two-col .three-col li { text-align: left; }
  .site-inner .border-making { width: 95%; margin-top: 10px; margin-bottom: 2%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right; }
  .site-inner .border-making .ico { width: 5%; display: inline-block; margin-top: 0px; position: relative; top: -2px;}
  .site-inner .border-making .number { display: inline-block; padding-left: 5px; margin-top: 0px;  margin-bottom: 10px; position: relative; top: -7px;}
  .site-inner .border-contact { width: 90%; margin-top: 40px; margin-right: 3%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right;}
  .site-inner .border-contact .one { width: 47%; display: inline-block; margin-top: 5px; margin-left: 40px; }
  .site-inner .border-contact .two { width: 42%; display: inline-block; margin-top: 5px; }
  .site-inner .border-contact .ico { width: 7%; display: inline-block; margin-top: 5px; }
  .site-inner .border-contact .number { display: inline-block; padding-left: 8px; margin-top: 5px;  margin-bottom: 10px; }
  .left-col { width: 100%; }
  .right-col { width: 100%; }
  .right-col-one-but { float: left; margin-right: 0px; margin-top: 50px; margin-bottom: 50px;}
  .right-col-two-but { float: right; margin-left: 0px; margin-top: 50px; margin-bottom: 50px; }
  .right-col-two-but-phone { margin-bottom: 10%; margin-top: 0%; }
  .right-col-two-but-phone .zaglushka { display: none; }
  .call-back-one {width: 100%;}
  .call-back-one .data-one {margin-top: 10%;}
  .call-back-one .data-one .text { width: 280px; }
  .call-back-one .data-two {margin-top: 10%;}
  .quotes { background: url(../images/call-back.jpg) no-repeat; background-size: cover; height: 150px; }
  .center { text-align: center !important; }
  .quotes .h-quote { font-size: 42px; }
  .quotes .c-author { text-align: center; font-size: 22px; }
  .quotes .c-author:before {display: none;}
  .use-one { float: left; width: 100%; }
  .use-two { float: left; width: 100%; vertical-align: top; margin-top: 4%;}
  .use-three { float: left; width: 100%; margin-top: 10%;}
  .footer-one { width: 50%; margin: 0;}
  .footer-two { width: 40%; }
  .footer-three { width: 15%; }
  .uslugi-one { width: 100%; }
  .uslugi-two { width: 100%; margin-top: 10%; }
  .uslugi-two .img-size { width: 90%; }
  .uslugi-two .form { width: 90%; }
  .uslugi-two .zaglushka { display: none; }
  .uslugi-three { width: 100%; margin-top: 12%; }
  .uslugi-three .title { text-align: center; font-size: 17px; }
  .uslugi-three .right { width: 80%; }
  }

  @media screen and (min-width: 320px) and (max-width: 499px) {
  .header .social { display: none;}
  .header .logo { float: left;}
  .header .logo .border { margin: 0 15%;}
  .header .h-hero, .header .h-hero-alt { font-size: 24px; }
  .slide-one { display: none; }
  .slide-two { width: 94%; }
  .slide-three { display: none; }
  .slide-two .but { background: #e50414; border: 1px dashed #fff; border-radius: 10px; margin: 0 0px; text-align: center;}
  .slide-two .but .size { font-size: 12px; line-height: 28px; margin-left: 0px; }
  .header .contact-slire:before, .header .contact-slire:after { content: ""; position: relative; top: -4px; display: inline-block; background: #fdfdfd; height: 1.5px; width: 10px;}
  .header .c-hero { font-size: 12px; line-height: 18px; margin-bottom: 20px; }
  .rest-one { float: left; width: 33.33%; }
  .rest-one img { width: 90%; margin-bottom: 20%; }
  .rest-col { float: left; text-align: center; margin-bottom: 5%; width: 100%; }
  .site-inner .one-col { color: #000; font-weight: 600; float: left; width: 45%; margin: 0 5%; }
  .site-inner .two-col { color: #000; font-weight: 600; float: right; width: 30%; margin: 0 0 5% 1%; }
  .site-inner .three-col { color: #000; font-weight: 600; float: left; width: 80%; margin: 0 0 5% 4%; }
  .site-inner .one-col .two-col .three-col li { text-align: left; }
  .site-inner .border-making { width: 92%; margin-top: 10px; margin-bottom: 2%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right; }
  .site-inner .border-making .ico { width: 3%; display: none; margin-top: 0px; position: relative; top: -2px;}
  .site-inner .border-making .number { display: inline-block; padding-left: 5px; margin-top: 0px;  margin-bottom: 10px; position: relative; top: -7px;}
  .site-inner .border-contact { width: 85%; margin-top: 10px; margin-left: 2%; background: #f5f5f5; border: 1px dashed #000; border-radius: 10px; padding: 10px; float: right;}
  .site-inner .border-contact .one { width: 100%; display: inline-block; margin-top: 5px; margin-left: 0px; text-align: center; }
  .site-inner .border-contact .two { width: 100%; display: inline-block; margin-top: 5px; text-align: center; }
  .site-inner .border-contact .ico { width: 10%; display: inline-block; margin-top: 5px; }
  .site-inner .border-contact .ico-two { width: 5%; display: inline-block; margin: 15px 0 0 17px; }
  .site-inner .border-contact .number { display: inline-block; padding-left: 5px; margin-top: 5px; }
  .left-col { width: 100%; }
  .right-col { width: 100%; }
  .right-col-one-but { float: left; width: 83%; margin-top: 10%;}
  .right-col-two-but { float: left; width: 83%; margin-top: 5%; margin-bottom: 10%;}
  .right-col-one-but-title {font-size: 14px;}
  .right-col-two-but-title {font-size: 14px;}
  .right-col-two-but-phone { margin-bottom: 10%; margin-top: 0%; width: 83%; }
  .right-col-two-but-phone .zaglushka { display: none; }
  .call-back-one {width: 100%;}
  .call-back-one .data-one {margin-top: 10%; width: 100%;}
  .call-back-one .data-one .text { width: 100%; }
  .call-back-one .data-two {margin-top: 5%; width: 100%;}
  .quotes { background: url(../images/call-back.jpg) no-repeat; background-size: cover; height: 150px; }
  .center { text-align: center !important; }
  .quotes .h-quote { font-size: 24px; }
  .quotes .c-author { text-align: center; }
  .quotes .c-author:before {display: none;}
  .use-one { float: left; width: 100%; }
  .use-two { float: left; width: 100%; vertical-align: top; margin-top: 10%; }
  .use-three { float: left; width: 100%; margin-top: 20%; }
  .footer-one { width: 100%; text-align: center; margin: 0; }
  .footer-two { width: 100%; text-align: center; margin-top: 0px; margin-bottom: 30px; }
  .footer-three { display: none; }
  .uslugi-one { width: 100%; }
  .uslugi-two { width: 100%; margin-top: 10%; }
  .uslugi-two .img-size { width: 90%; }
  .uslugi-two .form { width: 90%; }
  .uslugi-two .zaglushka { display: none; }
  .uslugi-three { width: 100%; margin-top: 12%; }
  .uslugi-three .title { text-align: center; font-size: 17px; }
  .uslugi-three .right { width: 80%; }
  }
