html {
	font-family: "Open Sans", Tahoma, sans-serif;
	/* 1 */
	;
	-ms-text-size-adjust: 100%/* 2 */
	;
	-webkit-text-size-adjust: 100%/* 2 */
	;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	color: #006086;
}

audio,
canvas,
progress,
video {
	display: inline-block/* 1 */
	;
	vertical-align: baseline/* 2 */
	;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

.click {
    background: #fbfbfb;
    border-radius: 5px;
    font-weight: 100;
    -webkit-writing-mode: horizontal-tb !important;
    border-style: solid;
    border: 1px solid #a9a9a9;
    border-width: 1px;
    padding: 4px 6px;
    text-rendering: auto;
    color: initial;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 14px system-ui;
}

b, strong {
    font-weight: bold;
    color: #647698;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #202124;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

.bp {
	color: #000000;
	background: #f9f9f9;
	padding: 2px 8px;
	border-radius: 2px;
	font-weight: 100;
	border: solid 1px #929292;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit/* 1 */
	;
	font: inherit/* 2 */
	;
	margin: 0/* 3 */
	;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button/* 2 */
	;
	cursor: pointer/* 3 */
	;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box/* 1 */
	;
	box-sizing: border-box/* 1 */
	;
	padding: 0/* 2 */
	;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield/* 1 */
	;
	-webkit-box-sizing: content-box/* 2 */
	;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0/* 1 */
	;
	padding: 0/* 2 */
	;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

blockquote {
	margin: 0;
}

.container {
	max-width: 1200px;
	margin: auto;
	padding: 0;
}


/* Header new */

.page__top {
	position: relative;
	background-color: #fff;
	background-size: cover;
	z-index: 0;
}

.page__top-container {
	max-width: 1220px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page__top__content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.static {
	background: #fff;
	margin-bottom: 40px;
	border-radius: 5px;
	padding: 20px 35px;
}

.page__top svg.wave {
	position: absolute;
	bottom: -1px;
	left: 0;
	overflow: hidden;
	vertical-align: middle;
}

.page__top__left {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0 15px;
}

.page__top__left__info {
	margin-top: -10px;
}

.page__top__left__link {
	color: #304673;
	font-weight: 700;
	font-size: 43px;
	line-height: 1.1;
	z-index: 1;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}

.logo {
	margin-right: 1.1rem;
}

.page__top__left__info span {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.5rem;
}

#page__top__nav ul {
	display: flex;
	align-items: center;
	list-style: none;
}

#page__top__nav ul>li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -26px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: none;
}

#page__top__nav ul a {
	color: #304673;
	text-decoration: none;
	transition: 0.3s all ease;
}

#page__top__nav ul a:hover {
	color: #f27b19;
	transition: 0.3s all ease;
}

#page__top__nav ul a:not(:last-child) {
	margin-right: 20px;
}

.page__top-wrapper {
	padding: 0 0 40px;
}

.navbar-toggler {
	display: none;
}

.page__top__mobile {
	display: none;
}

@media (max-width: 570px) {
	.mobile__hidden {
		display: none;
	}
	.page__top__left__info span {
		font-size: 20px;
	}
}

