@font-face {
	font-family: 'Cuprum';
	font-style: normal;
	font-weight: 400;
	src: local('Cuprum'), local('Cuprum-Regular'), url(../fonts/cuprumRegular.woff) format('woff');
}
@font-face {
	font-family: 'Cuprum';
	font-style: normal;
	font-weight: bold;
	src: local('Cuprum Bold'), local('Cuprum-Bold'), url(../fonts/cuprumBold.woff) format('woff');
}
@font-face {
	font-family: 'Arial';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ArialMT.woff2') format('woff2'), url('../fonts/ArialMT.woff') format('woff');
}
html, body,
div, span, ul, ol, li, img,
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	border: none;
}
ul {
	list-style: none;
}
label {
	display: inline-block;
	cursor: pointer;
}
/* ============================================================ TYPOGRAPHY */
body {
	line-height: 20px;
	font-family: 'Cuprum', Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
/* ------------------------------------------------------------ font styles */
.dark {
	color: #162c6c;
}
/* ============================================================ FORMS */
input, textarea {
	line-height: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
}
input[type="submit"],
input[type="button"],
button {
	color: #fff;
	font-size: 26px;
	text-shadow: 0 -1px 0 #400e39;
	text-transform: uppercase;
	width: 281px;
	height: 79px;
	padding-bottom: 4px;
	background: transparent;
	background-image: url("../images/buttons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	background-position: 0 -83px;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
	background-position: 0 -166px;
}
input[type="radio"] {
	cursor: pointer;
}
input[type="text"],
textarea {
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
}
textarea {
	resize: none;
}
.file {
	display: inline-block;
	background-image: url("../images/attach-file.png");
	width: 247px;
	height: 50px;
	margin-left: 20px;
	vertical-align: -18px;
}
/* ============================================================ BASIC LAYOUT */
html, body {
	min-width: 1000px;
	height: 100%;
}
body {
	background-image: url("../images/background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
img {
	vertical-align: top;
}
.alignment {
	width: 980px;
	margin: 0 auto;
	height: 3900px;
	overflow: hidden;
}
.alignment>div {
	position: relative;
}
.alignment>div:after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
}
/* ============================================================ HEADER FOOTER */
.logo {
	margin-right: 150px;
}
.print-scan-switch a {
	font-size: 24px;
	color: #162c6c;
	line-height: 36px;
	display: block;
	text-transform: uppercase;
}
.print-scan-switch a.current {
	color: #a2349c;
	text-decoration: none;
	cursor: default;
}
.contacts {
	margin-left: auto;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #162c6c;
}
.contacts__item {
	margin-bottom: 2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.contacts__item a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
}
.contacts__icon-wrap {
	width: 30px;
	height: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contacts__icon {
	display: inline-block;
}
.phone-number .contacts__icon {
	width: 12px;
	height: 12px;
}
.address .contacts__icon {
	width: 9px;
	height: 16px;
}
.email .contacts__icon {
	width: 15px;
	height: 11px;
}
.working-hours .contacts__icon {
	width: 12px;
	height: 12px;
}
.contacts .phone-number a {
	color: #b247b2;
}
/* ============================================================ HEADER */
#header {
	position: relative;
	display: flex;
	align-items: center;
}
/* ============================================================ EQUIPMENT */
#equipment {
	/* total height: 634px; */
	height: 634px;
}
#equipment .description {
	position: absolute;
	left: 0;
	top: 84px;
	font-size: 24px;
	font-weight: bold;
	color: #2dabe8;
	text-transform: uppercase;
}
#equipment img {
	position: absolute;
	right: 20px;
	top: 76px;
}
#equipment .large {
	font-size: 40px;
	line-height: 44px;
	margin: 14px 0 20px;
}
#equipment .dark {
	font-size: 26px;
}
/* ============================================================ PRICES */
#prices {
	color: #fff;
	height: 520px;
}
#prices img {
	position: absolute;
	left: 0;
	top: 0;
}
#prices a {
	font-size: 30px;
}
.can-cut {
	position: absolute;
	font-weight: bold;
	line-height: 36px;
	left: 20px;
	bottom: 35px;
}
.can-cut .ico {
	height: 44px;
	background-image: url("../images/icons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.format-prices {
	position: absolute;
	right: 25px;
	text-align: right;
	font-size: 60px;
	top: 0;
}
.format-prices .title {
	font-size: 46px;
	margin: 20px 0 35px;
}
.format-prices li {
	margin-bottom: 70px;
}
.format-prices .dark {
	margin-bottom: 15px;
}
.format-prices .format,
.format-prices .price {
	text-transform: uppercase;
	font-size: 80px;
	font-weight: bold;
}
.format-prices .light {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #b0ebff;
}
/* ------------------------------------------------------------ CALCULATOR */
#calc {
	height: 535px;
	overflow: hidden;
}
#calc>.title {
	margin: 40px 0 5px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -2px 0 #173073;
	text-transform: uppercase;
}
#density a,
#requirements a,
#why_us a {
	display: block;
	line-height: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
