@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Light.eot');
	src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),
		url('fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Light.woff') format('woff'),
		url('fonts/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Medium.eot');
	src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
		url('fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
		url('fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Heavy.eot');
	src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'),
		url('fonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Heavy.woff') format('woff'),
		url('fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('fonts/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Avenir Next Cyr';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1280px;
}
.page-box, .page-center-bg {
	overflow: hidden;
}
body {
	background-color: #1B1A19;
}


.header {	
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.logo-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.logo-desc {
	color: #d7d7d7;
	font-size: 14px;
	max-width: 250px;
	margin-left: 5%;
}
.header .btn1 {
	font-size: 16px;
	padding: 10px 20px; 
}
.header .logo-box {

}




.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 1%;
}

.menu-btn-box {
	display: none;
}
.menu-box {	
	
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a {
	font-size: 21px;
	color: white;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 3%;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #FFA701;
}
.menu a:hover:after, .menu a.act:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: linear-gradient(to right,  rgba(2,113,227,1) 0%,rgba(125,185,232,0) 100%);
	top: 100%;
	left: 0;
}

.menu-btn-box {
	display: none;
}

.header .btn-box {
	margin: 0 3%;
}

body.fixed .b1 {
	padding-top: 90px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(43,36,72,0.9);
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}

.side-menu {	
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 300;
	background-color: rgba(0,0,0,0.5);	
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all .5s;
}
.side-menu.show {		
	right: 0;
}
.menu-box-right {
	display: block;
	padding-right: 0;
	position: relative;
	padding: 30px 0 30px 5%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -600px;
	width: 400px;
	background-color: white;
	overflow-y: auto;
	transition: all .5s;
}
.side-menu .logo-box {
	margin-bottom: 15px;
}
.side-menu .btn-box {
	margin-bottom: 20px;
}
.side-menu .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #31363a !important;
	font-weight: 500;
	padding: 0;
	margin: 0 0 15px 0;
}
.side-menu .menu a:hover, .side-menu .sub-menu a:hover, .side-menu .menu .sub > span:hover {	
	color: #da4531 !important;
}
.side-menu .sub-menu {
	padding: 0 0 10px 10px;
	position: static;
	background-color: transparent;
}
.side-menu .menu-close {
	display: inline-block;
	position: fixed;
	left: 410px;
	top: -100px;
	cursor: pointer;
	transition: all .5s;
	cursor: pointer;
}
.side-menu.show .menu-close {
	width: 100%;
	height: 100%;
}
.phone-box2 {
	position: relative;
	margin-top: 20px;
}
.phone-box2 a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #677056;
	display: block;
	margin-bottom: 10px;
}
.phone-box2 span {
	font-size: 15px;
	color: #677056;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.side-menu.show .menu-box-right {
	left: 0;
}
.side-menu.show .menu-close {
	top: 30px;
}
.side-menu .btn1 {
	margin-bottom: 15px;
	max-width: 220px;
	width: 100%;
	font-size: 14px;
}
.side-menu .lang-box {
	justify-content: flex-start;
}


.b1 {
	padding-top: 50px;
	background: url('img/b1.jpg') center top no-repeat;
	background-size: cover;
}
.b1 .logo-box {
	margin-bottom: 80px;
}
.sp-box {
	position: relative;
}
.sp-box img {
	max-width: 100%;
	height: auto;
}
.sp-name {
	border: 1px solid #434343;
	border-radius: 15px;
	padding: 20px;
	position: absolute;
	width: 80%;
	left: 15%;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	/*filter: blur(8px);
	-webkit-filter: blur(8px);*/
	z-index: 2;
}
.sp-name b {
	font-size: 30px;
	color: #FFA701;
	display: block;
}
.sp-name span {
	font-size: 18px;
	color: white;
}

.b1 .inner {
	position: relative;
}
.b1 .txt {
	max-width: 800px;
	padding-bottom: 20px;
}
.b1 .txt h1 {
	font-size: 40px;
	font-weight: 500;
	color: white;
	line-height: 1.4;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	text-transform: uppercase;
}
.b1 .txt h1 span {	
	color: #FFA701;
	font-weight: bold;
}
.b1 .txt p {
	font-size: 21px;
	color: white;
	max-width: 670px;
	margin-bottom: 30px;
}
.b1 .txt p b {
	color: #FFA701;
}