@media (max-width: 960px) {
	.container {
		padding: 0 10px;
	}
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.column {
	padding: 0 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.column_xs-1 {
	min-height: 1px;
	width: 8.333333333333332%;
}

.column_xs-2 {
	min-height: 1px;
	width: 16.666666666666664%;
}

.column_xs-3 {
	min-height: 1px;
	width: 25%;
}

.column_xs-4 {
	min-height: 1px;
	width: 33.33333333333333%;
}

.column_xs-5 {
	min-height: 1px;
	width: 41.66666666666667%;
}

.column_xs-6 {
	min-height: 1px;
	width: 50%;
}

.column_xs-7 {
	min-height: 1px;
	width: 58.333333333333336%;
}

.column_xs-8 {
	min-height: 1px;
	width: 66.66666666666666%;
}

.column_xs-9 {
	min-height: 1px;
	width: 75%;
}

.column_xs-10 {
	min-height: 1px;
	width: 83.33333333333334%;
}

.column_xs-11 {
	min-height: 1px;
	width: 91.66666666666666%;
}

.column_xs-12 {
	min-height: 1px;
	width: 100%;
}

html {
	font-family: "Open Sans", Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: #202124;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

h2 {
	font-size: 32px;
	line-height: normal;
	color: #202124;
	text-align: center;
	margin: 0 0 45px 0;
}

h3 {
	font-size: 30px;
	line-height: normal;
	color: #202124;
	text-align: center;
	margin: 40px 0 45px 0;
}

h4 {
	font-size: 28px;
	line-height: normal;
	color: #202124;
	text-align: center;
	margin: 30px 0 45px 0;
}

p {
	margin-bottom: 30px;
	line-height: 29px;
	color: #525252;
	font-size: 17px;
}

ol {
	counter-reset: li;
	margin: 35px 0 40px 2px;
}

ol>li {
	position: relative;
	list-style: none;
	margin: 0 0 8px 20px;
	line-height: 31px;
	color: #525252;
}

ol>li::before {
	content: counters(li, ".");
	counter-increment: li;
	position: absolute;
	top: 3px;
	left: -32px;
	width: 23px;
	height: 23px;
	text-align: center;
	letter-spacing: -1px;
	border-radius: 50%;
	background: #3a568e;
	color: #ffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}

ul {
	margin: 35px 0 40px 20px;
	padding: 0 0 0 40px;
	list-style: none;
}

ul ul {
    margin: 16px 0 40px 0px;
    padding: 0 0 0 40px;
    list-style: none;
}

ul>li {
	position: relative;
	margin: 0 0 11px;
	line-height: 29px;
}

ul>li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -26px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #3a568e;
}

.quote {
    padding: 20px 35px 18px 30px;
    margin: 20px 0 40px 0;
    background: #f5f5f5 no-repeat 35px 50%;
    border-radius: 4px;
    line-height: 29px;
    color: #525252;
    font-size: 15px;
}

.quotes {
    padding: 20px 35px 18px 30px;
    margin: 20px 0 40px 0;
    background: #ffffff no-repeat 35px 50%;
    border-radius: 4px;
    border: 1px solid #8c8c8c;
    line-height: 29px;
    color: #525252;
    font-size: 15px;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.first-screen {
	padding-top: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f7f8;
	padding-bottom: 1px;
}

.first-screen__logo {
	height: 150px;
	text-align: center;
	margin-bottom: 44px;
}

.first-screen__title {
	color: #202124;
	font-size: 33px;
	line-height: normal;
	text-align: center;
	margin: 0 0 30px 0;
}

.first-screen__description {
	font-size: 19px;
	line-height: 32px;
	color: #6d6d6d;
	text-align: center;
	margin-bottom: 47px;
}

.multi-button {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.multi-button__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.multi-button__btn-icon {
	margin-right: 24px;
	padding-left: 30px;
}

.multi-button__btn {
	width: 400px;
	height: 100px;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #efefef;
	position: relative;
	z-index: 100;
	overflow: hidden;
	background: #397ef2;
}

.multi-button__btn_blue {
	background-color: #397ef2;
}

.multi-button__btn_blue:active {
	background-color: #0e6ab2;
}

.multi-button__btn_green {
	background-color: #51699a;
	margin-bottom: 30px;
}

.multi-button__btn_green:active {
	background-color: #405a8e;
}

.multi-button__btn_violet {
	background-color: #8b1cc8;
}

.multi-button__btn_violet:active {
	background-color: #681ba3;
}

.multi-button__btn_orange {
	background-color: #ff8932;
}

.multi-button__btn_orange:active {
	background-color: #e37423;
}

.multi-button__btn::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -140%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.4) 50%, rgba(229, 172, 142, 0));
	transform: rotateZ(110deg) translate(-5em, 7.5em);
	animation: sheen 1.8s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(110deg) translate(1em, -32em);
	}
}

.multi-button__text-big {
	font-size: 25px;
	line-height: 34px;
	padding-bottom: 7px;
}

@media (max-width: 500px) {
	.multi-button__text-big {
		font-size: 24px;
	}
}

.multi-button__text-small {
	font-size: 14px;
	text-align: center;
}

.header {
	height: 60px;
	width: 100%;
	background-color: #fff;
	z-index: 8;
	position: absolute;
	-webkit-box-shadow: 0 16px 14px -12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 14px -12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header.fixed {
	position: fixed;
	top: 0;
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.header__text {
	font-size: 24px;
	color: #202124;
	padding-left: 12px;
}

.header__btn {
	flex-direction: column;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	width: 160px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #397ef2;
	border-radius: 3px;
	padding-bottom: 3px;
	display: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header__btn_small {
	font-size: 12px;
}

.header__btn_blue {
	background-color: #397ef2;
}

.header__btn_blue:hover,
.header__btn_blue:active {
	background-color: #0264b0;
}

.header__btn_green {
	background-color: #1aa83f;
}

.header__btn_green:hover,
.header__btn_green:active {
	background-color: #0c891b;
}

.header__btn_orange {
	background-color: #ff8932;
}

.header__btn_orange:hover,
.header__btn_orange:active {
	background-color: #e37423;
}

.header__btn_violet {
	background-color: #8b1cc8;
}

.header__btn_violet:hover,
.header__btn_violet:active {
	background-color: #681ba3;
}

.header__img {
	height: 40px;
}

.overview {
	padding: 70px 0 50px;
}

.overview__img {}

@media (max-width: 768px) {
	.overview {
		padding-bottom: 55px;
	}
    img {
    border: 0;
    max-width: 100%;
	}
}

.overview__title {
	font-size: 32px;
	line-height: normal;
	color: #202124;
	text-align: center;
	margin: 0 0 45px 0;
}

.overview__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.overview__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.overview__block {
	margin-left: 40px;
}

@media (max-width: 768px) {
	.overview__block {
		margin-left: 0;
	}
}

.overview__title-block {
	font-size: 20px;
	line-height: 27px;
	color: #202124;
	margin-bottom: 20px;
}

.overview__text-block {
	color: #202124;
	font-size: 16px;
	line-height: 24px;
	margin-top: -24px;
}

@media (max-width: 768px) {
	.overview__img img {
		width: 100%;
	}
}

.benefits {
	padding-bottom: 20px;
}

.benefits__title {
	font-size: 36px;
	line-height: normal;
	color: #202124;
	text-align: center;
	margin: 0 0 53px 0;
}

.b-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.b-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.b-columns__column {
	margin-bottom: 15px;
	max-width: 302px;
}

.b-columns__img {
	height: 132px;
	margin-bottom: 38px;
	text-align: center;
	display: flex;
	flex: none;
	justify-content: center;
	align-items: flex-end;
}

@media (max-width: 768px) {
	.b-columns__img {
		margin-top: 15px;
	}
}

.b-columns__title {
	color: #202124;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	margin-bottom: 6px;
}

.b-columns__text {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 6px;
}

.b-columns__link {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #0c85e2;
	width: 89px;
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
	border-bottom: 1px solid #0c85e2;
	cursor: pointer;
}

.b-columns__link:hover {
	color: #0264b0;
}

.download {
	padding: 51px 0 55px;
	background-color: #d7f1e8;
}

.download__img {
	text-align: center;
	height: 120px;
	margin-bottom: 20px;
}

.download__title {
	color: #202124;
	font-size: 36px;
	line-height: normal;
	text-align: center;
	margin-bottom: 35px;
}

.footer {
	border-top: 1px solid #dcdcdc;
	padding-top: 25px;
	margin-top: 30px;
	min-height: 139px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__text {
	color: #959595;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

.footer__text a {
	padding-left: 4px;
	color: #959595;
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__cont-mail {
	font-size: 16px;
	line-height: 21px;
	color: #252525;
	text-decoration: none;
}

.footer__cont-text {
	margin-bottom: 1px;
}

.footer__cont-icon {
	margin: 0px 7px 0 4px;
}

.footer__cont-mailtext {
	line-height: 23px;
}

.link_pbtn {
	text-decoration: none;
	color: #374872;
	text-align: center;
	display: block;
	font-size: 14px;
	margin: 10px auto 0;
}

.footer__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 538px;
	margin: 30px auto 20px;
}

.footer__btn {
	color: #959595;
	border: 1px solid #959595;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 10px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.footer__btns {
		flex-direction: column;
	}
	.footer__btn {
		width: 190px;
		margin: 5px 0;
		text-align: center;
	}
}

.install-instr {
	position: fixed;
	z-index: 999;
	padding: 30px 0 40px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.install {
	display: none;
}

.install.install-active {
	display: block;
}

.system {
	display: none;
}

.system.system-active {
	display: block;
}

.install-instr__close {
	position: absolute;
	top: 45px;
	right: 50px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.install-instr__close img {
	width: 100%;
	display: block;
}

.install-instr__wrap {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.install-instr__title {
	text-align: center;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	margin-top: -35px;
	max-width: 800px;
}

.install-instr__disc {
	padding-top: 30px;
	font-size: 20px;
	color: #3a3939;
}

.install-instr__content {
	padding-top: 15px;
}

.install-instr__text {
	font-size: 16px;
	line-height: 1.8;
	padding: 0 20px;
	color: #3a3939;
}

.header-btns-wrap {
	display: flex;
}

.header-btns-wrap .link_pbtn {
	margin-left: 30px;
}

@media (max-width: 990px) {
	.first-screen__title {
		color: #202124;
		font-size: 21px;
		line-height: normal;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.logo img {
		width: 59px;
		height: auto;
		padding: 20px 0 15px;
	}
	.page__top__left {
		display: flex;
		align-items: center;
		margin: 0 auto;
		padding: 0;
	}
	.first-screen {
		padding-top: 23px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #f5f7f8;
	}
	.first-screen__description {
		font-size: 13px;
		line-height: 24px;
		color: #6d6d6d;
		text-align: center;
		margin-bottom: 47px;
	}
	.page__top__left__link {
		padding-top: 11px;
		font-size: 24px;
	}
	#page__top__nav {
		display: none;
	}
	.page__top__mobile {
		display: block;
        width:100%;
	}
	.page__top-container {
		max-width: 720px;
	}
	.navbar-toggler {
		padding: 0.25rem 0.75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: 0.25rem;
		color: rgba(255, 255, 255, 0.5);
		border-color: rgba(255, 255, 255, 0.1);
		display: block !important;
	}
	.navbar-collapse {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s;
	}
	.navbar-collapse.active {
		overflow: hidden;
		max-height: 1800px;
		transition: max-height 0.5s;
	}
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-size: 100% 100%;
		background-image: url('https://lkk-mossbyt.ru/hamburger.svg');
	}
	.nav-link {
		color: #304673;
		display: block;
		padding: 0.5rem 1rem;
		text-decoration: none;
	}
	.navbar-nav {
		list-style: none;
	}
    
    
   .navbar-collapse ul {
    margin: 10px 0 30px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
    
	#navb ul {
		margin: 0px 0 60px 0px;
		padding: 0 0 0 40px;
		list-style: none;
	}
	.multi-button__btn-icon {
		margin-right: 18px;
		padding-left: 29px;
		padding-top: 4px;
	}
	.multi-button__btn-icon img {
		width: 33px;
	}
	.multi-button__btn {
		height: auto;
		padding: 10px 0;
	}
	.multi-button__text-big {
		font-size: 18px;
		line-height: 34px;
		padding-bottom: 0px;
	}
	.multi-button__text-small {
		display: none;
	}
	.multi-button__btn {
		width: 310px;
	}
	.overview {
		padding: 50px 0 10px;
	}
	.overview__title {
		font-size: 22px;
	}
	.overview__text-block {
		margin-top: 0px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 20px;
	}
}

.download-link {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-link a {line-height: 33px;}

#downloads li {
	max-width: max-content;
	width: 100%;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #efefef;
	background: url(https://lkk-mossbyt.ru/static/img/content/btn-log.png) no-repeat 13px;
	position: relative;
	background-size: 30px;
	padding-left: 30px;
	overflow: hidden;
	background-color: #34b572;
	height: auto;
	font-size: 18px;
	padding: 10px 20px;
	padding-left: 56px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 20px;
	cursor: pointer;
}

#downloads ul {
	margin-left: 0;
	padding-left: 0px;
}

#downloads a {
	color: #ffffff;
	text-decoration: none;
}

.multi-button__btn-icon {
	margin-right: 18px;
	padding-left: 29px;
	padding-top: 4px;
}

.multi-button__btn-icon img {
	width: 33px;
}

#downloads li::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -140%;
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.4) 50%, rgba(229, 172, 142, 0));
	transform: rotateZ(110deg) translate(-5em, 7.5em);
	animation: sheen 2s forwards infinite;
}

@keyframes sheen {
	100% {
		transform: rotateZ(110deg) translate(1em, -32em);
	}
}

@media (max-width: 576px) {
	#downloads li {
		font-size: 16px;
		max-width: 355px;
	}
	.multi-button__btn-icon img {
		width: 25px;
	}
	.multi-button__btn-icon {
		padding-left: 15px;
	}
	#downloads li {
		padding-right: 5px;
	}
}

@media (max-width: 365px) {
	#downloads li {
		font-size: 12px;
		background-size: 23px;
	}
}

