/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
	min-height: -webkit-fill-available;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: MullerLight;
	src: url("./../fonts/Muller/Muller-Light.otf") format("opentype");
}

@font-face {
	font-family: MullerRegular;
	src: url("./../fonts/Muller/Muller-Regular.otf") format("opentype");
}

@font-face {
	font-family: MullerMedium;
	src: url("./../fonts/Muller/Muller-Medium.otf") format("opentype");
}

@font-face {
	font-family: MullerHeavy;
	src: url("./../fonts/Muller/Muller-Heavy.otf") format("opentype");
}

@font-face {
	font-family: MullerBold;
	src: url("./../fonts/Muller/Muller-Bold.otf") format("opentype");
}

@font-face {
	font-family: MullerExtraBold;
	src: url("./../fonts/Muller/Muller-ExtraBold.otf") format("opentype");
}

@font-face {
	font-family: MullerBlack;
	src: url("./../fonts/Muller/Muller-Black.otf") format("opentype");
}

body {
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #64667C;
}

p {
	margin: 20px 0 25px;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
	line-height: 26px;
}

strong {
	font-family: "MullerBold", sans-serif;
}

b {
	font-family: "MullerMedium", sans-serif;
}

.container {
	max-width: 1146px;
	min-width: 960px;
	margin: auto;
}

.container_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.container_left {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding-left: 395px;
	box-sizing: border-box;
}

.marker {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 0px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #0AB93B;
	background: url("../images/icons/down.png") no-repeat center center;
}

.marker:after {
	display: none;
	position: absolute;
	left: 0;
	bottom: -14px;
	z-index: 2;
	width: 22px;
	height: 8px;
	content: '';
	background: url("../images/icons/trigon_green.png") no-repeat center center;
}

.section {
	min-width: 360px;
	padding: 15px 0 50px;
}

.section_sm {
	padding-bottom: 30px;
}

.main-head {
	margin: 40px 0 13px;
	font-family: "MullerExtraBold", sans-serif;
	font-size: 40px;
	line-height: 46px;
	color: #000855;
	text-align: center;
}

.main-head_sm {
	margin: 30px 0 25px;
	font-family: "MullerExtraBold", sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #000855;
}

.main-title,
.main-title_h {
	width: 70%;
	margin: 15px auto;
	font-size: 17px;
	line-height: 24px;
	color: #64667C;
	text-align: center;
}

.main-title_h {
	margin-top: 25px;
}

.foto-wrap img {
	max-width: 100%;
}

.logo-credit img {
	max-width: 100%;
}

.logo_mob {
	display: none;
}

.link {
	font-family: "MullerBold", sans-serif;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.8s ease;
}

.link:hover {
	text-decoration: none;
}

.link_bord {
	text-decoration: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.link_bord:hover {
	border-color: transparent;
}

.link_white {
	color: #fff;
}

.link_green {
	color: #0AB93B;
}

.check,
.close {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
}

.check:before,
.close:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	content: ' ';
	background: url("../images/icons/check_green_smal.png") no-repeat center top;
}

.close:before {
	background: url("../images/icons/close.png") no-repeat left top;
}

.icon {
	display: inline-block;
	width: 49px;
	height: 49px;
	vertical-align: middle;
	background-size: contain;
	/*&_purse {
    background: url('../images/icons/purse.png') no-repeat center center;
  }*/
}

.icon img {
	max-width: 100%;
}

.icon_light {
	background: url("../images/icons/svg/light.svg") no-repeat center center;
}

.icon_person {
	background: url("../images/icons/svg/person.svg") no-repeat center center;
}

.icon_basket {
	background: url("../images/icons/svg/basket.svg") no-repeat center center;
}

.icon_union {
	background: url("../images/icons/svg/union.svg") no-repeat center center;
}

.icon_file {
	background: url("../images/icons/svg/file.svg") no-repeat center center;
}

.line {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	vertical-align: middle;
}

.line_down_green {
	background: url("../images/icons/svg/line_down_green.svg") no-repeat center center;
}

.line_right {
	background: url("../images/icons/svg/line_right.svg") no-repeat center center;
}

.line_right_green {
	background: url("../images/icons/svg/line_right_green.svg") no-repeat center center;
}

.line_endless {
	background: url("../images/icons/svg/line_endless.svg") no-repeat center center;
}

.line_glass {
	background: url("../images/icons/glass.png") no-repeat center center;
}

.line_blank {
	background: url("../images/icons/svg/blank.svg") no-repeat center center;
}

.view {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 65px;
}

.view:after {
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: -15px;
	width: 30px;
	height: 30px;
	font-family: "MullerExtraBold", sans-serif;
	background: url("../images/icons/check_green.png") no-repeat center center;
}

.view_purse {
	background: url("../images/icons/svg/purse.svg") no-repeat center center;
	background-size: contain;
}

.view_purse:after {
	background: url("../images/icons/check.png") no-repeat center center;
}

.view_box {
	background: url("../images/icons/svg/box.svg") no-repeat center center;
}

.view_presen {
	background: url("../images/icons/svg/presen.svg") no-repeat center center;
}

.view_file_pen {
	background: url("https://www.finofy.com/fi/wp-content/uploads/2019/06/zmarta.png") no-repeat center center;
}

.view_file_pen:after {

	content: '1';
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #0AB93B;
}

.view_clock {
	background: url("https://www.finofy.com/fi/wp-content/uploads/2019/06/ferratum.png") no-repeat center center;
}

.view_clock:after {
	content: '2';
	line-height: 30px;
	font-size: 14px;
	color: #0AB93B;
	text-align: center;
	border-radius: 50%;
	background: #fff;
}

.view_portm {
	background: url("https://www.finofy.com/fi/wp-content/uploads/2019/10/omalaina.png") no-repeat center center;
}

.view_portm:after {
	content: '3';
	line-height: 30px;
	font-size: 14px;
	color: #0AB93B;
	text-align: center;
	border-radius: 50%;
	background: #fff;
}

.btn {
	position: relative;
	display: inline-block;
	height: 50px;
	font-family: "MullerBold", sans-serif;
	font-size: 17px;
	text-align: center;
	border-radius: 40px;
	border: none;
	outline: none;
	transition: background 0.8s ease;
}

.btn_more {
	width: 150px;
	margin: 5px 0 20px;
	color: #0AB93B;
	background: rgba(10, 185, 59, 0.1);
	border: solid 1px rgba(10, 185, 59, 0.1);
}

.btn_more a {
	color: #0AB93B;
	text-decoration: none;
}

.btn_more:hover {
	background: #fff;
	border: solid 1px #0AB93B;
}

.btn_more .line {
	margin-left: 0px;
	vertical-align: -2px;
}

.btn_slid,
.btn_consider,
.btn_scrin,
.btn_risicum,
.btn_auto {
	display: block;
	width: 198px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	margin: 40px auto 25px;
	color: #fff;
	box-shadow: 0px 15px 10px rgba(0, 8, 85, 0.05);
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.25) 100%);
}

.btn_slid:hover,
.btn_consider:hover,
.btn_scrin:hover,
.btn_risicum:hover,
.btn_auto:hover {
	color: #000855;
	background: #FFFFFF;
	box-shadow: 0px 15px 10px rgba(0, 8, 85, 0.05);
}

.btn_slid:hover .line_right,
.btn_scrin:hover .line_right,
.btn_risicum:hover .line_right {
	background: url("../images/icons/svg/line_right_blue.svg") no-repeat center center;
}

.btn_consider:hover .line_endless {
	background: url("../images/icons/svg/line_endless_blue.svg") no-repeat center center;
}
#result {
	width: 100%;
}
.btn_result-link {
	display: block;
	width: 211px;
	margin-bottom: 8px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}

.btn_result-click {
	display: block;
	width: 211px;
	margin-bottom: 8px;
	color: #0AB93B;
	font-family: "MullerRegular", sans-serif;
	background: rgba(10, 185, 59, 0.1);
	border: solid 1px rgba(10, 185, 59, 0.1);
}

.btn_result-click:hover {
	background: #fff;
	border: solid 1px #0AB93B;
}

.btn_result-click:after {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	display: block;
	width: 100%;
	height: 40px;
	content: "";
	background: transparent;
}

.btn_result-click .line {
	margin-left: 0px;
	vertical-align: -2px;
}

.btn_info_open {
	background: rgba(10, 185, 59, 0.2);
	border: none;
	border-radius: 20px 20px 0 0;
}

.btn_info_open:hover {
	border: none;
	color: #0AB93B;
	background: rgba(10, 185, 59, 0.2);
}

.btn_info_open:before {
	position: absolute;
	left: calc(50% - 15px);
	bottom: -36px;
	z-index: 1;
	display: block;
	content: '';
	width: 30px;
	height: 12px;
	background: url("../images/icons/trigon.png") no-repeat center center;
}

.btn_info_open:after {
	background: rgba(10, 185, 59, 0.2);
}

.btn_info_open span {
	background: url("../images/icons/close_green.png") no-repeat center center;
}

.disp {
	position: relative;

}
.btn_header {
	display: none;
	width: 240px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    background: #0AB93B;
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
	
    position: absolute;
    bottom: 0;

}
.btn_header.fixed {
	position: fixed;
    top: 0;
    z-index: 30;
}

