

/* Start:/bitrix/templates/redesign/css/foses.css?17532717496184*/
:root {
    --cont-space: 10px;
}

.fos {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: visibility .3s, opacity .3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    color: #464557;
    justify-content: center
}

.fos .modal-desc {
    display: flex;
    gap: 8px;
}

.fos .modal-desc span {
    margin: auto 0;
}

.fos .modal-desc svg {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
}

.fos label {
    cursor: pointer;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 8px;*/
    /*color: var(--text-neutral-primary-medium);*/
}
.fos-body {
    pointer-events: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

.fos-fb-cont {
    pointer-events: visible;
    max-width: calc(100% - var(--cont-space) * 2);
    width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    min-width: 440px;
    background-color: var(--white);
    border: none;
    border-radius: 12px;
    box-sizing: border-box;
}
.fos-fb-cont {
    overflow: hidden;
}

.ffc_krest {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
}

.ffc_krest svg {
    width: 100%;
    height: 100%
}

.inn_fos-body {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 40px 0
}

.custom-checkbox_desc {
    font-weight: 300;
    color: var(--text-neutral-primary-low);
}

.custom-checkbox_desc a {
    color: var(--text-neutral-primary-medium);
    transition: .3s;
}

.custom-checkbox_desc a:hover {
    color: var(--text-brand-secondary);
}

.fos-bg {
    background: rgba(0, 0, 0, 0.1);
    /*background-color: #18324E66;*/
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.ffc_infos,
.ffc_infos form {
    margin-top: 24px
}

.fos .heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fos .heading .title {
    width: 100%;
    display: block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--blue-01);
}

.fos .heading .desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--blue-02);
    display: block;
}

.fos input[type=tel],
.fos input[type=email],
.fos input[type=text],
.fos textarea {
    padding: 12px 16px;
    width: 100%;
    border: 1px solid var(--grey-01);
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--blue-01);
}

.fos textarea {
    height: 94px;
    resize: none;
}

.fos input::placeholder,
.fos textarea::placeholder {
    font-size: 16px;
    font-width: 400;
    line-height: 130%;
    color: #8CA2A9;
}

.ffc_infos form button {
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    border: none;
    border-radius: 40px;
    outline: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    padding: 0 16px;
    background-color: var(--blue-01);
    color: var(--white);
    display: flex;
}