@media (max-width: 600px) {
	.quote {
		padding: 15px;
		margin: 20px 0 40px 0;
		background: #EAF0F3 no-repeat 35px 50%;
		border-radius: 4px;
		background-image: none;
	}
    .quotes {
		padding: 15px;
		margin: 20px 0 40px 0;
		background: #ffffff no-repeat 35px 50%;
        border: 1px solid #8c8c8c;
		border-radius: 4px;
		background-image: none;
	}
	ol>li {
		position: relative;
		list-style: none;
		margin: 0 0 8px 0px;
		line-height: 31px;
		color: #525252;
	}
	h2,
	h3,
	h4 {
		margin: 0 0 30px 0;
	}
}

.navbar-nav .nav-item:before {
	display: none !important;
}

.remodal a {
	background: url(https://lkk-mossbyt.ru/img/download.png) no-repeat 0;
	padding-left: 30px;
	line-height: 35px;
}

.img-main {
	float: right;
	margin: 48px 0 0 58px;
}

@media (max-width: 1100px) {
	.img-main {
		width: 30%;
	}
}

@media (max-width: 600px) {
	.img-main {
		width: 100%;
	}
}

#main-button {
	margin: 0 auto;
}

#main-button a {
	color: #fff;
}

@media (max-width: 320px) {
	.page__top__left__link {
		padding-top: 11px;
		font-size: 18px;
	}
}

