@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 {

}
.lang-box {
	position: relative;
}
.lang-box .current-lang {
	color: #FFA701;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.lang-box .sub {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	box-shadow: 0 0 0 5px rgba(0,0,0,.05);
	z-index: 2;
	width: 100%;
	display: none;
}
.lang-box:hover .sub {
	display: block;
}
.lang-box .sub span {
	display: block;
	cursor: pointer;
	font-size: 17px;
	color: black;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid black;
}
.lang-box .sub span:hover {
	color: #FFA701;
}




.menu-box {		
	margin: 0 1%;
}

.menu-btn-box {
	display: none;
}
.header .menu-box {	
	margin-left: auto;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.menu > a, .menu .sub {
	margin-right: 2%;
}
.menu a, .menu span {
	font-size: 17px;
	color: white;
	padding: 8px 20px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.menu a:last-child {
	margin-right: 0;
}
.menu .sub > span, .menu .sub > a {	
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	background: url('img/down.svg') right center no-repeat;
}
.sub {
	position: relative;
	z-index: 10;
}
.sub-menu {
	padding: 10px 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px 5px rgba(0,0,0,.04);
	position: absolute;
	left: 0;
	top: 100%;	
	z-index: 20;
	display: none;
	background-color: white;
	width: 240px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 14px;
	color: #212121;	
	text-decoration: none;
	display: block;
	white-space: normal;
}

.menu span:hover, .menu a:hover, .menu a.act, .sub:hover > a {
	color: #735013;
	background: linear-gradient(to right,  rgba(200,138,24,1) 0%,rgba(255,239,147,1) 50%,rgba(209,144,30,1) 100%);
}

.sub-menu.on, .sub:hover .sub-menu {
	display: block !important;
}




.menu-btn-box {
	display: none;
}

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: 40px 0 0 0;
	background: url('img/b1.jpg') center top no-repeat;
	background-size: cover;
}

.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 .txt {
	margin-top: 80px;
}
.b1 .txt h1 {
	font-size: 34px;
	font-weight: bold;
	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;
}
.b1 .txt p {
	font-size: 18px;
	color: white;
	width: 90%;
	margin-bottom: 50px;
}
.b1 .txt .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 30px;
}
.b1 .txt .btn-box .btn1, .b1 .txt .btn-box .btn2 {	
	margin: 0 3% 10px 0;
}

.img-box {
	position: relative;
}
.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;
	right: 0;
	bottom: 10px;
}
.img-box .box b {
	font-size: 18px;
	font-weight: 500;
	display: block;
}
.img-box .box p {
	font-size: 10px;
	margin-bottom: 0;
}

