

/* Start:/local/templates/estetta_main/vendors/normalize.css?16964239466138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/estetta_main/components/bitrix/menu/horizontal_estetta/style.css?17309859416379*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background: var(--main-color-white);
	height:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding: 0px;
	height: 100%;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

	font-family: AeroportBold;
	font-size: 1.24vw;

	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

#horizontal-multilevel-menu li
{
	float:left;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	padding: 0 calc(100vw/60);
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color: var(--main-color-dark);
	padding: 0px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	color: var(--main-color-pink);
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	color: var(--main-color-pink);
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{

}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{

}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover > a, #horizontal-multilevel-menu li.jshover > a
{
	color: var(--main-color-pink);
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	color: var(--main-color-pink);
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:relative;
	/*top:-999em;*/
	top:auto;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:16.6%;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	height: 50px;
	background-color: var(--main-color-white);
}

	#horizontal-multilevel-menu li li.item-selected,
	#horizontal-multilevel-menu li li:hover{
		width: calc(100% - 5px);
	}
#horizontal-multilevel-menu li li.item-selected a,
		#horizontal-multilevel-menu li li:hover a{
			margin-left: -5px;
		}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{

}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{

}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover div.submenu,
#horizontal-multilevel-menu li.jshover div.submenu,
#horizontal-multilevel-menu li li:hover div.submenu,
#horizontal-multilevel-menu li li.jshover div.submenu,
#horizontal-multilevel-menu li li li:hover div.submenu,
#horizontal-multilevel-menu li li li.jshover div.submenu,
#horizontal-multilevel-menu li li li li:hover div.submenu,
#horizontal-multilevel-menu li li li li.jshover div.submenu,
#horizontal-multilevel-menu li li li li li:hover div.submenu,
#horizontal-multilevel-menu li li li li li.jshover div.submenu
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

div.submenu{
	position: absolute;
	display: none;
	left: 0px;
	width: calc(100% - 20vw);
	z-index: 500;
	padding: 30px 10vw;

	background: var(--main-color-white);
	border-top: solid 2px var(--main-color-gray2);
}
	div.submenu div.submenu_wrap{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	div.submenu div.submenu_wrap div.submenu_wrap_itemlist{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
		div.submenu div.submenu_wrap div.submenu_wrap_itemlist a{
			margin: 5px;
		}
			div.submenu div.submenu_wrap div.submenu_wrap_itemlist a:hover{
				opacity: 0.5;
			}
	div.submenu div.submenu_wrap div.submenu_wrap_info{
		width: 30%;
		padding: 5px;

		font-family: Aeroport;
		font-size: 1.24vw;
		white-space: normal;
		color: var(--main-color-gray);

		opacity: 0.75;
		transition: opacity 0.25s ease-in-out;
	}
		div.submenu div.submenu_wrap div.submenu_wrap_info:hover{
			opacity: 1;
		}

@media screen and (min-width: 950px) and (max-width: 1280px) {

	#horizontal-multilevel-menu a{
		font-size: 1.24vw;
	}

	#horizontal-multilevel-menu li
	{
		
	}

}

@media screen and (min-width: 1920px){

	.items_list__wrap_itemlist_item a span{
		font-size: calc(var(--main-maxwidth) * 0.015);
	}

	#horizontal-multilevel-menu a{
		font-size: calc(var(--main-maxwidth) * 0.0124);
	}

	#horizontal-multilevel-menu li
	{
		padding: 0 calc(var(--main-maxwidth)/60);
	}

}
/* End */


/* Start:/local/templates/estetta_main/components/bitrix/menu/footer/style.css?1727369971683*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 5px 16px;
}

ul.left-menu li a
{
	font-family: DINPro;
	font-size: 1.5vw;
	color: var(--secondary-color-gray);
	text-decoration: none;

	transition: color 0.25s ease-in-out;
}

ul.left-menu li a:visited
{
	color: var(--secondary-color-gray);
}

ul.left-menu li a:hover,
ul.left-menu li a.selected
{
	color: var(--main-color-gray);
}

@media screen and (min-width: 950px) and (max-width: 1280px) {

	ul.left-menu li a{
		font-size: 1.5vw;
	}

}

@media screen and (max-width: 949px) {

	ul.left-menu li a{
		font-size: 1.5vw;
	}

}
/* End */


/* Start:/local/templates/estetta_main/components/bitrix/form.result.new/project_order/style.css?1733770351146*/
.project_captcha_error{
    position: relative;
    display: flex;
    color: #ff0000;
}
.project_captcha_img{
    margin: 20px 0 10px 0;
}
/* End */


/* Start:/local/templates/estetta_main/components/bitrix/menu/left/style.css?17277888812734*/
.burger-menu-header{
	position: relative;
	width: 100%;
	height: 60px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	.burder-menu-header_logo img{
		width: auto;
		height: 40px;
		margin-left: 20px;
	}
	.burger-menu-header_closer{
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
		.burger-menu-header_closer img{
			width: auto;
			height: 24px;
		}
.burger-menu-header_content{
	margin: 0 20px 20px 20px;
}
	.burger-menu-header_content p{
		margin-block-start: 0;
	}

.burger-menu-subheader{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-family: MontserratSemiBold;
	font-size: 16px;
	color: var(--main-color-white);
	background-color: var(--main-color-orange);
}

.burger-menu-footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 40px);
	padding: 0 20px;
	height: 60px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;

	font-family: DINProMedium;
	font-size: 16px;

	background: var(--main-color-gray) left top repeat-x;
}

.burger-menu {
	list-style: none;
	margin: 0;
	padding: 20px 0px;
	height: calc(100% - 60px - 60px - 40px);

	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
	.burger-menu::-webkit-scrollbar{
		width: 0;
		height: 0;
	}
.burger-menu li {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
	.burger-menu li.selected {
		border-left: solid 5px var(--main-color-pink);
		padding-left: 15px;
	}
	.burger-menu li.subitem{
		padding-left: 40px;
	}
		.burger-menu li.selected.subitem{
			padding-left: 35px;
		}
.burger-menu li a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	font-size: 20px;
	font-family: Aeroport;
}
.burger-menu li i {
	display: inline-block;
	width: 40px;
	line-height: inherit;
	text-align: center;
	margin-right: 10px;
}
.burger-menu li img {
	max-height: 21px;
	vertical-align: middle;
}
.burger-menu li img.img-height-23 {
	max-height: 23px;
}

	.burger_submenu{
		padding: 5px 0 5px 30px;
	}

		.burger_submenu_wrap{

		}
		.burger_submenu_wrap_itemlist{
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
		}
			.burger_submenu_wrap_itemlist a{
				margin: 5px 0;

				font-size: 18px;
				font-family: Aeroport;
			}
				.burger_submenu_wrap_itemlist_subitems{
					display: flex;
					flex-direction: column;
					flex-wrap: nowrap;

					padding: 0 0 0 10px;
				}
					.burger_submenu_wrap_itemlist_subitems a{
						font-size: 14px;
					}


@media screen and (min-width: 1200px) {
	.burger-menu li a {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/estetta_main/template_styles.css?175448125563449*/
@font-face {
	font-family: DINPro;
	src: url(/local/templates/estetta_main/fonts/static/DINPro-Regular.otf);
}
@font-face {
    font-family: DINProLight;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-Light.ttf);
}
@font-face {
    font-family: DINProMedium;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-Medium.ttf);
}
@font-face {
    font-family: DINProBold;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-Bold.ttf);
}
@font-face {
    font-family: DINProCondensed;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-Condensed.otf);
}
@font-face {
    font-family: DINProCondensedMedium;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-CondensedMedium.otf);
}
@font-face {
    font-family: DINProCondensedBold;
    src: url(/local/templates/estetta_main/fonts/static/DINPro-CondensedBold.otf);
}