.ffc_infos form .fos_flex {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fos textarea {
    resize: none;
    padding: 9px 12px
}

.fos_flex > span {
    width: 100%;
    display: block;
    color: var(--text-neutral-primary-medium);
}

.fos input[type=tel].is-invalid,
.fos input[type=email].is-invalid,
.fos input[type=text].is-invalid,
.fos textarea.is-invalid {
    border-color: red
}

.ffci_polic {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top:40px
}

.ffci_polic_chbx {
    cursor: pointer;
    width:24px;
    min-width:24px;
}

.ffci_polic_chbx svg {
    width: 100%;
    height: 100%
}

.ffci_polic_chbx input {
    display: none
}

.ffci_polic_text {
    line-height: 150%;
    color: #888;
    font-size:14px
}

.ffci_polic_chbx  svg *{
    transition: .3s;
}
.ffci_polic_chbx input:checked + svg {
    --path-fill: #fff;
    --rect-fill: #D46B33;
}

.ffci_polic_chbx input.is-invalid + svg {
    --border-fill: #f00
}

.fos form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.modal-desc_inputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fos-fb-cont::before {
    pointer-events: none;
    z-index: 1;
    content: url('/local/templates/main/img/grass_back_form.png');
    right: -150px;
    bottom: -150px;
    position: absolute;
}

.fos-advantages .fos-fb-cont::before {
    content: none;
}

@media (min-width: 769px) {
    .ffc_krest:hover {
        opacity: .7
    }
}

@media (max-width: 675px) {
    .fos-fb-cont::before {
        content: none;
    }
    .fos .heading {
        padding: 24px;
    }

    .fos form {
        padding: 0 24px 24px;
    }
}

@media (max-width: 450px) {
    .fos-consult .cont-inf {
        flex-wrap: wrap;
        gap: 10px !important;
    } 
    .fos-consult .cont-inf span {
        max-width: unset !important;
    }
}

.fos_service_select__options {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#serviceSelect.open .fos_service_select__options {
    display: block;
}

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1712593714420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/menu/topnav/style.css?17326050971421*/
.topnav {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  list-style-type: none;
}
.topnav__item {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 3px;
}
.topnav__link {
  color: inherit;
  text-decoration: none;
}
.topnav__sub {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: calc(100% - 46px);
  padding: 24px;
  flex-direction: column;
  gap: 1px;
  background: var(--white);
  border: 1px solid var(--grey-01);
  border-radius: 16px;
  box-shadow: 3px 5px 13px 0 rgba(30, 67, 102, 0.05), 14px 19px 24px 0 rgba(30, 67, 102, 0.04), 31px 43px 32px 0 rgba(30, 67, 102, 0.03), 56px 76px 38px 0 rgba(30, 67, 102, 0.01), 87px 119px 41px 0 rgba(30, 67, 102, 0);
  z-index: 1;
}
.topnav__sub::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 29px;
  width: 17px;
  height: 17px;
  background: var(--white);
  transform: rotate(-45deg);
  z-index: 1;
}
.topnav__item:hover > .topnav__sub {
  display: flex;
}
.topnav__sub > .topnav__item {
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 4px;
  transition-duration: 400ms;
}
.topnav__sub > .topnav__item:hover {
  background-color: var(--pkun-04);
}
.topnav__sub > .topnav__item > .topnav__link {
  transition-duration: 400ms;
}
.topnav__sub > .topnav__item:hover > .topnav__link {
  color: var(--blue-02);
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/search.form/top/style.css?1730881790818*/
.topsearch {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 296px;
  background: var(--white);
  border-radius: 40px;
  box-sizing: border-box;
  opacity: 0.6;
}
.topsearch__submit {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  outline: none;
}
.topsearch__input {
  margin: 0;
  padding: 0;
  width: calc(100% - 32px);
  background: none;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.topsearch__input::placeholder {
  color: var(--blue-03);
}
@media (max-width:840px) {
  .topsearch {
    width: 200px;
  }
}
@media (max-width:768px) {
  .topsearch {
    width: 100%;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/catalog/style.css?17125937082175*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/bitrix/search.title/templates/catalog/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/catalog.section.list/catalog/style.css?17430683114323*/
.catalog {
	display: none;
	position: absolute;
	top: calc(100% + 16px);
	left: 20px;
	width: calc(100% - 40px);
	z-index: 91;
}
.catalog__list {
	margin: 0;
	padding: 0 33px 0 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 347px;
	height: 604px;
	background-color: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	list-style-type: none;
	overflow-y: auto;
}
.catalog__header {
	display: none;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: var(--blue-01);
}
.catalog__close {
	margin: 0;
	padding: 0;
	display: flex;
	background: none;
	border: none;
	outline: none;
}
.catalog__item {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	gap: 10px;
	height: 108px;
	background-color: var(--white);
	border: 1px solid var(--grey-01);
	border-radius: 16px;
	box-sizing: border-box;
}
.catalog__name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: var(--blue-01);
}
.catalog__img {
	width: 84px;
	height: 76px;
	object-fit: contain;
}

.sublist {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 89px 8px 18px;
	width: calc(100% - 347px);
	height: 604px;
	background-color: #fff;
	box-sizing: border-box;
	overflow-y: auto;
}
.sublist.active {
	display: block;
}
.sublist__title {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.sublist__name {
	flex-shrink: 1;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.02em;
	color: var(--blue-01);
	text-decoration: none;
}
.sublist__count {
	flex-shrink: 0;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 11px;
	line-height: 140%;
	color: var(--blue-01);
}
.sublist__close {
	display: none;
	margin: 0;
	margin-left: auto;
	padding: 0;
	background: none;
	border: none;
	outline: none;
}
.sublist__list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 60px;
	row-gap: 43px;
	list-style-type: none;
}
.sublist__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: var(--blue-01);
}
.sublist__sublist {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style-type: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--blue-02);
}
.sublist__subitem.toggled {
	display: none;
}
.sublist__toggler {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 12px;
	color: var(--blue-03);
	cursor: pointer;
}
.sublist a {
	color: inherit;
	text-decoration: none;
}
@media (max-width:1280px) {
	.sublist {
		padding: 8px 18px;
	}
	.sublist__list {
		column-gap: 40px;
		row-gap: 32px;
	}
}
@media (max-width:1024px) {
	.sublist__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:768px) {
	.catalog {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 86px;
		width: 100vw;
		height: calc(100vh - 60px);
		background: rgba(31, 38, 80, 0.4);
		box-sizing: border-box;
		overflow: hidden;
	}
	.catalog.active {
		display: block;
	}
	.catalog__list {
		display: none;
		padding: 20px 15px;
		width: 100%;
		height: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		overflow-y: auto;
	}
	.catalog__list.active {
		display: flex;
	}
	.catalog__header {
		display: flex;
	}
	.sublist {
		display: none;
		position: absolute;
		top: 86px;
		left: 0;
		width: 100%;
		height: calc(100% - 86px);
		border-radius: 20px 20px 0 0;
		overflow-y: auto;
	}
	.sublist.active {
		display: block;
	}
	.sublist__close {
		display: flex;
	}
}
@media (max-width:440px) {
	.sublist__list {
		grid-template-columns: 1fr;
	}
}

.catalog__list::-webkit-scrollbar,
.sublist::-webkit-scrollbar {
	width: 10px;
	background: var(--grey-01);
	border-radius: 5px;
}
.catalog__list::-webkit-scrollbar-thumb,
.sublist::-webkit-scrollbar-thumb {
	position: relative;
	width: 10px;
	background: var(--blue-03);
	border-radius: 5px;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/.default/style.css?1753281949440*/
body.showFosConsult {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosConsult .fos-consult {
    visibility: visible;
    opacity: 1
}

.fos-consult .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}

.fos-consult .fos-fb-cont {
    background-image: url('/local/templates/main/img/form-back.png');
    background-repeat: no-repeat;
    background-position: right 0;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/calculate_order/style.css?1753358727273*/
body.showFosCalculate {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosCalculate .fos-calculate {
    visibility: visible;
    opacity: 1
}

.fos-calculate .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/buy_in_click/style.css?1753362840267*/
body.showFosBuy {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosBuy .fos-buy_in_click {
    visibility: visible;
    opacity: 1
}

.fos-buy_in_click .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/question/style.css?1753364680269*/
body.showFosQuestion {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosQuestion .fos-question {
    visibility: visible;
    opacity: 1
}

.fos-question .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/found_cheaper/style.css?1753361205277*/
body.showFosCheaper {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosCheaper .fos-found_cheaper {
    visibility: visible;
    opacity: 1
}

.fos-found_cheaper .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}
/* End */


/* Start:/local/components/santeh_form/form/templates/result/style.css?1753357023261*/
body.showFosResult {
    overflow: hidden
}

/*body.showFosConsult .fos-consult {*/
body.showFosResult .fos-result {
    visibility: visible;
    opacity: 1
}

.fos-result .modal-desc_input {
    height: 60px;
}
.fos-fb-cont {
    width: 440px;
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/form/subscribe/bitrix/form.result.new/.default/style.css?17334825521145*/
.subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscribe__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #f5f5f5;
}
.subscribe__wrapper {
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #283060;
  border: 1px solid #2f386c;
  border-radius: 40px;
}
.subscribe__input {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 136px);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #f5f5f5;
}
.subscribe__input::placeholder {
  color: #535a84;
}
.subscribe__policy {
  margin-top: 4px;
  max-width: 300px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #757ca6;
}
.subscribe__policy > a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--grey-01);
}
/* End */


/* Start:/bitrix/templates/redesign/styles.css?17407386006905*/
.banner {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
}
.banner__left {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.banner__title {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: var(--blue-01);
}
.banner__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}
.banner__img {
  width: 595px;
  height: 297px;
  object-fit: contain;
}
@media (max-width:1280px) {
  .banner {
    gap: 30px;
  }
  .banner__img {
    width: 360px;
    height: 180px;
  }
}
@media (max-width:840px) {
  .banner {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .banner__title {
    font-size: 32px;
  }
  .banner__img {
    width: 100%;
  }
}

.partners {
  margin: 70px 0;
}
.partners__title {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.partners__slide {
  padding: 25px 45px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--grey-01);
  border-radius: 16px;
  box-sizing: border-box;
}
.partners__slide > img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
@media (max-width:1024px) {
  .partners {
    margin: 60px 0;
  }
}
@media (max-width:640px) {
  .partners {
    margin: 40px 0;
  }
  .partners__slide {
    padding: 25px 15px;
  }
}

.accordion {
  margin-bottom: 60px;
  border-top: 1px solid var(--grey-01);
}
.accordion__item {
  border-bottom: 1px solid var(--grey-01);
}
.accordion__toggler {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.accordion__toggler > svg {
  flex-shrink: 0;
  transition-duration: 400ms;
}
.accordion__toggler.active > svg {
  transform: rotate(180deg);
}
.accordion__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.accordion__content {
  display: none;
  padding: 12px 0 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}

.about {
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
}
.about__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.about__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}
.about__img {
  flex-shrink: 0;
  width: 50%;
  height: 392px;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width:1024px) {
  .about {
    margin-bottom: 24px;
    gap: 35px;
  }
  .about__img {
    width: 54%;
    height: 425px;
  }
}
@media (max-width:840px) {
  .about {
    flex-direction: column;
    gap: 16px;
  }
  .about__left {
    gap: 24px;
  }
  .about__title {
    font-size: 24px;
  }
  .about__img {
    width: 100%;
    height: 279px;
  }
}

.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.advantages__item {
  padding: 22px 22px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  background: var(--pkun-04);
  border: 1px solid var(--grey-01);
  border-radius: 16px;
  text-decoration: none;
}
.advantages__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.advantages__item > svg {
  align-self: flex-end;
}
@media (max-width:1024px) {
  .advantages {
    gap: 20px;
  }
  .advantages__item {
    padding: 22px;
  }
  .advantages__text {
    font-weight: 400;
    font-size: 16px;
  }
}
@media (max-width:840px) {
  .advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .advantages__item {
    padding: 17px;
    min-height: 140px;
  }
}
@media (max-width:480px) {
  .advantages__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: normal;
  }
}

.useful {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style-type: none;
}
.useful__item {
  padding: 102px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
}
.useful__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (max-width:1280px) {
  .useful {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }
  .useful__item {
    padding: 173px 16px 38px;
    justify-content: flex-start;
  }
  .useful__text {
    width: 200px;
  }
}
@media (max-width:680px) {  
  .useful {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .useful__item {
    justify-content: space-between;
  }
  .useful__text {
    width: unset;
  }
}

.map {
  position: relative;
  height: 432px;
  border-radius: 16px;
  overflow: hidden;
}
.map > iframe {
  border: none;
}
.map__window {
  position: absolute;
  top: 88px;
  left: 152px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 325px;
  background: var(--white);
  border-bottom: 1px solid #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.map__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.map__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map__text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
@media (max-width:1280px) {
  .map {
    margin: 0 -20px;
    border-radius: 0;
  }
  .map__window {
    left: 123px;
  }
}
@media (max-width:680px) {
  .map {
    height: 570px;
  }
  .map__window {
    top: 228px;
    left: 16px;
    width: calc(100% - 60px);
  }
}
@media (max-width:640px) {
  .map {
    margin: 0 -16px;
  }
}
/* End */


/* Start:/bitrix/templates/redesign/template_styles.css?174851175321377*/
@font-face {
  font-family: 'Inter';
  src: url('/bitrix/templates/redesign/fonts/Inter-Bold.eot');
  src: local('Inter Bold'), local('Inter-Bold'),
      url('/bitrix/templates/redesign/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Inter-Bold.woff2') format('woff2'),
      url('/bitrix/templates/redesign/fonts/Inter-Bold.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/bitrix/templates/redesign/fonts/Inter-SemiBold.eot');
  src: local('Inter Semi Bold'), local('Inter-SemiBold'),
      url('/bitrix/templates/redesign/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Inter-SemiBold.woff2') format('woff2'),
      url('/bitrix/templates/redesign/fonts/Inter-SemiBold.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/bitrix/templates/redesign/fonts/Inter-Regular.eot');
  src: local('Inter Regular'), local('Inter-Regular'),
      url('/bitrix/templates/redesign/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Inter-Regular.woff2') format('woff2'),
      url('/bitrix/templates/redesign/fonts/Inter-Regular.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/bitrix/templates/redesign/fonts/Inter-Medium.eot');
  src: local('Inter Medium'), local('Inter-Medium'),
      url('/bitrix/templates/redesign/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Inter-Medium.woff2') format('woff2'),
      url('/bitrix/templates/redesign/fonts/Inter-Medium.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/bitrix/templates/redesign/fonts/Gilroy-SemiBold.eot');
  src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
      url('/bitrix/templates/redesign/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Gilroy-SemiBold.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/bitrix/templates/redesign/fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Regular.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/bitrix/templates/redesign/fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Medium.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/bitrix/templates/redesign/fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Bold.woff') format('woff'),
      url('/bitrix/templates/redesign/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Gilroy", sans-serif;
  --third-family: "Basic", sans-serif;
  --font3: "Futura PT", sans-serif;
  --font4: "SF UI Text", sans-serif;

	--blue-01: #1f2650;
	--blue-02: #444a6d;
	--blue-03: #8f93a8;
	--white: #fff;
	--grey-01: #d9e3ef;
	--pkun-04: #f4f9fd;
	--40: rgba(143, 147, 168, 0.4);
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-family);
  color: black;
}
body.lock {
  height: 100vh;
  overflow: hidden;
}
main {
  flex-grow: 1;
}
figure {
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1330px;
  box-sizing: border-box;
  overflow: hidden;
}
.container--overflow {
  overflow: visible;
}
@media (max-width: 640px) {
  .container {
    padding: 0 16px;
  }
}
.button {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  background-color: var(--white);
  border: none;
  border-radius: 40px;
  outline: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button--blue {
  background-color: var(--blue-01);
  color: var(--white);
}
.button--gray {
  background-color: var(--grey-01);
  color: #535a84;
}
.button--darkgray {
  background: var(--blue-03);
  color: var(--white);
}
.button--white {
  border: 1px solid var(--blue-03);
  background-color: var(--white);
  color: var(--blue-01);
}
.button--small {
  padding: 0 16px;
}
.button--right {
  align-self: flex-end;
}
.button:disabled {
  opacity: 0.6;
  cursor: default;
}

.modal {
  position: fixed;
  padding: 40px;
  min-width: 440px;
  background-color: var(--white);
  border: none;
  border-radius: 12px;
  box-sizing: border-box;
}
.modal::-webkit-scrollbar {
  width: 4px;
  background: #f5f5f5;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb {
  position: relative;
  width: 4px;
  background: #848485;
  border-radius: 2px;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 360px;
}
.modal__form--wide {
  max-width: 530px;
}
.modal__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.modal__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
.modal__input {
  padding: 12px 16px;
  width: 100%;
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--blue-01);
}
.modal__input::placeholder {
  color: var(--blue-03);
}
.modal__input--area {
  height: 94px;
  resize: none;
}
.modal__button {
  align-self: flex-start;
}
.modal__policy {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
}
.modal__policy > a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--blue-01);
}
@media (max-width:640px) {
  .modal {
    width: calc(100vw - 50px);
    min-width: unset;
  }
  .modal__form {
    max-width: unset;
  }
}

#city-helper {
  margin-top: -20px;
  padding: 0 16px;
}
#city-helper > div {
  cursor: pointer;
}
#city-helper > div:not(:first-child) {
  margin-top: 4px;
}