.btn_result-link,
.btn_intro,
.btn_aside,
.btn_fdb,
.btn_lain {
	background: linear-gradient(180deg, #04AE34 0%, #0AB93B 70.72%, #23CB52 92.82%);
	box-shadow: 0px 15px 10px rgba(22, 212, 162, 0.1);
}

.btn_result-link:hover,
.btn_intro:hover,
.btn_aside:hover,
.btn_fdb:hover,
.btn_lain:hover {
	background: linear-gradient(180deg, #009129 0%, #00AA30 70.72%, #23CB52 92.82%);
}

.btn_intro {
	width: 217px;
	height: 70px;
	color: #fff;
	line-height: 70px;
	text-decoration: none;
}

.btn_aside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 284px;
	height: 50px;
	margin: 20px 0 35px;
	padding: 0 25px 0 30px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
}

.btn_scrin,
.btn_risicum {
	min-width: 304px;
	margin: 35px 0 35px;
	width: auto;
	display: inline-block;
	padding: 0px 21px;
}

.btn_fdb {
	width: 257px;
	height: 70px;
	margin-top: 30px;
	color: #fff;
}

.btn_comment {
	width: 104px;
	min-width: 101px;
	margin-top: 6px;
	font-size: 17px;
	line-height: 30px;
	color: #0AB93B;
	background: rgba(10, 185, 59, 0.1);
}

.btn_lain {
	width: 100%;
	height: 70px;
	margin: 20px 0;
	color: #fff;
}

.section.risicum {
	margin-top: 20px;
}

.btn_auto {
	width: 553px;
}

.main-header {
	position: relative;
	z-index: 30;
	width: 100%;
}

.main-header_fix {
	position: fixed;
	z-index: 30;
	top: 0;
	height: 60px;
	background: #0AB93B;
}

.main-header_fix .logo {
	display: none;
}

.main-header_fix .sendvich__line {
	background: #fff;
}

.main-header_fix .btn_header {
	display: block;
}

.logo {
	display: flex;
	align-items: center;
	height: 78px;
	padding-right: 40px;
	margin-right: 25px;
	border-right: dashed 1px #E8E8E8;
}

.logo__link {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-family: "MullerExtraBold", sans-serif;
	font-size: 18px;
}

.logo img {
	margin-right: 8px;
	vertical-align: -8px;
}

.nav {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding-left: 0;
	padding-top: 8px;
	list-style-type: none;
}

.nav__item {
	margin-right: 10px;
	position: relative;
}

.nav__item_mob {
	display: none;
	text-align: right;
	background: transparent;
}

.nav__link {
	display: inline-block;
	position: relative;
	padding: 15px 10px 15px 12px;
	text-decoration: none;
	font-family: "MullerBold", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000855;
	transition: all 0.8s ease;
}

.nav__link:hover {
	color: #0AB93B;
	text-decoration: underline;
}

ul.nav>.nav__item>span.nav__link>a {
	padding: 0;
	margin: 0;
}

.nav-int {
	display: none;
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 100%;
	width: 323px;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	box-shadow: 0px 75px 100px rgba(0, 72, 59, 0.1), 0px -1px 0px #F5F5F5, 0px 0px 55px rgba(0, 72, 59, 0.05);
	border-radius: 15px;
}

.nav-int__item:first-of-type .nav-int__link:after {
	display: none;
}

.nav-int__link {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 11px 0 11px 25px;
	box-sizing: border-box;
	color: #000855;
	text-decoration: none;
	font-family: "MullerBold", sans-serif;
	transition: all 0.8s ease;
}

.nav-int__link:hover {
	color: #fff;
	background: #0AB93B;
}

.nav-int__link:hover:after {
	display: none;
}

.nav-int__link:after {
	position: absolute;
	top: 0;
	left: 25px;
	width: calc(100% - 50px);
	border-bottom: 1px dashed #DFDFDF;
	display: block;
	content: '';
}

.nav-und {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin: 11px 0 18px;
}

.nav-und__link {
	display: inline-block;
	width: 100%;
	padding: 0px 0 0px 40px;
	box-sizing: border-box;
	text-decoration: none;
	color: #000855;
	line-height: 26px;
	transition: all 0.8s ease;
}

.nav-und__link:hover {
	color: #0AB93B;
	text-decoration: underline;
}

.nav_open {
	background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.9) 100%);
	border-radius: 0px 0px 20px 20px;
}

.nav_open .nav__link {
	display: inline-block;
}

.nav_open .nav__item_mob:after {
	position: absolute;
	right: -18px;
	top: -15px;
	display: block;
	content: '';
	width: 73px;
	height: 73px;
	border-radius: 100%;
	background: #fff;
}

.nav_open .sendvich {
	z-index: 10;
	top: -5px;
	right: -7px;
}

.nav_open .nav__item_open>.nav-int {
	display: block;
}

.nav_open .nav__item_open>.nav-und {
	display: block;
}

.sendvich {
	display: inline-block;
	position: relative;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 5px;
	line-height: 9px;
	text-align: center;
	background: transparent;
}

.sendvich__line {
	display: inline-block;
	width: 60%;
	height: 2px;
	background: #0AB93B;
	border-radius: 5px;
	transition: all 0.5s;
}

.sendvich_close .sendvich__line:first-of-type {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sendvich_close .sendvich__line:last-of-type {
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sendvich_close .sendvich__line:nth-of-type(2) {
	display: none;
}

.mob-calc {
	margin: auto;
	width: 200px;
	color: #fff;
	font-family: "MullerBold", sans-serif;
	line-height: 26px;
	vertical-align: middle;
	background: #0AB93B;
	box-shadow: 0px 15px 10px rgba(22, 212, 162, 0.1);
	border-radius: none;
}

.disp__bg {
	width: 100%;
	height: 620px;
	padding-top: 1px;
	position: relative;
	background: url("../images/firstDisplay_fon.png") no-repeat center top;
	background-size: cover;
}

.disp_land,
.disp_flag {
	padding: 10px 0 40px;
	background-size: cover;
}

.disp_land .disp__head {
	margin-top: 90px;
	
}

.disp_land .disp__head,
.disp_land .disp__title,
.disp_land .slidepage__list {
	max-width: 50%;
}
.disp__head {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "MullerExtraBold", sans-serif;
	font-size: 62px;
	line-height: 66px;
	color: #000855;
}

.disp__title {
	margin-top: 30px;
	color: #64667C;
	font-size: 24px;
	line-height: 30px;
}

.disp-nav {
	margin: 55px 0 71px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 110px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 100px;
	background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.75) 100%);
}

.disp-nav__link {
	position: relative;
	padding: 0 20px;
	font-family: "MullerRegular", sans-serif;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}

.disp-nav__link:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 16px);
	display: block;
	width: 1px;
	height: 32px;
	border-right: dashed 1px rgba(255, 255, 255, 0.5);
}

.disp-nav__link:last-of-type:after {
	display: none;
}

.disp-nav__link span {
	margin-right: 20px;
}

.disp-nav__link:hover {
	text-decoration: none;
}

.disp-port {
	position: relative;
	z-index: +1;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 47px 0 32px;
	margin-top: -80px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #fff;
}

.disp-port__unit {
	min-width: 25.82%;
	margin: 0 15px;
	text-align: center;
}

.disp-port__view {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 145px;
	border-radius: 10px;
}

.disp-port__view_green {
	background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.55) 100%);
}

.disp-port__view_blue {
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.85) 100%);
}

.disp-port__view_beg {
	background: rgba(10, 185, 59, 0.1);
}

.disp-port__tx {
	margin: 13px 0 15px;
	color: #134136;
	line-height: 30px;
}

.consider {
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.07) 785px, rgba(0, 8, 85, 0.07) 100%);
}
.disp.fixed {
    padding-bottom: 70px;
}

.consider .main-head {
	color: #fff;
}

.consider .main-title {
	color: #fff;
	opacity: 0.8;
}

.stars {
	margin: 2px 0;
}

.review_block {
	margin-top: 2px;
}

.stars span {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.star {
	background: url("../images/icons/svg/star.svg") no-repeat center center;
}

.star_empty {
	background: url("../images/icons/svg/star_empty.svg") no-repeat center center;
}

.tabl {
	width: 635px;
	min-height: 101px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #E8E8E8;
	justify-content: flex-start;
}
.result.tpl1 .tabl {
	justify-content: space-between;
	align-items: stretch;
}

.tabl__td {
	padding: 18px 25px;
	border-right: 1px dashed #E8E8E8;
}
.result.tpl1 .tabl__td{
	width: 23%;
    padding: 18px 0 0 25px
}

.tabl__td:last-child {
	border-right: none;
}

.tabl__td_name {
	width: 31%;
}

.range {
	position: relative;
	width: 495px;
	padding-top: 90px;
}

.range-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 59px;
	box-sizing: border-box;
}

.range__dif {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 5px;
	color: #787878;
	font-size: 15px;
	line-height: 24px;
}

.range__head {
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px 0 0;
	font-size: 17px;
	color: #000855;
	font-weight: 600;
}

.range__plus,
.range__minus {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 32px;
	font-family: "MullerLight", sans-serif;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #0AB93B;
	background: #fff;
	border: 2px solid rgba(10, 185, 59, 0.5);
	border-radius: 100%;
	outline: none;
	transition: all 0.8s ease;
}

.range__plus:hover,
.range__minus:hover {
	color: #fff;
	background: #0AB93B;
}

.range__minus {
	right: 50px;
	line-height: 28px;
	border: 1px solid rgba(10, 185, 59, 0.5);
}

.range__sum {
	display: none;
	padding: 0 10px;
	width: 80px;
	min-width: 50px;
	text-align: center;
	font-size: 15px;
	font-family: "MullerRegular", sans-serif;
	border: none;
	outline: none;
}

.range__calc {
	position: absolute;
	top: 0;
	right: 0;
}

.range__calc_open {
	border: 1px solid #E8E8E8;
	border-radius: 8px;
}

.range__calc_open .range__plus,
.range__calc_open .range__minus {
	border: none;
	color: #0AB93B;
	background: transparent;
}

.range__calc_open .range__sum {
	display: inline-block;
}

.range .in {
	position: absolute;
	top: -10px;
	height: 40px;
	margin-left: -40px;
	padding: 10px 45px 0 15px;
	box-sizing: border-box;
	text-align: center;
	font-family: "MullerBold", sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	background: #000855;
	border-radius: 40px;
}

.range .in:before {
	position: absolute;
	right: 15px;
	content: '';
	display: inline-block;
	color: #fff;
	font-size: 15px;
}

.range_eur .in:before {
	content: 'Eur';
}

.range_month .in {
	padding-right: 65px;
}

.range_month .in:before {
	content: 'Month';
}

.range .slider.slider-horizontal {
	width: 100%;
	height: 40px;
	background: url("../images/range_fon.png") no-repeat left 5px;
	background-size: contain;
}

.range .slider.slider-horizontal .slider-track {
	margin-top: 0;
	height: 2px;
	transition-duration: 1s;
}

.range .slider-handle {
	width: 36px;
	height: 36px;
	top: 5px;
	transition-duration: 1s;
	background: url("../images/icons/slider-handle.png") no-repeat center center;
	background-size: cover;
}

.range .slider-handle:hover {
	box-shadow: 0px 20px 20px rgba(34, 204, 102, 0.2);
}

.range .slider-handle:after {
	position: relative;
	display: block;
	top: -11px;
	left: calc(50% - 12px);
	width: 24px;
	height: 12px;
	content: '';
	background: url("../images/icons/trigon_blue.svg") no-repeat center top;
}

.range .slider-selection {
	transition-duration: 1s;
	background: rgba(10, 185, 59, 0.75);
}

.param-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
	box-sizing: border-box;
	border-top: 1px dashed #E8E8E8;
}

.param-wrap_int {
	padding: 18px 59px 18px;
	box-sizing: border-box;
}

.param-wrap_open .param__btn {
	background: rgba(10, 185, 59, 0.2);
	border-radius: 20px 20px 0 0;
}

.param-wrap_open .param__btn:hover {
	background: rgba(10, 185, 59, 0.2);
}

.param-wrap_open .param__btn .line {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 40%;
	transform-origin: 50% 40%;
}

.param-wrap_open .param-dop {
	display: flex;
}

.param-dop {
	display: none;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	padding: 18px 59px;
	box-sizing: border-box;
	border-top: 1px dashed #E8E8E8;
}

.param__check {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 1px black;
}

.param__span {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 14px;
	border: solid 1px #0AB93B;
	border-radius: 4px;
	vertical-align: middle;
}

