html {
	overflow-y: scroll;
}
body * {
	text-decoration-skip-ink: none;
}
table {
	border-collapse: unset !important;
}

/* page */

.landing_page h1, .landing_page p {
    font-family: HelveticaNeueCur, Helvetica, sans-serif;
}
.landing_page p {
	margin: 0 0 10px;
}
.landing_page * {
    font-size: 18px;
}
.landing_page {
	padding-bottom: 60px;
}
.landing_page hr {
    border: none;
    background-color: #DAE2FF;
    height: 2px;
}
.button {
	cursor: pointer;
}

/* paddings */

.pt_130 {
    padding-top: 130px;
}
.py_20 {
    padding-top: 14px;
    padding-bottom: 20px;
}
.py_140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

/* margins */

.mb_0 {
    margin-bottom: 0;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_60 {
    margin-bottom: 60px;
}

/* text */

.text_header {
    font-size: 30px;
    font-weight: bold;
}
.text_grad {
    color: linear-gradient(90deg, #2126E4 0%, #6501AA 100%);
    background: linear-gradient(90deg, #2126E4 0%, #6501AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text_blue {
    color: #2400FF;
}
.text_big {
    font-size: 22px;
}
.text_small {
    font-size: 16px;
}
.text_bold {
    font-weight: bold;
}
.top_bg {
    background: linear-gradient(180deg, rgba(223,233,252,1) 25%, rgba(255,255,255,1) 80%);
    overflow: hidden;
    padding-bottom: 80px;
}

/* blocks */

.landing_page .block_grad {
    background: linear-gradient(90deg, #2126E4 0%, #6501AA 100%);
    color: #FFF;
}
.landing_page .block_F9F9FB {
    background-color: #F9F9FB;
}

/* 1 block */

.info {
    background-color: #DD5328;
    color: #FFF;
    padding: 20px 30px 20px 40px;
    border-radius: 80px;
    border-top-right-radius: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.info:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: -75px;
    background-image: url('../images/thumb_angle.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 80px;
    height: 80px;
}
.info p {
    margin-bottom: 3px;
    font-size: 16px;
}
.horse {
    position: absolute;
    top: -190px;
    right: -150px;
    z-index: 0;
}

/* 2 block */

.banner .header {
    background-color: #DAE2FF;
    padding: 20px;
}
.banner .name {
    width: 260px;
    margin: auto;
    position: relative;
    top: -16px;
    padding: 13px 0 1px 0;
    color: #FFF;
    font-size: 28px;
}
.banner .body {
    background-color: #F3F6FF;
    padding: 0 20px 40px 20px;
    position: relative;
}
.banner a {
    color: #2400FF;
    text-decoration: underline;
}
.banner .button {
    position: absolute;
    margin: auto;
    color: #FFF;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 10px 25px -8px rgba(139,152,214,1);
    -moz-box-shadow: 0px 10px 25px -8px rgba(139,152,214,1);
    box-shadow: 0px 10px 25px -8px rgba(139,152,214,1);
    width: calc(100% - 40px);
    background-color: #7761FF;
    text-transform: uppercase;
    font-weight: bold;
    bottom: -45px;
    left: 0;
    right: 0;
}
.banner .button:hover {
    background: linear-gradient(90deg, #2126E4 0%, #6501AA 100%);
}

/* 3 block */

.table {
    margin: 0;
}
.table tr {
    height: 64px;
}
.table tr.header {
    background-color: #DAE2FF;
    font-weight: bold;
}
.table td, .table th {
    vertical-align: middle !important;
    padding: 0 22px !important;
}
.table th.first {
    max-width: 50%;
    width: 50%;
}
.table td {
    border-top: solid 1px #DAE2FF !important;
    position: relative;
}
.table td span {
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.table .negative {
    color: #D01111;
}
.table .positive {
    color: #4BB3A7;
}
.table td.link {
	height: 100%;
	padding: 0px !important;
}
.table td.link:hover {
	border-top: 1px solid #7761ff !important;
}
.table td.link a {
	width: 100%;
	height: 100%;
    padding: 0 22px !important;
	display: block;
    border: none!important;
    color: #000;
    text-transform: uppercase;
	line-height: 50px;
    cursor: pointer;
}
.table .link a:hover {
    background-color: #7761FF;
    color: #FFF;
	text-decoration: none;
}
.table .last {
    height: 50px;
}

/* 4 block */

.bg_2 {
    background-image: url('../images/bg_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.bg_2:before {
    display: block;
    content: '';
    position: absolute;
    background-color: RGBA(255,255,255,0.76);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 5 block */

.order_button {
    border: solid 2px #AAA;
    padding: 8px 20px;
    width: 320px;
    margin: auto;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.order_button:hover {
    text-decoration: underline;
}

/* 6 block */

.clients img {
    margin: 20px 0;
}

/* forms */

#form_oneclick.fancybox-content {
	padding: 25px;
}
#form_oneclick .fancybox-close-small {
	width: 55px;
	height: 55px;
	right: 5px !important;
	top: 11px !important;
}
#form_oneclick input[type="checkbox"] {
	display: none;
}
#form_oneclick .wrapper_checkbox {
	position: relative;
	display: flex;
	cursor: pointer;
	width: auto;
	margin-bottom: 30px;
}
#form_oneclick .checkbox_label {
	margin-bottom: 0px;
	position: relative;
	display: flex;
	color: #b5c4e0;
	font-size: 13px;
	font-weight: 550;
	cursor: pointer;
}
#form_oneclick .checkbox_label:before {
	content: '';
	width: 14px;
	min-width: 14px;
	height: 14px;
	top: 1px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
	border: 2px solid #b4b7cc;
	border-radius: 3px;
	cursor: pointer;
}
#form_oneclick .checkbox_label:after {
	content: '';
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA1TDUgOUwxMyAxIiBzdHJva2U9IiMwNjEwNTgiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) center center no-repeat;
	background-size: contain;
	width: 10px;
	min-width: 10px;
	height: 7px;
	left: 3px;
	top: 5px;
	display: block;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.1s;
}
#form_oneclick .checkbox_label:hover:after {
	opacity: 0.3;
}
#form_oneclick input:checked + .checkbox_label:after {
	opacity: 1;
}
#form_oneclick {
	width: 767px;
}
#form_oneclick .text_big {
	font-size: 20px;
	text-align: center;
}
#form_oneclick input {
	background-color: #e8edff;
	height: 45px;
	margin-bottom: 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none !important;
}
#form_oneclick input::-webkit-input-placeholder,
#form_oneclick input[type="text"]::-webkit-input-placeholder,
#form_oneclick input[type="password"]::-webkit-input-placeholder {
	color: #b5c4e0;
	font-weight: bold;
}
#form_oneclick input::-moz-placeholder,
#form_oneclick input[type="text"]::-moz-placeholder,
#form_oneclick input[type="password"]::-moz-placeholder {
	color: #b5c4e0;
	font-weight: bold;
}
#form_oneclick input:-moz-placeholder,
#form_oneclick input[type="text"]:-moz-placeholder,
#form_oneclick input[type="password"]:-moz-placeholder {
	color: #b5c4e0;
	font-weight: bold;
}
#form_oneclick input:-ms-input-placeholder,
#form_oneclick input[type="text"]:-ms-input-placeholder,
#form_oneclick input[type="password"]:-ms-input-placeholder {
	color: #b5c4e0;
	font-weight: bold;
}
#form_oneclick .order_button {
	width: 100%;
	height: 50px;
	padding: 0px;
	border: 1px solid #000000;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
}
#form_oneclick.error {
	padding-bottom: 30px;
}
#form_oneclick.error:after {
	content: 'Пожалуйста, заполните форму';
	top: 14px;
	position: relative;
	display: block;
	color: red;
	text-align: center;
}
#form_oneclick .form_success {
	background: url('../images/bg_success.png') left top no-repeat;
	margin-left: -25px;
	margin-top: -25px;
	padding-left: 25px;
	padding-top: 250px;
	position: relative;
	display: none;
}
#form_oneclick .form_success p {
	top: 20px;
	position: relative;
	font-size: 30px;
	font-weight: 100;
}
#form_oneclick.success .form_content {
	display: none;
}
#form_oneclick.success .form_success {
	display: block;
}

