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;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
form {
	margin: 0; padding: 0;
}.error {
   color:red;
   font-family: Lato;
	font-size: 12px;
	display:block;
	width:100%;
    
     
}
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;
}
.title-block {
	font-size: 32px; line-height: 38px; text-align: center; font-weight: 700;
}
.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;
}
.bt {
	display: flex; justify-content: center; -ms-align-items: center; align-items: center; text-align: center;
	transition: .3s; height: 40px; background: #76C453; cursor: pointer; border-radius: 5px; font-size: 15px;
	color: #fff; font-weight: 700;
}
.bt:hover {
	background: #7fd15a;
}
.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(../img/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(../img/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(../img/mail.svg); 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(../img/phone.svg); 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: #76C453;
}
.site-nav li a.active:after {
	content: ''; display: block; background: #76C453; 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 #76C453; border-radius: 4px;
	font-size: 15px;
	line-height: 18px;
	color: #76C453;
}
.site-header .bt-1:hover,
.bt-1:hover {
	background: #76C453; color: #fff;
}
.site-header .bt-1 {
	color: #76C453; 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;
}
.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(../img/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(../img/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: #76C453; border-radius: 4px;
}
.current-range:before,
.current-range:after {
	content: ''; display: block; background: #76C453; 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(../img/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: #76C453;
}
.device-block .tabs a.active:after {
	content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -2px; width: 100%;
	background: #76C453; 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(../img/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, #76C453 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(../img/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, #76C453 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(../img/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: #76C453; border-color: #76C453;
}
.item-checkbox input:checked  + .custom-checkbox:before {
	content: ''; display: block; background: url(../img/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: #76C453;
}
.offer-bar .qq-link:before {
	content: ''; display: block; background: url(../img/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: #76C453; border-color: #76C453;
}
.form-block .agree input:checked  + span:before {
	content: ''; display: block; background: url(../img/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(../img/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: #76C453;
}
.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: #76C453;
}
.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;
}


.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(../img/check.svg) 50% 50% no-repeat #76C453; border-color: #76C453;
}


.custom-select select {
	background: url(../img/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: #76C453;
	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: #76C453;
	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;
}


.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('../img/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('../img/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;}