[data-b24-crm-button-cont] {
	display: none !important;
}
svg {
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.body {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
}
h1, .h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 12px;
	line-height: 1.2;
}
h2, .h2 {
	font-size: 24px;
	line-height: 1.2;
}

h4, .h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 1.25;
	margin-bottom: 16px;
}
h5, .h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.25;
}
h6, .h6 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 1.3;
}
.body ul {
	list-style: disc;
	padding-left: 30px;
}
.breadcrumbs {
	display: none;
}
.container {
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
} 
.row {
	margin-left: -6px;
	margin-right: -6px;
	row-gap: 6px;
}
.row > * {
	padding-left: 6px;
	padding-right: 6px;
}
.bg-light {
	background-color: #eee;
}
.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #333;
}
.bg-yellow {
	background-color: #FFBE46;
}
.ta-center {
	text-align: center;
}
.s-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-white {
	color: #fff;
}
.text-yellow {
	color: #FFBE46;
}
.section {
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 2;
}
.top-section {
	position: relative;
	z-index: 2;
}
.top-section-container {
	padding-top: 60px;
	padding-bottom: 20px;
	min-height: calc(100vh - 121px);
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.top-section-img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
}
.top-section-content {
	margin-bottom: 20px;
}
.top-section-content > *:last-child {
	margin-bottom: 0;
}
.subtitle {
	color: #707070;
	margin-bottom: 4px !important;
}
.top-section-price {
	display: block;
	margin-bottom: 8px !important;
	color: #F05A0F;
}
.check-item {
	display: flex;
	flex-direction: column;
	padding: 10px;
	background: rgba(255,255,255, 0.12);
	backdrop-filter: blur(20px);
}
.check-item::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/landing/icons/check.svg) no-repeat center/contain;
	margin-bottom: 9px;
}
.result-section {
	
}
.result-content {
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 185px;
}
.result-img {
	height: 225px;
	position: absolute;
	z-index: -1;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
}
.result-img img {
	height: inherit;
}
.check-list ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.check-list li {
	padding-left: 28px;
	position: relative;
	min-height: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.check-list li::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 1px;
	top: 0;
	background: url(../img/landing/icons/check.svg) no-repeat center/contain;
}
.time-box {
	margin-top: 16px;
	padding: 20px 12px 40px;
}
.time-row {
	row-gap: 30px;
}
.time-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto 0;
	text-align: center;
	margin-bottom: 0 !important;
}

.time-ring svg {
	max-width: 100%;
	height: auto;
	width: 202px;
}
.info-list {
	row-gap: 12px;
}
.info-list-item {
	flex-direction: column;
}
.info-list-left {
	padding: 4px 8px;
	background-color: #fff;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	height: 100%;
}
.info-list-right {
	padding: 4px 8px;
	height: 100%;
	color: #333;
}
.shema-box {
/*	row-gap: 16px;*/
}
.shema-col {
	position: relative;
	padding-bottom: 16px;
}
.shema-col::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 19px;
	background: url(../img/landing/icons/arrow-dashed.svg) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.shema-col:last-child {
	padding-bottom: 0;
}
.shema-col:last-child::after {
	display: none;
}
.shema-item {
	padding: 12px 8px;
	background: rgba(255,255,255,0.12);
	border-radius: 12px;
	backdrop-filter: blur(20px);
	position: relative;
}

.shema-item-arrow {
	position: absolute;
	display: none;
	height: 16px;
	border-right: 1px dashed #9D9A95;
}
.shema-icon {
	display: inline-block;
	width: 28px;
	min-width: 28px;
	margin-right: 8px;
}
.shema-item-arrow::before,
.shema-item-arrow::after {
	content: '';
	position: absolute;
	display: inline-block;
	z-index: 2;
	
}
.shema-item-arrow::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9D9A95;
}
.shema-item-arrow::after {
	border-top: 7px solid #9D9A95;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.accent-text {
	font-weight: bold;
	line-height: 1.2;
	font-size: 60px;
	margin-bottom: 16px;
	color: #FFBE46;
}
.history-box {
	padding: 40px 0 0;
}
.shield {
	margin-top: 40px;
	text-align: center;
}
.team-card {
	background-color: #fff;
	margin-top: 16px;
	padding: 12px;
	
}
.team-card-photo {
	margin-top: 16px;
}
.team-card-content {
	height: 100%;
}
.team-card-quote {
	width: 40px;
	margin-bottom: 12px;
}
.team-card-write {
	width: 215px;
	margin-bottom: 4px;
}
.credit-history {
	padding: 20px 12px 12px;
	margin-top: 16px;
}

