@import "slick.min.css";

/*
blue: #1C6FE0
hover-blue: #3A48C9
linear-gradient(45deg, #1e78f3 0%,#8200f4 100%);
*/
@font-face {
	font-family: 'Futura PT Book';
	src: url('fonts/FuturaPT-Book.eot');
	src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/FuturaPT-Book.woff') format('woff'),
	url('fonts/FuturaPT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 14px;
}
body {
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Futura PT Book', Tahoma, Verdana, Arial;
}

input, textarea {
	outline: none;
}

svg {
    width: 1.2rem;
}

.display-4 {
	font-size: 3.2rem;
}

@media (max-width: 450px) {
	.display-4{
		font-size: 2.5rem;
	}
}

.bg-light-blue {
	background-color: #F4F9FF;
}

.text-gray {
	color: #606060;
}

.borders-10 {
	border-radius: 10px;
}
.borders-20 {
	border-radius: 20px;
}


.p-40 {
	padding: 40px;
}

.form-group {
	position: relative;
}
.form-group label {
	position: absolute;
	top: 16px;
	left: 20px;
	transition-duration: 0.3s;
}
.form-input {
	border:  none;
	background: #E8E9F3;
	padding: 16px 20px;
	width: 100%;
	transition-duration: 0.2s;
	border-radius: 10px;
	resize: none;
}

.form-input:active,
.form-input:focus {
	box-shadow: 0 0 2px 3px #D9DCF6
}
.form-input:hover + label,
.form-input:active + label,
.form-input:focus + label {
	font-size: 0.8rem;
	opacity: 0.3;
	transform: translate(0 , -16px);
}



ul.styled {
	list-style: none;
}
ul.styled li {
	margin-bottom: 24px;
	position: relative;
}
ul.styled li:before {
	content: '';
	background: url(../images/icons/check.svg) no-repeat 0 0;
	height: 24px;
	width: 24px;
	left: -40px;
	position: absolute;
}
ul.styled li:last-child {
	margin-bottom: 0;
}


header {
	padding: 20px 0;
}

.container .navbar-light .navbar-nav .nav-link {
    color: #404040;
}
.container .navbar-light .navbar-nav .nav-link:hover{
    color: #000;
    background: #f0f0f0;
    border-radius: 20px;
}
.navbar-brand {
	margin-top: -5px;
}

.navbar-toggler {
	border:none;
}
.navbar-toggler span {
	width: 2rem;
	height: 3px;
	background: #1e78f3;
	display: block;
	margin: 6px 0;
}

.navbar-collapse.show {
	position: fixed;
	z-index: 100;
	background: #fff;
	top:0; right:0; bottom: 0; left: 0;
}
.navbar-collapse.show .nav-link {
	font-size: 2rem;
}


.navbar-collapse .navbar-close,
.navbar-collapse .navbar-logo {
	display: none;
}
.navbar-collapse.show .navbar-close {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	transition: all 0.3s;
}
.navbar-collapse.show .navbar-logo {
	display: block;
	position: absolute;
	left: 25px;
	top: 27px;
}
.navbar-collapse.show .navbar-close:hover {
	filter: brightness(85%);
}



.btn {
	border-width: 2px;
	border-radius: 100px;
	padding:15px 30px;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.btn:focus {
	box-shadow: none;
}

.btn.btn-icon {
	position: relative;
	padding-left: 60px;
	transition: all 0.4s;
}
.btn.btn-icon i {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 30px;
	top: calc(50% - 11px);
}
.btn.btn-icon i svg {
    width: 100%;
}

.btn:hover {
	background: #3F49A5;
	border-color: #3F49A5;
}
.btn.btn-primary {
	background: #364FD4;
	border-color: #364FD4;
	box-shadow: 0 7px 22px rgba(88, 112, 242, 0.46);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #3F49A5
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    background: none;
    text-decoration: none;
}

.btn-outline-primary {
	color: #364FD5;
	border-color: #364FD5;
	border-width: 2px;
	box-shadow: 0 7px 22px rgba(88, 112, 242, 0.15);
}
.btn-outline-primary:hover {
	color: #fff;
}

.btn.btn-white {
	color: #3F49A5;
	background-color: #fff;
}
.btn.btn-white:hover,
.btn.btn-white:active {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}



/* Elastic tabs */
.tabs {
	margin-top: 50px;
	font-size: 15px;
	padding: 0;
	list-style: none;
	background: #EDEEF3;
	display: inline-block;
	border-radius: 50px;
	position: relative;
}
.tabs a {
	text-decoration: none;
	color: #404040;
	text-transform: uppercase;
	padding: 15px 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition-duration: 0.6s;
	outline: none;
	border: none;
}
.tabs a:hover {
	background: none;
}
.tabs a.active {
	color: #fff;
}
.tabs a.active:hover {
	border: none;
}
.tabs .selector {
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(.77, 0, .18, 1);
	background: #1e78f3;
	background: -webkit-linear-gradient(45deg, #1e78f3 0%,#8200f4 100%);
	background: linear-gradient(45deg, #1e78f3 0%,#8200f4 100%);
}

@media (max-width: 767px) {
	.tabs a {
		padding:15px 25px;
	}
}

@media (max-width: 420px) {
	.tabs a {
		padding:12px 15px;
		font-size: 0.8rem;
	}
}
/* End elastic tabs */




/* Stat Block */
.stats {
	min-height: 250px;
	font-size: 1.4rem;
	padding: 4rem 5rem;
	color: #3A48C9;
	text-align: center;
}
header .stats h5 {
	font-size: 3rem;
}
header .stats.bg-1 {
	background: url(../images/ill/stat-1.svg) center center no-repeat;
	background-size: contain;
}
header .stats.bg-2 {
	background: url(../images/ill/stat-2.svg) center center no-repeat;
	background-size: contain;
}
header .stats.bg-3 {
	background: url(../images/ill/stat-3.svg) center center no-repeat;
	background-size: contain;
}

.small_stats {
	color: #3A48C9;
	text-align: center;
	padding-top: 60px;
}
.small_stats div {
	margin-bottom: 40px;
}
.small_stats h5 {
	font-size: 2.6rem;
}
@media (max-width: 768px) {
	.main-right {
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 520px) {
	.main-right {
		margin-top: 20px;
	}
	.small_stats {
		padding: 0;
	}
	.small_stats div {
		margin: 0;
	}
	.small_stats h5 {
		font-size: 2rem;
		margin: 0;
	}
}


/* Excellence */
.block-blue .wrap{
	color: #fff;
	background: #3F49A5;
	border-radius: 20px;
	padding: 4rem 5rem;
}
.block-blue ul{
	padding-left: 30px;
	margin: 0;
	list-style: none;
	list-style-image: url(../images/icons/check-white.svg);
}
.block-blue ul li{
	margin-bottom: 24px;
	font-size: 1.2rem;
}
.block-blue ul li:last-child{
	margin: 0;
}

@media (max-width: 767px) {
	.block-blue .wrap{
		padding: 3rem 1rem;
	}
	.block-blue ul:first-child{
		margin-bottom: 24px;
	}
}


/* Start */
.start .start-item {
	color: #606060;
	overflow: hidden;
	margin-bottom: 2rem;
}
.start-item .img-wrap {
	float:left;
	margin-right: 2rem;
	background: url(../images/image/cloud.svg) no-repeat center center;
	background-size: cover;
	padding: 1rem;
	width: 140px;
	min-height: 135px;
}
.start-item .title {
	font-size: 1.2rem;
	margin: 10px 0 0 0;
	color: #1C2534;
}






/* Price List */
.price__item {
	box-shadow: 0 5px 17px rgba(194, 194, 194, 0.25);
	padding: 20px;
	color: #5C5C5C;
	margin-bottom: 20px;
}
.price__top {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}
.price__top i {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #F4F9FF;
	border-radius: 50%;
	line-height: 0;
}
.price__top p {
	display: flex;
	font-size: 16px;
	margin: 0;
}

.price__info {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 0 45px;
}

@media (max-width: 1180px) {
	.price__info {
		padding: 0 10px;
	}
}

.price__price {
	font-size: 20px;
	font-weight: bold;
}


/* Fast order */
.select-buttons {
	margin: 0 0 50px;
}
.select-buttons__btn {
	box-shadow: 0 10px 70px rgba(85, 108, 153, 0.2);
	border-radius: 5px;
	background: #fff;
	padding: 15px 30px;
	margin: 0 8px;
	display: inline-block;
	color: #707070;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.select-buttons__btn.active,
.select-buttons__btn:hover {
	text-decoration: none;
	color: #FFF;
	background: #364FD4;
}

@media (max-width: 768px) {
	.select-buttons__btn {
		width: 40%;
		padding: 15px;
		margin-bottom: 15px;
	}
}

/* Fast order FORM */
.fast-order__form_wrapper {
	max-width: 980px;
	margin: 0 auto;
}

.form-items {
	margin-bottom: 40px;
}
.form-items label {
	color: #404040;
	margin-bottom: 10px;
	font-size: 1.1rem;
	padding-left: 10px;
}
.form-items input {
	width: 100%;
	display: block;
	background: #F4F9FF;
	color: #3A48C9;
	border: none;
	border-radius: 100px;
	padding: 15px 30px;
	font-size: 1.1rem;
	transition: background 0.3s;
}
.form-items input[type=checkbox] {
    width: auto;
    margin: 6px 0 0 -10px;
}

.form-items input:focus {
	background: #e9f3ff;
}
.form-items input.error,
.form-items input.is-invalid {
	box-shadow: 0 0 5px 0 #dc3545;
	color: #dc3545;
}
.form-items input::placeholder {
	color: #3A48C9;
	font-size: 1.1rem;
	opacity: 0.8;
}
.form-items input.error::placeholder {
	color: #dc3545;
}
.form-items label.error {
	color: #dc3545;
}

.form-items .input_background {
	position: relative;
}
.form-items .input_background svg,
.form-items .input_background img {
	position: absolute;
	top: 17px;
	left: 30px;
}
.form-items .input_background input {
	padding: 15px 30px 15px 60px;
}

.fast-order__error {
	color: #dc3545;
	margin: 10px 0 0 10px;
}

.fast-order__price {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #1C2534;
}
.fast-order__price span {
	color: #3A48C9;
	font-weight: bold;
}




.image-max-140 {
	max-width: 140%;
}

.illustrated ul {
	width: 80%;
}
@media (max-width: 576px) {
	.illustrated img {
		max-width: 100%;
	}
	.illustrated ul {
		width: 100%;
	}
}
@media (min-width: 576px) AND (max-width: 768px) {
	.illustrated .image-max-140 {
		max-width: 120%;
	}
	.illustrated ul {
		width: 100%;
	}
}
@media (min-width: 996px) {
	.illustrated .image {
		margin-top: -170px;
	}
}






/* News */
.news-item {
	width: 100%;
	min-height: 200px;
	padding: 48px 30px;
	font-size: 1.2rem;
	border-radius: 20px;
	background-color: #E8E9F3;
	text-align: center;
	position: relative;
}
.news-item .date {
	color: #929AA2;
	font-size: 0.9rem;
}
.news-item .btn {
	width: 200px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -100px;
}

/* Reviews */
.reviews-title {
	padding-left: 90px;
	background: url('../images/icons/quotes-left.svg') no-repeat 0 0 / 60px;
}

.review-list {
	transition-duration: 1s;
}
.review-item {
	min-height: 240px;
	float: left;
	font-size: 1rem;
	display: flex;
	align-items: center;
	transition-duration: 1s;
}
.review-item > div {
	width: 330px;
	padding: 48px 20px;
	border-radius: 20px;
	background-color: #E8E9F3;
	text-align: center;
	margin: 0 auto;
}
.review-item .name {
	font-size: 1.2rem;
	color: #1C2534;
}
.review-item .text {
	font-size: 1rem;
	color: #606060;
    margin-bottom: 0;
}

@media (min-width: 1000px) AND (max-width: 1200px) {
	.review-item > div {
		width: 300px;
	}
}

.slick-dots {
	padding-left: 90px;
}
.slick-dots li {
	list-style: none;
	float: left;
	margin: 0 16px 16px 0;
}
.slick-dots button {
	font-size:0;
	background: #E8E9F3;
	border: none;
	height: 8px;
	width: 30px;
	border-radius: 10px;
	outline: none;
}
.slick-dots .slick-active button {
	background: #364FD4;
}


.footer {
	margin: 64px 0 16px;
	text-align: center;
}
.footer-link {
	color: #404040;
	font-size: 1rem;
	display: inline-block;
    padding: 5px 10px;
}
.footer-link:hover {
    background: #f0f0f0;
    text-decoration: none;
    border-radius: 20px;
    color: #000;
}




/** Auth Form **/
.btn-oauth svg {
    width: 2.5rem;
}

.invalid-feedback {
    font-size: 1.1rem;
    padding-left: 10px;
    color: #dc3545;
}




.scroll_to_top {
	width: 80px;
	overflow: hidden;
	height: 50px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px 100px 0 0;
}
.scroll_to_top i {
	background: #F4F9FF;
	display: inline-block;
	border-radius: 100px;
	width: 100%;
	height: 100px;
	padding-top: 15px;
}
.scroll_to_top svg {
	transition: all 0.2s;
}
.scroll_to_top:hover svg {
	transform: scale(1.4);
}

.front-email-link{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
}
    .front-email-link svg{
        width: 50px;
    }


.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}

@media (min-width: 996px) {
	.w-xl-50 {
		width: 50%
	}
}

/** Contacts */
.container .alert-light{
    color:#404040;
}