.breadcrumbs {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 9px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  color: var(--blue-03);
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs span.chain:last-child {
  display: none;
}
.breadcrumbs > span > span {
  color: var(--blue-02);
}

.h1 {
  margin: 0 0 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: var(--blue-01);
}
.h2 {
  margin: 0 0 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.section {
  margin: 60px 0;
  display: block;
}
.section-top {
  margin: 0 0 60px;
  display: block;
}
.section__heading {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section__heading > .h2 {
  margin-bottom: 0;
}
.section__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-03);
  text-decoration: none;
}
@media (max-width:768px) {
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 24px;
  }
  .section {
    margin: 40px 0;
  }
  .section-top {
    margin: 0 0 40px;
    display: block;
  }
}

p, ul {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}

.header {
  margin-bottom: -183px;
  height: 350px;
  background: linear-gradient(180deg, #e8eef5 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width:1280px) {
  .header {
    margin-bottom: -168px;
  }
}
@media (max-width:768px) {
  .header {
    margin-bottom: -225px;
  }
}
.header-top {
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
}
.header-top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-top__city {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}
.header-top__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-top__item,
.header-mid__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}
@media (max-width:840px) {
  .header-top {
    display: none;
  }
}
.header-logo {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  text-decoration: none;
}
.header-logo__img {
  width: 30px;
  height: 31px;
  object-fit: contain;
}
.header-logo__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-logo__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--blue-01);
}
.header-logo__subtitle {
  margin-top: -2px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 7px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--blue-03);
}
.header-mid {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-mid__right {
  display: flex;
  align-items: center;
  gap: 16px;  
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
}
.topicons {
  display: flex;
  gap: 15px;
}
.topicons__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.header-icon__counter {
  position: absolute;
  top: -5px;
  right: -5px;

  border-radius: 50%;
  padding: 2px 5px;

  background-color: var(--blue-01);
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
}
.topicons__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;

  position: relative;
}
.topicons__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
  text-align: center;
}
.header-mid__topicons {
  display: none;
}
@media (max-width:1280px) {
  .header-mid {
    display: flex;
  }
}
@media (max-width:840px) {
  .header-mid {
    padding: 8px 0;
  }
}
@media (max-width:768px) {
  .header-mid__item {
    display: none;
  }
}
@media (max-width:380px) {
  .header-mid__topicons {
    display: flex;
  }
  .header-mid__button {
    display: none;
  }
}
.header-bot {
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.header-bot__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bot__right {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width:840px) {
  .header-bot {
    gap: 20px;
  }
}
@media (max-width:768px) {
  .header-bot__right,
  .header-bot__button {
    display: none;
  }
  .header-bot__left {
    width: 100%;
  }
}

.footer {
  padding: 40px 0;
  background-color: var(--blue-01);
}
.footer-top {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-top__column {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 225px;
  list-style-type: none;
}
.footer-top__column .mobile-visible {
  display: none;
}
.footer-top__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--grey-01);
}
.footer-top__chevron {
  display: none;
  transform: rotate(0);
  transition-duration: 400ms;
}
.footer-top__item-title.active .footer-top__chevron {
  transform: rotate(180deg);
}
.footer-top__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
}
.footer-top__item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--grey-01);
}
.footer-top__item-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--grey-01);
}
.footer-top__item-flex > svg {
  flex-shrink: 0;
}
.footer-top a {
  color: inherit;
  text-decoration: none;
}
.footer-top a:hover {
  text-decoration: underline;
}
@media (min-width:993px) {
  .footer-top__list {
    display: flex !important;
  }
} 
@media (max-width:992px) {
  .footer-top {
    flex-direction: column;
    gap: 24px;
  }
  .footer-top__column {
    width: 100%;
    max-width: unset;
  }
  .footer-top__column .mobile-hidden {
    display: none;
  }
  .footer-top__column .mobile-visible {
    display: flex;
  }
  .footer-top__item-title {
    margin-top: 16px;
  }
  .footer-top__item-title--toggler {
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #46484c;
    transition-duration: 400ms;
  }
  .footer-top__item-title--toggler.active {
    padding-bottom: 1px;
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .footer-top__chevron {
    display: block;
  }
  .footer-top__list {
    display: none;
  }
  .footer-top__list--grid {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    column-gap: 60px;
  }
  .footer-top__item {
    font-weight: 700;
  }
}
@media (max-width:768px) {
  .footer-top__list--grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:440px) {
  .footer-top__list--grid {
    max-width: 230px;
  }
}
.footer-bot {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer-bot__left {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
  width: calc(100% - 424px);
}
.footer-logo {
  display: flex;
  gap: 16px;
  width: 257px;
  text-decoration: none;
}
.footer-logo__img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.footer-logo__text {
  display: flex;
  flex-direction: column;
}
.footer-logo__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--white);
}
.footer-logo__subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--blue-03);
}
.payments {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payments__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
.payments__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  list-style-type: none;
}
.payments__item {
  display: flex;
}
.payments__item:nth-child(1) {
  width: 60px;
  height: 20px;
}
.payments__item:nth-child(2) {
  width: 37px;
  height: 24px;
}
.payments__item:nth-child(3) {
  width: 33px;
  height: 26px;
}
.payments__item:nth-child(4) {
  width: 33px;
  height: 26px;
}
.payments__item:nth-child(5) {
  width: 64px;
  height: 18px;
}
.payments__item:nth-child(6) {
  width: 80px;
  height: 14px;
}
.payments__item:nth-child(7) {
  width: 57px;
  height: 28px;
}
.payments__item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.copyright {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #d9d9d9;
}
.copyright a,
.copyright p {
  color: inherit;
}
.footer-bot__right {
  flex-shrink: 0;
  width: 314px;
}
.footer-bot__bottom {
  display: none;
}
@media (max-width:992px) {
  .footer {
    padding: 20px 0;
  }
  .footer-logo,
  .copyright--top {
    display: none;
  }
  .footer-bot {
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 40px;
  }
  .footer-bot__right {
    flex-shrink: 1;
    width: auto;
    min-width: 314px;
  }
  .footer-bot__bottom {
    display: block;
  }  
  .payments__list {
    flex-wrap: wrap;
  }
}
@media (max-width:768px) {
  .footer {
    margin-bottom: 60px;
  }
  .footer-bot {
    flex-direction: column;
    row-gap: 24px;
  }
  .footer-bot__left {
    width: 100%;
  }
  .footer-bot__right {
    max-width: 400px;
    min-width: unset;
  }
  .footer-bot__bottom {
    margin-top: 16px;
  }  
}
.panel {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 60px;
  background-color: var(--pkun-04);
  box-sizing: border-box;
}
.panel__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 1px 0 rgba(31, 38, 80, 0.1), 1px 2px 2px 0 rgba(31, 38, 80, 0.09), 3px 4px 3px 0 rgba(31, 38, 80, 0.05), 5px 6px 3px 0 rgba(31, 38, 80, 0.01), 7px 10px 3px 0 rgba(31, 38, 80, 0);
  outline: none;
}
.panel__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.panel__counter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: var(--blue-01);
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
.panel__counter:has(span.active) {
  display: flex;
}
@media (max-width:768px) {
  .panel {
    display: flex;
  }
  jdiv .button__eMxPj {
    margin-bottom: 70px !important;
  }
}
.wishlist {
  display: flex;
  gap: 16px;
}
.wishlist--vertical {
  flex-direction: column;
}
.wishlist__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.wishlist__item.added {
  background: var(--grey-01);
}

