@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:700;
	src:url(../fonts/Roboto-Bold.eot?) format("eot"),url(../fonts/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:300;
	src:url(../fonts/Roboto-Light.eot?) format("eot"),url(../fonts/Roboto-Light.woff) format("woff"),url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:500;
	src:url(../fonts/Roboto-Medium.eot?) format("eot"),url(../fonts/Roboto-Medium.woff) format("woff"),url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:100;
	src:url(../fonts/Roboto-Thin.eot?) format("eot"),url(../fonts/Roboto-Thin.woff) format("woff"),url(../fonts/Roboto-Thin.ttf) format("truetype");
}

@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/Roboto-Regular.eot?) format("eot"),url(../fonts/Roboto-Regular.woff) format("woff"),url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
	font-family:"Roboto";
	font-style:normal;
	font-weight:900;
	src:url(../fonts/Roboto-Black.eot?) format("eot"),url(../fonts/Roboto-Black.woff) format("woff"),url(../fonts/Roboto-Black.ttf) format("truetype");
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height:100%;
	font-size:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
}

body {
	margin:0;
	min-height:100%;
	display:grid;
	grid-template-rows:1fr auto;
	grid-template-columns:100%;
	color:#232735;
	font:16px/1.16 "Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	min-width:320px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
template {
	display:none;
}

a {
	background-color:transparent;
	color:#0084f8;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

a:active,
a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code,
kbd,
pre,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button,
input,
optgroup,
select {
	color:inherit;
	font:inherit;
	margin:0;
}

textarea {
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type=button] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height:auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
}

legend {
	border:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:15px;
}

legend,
td,
th {
	padding:0;
}

.btn,
input[type=radio]+ label .icons {
	display:inline-block;
	vertical-align:middle;
}

.btn,
input[type=radio]+ label {
	font-size:1.6rem;
	line-height:1.16;
}

.btn {
	white-space:nowrap;
	border-style:solid;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	padding:1.7rem 2rem;
	border-radius:5px;
	border-width:0;
	color:#fff;
	background-color:#0084f8;
	border-color:#0084f8;
	background:-webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
	background:-o-linear-gradient(top,#0084f8 0,#319fff 100%);
	background:linear-gradient(180deg,#0084f8 0,#319fff 100%);
	-webkit-box-shadow:0 4px 10px rgba(0,132,248,.15);
	box-shadow:0 4px 10px rgba(0,132,248,.15);
	text-align:center;
	min-width:20rem;
	font-weight:500;
}

.btn:hover {
	color:#fff;
	background-color:#005bac;
	border-color:#005bac;
}

.btn+ .btn {
	margin-left:2rem;
}

.btn [class*=" icon-"],
.btn [class^=icon-] {
	margin-right:1.2rem;
	vertical-align:middle;
	font-size:1.8rem;
}

.btn:hover {
	text-decoration:none;
	-webkit-box-shadow:0 2px 8px rgba(0,132,248,.75);
	box-shadow:0 2px 8px rgba(0,132,248,.75);
}

.btn-outline,
.btn-outline-gray {
	min-width:unset;
	color:#0084f8;
	background:0 0;
	border:1px solid #0084f8;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	font-size:1.8rem;
	line-height:1.1;
	font-weight:500;
	padding:1.5rem 1.4rem;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.btn-outline-gray:hover,
.btn-outline:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#0084f8;
	border-color:#0084f8;
}

.btn-outline-gray {
	color:#a4a9b6;
	border:1px solid #dae1f0;
}

.btn-link,
.btn-link:hover {
	background-color:transparent;
	border-color:transparent;
}

.btn-link {
	color:#0084f8;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.btn-link:hover {
	color:#005bac;
	text-decoration:none;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

.double-phone label,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block,
table {
	width:100%;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.ellipsis {
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
}

fieldset,
form {
	margin:0;
	padding:0;
	border-style:none;
}

.custom-select select,
input[type=checkbox],
input[type=radio] {
	display:none;
}

input[type=radio]+ label {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
	min-height:1.9rem;
	color:#7a808e;
	position:relative;
	cursor:pointer;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

input[type=radio]+ label .icons {
	margin-left:14rem;
}

input[type=radio]+ label .icons img {
	display:inline-block;
	margin-right:1.5rem;
}

input[type=radio]+ label .icons img:last-child {
	margin-right:0;
}

input[type=radio]+ label:before {
	content:" ";
	display:inline-block;
	background:#eff4fb;
	border:1px solid #adbbd0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:50px;
	width:1.8rem;
	height:1.8rem;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	vertical-align:middle;
	margin-right:12px;
}

input[type=radio]:checked+ label {
	color:#232735;
}

input[type=radio]:checked+ label:before {
	border:5px solid #0084f8;
}

input[type=checkbox]+ label {
	display:inline-block;
	vertical-align:middle;
	font-size:1.6rem;
	line-height:1.16;
	min-height:1.9rem;
	color:#232735;
	position:relative;
	cursor:pointer;
}

input[type=checkbox]+ label:before {
	content:" ";
	display:inline-block;
	background:#eff4fb;
	border:1px solid #adbbd0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	width:1.8rem;
	height:1.8rem;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 60%;
	background-image:none;
	vertical-align:middle;
	margin-right:12px;
}

input[type=checkbox]:checked+ label:before {
	background-image:url(../img/ico-check.svg);
}

select {
	border-radius:0;
}

label {
	display:block;
	font-style:normal;
	font-weight:400;
	font-size:1.4rem;
	line-height:1.14;
	color:#7a808e;
	margin-bottom:2px;
}

.form-item {
	margin-bottom:2rem;
	width:100%;
}

.form-item .quantity {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.form-item .quantity input[type=number] {
	border:0;
	padding:0;
	-moz-appearance:textfield;
	text-align:center;
	width:24px;
	min-width:20px;
	font-weight:700;
	font-size:1.6rem;
	background-color:#fff;
}

.form-item .quantity input[type=number]::-webkit-inner-spin-button,
.form-item .quantity input[type=number]::-webkit-outer-spin-button {
	appearance:none;
	-webkit-appearance:none;
}

.form-item .quantity input[type=number]:disabled {
	background-color:#fff;
}

.form-item .quantity input[type=number]:focus {
	border:0;
	outline:0;
}

.form-item .quantity .quantity-down,
.form-item .quantity .quantity-up {
	width:12px;
	height:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	cursor:pointer;
}

.form-item .quantity .quantity-down {
	background-image:url(../img/ico-minus.svg);
}

.form-item .quantity .quantity-up {
	background-image:url(../img/ico-plus.svg);
}

.form-item .discount,
.form-item .duration-amount {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	color:#7a808e;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.form-item .discount {
	margin-bottom:0;
}

.form-item .discount .btn-secondary {
	padding:1.1rem;
	line-height:1.35;
	width:13rem;
	min-width:13rem;
	background-color:#ff3c38;
	background-image:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	outline:0;
}

.form-item .discount .btn-secondary:hover {
	background-color:#ff3c38;
	background:-webkit-gradient(linear,left top,left bottom,from(#ff3c38),to(#ff615e));
	background:-o-linear-gradient(top,#ff3c38 0,#ff615e 100%);
	background:linear-gradient(180deg,#ff3c38 0,#ff615e 100%);
	-webkit-box-shadow:0 4px 10px rgba(255,60,56,.15);
	box-shadow:0 4px 10px rgba(255,60,56,.15);
}

.form-item .discount input {
	margin-right:1rem;
	border-radius:5px;
	padding:1rem 1.4rem;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.35;
	border:1px solid #dae1f0;
	outline:0;
}

.form-item .discount input:focus {
	border-radius:5px;
	border-color:#0084f8;
}

.form-item .discount .text {
	font-weight:700;
	font-size:1.6rem;
}

.form-item.with-border {
	border-top:1px solid #dae1f0;
	border-bottom:1px solid #dae1f0;
	padding-top:2rem;
	padding-bottom:2rem;
	margin-bottom:2rem;
}

.form-item.with-border+ .form-item.with-border.with-border {
	border-top:0;
	margin-top:-2rem;
}

.form-item:last-of-type {
	margin-bottom:4.5rem;
}

.form-item.password,
.settings-block .block-body .info-card-holder .form-item label {
	position:relative;
}

.form-item.password input {
	padding-right:30px;
}

.form-item.password [class*=" icon-"],
.form-item.password [class^=icon-] {
	position:absolute;
	bottom:1.4rem;
	right:0;
	font-size:1.2rem;
	color:#0084f8;
	cursor:pointer;
}

.double-phone {
	margin-bottom:2rem;
}

.double,
.double-phone .form-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.double-phone .form-item {
	margin-bottom:0;
}

.double-phone .custom-select {
	width:auto;
	min-width:80px;
	margin-bottom:0;
}

.double-phone .custom-select .select-selected {
	padding-right:2rem;
}

.double-phone .custom-select .select-selected:after {
	right:10px;
	width:9px;
	height:5px;
	content:" ";
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(../img/ico-tel-arrow.svg);
}

.double-phone .custom-select .select-items,
.double-phone .custom-select .select-items .option {
	padding-left:5px;
	padding-right:5px;
}

.double-phone input[type=tel],
.double-phone input[type=text] {
	width:100%;
	margin-bottom:0;
}

.double {
	margin-bottom:2rem;
}

.double .form-item {
	width:calc((100% - 20px)/2);
	margin-bottom:0;
}

input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	width:100%;
}
input.Input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:1rem 0;
	font-size:1.6rem;
	border-radius:0;
	border-width:0;
	line-height:1.14;
	color:#232735;
	background-color:transparent;
	border-color:transparent;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
	max-width:100%;
	border-bottom:1px solid #dae1f0;
	font-weight:500;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	outline:0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=url]::-webkit-inner-spin-button,
textarea::-webkit-inner-spin-button {
	display:none;
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
	color:#7a808e;
}

input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder {
	color:#7a808e;
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder {
	color:#7a808e;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border-bottom:1px solid #0084f8;
}

.error input[type=email],
.error input[type=password],
.error input[type=search],
.error input[type=tel],
.error input[type=text],
.error input[type=url],
input[type=date].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=url].error,
textarea.error {
	border-bottom:1px solid #ff3c38;
}

textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:250px;
}

.custom-select,
.custom-select-preset {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0;
	width:100%;
}

.custom-select-preset .select-selected {
	border:1px solid #dae1f0;
	border-radius:5px;
	padding:1.1rem 3rem 1.1rem 1.8rem;
	font-weight:400;
	font-size:1.6rem;
	color:#0084f8;
}

.custom-select-preset .select-selected::after {
	right:1.6rem;
	color:#0084f8;
}

.custom-select-preset .select-selected.select-arrow-active {
	border-radius:5px;
}

.custom-select-preset .select-items {
	max-width:100%;
	margin-bottom:0;
}

.custom-select-preset .option-header th {
	font-weight:700;
	font-size:1.6rem;
	line-height:1.16;
	color:#a4a9b6;
	border-bottom:0;
	padding-left:2rem;
	padding-right:2rem;
}

.custom-select-preset .option,
.table-holder tbody,
.table-holder thead {
	border:0;
}

.custom-select-preset .option:last-child td {
	padding-bottom:3rem;
}

.custom-select-preset .option:last-child td:before {
	bottom:20px;
}

.custom-select-preset .option:hover {
	background-color:#fff;
}

.custom-select-preset .option:hover td {
	background-color:#fff;
	color:#fff;
}

.custom-select-preset .option:hover td [class*=" icon-"],
.custom-select-preset .option:hover td [class^=icon-],
.same-as-selected.option:hover {
	color:#fff;
}

.custom-select-preset .option:hover td:before {
	background-color:#0084f8;
}

.custom-select-preset .option td {
	white-space:nowrap;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.16;
	color:#232735;
	border-radius:0;
	padding-left:2rem;
	padding-right:2rem;
	position:relative;
	border:0;
}

.custom-select-preset .option td .icon-trash:hover,
.section-form label span {
	color:#ff3c38;
}

.custom-select-preset .option td .icon-edit:hover {
	color:#005bac;
}

.custom-select-preset .option td [class*=" icon-"],
.custom-select-preset .option td [class^=icon-] {
	color:#a2bcd3;
}

.custom-select-preset .option td> * {
	position:relative;
	z-index:5;
}

.custom-select-preset .option td:before {
	content:" ";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:0;
	width:100%;
	border-radius:0;
}

.custom-select-preset .option td:first-child {
	max-width:340px;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
}

.custom-select-preset .option td:first-child:before {
	left:.8rem;
	border-radius:5px 0 0 5px;
}

.custom-select-preset .option td:last-child:before {
	right:.8rem;
	border-radius:0 5px 5px 0;
}

.option,
.select-selected {
	cursor:pointer;
	position:relative;
	color:#232735;
}

.select-selected,
.select-selected:after {
	display:block;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.select-selected {
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	background-color:#fff;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.14;
	padding:1rem 0;
	border-bottom:1px solid #d3d9f0;
	border-radius:0;
	width:100%;
}

.select-selected.disabled {
	border-bottom:1px solid #dae1f0;
	color:#a4a9b6;
	cursor:default;
}

.header.authorized .account-link a,
.select-selected.disabled::after {
	color:#a4a9b6;
}

.select-selected:after {
	content:"\e903";
	font-family:"icomoon"!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
	font-size:7px;
	color:#232735;
}

.select-selected.select-arrow-active {
	border-radius:0;
	border-color:#0084f8;
}

.select-selected.select-arrow-active:after {
	-webkit-transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
	transform:translateY(-50%) rotate(-180deg);
}

.option {
	padding:1rem 1.2rem;
	font-size:1.4rem;
	line-height:1.16;
	border-radius:5px;
}

.option:hover,
.table-holder tbody tr:hover td {
	background-color:#0084f8;
	color:#fff;
}

.option:first-child {
	padding-top:10px;
}

.option:last-child {
	padding-bottom:10px;
	margin-bottom:0!important;
}

.select-items {
	position:absolute;
	top:100%;
	margin-top:.5rem;
	left:0;
	right:0;
	z-index:99;
	background-color:#fff;
	float:left;
	border:1px solid transparent;
	border-top:0;
	-webkit-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s;
	transition:ease-in-out .3s;
	-webkit-box-shadow:0 3px 10px rgba(5,60,37,.15);
	box-shadow:0 3px 10px rgba(5,60,37,.15);
	padding:1.8rem .7rem 2rem;
	border-radius:5px;
}

.section-form .custom-select select,
.select-hide {
	display:none;
}

.same-as-selected.option {
	color:#0084f8;
	cursor:default;
}

input[type=button],
input[type=reset],
input[type=submit] {
	padding:1.7rem 2rem;
	font-size:22px;
	border-radius:5px;
	border-width:0;
	line-height:1.27;
	color:#fff;
	font-weight:500;
	text-align:center;
	-webkit-appearance:none;
	background:-webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
	background:-o-linear-gradient(top,#0084f8 0,#319fff 100%);
	background:linear-gradient(180deg,#0084f8 0,#319fff 100%);
	-webkit-box-shadow:0 4px 10px rgba(0,132,248,.15);
	box-shadow:0 4px 10px rgba(0,132,248,.15);
	width:100%;
	cursor:pointer;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	outline:0;
}

input[type=button].ed_button {
    width: auto;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	-webkit-box-shadow:0 2px 8px rgba(0,132,248,.75);
	box-shadow:0 2px 8px rgba(0,132,248,.75);
}

input[type=file] {
	max-width:100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:inherit;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
	color:inherit;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:inherit;
	opacity:1;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

* {
	max-height:1000000px;
}

*,
:after,
:before {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:inherit;
	font-weight:700;
	color:inherit;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:4rem;
	margin:0 0 .5em;
}

.h2,
h2 {
	font-size:3.5rem;
	margin:0 0 .6em;
}

.h3,
h3 {
	font-size:3rem;
	margin:0 0 .7em;
}

.h4,
h4 {
	font-size:2.5rem;
	margin:0 0 .8em;
}

.h5,
h5 {
	font-size:20px;
	margin:0 0 .9em;
}

.h6,
h6 {
	font-size:16px;
	margin:0 0 1em;
}

p {
	margin-bottom:2.5rem;
	margin-top:0;
}

p:last-of-type {
	margin-bottom:0;
}

.header .account-link a:hover,
a:hover {
	color:#005bac;
}

ol,
ul {
	margin-top:0;
	padding-left:0;
}

ol,
ol li,
ul,
ul li {
	list-style:none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ol.list-style,
ul.list-style {
	font-size:16px;
	margin-bottom:15px;
	color:#232735;
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ol.list-style li,
ul.list-style li {
	padding-left:20px;
	position:relative;
}

#sidebar ol:not([class]) li+ li,
#sidebar ul:not([class]) li+ li,
.entry ol:not([class]) li+ li,
.entry ul:not([class]) li+ li,
ol.list-style li+ li,
ul.list-style li+ li {
	margin-top:10px;
}

#sidebar ol:not([class]) ol,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ol,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ol,
.entry ol:not([class]) ul,
.entry ul:not([class]) ol,
.entry ul:not([class]) ul,
ol.list-style ol,
ol.list-style ul,
ul.list-style ol,
ul.list-style ul {
	margin-bottom:0;
	margin-top:10px;
}

#sidebar ol:not([class]) ul> li:before,
#sidebar ul:not([class]) ul> li:before,
.entry ol:not([class]) ul> li:before,
.entry ul:not([class]) ul> li:before,
ol.list-style ul> li:before,
ul.list-style ul> li:before {
	content:"+";
	color:#005bac;
}

#sidebar ol:not([class]) ol> li:before,
#sidebar ul:not([class]) ol> li:before,
.entry ol:not([class]) ol> li:before,
.entry ul:not([class]) ol> li:before,
ol.list-style ol> li:before,
ul.list-style ol> li:before {
	color:#005bac;
}

#sidebar ul:not([class])> li:before,
.entry ul:not([class])> li:before,
ul.list-style> li:before {
	content:"-";
	font-size:12px;
	color:#0084f8;
	position:absolute;
	top:2px;
	left:0;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset:list;
}

#sidebar ol:not([class])> li:before,
.entry ol:not([class])> li:before,
ol.list-style> li:before {
	content:counter(list) ".";
	counter-increment:list;
	font-size:12px;
	color:#0084f8;
	position:absolute;
	top:2px;
	left:0;
}

table th {
	text-align:left;
}

table td+ td,
table th+ th {
	text-align:center;
}

table td,
table th {
	font-size:16px;
	padding:10px 15px;
	color:#232735;
	border-bottom:1px solid #979797;
}

pre {
	max-width:100%;
	background:rgba(0,0,0,.1);
	padding:.5em;
}

blockquote {
	color:#232735;
	font-size:18px;
	background:#f3f3f3;
	margin-bottom:20px;
	border-left:5px solid #0084f8;
	padding:10px;
}

dl dt {
	float:left;
	clear:left;
	padding-right:.3em;
	font-weight:700;
}

dl dd {
	margin-left:0;
}

.container {
	max-width:1440px;
	width:100%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

@font-face {
	font-family:"icomoon";
	src:url(../fonts/icomoon.eot?wddvxz);
	src:url(../fonts/icomoon.eot?wddvxz#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?wddvxz) format("truetype"),url(../fonts/icomoon.woff?wddvxz) format("woff"),url(../fonts/icomoon.svg?wddvxz#icomoon) format("svg");
	font-weight:400;
	font-style:normal;
	font-display:block;
}

[class*=" icon-"],
[class^=icon-] {
	font-family:"icomoon"!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon-check:before {
	content:"\e900";
}

.icon-close:before {
	content:"\e901";
}

.icon-document:before {
	content:"\e902";
}

.icon-dropdown:before {
	content:"\e903";
}

.icon-edit:before {
	content:"\e904";
}

.icon-eye:before {
	content:"\e905";
}

.icon-info .path1:before {
	content:"\e906";
	color:#edf5fc;
}

.icon-info .path2:before {
	content:"\e907";
	margin-left:-1em;
	color:#0084f8;
}

.icon-plus:before {
	content:"\e908";
}

.icon-sort:before {
	content:"\e909";
}

.icon-trash:before {
	content:"\e90a";
}

.text-center {
	text-align:center!important;
}

.section {
	padding-top:4rem;
	padding-bottom:3rem;
}

.wrapper {
	position:relative;
	width:100%;
	padding-top:64px;
}

.nav-open {
	overflow:hidden;
}

.nav-opener {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	width:20px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.header {
	padding-top:1.9rem;
	padding-bottom:1.9rem;
	background:#fff;
	-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);
	box-shadow:0 4px 10px rgba(0,0,0,.1);
	position:absolute;
	width:100%;
	top:0;
	z-index:50;
}

.header nav {
	height:100%;
	margin-left:60px;
	margin-right:auto;
}

.header nav ul {
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-bottom:0;
}

.header nav ul li {
	margin-right:30px;
}

.header nav ul li:last-of-type {
	margin-right:0;
}

.header nav ul li.active a {
	color:#0084f8;
	font-weight:500;
	position:relative;
}

.header nav ul li.active a:after {
	content:" ";
	display:block;
	position:absolute;
	bottom:-10px;
	height:2px;
	background-color:#0084f8;
	width:20px;
	left:0;
	right:0;
	margin:0 auto;
}

.header nav ul li a {
	color:#232735;
	font-weight:400;
	font-size:18px;
	line-height:1.16;
}

.header .account-link a,
.header nav ul li a:hover,
.header.authorized .account-link a:hover {
	color:#0084f8;
}

.header .logo {
	font-style:normal;
	font-weight:700;
	font-size:2rem;
	line-height:1.15;
	color:#27459d;
	cursor:pointer;
}

.header .logo img {
	display:block;
	max-height:50px;
}

.header.authorized .account-link {
	font-weight:400;
}

.header .account-link {
	font-style:normal;
	font-weight:700;
	font-size:1.8rem;
	line-height:1.38;
}

.header .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-left:28px;
	padding-right:28px;
}

.front-page {
	overflow:hidden;
}

.front-page header {
	border-bottom:1px solid transparent;
}

.front-page header .logo {
	color:#fff;
}

.section {
	width:100%;
}

.section-hero {
	height:100vh;
	min-height:768px;
	overflow:auto;
}

.section-hero:after,
.section-hero:before {
	content:" ";
	position:absolute;
	display:block;
	top:0;
	background-repeat:no-repeat;
	z-index:0;
}

.section-hero:before {
	width:75vw;
	height:100%;
	right:25%;
	background-image:url(../img/hero-back@2x.png);
	background-position:center right;
	background-size:cover;
}

.section-hero:after {
	width:89%;
	height:785px;
	right:0;
	background-image:url(../img/hero-back-right@2x.png);
	background-position:top right;
	background-size:contain;
}

.section-hero .text-side {
	color:#fff;
	font-weight:400;
	font-size:3.2rem;
	line-height:1.15;
	position:relative;
	z-index:5;
	padding-right:20px;
	margin-top:-11rem;
}

.section-hero .text-side h1 {
	font-weight:500;
	font-size:6.4rem;
	line-height:1.17;
	max-width:576px;
	margin-bottom:5.7rem;
}

.section-hero .text-side .hero-description {
	max-width:416px;
}

.section-hero .form-side {
	position:relative;
	z-index:5;
	background:#fff;
	-webkit-box-shadow:0 4px 20px rgba(24,43,92,.2);
	box-shadow:0 4px 20px rgba(24,43,92,.2);
	border-radius:10px;
	max-width:435px;
	width:100%;
	padding-top:3.5rem;
	padding-left:67px;
	padding-right:67px;
	padding-bottom:4.7rem;
}

.section-hero .form-side .tabset {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	margin-bottom:4rem;
}

.section-hero .form-side .fake-radio:before,
.section-hero .form-side .tabset li {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

.section-hero .form-side .js-tab-hidden {
	display:block!important;
	left:-9999px!important;
	position:absolute!important;
	top:-9999px!important;
}

.section-hero .form-side .fake-radio {
	font-style:normal;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.375;
	text-align:center;
	color:#232735;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	position:relative;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.section-hero .form-side .fake-radio.active:before {
	border:5px solid #0084f8;
}

.section-hero .form-side .fake-radio:before {
	content:" ";
	display:block;
	width:15px;
	height:15px;
	border-radius:50%;
	border:1px solid #232735;
	margin-right:10px;
	background-color:#fff;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.section-hero .form-side .description {
	font-weight:400;
	font-size:2.4rem;
	line-height:1.16;
	text-align:center;
	color:#a4a9b6;
}

.section-hero .form-side .price {
	text-align:center;
	font-size:6.4rem;
	line-height:1.17;
	color:#0084f8;
	font-weight:700;
	margin-bottom:4rem;
}

.section-hero .form-side .price .descr {
	font-weight:300;
	font-size:2.4rem;
	line-height:1.16;
	color:#a4a9b6;
	margin-top:-.7rem;
}

.section-hero .form-side .tab-content {
	margin-bottom:4.5rem;
}

.section-hero .form-side .tab-content .tab.active {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}

.section-form .custom-select,
.section-hero .container {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.section-hero .container,
.section-hero .form-side .tab-content .tab.active {
	-webkit-box-direction:normal;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.section-hero .container {
	-webkit-box-orient:horizontal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-left:84px;
	padding-right:95px;
	height:100%;
	padding-top:6.5rem;
	padding-bottom:10rem;
}

.section-form {
	padding-top:7.5rem;
	padding-bottom:8rem;
}

.section-form .custom-select {
	width:100%;
}

.section-form .option,
.section-form .select-selected {
	cursor:pointer;
	position:relative;
	font-size:2.4rem;
	line-height:1.16;
}

.section-form .select-selected,
.section-form .select-selected:after {
	font-weight:400;
	display:block;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.section-form .select-selected {
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	background-color:#fff;
	color:#a4a9b6;
	padding:1.5rem 2rem;
	border:1px solid #d3d9f0;
	border-radius:5px;
	width:100%;
}

.section-form .select-selected:after {
	content:"\e903";
	font-family:"icomoon"!important;
	speak:none;
	font-style:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:20px;
	font-size:7px;
	color:#232735;
}

.section-form .select-selected.select-arrow-active {
	border-radius:5px 5px 0 0;
	border-color:#0084f8;
	-webkit-box-shadow:0 0 10px rgba(0,132,248,.3);
	box-shadow:0 0 10px rgba(0,132,248,.3);
}

.section-form .select-selected.select-arrow-active:after {
	-webkit-transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
	transform:translateY(-50%) rotate(-180deg);
}

.section-form .option {
	margin-bottom:1rem;
	color:#232735;
}

.section-form .option:hover,
.section-form .same-as-selected.option:hover,
.table-holder tbody tr:hover td [class*=" icon-"],
.table-holder tbody tr:hover td [class^=icon-],
.table-holder tbody tr:hover td a,
.table-holder tbody tr:hover td a.mail {
	color:#fff;
}

.section-form .select-items {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:99;
	border-radius:5px;
	background-color:#fff;
	float:left;
	border-top:0;
	-webkit-box-shadow:0 0 10px rgba(0,132,248,.3);
	box-shadow:0 0 10px rgba(0,132,248,.3);
	-webkit-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s;
	transition:ease-in-out .3s;
}

.section-form .select-hide {
	display:none;
}

.section-form .same-as-selected.option {
	color:#0084f8;
	cursor:default;
}

.section-form .step-form-name {
	background:#f9fafc;
	border-radius:5px;
	margin-bottom:3rem;
	padding:1.6rem 2.5rem;
	text-align:left;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.16;
	color:#000;
}

.section-form .step-form-name .name {
	font-weight:700;
	font-size:2.4rem;
	line-height:1.6;
	color:#a4a9b6;
	margin-bottom:1.5rem;
	text-transform:uppercase;
}

.section-form .step-form-name .name:last-child {
	margin-bottom:0;
}

.section-form .container {
	max-width:705px;
}

.section-form .step-container {
	max-width:675px;
	margin:0 auto;
}

.section-form .logo {
	font-style:normal;
	font-weight:900;
	font-size:8rem;
	line-height:1.175;
	color:#a4a9b6;
	margin-bottom:5rem;
	text-align:center;
}

.section-form .logo img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.section-form .description,
.section-form h1 {
	font-weight:500;
	font-size:3.6rem;
	line-height:1.16;
	text-align:center;
	color:#232735;
	margin-bottom:1.8rem;
}

.section-form .description {
	font-style:normal;
	font-size:1.8rem;
	color:#7a808e;
	margin-bottom:3rem;
}

.section-form select {
	font-weight:400;
	font-size:2.4rem;
	line-height:1.16;
	color:#a4a9b6;
	padding:1.5rem 2rem;
	border:1px solid #d3d9f0;
	border-radius:5px;
	width:100%;
	outline:0;
}

.section-form select:focus {
	border-color:#0084f8;
	-webkit-box-shadow:0 0 10px rgba(0,132,248,.3);
	box-shadow:0 0 10px rgba(0,132,248,.3);
}

.section-form label {
	display:block;
	font-style:normal;
	font-weight:500;
	font-size:1.8rem;
	line-height:1.17;
	color:#a4a9b6;
	margin-bottom:1.5rem;
	width:100%;
}

.section-form .form-item {
	margin-bottom:3rem;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.section-form .form-item:last-of-type {
	margin-bottom:5rem;
}

.section-form input[type=date],
.section-form input[type=email],
.section-form input[type=password],
.section-form input[type=search],
.section-form input[type=tel],
.section-form input[type=text],
.section-form input[type=url] {
	background-color:transparent;
	width:100%;
}

.section-form input[type=date],
.section-form input[type=email],
.section-form input[type=password],
.section-form input[type=search],
.section-form input[type=tel],
.section-form input[type=text],
.section-form input[type=url],
.section-form textarea {
	padding:1.7rem 1.9rem;
	font-size:2.4rem;
	border-radius:5px;
	border-width:1px;
	line-height:1.17;
	color:#232735;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
	max-width:100%;
	border-color:#d3d9f0;
	font-weight:400;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.section-form input[type=date]::-webkit-inner-spin-button,
.section-form input[type=email]::-webkit-inner-spin-button,
.section-form input[type=password]::-webkit-inner-spin-button,
.section-form input[type=search]::-webkit-inner-spin-button,
.section-form input[type=tel]::-webkit-inner-spin-button,
.section-form input[type=text]::-webkit-inner-spin-button,
.section-form input[type=url]::-webkit-inner-spin-button,
.section-form textarea::-webkit-inner-spin-button {
	display:none;
}

.section-form input[type=date]::-webkit-input-placeholder,
.section-form input[type=email]::-webkit-input-placeholder,
.section-form input[type=password]::-webkit-input-placeholder,
.section-form input[type=search]::-webkit-input-placeholder,
.section-form input[type=tel]::-webkit-input-placeholder,
.section-form input[type=text]::-webkit-input-placeholder,
.section-form input[type=url]::-webkit-input-placeholder,
.section-form textarea::-webkit-input-placeholder,
.section-table.send-sms textarea::-webkit-input-placeholder {
	color:#a4a9b6;
}

.section-form input[type=date]:-moz-placeholder,
.section-form input[type=date]::-moz-placeholder,
.section-form input[type=email]:-moz-placeholder,
.section-form input[type=email]::-moz-placeholder,
.section-form input[type=password]:-moz-placeholder,
.section-form input[type=password]::-moz-placeholder,
.section-form input[type=search]:-moz-placeholder,
.section-form input[type=search]::-moz-placeholder,
.section-form input[type=tel]:-moz-placeholder,
.section-form input[type=tel]::-moz-placeholder,
.section-form input[type=text]:-moz-placeholder,
.section-form input[type=text]::-moz-placeholder,
.section-form input[type=url]:-moz-placeholder,
.section-form input[type=url]::-moz-placeholder,
.section-form textarea:-moz-placeholder,
.section-form textarea::-moz-placeholder,
.section-table.send-sms textarea:-moz-placeholder,
.section-table.send-sms textarea::-moz-placeholder {
	color:#a4a9b6;
}

.section-form input[type=date]:-ms-input-placeholder,
.section-form input[type=email]:-ms-input-placeholder,
.section-form input[type=password]:-ms-input-placeholder,
.section-form input[type=search]:-ms-input-placeholder,
.section-form input[type=tel]:-ms-input-placeholder,
.section-form input[type=text]:-ms-input-placeholder,
.section-form input[type=url]:-ms-input-placeholder,
.section-form textarea:-ms-input-placeholder,
.section-table.send-sms textarea:-ms-input-placeholder {
	color:#a4a9b6;
}

.section-form input[type=date]:focus,
.section-form input[type=email]:focus,
.section-form input[type=password]:focus,
.section-form input[type=search]:focus,
.section-form input[type=tel]:focus,
.section-form input[type=text]:focus,
.section-form input[type=url]:focus,
.section-form textarea:focus {
	border-color:#0084f8;
	-webkit-box-shadow:0 0 10px rgba(0,132,248,.3);
	box-shadow:0 0 10px rgba(0,132,248,.3);
}

.section-form input[type=date].error,
.section-form input[type=email].error,
.section-form input[type=password].error,
.section-form input[type=search].error,
.section-form input[type=tel].error,
.section-form input[type=text].error,
.section-form input[type=url].error,
.section-form textarea.error {
	border-color:#ff3c38;
}

.section-form input[type=date]+ input,
.section-form input[type=email]+ input,
.section-form input[type=password]+ input,
.section-form input[type=search]+ input,
.section-form input[type=tel]+ input,
.section-form input[type=text]+ input,
.section-form input[type=url]+ input,
.section-form textarea+ input {
	width:calc((100% - 35px)/2);
}

.section-form input[type=date]:nth-last-child(2),
.section-form input[type=email]:nth-last-child(2),
.section-form input[type=password]:nth-last-child(2),
.section-form input[type=search]:nth-last-child(2),
.section-form input[type=tel]:nth-last-child(2),
.section-form input[type=text]:nth-last-child(2),
.section-form input[type=url]:nth-last-child(2),
.section-form textarea:nth-last-child(2) {
	width:calc((100% - 35px)/2);
}

.section-form .error input[type=email],
.section-form .error input[type=password],
.section-form .error input[type=search],
.section-form .error input[type=tel],
.section-form .error input[type=text],
.section-form .error input[type=url] {
	border-color:#ff3c38;
}

.section-form textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:14.6rem;
	background-color:#f7f8fc;
}

.section-form textarea:focus {
	background-color:#fff;
}

.section-form input[type=button],
.section-form input[type=reset],
.section-form input[type=submit] {
	padding:1.6rem 2rem;
	font-size:2.2rem;
	border-radius:.5rem;
	border-width:0;
	line-height:1.27;
	text-transform:uppercase;
}

.steps-holder {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	margin-bottom:9rem;
}

.steps-holder::before {
	content:" ";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:3px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background-color:#d6daec;
	z-index:0;
}

.steps-holder .step {
	position:relative;
	z-index:5;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#d6daec;
	cursor:default;
}

.steps-holder .step.active {
	background-color:#fff;
	border:3px solid #0084f8;
}

.steps-holder .step.active .name {
	color:#232735;
	font-weight:500;
	top:32px;
}

.steps-holder .step:hover {
	z-index:10;
}

.steps-holder .step .name {
	position:absolute;
	top:35px;
	text-align:center;
	margin:0 auto;
	width:auto;
	min-width:14.5rem;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	font-style:normal;
	font-weight:400;
	font-size:1.8rem;
	line-height:1.16;
	color:#a1a4b1;
	-webkit-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s;
	transition:ease-in-out .3s;
}

.section-table {
	padding-top:4rem;
	padding-bottom:3rem;
}

.section-table.send-sms .table-holder td:first-child,
.section-table.send-sms .table-holder th:first-child {
	max-width:40px;
	padding-left:14px;
	padding-right:0;
}

.section-table.send-sms .table-holder td:first-child input[type=checkbox]+ label:before,
.section-table.send-sms .table-holder th:first-child input[type=checkbox]+ label:before {
	margin-right:0;
}

.section-table.send-sms .table-holder td:last-child,
.section-table.send-sms .table-holder th:last-child {
	text-align:left;
}

.section-table.send-sms .content {
	padding-right:3rem;
	max-width:60%;
}

.section-table.send-sms .container {
	padding-right:3rem;
	padding-left:5.4rem;
}

.section-table.send-sms textarea {
	border:1px solid #dae1f0;
	border-radius:5px;
	background-color:#f7f8fc;
	padding:2rem;
	font-weight:400;
	font-size:1.4rem;
	line-height:1.16;
	color:#232735;
	height:205px;
	outline:0;
}

.section-table.send-sms textarea:focus {
	border:1px solid #0084f8;
	background-color:#fff;
	-webkit-box-shadow:0 2px 8px rgba(0,132,248,.75);
	box-shadow:0 2px 8px rgba(0,132,248,.75);
}

.section-table.send-sms .table-holder tbody td:last-child:after {
	width:1.5rem;
}

.section-table.send-sms .table-holder tbody td:first-child:before {
	width:1.5rem;
}

.section-table .sidebar {
	width:58.5rem;
	padding-left:3rem;
	max-width:40%;
	position:relative;
}

.section-table .sidebar::before {
	content:" ";
	display:block;
	position:absolute;
	left:0;
	top:-4rem;
	bottom:0;
	width:1px;
	background-color:#dae1f0;
}

.section-table .sidebar form {
	font-weight:500;
	font-size:1.6rem;
	line-height:1.16;
	color:#a4a9b6;
}

.section-table .sidebar .btn {
	display:block;
	float:left;
	width:calc((100% - 34px)/2);
	font-weight:500;
	font-size:1.6rem;
	line-height:1.16;
	text-align:center;
}

.section-table .sidebar .btn+ .btn {
	margin-left:34px;
}

.section-table .sidebar .title {
	font-weight:400;
	font-size:2.8rem;
	line-height:1.16;
	margin-bottom:4rem;
}

.section-table .sidebar .title .description {
	font-weight:700;
	font-size:1.8rem;
	line-height:1.16;
	color:#a4a9b6;
}

.section-table .sidebar .info-block {
	background:#f9fafc;
	border-radius:5px;
	padding:1.6rem 1.8rem;
	font-weight:700;
	font-size:1.2rem;
	line-height:1.16;
	color:#0084f8;
	margin-bottom:2rem;
}

.section-table .sidebar .info-block.error,
.table-holder tbody td [class*=" icon-"].icon-trash:hover,
.table-holder tbody td [class^=icon-].icon-trash:hover {
	color:#ff3c38;
}

.section-table .content,
.settings-block .block-body form {
	width:100%;
}

.section-header,
.section-table .container {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.section-table .container {
	padding-left:84px;
	padding-right:84px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.section-header {
	margin-bottom:2rem;
}

.section-header .title,
.section-header h1 {
	font-weight:400;
	font-size:2.8rem;
	line-height:1.16;
	padding-right:3rem;
}

.section-header .title .description,
.table-holder thead th {
	font-weight:700;
	font-size:1.8rem;
	line-height:1.16;
	color:#a4a9b6;
}

.section-header h1 {
	margin-bottom:0;
}

.section-header,
.section-header .right-side {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.section-header .right-side {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.section-header .custom-select {
	margin-right:2rem;
	width:auto;
}

.section-header .select-selected {
	color:#0084f8;
	background:0 0;
	border:1px solid #0084f8;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	font-size:1.8rem;
	line-height:1.1;
	font-weight:500;
	padding:1.5rem 3rem 1.5rem 1.4rem;
	-webkit-box-shadow:none;
	box-shadow:none;
	min-width:15rem;
}

.section-header .select-selected:after {
	color:#0084f8;
	right:1.4rem;
}

.section-header .select-selected.select-arrow-active {
	border-radius:5px 5px 0 0;
}

.table-holder {
	max-width:100%;
	position:relative;
}

.table-holder table {
	margin-bottom:0;
	min-width:650px;
	position:relative;
	border-collapse:collapse;
}

.table-holder thead th {
	border:0;
	padding:1.6rem 2rem;
	font-size:1.2rem;
	background:#f9fafc;
	text-transform:uppercase;
	white-space:nowrap;
	text-align:left;
}

.table-holder thead th [class*=" icon-"],
.table-holder thead th [class^=icon-] {
	font-size:10px;
	line-height:1.4;
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
}

.table-holder thead th.sortable {
	cursor:pointer;
}

.table-holder thead th:first-child {
	border-radius:5px 0 0 5px;
	text-align:center;
	max-width:45px;
}

.table-holder thead th:last-child {
	border-radius:0 5px 5px 0;
	padding-right:4.5rem;
	text-align:center;
}

.table-holder tbody tr:hover td a.tel {
	color:#0084f8;
}

.table-holder tbody tr:hover td:first-child:before {
	background-color:#0084f8;
}

.table-holder tbody tr:hover td:last-child::after {
	background-color:#0084f8;
}

.table-holder tbody td {
	border:0;
	padding:2rem 2rem;
	border-bottom:1px solid #e5e5e5;
	font-weight:400;
	font-size:1.4rem;
	line-height:1.16;
	background-color:transparent;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	position:relative;
	text-align:left;
}

.table-holder tbody td a {
	color:#0084f8;
}

.table-holder tbody td a.mail {
	color:#000;
	text-decoration:none;
}

.table-holder tbody td a,
.table-holder tbody td a.mail:hover {
	text-decoration:underline;
}

.table-holder tbody td:first-child {
	text-align:center;
	max-width:45px;
}

.table-holder tbody td:first-child:before {
	content:" ";
	display:block;
	position:absolute;
	width:5.8rem;
	height:100%;
	background-color:transparent;
	right:100%;
	top:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	border-radius:5px 0 0 5px;
}

.table-holder tbody td:last-child {
	padding-right:4.5rem;
	text-align:center;
}

.table-holder tbody td:last-child::after {
	content:" ";
	display:block;
	position:absolute;
	width:5.8rem;
	height:100%;
	background-color:transparent;
	top:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	left:100%;
	border-radius:0 5px 5px 0;
}

.table-holder tbody td .tel {
	padding:.5rem 1.2rem;
	border-radius:5px;
	display:inline-block;
	background-color:#edf5fc;
	color:#0084f8;
	text-decoration:none;
}

.table-holder tbody td .status {
	padding:.5rem 1.2rem;
	border-radius:5px;
	display:inline-block;
	position:relative;
	min-width:90px;
	text-align:center;
}

.table-holder tbody td .status:before {
	content:" ";
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#232735;
	margin-right:5px;
	position:relative;
	top:-2px;
}

.table-holder tbody td .status.blue {
	background-color:#edf5fc;
	color:#0084f8;
}

.table-holder tbody td .status.blue:before {
	background-color:#0084f8;
}

.table-holder tbody td .status.red {
	background-color:#fff6f2;
	color:#ff3c38;
}

.table-holder tbody td .status.red:before {
	background-color:#ff3c38;
}

.table-holder tbody td [class*=" icon-"],
.table-holder tbody td [class^=icon-] {
	color:#a2bcd3;
	cursor:pointer;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	font-size:2rem;
}

.modal,
.modal-back {
	position:fixed;
	left:150%;
	opacity:0;
	-webkit-transition:opacity .3s,left .3s .3s;
	-o-transition:opacity .3s,left .3s .3s;
	transition:opacity .3s,left .3s .3s;
}

.modal-back {
	background:rgba(15,20,50,.8);
	top:0;
	width:100%;
	height:100%;
	z-index:1050;
}

.modal {
	width:415px;
	max-width:100%;
	max-height:100vh;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);
	box-shadow:0 0 20px rgba(0,0,0,.1);
	border-radius:10px;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:1100;
	padding:3rem 4rem;
}

.modal.open,
.modal.open+ .modal-back {
	left:50%;
	opacity:1;
	-webkit-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s;
}

.modal.open+ .modal-back {
	left:0;
	z-index:1050;
}

.modal .modal-close {
	position:absolute;
	top:-44px;
	right:-52px;
	cursor:pointer;
}

.modal .icon-close {
	font-size:3.7rem;
	color:#fff;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.modal .icon-close:hover,
.settings-block .block-body .cancel a {
	color:#ff3c38;
}

.modal-head {
	margin-bottom:4rem;
}

.modal-head .modal-title,
.section-settings h1 {
	font-weight:400;
	font-size:2.8rem;
	line-height:1.16;
	color:#232735;
}

.section-settings {
	padding-top:4rem;
}

.section-settings h1 {
	margin-bottom:4rem;
}

.section-settings h2 {
	font-weight:700;
	font-size:18px;
	line-height:21px;
}

.section-settings .container {
	padding-left:8.4rem;
	padding-right:8.4rem;
}

.settings-block .block-body .info-card-holder,
.settings-block .block-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.settings-block .block-header {
	margin-bottom:2.5rem;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.settings-block .block-header h2 {
	margin-bottom:.3rem;
}

.settings-block .block-body {
	width:100%;
	margin-bottom:8rem;
	color:#a1a4b1;
	font-weight:300;
}

.settings-block .block-body .cancel a:hover {
	text-decoration:underline;
	color:#ff3c38;
}

.settings-block .block-body .info-card-holder {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	margin-top:3rem;
}

.settings-block .block-body .info-card-holder .form-item {
	width:25%;
	margin-right:6rem;
}

.settings-block .block-body .info-card-holder .form-item:first-child {
	width:47%;
	margin-right:6rem;
}

.settings-block .block-body .info-card-holder .form-item:last-child {
	margin-right:0;
}

.settings-block .block-body .info-card-holder .form-item label img {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
}

.settings-block .block-body .plan-name {
	font-weight:400;
	font-size:1.8rem;
	color:#a1a4b1;
	margin-bottom:4rem;
}

.settings-block .block-body .flex-holder {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
}

.settings-block .block-body .col {
	width:calc((100% - 72px)/3);
}

.section-authorization .container .description p:last-child,
.section-settings .sidebar .panel .flex-holder .discount:last-child,
.settings-block .block-body .col .double:last-child,
.settings-block .block-body .col .form-item:last-child {
	margin-bottom:0;
}

.section-authorization {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-top:6rem;
	padding-bottom:6rem;
	padding-top:145px;
}

.section-authorization .forgot {
	text-align:right;
	font-size:12px;
	font-weight:500;
}

.section-authorization .container {
	max-width:330px;
}

.section-authorization .container .btn,
.section-settings h1 {
	width:100%;
}

.section-authorization .container h1 {
	margin-bottom:.5rem;
	font-style:normal;
	font-weight:700;
	font-size:3.2rem;
	line-height:1.16;
	text-align:center;
}

.section-authorization .container h1+ .description {
	color:#a4a9b6;
	margin-top:0;
	font-size:16px;
	margin-bottom:8rem;
}

.section-authorization .container .description {
	color:#232735;
	text-align:center;
	font-weight:400;
	font-size:1.8rem;
	line-height:1.16;
	width:320px;
	margin-left:-10px;
	margin-bottom:5rem;
}

.section-authorization .container .description p {
	margin-bottom:30px;
}

.panel .panel-header h2,
.section-authorization .container .description p a {
	font-weight:500;
}

.section-authorization .container .description .succesfully {
	font-weight:400;
	font-size:1.6rem;
}

.section-authorization .container .description .succesfully [class*=" icon-"],
.section-authorization .container .description .succesfully [class^=icon-] {
	vertical-align:middle;
	margin-right:1.4rem;
	font-size:20px;
}

.section-authorization .container .description .gray {
	color:#a4a9b6;
}

.brand-color {
	color:#0084f8;
}

.section-settings .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.section-settings .content {
	width:calc(100% - 420px - 30px);
}

.section-settings .content:last-child {
	width:100%;
}

.section-settings .sidebar {
	width:420px;
	margin-left:30px;
}

.section-settings .sidebar .panel .flex-holder {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.section-settings .sidebar .panel .flex-holder,
.section-settings .sidebar .panel .flex-holder .discount,
.section-settings .sidebar .panel .flex-holder .total {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
}

.section-settings .sidebar .panel .flex-holder .discount {
	font-weight:400;
	color:#7a808e;
	margin-bottom:2rem;
}

.section-settings .sidebar .panel .flex-holder .total {
	font-weight:700;
	color:#232735;
}

.section-settings .sidebar .panel .flex-holder .form-item {
	width:100%;
}

.section-settings .sidebar .panel .flex-holder .form-item .right-side {
	margin-left:auto;
	font-weight:700;
	font-size:1.6rem;
	color:inherit;
	text-align:right;
	position:relative;
}

.section-settings .sidebar .panel .flex-holder .form-item .right-side .descr {
	position:absolute;
	top:100%;
	right:0;
	display:block;
	font-style:italic;
	font-weight:300;
	font-size:10px;
	line-height:1.2;
	white-space:nowrap;
}

.panel .panel-body .info-card-holder .form-item:last-child,
.panel:last-child,
.section-settings .sidebar .panel .flex-holder .form-item:last-child {
	margin-bottom:0;
}

.section-settings .sidebar .panel .flex-holder .form-item:nth-last-child(2) {
	margin-bottom:2rem;
}

.panel {
	background:#fff;
	-webkit-box-shadow:0 3px 20px rgba(0,0,0,.08);
	box-shadow:0 3px 20px rgba(0,0,0,.08);
	border-radius:10px;
	padding:3rem 3.5rem;
	margin-bottom:3rem;
}

.panel .panel-header {
	margin-bottom:2.4rem;
}

.panel .panel-body {
	margin-bottom:0;
}

.panel .panel-body input[type=radio]+ label {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.panel .panel-body input[type=radio]+ label .icons {
	margin-left:auto;
	vertical-align:middle;
}

.panel .panel-body .info-card-holder {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.panel .panel-body .info-card-holder .form-item {
	width:calc((100% - 60px)/2);
}

.panel .panel-body .info-card-holder .form-item:nth-last-child(2) {
	margin-bottom:0;
}

.panel .panel-body .info-card-holder .form-item:first-child {
	width:100%;
	margin-right:0;
}

.panel .flex-holder {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.panel .flex-holder .double-phone,
.panel .flex-holder .form-item {
	width:calc((100% - 50px)/2);
}

.panel .flex-holder .double-phone:last-child,
.panel .flex-holder .form-item:last-child {
	margin-bottom:0;
}

.panel .flex-holder .double-phone:nth-last-child(2),
.panel .flex-holder .form-item:nth-last-child(2) {
	margin-bottom:0;
}

.panel .flex-holder .double-phone> .form-item {
	width:auto;
}
#pmpro_form .panel .form-item label, .double-phone label{
	font-weight: 400 !important;
}

@media (min-width:769px) {
	.form-item .discount {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.form-item .discount .btn-secondary {
		width:100%;
		margin-top:10px;
	}
	
	.form-item .discount input {
		width:100%;
		margin-right:0;
	}
}

@media (min-width:812px) and (max-height:414px) {
	.container {
		padding-left:50px!important;
		padding-right:50px!important;
	}
}

@media (min-width:1025px) {
	.form-item .discount {
		-ms-flex-wrap:inherit;
		flex-wrap:inherit;
	}
	
	.form-item .discount .btn-secondary {
		margin-top:0;
		width:auto;
	}
	
	.form-item .discount input {
		margin-right:1rem;
	}
}

@media (max-width:1679px) {
	.section-hero:before {
		background-position:top right;
		right:29%;
		width:71vw;
	}
	
	.section-hero:after {
		background-position:top right;
		right:0;
	}
}

@media (max-width:1440px) {
	.custom-select-preset .option td:first-child {
		max-width:240px;
	}
}

@media (max-width:1439px) {
	.section-hero:before {
		background-position:center right;
		right:15%;
		width:100%;
	}
	
	.section-hero:after {
		width:35%;
		height:50%;
		right:-4%;
	}
}

@media (max-width:1340px) {
	.custom-select-preset .option-header th {
		font-size:12px;
	}
	
	.custom-select-preset .option td:first-child {
		max-width:12rem;
	}
	
	.section-table.send-sms .content {
		max-width:70%;
	}
	
	.section-table .sidebar {
		max-width:30%;
	}
	
	.section-table .sidebar .btn {
		width:100%;
	}
	
	.section-table .sidebar .btn+ .btn {
		margin-left:0;
		margin-top:2rem;
	}
}

@media (max-width:1339px) {
	.section-settings .content {
		width:calc(100% - 40% - 30px);
	}
	
	.section-settings .sidebar {
		width:40%;
	}
}

@media (max-width:1200px) {
	.section-header,
	input[type=radio]+ label {
		-webkit-box-direction:normal;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
	}
	
	input[type=radio]+ label {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	input[type=radio]+ label .icons {
		width:100%;
		margin-left:0;
	}
	
	input[type=radio]+ label .icons img {
		margin-top:1.5rem;
	}
	
	.section-header {
		-webkit-box-orient:vertical;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.section-header .title,
	.section-header h1 {
		padding-right:0;
		margin-bottom:2rem;
	}
}

@media (max-width:1145px) {
	.custom-select-preset .option td:first-child {
		max-width:11rem;
	}
}

@media (max-width:1024px) {
	.btn,
	.btn-outline,
	.custom-select-preset .option td,
	.custom-select-preset .option-header th,
	.custom-select-preset .select-selected,
	.form-item .discount .text,
	.form-item .discount input,
	.form-item .quantity input[type=number],
	.form-item.password [class*=" icon-"],
	.form-item.password [class^=icon-],
	.option,
	.section-authorization .forgot,
	.section-form .description,
	.section-form .step-form-name,
	.section-form label,
	.section-header .select-selected,
	.section-header .title .description,
	.section-hero .form-side .fake-radio,
	.section-table .sidebar .btn,
	.section-table .sidebar .info-block,
	.section-table .sidebar form,
	.section-table.send-sms textarea,
	.select-selected,
	.settings-block .block-body .plan-name,
	.steps-holder .step .name,
	.steps-holder .step.active .name,
	.steps-holder .step:hover .name,
	.table-holder tbody td,
	.table-holder thead th,
	input[type=checkbox]+ label,
	input[type=date],
	input[type=email],
	input[type=password],
	input[type=radio]+ label,
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=url],
	label,
	textarea {
		font-size:16px;
	}
	
	.custom-select-preset .option td:nth-last-child(2),
	.custom-select-preset .option-header th:nth-last-child(2) {
		max-width:30px;
	}
	
	.custom-select-preset .option td:last-child,
	.custom-select-preset .option-header th:last-child {
		max-width:55px;
	}
	
	html {
		font-size:8.5px;
	}
	
	.nav-open .header nav {
		right:0;
		padding:20px;
		max-width:100vw;
		overflow:auto;
	}
	
	.nav-open .nav-opener span {
		background-color:transparent;
	}
	
	.nav-open .nav-opener span:before {
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:0;
	}
	
	.nav-open .nav-opener span::after {
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		top:0;
	}
	
	.nav-opener span,
	.nav-opener span::after,
	.nav-opener span:before {
		position:relative;
		display:block;
		width:20px;
		height:2px;
		background-color:#0084f8;
		-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
	}
	
	.nav-opener span::after,
	.nav-opener span:before {
		content:" ";
		position:absolute;
		top:-6px;
		left:0;
	}
	
	.nav-opener span::after {
		top:6px;
	}
	
	.header nav {
		position:absolute;
		width:65vw;
		top:100%;
		right:-65vw;
		background-color:#fff;
		-webkit-box-shadow:0 2px 5px rgba(24,43,92,.3);
		box-shadow:0 2px 5px rgba(24,43,92,.3);
		-webkit-transition:ease-in-out .3s;
		-o-transition:ease-in-out .3s;
		transition:ease-in-out .3s;
		height:calc(100vh - 100%);
		overflow:hidden;
		padding:0;
		max-width:0;
	}
	
	.header nav ul {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.header nav ul li {
		margin-right:0;
		width:100%;
		margin-bottom:20px;
	}
	
	.header nav ul li:last-of-type {
		margin-bottom:0;
	}
	
	.section-hero:after {
		width:40%;
		height:50%;
		right:-8%;
	}
	
	.settings-block .block-body .flex-holder {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.settings-block .block-body .col {
		width:100%;
		margin-bottom:2rem;
	}
	
	.settings-block .block-body .col:last-child {
		margin-bottom:0;
	}
	
	.section-authorization {
		padding-top:60px;
	}
	
	.section-authorization .container .description {
		font-size:18px;
	}
	
	.section-authorization .container .description .succesfully {
		font-size:16px;
	}
	
	.panel .flex-holder .double-phone,
	.panel .flex-holder .form-item {
		width:100%;
	}
	
	.panel .flex-holder .double-phone:nth-last-child(2),
	.panel .flex-holder .form-item:nth-last-child(2) {
		margin-bottom:2rem;
	}
}

@media (max-width:1023px) {
	.header .account-link,
	input[type=button],
	input[type=reset],
	input[type=submit] {
		font-size:16px;
	}
	
	.header .container {
		padding-left:15px;
		padding-right:15px;
	}
	
	.section-hero {
		height:auto!important;
	}
	
	.section-hero:before {
		background-position:center left;
		right:0;
	}
	
	.section-hero:after {
		width:100%;
		height:75%;
		right:0;
	}
	
	.section-hero .text-side {
		text-align:center;
		padding-right:0;
		padding-bottom:3rem;
		margin-top:0;
	}
	
	.section-hero .text-side .hero-description,
	.section-hero .text-side h1 {
		max-width:416px;
	}
	
	.section-hero .container {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	
	.section-hero .container,
	.steps-holder {
		padding-left:30px;
		padding-right:30px;
	}
	
	.steps-holder::before {
		left:30px;
		right:30px;
	}
	
	.section-table.send-sms .content {
		max-width:100%;
		padding-right:0;
	}
	
	.section-hero .container,
	.section-table.send-sms .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.section-table.send-sms .container {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
	}
	
	.section-table .sidebar {
		width:100%;
		max-width:100%;
		padding-left:0;
		padding-top:3rem;
	}
	
	.section-table .sidebar::before {
		content:none;
	}
	
	.section-settings .container,
	.section-table .container,
	.section-table.send-sms .container {
		padding-left:30px;
		padding-right:30px;
	}
	
	.section-authorization .container .description {
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
	}
	
	.section-settings .content {
		width:100%;
		max-width:100%;
	}
	
	.section-settings .sidebar {
		width:100%;
		max-width:100%;
		margin-left:0;
		margin-top:3rem;
	}
}

@media (max-width:768px) {
	html {
		font-size:8px;
	}
	
	.h5,
	h5 {
		font-size:18px;
	}
	
	.section-settings .sidebar .panel .flex-holder .form-item .right-side,
	blockquote {
		font-size:16px;
	}
}

@media (max-width:767px) {
	.section-hero .container,
	.section-hero .form-side {
		padding-left:15px;
		padding-right:15px;
	}
	
	.section-form input[type=date]+ input,
	.section-form input[type=email]+ input,
	.section-form input[type=password]+ input,
	.section-form input[type=search]+ input,
	.section-form input[type=tel]+ input,
	.section-form input[type=text]+ input,
	.section-form input[type=url]+ input,
	.section-form textarea+ input {
		width:100%;
		margin-top:3rem;
	}
	
	.section-form input[type=date]:nth-last-child(2),
	.section-form input[type=email]:nth-last-child(2),
	.section-form input[type=password]:nth-last-child(2),
	.section-form input[type=search]:nth-last-child(2),
	.section-form input[type=tel]:nth-last-child(2),
	.section-form input[type=text]:nth-last-child(2),
	.section-form input[type=url]:nth-last-child(2),
	.section-form textarea:nth-last-child(2) {
		width:100%;
	}
	
	.steps-holder .step .name {
		font-size:0;
	}
	
	.section-settings .container,
	.section-table .container,
	.section-table.send-sms .container {
		padding-left:15px;
		padding-right:15px;
	}
	
	.table-holder {
		overflow:auto;
	}
	
	.table-holder tbody td:first-child:before {
		display:none;
	}
	
	.table-holder tbody td:last-child::after {
		display:none;
	}
	
	.settings-block .block-body .info-card-holder {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.settings-block .block-body .info-card-holder .form-item {
		width:calc((100% - 20px)/2);
		margin-right:0;
	}
	
	.settings-block .block-body .info-card-holder .form-item:first-child {
		width:100%;
		margin-right:0;
	}
	
	.settings-block .block-body .info-card-holder .form-item:last-child {
		margin-right:0;
	}
	
	.section-authorization {
		padding-top:30px;
	}
}

@media (max-width:667px) {
	html {
		font-size:7.5px;
	}
	
	table th {
		padding:10px 5px;
	}
	
	table td {
		padding:7px 5px;
	}
	
	.section-hero .container {
		padding-top:0;
		padding-bottom:0;
	}
	
	.section-authorization .container {
		max-width:100%;
	}
}

@media (max-width:666px) {
	input[type=radio]+ label {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
	}
	
	input[type=radio]+ label .icons {
		width:100%;
		margin-left:0;
	}
	
	.double {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.double .form-item {
		width:100%;
		margin-bottom:2rem;
	}
	
	.double .form-item:last-child {
		margin-bottom:0;
	}
	
	.header nav {
		width:100vw;
		right:-100vw;
	}
	
	.section-header .right-side {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		width:100%;
	}
	
	.section-header .right-side> * {
		min-width:calc((100% - 15px)/2);
		margin-top:10px;
		margin-left:0;
		margin-right:0;
	}
	
	.modal {
		overflow:auto;
	}
	
	.modal .modal-close {
		top:2rem;
		right:2rem;
	}
	
	.modal .icon-close {
		color:#232735;
	}
	
	.modal-head .modal-title {
		padding-right:3rem;
	}
	
	.panel .panel-body .info-card-holder .form-item {
		width:calc((100% - 20px)/2);
	}
}

@media (max-width:375px) {
	.form-item .discount {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.form-item .discount .btn-secondary {
		width:100%;
		margin-top:10px;
	}
	
	.form-item .discount input {
		width:100%;
		margin-right:0;
	}
	
	html {
		overflow-x:hidden;
		font-size:7px;
	}
	
	.h5,
	h5 {
		font-size:17px;
	}
	
	blockquote {
		font-size:15px;
	}
}

@media (max-width:374px) {
	.section-hero .form-side .fake-radio:before {
		margin-right:5px;
	}
	
	.section-authorization .container .description {
		width:100%;
	}
}

@media (max-height:720px) {
	.modal {
		overflow:auto;
	}
	
	.modal .modal-close {
		top:2rem;
		right:2rem;
	}
	
	.modal .icon-close {
		color:#232735;
	}
}

.past-events-wrapper {
    margin-top: 60px;
}

.modal .modal-msg {
    position: relative;
    top: 18px;
    color: darkgreen;
}

.modal .modal-msg.error {
    color: red;
}

#send-sms-tabs {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

#send-sms-tabs li {
    display: inline;
    margin-right: 10px;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 99999 !important;
}

.team-multiselect {
    width: 20em;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.team-multiselect label {
    display: block;
    font-style: normal;
    font-weight: 400;
    color: #232735;
    margin: 5px 0;
    padding: 5px 0;
}

.team-multiselect input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px;
}

.team-multiselect label.multiselect-on {
    color: #ffffff;
    background-color: #3399ff;
}

.select2-container {
    min-width: 200px !important;
}

form .select2-container {
    width: 100% !important;
}

.table-holder tbody tr.active td {
	background-color: #0084f8;
	color: #fff;
}

.table-holder tbody tr.active td:first-child::before {
    background-color: #0084f8;
}

.table-holder tbody tr.active td:last-child::before {
    background-color: #0084f8;
}

#sms-progress {
    width: 100%;
    height: 20px;
}

.info-block span.sms-status-msg {
    display:block; 
    margin-top:10px;
}

#am-update-user-logo-frm input[type=submit]{
    width: auto;
    padding: 0.7rem 2rem;
    font-size: 18px;
}