.b1 .txt .btn-box {
	
	margin-bottom: 30px;
}
.b1 .txt .btn-box .btn1, .b1 .txt .btn-box .btn2 {	
	margin: 0 0 15px 0;
	max-width: 600px;
	width: 100%;
}

.img-box {
	position: relative;
}
.b1 .img {
	position: absolute;
	left: 60%;
	bottom: 0;
}
.img-box .box {
	background-color: rgba(255,255,255,.85);
	border-radius: 0px 16px 0px 16px;
	padding: 10px 20px;
	color: #191919;
	width: 215px;
	position: absolute;
	left: 60%;
	bottom: 100px;
}
.img-box .box b {
	font-size: 18px;
	font-weight: 500;
	display: block;
}
.img-box .box p {
	font-size: 10px;
	margin-bottom: 0;
}

.img-box .qq {
	background-color: rgba(0,0,0,.5);
	border-radius: 0px 16px 0px 16px;
	padding: 10px 15px;
	color: white;
	font-size: 11px;
	font-style: italic;
	max-width: 392px;
	position: absolute;
	left: 60%;
	bottom: 20px;
}


#claimpopup .modal-dialog {
	max-width: 600px;
}
#claimpopup .grid-cols {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 430px;
	grid-template-columns: 1fr 430px;
	gap: 10px;
}
#claimpopup .ttl {
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 20px;
}
#claimpopup .col1 p {
	font-size: 18px;
	text-align: left;
	max-width: 520px;
	margin-bottom: 30px;
}
#claimpopup .col2 .img {
	margin-top: -27px;
}
#claimpopup .col2 p {
	font-size: 18px;
	margin-bottom: 10px;
}
#claimpopup .col2 .btn3 {
	width: 100%;
	max-width: 415px;
}


.bottom-form {
	padding: 40px 0;
}
.bottom-form .httl {
	font-size: 55px;
	margin-bottom: 60px;
}
.bottom-form p {
	font-size: 20px;
	color: white;
	margin-bottom: 40px;
}
.bottom-form .priv p {
	font-size: 14px;
	color: white;
	margin: 15px;
}




.btn0 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 25px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #54A4F8;
	transition: all .5s;
	background: rgba(2, 113, 227, 0.19);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn0:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: rgba(2, 113, 227, 1);
}
.btn1 {

	font-size: 18px;
	color: #191919;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #FFA701;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 2px solid #FFA701;
}
.btn1:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}
.btn2 {

	font-size: 18px;
	color: #FFA701;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFA701;
	transition: all .5s;
	background: transparent;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn2:hover {
	color: black;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: #FFA701;
}
.btn3 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 14px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #9A9A9A;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 0;
}
.btn3:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}
.btn4 {

	font-size: 18px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: black;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
	border: 2px solid #FFA701;
}
.btn4:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
}

.httl {
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	line-height: 1.2;
	margin-bottom: 40px;
	position: relative;
}
.httl span {
	color: #FFA701;
	font-weight: bold;
}
.httl-txt {
	font-size: 24px;
	font-weight: 300;
	color: white;
	margin-bottom: 40px;
}

.bb2 {
	padding: 80px 0 40px 0;
}
.bb2 .grid-list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 90px 1fr;
	gap: 20px;	
	margin-bottom: 30px;
}
.bb2 .arr {
	align-self: center;
}
.bb2 .arr img {
	max-width: 100%;
	height: auto;
}
.bb2 .box {
	padding: 20px;
	border-radius: 15px;
	background-color: white;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.bb2 .box.v2 {	
	background-color: #9A9A9A;
}
.bb2 .box p {
	font-size: 18px;
	margin-bottom: 0;
}
.bb2 .box.v2  p {
	font-size: 16px;
}
.bb2 .box img {
	margin-right: 10px;
}

.bb2 .items {	
	margin-bottom: 60px;
}
.bb2 .item {	
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.bb2 .img img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
.bb2 .item .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #FFA701;
	margin-top: 20px;
}
.bb2 ul {	
	margin: 0 auto;
	max-width: 600px;
	list-style: none;
	margin-bottom: 50px;
}
.bb2 li {	
	font-size: 20px;
	font-weight: bold;
	color: #FFA701;
	margin-bottom: 20px;
}

.httl2 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	line-height: 1.2;
	margin-bottom: 40px;
}