@media (max-width:1280px) {
  .desktop {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.cookies-block {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.cookies-block .content {
  background: #fff;
  position: relative;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 3.83466px 43.1399px #F1F1F1;
  padding: 25px 160px 25px 38px;
}
.cookies-block .content p {
  font-size: 14px;
  line-height: 27px;
}
.cookies-block .content p a {
  color: #626262;
}
.cookies-block .content button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  background: #626262;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 70px;
  height: 45px;
  border: none;
  outline: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookies-block .content {
    padding: 15px;
  }
  .cookies-block .content button {
    margin-top: 15px;
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
/* End */
/* /bitrix/templates/redesign/css/foses.css?17532717496184 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1712593714420 */
/* /bitrix/templates/redesign/components/bitrix/menu/topnav/style.css?17326050971421 */
/* /bitrix/templates/redesign/components/bitrix/search.form/top/style.css?1730881790818 */
/* /bitrix/components/bitrix/search.title/templates/catalog/style.css?17125937082175 */
/* /bitrix/templates/redesign/components/bitrix/catalog.section.list/catalog/style.css?17430683114323 */
/* /local/components/santeh_form/form/templates/.default/style.css?1753281949440 */
/* /local/components/santeh_form/form/templates/calculate_order/style.css?1753358727273 */
/* /local/components/santeh_form/form/templates/buy_in_click/style.css?1753362840267 */
/* /local/components/santeh_form/form/templates/question/style.css?1753364680269 */
/* /local/components/santeh_form/form/templates/found_cheaper/style.css?1753361205277 */
/* /local/components/santeh_form/form/templates/result/style.css?1753357023261 */
/* /bitrix/templates/redesign/components/bitrix/form/subscribe/bitrix/form.result.new/.default/style.css?17334825521145 */
/* /bitrix/templates/redesign/styles.css?17407386006905 */
/* /bitrix/templates/redesign/template_styles.css?174851175321377 */