@font-face {
    font-family: Aeroport;
    src: url(/local/templates/estetta_main/fonts/static/Aeroport.ttf);
}
@font-face {
    font-family: AeroportLight;
    src: url(/local/templates/estetta_main/fonts/static/Aeroport-Light.ttf);
}
@font-face {
    font-family: AeroportBold;
    src: url(/local/templates/estetta_main/fonts/static/Aeroport-Bold.ttf);
}

@font-face {
    font-family: BebasNeue;
    src: url(/local/templates/estetta_main/fonts/static/BebasNeue.otf);
}

:root{
    /* Основные цвета */
    --main-color-white: #FFFFFF;
        --main-color-white75: rgba(255, 255, 255, 0.75);
        --main-color-white0: rgba(255, 255, 255, 0);
    --main-color-black: #3F3F3C;
    --main-color-extrablack: #303030;
    --main-color-fullblack: #000000;
    --main-color-dark: #485356;
        --main-color-dark25: rgba(72, 83, 86, 0.25);
        --main-color-dark10: rgba(72, 83, 86, 0.10);
        --main-color-dark0: rgba(72, 83, 86, 0);
    --main-color-gray: #969EA4;
    --main-color-gray2: #EBEBEB;
    --main-color-pink: #E81F89;
    /* /-/-/ */

    /* Дополнительные цвета */
    --secondary-color-gray: #888888;
    --secondary-color-gray2: #DADEDE;
    --secondary-color-gray3: #575858; /* промо блок ESTETTA */
    --secondary-color-gray4: #8F979D;
    --secondary-color-gray5: #F2F2F2;
    --secondary-color-gray6: #D9D9D9;

    --form-color-gray: #969EA4;
    /* /-/-/ */

    /* Прочие переменные стилей */
    --main-boxshadow-1: 0px 0px 100px 10px var(--main-color-dark10);

    --main-borderradius-16: 16px;

    --main-shadow: rgba(0, 0, 0, 0.5);

    --main-linear-gradient: linear-gradient(to top, var(--main-color-white75), var(--main-color-white0));

    --main-maxwidth: 1920px;
    /* /-/-/ */

    /* Базовые иконки проекта (iconset) */
    --main-iconset-close: url("/local/templates/estetta_main/images/iconset/close-icon.svg");
    --main-iconset-arrow_down: url("/local/templates/estetta_main/images/iconset/arrow_down.svg");
    --main-iconset-arrow_toleft: url("/local/templates/estetta_main/images/iconset/arrow_toleft.svg");
    --main-iconset-arrow_toright: url("/local/templates/estetta_main/images/iconset/arrow_toright.svg");
    --main-iconset-arrow_down_gray: url("/local/templates/estetta_main/images/iconset/arrow_down_gray.svg");
    /* /-/-/ */

    /* Базовые прелоадеры */
    --main-preloader-1: url("/local/templates/estetta_main/images/preloaders/ajaxloader.gif");
    /* /-/-/ */
}

html,
body {
    position: relative;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: var(--main-color-white);
    color: var(--main-color-black);
    font-size: 14px;
    font-family: DINPro;
    overflow-x: hidden;
}
html {
    overflow-y: scroll;
}
.scroll-off,
html.scroll-off > body {
    overflow: hidden !important;
}
body {
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.main_wrap{
    width: 100%;
    max-width: var(--main-maxwidth);
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
}

b{
	font-family: DINProBold;
}
pre{
    padding: 10px;
	background: #2B2B2B;
	color: #BABABA;
}
button{
	cursor: pointer;
}

button.main_btn_gray{
    background-color: var(--form-color-gray);
    border: none;
    padding: 0.75vw 1.25vw;

    font-family: DINProCondensed;
    font-size: 1.93vw;
    color: var(--main-color-white);
    text-transform: uppercase;

    transition: background-color 0.25s ease-in-out;
}
    button.main_btn_gray:hover{
        background-color: var(--main-color-pink);
    }

body a,
body a:link,
body a:visited,
body a:active,
body a:hover{
	color: var(--main-color-dark);
	text-decoration: none;
	cursor: pointer;
}

.hidden {
    display: none !important;
}

.header_panel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    width: 100%;
    height: 4.9vw;
    z-index: 100;

    background: var(--main-color-white);
}
    .header_logo{
        display: flex;
        justify-content: center;
        align-items: center;

        width: calc(12.5vw - 60px);
        min-width: calc(12.5vw - 60px);
        padding: 0 30px;
    }
        .header_logo a{
            width: 100%;
            text-align: center;
        }
            .header_logo a img{
                width: 100%;
            }
    .header_menu{
        width: 100%;
        height: 100%;
    }
    .header_info{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;

        width: 100%;

        font-family: DINProBold;
        font-size: 1.25vw;
    }
        .header_info > div{
            white-space: nowrap;
            padding: 0 30px;
        }

.main_wrap_content{
    position: relative;
    padding-top: 4.9vw;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(0,0,0,0.75);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.menu-side{
    position: fixed;
    left: -95%;
    bottom: 0;
    top: 0;
    width: 95%;
    background: #FFFFFF;
    z-index: 110;
    transition: left 0.4s ease-in-out;
    overflow: auto;
}
.form-side{
    position: fixed;
    right: -95%;
    bottom: 0;
    top: 0;
    width: 95%;
    max-width: 500px;
    background: var(--main-color-gray2);
    z-index: 110;
    transition: right 0.4s ease-in-out;
    overflow: auto;
}
    .form-side-header{
        position: relative;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        height: 60px;
    }
        .form-side-header_title{
            font-family: Aeroport;
            font-size: 1.9vw;

            text-transform: uppercase;

            padding-left: 20px;
        }
        .form-side-header_closer{
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;

            width: 60px;
            height: 60px;
        }
    .form-side-formwrap{
        padding: 20px;
    }

.footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;

    width: calc(100% - 60px);
    height: auto;
    padding: 30px;

    background-color: var(--main-color-dark);

    font-family: DINPro;
    font-size: 1.5vw;
    color: var(--secondary-color-gray);
    text-decoration: none;

    transition: color 0.25s ease-in-out;
}
    .footer_logo{
        width: 25%;
    }
        .footer_logo > img{
            width: 10vw;
            height: auto;
        }
    .footer_contacts{
        width: 30%;
    }
        .footer_contacts a,
        .footer_contacts a:link,
        .footer_contacts a:visited{
            color: var(--secondary-color-gray);
            transition: color 0.25s ease-in-out;
        }

        .footer_contacts a:active,
        .footer_contacts a:hover{
            color: var(--main-color-gray);
        }
    .footer_menu{
        width: 20%;
    }
    .footer_info{
        width: 25%;
    }
        .footer_info_social{

        }
            .footer_info_social img{
                width: 2.5vw;
                height: auto;
            }
        .footer_info_text{

        }

