html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	position: relative;
	background: #fafafa;
	font-size: 14px;
	color: #1C1C1C;
	font-family: 'Lato';
}

* {
	outline: none;
	box-sizing: border-box;
}

small {
	font-size: 12px;
}

img {
	border: none;
	vertical-align: top;
}

.responsive-image {
	max-width: 100%;
}

form {
	margin: 0;
	padding: 0;
}

input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	border: none;
	resize: none;
	display: block;
	width: 100%;
	font-family: 'Lato';
}

input[type="text"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

button[type="submit"] {
	cursor: pointer;
}

::-moz-placeholder {
	opacity: 1;
}

label {
	cursor: pointer;
}

H1,
H2,
H3,
H4,
H5 {
	margin: 0;
	padding: 0;
}

.callback img {
	width: 80px;
	height: 80px
}

.callback {
	display: block !important;
	position: fixed;
	bottom: 50px;
	right: 50px;
	font-size: 0;
	z-index: 1000;
}

.title-block {
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	font-weight: 700;
}

.subtitle-block a {
	text-decoration: underline;
	color: #7dc87d;
	margin: 0px 10px;
}

.subtitle-block {
	margin: 18px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}

.hidden {
	display: none;
}

.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1310px;
	padding: 0 15px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.justify-space {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.align-start {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.align-center {
	-ms-align-items: center;
	align-items: center;
}

.align-end {
	-ms-align-items: flex-end;
	align-items: flex-end;
}

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

a {
	color: #0062d1;
	text-decoration: none;
	transition: .3s;
}

p {
	margin: 0;
}

.userimg {
	border-radius: 5px;
	width: 100%;
	max-width: 300px
}

.bt {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	transition: .3s;
	height: 40px;
	background: #4B81DD;
	cursor: pointer;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}

.info-row label {
	width: 100%;
	font-size: 12px;
	font-family: 'Lato'
}

.imrad {
	width: 50px;
	float: right
}


.bt:hover {
	background: #7DABF9;
}

.bt-2 {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	transition: .3s;
	height: 40px;
	background: #F5F5F5;
	cursor: pointer;
	border-radius: 5px;
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 700;
}

.bt-2:hover {
	background: #efeeee;
}

.bold {
	font-weight: 700;
}

/* header
------------------------------------------------ */
.site-header {
	position: relative;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(26, 49, 71, 0.1);
}

.site-header a {
	color: #1C1C1C;
}

.header-content {
	height: 108px;
}

.site-header .header-item {
	position: relative;
	min-width: 166px;
	padding: 0 20px 0 0;
	text-align: right;
}

.site-header .header-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -34px;
	height: 68px;
	background: #F0F0F0;
	width: 1px;
}

.site-header .item-app {
	display: inline-block;
	margin-left: 13px;
}

.site-header .instruction {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 15px;
	line-height: 18px;
}

.site-header .instruction:before {
	content: '';
	display: block;
	background: url(../i/icon-instruction.svg);
	width: 28px;
	height: 28px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

.site-header .info {
	line-height: 17px;
}

.site-header .info p {
	margin-top: 7px;
}

.site-header .info p:first-child {
	margin-top: 0;
}

.site-header .info a {
	border-bottom: solid 1px;
	display: inline-block;
	line-height: 1.1;
}

.site-header .info a:hover {
	border-bottom-color: transparent;
}

.site-header .user {
	text-align: right;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	min-width: 145px;
	padding-left: 15px;
}

.site-header .user .logout {
	color: #FF4545;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	padding-left: 22px;
}

.site-header .user .logout:before {
	content: '';
	display: block;
	background: url(../i/logout.svg);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.header-inner {
	width: 76%;
	padding: 18px 0;
}

.block-contacts {
	margin-right: auto;
}

.block-contacts>div {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	line-height: 18px;
}

.block-contacts .mail:before {
	content: '';
	display: block;
	background: url(../i/mail.svg?a=1);
	width: 16px;
	height: 12px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 4px;
}

.block-contacts .phone {
	margin-top: 14px;
}

.block-contacts .phone:before {
	content: '';
	display: block;
	background: url(../i/phone.svg?a=1);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 2px;
}

.site-nav li {
	margin: 0 30px 0 10px;
}

.site-nav li a {
	display: inline-block;
	color: #1C1C1C;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0;
	position: relative;
}

.site-nav li a.active {
	color: #4B81DD;
}

.site-nav li a:hover {
	color: #4B81DD;
}

.site-nav li a:hover:after {
	content: '';
	display: block;
	background: #4B81DD;
	border-radius: 1px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.site-nav li a.active:after {
	content: '';
	display: block;
	background: #4B81DD;
	border-radius: 1px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.bt-1 {
	display: flex;
	justify-content: center;
	text-align: center;
	-ms-align-items: center;
	height: 40px;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #4B81DD;
	border-radius: 4px;
	font-size: 15px;
	line-height: 18px;
	color: #4B81DD;
}

.site-header .bt-1:hover,
.bt-1:hover {
	background: #4B81DD;
	color: #fff;
}

.site-header .bt-1 {
	color: #4B81DD;
	width: 150px;
}

/* end header */


.audience-block {
	padding-top: 48px;
}

.audience-block .top-left {
	max-width: 40%;
	margin-top: 38px;
}

.audience-block H1 {
	font-size: 24px;
	line-height: 29px;
	margin-right: 20px;
}

.inner H1 {
	font-size: 24px;
	line-height: 29px;
	margin-right: 20px;
}

.audience-block .text-note {
	max-width: 57%;
	font-size: 15px;
	line-height: 24px;
}

.audience-block .content {
	margin-top: 40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(26, 49, 71, 0.1);
	border-radius: 10px;
	padding: 40px 34px;
}

.date-range {
	font-size: 15px;
	line-height: 18px;
}

.date-range .item {
	margin-right: 10px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.date-range .item input {
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	width: 158px;
	height: 40px;
	padding-left: 16px;
	background: url(../i/calendar.svg) 100% 50% no-repeat #fff;
	border-right: 0;
	font-size: 15px;
	color: #1C1C1C;
}

.date-range p {
	margin-right: 10px;
}

.date-range .bt {
	width: 96px;
	margin-left: 10px;
}


.diagram-one {
	position: relative;
	width: 51%;
	margin-top: 60px;
	border-right: solid 2px #F0F0F0;
	padding-right: 40px;
}

.diagram-item {
	position: relative;
	padding: 20px 0 0 44px;
	width: 100%;
}

.diagram-item:first-child {
	min-height: 82px;
}

.diagram-item:last-child {
	padding-bottom: 20px;
}

.diagram-col {
	position: relative;
	max-width: 228px;
	margin-top: 6px;
	padding: 0 20px;
	background: #FFFFFF;
	box-shadow: 0px 6px 24px rgba(26, 49, 71, 0.08);
	border-radius: 10px;
}

.diagram-col:before {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	border-radius: 13px;
	background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: blue; stroke-width: 1; stroke-dasharray: 19 17'/></svg>");
}

.diagram-content {
	max-width: 530px;
}

.diagram-item .subtitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.diagram-item .total {
	font-size: 15px;
	line-height: 18px;
	opacity: 0.6;
	margin-top: 5px;
}

.diagram-item .custom-checkbox {
	position: absolute;
	top: 29px;
	left: 0;
}

.diagram-top {
	margin: 0 auto;
	max-width: 256px;
	padding: 20px 10px 0 64px;
	background: #FFFFFF;
	box-shadow: 0px 6px 24px rgba(26, 49, 71, 0.08);
	border-radius: 10px;
}

.diagram-top:before {
	display: none;
}

.diagram-top .custom-checkbox {
	left: 20px;
}

.diagram-top .custom-checkbox,
.diagram-top .custom-checkbox span {
	border-radius: 50%;
}

.diagram-top .subtitle {
	font-size: 17px;
}

.diagram-one .diagram-top .icon {
	background: url(../i/icon-1.svg);
	width: 42px;
	height: 42px;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}

.diagram-arrows {
	position: relative;
	margin: 40px auto 0;
	max-width: 295px;
	height: 34px;
	z-index: 2;
	border: 1px solid #506CD1;
	border-radius: 6px 6px 0 0;
	border-bottom: 0;
}

.diagram-arrows .top-line {
	background: #506CD1;
	width: 1px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: -40px;
}

.diagram-arrows:before,
.diagram-arrows:after {
	content: '';
	display: block;
	background: #506CD1;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	position: absolute;
	left: -3px;
	bottom: -3px;
}

.diagram-arrows:after {
	left: auto;
	right: -3px;
}

.time-range {
	margin-top: 84px;
}

.time-range p {
	font-size: 15px;
	line-height: 24px;
}

.time-range span {
	border-bottom: 2px dashed #aaa;
	display: inline-block;
	line-height: 1.1;
}

.time-range .line-range {
	position: relative;
	height: 5px;
	background: #F5F5F5;
	border-radius: 4px;
	margin-top: 25px;
}

.current-range {
	position: relative;
	height: 5px;
	background: #4B81DD;
	border-radius: 4px;
}

.current-range:before,
.current-range:after {
	content: '';
	display: block;
	background: #4B81DD;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}

.current-range:after {
	left: auto;
	right: -7px;
}

.diagram-two {
	position: relative;
	width: 48%;
	max-width: 500px;
	margin-top: 60px;
}

.diagram-two .diagram-top .icon {
	background: url(../i/icon-2.svg);
	width: 42px;
	height: 42px;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}

.diagram-two .diagram-arrows {
	border-color: red
}

.diagram-two .diagram-arrows .top-line {
	background: red
}

.diagram-two .diagram-arrows:before,
.diagram-two .diagram-arrows:after {
	background: red
}

.diagram-two .diagram-col {
	max-width: 208px;
	width: 50%;
}

.diagram-two .diagram-col:before {
	background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 19 17'/></svg>");
}

.diagram-two .diagram-item {
	padding-right: 0;
}

.hr {
	height: 2px;
	background: #F0F0F0;
}


.device-block {
	padding: 60px 0;
}

.device-block H2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
}

.device-block H2 span {
	font-weight: 700;
	font-size: 32px;
}

.device-block .content {
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(26, 49, 71, 0.1);
	border-radius: 10px;
	padding: 40px;
}

.device-block .tabs {
	border-bottom: solid 2px #F5F5F5;
}

.device-block .tabs a {
	color: rgba(28, 28, 28, .7);
	font-size: 17px;
	line-height: 20px;
	display: block;
	padding-bottom: 20px;
	margin-right: 40px;
	position: relative;
	z-index: 2;
}

.device-block .tabs a:last-child {
	margin-right: 0;
}

.device-block .tabs a.active {
	color: #4B81DD;
}

.device-block .tabs a.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	width: 100%;
	background: #4B81DD;
	height: 2px;
}

.device-block .table {
	margin-top: 40px;
	font-size: 15px;
	line-height: 18px;
}

.device-block .table .mob-title {
	display: none;
}

.device-block .table .cell {
	width: 25%;
	padding: 11px 0 11px 16px;
}

.device-block .table-head {
	display: flex;
	background: #F5F5F5;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	font-weight: 700;
}

.device-block .table-row {
	display: flex;
	border-bottom: 1px solid #F0F0F0;
}

.pagination {
	margin-top: 60px;
}

.pagination a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	color: rgba(28, 28, 28, .7);
	font-size: 15px;
	line-height: 18px;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	margin-right: 20px;
}

.pagination a.active {
	background: #F5F5F5;
}

.pagination .prev:before,
.pagination .next:before {
	content: '';
	display: block;
	background: url(../i/arrow.svg);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
}

.pagination .prev:before {
	transform: rotate(180deg);
}

.pagination .disable {
	opacity: .3;
	cursor: default;
}

.device-block .options {
	margin-top: 60px;
	font-size: 15px;
	line-height: 18px;
}

.device-block .options .bt,
.device-block .options .bt-2 {
	padding: 0 16px;
	margin-left: 20px;
}

.device-block .options p {
	margin: 0 10px;
}


.promo-block {
	position: relative;
	z-index: 2;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 0 100px 80px;
	background: #fff;
}

.promo-block .content {
	padding-top: 84px;
}

.promo-block .title {
	font-size: 65px;
	line-height: 78px;
	font-weight: 700;
}

.promo-block .subtitle {
	font-size: 24px;
	line-height: 29px;
	margin-top: 20px;
}

.promo-block .form-block {
	margin-top: 60px;
}

.promo-block .presentation {
	width: 596px;
	height: 792px;
	background: linear-gradient(36.96deg, #4B81DD 0%, #A4DB5D 100%);
	border-radius: 21px 0 0 21px;
	color: #fff;
	position: relative;
	padding-top: 60px;
	position: absolute;
	right: 0;
	bottom: -20px;
}

.promo-block .presentation .image {
	position: relative;
	display: inline-block;
}

.promo-block .presentation .image>img {
	box-shadow: 0px 13px 26px rgba(28, 54, 16, 0.2);
	border-radius: 9px;
}

.promo-block .presentation .image .inner {
	position: absolute;
	bottom: -33px;
	right: 80px;
}

.promo-block .presentation .image .inner img {
	box-shadow: 0px 13px 26px rgba(28, 54, 16, 0.2);
	border-radius: 9px;
}

.promo-block .presentation .text {
	padding: 101px 0 0 30px;
	position: relative;
	margin: 57px 0 0 79px;
}

.promo-block .presentation .text:before {
	content: '';
	display: block;
	background: url(../i/route.svg) no-repeat;
	width: 269px;
	height: 130px;
	position: absolute;
	top: 0;
	left: -30px;
}

.promo-block .presentation .text H4 {
	font-size: 18px;
	line-height: 22px;
}

.promo-block .presentation .text p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 14px;
}


.work-block {
	padding: 140px 0;
}

.work-block .subtitle-block {
	max-width: 774px;
}

.work-block__list {
	display: flex;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-item {
	max-width: 298px;
	margin-top: 80px;
	text-align: center;
}

.list-item .image {
	text-align: center;
	min-height: 170px;
}

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

.list-item__description {
	font-size: 16px;
	line-height: 26px;
	margin-top: 14px;
}




.pricing-block {
	padding: 0 0 140px;
	min-width: 300px;
	background: #fafafa;
}

.pricing-content {
	background: linear-gradient(6.36deg, #4B81DD 0%, #A4DB5D 100%);
	border-radius: 40px 20px 20px 40px;
	margin-top: 80px;
	color: #fff;
	padding: 40px 0 40px 40px;
	width: 100%;
	clip-path: polygon(100% 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 100% 100%, 0 96%, 0 3%);
}

.pricing-content .item {
	position: relative;
	padding: 0 40px;
	border-left: 2px solid #F0F0F0;
	width: 25%;
}

.pricing-content .item:first-child {
	border-left: 0;
}

.pricing-content .item:nth-child(3) {
	max-width: 280px;
}

.pricing-content .item .head {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}

.pricing-content .item p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 26px;
}

.pricing-content .item .period {
	color: #71BA50;
	font-size: 80px;
	line-height: 80px;
	font-weight: 900;
	text-align: right;
}

.pricing-content .qq-item {
	width: 20%;
	background: url(../i/info.svg) 50% 50% no-repeat;
	min-width: 172px;
	height: 172px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}

.pricing-content .qq-item a {
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 2px;
	display: inline-block;
	color: #fff;
	border-bottom: dashed 2px rgba(255, 255, 255, .5);
}





.feedback-block {
	min-width: 300px;
	background: #F5F5F5;
	position: relative;
	z-index: 2;
}

.feedback-block .text {
	padding: 40px 0;
	width: 58%;
}

.feedback-block .text .title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
}

.feedback-block .text p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 18px;
}

.feedback-block .with-form {
	position: relative;
	width: 40%;
	max-width: 407px;
}

.feedback-block .form-block {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}


.base-block {
	min-width: 300px;
	background: #E5E5E5;
}

.base-block .options {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 20px;
}

.item-checkbox {
	position: relative;
	padding-left: 26px;
	margin-top: 28px;
}

.item-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.item-checkbox .custom-checkbox {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid #1C1C1C;
	border-radius: 2px;
}

.item-checkbox input:checked+.custom-checkbox {
	background: #4B81DD;
	border-color: #4B81DD;
}

.item-checkbox input:checked+.custom-checkbox:before {
	content: '';
	display: block;
	background: url(../i/check2.svg) 50% 50% no-repeat;
	width: 12px;
	height: 9px;
	background-size: 100% 100%;
}

.item-checkbox .head {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}

.item-checkbox p {
	font-size: 13px;
	line-height: 16px;
	opacity: 0.7;
}




.offer-bar {
	background: #FFFFFF;
	border-radius: 6px;
	margin-top: 20px;
	padding: 20px;
}

.offer-bar .text {
	font-size: 24px;
	line-height: 29px;
}

.offer-bar .qq-link {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	line-height: 19px;
	font-size: 16px;
	color: #4B81DD;
}

.offer-bar .qq-link:before {
	content: '';
	display: block;
	background: url(../i/question-circle.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}

.offer-bar .qq-link span {
	border-bottom: dashed 1px #e5f4df;
	display: block;
}

.offer-bar .bt {
	width: 140px;
	height: 50px;
	margin-left: 20px;
}



.form-block {
	max-width: 407px;
}

.form-block form {
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(26, 49, 71, 0.1);
	border-radius: 10px;
	padding: 20px;
}

.form-block .form-item {
	margin-bottom: 20px;
}

.form-block .form-item input {
	background: #FFFFFF;
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	padding: 0 16px;
	height: 50px;
	font-size: 15px;
	color: #1C1C1C;
}

.form-block button {
	height: 50px;
}

.form-block .agree {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-left: 28px;
	line-height: 18px;
}

.form-block .agree input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.form-block .agree span {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #1C1C1C;
	background: #fff;
	border-radius: 2px;
}

.form-block .agree input:checked+span {
	background: #4B81DD;
	border-color: #4B81DD;
}

.form-block .agree input:checked+span:before {
	content: '';
	display: block;
	background: url(../i/check2.svg) 50% 50% no-repeat;
	width: 12px;
	height: 9px;
	background-size: 100% 100%;
}

.form-block .note {
	margin-top: 20px;
	line-height: 24px;
}


.decision-block {
	padding: 307px 0 70px;
}

.decision-block .subtitle-block {
	max-width: 720px;
}

.search-wrapper {
	max-width: 844px;
	margin: 0 auto;
}

.decision-block .search-form {
	margin-top: 80px;
	position: relative;
}

.decision-block .search-form input {
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	height: 50px;
	padding: 0 42px;
	font-size: 16px;
}

.decision-block .search-form button {
	background: url(../i/loupe.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 17px;
}

.search-results {
	margin-top: 10px;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(26, 49, 71, 0.1);
	border-radius: 4px;
	padding: 20px;
	font-size: 16px;
	line-height: 19px;
}

.search-results .row:first-child {
	margin-top: 0;
}

.search-results .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.search-results .row .text {
	max-width: 80%;
}

.search-results .row .active {
	color: #1C1C1C;
	border-bottom: dashed 2px rgba(28, 28, 28, .6);
}

.search-results .row .theme {
	font-weight: 700;
}

.search-results .row .order-link {
	color: #4B81DD;
}

.search-results .gallery .image {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 150px;
	height: 200px;
	background: #F5F5F5;
	border-radius: 6px;
	margin: 14px 20px 0 0;
	overflow: hidden;
}

.search-results .gallery .image img {
	min-width: 100%;
	height: 200px;
	object-fit: cover;
}



.bases-block {
	margin: 70px auto 0;
	padding: 70px 0 140px;
	max-width: 1280px;
	border-top: 1px solid #F0F0F0;
	;
}

.bases-block .container {
	padding: 0;
}

.bases-block .options {
	margin-top: 80px;
	width: 407px;
}

.bases-block .custom-select select {
	padding: 0 16px;
	height: 50px;
}

.bases-block .options-content {
	background: #FFFFFF;
	border-radius: 6px;
	margin-top: 20px;
	padding: 20px;
}

.bases-block .map {
	margin-top: 80px;
	width: 843px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 20px;
}

.bases-block .scroll-list {
	position: relative;
	height: 322px;
	overflow: hidden;
}

.bases-block .scroll-list:after {
	content: '';
	display: block;
	height: 42px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 4px;
}

.bases-block .note {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

#mCSB_1_scrollbar_vertical {
	opacity: 0;
	display: none;
}


.site-footer {
	position: relative;
	min-width: 300px;
	padding: 44px 0;
	background: #F5F5F5;
}

.site-footer .bt-1 {
	width: 150px;
	background: transparent;
}

.site-footer .bt-1:hover {
	background: #4B81DD;
}

.footer-inner {
	width: 76%;
}


.question-modal {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	max-width: 844px;
	padding: 40px;
	margin: 0 auto;
}

.modal-title {
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px;
}

.item-question {
	margin-top: 30px;
}

.item-question .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.item-question p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 14px;
}

.question-modal .form-block {
	max-width: 370px;
	margin: 60px auto 0;
	padding: 0;
}

.question-modal .form-block form {
	box-shadow: none;
}


.preview-block {
	background: url(/img/bg1.png) repeat-x #FDFDFD;
	min-height: 640px;
	overflow: hidden;
	min-width: 300px;
}

.preview-content {
	max-width: 625px;
	padding-top: 118px;
	width: 49%;
	padding-left: 30px;
	padding-bottom: 20px;
}

.preview-title {
	font-weight: 800;
	font-size: 52px;
	line-height: 70px;
}

.preview-content p {
	margin-top: 20px;
	font-size: 19px;
	line-height: 34px;
	opacity: 0.9;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #798384;
	opacity: 1;
	/* Firefox */
}


.preview-buttons {
	margin-top: 60px;
	max-width: 406px;
}

.preview-buttons a {
	width: 388px;
	height: 50px;
}

.preview-image {
	max-width: 625px;
	position: relative;
	width: 49%;
	text-align: center;
}

.preview-image img {
	width: 750px;
}


.start-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.start-block .title-block {
	padding-bottom: 60px;
}

.start-block .item {
	max-width: 407px;
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(26, 62, 97, 0.05);
	border-radius: 10px;
	padding: 20px;
	width: 32%;
}

.start-block .item .top {
	display: flex;
}

.start-block .item .icon {
	min-width: 72px;
}

.start-block .item .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	max-width: 200px;
}

.start-block .item p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 25px;
}


.cabinet-block {
	padding: 0 0 140px;
}

.cabinet-block .bt {
	margin: 40px auto 0;
	max-width: 216px;
	height: 50px;
}

.slider-screens {
	position: relative;
	margin: 60px auto 0;
	max-width: 968px;
	overflow: hidden;
}

.slider-screens:after,
.slick-track:after {
	position: relative;
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.slider-screens .item {
	position: relative;
	float: left;
	background-position: 50% 0;
	width: 100%;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}

.slider-screens .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.9) 100%), rgba(28, 28, 28, 0.6);
	background: none;
}

.slider-screens .item .image {
	position: absolute;
	left: 0;
	top: 20px;
	right: 0;
}

.slider-screens .item .image img {
	max-width: 100%;
}

.slider-screens .item .caption {
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.slick-dots li * {
	display: none;
}

.slick-dots li {
	margin: 0 3px;
	border: 1px solid #4B81DD;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
}

li.slick-active {
	background: #4B81DD;
}


.results-block {
	min-width: 300px;
	background: #F5F5F5;
	padding: 70px 0;
}

.results-block .list {
	max-width: 844px;
	margin: 0 auto;
	padding-top: 20px;
}

.results-block .item {
	margin-top: 60px;
	max-width: 407px;
	width: 49%;
}

.results-block .item .title {
	position: relative;
	padding-left: 24px;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

.results-block .item .title:before {
	content: '';
	display: block;
	background: url(../i/check-square.svg);
	width: 16px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	background-size: 100% 100%;
}

.results-block .item p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 25px;
}


.tariff-block {
	padding-bottom: 30px;
	padding-top: 30px;
}

.item-tariff {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(26, 62, 97, 0.05);
	border-radius: 10px;
	width: 49%;
	max-width: 806px;
	margin-top: 30px;
	padding: 20px;
}

.item-tariff .title {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 8px;
}

.item-tariff li {
	position: relative;
	padding-right: 20px;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}

.item-tariff li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: 900;
	font-size: 16px;
	line-height: 25px;
}

.alert {
	color: red;
	padding-top: 20px;
}

.form-item input {
	background: #FFFFFF;
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	padding: 0 16px;
	height: 50px;
	font-size: 15px;
	color: #1C1C1C;
}

.w32 {
	width: 32%;
}

.preview-buttons a {
	width: 260px;
}

.item-tariff li.icon-plus:after {
	content: '+';
	color: #4B81DD;
}

.item-tariff li.icon-plus1:after {
	content: '1 шт';
	color: #4B81DD;
}

.item-tariff li.icon-plus2:after {
	content: '2 шт';
	color: #4B81DD;
}

.item-tariff li.icon-minmimal3:after {
	content: '3 мес.';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-minmimal6:after {
	content: '6 мес.';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-minmimal12:after {
	content: '12 мес.';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-minmimal:after {
	content: '3 мес.';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-minmimal4:after {
	content: '4 мес.';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-minus:after {
	content: '–';
	color: #4B81DD;
	opacity: 0.6;
	color: #1C1C1C;
}

.item-tariff li.icon-bind:after {
	content: '∞';
	color: #4B81DD;
}

.item-tariff li:last-child {
	margin-top: 35px;
}

.item-tariff .info-row {
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.item-tariff .info-row .price {
	color: #4B81DD;
	font-weight: 900;
}

.item-tariff .info-row .old-price {
	color: #BDBDBD;
	font-size: 15px;
	text-decoration-line: line-through;
	margin-right: 6px;
	font-weight: 600;
}

.item-tariff .bt {
	height: 50px;
	margin-top: 40px;
}


.reviews-block {
	min-width: 300px;
	background: #fff;
	padding: 70px 0 74px;
}

.reviews-block .list {
	margin: 0 auto;
	max-width: 850px;
	padding-top: 40px;
}

.item-review {
	width: 49%;
	max-width: 406px;
	margin-top: 40px;
	line-height: 25px;
}

.item-review .name {
	font-weight: 700;
	font-size: 18px;
}

.item-review .post {
	font-size: 16px;
	opacity: 0.7;
	margin-top: 4px;
}

.item-review p {
	margin-top: 10px;
}

.bt-all {
	text-align: center;
	margin-top: 40px;
}

.bt-all a {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1C1C1C;
	border-bottom: dashed 1px rgba(28, 28, 28, .7);
}


.faq-block {
	padding: 30px 0 180px;
}

.faq-list {
	max-width: 843px;
	margin: 0 auto;
	padding-top: 63px;
}

.faq-list .item {
	background: #fff;
	margin-top: 17px;
}

.faq-list .item .title {
	position: relative;
	min-height: 92px;
	padding: 20px 60px 20px 20px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	cursor: pointer;
}

.faq-list .item .title:after {
	content: '';
	display: block;
	background: url(../i/arrow2.svg);
	width: 16px;
	height: 10px;
	position: absolute;
	top: 40px;
	right: 20px;
	transform: rotate(180deg);
	opacity: .4;
	transition: .3s;
}

.faq-list .item .title.active:after {
	transform: rotate(0deg);
	opacity: 1;
}

.faq-list .item .text {
	padding: 0 20px 23px;
	font-size: 16px;
	line-height: 25px;
	display: none;
}




.custom-checkbox {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	width: 24px;
	height: 24px;
}

.custom-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox span {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 24px;
	border: 2px solid #1C1C1C;
	border-radius: 4px;
}

.custom-checkbox input:checked+span {
	background: url(../i/check.svg) 50% 50% no-repeat #4B81DD;
	border-color: #4B81DD;
}


.rub {
	font-family: 'Rouble';
}

.custom-select select {
	background: url(../i/arrow-icon.png) 100% 50% no-repeat #FFFFFF;
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	color: #1C1C1C;
	font-size: 15px;
	padding: 0 30px 0 16px;
	height: 40px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	background: #4B81DD;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 6px;
	background: #4B81DD;
	border-radius: 4px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.alertblock {
	border: 1px solid red !important;
}

.form-item label {
	color: red;
	font-size: 11px;
}

.boximage {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.imagebox {
	position: relative;

}

.navbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.nav:hover {
	background: #4b81dd;
	color: #fff;
}

.nav {
	display: block;
	float: left;
	width: 29%;
	cursor: pointer;
	border: 1px solid #364f9f;
	border-radius: 5px;
	padding: 3px;
	margin: 6px;
}

#electric {
	padding-top: 80px;
	padding-bottom: 129px;
}

#viewtop {
	padding-top: 50px;
	padding-bottom: 107px;
}

.navsel {
	background: #4b81dd;
	color: #fff;
}

h1 {
	color: #1C1C1C
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font-size: 9pt;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	background: #fff;
	display: none;
	z-index: 9999 !important;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background: url('../i/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../i/datepicker-arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: linear-gradient(top, #ededed 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.inlineform_t {
	background: #FFFFFF;
	border: 2px solid #F5F5F5;
	border-radius: 4px;
	padding: 0 16px;
	height: 50px;
	font-size: 15px;
	color: #1C1C1C;
	float: left;
	max-width: 360px;
	margin-right: 20px
}

.tovars .image {
	text-align: center;
	padding-top: 10px;
}

.tovars img {
	max-height: 100px;
	max-width: 100%;
}

.tovars {
	max-width: 1310px;
	margin-top: 13px
}

.tovar .name {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 8px;
}

.tovar {
	margin: 10px;
	margin-top: 20px;
	background: #FFFFFF;
	border: 1px solid #EEE;
	box-shadow: 0px 5px 10px rgba(26, 62, 97, 0.05);
	border-radius: 10px;
	padding: 20px;
}

.subform {
	width: 700px;
	display: inline-block;
	padding: 30px;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}


.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


table.blueTable {
	border: 1px solid #4B81DD;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table.blueTable td,
table.blueTable th {
	border: 1px solid #EEEEEE;
	padding: 3px 2px;
}

table.blueTable tbody td {
	font-size: 13px;
	color: #1C1C1C;
}

table.blueTable tr:nth-child(even) {
	background: #D0E4F5;
}

table.blueTable thead {
	background: #4B81DD;
	background: -moz-linear-gradient(top, #78a0e5 0%, #5d8de0 66%, #4B81DD 100%);
	background: -webkit-linear-gradient(top, #78a0e5 0%, #5d8de0 66%, #4B81DD 100%);
	background: linear-gradient(to bottom, #78a0e5 0%, #5d8de0 66%, #4B81DD 100%);
	border-bottom: 2px solid #EEEEEE;
}

table.blueTable thead th {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #D0E4F5;
}

table.blueTable thead th:first-child {
	border-left: none;
}

table.blueTable tfoot td {
	font-size: 14px;
}

table.blueTable tfoot .links {
	text-align: right;
}

table.blueTable tfoot .links a {
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
}