@media (max-width: 1200px) { /* <= 1200px */

	/* 1 block */

	.horse {
		max-width: 350px;
		right: -200px;
		top: -165px;
	}

	/* 2 block */

	.banner .body p:not(.text_header),
	.banner .button {
		font-size: 14px;
	}

	/* 3 block */

	.table th.first {
		max-width: 47%;
		width: 47%;
	}
}

@media (max-width: 992px) { /* <= 992px */

	/* page */

	.landing_page {
		font-size: 16px;
		padding-bottom: 45px;
	}

	/* paddings */

	.pt_130 {
		padding-top: 60px;
	}

	/* 1 block */

	.horse {
		right: -315px;
	}
}

@media (max-width: 992px) and (min-width: 768px) { /* <= 992px and >= 768 */

	/* 2 block */

	.banner * {
		font-size: 14px;
	}
	.banner .body p:not(.text_header),
	.banner .button {
		font-size: 12px;
		line-height: 16px;
	}
	.banner .body p {
		margin-bottom: 5px;
	}
	.banner .name {
		width: auto;
	}

	/* 3 block */

	.table th.first {
		max-width: 47%;
		width: 47%;
	}
	.table .block_grad {
		font-size: 12px;
	}

	/* block_benefits */
	.block_benefits img {
		width: 45px;
	}
}

@media (max-width: 768px) { /* <= 768px */

	/* paddings */

	.top_bg {
		padding-bottom: 0px;
	}
	.py_140 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* 1 block */

	.horse {
		display: none;
	}
	.block_1 .info {
		padding: 15px 20px;
		display: block;
		border-radius: 30px;
	}
	.block_1 .info:after {
		content: none;
	}

	/* 2 block */

	.banner {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 85px;
	}
	.banner:first-child,
	.banner:last-child {
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	.banner .body p:not(.text_header),
	.banner .button {
		font-size: 16px;
	}

	/* block_benefits */
	.block_benefits .item:first-child {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) { /* <= 576px */

	/* paddings */
	.py_140 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pt_130 {
		padding-top: 30px;
	}

	/* 3 block */
	.table th {
		width: 25%;
		max-width: 25%;
	}
	.table tr {
		height: auto;
	}
	.table td, .table th {
		padding: 10px 5px !important;
		font-size: 10px;
	}
	.table td span {
		font-size: 26px;
	}
	.table .header {
		text-align: left;
	}

	/* block_benefits */
	.block_benefits img {
		width: 45px;
	}

	/* clients */
	.clients img {
		max-width: 100%;
	}
}

@media (max-width: 380px) { /* <= 380px */

	/* 2 block */

	.banner {
		width: calc(100% - 30px);
	}

	/* 3 block */
	.table td, .table th {
		padding: 10px 3px !important;
		font-size: 9px;
	}

	/* block_benefits */
	.block_benefits img {
		width: 30px;
	}

	/* 5 block */

	.order .button {
		width: 100%;
	}
}