.top-menu__burger-nav-item a {
  font-size: 20px;
  line-height: 24px;
}
.align-center{
    text-align: center;
}
/**** калькулятор ****/

.calculate {

}

.calculate__content {
  max-width: 1000px;
  margin: 0 auto;
}

.calculate__content-header {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.calculate__type,
.calculate__options,
.calculate__size {
  margin-bottom: 30px;
}

.calculate__type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calculate__type-list > li {
  width: 16%;

}

.calculate__type-list > li .type__label {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  cursor: pointer;
  opacity: .6;
  transition: all .5s;
  text-align: center;
  padding: 10px 5px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.calculate__type-list > li input {
  display: none;
}

.calculate__type-list > li .type__label-text {
  font-size: 18px;
  line-height: 20px;
}

.calculate__type-list > li img {
  max-height: 150px;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}

.calculate__type-list > li .type__label.label--checked::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #cdd430;
  z-index: -1;
  top: 30%;
  transform: translateY(-50%);
  border-radius: 100%;
  right: 10%;
}

.calculate__size-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.calculate__size-item .control__group {
  max-width: 200px;
}

.control_prefix {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

.calculate__options {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.calculate__options .calculate__options-item {
  width: 20%;
}

.options-item__container-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .calculate__options {
    flex-direction: column;
  }

  .calculate__options .calculate__options-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .calculate__type-list {
    flex-direction: column;
  }

  .calculate__type-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.options-item__container-item input[type=radio] {
  height: auto;
  display: none;
}

.options-item__container-item label {
  position: relative;
  margin-left: 30px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  float: none;
  width: auto;
  margin-left: 1.5em;
  cursor: pointer;
}

.options-item__container-item label.label--checked::before {
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: -26px;
  bottom: 5px;
  z-index: 2;
  top: 0.25em;
  background: #333;
}

.options-item__container-item label::after {
  background: #f7f7f7;
  border: 2px solid #c4c4c4;
  transition: all .5s;
  border-radius: 50%;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: -30px;
  bottom: 1px;
  top: 0.05em;
}

.options-item__container-item label.label--checked::after {
  border-color: #333;
  transition: all .5s;
}

/**** калькулятор end ****/

/**** карта ****/

.tabs__nav {
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
  color:#000;
}

.tabs-to-maps-box {
	width: 80%;
	margin: 0px auto;
	margin-top: 100px;
	/* border: 1px solid; */
	/* color: #FFF; */
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	text-transform: uppercase;
	align-items: center;
}


.region {
	appearance: none;
	font-size: 18px;
	text-transform: uppercase;
	/* color: #fff; */
	background: transparent;
	border: 2px solid;
	padding: 10px 20px;
	border-radius: 50px;
	background-image: url(/uploads/nav-down.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: calc(100% - 12px);
	outline: none;
}

select.region option {
	background: #242424;
	color: #fff;
}

.tabs-to-maps-box a.button {
	padding: 10px 20px;
	border: 2px solid;
	color: #fff;
	border-radius: 300px;
	text-decoration: auto;
}

.map-box {
	width: 100%;
	background: #556;
	margin: 0 auto;
	margin-top: 40px;
	height: 600px;
}


.form-box {
	width: 80%;
	margin: 0 auto;
}

.form-box form {
	display: flex;
	justify-content: space-between;
}

.form-box form div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 10px;
}

.form-box form div input {
	width: 100%;
	background: transparent;
	border: 0px solid;
	border-bottom: 2px solid;
	color: #fff;
	font-size: 18px;
	/* font-family: 'PF Isotext Pro'; */
	outline: none;
	padding-bottom: 10px;

}

.form-box form div label {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 12px;
	color: #cdcdcd;
}

.formbuy {
	width: 80%;
	height: 100vh;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #000;
}

.formbuy.white {
	width: 80%;
	height: 100vh;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.formbuy.white input {
	margin: 30px;
	background: transparent;
	border: 0px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	/* font-family: 'PF Isotext Pro'; */
	text-align: center;
	outline: none;
	letter-spacing: 2px;
	font-weight: 700;
	width: 100%;
	color: #fff;
}


.formbuy.white button {
    margin: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 600px;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    /* font-family: 'pf isotext pro'; */
    letter-spacing: 3px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    color: #fff;
}


.formbuy input {
    margin: 30px;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    /* font-family: 'PF Isotext Pro'; */
    text-align: center;
    outline: none;
    letter-spacing: 2px;
    font-weight: 700;
    width: 100%;
}

.formbuy button {
    margin: 30px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 600px;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    /* font-family: 'pf isotext pro'; */
    letter-spacing: 3px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.tabs {
	width: 100%;
}

.tabs__link_active {
	background: lightgray;
	cursor: default;
}

.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
	background-color: #efefef;
}

.tabs__content {
	padding: 0;
}

.tabs__pane {
	display: none;
	padding: 0;
	position: relative;
}

.tabs__pane_show {
	display: block;
}

ymaps[class$=ground-pane] {
	-webkit-filter: grayscale(100%);
}

ymaps[class$=balloon__close]+ymaps[class$=balloon__content] {
	padding: 0;
	margin-right: 0;
}

ymaps[class$=cluster-tabs__section_type_content] {
	background-color: rgba(220,220,220,0.5);
	padding: 30px 30px 30px 50px;
}

ymaps[class$=balloon__close-button] {
	position: absolute;
	right: 5px;
}

ymaps[class$=cluster-content] {
	padding: 0;
	height: 100% !important;
}

ymaps[class$=cluster-tabs__menu] {
	font-family: 'PF isotext Pro', Arial, Helvetica, sans-serif;
	/* font-size: 25px; */
	max-height: 350px;
	min-height: 350px;
}

ymaps[class$=cluster-tabs__menu-item_current_yes] {
	border-radius: 0;
	background-color: #b6447f;
	padding: 15px;
}

ymaps[class$=cluster-tabs__menu-item_current_yes] ymaps[class$=cluster-tabs__menu-item-text] {
	color: white;
}

ymaps[class$=cluster-content__header] {
	display: none;
}

ymaps[class$=cluster-tabs__menu-item] {
	padding: 15px;
}

ymaps[class$=cluster-tabs__menu-item-text] {
	color: black;
}

.tabs__navi {
	display: flex;
	justify-content: space-between;
}

.tabs__wrapper-map-switcher {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

	/* #content-2  переместил блок из map в tabs */
.tabs__navi .map-navi {
	position: relative;
	top: 0;
	left: 0;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	/* color: #fff; */
}

#content-2 select {
	margin: 0!important;
}

.table-list {
	margin-top: 30px;
  color: #000;
	/* width: 100%; */
}

.table-list th {
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}

.table-list td {
	vertical-align: top;
	padding: 20px 10px;
	/*border-bottom: 1px solid #ddd;*/
}

.table-list tbody > :nth-child(2n) {
	background-color:rgba(220,220,220,0.1);
}

.table-list tbody > tr > :last-child {
	text-transform: none;
	line-height: 1.5;
	word-break: break-word;
}

.table-list tbody > tr > :first-child {
	min-width: 100px;
	word-break: break-word;
}

/* colors */
/* transitions */
/* switcher */
.has-switch, .has-switch > .switch {
	box-sizing: border-box;
}
.has-switch {
	position: relative;
	display: inline-block;
	width: auto;
	height: 1em;
	padding: 0;
	padding-left: 2.25em;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.has-switch.has-half-space-after {
	padding-left: 2em;
}
.has-switch.has-half-space-after > .switch {
	margin-right: 0.25em;
}
.has-switch.has-no-space-after {
	padding-left: 1.75em;
}
.has-switch.has-no-space-after > .switch {
	margin-right: 0;
}
.has-switch > input[type=checkbox], .has-switch > input[type=radio] {
	display: none !important;
}

.has-switch > input[type=checkbox]:checked ~ .switch:before, .has-switch > input[type=radio]:checked ~ .switch:before {
	transform: translateX(-0.6em);
}

.has-switch > input[type=checkbox]:disabled ~ .switch, .has-switch > input[type=radio]:disabled ~ .switch {
	opacity: 0.5;
	cursor: not-allowed;
}
.has-switch > .switch {
	position: absolute;
	left: 0;
	width: 1.75em;
	height: 1em;
	background-color: black;
	padding: 0.1875em;
	margin: 0;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: 0;
	border-radius: 0.5em;
	cursor: pointer;
	transform: rotate(180deg);
	/* transition: background-color 0.5s ease, border-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease; */
}
.has-switch > .switch:before {
	content: "";
	position: absolute;
	width: 0.625em;
	height: 0.625em;
	background-color: white;
	border: 0;
	border-radius: 0.3em;
	cursor: pointer;
	transition: background-color 0.5s ease, transform 0.5s ease;
}
.has-switch > .switch.is-round {
	border-radius: 0.5em;
}
.has-switch > .switch.is-round:before {
	border-radius: 0.3125em;
}
.has-switch > .switch.is-square {
	border-radius: 0;
}
.has-switch > .switch.is-square:before {
	border-radius: 0;
}
.has-switch > .switch.is-outline {
	background-color: transparent;
	padding: 0.125em;
	border: 0.125em solid grey;
}
.has-switch > .switch.is-outline:before {
	width: 0.5em;
	height: 0.5em;
	background-color: grey;
	border-radius: 0.125em;
}
.has-switch > .switch.is-outline.is-round:before {
	border-radius: 0.25em;
}

@media (max-width: 992px) {

	.tabs-to-maps-box {
		width: 100%;
	}

	.table-list th,
	.table-list td {
		font-size: 16px;
	}

	.tabs__wrapper-map-switcher {
		flex-direction: column;
	}

	.tabs__wrapper-map-switcher .btn-on-map {
		order: 1;
		margin-bottom: 30px;
	}

	.tabs__wrapper-map-switcher .map-navi {
		order: 3;
	}

	.tabs__wrapper-map-switcher .tabs__nav {
		order: 2;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 565px) {
	ymaps[class$=cluster-tabs__section_type_content] {
		max-height: 200px;
		padding: 0;
	}
	ymaps[class$=cluster-tabs__menu] {
		font-size: 12px;
	}
	ymaps[class$=cluster-tabs__menu-item_current_yes] {
		padding: 10px;
	}
	ymaps[class$=cluster-tabs__menu-item] {
		padding: 10px;
	}
	ymaps[class$=balloon__layout] {
		max-width: 350px;
		max-height: 200px;
	}
	ymaps[class$=cluster-tabs__section_type_nav] {
		max-width: 100px;
		max-height: 200px;
	}
	.balloon-content-address {
		padding: 10px !important;
		max-width: 250px;
	}
	.balloon-content-header {
		font-size: 18px;
	}
	.balloon-content-paragraph {
		font-size: 14px;
	}
	.tabs__wrapper-map-switcher {
		justify-content: end;
	}
	.table-list {
		margin-left: 0;
		margin-right: 0;
	}
	.btn-tomap {
		margin-top: 11px;
		margin-left: 0;
	}
}

/**** карта end ****/

/**** feedback ****/

.consultation__content-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.consultation__content-flex > :first-child {
  margin-right: 20px;
}

.consultation__content-flex .control__input,
.consultation__content-flex .control__textarea {
  border: 2px solid #00171f;
}

.consultation__content-flex textarea.control__textarea {
  height: 203px;
}
.feedback-form .checkbox-small {
  margin: 0 auto;
}

@media (max-width: 576px) {
	.consultation__content-flex {
		flex-direction: column;
	}

	.consultation__content-flex > :first-child {
		margin-right: 0;
	}
}

/**** feedback end ****/

.title-marker::before {
	/* background-color: #b4bb18!important; */
	opacity: .8;
}

.top-menu {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.top-menu__main-item a.active {
	color: #b13675;
}

.default-banner__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.advan-doors__item-ico {
    width: auto;
    border-radius: 0;
    background-color: #fff;
}

.advan-doors__item-ico .ico {
    mix-blend-mode: exclusion;
    fill: #fff;
    stroke: #fff;
}

.container--center {
	justify-content: center;
    text-align: center;
}
.container--left {
	justify-content: left;
    text-align: left;
}

@media (max-width: 768px) {
    .container--left {
        justify-content: center;
        text-align: center;
    }
}

.container--right {
	justify-content: right;
    text-align: right;
}
.container--center .top-banner__btn-block {
    justify-content: center;
}

.container--right .top-banner__btn-block {
    justify-content: right;
}

/*-----------*/

.mlk-advantage {
	background-color: #fff;
	display: block;
	position: relative;
	/* padding-bottom: 60px; */
    /*margin-top: -180px;*/
}

.mlk-advantage .container {
	width: 80%;
	margin: 0 auto;
}

.mlk-advantage ul {
	display: flex;
	width: 100%;
}

.mlk-advantage ul li {
	width: 25%;
	margin: 0px 10px;
}

.mlk-advantage .sys-about-img {
	width: 100%;
	height: auto;
}

.mlk-advantage .sys-about-img img {
  width: 100%;
}

.h-rez {
	width: 40%;
	margin: 0 auto;
	display: block;
	margin-top: -50px;
	position: relative;
}

.h-rez img{
	width: 100%;
}

.sys-about {
	position: absolute;
	bottom: -340px;
	width: 100%;
	display: flex;
}

.sys-about li {
	width: 25%;
	margin: 0px 10px;
}


.sys-about-text-h {
font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 20px 0px;
}

.sys-about-text {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.technic {
	display: flex;
	justify-content: space-between;
}

.technic li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 15%;
}

.tech-num {
	font-size: 22px;
	font-weight: 700;
}
.tech-text {
	font-size: 16px;
	font-weight: 500;
	color: #a0a0a0;
	text-align: center;
	line-height: 16px;
}

.tech-empty {
	width: 40%;
}

@media (max-width: 1024px) {

	.mlk-advantage ul {
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.mlk-advantage ul li {
		width: 40%;
	}

}

@media (max-width: 576px) {
    .mlk-advantage ul {
		justify-content: space-between;
		flex-direction: column;
	}

	.mlk-advantage ul li {
		width: 100%;
	}

    .h-rez {
		width: 90%;
		margin: 0 auto;
		display: block;
		/* margin-top: -50px; */
	}

    .sys-about {
		position: absolute;
		bottom: -2280px;
		width: 100%;
		display: flex;
		align-content: space-between;
		flex-direction: column;
	}

    .sys-about li {
		width: 100%;
		margin: unset;
	}

    .technic li {
		margin-bottom: 20px;
	}

    .technic {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.tech-empty {
		display: none!important;
	}
}


.article-banner__info-view .ico,
.article-banner__info-reed .ico,
.article-banner__info-date .ico,
.article-banner__info-modifed .ico {
    display: none;
}

/* .article-form {
    display: none;
} */

/*--- калькулятор ---*/

#modal-calculator .modal-win__window {
    margin: 0;
    height: 100%;
    width: 100%;
}

#modal-calculator .modal-win__container {
    padding: 0;
    max-width: unset;
    width: 100%;
    height: 100%;
    box-shadow: unset;
    border-radius: 0;
}

#modal-calculator .modal-win__calc {
    height: 100%;
    width: 100%;
    background-color: #423b4c;
}

#modal-calculator .hystmodal__loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-calculator .hystmodal__loader .lds-ellipsis > * {
    background: #fff;
}

/*-- footer --*/

.footer-menu__sub-container {
    width: 100%;
}

.footer-menu__sub-item {
    color: #a0a0a0;
    line-height: 30px;
	text-transform: initial;
}

.footer-menu__sub-title {
	line-height: 1.2;
}

.footer-menu__sub-title:last-child a {
	color:white !important;
}

.footer-menu__sub-item:first-child {
    color: #857979;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-menu__sub-item a,
.footer-menu__sub-item a:hover,
.footer-menu__sub-item a:visited {
    color: #a0a0a0;
    text-decoration: none;
}

@media (max-width: 992px) {
    .footer-menu__social-title {
        text-align: center;
    }
}
