

/* Start:/local/templates/dleki/plugins/owl.carousel/owl.carousel.css?17307912361309*/
.owl-stage {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.owl-stage-outer {
	overflow: hidden;
}

.owl-stage .owl-nav .owl-prev,.owl-stage .owl-nav .owl-next,.owl-stage .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-stage .owl-nav button.owl-prev,.owl-stage .owl-nav button.owl-next,.owl-stage button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-stage.owl-loaded {
	display: block;
}

.owl-stage.owl-loading {
	opacity: 0;
	display: block;
}

.owl-stage.owl-hidden {
	opacity: 0;
}

.owl-stage.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-stage.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-stage.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-nav.disabled,.owl-dots.disabled {
	display: none !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/.default/style.css?1738571069834*/
.pagenavigation {
    margin-top: 40px;
}

.pagenavigation .numbers {
    display: flex;
    align-items: center;
    gap: 15px 10px;
    flex-wrap: wrap;

}

.pagenavigation .numbers a {
    text-decoration: none;
    font-size: 16px;
    color: #848D94;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #848D94;
    transition: background .3s ease;
}

.pagenavigation .numbers a:hover {
    background: #efefef;
}

.pagenavigation .numbers span {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #08B173;
    background: #08B173;
    color: #ffffff;
    pointer-events: none;
}
/* End */


/* Start:/local/components/narisuemvse/banner.header/templates/.default/style.css?1733232835341*/
.header-banner .img {
    display: block;
    width: 100%;
}

.header-banner img {
    display: block;
    width: 100%;
}


@media (max-width: 768px) {

    .header-banner {
        height: 100px;
    }

    .header-banner .img {
        height: 100%;
    }

    .header-banner img {
        height: 100%;
        object-fit: cover;
    }

}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1730273429467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/dleki/components/bitrix/form.result.new/request_form/style.css?17522192715025*/
.request-form-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(51, 51, 51, 0.60);
	align-items: center;
	justify-content: center;
}

.request-form {
	display: flex;
	align-items: stretch;
	max-width: 925px;
	width: 100%;
	z-index: 10;
	border-radius: 20px;
	overflow: hidden;
}

.request-form-img img {
	display: block;
	height: 100%;
}

.request-form-body {
	background: #FFFFFF;
	padding: 35px 80px 35px 40px;
	position: relative;
}

.request-form-body .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.request-form-body .inputs {
	margin-top: 30px;
}

.request-form-body .inputs li + li {
	margin-top: 20px;
}

.request-form-body .inputs label {
	display: block;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 10px;
}

.request-form-body .inputs label span {
	color: #FF5431;
}

.request-form-body .inputs input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 100px;
	background: #F7F8F8;
	padding: 0 15px;
	font-weight: 300;
	transition: border-color 0.3s ease 0s;
}

.request-form-body .inputs input:focus {
	border-color: #FF5431;
}

.request-form-body .inputs textarea {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 16px;
	background: #F7F8F8;
	resize: none;
	padding: 15px;
	font-weight: 300;
	transition: border-color 0.3s ease 0s;
}

.request-form-body .inputs textarea:focus {
	border-color: #FF5431;
}

.request-form-body .form-checkbox {
	margin-top: 20px;
}

.request-form-body .form-checkbox .checkbox {
	position: absolute;
	opacity: 0;
}

.request-form-body .form-checkbox .checkbox + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	font-size: 12px;
}

.request-form-body .form-checkbox .checkbox + label::before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	content: "";
	background: transparent;
	width: 22px;
	height: 22px;

	box-shadow: inset 0 0 0 1px #BBBBBE;
	border-radius: 4px;
	transition: 200ms ease-in-out all;
}

.request-form-body .form-checkbox .checkbox + label::after {
	position: absolute;
	display: block;
	top: 5px;
	left: 9px;
	content: "";
	width: 3px;
	height: 7px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transform: rotate(45deg);

	transition: 200ms ease-in-out all;
}