.text-img-block {
	padding: 40px 0 80px 0;
}
.text-img-block .txt {
	padding-top: 50px;
}
.text-img-block .ttl {
	font-size: 32px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.text-img-block p b {
	color: #FFA701;
	display: block;
}
.text-img-block p {
	font-size: 26px;
	line-height: 1.2;
	color: white;
	margin-bottom: 50px;
}

.bbq1 {
	margin-bottom: 50px;
}
.bbq-box {
	margin-bottom: 30px;
	border: 1px solid white;
	border-radius: 14px;
	position: relative;
	padding: 30px 20px 30px 20px;
}
.bbq-box .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.bbq-box .img {
	margin-right: 20px;
}
.bbq-box p {
	font-size: 20px;
	line-height: 1.2;
	color: #1E1E1E;
	margin-bottom: 0;
}
.bbq-box.v1 {
	background-color: white;
}
.bbq-box.v1:before {
	content: '';
	position: absolute;
	width: 155px;
	height: 30px;
	background: #1B1A19  url('img/bbq1-top-left.png') left top no-repeat;
	top: -2px;
	left: -2px;
}
.bbq-box.v1:after {
	content: '';
	position: absolute;
	width: 195px;
	height: 30px;
	background: #1B1A19  url('img/bbq1-bottom-right.png') right bottom no-repeat;
	bottom: -2px;
	right: -2px;
}
.bbq-box.v2 {
	background-color: #1B1A19;
}
.bbq-box.v2:before {
	content: '';
	position: absolute;
	width: 155px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-top-left.png') left top no-repeat;
	top: -2px;
	left: -2px;
}
.bbq-box.v2:after {
	content: '';
	position: absolute;
	width: 195px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-bottom-right.png') right bottom no-repeat;
	bottom: -2px;
	right: -2px;
}
.bbq-box.v2 p {
	color: white;
}
.bbq-box .lnk {
	color: #FFA701;
	text-align: right;
	margin-top: 5px;
}


.winner-box {
	padding: 70px 0 50px 0;
	background-color: #FFA701;	
}
.winner-box .inner {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.winner-box .box {
	flex: 0 0 calc(20% - 30px);
	-webkit-flex: 0 0  calc(20% - 30px);
	margin: 0 15px 20px 15px;
}
.winner-box .box .num {
	font-size: 80px;
	font-weight: bold;
	color: #1E1E1E;
	line-height: 1.1;
}
.winner-box .box p {
	font-size: 20px;
	color: #1E1E1E;
	line-height: 1.2;
	margin-bottom: 0;
}


.bbq2 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.bbq2 .col-lg-4 {
	overflow: hidden;
}
.bbq2 .bbq-box {
	background-color: #1B1A19;
	margin-bottom: 30px;
	border: 1px solid white;
	border-radius: 14px;
	position: relative;
	padding: 30px 20px 30px 20px;
	display: block;
	text-decoration: none;
	transition: all .5s;
}
.bbq2 .bbq-box .mask {
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.bbq2 .bbq-box .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	position: relative;
	z-index: 5;
}
.bbq2 .bbq-box .img {
	margin-right: 50px;
}
.bbq2 .bbq-box .img img {
	transition: all .5s;
}
.bbq2 .bbq-box:before {
	content: '';
	position: absolute;
	width: 155px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-top-left.png') left top no-repeat;
	top: -2px;
	left: -2px;
	z-index: 0;
}
.bbq2 .bbq-box:after {
	content: '';
	position: absolute;
	width: 195px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-bottom-right.png') right bottom no-repeat;
	bottom: -2px;
	right: -2px;
	z-index: 0;
}
.bbq2 .bbq-box p {
	color: white;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0;
}
.bbq2 .bbq-box .mask:after {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	z-index: 0;
	background: radial-gradient(ellipse at center,  rgba(27,26,25,1) 0%,rgba(27,26,25,0) 100%);
	transition: all 1s;
}
.bbq2 .bbq-box.s1 .mask:after {
	left: -200px;
	bottom: -200px;
}
.bbq2 .bbq-box.s2 .mask:after {
	right: -200px;
	bottom: -200px;
}
.bbq2 .bbq-box.s3 .mask:after {
	left: 0;
	bottom: -200px;
}

.bbq2 .bbq-box:hover img {	
	transform: rotate(-15deg);
}
.bbq2 .bbq-box.s1:hover .mask:after {	
	left: 600px;
	bottom: 0;
}
.bbq2 .bbq-box.s2:hover .mask:after {	
	right: 600px;
	bottom: 0;
}
.bbq2 .bbq-box.s3:hover .mask:after {	
	left: 600px;
	bottom: 0;
}

.team-block {
	margin-top: 50px;
}
.team-block .img img {
	border-radius: 18px;
}
.team-block .txt {
	padding-top: 50px;
}

.qq {
	background: url('img/qq.png') left top no-repeat;
	padding: 40px 0 0 58px;
}
.qq p {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase;
	color: white;
	margin-bottom: 25px;
}
.qq .sign {
	text-align: right;
}

.bbq3 {
	background-color: #1B1A19;
	border: 1px solid white;
	border-radius: 14px;
	position: relative;
	padding: 60px 45px;
	margin-bottom: 60px;
	display: block;
	text-decoration: none;
	transition: all .5s;
}
.bbq3 .mask {
	position: relative;
	z-index: 1;
}
.bbq3:before {
	content: '';
	position: absolute;
	width: 155px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-top-left.png') left top no-repeat;
	top: -2px;
	left: -2px;
	z-index: 0;
}
.bbq3:after {
	content: '';
	position: absolute;
	width: 195px;
	height: 30px;
	background: #1B1A19 url('img/bbq2-bottom-right.png') right bottom no-repeat;
	bottom: -2px;
	right: -2px;
	z-index: 0;
}
.bbq3 p {
	color: white;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.bbq3 .mask:after {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	z-index: 0;
	background: radial-gradient(ellipse at center,  rgba(27,26,25,1) 0%,rgba(27,26,25,0) 100%);
	right: -300px;
	bottom: -300px;
}


.bottom-form {
	padding: 70px 0;
}
.bottom-form .httl {
	font-size: 55px;
	margin-bottom: 60px;
}
.bottom-form p {
	font-size: 20px;
	color: white;
	margin-bottom: 40px;
}




.timer-box {
	text-align: center;
}
.timer-box .ttl {
	font-size: 16px;
	color: white;
	margin-bottom: 15px;
}
.timer {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.timer .num-box {
	width: 60px;
	height: 65px;
	background: rgba(255, 167, 1, 0.08);
	border: 1px solid rgba(255, 167, 1, 0.3);
	border-radius: 10px;
	margin: 0 10px;
}
.timer .num-box .num {
	font-size: 36px;
	line-height: 1.3;
	color: white;
}
.timer .num-box span {
	font-size: 14px;
	font-weight: 300;
	color: white;
	display: block;
	margin-top: -5px;
}

.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: white;
	font-weight: bold;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	transition: all .5s;
	background: transparent;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn2:hover {
	color: #191919;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: white;
}
.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: black;
	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;
}

.httl {
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	line-height: 1.2;
	margin-bottom: 30px;
	position: relative;
}
.httl span {
	color: #FFA701;
	font-weight: bold;
}
.httl-txt {
	font-size: 24px;
	font-weight: 300;
	color: white;
	margin-bottom: 40px;
}

.wite-text-block .inner {
	background-color: white;
	padding: 40px 50px;
	border-radius: 16px;
	display: flex;
	display: -webkit-flex;
}
.wite-text-block .left-box {
	max-width: 500px;
}
.wite-text-block .right-box {
	position: relative;
	flex: 1;
	-webkit-flex: 1;
}
.wite-text-block .ttl {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.wite-text-block p {
	font-size: 18px;
	margin-bottom: 0;
}

.wite-text-block .right-box .ttl {
	max-width: 500px;
}
.wite-text-block img {
	margin: 20px 0;
}
.wite-text-block .boxes {
	position: absolute;
	right: 0;
	top: -10px;
	text-align: right;
	max-width: 350px;
}
.wite-text-block .boxes span {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 10px;
	background-color: #FFA701;
	font-size: 14px;
	margin: 0 10px 10px 0;
}


.steps-block {
	padding-bottom: 60px;
}
.steps-block .box {
	margin-bottom: 35px;
}
.steps-block .box .ttl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 20px;
}
.steps-block .box .title {
	font-size: 30px;
	font-weight: bold;
	color: #FFA701;
	line-height: 1.2;
}
.steps-block .box .num {
	margin-right: 25px;
}
.steps-block .box .num span {
	font-size: 80px;
	font-weight: bold;
	color: #FFA701;
	line-height: 1;
	/*text-shadow: 5px -5px 0 #FFA701, 1px -1px 0 #FFA701, -1px 1px 0 #FFA701, 1px 1px 0 #FFA701;*/
}
.steps-block .box p {
	font-size: 18px;
	color: white;
	margin-bottom: 35px;
	width: 90%;
}
.steps-block .box img {
	max-width: 100%;
	height: auto;
}

.samples-block {
	padding: 80px 0;
	background: #FFA701 url('img/samples-bg.png') center 90% no-repeat;
}
.samples-block .httl {
	color: black;
}
.samples-block p {
	font-size: 18px;
	margin-bottom: 40px;
}
.samples-block .vid {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 20px;
}
.samples-block .vid img {
	max-width: 100%;
	height: auto;
}

.online-meet-block {
	padding: 100px 0;
	overflow: hidden;
}
.online-meet-block .container {
	position: relative;
}
.online-meet-block .inner {
	border-radius: 15px;
	background-color: white;
	padding: 50px;
	position: relative;
	overflow: hidden;
}
.online-meet-block .ttl {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
	max-width: 650px;
	position: relative;
	z-index: 3;
}
.online-meet-block p {
	font-size: 18px;
	margin-bottom: 40px;
	max-width: 500px;
	position: relative;
	z-index: 3;
}
.online-meet-block .btn-box {
	position: relative;
	z-index: 3;
}
.online-meet-block img {
	position: absolute;
	top: -90px;
	left: 57%;
	z-index: 2;
}
.online-meet-block .inner:After {
	content: '';
	position: absolute;
	width: 575px;
	height: 575px;
	border-radius: 50%;
	background-color: #FFA701;
	left: 65%;
	top: 50%;
	margin-top: -287px;
	z-index: 0;
}

.text-img-block .item {
	padding-left: 40px;
	background: url('img/li3.png') left center no-repeat;
	font-size: 17px;
	color: white;
	margin-bottom: 20px;
}

.get-block {
	margin-bottom: 60px;
}
.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: 600;
	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 .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: 15px;
}
.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;
	margin-bottom: 5px;
	margin-left: 13px;
	width: 90%;
}
.services-block .box .btn-box {
	margin-top: 40px;
}
.services-block .box .btn3 {
	width: 100%;
}

.cases-block {
	padding: 70px 0 100px 0;
	overflow: hidden;
}
.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 .box {
	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;
}

.priv p {
	color: white;
	font-size: 16px;
}

.center-form {
	padding: 50px 0;
}
.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: white;
	background-color: #1E1E1E;
	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: 15px;
	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-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.owl-nav button {
	width: 50px;height: 50px;
	border-radius: 50%;
	border: 1px solid #FFA701 !important;
	display: block;
	color: #FFA701;
	background-color: transition !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #FFA701;
	font-size: 20px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}
.owl-nav button:hover {	
	color: white;
	background-color: #FFA701 !important;
}
.owl-nav button:hover i {
	color: white;
}

.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: black;
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: white;
	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 .grid-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.footer-bottom {
	padding-bottom: 40px;
}
.footer-bottom .box {
	margin-bottom: 30px;
}
.footer-bottom .box .item {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	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;
}
.modal-content .close img {
	filter: brightness(0) invert(1);
}


.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;
}