.bbb3  {
	padding: 50px 0;
}
.block-wrapper {
	background-color: #3b3b3b; 
	padding: 50px 30px;
	border-radius: 12px;
	color: #fff;
}
.tag-pill {
	border: 1px solid #ffc266;
	color: #ffc266;
	padding: 10px 20px;
	border-radius: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 15px;
}

.bbb4  {
	
}
.bbb4 p  {
	color: white;
}
.video-section {
	background-color: #2b2b2b;
	padding: 60px 30px;
	border-radius: 12px;
	color: #fff;
}

.bbb5 {
	padding: 50px 0;
}
.steps-section {
	background-color: #2b2b2b;
	padding: 60px 20px;
	border-radius: 12px;
	color: #fff;
}

.step-card {
	background-color: #333333;
	border: 1px solid #555;
	border-radius: 12px;
	padding: 25px;
	height: 100%;
}

.step-title {
	color: #FFA701;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.step-card img {
	width: 100%;
	border-radius: 10px;
	margin-top: 20px;
}

.bbb6 {
	padding: 50px 0;
}
.bbb6 p {
	color: white;
	margin-bottom: 30px;
}
.vid-slider-box {
	background-color: #3a3a3a;
	border-radius: 20px;
	padding: 20px;
	position: relative;
}
.vid-slider img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	cursor: pointer;
}
.modal-content {
	background: transparent;
	border: none;
}

.owl-nav button {
	position: absolute;		
	width: 30px;height: 30px;
	border-radius: 10px;
	display: block;
	text-align: center;
	line-height: 32px !important;
	color: #020202;
	background-color: transition !important;
	outline: 0;
	top: 50%;
	margin-top: -20px;
	opacity: 1;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #568798;
	font-size: 30px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}

.bbb7 {
	padding: 50px 0;
}
.meeting-block {
  position: relative;
  padding: 30px 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  min-height: 300px;
  background:  #3f3f3f url('img/bg7.png') right center no-repeat;
}
.meeting-content {
  max-width: 520px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.bbb7 p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 25px;
  color: white;
}
.meeting-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}


.bbb7.v2 .meeting-block {
  min-height: 330px;
}

/* --- Адаптив --- */
@media (max-width: 992px) {
  .meeting-image img {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .meeting-block {
    padding: 40px 25px;
    min-height: auto;
  }

  .meeting-image {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .meeting-image img {
    position: relative;
    transform: none;
    max-width: 240px;
    margin: 0 auto;
  }
}


.bbb8 {
	padding: 50px 0;
}
.bbb8 .row {
    display: flex;
    flex-wrap: wrap;
}
.bbb8 .row > [class*="col-"] {

}
.result-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid #FEB546;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 130px;
}

.result-image {
    max-width: 420px;
}
@media (max-width: 991px) {
    .result-image {
        position: relative !important;
        margin-top: 20px;
    }
}

.bbb9 {
	padding: 50px 0;
}
.first-features-block {
    color: #fff;
}
.feature-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 35px 0;
}
.feature-item:last-child {
    border-bottom: none;
}
.feature-title h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #FFC14D; /* ваш золотой цвет */
    text-transform: uppercase;
}
.feature-subtitle {
    font-size: 14px;
    opacity: .6;
    margin-bottom: 8px;
}
.feature-content p {
    font-size: 15px;
    line-height: 1.5;
    opacity: .9;
}
.tags {
    margin-top: 12px;
}
.tags span {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
}


.bbb10 {
	padding: 0 0 50px 0;
}
.circles-row {
    margin-top: 40px;
}
.circle-block {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}
.circle-block h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
	text-align: center;
	color: #FFA701;
}
.circle-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.circle-block ul li {
    margin-bottom: 6px;
	position: relative;
	padding-left: 15px;
	text-align: left;
	font-size: 16px;
}
.circle-block ul li:after {
    content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #FFA701;
	border-radius: 50%;
	left: 0;
	top: 5px;
}

.bbb11 {
	padding: 50px 0;
}
.service-card {
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    background: #141414;
    display: flex;
    flex-direction: column;
	color: white;
}
.service-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFC14D;
    margin-bottom: 20px;
    line-height: 1.3;
}
.service-goal {
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 15px;
}
.service-subtitle {
    margin-bottom: 10px;
    font-weight: 600;
}
.service-list {
    padding-left: 18px;
    margin-bottom: 25px;
}
.service-list li {
    margin-bottom: 8px;
}
.service-btn {
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
}

