/* ----new--- */
.footer:not(.footer-without-decoration) {
	padding-top: 0;
}
.footer:not(.footer-without-decoration):before {
  display: none;
}

.footer {
	font-family: 'Onest', sans-serif;
}

.footer-note {
  font-size: 14px;
  color: #a1a7b3;
  margin-top: 8px;
  margin-bottom: 12px;
}

.footer-note-big {
  font-size: 27px;
  font-weight: 100;
  margin: 8px 0 0;
  line-height: 1.2;
}

@media (max-width: 1279.98px) {
  .footer-note-big {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .footer-note {
    margin-bottom: 8px;
  }
  .footer-note-big {
    font-size: 18px;
    font-weight: 300;
  }
}

.copyright {
	color: #2c9a54;
	font-weight: 550;
}

/* ----end new--- */

.footer {
	background: rgba(161, 167, 179, .1)
}

.footer_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid rgba(161, 167, 179, .3);
	gap: 36px;
	padding: 36px 0
}

@media(min-width:1280px) {
	.footer_top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 44px;
		padding-top: 40px
	}
}

.footer_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

.footer_logo:hover {
	opacity: .8;
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025)
}

@media(min-width:1280px) {
	.footer_logo {
		margin-left: -2px
	}
}

.footer_logo__pic {
	aspect-ratio: 192/56;
	display: block;
	object-fit: contain;
	width: 222px
}

.footer_top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 30px
}

@media(min-width:1280px) {
	.footer_top-info {
		gap: 38px
	}
}

.footer_social {
	gap: 12px
}

.footer_social,
.footer_social-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer_social-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(161, 167, 179, .1);
	border-radius: 12px;
	color: #a1a7b3;
	height: 36px;
	width: 36px
}

.footer_social-item:hover svg {
	color: #202024
}

.footer_social-item svg {
	height: 19px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	width: 19px
}

.footer_top-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}

.footer_top-info-item a:hover {
	color: #2c9a54
}

.footer_top-info-item-title {
	color: #a1a7b3;
	font-size: 15px;
	letter-spacing: -.02em;
	line-height: 1.45
}

@media(min-width:360px) {
	.footer_top-info-item-title {
		font-size: 16px
	}
}

@media(min-width:768px) {
	.footer_top-info-item-title {
		line-height: 1.4
	}
}

@media(min-width:1280px) {
	.footer_top-info-item-title {
		font-size: 18px
	}
}

.footer_top-info-item-desc {
	color: #202024;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 1.45;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

@media(min-width:360px) {
	.footer_top-info-item-desc {
		font-size: 16px
	}
}

@media(min-width:768px) {
	.footer_top-info-item-desc {
		font-size: 17px;
		line-height: 1.4
	}
}

@media(min-width:1280px) {
	.footer_top-info-item-desc {
		font-size: 18px
	}
}

.footer_nav {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 36px;
	gap: 36px;
	padding: 36px 0
}

@media(min-width:768px) {
	.footer_nav {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(min-width:1280px) {
	.footer_nav {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 40px;
		padding-top: 40px
	}
}

.footer_nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.footer_nav-item-title {
	color: #a1a7b3;
	font-size: 18px;
	font-weight: 550;
	letter-spacing: -.01em;
	line-height: 1.35
}

@media(min-width:768px) {
	.footer_nav-item-title {
		font-size: 20px
	}
}

@media(min-width:1280px) {
	.footer_nav-item-title {
		font-size: 22px;
		letter-spacing: -.03em;
		line-height: 1.2
	}
}

.footer_nav-item-list {
	gap: 16px
}

.footer_nav-item-list,
.footer_nav-list-elem,
.footer_nav-list-elems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer_nav-list-elem,
.footer_nav-list-elems {
	gap: 8px
}

.footer_nav-list-elem-name {
	color: #202024;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

@media(max-width:1279px) {
	.footer_nav-list-elem-name {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: -.01em;
		line-height: 1.45
	}
}

@media(max-width:1279px)and (min-width:360px) {
	.footer_nav-list-elem-name {
		font-size: 16px
	}
}

@media(max-width:1279px)and (min-width:768px) {
	.footer_nav-list-elem-name {
		font-size: 17px;
		line-height: 1.4
	}
}

@media(max-width:1279px)and (min-width:1280px) {
	.footer_nav-list-elem-name {
		font-size: 18px
	}
}

@media(min-width:1280px) {
	.footer_nav-list-elem-name {
		font-size: 13px;
		font-weight: 550;
		letter-spacing: 0;
		line-height: 1.4
	}
}

@media(min-width:1280px)and (min-width:360px) {
	.footer_nav-list-elem-name {
		font-size: 14px
	}
}

@media(min-width:1280px)and (min-width:1280px) {
	.footer_nav-list-elem-name {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

.footer_nav-list-elem-name:hover {
	color: #2c9a54
}

.footer_nav-list-elems-item {
	color: #a1a7b3;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.4;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}

@media(min-width:1280px) {
	.footer_nav-list-elems-item {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

@media(max-width:1279px) {
	.footer_nav-list-elems-item {
		font-size: 15px;
		letter-spacing: -.02em;
		line-height: 1.45
	}
}

@media(max-width:1279px)and (min-width:360px) {
	.footer_nav-list-elems-item {
		font-size: 16px
	}
}

@media(max-width:1279px)and (min-width:768px) {
	.footer_nav-list-elems-item {
		line-height: 1.4
	}
}

@media(max-width:1279px)and (min-width:1280px) {
	.footer_nav-list-elems-item {
		font-size: 18px
	}
}

@media(min-width:1280px) {
	.footer_nav-list-elems-item {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.4
	}
}

@media(min-width:1280px)and (min-width:1280px) {
	.footer_nav-list-elems-item {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

.footer_nav-list-elems-item:hover {
	color: #202024
}

.footer_actions p {
	margin: 0
}

@media(max-width:1279px) {
	.footer_actions .copyright {
		display: none
	}
}

.footer_actions-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0
}

@media(min-width:768px) {
	.footer_actions-wr {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 16px 0
	}
}

@media(max-width:767px) {
	.footer_actions-wr .header_top-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 12px
	}
}

.footer_copyright {
	border-top: 1px solid rgba(161, 167, 179, .3)
}

@media(min-width:1280px) {
	.footer_copyright .copyright {
		display: none
	}
}

.footer_copyright-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	color: #a1a7b3;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding: 20px 0
}

@media(max-width:767px) {
	.footer_copyright-wr {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.4
	}
}

@media(max-width:767px)and (min-width:1280px) {
	.footer_copyright-wr {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

@media(min-width:768px)and (max-width:1279px) {
	.footer_copyright-wr {
		font-size: 15px;
		letter-spacing: -.02em;
		line-height: 1.45
	}
}

@media(min-width:768px)and (max-width:1279px)and (min-width:360px) {
	.footer_copyright-wr {
		font-size: 16px
	}
}

@media(min-width:768px)and (max-width:1279px)and (min-width:768px) {
	.footer_copyright-wr {
		line-height: 1.4
	}
}

@media(min-width:768px)and (max-width:1279px)and (min-width:1280px) {
	.footer_copyright-wr {
		font-size: 18px
	}
}

@media(min-width:768px) {
	.footer_copyright-wr {
		font-size: 13px;
		gap: 12px;
		letter-spacing: 0;
		line-height: 1.4
	}
}

@media(min-width:768px)and (min-width:1280px) {
	.footer_copyright-wr {
		font-size: 16px;
		letter-spacing: -.01em
	}
}

@media(min-width:1280px) {
	.footer_copyright-wr {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 16px;
		padding-top: 16px
	}
}
