/**
Theme Name: Academic Website
Author: Dominic
version: 1.01
Theme URI: creamtask.com
Tags: Academic-Website, Pricing-Calculator, Order-Placement,Admin-Dashboard,Writer-Dashboard,Client-dashboard
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:AcademicWebsite
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Description:This theme is for academic research purposes only

**/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-4 {
		width: 33.3333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-0 {
		right: 0;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-0 {
		left: 0;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-0 {
		right: 0;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-0 {
		left: 0;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-0 {
		right: 0;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-0 {
		left: 0;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
}

@keyframes pulse {
	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
}

@-webkit-keyframes closeMenuButtonShow {
	0%,
	90% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes closeMenuButtonShow {
	0%,
	90% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes donut-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes donut-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "Lato", -apple-system, blinkmacsystemfont, "Segoe UI", arial,
		sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	min-width: 320px;
	background-color: #f5f5f5;
	color: #212121;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	height: 17px;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger-box {
	width: 18px;
	height: 12px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 18px;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	display: block;
}

.hamburger-inner {
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
}

.hamburger-inner::before {
	top: -5px;
}

.hamburger-inner::after {
	bottom: -5px;
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.3s ease-in, opacity 0.1s 0.05s ease-in;
	transition: top 0.1s 0.3s ease-in, opacity 0.1s 0.05s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.3s ease-in,
		-webkit-transform 0.22s 0.05s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.3s ease-in,
		transform 0.22s 0.05s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.3s ease-in,
		transform 0.22s 0.05s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 0.22s 0.05s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.67s;
	transition-delay: 0.67s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.65s ease-out, opacity 0.1s 0.67s ease-out;
	transition: top 0.65s ease-out, opacity 0.1s 0.67s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.65s ease-out,
		-webkit-transform 0.22s 0.67s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.65s ease-out,
		transform 0.22s 0.67s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.65s ease-out,
		transform 0.22s 0.67s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.22s 0.67s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		transparent
	);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		transparent
	);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white
	.swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black
	.swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.logo div,
.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local("Lato Regular"), local("Lato-Regular"),
		url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2)
			format("woff2"),
		url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWA.woff)
			format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: local("Lato Bold"), local("Lato-Bold"),
		url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2)
			format("woff2"),
		url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHw.woff)
			format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Lato";
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	src: local("Lato Black"), local("Lato-Black"),
		url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ.woff2)
			format("woff2"),
		url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHw.woff)
			format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}

.hidden-info:before {
	content: attr(data-title);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		overflow-x: hidden;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {
		overflow-x: hidden;
	}
}

.no-scroll {
	overflow: hidden;
	height: auto;
}

a:focus,
a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

@media screen and (min-width: 1190px) {
	img {
		max-width: none;
	}
}

.text-center {
	text-align: center;
}

.heading {
	font-weight: 400;
	margin: 5px 0 15px;
	font-size: 24px;
	line-height: 32px;
}

@media screen and (min-width: 768px) {
	.heading {
		margin: 8px 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	.heading {
		font-size: 28px;
		line-height: 36px;
		margin: 10px 0 32px;
	}
}

.btn,
.btn2,
.heading--center {
	text-align: center;
}

.btn,
.btn2 {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
	font-size: 17px;
	line-height: normal;
	font-weight: 700;
	padding: 12px 23px 13px;
	min-width: 155px;
	border-radius: 128px;
}

.btn2:focus,
.btn:focus {
	outline: 0;
}

.btn2:disabled,
.btn2:disabled:focus,
.btn2:disabled:hover,
.btn2[disabled="disabled"],
.btn2[disabled="disabled"]:focus,
.btn2[disabled="disabled"]:hover,
.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled="disabled"],
.btn[disabled="disabled"]:focus,
.btn[disabled="disabled"]:hover {
	pointer-events: none;
}

.btn--primary,
.btn.btn2,
.btn2--primary,
.btn2.btn2 {
	z-index: 1;
	border: 2px solid #1C77C3;
	background-color: #1C77C3;
	color: #fff;
	-webkit-transition: background-color 0.3s, border-color 0.3s,
		visibility 0.3s, opacity 0.3s, -webkit-box-shadow 0.25s;
	transition: background-color 0.3s, box-shadow 0.25s, border-color 0.3s,
		visibility 0.3s, opacity 0.3s;
	transition: background-color 0.3s, box-shadow 0.25s, border-color 0.3s,
		visibility 0.3s, opacity 0.3s, -webkit-box-shadow 0.25s;
}

.btn--primary:focus,
.btn--primary:hover,
.btn.btn2:focus,
.btn.btn2:hover,
.btn2--primary:focus,
.btn2--primary:hover,
.btn2.btn2:focus,
.btn2.btn2:hover {
	background-color: #1762A0;
	border-color: #1762A0;
	color: #fff;
}

.btn--primary:hover,
.btn.btn2:hover,
.btn2--primary:hover,
.btn2.btn2:hover {
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}

.btn--alt,
.btn--secondary,
.btn.orderNow,
.btn2--alt,
.btn2--secondary,
.btn2.orderNow {
	color: #1C77C3;
	border: 2px solid #1C77C3;
	padding-left: 65px;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn--alt:focus,
.btn--alt:hover,
.btn--secondary:focus,
.btn--secondary:hover,
.btn.orderNow:focus,
.btn.orderNow:hover,
.btn2--alt:focus,
.btn2--alt:hover,
.btn2--secondary:focus,
.btn2--secondary:hover,
.btn2.orderNow:focus,
.btn2.orderNow:hover {
	background-color: #1762A0;
	border-color: #1762A0;
	color: #fff;
}

.btn--secondary:focus:before,
.btn--secondary:hover:before,
.btn.orderNow:focus:before,
.btn.orderNow:hover:before,
.btn2--secondary:focus:before,
.btn2--secondary:hover:before,
.btn2.orderNow:focus:before,
.btn2.orderNow:hover:before {
	background-color: #124C7D;
	color: #124C7D;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.btn--secondary:focus:after,
.btn--secondary:hover:after,
.btn.orderNow:focus:after,
.btn.orderNow:hover:after,
.btn2--secondary:focus:after,
.btn2--secondary:hover:after,
.btn2.orderNow:focus:after,
.btn2.orderNow:hover:after {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.btn--secondary:after,
.btn--secondary:before,
.btn.orderNow:after,
.btn.orderNow:before,
.btn2--secondary:after,
.btn2--secondary:before,
.btn2.orderNow:after,
.btn2.orderNow:before {
	display: inline-block;
	position: absolute;
}

.btn--secondary:before,
.btn.orderNow:before,
.btn2--secondary:before,
.btn2.orderNow:before {
	content: "?";
	line-height: 46px;
	height: 46px;
	width: 46px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgba(28, 119, 195, 0.16);
	color: #1C77C3;
	-webkit-transition: background-color 0.3s, color 0.3s,
		-webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s,
		-webkit-transform 0.3s;
}

.btn--secondary:after,
.btn.orderNow:after,
.btn2--secondary:after,
.btn2.orderNow:after {
	content: "";
	height: 26px;
	width: 26px;
	background: url(/static/images/arrow.svg) no-repeat center/auto;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn--alt:focus:before,
.btn--alt:hover:before,
.btn2--alt:focus:before,
.btn2--alt:hover:before {
	background-color: #124C7D;
	color: #124C7D;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.btn--alt:focus svg,
.btn--alt:focus svg *,
.btn--alt:hover svg,
.btn--alt:hover svg *,
.btn2--alt:focus svg,
.btn2--alt:focus svg *,
.btn2--alt:hover svg,
.btn2--alt:hover svg * {
	fill: #fff;
	stroke: #fff;
}

.btn--alt:before,
.btn2--alt:before {
	display: inline-block;
	position: absolute;
	content: "";
	height: 46px;
	width: 46px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgba(255, 96, 114, 0.16);
	color: #1C77C3;
	-webkit-transition: background-color 0.3s, color 0.3s,
		-webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s,
		-webkit-transform 0.3s;
}

.btn--alt svg,
.btn2--alt svg {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--alt svg,
.btn--alt svg *,
.btn2--alt svg,
.btn2--alt svg * {
	-webkit-transition: stroke 0.3s;
	transition: stroke 0.3s;
}

.styled-select,
.wr-sel-el {
	position: relative;
}

.styled-select:after,
.wr-sel-el:after {
	height: 8px;
	width: 14px;
	background: url(/static/images/chevron-down.svg) no-repeat
		center/auto;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.styled-select select,
.wr-sel-el select {
	height: 48px;
	width: 100%;
	padding-left: 24px;
	border-radius: 128px;
	border: 2px solid #e0e0e0;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
	background-color: #fff;
	padding-right: 43px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.styled-select select:focus,
.wr-sel-el select:focus {
	outline: 0;
	border-color: #FC7753;
}

.list a:hover:before,
.styled-select select:hover,
.wr-sel-el select:hover {
	border-color: #1C77C3;
}

.plagcheckc select::-ms-expand,
.styled-select select::-ms-expand,
.wr-sel-el select::-ms-expand {
	display: none;
}

.styled-label {
	display: inline-block;
	color: #757575;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.styled-label {
		margin-bottom: 12px;
	}
}

.container,
.plagcheckc,
.privacy-policy-container,
.terms-conditions-container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

@media screen and (min-width: 565px) {
	.container,
	.plagcheckc,
	.privacy-policy-container,
	.terms-conditions-container {
		width: 530px;
	}
}

@media screen and (min-width: 768px) {
	.container,
	.plagcheckc,
	.privacy-policy-container,
	.terms-conditions-container {
		width: 720px;
	}
}

@media screen and (min-width: 1024px) {
	.container,
	.plagcheckc,
	.privacy-policy-container,
	.terms-conditions-container {
		width: 980px;
	}
}

@media screen and (min-width: 1190px) {
	.container,
	.plagcheckc,
	.privacy-policy-container,
	.terms-conditions-container {
		width: 1150px;
	}
}

.logo {
	display: inline-block;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.logo img {
	display: block;
}

@media screen and (min-width: 1024px) {
	.logo img {
		margin: 0 13px 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.logo div {
		display: block;
		font-size: 30px;
		font-weight: 900;
		letter-spacing: 0.4px;
		line-height: 70px;
		color: #1C77C3;
	}

	.logo div span {
		color: #f75e71;
	}
}

.list li:not(:last-child) {
	margin: 0 0 13px;
}

.list a,
.list a:before {
	display: inline-block;
	vertical-align: middle;
}

.list a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #212121;
}

.list a:before {
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid #FC7753;
	border-radius: 50%;
	margin: 0 8px 0 0;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

#CommonPage h1,
.common-page h1,
.page-heading,
.plagcheckc h1,
.plagcheckc.donepage h2 span,
.privacy-policy-container h1,
.terms-conditions-container h1 {
	font-weight: 900;
	font-size: 28px;
	line-height: 36px;
	margin: 9px 0 20px;
}

@media screen and (min-width: 768px) {
	#CommonPage h1,
	.common-page h1,
	.page-heading,
	.plagcheckc h1,
	.plagcheckc.donepage h2 span,
	.privacy-policy-container h1,
	.terms-conditions-container h1 {
		font-size: 34px;
		line-height: 42px;
		margin: 9px 0 40px;
	}
}

@media screen and (min-width: 1190px) {
	#CommonPage h1,
	.common-page h1,
	.page-heading,
	.plagcheckc h1,
	.plagcheckc.donepage h2 span,
	.privacy-policy-container h1,
	.terms-conditions-container h1 {
		font-size: 42px;
		line-height: 56px;
	}
}

.Loader,
.donut-preload,
[data-testimonials-widget-loader] {
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-left-color: #1C77C3;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	-webkit-animation: donut-spin 1.2s linear infinite;
	animation: donut-spin 1.2s linear infinite;
	position: absolute;
	z-index: 55;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 680px) {
	.LPMcontainer {
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
		height: 40px !important;
		top: auto !important;
		bottom: 0 !important;
		z-index: 995 !important;
	}

	.LPMcontainer,
	.LPMcontainer[style*="150"] {
		width: 150px !important;
	}

	.LPMcontainer .LPMimage {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 95% !important;
		top: 5px !important;
	}
}

.slider {
	padding: 0 0 15px;
}

.slider__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	position: relative;
	z-index: 50;
}

@media screen and (min-width: 565px) {
	.slider__controls {
		margin-top: 40px;
		height: 48px;
	}
}

.slider__controls button {
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.slider__controls button:not(.swiper-button-disabled):focus {
	outline: 0;
}

.slider__controls button:not(.swiper-button-disabled):focus svg use {
	fill: #FC7753;
	stroke: #FC7753;
}

.slider__controls button:not(.swiper-button-disabled):hover svg use {
	fill: #1C77C3;
	stroke: #1C77C3;
}

.slider__controls button:not(.swiper-button-disabled):hover {
	-webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08);
}

.slider__controls button.swiper-button-disabled svg use {
	fill: #e0e0e0;
	stroke: #e0e0e0;
}

.slider__controls button.swiper-button-disabled:focus,
.slider__pagination .swiper-pagination-bullet:focus {
	outline: 0;
}

.slider__controls button.swiper-button-disabled:hover {
	cursor: auto;
}

.slider__controls button.slider__prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slider__controls button svg use {
	-webkit-transition: fill 0.3s, stroke 0.3s;
	transition: fill 0.3s, stroke 0.3s;
	fill: #757575;
	stroke: #757575;
}

.slider__next,
.slider__prev {
	display: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	cursor: pointer;
	border: 0;
	position: relative;
}

@media screen and (min-width: 565px) {
	.slider__next,
	.slider__prev {
		display: inline-block;
	}
}

.slider__next:after,
.slider__prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}

.slider__prev {
	margin-right: 28px;
}

.slider__next {
	margin-left: 28px;
}

.slider__pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider__pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	margin: 0 4px;
	opacity: 1;
	cursor: pointer;
	position: relative;
}

.slider__pagination .swiper-pagination-bullet:focus:after,
.slider__pagination .swiper-pagination-bullet:hover:after {
	background-color: #FC7753;
}

.slider__pagination .swiper-pagination-bullet:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	border-radius: 50%;
}

.slider__pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background-color: #1C77C3;
}

.header {
	position: relative;
	height: 124px;
}

@media screen and (min-width: 768px) {
	.header {
		height: 158px;
	}
}

.header__inner {
	padding: 20px 0 44px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
}

@media screen and (min-width: 768px) {
	.header__inner {
		padding: 18px 0 40px;
	}
}

@media screen and (min-width: 1024px) {
	.header__inner {
		padding: 18px 0 35px;
	}
}

.header__inner.sticky-hidden {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
}

.header__inner.sticky-hidden:not(.sticky) {
	overflow: hidden;
}

.header__inner.sticky {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 9999;
	-webkit-transition: 0.25s transform;
	transition: 0.25s transform;
	will-change: transform;
	background-color: #fff;
	width: 100%;
	padding: 13px 0;
	-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
}

.header__inner.sticky.sticky-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (min-width: 768px) {
	.header__inner.sticky .header__top {
		display: none;
	}
}

.header__inner.sticky .header__bubble {
	display: none;
}

.header__bubble {
	pointer-events: none;
}

.header__bubble:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 126px;
	top: 0;
	left: 0;
	background: url(/static/images/header-bubble.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width: 375px) {
	.header__bubble:before {
		height: 135px;
		top: -10px;
	}
}

@media screen and (min-width: 400px) {
	.header__bubble:before {
		height: 150px;
		top: -25px;
	}
}

@media screen and (min-width: 445px) {
	.header__bubble:before {
		height: 175px;
		top: -50px;
	}
}

@media screen and (min-width: 500px) {
	.header__bubble:before {
		height: 190px;
		top: -65px;
	}
}

@media screen and (min-width: 565px) {
	.header__bubble:before {
		background-size: contain;
		height: 328px;
		top: -13vh;
	}
}

@media screen and (min-width: 768px) {
	.header__bubble:before {
		display: none;
	}
}

.header__content {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.header__top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 19px;
	}
}

@media screen and (min-width: 1024px) {
	.header__top {
		margin: 0 0 14px;
	}
}

.header__top-link {
	display: none;
}

@media screen and (min-width: 768px) {
	.header__top-link {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		color: #797979;
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 0 36px;
		text-decoration: none;
	}
}

.header__top-link:focus,
.header__top-link:hover {
	color: #797979;
}

.header__top-link:hover:before {
	-webkit-animation: pulse 0.75s;
	animation: pulse 0.75s;
}

.header__top-link.header__top-link--tel:before {
	width: 21px;
	height: 21px;
	background: url(/static/images/phone.svg) no-repeat center/auto;
}
.header__top-link.header__top-link--email:before {
	width: 21px;
	height: 21px;
	background: url(/static/images/email.svg) no-repeat center/auto;
}

.header__top-link.header__top-link--auth:before {
	width: 21px;
	height: 21px;
	background: url(/static/images/userlink.svg) no-repeat center/auto;
}

@media screen and (min-width: 768px) {
	.header__top-link:before {
		margin: 0 11px 0 0;
		content: "";
		display: inline-block;
	}
}

.header__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav,
.nav:before {
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.nav {
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: visibility 0.5s, opacity 0.5s;
	transition: visibility 0.5s, opacity 0.5s;
	position: fixed;
	z-index: 9998;
}

@media screen and (min-width: 768px) {
	.nav {
		display: block;
		opacity: 1;
		position: static;
		visibility: visible;
		pointer-events: auto;
		height: auto;
		width: auto;
		z-index: auto;
	}
}

.nav.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.nav.is-active:before,
.nav:before {
	opacity: 0.88;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.nav.is-active ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
}

.nav:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	z-index: 1;
	background-color: #FC7753;
}

@media screen and (min-width: 768px) {
	.nav:before {
		display: none;
	}
}

.nav__link {
	color: #212121;
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	display: block;
	margin: 0 0 18px;
}

@media screen and (min-width: 768px) {
	.nav__link {
		display: inline-block;
		margin: 0 20px 0 0;
	}
}

@media screen and (min-width: 1190px) {
	.nav__link {
		margin: 0 34px 0 0;
	}
}

.nav__link:focus,
.nav__link:hover {
	color: #1C77C3;
}

.nav ul {
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 288px;
	margin: 0;
	z-index: 2;
	right: 0;
	top: 0;
	padding: 15px 0;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: -webkit-transform 0.55s
		cubic-bezier(0.79, 0.15, 0.76, 0.59);
	transition: transform 0.55s cubic-bezier(0.79, 0.15, 0.76, 0.59);
	transition: transform 0.55s cubic-bezier(0.79, 0.15, 0.76, 0.59),
		-webkit-transform 0.55s cubic-bezier(0.79, 0.15, 0.76, 0.59);
	will-change: transform;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.nav ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-transform: none;
		transform: none;
		width: auto;
		height: auto;
		position: static;
		background-color: transparent;
		padding: 0;
	}
}

.nav li {
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.nav li {
		padding: 0;
	}
}

.nav li:nth-child(1) {
	-webkit-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
	margin: 0 0 23px;
}

@media screen and (min-width: 768px) {
	.nav li:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}
}

.nav li:last-child {
	margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
	.nav li:last-child {
		display: none;
	}
}

.nav li:last-child a {
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #212121;
	text-decoration: none;
}

.nav li:last-child a:hover:before {
	-webkit-animation: pulse 0.75s;
	animation: pulse 0.75s;
}

.nav li:last-child a:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(/static/images/phone-2.svg) no-repeat center/auto;
	margin: 0 16px 0 0;
}