.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: 30px;
	min-height: 390px;
	text-decoration: none;
	margin-bottom: 30px;	
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cases-block2 .box .img {	
	flex: 1;
}
.cases-block2 .box img {
	max-width: 40%;
}
.cases-block2 .box .ttl {
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 1px rgba(0,0,0,.8);
}
.cases-block2 .box p {
	font-size: 20px;
	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;
}
.btn-lnk {
	color: #FFA701;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}



@media screen and (max-width: 1060px){
	.winner-box .inner {
		justify-content: center;
		text-align: center;
	}
	.winner-box .box {
		flex: 0 0 calc(33.33% - 30px);
		-webkit-flex: 0 0 calc(33.33% - 30px);
	}
	.bbq2 .bbq-box .img {
		margin-right: 20px;
	}
}
@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 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.text-img-block .txt {
		padding-top: 0;
	}
	.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);
	}
	
}
@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;
		margin-bottom: 30px;
	}
	.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);
	}
	
	
}
@media screen and (max-width: 575px){
	
	.winner-box .box .num {
		font-size: 60px;
	}
	.winner-box .box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.bottom-form .httl {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	.menu-box-right {		
		width: 280px;
	}
	.side-menu .menu-close {	
		left: 290px;
	}
	.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
		font-size: 15px;
		margin: 0 0 15px 0;
		white-space: normal; 
	}
	
	
}
@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);
	}
	
}
@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;
	}
	
	.bbq-box p {
		font-size: 16px;
	}
	
	
}