.param__lab {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	margin-right: 30px;
	cursor: pointer;
	color: #134136;
	margin-bottom: 13px;
}

.param__lab input:checked+.param__span {
	background: rgba(10, 185, 59, 0.55) url("../images/icons/line_check_green.png") no-repeat center center;
	border: solid 1px transparent;
}

.param__lab:hover .param__span {
	border: solid 1px #0AB93B;
	box-shadow: 1px 1px 1px 1px #0AB93B, -1px -1px 1px 1px #0AB93B;
}

.param__btn {
	position: absolute;
	right: 59px;
	top: 13px;
	width: 211px;
	color: #0AB93B;
	font-family: "MullerRegular", sans-serif;
	background: rgba(10, 185, 59, 0.1);
	border: solid 1px rgba(10, 185, 59, 0.1);
}

.param__btn:hover {
	background: transparent;
	border: solid 1px #0AB93B;
}

.param__calc {
	display: block;
	width: 356px;
	height: 70px;
	margin: 35px auto 0;
	color: #fff;
	font-family: "MullerBold", sans-serif;
	background: linear-gradient(180deg, #04AE34 0%, #0AB93B 70.72%, #23CB52 92.82%);
	box-shadow: 0px 15px 10px rgba(22, 212, 162, 0.1);
}

.param__calc:hover {
	background: linear-gradient(180deg, #009129 0%, #00AA30 70.72%, #23CB52 92.82%);
	box-shadow: 0px 15px 10px rgba(22, 212, 162, 0.1);
}

.tooltip {
	position: absolute;
	top: -70px;
	height: 40px;
	margin-left: -20px;
	padding: 10px 15px 0 15px;
	box-sizing: border-box;
	text-align: center;
	font-family: "MullerBold", sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	background: #000855;
	border-radius: 40px;
	white-space: nowrap;
	transition-duration: 1s;
}

.ui-slider-range {
	position: relative;
	z-index: +1;
	height: 2px;
	background: green;
}

.ui-slider-handle {
	position: absolute;
	z-index: 10;
	width: 36px;
	height: 36px;
	top: 7px;
	margin-left: -20px;
	background: url("../images/icons/slider-handle.png") no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	outline: none;
}

.ui-slider-handle:hover {
	box-shadow: 0px 20px 20px rgba(34, 204, 102, 0.2);
}

.ui-slider-handle:after {
	position: relative;
	display: block;
	top: -12px;
	left: calc(50% - 12px);
	width: 24px;
	height: 10px;
	content: '';
	background: url("../images/icons/trigon_blue.png") no-repeat center top;
}

.ui-slider-horizontal {
	position: relative;
	width: 100%;
	height: 15px;
	padding-top: 25px;
	background: url("../images/range_fon.png") no-repeat left 5px;
	background-size: contain;
}

.ui-slider-horizontal:after {
	position: absolute;
	content: "";
	left: 0;
	top: 25px;
	width: 100%;
	height: 2px;
	background: #f7f7f7 linear-gradient(to bottom, #F5F5F5, #F9F9F9);
}

.range__sum {
	white-space: nowrap;
}

.empt {
	text-align: center;
	font-size: 20px;
}

.preloader {
	margin: auto;
	width: 80px;
}

section.arpexample {
    padding: 12px 34px 12px 57px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.result {
	margin-top: 15px;
	background: #fff;
	border-radius: 8px;
}

.result.hide {
	display: none;
}

.result_act .result__wrap {
	background: #F5FCF7;
}

a.logo-credit {
	width: 140px;
	text-align: left;
}

.result__wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 32px 34px 29px 57px;
	box-sizing: border-box;
	border: solid 5px #fff;
	border-radius: 8px;
}
.result.tpl1 .result__wrap {
	height: 168px;
    padding: 0 59px;
}

.result__name {
	display: block;
	width: 60%;
	margin-bottom: 10px;
	line-height: 18px;
	color: #1C4941;
	cursor: pointer;
	transition: all 0.8s ease;
	font-size: 14px;
}

.result__name:hover {
	color: #0AB93B;
}

.result__digit {
	margin: 5px 0;
	font-family: "MullerBold", sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #000855;
}

.result__descr {
	margin: 5px 0;
	font-size: 16px;
	line-height: 18px;
	color: #64667C;
}

.result__btns {
	margin-left: 61px;
}
.result.tpl1 .result__btns {
	margin-left: 26px;
}

.result_after:before {
	position: abso;
	top: -10px;
	display: none;
	margin: auto;
	content: "Laina edullisesti. Korko alk. 4,99%";
	padding: 7px 12px;
	color: #fff;
	text-decoration: none;
	font-family: "MullerBold", sans-serif;
	text-align: center;
	background: linear-gradient(180deg, rgba(10, 185, 59, 0.75) 0%, rgba(10, 185, 59, 0.75) 100%, rgba(10, 185, 59, 0.5) 100%);
	border-radius: 100px;
}

.tip {
	position: relative;
	padding: 7px 12px;
	margin-right: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: "MullerBold", sans-serif;
	line-height: 1;
	text-align: center;
	background: linear-gradient(180deg, rgba(10, 185, 59, 0.75) 0%, rgba(10, 185, 59, 0.75) 100%, rgba(10, 185, 59, 0.5) 100%);
	border-radius: 100px;
	box-shadow: 0px 15px 10px rgba(22, 212, 162, 0.1);
}

.tip:after {
	position: absolute;
	left: calc(50% - 10px);
	top: 100%;
	display: block;
	content: '';
	width: 20px;
	height: 10px;
	background: url("../images/icons/svg/trigon_full_green.svg") no-repeat center top;
}

.tip_phiol {
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.3) 100%);
	box-shadow: 0px 15px 10px rgba(0, 8, 85, 0.1);
}

.tip_phiol:after {
	background: url("../images/icons/svg/trigon_full_phiol.svg") no-repeat center top;
}

.tip-wrap {
	position: absolute;
	left: 59px;
	top: -20px;
	display: flex;
	justify-content: flex-start;
}

.tab {
	margin-top: 35px;
}

.tab-list {
	display: flex;
	justify-content: space-around;
	width: fit-content;
	padding: 6px;
	margin: 30px auto 40px;
	list-style-type: none;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 40px;
}

.result__wrap .col-logo {
	width: 153px;
	padding-right: 20px;
	box-sizing: border-box;
}

.result__wrap .col-logo a {
	display: block;
}

.result__wrap .col-logo img {
	max-width: 100px;
}

.result__wrap .review_block a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	color: #1C4941;
}

.tabl__td-row {
	padding: 3px 0px;
	color: #64667C;
}

.tabl__td-row img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

.tabl__td-row img.true {
	position: relative;
	top: -3px;
}

.tabl__td-row img.false {
	position: relative;
	top: -2px;
}

.tabl__td-row b {
	color: #000855;
	margin-left: 11px;
}

.tab-list__item {
	position: relative;
	padding: 14px 25px;
	font-family: "MullerBold", sans-serif;
	font-size: 17px;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
	border-radius: 40px;
	transition: all 0.8s ease;
}
.tab-list__item a {
	color: #fff;
	text-decoration: none;
}

.tab-list__item:after {
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
	display: block;
	content: '';
	width: 1px;
	height: 6px;
	background: rgba(255, 255, 255, 0.3);
}

.tab-list__item:last-of-type:after {
	display: none;
}

.tab-list__item:hover {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 40px;
}

.tab-list__item_act {
	color: #000855;
	background: #fff;
	border-radius: 40px;
}
.tab-list__item_act a {
	color: #000855;
	text-decoration: none;
}

.tab-list__item_act:hover {
	color: #000855;
	background: #fff;
	text-decoration: none;
}

.tab-list__item_mob {
	display: none;
	position: relative;
	z-index: -1;
	height: 1px;
}

.tab-list__btn {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 17px;
	z-index: 20;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	background: #fff url("../images/icons/down _blue.png") no-repeat center center;
}

.tab__item {
	display: none;
	min-height: 300px;
	padding: 40px 0 0;
	margin-bottom: 50px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
}

.tab__item_mob {
	display: none;
}

.tab__item_open {
	display: block;
}

.tab-into {
	margin-top: 0;
	text-align: center;
}

.tab-into .tab-list {
	text-align: left;
	width: auto;
	display: inline-flex;
	background: linear-gradient(180deg, rgba(0, 8, 85, 0.35) 0%, rgba(0, 8, 85, 0.3) 100%);
}

.tab-into .tab__item {
	padding: 0;
	margin-bottom: 0;
	background: transparent;
}

.info {
	display: none;
	position: relative;
	z-index: 1;
	padding: 15px 59px 26px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 7px 20px rgba(0, 8, 85, 0.03) inset;
}

.info__wrap,
.info__wrap-into {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.info__item {
	width: 52%;
}

.info__item .main-head_sm {
	margin-bottom: 10px;
}

.info__item:first-of-type {
	width: 45%;
}

.info__item_int {
	width: 45%;
}

.info__list li {
	margin-bottom: 8px;
	line-height: 20px;
}

.info__list_time {
	padding-left: 0;
	list-style-type: none;
	line-height: 22px;
}

.info__list_check {
	padding-left: 25px;
	list-style-image: url("../images/icons/check_green_smal.png");
	line-height: 20px;
}

.info__list_check li {
	margin-bottom: 8px;
}

.info__list_check_x {
	padding-left: 25px;
	list-style-image: url("../images/icons/close.png");
	line-height: 20px;
}

.info__list_check_x li {
	margin-bottom: 8px;
}

.info__tx_sm {
	line-height: 20px;
}

.info__phone {
	position: relative;
	padding-left: 30px;
	color: #000855;
	background: url("../images/icons/phone.png") no-repeat left top;
}

.info__email {
	position: relative;
	padding-left: 30px;
	color: #000855;
	background: url("../images/icons/email.png") no-repeat left top;
}

.info__close {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	background: url("../images/icons/close.png") no-repeat left top;
}

.info.info_open {
	display: block;
}

.step .main-head_sm {
	text-align: center;
	font-size: 28px;
}

.step-block {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.step__unit {
	width: 355px;
}

.step__unit:last-of-type .step__view:after {
	display: none;
}

.step__wrap {
	padding: 0 10px;
}

.step__head {
	margin-bottom: 15px;
	font-family: "MullerBold", sans-serif;
	font-size: 20px;
	color: #000855;
	line-height: 30px;
}

.step__view {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 145px;
	border-radius: 10px;
}

.step__view:after {
	position: absolute;
	top: calc(50% - 6px);
	right: -30px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: url("") no-repeat center center;
}


.step__view .view {
	width: 128px;
	height: 64px;
}

.service .container {
	width: 830px;
	min-width: 830px;
}

.service-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 40px;
	margin: 35px auto;
	box-sizing: border-box;
	border-radius: 20px;
}

.service-block_start {
	justify-content: flex-start;
	padding: 0;
}

.service-block__item {
	width: 47%;
	padding: 20px 0px 20px 0;
	box-sizing: border-box;
}

.service-block__column {
	width: 18%;
	padding: 20px 0px 20px 40px;
	border-left: dashed 1px #E8E8E8;
}

.service-block__column:first-of-type {
	border: none;
}

.service-block__part {
	width: 33%;
	padding: 20px 0px 20px 40px;
	border-left: dashed 1px #E8E8E8;
}

.service-block__part:first-of-type {
	border: none;
}

.service-block__list {
	margin: auto;
	padding: 10px 0 20px;
	list-style-type: none;
}

.service-block__tx {
	margin: 15px 0;
}

.service-block .link {
	line-height: 30px;
}

.service-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 40px;
	margin-top: 15px;
	box-sizing: border-box;
}

