.clear {
	clear: both;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "➝";
}

a,
.page-link {
	color: #0b9fd0;
}
.text-primary {
	color: #0b9fd0 !important;
}
.list-group-item.active,
.page-item.active .page-link {
	background-color: #00bcff;
	border-color: #00bcff;
}

.relative-z-index {
	z-index: 0;
	position: relative;
}

.logo-img {
	width: 26px;
	margin: -3px 10px 0 0;
	float: left;
}

.navbar-padding {
	height: 56px;
}

.man {
	background: url("bg.jpg") no-repeat center fixed;
	background-size: cover;
	height: calc(100vh - 50px);
}

.content img,
.blue img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.blue {
	background: #00bbfe;
	color: #fff;
}

.smart-blue-top {
	background: #effbff;
	color: #555;
	border-bottom: solid 1px #ceedff;
	z-index: 0;
	position: relative;
}

.smart-blue {
	background: #effbff;
	border-color: #ceedff;
	border-style: solid;
	border-width: 1px 0;
}

.btn-primary, .btn-primary:hover {
	color: #000;
	background-color: #fad800;
	background-image: -webkit-linear-gradient(top, #fce800, #fad800);
	border: none;
	position: relative;
}
.btn-primary:active, .btn-primary:focus {
	color: #000 !important;
	background: #fbb700 !important;
	border-color: #ce7c02 !important;
	box-shadow: none !important;
}
.btn-primary:after{
	content: "";
	display:block;
	background:#fbb700;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 0;
	z-index: -1;
	border-radius: 4px;
	box-shadow: 0 1px 4px #5c4f49;
}
.btn-primary.rounded-pill:after{
	border-radius: 50px;
}

.footer {
	padding: 40px 0;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.yashare-auto-init {
	margin: -6px 0 0 -5px;
}

.title {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
	display: block;
}

.mobile-container {
	background-image: url("mobile-phone.png");
	background-repeat: no-repeat;
	height: 679px;
	position: relative;
	width: 410px;
	float: left;
	margin-left: -35px;
}
.mobile {
	width: 287px !important;
	height: 506px !important;
	left: 64px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 86px;
}
.notebook-container-mini {
	background-image: url("notebook-mini.png");
	background-repeat: no-repeat;
	position: relative;
	width: 456px;
	height: 323px;
	float: left;
	margin: 5px 5px 0 20px;
}
.notebook-mini {
	width: 352px !important;
	height: 199px !important;
	left: 51px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 24px;
}
.mobile-container-mini {
	background-image: url("mobile-phone-mini.png");
	background-repeat: no-repeat;
	position: relative;
	width: 181px;
	height: 300px;
	float: left;
	margin: 25px 0 0 0;
}
.mobile-mini {
	width: 126px !important;
	height: 222px !important;
	left: 28px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 38px;
}

.create-accept {
	background-color: #DDFFDD;
	border: 1px dotted #00AA00;
	color: #00AA00;
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 40px;
	padding: 10px;
	border-radius:4px;
}

.solution-table img {
	max-width: 110px;
}

.review {
	background: #445e7c;
}
#slider.slick-slider {
	width: 100% !important;
	padding-bottom: 0 !important;
	color: #fff;
}
#slider .h3 {
	font-size: 20px;
	line-height: 25px;
}
#slider .img .left-img {
	margin-left: 10px;
	margin-top: 30px;
	width: 40px;
}
#slider .img .right-img {
	margin-right: 10px;
	width: 40px;
}


@media (max-width: 991px) {
	.mobile-container {
		background-size: contain;
		background-position: center;
		height: 498px;
		width: 300px;
		margin-left: -20px;
		float: none;
	}
	.mobile {
		width: 212px !important;
		height: 369px !important;
		left: 46px;
		top: 64px;
	}
	.mobile img {
		width: 210px;
	}
}

@media (max-width: 768px) {
	.notebook-container-mini {
		background-size:contain;
		background-position:center;
		width: 280px;
		height: 323px;
		margin-left: 0;
	}
	.notebook-mini {
		width: 218px !important;
		height: 123px !important;
		left: 31px;
		top: 78px;
	}
}



/* ТАРИФЫ */
.text-decoration-through {
	text-decoration: line-through;
}
.pricing * {
	vertical-align: baseline;
}
.pricing .lead.text-primary {
	color: var(--blue) !important;
}
.pricing .card {
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
	border-color: transparent;
}
.pricing .card.active {
	background: #f5fff5;
	border-color: var(--success);
}
.pricing .card-body {
	padding: 1.5rem;
}
.pricing hr {
	margin: 1.25rem 0;
}
.pricing .fa-ul {
	margin-left: 1.5em;
	margin-bottom: 1.5rem;
}
.pricing .fa-li {
	left: -2em;
	width: 2em;
}
.pricing ul li {
	margin-bottom: 1rem;
	line-height: 1rem;
}
.pricing .text-muted {
	opacity: 0.7;
}
.pricing .table {
	border-radius: 1rem;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
	.pricing .card:hover {
		box-shadow: 0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.3);
	}
}

.badge-new {
	width: 100%;
	height: 150px;
	position: absolute;
	top: -6px;
	right: -6px;
	overflow: hidden;
}
.badge-new:before, .badge-new:after {
	content: "";
	position: absolute;
}
.badge-new:before {
	width: 33px;
	height: 5px;
	right: 65px;
	background: #333;
	border-radius: 5px 5px 0 0;
}
.badge-new:after {
	width: 5px;
	height: 33px;
	right: 0;
	top: 65px;
	background: #333;
	border-radius: 0 5px 5px 0;
}
.badge-new span {
	display: block;
	width: 140px;
	height: 25px;
	position: absolute;
	z-index: 2;
	top: 25px;
	right: -30px;
	overflow: hidden;
	transform: rotate(45deg);
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	background-color: var(--info);
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.pricing .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: #aaa;
	-webkit-transition: .4s;
	transition: .4s;
}
.pricing .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 24px;
}
.slider.round:before {
	border-radius: 50%;
}