body {
	font-family: "ProximaNova", "Arial", sans-serif;
	margin: 0px;
}

h1,
h2,
h3 {
	margin: 0;
}

.container {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	vertical-align: baseline;
	box-sizing: border-box;
}

.select-steps {
	padding: 30px 24px 30px 24px;
	background: #f7f7f4;
}

.select-steps-s {
	padding-top: 5px !important;
}

.content {
	border-radius: 3px;
	box-shadow: 0 0 15px #d0d0d0;
	margin: 0;
	background-color: #f7f7f4;
}

.select-medium {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 20px 0 0 0;
}

.select-medium-s {
	padding: 15px 5px;
}

.select-medium__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* .medium-item {
			border-radius: 6px;
			transition: .4s;
			background-color: #fff;
			border: 1px solid rgba(0, 0, 0, 0.5);
			margin: 0 0 8px;
			padding: 10px 12px 11px 12px;
			box-shadow: inset 0px 2px 3px #c0c1c0;
			cursor: pointer;
		}

		.medium-item:hover {
			border-radius: 6px;
			transition: .4s;
			background: rgba(0, 0, 0, 0.1);
			box-shadow: none;
			color: 000;
		}

		.medium-item {
			border: 1px solid rgba(0, 0, 0, 0.5);
			margin: 0 0 8px;
			padding: 10px 23px 11px 23px;
			cursor: pointer;
			position: relative;
			height: 100%;
			display: block;
			color: #000;
			text-decoration: none;
			background-size: 100% 100%;
		} */

.medium-input {
	border: 1px solid #000;
	margin: 0 0 0px;
	padding: 10px 50px 11px 23px;
	cursor: pointer;
	position: relative;
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	float: right;
}

.medium-item-2step {
	border: 1px solid #000;
	margin: 0 0 8px;
	padding: 10px 23px 11px 23px;
	cursor: pointer;
	position: relative;
	height: 100%;
	display: block;
	background-size: 100% 100%;
	color: #000;
	text-decoration: none;
}

.medium-item-select {
	margin: 0 0 8px;
	padding: 10px 23px 11px 23px;
	cursor: pointer;
	position: relative;
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	background-size: 100% 100%;
}

.medium-item:hover,
.medium-item:active {
	text-decoration: none;
}

a.medium-item:visited,
a.medium-item:focus {
	text-decoration: none;
}

.content-result {
	padding: 15px 0 20px;
}

.result-author {
	float: right;
	width: 190px;
}

.result-title {
	width: 690px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.restxt {
	margin: 0;
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #474D5E;
}

.restxt-s {
	margin-top: 10px;
	font-size: 14px;
}

.restxt-s p {
	margin: 0;
}

.result-title a {
	text-decoration: none;
	color: #000;
}

.result-name {
	width: 690px;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 29px;
	font-weight: bold;
}

.result-text {
	width: 690px;
	margin-right: 10px;
	font-size: 18px;
}

.result-button {
	margin-top: 60px;
}

.result-button a {
	text-decoration: none;
	border: 1px solid #d0dcec;
	color: #1252a1;
	padding: 10px 20px;
}

.select-title {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #474D5E;
	font-weight: bold;
}

.select-title-s {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
}

.select-title--cont {
	font-size: 36px;
	line-height: 100%;
}

/* .select-title span {
			display: block;
		} */

.select__desc-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
	padding: 20px 10px 15px;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.select__desc-wrapper .select__desc {
	margin-bottom: 5px;
}

.select__desc {
	margin: 0;
	/* margin-top: 10px; */
	font-size: 18px;
	color: #474D5E;
}

.select__desc-s {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}

.form-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 50px;
	margin: 35px 0 0 0;
	position: relative;
}

.form-item-s {
	.amount {
		font-size: 14px;
		padding-left: 30px;
	}
}