.service-info__item {
	width: 48%;
}

.service-tx {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

.service-card {
	margin: 43px 0 25px;
	border: solid 1px black;
	border-radius: 20px;
}

.service-card .fon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.service-card .check {
	margin: 20px 0 25px;
}

.service-card__head {
	margin: 0;
	padding: 15px 40px;
	border-bottom: solid 1px #E8E8E8;
}

.service-card__head span {
	vertical-align: middle;
}

.service-card__body {
	padding: 0px 40px 10px;
	font-size: 16px;
	line-height: 26px;
	color: #64667C;
}

.service-card__body ul {
	list-style-image: url("../images/icons/check_green_smal.png");
}

.service-card__body li {
	line-height: 20px;
}

.service-card_know {
	border: 1px solid #0AB93B;
}

.service-card_know .service-card__head {
	color: #000855;
}

.service-card_know .fon {
	background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.55) 100%);
}

.service-card_warn {
	border: 1px solid #E57551;
}

.service-card_warn .service-card__head {
	color: #E57551;
}

.service-card_warn .fon {
	background: linear-gradient(180deg, #E57551 0%, rgba(229, 117, 81, 0.55) 100%);
}

.service-desc {
	margin-top: 40px;
	padding: 0 40px;
}

.service-img {
	margin: 0 -40px;
	text-align: center;
}

.service-img img {
	max-width: 100%;
}

.phrase-quote {
	font-size: 24px;
	font-style: italic;
	font-family: "MullerMedium", sans-serif;
	line-height: 30px;
	color: #000855;
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
}

.phrase-quote:before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "\0022";
	color: #0AB93B;
	font-size: 44px;
	line-height: 30px;
}

.partner {
	padding-bottom: 0;
	background: url("../images/partner_fon.png") no-repeat center top;
	background-size: cover;
	box-shadow: inset 9px 200px 169px -11px rgba(0, 0, 0, 0.3);
}

.partner .container {
	width: 830px;
	min-width: 830px;
}

.partner .main-head {
	color: #fff;
}

.partner-block {
	width: 100%;
	padding: 15px 40px 70px;
	margin-top: 35px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	background: #0AB93B;
}

.card-slider {
	margin: 38px auto 0;
}

.card-slider .slick-prev,
.card-slider .slick-next {
	text-align: center;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	transition: all 0.8s ease;
}

.card-slider .slick-prev:before,
.card-slider .slick-next:before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 14px;
}

.card-slider .slick-prev:hover,
.card-slider .slick-next:hover {
	background: #0AB93B;
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.1);
}

.card-slider .slick-prev {
	z-index: +1;
}

.card-slider .slick-prev:before {
	background: url("../images/icons/svg/prev_green.svg") no-repeat center center;
}

.card-slider .slick-prev:hover:before {
	background: url("../images/icons/svg/prev.svg") no-repeat center center;
}

.card-slider .slick-next:before {
	background: url("../images/icons/svg/next_green.svg") no-repeat center center;
}

.card-slider .slick-next:hover:before {
	background: url("../images/icons/svg/next.svg") no-repeat center center;
}

.card {
	width: 360px;
	background: #fff;
	border-radius: 8px;
	border: solid 1px rgba(0, 8, 85, 0.05);
}

.card__head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 0px;
	border-bottom: solid 1px #E8E8E8;
}

.card__logo {
	padding: 10px 35px;
	/*width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
	border-bottom: dashed 1px #E8E8E8;
}

.card__title {
	padding: 20px 35px;
	box-sizing: border-box;
}

.card__title p {
	margin: 5px 0;
	line-height: 20px;
}

.card__name {
	margin: 5px 0;
	font-family: "MullerBold", sans-serif;
	font-size: 20px;
	color: #000855;
	line-height: 30px;
}

.card__body {
	padding: 0 35px 5px;
	box-sizing: border-box;
}

.card__body h3 {
	margin: 0;
}

.card__table {
	width: 100%;
}

.card__table th,
.card__table td {
	padding: 8px 0 8px;
	border-bottom: dashed 1px #E8E8E8;
}

.card__table th:first-of-type,
.card__table td:first-of-type {
	text-align: left;
}

.card__table th:last-of-type,
.card__table td:last-of-type {
	text-align: right;
	font-family: "MullerBold", sans-serif;
	color: #000855;
}

.card .btn {
	width: 100%;
	margin-top: 20px;
}

.card__tx {
	margin-top: 20px;
	font-family: "MullerLight", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
}

.card_blog {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.card_blog .card__head {
	padding: 14px 14px 0px 14px;
	justify-content: center;
	border: none;
}

.card_blog .card__head img {
	border-radius: 8px;
	max-width: 100%;
}

.card_blog .card__tx {
	font-size: 16px;
	line-height: 26px;
}

.card_blog .btn_result-link {
	color: #0AB93B;
	background: rgba(10, 185, 59, 0.1);
	border: solid 1px rgba(10, 185, 59, 0.1);
	box-shadow: none;
}

.card_blog .btn_result-link:hover {
	background: #fff;
	border: solid 1px #0AB93B;
}

.blog-card__view img {
	height: auto;
}

.service-desc img,
.intro-wrap img,
.section.risicum img {
	max-width: 100%;
	height: auto;
}

/*
.card__logo .logo-credit {
    padding: 0px 15px;
}
*/
.footer-block {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 30px 0;
	box-sizing: border-box;
}

.footer__item_tx {
	max-width: 500px;
}

.footer__list {
	margin-top: 11px;
	padding: 0;
	list-style-type: none;
}

.footer__list .link {
	line-height: 28px;
}

.footer__head {
	margin: 31px 0 0px;
	font-family: "MullerBold", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #000855;
}

.footer__logo {
	margin-top: 27px;
}

.footer__name {
	margin: 5px 0;
	font-family: "MullerExtraBold", sans-serif;
	font-size: 16px;
	color: #000;
}

.footer__addr {
	margin: 0;
	line-height: 22px;
}

.copy {
	padding: 15px 0;
	border-top: solid 1px #E8E8E8;
	box-sizing: border-box;
}

.copy p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
}

.copy a {
	text-decoration: underline;
	color: #787878;
}

.fix-top {
	position: fixed;
	right: 100px;
	bottom: 100px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: #0AB93B;
	box-shadow: 0px 4px 20px rgb(129 129 129 / 50%);
}

.fix-top:after {
	width: 1px;
	height: 1px;
	border: 5px solid #0AB93B;
	border-bottom-color: #fff;
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 5px);
}

.content {
	background: rgba(0, 8, 85, 0.04);
}

.bread {
	padding: 25px 0 0px;
}

.bread a,
.bread span {
	display: inline-block;
	padding-right: 5px;
	font-size: 15px;
	line-height: 20px;
	color: #787878;
}

.bread a {
	font-family: "MullerLight", sans-serif;
	transition: all 0.8s ease;
}

.bread a:hover {
	color: #0AB93B;
}

.intro .main-head {
	margin-top: 0;
	text-align: left;
}

.intro p {
	margin-top: 12px;
	font-family: "MullerMedium", sans-serif;
	color: #000855;
}

.scrin p {
	color: #000855;
}

.scrin__foto {
	max-width: 100%;
}

.video {
	width: 100%;
	margin-bottom: 17px;
}

.video img {
	max-width: 100%;
}

.aside {
	position: absolute;
	top: 3px;
	left: 0;
	width: 355px;
	margin-right: 40px;
	border-radius: 8px;
}

.aside__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 107px;
	text-align: center;
	border-bottom: dashed 1px #E8E8E8;
}

.aside__logo img {
	max-width: 100%;
}

.aside__head {
	text-align: center;
}

.aside__head .h4 {
	margin: 15px 0 0;
	font-size: 20px;
	font-family: "MullerBold", sans-serif;
	line-height: 30px;
	font-weight: bold;
	color: #000855;
}

.aside__head p {
	width: 80%;
	margin: 3px auto 25px;
	line-height: 20px;
	color: #64667C;
}

.section blockquote {
	font-size: 24px;
	font-style: italic;
	font-family: "MullerMedium", sans-serif;
	line-height: 30px;
	color: #000855;
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
}

.section blockquote p {
	font-size: 24px;
	font-style: italic;
	font-family: "MullerMedium", sans-serif;
	line-height: 30px;
	color: #000855;
}

.section blockquote:before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "\0022";
	color: #0AB93B;
	font-size: 44px;
	line-height: 30px;
}

.aside__body {
	padding: 0 35px;
	box-sizing: border-box;
	border-top: 1px solid #E8E8E8;
}

.aside-list {
	list-style-type: none;
	padding-left: 0;
}

.aside-list__item {
	font-family: "MullerLight", sans-serif;
	color: #64667C;
	border-bottom: dashed 1px #DFDFDF;
}