.header__mob {
	min-width: 93px;
}

@media screen and (min-width: 768px) {
	.header__mob {
		display: none;
	}
}

.header__mob-btn {
	height: 40px;
	width: 40px;
	background-color: #56be9e;
	border: 0;
	border-radius: 50%;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.header__mob-btn:focus,
.header__mob-btn:hover {
	outline: 0;
	background-color: #FC7753;
}

.header__mob-nav {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 0 10px;
}

.header__mob-nav.is-active {
	z-index: 9999;
	right: 16px;
	top: 16px;
	position: fixed;
	-webkit-animation: closeMenuButtonShow 0.8s;
	animation: closeMenuButtonShow 0.8s;
}

.header__mob-auth {
	float: left;
	background-image: url(/static/images/user.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

@media screen and (min-width: 1024px) {
	.hero {
		margin: 0 0 23px;
	}

	.hero__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
}

@media screen and (min-width: 650px) {
	.hero__main {
		margin: 25px 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.hero__main {
		max-width: 600px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.hero__heading {
	font-size: 24px;
	font-weight: 900;
	line-height: 36px;
	margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
	.hero__heading {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 20px;
	}
}

@media screen and (min-width: 1190px) {
	.hero__heading {
		font-size: 42px;
		line-height: 56px;
		margin: 0 0 33px;
	}
}

.hero__subheading {
	color: #757575;
	font-size: 16px;
	line-height: 36px;
	margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
	.hero__subheading {
		margin: 0 0 30px;
	}
}

@media screen and (min-width: 1190px) {
	.hero__subheading {
		font-size: 24px;
		line-height: 36px;
	}
}

.hero__actions a {
	margin: 0 0 20px;
	min-width: 201px;
}

@media screen and (min-width: 1024px) {
	.hero__pic {
		position: relative;
	}

	.hero__pic:before {
		display: inline-block;
	}

	.hero__pic:before {
		height: 547px;
		width: 370px;
		content: "";
		background: url(/static/images/hero.svg) no-repeat center/contain;
	}
}

@media screen and (min-width: 1190px) {
	.hero__pic:before {
		width: 578px;
		margin: 29px 0 0 19px;
	}
}

.hero__stats {
	margin: 25px 0 0;
}

@media screen and (min-width: 1190px) {
	.hero__stats {
		margin: 60px 0 0;
	}
}

@media screen and (min-width: 565px) {
	.stats {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) {
	.stats {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.stats__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 565px) {
	.stats__item {
		display: block;
		text-align: center;
	}
}

.stats__item:not(:last-child) {
	margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
	.stats__item:not(:last-child) {
		margin-right: 54px;
	}
}

.stats__item:nth-of-type(1):before {
	width: 48px;
	height: 50px;
	background: url(/static/images/stats-1.svg) no-repeat center/auto;
}

.stats__item:nth-of-type(2):before {
	width: 49px;
	height: 49px;
	background: url(/static/images/stats-2.svg) no-repeat center/auto;
}

.stats__item:nth-of-type(3):before {
	width: 50px;
	height: 50px;
	background: url(/static/images/stats-3.svg) no-repeat center/auto;
}

.stats__item:before {
	content: "";
	display: inline-block;
	margin: 0 26px 0 0;
}

@media screen and (min-width: 565px) {
	.stats__item:before {
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.stats__item:before {
		height: 50px !important;
	}
}

.stats__item span {
	display: inline-block;
	color: #FC7753;
	font-size: 26px;
	font-weight: 900;
	line-height: 30px;
}

@media screen and (min-width: 565px) {
	.stats__item span {
		margin: 15px 0 5px;
	}
}

@media screen and (min-width: 1024px) {
	.stats__item span {
		font-size: 32px;
		line-height: 36px;
	}
}

.stats__item p {
	margin: 5px 0 0;
	color: #757575;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
}

@media screen and (min-width: 1024px) {
	.stats__item p {
		font-size: 17px;
	}
}

.guarantees-section {
	padding: 50px 0 0;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.guarantees-section {
		padding: 50px 0 30px;
	}
}

@media screen and (min-width: 1190px) {
	.guarantees-section {
		margin: 0 0 104px;
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-section__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1190px) {
	.guarantees-section__content {
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-section__decor-blot-things {
		display: inline-block;
		pointer-events: none;
	}

	.guarantees-section__decor-blot-things:before {
		content: "";
		display: inline-block;
		width: 182px;
		height: 283px;
		position: absolute;
		left: 0;
		top: 0;
		background: url(/static/images/blot-things.svg) no-repeat
			center/auto;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@media screen and (min-width: 1190px) {
	.guarantees-section__decor-blot-things:before {
		-webkit-transform: scale(1);
		transform: scale(1);
		left: -172px;
		top: -63px;
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-section__decor-flower {
		display: inline-block;
		pointer-events: none;
	}

	.guarantees-section__decor-flower:before {
		content: "";
		display: inline-block;
		width: 598px;
		height: 577px;
		position: absolute;
		left: 0;
		top: 0;
		background: url(/static/images/flower.svg) no-repeat center/auto;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@media screen and (min-width: 1190px) {
	.guarantees-section__decor-flower:before {
		-webkit-transform: scale(1);
		transform: scale(1);
		left: -151px;
		top: -15px;
	}
}

.guarantees-section__bg {
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.guarantees-section__bg {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 1525px;
		overflow: hidden;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: -78px;
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.guarantees-section__bg {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-section__bg-i {
		position: relative;
		height: 1072px;
		width: 1920px;
		display: inline-block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.guarantees-section__bg-i {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-section__bg-i:before {
		content: "";
		position: absolute;
		width: 1920px;
		height: 1072px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url(/static/images/guarantee-bg.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.guarantees-section__bg-i:before {
		background-size: cover;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 2200px;
	}
}

@media screen and (min-width: 1190px) {
	.guarantees-section__bg-i:after {
		display: inline-block;
		content: "";
		width: 1026px;
		height: 1006px;
		background: url(/static/images/guarantee-bg-blot.svg) no-repeat
			center/auto;
		bottom: -225px;
		right: -714px;
		position: absolute;
	}
}

.guarantees {
	position: relative;
	padding: 22px 0 0;
	margin: 28px 0 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.guarantees {
		-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
		box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
		border-radius: 8px;
		background-color: #fff;
		padding: 41px 45px 71px;
		width: 730px;
		margin-left: auto;
	}
}

.guarantees:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -26px;
	width: 221px;
	height: 31px;
	background: url(/static/images/scribble-2.svg) no-repeat
		center/contain;
}

@media screen and (min-width: 1024px) {
	.guarantees:before {
		width: 299px;
		height: 43px;
	}

	.guarantees .title {
		margin-bottom: 25px;
	}
}

.guarantees .title + p {
	margin: 0;
	color: #757575;
	line-height: 24px;
}

@media screen and (min-width: 1024px) {
	.guarantees .title + p {
		font-size: 18px;
		line-height: 27px;
		padding: 0 45px;
	}
}

.guarantees-list {
	text-align: center;
	margin: 25px 0 0;
}

@media screen and (min-width: 768px) {
	.guarantees-list {
		margin: 25px -15px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-list {
		margin: 62px -15px 0;
	}
}

.guarantees-list__item {
	color: #757575;
	margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
	.guarantees-list__item {
		width: 50%;
		padding: 0 15px;
	}
}

@media screen and (min-width: 1024px) {
	.guarantees-list__item {
		margin: 0;
		width: 25%;
	}

	.guarantees-list__item:nth-of-type(4)
		.guarantees-list__item-inner.visible
		svg
		* {
		stroke: unset;
	}

	.guarantees-list__item-inner {
		position: relative;
	}

	.guarantees-list__item-inner.visible:before {
		opacity: 1;
		visibility: visible;
	}

	.guarantees-list__item-inner.visible svg * {
		stroke: #1C77C3;
		fill: #1C77C3;
	}

	.guarantees-list__item-inner.visible .guarantees-list__item-descr {
		-webkit-transition: opacity 0.2s, visibility 0.2s;
		transition: opacity 0.2s, visibility 0.2s;
		opacity: 1;
		visibility: visible;
	}

	.guarantees-list__item-inner.visible-bottom .guarantees-list__item-descr {
		top: calc(100% + 8px);
		-webkit-transition: opacity 0.2s, visibility 0.2s;
		transition: opacity 0.2s, visibility 0.2s;
	}

	.guarantees-list__item-inner.visible-top .guarantees-list__item-descr {
		bottom: calc(100% + 8px);
		-webkit-transition: opacity 0.2s, visibility 0.2s;
		transition: opacity 0.2s, visibility 0.2s;
	}
}

.guarantees-list__item-inner.visible-top .guarantees-list__item-descr:after,
.guarantees-list__item-inner.visible-top .guarantees-list__item-descr:before {
	top: 100%;
	bottom: auto;
}

.guarantees-list__item-inner.visible-top .guarantees-list__item-descr:after {
	border-top-color: #fff;
	border-bottom-color: transparent;
}

.guarantees-list__item-inner.visible-top .guarantees-list__item-descr:before {
	border-top-color: #1C77C3;
	border-bottom-color: transparent;
}

@media screen and (min-width: 1024px) {
	.guarantees-list__item-inner:before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: inline-block;
		border-radius: 50%;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
		width: 160px;
		height: 160px;
		opacity: 0;
		visibility: hidden;
	}
}

.guarantees-list__item-icon {
	height: 52px;
}

@media screen and (min-width: 1024px) {
	.guarantees-list__item svg * {
		fill: #FC7753;
	}
}

.guarantees-list__item-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	margin: 10px 0;
}

@media screen and (min-width: 1024px) {
	.guarantees-list__item-title {
		margin: 14px 0;
	}
}

.guarantees-list__item-descr {
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px;
}

@media screen and (min-width: 1024px) {
	.guarantees-list__item-descr {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		border: 2px solid #1C77C3;
		background-color: #fff;
		z-index: 10;
		padding: 20px 18px;
		border-radius: 5px;
		width: 250px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: left;
	}

	.guarantees-list__item-descr:after,
	.guarantees-list__item-descr:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.guarantees-list__item-descr:after {
		border-color: transparent transparent #fff;
		border-width: 5px;
		margin-left: -5px;
	}

	.guarantees-list__item-descr:before {
		border-color: transparent transparent #1C77C3;
		border-width: 8px;
		margin-left: -8px;
	}
}

.guarantees-section-mini {
	position: relative;
	padding: 15px 0 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.guarantees-section-mini {
		overflow: hidden;
	}
}

@media screen and (min-width: 565px) {
	.guarantees-section-mini {
		padding: 21px 0 7px;
	}
}

.guarantees-section-mini.guarantees-section-mini--scribble:before {
	content: "";
	display: block;
	margin: 0 auto 29px;
	top: -26px;
	width: 221px;
	height: 31px;
	background: url(/static/images/scribble-2.svg) no-repeat
		center/contain;
}

@media screen and (min-width: 1024px) {
	.guarantees-section-mini.guarantees-section-mini--scribble:before {
		width: 299px;
		height: 43px;
	}
}

.guarantees-section-mini__list {
	margin: auto;
}

@media screen and (min-width: 1024px) {
	.guarantees-section-mini__list {
		width: 705px;
	}
}

.cta {
	padding: 10px 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.cta {
		text-align: left;
	}

	.cta__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1190px) {
	.cta__content {
		padding: 0 80px;
	}
}

.cta__text {
	font-size: 18px;
	line-height: 28px;
}

@media screen and (min-width: 565px) {
	.cta__text {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1024px) {
	.cta__text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 25px 0 0;
		max-width: 648px;
	}
}

.cta__text:before {
	content: "";
	display: block;
	margin: 0 auto 16px;
	height: 64px;
	width: 64px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url(/static/images/cta.svg) no-repeat center/auto;
}

@media screen and (min-width: 1024px) {
	.cta__text:before {
		margin: 0 32px 0 0;
	}
}

.cta__actions {
	margin: 23px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 565px) {
	.cta__actions {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.cta__actions {
		margin: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.cta__actions a:nth-of-type(2) {
	margin: 20px 0 0;
}

@media screen and (min-width: 565px) {
	.cta__actions a:nth-of-type(2) {
		margin: 0 0 0 32px;
	}
}

.cta-alt {
	padding: 15px 0;
	position: relative;
	z-index: 21;
}

@media screen and (min-width: 565px) {
	.cta-alt {
		padding: 25px 0;
	}
}

@media screen and (min-width: 768px) {
	.cta-alt {
		padding: 35px 0;
	}
}

.cta-alt__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.cta-alt__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cta-alt__free {
	font-weight: 400;
	color: #fd825f;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
}

@media screen and (min-width: 768px) {
	.cta-alt__free {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.cta-alt__free {
		font-size: 80px;
		line-height: 135px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.cta-alt__free:before {
	content: "";
	display: inline-block;
	pointer-events: none;
	height: 60px;
	width: 70px;
	margin: 0 15px 0 0;
	background: url(/static/images/cta-alt.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
	.cta-alt__free:before {
		height: 117px;
		width: 133px;
		margin: 0 22px 0 0;
	}
}

@media screen and (min-width: 1024px) {
	.cta-alt__free:before {
		margin: 0 35px 0 0;
	}
}

.cta-alt__list {
	margin: 18px 0;
}

@media screen and (min-width: 768px) {
	.cta-alt__list {
		margin: 0 41px 0 33px;
	}
}

.cta-alt__list li {
	color: #757575;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
}

@media screen and (min-width: 768px) {
	.cta-alt__list li {
		font-size: 17px;
		line-height: 26px;
	}
}

.cta-alt__list li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(/static/images/checkmark.svg) no-repeat center/auto;
	margin: 0 9px 0 0;
}

.testimonial-container {
	width: 100%;
	height: 100%;
	padding-bottom: 17px;
}

.testimonial-list {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.testimonial-list .slick-list {
	margin: 0 -15px;
}

.testimonials {
	padding: 20px 0 10px;
}

.testimonials--decorated {
	position: relative;
	padding: 10px 0 20px;
}

@media screen and (min-width: 1190px) {
	.testimonials--decorated {
		padding: 20px 0 40px;
	}
}

.testimonials__decor {
	width: 100%;
	height: 548px;
	position: absolute;
	top: 38%;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}

.testimonials__decor-bg:before {
	content: "";
	display: inline-block;
	width: 1999px;
	height: 548px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/static/images/testimonials-bg.svg) no-repeat
		center/auto;
}

@media screen and (min-width: 1190px) {
	.testimonials__decor-bubbles:after,
	.testimonials__decor-bubbles:before {
		content: "";
		position: absolute;
		display: inline-block;
	}

	.testimonials__decor-bubbles:before {
		top: 17%;
		left: -82px;
		width: 292px;
		height: 252px;
		background: url(/static/images/testimonials-bubble-1.svg)
			no-repeat center/auto;
	}

	.testimonials__decor-bubbles:after {
		right: -194px;
		top: 33%;
		width: 463px;
		height: 315px;
		background: url(/static/images/testimonials-bubble-2.svg)
			no-repeat center/auto;
	}
}

.testimonials-item {
	padding-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
}

.testimonials-item__icon,
.testimonials-item__inner {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.testimonials-item__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 3px 0;
	border-radius: 8px;
	position: relative;
}

.testimonials-item__icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.testimonials-item__icon {
		top: -40px;
		width: 80px;
		height: 80px;
		margin: 0;
		left: 32px;
		right: auto;
	}
}

.testimonials-item__icon:before {
	background: url(/static/images/testimonial.svg) no-repeat center/auto;
	width: 33px;
	height: 35px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
}

@media screen and (min-width: 768px) {
	.testimonials-item__icon:before {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

.testimonials-item__decor {
	width: calc(100% - 62px);
	height: 2px;
	background-color: #1C77C3;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.testimonials-item__decor {
		width: calc(100% - 128px);
	}
}

.testimonials-item__top {
	padding: 40px 15px 16px;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.testimonials-item__top {
		padding: 60px 32px 32px;
	}
}

.testimonials-item__title {
	overflow: hidden;
	text-overflow: ellipsis;
}

.testimonials-item__bottom {
	background-color: #f7f7f7;
	position: relative;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	border-radius: 0 0 8px 8px;
	width: 100%;
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 25px;
}

@media screen and (min-width: 768px) {
	.testimonials-item__bottom {
		font-size: 15px;
		line-height: 1.8;
		padding: 20px 31px;
	}
}

.testimonials-item__bottom:before {
	background: url(/static/images/paper.svg) no-repeat center/auto;
	content: "";
	width: 18px;
	height: 22px;
	display: inline-block;
	margin: 0 16px 0 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.testimonials-item__id {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #757575;
	margin-bottom: 12px;
}

.testimonials-item__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.47;
}

@media screen and (min-width: 768px) {
	.testimonials-item__text {
		font-size: 17px;
	}
}

.testimonials-item__discipl {
	opacity: 0.6;
}

.latest-orders {
	padding: 25px 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.latest-orders {
		padding: 0 0 50px;
	}

	.latest-orders__bubbles {
		display: inline-block;
	}

	.latest-orders__bubbles:after,
	.latest-orders__bubbles:before {
		content: "";
		display: inline-block;
		position: absolute;
	}
}

.latest-orders__bubbles:before {
	width: 149px;
	height: 311px;
	background: url(/static/images/green-spot-1.svg) no-repeat right
		top/auto;
	top: 100px;
	left: 0;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@media screen and (min-width: 1190px) {
	.latest-orders__bubbles:before {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.latest-orders__bubbles:after {
	width: 213px;
	height: 572px;
	background: url(/static/images/green-spot-2.svg) no-repeat left
		top/auto;
	top: 0;
	right: 0;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@media screen and (min-width: 1190px) {
	.latest-orders__bubbles:after {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: -102px;
	}
}

@media screen and (min-width: 1500px) {
	.latest-orders__bubbles:after {
		top: -250px;
	}
}

.latest-orders__item {
	padding-top: 40px;
	height: auto !important;
}

.latest-orders__item-icon,
.latest-orders__item-inner {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.latest-orders__item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 8px;
	position: relative;
	height: 100%;
	margin: 0 2px;
}

.latest-orders__item-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.latest-orders__item-icon {
		width: 80px;
		height: 80px;
		top: -40px;
		margin: 0;
		right: auto;
		left: 32px;
	}
}

.latest-orders__item-icon:before {
	background: url(/static/images/pen.svg) no-repeat center/auto;
	width: 34px;
	height: 34px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
}

@media screen and (min-width: 768px) {
	.latest-orders__item-icon:before {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

.latest-orders__item-decor {
	z-index: 1;
	height: 2px;
	background-color: #1C77C3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 62px);
}

@media screen and (min-width: 768px) {
	.latest-orders__item-decor {
		width: calc(100% - 140px);
	}

	.latest-orders__item-decor:before {
		content: "";
		width: 8px;
		height: 8px;
		border: 2px solid #1C77C3;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		left: 100%;
		top: -4.5px;
	}
}

.latest-orders__item-top {
	background-color: #fff;
	padding: 40px 16px 18px;
	margin-bottom: auto;
	width: 100%;
	border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 768px) {
	.latest-orders__item-top {
		padding: 60px 32px 18px;
	}
}

.latest-orders__item-title {
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 13px;
}

.latest-orders__item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
}

.latest-orders__item-left {
	color: #757575;
}

.latest-orders__item-right {
	text-align: right;
}

.latest-orders__item-bottom {
	padding: 0 36px;
	height: 46px;
	border-radius: 0 0 8px 8px;
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: auto;
}

.latest-orders__item-bottom:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/static/images/cart.svg) no-repeat center/auto;
	display: inline-block;
}

.latest-orders__item-price {
	font-size: 15px;
	font-weight: 700;
}

.calc-pages {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.calc-pages {
		width: auto;
	}
}

.calc-pages__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-pages__qty {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 0;
	margin-left: 19px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.calc-pages__qty {
		margin-left: 30px;
	}
}

.calc-pages__qty:before {
	background: url(/static/images/page.svg) no-repeat center/auto;
	width: 18px;
	height: 23px;
	display: inline-block;
	content: "";
	margin-right: 12px;
	vertical-align: middle;
}

.calc-pages__input {
	text-align: center;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	border-left: 0;
	border-right: 0;
	width: 100px;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.calc-pages__input:focus {
	border-color: #FC7753;
	outline: 0;
}

.calc-pages__buttons {
	width: 148px;
	position: relative;
	height: 48px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.calc-pages__dec,
.calc-pages__inc {
	position: absolute;
	top: 0;
	width: 48px;
	height: 100%;
	border: 2px solid #1C77C3;
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	outline: transparent;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	font-size: 0;
}

.calc-pages__dec:focus,
.calc-pages__inc:focus {
	border-color: #FC7753;
}

.calc-pages__dec:focus:after,
.calc-pages__dec:focus:before,
.calc-pages__inc:focus:after,
.calc-pages__inc:focus:before {
	background-color: #FC7753;
}

.calc-pages__dec:hover,
.calc-pages__inc:hover {
	background-color: #1C77C3;
	border-color: #1C77C3;
}

.calc-pages__dec:hover:after,
.calc-pages__dec:hover:before,
.calc-pages__inc:hover:after,
.calc-pages__inc:hover:before {
	background-color: #fff !important;
}

.calc-pages__dec:after {
	content: "";
	background-color: #1C77C3;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calc-pages__dec:before {
	width: 16px;
	height: 2px;
}

.calc-pages__dec:before,
.calc-pages__inc:after,
.calc-pages__inc:before {
	content: "";
	background-color: #1C77C3;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calc-pages__inc:before {
	width: 16px;
	height: 2px;
}

.calc-pages__dec:after,
.calc-pages__inc:after {
	height: 16px;
	width: 2px;
}

.calc-pages__dec {
	left: 0;
}

.calc-pages__dec:after {
	display: none;
}

.calc-pages__inc {
	right: 0;
}

.calc-section {
	padding: 0 0 32px;
	overflow: hidden;
}

@media screen and (min-width: 565px) {
	.calc-section {
		padding: 32px 0;
	}
}

@media screen and (min-width: 1024px) {
	.calc-section {
		padding: 80px 0 40px;
	}
}

@media screen and (min-width: 1190px) {
	.calc-section {
		min-height: 785px;
	}
}

.calc-section .container {
	position: relative;
}

.calc-section__content {
	position: relative;
	z-index: 2;
	margin: 0 -10px;
}

@media screen and (min-width: 768px) {
	.calc-section__content {
		margin: 0;
	}
}

@media screen and (min-width: 1190px) {
	.calc-section__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.calc-section__widget {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.calc-section__bubbles {
	display: inline-block;
}

.calc-section__bubbles:after,
.calc-section__bubbles:before {
	display: inline-block;
	content: "";
	width: 602px;
	height: 301px;
	position: absolute;
	z-index: 1;
	background-image: url(/static/images/bubble-red.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.calc-section__bubbles:before {
	top: 0;
	left: -410px;
}

@media screen and (min-width: 565px) {
	.calc-section__bubbles:before {
		left: -75px;
	}
}

@media screen and (min-width: 1024px) {
	.calc-section__bubbles:before {
		width: 1433px;
		height: 718px;
		background-size: contain;
		top: -46px;
		left: -202px;
	}
}

.calc-section__bubbles:after {
	top: 308px;
	right: -266px;
}

@media screen and (min-width: 565px) {
	.calc-section__bubbles:after {
		right: -75px;
	}
}

@media screen and (min-width: 1024px) {
	.calc-section__bubbles:after {
		display: none;
	}
}

@media screen and (min-width: 1190px) {
	.calc-section__bubbles:after {
		height: 133px;
		width: 120px;
		display: inline-block;
		background-image: url(/static/images/bubble-pink.svg);
		right: -107px;
		top: 115px;
	}
}

.calc-mini {
	width: 100%;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	border-radius: 16px;
	background-color: #fff;
	max-width: 730px;
}

.calc-mini__head {
	margin: 0 0 15px;
	padding: 10px 15px 0;
}

@media screen and (min-width: 768px) {
	.calc-mini__head {
		padding: 30px 15px 0;
	}
}

@media screen and (min-width: 1024px) {
	.calc-mini__head {
		padding: 40px 32px 0;
		margin: 0 0 25px;
	}
}

.calc-mini__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.calc-mini__title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 4px;
	}
}

.calc-mini__subtitle {
	margin: 0;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

@media screen and (min-width: 768px) {
	.calc-mini__subtitle {
		font-size: 16px;
		line-height: 24px;
	}
}

.calc-mini form {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.calc-mini__type-of-paper {
	padding: 0 15px;
	width: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.calc-mini__type-of-paper {
		padding-left: 32px;
		width: 51.25%;
	}
}

.calc-mini__pages {
	position: relative;
	padding: 5px 15px 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	margin: 16px auto 10px;
}

@media screen and (min-width: 768px) {
	.calc-mini__pages {
		width: auto;
		-webkit-box-ordinal-group: inherit;
		-webkit-order: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding-top: 0;
		margin: 0;
	}
}

.calc-mini__level {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.calc-mini__level {
		padding-top: 0;
	}
}

.calc-mini__level > label {
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.calc-mini__level > label {
		padding-left: 32px;
	}
}

.calc-mini__level-head {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.calc-mini__level-head {
		padding: 0;
	}

	.calc-mini__level-select {
		display: none;
	}
}

.calc-mini .level input,
.calc-mini__level-buttons {
	display: none;
}

@media screen and (min-width: 768px) {
	.calc-mini__level-buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto;
		padding: 0 32px;
		margin: 0 -4px;
	}
}

.calc-mini .level {
	border-radius: 128px;
	background-color: #eee;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	font-weight: 700;
	color: #757575;
	border: 2px solid #eee;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	padding: 5px 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.calc-mini .level {
		max-width: 198px;
	}
}

.calc-mini .level:not(:last-child) {
	margin: 0 4px 0 0;
}

.calc-mini .level:hover {
	border-color: #1C77C3;
	background-color: #fff;
	color: #1C77C3;
}

.calc-mini .level.current {
	border-color: #1C77C3;
	background-color: #1C77C3;
	font-weight: 700;
	color: #fff;
}

.calc-mini__tip-discount {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 15px;
	margin: 10px 0 15px;
}

@media screen and (min-width: 768px) {
	.calc-mini__tip-discount {
		-webkit-box-ordinal-group: inherit;
		-webkit-order: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding: 0 32px;
	}
}

.calc-mini .dynamicPart {
	background-color: #ffeff1;
	margin-top: 15px;
	padding: 23px 15px;
}

@media screen and (min-width: 565px) {
	.calc-mini .dynamicPart {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart {
		padding: 23px 32px;
	}

	.calc-mini .dynamicPart-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.calc-mini .dynamic-calc {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamic-calc {
		padding: 0 0 17px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: auto;
	}
}

.calc-mini .dynamicPart-in {
	display: block;
	-webkit-box-shadow: 0 3px 6px rgba(255, 96, 114, 0.12);
	box-shadow: 0 3px 6px rgba(255, 96, 114, 0.12);
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	border: solid 2px transparent;
	width: 100%;
	height: 55px;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		height: auto;
	}
}

.calc-mini .dynamicPart-in.active,
.calc-mini .dynamicPart-in:hover {
	border: solid 2px #1C77C3;
}

.calc-mini .dynamicPart-in:last-child .calc-price:before {
	left: -1px;
}

.calc-mini .dynamicPart-in:not(:last-child) {
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in:not(:last-child) {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

.calc-mini .dynamicPart-in.active .calc-price {
	color: #fff;
	padding: 16px 12%;
}

.calc-mini .dynamicPart-in.active .calc-price span {
	color: #fff;
}

.calc-mini .dynamicPart-in.active .calc-price:before {
	background-color: #1C77C3;
}

.calc-mini .dynamicPart-in.active .calc-price:after {
	display: none;
}

.calc-mini .dynamicPart-in .calc-price {
	position: relative;
	z-index: 2;
	padding: 0 !important;
	margin: 0;
	height: 100%;
	width: 37%;
	min-width: 99px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-price {
		width: 100%;
		min-width: auto;
		height: 73px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 0 9px;
	}
}

.calc-mini .dynamicPart-in .calc-price:before {
	content: "";
	display: inline-block;
	background-color: transparent;
	position: absolute;
	z-index: -1;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	height: 103%;
	top: -1px;
	left: -2px;
	border-radius: 8px 0 0 8px;
	width: 102%;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-price:before {
		left: 0;
		top: -2px;
		height: 71px;
		width: 101%;
		border-radius: 8px 8px 0 0;
	}
}

.calc-mini .dynamicPart-in .calc-price:after {
	content: "";
	background-color: #1C77C3;
	position: absolute;
	bottom: 2px;
	width: 2px;
	height: 70%;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	.calc-mini .dynamicPart-in .calc-price:after {
		bottom: 5px;
	}
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-price:after {
		height: 2px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
		width: calc(100% - 32px);
	}
}

.calc-mini .dynamicPart-in .calc-price,
.calc-mini .dynamicPart-in .calc-time {
	font-weight: 700;
	line-height: 1.08;
	font-size: 17px;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-price,
	.calc-mini .dynamicPart-in .calc-time {
		font-size: 20px;
	}
}

.calc-mini .dynamicPart-in .calc-price span,
.calc-mini .dynamicPart-in .calc-time span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #757575;
}

.calc-mini .dynamicPart-in .calc-time {
	width: 60px;
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-time {
		width: auto;
		margin-bottom: 7px;
	}

	.calc-mini .dynamicPart-in .calc-time span {
		margin: 4px 0 0;
	}
}

.calc-mini .dynamicPart-in .calc-input,
.calc-mini .dynamicPart-in .deadlineId {
	display: none;
}

.calc-mini .dynamicPart-in .calc-date {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #757575;
	padding: 0 3px;
	width: 66px;
	text-align: right;
	margin-right: 16px;
}

@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {
	.calc-mini .dynamicPart-in .calc-date {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.calc-mini .dynamicPart-in .calc-date {
		margin-right: 0;
		text-align: center;
	}
}

.calc-mini__submit {
	margin-right: 0;
	margin-left: 0;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.calc-mini__submit a {
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.calc-mini__submit a {
		font-size: 16px;
	}
}

.calc-mini__discount-info {
	padding: 0 15px;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.46;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin: 16px 0 22px;
}

@media screen and (min-width: 768px) {
	.calc-mini__discount-info {
		margin: 20px 0 33px;
		max-width: 360px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 0 0 32px;
	}
}

@media screen and (min-width: 1024px) {
	.calc-mini__discount-info {
		max-width: 405px;
	}
}

.calc-mini__discount-info:before {
	content: "";
	background: url(/static/images/info.svg) no-repeat center/auto;
	width: 22px;
	height: 22px;
	-webkit-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 5px 0 0;
}

.calc-mini__discount-info:after {
	content: "";
	margin: 0 34px 0 14px;
	display: inline-block;
	width: 2px;
	height: 100%;
	background-color: #eee;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

@media screen and (min-width: 768px) {
	.calc-mini__discount-info:after {
		margin: 0 24px;
	}
}

.calc-mini__price {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	color: #757575;
	font-size: 14px;
	line-height: 1.46;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 21px 0 0;
}

@media screen and (min-width: 768px) {
	.calc-mini__price {
		font-size: 16px;
	}
}

.calc-mini__price-number {
	display: block;
	color: #FC7753;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.46;
}

.calc-mini__right-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	padding: 0 15px;
	margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
	.calc-mini__right-bottom {
		width: auto;
		margin: 20px 0 33px;
	}
}

.calc-section__info {
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	padding: 24px 20px;
	margin: 35px 0 0;
	max-width: 350px;
	border-radius: 4px;
}

@media screen and (min-width: 1190px) {
	.calc-section__info {
		margin: 0 0 109px;
	}
}

.calc-section__info-title {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.calc-section__info img {
	margin: 8px 0 10px;
}

.calc-section__info p {
	margin: 0;
	color: rgba(51, 51, 51, 0.8);
	font-size: 12px;
	line-height: 18px;
}

.calc-short {
	max-width: 320px;
}

.calc-short__row {
	margin: 0 0 12px;
}

.calc-short__row.calc-short__row--checkout {
	padding: 12px 0 0;
}

.calc-short__row.calc-short__row--checkout .btn {
	width: 100%;
}

.calc-short .styled-label {
	margin-bottom: 8px;
}

.services {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 1024px) {
	.services {
		padding: 60px 0 30px;
	}
}

@media screen and (min-width: 768px) {
	.services.services--with-bg:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: calc(100% - 150px);
		background-color: #f5f5f5;
	}
}

@media screen and (min-width: 1190px) {
	.services.services--with-bg:before {
		height: calc(100% - 200px);
	}
}

@media screen and (min-width: 768px) {
	.services.services--with-bg {
		margin: 50px 0 0;
	}

	.services.services--with-bg .services__bg {
		height: 500px;
		width: 100%;
		overflow: hidden;
		position: absolute;
		top: -305px;
		pointer-events: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
	screen and (min-width: 768px) and (-ms-high-contrast: none) {
	.services.services--with-bg .services__bg {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (min-width: 1190px) {
	.services.services--with-bg .services__bg {
		top: -295px;
	}
}

@media screen and (min-width: 768px) {
	.services.services--with-bg .services__bg:before {
		content: "";
		position: absolute;
		top: 0;
		width: 1920px;
		height: 1000px;
		background: url(/static/images/seo-bg.svg) no-repeat center
			top/cover;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
	screen and (min-width: 768px) and (-ms-high-contrast: none) {
	.services.services--with-bg .services__bg:before {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 2220px;
	}
}

.services.services--with-bg .container,
.services.services--with-bg .services__content {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.services__decor:before {
		content: "";
		position: absolute;
		display: inline-block;
		left: -60px;
		top: 122px;
		width: 204px;
		height: 247px;
		background: url(/static/images/seo-decor-1.svg) no-repeat
			center/auto;
	}
}

.services__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.services__block {
	margin: 0 0 30px;
	padding: 0 15px;
	width: 100%;
}

@media screen and (min-width: 395px) {
	.services__block {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.services__block {
		width: 25%;
	}
}

.services__block-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
	.services__block-title {
		margin: 0 0 31px;
	}
}

.services__block-decor {
	height: 36px;
	margin: 0 0 20px;
	background: url(/static/images/scribble.svg) no-repeat left
		center/auto;
}

@media screen and (min-width: 1024px) {
	.services__block-decor {
		margin: 0 0 31px;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}

.accordion-section {
	position: relative;
	z-index: 2;
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.accordion-section {
		padding: 60px 0 10px;
	}
}

.accordion__item {
	position: relative;
	background-color: #fff;
	-webkit-transition: border-color 0.22s;
	transition: border-color 0.22s;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	border: 2px solid #fff;
}

.accordion__item:hover {
	border-color: #f5f5f5;
}

.accordion__item:not(:last-of-type) {
	margin: 0 0 14px;
}

@media screen and (min-width: 768px) {
	.accordion__item:not(:last-of-type) {
		margin: 0 0 8px;
	}
}

.accordion__item:not(.is-active) .accordion__button:focus,
.accordion__item:not(.is-active) .accordion__button:hover {
	background-color: #f5f5f5;
}

.accordion__item:not(.is-active) .accordion__button:focus .accordion__switch,
.accordion__item:not(.is-active) .accordion__button:hover .accordion__switch {
	border-color: #1C77C3;
}

.accordion__item:not(.is-active)
	.accordion__button:focus
	.accordion__switch
	use,
.accordion__item:not(.is-active)
	.accordion__button:hover
	.accordion__switch
	use {
	stroke: #1C77C3;
}

.accordion__item.is-active {
	border-color: #1C77C3;
}

.accordion__item.is-active .accordion__switch {
	border-color: #1C77C3;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.accordion__item.is-active .accordion__switch use {
	stroke: #1C77C3;
}

.accordion__item:after,
.accordion__item:before {
	content: "";
	position: absolute;
	display: inline-block;
}

.accordion__item:before {
	left: 22px;
	top: -2px;
	height: 2px;
	width: calc(100% - 44px);
	background-color: #1C77C3;
}

@media screen and (min-width: 768px) {
	.accordion__item:before {
		left: 44px;
		width: calc(100% - 88px);
	}

	.accordion__item:after {
		-webkit-box-shadow: 0 0 8px rgba(33, 153, 232, 0.16);
		box-shadow: 0 0 8px rgba(33, 153, 232, 0.16);
		border: 2px solid #1C77C3;
		border-radius: 50%;
		background-color: #fff;
		width: 12px;
		height: 12px;
		top: -6px;
		right: 44px;
	}
}

.accordion__button {
	margin: 0;
	font-family: "Lato", -apple-system, blinkmacsystemfont, "Segoe UI", arial,
		sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	text-align: left;
	border: 0;
	background-color: #fff;
	-webkit-transition: background-color 0.22s, border-color 0.22s;
	transition: background-color 0.22s, border-color 0.22s;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border-radius: 8px;
}

@media screen and (min-width: 768px) {
	.accordion__button {
		padding: 22px;
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (min-width: 1024px) {
	.accordion__button {
		padding: 31px 32px;
		font-size: 24px;
		line-height: 36px;
	}
}

.accordion__button:active,
.accordion__button:focus {
	outline: 0;
	color: #212121;
}

.accordion__switch {
	display: block;
	min-width: 26px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	position: relative;
	-webkit-transition: border-color 0.22s;
	transition: border-color 0.22s;
	pointer-events: none;
	background-color: #fff;
	margin: 0 0 0 15px;
}

@media screen and (min-width: 1024px) {
	.accordion__switch {
		min-width: 40px;
		width: 40px;
		height: 40px;
	}
}

.accordion__switch svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	transform: translate(-50%, -50%) scale(0.7);
}

@media screen and (min-width: 1024px) {
	.accordion__switch svg {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

.accordion__switch svg use {
	-webkit-transition: stroke 0.22s;
	transition: stroke 0.22s;
}

.accordion__content {
	display: none;
	padding: 5px 15px 20px;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (min-width: 1024px) {
	.accordion__content {
		font-size: 16px;
		line-height: 24px;
		padding: 0 32px 40px;
	}
}

@media screen and (min-width: 1190px) {
	.accordion__content {
		font-size: 17px;
		line-height: 25px;
	}
}

.accordion__content a {
	text-decoration: underline;
	color: #1C77C3;
}

.accordion__content a:hover,
.plagcheckc .block-inner h2 a {
	text-decoration: none;
}

.accordion__content p:first-of-type {
	margin-top: 0;
}

.accordion__content p:last-of-type {
	margin-bottom: 0;
}

.accordion__content ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

.seo {
	position: relative;
	margin: 20px 0 0;
}

@media screen and (min-width: 1190px) {
	.seo {
		margin: 0;
	}
}

.seo:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
	.seo:before {
		height: calc(100% - 150px);
	}
}

@media screen and (min-width: 1190px) {
	.seo:before {
		height: calc(100% - 200px);
	}
}

@media screen and (min-width: 565px) {
	.seo {
		margin: 50px 0 0;
	}
}

.seo__bg,
.seo__bg:before {
	position: absolute;
	height: 500px;
}

.seo__bg {
	overflow: hidden;
	pointer-events: none;
	width: 100%;
	left: 0;
	top: -200px;
}

@media screen and (min-width: 768px) {
	.seo__bg {
		top: -305px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
	screen and (min-width: 768px) and (-ms-high-contrast: none) {
	.seo__bg {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (min-width: 1190px) {
	.seo__bg {
		top: -253px;
	}
}

.seo__bg:before {
	content: "";
	left: -66px;
	top: 0;
	width: 828px;
	background: url(/static/images/seo-bg-mob.svg) no-repeat center
		top/cover;
}

@media screen and (min-width: 768px) {
	.seo__bg:before {
		width: 1920px;
		height: 1000px;
		background: url(/static/images/seo-bg.svg) no-repeat center
			top/cover;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
	screen and (min-width: 768px) and (-ms-high-contrast: none) {
	.seo__bg:before {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 2220px;
	}
}

.seo__inner {
	overflow: hidden;
	padding: 37px 0 55px;
}

.seo .container {
	position: relative;
}

.seo__decor {
	height: 0;
}

.seo__decor-item {
	display: inline-block;
}

.seo__decor-item:first-child:before {
	content: "";
	position: absolute;
	display: inline-block;
	right: -49px;
	top: -36px;
	width: 204px;
	height: 247px;
	background: url(/static/images/seo-decor-1.svg) no-repeat center/auto;
}

@media screen and (min-width: 1024px) {
	.seo__decor-item:first-child:before {
		right: auto;
		left: -60px;
		top: 196px;
	}

	.seo__decor-item:first-child:after {
		width: 104px;
		height: 77px;
		background: url(/static/images/seo-decor-2.svg) no-repeat
			center/auto;
		left: -96px;
		top: 569px;
	}
}

@media screen and (min-width: 1190px) {
	.seo__decor-item:first-child:after {
		left: -60px;
	}
}

@media screen and (min-width: 1400px) {
	.seo__decor-item:first-child:after {
		left: -171px;
	}
}

@media screen and (min-width: 1600px) {
	.seo__decor-item:first-child:after {
		left: -271px;
	}
}

@media screen and (min-width: 1024px) {
	.seo__decor-item:last-child:before {
		width: 114px;
		height: 189px;
		background: url(/static/images/seo-decor-3.svg) no-repeat
			center/auto;
		bottom: 84px;
		right: -68px;
	}
}

@media screen and (min-width: 1190px) {
	.seo__decor-item:last-child:before {
		right: -70px;
	}
}

@media screen and (min-width: 1400px) {
	.seo__decor-item:last-child:before {
		right: -184px;
	}
}

@media screen and (min-width: 1600px) {
	.seo__decor-item:last-child:before {
		right: -284px;
	}
}

@media screen and (min-width: 1024px) {
	.seo__decor-item:after,
	.seo__decor-item:before {
		content: "";
		position: absolute;
		display: inline-block;
	}
}

.seo__content {
	position: relative;
	z-index: 2;
	margin: 0 -10px;
	padding: 0 0 20px;
	border-radius: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 1024px) {
	.seo__content {
		margin: 0 -7px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}
}

@media screen and (min-width: 1190px) {
	.seo__content {
		margin: 0 -15px;
	}
}

.seo__content-block {
	padding: 0 32px;
}

@media screen and (min-width: 1024px) {
	.seo__content-block {
		width: 50%;
		padding: 0 7px;
	}
}

@media screen and (min-width: 1190px) {
	.seo__content-block {
		padding: 0 15px;
	}
}

.seo__content-block:last-of-type .seo__content-block-inner {
	margin-top: 16px;
}

@media screen and (min-width: 1024px) {
	.seo__content-block:last-of-type .seo__content-block-inner {
		margin-top: 0;
	}
}

.seo__content-block:last-of-type .seo__content-block-inner:before {
	display: none;
}

@media screen and (min-width: 1024px) {
	.seo__content-block:last-of-type .seo__content-block-inner:before {
		display: block;
	}

	.seo__content-block-inner {
		padding: 0 20px 15px;
		border-radius: 16px;
		background-color: #fff;
		-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
		box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	}
}

@media screen and (min-width: 1190px) {
	.seo__content-block-inner {
		padding: 0 32px 32px;
	}
}

.seo__content-block-inner:before {
	content: "";
	background-color: #1C77C3;
	width: calc(100% - 64px);
	height: 2px;
	display: block;
	margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
	.seo__content-block-inner:before {
		width: 100%;
	}
}

@media screen and (min-width: 1190px) {
	.seo__content-block-inner:before {
		margin: 0 auto 42px;
	}
}

.seo__content-block :first-child {
	margin-top: 0;
}

.seo__content-block :last-child {
	margin-bottom: 0;
}

.seo h1,
.seo h2,
.seo h3,
.seo h4 {
	font-weight: 400;
}

.seo h1 {
	font-size: 24px;
	line-height: 32px;
}

@media screen and (min-width: 768px) {
	.seo h1 {
		font-size: 28px;
		line-height: 34px;
	}
}

.seo h2 {
	font-size: 20px;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.seo h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

.seo h1,
.seo h2 {
	margin: 25px 0 15px;
}

.seo h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 20px 0 10px;
}

@media screen and (min-width: 1190px) {
	.seo h3 {
		margin: 30px 0 20px;
	}
}

.seo h4 {
	font-size: 16px;
	line-height: 22px;
	margin: 12px 0 5px;
}

@media screen and (min-width: 1190px) {
	.seo h4 {
		margin: 22px 0 15px;
	}
}

.seo ul {
	list-style-type: disc;
	padding-left: 30px;
}

.seo li,
.seo p {
	font-size: 14px;
	line-height: 21px;
}

.footer {
	padding: 55px 0;
	background-color: #F2EFEA;
}

@media screen and (min-width: 1024px) {
	.footer__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer__links {
	padding: 0 15px;
}

@media screen and (min-width: 565px) {
	.footer__links {
		-webkit-columns: 2;
		columns: 2;
	}
}

@media screen and (min-width: 1024px) {
	.footer__links {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 480px;
		padding: 0;
	}
}

.footer__addit-info {
	margin: 40px 0 0;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.footer__addit-info {
		margin: 0;
	}
}

.footer__addit-info-protected img {
	display: block;
	margin: auto;
}

.footer__addit-info-protected img:nth-of-type(1) {
	margin: 0 auto 28px;
}

.footer__addit-info-copyright {
	margin: 55px 0 0;
	color: #757575;
	font-size: 14px;
	line-height: 24px;
}

@media screen and (min-width: 1024px) {
	.footer__addit-info-copyright:before {
		content: "";
		display: block;
		width: 32px;
		height: 2px;
		background-color: #dbdbdb;
		margin: 0 auto 53px;
	}
}

.footer__addit-info-copyright span {
	font-weight: 700;
	display: block;
}

.mcAfee {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(/img/mcAfee.png) center center/92px 38px no-repeat #fff;
	max-width: none;
	max-height: none;
	position: fixed;
	height: 38px;
	width: 92px;
	overflow: hidden;
	bottom: 0;
	left: 15px;
	z-index: 999;
	cursor: pointer;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.contacts {
	padding: 9px 0 0;
}

@media screen and (min-width: 565px) {
	.contacts__content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
}

@media screen and (min-width: 1024px) {
	.contacts__content {
		position: relative;
	}

	.contacts__content:before {
		content: "";
		display: inline-block;
		pointer-events: none;
		height: 477px;
		width: 420px;
		background: url(/static/images/contacts/illustration.svg)
			no-repeat center/contain;
		position: absolute;
		right: -11px;
		top: -55px;
	}
}

@media screen and (min-width: 1190px) {
	.contacts__content:before {
		width: 550px;
	}
}

.contacts__block {
	margin: 0 0 25px;
}

@media screen and (min-width: 565px) {
	.contacts__block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.contacts__block {
		margin: 0 0 3px;
	}
}

@media screen and (min-width: 565px) {
	.contacts__block.contacts__block--1,
	.contacts__block.contacts__block--2 {
		width: 100%;
	}

	.contacts__block.contacts__block--3,
	.contacts__block.contacts__block--4 {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.contacts__block.contacts__block--3 .contacts__block-inner,
	.contacts__block.contacts__block--4 .contacts__block-inner {
		max-width: 100%;
	}
}

.contacts__block.contacts__block--1 .contacts__block-title:before {
	background-image: url(/static/images/contacts/cart.svg);
}

.contacts__block.contacts__block--1 p {
	color: rgba(33, 33, 33, 0.64);
}

.contacts__block.contacts__block--2 .contacts__block-title:before {
	background-image: url(/static/images/contacts/phone.svg);
}

.contacts__block.contacts__block--3 .contacts__block-title:before {
	background-image: url(/static/images/contacts/mail.svg);
}

.contacts__block.contacts__block--4 .contacts__block-title:before {
	background-image: url(/static/images/contacts/chat.svg);
}

@media screen and (min-width: 1024px) {
	.contacts__block-inner {
		max-width: 48%;
	}
}

.contacts__block-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 20px;
	line-height: 32px;
	margin: 0 0 25px;
}

@media screen and (min-width: 768px) {
	.contacts__block-title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1024px) {
	.contacts__block-title {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
}

.contacts__block-title:before {
	content: "";
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	height: 50px;
	width: 50px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	margin: 0 15px 0 0;
}

@media screen and (min-width: 768px) {
	.contacts__block-title:before {
		margin: 0 22px 0 0;
		background-size: auto;
		width: 80px;
		height: 80px;
	}
}

@media screen and (min-width: 1024px) {
	.contacts__block-text {
		padding: 0 0 0 102px;
		margin: -23px 0 0;
	}
}

.contacts__block p {
	color: rgba(136, 136, 136, 0.64);
	font-size: 14px;
	line-height: 21px;
	margin: 13px 0;
}

@media screen and (min-width: 768px) {
	.contacts__block p {
		font-size: 16px;
		line-height: 26px;
	}
}

.contacts__block a {
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #212121;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.contacts__block a {
		font-size: 17px;
	}
}

.contacts__block a:hover,
.error-content a {
	color: #1C77C3;
}

.pricing {
	padding: 0 0 20px;
}

.pricing .container {
	position: relative;
	z-index: 2;
}

.pricing__based-info {
	margin: 0 0 35px;
}

@media screen and (min-width: 1024px) {
	.pricing__based-info {
		margin: 0 0 63px;
	}
}

@media screen and (min-width: 565px) {
	.pricing__based-info-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.pricing__based-info-row {
		display: block;
	}
}

.pricing__based-info-row span {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

@media screen and (min-width: 565px) {
	.pricing__based-info-row span {
		font-size: 17px;
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.pricing__based-info-row span {
		width: auto;
		display: inline-block;
	}
}

.pricing__based-info-row span:not(:last-child) {
	margin: 0 0 8px;
}

@media screen and (min-width: 1024px) {
	.pricing__based-info-row span:not(:last-child) {
		margin: 0 30px 0 0;
	}
}

@media screen and (min-width: 1190px) {
	.pricing__based-info-row span:not(:last-child) {
		margin: 0 54px 0 0;
	}
}

.pricing__based-info-row span:nth-of-type(1):before {
	height: 22px;
	width: 20px;
	background: url(/static/images/pricing/badge.svg) no-repeat left
		center/contain;
}

.pricing__based-info-row span:nth-of-type(2):before {
	height: 20px;
	width: 20px;
	background: url(/static/images/pricing/clock.svg) no-repeat left
		center/contain;
}

.pricing__based-info-row span:nth-of-type(3):before {
	height: 20px;
	width: 20px;
	background: url(/static/images/pricing/page.svg) no-repeat left
		center/contain;
}

.pricing__based-info-row span:nth-of-type(4):before {
	height: 20px;
	width: 20px;
	background: url(/static/images/pricing/book.svg) no-repeat left
		center/contain;
}

.pricing__based-info-row span:before {
	content: "";
	display: inline-block;
	margin: 0 14px 0 0;
	vertical-align: middle;
}

.pricing__based-info p {
	color: rgba(33, 33, 33, 0.72);
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
	.pricing__based-info p {
		font-size: 20px;
		line-height: 36px;
		margin: 0 0 27px;
	}
}

.pricing-table {
	padding: 15px 0;
	background-color: #FC7753;
	position: relative;
}

@media screen and (min-width: 565px) {
	.pricing-table {
		background-color: transparent;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.pricing-table__bg {
	pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.pricing-table__bg {
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 1525px;
		overflow: hidden;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.pricing-table__bg {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__bg {
		margin-top: -34px;
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__bg-i {
		position: relative;
		height: 1072px;
		width: 1920px;
		display: inline-block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.pricing-table__bg-i {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__bg-i:before {
		content: "";
		position: absolute;
		width: 1920px;
		height: 1072px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url(/static/images/guarantee-bg.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
	screen and (min-width: 1024px) and (-ms-high-contrast: none) {
	.pricing-table__bg-i:before {
		background-size: cover;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 2200px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__bg-i:after {
		display: inline-block;
		content: "";
		width: 1026px;
		height: 1006px;
		background: url(/static/images/guarantee-bg-blot.svg) no-repeat
			center/auto;
		bottom: -225px;
		right: -714px;
		position: absolute;
	}
}

.pricing-table__wrap {
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (min-width: 565px) {
	.pricing-table__wrap {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.pricing-table__wrap {
		border-radius: 16px;
	}
}

.pricing-table__inner {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.pricing-table__inner {
		padding: 0;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		text-align: left;
	}
}

.pricing-table__level-select {
	display: block;
	width: 100%;
	text-align: left;
	padding: 11px 0 15px;
}

@media screen and (min-width: 768px) {
	.pricing-table__level-select {
		display: none;
	}
}

.pricing-table__levels-list {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.pricing-table__levels-list {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
	}
}

.pricing-table__levels-list-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #1C77C3;
	border-radius: 0 5px 5px 0;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.pricing-table__levels-list-inner {
		background-color: transparent;
		border-radius: 0;
		color: inherit;
	}

	.pricing-table__levels-list:before {
		content: "Academic level";
		font-size: 19px;
		line-height: 31px;
		padding: 34px 19px 12px;
		text-align: center;
		display: inline-block;
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__levels-list:before {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__levels-list:before {
		padding: 37px 17px 12px;
	}
}

@media screen and (min-width: 768px) {
	.pricing-table__levels-list .pricing-table__level:not(:last-of-type) ul {
		border-right: 1px solid #e0e0e0;
	}
}

.pricing-table__levels-list span {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #333;
}

@media screen and (min-width: 768px) {
	.pricing-table__levels-list span {
		background-color: rgba(245, 245, 245, 0.7);
	}
}

.pricing-table__levels-list li {
	padding: 6px 7px 5px;
}

@media screen and (min-width: 565px) {
	.pricing-table__levels-list li {
		padding: 8px 7px 7px;
	}
}

@media screen and (min-width: 768px) {
	.pricing-table__levels-list li {
		padding: 8px 7px 5px;
	}
}

.pricing-table__deadlines.pricing-table__col {
	width: 50%;
	background-color: #f7f7f7;
	border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 768px) {
	.pricing-table__deadlines.pricing-table__col {
		background-color: transparent;
		border-radius: 0;
		width: auto;
		border-right: 1px solid #e0e0e0;
	}

	.pricing-table__deadlines.pricing-table__col:before {
		content: "Deadline";
		font-size: 19px;
		line-height: 31px;
		padding: 34px 20px 12px;
		display: inline-block;
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__deadlines.pricing-table__col:before {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__deadlines.pricing-table__col:before {
		padding: 37px 19px 12px;
	}
}

@media screen and (min-width: 768px) {
	.pricing-table__deadlines.pricing-table__col ul {
		padding-top: 48px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__deadlines.pricing-table__col ul {
		padding-top: 68px;
	}
}

@media screen and (min-width: 768px) {
	.pricing-table__deadlines.pricing-table__col li {
		padding: 8px 20px 7px;
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__deadlines.pricing-table__col li {
		padding: 8px 30px 7px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__deadlines.pricing-table__col li {
		padding: 14px 30px;
		font-size: 20px;
		min-width: 161px;
	}
}

.pricing-table__col {
	width: 115px;
}

@media screen and (min-width: 1024px) {
	.pricing-table__col {
		width: 159px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__col {
		width: 137px;
	}
}

.pricing-table__col li,
.pricing-table__col span {
	line-height: 20px;
}

.pricing-table__col span {
	display: none;
}

@media screen and (min-width: 768px) {
	.pricing-table__col span {
		font-size: 14px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 12px;
		color: #333;
		font-weight: 700;
		height: 48px;
	}
}

@media screen and (min-width: 1024px) {
	.pricing-table__col span {
		font-size: 15px;
		padding: 0 17px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__col span {
		font-size: 17px;
		line-height: 25px;
		height: 68px;
	}
}

.pricing-table__col li {
	padding: 8px 7px 7px;
	font-size: 16px;
	-webkit-transition: background-color 0.22s;
	transition: background-color 0.22s;
}

@media screen and (min-width: 768px) {
	.pricing-table__col li {
		padding: 8px 18px 7px;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__col li {
		padding: 14px 17px;
		font-size: 20px;
	}
}

.pricing-table__col li.is-active {
	background-color: #ebf8f5 !important;
}

@media screen and (min-width: 768px) {
	.pricing-table__col li:nth-of-type(even) {
		background-color: #f7f7f7;
	}
}

.pricing-table__col ul {
	margin: 22px 0 23px;
}

@media screen and (min-width: 768px) {
	.pricing-table__col ul {
		margin: 0;
	}
}

.pricing-table__level {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.pricing-table__level {
		width: auto;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__level {
		width: calc(50% / 3);
	}

	.pricing-table__level:nth-of-type(2),
	.pricing-table__level:nth-of-type(3) {
		width: 25%;
	}
}

.pricing-table__level:not(:first-of-type) {
	display: none;
}

@media screen and (min-width: 768px) {
	.pricing-table__level:not(:first-of-type) {
		display: block;
	}
}

.pricing-table__detail {
	padding: 15px;
}

@media screen and (min-width: 768px) {
	.pricing-table__detail {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1190px) {
	.pricing-table__detail {
		padding: 30px 19px 36px 30px;
	}
}

.pricing-table__detail p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}

@media screen and (min-width: 768px) {
	.pricing-table__detail p {
		font-size: 15px;
		line-height: 22px;
	}
}

.pricing-table__detail p:nth-of-type(1) {
	margin: 0 0 10px;
	color: #757575;
}

@media screen and (min-width: 768px) {
	.pricing-table__detail p:nth-of-type(1) {
		white-space: nowrap;
	}
}

.pricing-table__detail p:nth-of-type(2) {
	color: #acacac;
}

@media screen and (min-width: 768px) {
	.pricing-table__detail p:nth-of-type(2) {
		max-width: 361px;
		text-align: right;
	}
}

.common-page__content,
.privacy-policy-container__content,
.terms-conditions-container__content {
	max-width: 980px;
	margin: auto;
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.common-page__content,
	.privacy-policy-container__content,
	.terms-conditions-container__content {
		padding: 0;
	}
}

.common-page ul:not(.toggle-list),
.privacy-policy-container ul:not(.toggle-list),
.terms-conditions-container ul:not(.toggle-list) {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

.common-page a:not(.btn),
.privacy-policy-container a:not(.btn),
.terms-conditions-container a:not(.btn) {
	color: #1C77C3;
	text-decoration: none;
}

.common-page a:not(.btn):focus,
.common-page a:not(.btn):hover,
.privacy-policy-container a:not(.btn):focus,
.privacy-policy-container a:not(.btn):hover,
.terms-conditions-container a:not(.btn):focus,
.terms-conditions-container a:not(.btn):hover {
	text-decoration: underline;
}

.common-page h2:not(.toggle-link),
.privacy-policy-container h2:not(.toggle-link),
.terms-conditions-container h2:not(.toggle-link) {
	margin: 30px 0 10px;
}

@media screen and (min-width: 1024px) {
	.common-page h2:not(.toggle-link),
	.privacy-policy-container h2:not(.toggle-link),
	.terms-conditions-container h2:not(.toggle-link) {
		margin: 40px 0 20px;
	}
}

.common-page h3:not(.toggle-link),
.privacy-policy-container h3:not(.toggle-link),
.terms-conditions-container h3:not(.toggle-link) {
	margin: 20px 0 10px;
}

@media screen and (min-width: 1024px) {
	.common-page h3:not(.toggle-link),
	.privacy-policy-container h3:not(.toggle-link),
	.terms-conditions-container h3:not(.toggle-link) {
		margin: 30px 0 10px;
	}
}

[data-page="money_back_guarantee"] .speech-to-user {
	display: none;
}

[data-page="money_back_guarantee"] .toggle-list {
	margin: 35px 0 0;
}

[data-page="frequently_asked_questions"] .toggle-list {
	padding: 5px 0 42px;
}

@media screen and (min-width: 1024px) {
	[data-page="frequently_asked_questions"] .toggle-list {
		padding: 10px 0 76px;
	}
}

.privacy-policy-container,
.terms-conditions-container {
	max-width: 980px;
	padding-bottom: 25px;
}

@media screen and (min-width: 1024px) {
	.privacy-policy-container,
	.terms-conditions-container {
		padding-bottom: 0;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.guarantees-page {
		overflow: hidden;
	}
}

.guarantees_block {
	padding: 0 0 20px;
}

@media screen and (min-width: 1024px) {
	.guarantees_block-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.guarantees_block article {
	position: relative;
	-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	padding: 15px;
	margin: 0 0 20px;
	border-radius: 5px;
}

@media screen and (min-width: 1024px) {
	.guarantees_block article {
		width: calc(50% - 15px);
		padding: 30px;
		margin: 0 0 60px;
	}
}

.guarantees_block article:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 0;
	height: 2px;
	width: calc(100% - 32px);
	background-color: #1C77C3;
}

@media screen and (min-width: 1024px) {
	.guarantees_block article:before {
		left: 32px;
		width: calc(100% - 64px);
	}
}

.guarantees_block article h2,
.guarantees_block article h3 {
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 21px;
	line-height: 33px;
}

@media screen and (min-width: 1024px) {
	.guarantees_block article h2,
	.guarantees_block article h3 {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 21px;
	}
}

.guarantees_block article p {
	color: rgba(33, 33, 33, 0.64);
	font-size: 14px;
	line-height: 22px;
}

@media screen and (min-width: 1024px) {
	.guarantees_block article p {
		font-size: 16px;
		line-height: 26px;
	}
}

.guarantees_block article p.readmore-guar {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.guarantees_block article p.readmore-guar {
		margin-top: 21px;
	}
}

[data-page="guarantees"] h1 + p {
	opacity: 0.72;
	margin: 14px 0 34px;
}

@media screen and (min-width: 1024px) {
	[data-page="guarantees"] h1 + p {
		font-size: 20px;
		line-height: 32px;
		margin: 34px 0 54px;
	}
}

[data-page="guarantees"] .btn:after {
	display: none !important;
}

[data-page="guarantees"] .btn.orderNow:before {
	content: "" !important;
}

.error-content .error-help + a,
.ow_stat_info,
.ow_stat_info_preloader {
	display: none;
}

.writers-select {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 8px;
	margin: 37px auto 35px;
	padding: 20px 15px;
	width: 100%;
	max-width: 520px;
}

@media screen and (min-width: 565px) {
	.writers-select {
		width: 85%;
	}
}

.writers-select h3 {
	font-size: 23px;
	line-height: 28px;
	margin: 0 0 10px;
	color: #212121;
}

.writers-select p {
	margin: 0 0 8px;
}

.writers-select-box {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

@media screen and (min-width: 565px) {
	.writers-select-box {
		width: 85%;
	}
}

.wr-sel-stats {
	text-align: center;
	display: block;
	width: 100%;
}

.ow_stat_info {
	border-top: 1px solid #e0e0e0;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 16px;
}

.ow_stat_info_preloader {
	margin: 10px auto 0;
}

.ow_stat_average {
	background-color: #f7f7f7;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	font-size: 100%;
	padding: 2px 10px;
	font-weight: 600;
}

.adition {
	font-size: 85%;
	margin-top: 0;
	color: #757575;
}

.select-discipline {
	margin: 0 0 16px;
}

.how-it-works .page-heading + p {
	max-width: 825px;
	color: rgba(33, 33, 33, 0.72);
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0 45px;
}

@media screen and (min-width: 1024px) {
	.how-it-works .page-heading + p {
		line-height: 36px;
		margin: 15px 0;
	}
}

.how-it-works__row {
	margin: 35px 0;
}

@media screen and (min-width: 768px) {
	.how-it-works__row {
		margin: 70px 0;
	}
}

@media screen and (min-width: 1024px) {
	.how-it-works__row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.how-it-works__row img {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.how-it-works__row img {
		margin: 0 auto;
	}
}

.how-it-works__row-text {
	-webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	padding: 15px 15px 10px;
	border-radius: 8px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.how-it-works__row-text {
		padding: 30px 30px 15px;
	}
}

@media screen and (min-width: 1024px) {
	.how-it-works__row-text {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
	}

	.how-it-works__row-text.how-it-works__row-text--left {
		margin: 0 25px 0 0;
	}

	.how-it-works__row-text.how-it-works__row-text--right {
		margin: 0 0 0 25px;
	}

	.how-it-works__row-text.how-it-works__row-text--right + img {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
}

.how-it-works__row-text:after,
.how-it-works__row-text:before {
	position: absolute;
	display: inline-block;
}

.how-it-works__row-text:before {
	content: "";
	z-index: 1;
	left: 20px;
	width: calc(100% - 40px);
	top: 0;
	height: 2px;
	background-color: #1C77C3;
}

.how-it-works__row-text:after {
	z-index: 2;
	content: attr(data-number);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	top: 0;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.how-it-works__row-text:after {
		width: 80px;
		height: 80px;
		font-size: 28px;
		line-height: 80px;
		right: 50px;
	}
}

.how-it-works__row-text-title {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.how-it-works__row-text-title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 20px;
	}
}

.how-it-works__row-text p {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	color: rgba(33, 33, 33, 0.64);
}

@media screen and (min-width: 768px) {
	.how-it-works__row-text p {
		font-size: 16px;
		line-height: 26px;
		margin: 15px 0;
	}
}

.how-it-works__addi-info {
	background-color: #f3f3f3;
	padding: 15px 25px;
	margin: 20px -20px;
	border-left: 9px solid #F2EFEA;
}

@media screen and (min-width: 768px) {
	.how-it-works__addi-info {
		padding: 30px 25px 25px;
		margin: 20px -33px;
		width: calc(100% + 66px);
	}
}

@media screen and (min-width: 1024px) {
	.how-it-works__addi-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 70px -33px;
	}

	.how-it-works__addi-info img {
		margin: auto;
	}

	.how-it-works__addi-info-text {
		max-width: 664px;
		margin: 0 25px 0 0;
	}
}

.how-it-works__addi-info-title {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.how-it-works__addi-info-title {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 15px;
	}
}

.how-it-works__addi-info p {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	color: rgba(33, 33, 33, 0.64);
}

@media screen and (min-width: 768px) {
	.how-it-works__addi-info p {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}
}

.error-content .page-in {
	padding: 50px 0;
	width: 540px;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 565px) {
	.error-content .page-in {
		width: 100%;
		padding: 24px;
		font-size: 14px;
	}
}

.error-content .error-title {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 30px;
}

@media screen and (max-width: 565px) {
	.error-content .error-title {
		font-size: 34px;
		line-height: 40px;
	}
}

.error-content .error-help {
	color: #757575;
	font-size: 20px;
}

@media screen and (max-width: 565px) {
	.error-content .error-help {
		font-size: 16px;
	}
}

.testimonials-page-content {
	padding: 0 0 25px;
}

@media screen and (min-width: 1024px) {
	.testimonials-page-content {
		padding: 0 0 45px;
	}
}

.testimonials-page-content .page-heading + p {
	font-size: 20px;
	line-height: 28px;
}

.testimonials-page-content [data-testimonials-widget-loader] {
	position: relative;
	margin: auto;
	display: block;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
	opacity: 1;
	visibility: visible;
}

.testimonials-list {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.testimonials-list__items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
}

.testimonials-list__item {
	margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
	.testimonials-list__item {
		width: 50%;
		margin: 0 0 40px;
		padding: 0 15px;
	}
}

.testimonials-list__more {
	text-align: center;
}

.testimonials-list__more button {
	-webkit-transition: background-color 0.3s, border-color 0.3s,
		-webkit-box-shadow 0.25s;
	transition: background-color 0.3s, box-shadow 0.25s, border-color 0.3s;
	transition: background-color 0.3s, box-shadow 0.25s, border-color 0.3s,
		-webkit-box-shadow 0.25s;
}

.testimonials-list__more button.hidden,
.testimonials-list__more button:disabled,
.testimonials-list__more button:disabled:not(.hidden),
.testimonials-list__more button[disabled="true"] {
	opacity: 0;
	visibility: hidden;
}

.testimonials-list__more button:not(.hidden) {
	opacity: 1;
	visibility: visible;
}

.plagcheckc {
	padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.plagcheckc {
		padding-bottom: 70px;
	}
}

.plagcheckc.plagcheck-container:after {
	clear: both;
	content: "";
	display: table;
}

.plagcheckc.plagcheck-container .plagcheck-ord p {
	margin: 0 0 17px;
}

.plagcheckc .btn2 {
	min-width: 215px;
}

.plagcheckc textarea {
	vertical-align: top;
}

.plagcheckc select,
.plagcheckc textarea {
	outline: medium;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.plagcheckc .inblock,
.plagcheckc .plch-toptext {
	display: inline-block;
	width: 100%;
	position: relative;
}

.plagcheckc .plch-toptext {
	margin: 0 0 20px !important;
	padding-left: 25px;
}

.plagcheckc .plch-toptext:after {
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADpSURBVDiNpZQ9CsJAEIW/JDapUxrQG1hoYWnvMYIX8RQKgo0nsLG1FqwlXcDWSltlLZzVcd2sRAeG+Xtv38CEYIxBO5ACU2AHnCVOgfQD6xBzoASMx0sgD5E3CnwE5hJtb+MlAz0FWgGJ9BOp7aznI08UoO9s1Fezie3HvKxtE2PMXvXd+onT5Mb2F7ml8swmURSNApxMF0PggP+2dX4QHuuGROvrCLjyuGVTu8UB4glYSPRZQmCtQj6Qog4TOtXYiV6rU65EufpFOXai1y4B9W1gdkmADjCoebgbEF3C4+8x+7LBm6Lg8zvmS+HZKbWTRwAAAABJRU5ErkJggg==);
}

.plagcheckc .disclamer p {
	padding: 0;
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 18px;
}

.plagcheckc .inblock {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plagcheckc .left-inner {
	width: 70%;
	display: inline-block;
	float: left;
}

.plagcheckc #rightplagpanel.right-aside,
.plagcheckc .right-aside {
	float: right;
	width: 27%;
	display: inline-block;
	top: auto;
	position: relative;
}

.plagcheckc #frm #div_status,
.plagcheckc #frm .plch-lang {
	width: 49%;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.plagcheckc .plch-lang {
	margin-right: 2%;
}

.plagcheckc .left-inner label,
.plagcheckc .plch-status .status-title {
	width: 100%;
	display: block;
	margin: 0 0 5px;
	cursor: default;
}

.plagcheckc .error .error-symbol {
	text-align: center;
	margin: 10px 0 0;
}

.plagcheckc .plch-text {
	margin: 15px 0 0;
}

.plagcheckc .plch-text label {
	display: inline-block;
	width: auto;
}

.plagcheckc .plch-text label span {
	font-size: 12px;
	color: #7d7d7d;
}

.plagcheckc .check-textarea,
.plagcheckc .language,
.plagcheckc .plch-lang #lang {
	width: 100%;
}

.plagcheckc #status {
	padding: 0 10px;
}

.plagcheckc #status,
.plagcheckc .language {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
}

.plagcheckc #text_to_check.check-textarea {
	padding: 10px;
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.plagcheckc #rightplagpanel_2 {
	display: none;
}

.plagcheckc .counts-symbol {
	float: right;
	font-size: 12px;
	display: inline-block;
}

.plagcheckc .plagcheck-ord {
	text-align: center;
}

.plagcheckc #frm #ajax-loader.ajax-loader {
	display: none;
	position: absolute;
	right: 5px;
	bottom: 3px;
	top: auto;
	padding: 0;
	margin: 0;
}

.plagcheckc .user-block p:first-of-type {
	margin: 0 0 5px;
}

.plagcheckc .user-block a {
	color: #1C77C3;
}

.plagcheckc .info-block ul {
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	list-style-type: disc;
}

.plagcheckc #status {
	width: 100%;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.plagcheckc #rightplagpanel.right-aside {
		float: none;
		width: 100%;
	}

	.plagcheckc #rightplagpanel_2,
	.plagcheckc .left-inner {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 520px) {
	.plagcheckc #frm #div_status,
	.plagcheckc #frm .plch-lang,
	.plagcheckc .plch-box {
		width: 100%;
		float: none;
		margin: 0 0 15px;
		max-width: 100%;
	}

	.plagcheckc .language {
		max-width: 100%;
	}
}

.plagcheckc .error-content {
	padding-bottom: 3%;
}

.plagcheckc .error-content,
.plagcheckc .error-content p {
	text-align: center;
	font-size: 24px;
	line-height: 150%;
}

.plagcheckc .error-content .error-title {
	font-weight: 600;
	line-height: 120%;
	padding: 5% 0;
	margin: 0 0 5%;
	position: relative;
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
}

.plagcheckc .error-content .error-title:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d4d6d7;
	border-bottom: 1px solid #fff;
}

.plagcheckc .error-content div {
	margin-left: auto;
	margin-right: auto;
}

.plagcheckc .img-circle {
	border-radius: 50%;
}

.plagcheckc textarea {
	overflow: auto;
	resize: none;
}

.plagcheckc .block-inner p {
	color: #0a0908;
	line-height: 150%;
	padding: 0 0 15px;
}

.plagcheckc .block-inner h2 {
	color: #393939;
	padding: 15px 0;
	margin: 0;
}

.plagcheckc .block-inner__title {
	padding: 15px 0;
	margin: 0;
	font-size: 150%;
	color: #393939 !important;
}

.plagcheckc .block-inner h3 {
	color: #393939;
}

.plagcheckc .block-inner ul {
	padding: 0 0 15px;
}

.plagcheckc .block-inner ul li {
	padding: 5px 0 5px 20px;
}

.plagcheckc .block-inner ul li ul {
	padding: 10px 0 0;
}

.plagcheckc .content-left .text_style_service {
	border-bottom: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 1px 0 0 #f7f7f7;
	box-shadow: 0 1px 0 0 #f7f7f7;
	overflow: hidden;
}

.plagcheckc .content-left .text_style_service img {
	float: right;
	margin: 15px 0 0 20px;
}

.plagcheckc .content-left .order-now {
	position: relative;
	background-color: #fbfbfb;
	border: 1px solid #ebeaea;
	height: 108px;
	width: 100%;
	margin: 0 0 10px;
}

.plagcheckc .content-left .order-now:before {
	content: "";
	display: block;
	position: absolute;
	width: 45%;
	height: 100%;
	right: 0;
	top: 0;
	background: url(/images/sprite.png) -120px -892px no-repeat;
}

.plagcheckc .content-left .order-now .order-now-content {
	padding: 5px 395px 5px 50px;
}

.plagcheckc .content-left .order-now .order-now-content:before {
	content: "Now";
	display: block;
	position: absolute;
	color: #f0b420;
	font-size: 50px;
	font-weight: 700;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 24px;
	left: -26px;
}

.plagcheckc .content-left div.order-now div.order-now-content p {
	color: #000;
	line-height: 125%;
	padding: 0 0 7px;
}

.plagcheckc .content-left .order-now .order-now-content p a {
	color: #2d89a7;
	font-size: 115%;
	font-weight: 700;
}

.plagcheckc .content-left .order-btn {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fcd401),
		to(#f4b911)
	);
	background: linear-gradient(#fcd401 0, #f4b911 100%);
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 1px solid #f4be2a;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	max-width: 120px;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

.plagcheckc .content-left .order-btn:hover {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #f4b911),
		to(#fcd401)
	);
	background: linear-gradient(#f4b911 0, #fcd401 100%);
}

@media (min-width: 980px) and (max-width: 1170px) {
	.plagcheckc .content-left .order-now .order-now-content {
		padding: 5px 290px 5px 50px;
	}
}

@media (max-width: 980px) {
	.plagcheckc .content-right {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.plagcheckc .content-left .order-now .order-now-content {
		padding: 5px 255px 5px 50px;
	}
}

@media (max-width: 600px) {
	.plagcheckc .content-left .order-now .order-now-content {
		padding: 5px 0 5px 50px;
	}

	.plagcheckc .content-left .order-now:before {
		display: none;
	}
}

@media (max-width: 350px) {
	.plagcheckc .content-left .order-now {
		height: auto;
	}
}

.plagcheckc .block-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.plagcheckc label.error {
	color: #d3313a;
	font-size: 11px;
}

.plagcheckc .left-inner {
	padding: 25px 30px;
}

.plagcheckc .left-inner,
.plagcheckc .right-aside {
	background-color: rgba(255, 255, 255, 0.5);
}

.plagcheckc .block-inner .plch-toptext {
	padding-left: 25px;
}

.plagcheckc .error .error-symbol {
	color: red;
	font-size: 12px;
}

.plagcheckc .check-textarea,
.plagcheckc .language {
	border: 1px solid #ccc;
}

.plagcheckc .info-block li,
.plagcheckc .plagcheck-ord p,
.plagcheckc .user-block .checks-count {
	font-size: 14px;
	line-height: 20px;
}

.plagcheckc .user-block .checks-count {
	margin: 10px 0 0;
}

.plagcheckc .info-block li:not(:last-of-type) {
	margin-bottom: 12px;
}

.plagcheckc .user-block {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.plagcheckc .plag-submit {
	margin: 15px 0;
}

.plagcheckc .disclamer {
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.plagcheckc .right-aside {
	background: 0 0;
	padding: 0;
}

.plagcheckc .left-inner,
.plagcheckc .right-aside .inblock {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.plagcheckc .right-aside .inblock {
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.plagcheckc .info-block .title {
	font-size: 22px;
	line-height: 30px;
	color: #0a0908;
	display: block;
}

.plagcheckc #rightplagpanel_2 {
	padding-top: 0;
}

.plagcheckc .block-inner .info-block li {
	padding-left: 0;
}

.plagcheckc .language {
	padding: 3px 5px;
}

@media screen and (max-width: 767px) {
	.plagcheckc #rightplagpanel.right-aside {
		display: none;
	}
}

@media (max-width: 500px) {
	.plagcheckc .left-inner {
		padding: 15px;
	}
}

.plagcheckc .task-failed {
	color: #222;
	background-color: #d88080;
}

.plagcheckc .task-processing {
	background-color: #b2f2b2;
}

.plagcheckc .task-queued {
	background-color: #e2f2e2;
}

.plagcheckc .task-done {
	background-color: #92f292;
}

.plagcheckc .task-default {
	background: #ccc;
}

.plagcheckc.donepage .box .box_results h3 {
	margin: 0;
	padding-top: 0;
	text-align: center;
	font-weight: 900;
}

.plagcheckc.donepage .div_hide,
.plagcheckc.donepage .p-source.matched {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.plagcheckc.donepage .div_hide {
	height: auto !important;
	padding-top: 0 !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.plagcheckc.donepage .report-infotext {
	font-weight: 400;
}

.plagcheckc.donepage .little_form {
	margin-bottom: 30px;
	height: auto !important;
}

.plagcheckc.donepage .report .box_results {
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: rgba(240, 240, 240, 0.5);
	padding: 15px;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 363px;
}

.plagcheckc.donepage .report .result_line {
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.plagcheckc.donepage .rl_source {
	width: 150px !important;
}

.plagcheckc.donepage .report .result_line li {
	list-style: none;
	font-size: 12px;
	margin: 0;
	height: auto;
}

.plagcheckc.donepage .report .view_original {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: rgba(240, 240, 240, 0.5);
}

@media screen and (max-width: 768px) {
	.plagcheckc.donepage .report .view_original {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 575px) {
	.plagcheckc.donepage .report .view_original {
		font-size: 14px;
		line-height: 20px;
	}
}

.plagcheckc.donepage .report #plagcheck-back-btn {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.plagcheckc.donepage .report .center_col,
.plagcheckc.donepage .report .only {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.plagcheckc.donepage .report .result_line {
	margin: 0;
	list-style: none;
	padding: 0;
	padding-right: 10px !important;
}

.plagcheckc.donepage .box_results .header {
	padding-top: 5px;
}

.plagcheckc.donepage .report .box_results {
	overflow: visible !important;
}

.plagcheckc.donepage .report .box_results .overlay-results {
	overflow-y: auto;
	border: solid 1px #d4d4d4;
}

.plagcheckc.donepage .plagcheck-ord p {
	max-width: 294px;
	margin: 10px auto;
}

.plagcheckc.donepage .btn.orderNow {
	width: 205px;
}

@media screen and (max-width: 1250px) {
	.plagcheckc.donepage .report .box_results {
		margin-left: 540px;
	}

	.plagcheckc.donepage .report .view_original {
		width: 500px;
	}
}

@media screen and (max-width: 860px) {
	.plagcheckc.donepage .report .box_results {
		margin-left: 0;
		position: relative;
		top: 0 !important;
		margin-bottom: 20px;
	}

	.plagcheckc.donepage .report .view_original {
		width: 100%;
	}
}

@media screen and (max-width: 1160px) {
	.plagcheckc.donepage .report .view_original {
		width: 500px;
	}

	.plagcheckc.donepage .report .box_results {
		margin-left: 490px;
	}

	.plagcheckc.donepage .left-inner,
	.plagcheckc.donepage .testimonials_all .tm_div {
		background-image: none;
	}
}

@media screen and (max-width: 1250px) {
	.plagcheckc.donepage .report .view_original {
		width: 100%;
	}

	.plagcheckc.donepage .report .box_results {
		margin-left: 0;
		width: 100%;
		margin-bottom: 30px;
		top: 0 !important;
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	.plagcheckc.donepage .report .box_results {
		width: 100%;
		margin: 0 0 10px;
	}
}

.search-interface {
	position: relative;
	max-width: 500px;
	margin: 0 auto 70px auto;
}
.searchform input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 48px;
	border-radius: 128px;
}
.searchform input[type="text"] {
	color: #212121;
	font-size: 16px;
	width: 100%;
	padding: 5px 85px 5px 15px;
	border: 2px solid #e0e0e0;
}

.searchform input[type="text"]:focus {
	outline: 0;
}

.searchform input[type="submit"] {
	background: #1762A0
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABCElEQVQ4T62SgREBQQxFbQc6oAN0cDqggqMCWlCBuwpQAR1QAhUYFdDBev9m9ybW3QxGZjK7uSTvkmxcx4j3fomZo8Pw+cxZOOd2Ns7enQwSuxzHkHjhVKJEoEGwx4AeKSgClNBHZwQdkqom2Fv0im/0Bghlr3FM0+QYTIwge3ROjGC1OJxVuThi3+lPKjvE+bQKATz+EocG2CqE6c85cVXbUf4CUAtvpaWltLWqClT670M0A+qFKTc94wbfDc3SXbCLdCIgLo1dJL2OlitDNcg7kHk9RNsr7cyw1ZJAEiUWqKpSFdoHyTZCXp7EwtJ7fEbzvYJ8DFBiA6T8CtAE+RoQIJrLAl09AYP9fhdwjiZ9AAAAAElFTkSuQmCC")
		no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	width: 25%;
	transition: background-color 0.3s, box-shadow 0.25s, border-color 0.3s;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
	outline: 0;
	background-color: #1762A0;
	border-color: #1762A0;
	color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}

.sidebar-block {
	padding: 15px 15px 20px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.sidebar-block:not(:last-of-type) {
	margin: 0 0 33px;
}

.sidebar-title {
	display: block;
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	color: #212121;
	margin: 0 0 12px;
}