/* Формы и поля */
.field {}
.field .subfield {
    position: relative;
}
.field.disabled,
.field .subfield[disabled] * {
    /*pointer-events: none;*/
    opacity: 0.4;
}
.field.toggle_field{
    display: none;
}
.field.toggle_field input:nth-child(1n+2){
    margin-top: 10px;
}
.field > label:not(.checkbox-label) {
    width: 100%;
    display: block;
    color: var(--main-color-dark);
    font-family: DINPro;
    font-size: 1vw;
    margin-bottom: 4px;
}
    .field span.required{
        color: var(--main-color-pink);
    }
.field input[type=text],
.field input[type=password],
.field input[type=number],
.field input[type=date],
.field input[type=time],
.field select,
.field textarea {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;

    background: var(--main-color-gray2);
    border-radius: var(--main-borderradius-12);
    border: none;
    border-bottom: solid 1px var(--main-color-dark);
    box-sizing: border-box;
    outline: none;
    outline-width: 0px;

    font-family: DINPro;
    font-size: 1.25vw;
    color: var(--main-color-dark);
}
.field input[required],
.field textarea[required]{
    border-left: solid 2px var(--main-color-orange);
}
.fields_line_2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.fields_line_2 .field{
    width: calc(50% - 20px);
}
.field select[multiple]{
    height: auto;
    min-height: 40px;
    overflow-y: auto;
}
.field select[multiple] option{
    padding: 10px 0 10px 0;
}
.field textarea {
    max-width: 100%;
    height: 120px;
    resize: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.field.select:not([multiple]) .subfield::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40px;
    background: #464667 url("/local/templates/estetta_main/images/select-ico.svg") center / 13px no-repeat;
    border-radius: 0 7px 7px 0;
    pointer-events: none;
}
@media screen and (max-width: 949px){
    .field.select[multiple] .subfield::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 40px;
        background: #464667 url("/local/templates/estetta_main/images/select-ico.svg") center / 13px no-repeat;
        border-radius: 0 7px 7px 0;
        pointer-events: none;
    }

    .fields_line_2 .field{
        width: 100%;
    }
}
.field.date .subfield::after,
.field.time .subfield::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #464667;
    background-position: center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    border-radius: 0 7px 7px 0;
    pointer-events: none;
}
.field.date,
.field.time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.field.date .subfield,
.field.time .subfield {
    width: 47%;
}
.field.checkbox {
    color: var(--main-color-dark);
    font-family: DINPro;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
}
.field.checkbox > label {
    margin-bottom: 15px;
}
.field.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0 !important;
}
.field.checkbox.columns-2,
.field.checkbox.columns-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.field.checkbox.columns-2 .subfield {
    width: 47%;
}
.field.checkbox.columns-3 .subfield {
    width: 29%;
}
.field:not(.date, .time, .columns-2, .columns-3, .variation) .subfield:nth-of-type(1n+2),
.field.checkbox.columns-2 .subfield:nth-of-type(1n+3),
.field.checkbox.columns-3 .subfield:nth-of-type(1n+4) {
    margin-top: 10px;
}
.field.checkbox .subfield label {
    display: flex;
}
.field.checkbox .subfield label a{
    text-decoration: underline;
    font-family: DINPro;
}
.field.checkbox .subfield > label::before {
    position: relative;
    top: 1px;
    content: '';
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: var(--main-color-gray2);
    border: solid 1px var(--main-color-gray);
    border-radius: 0px;
    cursor: pointer;
}
.field.checkbox input:checked+label::before {
    background-image: url("/local/templates/estetta_main/images/iconset/checked-icon.svg");
    background-size: auto 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.field.checkbox_plus_text > .subfield{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.field.checkbox_plus_text input[type=checkbox]{
    opacity: 0;
    z-index: -1;
}
.field.checkbox_plus_text input[type=text]{
    width: calc(100% - 40px);
}
.field.checkbox_plus_text .subfield > label::before {
    position: relative;
    content: '';
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: 5px;
    background-color: var(--main-color-dark);
    border-radius: 7px;
}

.field.checkbox_plus_text input[type=checkbox]:checked+label::before {
    background-image: url("/local/templates/estetta_main/images/iconset/checked-icon.svg");
    background-size: auto 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.field input:focus~label::before {

}
.field.error input,
.field.error select,
.field.error textarea,
.field.error input~label::before, {
    outline: red solid 1px;
}
.field.buttons {
    display: flex;
    justify-content: space-between;
}
input[type=submit].main-button{
    background-color: var(--form-color-gray);
    border: none;
    padding: 0.75vw 3vw;

    font-family: DINProCondensed;
    font-size: 1.93vw;
    color: var(--main-color-white);

    transition: background-color 0.25s ease-in-out;
    cursor: pointer;
}
    input[type=submit].main-button:hover{
        background-color: var(--main-color-pink);
    }
    input[type=submit].main-button[disabled]:hover{
        background-color: var(--form-color-gray);
    }
    input[type=submit].main-button.in_process{
        
    }

/* Страницы */

    /* - /contacts/ - */
    .estetta_contacts_title{
        display: flex;
        justify-content: center;
        align-items: center;

        font-family: Aeroport;
        font-size: 1.9vw;
        text-transform: uppercase;

        margin: 3vw 0;
    }
    .estetta_contacts_block{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
        .estetta_contacts_block_gray{
            background-color: var(--main-color-gray2);
        }
        .estetta_contacts_block_white{
            background-color: var(--main-color-white);
        }
        .estetta_contacts_block_left{
            width: calc(30% - 60px);
            padding: 40px 40px 40px 20px;
        }
            .estetta_contacts_block_left_city{
                font-family: Aeroport;
                font-size: 1.9vw;
                text-transform: uppercase;

                margin-bottom: 10px;
            }
            .estetta_contacts_block_left_contacts{
                font-family: DINPro;
                font-size: 1.25vw;

                margin-bottom: 40px;
            }
            .estetta_contacts_block_left_form{

            }
                .estetta_contacts_block_left_form > span{
                    font-family: Aeroport;
                    font-size: 1.9vw;
                    text-transform: uppercase;
                }
                .estetta_contacts_block_left_form form{
                    margin: 20px 0 0 0;
                }
        .estetta_contacts_block_right{
            width: calc(70%);
        }
            .estetta_contacts_block_right > img{
                width: 100%;
                height: auto;
            }
    /* - /contacts/ - */

    /* - /projects/ - */
    .estetta_projects_header{
        position: relative;

        width: 100%;
        height: 37.86vw;
        margin-bottom: -1px;

        background-color: var(--secondary-color-gray6);
    }
        .estetta_projects_header > img{
            width: 100%;
            height: auto;
        }
        .estetta_projects_header_image{
            position: absolute;
            top: 0px;
            right: 0px;

            width: 69%; height: 100%;

            transition: opacity 1s ease-in-out;
        }
            .estetta_projects_header_image.reload{
                opacity: 0.5;
            }
            .estetta_projects_header_image img{
                height: 100%;
                width: auto;
            }
        .estetta_projects_header_info{
            position: absolute;
            top: 10vw;
            left: 0px;

            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;

            width: calc(50% - 11.66vw); height: auto;
            padding: 3.125vw 5.83vw;

            background-color: var(--main-color-white);
        }
            .estetta_projects_header_info > span:nth-of-type(1){
                font-family: DINProCondensedMedium;
                font-size: 2.4vw;

                margin-bottom: 20px;
            }
            .estetta_projects_header_info > span:nth-of-type(2){
                font-family: Aeroport;
                font-size: 1.25vw;
                color: var(--main-color-dark);
            }
    /* - /projects/ - */

    /* - /about/ - */
    .estetta_about_secondline{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;

        width: calc(100% - 60px);
        padding: 100px 30px;
    }
        .estetta_about_secondline > div:nth-of-type(1){
            width: calc(30% - 50px);
        }
            .estetta_about_secondline > div:nth-of-type(1) > span:nth-of-type(1){
                font-family: DINProCondensedBold;
                font-size: 6.67vw;
                line-height: 7vw;
                text-transform: uppercase;
                color: var(--main-color-gray);
            }
            .estetta_about_secondline > div:nth-of-type(1) > span:nth-of-type(2){
                font-family: DINPro;
                font-size: 1.25vw;
                color: var(--main-color-gray);
            }
        .estetta_about_secondline > div:nth-of-type(2){
            width: calc(70% - 50px);

            font-family: Aeroport;
            font-size: 1.9vw;
            color: var(--main-color-dark);
        }
    .estetta_about_thirdline{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;

        width: 100%;
        padding: 50px 0;

        background-color: var(--secondary-color-gray5);
    }
        .estetta_about_thirdline > div:nth-of-type(1){
            font-family: AeroportBold;
            font-size: 3.33vw;
            line-height: 6vw;
            color: var(--main-color-dark);
            text-transform: uppercase;

            width: calc(100% - 40px);
            padding: 0 20px;
        }
        .estetta_about_thirdline > div:nth-of-type(2){
            font-family: DINPro;
            font-size: 1.25vw;
            color: var(--main-color-dark);

            width: calc(73% - 40px);
            padding: 0 20px;
        }
    .estetta_about_projects{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        margin-bottom: -3px;
    }
        .estetta_about_projects > div:nth-of-type(1){
            width: 33%;
            height: 48.33vw;
        }
            .estetta_about_projects > div:nth-of-type(1) img{
                width: calc(100% + 3px);
                height: inherit;
            }
        .estetta_about_projects > div:nth-of-type(2){
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;

            width: calc(67% - 80px);
            height: 48.33vw;
            padding: 0 40px;

            background-color: var(--main-color-dark);
        }
    .estetta_about_workstate{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;

        width: 100%;
        margin: 5vw 0 5vw 0;
    }
        .estetta_about_workstate_left{
            width: calc(50% - 6vw);
            padding: 0 3vw;
        }
        .estetta_about_workstate_right{
            width: calc(50% - 10vw);
            padding: 0 5vw;
        }
            .estetta_about_workstate_right img{
                width: 100%;
                height: auto;
            }
    /* - /about/ - */

    /* - /contextmachine/ - */

    .contextmachine_steps_wrap{
        position: relative;

        width: 100%;
    }
        .contextmachine_steps_header{
            position: relative;

            width: calc(100% - 14vw);
            padding: 7vw;

            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;

            background-color: var(--main-color-extrablack);
        }
            .contextmachine_steps_header__img{

            }
            .contextmachine_steps_header__description{
                margin-left: 7vw;
            }
                .contextmachine_steps_header__description > div:first-of-type{
                    font-family: DINProCondensedMedium;
                    font-size: 2.4vw;
                    color: var(--secondary-color-gray6);
                    margin-bottom: 2vw;
                }
                .contextmachine_steps_header__description > div:last-of-type{
                    font-size: 1.25vw;
                    line-height: 2vw;
                    color: var(--secondary-color-gray4);
                }
        .contextmachine_steps_note{
            display: flex;
            justify-content: center;

            padding: 4.2vw 30px;

            font-family: DINProCondensedMedium;
            font-size: 2.4vw;
            color: var(--main-color-white);

            background-color: var(--main-color-gray);
        }
        .contextmachine_steps__steps{
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;

            width: 100%;
        }
            .contextmachine_steps__stepfirst{
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;

                width: calc(100% - 60px - 60px);
                padding: 30px;
            }
                .contextmachine_steps__stepfirst > img{
                    width: 68%;
                }
                .contextmachine_steps__stepfirst > div{
                    width: calc(32% - 30px);
                    margin-left: 30px;
                }
                    .contextmachine_steps__stepfirst > div > span{
                        font-family: DINProCondensedMedium;
                        font-size: 2.5vw;
                        line-height: 2.5vw;
                        color: var(--secondary-color-gray4);
                        text-transform: uppercase;
                    }
                    .contextmachine_steps__stepfirst > div > div{
                        font-size: 1.25vw;

                        margin-top: 30px;
                    }
                        .contextmachine_steps__stepfirst > div > div > span{
                            font-family: DINProCondensedMedium;
                            font-size: 1.875vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepsecond{
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;

                width: calc(100%);

                background-color: var(--main-color-black);
            }
                .contextmachine_steps__stepsecond > img{
                    width: 68%;
                }
                .contextmachine_steps__stepsecond > div{
                    width: calc(32% - 70px);
                    height: 100%;
                    padding: 0 40px 0 30px;
                }
                    .contextmachine_steps__stepsecond > div > span{
                        font-family: DINProCondensedMedium;
                        font-size: 2.5vw;
                        line-height: 2.5vw;
                        color: var(--secondary-color-gray6);
                        text-transform: uppercase;
                    }
                    .contextmachine_steps__stepsecond > div > div{
                        font-size: 1.25vw;
                        color: var(--secondary-color-gray6);

                        margin-top: 30px;
                    }
                        .contextmachine_steps__stepsecond > div > div > span{
                            font-family: DINProCondensedMedium;
                            font-size: 1.875vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepthird{
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;

                width: calc(100% - 60px - 60px);
                padding: 30px;
            }
                .contextmachine_steps__stepthird > img{
                    width: 68%;
                }
                .contextmachine_steps__stepthird > div{
                    width: calc(32% - 30px);
                    margin-left: 30px;
                }
                    .contextmachine_steps__stepthird > div > span{
                        font-family: DINProCondensedMedium;
                        font-size: 2.5vw;
                        line-height: 2.5vw;
                        color: var(--secondary-color-gray4);
                        text-transform: uppercase;
                    }
                    .contextmachine_steps__stepthird > div > div{
                        font-size: 1.25vw;

                        margin-top: 30px;
                    }
                        .contextmachine_steps__stepthird > div > div > span{
                            font-family: DINProCondensedMedium;
                            font-size: 1.875vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepfourth{
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;

                width: calc(100%);

                background-color: var(--secondary-color-gray6);
            }
                .contextmachine_steps__stepfourth > img{
                    width: calc(68% - 60px);
                    margin: 30px;
                }
                .contextmachine_steps__stepfourth > div{
                    width: calc(32% - 60px);
                    height: 100%;
                    padding: 0 30px;
                }
                    .contextmachine_steps__stepfourth > div > span{
                        font-family: DINProCondensedMedium;
                        font-size: 2.5vw;
                        line-height: 2.5vw;
                        color: var(--secondary-color-gray4);
                        text-transform: uppercase;
                    }
                    .contextmachine_steps__stepfourth > div > div{
                        font-size: 1.25vw;

                        margin-top: 30px;
                    }
                        .contextmachine_steps__stepfourth > div > div > span{
                            font-family: DINProCondensedMedium;
                            font-size: 1.875vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepfifth{
                position: relative;

                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;

                width: calc(100%);
            }
                .contextmachine_steps__stepfifth > img{
                    width: calc(100%);
                }
                .contextmachine_steps__stepfifth > div{
                    position: absolute;
                    top: 0px; left: 0px;

                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-items: center;

                    width: calc(100% - 60px);
                    height: calc(100% - 60px);
                    padding: 30px;
                }
                    .contextmachine_steps__stepfifth > div > div:first-of-type{
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        width: calc(32%);
                    }
                        .contextmachine_steps__stepfifth > div > div:first-of-type > img{
                            width: 75%; height: auto;
                        }
                    .contextmachine_steps__stepfifth > div > div:last-of-type{
                        width: calc(68% - 50px);
                        padding-left: 50px;
                    }
                        .contextmachine_steps__stepfifth > div > div:last-of-type > span{
                            font-family: DINProCondensedMedium;
                            font-size: 2.5vw;
                            line-height: 2.5vw;
                            color: var(--secondary-color-gray6);
                            text-transform: uppercase;
                        }
                        .contextmachine_steps__stepfifth > div > div:last-of-type > div{
                            font-size: 1.25vw;
                            color: var(--main-color-white);
                            width: 50%;

                            margin-top: 30px;
                        }

        @media screen and (max-width: 949px) {
            .contextmachine_steps_header{
                flex-direction: column;

            }
                .contextmachine_steps_header__img{
                    display: flex;
                    justify-content: center;
                }
                    .contextmachine_steps_header__img > img{
                        width: 60%;
                        height: auto;
                    }
                .contextmachine_steps_header__description{
                    margin-top: 30px;
                }
                    .contextmachine_steps_header__description > div:first-of-type{
                        font-size: 6vw;
                        width: 75%;
                    }
                    .contextmachine_steps_header__description > div:last-of-type{
                        font-size: 3.5vw;
                        line-height: 6vw;
                    }
            .contextmachine_steps_note{
                font-size: 6vw;
                text-align: center;
            }
            .contextmachine_steps__stepfirst{
                flex-direction: column;
                width: calc(100% - 40px);
                padding: 20px;
            }
                .contextmachine_steps__stepfirst > img{
                    width: 100%;
                }
                .contextmachine_steps__stepfirst > div{
                    width: calc(100%);
                    margin-left: 0px;
                }
                    .contextmachine_steps__stepfirst > div > span{
                        font-size: 6vw;
                        line-height: 20vw;
                    }
                    .contextmachine_steps__stepfirst > div > div {
                        font-size: 4vw;
                        margin-top: 0px;
                    }
                        .contextmachine_steps__stepfirst > div > div > span {
                            font-size: 5vw;
                            line-height: 10vw;
                        }
            .contextmachine_steps__stepsecond{
                flex-direction: column;
                width: calc(100%);
            }
                .contextmachine_steps__stepsecond > img{
                    width: 100%;
                }
                .contextmachine_steps__stepsecond > div{
                    width: calc(100% - 40px);
                    padding: 20px 20px 40px 20px;
                }
                    .contextmachine_steps__stepsecond > div > span{
                        font-size: 6vw;
                        line-height: 15vw;
                    }
                    .contextmachine_steps__stepsecond > div > div {
                        font-size: 4vw;
                        margin-top: 10px;
                    }
                        .contextmachine_steps__stepsecond > div > div > span {
                            font-size: 4vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepthird{
                flex-direction: column;
                width: calc(100% - 40px);
                padding: 20px;
            }
                .contextmachine_steps__stepthird > img{
                    width: 100%;
                }
                .contextmachine_steps__stepthird > div{
                    width: calc(100%);
                    margin-left: 0px;
                }
                    .contextmachine_steps__stepthird > div > span{
                        font-size: 6vw;
                        line-height: 20vw;
                    }
                    .contextmachine_steps__stepthird > div > div {
                        font-size: 4vw;
                        margin-top: 0px;
                    }
                        .contextmachine_steps__stepthird > div > div > span {
                            font-size: 4vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepfourth{
                flex-direction: column;
                width: calc(100%);
            }
                .contextmachine_steps__stepfourth > img{
                    width: calc(100% - 40px);
                    padding: 20px;
                    margin: 0px;
                }
                .contextmachine_steps__stepfourth > div{
                    width: calc(100% - 40px);
                    padding: 20px 20px 10px 20px;
                }
                    .contextmachine_steps__stepfourth > div > span{
                        font-size: 6vw;
                        line-height: 15vw;
                    }
                    .contextmachine_steps__stepfourth > div > div {
                        font-size: 4vw;
                        margin-top: 10px;
                    }
                        .contextmachine_steps__stepfourth > div > div > span {
                            font-size: 4vw;
                            line-height: 4vw;
                        }
            .contextmachine_steps__stepfifth{
                display: flex;
                flex-direction: column;
                align-items: baseline;

                width: 100%;
            }
                .contextmachine_steps__stepfifth > img{
                    width: auto;
                    height: 420px;
                }
                .contextmachine_steps__stepfifth > div{
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    align-items: center;

                    width: calc(100% - 30px);
                    height: calc(100% - 30px);
                    padding: 20px;
                }
                    .contextmachine_steps__stepfifth > div > div:first-of-type{
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        width: calc(50%);
                    }
                        .contextmachine_steps__stepfifth > div > div:first-of-type > img{
                            width: 75%;
                            height: auto;

                            margin-top: 20px;
                        }
                    .contextmachine_steps__stepfifth > div > div:last-of-type{
                        width: calc(100%);
                        padding-left: 0px;
                        margin-top: 40px;
                    }
                        .contextmachine_steps__stepfifth > div > div:last-of-type > span{
                            font-size: 6vw;
                            line-height: 15vw;
                        }
                        .contextmachine_steps__stepfifth > div > div:last-of-type > div{
                            font-size: 4vw;
                            width: 75%;

                            margin-top: 10px;
                        }
        }

    /* - /contextmachine/ - */

.mosaicblock,
.estettalab_header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
    .mosaicblock_left,
    .estettalab_header_left{
        width: 63%;
        height: 37vw;

        background-color: var(--main-color-white);
    }
        .estettalab_header_left img{
            width: auto;
            height: 100%;
        }
    .mosaicblock_right,
    .estettalab_header_right{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;

        width: 37%;
    }
        .mosaicblock_right_el{
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;

            height: calc(18.5vw - 40px);
            padding: 20px;

            font-family: DINProCondensedMedium;
            font-size: 2.4vw;
        }
             .mosaicblock_right_el span,
             .mosaicblock_right_el:link span,
             .mosaicblock_right_el:visited span{
                transition: opacity 0.25s ease-in-out;
                color: var(--main-color-white);
                opacity: 1;
            }
            .mosaicblock_right_el:active span,
            .mosaicblock_right_el:hover span{
                opacity: 0.65;
            }
        .mosaicblock_right_el:nth-of-type(1){
            width: calc(100% - 40px);
            background-color: var(--main-color-dark);
        }
        .mosaicblock_right_el:nth-of-type(2){
            width: calc(50% - 40px);
            background-color: var(--main-color-gray);
        }
        .mosaicblock_right_el:nth-of-type(3){
            width: calc(50% - 40px);
            background-color: var(--main-color-white);
        }
            .mosaicblock_right_el:nth-of-type(3) span,
            .mosaicblock_right_el:nth-of-type(3):link span,
            .mosaicblock_right_el:nth-of-type(3):visited span{
                color: var(--main-color-dark);
                opacity: 1;
            }
            .mosaicblock_right_el:nth-of-type(3):active span,
            .mosaicblock_right_el:nth-of-type(3):hover span{
                opacity: 0.65;
            }
        .estettalab_header_right > div{
            display: flex;

            height: calc(18.5vw - 40px);
            padding: 20px;
        }
            .estettalab_header_right_firstblock{
                justify-content: flex-start;
                align-items: center;

                width: calc(100% - 40px);
                background-color: var(--main-color-gray2);

                font-family: DINProCondensedMedium;
                font-size: 2.4vw;
                color: var(--secondary-color-gray4);
            }
            .estettalab_header_right_secondblock{
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;

                width: calc(50% - 40px);
                background-color: var(--main-color-gray);
            }
                .estettalab_header_right_secondblock > div:nth-of-type(1){
                    font-family: DINProCondensedMedium;
                    font-size: 2.4vw;
                    color: var(--main-color-white);
                }
                .estettalab_header_right_secondblock > div:nth-of-type(2){
                    font-family: DINProMedium;
                    font-size: 1.2vw;
                    color: var(--main-color-black);
                }
            .estettalab_header_right_thirdblock{
                justify-content: flex-start;
                align-items: center;

                width: calc(50% - 40px);
                background-color: var(--main-color-white);

                font-family: DINPro;
                font-size: 1.2vw;
            }

.estettalab_concept{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    width: calc(100% - 80px);
    min-height: calc(20vw);
    padding: 100px 40px;
}
    .estettalab_concept > div:nth-of-type(1){
        width: calc(30% - 20px);

        font-family: DINProCondensedBold;
        font-size: 7vw;
        color: var(--secondary-color-gray4);
    }
    .estettalab_concept > div:nth-of-type(2){
        width: calc(70% - 20px - 10vw);
        padding-right: 10vw;

        font-family: DINPro;
        font-size: 1.25vw;
    }

.estettalab_mediablock{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
    .estettalab_mediablock_left{
        width: 63%;
        height: 37vw;

        background-color: var(--main-color-white);
    }
        .estettalab_mediablock_left img{
            width: auto;
            height: 100%;
        }
    .estettalab_mediablock_right{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;

        width: 37%;
        padding: 20px;
        height: calc(37vw - 40px);
        background: var(--main-color-dark);
    }
        .estettalab_mediablock_right > div:nth-of-type(1){
            font-family: DINProCondensedMedium;
            font-size: 2.6vw;
            line-height: 2.6vw;
            color: var(--main-color-white);
            margin-bottom: 40px;
        }
        .estettalab_mediablock_right > div:nth-of-type(2){
            font-family: DINPro;
            font-size: 1.25vw;
            color: var(--main-color-white);
        }

.estetta_page_simpletext{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 60px);
    padding: 40px 30px;
    background-color: var(--secondary-color-gray5);
    font-size: 1.25vw;
}

.estetta_page_header{
    position: relative;
}
    .estetta_page_header img{
        width: 100%;
        height: auto;
        margin-bottom: -3px;
    }
        .estetta_page_header img.estetta_page_header_bg{

        }
    .estetta_page_header__wrap{
        position: absolute;
        top: 0px; left: 0px;

        width: calc(100% - 60px); height: calc(100% - 60px);
        padding: 30px;

        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
        .estetta_page_header__wrap .estetta_page_header__logo{
            width: 25vw;
        }
        .estetta_page_header__wrap .estetta_page_header__text{

        }
            .estetta_page_header__wrap .estetta_page_header__text > div:first-of-type{
                font-size: 6.67vw;
                color: var(--main-color-white);
                font-family: DINProCondensed;
                font-weight: 600;
            }
            .estetta_page_header__wrap .estetta_page_header__text > div:last-of-type{
                font-size: 2.39vw;
                color: var(--main-color-white);
            }
.estetta_service_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
    .estetta_service_wrap_left{
        width: calc(30% - 40px);
        padding: 20px 30px;

        background-color: var(--main-color-gray);
        color: var(--main-color-white);
    }
        .estetta_service_wrap_left > div{
            display: flex;
            flex-direction: column;

            margin: 20px 0;
        }
            .estetta_service_wrap_left > div:not(:nth-of-type(1)){
                margin: 40px 0;
            }
            .estetta_service_wrap_left > div:nth-of-type(1) span:nth-of-type(1){
                font-family: AeroportBold;
                font-size: 3.33vw;
                text-transform: uppercase;
            }
            .estetta_service_wrap_left > div:not(:nth-of-type(1)) span:nth-of-type(1){
                font-family: DINProMedium;
                font-size: 3.33vw;
                text-transform: uppercase;
            }
            .estetta_service_wrap_left > div span:nth-of-type(2){
                font-family: DINPro;
                font-size: 1.25vw;
            }
    .estetta_service_wrap_right{
        width: calc(70% - 160px);
        padding: 60px 80px;
    }
.estetta_service_bottom{
    display: flex;
    justify-content: center;

    width: 100%;
    padding: 40px 0;
}

.main_promo_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    width: calc(100% - 80px);
    min-height: calc(100vh - 100px);
    padding: 40px;
}
    .main_promo_block_left{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;

        width: calc(80% - 20px);
    }
        .main_promo_block_left_line1{
            font-family: BebasNeue;
            font-size: 8vw;
            color: var(--secondary-color-gray3);
            text-align: right;

            width: 100%;
        }
        .main_promo_block_left_line2{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: flex-start;

            width: 100%;

            text-align: right;
        }
            .main_promo_block_left_line2_col1{
                text-align: right;
            }
                .main_promo_block_left_line2_col1 div:first-of-type{
                    font-family: BebasNeue;
                    font-size: 2.5vw;
                    line-height: 2.5vw;
                    color: var(--main-color-gray);
                    text-transform: uppercase;
                }
                .main_promo_block_left_line2_col1 div:nth-of-type(2){
                    font-family: DINProCondensed;
                    font-size: 1.25vw;
                    color: var(--main-color-dark);
                }
            .main_promo_block_left_line2_col2{
                font-family: BebasNeue;
                font-weight: bold;
                font-size: 10.5vw;
                line-height: 8.5vw;
                color: var(--secondary-color-gray2);
                text-transform: uppercase;

                margin-left: 20px;
            }
        .main_promo_block_left_line3{
            font-family: BebasNeue;
            font-weight: bold;
            font-size: 17.4vw;
            line-height: 13.02vw;
            color: var(--secondary-color-gray2);
            text-transform: uppercase;
            text-align: right;

            width: 100%;
        }
    .main_promo_block_right{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;

        width: calc(20% - 20px);
    }
        .main_promo_block_right>div:not(:last-of-type){
            margin-bottom: 20px;
        }

.main_services{
    width: calc(100% - 15vw);
    height: auto;
    min-height: 500px;
    padding: 7.5vw;

    background: url("/local/templates/estetta_main/images/img/main_services_bg.jpg") left top/100% no-repeat;
}

.main_projects_sections{
    width: 100%;
    margin-top: 60px;
}

.main_footer_dna{
    position: relative;
    width: 100%;

    margin-top: 5.2vw;
    margin-bottom: -4px;
}
    .main_footer_dna img{
        width: 100%;
    }
    .main_footer_dna__TITLE{
        position: absolute;
        top: 3.65vw;
        left: 0px;
        width: calc(100% - 21.8vw);

        font-family: DINProCondensedBold;
        font-size: 4vw;
        color: var(--main-color-white);
        text-align: center;
    }
    .main_footer_dna__SUBTITLE{
        position: absolute;
        top: 9vw;
        left: 10.42vw;
        width: calc(100% - 10.42vw);

        font-family: DINProCondensed;
        font-size: 2.5vw;
        color: var(--main-color-white);
        text-align: center;
    }
    .main_footer_dna__button{
        position: absolute;
        bottom: 2.6vw;
        left: 10.42vw;
    }

/* /-/-/ */


/* Формы и поля */

/* /-/-/ */

@media screen and (min-width: 1281px) {
    .hide-large{
        display: none;
    }

    .show-small{
        display: none;
    }
}

@media screen and (min-width: 950px) and (max-width: 1280px) {
    .hide-medium{
        display: none;
    }

    .show-small{
        display: none;
    }

    .header{
        height: 65px;
    }
        .header_logo{
            padding: 0 20px;
        }
        .header_info{

        }
}

@media screen and (max-width: 949px) {
    .hide-small{
        display: none;
    }

    button.main_btn_gray{
        padding: 2.75vw 5.25vw;

        font-size: 6.93vw;
    }

    .header_panel{
        height: 65px;
    }
        .header_logo{
            width: calc(180px - 60px);
            min-width: calc(180px - 60px);
            padding: 0 20px;
        }

        .header_burger_menu_btn{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 65px;
            height: 65px;
        }
            .header_burger_menu_btn img{
                width: 35%;
            }

    .main_wrap_content{
        padding-top: 65px;
    }

    .estetta_page_header{

    }
        .estetta_page_header img.estetta_page_header_bg{
            width: 300%;
            margin-left: -140%;
        }
        .estetta_page_header__wrap{
            background: var(--main-color-dark25);
        }
            .estetta_page_header__wrap .estetta_page_header__logo{
                width: 60vw;
            }
            .estetta_page_header__wrap .estetta_page_header__text{

            }
            .estetta_page_header__wrap .estetta_page_header__text > div:first-of-type{
                font-size: 16.25vw;
            }
            .estetta_page_header__wrap .estetta_page_header__text > div:last-of-type{
                font-size: 6vw;
            }

    .estetta_page_simpletext{
        font-size: 3.54vw;
    }

    .footer{
        flex-direction: column;

        font-size: 20px;
    }
        .footer_logo{
            width: 100%;
        }
            .footer_logo > img{
                width: 30vw;
            }
        .footer_contacts{
            width: 100%;
            margin: 40px 0;
        }
        .footer_info{
            width: 100%;
        }
            .footer_info_social{

            }
                .footer_info_social img{
                    width: 7vw;
                }

    .form-side-header_title{
        font-size: 6vw;
    }

    /* - fields - */
    .field > label:not(.checkbox-label) {
        font-size: 3vw;
        margin-bottom: 4px;
    }
    .field input[type=text],
    .field input[type=password],
    .field input[type=number],
    .field input[type=date],
    .field input[type=time],
    .field select,
    .field textarea {
        padding: 5px 0;
        margin-bottom: 20px;

        font-size: 3.5vw;
    }
    input[type=submit].main-button{
        padding: 1.5vw 5vw;

        font-size: 5vw;
    }
    /* - fields - */

    .mosaicblock{
        flex-wrap: wrap;
    }
        .mosaicblock_left{
            width: 100%;
            height: 59.5vw;
        }
        .mosaicblock_right{
            width: 100%;
        }
            .mosaicblock_right_el{
                height: calc(50vw - 40px);
                font-size: 5.4vw;
            }
    .estettalab_header{
        flex-wrap: wrap;
    }
        .estettalab_header_left{
            width: 100%;
            height: 59.5vw;
        }
        .estettalab_header_right{
            width: 100%;
        }
        .estettalab_header_right > div{
            display: flex;
            height: calc(50vw - 40px);
        }
            .estettalab_header_right_firstblock{
                width: calc(100% - 40px);
                font-size: 5.4vw;
            }
            .estettalab_header_right_secondblock{
                width: calc(50% - 40px);
            }
                .estettalab_header_right_secondblock > div:nth-of-type(1){
                    font-size: 5.4vw;
                }
                .estettalab_header_right_secondblock > div:nth-of-type(2){
                    font-size: 3.2vw;
                }
            .estettalab_header_right_thirdblock{
                width: calc(50% - 40px);
                font-size: 3.2vw;
            }

    .main_promo_block{
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
        .main_promo_block_left{
            width: 100%;
        }
            .main_promo_block_left_line1{
                font-size: 12vw;
                line-height: 14vw;
            }
            .main_promo_block_left_line2{

            }
                .main_promo_block_left_line2_col1{
                    width: 60%;
                }
                    .main_promo_block_partners_small{
                        margin-top: 20px;
                    }
                        .main_promo_block_partners_small .iblock_sections_list__TITLE{
                            line-height: auto;
                        }
                    .main_promo_block_left_line2_col1 div:first-of-type{
                        font-size: 5vw;
                        line-height: 5vw;
                    }
                    .main_promo_block_left_line2_col1 div:nth-of-type(2){
                        font-size: 3.5vw;
                    }
                .main_promo_block_left_line2_col2{
                    font-size: 16vw;
                    line-height: 12vw;
                }
            .main_promo_block_left_line3{
                font-size: 26vw;
                line-height: 30vw;
            }
        .main_promo_block_right{
            margin-left: 20px;
            width: calc(40% - 20px);
        }

    .main_services{
        min-height: calc(400px - 30vw);
        padding: 15vw 7.5vw;
        background: url("/local/templates/estetta_main/images/img/main_services_bg.jpg") left top/230% no-repeat;
    }

    .main_projects_sections{
        width: 100%;
        margin-top: 20px;
    }

    .main_footer_dna{
        display: flex;
        justify-content: center;
    }
        .main_footer_dna img{
            height: 100vw;
            width: auto;
        }
        .main_footer_dna__TITLE{
            top: 6.65vw;
            width: calc(100% - 21.8vw);

            font-size: 8vw;
        }
        .main_footer_dna__SUBTITLE{
            top: 18vw;
            left: 25.42vw;
            width: calc(100% - 25.42vw);

            font-size: 4vw;
        }
        .main_footer_dna__button{
            bottom: 8.6vw;
            left: 24.42vw;
        }

    .estettalab_concept{
        flex-wrap: wrap;

        width: calc(100% - 40px);
        padding: 40px 20px;
    }
        .estettalab_concept > div:nth-of-type(1){
            width: 100%;

            font-family: DINProCondensedBold;
            font-size: 15vw;
            line-height: 14vw;
            color: var(--secondary-color-gray4);
        }
        .estettalab_concept > div:nth-of-type(2){
            width: 100%;
            margin-top: 20px;
            padding-right: 5vw;
            padding-left: 5vw;

            font-size: 3.5vw;
        }

    .estettalab_mediablock{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        width: 100%;
    }
        .estettalab_mediablock_left{
            width: 100%;
            height: auto;
            margin-bottom: -3px;
        }
            .estettalab_mediablock_left img{
                width: 100%;
                height: auto;
            }
        .estettalab_mediablock_right{
            width: 100%;
            padding: 20px;
            height: auto;
            background: var(--main-color-dark);
        }
            .estettalab_mediablock_right > div:nth-of-type(1){
                font-size: 5.6vw;
                line-height: 5.6vw;
                color: var(--main-color-white);
                margin-bottom: 20px;
            }
            .estettalab_mediablock_right > div:nth-of-type(2){
                font-family: DINPro;
                font-size: 3vw;
                color: var(--main-color-white);
            }

.estetta_service_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
    .estetta_service_wrap_left{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        width: calc(100% - 40px);
        padding: 20px 30px;

        background-color: var(--main-color-gray);
        color: var(--main-color-white);
    }
        .estetta_service_wrap_left > div{
            display: flex;
            flex-direction: column;

            width: 100%;
            margin: 10px 0;
        }
            .estetta_service_wrap_left > div:not(:nth-of-type(1)){
                width: calc(33% - 10px);
                margin: 20px 10px 20px 0;
            }
                .estetta_service_wrap_left > div:nth-of-type(1) span:nth-of-type(1){
                    font-family: AeroportBold;
                    font-size: 7vw;
                    text-transform: uppercase;
                }
                .estetta_service_wrap_left > div:not(:nth-of-type(1)) span:nth-of-type(1){
                    font-family: DINProMedium;
                    font-size: 8vw;
                    text-transform: uppercase;
                }
                .estetta_service_wrap_left > div span:nth-of-type(2){
                    font-family: DINPro;
                    font-size: 3.25vw;
                }
    .estetta_service_wrap_right{
        width: calc(100% - 160px);
        padding: 40px 40px;
    }

    /* - /about/ - */
    .estetta_about_secondline{
        flex-wrap: wrap;

        width: calc(100% - 40px);
        padding: 40px 20px;
    }
        .estetta_about_secondline > div:nth-of-type(1){
            display: flex;
            flex-direction: column;
            width: 100%;
        }
            .estetta_about_secondline > div:nth-of-type(1) > span:nth-of-type(1){
                font-size: 10vw;
                line-height: 13vw;
            }
            .estetta_about_secondline > div:nth-of-type(1) > span:nth-of-type(2){
                font-size: 3vw;
            }
        .estetta_about_secondline > div:nth-of-type(2){
            width: 100%;
            margin-top: 40px;

            font-size: 4vw;
        }
    .estetta_about_thirdline{
        width: 100%;
        padding: 50px 0 0 0;
    }
        .estetta_about_thirdline > div:nth-of-type(1){
            font-size: 8vw;

            width: calc(100% - 40px);
            padding: 0 20px 20px 20px;
        }
        .estetta_about_thirdline > div:nth-of-type(2){
            font-size: 3.5vw;

            width: calc(100% - 40px);
        }
    .estetta_about_projects{
        flex-wrap: wrap;
    }
        .estetta_about_projects > div:nth-of-type(1){
            width: 100%;
            height: auto;
        }
            .estetta_about_projects > div:nth-of-type(1) img{
                width: 100%;
                height: auto;
                margin-bottom: -3px;
            }
        .estetta_about_projects > div:nth-of-type(2){
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;

            width: calc(100% - 60px);
            height: auto;
            padding: 150px 30px;

            background-color: var(--main-color-dark);
        }
    .estetta_about_workstate{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;

        width: 100%;
        margin: 0;
    }
        .estetta_about_workstate_left{
            width: calc(100% - 60px);
            padding: 70px 30px;
        }
        .estetta_about_workstate_right{
            width: 100%;
            padding: 0px;
        }
            .estetta_about_workstate_right img{
                width: 100%;
                height: auto;
            }
    /* - /about/ - */

    /* - /projects/  - */
    .estetta_projects_header_info{
        top: 4vw;
        width: calc(70% - 8vw);
        padding: 3.125vw 4vw;
    }
        .estetta_projects_header_info > span:nth-of-type(1){
            font-size: 5vw;

            margin-bottom: 5px;
        }
        .estetta_projects_header_info > span:nth-of-type(2){
            font-size: 2.5vw;
        }
    /* - /projects/  - */

    /* - /contacts/ - */
    .estetta_contacts_title{
        display: flex;
        justify-content: center;
        align-items: center;

        font-family: Aeroport;
        font-size: 5vw;
        text-transform: uppercase;

        margin: 6vw 0;
    }
    .estetta_contacts_block{
        flex-wrap: wrap;
    }
        .estetta_contacts_block_left{
            width: calc(100% - 60px);
            padding: 20px 20px 20px 20px;
        }
            .estetta_contacts_block_left_city{
                font-family: Aeroport;
                font-size: 5vw;
                text-transform: uppercase;

                margin-bottom: 10px;
            }
            .estetta_contacts_block_left_contacts{
                font-family: DINPro;
                font-size: 4vw;

                margin-bottom: 40px;
            }
            .estetta_contacts_block_left_form{

            }
                .estetta_contacts_block_left_form > span{
                    font-family: Aeroport;
                    font-size: 5vw;
                    text-transform: uppercase;
                }
                .estetta_contacts_block_left_form form{
                    margin: 20px 0 0 0;
                }
        .estetta_contacts_block_right{
            display: flex;
            justify-content: center;

            width: calc(100%);
        }
            .estetta_contacts_block_right > img{
                width: 150%;
            }
    /* - /contacts/ - */

}

/*@media screen and (min-width: 1920px){

    .header_panel{
        height: calc(var(--main-maxwidth) * 0.049);
    }
    .header_logo{
        width: calc((var(--main-maxwidth)*0.125) - 60px);
        min-width: calc((var(--main-maxwidth)*0.125) - 60px);
    }

    .header_info{
        font-size: calc(var(--main-maxwidth) * 0.0125);
    }

    .footer{
        font-size: 24px;
    }

    .mosaicblock_left{
        height: calc(var(--main-maxwidth) * 0.37);
    }
    .mosaicblock_right_el{
        height: calc((var(--main-maxwidth)*0.185) - 40px);
        font-size: calc(var(--main-maxwidth) * 0.024);
    }
    /* /-/-/ */

}*/
/* End */
/* /local/templates/estetta_main/vendors/normalize.css?16964239466138 */
/* /local/templates/estetta_main/components/bitrix/menu/horizontal_estetta/style.css?17309859416379 */
/* /local/templates/estetta_main/components/bitrix/menu/footer/style.css?1727369971683 */
/* /local/templates/estetta_main/components/bitrix/form.result.new/project_order/style.css?1733770351146 */
/* /local/templates/estetta_main/components/bitrix/menu/left/style.css?17277888812734 */
/* /local/templates/estetta_main/template_styles.css?175448125563449 */