.bbb12 {
	padding: 50px 0;
}
.case-card {
    background: #3a3a3a;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.case-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.case-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}
.case-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
.case-text {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 25px;
}
.case-link {
    margin-top: auto;
    font-size: 15px;
    font-weight: 600;
    color: #FFC14D;
    text-decoration: none;
}
.case-link span {
    transition: 0.3s;
}
.case-link:hover span {
    margin-left: 4px;
}


.bbb14 {
	padding: 50px 0;
	color: white;
}
  .member-name {
    color: #ffb849;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .member-list {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .member-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
	list-style: none;
  }
  .member-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffb849;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .member-photo-wrapper {
    position: relative;
    height: 100%;
  }
  .member-photo {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    max-height: 560px;
  }

  .stats-grid {
    margin-top: 18px;
  }
  .stats-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .stat-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
  }
  .stat-item .stat-number {
    color: #ffb849;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .stat-item .stat-text {
    color: rgba(230,230,230,0.9);
    font-size: 14px;
    line-height: 1.35;
  }
  .left-col {
    padding-right: 30px;
  }
  @media (max-width: 991.98px) {
    .left-col { padding-right: 0; }
    .member-photo { max-height: 420px; margin-top: 24px; }
  }

  @media (max-width: 575.98px) {
    .team-title { font-size: 28px; }
    .member-name { font-size: 22px; }
    .stat-item { height: auto; padding: 18px; }
  }










.bb3 {
	padding: 40px 0;
}
.bb3 .col-md-6 {
	margin-bottom: 30px;
}
.bb3 .box {
	padding: 25px;
	background-color: #FFA701;
	border-radius: 15px;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.bb3 .box.v2 {
	border: 1px solid #FFA701;
	background-color: black;
}
.bb3 .box .txt {
	flex: 1;
	-webkit-flex: 1;
}
.bb3 .box .ttl {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 30px;
}
.bb3 .box.v2 .ttl {
	font-size: 36px;
	color: white;
	
}
.bb3 .box p  {
	font-size: 18px;
	width: 90%;
	margin-bottom: 0;
}

.bb4 {
	padding: 40px 0;
}
.bb4 .grid-list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: .9fr 30px 1.1fr;
	gap: 10px;	
	margin-bottom: 30px;
}
.bb4 .arr {
	align-self: center;
}
.bb4 .arr span {
	width: 30px;
	height: 4px;
	background-color: #FFA701;
	display: inline-block;
}
.bb4 .box {
	padding: 20px;
	border-radius: 15px;
	background-color: #FFA701;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	min-height: 125px;
}
.bb4 .box .txt {
	flex: 1;
	-webkit-flex: 1;
}
.bb4 .box .num-box {
	min-width: 60px;
	margin-right: 20px;
}
.bb4 .box .num {
	width: 60px;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	font-size: 26px;
	color: black;
	border-radius: 50%;
	border: 2px solid black;
}
.bb4 .box .ttl {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 5px;
}
.bb4 .box p {
	font-size: 18px;
	margin-bottom: 0;
}


.cases-block2 {
	padding: 50px 0;	
}
.cases-block2 .col-md-6 {
	margin-bottom: 30px;	
}
.cases-block2 .box {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 380px;
	text-decoration: none;
	margin-bottom: 30px;	
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 10px;
}
.cases-block2 .box .img {	
	flex: 1;
}
.cases-block2 .box img {
	max-width: 40%;
}
.cases-block2 .box .ttl {
	font-weight: 600;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 1px rgba(0,0,0,.8);
}
.cases-block2 .box p {
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(0,0,0,.8);
	margin-bottom: 0;
}
.cases-block2 .btn-box {
	text-align: center;
	padding: 30px 0;
}
.cases-block2 .btn1 {
	max-width: 400px;
	width: 100%;
}