.aside-list__item .stars {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.aside-list__item p {
	margin: 12px 0;
	line-height: 18px;
	font-family: "MullerLight", sans-serif;
}

.aside-list__item strong {
	color: #000855;
}

.aside-list__item .check,
.aside-list__item .close {
	padding-left: 23px;
}

.addr {
	margin: 30px 0 20px;
	line-height: 20px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 8px;
}

.addr__head {
	margin: 0;
	padding: 19px 25px;
	font-size: 20px;
	font-family: "MullerBold", sans-serif;
	color: #000855;
	border-bottom: 1px solid #E8E8E8;
}

.addr__city,
.addr__time,
.addr__phone,
.addr__mail {
	position: relative;
	margin: 0;
	padding-left: 53px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 12px;
	line-height: 20px;
	border-bottom: 1px dashed #E8E8E8;
}

.addr__city.cart_list,
.addr__time.cart_list,
.addr__phone.cart_list,
.addr__mail.cart_list {
	position: relative;
	margin: 0;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 12px;
	line-height: 20px;
	border-bottom: none;
}

.addr__city:before,
.addr__time:before,
.addr__phone:before,
.addr__mail:before {
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: 25px;
	width: 22px;
	height: 24px;
}

.addr__city.cart_list:before,
.addr__time.cart_list:before,
.addr__phone.cart_list:before,
.addr__mail.cart_list:before {
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: -2px;
	width: 22px;
	height: 24px;
}

.addr__city {
	color: #000855;
}

.addr__city:before {
	background: url("../images/icons/svg/marker_sm.svg") no-repeat center center;
}

.addr__time:before {
	background: url("../images/icons/svg/clock_sm.svg") no-repeat center center;
}

.addr__phone {
	color: #000855;
}

.addr__phone:before {
	background: url("../images/icons/svg/phone.svg") no-repeat center center;
}

.addr__mail {
	color: #000855;
}

.addr__mail:before {
	background: url("../images/icons/svg/mail.svg") no-repeat center center;
}

.addr__info {
	margin: 0;
	padding: 5px 25px 10px 25px;
	line-height: 22px;
}

.addr__list {
	margin: 0;
	padding: 10px 0 10px 25px;
	list-style-type: none;
	color: #000855;
	line-height: 22px;
	border-bottom: 1px dashed #E8E8E8;
}

.map img {
	max-width: 100%;
}

.tab-down {
	width: 100%;
	margin: 15px 0 0;
	padding: 0 25px 0 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
}

.tab-down__wrap {
	margin-top: 47px;
}

.tab-down__head {
	position: relative;
	margin: 0;
	padding: 25px 60px 27px 0;
	font-size: 17px;
	font-family: "MullerBold", sans-serif;
	line-height: 20px;
	color: #000855;
	cursor: pointer;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.tab-down__head:after {
	position: absolute;
	top: calc(50% - 20px);
	right: 0px;
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #0AB93B;
	border-radius: 100%;
	transition: all 0.8s ease;
	background: url("../images/icons/svg/trigon_green.svg") no-repeat center center;
}

.tab-down__head:hover {
	color: #0AB93B;
}

.tab-down__head:hover:after {
	background: #0AB93B url("../images/icons/svg/trigon_white_up.svg") no-repeat center center;
}

.tab-down_open {
	background: #0AB93B;
}

.tab-down_open .tab-down__head {
	color: #fff;
}

.tab-down_open .tab-down__head:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border: 1px solid #fff;
	background: url("../images/icons/svg/trigon_white_up.svg") no-repeat center center;
}

.tab-down_open .tab-down__head:hover {
	color: #fff;
}

.tab-down__body {
	display: none;
	padding-bottom: 10px;
}

.tab-down__body p {
	color: #fff;
	font-family: "MullerLight", sans-serif;
}

.btn_comment a {
	color: #0AB93B;
	text-decoration: none;
}

.fdb {
	margin-left: 395px;
}

.fdb .main-head {
	text-align: left;
}

.fdb-form {
	padding: 23px 0 40px;
}

.fdb-form__radio,
.fdb-form__field {
	height: 57px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 25px;
	border: solid 1px #E8E8E8;
	border-radius: 8px;
}

.fdb-form__field {
	display: flex;
	padding: 0;
	margin: 20px 0 10px;
	overflow: hidden;
}

.fdb-form__field .wpcf7-form-control-wrap {
	width: 50%;
	height: 100%;

}

.fdb-form__tx {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000855;
	padding-left: 25px;
	border: none;
	outline: none;
	box-sizing: border-box;
}

.fdb-form__tx:first-of-type {
	border-right: 1px solid #E8E8E8;
}

.fdb-form__tx:focus {
	border-radius: 8px;
	border: solid 1px #0AB93B;
}

.fdb-form :-webkit-input-placeholder {
	color: #64667C;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form ::-moz-placeholder {
	color: #64667C;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form :-moz-placeholder {
	color: #64667C;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form :-ms-input-placeholder {
	color: #64667C;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form__mes {
	width: 100%;
	height: 196px;
	padding: 10px 20px 10px 25px;
	color: #000855;
	box-sizing: border-box;
	border: solid 1px #E8E8E8;
	border-radius: 8px;
}

.fdb-form__mes:focus {
	border: solid 1px #0AB93B;
}

.fdb-form__mes :-webkit-input-placeholder {
	color: #5E5E5E;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form__mes ::-moz-placeholder {
	color: #5E5E5E;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form__mes :-moz-placeholder {
	color: #5E5E5E;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

.fdb-form__mes :-ms-input-placeholder {
	color: #5E5E5E;
	font-family: "MullerRegular", sans-serif;
	font-size: 16px;
}

ul.nav.nav_open {
	height: 100vh;
	overflow-y: auto;
}

body.fixbg {
	overflow: hidden;
}

.quest-form {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.radio {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
	margin-right: 15px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 17px;
	line-height: 20px;
	color: #64667C;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio__name {
	margin-right: 15px;
	font-family: "MullerBold", sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #000855;
}

.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #0AB93B;
	transition: all 0.8s ease;
}

.radio:hover input~.checkmark {
	background-color: #0AB93B;
}

.radio input:checked~.checkmark {
	background-color: #0AB93B;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio input:checked~.checkmark:after {
	display: block;
}

.radio .checkmark:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
}

.talk {
	margin-bottom: 25px;
}

.talk__head {
	margin: 0;
	padding: 28px 0;
	font-size: 28px;
	font-family: "MullerBold", sans-serif;
	line-height: 34px;
	color: #000855;
	border-top: solid 1px #E8E8E8;
	border-bottom: solid 1px #E8E8E8;
}

.comment {
	position: relative;
	padding: 25px 0;
}

.comment:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	height: 1px;
	background: #E8E8E8;
}

.comment__head,
.comment__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment__head {
	padding-bottom: 5px;
}

.comment__head time {
	font-family: "MullerRegular", sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #787878;
}

.comment__auth {
	margin: 0 13px 0 0;
	font-size: 17px;
	font-family: "MullerRegular", sans-serif;
	line-height: 24px;
	color: #000855;
}

.comment__flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.comment__body {
	position: relative;
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(0, 8, 85, 0.35) 0%, rgba(0, 8, 85, 0.3) 100%);
}

.comment__body:after {
	position: absolute;
	top: -7px;
	left: 20px;
	width: 20px;
	height: 7px;
	display: block;
	content: '';
	background: url("../images/icons/svg/trigon_up_blue.svg") no-repeat left bottom;
}

.comment__body p {
	margin: 0;
	color: #fff;
	line-height: 20px;
}

.comment__quest {
	margin: 5px 0 0 0;
	font-size: 15px;
	font-family: "MullerLight", sans-serif;
}

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

.comment__answ {
	position: relative;
	padding-left: 30px;
}

.comment__answ:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 1px;
	height: 156px;
	background: #0AB93B;
}

.comment__answ:after {
	position: absolute;
	top: -5px;
	left: -4px;
	display: block;
	content: '^';
	color: #0AB93B;
	font-size: 18px;
}

.like,
.dislike {
	width: 40px;
	height: 20px;
	padding-left: 20px;
	margin-right: 10px;
	box-sizing: border-box;
}

.like {
	background: url("../images/icons/svg/like.svg") no-repeat left center;
}

.like:hover {
	background: url("../images/icons/svg/like_hover.svg") no-repeat left center;
}

.dislike {
	background: url("../images/icons/svg/dislike.svg") no-repeat left center;
}

.dislike:hover {
	background: url("../images/icons/svg/dislike_hover.svg") no-repeat left center;
}

.firm {
	width: 217px;
	height: 150px;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
	color: #64667C;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 100px 100px rgba(0, 8, 85, 0.1);
}

.firm:nth-of-type(5n) {
	margin-right: 0;
}

.firm__view {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 102px;
	padding: 0 24px;
	box-sizing: border-box;
	border-bottom: dashed 1px #E8E8E8;
}

.firm__view img {
	max-width: 100%;
}

.firm__title {
	margin: 0;
	font-family: "MullerLight", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 46px;
}

.firm-block {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.lain {
	padding-bottom: 70px;
}

.lain .main-head {
	margin-top: 30px;
	margin-bottom: 0px;
}

.lain .main-title {
	margin-bottom: 35px;
}

.lain .container {
	max-width: 948px;
}

.lain .tab-down__wrap {
	margin-top: 0;
}

.post {
	padding: 150px 59px 50px;
}

.post-top {
	height: 602px;
	background: url("../images/post-top_fon.png") no-repeat center top;
	background-size: cover;
}

.post-top .container {
	position: relative;
	height: 100%;
}

.post__head {
	margin: 55px 0 35px;
	font-family: "MullerBold", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #000855;
}

.post-intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -110px;
	width: auto;
	padding: 45px 0 35px;
	background: #fff;
	border-radius: 15px;
}

.post-intro .main-head {
	margin-top: 0;
}

.post-intro .main-title {
	color: #000855;
}

.post-tx p {
	color: #000855;
}