.request-form-body .form-checkbox .checkbox + label:hover {
	color: #333;
}

.request-form-body .form-checkbox .checkbox + label:focus {
	outline: none;
}

.request-form-body .form-checkbox .checkbox:checked + label::before {
	background: #08B173;
	box-shadow: none;
}

.request-form-body .form-checkbox .checkbox:checked + label::after {
	border-color: white;
}

.request-form-body .btn {
	margin-top: 30px;
}

.request-form-body .form-checkbox a {
	text-decoration: none;
	color: #08B173;
	transition: color .3s ease;
}

.request-form-body .form-checkbox a:hover {
	color: #056e4b;
}

.request-form-body .close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

.request-form-body .close svg {
	width: 18px;
	height: 18px;
}

.request-form-thanks {
	display: none;
	background: #FFFFFF;
	padding: 50px;
	position: relative;
	border-radius: 20px;
}

.request-form-thanks .text {
	font-size: 18px;
	font-weight: 600;
}

.request-form-thanks .close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

.request-form-thanks .close svg {
	width: 18px;
	height: 18px;
}


@media (max-width: 1400px) {

	.request-form-body .inputs {
		margin-top: 15px;
	}

	.request-form-body .btn {
		margin-top: 15px;
	}

	.request-form-body .title {
		font-size: 18px;
	}

	.request-form-body .inputs label {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.request-form-body .inputs li + li {
		margin-top: 15px;
	}

	.request-form-img .img {
		max-height: 620px;
	}

	.request-form-img img {
		width: 100%;
		object-fit: cover;
	}

}

@media (max-width: 992px) {

	.request-form-img {
		display: none;
	}

	.request-form {
		max-width: 700px;
	}

	.request-form-body {
		padding: 25px 60px 25px 35px;
	}
}

@media (max-width: 768px) {

	.request-form-overlay {
		padding: 0 25px;
	}

	.request-form-body {
		padding: 20px 30px 20px 30px;
	}

	.request-form-body .inputs textarea {
		height: 90px;
	}

	.request-form-body .title {
		font-size: 16px;
	}

	.request-form-body .btn {
		width: 100%;
	}

	.request-form-thanks {
		padding: 35px 30px;
	}

	.request-form-thanks .close {
		top: 15px;
		right: 15px;
	}

	.request-form-thanks .close svg {
		width: 15px;
		height: 15px;
	}

	.request-form-thanks .text {
		font-size: 16px;
	}

}
/* End */


/* Start:/local/templates/dleki/styles.css?1733295759225*/
.about-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .about-description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/dleki/template_styles.css?175212993135240*/
/* DEFAULTS
--------------------------------------------------------*/
/* FONT
--------------------------------------------------------*/
/* COLORS
--------------------------------------------------------*/
/* FORMS
--------------------------------------------------------*/
/* TEMPLATE
--------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6,
form, input, textarea, button, select, option,
ul, li, ol, img, p, hr,
table, tr, td, thead, tbody, tfoot {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  font-family: "Inter", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #2A3136;
}
body.overflow {
  overflow: hidden;
  border-right: 12px solid #eaeaea;
}

input, textarea, button, select {
  font-family: "Inter", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #2A3136;
}

button {
  cursor: pointer;
}

a {
  color: #2A3136;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

ul, ol, li {
  list-style: none;
}

::-webkit-input-placeholder {
  font-family: "Inter", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #F2F4F6;
}

:-moz-placeholder {
  font-family: "Inter", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  color: #F2F4F6;
}

:focus {
  outline: 0;
}

::selection {
  color: #ffffff;
  background: #FF5431;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

.wide {
  width: 100%;
}

.max-wide {
  max-width: 100%;
}

.w25 {
  width: 25px !important;
}

.w50 {
  width: 50px !important;
}

.w75 {
  width: 75px !important;
}

.w100 {
  width: 100px !important;
}

.w125 {
  width: 125px !important;
}

.w150 {
  width: 150px !important;
}

.w175 {
  width: 175px !important;
}

.w200 {
  width: 200px !important;
}

.w225 {
  width: 225px !important;
}

.w250 {
  width: 250px !important;
}

.w275 {
  width: 275px !important;
}

.w300 {
  width: 300px !important;
}

.w325 {
  width: 325px !important;
}

.w350 {
  width: 350px !important;
}

.w375 {
  width: 375px !important;
}

.w400 {
  width: 400px !important;
}

.w425 {
  width: 425px !important;
}

.w450 {
  width: 450px !important;
}

.w475 {
  width: 475px !important;
}

.w500 {
  width: 500px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.block {
  display: block;
}

.none {
  display: none;
}

.floater {
  float: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  clear: both !important;
}

.breadcrumbs {
  font-size: 16px;
  line-height: normal;
  padding: 20px 0;
  background: rgba(235, 239, 242, 0.5);
  margin-bottom: 60px;
}

.bx-breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 15px;
}
.bx-breadcrumb-item {
  margin: 0 !important;
}
.bx-breadcrumb-item:hover a {
  color: #08B173;
}
.bx-breadcrumb-item a {
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: "Inter", "Roboto", "Arial", sans-serif !important;
}
.bx-breadcrumb-item span {
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 300;
  font-family: "Inter", "Roboto", "Arial", sans-serif !important;
  white-space: nowrap !important;
}
.bx-breadcrumb-item:last-of-type span {
  color: #08B173 !important;
}
.bx-breadcrumb-item svg {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media (max-width: 1200px) {
  .breadcrumbs {
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .bx-breadcrumb-item {
    line-height: normal !important;
  }
  .bx-breadcrumb-item span {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .bx-breadcrumb-item span {
    font-size: 12px !important;
  }
  .bx-breadcrumb-item:last-of-type span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 140px;
    vertical-align: bottom;
  }
  .bx-breadcrumb-item svg {
    top: 0;
  }
}
/* HEADERS
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/* FONT WEIGHT STYLE
------------------------------------------------------------------------ */
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/* SIZES
--------------------------------------------------------*/
small, .small {
  font-size: 0.8em;
}

big, .big {
  font-size: 1.2em;
}

sub {
  vertical-align: sub;
  font-size: 0.8em;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
}

/* ALIGN, TRANSFORM, DECORATION
--------------------------------------------------------*/
.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.notransform {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.linethrough {
  text-decoration: line-through;
}

/* CODE
------------------------------------------------------------------------ */
code {
  padding: 2px 4px;
  font-family: "Courier New";
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
}

.color-gray {
  color: #818383;
}
.color-gray-lite {
  color: #F2F4F6;
}

.required {
  color: #e01e1f;
}

/* FORM-STUFF 
--------------------------------------------------------*/
.form-group {
  margin-bottom: 15px;
}
.form-caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 7px;
}
.form-info {
  margin-top: 7px;
  font-size: 12px;
  color: #818383;
}
.form-error {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #e01e1f;
}
.form-error-note {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #e01e1f;
  margin-bottom: 20px;
  background: #fce8e8;
}
.form-label {
  display: inline-block;
  vertical-align: middle;
}

/* DEFAULT
--------------------------------------------------------*/
.form-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 53px;
  border: 1px solid #E3E9ED;
  padding: 0 10px;
  background: #fff;
  -webkit-transition: border-color 0.3s ease 0s;
  -moz-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  -ms-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
.form-input:focus {
  border-color: #2A3136;
}
.form-input.input-error {
  border-color: #e01e1f;
}

.form-input-xs {
  padding: 0 3px;
  height: 40px;
}

textarea.form-input {
  height: auto;
  padding: 10px;
  max-width: 100%;
  line-height: 20px;
}
textarea.no-resize {
  resize: none;
}

input[readonly] {
  background: #f9f9f9;
  cursor: not-allowed;
}

/* INPUT-FILE
--------------------------------------------------------*/
.form-file {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding-right: 100px;
}
.form-file .form-input {
  padding-right: 45px;
}
.form-file .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding: 0 10px;
  background: #F2F4F6;
}
.form-file .btn:hover {
  background: #818383;
}
.form-file .btn .fa5 {
  margin-right: 5px;
}
.form-file-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 100px;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #F2F4F6;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.form-file-clear:hover {
  color: #d11212;
}
.form-file-clear-hidden {
  display: none;
}
.form-file input[type=file] {
  display: none;
}