/* ------------------------------------------------------------ options */
#options {
	padding: 55px 340px 0;
	height: 449px;
	overflow: hidden;
	/*		background-image: url("../images/options-form.png");*/
	background-image: url("../images/new_calc_bg.png");
	background-position: 50% 20px;
	background-repeat: no-repeat;
}
#options li {
	cursor: default;
}
#options .row1 {
	margin-bottom: 60px;
}
#options .row2 {
	margin-bottom: 45px;
}
#options .row3 {
	margin-bottom: 45px;
}
#options input[type="radio"] {
	margin: 0 10px;
}
#options input[type="text"] {
	display: inline-block;
	width: 120px;
	padding: 5px 10px;
	border-top: 1px solid #abadb3;
	font-size: 20px;
	background-color: #fff;
}
#options .label {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	width: 135px;
	color: #4e627a;
}
#options .ico {
	display: inline-block;
	vertical-align: -10px;
	background-image: url("../images/printing-options.png");
	background-repeat: no-repeat;
}
.a3, .a4, .colour, .bw, .front {
	width: 20px;
	height: 34px;
}
.a4 {
	background-position: -34px 0;
}
.colour {
	background-position: 0 -34px;
}
.bw {
	background-position: -34px -34px;
}
.front {
	background-position: -68px 0;
}
.front-and-back {
	width: 34px;
	height: 39px;
	margin-left: 11px;
	background-position: -68px -34px;
}
.a4, .bw {
	margin-left: 25px;
}
/* ------------------------------------------------------------ requirements */
#density {
	position: absolute;
	left: 20px;
	top: 100px;
}
#density .ico {
	display: block;
	height: 44px;
	background-image: url("../img/calc-icon-exclamation.png");
	/*		background-position: 0 -166px;*/
	background-repeat: no-repeat;
}
#density .doc-format {
	font-size: 20px;
	color: #b0ebff;
}
/* ------------------------------------------------------------ requirements */
#requirements {
	position: absolute;
	left: 20px;
	top: 250px;
}
#requirements .ico {
	display: block;
	height: 47px;
	background-image: url("../images/icons.png");
	background-position: 0 -166px;
	background-repeat: no-repeat;
}
#requirements .doc-format {
	font-size: 20px;
	color: #b0ebff;
}
/* ------------------------------------------------------------ why_us */
#why_us {
	position: absolute;
	left: 20px;
	top: 400px;
}
#why_us .ico {
	display: block;
	height: 48px;
	background-image: url("../images/icons.png");
	background-position: 0 -83px;
	background-repeat: no-repeat;
}
/* ------------------------------------------------------------ total */
#total {
	position: absolute;
	right: -16px;
	top: 124px;
	width: 266px;
	padding: 55px 22px 0;
	min-height: 180px;
	font-weight: bold;
	background-image: url("../images/check.png");
	background-repeat: no-repeat;
}
#total .price {
	margin-bottom: 45px;
	font-size: 26px;
}
#total .price span {
	font-size: 36px;
}
#total .min {
	font-size: 14px;
	color: #444444;
}
#total .button {
	position: relative;
	right: 10px;
	display: inline-block;
	margin-top: 38px;
	padding: 28px 0 0;
	width: 281px;
	height: 55px;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	text-align: center;
	text-shadow: 0 -1px 0 #400e39;
	text-transform: uppercase;
	background-image: url("../images/buttons.png");
	background-position: 0 0;
}
#total .button:hover {
	background-position: 0 -83px;
}
#total .button:active {
	background-position: 0 -166px;
}
/* ============================================================ PAPER BANNER */
#banner {
	height: 205px;
	padding-top: 45px;
	background-image: url("../images/paper-banner.png");
	overflow: height;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	line-height: 66px;
	color: #718fd7;
}
#banner .dark.large {
	display: block;
	font-size: 50px;
	color: #254694;
}
#banner a {
	color: #a3009d;
}
/* ============================================================ SERVICES */
#services {
	height: 583px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#services ul {
	padding-top: 105px;
	text-align: center;
}
#services li {
	display: inline-block;
	margin: 0 12px;
	line-height: 18px;
}
#services img {
	display: block;
	margin-bottom: -4px;
}
#services a {
	display: block;
	margin-top: 39px;
	text-align: center;
	font-size: 26px;
}
/* ============================================================ REASONS */
#reasons {
	height: 563px;
	font-weight: bold;
	color: #fff;
	background-image: url("../images/reasons-girls.png");
	background-position: 48px 0;
	background-repeat: no-repeat;
}
#reasons .description {
	position: absolute;
	left: 490px;
	top: 44px;
}
#reasons .title {
	font-size: 33px;
	line-height: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
