@charset "UTF-8";
* {
	-webkit-tap-highlight-color: transparent
}

::-moz-selection {
	background-color: #3ab5fe;
	color: #fff
}

::selection {
	background-color: #3ab5fe;
	color: #fff
}

[class|=swiper]::-moz-selection {
	background-color: transparent
}

[class|=swiper]::selection {
	background-color: transparent
}

input::-webkit-input-placeholder {
	color: #323131
}

input:-moz-placeholder {
	color: #323131
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

select::-ms-expand {
	display: none
}

body {
	color: #273c75;
	font-family: Ubuntu;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	-webkit-overflow-scrolling: touch
}

body,
html {
	width: 100%;
	/*height: 100%;*/
	/*overflow-x: hidden;*/
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3f8cff;
	background-size: 400px;
	z-index: 9999;
	background-image: url(../img/gif/preloader.gif);
	background-repeat: no-repeat;
	background-position: center
}

button,
input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0
}

.wrapper {
	width: 100%;
	max-width: 1140px;
	height: 100%;
	margin: 0 auto;
	text-align: center
}

.wrapper .rubric {
	text-align: left
}

.overlay {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 5;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
	transition: opacity .5s, -webkit-transform .4s;
	transition: opacity .5s, transform .4s;
	transition: opacity .5s, transform .4s, -webkit-transform .4s
}

.add-margin .padding-true {
	padding-top: 187px
}

.add-margin.fixed {
	margin-top: -36px
}

.add-margin .content-body {
	min-height: -webkit-calc(100vh - 260px);
	min-height: calc(100vh - 260px)
}

.dekstop-hidden {
	display: none
}

.mobile-visible {
	display: none
}

ol,
ul {
	list-style: none;
	padding-left: 0;
	margin: 0
}

b {
	font-weight: 700
}

dd {
	margin: 0
}

h1,
h2,
h3,
h4 {
	text-align: left
}

h1 {
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 39px;
	margin-top: -14px;
	color: #323131
}

h2 {
	font-size: 30px;
	line-height: 37px;
	margin: 37px 0 30px;
	font-family: 'Open Sans';
	font-weight: 800;
	font-size: 28px;
	color: #323131
}

h3 {
	font-size: 24px;
	line-height: 31px;
	margin: 32px 0;
	font-family: 'Open Sans';
	font-weight: 800;
	font-size: 24px;
	color: #323131
}

h4 {
	font-size: 20px;
	line-height: 29px;
	margin: 44px 0 45px;
	font-family: 'Open Sans';
	font-weight: 800;
	font-size: 20px;
	color: #323131
}

h2.rubric {
	font-size: 24px
}

h3.rubric {
	font-size: 20px
}

h4.rubric {
	font-size: 18px
}

article h1,
article h2,
article h3,
article h4 {
	color: #273c75
}

.all-links {
	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;
	max-width: 350px
}

.mark-list,
.number-item {
	margin-bottom: 42px
}

.mark-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px
}

.mark-item:before {
	border: 2px solid #228dce;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	top: 13px;
	left: 0
}

.number-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px
}

.number-item:first-child {
	counter-reset: index
}

.number-item:before {
	position: absolute;
	content: counter(index, decimal);
	counter-increment: index;
	color: #228dce;
	left: 0
}

blockquote {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 39.1px 6.9px rgba(34, 82, 188, .1);
	box-shadow: 0 1px 39.1px 6.9px rgba(34, 82, 188, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 660px;
	padding: 30px 45px;
	margin: 47px auto 60px;
	font-style: italic
}

.block-caption {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 25px;
	text-align: left
}

.rubric {
	color: #323131;
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	text-align: center;
	margin-bottom: 24px
}

.small-visible {
	display: none
}

.mibile-visible {
	display: none
}

.border-near {
	background: #71dd75;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	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-left: 18px;
	width: 109px;
	height: 30px;
	-webkit-transition: background .3s, -webkit-box-shadow .2s;
	transition: background .3s, -webkit-box-shadow .2s;
	transition: background .3s, box-shadow .2s;
	transition: background .3s, box-shadow .2s, -webkit-box-shadow .2s
}

.border-near:active {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.in-text-link {
	color: #12a672;
	text-decoration: none
}

.in-text-link:active,
.in-text-link:focus,
.in-text-link:visited {
	color: #0c9062
}

header {
	position: absolute;
	width: 100%;
	z-index: 3;
	-webkit-transition: top .3s, -webkit-box-shadow .5s;
	transition: top .3s, -webkit-box-shadow .5s;
	transition: box-shadow .5s, top .3s;
	transition: box-shadow .5s, top .3s, -webkit-box-shadow .5s
}

header.add-up {
	top: -150px
}

header.fixed {
	-webkit-box-shadow: 0 0 15px 10px rgba(172, 171, 169, .35);
	box-shadow: 0 0 15px 10px rgba(172, 171, 169, .35);
	position: fixed;
	top: 0
}

.coupon {
	background-color: #357eed;
	color: #fff;
	height: 35px;
	position: relative
}

.coupon .wrapper {
	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
}

.coupon .mobile-hidden {
	margin-left: 4px
}

.maxfirst {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 4px
}

.big-text {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 3px
}

.close-coupon {
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.antiman {
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #71dd75;
	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;
	width: 105px;
	height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 700;
	position: relative;
	-webkit-transition: background .5s, color .5s;
	transition: background .5s, color .5s
}

.antiman:before {
	content: '';
	z-index: 0;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s, border-color .5s ease-in, -webkit-transform .5s;
	transition: opacity .5s, border-color .5s ease-in, -webkit-transform .5s;
	transition: transform .5s, opacity .5s, border-color .5s ease-in;
	transition: transform .5s, opacity .5s, border-color .5s ease-in, -webkit-transform .5s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	border: 2px solid #29db99;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1)
}

.antiman:after {
	content: '';
	z-index: -1;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	background: #fff
}

.personal {
	background-color: #273c75;
	height: 50px
}

.personal .wrapper {
	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
}

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

.login {
	color: #fff;
	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;
	text-decoration: none
}

.login svg {
	height: 11px;
	margin-right: 9px
}

.tel {
	margin-right: 21px
}

#mail-path,
#phone-path,
#mail-path-footer{
	fill: #fff
}

.login {
	position: relative
}

.login .before-icon {
	display: inline-block;
	background-repeat: no-repeat;
	height: 11px;
	margin-right: 9px;
	width: 9px
}

.link-line {
	background-color: #fff;
	background-size: 121%;
	height: 70px
}

.link-line .wrapper {
	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
}

.logo {
	background-image: url(../img/svg/homework_logo.svg);
	background-repeat: no-repeat;
	width: 230px;
	height: 25px;
	background-size: auto 100%;
}

.nav-list {
	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
}

.nav-link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	height: 40px;
	font-weight: 500;
	text-decoration: none;
	margin-left: 30px;
	-webkit-transition: color .2s;
	transition: color .2s
}
.nav-link:focus{
	text-decoration: none;
	color: #000;
}
.nav-link.active {
	color: #357eed!important
}

.nav-link:hover {
	color: #357eed
}

.nav-link.order {
	background-color: #71dd75;
	border: 2px solid #71dd75;
	display: block;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	width: 98px;
	line-height: 34px;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s
}

/* .nav-link.order:hover {
	background-color: #51be98;
	border-color: #51be98
} */

.nav-link.login {
	border: 2px solid #71dd75;
	color: #71dd75;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-transform: capitalize;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 98px;
	-webkit-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s
}

.nav-link.login #login-g {
	fill: #71dd75;
	-webkit-transition: fill .3s;
	transition: fill .3s
}

.nav-link.login:hover {
	border-color: #51be98;
	color: #51be98
}

.nav-link.login:hover #login-g {
	fill: #51be98
}

.menu-button {
	background-color: transparent;
	border: none;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	outline: 0;
	width: auto;
	height: 21px
}

.lath {
	background-color: rgb(53, 126, 237);
	-webkit-border-radius: 22%;
	border-radius: 22%;
	width: 29px;
	height: 3px
}

.close-menu-button {
	display: none
}

.content-body {
	min-height: -webkit-calc(100vh - 310px);
	min-height: calc(100vh - 310px);
	-webkit-transition: min-height .3s;
	transition: min-height .3s
}

.padding-true {
	padding-top: 192px
}