.get-block {
	padding: 40px 0;
}
.get-block .item {
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #9A9A9A;
	display: flex;
	display: -webkit-flex;
}
.get-block .item:last-child {
	border-bottom: 0;
}
.get-block .item .ttl {
	flex: 0 0 300px;
	-webkit-flex: 0 0 300px;
	padding-right: 15px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFA701;
}
.get-block .item .ttl0 {
	font-size: 16px;
	color: #9A9A9A;
	margin-bottom: 15px;
}
.get-block .item p {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}
.get-block .item .boxes {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.get-block .item .box {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #FFA701;
	border-radius: 15px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	color: white;
}


.base-block {
	padding: 80px 0;
	overflow: hidden;
}
.base-block .container {
	position: relative;
}
.base-block img {
	position: absolute;
	left: 75%;
	top: -80px;
	z-iundex: 0;
}
.base-block p {
	font-size: 18px;
	color: white;
	width: 75%;
}
.base-block .items {
	margin-top: 60px;
	max-width: 80%;
	display: flex;
	display: -webkit-flex;
}
.base-block .item {
	flex: 0 0 33%;
	-webkit-flex: 0 0 33%;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #9A9A9A;
}
.base-block .item .ttl {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFA701;
	margin-bottom: 20px;
}
.base-block .item li {
	font-size: 14px;
	color: white;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.base-block .item li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #FFA701;
	left: 0;
	top: 5px;
}
.base-block .item:first-child {
	padding-left: 0;
}
.base-block .item:last-child {
	border: 0;
	padding-right: 0;
}

.online-meet-block.v2 img {
	top: auto;
	bottom: 0;
	left: 65%;
}
.online-meet-block.v2 .ttl {
	font-weight: bold;
}

.services-block {
	padding: 40px 0;
}
.services-block .col-md-6 {
	margin-bottom: 30px;
}
.services-block .box {
	padding: 30px;
	border-radius: 15px;
	background-color: #FFA701;
	position: relative;
	height: 100%;
}
.services-block .box .ttl {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	width: 90%;
	margin-bottom: 25px;
}
.services-block .box img {
	position: absolute;
	right: 0;
	top: 0;
}
.services-block .box p {
	font-size: 18px;
	margin-bottom: 20px;
}
.services-block .box li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-left: 13px;
	width: 90%;
}
.services-block .box .btn-box {
	margin-top: 40px;
}
.services-block .box .btn4 {
	width: 100%;
}

.cases-slider {
	width: 1560px;
}
.cases-block .box {
	background-color: black;
	padding: 20px;
	border-radius: 15px;
}
.cases-block .ttl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 25px;
}
.cases-block .ttl .img {
	margin-right: 10px;
}
.cases-block .ttl span {
	font-size: 35px;
	color: white;
}
.cases-block p {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}
.cases-block ul {
	margin-bottom: 30px;
}
.cases-block li {
	font-size: 18px;
	color: white;
	list-style: none;
	position: relative;
	padding-left: 15px;
}
.cases-block li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #FFA701;
	left: 1px;
	top: 10px;
}
.cases-block li span {
	color: #FFA701;
}
.cases-block .result {
	background-color: #FFA701;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 18px;
}

.text-img-block.v3 .ttl {
	font-weight: bold;
}
.text-img-block.v3 .btn-box {
	margin-top: 40px;
}
 
.revs-block {
	margin-bottom: 100px;
}
.revs-block .box {
	display: block;
	text-decoration: none;
}
.revs-block .box img {
	max-width: 100%;
	height: auto;
}

