/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.content {
	padding: var(--page-padding);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content--perspective {
	-webkit-perspective-origin: 50% 0%;
	perspective-origin: 50% 0%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.text-large {
	font-size: clamp(1.5rem,5vw,3rem);
	max-width: 900px;
	margin: 0 0 0.85em 0;
	line-height: 1.2;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
}

.content--sticky {
	width: 100%;
	position: sticky;
	top: 0;
	--offset: 0px;
	top: var(--offset);
}

.content--grid,
.content--grid .content__inner {
	display: -ms-grid;
	display: grid;
	overflow: hidden;
}

.content--grid:has(.content__inner) {
	display: block;
	padding: 0;
}

.content__inner {
	width: 100%;
	height: 100%;
	border-radius: 0 0 2rem 2rem;
}
footer{
	padding: var(--spaceHalf) var(--spaceXS) var(--spaceXS);
}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-inner{
	background-color: var(--black);
	color: var(--white);
	border-radius: 1.875rem;
	min-height: 90vh;
}
footer .footer-inner > *:not(.middle) {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	margin-bottom: 1.8rem;
}
footer .footer-inner > .bottom {
	padding-top: 0;
}

footer .middle ul.list.symbols {
	margin-bottom: 0;
}
footer .middle ul.list.symbols a {
	display:block;
}
footer .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--white);
}
footer .top .title{
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: .5rem;
}
/*html[dir="ltr"] footer .top .title{*/
/*	font-size: 1rem;*/
/*}*/
.language-notification {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.5rem 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer_sub_menu_items_lis {
	position: absolute;
	width: 90%;
	height: auto;
	right: 5%;
	top: 2.25rem;
	border-radius: 0 0 0.875rem 0.875rem;
	background: #2A3230;
	/* backdrop-filter: blur(13px); */
	padding: 1.25rem 1.06rem;
	-webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) .4s;
	-o-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) .4s;
	transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) .4s;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
}
.show .footer_sub_menu_items_lis{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.footerButton_language {
	z-index: 1;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #2A3230;
	border-radius: 2rem;
	padding: .5rem;
	height: 2.25rem;
	font-size: 0.75rem;
	font-weight: 400;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.footerButton_language img {
	width: 1.37869rem;
	height: 1.10294rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.footerLanguageWrapper {
	position: relative;
}
.footerLanguageWrapper .languageItemsWrap span {
	color: var(--white);
	font-size: 0.75rem;
}

.footerLanguageWrapper .languageItemsWrap {
	border-bottom: 1px solid var(--white);
}

.footerLanguageWrapper .languageItemsWrap .lang-circle {
	left: 1rem;
}
html[dir="ltr"] .footerLanguageWrapper .languageItemsWrap .lang-circle {
	left: auto;
	right:1rem;
}
footer .top .mail{
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
}
html[dir="ltr"] footer .top .mail{
	font-size: 1.5rem;
}
footer .top form{
	position: relative;
	width: 100%;
	height: 2.25rem;
}
footer .top form::before {
	position: absolute;
	top: 50%;
	left: .75rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-size: .85rem;
	pointer-events: none;
}
html[dir="ltr"] footer .top form::before {
	left: auto;
	right: .75rem;
	-webkit-transform: translateY(-50%)scaleX(-1);
	-ms-transform: translateY(-50%)scaleX(-1);
	transform: translateY(-50%)scaleX(-1);
}
footer .top form.ctaShadow::after {
	z-index: 1;
	mix-blend-mode: normal;
	pointer-events: none;
}
footer .top input{
	background-color: #2A3230;
	border-radius: 2rem;
	padding: .5rem;
	border: none !important;
	color:var(--white);
	font-size: 0.75rem;
	font-weight: 400;
}
#searchHeaderItem::-webkit-input-placeholder {
	font-size: 0.75rem;
}
#searchHeaderItem::-moz-placeholder {
	font-size: 0.75rem;
}
#searchHeaderItem:-ms-input-placeholder {
	font-size: 0.75rem;
}
#searchHeaderItem::-ms-input-placeholder {
	font-size: 0.75rem;
}
#searchHeaderItem::placeholder {
	font-size: 0.75rem;
}
footer .top input[type="submit"]{
	width: 2rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
	background-color: transparent;
	opacity: 0;
}
footer .top .resume {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}
html[dir="ltr"] footer .top input[type="submit"]{
	left: auto;
	right: 0;
}
footer .top form:hover input[type="submit"]{
	-webkit-transform: scaleX(-1) rotate(45deg);
	-ms-transform: scaleX(-1) rotate(45deg);
	transform: scaleX(-1) rotate(45deg);
}
footer .top ,footer .middle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}
footer .middle .part:nth-child(2){
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .middle .part:nth-child(3){
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
footer .middle .part:nth-child(2) > *{
	padding-left: var(--spaceX);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
html[dir="ltr"] footer .middle .part:nth-child(2) > *{
	padding-right: var(--spaceX);
	padding-left: 0;
}
footer .middle ul.list.mobile {
	display: none;
}
footer .middle ul.list{
	margin-bottom: 1.625rem;
}
footer .middle ul.list > li:first-child ,
footer .middle ul.list > li:first-child:has(> span:first-child:last-child){
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom:.75rem;
	/*white-space: pre;*/
}
footer ul.list li a {
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	/* display: block; */
}

footer ul.list li a:hover {
	color: var(--white60);
}
footer .middle ul.list li{
	color: #F6F6F6;
	font-size: .75rem;
	font-weight: 400;
}
footer .middle ul.list li:has(> :nth-child(2)) {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.25rem 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: .25rem;
}
footer .middle ul.list li:has([class^="icon-"]){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}
footer .middle ul.list li:not(:first-child) ,
footer .middle ul.list li:not(:last-child){
	margin-bottom: .25rem;
	padding-bottom: .25rem;
}
footer .middle ul.list li:has([class^="icon-"]) {
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}
footer .middle ul.list li:has([class^="icon-"]) a{
	/*font-size: .95rem;*/
}
footer .middle ul.list li:has([class^="icon-"]):not(:last-child) {
	margin-left: 1rem;
}
html[dir="ltr"] footer .middle ul.list li:has([class^="icon-"]):not(:last-child) {
	margin-left: auto;
	margin-right: 1rem;
}
footer .middle ul.list a[href^="tel:"]{
	text-decoration: underline;
}
footer .middle ul.list.mobile [class^="icon-"] {
	display: none;
}
footer .bottom {
	border-bottom: 1px solid var(--white);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .bottom .logo {
	-webkit-box-flex: 2.5;
	-ms-flex: 2.5;
	flex: 2.5;
}

footer .bottom .pictures-dokmeh{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	/* justify-content: center; */
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	row-gap: 3.7rem;
}
footer .middle ul.list.symbols li {
	display: inline-block;
	margin-left: 1rem;
	width: calc(100% / 4 - 1rem*3/4);
}

footer .middle ul.list.symbols li:last-child {
	margin-left: 0;
}
html[dir="ltr"] footer .middle ul.list.symbols li {
	margin-left: 0;
	margin-right: 1rem;
}

html[dir="ltr"] footer .middle ul.list.symbols li:last-child {
	margin-right: 0;
}
footer .bottom .pictures-dokmeh .pictures{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
}
footer .bottom .pictures-dokmeh#copyRightHome span {
	margin-bottom: 5px;
}
html[dir="ltr"] footer .bottom .pictures-dokmeh#copyRightHome span{
	margin-bottom: 0;
}
footer .bottom .pictures-dokmeh#copyRightHome > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: .5rem;
	-moz-column-gap: .5rem;
	column-gap: .5rem;
}
html[dir="ltr"] footer .bottom .pictures-dokmeh#copyRightHome > a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
footer .bottom .logo img {
	width: 60%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-o-object-position: right;
	object-position: right;
}
footer ul.list.symbols img{
	width: 7.875rem;
	height: 7.875rem;
}
footer #copyRightHome {
	font-size: 1rem;
	font-weight: 400;
}
footer #copyRightHome img{
	width: 4.625rem;
	height: 1.59719rem;
}