.navbar-toggler {
	display: none;
}

@media (max-width: 990px) {
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: rgb(109 109 109 / 50%);
    border-color: rgb(152 152 152 / 51%);
    display: block !important;
    margin-left: 15px;
}
    
#title {
    padding: 0 0 0 24px;
    background: url(https://lkk-mossbyt.ru/in.png) no-repeat 0 4px;
    background-size: 14px;
    font-size: 13px;
    line-height: 24px;
}
    
p {
    font-size: 15px;
}
    
html {
    font-size: 15px;
}
    
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(https://lkk-mossbyt.ru/menu.svg);
}
    
.page__top__nav {
    display: none;
}


    
}

.page__top__nav ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.page__top__nav ul>li::before {
    content: "";
    background: none;
}

.page__top__nav ul a:not(:last-child) {
    margin-right: 20px;
}

.page__top__nav ul a {
    text-decoration: none;
    transition: 0.3s all ease;
}

#title {
    padding: 0 0 0 24px;
    background: url(https://lkk-mossbyt.ru/in.png) no-repeat 0 4px;
    background-size: 16px;
}

#title a:hover {text-decoration:none;}

.padding {
    padding-bottom: 50px;
}

.info-news {
    margin-bottom:15px;
}

.page__top__nav {margin-top: 10px;}

#unq ul>li {
    position: relative;
    margin: 0 0 15px;
    line-height: 31px;
}