@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/fonts/BebasNeueRegular.eot');
	src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
		url('fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueRegular.woff') format('woff'),
		url('fonts/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/BebasNeueBold.eot');
	src: local('Bebas Neue Bold'), local('BebasNeueBold'),
		url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueBold.woff') format('woff'),
		url('fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/BebasNeueLight.eot');
	src: local('Bebas Neue Light'), local('BebasNeueLight'),
		url('fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueLight.woff') format('woff'),
		url('fonts/BebasNeueLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/BebasNeue-Thin.eot');
	src: local('Bebas Neue Thin'), local('BebasNeue-Thin'),
		url('fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeue-Thin.woff') format('woff'),
		url('fonts/BebasNeue-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue Book';
	src: url('fonts/BebasNeueBook.eot');
	src: local('Bebas Neue Book'), local('BebasNeueBook'),
		url('fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueBook.woff') format('woff'),
		url('fonts/BebasNeueBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	color: #4B575C;
}

body {
	background-color: #1D2028;
}
.outer {
	max-width: 1676px;
	margin: 0 auto;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.revs {
	background-color: white;
text-align: center;
}

.bb {	
	margin: 32px 0;
	border: 1px solid #434D5C;
	position: relative;
}

.bb-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.logo-box {
	padding: 15px 49px;
}
.menu-box {
	padding: 15px 0;
	margin-left: 7%;
}
.menu a {
	font-size: 20px;
	line-height: 49px;
	color: #ADADAD;
	text-decoration: none;
	display: inline-block;
	margin-right: 65px;
	outline: 0;
}
.menu a:hover {
	color: #159CE8;
}
.menu a:last-child {
	margin-right: 0px;
}

.phone-box {
	text-align: right;
	padding: 15px 49px;
	border-left: 1px solid #434D5C;
	margin-left: auto;
}
.phone {
	font-size: 24px;
	line-height: 40px;
	color: #F6F6F6;
	display: block;
	text-decoration: none;
}
.mail {
	font-size: 20px;
	color: #ADADAD;
	display: block;
	text-decoration: none;
}

.b1 {
	
	background: url('img/b1.jpg') right top no-repeat;
	padding-bottom: 50px;
}
.b1 .container {
	position: relative;
	min-height: 737px;
	padding-bottom: 70px;
}
.mouse {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.b1 .txt {
	padding-top: 83px;
	margin-left: 10%;
	max-width: 600px;
}
.t1 {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #bdbdbd;
	margin-bottom: 27px;
}
.site-title {
	font-family: 'Bebas Neue';
	text-transform: uppercase;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.1em;
	color: #F6F6F6;
	margin-bottom: 15px;
}
.b1 p {
	font-weight: 300;
	font-size: 28px;
	line-height: 37px;
	color: #BDBDBD;
	max-width: 400px;
	margin-bottom: 46px;
}
.b1 p.fs2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.nums-box {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.nums-box .box {
	display: inline-block;
	border-left: 1px solid #434D5C;	
	padding: 5px 0;
}
.nums-box .box:first-child {
	border-left: 0;
	padding-right: 30px;
}
.nums-box .num {
	font-size: 56px;
	line-height: 1;
	color: #f6f6f6;
	letter-spacing: 0.01em;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}
.nums-box .box:first-child .num {
	width: 150px;
}
.nums-box span {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	color: #ADADAD;	
	display: inline-block;
}

.btn1, .btn0 {
	padding: 15px 50px;
	display: inline-block;
	vertical-align: top;
	color: #F0F0F0;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background-color: #09AFF5;
	transition: all .5s;
}
.btn1:hover {
	background-color: #4FB4ED;
	color: white;
	transform: scale(1.05);
}
.btn0 {
    background-color: #e76108;
}
.btn0:hover {
    background-color:#fd7d28;
	transform: scale(1.05);
}

.httl-box {
	padding-left: 120px;
	margin-bottom: 50px;
}
.httl-top {
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	margin-bottom: 7px;
}
.httl-top:after {
	content: '';
	position: absolute;
	left: -48px;
	top: 18px;
	width: 36px;
	height: 1px;
	background-color: #191C25;
}
.httl {
	position: relative;
}
.httl .num {
	font-family: 'Bebas Neue';
	font-weight: normal;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.1em;
	color: #606060;
	position: absolute;
	left: -80px;
	top: 0;
}
.httl span {
	font-family: 'Bebas Neue';
	font-weight: normal;
	font-size: 48px;
	color: black;
	line-height: 58px;
	letter-spacing: 0.115em;
	display: block;
}


.b2 {
	padding: 103px 0 160px;
	background-color: white;
}
.b2 .httl-box {
	margin-bottom: 72px;
}
.b2 .httl {
	max-width: 620px;
}
.b2 .boxes {
	display: flex;
	display: -webkit-flex;	
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	overflow: hidden;
}
.b2 .box {
	border: 1px solid #C8C8C8;
	border-right: 0;
	border-bottom: 0;
	padding: 40px 10px 40px 140px;
	position: relative;
	margin-top: -1px;
	margin-left: -1px;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}
.b2 .box .img {
	position: absolute;
	left: 0;
	top: 40px;
	width: 140px;
	text-align: center;
}
.b2 .box .ttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	color: black;
	margin-bottom: 10px;
}
.b2 .box .txt {
	font-size: 18px;
	line-height: 24px;
	color: #3C3C3C;
}

.sp {
	padding-top: 10px;
	padding-left: 113px;
	position: relative;
	min-height: 90px;
	margin-bottom: 30px;
}
.sp .img {
	position: absolute;
	left: 0;
	top: 0;
}
.sp .name {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: black;
	margin-bottom: 10px;
}
.sp .desc {
	font-size: 16px;
	line-height: 22px;
	color: black;
}

.b3 {
	background-color: white;
}
.b3 .box {
	padding: 60px 50px 60px 0;
	border: 1px solid #BDBDBD;	
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.b3 .b-left {
	flex: 0 0 450px;
	-webkit-flex: 0 0 450px;
}
.b3 .b-right {
	flex: 1;
	-webkit-flex: 1;
	padding-top: 55px;
}
.b3 .sp{
	margin-left: 120px;
}
.quo {
	background: url('img/quot.svg') left top no-repeat;
	padding-left: 80px;
}
.quo p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: black;
	margin-bottom: 15px;
}
.quo p b {
	font-weight: bold;	
	color: black;
}

.cases {
	background-color: white;
	padding-top: 120px;
}
.cases-list {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;	
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;	
}
.cases-list .r {
	font-size: 0px;
	flex: 1;
	-webkit-flex: 1;
}
.cases-list a {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 2px 0;
	overflow: hidden;	
	position: relative;
	z-index: 1;

}
.cases-list a img {
	transition: transform .4s;
}
.cases-list a:hover img {
	 transform: scale(1.1);
}
.cases-list a.wide {
	position: relative;
	overflow: visible;	
	z-index: 0;
}
.cases-list a.wide img {
	position: absolute;
	left: 0;
	top: 0;
}
.cases-list a.wide:hover img {
	transform: scale(1.03);
}

.priv-txt ul, .priv-txt ol {
	margin-left: 15px;
	margin-bottom: 15px;
}
.priv-txt h2 {
	margin-bottom: 20px;
}
.priv-txt p {
	margin-bottom: 15px;
}



.clients {
	background-color: white;
	padding-top: 120px;
}
.clients .httl-box {
	display: inline-block;
	margin: 0 75px 40px 0;
}
.clients .boxes {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.clients .box {
	border: 1px solid #DBDBDB;
	position: relative;
	margin: 3px 2px;
	height: 192px;	
	width: 192px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.clients .box img {
	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: .5s;	
}
.clients .box:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.clients .btn-box {
	text-align: center;
	padding-top: 40px;
}


.btn-more {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #159CE8;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

.form-inl {
	background-color: white;
	padding: 130px 0 90px;
}
.form-inl .form1 {
	border: 1px solid #E76108;
	padding: 60px 10%;
}
.form1 .ttl {
	font-family: Bebas Neue;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.115em;
	color: #2B2B2B;
	margin-bottom: 5px;
}
.form1 p {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
	max-width: 400px;
}
.form1 input {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000000;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	width: 100%;	
}
.form1 button {
	border: 0;
	line-height: 1.4;
	text-align: center;
	font-size: 18px;
	padding: 15px 10px 14px 10px;
	width: 100%;	
}
.form-inl input {
	max-width: 260px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.form-inl button {
	max-width: 260px;
}

.menu-btn {
	width: 35px;
	  height: 30px;
	  position: relative;	  
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index: 101;
	  display: none;
}
.menu-btn  span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-btn.open  span {
background: white;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 12px;
}
.menu-btn  span:nth-child(3) {
  top: 24px;
}
.menu-btn.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.case-content {
	overflow: hidden;
}
.case {
	background-color: white;
	padding: 100px 0 0 100px;
}
.case .item {
	position: relative;
	padding: 0 0 90px 60px;
	border-left: 1px solid #434D5C;
}
.case .item.fin {
	padding-bottom: 30px;
	border-left: 0;
}
.case .item:after {
	content: '';
	position: absolute;
	left: -19px;
	top: 0;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 4px solid #E76108;
	background-color: white;
}
.httl2 {
	font-family: Bebas Neue;	
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 0.115em;
	text-transform: uppercase;
	color: #2b2b2b;
	margin-bottom: 40px;
	position: relative;
	top: -12px;
}
.case .item p {
	max-width: 650px;
	font-size: 20px;
	color: black;
	line-height: 30px;
	margin-bottom: 25px;
}
.case .item p b {	
	color: black;	
}

.mb-30 {
	margin-bottom: 30px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}

.first-img {	
	margin-top: 80px;
}
.first-img img {
	max-width: 100%;
	height: auto;
}
.imgs-2 img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin: 5px 5px 5px 0;
}

.case .img {padding-top: 40px;}
.case .img img {	
	max-width: 100%;
	height: auto;
	margin: 10px 10px 0 0;
}

.results .box {	
	border: 1px solid #A7A7A7;
	padding: 0 3%;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 320px;
	height: 160px;
	float: left;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
		-webkit-align-items: center;
}
.results .box .p {
	flex: 0 0 100px;
	-webkit-flex: 0 0 100px;
	font-family: Bebas Neue;
	font-size: 60px;
	line-height: 49px;
	color: black;
}
.results .box .txt {
	flex: 1;
	-webkit-flex: 1;
	font-size: 18px;
	line-height: 24px;
	color: black;
}
.clear {
	clear: both;
}

.other-cases {
	padding: 0 23px 30px 23px;
	background-color: white;
}
.other-cases .httl {
	margin-left: 10%;
}
.cases-list2 {
	display: flex;
	display: -webkit-flex;	
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;	
}
.cases-list2 .box {	
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	padding: 0 7px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.cases-list2 a {
	display: block;	
	overflow: hidden;	
}
.cases-list2 a img {
	width: 100%;
	height: auto;
	transition: transform .4s;
}
.cases-list2 a:hover img {
	 transform: scale(1.05);
}

.w-row {
	display: flex;
	display: -webkit-flex;
	margin: 0 -10px;
}
.w-row .w3 {
	flex: 0 0 33.3%;
	-webkit-flex: 0 0 33.3%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.box3 {
	padding: 100px 0 30px;
}
.box3 .box {
	width: 90%;
}
.box3 .box .img {
	height: 70px;
	margin-bottom: 30px;
	background-color: white;
	display: inline-block;
	padding: 0;
	padding-right: 20px;
	position: relative;
}
.box3 .box .ttl {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.box3 .box .txt {
	font-size: 18px;
	line-height: 24px;
}

.pt-0 {
	padding-top: 0px !important;
}

.vid-rev-box {
	display: flex;
	display: -webkit-flex;
	margin: 0 -10px;
	max-width: 1040px;
}
.vid-rev-box .vid-rev {
	padding: 0 10px;
	margin-bottom: 20px;
}
.vid-rev-box .vid-rev img{
	max-width: 100%;
	height: auto;
}
.vid-rev-box .box {
	flex: 1;
	-webkit-flex: 1;
	height: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.vid-rev-box .txt {
	padding: 40px;
	border: 1px solid #2B2B2B;
}
.vid-rev-box .box p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}
.vid-rev-box .box p.p16 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.rev-name {
	padding-left: 110px;
	position: relative;
	padding-top: 20px;
	min-height: 100px;
}
.rev-name .img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
.rev-name .name {
	color: black;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:10px;
}
.rev-name p {	
	font-size: 15px !important;	
	line-height: 1.4 !important;	
	font-weight: 300;
	margin-bottom: 10px;
}

#btn_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.popup {
	display: none;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	top: 5%;
	z-index: 10002;
	background-color: white;
	max-width: 400px;
	border: 1px solid #BDBDBD;
	width: 100%;
}
.popup-bg {	
	position: relative;	
	padding: 40px 30px;
}
.popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: url('img/close.png') center center no-repeat;
	width: 24px;
	height: 24px;
	z-index: 10003;
}
.popup-ttl {
	font-size: 24px;
	font-weight: bold;text-align: center;
	margin-bottom: 15px;
}
.popup p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.popup input {
	font-size: 16px;
	border: 1px solid #BDBDBD;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
}
.popup button {
	font-size: 18px;
	border: 0;
	padding: 15px;
	width: 100%;	
	margin-bottom: 20px;
}
.privacy {
	color: #A2A2A2;
	font-size: 13px;
	text-align: center;
}
.privacy a {
	color: #A2A2A2;
	font-size: 13px;
}
#thanks-popup  {
	max-width: 360px;
}
#thanks-popup .popup-bg {	
	position: relative;	
	padding: 60px 30px;
}

.back-lnk {
	font-size: 18px;
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 50px;
	position: relative;
	padding-left: 20px;
	outline: 0;
}
.back-lnk.v2 {
	margin-top: 50px;
	margin-bottom: 0px;
}
.back-lnk:after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	border: solid #E76108;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	 transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
}

.embed-responsive {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.httl0 {
}

.revs {
	padding: 100px 0 20px;
	text-align: center;
background-color: white;
}
.revs .httl {margin-bottom: 50px;}
.revs .d-flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.revs .d-flex .box {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding: 0 20px;
	margin-bottom: 30px;
}

.faq-item {
	margin-bottom: 50px;
}
.faq-btn {
	cursor: pointer;
	padding: 10px 30px 10px 0;
	position: relative;
	border-bottom: 1px solid grey;
}
.faq-item.open {
	border-bottom: 1px solid grey;
}
.faq-item.open .faq-btn {
	border-bottom: 1px solid transparent;
}
.faq-btn span {
	font-size: 20px;
	font-weight: bold;
}
.faq-btn i {
	font-size: 30px;
	line-height: 1;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 5px;
}
.faq-btn i:after {
	content: "+";
}
.faq-item.open .faq-btn i:after {
	content: "-";
}
.faq .item .desc {
	padding: 30px 0;
	display: none;
}

.faq .item p {
	max-width: 100%;
	font-size: 16px;
	color: black;
	line-height: 1.4;
	margin-bottom: 20px;
}

.show-sm {
	display: none;
}


@media screen and (max-width: 1300px){
	.b1 {
		background: url('img/b1.jpg') 500px top no-repeat;
	}
}
@media screen and (max-width: 1210px){
	.outer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.menu a {margin-right: 20px;}
	.menu a:last-child {margin-right: 0px;}
	.b1 {
		background: url('img/b1.jpg') 400px top no-repeat;
	}
	.cases-list .r {		
		flex: 0 1 32%;
		-webkit-flex: 0 1 32%;
	}
	.cases-list .r img {		
		width: 100%;
		height: auto;
	}
	
	.vid-rev-box {
		padding-right: 15px;
	}
	.outer {
		overflow: hidden;
	}	
}
@media screen and (max-width: 1080px){
	.b2 {
		padding: 50px 0;
	}
	.b1 .txt {padding-top: 0px;}
	.mouse {display: none;}
	.nums-box {right: auto;left: 100px;}
	.b1 .container {min-height: 600px;}
	.form-inl .form1 {padding: 40px 5%;}
	.menu-box {margin-left: 0px;}
}
@media screen and (max-width: 968px){
	.b2 .box {
		border: 0;						
		flex: 0 0 50%;
		-webkit-flex: 50%;
	}
	.b2 .httl-box {margin-bottom: 40px;}
	.cases {padding-top: 50px;}
	.form-inl {padding-top: 50px;}
	.b3 .box {display: block;}
	.b3 .b-right {padding-left: 50px;padding-top: 0px;}
	.phone-box {border: 0;}
	
	.header  {margin-top: 15px;}
	.header .logo-box {padding-left: 80px;}
	.menu-btn {
		position: absolute;
		left: 15px;
		top: 30px;
		z-index: 101;
		display: inline-block;
	}
	.menu {
		background-color: black;
		padding: 60px 20px 15px 20px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		display: none;
	}
	.menu.open {
		display: block;
	}
	.menu a {
		text-decoration: none;
		font-size: 18px;
		color: white;
		display: block;
		text-align: center;
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
		padding: 0px 10px 5px 10px;
	}
	
	.box3 .w-row {
		display: block;
	}
	.box3 {
		padding: 40px 0 20px;
	}
	.vid-rev-box {
		display: block;		
	}
}
@media screen and (max-width: 768px){
	.httl2, .httl span {font-size: 41px;line-height: 48px;}
	
	.b2 .box {
		flex: 0 0 100%;
		-webkit-flex: 100%;
	}
	.clients .httl-box {display: block;margin-right: 0px;text-align: left;}
	.clients {text-align: center;}
	.case {padding-left: 30px;}
	.httl2 {top: 0;}
	.cases-list2 .box {	
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;	
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 660px){
	.cases-list .r {
		flex: 0 1 80%;
		-webkit-flex: 0 1 80%;
	}
	.nums-box {position: static;padding-top: 50px;}
	.b1 .container {padding-bottom: 0;min-height: auto;}
	.phone-box {padding: 15px;}
	.logo-box {padding-right: 15px;}
	.form1 .ttl, .form1 p {text-align: center;max-width: 100%;}
	.form-inl input, .form-inl button {
		max-width: 400px;
		display: block;
		margin: 0 auto 15px auto;
		width: 100%;		
	}
	.quo {		
		padding: 70px 0 0 0;
	}
	.case .item {		
		padding: 0 15px 50px 40px;
		border-left: 1px solid #434D5C;
	}
	.b1 .txt {margin-left: 0;}
	.revs .d-flex .box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 540px){
	.nums-box {padding-left: 50px;}
	.nums-box .box {border: 0;width: 100%;}
	.httl2, .httl span {font-size: 31px;line-height: 34px;}
	.b2 .box {padding: 40px 10px 0 140px;}
	.phone-box, .logo-box {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		text-align: center;
		padding: 15px 0;
	}
	.header .logo-box {padding-left: 0px;}
	.menu-btn {top: 15px;}
	.site-title {font-size: 36px;line-height: 40px;}
	.b1 p {font-size: 26px;line-height: 28px;}
	.form1 .ttl {font-size: 36px;}
	.httl-box {padding-left: 80px;}
	.httl .num {left: -60px;}
	.b2 .boxes {display: block;}
	.b2 .box .img {text-align: center;position: static;margin-bottom: 15px;}
	.b2 .box {
		padding: 0 15px;
		margin-bottom: 40px;
	}
	.b3 .sp {margin-left: 15px;}
	.b3 .b-right {padding-left: 15px;}
	.b3 .box {padding-right: 20px;}
	.clients .box {		
		height: 150px;
	}
	.other-cases {padding: 0;}
	.other-cases .httl2 {text-align: center;}
	.results .box {display: block;text-align: center;height: auto;padding: 30px;width: 100%;max-width: 320px;}
	.b1 .btn1, .b1 .btn0 {
		width: 100%;
	max-width: 260px;
	margin-bottom: 15px;
	}

	.case {padding-left: 15px;}
	.case .item {		
		padding: 0 15px 50px 0;
		border-left: 0;
	}
	.case .item:after {		
		display: none;
	}
	.vid-rev-box .txt {
		padding: 20px;
	}
	
	.back-lnk.v2 {position: fixed;bottom: 0; left: 0;z-index: 100;margin-top: 0px;width: 100%;background-color: #1D2028;padding-top: 5px;padding-bottom: 5px;color: lightgrey;}
	.back-lnk:after {top: 12px;left: 5px;}
	.nums-box {text-align: center;padding: 0;}
	.nums-box .box {padding: 30px 0 0 0 !important;margin-bottom: 20px;}
	.nums-box .num {float:none;text-align: center;width: 100% !important;}
	.nums-box span br {display: none;}
	.b1 .txt {text-align: center;}
	
	.faq-btn span {
		font-size: 16px;
		font-weight: bold;
	}
	.faq .item p {		
		font-size: 15px;
		margin-bottom: 15px;
	}
	.faq-item {
		margin-bottom: 30px;
	}
	
	.header .phone-box {
		display: none;
	}
	.show-sm {
		display: block;
	}
	.b1 .t1 {
		display: none;
	}
}