.team-block .txt .ttl {
	font-size: 30px;
	color: #FFA701;
	margin-bottom: 30px;
}
.team-block .txt ul {
	margin-bottom: 35px;
}
.team-block .txt li {
	font-size: 21px;
	color: white;
	list-style: none;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.team-block .txt li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #FFA701;
	left: 1px;
	top: 12px;
}
.team-block .boxes {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.team-block .box {
	flex: 0 0 calc(50% - 10px);
	-webkit-flex: 0 0 calc(50% - 10px);
	border-radius: 15px;
	background-color: #FFA701;
	padding: 20px;
	min-height: 100%;
	margin: 0 5px 10px 5px;
}
.team-block .box b {
	display: block;
	font-size: 36px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
}
.team-block .box p {
	font-size: 21px;
	margin-bottom: 0;
}

.team-block2 {
	padding: 40px 0;
}
.team-block2 .box {
	margin-bottom: 30px;
}
.team-block2 .box .img {
	background-size: cover !important;
	margin-bottom: 30px;
}
.team-block2 .box .img img {
	border-radius: 15px;
}
.team-block2 .box .ttl {
	font-size: 20px;
	color: white;
}
.team-block2 .box p {
	font-size: 16px;
	color: white;
	margin-bottom: 0;
}

.footer .ttl {
	color: #FEB546;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 15px;
}
.footer .ttl0 {
	color: #9A9A9A;
	font-size: 16px;
	margin-bottom: 5px;
}











.cases {
	margin: 80px 0;
}
.cases .container {
	position: relative;
}
.cases .crm-logo {	
	right: 0;
	top: -30px;
	transform: rotate(-6deg);
}
.cases .box {
	padding: 10px;
	border-radius: 10px;
	background-color: black;
	margin-bottom: 30px;
	background: black url('img/qq.png') 93% 25px no-repeat;
}
.cases .box .inner {
	border: 1px solid #393737;
	border-radius: 10px;
	padding: 20px;
}
.cases .box .ttl {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
}
.cases .box p {
	font-size: 16px;
	color: white;
	margin-bottom: 30px;
}
.cases .box .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.cases .box .bottom .ico {
	height: 57px;
	width: 57px;
	border-radius: 50%;
	background-color: #D9D9D9;
	margin-right: 10px;
}
.cases .box .bottom b {
	font-size: 16px;
	display: block;
	color: white;
}
.cases .box .bottom i {
	font-size: 16px;
	display: block;
	color: white;
}
.cases .row .col-lg-4 {
	display: none;
}
.cases .row .col-lg-4.display {
	display: block;
}


.white {
	color: white !important;
}



.center-form {
	padding: 50px 0;
}
.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: black;
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #1E1A2D;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form2 textarea {
	min-height: 120px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 button {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}
.form2.v2 input[type="text"], .form2 textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 13px;
}
.form2.v2 button {
	padding: 18px;
	border: 0;
}

.owl-stage {
	display: flex;
	display: -webkit-flex;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.owl-dots button { 
   font-size: 0; 
   width: 50px;
   height: 5px;
   background: #4F4F4F !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #FEB546 !important;
} 





.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 5px;
	min-width: 170px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 13px;
	color: #716b6b;
	background-color: transparent;
	padding: 10px 20px 10px 15px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('fonts/img/down.png') 96% center no-repeat;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}



.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: black;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

#startpopup .modal-content {
	position: relative;
	padding: 50px 15px;
	border-radius: 10px;
	background: white;
	border: 0;
}
#startpopup .form2 .inp {
	margin-bottom: 25px;
}
#startpopup .form2.v2  input {
	padding: 10px;
}
#startpopup .form2.v2 button {
	padding: 7px;
	border: 0;
	border-radius: 10px;
	font-size: 24px;
}
#startpopup .form2.v2 select {
	border: 1px solid black;
	border-radius: 10px;
	padding: 12px;
	font-size: 20px;
	height: auto;
}
#startpopup .httl {
	font-size: 34px;
}
#startpopup p {
	font-size: 17px;
}


.menu-btn-box {
	
}
.menu-btn {
	width: 40px;
	height: 27px;
	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;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: white;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 10px;
}
.menu-btn  span:nth-child(3) {
  top: 20px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -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: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}




.footer {
	padding: 50px 0;
}
.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc-box a {
	margin-right: 25px;
	display: inline-block;
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.footer-top .logo-box {
	margin: 0 35px 20px 0;
}
.footer-top .soc-box {
	margin-left: auto;
	margin-bottom: 20px;
}
.footer-top .menu-box {
	margin-bottom: 20px;
}
.footer-top {
	padding-bottom: 0;
}

.footer-bottom {
	padding-bottom: 40px;
}
.footer .grid-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.footer-bottom .box {
	margin-bottom: 30px;
}
.footer-bottom .box .item {
	position: relative;
	margin-bottom: 20px;
	font-size: 15px;
	color: white;
}
.footer-bottom .box .item a {
	font-size: 16px;
	color: white;
}
.footer-bottom .box .item img {
	position: absolute;
	left: 0;
	top: 0;
}
.footer-bottom .box .item.phone img {
	left: -5px;
}

.footer-copyright {
	border-top: 1px solid #9a9a9a;
	padding-top: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	font-size: 14px;
	color: white;
}
.footer-copyright a {
	font-size: 14px;
	color: white;
}

.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
}

