@font-face {
    font-family: 'OpenSans-Regular';
    src: url("/assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url("/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
button:focus,
input:focus,
textarea:focus,
a:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
	font-family: 'OpenSans-Regular', sans-serif;
}
.btn:focus, .btn:active, button, input {
	outline: none !important;
}
img {
	max-width: 100%;
	max-height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
@media (min-width: 1200px) {
	.container{
		max-width: 1250px;
	}
}

.wrap {
	background: url(/assets/img/studybot/bg.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 100px;
}

/* =============== navbar =============== */
.navbar {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.nav-item {
	padding: 10px 16px;
}
.nav-item a {
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	color: #8A8EAB;
}
/* =============== /.navbar =============== */

/* =============== offer =============== */
.hello-img {
	display: none;
}
.offer {
	padding-top: 180px;
	margin-left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.offer h1 {
	font-family: 'OpenSans-ExtraBold';
	font-size: 56px;
	line-height: normal;
	color: #000000;
	max-width: 600px;
}
.offer p {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
	max-width: 530px;
	font-size: 24px;
}
.offer p:before {
	content: '';
	position: absolute;
	left: 0;
	width: 2px;
	height: 48px;
	background: #FFA113;
}
.offer-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 450px;
	height: 96px;
	background: #2153F9;
	margin-top: 100px;
	border-radius: 16px;
	padding: 14px 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 6px solid #1644DB;
	-webkit-box-shadow: 0px 7px 14px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 14px -8px rgba(0,0,0,0.75);

	-webkit-transition: 0.1s;

	-o-transition: 0.1s;

	transition: 0.1s;
}
.offer-btn span {
	display: inline-block;
	margin: 0;
}
.offer-btn .number {
	background: #FF4949;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 14px;
	height: 14px;
	line-height: normal;
	font-size: 10px;
}
.offer-btn:hover {
	color: #ffffff;
	border-bottom: 6px solid #2153F9;
}
.offer-btn.fixed {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 56px;
	height: 64px;
	background: #2153F9 url(/assets/img/studybot/msg.png) center no-repeat;
	-webkit-animation: fixed 0.5s;
	        animation: fixed 0.5s;
	-webkit-transform: 0.5s;
	    -ms-transform: 0.5s;
	        transform: 0.5s;
	z-index: 10;
}
.offer-btn.fixed .number {
	top: 15px;
	right: 14.5px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	display: none;
}
.offer-btn.fixed span {
	display: none;
}
.offer-btn.no-fixed {
	-webkit-animation: no-fixed 0.5s;
	        animation: no-fixed 0.5s;
}
.offer-img  {
	display: block;
	margin: 0 auto;
}
.offer-img img {
	margin-left: 100px;
}

@-webkit-keyframes fixed {
	from {
		bottom: 90%;
		right: 70%;
		width: 300px;
		height: 64px;
	}
	to {
		width: 56px;
		height: 64px;
		bottom: 40px;
		right: 40px;
	}
}

@keyframes fixed {
	from {
		bottom: 90%;
		right: 70%;
		width: 300px;
		height: 64px;
	}
	to {
		width: 56px;
		height: 64px;
		bottom: 40px;
		right: 40px;
	}
}
/* =============== /.offer =============== */


/* =============== works =============== */
.works {
	position: relative;
	margin-top: 365px;
}
.works .title {
	position: absolute;
	right: 0px;
	left: 50%;
	top: 20px;
}
.works .title img {
	margin-bottom: -12px;
	margin-left: 10px;
}
.works .title h2 {
	font-family: 'OpenSans-ExtraBold';
	font-size: 32px;
	line-height: normal;
	color: #000000;
	/*max-width: 600px;*/
}

.owl-stage-outer {
	width: 960px;
	max-width: 960px;
	margin-left: 120px;
}
.item {
	position: relative;
	width: 960px;
	max-width: 960px;
}
.item img {
	width: 360px;
	max-width: 360px;
}
.item .works-text {
	position: absolute;
	right: 190px;
	top: 90px;
	display: block;
	width: 312px;
	max-width: 312px;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.64);
}
.owl-theme .owl-dots {
	position: absolute;
	right: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	margin-top: 0;
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #BCC3D6;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2153F9;
}
/* =============== /.works =============== */


/* =============== reviews =============== */
.reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	min-height: 650px;
	max-width: 1280px;
	margin: 180px auto 0;
}
.reviews-img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	align-self: flex-start;
	display: flex;
}
.reviews-img > img{
	width: 100%;
}
.reviews-left {
	width: 530px;
}
.reviews-right {
	margin-left: 75px;
}
.reviews-right .title {
	margin-top: 65px;
	margin-bottom: 75px;
}
.reviews-right .title h2 {
	font-family: 'OpenSans-ExtraBold';
	font-size: 32px;
	line-height: normal;
	color: #000000;
}
.reviews-right .title h2:before {
	position: absolute;
	margin-top: 12px;
	margin-left: -2px;
	content: url(/assets/img/studybot/title_decor_down.svg);
}
.reviews-right .title h2:after {
	content: url(/assets/img/studybot/title_decor_up.svg);
	position: absolute;
	margin-top: -25px;
	margin-left: -21px;
}
.reviews-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reviews-row:first-child {
	margin-right: 30px;
}
.reviews-block {
	margin-bottom: 25px;
}
.reviews-block p {
	font-size: 14px;
	line-height: 23px;
	color: #8A8EAB;
	margin-left: 50px;
}
.reviews-text {
	max-width: 245px;
	background-color: #ffffff;
	border-radius: 15px;
	border-top-left-radius: 5px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	padding: 8px 12px;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	margin-left: 10px;
	word-break: break-word;
}
.reviews-bottom-img {
	display: none;
}
.reviews-row-one {
	display: none;
}
/* =============== /.reviews =============== */


/* =============== contact =============== */
.contact {
	position: relative;
	margin-top: 170px;
}
.contact .title {
	text-align: center;
	margin-bottom: 60px;
}
.contact .title h2 {
	font-family: 'OpenSans-ExtraBold';
	font-size: 32px;
	line-height: normal;
	color: #000000;
}
.contact .title h2:after {
	position: absolute;
	margin-top: -5px;
	margin-left: 7px;
	content: url("/assets/img/studybot/title_decor_right.svg");
}
.contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-img {
	margin-left: 200px;
}
.bot-face-small {
	display: none;
}
.contact-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.text-block {
	display: inline-block;
	max-width: 272px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	padding: 8px 12px;
	border-radius: 15px;
	border-top-left-radius: 5px;
	margin-bottom: 20px;
}
.text-block:first-child {
	margin-top: 50px;
}
.text-block p {
	font-size: 15px;
	color: #333333;
}
.text-block p a {
	font-size: 15px;
	color: #333333;
	text-decoration: underline;
}
.contact-copyright {
	position: absolute;
	right: 0;
	bottom: 50px;
	text-align: right;
}
.logo-footer-small {
	display: none;
}
.contact-copyright p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 21px;
	color: #8A8EAB;
}
/* =============== /.contact =============== */