#reasons .title .large {
	font-size: 60px;
}
#reasons .title .large span {
	font-size: 160px;
}
#reasons li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#reasons li:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	margin-bottom: 2px;
	background-image: url("../images/marker.png");
}
/* ============================================================ SERVICES */
#video {
	height: 461px;
}
/* ------------------------------------------------------------ screen */
#video .screen {
	position: absolute;
	left: 122px;
	top: 0;
	padding-left: 78px;
	width: 542px;
	height: 316px;
	background-image: url("../images/video-shadow.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
}
#video .border {
	float: left;
	width: 444px;
	height: 228px;
	padding: 8px;
	background-image: url("../images/video-border.png");
	background-repeat: repeat-x;
}
#video .placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#video .play-button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../images/play-button.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 2;
}
/* ------------------------------------------------------------ description */
#video .description {
	position: absolute;
	right: 0;
	top: 130px;
	width: 240px;
	color: #fff;
}
#video .description .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#video .description p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #b0ebff;
}
/* ------------------------------------------------------------ vetes link */
#video .vetes {
	position: absolute;
	left: 200px;
	bottom: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #628bbf;
	z-index: 3;
}
/* ============================================================ FOOTER */
#footer {
	margin-top: 100px;
	display: flex;
	align-items: center;
}
#footer .working-hours .ico {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("../images/contacts-icons.png");
	background-position: 0 -15px;
}
#footer .working-hours .light {
	color: #889fb5;
}
/* ============================================================ REQUEST FORM */
#request-form, #add-services, #make-deal, #why-us-info, #maket-req, #plotnost-cont, #request-call {
	position: fixed;
	left: 0;
	top: 0;
	width: 530px;
	z-index: 101;
	color: #fff;
}
#request-form input[type="text"],
#request-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.popup {
	display: none;
}
.popup .popup-title {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 115px;
}
.popup .title {
	font-size: 20px;
	font-weight: bold;
}
.popup>.title {
	display: block;
	margin-bottom: 20px;
}
.popup ul {
	margin-bottom: 50px;
}
.popup li {
	position: relative;
	margin-bottom: 20px;
	white-space: nowrap;
}
.popup li:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.popup ul .title {
	float: left;
	display: block;
	width: 190px;
}
.popup .textfield {
	display: block;
	float: left;
	width: 320px;
	font-size: 16px;
	padding: 3px 10px;
	background-color: #fff;
}
.popup .textfield.error {
	background-color: #f1b0f0;
}
.popup .textfield.error input {
	color: #fff;
	font-style: italic;
}
.popup .textarea {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	width: 510px;
}
.popup .name .textfield {
	width: 245px;
	margin-left: 10px;
}
.popup .name .title {
	width: 180px;
}
.popup .name .lastname {
	width: 170px !important;
}
.popup .name .firstname {
	width: 120px !important;
}
.popup .field_pare {
	margin-bottom: 7px !important;
	padding-bottom: 0 !important;
}
.popup .action_elems {
	float: right;
}
.popup .action_elems img {
	width: 32px;
	height: 32px;
	position: relative;
	left: 30px;
}
/* ------------------------------------------------------------ notifications */
.popup .notification {
	width: 200px;
	position: absolute;
	left: 570px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #718fd7;
	display: none;
}
.popup .error.notification {
	color: #f1b0f0;
}
.popup input[type=submit] {
	margin-left: 215px !important;
}
.req-left {
	margin-left: 190px;
}
/* ------------------------------------------------------------ screen */
#screening {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/screening-bg.png");
	z-index: 100;
	display: none;
}
#screening .backlight {
	width: 100%;
	height: 100%;
	background-image: url("../images/popup-form-backlight.png");
	background-position: 0 25%;
}
.clear {
	clear: both;
}
#minimal_sum {
	display: none;
}
#calc .error {
	background-color: #f1b0f0 !important;
}
.b-densiSty-choice {
	width: 145px;
}
.b-viewDensity {
	position: relative;
}
.b-viewDensity .e-density-fill {
	width: 145px;
	height: 16px;
	background: white;
	border: 2px solid #4e627a;
	display: block;
}
.b-viewDensity .e-density-choice-fill {
	width: 20px;
	height: 16px;
	display: block;
	content: '';
	background: #cad0d7;
	position: absolute;
	top: 2px;
	left: 2px;
}
.b-viewDensity .e-density-control {
	display: block;
	width: 4px;
	height: 24px;
	background: url(../img/calc-vGradient-line.png) 0 0 no-repeat;
	left: 20px;
	top: -2px;
	position: absolute;
}
.b-density {
	float: left;
	margin-left: -9px;
}
.b-density .b-density-choice label {
	font-size: 14px;
	float: left;
}
.b-density .b-density-choice input[type="radio"] {
	margin: 9px 6px 0;
	line-height: 20px;
	display: block;
	float: left;
}
.b-density:after, .b-density .b-density-choice:after, .b-calcCost-grid:after {
	content: '';
	display: table;
	clear: both;
}
.b-density .b-density-choice label {
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	color: #4e627a;
	line-height: 34px;
}
.b-density input[type="radio"] {
	cursor: pointer;
	margin: 0 !important;
}
/*############ NOTIFICATIONS ####################*/
@import url(https://fonts.googleapis.com/css?family=Lato:700);
/*
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
html,
body {
	position: relative;
}
.close_props {
	display: block;
	height: 22px;
	width: 22px;
	background: url(../../img/c5.png) no-repeat center;
}
.close_props:hover {
	background: url(../../img/close_red.png) no-repeat center;
}
.km-notify {
	float: left;
	margin-right: 10px;
	position: absolute;
	left: 260px;
	top: 5px;
}
.button-default {
	-webkit-transition: 0.25s ease-out 0.1s color;
	-moz-transition: 0.25s ease-out 0.1s color;
	-o-transition: 0.25s ease-out 0.1s color;
	transition: 0.25s ease-out 0.1s color;
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	position: relative;
}
.show-notifications {
	position: relative;
	top: 3px;
	width: 50px;
}
.show-notifications:hover #icon-bell,
.show-notifications:focus #icon-bell,
.show-notifications.active #icon-bell {
	fill: #34495e;
}
.show-notifications #icon-bell {
	fill: #7f8c8d;
}
.show-notifications .notifications-count {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #3498db;
	color: #fefefe;
	font: normal 0.45em 'Lato';
	height: 16px;
	position: absolute;
	left: 30px;
	text-align: center;
	top: 17px;
	width: 16px;
}
.show-notifications.active~.notifications {
	opacity: 1;
	top: 60px;
}
.notifications {
	/*-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;*/
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: 0.25s ease-out 0.1s opacity;
	-moz-transition: 0.25s ease-out 0.1s opacity;
	-o-transition: 0.25s ease-out 0.1s opacity;
	transition: 0.25s ease-out 0.1s opacity;
	background: #feffd6;
	border: 3px solid red;
	left: 261px;
	top: 58px;
	/*opacity: 0;*/
	position: absolute;
	/*top: -999px;*/
	z-index: 9999;
	margin-top: 8px;
}
.notifications:after {
	border: 10px solid transparent;
	border-bottom-color: red;
	content: '';
	display: block;
	height: 0;
	left: 10px;
	position: absolute;
	top: -20px;
	width: 0;
}
.notifications h3,
.notifications .show-all {
	background: #3498db;
	color: #fefefe;
	margin: 0;
	padding: 10px;
	width: 350px;
}
.notifications h3 {
	cursor: default;
	font-size: 1.05em;
	font-weight: normal;
}
.notifications .show-all {
	display: block;
	text-align: center;
	text-decoration: none;
}
.notifications .show-all:hover,
.notifications .show-all:focus {
	text-decoration: underline;
}
.notifications .notifications-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.notifications .notifications-list .item {
	-webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
	-moz-transition: -moz-transform 0.25s ease-out 0.1s;
	-o-transition: -o-transform 0.25s ease-out 0.1s;
	transition: transform 0.25s ease-out 0.1s;
	/*border-top: 1px solid #bdc3c7;*/
	color: #7f8c8d;
	cursor: default;
	display: block;
	/*padding: 10px;*/
	padding: 0 10px 0 10px;
	position: relative;
	white-space: nowrap;
	width: 350px;
	border-left: 10px solid #0b65c2;
	margin: 0 0 5px 0;
}
.notifications .notifications-list .item:last-child {
	margin-bottom: 0;
}
.notifications .notifications-list .item:before,
.notifications .notifications-list .item .details,
.notifications .notifications-list .item .button-dismiss {
	display: inline-block;
	vertical-align: middle;
	font-family: tahoma;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
}
/* .notifications .notifications-list .item:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #3498db;
	content: '';
	height: 8px;
	width: 8px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #3498db;
	content: "";
	height: 30px;
	margin-top: 3px;
	vertical-align: top;
	width: 11px;
} */
.notifications .notifications-list .item .details {
	margin-left: 10px;
	white-space: normal;
	width: 320px;
}
.notifications .notifications-list .item .details .title,
.notifications .notifications-list .item .details .date {
	display: block;
}
.notifications .notifications-list .item .details .date {
	color: #95a5a6;
	font-size: .85em;
	margin-top: 3px;
}
.notifications .notifications-list .item .button-dismiss {
	color: #bdc3c7;
	font-size: 2.25em;
}
.notifications .notifications-list .item .button-dismiss:hover,
.notifications .notifications-list .item .button-dismiss:focus {
	color: #95a5a6;
}
.notifications .notifications-list .item.no-data {
	display: none;
	text-align: center;
}
.notifications .notifications-list .item.no-data:before {
	display: none;
}
.notifications .notifications-list .item.expired {
	color: #bdc3c7;
}
.notifications .notifications-list .item.expired:before {
	background: #bdc3c7;
}
.notifications .notifications-list .item.expired .details .date {
	color: #bdc3c7;
}
.notifications .notifications-list .item.dismissed {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.notifications.empty .notifications-list .no-data {
	display: block;
	padding: 10px;
}
.hideon {
	display: none;
}
/*############ NOTIF. END #######################*/
.map-marker {
	max-width: 10px;
	position: relative;
	top: 2px;
	padding-right: 3px;
}
.order-phone-call {
	text-decoration: none;
	display: block;
}

.toggle_lang {
	width: auto;
	height: auto;
	background: transparent;
	text-shadow: none;
	font-size: 11px;
	padding: 0;
	color: #162c6c;
	font-family: inherit;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: 80px;
}
.toggle_lang::after {
	content: attr(data-text);
}