.form-item:before {
	content: url('search-icon.png');
	position: absolute;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.form-item__label {
	width: 100%;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.amount {
	width: 100%;
	height: 100%;
	padding: 0 10px 0 45px;
	font-family: inherit;
	font-size: 20px;
	border: 0 !important;
	box-sizing: border-box;
	outline: none;
}


.btn_next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 203px;
	font-size: 20px;
	color: #fff;
	background-color: #009935;
	border: none;
	border-radius: 0;
	margin: 0 !important;
	padding: 0;
	box-shadow: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: 0.3s;
	cursor: pointer;
}

.btn_next-s {
	width: 130px;
}


.btn_next:hover {
	background-color: #0ac049;
	border-radius: 0;
}

.select__note {
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #474D5E;
}

.content-link {
	font-size: 18px;
	display: none;
}

.content-link .link {
	color: #2386f4;
}

.select__chekbox {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.select__input {
	min-width: 16px;
	min-height: 16px;
}

.select__label {
	display: flex;
	align-items: center;
}

.select__input {
	margin-right: 10px;
}

.checkbox__title {
	margin-bottom: 10px;
}

.refr {
	padding: 10px 5px;
	display: block;
}


.checkbox-list {
	display: flex;
	flex-direction: column;
}

.checkbox-list label {
	cursor: pointer;
}

.result {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 230px; */
	min-height: 30px;
	padding: 0 7px 0 26px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	box-sizing: border-box;
}

.result-s {
	margin-top: 5px !important;
}

.result::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 5px;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
}

.result__content h2 {
	font-size: 1.2em;
}

.result__content p {
	margin: .5em 0;
	padding-right: 20px;
}

.select-logo {
	width: 268px;
}

.select-logo-s {
	width: 80%;
}

.select-logo img {
	width: 100%;
}

.search-result {
	background-color: #f7f7f4;
	padding: 10px 0 15px 40px;
	box-sizing: border-box;
	margin-right: 10px;
}

.result__content h2 {
	color: #2a2a2a;
	font-size: 20px;
}

p>b {
	color: #2a2a2a;
	font-size: 16px;
}

#resent {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	padding: 10px 40px;
	background-color: #4295fa;
	position: relative;
	margin-top: 35px;
	margin-bottom: 10px;
}

.points0,
.points1 {
	position: relative;
	padding-left: 20px;
	color: #3e3e3e;
}

.points0 b,
.points1 b {
	position: relative;
}

.points0 b::before,
.points1 b::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	left: -17px;
	border-radius: 50%;
	background-color: #69b264;
}

.points1 b::before {
	background-color: #fa0136;
}

.select-loader {
	display: flex;
	align-items: center;
}

.select-loader.hide {
	display: none;
}

.select-loader p {
	margin: 0 0 0 40px;
	font-size: 20px;
	color: #3e3e3e;
}

.select-loader img {
	animation: loadertrs .2s linear infinite;
}

@keyframes loadertrs {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(45deg);
	}
}

.doc-lights_state_yellow {
	background-color: #F29C1E;
}

.doc-lights_state_green {
	background-color: #09BE47;
}

.doc-lights_state_red {
	background-color: #DB0F34;
}

.doc-lights_state_yellow::before {
	background-image: url('icon/icon-risk-y.svg');
}

.doc-lights_state_green::before {
	background-image: url('icon/icon-risk-w.svg');
}

.doc-lights_state_red::before {
	background-image: url('icon/icon-risk-r.svg');
}

.sem .select-medium {
	padding: 22px 27px 19px 27px;
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.inn {
	font-size: 20px;
	color: #A0A0A0;
}

.inn-s {
	font-size: 16px !important;
}

.reshref {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 41px;
	padding: 0;
	margin: 0;
	margin-top: 35px;
	color: #fff;
	background-color: #058eff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	border: none;
	transition: 0.3s;
	text-decoration: none;
}

.reshref-s {
	height: 35px;
	margin-top: 10px;
	font-size: 14px;
}

.reshref:hover {
	background-color: #3fa8ff;
}

.cname h2 {
	font-size: 16px;
	color: #474D5E;
	width: 250px;
}

.cname {
	max-width: 100%;
}

.cname-s {
	max-width: 100%;
}

.cname-s h2 {
	font-size: 14px !important;
	max-width: 100%;
}

@media (max-width: 425px) {

	.select-steps {
		padding-left: 5px;
		padding-right: 5px;
	}

	.select-title {
		font-size: 28px;
	}

	.select-title-s {
		margin-top: 5px;
		font-size: 18px;
		line-height: 1.2;
	}

	.select-medium {
		margin: 30px 0 0 0;
	}

	.select-medium-s {
		padding: 15px 5px !important;
		margin-top: 5px;
	}
	

	.sem .select-medium {
		padding: 15px 17px;
	}

	.select-medium__wrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.form-item {
		height: 38px;
	}

	.form-item:before {
		left: 10px;
	}

	.amount {
		font-size: 16px;
		padding-left: 35px;
	}

	.btn_next {
		font-size: 16px;
		width: 115px;
	}

	.btn_next-s {
		width: 130px;
		font-size: 14px;
	}

	.inn {
		margin-top: 0;
	}

	.doc-lights_state_yellow,
	.doc-lights_state_green,
	.doc-lights_state_red {
		width: auto;
		margin-top: 20px;
		font-size: 14px;
	}
}