.first-section {
	background-image: url(../img/girl_student.webp);
	background-position-y: 79px;
	background-position-x: center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 630px
}

.first-section .wrapper {
	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
}

.picture-first {
	display: block;
	height: 400px;
	width: 463px;
	margin-top: 28px
}

.main-caption {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 40px;
	font-weight: 900;
	line-height: 49px;
	margin: 0 0 18px;
	text-align: left
}

.first-description {
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding-right: 40px;
	line-height: 30px;
	margin-bottom: 25px
}

.first-block {
	max-width: 744px
}

.calculator {
	border-top: 1px solid #4b91fc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 197px;
	padding-top: 27px
}

.calculator label {
	color: #fff;
	display: block;
	text-align: left;
	margin-bottom: 4px
}

.calculator .border-near {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 160px;
	height: 34px;
	margin-left: 0
}

.calculator .antiman {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(140deg, #228dce 0, #2b32b2 100%);
	background-image: linear-gradient(-50deg, #228dce 0, #2b32b2 100%);
	width: 100%;
	height: 100%;
	-webkit-transition: background .3s;
	transition: background .3s
}

.why-section {
	padding-top: 100px
}

.why-section .wrapper {
	padding-top: 40px
}

.why-wrapper {
	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
}

.why-card {
	width: 224px
}

.why-icon {
	margin-bottom: 10px;
	max-height: 57px
}

.why-caption {
	color: #323131;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
	text-align: center;
}

.why-description {
	color: #676767;
	margin: 0
}

.in-wrap {
	width: 228px;
	min-height: 40px;
	position: relative;
	margin-bottom: 14px
}

.in-wrap select {
	background-color: #4b91fc;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 20px rgba(50, 49, 49, .05);
	box-shadow: 0 0 20px rgba(50, 49, 49, .05);
	border: none;
	color: #fff;
	padding-left: 16px;
	font-weight: 500;
	outline: 0;
	width: 100%;
	height: 40px;
	padding-right: 40px;
	cursor: pointer;
	text-overflow: ellipsis;
}

.in-wrap select:focus::-ms-value {
	color: #fff;
	background-color: transparent;
}

.in-wrap:nth-child(4):after {
	display: none
}

.in-wrap:after {
	content: "▼";
	color: #fff;
	font-size: 10px;
	font-stretch: ultra-expanded;
	position: absolute;
	bottom: 8px;
	right: 20px;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.calculator-form {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.number-spinner {
	background-color: #4b91fc;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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%;
	height: 40px;
	position: relative
}

.number-pages {
	background-color: transparent;
	border: none;
	outline: 0;
	color: #fff;
	width: 50px;
	text-align: center
}

.spinner-buttons {
	background-color: transparent;
	border: none;
	color: #fff;
	outline: 0;
	min-width: 58px;
	padding: 0;
	cursor: pointer;
	height: 40px;
}
.spinner-buttons svg{
	width: 16px;
	display: block;
	height: 100%;
	margin: auto;
}

.spinner-buttons.minus:before {

}

.number-pages {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.total {
	color: #fff;
	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: 160px;
	height: 100%;
	margin: 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.end-price {
	font-size: 19px;
	font-family: 'Open Sans';
	font-weight: 500
}

/*.end-price:before {*/
/*	content: '$'*/
/*}*/

.button-calc,
.total-block {
	margin-top: 28px
}

.button-calc:after,
.total-block:after {
	display: none
}

.continue {
	background-color: #71dd75;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 4px 1px rgba(39, 60, 117, .08);
	box-shadow: 0 3px 4px 1px rgba(39, 60, 117, .08);
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.continue:hover {
	background-color: #51be98
}

.continue:active,
.continue:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.second-section {
	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;
	height: 640px;
	padding-top: 100px;
	margin-bottom: 100px;
}

.second-section .wrapper {
	width: 1140px;
	height: 464px;
	margin: 0 auto 12px;
	position: relative
}

.second-section .wrapper::-moz-selection {
	background: 0 0
}

.second-section .wrapper::selection {
	background: 0 0
}

.second-section .swiper-button-next,
.second-section .swiper-button-prev {
	background-image: url(../img/svg/arr_big.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 14px;
	height: 24px;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	margin-top: 0;
}

.second-section .swiper-pagination {
	display: none
}

.second-section .swiper-button-prev {
	-webkit-transform: rotate(180deg) translateY(0);
	-ms-transform: rotate(180deg) translateY(0);
	transform: rotate(180deg) translateY(0);
	left: 0
}

.second-section .swiper-container {
	width: 1040px;
	padding: 0 19px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.second-section .swiper-wrapper {
	width: 100%;
	height: 464px;
	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
}

.second-section .swiper-slide {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #71dd75;
	width: 314px;
	height: 340px;
	opacity: 1;
	text-align: center;
	/*margin-left: -1.5px;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	will-change: transform
}

.second-section .swiper-slide .rating {
	width: 122px
}

.second-section .swiper-slide .star {
	width: 18px;
	height: 16px
}

.second-section .swiper-slide-active {
	/*margin-right: 30px!important;*/
	opacity: .75
}

.type-volume {
	color: #323131;
	font-family: 'Open Sans';
	font-size: 18px;
	margin: 14px 0 24px;
	position: relative
}

.type-volume:before {
	content: '('
}

.type-volume:after {
	content: ')'
}

.testimonial-name {
	color: #323131;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	margin: 32px 0 0;
	text-align: center
}

q {
	width: 276px;
	display: block;
	margin: 0 auto 17px;
	max-height: 135px;
	overflow: hidden
}

q.text {
	text-align: center
}

.mark-item,
.number-item,
.text,
blockquote {
	color: #676767;
	line-height: 28px;
	text-align: left
}

time {
	color: #323131;
	font-family: 'Open Sans';
	font-size: 15px
}

.star {
	background-image: url(../img/svg/star.svg);
	width: 16px;
	height: 14px;
	background-size: contain;
	margin: 0
}

.rating {
	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;
	width: 108px;
	margin: 9px auto 0
}

.rating.one .star:last-child,
.rating.one .star:nth-child(2),
.rating.one .star:nth-child(3),
.rating.one .star:nth-child(4) {
	background-image: url(../img/svg/star-empty.svg)
}

.rating.two .star:last-child,
.rating.two .star:nth-child(3),
.rating.two .star:nth-child(4) {
	background-image: url(../img/svg/star-empty.svg)
}

.rating.three .star:last-child,
.rating.three .star:nth-child(4) {
	background-image: url(../img/svg/star-empty.svg)
}

.rating.four .star:last-child {
	background-image: url(../img/svg/star-empty.svg)
}

.all-link {
	color: #12a672;
	display: inline-block;
	font-family: Ubuntu;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s
}

.all-link:hover {
	text-decoration: underline;
	color: #12a672
}

.all-link:hover:after {
	-webkit-filter: grayscale(0) invert(30%);
	filter: grayscale(0) invert(30%)
}

.all-link:active,
.all-link:focus,
.all-link:visited {
	color: #12a672;
	outline: 0
}

.all-link:active:after,
.all-link:focus:after,
.all-link:visited:after {
	-webkit-filter: grayscale(0) invert(30%);
	filter: grayscale(0) invert(30%)
}

.all-link:after {
	content: '';
	background-image: url(../img/svg/arr_big.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 9px;
	height: 12px;
	top: 3px;
	margin-left: 13px
}

.statistic-list {
	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;
	margin-top: 66px
}

.statistic-item {
	width: 182px
}

.statistic-item:nth-child(3) .only-count:after,
.statistic-item:nth-child(4) .only-count:after {
	content: '%';
	font-family: 'Open Sans';
	font-size: 30px
}

.stat-icon {
	width: 49px;
	height: 49px
}

.only-count {
	color: #323131;
	font-family: "Open Sans";
	font-size: 30px;
	margin: 17px 0 19px
}

.statistic-desc {
	color: #323131;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 400
}

.third-section {
	padding-bottom: 77px;
	padding-top: 77px;
}

.faq-caption {
	color: #323131;
	width: 100%
}

.fourth-section {
	background-image: url(../img/background.webp);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 342px;
	padding: 60px 0
}

.fourth-section .wrapper {
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.university-list {
	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%
}

.university-item:nth-child(1) .university-img {
	width: 152px;
	height: 31px
}

.university-item:nth-child(2) .university-img {
	width: 134px;
	height: 39px
}

.university-item:nth-child(3) .university-img {
	width: 114px;
	height: 51px
}

.university-item:nth-child(4) .university-img {
	width: 153px;
	height: 42px
}

.university-item:nth-child(5) .university-img {
	width: 146px;
	height: 40px
}

.color-section {
	color: #fff
}

.color-section .rubric {
	color: #fff
}

.color-section h4 {
	color: #fff
}

.color-section .continue {
	background-color: #fff;
	color: #266dda;
	max-width: 204px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.color-section .continue:hover {
	background-color: #71dd75;
	color: #fff
}

.link-faq {
	color: #273c75;
	font-family: 'Open Sans';
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	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;
	outline: 0;
	min-height: 60px;
	position: relative
}

.link-faq:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 60px;
	background-color: #fff;
	opacity: 0;
	right: 0;
	top: 0;
	opacity: .55;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

#quastion {
	fill: #90dec3;
	-webkit-transition: fill .3s;
	transition: fill .3s
}

.set {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 39px 7px rgba(34, 82, 188, .1);
	box-shadow: 0 1px 39px 7px rgba(34, 82, 188, .1);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	padding: 0 25px 0 75px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.set svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 31px;
	top: 15px;
	left: 18px;
	-webkit-transition: top .3s;
	transition: top .3s
}

.set.active {
	padding-top: 15px
}

.set.active .link-faq:after {
	opacity: 0
}

.set.active svg {
	top: 30px
}

.set.active #quastion {
	fill: #69ca6d
}

.set:not(.active) {
	border: 1px solid #b8ebd9;
	-webkit-box-shadow: none;
	box-shadow: none
}

.set:not(.active) .drop-down {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.content-in {
	color: #676767;
	display: none;
	text-align: left;
	padding: 7px 0 35px
}

.drop-down {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	will-change: transform
}

.five-section {
	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;
	margin-bottom: 29px;
	padding-top: 86px;
	max-width: 100vw;
	overflow: hidden
}

.five-section .rubric {
	margin-bottom: 62px
}

.six-section {
	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;
	padding: 33px 0 60px
}

.six-section .wrapper {
	position: relative
}

.six-section .rubric {
	/*max-width: 565px;*/
	width: 565px;
	margin: 0 auto;
	line-height: 37px
}

.six-section .wrapper {
	padding-top: 55px
}

.toggle-text {
	background: 0 0;
	border: none;
	outline: 0
}

.toggle-text:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: middle;
	width: 18px;
	height: 16px;
	margin-top: 7px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.active+.toggle-text:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	margin-top: -13px
}

article.text {
	overflow: hidden;
	text-align: justify;
	margin-bottom: 50px;
	-webkit-transition: max-height .3s;
	transition: max-height .3s
}
body.home_body article.text,
body.default.not-margin article.text{
	/* max-height: 675px;
	overflow-y: scroll;  */
	padding-right: 24px;
	height: 675px;
	overflow: auto;
	position: relative;
}

@media (max-width: 1085px){
	body article.text{
		max-height: 700px;
	}
}

@media (max-width: 767px){
	body article.text{
		max-height: 340px;
	}
}

/* width */
body article.text::-webkit-scrollbar {
	width: 10px;
}

/* Track */
body article.text::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
body article.text::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
body article.text::-webkit-scrollbar-thumb:hover {
	background: #555;
}




article.text.active {
	max-height: 5000px
}

.seek-info {
	height: 244px
}

.seek-info .rubric {
	margin-bottom: 38px
}

.seek-info .wrapper {
	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: 950px
}

.seek-info .pay-systems {
	width: 416px
}

.big-pay-icons {
	width: 44px;
	height: 35px
}

.cta-section,
.seek-info {
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.cta-section {
	background-size: 100% 102%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 94px 0 88px;
	height: 405px
}

.cta-section .rubric {
	text-align: center;
	margin-bottom: 0
}

.cta-description {
	max-width: 630px;
	line-height: 30px;
	margin: 0 auto 7px;
	text-align: center
}

.cta-form {
	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: 440px
}

.cta-form .in-wrap {
	margin-bottom: 0;
	width: 204px
}

.cta-form .continue {
	background-color: #fff;
	color: #266dda;
	max-width: 204px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.cta-form .continue:hover {
	background-color: #71dd75;
	color: #fff
}

.cta-form .lists-point {
	font-weight: 400
}

.with-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 18px;
	padding-bottom: 50px
}

.with-sidebar .seek-info {
	background: #266dda;
	height: 242px
}

.with-sidebar .seek-info .wrapper {
	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
}

.left-section {
	width: 100%;
	padding-right: 50px;
	text-align: left
}

.left-section .text {
	margin-bottom: 31px
}

.left-section .cta-section {
	background: #266dda;
	height: 350px
}

.sidebar-sticky{
	position: sticky;
	top: 130px;
}
.sidebar {
	width: 270px;
	margin-top: 40px;
	margin-top: -2px
}

.sidebar .claculate-paper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 33px 21px
}

.sidebar .block-caption {
	color: #323131;
	font-size: 18px;
	text-align: center;
	margin-bottom: 24px
}

.sidebar .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 328px
}

.sidebar .swiper-slide {
	border: none;
	height: auto;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.sidebar .testimonial-name {
	margin: 0
}

.sidebar .swiper-container {
	padding: 0;
	padding: 28px 31px
}

.sidebar .swiper-slide-active {
	margin-right: 70px!important;
	opacity: 1
}

.sidebar .swiper-slide-next {
	padding: 0
}

.sidebar q {
	width: 100%;
	max-height: 194px;
	line-height: 24px
}

.sidebar .testimonial-name {
	color: #323131;
	font-size: 18px
}

.sidebar .type-volume {
	color: #323131;
	margin: 9px 0 18px;
	font-size: 16px
}

.sidebar .all-link {
	margin-top: -3px
}

.sidebar .all-link:after {
	display: none
}

.sidebar>div>div {
	-webkit-box-shadow: 0 1px 39.1px 6.9px rgba(34, 82, 188, .1);
	box-shadow: 0 1px 39.1px 6.9px rgba(34, 82, 188, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 270px;
	margin-bottom: 39px;
	padding: 33px 41px
}

.sidebar>div>div:last-child {
	margin-bottom: 50px
}

.sidebar .calculator {
	padding-top: 0;
	border: none;
	height: auto
}

.sidebar .calculator-form {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar .calculator-form label {
	display: none
}

.sidebar .in-wrap:after {
	color: #357eed;
	right: 13px
}

.sidebar .in-wrap select {
	border: 1px solid #b6c8db;
	background-color: #fff;
	color: #000;
	padding-left: 13px
}

.sidebar .in-wrap select:focus::-ms-value {
	color: #000;
	background-color: transparent;
}

.sidebar .in-wrap.total-block {
	min-height: inherit;
	margin: 0
}

.sidebar .button-calc {
	margin: 16px 0 0
}

.sidebar .spinner-buttons {
	color: #86b2f4
}

.sidebar .number-pages {
	color: #000
}

.sidebar .number-spinner {
	background-color: #fff;
	border: 1px solid #b6c8db;
	width: 100%
}

.sidebar .total {
	color: #000;
	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;
	width: 100%;
	margin: 0 auto
}

.sidebar .end-price {
	color: #59bb5d;
	font-weight: 700;
	font-size: 18px;
	margin-left: 28px
}

.big-bold {
	color: #323131;
	font-weight: 700;
	text-transform: uppercase
}

.includes-list {
	text-align: left;
	padding-left: 6px
}

.includes-item {
	color: #363535;
	line-height: 23px;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative
}

.includes-item:before {
	content: '';
	position: absolute;
	background-image: url(../img/svg/star.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	left: 0;
	top: 5px
}

.order-content {
	min-height: 100vh;
	overflow: hidden;
	margin-bottom: 200px;
}

.pagination {
	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;
	max-width: 212px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 40px
}

.pagintaion-item {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
	color: #357eed;
	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;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}
.pagintaion-item a{
	color: #357eed;
	text-decoration: none;
	width: 100% !important;
	text-align: center;
	height: 100%;
	line-height: 30px;
}
.pagination button a{
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
}
.pagination button{
	padding: 0;
}
.pagintaion-item.active a,
.pagintaion-item:hover a {
	color: #fff
}
.pagintaion-item.active,
.pagintaion-item:hover {
	background-color: #357eed;
	color: #fff
}

.pagintaion-item:nth-child(5):before {
	content: '...';
	width: 100%
}

.pagintaion-item:nth-child(5):hover {
	background-color: transparent;
	color: #228dce
}

.pagination-list {
	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;
	overflow: hidden;
	font-family: 'Open Sans';
	font-size: 18px
}

button[class|=pagination] {
	background-color: transparent;
	border: none;
	outline: 0;
	cursor: pointer
}

.pagination-prev {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pagination-next {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

footer {
	background-color: #4d5569;
	padding: 40px 0 39px;
}

footer .wrapper {
	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 .logo {
	background-image: url(../img/svg/homework_logo_foot.svg);
	background-size: auto 100%;
	background-position: left center;
	display: block;
	width: 154px;
	height: 17px;
	margin-bottom: 14px
}

.bottom-nav {
	color: #fff;
	font-weight: 600;
	text-decoration: none
}

.bottom-nav:hover {
	text-decoration: underline
}

.first-column {
	max-width: 310px;
	margin-right: 25px
}

.second-column {
	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: 580px
}

.second-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;
	max-width: 310px
}

.pay-systems {
	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;
	width: 263px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.copyright {
	color: #c6c6c6;
	text-align: left;
	font-size: 14px;
	/*line-height: 30px;*/
	line-height: normal;
	max-width: 215px;
	margin: 0
}
.copyright img{
	margin-top: 22px;
}
@media(max-width: 767px){
	.copyright img{
		margin-top: 0;
	}
}

.copyright .dekstop-visible {
	display: block
}

.text-pages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 520px;
	min-width: 470px;
	height: 210px
}

.text-list:nth-child(1) .text-link,
.text-list:nth-child(2) .text-link,
.text-list:nth-child(3) .text-link,
.text-list:nth-child(4) .text-link,
.text-list:nth-child(5) .text-link,
.text-list:nth-child(6) .text-link {
	color: #ececec
}

.text-link {
	color: #c6c6c6;
	text-align: left;
	font-size: 14px;
	/*line-height: 30px;*/
	line-height: normal;
	display: block;
	text-decoration: none
}

.text-link:hover {
	text-decoration: underline
}

select[name=select_pages] {
	background: 0 0;
	border: none;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #7e8a9c;
	line-height: 28px;
	padding-left: 15px
}

.mail,
.tel {
	color: #fff;
	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;
	text-decoration: none;
	margin-bottom: 11px;
	font-size: 14px;
	font-weight: 300
}

.mail svg,
.tel svg {
	width: 17px;
	height: 14px;
	margin-right: 9px
}

.text-list {
	width: 33%
}

.order-footer .text-list {
	width: 50%
}

.order-footer .text-pages {
	width: 440px;
	height: 90px
}

.seek-text .five-section {
	padding-top: 0
}

.seek-text .five-section .wrapper:after,
.seek-text .six-section .wrapper:before {
	display: none
}

.seek-text .six-section {
	padding-top: 80px
}

.samples-list {
	font-family: 'Open sans';
	font-weight: 600;
	line-height: 34px;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 104px
}

.sample-item {
	color: #676767;
}


.samples-list_3 .sample-item {
	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;
	max-width:120px;
}

.type-sample {
	color: #273c75;
	display: inline-block;
	width: 154px
}

.pdf-desc {
	text-transform: capitalize;
	line-height: 26px;
	color: #12a672;
	position: relative
}

.pdf-desc:after {
	content: '';
	background-image: url(../img/svg/arr_up.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	top: 9px;
	right: -18px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	transition: all .3s
}

.sample-card {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b6c8db;
	display: block;
	padding: 40px;
	text-decoration: none;
	margin-bottom: 30px;
	-webkit-transition: border-color .3s, -webkit-box-shadow .3s;
	transition: border-color .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border-color .3s;
	transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s
}

.sample-card .block-caption {
	color: #323131;
	-webkit-transition: color .3s;
	transition: color .3s
}

.sample-card:hover {
	-webkit-box-shadow: 0 1px 39.1px 6.9px rgba(43, 50, 178, .1);
	box-shadow: 0 1px 39.1px 6.9px rgba(43, 50, 178, .1);
	border-color: transparent
}

.sample-card:hover .block-caption {
	color: #12a672
}

.sample-card:hover .pdf-desc:after {
	width: 15px;
	height: 9px;
	right: -33px
}

.testimonial {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b6c8db;
	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;
	padding: 0 30px 30px;
	margin-bottom: 40px
}

.testimonial .testimonial-name {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-align: left
}

.testimonial .rating {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 17px 0 15px
}

.testimonial .text {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin-bottom: 10px;
	text-align: left
}

.testimonial time {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.error-text {
	width: 627px;
	margin: 0 auto 52px;
	text-align: center
}

.error-caption {
	margin: 55px 0 24px;
	text-align: center
}

.error-caption+.rubric {
	color: #323131;
	height: 30px;
	text-align: center
}

.button-block {
	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;
	width: 360px;
	margin: 0 auto 60px
}

.button-block .continue {
	max-width: 164px
}

.continue.empty {
	background-color: #fff;
	border: 2px solid #71dd75;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #71dd75;
	line-height: 38px
}
/*
.check-list {
	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;
	line-height: 44px;
	margin: -24px 0 24px
} */

.check-item:before {
	background-image: url(../img/svg/check.svg);
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 19px;
	height: 14px;
	margin-right: 17px
}

.divTable {
	display: table;
	width: 100%
}

.divTableHeading {
	display: table-header-group
}

.divTableCell,
.divTableHead {
	display: table-cell;
	padding: 3px 10px;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s
}

.table-head .divTableCell {
	color: #fff;
	font-weight: 700;
	font-family: Ubuntu;
	font-size: 14px
}

.divTableFoot {
	background-color: #eee;
	display: table-footer-group;
	font-weight: 700
}

.divTableBody {
	display: table-row-group
}

.divTableRow:nth-child(2n+3) {
	background-color: #ebf8ff
}

.divTableCell {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #273c75;
	text-decoration: none;
	text-align: center;
	width: 15%;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	will-change: transform
}

.divTableCell:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.divTableCell:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.left-cell {
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-family: Ubuntu;
	-webkit-transition: border .3s, color .3s;
	transition: border .3s, color .3s
}

.divTableRow {
	display: table-row;
	line-height: 34px;
	-webkit-transition: background-color .2s, -webkit-box-shadow .3s;
	transition: background-color .2s, -webkit-box-shadow .3s;
	transition: background-color .2s, box-shadow .3s;
	transition: background-color .2s, box-shadow .3s, -webkit-box-shadow .3s
}

.divTableRow:hover .left-cell {
	border-color: #71dd75;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #71dd75
}

.divTableBody .table-head {
	background-color: #228dce;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px
}

.divTableRow:not(.table-head) .divTableCell:not(.left-cell):hover {
	-webkit-box-shadow: 0 0 6.65px .35px rgba(3, 105, 97, .35);
	box-shadow: 0 0 6.65px .35px rgba(3, 105, 97, .35);
	background: #71dd75;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.notation {
	color: #676767;
	text-align: right;
	font-weight: 100;
	color: #273c75;
	font-family: Ubuntu;
	margin-bottom: 36px;
	margin-top: 0;
	font-size: 12px
}

@media (max-width:1139px) {
	.link-line {
		position: relative
	}
	.content-body {
		min-height: -webkit-calc(100vh - 305px);
		min-height: calc(100vh - 305px)
	}
	.dekstop-visible {
		display: none!important
	}
	.second-section {
		height: auto
	}
	.stat-icon {
		width: 32px;
		height: 32px
	}
	.only-count {
		font-size: 32px
	}
	.sidebar {
		display: none
	}
	.picture-first {
		display: none
	}
	.main-caption {
		font-size: 36px;
		margin: 0
	}
	.first-description {
		font-size: 18px;
		margin-bottom: 62px
	}
	.padding-true {
		padding-top: 238px
	}
	.first-section {
		height: 724px
	}
	.calculator {
		margin: 0 auto
	}
	.second-section {
		padding-top: 66px
	}
	.second-section .swiper-slide {
		border: none;
		-webkit-box-shadow: 0 1px 39px 7px rgba(43, 50, 178, .1);
		box-shadow: 0 1px 39px 7px rgba(43, 50, 178, .1);
		height: auto!important;
		padding-bottom: 30px;
		opacity: 0
	}
	.second-section .swiper-slide q {
		width: 298px
	}
	.second-section .swiper-slide-active {
		opacity: 1
	}
	.third-section {
		padding-top: 64px
	}
	.statistic-list {
		margin-top: 28px
	}
	.fourth-section .rubric {
		max-width: 600px;
		text-align: center
	}
	.university-list {
		margin-bottom: 3px
	}
	.five-section {
		padding-top: 68px
	}
	.five-section:after {
		display: none
	}
	.five-section .rubric {
		margin-bottom: 59px
	}
	.set {
		margin-bottom: 20px
	}
	.six-section:before {
		display: none
	}
	.six-section .wrapper {
		padding-top: 32px
	}
	article.text {
		margin-bottom: 30px
	}
	.cta {
		padding: 67px 0 75px;
		height: 370px
	}
	.text-link {
		padding-right: 0
	}
	.text-pages {
		width: 400px;
		margin-top: -1px;
		overflow: hidden
	}
	.bottom-nav {
		font-weight: 400
	}
	.second-column {
		width: 430px
	}
	footer {
		padding: 47px 0 27px
	}
	.left-section {
		padding-right: 0
	}
	.with-sidebar {
		padding-top: 0
	}
	.pagination {
		margin: 50px auto 30px
	}
	.blog-item {
		margin-bottom: 41px
	}
	.blog-item:nth-last-child(1),
	.blog-item:nth-last-child(2) {
		/* margin-bottom: 0 */
	}
	.text .seek-info {
		padding: 0;
		margin: 52px -20px;
		width: 100vw
	}
}

@media only screen and (min-width:768px) and (max-width:1139px) {
	.first-description,
	.main-caption {
		text-align: center
	}
	.first-section {
		background: #357eed;
		height: auto;
		padding-bottom: 50px
	}
	.first-description {
		line-height: 28px;
		margin-bottom: 50px
	}
	.coupon {
		padding-bottom: 1px
	}
	header .logo {
		background-size: contain;
		width: 137px;
		height: 18px
	}
	.big-text {
		line-height: 36px
	}
	.nav-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	nav {
		width: -webkit-calc(100% - 193px);
		width: calc(100% - 193px)
	}
	.nav-link {
		margin-left: 9px
	}
	.padding-true {
		padding-top: 166px
	}
	.wrapper {
		width: -webkit-calc(100vw - 40px)!important;
		width: calc(100vw - 40px)!important
	}
	.second-section .swiper-container {
		width: 568px;
		padding: 0 42px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}
	.second-section .swiper-wrapper {
		height: 357px
	}
	.second-section .swiper-slide {
		width: 568px
	}
	.second-section .swiper-slide q {
		width: 470px;
		max-height: 80px
	}
	.second-section .wrapper {
		width: 680px!important;
		height: 356px;
		margin: 0 auto 10px
	}
	.end-price {
		font-size: 24px
	}
	.rating {
		margin: 13px auto 0
	}
	.cta-section {
		padding: 44px 0 45px;
		height: 280px
	}
	.color-section {
		background: #266dda
	}
	.university-img {
		max-width: 110px;
		height: auto!important
	}
	.fourth-section {
		padding: 44px 0 45px
	}
	.university-list {
		margin-bottom: 28px
	}
	.set:last-child {
		margin-bottom: 30px
	}
	.first-column {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 46px
	}
	.check-list {
		line-height: 37px;
		margin: -24px 0 37px
	}
	.notation {
		margin-bottom: 40px
	}
	.with-sidebar {
		padding-bottom: 30px
	}
	.seek-info .wrapper {
		max-width: 950px
	}
	.fourth-section .rubric {
		line-height: 42px
	}
	footer {
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 56px 0 175px
	}
	.text-pages {
		/*height: 184px;*/
		/*-webkit-box-orient: vertical;*/
		/*-webkit-box-direction: normal;*/
		/*-webkit-flex-direction: column;*/
		/*-ms-flex-direction: column;*/
		/*flex-direction: column*/
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-width: 400px;
		height: auto;
	}
	.text-list{
		width: 49%;
		margin-bottom: 5px;
	}

	.copyright {
		position: absolute;
		bottom: 33px
	}
	.only-count {
		max-height: 24px
	}
	.first-block {
		margin: 0 auto
	}
	.coupon .wrapper {
		line-height: 35px
	}
}

@media screen and (orientation:landscape) and (max-width:1139px) {
	.second-column {
		width: 475px
	}
}

@media (max-width:767px) {
	.zopim{
		bottom: 0 !important;
		top: inherit !important;
		position: fixed !important;
	}
	.with-sidebar .cta-section {
		display: none
	}
	.button-block {
		width: 100%
	}
	.only-count {
		color: transparent !important;
		margin-right: 0;
		letter-spacing: -9999px;
	}
	.only-count:before {
		content: attr(data-count);
		color: #228fcf;
		letter-spacing: 1px;
	}

	.only-count:after {
		color: #000;
	}
	.statistic-item:nth-child(3) .only-count {
		margin-right: -4px
	}
	.statistic-item:nth-child(3) .only-count:after {
		display: none
	}
	.statistic-item:nth-child(4) .only-count {
		margin-right: -4px
	}
	.statistic-item:nth-child(5) .only-count:after {
		content: '%';
		font-family: 'Open Sans';
		font-size: 30px
	}

	.content-body {
		min-height: -webkit-calc(100vh - 288px);
		min-height: calc(100vh - 288px)
	}

	.mobile-hidden {
		display: none
	}
	header {
		position: fixed;
		-webkit-box-shadow: 0 0 4px 2px rgba(172, 171, 169, .2);
		box-shadow: 0 0 4px 2px rgba(172, 171, 169, .2)
	}
	.text {
		line-height: 24px
	}
	.rubric {
		font-size: 24px
	}
	.wrapper {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px)
	}
	.wrapper .rubric {
		margin-bottom: 0
	}
	.coupon {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 33px;
		font-size: 14px
	}
	.coupon .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		height: 100%;
		line-height: 32px
	}
	.lath {
		-webkit-border-radius: 15%;
		border-radius: 15%
	}
	.close-coupon-icon {
		width: 13px;
		height: 13px
	}
	.close-coupon {
		right: 4px;
		top: 18px
	}
	nav {
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		width: 320px;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
		min-height: 340px;
		-webkit-transform: translate(325px);
		-ms-transform: translate(325px);
		transform: translate(325px);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s
	}
	nav .border-near,
	nav .nav-link.order {
		-webkit-box-shadow: none;
		box-shadow: none;
		width: auto;
		margin-left: 0;
		text-transform: capitalize
	}
	.nav-link.antiman {
		width: auto;
		height: 18px;
		font-weight: 700;
		text-transform: capitalize
	}
	header {
		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: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	header.fixed {
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 110px
	}
	/*header.fixed .logo {
		background-position: -9px -6px;
		background-size: 81px;
		width: 63px
	}*/
	header.fixed .coupon {
		height: auto
	}
	header.fixed .personal {
		margin-top: 189px;
		height: auto
	}
	header.fixed .link-line {
		height: 43px
	}
	header.active-menu {
		height: 100px;
		z-index: 5
	}
	header nav{
		display: none;
	}
	header.active-menu nav {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		padding-top: 20px;
		display: block;
		width: 100%;
		height: 100vh;
	}
	header .close-menu-button{
		display: none;
	}
	header.active-menu .close-menu-button {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		display: block;
	}
	.add-margin .padding-true {
		padding-top: 73px
	}
	.add-margin.fixed {
		margin-top: -43px
	}
	.add-margin nav {
		margin-top: 0
	}
	.add-margin .personal {
		margin-top: 237px
	}
	.add-margin header.fixed .personal {
		margin-top: 259px
	}
	.menu-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0
	}
	.logo {
		background-position: 0 0;
		width: 360px;
		height: 18px;
		background-size: contain
	}
	.link-line {
		width: 100%;
		height: 43px
	}
	.main-caption {
		font-size: 24px;
		line-height: 36px;
		text-align: center
	}
	.login:before {
		display: none
	}
	.nav-item {
		width: 100%;
		max-height: 40px
	}
	.nav-link {
		color: #323131!important;
		display: block;
		font-weight: 500;
		text-align: center;
		margin: 0
	}
	.nav-link.after {
		z-index: -1
	}
	.nav-link.active:after {
		border-color: #273c75
	}
	.nav-link.login,
	.nav-link.order {
		background-color: transparent;
		border: none;
		width: 100%
	}
	.nav-link.login .before-icon,
	.nav-link.order .before-icon {
		display: none
	}
	.nav-link.mail,
	.nav-link.tel {
		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;
		font-size: 16px;
		font-weight: 500
	}
	.nav-link.mail #mail-path,
	.nav-link.mail #phone-path,
	.nav-link.tel #mail-path,
	.nav-link.tel #phone-path {
		fill: #357eed
	}
	.nav-link.mail {
		font-size: 14px
	}
	.nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		line-height: 42px;
		text-align: left;
		padding: 87px 34px 80px
	}
	.dekstop-hidden {
		display: block
	}
	.login,
	.mail,
	.tel {
		color: #273c75;
		font-size: 16px;
		font-weight: 500;
		width: 100%
	}
	.login {
		width: auto
	}
	.close-menu-button {
		background-color: transparent;
		border: none;
		display: block;
		outline: 0;
		padding: 0;
		position: absolute;
		top: 10px;
		right: 10px;
		-webkit-transform: translate(100vw);
		-ms-transform: translate(100vw);
		transform: translate(100vw);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		z-index: 1
	}
	.close-menu {
		width: 100%;
		height: 100%
	}
	.padding-true {
		padding-top: 90px
	}
	.padding-true.first-section {
		padding-top: 110px
	}
	.first-description {
		display: none
	}
	.rubric {
		color: #323131
	}
	.first-section {
		background: #357eed;
		height: auto;
	}
	.first-section .block-caption {
		color: #fff
	}
	.first-block {
		margin: 0 auto
	}
	.in-wrap {
		width: 100%;
		margin-bottom: 15px
	}
	.calculator {
		width: 270px;
		height: auto;
		padding: 12px 6px 40px
	}
	.calculator .border-near {
		margin: 0 auto
	}
	.calculator label {
		display: none
	}
	.main-caption {
		margin: 0 0 33px 0
	}
	.block-caption {
		font-size: 18px;
		text-align: center
	}
	.number-spinner {
		width: 100%;
		margin: 0 auto 20px
	}
	.total {
		margin: 0 auto;
		height: auto
	}
	.button-calc {
		margin: 0
	}
	.total-block {
		margin: 0
	}
	.number-spinner {
		margin-bottom: 0
	}
	.second-section {
		border-bottom: 1px solid #b6c8db;
		padding-top: 58px;
		padding-bottom: 54px
	}
	.second-section .rubric {
		margin-bottom: 10px
	}
	.second-section .wrapper {
		width: 100%;
		height: auto;
		margin-bottom: 12px
	}
	.second-section [class|=swiper-button] {
		display: none
	}
	.second-section .swiper-pagination {
		display: block;
		margin-top: 20px
	}
	.second-section .swiper-container {
		width: 100%;
		padding-top: 15px
	}
	.second-section .swiper-slide q {
		width: 254px
	}
	.second-section .swiper-wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 360px;
		padding-top: 9px
	}
	.why-section {
		border-bottom: 1px solid #b6c8db;
		padding-top: 57px
	}
	.why-section .wrapper {
		padding-top: 7px
	}
	.why-wrapper {
		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;
		padding-bottom: 37px
	}
	.why-card {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
		margin-bottom: 17px;
		padding-left: 55px;
		position: relative
	}
	.why-icon {
		width: 30px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.why-caption,
	.why-description {
		width: 100%;
		margin: 0;
		text-align: left
	}
	.testimonial-name {
		margin: 23px 0 0;
		font-size: 22px
	}
	.type-volume {
		margin: 6px 0 16px;
		font-size: 16px
	}
	q.text {
		line-height: 24px;
		margin: 0 auto 20px;
		width: auto;
		padding: 0 15px;
		max-height: 142px
	}
	.rating {
		width: 120px
	}
	.star {
		width: 18px;
		height: 16px
	}
	.third-section {
		padding: 58px 0 26px
	}
	.third-section .rubric {
		margin-bottom: 30px
	}
	.only-count,
	.statistic-desc {
		color: #323131;
		font-weight: 400
	}
	.only-count:before,
	.statistic-desc:before {
		color: #323131
	}
	.statistic-list {
		margin-top: 2px
	}
	.university-list {
		display: none
	}
	.statistic-item {
		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
	}
	.statistic-desc {
		margin-top: -7px
	}
	.cta-form .in-wrap {
		display: none
	}
	.fourth-section {
		background: #266dda;
		height: auto;
		padding: 30px 0 49px
	}
	.fourth-section .rubric {
		line-height: 36px;
		font-size: 24px;
		max-width: 286px;
		margin-bottom: 28px
	}
	.five-section {
		border-bottom: 1px solid #b6c8db;
		padding-top: 58px;
		padding-bottom: 53px
	}
	.five-section .rubric {
		margin-bottom: 40px
	}
	.link-faq {
		font-size: 16px
	}
	.content-in {
		font-size: 15px;
		line-height: 24px
	}
	.set {
		padding: 0 10px 0 54px
	}
	.set svg {
		width: 28px;
		top: 9px
	}
	.set.active svg {
		top: 16px
	}
	.link-faq {
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		min-height: 48px
	}
	.drop-down {
		margin-top: 14px
	}
	.set.active .drop-down {
		margin-top: 13px
	}
	dt {
		color: #000;
		padding: 4px 0;
		min-height: 40px;
		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-right: 5px
	}
	.all-link {
		font-size: 16px
	}
	.six-section {
		padding: 7px 0 60px;
		padding-bottom: 55px
	}
	.six-section .rubric {
		max-width: -webkit-calc(100vw - 20px);
		max-width: calc(100vw - 20px)
	}
	.six-section .wrapper {
		padding-top: 15px
	}
	article.text {
		line-height: 24px;
		max-height: 125px;
		margin-bottom: 12px
	}
	.cta-description {
		margin: 0 auto 14px
	}
	.cta-section {
		background: #266dda;
		padding: 42px 0 50px;
		height: auto
	}
	.cta-section .rubric {
		margin-bottom: 0
	}
	.cta-form {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.cta-form .dropdown-list {
		display: none
	}
	.second-column {
		display: none
	}
	.second-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.text-pages {
		width: 100%;
		height: auto;
		display: none;
		margin-top: 0;
		margin-bottom: 19px
	}
	.first-column {
		width: 100%;
		margin: 0 auto
	}
	.copyright {
		text-align: center;
		font-size: 12px;
		line-height: 17px;
		max-width: 300px;
		margin: 18px auto
	}
	.pay-systems {
		margin-bottom: 18px;
		margin: 17px auto 0
	}
	.mobile-visible {
		display: block
	}
	footer {
		height: auto;
		padding: 64px 0 19px
	}
	footer .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	footer .mobile-visible {
		position: relative
	}
	footer .logo {
		margin: 0 auto 27px
	}
	.mail,
	.tel {
		color: #fff;
		display: inline-block;
		text-align: center;
		font-size: 14px;
		font-weight: 300
	}
	.mail svg,
	.tel svg {
		width: 14px;
		height: 11px
	}
	.select-link {
		border: 1px solid #7e8a9c;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
		max-width: 480px;
		height: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 12px;
		position: absolute;
		top: -3px;
		left: 50%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.select-link:after {
		position: absolute;
		content: '';
		background: url(../img/svg/icon_arrow_gray.svg);
		background-repeat: no-repeat;
		width: 12px;
		height: 15px;
		background-size: contain;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 9px;
		right: 15px
	}
	.cta-description {
		max-width: 500px;
		padding: 0 15px
	}
	.check-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.with-sidebar {
		padding: 0 0 20px
	}
	.with-sidebar .cta-section {
		height: 340px
	}
	.check-list {
		line-height: 30px;
		margin: -24px 0 28px
	}
	.table-head .divTableCell {
		font-size: 10px
	}
	.divTableCell.left-cell {
		font-size: 12px
	}
	.divTableCell {
		font-size: 14px;
		padding: 0
	}
	.notation {
		margin-bottom: 30px
	}
	.testimonial q.text {
		padding: 0
	}
	.samples-list {
		max-height: inherit;
		width: 90%;
		margin: 0 auto
	}
	.sample-card {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sample-card:first-child {
		margin-top: 23px
	}
	.error-text {
		width: -webkit-calc(100vw - 20px);
		width: calc(100vw - 20px);
		margin-top: 20px
	}
	.button-block {
		margin-bottom: 40px;
		height: 90px;
		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-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
	}
	.button-block .border-near {
		margin-left: 0
	}
	h1 {
		font-size: 24px;
		line-height: 42px
	}
	h2 {
		font-size: 22px;
		line-height: 35px;
		margin: 40px 0 25px
	}
	h3 {
		font-size: 20px
	}
	h4 {
		margin: 30px 0
	}
	blockquote {
		width: 100%;
		line-height: 26px
	}
	.seek-info {
		height: 300px
	}
	.seek-info .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: -webkit-calc(100vw - 20px);
		width: calc(100vw - 20px)
	}
	.seek-info .rubric {
		text-align: center;
		margin-bottom: 40px;
		width: 100%
	}
	.seek-info .pay-systems {
		width: 100%;
		max-width: 416px
	}
	.seek-text .five-section {
		padding-top: 40px
	}
	.ones-column {
		margin-bottom: 40px;
		width: 100%
	}
	.color-section .border-near {
		margin-left: 0
	}
	.color-section .rubric {
		color: #fff;
		line-height: 35px;

	}
	.breadcrums-list {
		margin-top: 111px
	}
	.wrapper+.content .padding-true {
		padding-top: 189px
	}
	.bottom-post {
		padding: 29px 21px 46px
	}
	.bottom-post .block-caption {
		margin-bottom: 7px
	}
	.sumscribe-top {
		background-size: cover;
		width: 238px
	}
	.blog-item:nth-last-child(2) {
		margin-bottom: 41px
	}
	.blog-list {
		margin-top: 39px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.sumscribe-item {
		padding: 15px 30px
	}
	.wrapper+.content .rubric {
		line-height: 36px
	}
	.text .seek-info {
		margin: 52px -10px;
		padding: 40px 0
	}
	.text .seek-info .wrapper {
		width: -webkit-calc(100vw - 20px);
		width: calc(100vw - 20px)
	}
	.mibile-visible {
		display: block
	}
}

@media (max-width:400px) {
	.coupon .antiman {
		margin: 0 auto
	}
	header .personal {
		margin-top: 167px
	}
	.add-margin .padding-true {
		padding-top: 73px
	}
	.add-margin.fixed {
		margin-top: -67px
	}
	.add-margin nav {
		margin-top: 0
	}
	.add-margin .personal {
		margin-top: 237px
	}
	.add-margin header.fixed .personal {
		margin-top: 259px
	}
	.breadcrums-list {
		margin-top: 88px
	}
	.wrapper+.content .padding-true {
		padding-top: 124px
	}
}
@media (max-width: 767px){
	.overlay {
		z-index: 140;
	}
	header.active-menu{
		/*z-index: 160;*/
		z-index: 16000002;
	}
	body,
	html {
		overflow-x: hidden;
	}
}

@media screen and (orientation:landscape) and (max-width:767px) {
	.padding-true {
		padding-top: 80px
	}
	.overlay {
		right: 320px;
		top: 33px;
		z-index: 120;
	}
	nav {
		overflow-y: scroll!important
	}
	.nav-list {
		padding: 0 30px 55px;
		line-height: 34px
	}
	.calculator {
		width: 320px
	}
	.first-section {
		/* height: 550px */
	}
	header.fixed .personal {
		margin-top: 130px;
		height: 100vh
	}
	.add-margin header.fixed .personal {
		margin-top: 173px;
		height: 100vh
	}
	.add-margin .personal {
		margin-top: 161px;
		height: 100vh
	}
	.first-column {
		margin: 0 auto
	}
	.login {
		margin-bottom: 9px
	}
	.cta-section {
		/* height: 295px */
	}
	.samples-list {

	}
	.sample-item {
		font-size: 14px
	}

	.type-sample {
		width: 124px
	}
	.error-caption {
		margin-top: 0
	}
	.button-block {
		-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;
		max-width: 360px;
		margin: 0 auto 20px
	}
	.error-text {
		margin-bottom: 5px
	}
	.blog-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.blog-item {
		width: 48%
	}
	.blog-item:nth-last-child(2) {
		margin-bottom: 0
	}
	.statistic-item:nth-child(3) .only-count:after,
	.statistic-item:nth-child(4) .only-count:after {
		margin-left: 0
	}
}

@media (min-width:1140px) {
	.cta-section {
		position: relative;
		z-index: 3
	}
	.nav-link:hover:after {
		border: 2px solid #fff;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		-webkit-box-shadow: 0 1px 4px 1px rgba(43, 50, 178, .38);
		box-shadow: 0 1px 4px 1px rgba(43, 50, 178, .38);
		padding: 4px 10px;
		border-radius: 30px;
		width: 100%;
		height: 100%;
		top: -5px;
		left: -12px
	}
	.second-section .swiper-slide-next {
		border: none;
		-webkit-box-shadow: 0 1px 39px 7px rgba(43, 50, 178, .1);
		box-shadow: 0 1px 39px 7px rgba(43, 50, 178, .1);
		opacity: 1;
		padding: 22px 15px;
		/*margin-right: 30px!important*/
	}
	.second-section .swiper-slide-next+.swiper-slide {
		opacity: .75
	}
	.login.nav-link {
		margin-top: -2px
	}
	.border-near:hover {
		background: -webkit-gradient(linear, left top, right top, from(#29db99), to(#1dc8cd));
		background: -webkit-linear-gradient(left, #29db99, #1dc8cd);
		background: linear-gradient(to right, #29db99, #1dc8cd)
	}
	.border-near:hover .antiman {
		background: -webkit-gradient(linear, left top, right top, from(#29db99), to(#1dc8cd));
		background: -webkit-linear-gradient(left, #29db99, #1dc8cd);
		background: linear-gradient(to right, #29db99, #1dc8cd);
		color: #fff
	}
	.border-near:hover .antiman:before {
		border-color: transparent;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	.border-near:hover .antiman:after {
		opacity: 0;
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1)
	}
	.sumscribe-item .border-near:hover .antiman {
		background: #fff
	}
	.sumscribe-item .border-near:hover .continue {
		color: #273c75
	}
}

@media (min-width:940px) {
	.blog-item {
		max-width: 32%
	}
}

@media (min-width:768px) {
	.order-footer .text-pages li:nth-child(n+6) {

	}
	.fixed .login:hover:after {
		height: 50%;
		top: 1px
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.samples-list {
		height: 104px
	}
	.link-faq {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 17px
	}
}

@-moz-document url-prefix() {
	.pagintaion-item:nth-child(5):before {
		content: '...';
		width: 100%;
		margin-left: -5px
	}
}
#main-order-form{
	margin-bottom: 350px;
}

#main-order-form #order-form .tabs-wrapper .tabs li.active{
	background-image: url(/img/steps_order_form.png);
}
@media (max-width: 768px){
	#main-order-form #order-form .tabs-wrapper .active{
		background-color: #266dda
	}
}
#main-order-form #order-form .steps-wrapper .custom-button,
#main-order-form #order-form .steps-wrapper .custom-button-second-step,
#main-order-form #order-form .steps-wrapper .custom-button-third-step,
#main-order-form #order-form .steps-wrapper .promo-code .promo-code-value button,
.modal .modal-file-upload .modal-content .modal-footer .green-btn{
	background-image: none !important;
	background-color: #71dd75;
	border-color: #71dd75 !important;
}
#main-order-form{
	text-align: left;
}
.modal .modal-file-upload .modal-content .modal-header{
	background-color: #266dda;
}
.modal .modal-file-upload .modal-content .modal-body .wrap-select-file{
	line-height: 20px;
}
body.order_page header{
	position: absolute;
	z-index: 300;
}
h1.customer-form-title{
	text-align: center;
}


img.popup__discount__logo {
	position: absolute;
	left: -100px;
	width: 100px;
	max-height: unset !important;
	top: -85px;
}

.popup__discount__modal {
	width: 495px !important;
	margin-left: 0 !important;
	transform: translateX(-50%);
	padding: 50px;
}

.popup__discount__modal-header {
	padding: 0 !important;
	border-bottom: none !important;
}

.popup__discount__modal-close-button {
	top: -30px !important;
	right: -30px !important
}

.popup__discount__modal-body-main-text {
	color: #323131 !important;
	font-family: "Open Sans" !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	text-transform: unset !important;
	margin-bottom: 10px;
}

.popup__discount__modal-body-secondary-text {
	color: #323131  !important;
	font-family: "Open Sans" !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	font-style: unset !important;
}

.popup__discount__form-row-group {
	border: none !important;
	padding: 0 !important;
}

.popup__discount__form-row-group input {
	padding: 12px 20px !important;
	border-radius: 6px;
	border: 1px solid #b6c8db !important;
	background-color: #ffffff;
	color: #273c75 !important;
	font-size: 16px !important;
	font-family: Ubuntu;
	font-weight: 400;
}

.popup__discount__form-row {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.popup__discount button {
	width: 188px;
	height: 40px;
	border-radius: 6px;
	background-color: #71dd75;
	border: none;
	color: #fff;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 700;
	margin-top: 38px;
	cursor: pointer !important;
	box-shadow: 0 3px 4px 1px rgba(39, 60, 117, 0.08);
}

.popup__discount__form-row.button_group {
	text-align: center;
}

.popup__discount__form-row-group.field-error input {
	border: 1px solid #ff2b2b !important;
	color: #ff2b2b !important;
}

.popup__discount__modal-body-success-text {
	color: #323131;
	font-family: "Open Sans";
	font-size: 22px !important;
	font-weight: 700 !important;
	text-align: center;
	line-height: 30px !important;
}
.popup__discount__modal-body-success-text > div{
	margin-top: 12px;
}

.popup__discount__modal-body-success-text button {
	margin-top: 20px !important;
}

.popup__discount .title_input_data{
	color: #323131;
	margin-bottom: 0;
	text-indent: 14px;
}
.left-section .seek-info {
	padding: 0 64px;
	margin: 52px 0;
}

.check-list_price{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px){
	.check-list_price{
		flex-direction: column;
	}
}
.customer-form-title.my-class,
body.order_page .order-content h1{
	color: #323131;
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	text-align: center;
	margin-bottom: 24px;
}
#main-customer-form{
	text-align: left;
}
#main-customer-form .sign-up-form .select-country-holder span{
	color: #323131;
}
body #main-customer-form .wrap-customer-form .input-wrap button.submit-btn,
body #main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover{
	background-image: none;
	background-color: #71dd75;
	border-color:  #71dd75;
}

header ul.nav-list a:hover{
	text-decoration: none;
}
.text-link:hover{
	color: #c6c6c6;
}
.coupon a.maxfirst:hover{
	text-decoration: underline;
	color: #fff;
}
body #main-customer-form .wrap-customer-form p{
	color: #323131;
}
#main-order-form #order-form .steps-wrapper .back-button-wrapper{
	color: #323131;
}
#order-form .steps-wrapper .additional-service-wrapper .info-wrapper{
	color: #555;
}

footer a.mail:hover,
footer a.tel:hover{
	color: #fff;
	text-decoration: none;
}
.left-section  table ul{
	padding-left: 20px;
}
article.text h2,
article.text h3,
article.text h4{
	color: #323131;
}
.sidebar .swiper-container q{
	text-align: justify;
}
footer .text-link.active{
	text-decoration: underline;
}
.popup-callback-from__input::placeholder{
	color: #323131 !important;
}

.popup__discount__form-row-group input::placeholder{
	color: #aaaeb8;
}
.popup__discount__form-row-group input{
	color: #323131;
}
.popup__discount__form-row-group input:focus{
	border: 1px solid #357eed;
}
.popup__discount .title_input_data{
	font-size: 14px;
	font-family: Ubuntu;
}
.popup__discount .error_message{
	display: none;
	font-size: 12px;
	text-align: right;
	color: #ff2b2b;
	margin: 0;
	position: absolute;
	width: 100%;
}
.popup__discount .field-error .error_message{
	display: block;
	font-family: Ubuntu;
}
.combo{
	position: fixed;
	z-index: 115;
	bottom: 170px;
	left: 14px;
	display: block;
	box-sizing: border-box;
}
@media (max-width: 767px){
	.combo{
		bottom: 125px;
	}
}
.popup__discount__form-row-group input:focus{
	border-color: #357eed !important;
}
.popup__discount__form-row-group input{
	color:  #323131 !important;
}
.popup__discount__form-row-group input::placeholder{
	color: #aaaeb8;
}
br.wom{
	display: none;
}
@media (max-width: 420px){
	.item_wom{
		display: flex;
	}
	br.wom{
		display: block;
	}
}
@media (max-width: 767px){
	.combo:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 999;
		top: 0;
	}
	/*body.order_page{*/
	/*	overflow-x: initial;*/
	/*	overflow-y: initial;*/
	/*}*/
}
.content-body ul.breadcrums-list > li{
	text-align: left;
}
footer .text-link:focus{
	text-decoration: none;
}
footer a.mail:focus,
footer a.tel:focus{
	text-decoration: none;
	color: #fff;
}
.combo img, footer img{
	vertical-align: initial;
}
#main-customer-form{
	margin-bottom: 100px;
}
*{
	-webkit-text-size-adjust: 100%;
}
.samples-list_1{
	width: 48%;
}
.samples-list_2{
	width: 30%;
}
.samples-list_3{

}
@media (min-width: 768px) and (max-width: 899px){
	.why-caption{
		height: 40px;
	}
}
@media (max-width: 767px){
	.samples-list{
		width: 300px;
	}
	.samples-list_3 .sample-item{
		margin: auto;
		width: auto;
	}
	.samples-list_1,
	.samples-list_2,
	.samples-list_3{
		width: 100%;
	}
}
#main-order-form .error-text{
	width: auto;
	margin-bottom: 0;
}
.combo img{
	display: block;
	position: relative;
}
body .modal.final-step-modal{
	color: #333;
}
header .tel{
	color: #353535;
	margin: 0;
	margin-right: -30px;
}
header #phone-path{
	fill: #353535;
}
@media (min-width: 767px) and (max-width: 1139px){
	header .tel{
		display: none;
	}
}
@media (max-width: 767px){
	header .tel{
		text-align: right;
		margin-right: 0;
	}
	header .tel span{
		display: none;
	}
	header #phone-path{
		fill: #357eed;
	}
	header .tel svg{
		margin-right: 28px;
		margin-top: 6px;
		width: 21px;
		height: 18px;
	}
	header nav .tel svg{
		margin-top: 0
	}
	.combo{
		display: none;
	}
}
header a.tel span{
	position: relative;
	top: 1px;
}
body.order_page{
	color: #000;
}
@media(max-width: 320px){
	body{
		overflow-x: hidden;
	}
}
.sidebar .claculate-paper{
	background-color: #fff;
	top: 0;
}
.sidebar .claculate-paper.sidebar__item-calc-fixed{
	position: fixed;
	top: 45px;
	margin-bottom: 0 !important;
}
.sidebar .claculate-paper.sidebar__item-calc-absolute {
	position: absolute;
	bottom: 0;
	margin-bottom: 0 !important;
}
.sidebar .fixed-calc{
	/*top: 120px !important;*/
	top: 120px;
	position: fixed;
	z-index: 2;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
}
.sidebar .fixed-calc + div{
	margin-top: 450px;
}
.no-transition{
	-webkit-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
}

.dmca-badge {
	float: left;
}

.wom2{
	margin-left: 154px;
}

.body-nscroll{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100vh;
}

@media (max-width:1139px) {
	.blog-item:nth-last-child(1), .blog-item:nth-last-child(2):not(.sumscribe-item) {
		margin-bottom: 41px!important;
	}
}

.modal .modal-file-upload .modal-content .modal-body .list-files .t-progress .progress{
	top: 50%;
}

#subscribeForm .error-alert{
	color: #ff2b2b;
}
.popup-callback-from__input-wrapp select{
	cursor: pointer;
}

.css-info:after {
	content: attr(data-info);
}

[data-addr]:before {
	content: attr(data-addr);
}