/* DEFAULT
--------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: middle;
  height: 53px;
  font-size: 16px;
  font-weight: 400;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0 25px;
  border-radius: 100px;
  background: #FF5431;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn:hover {
  background: #fd2b00;
  cursor: pointer;
}

/* SIZES
--------------------------------------------------------*/
.btn-xl {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}

.btn-xs {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

/* COLORS
--------------------------------------------------------*/
.btn-gray {
  background: #818383;
}
.btn-gray:hover {
  background: #F2F4F6;
}

.btn-green {
  background: #08B173;
}
.btn-green:hover {
  background: #068053;
}

.btn-outline {
  background: transparent;
  border: 1px solid #BFC6CB;
  color: #BFC6CB;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  border-color: #FF5431;
  color: #FF5431;
  background: transparent;
}

@media (max-width: 1200px) {
  .btn {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .btn-xs {
    height: 35px;
    line-height: 35px;
  }
}
/*
table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
}

table {
  width: 100%;
  border: 1px solid #e6e8f1
}

table thead {
  text-align: left;
  border-bottom: 2px solid #e6e8f1
}

table tfoot {
  border-top: 2px solid #e6e8f1;
  font-weight: 700
}

table tr {
  border-bottom: 1px solid #e6e8f1;
}

table th {
  padding: 8px 15px;
  font-weight: 700
}

table td {
  padding: 8px 15px
}
*/
table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table thead tr {
  background-color: #08B173;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

table th,
table td {
  padding: 12px 15px;
}

table tbody tr {
  border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #08B173;
}

/* TEMPLATE
--------------------------------------------------------*/
.container {
  position: relative;
  z-index: 10;
  width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
------------------------------------------------------------------------ */
@media (max-width: 1400px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .container {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* HEADER
------------------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 1000;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.header.fixed .header-top {
  display: none;
}
.header.fixed .header-bottom {
  background: #ffffff;
}
.header-top {
  padding: 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E3E9ED;
}
.header-points {
  text-decoration: none;
  font-weight: 300;
  padding-left: 26px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-points:hover {
  color: #FF5431;
}
.header-points::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/local/templates/dleki/images/icons/template-location.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-top-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 30px;
}
.header-contacts .phone {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-contacts .phone:hover {
  color: #FF5431;
}
.header-contacts .text {
  font-weight: 300;
}
.header-bottom {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header-bottom-tablet {
  display: none;
}
.header-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 30px;
}
.header-nav-list.tablet-menu {
  display: none;
}
.header-nav-list .more {
  position: relative;
}
.header-nav-list .more.left .dropdown {
  right: initial;
  left: 0;
}
.header-nav-list .more svg {
  position: relative;
  margin-left: 3px;
  top: -1px;
}
.header-nav-list .more .dropdown {
  display: none;
  position: absolute;
  min-width: 200px;
  top: 25px;
  right: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-nav-list .more:hover .dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.header-nav-list .more a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  padding: 5px 0;
}
.header-nav-list .more a:hover {
  color: #FF5431;
}
.header-nav-link {
  text-decoration: none;
  font-weight: 300;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-nav-link:hover {
  color: #FF5431;
}
.header-logo img {
  display: block;
  max-height: 54px;
}
.header-nav-btn {
  display: none;
}

/* CONTENT
------------------------------------------------------------------------ */
.content {
  flex-grow: 1;
}

/* FOOTER
------------------------------------------------------------------------ */
.footer {
  margin-top: 65px;
}
.footer-top {
  padding: 35px 0;
}
.footer-top .container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 70px;
}
.footer-top-left {
  flex-grow: 1;
}
.footer-top-right {
  width: 410px;
  flex-shrink: 0;
}
.footer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.footer-text {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #979FA5;
}
.footer-nav {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.footer-nav-column {
  padding: 0 60px;
}
.footer-nav-column:nth-of-type(1) {
  padding-left: 0;
}
.footer-nav-column + .footer-nav-column {
  border-left: 1px solid #E3E9ED;
}
.footer-nav-list li + li {
  margin-top: 20px;
}
.footer-nav-list a {
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-nav-list a:hover {
  color: #FF5431;
}
.footer-contacts {
  background: #F7F8F8;
  border-radius: 20px;
  padding: 30px 35px;
}
.footer-contacts .title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.footer-contacts .list {
  margin-top: 20px;
}
.footer-contacts .list li + li {
  margin-top: 10px;
}
.footer-contacts .subtitle {
  line-height: 1.6;
  color: #BFC6CB;
}
.footer-contacts .link {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.6;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-contacts .link:hover {
  color: #FF5431;
}
.footer-contacts .btn {
  margin-top: 15px;
}
.footer-mobile-text {
  display: none;
}
.footer-bottom {
  background: #08B173;
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer-copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.footer-policies {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 30px;
}
.footer-policies a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.footer-policies a:hover {
  text-decoration: underline;
}
.footer-instagram {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 45px;
  padding: 25px 35px;
  background: #F7F8F8;
  border-radius: 20px;
}
.footer-instagram .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 485px;
}
.footer-instagram .text span {
  font-weight: 700;
}
.footer-instagram .link {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-instagram .link:hover {
  color: #FF5431;
}
.footer-instagram .link::before {
  display: block;
  width: 36px;
  height: 36px;
  content: url('data:image/svg+xml,<svg viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="18" fill="url(%23paint0_radial_366_25492)"/><path d="M18 10.6265C20.3855 10.6265 20.7108 10.6265 21.6867 10.6265C22.5542 10.6265 22.988 10.8434 23.3133 10.9518C23.747 11.1687 24.0723 11.2771 24.3976 11.6024C24.7229 11.9277 24.9398 12.253 25.0482 12.6867C25.1566 13.012 25.2651 13.4458 25.3735 14.3133C25.3735 15.2892 25.3735 15.506 25.3735 18C25.3735 20.494 25.3735 20.7108 25.3735 21.6867C25.3735 22.5542 25.1566 22.988 25.0482 23.3133C24.8313 23.747 24.7229 24.0723 24.3976 24.3976C24.0723 24.7229 23.747 24.9398 23.3133 25.0482C22.988 25.1566 22.5542 25.2651 21.6867 25.3735C20.7108 25.3735 20.494 25.3735 18 25.3735C15.506 25.3735 15.2892 25.3735 14.3133 25.3735C13.4458 25.3735 13.012 25.1566 12.6867 25.0482C12.253 24.8313 11.9277 24.7229 11.6024 24.3976C11.2771 24.0723 11.0602 23.747 10.9518 23.3133C10.8434 22.988 10.7349 22.5542 10.6265 21.6867C10.6265 20.7108 10.6265 20.494 10.6265 18C10.6265 15.506 10.6265 15.2892 10.6265 14.3133C10.6265 13.4458 10.8434 13.012 10.9518 12.6867C11.1687 12.253 11.2771 11.9277 11.6024 11.6024C11.9277 11.2771 12.253 11.0602 12.6867 10.9518C13.012 10.8434 13.4458 10.7349 14.3133 10.6265C15.2892 10.6265 15.6145 10.6265 18 10.6265ZM18 9C15.506 9 15.2892 9 14.3133 9C13.3374 9 12.6867 9.21687 12.1446 9.43374C11.6024 9.6506 11.0602 9.9759 10.5181 10.5181C9.9759 11.0602 9.75904 11.494 9.43374 12.1446C9.21687 12.6867 9.10843 13.3374 9 14.3133C9 15.2892 9 15.6145 9 18C9 20.494 9 20.7108 9 21.6867C9 22.6627 9.21687 23.3133 9.43374 23.8554C9.6506 24.3976 9.9759 24.9398 10.5181 25.4819C11.0602 26.0241 11.494 26.241 12.1446 26.5663C12.6867 26.7831 13.3374 26.8916 14.3133 27C15.2892 27 15.6145 27 18 27C20.3855 27 20.7108 27 21.6867 27C22.6627 27 23.3133 26.7831 23.8554 26.5663C24.3976 26.3494 24.9398 26.0241 25.4819 25.4819C26.0241 24.9398 26.241 24.506 26.5663 23.8554C26.7831 23.3133 26.8916 22.6627 27 21.6867C27 20.7108 27 20.3855 27 18C27 15.6145 27 15.2892 27 14.3133C27 13.3374 26.7831 12.6867 26.5663 12.1446C26.3494 11.6024 26.0241 11.0602 25.4819 10.5181C24.9398 9.9759 24.506 9.75904 23.8554 9.43374C23.3133 9.21687 22.6627 9.10843 21.6867 9C20.7108 9 20.494 9 18 9Z" fill="white"/><path d="M18 13.3373C15.3976 13.3373 13.3373 15.3976 13.3373 18C13.3373 20.6024 15.3976 22.6627 18 22.6627C20.6024 22.6627 22.6627 20.6024 22.6627 18C22.6627 15.3976 20.6024 13.3373 18 13.3373ZM18 21.0361C16.3735 21.0361 14.9639 19.7349 14.9639 18C14.9639 16.3735 16.2651 14.9639 18 14.9639C19.6265 14.9639 21.0361 16.2651 21.0361 18C21.0361 19.6265 19.6265 21.0361 18 21.0361Z" fill="white"/><path d="M22.7711 14.3133C23.3699 14.3133 23.8554 13.8278 23.8554 13.2289C23.8554 12.6301 23.3699 12.1446 22.7711 12.1446C22.1722 12.1446 21.6867 12.6301 21.6867 13.2289C21.6867 13.8278 22.1722 14.3133 22.7711 14.3133Z" fill="white"/><defs><radialGradient id="paint0_radial_366_25492" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(36.7242 0.731251) scale(83.1347)"><stop stop-color="%23F9ED32"/><stop offset="0.36" stop-color="%23EE2A7B"/><stop offset="0.44" stop-color="%23D22A8A"/><stop offset="0.6" stop-color="%238B2AB2"/><stop offset="0.83" stop-color="%231B2AF0"/><stop offset="0.88" stop-color="%23002AFF"/></radialGradient></defs></svg>');
  position: absolute;
  left: 0;
  top: -8px;
}

.page-not-found {
  padding: 40px 0 60px;
}
.page-not-found .container {
  text-align: center;
}
.page-not-found .title {
  font-size: 74px;
  font-weight: 600;
  line-height: 1.2;
  color: #08B173;
  margin-bottom: 15px;
}
.page-not-found .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-not-found .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.cookie-popup {
  display: none;
  position: fixed;
  z-index: 300;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 1px 52px 0 rgba(202, 212, 219, 0.56);
}
.cookie-popup-start {
  padding: 15px 0;
}
.cookie-popup-start .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 80px;
}
.cookie-popup-start .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.cookie-popup-start .text a {
  text-decoration: none;
  color: #FF5431;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cookie-popup-start .text a:hover {
  color: #fd2b00;
}
.cookie-popup-start .btns {
  display: flex;
  gap: 0 10px;
}
.cookie-popup-settings {
  display: none;
  position: absolute;
  bottom: 75px;
  width: 100%;
  background: white;
  box-shadow: 0 1px 52px 0 rgba(202, 212, 219, 0.56);
}
.cookie-popup-settings .form-checkbox .checkbox {
  position: absolute;
  opacity: 0;
}
.cookie-popup-settings .form-checkbox .checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.cookie-popup-settings .form-checkbox .checkbox + label:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 1px #BBBBBE;
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
.cookie-popup-settings .form-checkbox .checkbox + label:after {
  position: absolute;
  display: block;
  top: 5px;
  left: 9px;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
.cookie-popup-settings .form-checkbox .checkbox + label:hover {
  color: #333;
}
.cookie-popup-settings .form-checkbox .checkbox + label:focus {
  outline: none;
}
.cookie-popup-settings .form-checkbox .checkbox:checked + label:before {
  background: #08B173;
  box-shadow: none;
}
.cookie-popup-settings .form-checkbox .checkbox:checked + label:after {
  border-color: white;
}
.cookie-popup-settings .form-checkbox .checkbox:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.cookie-popup-settings .form-checkbox .checkbox:disabled + label:after {
  border-color: transparent;
}
.cookie-popup-settings .form-checkbox .checkbox:checked:disabled + label:before {
  background: #f2f2f2;
  box-shadow: none;
}
.cookie-popup-settings .form-checkbox .checkbox:checked:disabled + label:after {
  border-color: #cecece;
}
.cookie-popup-settings .items .item {
  padding: 25px 0;
}
.cookie-popup-settings .items .item .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.cookie-popup-settings .items .item + .item {
  border-top: 1px solid #E3E9ED;
}

@media (max-width: 768px) {
  .cookie-popup-start .container {
    flex-direction: column;
    gap: 15px 0;
  }
  .cookie-popup-start .text {
    font-size: 12px;
  }
  .cookie-popup-settings {
    bottom: 100%;
  }
  .cookie-popup-settings .items .item .text {
    font-size: 12px;
  }
}
/* MOBILE MENU
------------------------------------------------------------------------ */
.mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    overflow-y: auto;
    transition: opacity 0.5s ease;
  }
  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-header {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .mobile-menu-header .logo img {
    display: block;
    max-height: 29px;
  }
  .mobile-menu-header .close {
    display: block;
    width: 22px;
    height: 22px;
  }
  .mobile-menu-header .close svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu-nav-list {
    padding: 0 25px;
  }
  .mobile-menu-nav-list a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .mobile-menu-nav-list a:hover {
    color: #FF5431;
  }
  .mobile-menu-nav-list li {
    position: relative;
  }
  .mobile-menu-nav-list li.more > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu-nav-list li.more > a svg {
    transition: transform 0.3s ease;
  }
  .mobile-menu-nav-list li.more.open > a svg {
    transform: rotate(180deg);
  }
  .mobile-menu-nav-list li.more.open .dropdown {
    display: block;
  }
  .mobile-menu-nav-list li.more .dropdown {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .mobile-menu-nav-list li.more .dropdown a {
    padding: 15px 0;
    padding-left: 20px;
    color: #141719;
    text-decoration: none;
    border-top: none;
  }
  .mobile-menu-nav-list li.more .dropdown a:hover {
    color: #FF5431;
  }
  .mobile-menu-nav-list li + li {
    border-top: 1px solid #E3E9ED;
  }
  .mobile-menu-contacts {
    margin-top: 20px;
    padding: 25px;
    background: #F7F8F8;
  }
  .mobile-menu-contacts .title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  .mobile-menu-contacts .list {
    margin-top: 20px;
  }
  .mobile-menu-contacts .list li + li {
    margin-top: 10px;
  }
  .mobile-menu-contacts .subtitle {
    line-height: 1.6;
    color: #BFC6CB;
  }
  .mobile-menu-contacts .link {
    text-decoration: none;
    font-weight: 300;
    line-height: 1.6;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .mobile-menu-contacts .link:hover {
    color: #FF5431;
  }
}
/* RESPONSIVE
------------------------------------------------------------------------ */
@media (max-width: 1400px) {
  .header-logo img {
    max-height: 40px;
  }
  .footer-top-right {
    width: 360px;
  }
  .footer-nav-column {
    padding: 0 50px;
  }
  .footer-instagram {
    gap: 0 20px;
    padding: 25px 30px;
  }
}
@media (max-width: 1200px) {
  .header-top {
    padding: 30px 0 15px;
  }
  .header-points {
    font-size: 14px;
  }
  .header-points::before {
    top: -2px;
  }
  .header-contacts {
    font-size: 14px;
  }
  .header-bottom {
    padding: 20px 0;
  }
  .header-nav-list {
    gap: 0 20px;
  }
  .header-nav-link {
    font-size: 14px;
  }
  .header-logo img {
    max-height: 30px;
  }
  .footer-top .container {
    gap: 0 45px;
  }
  .footer-top-right {
    width: 280px;
  }
  .footer-nav-column {
    padding: 0 25px;
  }
  .footer-bottom .container {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .footer-instagram {
    padding: 20px;
  }
  .footer-instagram .text {
    font-size: 14px;
  }
  .footer-instagram .link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header-nav-list a {
    font-size: 14px;
  }
  .header-bottom {
    display: none;
  }
  .header-bottom-tablet {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header-logo img {
    max-height: 22px;
  }
  .header-logo.desktop-logo {
    display: none;
  }
  .header-nav-list.tablet-menu {
    display: flex;
  }
  .header-nav-list.desktop-menu {
    display: none;
  }
  .footer-nav-column {
    padding: 0 15px;
  }
  .footer-nav-list a {
    font-size: 14px;
  }
  .footer-top .container {
    gap: 0 30px;
  }
  .footer-top-right {
    width: 245px;
  }
  .footer-contacts .title {
    font-size: 16px;
  }
  .footer-contacts .subtitle {
    font-size: 14px;
  }
  .footer-contacts .link {
    font-size: 14px;
  }
  .footer-instagram {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .footer-instagram .link {
    padding-left: 40px;
  }
  .footer-instagram .link::before {
    width: 30px;
    height: 30px;
    top: -6px;
  }
}
@media (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
  }
  .header-top {
    border-bottom: none;
    padding: 15px 0;
  }
  .header-contacts {
    display: none;
  }
  .header-callback {
    display: none;
  }
  .header-bottom-tablet {
    padding: 10px 0;
    justify-content: center;
  }
  .header-bottom-tablet .header-nav-list {
    display: none;
  }
  .header-bottom-left {
    display: none;
  }
  .header-bottom-right {
    display: none;
  }
  .header-nav-btn {
    display: block;
    width: 22px;
    height: 22px;
  }
  .header-nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .footer {
    margin-top: 20px;
  }
  .footer-top .container {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .footer-top-right {
    width: 100%;
  }
  .footer-contacts {
    padding: 25px;
  }
  .footer-contacts .title {
    font-size: 20px;
  }
  .footer-contacts .subtitle {
    font-size: 16px;
  }
  .footer-contacts .link {
    font-size: 16px;
  }
  .footer-text {
    display: none;
  }
  .footer-mobile-text {
    display: block;
    margin-top: 25px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    color: #979FA5;
  }
  .footer-copyright {
    text-align: center;
    font-size: 12px;
    padding: 0 30px;
  }
  .footer-policies {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .footer-policies a {
    font-size: 12px;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: space-between;
  }
  .footer-nav-column {
    padding: 0;
    border: none !important;
  }
  .footer-nav-list li + li {
    margin-top: 10px;
  }
  .footer-nav-list a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/dleki/plugins/owl.carousel/owl.carousel.css?17307912361309 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/.default/style.css?1738571069834 */
/* /local/components/narisuemvse/banner.header/templates/.default/style.css?1733232835341 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1730273429467 */
/* /local/templates/dleki/components/bitrix/form.result.new/request_form/style.css?17522192715025 */
/* /local/templates/dleki/styles.css?1733295759225 */
/* /local/templates/dleki/template_styles.css?175212993135240 */