/* =============== media (max-width: 1280px) =============== */
@media (max-width: 1280px) {
	.wrap {
		background: url(/assets/img/studybot/bg_960.png) no-repeat center top;
		padding-bottom: 50px;
		background-size: cover;
	}
	.navbar {
		display: none !important;
	}
	.offer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding-top: 40px;
		margin-left: 0;
	}
	.offer-img {
		display: none;
	}
	.hello-img {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.hello-img > img {
		min-width: 328px;
	}
	.offer h1 {
		font-size: 26px;
		max-width: 100%;
	}
	.offer p {
		margin-top: 70px;
		padding-left: 0px;
		max-width: 100%;
		font-size: 13px;
	}
	.offer p:before {
		left: 50%;
		top: -20px;
		width: 48px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.offer-btn {
		max-width: none;
		margin: 100px auto 0;
	}
	.offer-btn .number {
		right: 35px;
	}
	.offer-btn.fixed .number {
		display: none;
	}
	.offer-btn.fixed {
		bottom: 10px;
		right: 10px;
	}
	@-webkit-keyframes fixed {
		from {
			bottom: 90%;
			right: 40%;
			width: 300px;
			height: 64px;
		}
		to {
			width: 56px;
			height: 64px;
			bottom: 10px;
			right: 10px;
		}
	}
	@keyframes fixed {
		from {
			bottom: 90%;
			right: 40%;
			width: 300px;
			height: 64px;
		}
		to {
			width: 56px;
			height: 64px;
			bottom: 10px;
			right: 10px;
		}
	}

	.works {
		margin-top: 150px;
	}
	.works .title {
		position: static;
		text-align: center;
		margin-bottom: 25px;
	}
	.works .title p {
		display: none;
	}
	.owl-stage-outer {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
	.item {
		width: 100%;
		max-width: 100%;
	}
	.item img {
		text-align: center;
		max-width: 360px;
		margin: 0 auto;
	}
	.owl-dots {
		width: 100% !important;
		position: absolute !important;
		top: 340px !important;
		right: 0px;
		bottom: 40px !important;
		left: 50%;
		-webkit-transform: translate(-50%) rotate(0deg) !important;
		    -ms-transform: translate(-50%) rotate(0deg) !important;
		        transform: translate(-50%) rotate(0deg) !important;
		margin-bottom: 0 !important;
		display: block !important;
	}
	.item .works-text {
		position: static;
		display: block;
		max-width: 290px;
		margin: 50px auto 0px;
		text-align: center;
		font-size: 15px;
		line-height: 25px;
		color: rgba(0, 0, 0, 0.64);
	}

	.reviews {
		height: auto;
		min-height: 650px;
		margin-top: 140px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.reviews-right {
		margin-left: 0px;
	}
	.reviews-right .title {
		margin-top: 0px;
		margin-bottom: 45px;
		text-align: center;
	}
	.reviews-row {
		display: none;
	}
	.reviews-row-one {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: -35px;
	}
	.reviews-row-one::-webkit-scrollbar {
		display: none;
	}
	.reviews-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin-left: 40px;
	}
	.reviews-left {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		text-align: center;
	}
	.reviews-left-img {
		display: none;
	}
	.reviews-bottom-img {
		display: block;
		margin: 0 auto;
	}

	.contact {
		position: relative;
		margin-top: 40px;
	}
	.contact .title {
		text-align: center;
		margin-bottom: 30px;
	}
	.contact-wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.contact-img {
		margin-left: 0;
	}
	.bot-face {
		display: none;
	}
	.bot-face-small {
		display: block;
	}
	.text-block:first-child {
		margin-top: 0;
	}
	.contact-copyright {
		position: static;
		text-align: center;
		margin-top: 90px;
	}
	.logo-footer {
		display: none;
	}
	.logo-footer-small {
		display: block;
		margin: 0 auto;
	}
	.contact-copyright p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 21px;
		color: #8A8EAB;
	}
}
/* =============== /.media (max-width: 1280px) =============== */


/* =============== media (max-width: 560px) =============== */
@media (max-width: 560px) {
	.offer p {
		margin-top: 42px;
	}
}
/* =============== /.media (max-width: 560px) =============== */

/* =============== media (max-width: 360px) =============== */
@media (max-width: 360px) {
	.owl-dots {
		top: 280px !important;
	}
}
/* =============== /.media (max-width: 360px) =============== */