.post-data {
	position: absolute;
	top: -65px;
	left: calc(50% - 47px);
	width: 95px;
	height: 95px;
	padding-top: 23px;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	background: linear-gradient(180deg, #9FA2BF 0%, #ACAEC7 70%, #FFF 70%, #FFF 100%);
}

.post-data time {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.post-soc {
	position: absolute;
	right: 0;
	top: 40px;
	width: 95px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(10, 185, 59, 0.04);
	border-radius: 40px 0px 0px 40px;
}

.post-soc a {
	padding: 0 10px;
	text-decoration: none;
}

.article {
	width: 355px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: #FFFFFF;
	border-radius: 8px;
}

.article__view {
	width: 100%;
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article__view img {
	max-width: 100%;
}

.article__info {
	padding: 0 30px;
}

.article__info .check {
	margin: 5px 0 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-family: "MullerLight", sans-serif;
	border-bottom: dashed 1px #E8E8E8;
}

.article__info .check:before {
	top: 5px;
}

.article__info strong {
	color: #000855;
}

.article__info .btn_aside {
	margin-bottom: 20px;
}

.blog {
	padding: 0 59px 50px;
}

.blog .main-head {
	margin: 20px 0 40px;
	text-align: left;
}

.blog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.blog-card {
	width: 308px;
	margin-bottom: 10px;
}

.blog-card:first-of-type {
	margin-right: 15px;
}

.blog-card p {
	line-height: 24px;
}

.blog-card__view {
	position: relative;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.blog-card__view img {
	display: block;
	max-width: 100%;
	border-radius: 15px;
}

.blog-card__view .post-data {
	left: auto;
	top: -30px;
	right: -20px;
	padding-top: 40px;
	background: linear-gradient(180deg, #9FA2BF 0%, #ACAEC7 100%);
}

.blog-card__head {
	display: block;
	margin-top: 20px;
	color: #0AB93B;
	font-family: "MullerBold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.8s ease;
}

.blog-card__head:hover {
	text-decoration: none;
}

.blog .container_flex,
.post .container_flex {
	justify-content: flex-start;
	align-items: flex-start;
}

.blog .aside,
.post .aside {
	position: relative;
}

.pagin {
	width: 180px;
	height: 70px;
	margin: 10px 0 20px 50%;
	padding: 0 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style-type: none;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 19px;
	color: #7F7F7F;
}

.pagin li {
	cursor: pointer;
	vertical-align: middle;
}

.pagin__item {
	padding: 25px 8px;
}

.pagin__item_cur {
	color: #0AB93B;
	border-bottom: solid 1px #0AB93B;
}

.pagin__next {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.25) 100%);
	box-shadow: 0px 15px 10px rgba(0, 8, 85, 0.05);
}

.pagin__next svg {
	stroke: #fff;
}

.pagin__next:hover {
	color: #000855;
	background: #FFFFFF;
	box-shadow: 0px 15px 10px rgba(0, 8, 85, 0.05);
}

.pagin__next:hover svg {
	stroke: #000855;
}

.flags {
	padding-bottom: 70px;
	background: #0AB93B;
}

.flags-title {
	margin: 35px 0;
	font-family: "MullerLight", sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.flags-wrap {
	display: flex;
	justify-content: space-around;
}

.flag {
	width: 23.38%;
	height: 186px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 6px;
}

.flag:hover .flag-fig img,
.flag:hover .flag-fig figcaption {
	opacity: 0.5;
}

.flag-ban .flag-fig img,
.flag-ban .flag-fig figcaption {
	opacity: 0.5;
}

.flag-fig {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 25px;
	box-sizing: border-box;
}

.flag-fig img {
	display: block;
	width: 120px;
	height: 84px;
	margin: 0px auto 25px;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	border-radius: 100px;
}

.flag-fig figcaption {
	padding-top: 15px;
	text-align: center;
	font-family: "MullerLight", sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #000855;
	border-top: 1px dashed #E8E8E8;
}

.bg_white {
	background: #fff;
}

.bg_beg {
	background: rgba(0, 8, 85, 0.05);
}

.bg_green_grad {
	background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.55) 100%);
}

.bg_blue_grad {
	background: linear-gradient(180deg, #000855 0%, rgba(0, 8, 85, 0.9) 100%);
}

.tx_center {
	text-align: center;
}

.bord_top {
	border-top: solid 1px #E8E8E8;
}

.bord_bot {
	border-bottom: solid 1px #E8E8E8;
}

.col_white {
	color: #fff;
}

.col_green {
	color: #0AB93B;
}

.col_black {
	color: #000855;
}

.mT_0 {
	margin-top: 0;
}

.tx_medium {
	font-family: "MullerMedium", sans-serif;
}


section.slidepage {
	background: #f0f0f0;
	padding: 100px 0;
}

section.slidepage>.container {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}

.slidepage__left {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
}

.slidepage__right {
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
}

.slide-tpl1 > .disp > .container {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.slide-tpl1 .slidepage__right {
	margin-top: auto;
}
.slide-tpl1 .slidepage__right img {
	max-width: 100%;
	display: block;
}



@media screen and (max-width: 1200px) {
	.container {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.range {
		width: 400px;
	}

	.card-slider .slick-prev {
		left: 0;
	}

	.card-slider .slick-next {
		right: 0;
	}

	.step__unit {
		width: 30%;
	}

	.firm {
		width: 23%;
		margin-right: 2.6%;
	}

	.firm:nth-of-type(5n) {
		margin-right: 2.6%;
	}

	.firm:nth-of-type(4n) {
		margin-right: 0;
	}

	.blog,
	.post {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1150px) {

	.nav__link {
		padding: 10px 15px;
	}

	.card {
		width: 340px;
	}

	.slide-tpl1 > .disp > .container {
		height: calc(100dvh - 75px - 60px);
    	align-items: center;
		align-items: flex-start;
	}
	.slide-tpl1 .slidepage__left{
		width: 100%;
		padding: 0px;
	}
	.slide-tpl1 .slidepage__right {
		width: 100%;
	}
	.slide-tpl1 .slidepage__right img {
		max-width: 75%;
		margin: auto;
	}
	.disp__head {
		margin-top: 25px;
	}
	.btn.btn_header {
		display: block;
	}
	.slide-tpl1 .disp {
		padding-bottom: 60px;
	}
	.slide-tpl1 .slidepage__left .btn_result-link {
		display: none;
	}
	
}

@media screen and (max-width: 1100px) {
	.logo {
		padding-right: 10px;
	}


	.nav__link {
		padding: 10px 10px;
		font-size: 14px;
	}

	.disp-nav__link span {
		display: block;
		margin: auto;
		text-align: center;
	}

	.result__wrap {
		padding: 0 20px;
	}

	.result__tabl {
		width: 100%;
	}

	.result__btn {
		width: 190px;
		font-size: 14px;
	}

	.tip-wrap {
		left: 20px;
	}

	.tabl {
		margin-left: 0;
	}

	.tabl__td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.range {
		width: 380px;
	}

	.info {
		padding: 45px 20px;
	}

	.card-slider {
		width: 720px;
		margin: auto;
	}

	.card-slider .slick-prev {
		left: -25px;
	}

	.card-slider .slick-next {
		right: -25px;
	}

	.blog-card {
		width: calc(50% - 15px);
	}

	.footer__item:first-of-type {
		max-width: 40%;
	}
	.result.tpl1 .result__wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 960px) {
	.logo {
		margin-left: 30px;
	}

	.section {
		padding: 15px 0 40px;
	}

	.disp_land {
		background: url("../images/firstDisplay_fon_960.png") no-repeat center top;
	}

	.disp_flag {
		background: url("../images/flagDisplay_fon_960.png") no-repeat right top;
		background-size: cover;
	}

	.disp__bg {
		background: url("../images/firstDisplay_fon_960.png") no-repeat left top;
	}

	.disp__head {
		font-size: 54px;
	}


	.container {
		width: 100%;
		min-width: 320px;
		padding: 0;
	}
	.slide-tpl1 > .disp > .container {
		padding: 0px 20px;
	}

	.container_left {
		padding-left: 345px;
	}

	.icon {
		width: 29px;
		height: 29px;
		background-size: cover;
	}

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

	.nav {
		display: block;
		position: absolute;
		z-index: 20;
		top: 0;
		right: 0;

		padding: 0 0 20px 25px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.nav__item {
		width: 100%;
		padding: 5px 0px 5px 0;
		margin-bottom: 20px;
	}

	.nav__item:nth-of-type(odd) {
		margin-right: 20px;
	}

	.nav__item_mob {
		position: absolute;
		width: 60px;
		display: block;
		border: none;
		right: 0px;
		top: 12px;
		z-index: 10;
	}

	.nav__link {
		display: none;
		padding: 5px 10px;
		box-sizing: border-box;
		text-align: left;
		color: #fff;
		font-size: 17px;
		font-family: "MullerExtraBold", sans-serif;
		line-height: 20px;
		border: solid 1px #fff;
		border-radius: 45px;
	}

	.nav-int {
		position: static;
		width: 100%;
		padding-left: 0;
		margin-top: 11px;
		background: transparent;
		box-shadow: none;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 0;
	}

	.nav-int__link {
		padding-left: 0;
		color: #fff;
		line-height: 18px;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	}

	.nav-int__link:after {
		display: none;
	}

	.nav-und {
		margin-bottom: 0;
		padding-bottom: 11px;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	}

	.nav-und__link {
		padding-left: 0;
		color: #fff;
	}

	.slider_mob {
		text-align: center;
	}

	.article {
		display: inline-block;
	}

	.nav_open {
		z-index: 30;
		padding-top: 100px;
		width: 360px;
	}

	.nav_open .sendvich__line {
		background: #0AB93B;
	}

	.nav__link.link_js {
		background: #fff;
		color: #0AB93B;
		text-decoration: none;
	}

	.nav__link.link_js a {
		color: #0AB93B;
	}

	.flags-wrap {
		padding: 0 30px;
		flex-wrap: wrap;
	}

	.flags-title {
		text-align: center;
		padding: 0 30px;
	}

	.flag {
		width: 45%;
		margin-bottom: 35px;
	}

	.marker {
		display: none;
		margin-left: 10px;
	}

	.result__name {
		width: 100%;
	}

	.result__wrap {
		flex-wrap: wrap;
		height: auto;
		padding: 15px 30px;
	}

	.result__btns {
		margin-top: 15px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.tabl {
		flex-wrap: wrap;
		width: 100%;
	}

	.tabl__td {
		width: 50%;
		box-sizing: border-box;
	}

	.tabl__td_star {
		width: 100%;
		padding: 10px 25px;
		align-items: flex-start;
	}

	.tabl__td_int {
		display: flex;
		flex-direction: column-reverse;
	}

	.tabl__td_name {
		position: relative;
		width: 100%;
		border-top: solid 1px #E8E8E8;
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
		border-radius: 12px 12px 0 0;
	}

	.tabl__td_name:after,
	.tabl__td_price:after {
		position: absolute;
		bottom: 0;
		left: 25px;
		display: block;
		content: '';
		width: calc(100% - 50px);
		height: 1px;
		border-bottom: dashed 1px #DFDFDF;
	}

	.tabl__td_price {
		position: relative;
		width: 100%;
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
	}

	.tabl__td_price:last-of-type {
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
		border-bottom: solid 1px #E8E8E8;
		border-radius: 0 0 12px 12px;
	}

	.tabl__td_price:last-of-type:after {
		display: none;
	}

	.info {
		padding: 35px 30px;
		background: #cef1d7;
	}

	.tab {
		position: relative;
		margin-top: 28px;
		padding-top: 85px;
	}

	.tab-list {
		position: absolute;
		top: 0;
		left: 25px;
		right: 25px;
		z-index: 20;
		margin-top: 0;
		padding: 6px 0;
		display: block;
		width: auto;
		height: 60px;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 30px;
	}

	.tab-list_open {
		height: auto;
		background: linear-gradient(180deg, #0AB93B 0%, rgba(10, 185, 59, 0.95) 100%);
	}

	.tab-list_open .tab-list__item {
		opacity: 1;
		height: 25px;
	}

	.tab-list_open .tab-list__item:before {
		display: block;
	}

	.tab-list_open .tab-list__item_act {
		position: relative;
	}

	.tab-list_open .tab-list__btn {
		border: solid 1px #fff;
		background: url("../images/icons/up_white.png") no-repeat center center;
	}

	.tab-list__item {
		position: relative;
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: height 0.6s ease;
	}

	.tab-list__item:after {
		display: none;
	}

	.tab-list__item:last-of-type:before {
		display: none;
	}

	.tab-list__item:hover {
		display: block;
		color: #fff;
		border-radius: 30px 30px 0 0;
		background: transparent;
	}

	.tab-list__item:before {
		position: absolute;
		left: 25px;
		right: 25px;
		bottom: 1px;
		display: none;
		width: calc(100% - 50px);
		height: 1px;
		content: "";
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.tab-list__item_act {
		position: absolute;
		left: 0;
		top: 5px;
		display: block;
		opacity: 1 !important;
		height: 20px;
		color: #fff;
		background: transparent;
		border-radius: 30px 30px 0 0;
	}

	.tab-list__item_mob {
		position: absolute;
		right: 5px;
		top: 5px;
		display: block;
		z-index: 10;
	}

	.tab__item {
		margin-bottom: 25px;
		padding: 15px 0;
	}

	.tab-into .tab-list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.tab-into .tab-list_open {
		background: linear-gradient(180deg, #393F78 0%, rgba(80, 85, 135, 0.85) 100%);
	}

	.tab-down {
		padding-left: 25px;
	}

	.tab-down__head {
		padding: 15px 60px 15px 0px;
		font-size: 16px;
	}

	.tab-down-wrap {
		margin-bottom: 25px;
	}

	.range {
		width: 100%;
		padding-top: 90px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.range:first-of-type {
		margin-bottom: 25px;
		border-bottom: dashed 1px #E8E8E8;
	}

	.range-wrap {
		flex-wrap: wrap;
		padding: 0;
	}

	.range__head {
		left: 25px;
	}

	.range__calc {
		right: 30px;
	}

	.range__plus {
		right: 25px;
	}

	.range__minus {
		right: 75px;
	}

	.range .slider.slider-horizontal {
		background-position: left 0px;
	}

	.param-dop,
	.param-wrap_int {
		padding: 18px 30px;
	}

	.param__lab {
		margin-right: 20px;
	}

	.step-block {
		padding: 0 30px;
	}

	.step__wrap {
		padding: 0;
	}

	.service .container {
		width: 100%;
		min-width: 360px;
	}

	.service-desc {
		padding: 0 30px;
	}

	.service-img {
		margin: 0;
	}

	.partner .container {
		width: 100%;
		min-width: 360px;
	}

	.card-slider .slick-next {
		right: -20px;
	}

	.card-slider .slick-prev {
		left: -20px;
	}

	.bread {
		padding-left: 30px;
	}

	.aside {
		width: 325px;
		margin-right: 20px;
	}

	.aside__body {
		padding: 0 30px;
	}

	.post-top {
		height: 580px;
		background: url("../images/post-top_fon_960.png") no-repeat center top;
	}

	.post-intro {
		padding-bottom: 45px;
	}

	.post-soc {
		top: auto;
		bottom: 0;
		left: calc(50% - 47px);
		border-radius: 20px 20px 0px 0px;
	}

	.blog,
	.post {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog .container_flex,
	.post .container_flex {
		flex-direction: column-reverse;
	}

	.blog .aside,
	.post .aside {
		width: 100%;
		padding-top: 20px;
		border-top: solid 10px #fff;
		border-radius: 0;
	}

	.blog-block {
		width: 100%;
	}

	.blog-card {
		width: calc(50% - 10px);
	}

	.article {
		margin-right: 20px;
	}

	.pagin {
		margin-left: 0;
	}

	.intro {
		left: 345px;
		padding-right: 30px;
	}

	.fdb {
		margin-left: 0;
		padding: 0 30px;
	}

	.quest-form {
		padding: 0 30px;
		box-sizing: border-box;
	}

	.risicum {
		padding-right: 30px;
	}

	.footer-block {
		flex-wrap: wrap;
		padding: 15px 30px;
	}

	.footer__item:first-of-type {
		width: 100%;
		max-width: 100%;
	}

	.copy {
		padding: 10px 30px;
	}

	.btn_info_open:before {
		bottom: -29px;

		display: none;
	}

	.btn_aside {
		width: 100%;
	}

	.firm {
		width: 31%;
		margin-right: 3.5%;
	}

	.firm:nth-of-type(5n) {
		margin-right: 3.5%;
	}

	.firm:nth-of-type(4n) {
		margin-right: 3.5%;
	}

	.firm:nth-of-type(3n) {
		margin-right: 0;
	}

	.firm-block {
		padding: 0 30px;
	}

	.fix-top {
		right: 40px;
		bottom: 20px;
	}

	.result__wrap .col-logo {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.review_block .result__name {
		text-align: right;
	}
	.result.tpl1 .result__wrap {
		flex-wrap: wrap;
		height: auto;
		padding: 15px 30px;
	}
	
	.result.tpl1 .tabl__td {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 8px 25px;
		border-right: none;
	}
	.result.tpl1 .tabl__td_star {
		width: 100%;
		padding: 10px 25px;
		align-items: flex-start;
	}
	.result.tpl1 .tabl__td_name {
		position: relative;
		width: 100%;
		border-top: solid 1px #E8E8E8;
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
		border-radius: 12px 12px 0 0;
	}
	.result.tpl1 .tabl__td_price {
		position: relative;
		width: 100%;
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
	}
	.result.tpl1 .tabl__td_price:last-of-type {
		border-left: solid 1px #E8E8E8;
		border-right: solid 1px #E8E8E8;
		border-bottom: solid 1px #E8E8E8;
		border-radius: 0 0 12px 12px;
	}
	.result.tpl1 .result__wrap .logo-credit {
		position: absolute;
		left: 30px;
		top: 15px;
	}
	.result.tpl1 .tabl {
		border: 0;
	}
	.disp_land .disp__head,
	.disp_land .disp__title,
	.disp_land .slidepage__list {
		max-width: 100%;
	}
	.tabl__td-row b {
		display: block;
		margin: 0;
	}
}

@media screen and (max-width: 760px) {
	body {
		min-width: 360px;
		font-size: 15px;
		line-height: 22px;
	}

	p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 22px;
	}

	.container {
		padding: 0;
	}

	.container_left {
		padding-left: 0;
	}

	.main-header {
		height: 75px;
	}

	.main-header_fix {
		height: 60px;
	}

	.logo {
		height: auto;
		margin-left: 25px;
		margin-top: 13px;
		border: none;
	}

	.nav_open .nav__item_mob:after {
		width: 63px;
		height: 63px;
	}

	.sendvich {
		padding: 0;
		top: 2px;
	}

	.sendvich__line {
		height: 2px;
	}

	.disp__bg {
		height: auto;
		background: url("../images/firstDisplay_fon_760.png") no-repeat left top;
		background-size: contain;
	}

	.disp__head {
		font-size: 31px;
		line-height: 33px;
	}

	.disp__title {
		margin-top: 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.disp-nav {
		flex-wrap: wrap;
		height: auto;
		padding: 0;
		margin: 30px 0 0px;
		border-radius: 15px;
	}

	.disp-nav__link {
		width: 50%;
		padding: 20px 0 20px 25px;
		font-size: 16px;
		text-align: left;
		box-sizing: border-box;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		border-right: none;
	}

	.disp-nav__link:last-of-type {
		width: 100%;
	}

	.disp-nav__link:nth-of-type(even) {
		position: relative;
	}

	.disp-nav__link:nth-of-type(even):after {
		display: none;
	}

	.disp-nav__link span {
		display: inline-block;
		margin-right: 10px;
		background-size: contain;
	}

	.disp-nav__lin_mob {
		text-align: right;
	}

	.disp-port {
		margin-top: 0;
		padding: 25px 25px 20px;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.disp-port__unit {
		margin: 0;
		min-width: 31%;
	}

	.disp-port__view {
		width: 95px;
		height: 95px;
		margin: auto;
		border-radius: 100%;
	}

	.disp-port__tx {
		line-height: 19px;
	}

	.disp-port .view {
		width: 128px;
		height: 64px;
		background-size: contain;
	}

	.disp-port .view:after {
		display: none;
	}

	.disp_land .disp__head {
		margin-top: 45px;
	}

	.section {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.section_sm {
		padding-bottom: 15px;
	}

	.main-head {
		margin: 30px 0 13px;
		padding: 0 25px;
		font-size: 24px;
		line-height: 24px;
	}

	.main-head_sm {
		margin-top: 10px;
		font-size: 20px;
		line-height: 20px;
	}

	.main-title {
		width: 100%;
		margin-top: 13px;
		padding: 0 25px;
		font-size: 15px;
		line-height: 20px;
		box-sizing: border-box;
	}

	.main-title_h {
		font-size: 15px;
		line-height: 20px;
	}

	.flags-wrap {
		padding: 0 25px;
		flex-direction: column;
	}

	.flags-title {
		text-align: center;
		padding: 0 25px;
		margin: 30px 0;
	}

	.flag {
		width: 100%;
		margin-bottom: 15px;
	}

	.bread {
		padding: 15px 0 0 25px;
	}

	.lain {
		padding-bottom: 30px;
	}

	.lain .main-head {
		margin-bottom: 20px;
		text-align: left;
	}

	.lain .main-title {
		margin-bottom: 25px;
		text-align: left;
	}

	.range {
		padding-top: 85px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.range .slider.slider-horizontal {
		background-position: left 0px;
	}

	.range__head {
		font-size: 16px;
	}

	.range__calc {
		/* right: 25px; */
		display: none;
	}

	.range__sum {
		width: 60px;
	}

	.range .in {
		margin-left: -43px;
	}

	.ui-slider-horizontal {
		padding-top: 5px;
		height: 10px;
		background-size: cover;
	}

	.ui-slider-horizontal:after {
		top: 100%;
	}

	.ui-slider-handle {
		top: -3px;
	}

	.ui-slider-range {
		top: 10px;
	}

	.ui-slider {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.result__wrap {
		height: auto;
		padding: 0 0 30px;
		border: none;
	}

	.result__wrap .logo-credit {
		left: 25px;
	}

	.result__name {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
	}

	.result__digit {
		font-size: 18px;
	}

	.result__btns {
		display: block;
		margin-left: 0;
	}

	.tip-wrap {
		left: 25px;
	}

	.result__wrap .col-logo {
		padding: 24px 25px;
	}

	.param-wrap {
		display: block;
		height: auto;
		margin-top: 20px;
		padding: 0px 0px 20px;
		box-sizing: border-box;
	}

	.param-wrap_int {
		display: flex;
		justify-content: space-between;
		padding: 8px 25px;
	}

	.param-dop {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 8px 25px;
	}

	.param__lab {
		margin: 10px 0 10px 0;
		padding-left: 40px;
		line-height: 18px;
	}

	.param__btn {
		position: relative;
		top: auto;
		left: calc(50% - 154px);
		display: block;
		width: 309px;
		margin: 15px 0 0px;
		padding: 0 25px;
		box-sizing: border-box;
		text-align: left;
	}

	.param__btn .line {
		position: absolute;
		right: 25px;
	}

	.param__calc {
		margin: 20px auto 15px;
		width: 310px;
	}

	.tabl__td-wrap {
		display: flex;
		justify-content: flex-end;
		flex-direction: column-reverse;
	}

	.tabl__td {
		padding: 8px 25px 5px;
	}

	.tabl__td_star {
		padding: 24px 25px;
	}

	.stars {
		margin: 0;
		line-height: 18px;
		text-align: right;
	}

	.info {
		padding: 20px 25px 20px;
	}

	.info__wrap {
		display: block;
	}

	.info__wrap-into {
		flex-direction: column-reverse;
	}

	.info__list {
		padding-left: 20px;
	}

	.info__list_check {
		line-height: 18px;
	}

	.info__item {
		width: 100%;
	}

	.info__item:first-of-type {
		width: 100%;
	}

	.step .main-head_sm {
		margin-left: 25px;
		margin-right: 25px;
		font-size: 18px;
	}

	.step__wrap {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	.step-block {
		display: block;
		padding: 0 25px;
		margin-top: 20px;
	}

	.step__unit {
		width: 100%;
	}

	.step__head {
		font-size: 17px;
		line-height: 20px;
	}

	.step__view {
		height: 110px;
	}

	.step__view:after {
		display: none;
	}

	.step__tx {
		line-height: 22px;
	}

	.service .main-head_sm {
		margin: 12px 0;
		font-size: 20px;
	}

	.service-tx {
		line-height: 22px;
	}

	.service-block {
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 20px 25px 40px;
		margin: 30px 0;
	}

	.service-block__tx {
		line-height: 18px;
	}

	.service-block__item {
		width: 100%;
		padding: 0;
	}

	.service-block__column {
		width: 50%;
		max-width: 50%;
		padding: 0;
		border: none;
	}

	.service-block__part {
		width: 42%;
		padding: 0 20px 0 0;
		border: none;
	}

	.service-block__list {
		padding: 0;
	}

	.service-info {
		display: block;
		padding: 0 25px;
	}

	.service-info__item {
		width: 100%;
		margin-top: 30px;
	}

	.service-tx,
	.service-desc {
		padding: 0 25px;
	}

	.partner {
		background: #0AB93B;
	}

	.partner-block {
		padding: 0px 25px 0;
		margin-top: 0;
		background: inherit;
	}

	.card {
		width: 360px;
		margin-right: 20px;
	}

	.card-slider {
		width: 100%;
		margin: 30px auto 0;
	}

	/*.card__head {
    padding-left: 25px; }*/
	.card__logo,
	.card__title {
		padding-left: 25px;
		padding-right: 25px;
	}

	.card__body {
		padding: 0 25px 5px;
	}

	.card__table th,
	.card__table td {
		font-size: 16px;
		line-height: 18px;
	}

	.card .btn {
		margin-left: 0;
	}

	.post {
		padding-top: 120px;
	}

	.post__head {
		margin: 40px 0 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.post-tx {
		padding: 0 25px;
		margin-bottom: 25px;
	}

	.post-top {
		height: 380px;
		background: url("../images/post-top_fon_760.png") no-repeat center top;
	}

	.post-intro {
		left: 25px;
		right: 25px;
	}

	.blog-block .main-head {
		margin-bottom: 30px;
	}

	.blog__wrap {
		display: block;
		padding: 0 25px;
	}

	.blog-card {
		width: 100%;
		margin-bottom: 30px;
	}

	.blog,
	.post {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 40px;
	}

	.article {
		margin-right: 10px;
	}

	.intro {
		padding: 0 25px;
	}

	.intro .main-head {
		padding-left: 0;
	}

	.intro-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.intro p {
		font-size: 16px;
		line-height: 26px;
	}

	.aside {
		position: static;
		width: 100%;
		padding-bottom: 5px;
	}

	.aside__body {
		padding: 0 25px;
	}

	.map {
		width: 100%;
	}

	.map img {
		width: 100%;
	}

	.scrin {
		padding: 0 25px;
	}

	.risicum {
		padding-right: 0;
	}

	.fdb {
		padding: 0;
	}

	.fdb .main-head {
		text-align: center;
	}

	div#respond {
		padding: 0px 25px 40px;
	}

	.fdb-form__radio {
		display: flex;
	}

	.fdb-form__field {
		display: block;
		height: auto;
		margin: 10px 0 0;
		border-radius: 8px 8px 0 0;
		border-bottom: none;
	}

	.quest-form p {
		margin: 0
	}

	.fdb-form__tx {
		width: 100%;
		height: 56px;
	}

	.fdb-form__tx:last-of-type {
		border-top: solid 1px #E8E8E8;
	}

	.fdb-form__tx:last-of-type:focus {
		border-color: #0AB93B;
	}

	.fdb-form__mes {
		border-radius: 0 0 8px 8px;
	}

	.quest-form {
		padding: 0 25px;
	}

	.comment {
		padding-bottom: 20px;
	}

	.comment__head .comment__flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.comment__head time {
		font-size: 14px;
	}

	.comment__auth {
		font-size: 16px;
		line-height: 18px;
	}

	.comment__footer .comment__flex {
		flex-direction: row-reverse;
	}

	.comment__quest {
		max-width: 150px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
	}

	.comment__answ {
		margin: 0;
		padding-left: 0;
	}

	.comment__answ:before {
		top: -70px;
		left: 10px;
		height: calc(100% - 25px);
	}

	.comment__answ:after {
		top: -71px;
		left: 6px;
	}

	.comment__answ .comment {
		margin: 0 25px 0px;
	}

	.comment__answ .comment__flex {
		margin-left: 0;
	}

	.comment_top:after {
		width: auto;
		left: 25px;
		right: 25px;
	}

	.comment_top .comment__head,
	.comment_top .comment__footer {
		margin: 0 25px;
	}

	.comment_top .comment__body:after {
		left: 50px;
	}

	.like,
	.dislike {
		margin-right: 0;
	}

	.talk__head {
		margin: 0 25px;
		border-bottom: solid 1px #E8E8E8;
	}

	.footer {
		padding-top: 20px;
	}

	.footer .main-head_sm {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.footer__head {
		font-size: 17px;
	}

	.footer-block {
		padding: 0 25px 10px;
		box-sizing: border-box;
	}

	.footer__item_tx {
		order: 1;
	}

	.footer__item_log {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		order: 2;
	}

	.footer__item_list {
		order: 3;
	}

	.footer__item_links {
		order: 4;
		width: 50%;
	}

	.footer__item_wrap {
		margin-top: 45px;
		width: 50%;
	}

	.footer__info {
		width: 50%;
		margin-top: 16px;
	}

	.copy {
		padding: 10px 25px;
	}

	.btn_more {
		margin-bottom: 15px;
	}

	.btn_result-link,
	.btn_result-click {
		width: 310px;
		margin: 8px auto;
	}

	.btn_info_open {
		width: 310px;
		max-width: 360px;
		margin-bottom: 0;
	}

	.btn_info_open:before {
		display: none;
	}

	.btn_consider {
		margin-bottom: 10px;
	}

	.btn_slid {
		margin-top: 30px;
	}

	.btn_intro {
		width: 100%;
		margin-bottom: 10px;
	}

	.btn_fdb {
		width: 100%;
		margin-top: 20px;
	}

	.btn_scrin {
		width: 100%;
		margin: 0px 0 30px;
	}

	.btn_risicum {

		margin: 35px 25px 40px;
		box-sizing: border-box;
		width: calc(100% - 50px);
		min-width: auto;
		display: inline-block;
	}

	.btn_comment {
		margin-left: 20px;
		font-size: 16px;
	}

	.btn_lain {
		margin: 5px 0 25px;
	}

	.btn_auto {
		width: calc(100% - 50px);
		margin: 25px;
	}

	.firm {
		width: calc(50% - 7px);
		height: 127px;
		margin-right: 0;
	}

	.firm:nth-of-type(5n) {
		margin-right: 0;
	}

	.firm:nth-of-type(4n) {
		margin-right: 0;
	}

	.firm:nth-of-type(3n) {
		margin-right: 0;
	}

	.firm__view {
		height: 76px;
	}

	.firm__title {
		font-size: 14px;
	}

	.firm-block {
		padding: 0 25px;
		justify-content: space-between;
	}
	.result.tpl1 .result__wrap{
		height: auto;
		padding: 0 0 30px;
		border: none;
	}
	.result.tpl1 .tip-wrap {
		left: 25px;
	}
	.result.tpl1 .result__wrap .logo-credit {
		left: 25px;
	}
	.result.tpl1 .tabl__td_star {
		padding: 24px 25px;
	}
	.result.tpl2 .tabl__td {
		width: 100%;
		padding: 0px;
		border: 0;
	}
	.result.tpl2 .tabl__td-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 0;
	}
	.result.tpl2 .tabl {
		padding: 20px 25px;
	}

}

@media screen and (max-width: 540px) {
	.disp_flag .disp__head {
		margin-top: 40px;
		font-size: 21px;
	}

	.flags-title {
		font-size: 20px;
	}

	.flag-fig figcaption {
		font-size: 16px;
	}

	.info__wrap-intro {
		display: block;
	}

	.info__item_int {
		width: 100%;
	}

	.range__sum {
		width: 80px;
	}

	.fdb-form__radio {
		padding: 15px 0 20px 25px;
		flex-wrap: wrap;
	}

	.radio__name {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.disp_land {
		background-size: cover;
	}

	.disp__title {
		max-width: 122px;
	}
	.slide-tpl1 .disp__title {
		max-width: 100%;
	}

	.disp__bg {
		background-size: 116%;
	}

	.info__wrap-into {
		flex-wrap: wrap;
	}

	.info__item_int {
		width: 100%;
	}

	.card,
	.article {
		width: 335px;
		margin-right: 10px;
	}

	.range-wrap {
		overflow: hidden;
	}
}

@media screen and (min-width: 960px) {
	.nav__item:hover .marker {
		position: relative;
		background: #0AB93B url("../images/icons/up.png") no-repeat center center;
	}

	.nav__item:hover .marker:after {
		display: block;
	}

	.nav__item:hover .nav-int {
		display: block;
	}

	.talk-block .comment__answ {
		margin-left: 25px;
	}

	.talk-block .comment__answ:nth-of-type(2) {
		margin-left: 65px;
	}
}





section.slidepage #range {
	margin: 0
}

.slidepage__head {
	font-family: "MullerExtraBold", sans-serif;
	font-size: 62px;
	line-height: 66px;
	color: #000855;
}

.slidepage__title {
	margin-top: 30px;
	color: #64667C;
	font-size: 24px;
	line-height: 30px;
}

.slidepage__right .param-wrap {
	justify-content: center;
}

.slidepage__right .param-wrap .btn_aside {
	width: 200px;
}

.slidepage__right p.note {
	padding: 22px;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
}

@media (max-width: 990px) {
	section.slidepage {
		padding-top: 20px;
	}

	section.slidepage>.container {
		flex-wrap: wrap;
	}

	.slidepage__left,
	.slidepage__right {
		width: 100%;
		padding: 0;
	}

	.slidepage__left {
		padding: 0px 25px;
	}

	.slidepage__right .param-wrap {
		justify-content: center;
		display: flex;
	}

	.slidepage__head {
		font-size: 31px;
		line-height: 39px;
	}
	.tab-list__item_act a {
		color: #fff;
	}
}

.slidepage__list {
	padding-left: 17px;
	list-style-position: outside;
}
body.error404 .img404 {
    max-width: 150px;
    display: block;
    margin: 40px auto 0;
}
body.error404 .lain .main-head {
    margin-top: 10px;
}