.fields {
	row-gap: 8px;
	margin-bottom: 8px;
}
.field {
	position: relative;
}
.field.valid .icon-valid {
	display: inline-block;
}
.field-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.field-icon svg {
	float: left;
}
.field-control {
	padding: 12px 12px 12px 36px;
	transition: all 0.1s;
	font-size: 14px;
	width: 100%;
	border: 1px solid transparent;
	background-color: #FECE76;
}
.field-control:focus {
	border: 1px solid #333;
}
.field-control:hover {
	background-color: #FFD890;
}
.field-control.invalid {
	border-color: #C61309;
}
.field-control-dark {
	background-color: #141414;
	color: #fff;
}
.field-control-dark.invalid .agree-box-dark {
	border: 1px solid #C61309;
}
.field-control-dark:focus {
	border: 1px solid #707070;
}
.field-control-dark:hover {
	background-color: #2A2929;
}
.field-control-light {
	background-color: #F7F7F7;
	color: #707070;
}
.field-control-light:hover {
	background-color: #eee;
}

.agree-checkbox {
	display: none;
}
.agree-checkbox.invalid + .agree-box {
	border: 1px solid #C61309;
}
.agree-checkbox:checked + .agree-box::after {
	display: inline-block;
}
.agree-checkbox:checked + .agree-box{
	background-color: #fff;
}
.agree-checkbox:checked:hover + .agree-box{
	background-color: #FFE5B5;
}
.agree-checkbox:checked + .agree-box-dark{
	background-color: #FFBE46;
}
.agree-checkbox:checked:hover + .agree-box-dark {
	background-color: #FFD890;
}
.agree-checkbox:checked + .agree-box-light {
	background-color: #FFBE46;
}
.agree-checkbox:checked:hover + .agree-box-light {
	background-color: #FFD890;
}
.agree-box {
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	left: 0;
	top: 0;
	background-color: #FFD890;
	border: 1px solid transparent;
}
.agree-box::after {
	content: '';
	display: none;
	width: 16px;
	height: 16px;
	background: url(../img/icons/check-input-brend.svg) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.agree-box-dark {
	background-color: #505050;
	transition: all 0.1s;
}
.agree-box-dark::after {
	background: url(../img/icons/check-input.svg) no-repeat center;
}
.agree-box-dark:hover {
	background-color: #9D9A95;
}
.agree-box-light {
	background-color: #eee;
}
.agree-box-light::after {
	background: url(../img/icons/check-input.svg) no-repeat center;
}
.agree-box-light:hover {
	background-color: #FFE5B5;
}
.agree-label {
	display: block;
	color: #333;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	min-height: 24px;
	padding-left: 32px;
}
.agree-label a {
	text-decoration: underline;
}
.agree-label-dark {
	color: #ccc;
}
.agree-label-light {
	color: #707070;
}
.icon-valid {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.icon-valid svg {
	float: left;
}
.popup-v2 {
	padding: 0 !important;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1px !important;
}
.popup-form {
	background-color: #fff;
	padding: 16px;
}
.popup-close {
	min-width: 40px;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	background-color: #F7F7F7;
	transition: all 0.1s;
}
.span {
	min-width: 40px;
}
.popup-close:hover {
	background-color: #eee;
}
.popup-form-top h6 {
	margin-bottom: 0;
}
.popup-form-subtitle {
	font-size: 14px;
/*	margin-bottom: 8px;*/
	color: #333;
}
.popup-form-content {
	display: none;
}
.popup-form-content.active {
	display: flex;
	flex-direction: column;
}
.popup-form-result {
	display: none;
}
.popup-form-result.active {
	display: flex;
	flex-direction: column;
}
.popup-form-result h6 {
	margin-bottom: 16px;
}
.popup-form-result .popup-form-subtitle {
	margin-bottom: 12px;
}
.popup-form-result .popup-form-top {
	margin-bottom: 16px;
}
.popup-form-result-icon {
	width: 40px;
}
::-webkit-input-placeholder {color:#505050; font-size: 14px; font-family: 'Raleway', sans-serif;}
::-moz-placeholder          {color:#505050; font-size: 14px; font-family: 'Raleway', sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {color:#505050; font-size: 14px; font-family: 'Raleway', sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {color:#505050; font-size: 14px; font-family: 'Raleway', sans-serif;}