* {
	font-family: 'SF UI Text';
}

img {
	max-width: 100%;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}

.bg_white {
	background-color: #ffffff;
	: #ffffff;
}

.top-logo img {
	max-width: 60px;
}

.content {
	width: 100%;
	flex: 0 0 100%;
	align-self: start;
}


.footer {
	flex: 0 0 100%;
	align-self: end;
	margin-top: 3rem;
}

.head-menu {
	list-style: none;
	display: flex;
	margin: 0px;
	padding: 0px;
}

.prevuy {
	margin-bottom: 50px;
}

.head-menu li {
	margin-right: 15px;
}

.head-menu li a {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #828282;
}

.auth-menu {
	list-style: none;
	display: flex;
	color: #232323;
	margin: 0px;
	padding: 0px;
}

.auth-menu li {
	margin-left: 15px;
}

.auth-menu li a {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #232323;
}

.top-menu {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 5px 0px;
}

.head-text {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #232323;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bg-gray {
	background: #F4F4F4;
}

.blog-popular {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.title-popular {
	color: #232323;
	font-size: 16px;
	font-weight: 500;
}

li.title-popular:after {
	content: "";
	display: inline-block;
	background: #5CC874;
	width: 4px;
	height: 23px;
	vertical-align: middle;
	border-radius: 2px;
	margin: 0px 15px;
}

.blog-popular li a {
	color: #828282;
	font-size: 14px;
	font-weight: 300;
	padding: 0px 10px;
	display: block;
}

.banner-index {
	background-image: url(/images/banner.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	padding: 50px 0px;
}

.prevuy h1.h1 {
	font-weight: 450;
	font-size: 44px;
	line-height: 54px;
	color: #FFFFFF;
}

.h1-descript {
	font-weight: 450;
	font-size: 20px;
	line-height: 25px;
}

.order-index-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 3px rgb(0 0 0 / 47%);
	border-radius: 2px;
	padding: 15px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.order-index-item-body {
	font-weight: 450;
	font-size: 20px;
	line-height: 25px;
	color: #232323;
	margin-bottom: 30px;
}

.order-index-item-footer {
	align-self: end;
	width: 100%;
}

.btn.btn-green {
	background: #5CC874;
	box-shadow: 0px 6px 12px rgba(17, 45, 101, 0.09);
	border-radius: 2px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

.arrows-light {
	display: inline-block;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;

	/* black */

	color: #232323;
}

.arrows-light:before {
	content: "";
	display: inline-block;
	background-image: url(/images/arrow-left.svg);
	width: 40px;
	height: 40px;
	position: relative;
	top: 26px;
	margin-right: 15px;
}

.arrows-light:after {
	content: "";
	display: inline-block;
	background-image: url(/images/arrow-right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	top: 28px;
	margin-left: 15px;
}

.steeps {
	background-size: 22%;
	background-image: url(/images/steep.svg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 46px;
	max-width: 993px;
	margin: auto;
}

.steep-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 3px rgb(17 45 101 / 15%);
	border-radius: 2px;
	margin-top: 25px;
	padding: 15px;
}

.steep-title {

	font-weight: 450;
	font-size: 23px;
	line-height: 28px;
	display: flex;
	max-width: 300px;
	align-items: center;
	color: #232323;
}

.steep-number {
	font-weight: 750;
	font-size: 35px;
	line-height: 35px;

	color: #232323;
	width: 15px;
}

.steep-text {
	font-weight: 450;
	font-size: 18px;
	line-height: 22px;

	max-width: 300px;

	color: #828282;
	margin-top: 10px;
}

.opinius-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 3px rgb(17 45 101 / 15%);
	border-radius: 2px;
	padding: 15px;
	margin-top: 20px;
}

.opinius-item-title {
	font-weight: 450;
	font-size: 23px;
	line-height: 28px;

	/* black */

	color: #232323;
}

.opinius-item-body {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;

	/* gray text */

	color: #828282;
	padding: 15px 0px;
}

.opinius-item-footer {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;


	/* gray text */

	color: #828282;
	border-top: 1px solid #F4F4F4;
	padding-top: 15px;
}

.opinius {
	margin-top: 40px;
	margin-bottom: 40px;
}

.detail-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;


	text-decoration-line: underline;

	/* black */

	color: #232323;
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 50px;
}

.articles-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 3px rgb(17 45 101 / 15%);
	border-radius: 2px;
	padding: 15px;
	margin-top: 20px;
}

.articles-item-title {
	font-weight: 450;
	font-size: 20px;
	line-height: 25px;

	/* black */

	color: #232323;
}

.articles-item-body {
	height: 200px;
}

.articles-date {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */


	/* gray text */

	color: #828282;
}

.btn.btn-detail {
	background: #5CC874;
	/* 500 */

	box-shadow: 0px 6px 12px rgba(17, 45, 101, 0.09);
	border-radius: 2px;
}

.articles {
	margin-top: 50px;
}

footer {
	background: #3F3F3F;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu-footer {
	list-style: none;
	font-weight: 450;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */


	/* stroke_clr */

	color: #D8D8D8;
	padding: 0px;
	margin: 0px;
}

li.footer-title {
	margin-bottom: 15px;
}

.menu-footer a {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	/* stroke_clr */

	color: #D8D8D8;
	margin: 5px 0px;
	display: inline-block;
}

@media (max-width:1028px) {
	ul.head-menu {
		display: none;
	}

	.banner-index {
		background-size: 600%;
	}

	.arrows-light {
		font-size: 24px;
	}

	.arrows-light:before,
	.arrows-light:after {
		display: none;
	}
}
@media (max-width: 410px) {
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 11px;
}
.title_white {
    margin-top: 20px;
}
button.send_info {
    padding: 5px 5px;
}
.opinius-item-body {
    font-size: 14px;
}
.articles-item-body {
    min-height: 150px;
}
}
.t-sociallinks__item {
    margin: 20px 0;
}

.t-input-block {
    margin: 20px 0;
}

div {}

.t718__form-bottom-text.t-text.t-text_xs {
    margin-top: 20px;
}

textarea.t-input.js-tilda-rule.t-input_bbonly {
    resize: none;
    width: 100%;
    padding: 10px;
}

.t-form__submit {
    text-align: end;
}
.podrobno{
    text-align: end;
}

.bg-white {
    padding: 20px;
    box-shadow: 0px 6px 3px rgb(17 45 101 / 15%);
	border-radius: 2px;
}
button.t-submit {
    background: #5CC874;
    box-shadow: 0px 6px 12px rgb(17 45 101 / 9%);
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
    border: 0;
}
.phone_contact {
	color: rgb(46, 43, 42);

}