html[dir="ltr"] footer .top .title ,
html[dir="ltr"] footer .middle ul.list li:first-child ,
html[dir="ltr"] footer .middle ul.list li:first-child:has(> span:first-child:last-child) {
	text-transform: uppercase;
}
html[dir="ltr"] footer .middle ul.list li {
	text-transform: capitalize;
}
footer .subscribe-message {
	font-size: .625rem;
	margin: .4rem 0 0;
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	-webkit-text-fill-color: var(--white);
}
/*=============================NEW PART=============================*/
footer li.address-phone-wrap {
	display: grid !important;
}

footer li.address-phone-wrap .footer_phone_wrap {
	padding: .25rem 1.125rem;
	border-radius: 1.375rem;
	background: rgba(229, 179, 91, 0.80);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0 -1px 0 0.5px #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0 -1px 0 0.5px #fff;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: .5rem;
	-moz-column-gap: .5rem;
	column-gap: .5rem;
	width: fit-content;
	text-decoration: none !important;
}

footer li.address-phone-wrap .footer_phone_wrap .text {
	display: block;
	text-align: center;
}
footer li.address-phone-wrap .footer_phone_wrap .text span.icon-support {
	font-size: 1.75rem;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin: 0 auto;
}
footer li.address-phone-wrap .footer_phone_wrap > span {
	font-size: 3rem;
	font-weight: 900;
	line-height: 100%;
	vertical-align: middle;
	margin-bottom: -1.5rem;
}
/*=============================NEW PART=============================*/
/*=============================responsive=============================*/
@media only screen and (max-width: 768px) {
	footer{
		padding: var(--spaceHalf) var(--spaceXS) calc(var(--headerHeightMobile) + var(--spaceXS));
	}
	footer .footer-inner {
		min-height: auto;
	}

	footer .footer-inner > *:not(.middle) ,
	footer .footer-inner > .bottom{
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	footer .footer-inner > *:last-child{
		margin-bottom: 3rem;
		display: flex;
		row-gap: 0;
	}
	footer .bottom .logo img {
		width: 100%;
	}
	footer .top .notification {
		display: none;
	}
	footer .top {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
	.language-notification {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	/*html[dir="ltr"] footer .top .title {*/
	/*	font-size: 1rem;*/
	/*	font-weight: 400;*/
	/*}*/
	footer .top .title{
		/* font-size: 0.875rem; */
		font-weight: 600;
		text-align: center;
	}
	html[dir="ltr"] footer .top .mail , footer .top .mail {
		font-size: .95rem;
		font-weight: 400;
	}
	footer .middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		row-gap: 1rem;
	}
	footer .middle >*:not(.mobile){
		display: none !important;
	}
	footer .middle ul.list li {
		font-size: .875rem;
		font-weight: 600;
	}
	html[dir="ltr"] footer .middle ul.list li{
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
	}
	footer .middle ul.list.mobile {
		display: block;
		margin-bottom: 0;
		text-align: center;
		padding: 0;
	}
	footer .middle ul.list.mobile [class^="icon-"] {
		display: block;
	}
	footer .middle ul.list li:has([class^="icon-"]) {
		margin-top: 1rem;
	}

	.menu-\%d9\%85\%d9\%86\%d9\%88-container {
		margin-bottom: .75rem;
	}
	footer .middle ul.list.mobile > span{
		display: none;
	}
	footer .bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		row-gap: 1rem;
	}
	footer .bottom .logo {
		width: 18.125rem;
		height: 2.86413rem;
		margin: 0 auto;
	}
	footer .top .resume {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 1.75rem;
	}
	footer ul.list.symbols img {
		width: 3.375rem;
		height: 3.1875rem;
	}
	footer .bottom .pictures-dokmeh#copyRightHome > a {
		position: absolute;
		bottom: -3rem;
		height: 3rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	html[dir="ltr"] footer .bottom .pictures-dokmeh#copyRightHome > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer .middle >*.part:has(>.list.symbols) , footer .middle >*.part:last-child {
		display: flex !important;!i;!;
	}

	footer .middle >*.part:has(>.list.symbols) > .list, footer .middle >*.part:last-child > .list {
		display: none;
	}

	footer .middle >*.part:has(>.list.symbols) > .list.symbols, footer .middle >*.part:last-child > .list.symbols {
		display: flex;
		justify-content: center;
		gap: 1rem;
	}

	footer .middle >*.part:has(>.list.symbols) > .list.symbols li:first-child, footer .middle >*.part:last-child > .list.symbols li:first-child {
		display: none;
	}

	footer .middle >*.part:has(>.list.symbols) > .list.symbols li, footer .middle >*.part:last-child > .list.symbols li {
		width: calc(100% / 2 - 2rem*1/2);
		margin: 0;
	}

	footer .middle >*.part:has(>.list.symbols) > .list.symbols li img, footer .middle >*.part:last-child > .list.symbols li img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1;
		object-position: center;
	}
}
@media only screen and (min-width: 640px) and (max-width: 768px){
	footer .top .notification {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.language-notification {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		margin-top: 2.5rem;
	}
	footer .top .notification {
		display: block;
	}

	footer .top .notification .title {
		text-align: initial;
	}
	/*footer .footer-inner{*/
	/*	min-height: 70vh;*/
	/*}*/
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
	footer .footer-inner {
		min-height: auto;
		margin-bottom: calc(var(--headerHeightMobile) + 2rem);
	}
	/*footer .bottom {*/
	/*	-webkit-box-orient: vertical;*/
	/*	-webkit-box-direction: normal;*/
	/*	-ms-flex-direction: column;*/
	/*	flex-direction: column;*/
	/*	row-gap: 2.8rem;*/
	/*}*/
	footer .bottom .logo {
		-webkit-box-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
	}
	footer .top .mail {
		font-size: 1.25rem;
	}
	/*footer .top .title {*/
	/*	font-size: .875rem;*/
	/*}*/
	footer .top .resume {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	footer .bottom .pictures-dokmeh {

		-webkit-box-flex: 1;

		-ms-flex: 1;

		flex: 1;
	}

	footer ul.list.symbols img {
		width: 5.875rem;
		height: 5.875rem;
	}
	footer .top {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
		grid-row-gap: 2rem;
	}
	html[dir="ltr"] footer .top .mail {
		font-size: 1.125rem;
	}
	footer .middle {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-row-gap: 2rem;
	}

	footer .middle .part:nth-child(3) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	footer .footer-inner > .bottom {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-row-gap: 2rem;
	}
}
@media only screen and (min-width:1200px) and (max-width: 1400px){
	footer .bottom .logo {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}

	footer .bottom .pictures-dokmeh {
		-webkit-box-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
	}
	html[dir="ltr"] footer .top .mail {
		font-size: 1.125rem;
	}
	footer ul.list.symbols img {
		width: 5.875rem;
		height: 5.875rem;
	}
}
@media only screen and (min-width:1400px) and (max-width: 1600px){
	footer .bottom .logo {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}

	footer .bottom .pictures-dokmeh {
		-webkit-box-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
	}

	footer ul.list.symbols img {
		width: 5.875rem;
		height: 5.875rem;
	}
	html[dir="ltr"] footer .top .mail {
		font-size: 1.2rem;
	}
}