.b1 {
	position: relative;
	overflow: hidden;
}


.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 12px 24px rgba(255, 250, 59, 0.28), inset 0 -6px 1px 1px rgba(40, 0, 5, 0.29) !important;
	background-color: #ffd561 !important;
	background-image: linear-gradient(to top, #ffc115 0%, #ffc515 100%) !important;
}


.modal-dialog {
	max-width: 700px;
}
.modal-content {
	position: relative;
	padding: 30px  15px;
	border-radius: 5px;
    border: 1px solid rgba(255, 167, 1, 0.3);
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}


.b4.mob {
	display: none;
}

.side-menu .btn0 {
	color: black;
}
.iti input[name="phone"] {
	padding-left: 50px !important;
}
#startpopup .iti input[name="phone"] {
	font-size: 15px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}



@media screen and (max-width: 991px){
	
	.b1 .txt h1 {
		font-size: 30px;
	}
	.b1 .txt p {
		font-size: 15px;
		margin-bottom: 30px;
		width: 100%;
	}
	.b1 .txt .btn-box {
		display: block;
	}
	.b1 .txt .btn1, .b1 .txt .btn2{
		width: 100%;
		max-width: 360px;
	}
	.text-img-block {
		padding: 40px 0;
	}
	.b1 .txt .btn-box {
		margin-bottom: 0;
	}
	.text-img-block .ttl {
		font-size: 30px;
	}
	.text-img-block p, .steps-block .box p, .get-block .item p, .base-block p {
		font-size: 15px;
	}
	.wite-text-block .inner {
		display: block;
	}
	.wite-text-block .boxes {
		position: static;
		max-width: 100%;
		text-align: left;
	}
	.wite-text-block .left-box, .wite-text-block .right-box .ttl {
		max-width: 100%;
	}
	
	.steps-block .box .title {
		font-size: 21px;
	}
	.steps-block .box .num span {
		font-size: 60px;
	}
	.steps-block .box .num {
		margin-right: 15px;
	}
	.steps-block {
		padding-bottom: 0;
	}
	.samples-block {
		padding: 40px 0;
		background: #FFA701;
	}
	.samples-block p {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.online-meet-block .inner {		
		padding: 50px 30px;
	}
	.online-meet-block .ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.online-meet-block {
		padding-bottom: 40px;
	}
	.text-img-block .item {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.get-block .item .ttl {
		flex: 0 0 240px;
		-webkit-flex: 0 0 240px;
		font-size: 20px;
	}
	.base-block {
		padding: 40px 0;
	}
	.get-block {
		margin-bottom: 0;
	}
	.base-block .items {
		margin-top: 30px;
		max-width: 100%;
	}
	.base-block img {
		display: none;
	}
	.base-block .httl br {
		display: none;
	}
	.online-meet-block.v2 img {
		display: none;
	}
	.services-block .box img {
		display: none;
	}
	.services-block .box {
		padding: 20px;
	}
	.services-block .box .ttl {
		font-size: 21px;
		width: 100%;
	}
	.services-block .box p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.cases-block {
		padding: 40px 0;
	}
	.cases-block .ttl span {
		font-size: 24px;
	}
	.cases-block p, .cases-block li, .cases-block .result {
		font-size: 15px;
	}
	.team-block .txt li {
		font-size: 16px;
	}
	.team-block .box b {
		font-size: 24px;
	}
	.team-block .box p {
		font-size: 16px;
	}
	.team-block2 .box .ttl {
		font-size: 18px;
	}
	.team-block2 .box p {
		font-size: 15px;
	}
	.revs-block {
		margin-bottom: 40px;
	}
	
	.wite-text-block .ttl {
		font-size: 30px;
	}
	.wite-text-block .inner {
		padding: 40px 20px;
	}
	.wite-text-block p {
		font-size: 15px;
	}
	
	.httl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.footer-copyright {
		display: block;
	}
	.footer-copyright a {
		margin-top: 10px;
		display: block;
		
	}
	
	
	.menu a {
		font-size:15px;
	}
	
	.footer .grid-list {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.bottom-form .httl {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.bottom-form p {
		font-size:	18px;
		margin-bottom: 30px;
	}
	
	.bb4 .arr {
		display: none;
	}
	.bb4 .grid-list {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 10px;
	}
	.bb3 .box .ttl {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.bb3 .box.v2 .ttl {
		font-size: 24px;
	}

	.b1 .img {
		position: static;
	}
	.b1 .img img {
		max-width: 100%;
		height: auto;
	}
	.img-box .box {
		left: 10%;
	}
	.img-box .qq {		
		left: 10%;
	}
	.b1 .txt {
		max-width: 100%;
		text-align: center;
	}
	.b1 .txt p {
		max-width:  100%;
	}
	.b1 {
		padding-top: 20px;
	}
	.b1 .txt .btn-box {
		margin-bottom: 0;
	}
	
}
@media screen and (max-width: 800px){
	.footer-top {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.footer-top .menu-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-bottom: 0;
	}
	.footer-top .menu {		
		justify-content: flex-start;
	}
	.footer-top .menu a {
		font-size: 23px;
		margin: 0 15px 25px 0 ;
	}
	.footer-top {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 768px){
	
	.header .menu-box {
		display: none;
	}
	
	.menu-btn-box {
		display: block;
	}
	
	
	.text-img-block .txt {
		margin-bottom: 30px;
	}
	.online-meet-block img {
		display: none;
	}
	.online-meet-block {
		padding-top: 40px;
	}
	.b1 .txt h1 br {
		display: none;
	}
	.b1 .txt {
		text-align: center;
	}
	.b1 .txt .btn-box {
		text-align: center;
	}
	.b1 .txt {
		padding-bottom: 0;
	}
	.base-block .item {		
		padding-left: 0;
		padding-right: 0;
		border-right: 0;
	}
		
		
	.get-block .item, .base-block .items {
		display: block;
		
	}	

	.cases-slider {
		width: 100%;
	}	
	.owl-dots button {
		width: 30px;
	}
	
	.footer .grid-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.bb2 .grid-list {
		display: block;
	}
	.bb2 .arr {
		display: none;
	}
	.bb2 .box {
		margin-bottom: 5px;
	}
	.bb4 .grid-list {
		display: block;
		margin-bottom: 0;
	}
	.bb4 .box {
		margin-bottom: 20px;
	}
	.cases-block2 .box {	
		min-height: 280px;
	}
	.bottom-form .txt {
		text-align: center;
	}
	
	
	.bbb7 .meeting-block {
		min-height: auto;
		background: #3f3f3f;
		text-align: center;
	}
	.bbb7 .img {
		display: none;
	}
	.bbb7 .meeting-image {
		display: none;
	}
	.bbb7 .meeting-content {
		max-width: 100%;
	}
	
	.bbb14 .stat-item {
		display: block;
		box-sizing: border-box;
	}
	.bbb14 .stats-row {
		margin-left: 0;
		margin-right: 0;
	}
	.bbb14 .stats-row > [class*="col-"] {
		 padding-left: 0;
		 padding-right: 0; 
	}
	
	
}
@media screen and (max-width: 575px){
	
	
}
@media screen and (max-width: 470px){
	
	.footer {
		padding: 20px 0;
	}
	.form2 button {
		font-size: 24px;
	}
	
	.team-block .boxes {
		display: block;
		
	}
	
	.footer .grid-list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.bb4 .box, .bb2 .box {
		display: block;
	}
	.bb4 .box .num {
		margin-bottom: 20px;
	}
	.bb4 .box .ttl {
		font-size: 18px;
	}
	.bb4 .box p {
		font-size: 16px;
	}
	.bb2 .box img {
		margin-bottom: 20px;
	}
	
	.img-box .qq {
		position: static;
	}
	
	
}
@media screen and (max-width: 400px){
	
	.online-meet-block .ttl, .httl, .wite-text-block .ttl, .text-img-block .ttl {
		font-size: 26px;
	}
	
	.footer-top .logo-box {
		margin: 0 35px 25px 0;
	}
	.footer-top .soc-box {
		margin-bottom: 25px;
	}
	.footer-top {
		display: block;
	}
	.footer-top .menu a {
		margin: 0 50px 25px 0;
	}
	.soc-box {		
		justify-content: flex-start;
	}

	.header .btn1 {
		display: none;
	}
	
	.bb3 .box .img {
		display: none;
	}
	.bb3 .box p {
		width: 100%;
	}
	
	
}