

/* Start:/local/js/disAjax/styles.css?1764141745466*/
body div#disAjax_indicator {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}
body div#disAjax_indicator div {
	position: absolute;
	background: url("/local/js/disAjax/images/loader.svg") center center rgba(255, 255, 255, 0.9) no-repeat;
	background-size: 110px;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -55px;
	height: 110px;
	width: 110px;
}
body.loading div#disAjax_indicator {
	display: block;
}
/* End */


/* Start:/local/js/disMsg/styles.css?17641417451196*/
.disMsg {
	display: none;
	z-index: 999998;
	position: fixed;
	background-color: #323232;
	color: #fff;
	border-radius: 2px;
	max-width: calc(100vw - 10px);
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
	-moz-transition: transform 0.3s ease, opacity 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}
.disMsg:hover {
	z-index: 999999;
}
.disMsg__inner {
	padding: 25px 30px 25px 25px;
	line-height: 1.4;
}
.disMsg__close {
	position: absolute;
	top: -5px;
	right: -6px;
	padding: 5px;
	cursor: pointer;
}
.disMsg__close:after {
	display: block;
	text-align: center;
	content: "×";
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.disMsg.v--blue {
	background-color: #356ccc;
}
.disMsg.v--green,
.disMsg.v--true {
	background-color: #32a14a;
}
.disMsg.v--red,
.disMsg.v--false {
	background-color: #F21E16;
}
.disMsg a {
	color: #fff;
	border-bottom: 1px dotted;
}
.disMsg p {
	padding-bottom: 10px;
}
/* End */


/* Start:/local/templates/main2024/css/normalize.css?17641417457023*/
html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd,
small, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

button {
  background-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

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

/*! 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 */
  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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  font-family: inherit; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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] {
  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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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] {
  outline-offset: -2px; /* 2 */
  appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  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 {
  font: inherit; /* 2 */
  appearance: button; /* 1 */
}

/* 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/main2024/libs/jquery-ui.min.css?176414174517760*/
/*! jQuery UI - v1.13.1 - 2022-02-08
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/main2024/libs/images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/local/templates/main2024/libs/priority-nav/priority-nav-core.css?1764141745914*/
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav > ul {
  display: inline-block;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

/* End */


/* Start:/local/templates/main2024/libs/flickity/flickity.css?17641417452602*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
    position: absolute;
    left: 0;
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
//background: hsl(0 0% 100% / 75%);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-rtl .flickity-page-dot {
    text-indent: 9999px;
}

.flickity-page-dot:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
//background: hsl(0 0% 20% / 100%);
}

/* End */


/* Start:/local/templates/main2024/libs/air-datepicker/css/datepicker.css?176414174520693*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* End */


/* Start:/local/templates/main2024/libs/twentytwenty/twentytwenty.css?17641417456537*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/local/templates/main2024/libs/devices.css?176414174528417*/
/*! Devices.css v0.1.16 | MIT License | github.com/picturepan2/devices.css */
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
    box-sizing: border-box;
    display: block;
}

.device {
    position: relative;
    transform: scale(1);
    z-index: 1;
}

.device .device-frame {
    z-index: 1;
}

.device .device-content {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

.device-iphone-x {
    height: 868px;
    width: 428px;
}

.device-iphone-x .device-frame {
    background: #222;
    border-radius: 68px;
    box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
    height: 868px;
    padding: 28px;
    width: 428px;
}

.device-iphone-x .device-content {
    border-radius: 40px;
    height: 812px;
    width: 375px;
}

.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
    border: solid rgba(51, 51, 51, .25);
    border-width: 0 7px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.device-iphone-x .device-stripe::after {
    top: 85px;
}

.device-iphone-x .device-stripe::before {
    bottom: 85px;
}

.device-iphone-x .device-header {
    background: #222;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 30px;
    left: 50%;
    margin-left: -102px;
    position: absolute;
    top: 28px;
    width: 204px;
}

.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    width: 10px;
}

.device-iphone-x .device-header::after {
    background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
    left: -10px;
}

.device-iphone-x .device-header::before {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
    right: -10px;
}

.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
    content: "";
    position: absolute;
}

.device-iphone-x .device-sensors::after {
    background: #444;
    border-radius: 3px;
    height: 6px;
    left: 50%;
    margin-left: -25px;
    top: 32px;
    width: 50px;
}

.device-iphone-x .device-sensors::before {
    background: #444;
    border-radius: 50%;
    height: 14px;
    left: 50%;
    margin-left: 40px;
    top: 28px;
    width: 14px;
}

.device-iphone-x .device-btns {
    background: #c8cacb;
    height: 32px;
    left: -3px;
    position: absolute;
    top: 115px;
    width: 3px;
}

.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
    background: #c8cacb;
    content: "";
    height: 62px;
    left: 0;
    position: absolute;
    width: 3px;
}

.device-iphone-x .device-btns::after {
    top: 60px;
}

.device-iphone-x .device-btns::before {
    top: 140px;
}

.device-iphone-x .device-power {
    background: #c8cacb;
    height: 100px;
    position: absolute;
    right: -3px;
    top: 200px;
    width: 3px;
}

.device-iphone-8 {
    height: 871px;
    width: 419px;
}

.device-iphone-8 .device-frame {
    background: #fff;
    border-radius: 68px;
    box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
    height: 871px;
    padding: 102px 22px;
    width: 419px;
}

.device-iphone-8 .device-content {
    border: 2px solid #222;
    border-radius: 4px;
    height: 667px;
    width: 375px;
}

.device-iphone-8 .device-stripe::after,
.device-iphone-8 .device-stripe::before {
    border: solid rgba(51, 51, 51, .15);
    border-width: 0 7px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.device-iphone-8 .device-stripe::after {
    top: 68px;
}

.device-iphone-8 .device-stripe::before {
    bottom: 68px;
}

.device-iphone-8 .device-header {
    border: 2px solid #c8cacb;
    border-radius: 50%;
    bottom: 25px;
    height: 58px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 58px;
}

.device-iphone-8 .device-sensors {
    background: #666;
    border-radius: 3px;
    height: 6px;
    left: 50%;
    margin-left: -38px;
    position: absolute;
    top: 52px;
    width: 76px;
}

.device-iphone-8 .device-sensors::after,
.device-iphone-8 .device-sensors::before {
    background: #666;
    border-radius: 50%;
    content: "";
    position: absolute;
}

.device-iphone-8 .device-sensors::after {
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: -25px;
    width: 10px;
}

.device-iphone-8 .device-sensors::before {
    height: 12px;
    left: -42px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
}

.device-iphone-8 .device-btns {
    background: #c8cacb;
    height: 30px;
    left: -3px;
    position: absolute;
    top: 102px;
    width: 3px;
}

.device-iphone-8 .device-btns::after,
.device-iphone-8 .device-btns::before {
    background: #c8cacb;
    content: "";
    height: 56px;
    left: 0;
    position: absolute;
    width: 3px;
}

.device-iphone-8 .device-btns::after {
    top: 62px;
}

.device-iphone-8 .device-btns::before {
    top: 132px;
}

.device-iphone-8 .device-power {
    background: #c8cacb;
    height: 80px;
    position: absolute;
    right: -2px;
    top: 160px;
    width: 3px;
}

.device-iphone-8.device-gold .device-frame {
    box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 7px #f7e8dd;
}

.device-iphone-8.device-gold .device-header {
    border-color: #e4b08a;
}

.device-iphone-8.device-gold .device-btns,
.device-iphone-8.device-gold .device-btns::after,
.device-iphone-8.device-gold .device-btns::before {
    background: #e4b08a;
}

.device-iphone-8.device-gold .device-power {
    background: #e4b08a;
}

.device-iphone-8.device-spacegray .device-frame {
    background: #222;
    box-shadow: inset 0 0 0 2px #74747a, inset 0 0 0 7px #9b9ba0;
}

.device-iphone-8.device-spacegray .device-stripe::after,
.device-iphone-8.device-spacegray .device-stripe::before {
    border-color: rgba(204, 204, 204, .35);
}

.device-iphone-8.device-spacegray .device-btns,
.device-iphone-8.device-spacegray .device-btns::after,
.device-iphone-8.device-spacegray .device-btns::before {
    background: #74747a;
}

.device-google-pixel-2-xl {
    height: 832px;
    width: 404px;
}

.device-google-pixel-2-xl .device-frame {
    background: #121212;
    border-radius: 36px;
    box-shadow: inset 0 0 0 2px #cfcfcf, inset 0 0 0 7px #9c9c9c;
    height: 832px;
    padding: 56px 22px;
    width: 404px;
}

.device-google-pixel-2-xl .device-content {
    border-radius: 27px;
    height: 720px;
    width: 360px;
}

.device-google-pixel-2-xl .device-header {
    height: 832px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 0;
    width: 300px;
}

.device-google-pixel-2-xl .device-header::after,
.device-google-pixel-2-xl .device-header::before {
    background: #333;
    border-radius: 3px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -73px;
    margin-top: -3px;
    position: absolute;
    width: 146px;
}

.device-google-pixel-2-xl .device-header::after {
    top: 24px;
}

.device-google-pixel-2-xl .device-header::before {
    bottom: 28px;
}

.device-google-pixel-2-xl .device-sensors {
    background: #333;
    border-radius: 7px;
    height: 14px;
    left: 54px;
    margin-top: -7px;
    position: absolute;
    top: 36px;
    width: 14px;
}

.device-google-pixel-2-xl .device-btns {
    background: #cfcfcf;
    height: 102px;
    position: absolute;
    right: -3px;
    top: 306px;
    width: 3px;
}

.device-google-pixel-2-xl .device-power {
    background: #cfcfcf;
    height: 58px;
    position: absolute;
    right: -3px;
    top: 194px;
    width: 3px;
}

.device-google-pixel {
    height: 744px;
    width: 360px;
}

.device-google-pixel .device-frame {
    background: #f7f7f8;
    border-radius: 54px;
    box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4, inset 0 0 0 10px white;
    height: 744px;
    padding: 82px 18px 86px 18px;
    width: 360px;
}

.device-google-pixel .device-content {
    border: 2px solid #222;
    border-radius: 2px;
    height: 576px;
    width: 324px;
}

.device-google-pixel .device-stripe {
    border-top: 6px solid rgba(51, 51, 51, .15);
    bottom: 0;
    left: 254px;
    position: absolute;
    top: 0;
    width: 8px;
}

.device-google-pixel .device-stripe::after,
.device-google-pixel .device-stripe::before {
    border: solid rgba(51, 51, 51, .15);
    border-width: 0 6px;
    content: "";
    height: 10px;
    left: -254px;
    position: absolute;
    width: 360px;
    z-index: 9;
}

.device-google-pixel .device-stripe::after {
    top: 60px;
}

.device-google-pixel .device-stripe::before {
    bottom: 46px;
}

.device-google-pixel .device-sensors {
    background: #ddd;
    border-radius: 2.5px;
    height: 5px;
    left: 50%;
    margin-left: -39px;
    margin-top: -2.5px;
    position: absolute;
    top: 41px;
    width: 78px;
}

.device-google-pixel .device-sensors::after,
.device-google-pixel .device-sensors::before {
    background: #333;
    border-radius: 6px;
    content: "";
    position: absolute;
}

.device-google-pixel .device-sensors::after {
    height: 12px;
    left: 50%;
    margin-left: -14px;
    top: 21.5px;
    width: 28px;
}

.device-google-pixel .device-sensors::before {
    height: 10px;
    left: -81px;
    margin-top: -5px;
    top: 50%;
    width: 10px;
}

.device-google-pixel .device-btns {
    background: #c8cacb;
    height: 102px;
    position: absolute;
    right: -2px;
    top: 298px;
    width: 3px;
}

.device-google-pixel .device-power {
    background: #c8cacb;
    height: 50px;
    position: absolute;
    right: -2px;
    top: 184px;
    width: 3px;
}

.device-google-pixel.device-black .device-frame {
    background: #211d1c;
    box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967, inset 0 0 0 10px #3d3533;
}

.device-google-pixel.device-black .device-stripe,
.device-google-pixel.device-black .device-stripe::after,
.device-google-pixel.device-black .device-stripe::before {
    border-color: rgba(13, 13, 13, .35);
}

.device-google-pixel.device-black .device-sensors {
    background: #444;
}

.device-google-pixel.device-black .device-sensors::after {
    background: #0d0d0d;
}

.device-google-pixel.device-black .device-btns,
.device-google-pixel.device-black .device-btns::after,
.device-google-pixel.device-black .device-btns::before {
    background: #363635;
}

.device-google-pixel.device-black .device-power {
    background: #363635;
}

.device-google-pixel.device-blue .device-frame {
    box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff, inset 0 0 0 10px white;
}

.device-google-pixel.device-blue .device-btns,
.device-google-pixel.device-blue .device-btns::after,
.device-google-pixel.device-blue .device-btns::before {
    background: #2a5aff;
}

.device-google-pixel.device-blue .device-power {
    background: #2a5aff;
}

.device-galaxy-s8 {
    /*height: 828px;*/
    /*width: 380px;*/
}

.device-galaxy-s8 .device-frame {
    background: #222;
    border: solid #cfcfcf;
    border-radius: 30px;
    border-width: 5px 0;
    box-shadow: inset 0 0 0 2px #9c9c9c;
    /*height: 828px;*/
    padding: 28px 10px 20px 10px;
    /*width: 380px;*/
}

.device-galaxy-s8 .device-content {
    border: 2px solid #222;
    border-radius: 34px;
    /*height: 740px;*/
    /*width: 360px;*/
    width: calc(~'100% - 20px');
}

.device-galaxy-s8 .device-stripe::after,
.device-galaxy-s8 .device-stripe::before {
    border: solid rgba(51, 51, 51, .15);
    border-width: 3px 0;
    content: "";
    /*height: 828px;*/
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 9;
}

.device-galaxy-s8 .device-stripe::after {
    left: 35px;
}

.device-galaxy-s8 .device-stripe::before {
    right: 35px;
}

.device-galaxy-s8 .device-sensors {
    background: #666;
    border-radius: 3px;
    height: 3px;
    left: 50%;
    margin-left: -14px;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    width: 28px;
}

.device-galaxy-s8 .device-sensors::after,
.device-galaxy-s8 .device-sensors::before {
    background: #666;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
}

.device-galaxy-s8 .device-sensors::after {
    box-shadow: -115px 0 #333, -103px 0 #333, -142px 0 #333;
    height: 4px;
    margin-top: -4px;
    right: -54px;
    width: 4px;
}

.device-galaxy-s8 .device-sensors::before {
    box-shadow: 110px 0 #666;
    height: 8px;
    left: -53px;
    margin-top: -6px;
    width: 8px;
}

.device-galaxy-s8 .device-btns {
    background: #9c9c9c;
    border-radius: 3px 0 0 3px;
    height: 70px;
    left: -2px;
    position: absolute;
    top: 85px;
    width: 2px;
}

.device-galaxy-s8 .device-btns::after {
    background: #9c9c9c;
    border-radius: 3px 0 0 3px;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 97px;
    width: 2px;
}

.device-galaxy-s8 .device-power {
    background: #9c9c9c;
    border-radius: 0 3px 3px 0;
    height: 33px;
    position: absolute;
    right: -2px;
    top: 153px;
    width: 2px;
}

.device-galaxy-s8.device-blue .device-frame {
    border-color: #444;
    box-shadow: inset 0 0 0 1px #444;
}

.device-galaxy-s8.device-blue .device-stripe::after,
.device-galaxy-s8.device-blue .device-stripe::before {
    border-color: rgba(255, 255, 255, .35);
}

.device-galaxy-s8.device-blue .device-btns,
.device-galaxy-s8.device-blue .device-btns::after {
    background: #444;
}

.device-galaxy-s8.device-blue .device-power {
    background: #444;
}

.device-ipad-pro {
    height: 804px;
    width: 560px;
}

.device-ipad-pro .device-frame {
    background: #fff;
    border-radius: 38px;
    box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4;
    height: 804px;
    padding: 62px 25px;
    width: 560px;
}

.device-ipad-pro .device-content {
    border: 2px solid #222;
    border-radius: 2px;
    height: 680px;
    width: 510px;
}

.device-ipad-pro .device-header {
    border: 2px solid #c8cacb;
    border-radius: 50%;
    bottom: 17px;
    height: 34px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    width: 34px;
}

.device-ipad-pro .device-sensors {
    background: #666;
    border-radius: 50%;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 34px;
    width: 10px;
}

.device-ipad-pro.device-gold .device-frame {
    box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd;
}

.device-ipad-pro.device-gold .device-header {
    border-color: #e4b08a;
}

.device-ipad-pro.device-rosegold .device-frame {
    box-shadow: inset 0 0 0 2px #f6a69a, inset 0 0 0 6px #facfc9;
}

.device-ipad-pro.device-rosegold .device-header {
    border-color: #f6a69a;
}

.device-ipad-pro.device-spacegray .device-frame {
    background: #222;
    box-shadow: inset 0 0 0 2px #818187, inset 0 0 0 6px #9b9ba0;
}

.device-ipad-pro.device-spacegray .device-header {
    border-color: #818187;
}

.device-surface-pro {
    /*height: 394px;*/
    /*width: 561px;*/
}

.device-surface-pro .device-frame {
    background: #0d0d0d;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #c8c8c8;
    /*height: 394px;*/
    margin: 0 auto;
    padding: 16px 14px;
    /*width: 561px;*/

}
@media (min-width: 768px) {
    .device-surface-pro .device-frame {
        padding: 26px 24px;
    }
}

.device-surface-pro .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    /*height: 342px;*/
    /*width: 513px;*/
    width: calc(~'100% - 48px');
}

.device-surface-pro .device-btns::after,
.device-surface-pro .device-btns::before {
    background: #c8c8c8;
    content: "";
    height: 2px;
    position: absolute;
    top: -2px;
}

.device-surface-pro .device-btns::after {
    left: 122px;
    width: 20px;
}

.device-surface-pro .device-btns::before {
    left: 168px;
    width: 44px;
}

.device-surface-pro .device-sensors {
    background: #333;
    border-radius: 50%;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 14px;
    width: 6px;
}

.device-surface-book {
    /*height: 424px;*/
    /*width: 728px;*/
    width: 100%;
}

.device-surface-book .device-frame {
    background: #0d0d0d;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2px #c8c8c8;
    /*height: 408px;*/
    margin: 0 auto;
    padding: 14px 12px;
    position: relative;
    /*width: 584px;*/
    width: calc(~'100% - 144px');
}
@media (min-width: 768px) {
    .device-surface-book .device-frame {
        padding: 24px 22px;
    }
}


.device-surface-book .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    /*height: 360px;*/
    /*width: 540px;*/
    width: calc(~'100% - 188px');
}

.device-surface-book .device-btns::after,
.device-surface-book .device-btns::before {
    background: #c8c8c8;
    content: "";
    height: 2px;
    position: absolute;
    top: -2px;
}

.device-surface-book .device-btns::after {
    left: 122px;
    width: 20px;
}

.device-surface-book .device-btns::before {
    left: 168px;
    width: 44px;
}

.device-surface-book .device-power {
    background: linear-gradient(to bottom, #eee, #c8c8c8);
    border: solid #c8c8c8;
    border-radius: 2px;
    border-width: 0 2px;
    height: 12px;
    margin-top: 4px;
    position: relative;
    /*width: 728px;*/
    width: 100%;
}

.device-surface-book .device-power::after,
.device-surface-book .device-power::before {
    content: "";
    position: absolute;
}

.device-surface-book .device-power::after {
    background: radial-gradient(circle at center, #eee 0, #eee 95%, #a2a1a1 100%);
    border-radius: 0 0 6px 6px;
    height: 8px;
    left: 50%;
    margin-left: -125px;
    top: 0;
    width: 250px;
    z-index: 1;
}

.device-surface-book .device-power::before {
    background: linear-gradient(to bottom, #eee, #c8c8c8);
    border-radius: 2px 2px 0 0;
    bottom: 12px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 584px;*/
    width: calc(~'100% - 144px');
}

.device-macbook-pro {
    height: 444px;
    width: 740px;
}

.device-macbook-pro .device-frame {
    background: #0d0d0d;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #c8cacb;
    height: 428px;
    margin: 0 auto;
    padding: 29px 19px 39px 19px;
    position: relative;
    width: 614px;
}

.device-macbook-pro .device-frame::after {
    background: #272626;
    border-radius: 0 0 20px 20px;
    bottom: 2px;
    content: "";
    height: 26px;
    left: 2px;
    position: absolute;
    width: 610px;
}

.device-macbook-pro .device-frame::before {
    bottom: 10px;
    color: #c8cacb;
    content: "MacBook Pro";
    font-size: 12px;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1;
}

.device-macbook-pro .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    height: 360px;
    width: 576px;
}

.device-macbook-pro .device-power {
    background: #e2e3e4;
    border: solid #d5d6d8;
    border-radius: 2px 2px 0 0;
    border-width: 2px 4px 0 4px;
    height: 14px;
    margin-top: -10px;
    position: relative;
    width: 740px;
    z-index: 9;
}

.device-macbook-pro .device-power::after,
.device-macbook-pro .device-power::before {
    content: "";
    position: absolute;
}

.device-macbook-pro .device-power::after {
    background: #d5d6d8;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0 0 4px 2px #babdbf;
    height: 10px;
    left: 50%;
    margin-left: -60px;
    top: -2px;
    width: 120px;
}

.device-macbook-pro .device-power::before {
    background: #a0a3a7;
    border-radius: 0 0 180px 180px/ 0 0 12px 12px;
    box-shadow: inset 0 -2px 6px 0 #474a4d;
    height: 12px;
    left: -4px;
    margin: 0 auto;
    top: 10px;
    width: 740px;
}

.device-macbook-pro.device-spacegray .device-frame {
    box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook-pro.device-spacegray .device-power {
    background: #909496;
    border-color: #767a7d;
}

.device-macbook-pro.device-spacegray .device-power::after {
    background: #83878a;
    box-shadow: inset 0 0 4px 2px #6a6d70;
}

.device-macbook-pro.device-spacegray .device-power::before {
    background: #515456;
    box-shadow: inset 0 -2px 6px 0 black;
}

.device-macbook {
    height: 432px;
    width: 740px;
}

.device-macbook .device-frame {
    background: #0d0d0d;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #c8cacb;
    height: 428px;
    margin: 0 auto;
    padding: 29px 19px 39px 19px;
    position: relative;
    width: 614px;
}

.device-macbook .device-frame::after {
    background: #272626;
    border-radius: 0 0 20px 20px;
    bottom: 2px;
    content: "";
    height: 26px;
    left: 2px;
    position: absolute;
    width: 610px;
}

.device-macbook .device-frame::before {
    bottom: 10px;
    color: #c8cacb;
    content: "MacBook";
    font-size: 12px;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1;
}

.device-macbook .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    height: 360px;
    width: 576px;
}

.device-macbook .device-power {
    background: #e2e3e4;
    border: solid #d5d6d8;
    border-radius: 2px 2px 0 0;
    border-width: 0 4px;
    height: 4px;
    margin-top: -10px;
    position: relative;
    width: 740px;
    z-index: 9;
}

.device-macbook .device-power::after,
.device-macbook .device-power::before {
    content: "";
    position: absolute;
}

.device-macbook .device-power::after {
    background: radial-gradient(circle at center, #e2e3e4 0, #e2e3e4 85%, #a0a3a7 100%);
    border: solid #adb0b3;
    border-width: 0 2px;
    height: 4px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}

.device-macbook .device-power::before {
    background: #a0a3a7;
    border-radius: 0 0 180px 180px/ 0 0 10px 10px;
    box-shadow: inset 0 -2px 6px 0 #474a4d;
    height: 10px;
    left: -4px;
    margin: 0 auto;
    top: 4px;
    width: 740px;
}

.device-macbook.device-gold .device-frame {
    box-shadow: inset 0 0 0 2px #edccb4;
}

.device-macbook.device-gold .device-power {
    background: #f7e8dd;
    border-color: #edccb4;
}

.device-macbook.device-gold .device-power::after {
    background: radial-gradient(circle at center, #f7e8dd 0, #f7e8dd 85%, #dfa276 100%);
    border-color: #e4b08a;
}

.device-macbook.device-gold .device-power::before {
    background: #edccb4;
    box-shadow: inset 0 -2px 6px 0 #83491f;
}

.device-macbook.device-rosegold .device-frame {
    box-shadow: inset 0 0 0 2px #f6a69a;
}

.device-macbook.device-rosegold .device-power {
    background: #facfc9;
    border-color: #f6a69a;
}

.device-macbook.device-rosegold .device-power::after {
    background: radial-gradient(circle at center, #facfc9 0, #facfc9 85%, #ef6754 100%);
    border-color: #f6a69a;
}

.device-macbook.device-rosegold .device-power::before {
    background: #f6a69a;
    box-shadow: inset 0 -2px 6px 0 #851b0c;
}

.device-macbook.device-spacegray .device-frame {
    box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook.device-spacegray .device-power {
    background: #909496;
    border-color: #767a7d;
}

.device-macbook.device-spacegray .device-power::after {
    background: radial-gradient(circle at center, #909496 0, #909496 85%, #515456 100%);
    border-color: #5d6163;
}

.device-macbook.device-spacegray .device-power::before {
    background: #515456;
    box-shadow: inset 0 -2px 6px 0 black;
}

.device-surface-studio {
    height: 506px;
    width: 640px;
}

.device-surface-studio .device-frame {
    background: #0d0d0d;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px black;
    height: 440px;
    padding: 20px;
    width: 640px;
}

.device-surface-studio .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    height: 400px;
    width: 600px;
}

.device-surface-studio .device-stripe {
    background: #444;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    height: 4px;
    left: 50%;
    margin-left: -117px;
    position: absolute;
    width: 234px;
}

.device-surface-studio .device-stripe::after,
.device-surface-studio .device-stripe::before {
    content: "";
    left: 50%;
    position: absolute;
    top: -75px;
}

.device-surface-studio .device-stripe::after {
    border: 6px solid #d5d6d8;
    border-radius: 0 0 18px 18px;
    border-top: 0;
    box-shadow: inset 0 0 0 4px #c8cacb;
    height: 60px;
    margin-left: -140px;
    width: 280px;
    z-index: -1;
}

.device-surface-studio .device-stripe::before {
    border: 15px solid #e2e3e4;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    height: 70px;
    margin-left: -150px;
    width: 300px;
    z-index: -2;
}

.device-surface-studio .device-power {
    background: #eff0f0;
    border: solid #e2e3e4;
    border-radius: 0 0 2px 2px;
    border-width: 0 4px 2px 4px;
    height: 32px;
    margin: 30px auto 0 auto;
    position: relative;
    width: 250px;
}

.device-surface-studio .device-power::after {
    background: #adb0b3;
    content: "";
    height: 2px;
    left: -4px;
    position: absolute;
    top: 4px;
    width: 250px;
}

.device-imac-pro {
    height: 484px;
    width: 624px;
}

.device-imac-pro .device-frame {
    background: #0d0d0d;
    border-radius: 18px;
    box-shadow: inset 0 0 0 2px #080808;
    height: 428px;
    padding: 24px 24px 80px 24px;
    position: relative;
    width: 624px;
}

.device-imac-pro .device-frame::after {
    background: #2f2e33;
    border-radius: 0 0 18px 18px;
    bottom: 2px;
    content: "";
    height: 54px;
    left: 2px;
    position: absolute;
    width: 620px;
}

.device-imac-pro .device-frame::before {
    bottom: 15px;
    color: #0d0d0d;
    content: "";
    font-size: 24px;
    height: 24px;
    left: 50%;
    line-height: 24px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 9;
}

.device-imac-pro .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    height: 324px;
    width: 576px;
}

.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
    content: "";
}

.device-imac-pro .device-power::after {
    background: #222225;
    border-radius: 2px;
    height: 6px;
    margin: 0 auto;
    position: relative;
    width: 180px;
}

.device-imac-pro .device-power::before {
    border: solid transparent;
    border-bottom-color: #333;
    border-width: 0 8px 50px 8px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 130px;
}

.device-apple-watch {
    height: 234px;
    width: 200px;
}

.device-apple-watch .device-frame {
    background: #0d0d0d;
    border-radius: 40px;
    box-shadow: inset 0 0 2px 2px #adb0b3, inset 0 0 0 6px #e2e3e4, inset 0 0 0 8px #e2e3e4;
    height: 234px;
    padding: 32px;
    position: relative;
    width: 200px;
}

.device-apple-watch .device-frame::after {
    border-radius: 30px;
    box-shadow: inset 0 0 25px 0 rgba(255, 255, 255, .75);
    content: "";
    height: 216px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 182px;
}

.device-apple-watch .device-content {
    border: 2px solid #121212;
    border-radius: 2px;
    height: 170px;
    width: 136px;
}

.device-apple-watch .device-btns {
    background: #e2e3e4;
    border-left: 2px solid #adb0b3;
    border-radius: 8px 4px 4px 8px / 20px 4px 4px 20px;
    box-shadow: inset 0 0 2px 2px #adb0b3;
    height: 44px;
    position: absolute;
    right: -10px;
    top: 52px;
    width: 16px;
    z-index: 9;
}

.device-apple-watch .device-btns::after {
    background: #e2e3e4;
    border-radius: 4px 2px 2px 4px / 10px 2px 2px 10px;
    box-shadow: inset 0 0 1px 2px #adb0b3;
    content: "";
    height: 66px;
    position: absolute;
    right: 6px;
    top: 68px;
    width: 8px;
}

.device-apple-watch .device-btns::before {
    background: #adb0b3;
    box-shadow: 0 -16px #adb0b3, 0 -12px #adb0b3, 0 -8px #adb0b3, 0 -4px #adb0b3, 0 4px #adb0b3, 0 8px #adb0b3, 0 12px #adb0b3, 0 16px #adb0b3;
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
}
/* End */


/* Start:/local/templates/main2024/libs/jquery.fancybox.min.css?176414174512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main2024/css/libs.css?17641417454132*/
/* media variables */
.twentytwenty-handle {
  background: #F0F3F5;
  border-color: #F0F3F5;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after {
  background: #F0F3F5;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #848C92;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #848C92;
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
  color: #FFF;
  background: #03132C;
}

@media (pointer: coarse) {
  .twentytwenty-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    animation: none;
  }
  .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1;
  }
}
.twentytwenty-before-label::before, .twentytwenty-after-label::before {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  line-height: 14px;
}
@media screen and (min-width: 640px) {
  .twentytwenty-before-label::before, .twentytwenty-after-label::before {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .twentytwenty-before-label::before, .twentytwenty-after-label::before {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.device-surface-book {
  max-width: 728px;
  margin: 0 auto;
}
.device-surface-book .device-frame {
  width: calc(100% - 40px);
}
@media screen and (min-width: 640px) {
  .device-surface-book .device-frame {
    width: calc(100% - 144px);
  }
}
.device-surface-book .device-btns::after {
  left: 36px;
  width: 10px;
}
@media screen and (min-width: 640px) {
  .device-surface-book .device-btns::after {
    left: 122px;
    width: 20px;
  }
}
.device-surface-book .device-btns::before {
  left: 58px;
  width: 34px;
}
@media screen and (min-width: 640px) {
  .device-surface-book .device-btns::before {
    left: 168px;
    width: 44px;
  }
}
.device-surface-book .device-power::before {
  width: calc(100% - 40px);
}
@media screen and (min-width: 640px) {
  .device-surface-book .device-power::before {
    width: calc(100% - 144px);
  }
}

.device-surface-pro {
  max-width: 701px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .device-surface-pro {
    padding: 0 70px;
  }
}
.device-surface-pro .device-btns::after {
  left: 36px;
  width: 10px;
}
@media screen and (min-width: 640px) {
  .device-surface-pro .device-btns::after {
    left: 122px;
    width: 20px;
  }
}
.device-surface-pro .device-btns::before {
  left: 58px;
  width: 34px;
}
@media screen and (min-width: 640px) {
  .device-surface-pro .device-btns::before {
    left: 168px;
    width: 44px;
  }
}

.device-galaxy-s8 {
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .device-galaxy-s8 {
    max-width: 230px;
  }
}

.flickity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #FFF;
  box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.1019607843);
  transition: background 0.3s ease;
}
.flickity-button:focus {
  box-shadow: none;
}
.flickity-button svg {
  display: none;
}
.flickity-button::after {
  background-image: url("/local/templates/main2024/css/../img/sprite.svg#arrow-color");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
}
.flickity-button.previous::after {
  transform: rotate(180deg);
}
.flickity-button:hover {
  background-color: #DCDEE0;
}
.flickity-button:active {
  background-color: #FFF;
  transition: none;
}

.flickity-page-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.flickity-page-dot {
  display: block;
  width: 15px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  background-color: #C9D0D5;
  border-radius: 10px;
}
.flickity-page-dot.is-selected {
  background-color: #03132C;
}
.flickity-page-dot:focus {
  outline: none;
  box-shadow: none;
}
/* End */


/* Start:/local/templates/main2024/css/template.css?1765434509187966*/
@charset "UTF-8";

/* base parts */

@font-face {
  font-weight: 700;
  font-family: "Manrope";
  font-style: normal;
  src: local("Manrope"), url("/local/templates/main2024/css/../fonts/Manrope/700.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Manrope/700.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: "Manrope";
  font-style: normal;
  src: local("Manrope"), url("/local/templates/main2024/css/../fonts/Manrope/600.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Manrope/600.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "Manrope";
  font-style: normal;
  src: local("Manrope"), url("/local/templates/main2024/css/../fonts/Manrope/500.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Manrope/500.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: "Manrope";
  font-style: normal;
  src: local("Manrope"), url("/local/templates/main2024/css/../fonts/Manrope/400.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Manrope/400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: local("Roboto"), url("/local/templates/main2024/css/../fonts/Roboto/400.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Roboto/400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "Roboto";
  font-style: normal;
  src: local("Roboto"), url("/local/templates/main2024/css/../fonts/Roboto/500.woff2") format("woff2"), url("/local/templates/main2024/css/../fonts/Roboto/500.woff") format("woff");
  font-display: swap;
}

/* media variables */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

html.is-hidden {
  overflow: hidden;
}

ul {
  list-style-type: none;
}

h1 {
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 82px;
  overflow-x: hidden;
  color: #03132C;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  background-color: #F0F3F5;
}

body.hide-scroll {
  position: fixed;
  right: 0;
  left: 0;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body,
html,
[data-scroll],
[data-scroll-def],
[data-scroll-x] {
  scrollbar-width: thin;
  /* "auto" или "thin" */
  scrollbar-color: #59606A transparent;
  /* цвет бегунка и зоны отслеживания */
}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
[data-scroll]::-webkit-scrollbar,
[data-scroll-def]::-webkit-scrollbar,
[data-scroll-x]::-webkit-scrollbar {
  width: 0.8rem;
  /* ширина всей полосы прокрутки */
  height: 0.8rem;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
[data-scroll]::-webkit-scrollbar-track,
[data-scroll-def]::-webkit-scrollbar-track,
[data-scroll-x]::-webkit-scrollbar-track {
  background: transparent;
  /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
[data-scroll]::-webkit-scrollbar-thumb,
[data-scroll-def]::-webkit-scrollbar-thumb,
[data-scroll-x]::-webkit-scrollbar-thumb {
  background-color: #59606A;
  /* цвет бегунка */
  border: 0.3rem solid #59606A;
  /* отступ вокруг бегунка */
  border-radius: 2rem;
  /* округлось бегунка */
}

.icon {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

picture {
  max-width: 100%;
}

picture img {
  max-width: 100%;
}

input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

img {
  max-width: 100%;
}

::selection {
  color: #03132C;
  /* Цвет текста */
  background: #FF2D20;
  /* Цвет фона */
}

a:not([class]) {
  color: #FF2D20;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:not([class]):hover {
  color: #C81111;
  text-decoration: underline;
}

a:not([class]):active {
  color: #03132C;
  transition: none;
}

.fancybox-navigation {
  display: none;
}

.fade-in,
.fade-in-up {
  opacity: 0;
  /* Скрываем изначально */
}

.fade-in.active {
  animation: fade-in 0.5s ease-out forwards;
}

.fade-in-up.active {
  animation: fade-in-up 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-on-scroll {
  transform: translateY(50px) translateZ(1px);
  opacity: 0;
  transition: 1.4s ease-out;
}

.animate-on-scroll.visible {
  transform: translateY(0) translateZ(1px);
  opacity: 1;
}

.w-100 {
  width: 100% !important;
}

/* base-components */

.header {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  border-bottom: none;
  transition: none;
}

.header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 10px 0;
  border-radius: 0;
  transform: translateY(-120%);
}

.header.is-fixed.is-fixed-visible {
  background-color: #F0F3F5;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.header.is-fixed.is-fixed-visible.is-fixed-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.header__inner {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background-color: #FFF;
  border-radius: 10px;
}

.header__logo .logo {
  display: block;
}

.header .messenger-list {
  margin-left: 20px;
}

.header .logo {
  width: 34px;
  height: 12px;
  color: #FF2D20;
}

.container {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.container__footer {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.container__footer .btn {
  flex: 1;
}

.container_gray {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 25px 0;
  background-color: #F0F3F5;
}

.container_gray .project-list-line {
  width: 100% !important;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto !important;
  padding: 0 12px;
}

.container_gray .container__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
}

.container_service .blog-list-block {
  margin-bottom: 40px;
}

.container_vacancies .content-row {
  margin-bottom: 20px;
}

.container_vacancies .content-row .content-row__right {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.container_vacancy-detail {
  margin-bottom: 40px;
}

.container_service-blog {
  margin-top: 30px;
}

.container_about {
  margin-bottom: 60px;
}

.container_articles {
  padding-top: 30px;
}

.container__services-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

.container .content-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.container .content-row__left {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.container .content-row__right {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.container__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.container__title span:not([class]),
.container__title-1 span:not([class]),
.container__title-3 span:not([class]) {
  color: #C9D0D5;
}

.container__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.container__title-1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
}

.container__title-3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.container__title-3_title-xl {
  display: none;
}

.container_p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container_p-40 .container__top-row {
  margin-bottom: 40px;
}

.container_p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container_p-20 .container__top-row {
  margin-bottom: 30px;
}

.container_pt-60 {
  padding-top: 30px;
}

.container_pb-40 {
  padding-bottom: 40px;
}

.container_breadcrumbs {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.container_breadcrumbs._color-white ul {
  color: #FFF;
}

.container_breadcrumbs._color-white ul li:not(:last-child) a {
  transition: opacity 0.3s ease;
}

.container_breadcrumbs._color-white ul li:not(:last-child) a:hover {
  color: #FFF;
  opacity: 0.7;
}

.container_breadcrumbs._color-white ul li:not(:last-child) a:active {
  color: #FFF;
  opacity: 1;
}

.container_breadcrumbs._color-white ul li::after {
  color: #FFF;
}

.container_row .container__content {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.container_row .container__content p:not(:last-child) {
  margin-bottom: 10px;
}

.container_row .container__content .mindig {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.container_row .container__content .mindig__wrap-img {
  width: 126px;
  margin-bottom: 0;
}

.container_row .container__content .mindig p {
  max-width: 345px;
  font-family: "Manrope", sans-serif;
}

.container_row .container__content .mindig span {
  color: #03132C;
}

.container-wrap {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 0;
  overflow: hidden;
}

.container-wrap_white {
  margin-bottom: 0;
  background-color: white;
}

.container-wrap_white + .container {
  padding-top: 30px;
}

.container-wrap_case .section-project-content:not(:last-child),
.container-wrap_case .section-project-task-dev:not(:last-child),
.container-wrap_case .section-project-slider:not(:last-child),
.container-wrap_case .section-block-change:not(:last-child) {
  margin-bottom: 40px;
}

.container-wrap .container {
  margin-bottom: 0;
}

.user-typography {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  position: relative;
  display: block;
}

.user-typography h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.user-typography h2,
.user-typography .h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}

.user-typography h2:not(:first-child),
.user-typography .h2:not(:first-child) {
  margin-top: 40px;
}

.user-typography h3,
.user-typography .h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: "Manrope", sans-serif;
}

.user-typography h3:not(:first-child),
.user-typography .h3:not(:first-child) {
  margin-top: 40px;
}

.user-typography h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  font-family: "Manrope", sans-serif;
}

.user-typography h4:not(:first-child) {
  margin-top: 40px;
}

.user-typography p:not(:last-child) {
  margin-bottom: 20px;
}

.user-typography blockquote,
.user-typography p.quote {
  padding: 10px 0 10px 20px;
  border-left: 2px solid #848C92;
}

.user-typography blockquote:not(:last-child),
.user-typography p.quote:not(:last-child) {
  margin-bottom: 20px;
}

.user-typography figure,
.user-typography .figure-block {
  margin-bottom: 40px;
}

.user-typography figure,
.user-typography p img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.user-typography figure img,
.user-typography p img img {
  width: 100%;
  height: auto !important;
}

.user-typography figure figcaption,
.user-typography p img figcaption {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  margin-top: 10px;
  color: #848C92;
}

.user-typography ul:not([class]) {
  margin-bottom: 20px;
}

.user-typography ul:not([class]) li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.user-typography ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.user-typography ul:not([class]) li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FF2D20;
  content: "";
  transform: translateY(-4px);
}

.user-typography ol {
  margin-bottom: 20px;
  counter-reset: num;
}

.user-typography ol li {
  position: relative;
  margin-top: 20px;
  padding-left: 32px;
  list-style: none;
  counter-increment: num;
}

.user-typography ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding-top: 2px;
  padding-right: 11px;
  color: #FF2D20;
  content: counter(num) ".";
}

.user-typography .wrap-table {
  max-width: 100%;
  overflow: auto;
}

.user-typography .wrap-table:not(:first-child),
.user-typography table:not(:first-child) {
  margin-top: 40px;
}

.user-typography .wrap-table:not(:last-child),
.user-typography table:not(:last-child) {
  margin-bottom: 40px;
}

.user-typography table {
  width: 100%;
  border: 1px solid #C9D0D5;
}

.user-typography table th {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  background-color: #F0F3F5;
  border-bottom: 2px solid #C9D0D5;
}

.user-typography table td {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-weight: 400;
}

.user-typography table th,
.user-typography table td {
  padding: 8px 14px;
  border-bottom: 2px solid #C9D0D5;
}

.user-typography table th:not(:last-child),
.user-typography table td:not(:last-child) {
  border-right: 2px solid #C9D0D5;
}

.user-typography table tr:last-child td {
  border-bottom: 0;
}

.user-typography a:not([class]) {
  color: #FF2D20;
  transition: color 0.3s ease;
}

.user-typography a:not([class]):hover {
  color: inherit;
}

.user-typography .block,
.user-typography .content {
  margin-bottom: 40px;
}

.user-typography_article,
.user-typography_service {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  margin: auto;
}

.user-typography_article:not(:last-child),
.user-typography_service:not(:last-child) {
  margin-bottom: 40px;
}

.user-typography .wrap-gray {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.user-typography .wrap-gray:not(:first-child) {
  margin-top: 20px;
}

.user-typography .wrap-gray:not(:last-child) {
  margin-bottom: 20px;
}

.user-typography .wrap-gray::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #F0F3F5;
  content: "";
}

.user-typography .section-project-content:not(:last-child) {
  margin-bottom: 40px;
}

.user-typography .section-project-content:not(:first-child) {
  margin-top: 40px;
}

.user-typography .project-list-line:not(:last-child) {
  margin-bottom: 40px;
}

.user-typography .project-list-line:not(:first-child) {
  margin-top: 40px;
}

.user-typography .project-list-line__item {
  width: 100%;
}

.user-typography .project-list-line .project-block {
  padding: 20px;
}

.user-typography .project-list-line .project-block__images {
  display: block;
  min-height: 200px;
}

.user-typography .project-list-line .project-block__content {
  min-height: 0;
}

.user-typography .project-list-line .project-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  min-height: 88px;
}

.user-typography .project-list-line .project-block__content-description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.user-typography .project-list-line .project-block .tags-list {
  margin-top: 20px;
}

.user-typography__title-3 span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.user-typography__title-3 span_title-xl {
  display: none;
}

.user-typography .head-2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.user-typography .section:not(:first-child),
.user-typography .container:not(:first-child) {
  margin-top: 40px;
}

.user-typography .section:not(:last-child),
.user-typography .container:not(:last-child) {
  margin-bottom: 30px;
}

.user-typography .container {
  max-width: 100%;
}

.user-typography .block-logo {
  background-color: #F0F3F5;
}

.user-typography .block-logo__list {
  padding: 20px;
}

.user-typography .block-logo__item {
  margin: 0 auto;
}

.footer {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 100px;
  color: white;
  background-color: #03132C;
  border-radius: 20px;
}

.footer .logo {
  width: 263px;
  margin-bottom: 40px;
}

.footer .logo img {
  width: 100%;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 40px;
  color: #848C92;
}

.footer__info .btn_link {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.footer__info .footer__link-tel {
  color: white;
  white-space: nowrap;
}

.footer__info .messenger-list {
  margin-top: 20px;
}

.footer__info .soc-links {
  margin-top: 30px;
}

.footer__bottom-line {
  margin-top: 40px;
}

.footer__bottom-line .mindig {
  margin-top: 40px;
}

.footer__bottom-line .mindig,
.footer__bottom-line .company-info {
  flex: 1;
}

.footer a:not([class]) {
  color: inherit;
}

.footer a:not([class]):hover {
  color: #FFF;
}

.footer a:not([class]):active {
  color: inherit;
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
}

.form-field:last-child {
  margin-bottom: 0;
}

.form-field__wrap-input .input,
.form-field__wrap-input .textarea {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  padding: 8px 18px;
  background-color: #F0F3F5;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
  transition: border 0.3s ease;
}

.form-field__wrap-input .input:-ms-input-placeholder,
.form-field__wrap-input .textarea:-ms-input-placeholder {
  color: #03132C;
}

.form-field__wrap-input .input::placeholder,
.form-field__wrap-input .textarea::placeholder {
  color: #03132C;
}

.form-field__wrap-input .input:hover,
.form-field__wrap-input .textarea:hover {
  border-color: #DCDEE0;
}

.form-field__wrap-input .input:focus,
.form-field__wrap-input .textarea:focus {
  border-color: #848C92;
  outline: none;
}

.form-field__wrap-input .input.is-focus:-ms-input-placeholder,
.form-field__wrap-input .textarea.is-focus:-ms-input-placeholder {
  color: #848C92;
}

.form-field__wrap-input .input.is-focus::placeholder,
.form-field__wrap-input .textarea.is-focus::placeholder {
  color: #848C92;
}

.form-field__wrap-input .textarea {
  scrollbar-width: thin;
  /* "auto" или "thin" */
  scrollbar-color: #59606A transparent;
  /* цвет бегунка и зоны отслеживания */
  height: 134px;
  resize: vertical;
}

.form-field__wrap-input .textarea::-webkit-scrollbar {
  width: 0.8rem;
  /* ширина всей полосы прокрутки */
  height: 0.8rem;
}

.form-field__wrap-input .textarea::-webkit-scrollbar-track {
  background: transparent;
  /* цвет зоны отслеживания */
}

.form-field__wrap-input .textarea::-webkit-scrollbar-thumb {
  background-color: #59606A;
  /* цвет бегунка */
  border: 0.3rem solid #59606A;
  /* отступ вокруг бегунка */
  border-radius: 2rem;
  /* округлось бегунка */
}

.form-field__error-text {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: none;
  margin-top: 4px;
  color: #FF2D20;
}

.form-field.error .form-field__error-text {
  display: block;
}

.form-field.error .input,
.form-field.error .textarea {
  border-color: #FF2D20;
}

.form .wrap-btn {
  display: flex;
  margin-bottom: 20px;
}

.form .wrap-btn .btn {
  flex: 1;
  gap: 20px;
}

.form__info {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #848C92;
  font-family: "Manrope", sans-serif;
}

.form__info a {
  color: inherit;
}

.form__info a:hover {
  text-decoration: none;
}

.head-dashboard_red:not(.is-open-menu) {
  background-color: #FF2D20;
  transition: background 0.3s ease, color 0.3s ease;
}

.head-dashboard_red:not(.is-open-menu)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  background-color: #FF2D20;
  content: "";
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) {
  color: #FFF;
  background-color: #FF2D20;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .btn_menu {
  color: #FFF;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .logo {
  color: #FFF;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .btn_link:hover {
  color: #03132C;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .btn_link:active {
  color: #59606A;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .menu-header__item.is-active a {
  color: #03132C;
}

.head-dashboard_red:not(.is-open-menu) .header:not(.is-fixed) .menu-header__item.is-active a:hover {
  color: #FFF !important;
}

.head-dashboard_red .general-logo {
  display: block;
}

.head-dashboard_red .general-logo svg {
  width: 100%;
  height: 100%;
}

.head-dashboard_red .general-logo svg path {
  animation: mh-color-red 2s ease-in-out;
  animation-fill-mode: forwards;
  fill: #FF2D20;
}

.head-dashboard_red.is-open-menu .general-logo svg path {
  animation: none;
  fill: #FF2D20;
}

@keyframes mh-color-red {
  from {
    fill: #FF2D20;
  }

  to {
    fill: #FFF;
  }
}

/* components */

.btn {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.btn.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.btn_tel {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.btn_tel:hover {
  text-decoration: underline;
}

.btn_tel:active {
  opacity: 0.7;
  transition: none;
}

.btn_menu {
  display: block;
  width: 26px;
  height: 15px;
  color: #FF2D20;
  transition: color 0.3s ease;
}

.btn_menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background-color: currentcolor;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn_menu span:nth-child(2) {
  transform: translate(-50%, calc((6px + 50%) * -1));
}

.btn_menu span:nth-child(3) {
  transform: translate(-50%, calc(6px - 50%));
}

.btn_menu:hover {
  color: #03132C;
}

.btn_menu.is-active span:nth-child(1) {
  opacity: 0;
}

.btn_menu.is-active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(135deg);
}

.btn_menu.is-active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.btn_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn_link:hover {
  color: #FF2D20;
}

.btn_link:active {
  color: #C81111;
  transition: none;
}

.btn_link-primary {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #FF2D20;
  transition: color 0.3s ease;
}

.btn_link-primary:hover {
  color: #C81111;
}

.btn_link-primary:active {
  color: #FF2D20;
  transition: none;
}

.btn_close {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: #848C92;
  transition: color 0.3s ease;
}

.btn_close::before,
.btn_close::after {
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentcolor;
  transform-origin: center;
  transition: transform 0.3s ease;
  content: "";
}

.btn_close::before {
  transform: rotate(45deg);
}

.btn_close::after {
  transform: rotate(-45deg);
}

.btn_close:hover {
  color: #C9D0D5;
}

.btn_close:hover::before {
  transform: rotate(50deg);
}

.btn_close:hover::after {
  transform: rotate(-50deg);
}

.btn_close:active {
  color: #03132C;
  transition: none;
}

.btn_close:active::before {
  transform: rotate(45deg);
  transition: none;
}

.btn_close:active::after {
  transform: rotate(-45deg);
  transition: none;
}

.btn_primary,
.btn_white,
.btn_black,
.btn_gray {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-family: "Manrope", sans-serif;
  border-radius: 40px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn_primary .icon,
.btn_white .icon,
.btn_black .icon,
.btn_gray .icon {
  display: block;
  width: 18px;
  height: 18px;
}

.btn_primary .icon svg,
.btn_white .icon svg,
.btn_black .icon svg,
.btn_gray .icon svg {
  width: 100%;
  height: 100%;
}

.btn_primary.btn_arrow .icon,
.btn_white.btn_arrow .icon,
.btn_black.btn_arrow .icon,
.btn_gray.btn_arrow .icon {
  position: relative;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn_primary.btn_arrow:hover .icon,
.btn_white.btn_arrow:hover .icon,
.btn_black.btn_arrow:hover .icon,
.btn_gray.btn_arrow:hover .icon {
  transform: translateX(3px);
}

.btn_primary.btn_arrow:active .icon,
.btn_white.btn_arrow:active .icon,
.btn_black.btn_arrow:active .icon,
.btn_gray.btn_arrow:active .icon {
  transform: translateX(7px);
  transition: none;
}

.btn_primary.btn_sm,
.btn_white.btn_sm,
.btn_black.btn_sm,
.btn_gray.btn_sm {
  padding: 20px;
}

.btn_primary.btn_xs,
.btn_white.btn_xs,
.btn_black.btn_xs,
.btn_gray.btn_xs {
  padding: 9px 20px;
}

.btn_primary {
  color: #FFF;
  background-color: #FF2D20;
}

.btn_primary:hover {
  background-color: #C81111;
}

.btn_primary:active {
  color: #FFF;
  background-color: #03132C;
  transition: none;
}

.btn_white {
  color: #03132C;
  background-color: #FFF;
}

.btn_white:hover {
  background-color: #DCDEE0;
}

.btn_white:active {
  color: #FFF;
  background-color: #03132C;
  transition: none;
}

.btn_black {
  color: #FFF;
  background-color: #03132C;
}

.btn_black:hover {
  background-color: #59606A;
}

.btn_black:active {
  background-color: #03132C;
}

.btn_gray {
  color: #03132C;
  background-color: #F0F3F5;
}

.btn_gray:hover {
  background-color: #DCDEE0;
}

.btn_gray:active {
  background-color: #F0F3F5;
}

.btn_arrow-back,
.btn_arrow-next {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: #59606A;
  transition: color 0.3s ease;
}

.btn_arrow-back .icon,
.btn_arrow-next .icon {
  order: -1;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.btn_arrow-back:hover,
.btn_arrow-next:hover {
  color: #03132C;
}

.btn_arrow-back:hover .icon,
.btn_arrow-next:hover .icon {
  transform: translateX(-3px) rotate(180deg);
}

.btn_arrow-back:active .icon,
.btn_arrow-next:active .icon {
  transform: rotate(180deg) translateX(5px);
  transition: none;
}

.btn_arrow-next .icon {
  order: 1;
  transform: none;
}

.btn_arrow-next:hover .icon {
  transform: translateX(3px);
}

.btn_arrow-next:active .icon {
  transform: translateX(5px);
}

.btn_tag {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  border-radius: 40px;
  transition: background 0.3s ease;
}

.btn_tag:hover {
  background-color: #DCDEE0;
}

.btn_tag:active {
  background-color: white;
  transition: none;
}

.btn_only-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #848C92;
  background-color: #F0F3F5;
  border-radius: 8px;
  transition: color 0.3s ease, background 0.3s ease;
}

.btn_only-icon svg {
  width: 24px;
  height: 24px;
  color: inherit;
}

.btn_only-icon:hover {
  color: #59606A;
  background-color: #DCDEE0;
}

.btn_only-icon.is-active,
.btn_only-icon:active {
  color: #FFF;
  background-color: #FF2D20;
  transition: none;
}

.btn_area-file {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  color: #59606A;
  border: 1px dashed #848C92;
  border-radius: 10px;
  transition: border 0.2s ease;
}

.btn_area-file .icon {
  order: -1;
  width: 24px;
  height: 24px;
}

.btn_area-file .icon svg {
  width: 100%;
  height: 100%;
}

.btn_area-file:hover {
  border-color: #59606A;
}

.btn_block-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  min-height: 120px;
  padding: 20px 20px 32px;
  background-color: #FFF;
  border-radius: 20px;
  transition: color 0.3s ease, background 0.3s ease;
}

.btn_block-link:hover {
  background-color: #DCDEE0;
}

.btn_block-link:active {
  color: #FFF;
  background-color: #03132C;
  transition: none;
}

.btn_save .icon {
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn_save:hover .icon {
  transform: translateY(4px);
}

.btn_save:active .icon {
  transform: translateY(0);
  transition: none;
}

.btn_center {
  width: 100%;
  margin: 0 auto;
}

.btn_go_up {
  display: inline-block;
  flex: auto 0 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #FF2D20;
  opacity: 0;
  transition: 0.3s width ease, 0.3s height ease, opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  transform: translateY(15px);
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.btn_go_up:hover {
  background-color: #C81111;
}

.btn_go_up svg {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  color: #FFF;
  transform: rotate(180deg);
  overflow: hidden;
}

.btn_go_up.is-visible {
  opacity: 1;
  margin: 0 auto 0 9px;
  pointer-events: auto;
  transform: translateY(0);
  width: auto;
  height: auto;
  padding: 17px 18px;
}

.btn_go_up.is-visible svg {
  width: 18px;
  height: 18px;
}

.user-typography .btn_white {
  color: #03132C;
  background-color: #F0F3F5;
}

.user-typography .btn_white:hover {
  background-color: #DCDEE0;
}

.user-typography .btn_white:active {
  background-color: #F0F3F5;
}

.menu-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu-header__item {
  padding: 10px 0;
}

.menu-header__item.is-open > .btn_link,
.menu-header__item.is-active > .btn_link {
  color: #FF2D20;
}

.menu-header__submenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  padding: 38px 0;
  overflow-y: auto;
  background-color: #F0F3F5;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.menu-header__submenu.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.menu-header__submenu .btn_arrow-next {
  width: 100%;
  margin-top: 20px;
}

.menu-header__container {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.menu-header__container .btn_close {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-header__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  width: 100%;
  margin-bottom: 30px;
}

.menu-header__title span {
  color: #FF2D20;
}

.menu-header__list-item:hover .menu-header__link,
.menu-header__list-item:hover .menu-header__link-title {
  color: #FF2D20;
}

.menu-header__list-item:active .menu-header__link,
.menu-header__list-item:active .menu-header__link-title {
  color: #C81111;
}

.menu-header__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  min-height: 94px;
  margin-bottom: 10px;
  padding: 10px 30px;
  color: #03132C;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
  transition: color 0.3s ease;
}

.menu-header__link:last-child {
  margin-bottom: 0;
}

.menu-header__list-submenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.menu-header__list-submenu_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-header__list-submenu_tags .menu-header__link {
  width: auto;
  min-height: 0;
  padding: 10px 30px;
  border-radius: 40px;
}

.menu-header__wrap-img {
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
}

.menu-header__wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-header__link-info {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #59606A;
}

.menu-header__submenu_services .menu-header__list-submenu {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 10px;
}

.menu-header__submenu_services .menu-header__link-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  position: relative;
  margin-bottom: 20px;
  transition: padding 0.3s ease, color 0.3s ease;
}

.menu-header__submenu_services .menu-header__link-title::before {
  background-image: url("/local/templates/main2024/css/../img/sprite.svg#arrow-color");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  content: "";
}

.menu-header__submenu_services .menu-header__list-item[data-index="1"] {
  grid-row: 1/3;
  grid-column: 1;
}

.menu-header__submenu_services .menu-header__list-item[data-index="2"] {
  grid-row: 1;
  grid-column: 2;
}

.menu-header__submenu_services .menu-header__list-item[data-index="3"] {
  grid-row: 2;
  grid-column: 2;
}

.menu-header__submenu_services .menu-header__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  min-height: 166px;
  padding: 20px 30px;
}

.menu-header__submenu_services .menu-header__link:hover {
  color: inherit;
}

.menu-header__submenu_services .menu-header__link:hover .menu-header__link-title {
  padding-left: 32px;
}

.menu-header__submenu_services .menu-header__link:hover .menu-header__link-title::before {
  transform: translateX(0);
  opacity: 1;
}

.menu-header__submenu_services .menu-header__wrap-img {
  width: calc(100% - 660px);
  max-width: 476px;
  height: 344px;
  margin-left: 10px;
}

.menu-header__submenu_services .menu-header__wrap-img img {
  height: 100%;
}

.menu-header__submenu_expertise .menu-header__list-submenu {
  flex-direction: row;
  width: 100%;
}

.menu-header__submenu_expertise .menu-header__wrap-img {
  width: calc(100% - 676px);
  max-width: 420px;
  height: 250px;
}

.menu-header__submenu_expertise .menu-header__wrap-img img {
  height: 100%;
}

.menu-header__submenu_industries .menu-header__list-submenu {
  flex-direction: row;
  max-width: 676px;
}

.menu-header__submenu_industries .menu-header__wrap-img {
  width: calc(100% - 676px);
  max-width: 420px;
  height: 250px;
}

.menu-header__submenu_industries .menu-header__wrap-img img {
  height: 100%;
}

.menu-header__submenu_company .menu-header__list-submenu {
  display: grid;
  grid-template-rows: 120px;
  grid-template-columns: repeat(2, 320px);
  gap: 10px;
  width: 648px;
}

.menu-header__submenu_company .menu-header__link-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  position: relative;
  margin-bottom: 20px;
  transition: padding 0.3s ease, color 0.3s ease;
}

.menu-header__submenu_company .menu-header__link-title::before {
  background-image: url("/local/templates/main2024/css/../img/sprite.svg#arrow-color");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  content: "";
}

.menu-header__submenu_company .menu-header__list-item[data-index="1"] {
  grid-row: 1/3;
  grid-column: 1;
}

.menu-header__submenu_company .menu-header__list-item[data-index="2"] {
  grid-row: 1;
  grid-column: 2;
}

.menu-header__submenu_company .menu-header__list-item[data-index="3"] {
  grid-row: 2;
  grid-column: 2;
}

.menu-header__submenu_company .menu-header__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 20px 30px;
}

.menu-header__submenu_company .menu-header__link:hover {
  color: inherit;
}

.menu-header__submenu_company .menu-header__link:hover .menu-header__link-title {
  padding-left: 32px;
}

.menu-header__submenu_company .menu-header__link:hover .menu-header__link-title::before {
  transform: translateX(0);
  opacity: 1;
}

.menu-header__submenu_company .menu-header__wrap-img {
  width: calc(100% - 648px);
  max-width: 420px;
  height: 250px;
  margin-left: auto;
}

.menu-header__submenu_company .menu-header__wrap-img img {
  height: 100%;
}

.messenger-list {
  display: flex;
  gap: 20px;
  align-items: center;
}

.messenger-list__item {
  width: 34px;
  height: 34px;
}

.messenger-list__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.messenger-list__item svg {
  width: 100%;
  height: 100%;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 60px;
  overflow: hidden auto;
  background-color: #F0F3F5;
  transform: translateY(-15px) translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, 0s visibility 0.3s ease;
  pointer-events: none;
}

.mobile-menu__wrapper,
.mobile-menu__header {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mobile-menu.submenu-open {
  height: -webkit-min-content;
  height: min-content;
}

.mobile-menu.submenu-open .btn_close {
  border-radius: 10px;
}

.mobile-menu.is-open {
  transform: translateY(0) translateX(-50%);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}

.mobile-menu .btn_black {
  padding: 20px 40px;
}

.mobile-menu .btn_close {
  width: 50px;
  height: 42px;
  color: #FFF;
  background-color: #FF2D20;
  border-radius: 10px;
}

.mobile-menu .btn_close::before,
.mobile-menu .btn_close::after {
  right: calc(50% - 7px);
  width: 15px;
}

.mobile-menu .logo {
  width: calc(100% - 60px);
  padding: 13px 12px;
  background-color: #FF2D20;
  border-radius: 10px;
}

.mobile-menu .logo svg {
  color: #FFF;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 40px 12px;
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mobile-menu__link {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: inherit;
  text-decoration: none;
}

.mobile-menu__link:hover {
  color: #FF2D20;
}

.mobile-menu__link:active {
  color: #C81111;
}

.mobile-menu__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 40px 0;
  background-color: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.mobile-menu__info::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 380px;
  height: 1px;
  background-color: #DCDEE0;
  transform: translateX(-50%);
  content: "";
}

.mobile-menu__info .btn_phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-size: 26px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mobile-menu__info .btn_mail {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.mobile-menu__soc {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mobile-menu__soc .soc-links {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobile-menu .messenger-list__item {
  width: 40px;
  height: 40px;
}

.mobile-menu__submenu {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 200;
  display: block;
  height: calc(var(--vh, 1vh) * 100);
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 22px;
  overflow: auto;
  background-color: #F0F3F5;
  transform: translateX(20%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.mobile-menu__submenu .mobile-menu__header {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mobile-menu__submenu.is-open {
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__submenu .btn_arrow-back {
  width: calc(100% - 60px);
  height: 42px;
  padding: 14px 12px;
  color: #FFF;
  background-color: #FF2D20;
  border-radius: 10px;
}

.mobile-menu__submenu .btn_arrow-back .icon {
  transform: unset;
}

.mobile-menu__submenu .btn_arrow-next {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.mobile-menu__subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.soc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
  align-items: center;
}

.soc-links__item {
  width: 36px;
  height: 36px;
}

.soc-links__item svg {
  width: 100%;
  height: 100%;
}

.soc-links__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.soc-links p {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  width: 100%;
  color: #59606A;
}

.company-info {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #59606A;
}

.company-info__name {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #FFF;
}

.company-info p {
  margin-bottom: 10px;
}

.company-info p:last-child {
  margin-bottom: 0;
}

.mindig {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #59606A;
}

.mindig__wrap-img {
  width: 176px;
  margin-bottom: 10px;
}

.mindig_main .mindig__wrap-img {
  flex-shrink: 0;
}

.mindig_main p {
  max-width: 300px !important;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu__item {
  position: relative;
  border-top: 1px solid #59606A;
}

.footer-menu__item_with-submenu .footer-menu__wrap-link::after {
  background-image: url("/local/templates/main2024/css/../img/sprite.svg#down-white");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  content: "";
}

.footer-menu__item_with-submenu .footer-menu__wrap-link.is-open::after {
  transform: rotate(180deg);
}

.footer-menu__item:not(.footer-menu__item_with-submenu) .footer-menu__link {
  display: block;
  width: 100%;
}

.footer-menu__wrap-link {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.footer-menu__link,
.footer-menu__link-all {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-menu__link:hover,
.footer-menu__link-all:hover {
  color: #DCDEE0;
  opacity: 0.8;
}

.footer-menu__link:active,
.footer-menu__link-all:active {
  color: #FFF;
  opacity: 1;
}

.footer-menu__link-all {
  margin-top: 10px;
}

.footer-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu__submenu > *:last-child {
  margin-bottom: 10px;
}

.footer-menu__sub-item .footer-menu__link {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #848C92;
}

.footer-menu__sub-item .footer-menu__link:hover {
  color: #FFF;
  opacity: 1;
}

.footer-menu__sub-item .footer-menu__link:active {
  color: #848C92;
}

.footer-menu__sub-item-all {
  margin-top: 10px;
}

.footer-menu__col {
  break-after: column;
}

.footer-fixed-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-fixed-buttons .connect-links {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
}

.general-logo {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

.general-logo img {
  width: 100%;
}

.general-logo svg {
  width: 100%;
  height: 100%;
}

.general-logo svg path {
  animation: mh-color 2s ease-in-out;
  animation-fill-mode: forwards;
  fill: #F0F3F5;
}

.general-logo_small svg {
  width: 358px;
  height: 26px;
}

@keyframes mh-color {
  from {
    fill: #F0F3F5;
  }

  to {
    fill: #FF2D20;
  }
}

.general-banner {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  /* @include media-min($media-lg) {
    min-height: calc(100vh - 260px);
    min-height: calc(var(--vh, 1vh) * 100 - 260px);
  }

  @include media-min($media-xl) {
    min-height: calc(100vh - 278px);
    min-height: calc(var(--vh, 1vh) * 100 - 278px);
  }

  @include media-min($media-xxxl) {
    min-height: calc(100vh - 284px);
    min-height: calc(var(--vh, 1vh) * 100 - 284px);
  } */
}

.general-banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #03132C;
  font-family: "Manrope", sans-serif;
}

.general-banner__title:not(:last-child) {
  margin-bottom: 20px;
}

.general-banner__text {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #59606A;
}

.general-banner__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.general-banner .tags-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  display: inline-block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  overflow: auto;
  white-space: nowrap;
}

.general-banner .tags-list::-webkit-scrollbar {
  display: none;
}

.general-banner .tags-list .btn {
  margin-right: 5px;
}

.general-banner .mindig {
  display: flex;
  gap: 20px;
}

.general-banner .mindig__wrap-img {
  width: 126px;
  margin-bottom: 0;
}

.project-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
}

.project-block__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
}

.project-block__content-head {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-block__content-head:hover {
  color: #FF2D20;
}

.project-block__content-head:active {
  color: #C81111;
  transition: none;
}

.project-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.project-block__content-description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: auto;
  color: #59606A;
}

.project-block .tags-list {
  position: relative;
  z-index: 2;
  gap: 5px;
  margin-top: 20px;
}

.project-block .tags-list .btn {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.project-block__images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-top: auto;
}

.project-block__images img {
  max-width: 50%;
}

a.project-block__content-head {
  z-index: 1;
}

a.project-block__content-head::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tags-list_gray .btn {
  background-color: #F0F3F5;
}

.tags-list_gray .btn:hover {
  background-color: #DCDEE0;
}

.tags-list_gray .btn:active {
  background-color: #F0F3F5;
}

.tags-list_small .btn {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  padding: 5px 10px;
}

.project-list-line {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-list-line__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.project-list-line__item {
  width: 100%;
}

.project-list-line__item_size-sm .project-block,
.project-list-line__item_size-xs .project-block {
  min-height: 100%;
}

.project-list-line__item_size-sm .project-block__content,
.project-list-line__item_size-xs .project-block__content {
  flex: 1;
}

.project-list-line__item_size-sm .project-block__title,
.project-list-line__item_size-xs .project-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.project-list-line__item_size-sm .project-block__content-description,
.project-list-line__item_size-xs .project-block__content-description {
  max-width: 100%;
}

.project-list-line__item_size-xs .project-block__images {
  display: none;
}

.project-list-line__item_size-xs .service-block__wrap-text {
  display: none;
}

.block-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease;
  row-gap: 30px;
}

.block-logo__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.block-logo__item {
  padding: 5px;
}

.block-logo__item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-logo__item:nth-child(n+9) {
  display: none;
}

.block-logo__btn-show-more {
  height: 64px;
  background-color: #FFF;
  border-radius: 40px;
  cursor: pointer;
}

.show-all .block-logo__item {
  display: block !important;
}

.blog-block {
  display: block;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
  transition: transform 0.2s ease-out;
}

.blog-block:hover {
  transform: translateY(-4px);
  transition: transform 0.7s ease-out;
}

.blog-block:hover .blog-block__title {
  color: #FF2D20;
}

.blog-block__images {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.blog-block__images::before {
  display: block;
  width: 100%;
  height: 164px;
  content: "";
}

.blog-block__images img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-block__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-block__content-head {
  margin-top: 0;
  margin-bottom: auto;
}

.blog-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.3s ease;
}

.blog-block__content-description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.blog-block__date-view {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  color: #848C92;
}

.blog-block__date {
  margin-right: 0;
  margin-left: auto;
}

.user-typography .blog-block {
  background-color: #F0F3F5;
}

.user-typography .blog-block__date-view {
  color: #848C92;
}

.blog-list-block__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-list-block__list + .blog-list-block__list {
  margin-top: 20px;
}

.blog-list-block__item_size-xs .blog-block__images {
  display: none;
}

.blog-list-block__item_size-xs .service-block__wrap-text {
  display: none;
}

.blog-list-block__item .blog-block {
  min-height: 100%;
}

.blog-list-block_small .blog-block__images {
  display: none;
}

.request-form__wrap-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.request-form__link {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  display: block;
  padding: 20px;
  color: #FFF;
  text-decoration: none;
  background-color: #FF2D20;
  border-radius: 20px;
  transition: color 0.3s ease, background 0.3s ease;
}

.request-form__link:hover {
  color: #DCDEE0;
  background-color: #C81111;
}

.request-form__link:active {
  color: #FFF;
  background-color: #FF2D20;
  transition: none;
}

.request-form__form {
  padding: 20px 20px 40px;
  background-color: #FFF;
  border-radius: 20px;
}

.request-form__content {
  margin-bottom: 30px;
}

.request-form__wrap-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  max-width: 463px;
  margin-top: 36px;
  color: #59606A;
}

.request-form__wrap-text p {
  margin-bottom: 16px;
}

.request-form__wrap-text a {
  color: #FF2D20;
  text-decoration: none;
  transition: color 0.3s ease;
}

.request-form__wrap-text a:hover {
  color: #C81111;
}

.request-form__wrap-text a:active {
  color: #03132C;
  transition: none;
}

.request-form__wrap-text_red {
  color: #FF2D20;
}

.request-form__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.contact-input {
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-input__control {
  display: flex;
  gap: 10px;
  order: -1;
  margin-bottom: 10px;
}

.contact-input .form-field__wrap-input:not(.is-active) {
  display: none;
}

.file-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.file-input__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  clip: rect(0 0 0 0);
}

.file-input__files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.file-input__files-item {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px 20px;
  background-color: #F0F3F5;
  border-radius: 40px;
}

.file-input__files-item .btn {
  width: 16px;
  height: 16px;
}

.file-input__files-item .btn::before,
.file-input__files-item .btn::after {
  top: calc(50% - 1px);
  right: calc(50% - 8px);
  width: 16px;
  height: 2px;
}

.file-input__files-item-name {
  max-width: 180px;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input .btn_file {
  margin-bottom: 20px;
}

.list-links-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.list-links-block__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  width: 100%;
  padding: 20px;
  color: #03132C;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.list-links-block__item:hover {
  color: #FF2D20;
}

.list-links-block__item:hover .list-links-block__arrow {
  color: #FF2D20;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.list-links-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.list-links-block__title-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.list-links-block__title-wrapper .icon {
  width: 20px;
  height: 17px;
}

.list-links-block__image {
  width: 100%;
}

.list-links-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.list-links-block__arrow {
  min-width: 20px;
  min-height: 17px;
  margin-left: 12px;
  transform: translateX(-12px);
  display: flex;
  align-items: center;
}

.connect-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transform: translateY(15px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.connect-links.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.connect-links::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  border-radius: 60px;
  opacity: 0.5;
  content: "";
}

.connect-links__control {
  display: block;
}

.connect-links__control .btn_black {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  padding: 15px 30px;
}

.connect-links__btn-mobile,
.connect-links__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.connect-links__btn {
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.connect-links__btn > svg {
  width: 30px;
  height: 30px;
}

.connect-links__btn:hover {
  background-color: #DCDEE0;
}

.connect-links__btn:active {
  background-color: #03132C;
}

.connect-links__btn_tel::before {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  background-color: #03132C;
  border-radius: 50%;
  content: "";
}

.connect-links__btn_tel .icon {
  width: 18px;
  height: 18px;
  color: white;
}

.connect-links__btn-mobile::before {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  background-color: #FF2D20;
  border-radius: 50%;
  content: "";
}

.connect-links__btn-mobile .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.connect-links__btn-mobile .icon-message {
  width: 24px;
  height: 24px;
  color: white;
  transition: 0.2s opacity 0.2s ease;
}

.connect-links__btn-mobile .icon-close {
  width: 16px;
  height: 16px;
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.connect-links__list {
  position: absolute;
  bottom: calc(100% + 50px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(20%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, height 0.2s ease;
  pointer-events: none;
}

.connect-links.is-open .connect-links__list {
  opacity: 1;
  pointer-events: auto;
}

.connect-links.is-open .connect-links__btn-mobile .icon-message {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.connect-links.is-open .connect-links__btn-mobile .icon-close {
  display: block;
  opacity: 1;
  transition: 0.2s opacity 0.2s ease;
}

.modal {
  background-color: white;
  border-radius: 20px;
}

.modal__content {
  max-width: calc(100% - 14px);
}

.modal .fancybox-button {
  position: absolute;
  width: 46px;
  height: 46px;
  padding: 4px;
}

.modal .fancybox-button svg {
  width: 36px;
  height: 36px;
  color: #848C92;
  transition: color 0.3s ease;
}

.modal .fancybox-button svg:hover {
  color: #03132C;
}

.modal .fancybox-button.fancybox-close-small {
  top: 5px;
  right: 5px;
}

.modal__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.modal_success-send {
  width: 740px;
  max-height: 95vh;
  padding: 126px 20px 110px;
  overflow: hidden;
}

.modal_success-send .fancybox-button {
  top: 10px;
  right: 10px;
}

.modal_success-send .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 356px;
  margin: 0 auto 40px;
  text-align: center;
}

.modal_success-send .modal__slider {
  position: relative;
  container-type: inline-size;
  overflow: visible;
}

.modal_success-send .modal__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

.modal_success-send .modal__wrap-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #59606A;
}

.modal_success-send.modal_success-cv-send {
  padding: 60px 15px;
}

.modal_success-send.modal_success-cv-send .modal__content {
  width: 250px;
}

.modal_success-send.modal_success-cv-send .slide-sections {
  display: none;
}

.modal_request-cv {
  padding: 0;
}

.modal_request-cv .request-form_vacancy .request-form__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_request-cv .request-form_vacancy .request-form__bottom {
  display: none;
}

.modal_request-cv .request-form_vacancy .request-form__wrap-text {
  display: block;
}

.modal_text-us {
  padding: 0;
}

.modal_text-us .request-form_text-us .request-form__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_text-us .request-form_text-us .request-form__bottom {
  display: none;
}

.modal_text-us .request-form_text-us .request-form__wrap-text {
  display: block;
}

.slide-sections {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 278px;
  margin: auto;
}

.slide-sections__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transform: translateY(40px);
  opacity: 0;
}

.slide-sections__item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-sections__item.is-active .slide-sections__wrap-img:nth-child(2),
.slide-sections__item.is-active .slide-sections__wrap-img:nth-child(3) {
  width: 200px;
  transition: transform 0.4s ease;
}

.slide-sections__item.is-active .slide-sections__wrap-img:nth-child(2) {
  transform: translateX(-137px);
}

.slide-sections__item.is-active .slide-sections__wrap-img:nth-child(3) {
  transform: translateX(137px);
}

.slide-sections__item.is-active .slide-sections__wrap-btn {
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.slide-sections__item.is-hide {
  transform: translateY(0);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide-sections__item.is-hide .slide-sections__wrap-img:nth-child(2),
.slide-sections__item.is-hide .slide-sections__wrap-img:nth-child(3) {
  transition: transform 0.4s ease;
}

.slide-sections__item.is-hide .slide-sections__wrap-img:nth-child(2) {
  transform: translateX(0);
}

.slide-sections__item.is-hide .slide-sections__wrap-img:nth-child(3) {
  transform: translateX(0);
}

.slide-sections__item.is-hide .slide-sections__wrap-btn {
  transform: translateY(-40px);
  transition: transform 0.6s ease;
}

.slide-sections__wrap-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.slide-sections__wrap-img::before {
  display: block;
  width: 100%;
  padding-top: 71.5%;
  content: "";
}

.slide-sections__wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-sections__wrap-img:nth-child(2),
.slide-sections__wrap-img:nth-child(3) {
  position: absolute;
  top: 24px;
  z-index: 1;
  width: 300px;
}

.slide-sections__wrap-img:nth-child(2) {
  left: 0;
}

.slide-sections__wrap-img:nth-child(3) {
  right: 0;
}

.slide-sections__wrap-btn {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translateY(-40px);
}

.filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.filter__item {
  cursor: pointer;
}

.filter__item.disabled {
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.filter__item.disabled span {
  color: #DCDEE0;
  background-color: #F0F3F5;
}

.filter__item input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  clip: rect(0 0 0 0);
}

.filter__item input:checked + span {
  color: #FFF;
  background-color: #03132C;
}

.filter__item span {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: block;
  padding: 10px 20px;
  background-color: white;
  border-radius: 40px;
  transition: background 0.3s ease, color 0.3s ease;
}

.filter__item:hover span {
  background-color: #DCDEE0;
}

.filter .select-year,
.filter .select-tag {
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

.filter .select-year .select__button,
.filter .select-tag .select__button {
  padding: 10px 20px;
  border-radius: 40px;
}

.filter .select-year .select__button.filled,
.filter .select-tag .select__button.filled {
  background-color: #03132C;
}

.filter .select-year .select__button.filled .icon,
.filter .select-tag .select__button.filled .icon {
  color: #FFF;
}

.filter .select-year .select__roster,
.filter .select-tag .select__roster {
  width: auto;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #DCDEE0;
  box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.1);
}

.filter .select-year .select__label,
.filter .select-tag .select__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.service-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}

.service-block .tags-list .btn {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.service-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #03132C;
  transition: color 0.2s ease-in-out;
}

.service-block__wrap-text {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.service-block .btn {
  margin-top: auto;
  margin-bottom: 0;
}

.service-block__top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  text-decoration: none;
}

.service-block__top::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
}

.service-block__top:hover .service-block__title {
  color: #FF2D20;
}

.service-block__top:hover .icon {
  color: #FF2D20;
  transform: translateX(2px);
}

.service-block__top-left {
  display: flex;
  flex-direction: column;
}

.service-block__top-right .icon {
  width: 14px;
  height: 14px;
  color: #848C92;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.service-block__category {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.service-block__img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: auto;
}

.service-block__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-block__service {
  height: 28px;
  margin-top: 20px;
}

.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.show-more .btn {
  width: 260px;
}

.show-more-full-width {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.show-more-full-width .btn {
  width: 100%;
}

.page-head {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-head__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.page-head__wrap-text {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.page-head__title {
  order: -1;
}

.page-head .tags-list {
  gap: 10px;
  order: -1;
}

.page-head .tags-list a {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  padding: 4px 10px;
}

.page-head__general-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.page-head__wrap-btn {
  margin-top: 20px;
}

.page-head__wrap-btn .btn {
  padding-right: 40px;
  padding-left: 40px;
}

.page-head__wrap-img {
  position: relative;
  z-index: 1;
  height: calc(100vw - 160px);
}

.page-head__wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 10px;
}

.page-head__wrap-img::after {
  position: absolute;
  bottom: 0;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 50%;
  background-color: white;
  content: "";
}

.page-head__wrap-video {
  position: relative;
  z-index: 1;
}

.page-head__wrap-video iframe {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 10px;
}

.page-head__wrap-video::after {
  position: absolute;
  bottom: 0;
  left: calc((50vw - 50%) * -1);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 50%;
  background-color: white;
  content: "";
}

.page-head__date {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #848C92;
}

.page-head__view-count {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #848C92;
}

.page-head__img-slider {
  position: relative;
  width: 100%;
}

.page-head__img-slider::after {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 69.6%;
  content: "";
}

.page-head__img-slider .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 7px 8px 0 rgba(64, 89, 105, 0.231372549);
  transition: transform 1s ease, opacity 1s ease;
}

.page-head__img-slider .wrap-img.is-next {
  z-index: -1;
  transform: translateX(18%) scale(0.8);
}

.page-head__img-slider .wrap-img.is-last {
  z-index: -2;
  transform: translateX(35%) scale(0.6);
  transition: transform 1s ease, 0.5s opacity 0.5s ease;
}

.page-head__img-slider .wrap-img.is-hide {
  z-index: 1;
  transform: translateX(-20%) scale(1.1);
  opacity: 0;
}

.page-head__img-slider .wrap-img::after {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 79.4%;
  content: "";
}

.page-head__img-slider .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-head_article {
  margin-bottom: 20px;
}

.page-head_article .page-head__titles {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.page-head_article .page-head__content {
  order: 1;
}

.page-head_article .page-head__title {
  order: 0;
}

.page-head_article .page-head__stats {
  display: flex;
  grid-column-start: 2;
  gap: 30px;
}

.page-head_article .page-head__view-count {
  white-space: nowrap;
}

.page-head_article .page-head__date {
  width: 100%;
}

.page-head_article .page-head__wrap-img img {
  height: 100%;
}

.page-head_article .page-head__wrap-img::after {
  display: none;
}

.page-head_service {
  padding-bottom: 40px;
}

.page-head_service .page-head__titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-head_case {
  flex-direction: column-reverse;
  padding-bottom: 30px;
}

.page-head_case .tags-list {
  gap: 10px;
  order: -1;
}

.page-head_case .tags-list a {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  padding: 4px 10px;
}

.page-head_case .page-head__wrap-video iframe {
  height: calc(100vw - 160px);
}

.page-head_case .page-head__wrap-video::after {
  display: none;
}

.page-head_case .page-head__wrap-img {
  height: calc(100vw - 160px);
}

.page-head_case .page-head__wrap-img img {
  width: 100%;
  height: 100%;
}

.page-head_case .page-head__wrap-img::after {
  display: none;
}

.page-head_case .page-head__wrap-text {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  color: #848C92;
}

.section-project-content:not(:last-child),
.section-project-task-dev:not(:last-child),
.section-project-slider:not(:last-child),
.section-block-change:not(:last-child),
.section-project-result-dev:not(:last-child) {
  margin-bottom: 40px;
}

.project {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.project__title-h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}

.project__title-h1:not(:last-child) {
  margin-top: 20px;
}

.project__title-h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
}

.project__title-h2:not(:last-child) {
  margin-top: 20px;
}

.project__content {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.project__content p {
  margin-bottom: 20px;
}

.project__content iframe {
  width: 100%;
}

.project p:not(:last-child) {
  margin-bottom: 20px;
}

.project__slider-content {
  display: none;
}

.project__slider-content.active {
  display: block !important;
}

.project__slider-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.project__slider-tabs-item {
  position: relative;
  width: 80px;
  margin: 0 10px;
  padding-bottom: 20px;
  color: #03132C;
  text-align: center;
  cursor: pointer;
}

.project__slider-tabs-item.active {
  color: #FF2D20;
}

.project__slider-tabs-item.active svg path {
  fill: #FF2D20 !important;
}

.project__slider-tabs-item.active::after {
  color: #FF2D20;
}

.project__slider-tabs-item::after {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #848C92;
  transform: translate(-50%, 0);
  content: attr(data-name);
}

.project__inner + .project-result:not(:first-child) {
  margin-top: 20px;
}

.block-box-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block-box-card__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  font-family: "Manrope", sans-serif;
  background-color: #F0F3F5;
  border-radius: 20px;
}

.block-box-card__item.is-red .block-box-card__value,
.block-box-card__item.is-red .block-box-card__title {
  color: #FF2D20;
}

.block-box-card__item.is-red a {
  color: #FF2D20;
}

.block-box-card__item.is-red a:hover {
  color: #03132C;
}

.block-box-card__item a {
  transition: color 0.1s ease-in-out;
}

.block-box-card__item a:hover {
  color: #FF2D20;
}

.block-box-card__value {
  margin-bottom: 20px;
}

.block-box-card__caption {
  margin-bottom: 20px;
  color: #59606A;
}

.block-box-card__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #03132C;
}

.block-box-card__title:not(:last-child) {
  margin-bottom: 20px;
}

.block-box-card__title:empty {
  margin-bottom: 0;
}

.block-box-card__link {
  align-self: start;
  color: #FF2D20;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.block-change {
  width: calc(100vw - 20px);
  margin-left: calc(50% - 50vw + 10px);
  padding: 2.6% 2% 0;
  background-color: #03132C;
  border-radius: 10px;
}

.block-change__caption {
  padding: 1% 4px;
  color: #848C92;
  font-size: 2vw;
  line-height: 1.4;
  text-align: center;
}

.block-change .twentytwenty-container img {
  width: 100%;
}

.block-change .device-surface-book {
  width: 100%;
  max-width: 100%;
}

.block-change .device-surface-book .device-frame {
  width: 100%;
}

.block-change .device-frame {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.block-change .device-stripe,
.block-change .device-header,
.block-change .device-sensors,
.block-change .device-btns,
.block-change .device-power {
  display: none;
}

.figure-block {
  width: 100%;
}

.figure-block img {
  width: 100%;
  height: auto !important;
}

.figure-block__caption {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  margin-top: 10px;
  color: #848C92;
}

.project-result {
  margin-bottom: 40px;
}

.project-result:not(:first-child) {
  margin-top: 40px;
}

.project-result__grid {
  display: flex;
  flex-direction: column;
}

.project-result__grid:not(:last-child) {
  margin-bottom: 40px;
}

.project-result__grid.is-column .project-result__value {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.project-result__grid.is-column .project-result__value:last-child {
  margin-bottom: 0;
}

.project-result__description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  width: 100%;
}

.project-result__description p {
  margin-bottom: 20px;
}

.project-result__grid-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.project-result__grid-col:last-child {
  margin-bottom: 0;
}

.project-result__value {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #F0F3F5;
  border-radius: 20px;
}

.project-result__value:last-child {
  margin-bottom: 0;
}

.project-result__value-count {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FF2D20;
}

.project-result__value-caption {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.technology__row {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #C9D0D5;
}

.technology__title {
  color: #FF2D20;
}

.technology__list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.technology__item {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.tooltipe {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 16px;
  background-color: #DCDEE0;
  border-radius: 50%;
  cursor: help;
}

.tooltipe::before {
  content: "?";
}

.technology__list {
  position: relative;
}

[data-tooltype] {
  position: static;
}

[data-tooltype]::after {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  z-index: 1;
  display: block;
  width: 280px;
  padding: 20px;
  background: #F0F3F5;
  content: none;
}

[data-tooltype]:hover,
[data-tooltype]:focus {
  outline: transparent;
}

[data-tooltype]:hover::after,
[data-tooltype]:focus::after {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  content: attr(data-tooltype-text);
}

.gallery-img {
  width: 100vw;
  margin-left: calc((50vw - 50%) * -1);
  overflow: visible;
}

.gallery-img_about .gallery-img__item {
  height: calc(100vw - 120px);
  max-height: 420px;
}

.gallery-img__item {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
  margin-right: 10px;
}

.gallery-img__item::after {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 63%;
  content: "";
}

.gallery-img__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.gallery-img__item.is-selected img {
  transform: scale(1);
}

.gallery-img .flickity-button.previous {
  left: calc(50vw - calc(100% - 20px) / 2);
}

.gallery-img .flickity-button.next {
  right: calc(50vw - calc(100% - 20px) / 2);
}

.gallery-img .flickity-page-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.functionality {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 40px;
}

.functionality__row {
  padding: 10px 0;
  border-top: 1px solid #DCDEE0;
}

.functionality__row:last-child {
  border-bottom: 1px solid #DCDEE0;
}

.functionality__item .tooltipe {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.functionality__caption {
  display: inline;
}

.project-slider .device-surface-book {
  max-width: 728px;
  margin: 0 auto;
}

.project-slider .device-surface-book .device-frame {
  width: calc(100% - 40px);
}

.project-slider .device-surface-book .device-btns::after {
  left: 36px;
  width: 10px;
}

.project-slider .device-surface-book .device-btns::before {
  left: 58px;
  width: 34px;
}

.project-slider .device-surface-book .device-power::before {
  width: calc(100% - 40px);
}

.project-slider .device-surface-book .slick-list {
  border-radius: 2px;
}

.project-slider .device-surface-pro {
  max-width: 701px;
  margin: 0 auto;
  padding: 0 20px;
}

.project-slider .device-surface-pro .device-btns::after {
  left: 36px;
  width: 10px;
}

.project-slider .device-surface-pro .device-btns::before {
  left: 58px;
  width: 34px;
}

.project-slider .device-galaxy-s8 {
  max-width: 170px;
  margin: 0 auto;
}

.project-slider__inner {
  position: relative;
}

.project-slider__preview {
  max-width: 700px;
  margin: 20px auto 0;
}

.project-slider__list img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.project-slider__preview-item {
  margin: 0 5px 20px;
}

.project-slider__preview-item img {
  display: block;
  width: 60px;
  height: 40px;
  object-fit: cover;
  object-position: top center;
  cursor: pointer;
}

.project-slider .flickity-button.previous {
  left: calc((50vw - 50%) * -1 + 10px);
}

.project-slider .flickity-button.next {
  right: calc((50vw - 50%) * -1 + 10px);
}

.block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  font-family: "Manrope", sans-serif;
  background-color: #F0F3F5;
  border-radius: 20px;
}

.block__item.is-red .block__title {
  color: #FF2D20;
}

.block__item.is-red:hover .block__title {
  color: #03132C;
}

.block__title {
  margin-bottom: 20px;
}

.block__text {
  color: #59606A;
}

.mobile-list-submenu {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
}

.mobile-list-submenu__item {
  margin-bottom: 10px;
}

.mobile-list-submenu__item:last-child {
  margin-bottom: 0;
}

.mobile-list-submenu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  width: 100%;
  padding: 20px 30px;
  color: inherit;
  text-decoration: none;
  background-color: white;
  border-radius: 10px;
}

.mobile-list-submenu__link:hover {
  color: #FF2D20;
}

.mobile-list-submenu__link:active {
  color: #C81111;
}

.modal-solo-menu {
  display: block;
  width: 100%;
  max-width: 562px;
  padding: 56px 48px 64px;
  background-color: #F0F3F5;
}

.modal-solo-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.modal-solo-menu__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.modal-solo-menu .btn_close {
  width: 30px;
  height: 30px;
}

.modal-solo-menu .btn_close::before,
.modal-solo-menu .btn_close::after {
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 2px;
}

.modal-solo-menu .fancybox-close-small {
  top: 44px;
  right: 41px;
}

.modal-solo-menu .mobile-list-submenu {
  width: -webkit-fit-content;
  width: fit-content;
}

.company-doc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 20px;
}

.company-doc__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.company-doc__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.company-doc__list li {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #C9D0D5;
}

.company-doc__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-doc__list li a {
  color: inherit;
  text-decoration: none;
}

.company-doc__list li a:hover {
  text-decoration: underline;
}

.company-doc__label {
  color: #848C92;
}

.company-doc__wrap-btn .btn {
  width: 100%;
}

.block-minfin {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
}

.block-minfin:not(:first-child) {
  margin-top: 20px;
}

.block-minfin__top-line {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #59606A;
}

.block-minfin__top-line p {
  max-width: 424px;
}

.block-minfin__top-line p span {
  color: #03132C;
}

.block-minfin__wrap-img {
  width: 230px;
  min-width: 230px;
}

.block-minfin__wrap-img img {
  width: 100%;
}

.block-minfin__bottom {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.block-minfin__bottom a {
  color: #FF2D20;
  transition: color 0.3s ease;
}

.block-minfin__bottom a:hover {
  color: #C81111;
}

.block-minfin__bottom a:active {
  color: #FF2D20;
  transition: none;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-list__item {
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
}

.contacts-list__item a {
  color: inherit;
}

.contacts-list__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.contacts-list__item:not(.contacts-list__item_vacancy) a {
  transition: opacity 0.3s ease;
}

.contacts-list__item:not(.contacts-list__item_vacancy) a:hover {
  opacity: 0.7;
}

.contacts-list__item:not(.contacts-list__item_vacancy) a:active {
  opacity: 1;
  transition: none;
}

.contacts-list__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.contacts-list__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.contacts-list__link:last-child {
  margin-bottom: 0;
}

.contacts-list__link img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.contacts-list__link_line {
  text-decoration: underline;
}

.contacts-list__link_line:hover {
  text-decoration: none;
  opacity: 1;
}

.contacts__map {
  width: 100%;
  height: 327px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.request-block {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px 24px 22px;
  font-family: "Manrope", sans-serif;
  background-color: #F0F3F5;
  border-radius: 20px;
}

.request-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}

.request-block__title span {
  color: #FF2D20;
}

.request-block__wrap-btn {
  max-width: 250px;
}

.request-block__wrap-btn .btn {
  width: 100%;
}

.request-block__icon {
  width: 50px;
  height: 50px;
}

.request-block__icon svg {
  width: 100%;
  height: 100%;
}

.request-block__left {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.request-block__text {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.request-block__text a {
  display: block;
  color: #FF2D20;
}

.list-check {
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
}

.list-check__item {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
}

.list-check__item::after {
  background-image: url("/local/templates/main2024/css/../img/sprite.svg#check-gray");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #F0F3F5;
  background-position: center;
  background-size: 12px;
  border-radius: 50%;
  content: "";
}

.list-check__item .list-check__title:not(:last-child) {
  margin-bottom: 10px;
}

.list-check__title {
  font-weight: 700;
}

.question-answer-list {
  margin: 20px 0;
}

.question-answer-list li {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 0;
  color: #59606A;
  border-top: 2px solid #E3E3E3;
}

.question-answer-list li span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  max-width: 258px;
  color: #03132C;
}

.breadcrumbs {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: flex;
  gap: 10px;
  color: #848C92;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  display: block;
  margin-left: 10px;
  color: #848C92;
  content: "/";
}

.breadcrumbs li:not(:last-child) a {
  transition: opacity 0.3s ease;
}

.breadcrumbs li:not(:last-child) a:hover {
  opacity: 0.7;
}

.breadcrumbs li:not(:last-child) a:active {
  opacity: 1;
}

.breadcrumbs li:last-child {
  pointer-events: none;
}

.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs._color-white {
  color: #FFF;
}

.breadcrumbs._color-white li:not(:last-child) a {
  transition: opacity 0.3s ease;
}

.breadcrumbs._color-white li:not(:last-child) a:hover {
  color: #FFF;
  opacity: 0.7;
}

.breadcrumbs._color-white li:not(:last-child) a:active {
  color: #FFF;
  opacity: 1;
}

.breadcrumbs._color-white li::after {
  color: #FFF;
}

.about-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  background-color: #FF2D20;
}

.about-banner__container {
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
}

.about-banner__content {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.about-banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 24px;
}

.about-banner p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.about-banner__wrap-btn {
  margin-top: 20px;
}

.about-banner__illustration {
  flex: 1;
  padding: 15px;
}

.about-banner__images {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  min-height: calc(100vw - 100px);
  margin-top: 30px;
}

.about-banner__images > :nth-child(1) {
  grid-area: 1/1/1/3;
}

.about-banner__images > :nth-child(2) {
  grid-area: 2/1/2/2;
}

.about-banner__images > :nth-child(3) {
  grid-area: 2/2/2/2;
}

.about-banner__images > :nth-child(4) {
  grid-area: 1/3/3/5;
}

.about-banner__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.illustration-dev {
  position: relative;
}

.illustration-dev::before {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.illustration-dev__wrap-round-bg svg,
.illustration-dev__wrap-round-sm svg,
.illustration-dev__wrap-round-center svg {
  width: 100%;
  height: 100%;
}

.illustration-dev__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FF2D20;
  border-radius: 50%;
}

.illustration-dev__wrap-round-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(206deg);
  animation: il-dev-bg 30s linear infinite;
}

.illustration-dev__wrap-round-bg .illustration-dev__title {
  top: 39%;
  left: 89%;
  width: 20%;
  height: 20%;
  font-size: 8px;
  border: 3px solid white;
  transform: rotate(-206deg) translateZ(1px);
  animation: il-dev-title-bg 30s linear infinite;
}

.illustration-dev__wrap-round-sm {
  position: absolute;
  top: 15.6%;
  left: 15.6%;
  width: 68.8%;
  height: 68.8%;
  transform: rotate(115deg);
  animation: il-dev-sm 20s linear infinite;
}

.illustration-dev__wrap-round-sm .illustration-dev__title {
  top: -8%;
  left: 59%;
  width: 22.6%;
  height: 22.6%;
  font-size: 8px;
  border: 3px solid white;
  transform: rotate(-115deg) translateZ(1px);
  animation: il-dev-title-sm 20s linear infinite;
}

.illustration-dev__wrap-round-center {
  position: absolute;
  top: 32.65%;
  left: 32.65%;
  width: 34.7%;
  height: 34.7%;
}

.illustration-dev__wrap-round-center .illustration-dev__title {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: transparent;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes il-dev-title-bg {
  from {
    transform: rotate(-206deg) translateZ(1px);
  }

  to {
    transform: rotate(-566deg) translateZ(1px);
  }
}

@keyframes il-dev-title-sm {
  from {
    transform: rotate(-115deg) translateZ(1px);
  }

  to {
    transform: rotate(245deg) translateZ(1px);
  }
}

@keyframes il-dev-bg {
  from {
    transform: rotate(206deg);
  }

  to {
    transform: rotate(566deg);
  }
}

@keyframes il-dev-sm {
  from {
    transform: rotate(115deg);
  }

  to {
    transform: rotate(-245deg);
  }
}

.info-block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.info-block-list__item {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  width: 100%;
  padding: 20px;
  font-family: "Manrope", sans-serif;
  background-color: white;
  border-radius: 20px;
}

.info-block-list__item p:not([class]):not(:last-child) {
  margin-bottom: 20px;
}

.info-block-list__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #FF2D20;
}

.info-block-list_target {
  gap: 50px;
}

.info-block-list_target .info-block-list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
}

.info-block-list_target .info-block-list__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  width: 55%;
  margin-bottom: 22px;
  color: #03132C;
}

.info-block-list_target .info-block-list__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #59606A;
}

.info-block-list_row-4 {
  gap: 20px 12px;
}

.info-block-list_row-4 .info-block-list__item {
  padding: 20px;
  border-radius: 10px;
}

.info-block-list_row-4 .info-block-list__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.banner-img {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 312px;
  padding: 20px;
  overflow: hidden;
  color: #FFF;
  border-radius: 10px;
}

.banner-img__wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.banner-img__content {
  display: flex;
  gap: 24px;
  max-width: 261px;
  margin-top: auto;
  margin-bottom: 0;
}

.banner-img__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.banner-img__wrap-logo {
  display: none;
  color: #FF2D20;
}

.banner-img__wrap-logo svg {
  width: 60px;
  height: 22px;
}

.error-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.error-block__content {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
}

.error-block__code {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.error-block__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.error-block__wrap-btn {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.error-block__wrap-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.error-block__wrap-img svg {
  width: 182px;
  height: auto;
}

.vacancies-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  min-height: 290px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
}

.vacancies-card:hover .vacancies-card__title {
  color: #FF2D20;
}

.vacancies-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #03132C;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

.vacancies-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #03132C;
}

.vacancies-card__price span {
  color: #59606A;
}

.vacancies-card__experience {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  margin-top: 20px;
}

.vacancies-card__experience span {
  color: #59606A;
}

.vacancies-card__conditions {
  display: block;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-bottom: 20px;
  color: #03132C;
}

.vacancy-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-bottom: 20px;
}

.vacancy-list__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.vacancy-features {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vacancy-features_white {
  display: none;
}

.vacancy-features__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.vacancy-features__text {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-top: 10px;
}

.vacancies-nodata {
  margin: 20px 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.vacancies-nodata__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #848C92;
}

.vacancy-detail-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.vacancy-detail-head__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.vacancy-detail-head__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-flow: wrap row;
  gap: 20px;
}

.vacancy-detail-head__price span {
  color: #848C92;
}

.vacancy-detail-head__experience {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.vacancy-detail-head__experience span {
  color: #59606A;
}

.vacancy-detail-head__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vacancy-detail-head__social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.vacancy-detail-head__phone {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-left: 10px;
  color: #03132C;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

.vacancy-detail-head__phone:hover,
.vacancy-detail-head__phone:focus {
  color: #FF2D20;
}

.vacancy-detail-head__phone:active {
  color: #C81111;
}

.services-card {
  min-height: 100%;
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
}

.services-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.services-card__title a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.services-card__title a:hover {
  color: inherit;
  text-decoration: none;
}

.services-card__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.services-card__list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-fit-content;
  width: fit-content;
  color: #03132C;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.services-card__list a:hover {
  text-decoration: none;
}

.services-card__list.red-links a {
  width: -webkit-fit-content;
  width: fit-content;
  color: #FF2D20;
  text-decoration: none;
  cursor: no-drop;
}

.services-card__list.red-links a:hover,
.services-card__list.red-links a:active,
.services-card__list.red-links a:focus {
  color: #FF2D20;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-list .services-card {
  width: 100%;
}

.section_photo {
  width: 100%;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #F0F3F5;
}

.section_photo .container,
.section_photo .block-photo {
  height: 100%;
}

.section_photo .container .block-photo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section_photo .container .block-photo .content {
  margin-bottom: 0;
}

.section_photo .container .block-photo .btn-down,
.section_photo .container .block-photo .block-photo__images {
  display: none;
}

.section_photo .container .block-photo .head .head__subtitle {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.section_photo .container .block-photo .head .head__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  margin-top: 22px;
  font-weight: 400;
}

.section_photo .container {
  width: 100%;
}

.block-icon-circle {
  margin-top: 20px;
}

.block-icon-circle__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-icon-circle__title {
  color: #FF2D20;
  font-weight: 400;
  font-size: 18px;
}

.project-list-line-service {
  margin-bottom: 70px;
}

.project-list-line-service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.project-list-line-service__item {
  width: 100%;
  min-height: 257px;
  padding: 10px;
  background-color: #F0F3F5;
  border-radius: 20px;
}

.project-list-line-service__item .tags-list {
  display: none;
}

.project-block-service {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
}

.project-block-service__content {
  display: flex;
  flex-direction: column;
}

.project-block-service__content-head {
  align-self: start;
  margin-top: 0;
  color: #03132C;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-block-service__content-head:hover {
  color: #FF2D20;
}

.project-block-service__content-head:active {
  color: #C81111;
  transition: none;
}

.project-block-service__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.project-block-service__content-description {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  margin-top: 20px;
  color: #59606A;
}

.project-block-service__images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 173px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.project-block-service__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-block-service {
  display: block;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  background-color: #F0F3F5;
  border-radius: 20px;
  transition: transform 0.2s ease-out;
}

.blog-block-service:hover {
  transform: translateY(-4px);
  transition: transform 0.7s ease-out;
}

.blog-block-service:hover .blog-block__title {
  color: #FF2D20;
}

.blog-block-service__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-block-service__content-head {
  margin-top: 0;
  margin-bottom: auto;
}

.blog-block-service__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.blog-block-service__content-description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #59606A;
}

.blog-list-block-service__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promotoion-strategy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.promotoion-strategy__item {
  padding: 20px;
  background-color: #F0F3F5;
  border-radius: 15px;
}

.promotoion-strategy__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #FF2D20;
  font-weight: 500;
}

.promotoion-strategy__description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #03132C;
}

.how-we-work {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}

.how-we-work__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
}

.how-we-work__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #03132C;
}

.how-we-work__description {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

.box-info:not(:first-child) {
  margin-top: 40px;
}

.box-info:not(:last-child) {
  margin-bottom: 40px;
}

.box-info .box-info_title img {
  display: inline-block;
  width: auto;
  margin: 0;
}

.sas-calc__title,
.ltv-calc__title {
  margin-bottom: 40px;
  color: #03132C;
  font-weight: 700;
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  line-height: 22px;
}

.sas-calc__container,
.ltv-calc__container {
  display: flex;
}

.sas-calc__calculation,
.ltv-calc__calculation {
  width: 100%;
  max-width: 498px;
}

.sas-calc__calculation > * + *,
.ltv-calc__calculation > * + * {
  margin-top: 30px;
}

.sas-calc__button,
.ltv-calc__button {
  display: flex;
  width: 100%;
  max-width: 178px;
}

.sas-calc__input-container > * + *,
.ltv-calc__input-container > * + * {
  margin-top: 20px;
}

.sas-calc__input-item,
.ltv-calc__input-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sas-calc__label,
.ltv-calc__label {
  margin-bottom: 3px;
  color: #03132C;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  line-height: 22px;
}

.sas-calc__input-client,
.sas-calc__input,
.ltv-calc__input {
  width: 100%;
  padding: 10px 25px 6px 11px;
  color: #03132C;
  font-weight: 400;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  line-height: 24px;
}

.sas-calc__input-client:focus,
.sas-calc__input:focus,
.ltv-calc__input:focus {
  outline: none;
}

.sas-calc__button[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.sas-calc__result,
.ltv-calc__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 437px;
  margin-left: 40px;
  padding-top: 60px;
  transition: all 0.3s ease-out;
}

.sas-calc__result > * + *,
.ltv-calc__result > * + * {
  margin-top: 25px;
}

.sas-calc__result-key,
.ltv-calc__result-key {
  color: #03132C;
  font-weight: 500;
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  line-height: 30px;
}

.sas-calc__result-value {
  text-align: center;
  word-break: break-all;
}

.sas-calc__result-value,
.ltv-calc__result-value {
  color: #FF2D20;
  font-weight: 500;
  font-size: 25px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  line-height: 25px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
}

.video-block.full {
  width: 100%;
}

.video-block.full .video-block__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 52.81%;
}

.video-block.full .video-block__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block__video-wrapper {
  width: 100%;
}

.video-block__video-wrapper iframe {
  width: 100%;
  height: 210px;
}

.video-block__video-wrapper iframe video {
  object-fit: cover !important;
}

.video-block__video-wrapper.full {
  position: relative;
  width: 100%;
  padding-top: 52.81%;
}

.video-block__video-wrapper.full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expertise-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
}

.expertise-card:hover .expertise-card__title {
  color: #FF2D20;
}

.expertise-card__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: auto;
  line-height: 1.3;
  color: #03132C;
  transition: color 0.2s ease-in-out;
}

.expertise-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vw - 180px);
  max-height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.expertise-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.industries-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 20px;
}

.industries-card:hover .industries-card__title {
  color: #FF2D20;
}

.industries-card:hover .industries-card__title-wrapper .icon {
  color: #FF2D20;
}

.industries-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: auto;
  color: #03132C;
  transition: color 0.2s ease-in-out;
}

.industries-card__title-wrapper {
  display: flex;
  justify-content: space-between;
}

.industries-card__title-wrapper .icon {
  width: 20px;
  height: 17px;
  color: #59606A;
}

.industries-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vw - 200px);
  max-height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.industries-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.select {
  position: relative;
}

.select__item {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  background-color: #FFF;
}

.select__label {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #03132C;
  font-size: 14px;
  line-height: 18px;
  border-radius: 40px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.1s ease-in-out;
}

.select__label:hover {
  background-color: #DCDEE0;
}

.select__label.is-active {
  color: #FFF;
  background-color: #03132C;
}

.select__label.disabled {
  color: #DCDEE0;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.select__button {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  white-space: nowrap;
  background-color: #FFF;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.select__button:hover {
  background-color: #DCDEE0;
}

.select__button .icon {
  display: flex;
  align-items: center;
  width: 8px;
  height: 6px;
  color: #03132C;
  transition: transform 0.3s ease-in-out;
}

.select__button.calendar-button {
  padding: 10px 20px;
  border-radius: 40px;
}

.select__button.calendar-button.filled {
  background-color: #03132C;
}

.select__button.calendar-button.filled .icon {
  color: #FFF;
}

.select__button-inner {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #03132C;
  font-size: 14px;
  line-height: 18px;
  transition: color 0.3s ease, background-color 0.1s ease-in-out;
}

.select__button-inner:not(.select__button-inner.placeholder) {
  color: #FFF;
}

.select__icon-color {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border-radius: 2px;
}

.select__roster {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-height: 252px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 12px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.select__roster.calendar {
  width: -webkit-fit-content;
  width: fit-content;
  max-height: 400px;
  padding: 20px 38px;
}

.select__roster.calendar .select__item {
  width: 80px;
}

.select__roster.calendar .select__label {
  padding: 10px 20px;
}

.select__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.select.open .select__roster {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.select.open .select__button {
  background-color: #03132C;
}

.select.open .select__button .icon {
  color: #FFF;
  transform: rotate(-180deg);
}

.select.open .select__button-inner {
  color: #FFF;
}

.service-info__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: #59606A !important;
  font-family: "Manrope", sans-serif !important;
  background-color: #FFF;
  border-radius: 20px;
}

.service-info__wrapper::after {
  opacity: 0;
}

.service-info__wrapper .service-info {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.6s ease;
  row-gap: 24px;
}

.service-info__wrapper .service-info.expanded-seo {
  max-height: 106px;
}

.service-info__wrapper .service-info.expanded-seo::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s ease;
  content: "";
}

.service-info__wrapper .service-info:nth-of-type(1) h2 {
  max-width: 183px;
}

.service-info__wrapper .service-info h2,
.service-info__wrapper .service-info h3,
.service-info__wrapper .service-info h4,
.service-info__wrapper .service-info h5,
.service-info__wrapper .service-info h6 {
  margin: 0 !important;
  padding: 0 !important;
  color: #0c1c34 !important;
  font-weight: 500 !important;
}

.service-info__wrapper .service-info h2 {
  font-size: 16px;
  line-height: 24px;
}

.service-info__wrapper .service-info h3 {
  font-size: 14px;
  line-height: 20px;
}

.service-info__wrapper .service-info h4,
.service-info__wrapper .service-info h5,
.service-info__wrapper .service-info h6 {
  font-size: 14px;
  line-height: 20px;
}

.service-info__wrapper .service-info p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.service-info__wrapper .service-info ul {
  margin-top: 12px;
}

.service-info__wrapper .service-info li {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.service-info__wrapper .service-info li:last-child {
  margin-bottom: 0;
}

.service-info__wrapper .service-info li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  content: "";
}

.service-info__wrapper div {
  position: relative;
}

.service-info__wrapper div button {
  position: absolute;
  top: 4px;
  right: 0;
  width: 52px;
  height: 40px;
  background-color: #F0F3F5;
  border-radius: 40px;
  cursor: pointer;
}

.service-info__wrapper div button::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M10.5552 8.76761L6.67801 4.98643L2.71875 8.84766' stroke='%2303132C' stroke-width='1.47917'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0) translateY(-50%) translateX(50%);
  transition: transform 0.3s ease;
  content: "";
}

.service-info__wrapper div button.expanded::after {
  transform: translateY(-50%) translateX(50%) rotate(-180deg);
}

.cookie {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  max-width: 300px;
  transition: all 0.3s ease;
  animation: cookies-show 0.5s ease-out 0.5s 1 backwards;
}

@keyframes cookies-show {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.cookie__wrapper {
  display: flex;
  flex-direction: column;
  padding: 17px 5px 5px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.12), 0 -24px 24px 0 rgba(0, 0, 0, 0.12);
  row-gap: 12px;
}

.cookie__text {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  max-width: 419px;
  margin-left: 12px;
  color: #03132C;
}

.cookie__btn {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  height: 54px;
  color: #03132C;
  text-wrap: nowrap;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-inline: 30px;
}

.cookie__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cookie .btn-accept {
  color: #FFF;
  background-color: #03132C;
}

.cookie .btn-accept:hover {
  background-color: #59606A;
}

.cookie .btn-accept:active {
  background-color: #03132C;
}

.cookie .btn-tune {
  background-color: #F0F3F5;
}

.cookie .btn-tune:hover {
  background-color: #DCDEE0;
}

.cookie .btn-tune:active {
  color: #FFF;
  background-color: #03132C;
}

.cookie .btn-refuse {
  background-color: inherit;
}

.cookie .btn-refuse:hover {
  background-color: #DCDEE0;
}

.cookie .btn-refuse:active {
  color: #FFF;
  background-color: #03132C;
}

.cookie-configuration {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-10%);
  opacity: 0;
  transition: all 0.3s ease;
}

.cookie-configuration__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  padding: 5px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.12);
  row-gap: 12px;
}

.cookie-configuration__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 12px 0;
  row-gap: 10px;
}

.cookie-configuration__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.cookie-configuration__text {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.cookie-configuration__option-list {
  display: flex;
  flex-direction: column;
}

.cookie-configuration__option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.5px dashed #59606a;
}

.cookie-configuration__option-item:nth-child(1) {
  align-items: start;
  border-top: 0.5px dashed #59606a;
}

.cookie-configuration__name {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.cookie-configuration__name:nth-child(1) {
  max-width: 177px;
}

.cookie-configuration__state {
  font-weight: 400;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  font-weight: 700;
}

.cookie-configuration__btn {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  height: 48px;
  color: #03132C;
  text-wrap: nowrap;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-inline: 30px;
}

.cookie-configuration__btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 5px;
}

.cookie-configuration__btn-switch {
  position: relative;
  width: 50px;
  height: 28px;
  background-color: #F0F3F5;
  border-radius: 40px;
  cursor: pointer;
}

.cookie-configuration__btn-switch-item {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #C9D0D5;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.cookie-configuration__btn-switch[aria-pressed=true] > .cookie-configuration__btn-switch-item {
  background-color: #0c1c34;
}

.cookie-configuration .btn-accept-modal {
  color: #FFF;
  background-color: #03132C;
}

.cookie-configuration .btn-accept-modal:hover {
  background-color: #59606A;
}

.cookie-configuration .btn-accept-modal:active {
  background-color: #03132C;
}

.cookie-configuration .btn-tune-modal {
  background-color: #F0F3F5;
}

.cookie-configuration .btn-tune-modal:hover {
  background-color: #DCDEE0;
}

.cookie-configuration .btn-tune-modal:active {
  color: #FFF;
  background-color: #03132C;
}

.cookie-configuration .btn-refuse-modal {
  background-color: inherit;
}

.cookie-configuration .btn-refuse-modal:hover {
  background-color: #DCDEE0;
}

.cookie-configuration .btn-refuse-modal:active {
  color: #FFF;
  background-color: #03132C;
}

.project-example {
  margin-bottom: 20px;
}

.project-example__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.project-example__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.technology-stack__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}

.technology-stack__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  column-gap: 12px;
}

.technology-stack__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
}

.technology-stack__technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.technology-stack__area {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.technology-stack__technology {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}

@media screen and (min-width: 480px) {
  .container_gray {
    padding: 60px 0;
  }

  .user-typography .project-list-line .project-block__title {
    min-height: 66px;
  }

  .mobile-menu .btn_close {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mobile-menu .logo {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .project-block__images {
    height: 325px;
  }

  .block-logo__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .block-logo__item:nth-child(n+9) {
    display: block;
  }

  .block-logo__item:nth-child(n+13) {
    display: none;
  }

  .block-logo__item:nth-child(n+9) {
    display: block;
  }

  .block-logo__item:nth-child(n+13) {
    display: none;
  }

  .list-links-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal_success-send {
    padding: 126px 38px 110px;
  }

  .slide-sections {
    width: 389px;
  }

  .slide-sections__item.is-active .slide-sections__wrap-img:nth-child(2),
  .slide-sections__item.is-active .slide-sections__wrap-img:nth-child(3) {
    width: 300px;
  }

  .page-head__wrap-img {
    height: calc(100vw - 220px);
    max-height: 300px;
  }

  .page-head__img-slider::after {
    padding-top: 49.6%;
  }

  .page-head__img-slider .wrap-img {
    left: 40px;
    width: calc(100% - 40px - 170px);
  }

  .page-head_case .page-head__wrap-video iframe {
    height: calc(100vw - 220px);
    max-height: 300px;
  }

  .page-head_case .page-head__wrap-img {
    height: calc(100vw - 220px);
    max-height: 300px;
  }

  .company-doc__list li {
    flex-direction: row;
    padding: 0 0 5px;
  }

  .company-doc__label {
    width: 200px;
  }

  .company-doc__value {
    width: calc(100% - 200px - 5px);
    max-width: 260px;
  }

  .contacts-list {
    flex-flow: row wrap;
  }

  .contacts-list__item {
    width: calc(50% - 10px);
    min-height: 230px;
  }

  .about-banner__images {
    min-height: calc(100vw - 230px);
  }

  .info-block-list_target .info-block-list__item {
    display: flex;
    gap: 34px;
    width: 100%;
  }

  .info-block-list_target .info-block-list__title {
    width: 170px;
  }

  .info-block-list_target .info-block-list__content {
    width: calc(100% - 234px);
  }

  .info-block-list_row-4 .info-block-list__item {
    width: calc(50% - 6px);
  }

  .video-block__video-wrapper iframe {
    height: 240px;
  }

  .expertise-card__img {
    height: calc(100vw - 280px);
    max-height: 140px;
  }

  .expertise-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-card__img {
    height: calc(100vw - 380px);
    max-height: 140px;
  }

  .industries-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-info__wrapper .service-info.expanded-seo {
    max-height: 142px;
  }

  .service-info__wrapper .service-info:nth-of-type(1) h2 {
    max-width: 100%;
  }

  .service-info__wrapper div button {
    top: -8px;
  }

  .service-info__wrapper div button {
    position: relative;
  }

  .technology-stack__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 640px) {
  .hide-from-sm {
    display: none;
  }

  .header__inner {
    width: 610px;
  }

  .container {
    width: 610px;
  }

  .container__services-text {
    margin-top: 40px;
  }

  .container_row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .container_row .container__top-row {
    width: calc(50% - 6px);
  }

  .container_row .container__content {
    width: calc(50% - 6px);
  }

  .container_row .container__content .mindig:not(.container_row .container__content .mindig_column) {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }

  .user-typography table td {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .user-typography_article,
  .user-typography_service {
    width: 610px;
  }

  .user-typography .wrap-gray:not(:first-child) {
    margin-top: 40px;
  }

  .user-typography .wrap-gray:not(:last-child) {
    margin-bottom: 40px;
  }

  .footer {
    width: 610px;
  }

  .footer {
    padding: 60px 60px 100px;
  }

  .footer .logo {
    width: 394px;
    margin-bottom: 60px;
  }

  .footer__info {
    margin-top: 60px;
  }

  .footer__info .footer__link-tel {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }

  .footer__bottom-line {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
  }

  .footer__bottom-line .mindig {
    margin-top: 0;
  }

  .form-field__wrap-input .input,
  .form-field__wrap-input .textarea {
    padding: 18px 28px;
    border-radius: 20px;
  }

  .form-field__wrap-input .textarea {
    height: 240px;
  }

  .btn_close {
    width: 46px;
    height: 46px;
  }

  .btn_close::before,
  .btn_close::after {
    top: calc(50% - 2px);
    right: calc(50% - 14px);
    width: 28px;
    height: 3px;
  }

  .btn_only-icon {
    width: 50px;
    height: 50px;
  }

  .btn_only-icon svg {
    width: 30px;
    height: 30px;
  }

  .btn_area-file {
    padding: 20px 30px;
  }

  .menu-header__container {
    width: 610px;
  }

  .mobile-menu__wrapper,
  .mobile-menu__header {
    width: 610px;
  }

  .mobile-menu__list-item {
    margin-bottom: 20px;
  }

  .mobile-menu__submenu {
    width: 610px;
  }

  .footer-menu {
    display: block;
    column-count: 2;
    column-gap: 40px;
  }

  .footer-menu__wrap-link {
    padding: 20px 0;
  }

  .footer-menu__link-all {
    margin-top: 20px;
  }

  .footer-menu__submenu > *:last-child {
    margin-bottom: 20px;
  }

  .footer-menu__sub-item-all {
    margin-top: 20px;
  }

  .general-logo {
    width: 610px;
  }

  .general-logo {
    margin-bottom: 40px;
  }

  .general-banner {
    width: 610px;
  }

  .general-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 10px;
  }

  .general-banner__text {
    flex: 1;
  }

  .general-banner__info {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    gap: 35px;
    justify-content: space-between;
  }

  .general-banner__wrap-btn {
    display: flex;
    align-items: flex-end;
  }

  .general-banner .tags-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 167px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: normal;
  }

  .general-banner .tags-list .btn {
    margin-right: 0;
  }

  .general-banner .mindig {
    flex-direction: column;
    grid-row: 2;
    grid-column: 2;
    gap: 5px;
  }

  .project-block__content-head {
    max-width: 464px;
  }

  .project-block__content-description {
    max-width: 405px;
  }

  .project-block__images {
    height: 325px;
  }

  .project-block__images img {
    max-width: 100%;
  }

  .project-list-line__item_size-sm {
    width: calc(50% - 10px);
  }

  .project-list-line__item_size-sm .project-block__images {
    height: 180px;
  }

  .project-list-line__item_size-xs {
    width: calc(33.333% - 14px);
  }

  .block-logo__list {
    grid-auto-rows: 55px;
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-block__images::before {
    padding-top: 63%;
  }

  .blog-list-block__list {
    flex-flow: wrap row;
  }

  .blog-list-block__item {
    width: calc(50% - 10px);
  }

  .request-form__wrap-links {
    flex-direction: row;
  }

  .request-form__link {
    flex: 1;
  }

  .request-form__form {
    padding: 40px 20px 60px;
  }

  .request-form__content {
    margin-bottom: 40px;
  }

  .contact-input .input {
    padding: 24px 240px 24px 30px;
  }

  .contact-input__control {
    position: absolute;
    top: 50%;
    right: 30px;
    gap: 20px;
    transform: translateY(-50%);
  }

  .list-links-block__item {
    align-items: center;
  }

  .list-links-block__arrow {
    display: flex;
    align-items: start;
  }

  .modal_success-send .modal__title {
    margin-bottom: 40px;
  }

  .modal_success-send.modal_success-cv-send .modal__content {
    width: auto;
  }

  .modal_request-cv {
    padding: 20px;
  }

  .modal_text-us {
    padding: 20px;
  }

  .filter__item span {
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
  }

  .service-block__top-left {
    gap: 10px;
  }

  .service-block__img {
    height: 80px;
  }

  .show-more {
    padding: 20px;
  }

  .page-head {
    width: 610px;
  }

  .page-head__wrap-img {
    height: 364px;
    max-height: unset;
  }

  .page-head__wrap-video iframe {
    height: 365px;
  }

  .page-head__img-slider::after {
    padding-top: 318px;
  }

  .page-head__img-slider .wrap-img.is-next {
    transform: translateX(18%) scale(0.86);
  }

  .page-head__img-slider .wrap-img.is-last {
    transform: translateX(34%) scale(0.7);
  }

  .page-head_article {
    flex-flow: row wrap;
    gap: 0 20px;
  }

  .page-head_article .page-head__content {
    order: 0;
    width: calc(100% - 320px);
    padding-top: 20px;
  }

  .page-head_article .page-head__wrap-img {
    width: 300px;
  }

  .page-head_article .page-head__wrap-img img {
    height: 250px;
  }

  .page-head_case .btn_black {
    padding: 20px 40px;
  }

  .page-head_case .page-head__wrap-video iframe {
    height: 364px;
    max-height: unset;
  }

  .page-head_case .page-head__wrap-img {
    height: 364px;
    max-height: unset;
  }

  .block-box-card__item {
    width: calc(50% - 5px);
  }

  .block-change {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
    padding: 18px 12px 0;
    border-radius: 16px;
  }

  .block-change__caption {
    padding: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .project-result__value {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .project-result__value:nth-child(2n) {
    margin-right: 0;
  }

  .project-result__value:nth-last-child(2) {
    margin-bottom: 0;
  }

  .technology__row {
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
  }

  .technology__title {
    width: 150px;
  }

  .technology__list {
    position: unset;
  }

  [data-tooltype] {
    position: relative;
  }

  [data-tooltype]::after {
    left: -125px;
  }

  .gallery-img__item {
    width: 610px;
  }

  .gallery-img .flickity-button.previous {
    left: calc(50vw - 610px / 2);
  }

  .gallery-img .flickity-button.next {
    right: calc(50vw - 610px / 2);
  }

  .functionality__row {
    padding: 20px 0;
  }

  .project-slider .flickity-button.previous {
    left: -30px;
  }

  .project-slider .flickity-button.next {
    right: -30px;
  }

  .block__item {
    width: calc(50% - 5px);
  }

  .company-doc {
    gap: 40px;
  }

  .company-doc__label {
    width: calc(50% - 2.5px);
    max-width: 300px;
    color: inherit;
  }

  .company-doc__value {
    width: calc(50% - 2.5px);
    max-width: 300px;
  }

  .company-doc__wrap-btn .btn {
    width: auto;
    padding: 20px 40px;
  }

  .block-minfin {
    gap: 40px;
  }

  .block-minfin:not(:first-child) {
    margin-top: 40px;
  }

  .block-minfin__top-line {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }

  .contacts__map {
    height: 276px;
    margin-top: 40px;
  }

  .request-block__title {
    width: 400px;
    margin-bottom: 0;
  }

  .request-block__icon {
    width: 130px;
    height: 130px;
  }

  .request-block__left {
    flex-direction: column-reverse;
  }

  .request-block__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .request-block__text a {
    display: inline;
  }

  .question-answer-list {
    margin: 40px 0;
  }

  .question-answer-list li {
    flex-direction: row;
  }

  .question-answer-list li span:nth-child(1) {
    width: 247px;
    min-width: 247px;
  }

  .about-banner {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .about-banner__container {
    width: 610px;
  }

  .about-banner__container {
    flex-direction: row;
    padding-bottom: 40px;
  }

  .about-banner__content {
    flex: 1;
    width: 50%;
  }

  .about-banner__illustration {
    width: 451px;
  }

  .about-banner__images {
    flex: 1;
    width: 50%;
    height: 186px;
    min-height: unset;
    margin-top: 0;
  }

  .info-block-list__item {
    width: calc(50% - 12px);
  }

  .banner-img {
    height: 439px;
    padding: 32px 60px 32px 32px;
  }

  .banner-img__content {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .banner-img__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    width: 410px;
  }

  .banner-img__wrap-logo {
    display: block;
  }

  .error-block {
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .error-block__content {
    width: calc(100% - 294px - 15px);
  }

  .error-block__wrap-img {
    width: 294px;
  }

  .vacancy-list__btn {
    margin-top: 40px;
  }

  .vacancy-features {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }

  .vacancy-detail-head__buttons {
    flex-direction: row;
  }

  .project-list-line-service__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-block-service__content-head {
    max-width: 464px;
  }

  .project-block-service__content-description {
    max-width: 405px;
  }

  .project-block-service__images {
    height: 173px;
  }

  .video-block__video-wrapper iframe {
    height: 350px;
  }

  .expertise-card__img {
    max-height: 180px;
  }

  .industries-card__img {
    max-height: 180px;
  }

  .cookie-configuration__inner {
    max-width: 480px;
  }

  .cookie-configuration__option-item:nth-child(1) {
    max-width: 100%;
  }

  .cookie-configuration__name:nth-child(1) {
    max-width: 100%;
  }
}

@media screen and (min-width: 640px) and (min-width: 1200px) {
  .user-typography table td {
    font-size: 20px;
    line-height: 34px;
  }

  .filter__item span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-img__title {
    font-size: 42px;
    line-height: 48px;
  }
}

@media screen and (min-width: 960px) {
  .header__inner {
    width: 920px;
  }

  .container {
    width: 920px;
  }

  .container {
    margin-bottom: 60px;
  }

  .container_gray .container__top {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }

  .container_vacancies .content-row__left,
  .container_vacancies .content-row__right {
    width: calc(50% - 20px);
  }

  .container_vacancy-detail {
    margin-bottom: 40px;
  }

  .container_about {
    margin-top: 100px;
  }

  .container_articles {
    padding-top: 60px;
  }

  .container .content-row {
    flex-direction: row;
    gap: 40px;
  }

  .container__top-row_m-40 {
    margin-bottom: 40px;
  }

  .container_p-20 .container__top-row {
    margin-bottom: 60px;
  }

  .container_pt-60 {
    padding-top: 60px;
  }

  .container_pb-40 {
    padding-bottom: 40px;
  }

  .container_breadcrumbs {
    display: block;
    margin-bottom: 20px;
  }

  .container-wrap_white + .container {
    padding-top: 60px;
  }

  .user-typography_article,
  .user-typography_service {
    width: 920px;
  }

  .user-typography_article,
  .user-typography_service {
    max-width: 640px;
  }

  .user-typography .project-list-line {
    width: 920px;
    margin-left: calc(50% - 920px / 2);
  }

  .user-typography .project-list-line__item {
    width: calc(50% - 10px);
  }

  .user-typography .block-logo__list {
    grid-template-columns: repeat(3, 1fr);
    padding: 60px;
  }

  .footer {
    width: 920px;
  }

  .form-field__wrap-input .textarea {
    height: 181px;
  }

  .btn_primary.btn_small,
  .btn_white.btn_small,
  .btn_black.btn_small,
  .btn_gray.btn_small {
    padding: 10px 20px;
  }

  .btn_primary,
  .btn_white,
  .btn_black,
  .btn_gray {
    padding: 20px 40px;
  }

  .menu-header__container {
    width: 920px;
  }

  .mobile-menu__wrapper,
  .mobile-menu__header {
    width: 920px;
  }

  .mobile-menu__submenu {
    width: 920px;
  }

  .footer-fixed-buttons {
    right: 20px;
  }

  .general-logo {
    width: 920px;
  }

  .general-logo {
    margin-bottom: 60px;
  }

  .general-banner {
    width: 920px;
  }

  .general-banner {
    gap: 40px;
  }

  .general-banner__wrap-btn .btn {
    margin-top: auto;
    margin-bottom: 0;
  }

  .general-banner .tags-list {
    max-height: 124px;
  }

  .general-banner .mindig {
    gap: 10px;
  }

  .project-block {
    flex-direction: row;
    padding: 30px;
  }

  .project-block__content {
    flex: 1;
  }

  .project-block__content-head {
    max-width: 100%;
  }

  .project-block__content-description {
    max-width: 350px;
  }

  .project-block .tags-list {
    margin-top: 30px;
  }

  .project-block__images {
    flex: 1;
    height: 248px;
    min-height: 100%;
  }

  .project-list-line__item_size-sm .project-block,
  .project-list-line__item_size-xs .project-block {
    flex-direction: column;
  }

  .project-list-line__item_size-sm .project-block__content,
  .project-list-line__item_size-xs .project-block__content {
    min-height: 164px;
  }

  .project-list-line__item_size-sm .project-block__images,
  .project-list-line__item_size-xs .project-block__images {
    min-height: 166px;
  }

  .project-list-line__item_size-sm .service-block__img {
    height: 220px;
  }

  .block-logo__list {
    grid-auto-rows: 49px;
    grid-template-columns: repeat(5, 1fr);
  }

  .block-logo__item:nth-child(n+13) {
    display: block;
  }

  .block-logo__item:nth-child(n+21) {
    display: none;
  }

  .blog-block {
    padding: 30px;
  }

  .blog-block__content {
    justify-content: flex-end;
    min-height: 164px;
  }

  .blog-list-block__item_size-xs {
    width: calc((100% - 40px) / 3);
  }

  .blog-list-block_small .blog-list-block__item {
    width: calc((100% - 40px) / 3);
  }

  .request-form__wrap-links {
    margin-bottom: 40px;
  }

  .request-form__link {
    padding: 32px 40px;
  }

  .contact-input .input {
    padding-right: 190px;
  }

  .contact-input__control {
    right: 10px;
    gap: 10px;
  }

  .list-links-block__item {
    row-gap: 30px;
  }

  .list-links-block__title-wrapper {
    column-gap: 20px;
  }

  .list-links-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .connect-links {
    right: 20px;
    display: flex;
    align-items: center;
    width: 196px;
    padding: 5px;
    white-space: nowrap;
    border-radius: 40px;
    transform: translateX(0) translateY(20px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: 0.3s width ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .connect-links.is-visible {
    transform: translateY(0);
  }

  .connect-links__btn-mobile,
  .connect-links__btn {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .connect-links__btn > svg {
    width: 36px;
    height: 36px;
  }

  .connect-links__btn_tel::before {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }

  .connect-links__btn-mobile {
    display: none;
  }

  .connect-links__list {
    position: relative;
    right: 0;
    bottom: 0;
    flex-direction: row;
    width: 0;
    height: -webkit-fit-content;
    height: fit-content;
    margin-right: 0;
    transform: none;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin-right 0.3s ease;
  }

  .connect-links.is-open {
    width: 380px;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .connect-links.is-open .connect-links__list {
    width: 172px;
    height: -webkit-fit-content;
    height: fit-content;
    margin-right: 12px;
    transform: none;
    transition: width 0.3s ease, opacity 0.3s ease, margin-right 0.3s ease, height 0.3s ease;
  }

  .service-block {
    padding: 30px;
  }

  .service-block__img {
    height: 120px;
  }

  .page-head {
    width: 920px;
  }

  .page-head {
    flex-direction: row;
    padding-bottom: 40px;
  }

  .page-head__content {
    justify-content: flex-end;
    width: calc(100% - 451px - 20px);
  }

  .page-head__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .page-head__wrap-img {
    height: 270px;
  }

  .page-head__wrap-img::after {
    display: none;
  }

  .page-head__wrap-video {
    width: 451px;
  }

  .page-head__wrap-video iframe {
    height: 360px;
  }

  .page-head__wrap-video::after {
    display: none;
  }

  .page-head__img-slider {
    width: 379px;
  }

  .page-head__img-slider::after {
    padding-top: 192px;
  }

  .page-head__img-slider .wrap-img {
    left: 30px;
    width: calc(100% - 30px - 108px);
  }

  .page-head_article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .page-head_article .page-head__content {
    grid-row: 2;
    grid-column: 1;
    gap: 20px;
    width: 100%;
    padding-top: 0;
  }

  .page-head_article .page-head__date {
    grid-row: 1;
    grid-column: 1;
  }

  .page-head_article .page-head__wrap-img {
    grid-row: 1/4;
    grid-column: 2;
    width: 100%;
  }

  .page-head_article .page-head__wrap-img img {
    height: 270px;
  }

  .page-head_service .page-head__content {
    width: calc(100% - 379px - 20px);
  }

  .page-head_case {
    align-items: center;
    padding-bottom: 25px;
  }

  .page-head_case .page-head__wrap-video iframe {
    height: 270px;
  }

  .page-head_case .page-head__wrap-img {
    height: 270px;
  }

  .page-head_case .page-head__wrap-text {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .page-head_case .page-head__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .section-project-content .container,
  .section-project-task-dev .container,
  .section-project-slider .container,
  .section-block-change .container,
  .section-project-result-dev .container {
    max-width: 640px;
  }

  .block-change {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 18px 13px 0;
    border-radius: 20px;
  }

  .gallery-img_about .gallery-img__item {
    max-width: 720px;
    max-height: 464px;
  }

  .gallery-img_about .flickity-button.previous {
    left: calc(50vw - 480px) !important;
  }

  .gallery-img_about .flickity-button.next {
    right: calc(50vw - 480px) !important;
  }

  .gallery-img__item {
    width: 920px;
  }

  .gallery-img .flickity-button.previous {
    left: calc(50vw - 320px);
  }

  .gallery-img .flickity-button.next {
    right: calc(50vw - 320px);
  }

  .project-slider .device-surface-book .device-frame {
    width: calc(100% - 144px);
  }

  .project-slider .device-surface-book .device-btns::after {
    left: 122px;
    width: 20px;
  }

  .project-slider .device-surface-book .device-btns::before {
    left: 168px;
    width: 44px;
  }

  .project-slider .device-surface-book .device-power::before {
    width: calc(100% - 144px);
  }

  .project-slider .device-surface-pro {
    padding: 0 70px;
  }

  .project-slider .device-surface-pro .device-btns::after {
    left: 122px;
    width: 20px;
  }

  .project-slider .device-surface-pro .device-btns::before {
    left: 168px;
    width: 44px;
  }

  .project-slider .device-galaxy-s8 {
    max-width: 230px;
  }

  .project-slider__arrow {
    display: none;
  }

  .project-slider__preview-item {
    margin: 0 10px 20px;
  }

  .project-slider__preview-item img {
    width: 72px;
    height: 45px;
  }

  .block-minfin {
    padding: 40px;
  }

  .contacts-list__item {
    min-height: 244px;
  }

  .contacts__map {
    height: 410px;
  }

  .about-banner__container {
    width: 920px;
  }

  .about-banner__content {
    width: calc(100% - 12px - 456px);
  }

  .about-banner__illustration {
    width: 456px;
  }

  .about-banner__illustration .illustration-dev {
    width: 261px;
    margin: auto;
  }

  .about-banner__images {
    height: 284px;
  }

  .info-block-list__item {
    padding: 30px 40px;
  }

  .info-block-list_target {
    gap: 24px;
  }

  .info-block-list_target .info-block-list__item {
    flex-direction: column;
    width: calc(33.33% - 16px);
  }

  .info-block-list_target .info-block-list__title {
    min-height: 72px;
    margin-bottom: 0;
  }

  .info-block-list_target .info-block-list__content {
    width: 100%;
  }

  .info-block-list_row-4 .info-block-list {
    display: grid !important;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .info-block-list_row-4 .info-block-list__item {
    width: calc(33.333% - 8px);
  }

  .banner-img {
    padding-right: 158px;
  }

  .error-block__content {
    width: 460px;
  }

  .vacancy-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }

  .services-card {
    padding: 40px 40px 65px;
  }

  .services-card_large {
    padding-bottom: 40px;
  }

  .services-list {
    flex-flow: wrap row;
    gap: 20px;
  }

  .services-list .services-card {
    width: calc(50% - 10px);
  }

  .services-list .services-card_large {
    width: 100%;
  }

  .project-block-service__content-head {
    max-width: 100%;
  }

  .project-block-service__content-description {
    max-width: 350px;
  }

  .blog-block-service {
    padding: 30px;
  }

  .blog-block-service__content {
    justify-content: flex-end;
    min-height: 164px;
  }

  .expertise-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .industries-card__title-wrapper {
    column-gap: 20px;
  }

  .industries-card__img {
    max-height: 100px;
  }

  .industries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .select__label {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .select__button-inner {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .service-info__wrapper {
    padding: 38px;
  }

  .service-info__wrapper .service-info {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
    max-width: 767px;
  }

  .service-info__wrapper .service-info.expanded-seo {
    max-width: 767px;
    max-height: 126px;
  }

  .service-info__wrapper .service-info h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .service-info__wrapper .service-info h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .service-info__wrapper .service-info h4,
  .service-info__wrapper .service-info h5,
  .service-info__wrapper .service-info h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .service-info__wrapper .service-info p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .service-info__wrapper .service-info li {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .technology-stack__title {
    margin-bottom: 40px;
  }

  .technology-stack__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .technology-stack__area {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .technology-stack__technology {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }
}

@media screen and (min-width: 960px) and (min-width: 640px) {
  .container_gray .container__top {
    width: 610px;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
  .container_gray .container__top {
    width: 920px;
  }
}

@media screen and (min-width: 960px) and (min-width: 1200px) {
  .container_gray .container__top {
    width: 1120px;
  }
}

@media screen and (min-width: 960px) and (min-width: 1440px) {
  .container_gray .container__top {
    width: 1320px;
  }
}

@media screen and (min-width: 960px) and (min-width: 1920px) {
  .container_gray .container__top {
    width: 1416px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    padding-top: 82px;
  }

  .header {
    border-bottom: none;
  }

  .header.is-fixed .header__logo {
    display: block;
    margin-right: 40px;
  }

  .header__inner {
    width: 1120px;
  }

  .header__inner {
    justify-content: flex-end;
    padding: 0;
    background-color: transparent;
  }

  .header__phone {
    margin-right: 0;
    margin-left: 35px;
  }

  .header__burger {
    display: none;
  }

  .header__menu {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
  }

  .header__logo {
    display: none;
  }

  .container {
    width: 1120px;
  }

  .container_gray .project-list-line {
    max-width: 1120px;
    padding: 0;
  }

  .container_gray .container__text {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .container_gray .container__top {
    max-width: 920px;
  }

  .container_service .container__top-row {
    margin-bottom: 40px;
  }

  .container_vacancies .content-row {
    margin-bottom: 40px;
  }

  .container__services-text {
    font-size: 20px;
    line-height: 34px;
  }

  .container__services-text {
    width: 80%;
  }

  .container .content-row__left {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .container__title {
    font-size: 42px;
    line-height: 48px;
  }

  .container__title-1 {
    font-size: 48px;
    line-height: 60px;
  }

  .container__title-3 {
    font-size: 36px;
    line-height: 42px;
  }

  .container_row .container__content {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .container_row .container__content p:not(:last-child) {
    margin-bottom: 20px;
  }

  .container_row .container__content .mindig_column {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }

  .container-wrap {
    padding: 60px 0;
  }

  .container-wrap_service {
    padding: 0;
  }

  .container-wrap .img-large {
    margin-top: 60px;
    transform: scale(1.2);
  }

  .container-wrap_case {
    padding: 40px 0;
  }

  .user-typography {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
  }

  .user-typography h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
  }

  .user-typography h2,
  .user-typography .h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .user-typography h2:not(:first-child),
  .user-typography .h2:not(:first-child) {
    margin-top: 60px;
  }

  .user-typography h3,
  .user-typography .h3 {
    font-size: 36px;
    line-height: 42px;
  }

  .user-typography h3:not(:first-child),
  .user-typography .h3:not(:first-child) {
    margin-top: 60px;
  }

  .user-typography h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .user-typography figure,
  .user-typography .figure-block {
    margin-bottom: 60px;
  }

  .user-typography figure,
  .user-typography p img {
    width: 1120px;
    max-width: 1120px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: calc(50% - 1120px / 2);
  }

  .user-typography figure figcaption,
  .user-typography p img figcaption {
    font-size: 16px;
    line-height: 24px;
  }

  .user-typography ul:not([class]) {
    margin-bottom: 40px;
  }

  .user-typography ol {
    margin-bottom: 40px;
  }

  .user-typography .wrap-table:not(:first-child),
  .user-typography table:not(:first-child) {
    margin-top: 60px;
  }

  .user-typography .wrap-table:not(:last-child),
  .user-typography table:not(:last-child) {
    margin-bottom: 60px;
  }

  .user-typography table th {
    font-size: 20px;
    line-height: 34px;
  }

  .user-typography .block,
  .user-typography .content {
    margin-bottom: 60px;
  }

  .user-typography_article,
  .user-typography_service {
    width: 1120px;
  }

  .user-typography_article,
  .user-typography_service {
    max-width: 920px;
  }

  .user-typography_article:not(:last-child),
  .user-typography_service:not(:last-child) {
    margin-bottom: 60px;
  }

  .user-typography .project-list-line {
    width: 1120px;
    margin-left: calc(50% - 1120px / 2);
  }

  .user-typography .project-list-line__item {
    width: calc(33.3333% - 13.3333333333px);
  }

  .user-typography__title-3 span {
    font-size: 36px;
    line-height: 42px;
  }

  .user-typography .head-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .user-typography .section:not(:first-child),
  .user-typography .container:not(:first-child) {
    margin-top: 60px;
  }

  .footer {
    width: 1120px;
  }

  .form-field__wrap-input .input,
  .form-field__wrap-input .textarea {
    font-size: 20px;
    line-height: 34px;
  }

  .form__info {
    font-size: 16px;
    line-height: 24px;
  }

  .btn_tel {
    font-size: 18px;
    line-height: 24px;
  }

  .btn_primary,
  .btn_white,
  .btn_black,
  .btn_gray {
    font-size: 20px;
    line-height: 34px;
  }

  .btn_primary.btn_small,
  .btn_white.btn_small,
  .btn_black.btn_small,
  .btn_gray.btn_small {
    padding: 20px 40px;
  }

  .btn_tag {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .btn_area-file {
    font-size: 20px;
    line-height: 34px;
  }

  .btn_area-file {
    padding: 25px 30px;
  }

  .btn_block-link {
    font-size: 20px;
    line-height: 34px;
  }

  .menu-header {
    gap: 40px;
  }

  .menu-header__container {
    width: 1120px;
  }

  .menu-header__submenu_company .btn_arrow-next {
    display: none;
  }

  .mobile-menu__wrapper,
  .mobile-menu__header {
    width: 1120px;
  }

  .mobile-menu__submenu {
    width: 1120px;
  }

  .mindig p {
    max-width: 205px;
  }

  .footer-fixed-buttons {
    right: 50px;
  }

  .general-logo {
    width: 1120px;
  }

  .general-banner {
    width: 1120px;
  }

  .general-banner__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
  }

  .general-banner__text {
    font-size: 16px;
    line-height: 24px;
  }

  .general-banner__text {
    justify-content: center;
  }

  .general-banner__info {
    justify-content: center;
  }

  .general-banner .tags-list {
    max-height: 152px;
  }

  .general-banner .mindig {
    margin-top: auto;
    margin-bottom: 0;
  }

  .project-block__title {
    font-size: 36px;
    line-height: 42px;
  }

  .project-block__content-description {
    font-size: 18px;
    line-height: 24px;
  }

  .project-block__content-description {
    max-width: 440px;
  }

  .project-block__images {
    height: 310px;
  }

  .tags-list {
    gap: 10px;
  }

  .project-list-line__item_size-sm .project-block__title,
  .project-list-line__item_size-xs .project-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .project-list-line__item_size-sm .project-block__images,
  .project-list-line__item_size-xs .project-block__images {
    min-height: 244px;
  }

  .project-list-line__item_size-sm .project-block__images {
    height: 244px;
  }

  .project-list-line__item_size-sm .service-block__img {
    height: 280px;
  }

  .block-logo__list {
    grid-template-columns: repeat(7, 1fr);
  }

  .block-logo__item:nth-child(n+13) {
    display: block;
  }

  .block-logo__item:nth-child(n+29) {
    display: none;
  }

  .blog-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-block__content-description {
    font-size: 18px;
    line-height: 24px;
  }

  .request-form__link {
    font-size: 42px;
    line-height: 48px;
  }

  .request-form__link {
    min-height: 206px;
    padding: 40px;
  }

  .request-form__form {
    display: flex;
    gap: 20px;
    padding: 40px 40px 60px;
  }

  .request-form__form .form {
    flex: 1;
  }

  .request-form__content {
    flex: 1;
    margin-bottom: 0;
  }

  .request-form__wrap-text {
    font-size: 20px;
    line-height: 34px;
  }

  .request-form__wrap-text p {
    margin-bottom: 0;
  }

  .request-form__title {
    font-size: 42px;
    line-height: 48px;
  }

  .request-form_vacancy .request-form__title {
    width: 450px;
  }

  .request-form_text-us .request-form__title {
    width: 600px;
  }

  .contact-input .input {
    padding: 18px 190px 18px 30px;
  }

  .list-links-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .connect-links {
    right: 50px;
  }

  .modal__buttons {
    display: none;
  }

  .modal_success-send .modal__title {
    font-size: 42px;
    line-height: 48px;
  }

  .modal_success-send .modal__wrap-text {
    font-size: 20px;
    line-height: 34px;
  }

  .modal_success-send.modal_success-cv-send .slide-sections {
    display: block;
  }

  .modal_request-cv .request-form__title {
    width: 460px;
  }

  .modal_request-cv .request-form_vacancy .request-form__bottom {
    display: block;
  }

  .modal_text-us .request-form__title {
    width: 470px;
  }

  .modal_text-us .request-form_text-us .request-form__bottom {
    display: block;
  }

  .filter {
    gap: 10px;
    margin-bottom: 60px;
  }

  .service-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .service-block__wrap-text {
    font-size: 18px;
    line-height: 24px;
  }

  .service-block__category {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .service-block__img {
    height: 160px;
  }

  .page-head {
    width: 1120px;
  }

  .page-head__content {
    width: 580px;
  }

  .page-head__wrap-text {
    font-size: 18px;
    line-height: 24px;
  }

  .page-head__wrap-text {
    width: 540px;
  }

  .page-head__title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-head__general-title {
    font-size: 20px;
    line-height: 24px;
  }

  .page-head__wrap-img {
    width: 500px;
    height: 300px;
  }

  .page-head__date {
    font-size: 16px;
    line-height: 24px;
  }

  .page-head__view-count {
    font-size: 16px;
    line-height: 24px;
  }

  .page-head__img-slider {
    width: 598px;
  }

  .page-head__img-slider::after {
    padding-top: 318px;
  }

  .page-head__img-slider .wrap-img {
    left: 50px;
    width: calc(100% - 50px - 148px);
  }

  .page-head_article {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: auto 590px;
    row-gap: 0;
  }

  .page-head_article .page-head__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }

  .page-head_article .page-head__wrap-img img {
    height: 374px;
  }

  .page-head_service .page-head__content {
    width: calc(100% - 598px - 20px);
  }

  .page-head_case {
    gap: 40px;
    padding-bottom: 40px;
  }

  .page-head_case .page-head__content {
    width: 580px;
  }

  .page-head_case .page-head__wrap-video iframe {
    width: 500px;
    height: 300px;
  }

  .page-head_case .page-head__wrap-img {
    width: 500px;
    height: 300px;
  }

  .page-head_case .page-head__title {
    font-size: 36px;
    line-height: 42px;
  }

  .section-project-content:not(:last-child),
  .section-project-task-dev:not(:last-child),
  .section-project-slider:not(:last-child),
  .section-block-change:not(:last-child),
  .section-project-result-dev:not(:last-child) {
    margin-bottom: 80px;
  }

  .section-project-content .container,
  .section-project-task-dev .container,
  .section-project-slider .container,
  .section-block-change .container,
  .section-project-result-dev .container {
    max-width: 920px;
  }

  .project {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
  }

  .project__title-h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .project__title-h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .project__title-h2 {
    margin-bottom: 20px;
  }

  .project__content {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
  }

  .project__content p {
    margin-bottom: 30px;
  }

  .project__slider-tabs-item::after {
    font-size: 16px;
    line-height: 24px;
  }

  .block-box-card__item {
    width: calc((100% - 20px) / 3);
  }

  .block-box-card__value {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .block-box-card__title {
    font-size: 20px;
    line-height: 34px;
  }

  .block-box-card__link {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .block-change {
    padding: 32px 23px 0;
    border-radius: 30px;
  }

  .block-change__caption {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .figure-block {
    width: 1120px;
    margin-left: calc(50% - 1120px / 2);
  }

  .figure-block__caption {
    font-size: 16px;
    line-height: 24px;
  }

  .project-result:not(:first-child) {
    margin-top: 60px;
  }

  .project-result__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .project-result__description p {
    margin-bottom: 30px;
  }

  .project-result__value {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 48px 50px;
  }

  .project-result__value:nth-child(2n) {
    margin-right: 0;
  }

  .project-result__value-count {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .project-result__value-caption {
    font-size: 18px;
    line-height: 24px;
  }

  .technology__row {
    font-size: 20px;
    line-height: 34px;
  }

  .technology__row {
    padding: 40px 0;
  }

  .technology__title {
    width: 200px;
  }

  .technology__list {
    gap: 30px;
  }

  .technology__item {
    font-size: 18px;
    line-height: 24px;
  }

  .gallery-img_about .flickity-button.previous {
    left: 60px !important;
  }

  .gallery-img_about .flickity-button.next {
    right: 60px !important;
  }

  .gallery-img__item {
    width: 1120px;
  }

  .gallery-img__item {
    max-width: 1120px;
  }

  .gallery-img .flickity-button.previous {
    left: calc(50vw - 530px);
  }

  .gallery-img .flickity-button.next {
    right: calc(50vw - 530px);
  }

  .functionality {
    font-size: 20px;
    line-height: 34px;
  }

  .block__item {
    font-size: 20px;
    line-height: 34px;
  }

  .block__item {
    width: calc((100% - 20px) / 3);
    min-height: 122px;
  }

  .company-doc {
    display: grid;
    grid-template-columns: 380px 1fr;
    padding: 40px;
  }

  .company-doc__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .company-doc__list {
    grid-row: 1/3;
    grid-column: 2;
  }

  .company-doc__list li {
    font-size: 18px;
    line-height: 24px;
  }

  .company-doc__list li {
    gap: 20px;
  }

  .company-doc__wrap-btn {
    display: flex;
    align-items: flex-end;
  }

  .block-minfin__top-line {
    font-size: 18px;
    line-height: 24px;
  }

  .block-minfin__bottom {
    font-size: 18px;
    line-height: 24px;
  }

  .contacts-list__item {
    width: calc(25% - 15px);
  }

  .contacts-list__item p {
    font-size: 20px;
    line-height: 34px;
  }

  .contacts-list__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .contacts-list__title {
    margin-bottom: 40px;
  }

  .contacts-list__link {
    font-size: 20px;
    line-height: 34px;
  }

  .contacts__map {
    height: 500px;
  }

  .request-block {
    font-size: 18px;
    line-height: 24px;
  }

  .request-block {
    width: 1120px;
    max-width: 1120px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: calc(50% - 1120px / 2);
    padding: 46px;
  }

  .request-block__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    width: 600px;
  }

  .request-block__left {
    flex-direction: row;
    align-items: center;
  }

  .request-block__text span {
    display: block;
  }

  .list-check {
    flex-flow: row wrap;
  }

  .list-check__item {
    font-size: 18px;
    line-height: 24px;
  }

  .list-check__item {
    width: calc(50% - 15px);
  }

  .question-answer-list li {
    font-size: 18px;
    line-height: 24px;
  }

  .question-answer-list li span:nth-child(1) {
    font-size: 20px;
    line-height: 34px;
  }

  .about-banner {
    margin-bottom: 100px;
  }

  .about-banner__container {
    width: 1120px;
  }

  .about-banner__container {
    padding-bottom: 80px;
  }

  .about-banner__content {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .about-banner__title {
    font-size: 48px;
    line-height: 60px;
  }

  .about-banner__title {
    width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .about-banner p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    width: 90%;
  }

  .about-banner__illustration .illustration-dev {
    width: 451px;
  }

  .about-banner__images {
    height: 340px;
  }

  .illustration-dev__wrap-round-bg .illustration-dev__title {
    font-size: 12px;
  }

  .illustration-dev__wrap-round-sm .illustration-dev__title {
    font-size: 10px;
  }

  .illustration-dev__wrap-round-center .illustration-dev__title {
    font-size: 20px;
  }

  .info-block-list__item {
    font-size: 18px;
    line-height: 24px;
  }

  .info-block-list__title {
    font-size: 36px;
    line-height: 42px;
  }

  .info-block-list_target .info-block-list__item {
    font-size: 20px;
    line-height: 34px;
  }

  .info-block-list_target .info-block-list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    width: 240px;
  }

  .info-block-list_target .info-block-list__content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .info-block-list_row-4 {
    gap: 32px 24px;
  }

  .info-block-list_row-4 .info-block-list__item {
    width: calc(33.333% - 16px);
  }

  .info-block-list_row-4 .info-block-list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .container__top-row + .info-block-list {
    margin-top: 60px;
  }

  .banner-img {
    width: 100vw;
    margin-left: calc(1120px / 2 - 50vw);
    padding: 0;
    border-radius: 0;
  }

  .banner-img__content {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 67px 82px 67px 0;
  }

  .banner-img__title {
    width: 844px;
  }

  .banner-img__wrap-logo {
    padding-top: 20px;
  }

  .error-block__content {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    width: 637px;
  }

  .error-block__code {
    font-size: 20px;
    line-height: 34px;
  }

  .error-block__title {
    font-size: 48px;
    line-height: 60px;
  }

  .error-block__title {
    margin-bottom: 60px;
  }

  .error-block__wrap-btn {
    margin-top: 60px;
  }

  .error-block__wrap-img {
    width: 343px;
  }

  .error-block__wrap-img svg {
    width: 100%;
  }

  .vacancies-card {
    padding: 30px;
  }

  .vacancies-card__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }

  .vacancies-card__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .vacancies-card__experience {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .vacancies-card__conditions {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .vacancy-list__btn {
    margin-top: 60px;
  }

  .vacancy-features {
    margin-top: 60px;
  }

  .vacancy-features__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .vacancy-features__text {
    font-size: 18px;
    line-height: 24px;
  }

  .vacancy-detail-head {
    padding: 40px;
  }

  .vacancy-detail-head__title {
    font-size: 48px;
    line-height: 60px;
  }

  .vacancy-detail-head__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .vacancy-detail-head__experience {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .vacancy-detail-head__conditions {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .services-card__title {
    font-size: 36px;
    line-height: 42px;
  }

  .section_photo {
    height: 600px;
    padding: 60px 50px 70px;
  }

  .section_photo .container .block-photo .head .head__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .section_photo .container .block-photo .head .head__title {
    font-size: 48px;
    line-height: 60px;
  }

  .section_photo .container .block-photo .head .head__title {
    width: 50%;
  }

  .section_photo {
    width: 1120px;
    margin-left: calc(50% - 1120px / 2);
  }

  .block-icon-circle__list {
    flex-direction: row;
    gap: 100px;
  }

  .block-icon-circle__title {
    font-size: 45px;
  }

  .project-list-line-service__item {
    padding: 20px;
  }

  .project-block-service__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }

  .project-block-service__content-description {
    max-width: 440px;
  }

  .project-block-service__images {
    height: 286px;
  }

  .blog-block-service__title {
    font-weight: 700;
  }

  .blog-list-block-service__list {
    flex-direction: row;
  }

  .promotoion-strategy__item {
    padding: 20px 40px;
    border-radius: 30px;
  }

  .promotoion-strategy__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .promotoion-strategy__description {
    font-size: 18px;
    line-height: 24px;
  }

  .how-we-work__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 0;
  }

  .how-we-work__title {
    font-size: 20px;
    line-height: 34px;
  }

  .how-we-work__title {
    width: 250px;
  }

  .how-we-work__description {
    font-size: 18px;
    line-height: 24px;
  }

  .how-we-work__description {
    width: 650px;
  }

  .box-info:not(:first-child) {
    margin-top: 60px;
  }

  .box-info:not(:last-child) {
    margin-bottom: 60px;
  }

  .video-block.full {
    width: 1120px;
    margin-left: calc(50% - 1120px / 2);
  }

  .video-block__video-wrapper iframe {
    height: 620px;
  }

  .expertise-card {
    gap: 30px;
    padding: 30px;
  }

  .expertise-card__title {
    font-weight: 700;
    font-size: 22px;
  }

  .expertise-card__img {
    max-height: 200px;
  }

  .expertise-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .industries-card {
    gap: 30px;
  }

  .industries-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .industries-card__img {
    max-height: 120px;
  }

  .industries-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-info__wrapper .service-info {
    max-width: 967px;
  }

  .service-info__wrapper .service-info.expanded-seo {
    max-width: 967px;
    max-height: 116px;
  }

  .cookie {
    bottom: 20px;
    left: 20px;
    max-width: 466px;
  }

  .cookie__wrapper {
    row-gap: 6px;
  }

  .cookie__btn-wrapper {
    bottom: 20px;
    left: 20px;
    flex-direction: row;
    max-width: 466px;
  }

  .cookie-configuration__inner {
    max-width: 525px;
  }

  .cookie-configuration__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .cookie-configuration__btn {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .project-example {
    margin-bottom: 40px;
  }

  .project-example__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }

  .project-example__description {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .project-example-container {
    width: 1024px;
    max-width: none;
    margin-left: calc(50% - 512px);
  }

  .technology-stack__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .page-head_article .page-head__title {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-img__content {
    width: 1120px;
  }

  .promotoion-strategy__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }

  .cookie-configuration__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 640px) {
  .banner-img__content {
    width: 610px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 960px) {
  .banner-img__content {
    width: 920px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .banner-img__content {
    width: 1320px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .banner-img__content {
    width: 1416px;
  }
}

@media screen and (min-width: 1440px) {
  .header__inner {
    width: 1320px;
  }

  .container {
    width: 1320px;
  }

  .container_gray .project-list-line {
    max-width: 1320px;
  }

  .container__title-3_title-xl {
    display: unset;
  }

  .user-typography figure,
  .user-typography p img {
    width: 1174px;
    max-width: 1174px;
    margin-left: calc(50% - 587px);
  }

  .user-typography_article,
  .user-typography_service {
    width: 1320px;
  }

  .user-typography .project-list-line {
    width: 1320px;
    margin-left: calc(50% - 1320px / 2);
  }

  .user-typography__title-3 span_title-xl {
    display: unset;
  }

  .footer {
    width: 1320px;
  }

  .footer__top-line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer__info {
    width: 310px;
    margin-top: 0;
  }

  .footer__bottom-line .mindig {
    flex: none;
    width: 310px;
    margin-right: 0;
    margin-left: auto;
  }

  .footer .footer-menu {
    width: calc(100% - 320px);
  }

  .btn_link-primary {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
  }

  .btn_primary.btn_xs,
  .btn_white.btn_xs,
  .btn_black.btn_xs,
  .btn_gray.btn_xs {
    padding: 20px 40px;
  }

  .menu-header__submenu {
    padding: 48px 0;
  }

  .menu-header__container {
    width: 1320px;
  }

  .menu-header__submenu_services .menu-header__list-submenu {
    grid-template-columns: repeat(3, 288px);
    width: 884px;
  }

  .menu-header__submenu_services .menu-header__wrap-img {
    max-width: 416px;
  }

  .menu-header__submenu_expertise .menu-header__list-submenu {
    max-width: 798px;
  }

  .menu-header__submenu_expertise .menu-header__wrap-img {
    width: calc(100% - 798px);
  }

  .menu-header__submenu_industries .menu-header__list-submenu {
    max-width: 735px;
  }

  .menu-header__submenu_industries .menu-header__wrap-img {
    width: calc(100% - 798px);
  }

  .menu-header__submenu_company .menu-header__wrap-img {
    max-width: 416px;
  }

  .mobile-menu__wrapper,
  .mobile-menu__header {
    width: 1320px;
  }

  .mobile-menu__submenu {
    width: 1320px;
  }

  .footer-menu {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    width: calc(100% - 320px);
  }

  .footer-menu__item {
    border: none;
  }

  .footer-menu__item_with-submenu {
    grid-row: 1/5;
  }

  .footer-menu__item_with-submenu:last-child {
    grid-column: 5;
  }

  .footer-menu__item_with-submenu .footer-menu__wrap-link::after {
    display: none;
  }

  .footer-menu__item:not(.footer-menu__item_with-submenu) {
    grid-column: 4;
  }

  .footer-menu__wrap-link {
    padding: 0;
  }

  .footer-menu__link,
  .footer-menu__link-all {
    width: 100%;
  }

  .footer-menu__submenu {
    margin-top: 30px;
  }

  .general-logo {
    width: 1320px;
  }

  .general-banner {
    width: 1320px;
  }

  .general-banner__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
  }

  .general-banner__text {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
  }

  .project-block__images {
    height: 380px;
  }

  .project-list-line__item_size-sm .project-block__images,
  .project-list-line__item_size-xs .project-block__images {
    min-height: 298px;
  }

  .project-list-line__item_size-sm .project-block__images {
    height: 300px;
  }

  .block-logo__list {
    grid-auto-rows: 44px;
    grid-template-columns: repeat(8, 1fr);
  }

  .block-logo__item:nth-child(n+29) {
    display: block;
  }

  .block-logo__item:nth-child(n+33) {
    display: none;
  }

  .blog-block {
    display: flex;
    gap: 20px;
  }

  .blog-block__images {
    width: 304px;
    min-width: 304px;
    margin-bottom: 0;
  }

  .blog-block__images::before {
    height: 312px;
    padding-top: 0;
  }

  .blog-block__content {
    flex: 1;
  }

  .user-typography .blog-list-block {
    width: 1320px;
    max-width: none;
    margin-left: calc(50% - 1320px / 2);
  }

  .list-links-block {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-head {
    width: 1320px;
  }

  .page-head__wrap-img {
    width: 650px;
    height: 384px;
  }

  .page-head__wrap-video {
    width: 598px;
  }

  .page-head__wrap-video iframe {
    height: 354px;
  }

  .page-head_article {
    grid-template-columns: auto 590px;
  }

  .page-head_article .page-head__general-title {
    width: 484px;
    max-width: 100%;
    margin-top: 10px;
  }

  .page-head_case {
    gap: 20px;
  }

  .page-head_case .page-head__content {
    width: 650px;
  }

  .page-head_case .page-head__wrap-video iframe {
    width: 650px;
    height: 384px;
  }

  .page-head_case .page-head__wrap-img {
    width: 650px;
    height: 384px;
  }

  .project__title-h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .block-change {
    padding: 34px 24px 0;
  }

  .figure-block {
    width: 1174px;
    margin-left: calc(50% - 587px);
  }

  .gallery-img_about .flickity-button.previous {
    left: calc(50vw - 660px) !important;
  }

  .gallery-img_about .flickity-button.next {
    right: calc(50vw - 660px) !important;
  }

  .gallery-img__item {
    width: 1320px;
  }

  .company-doc {
    grid-template-columns: 446px 1fr;
  }

  .contacts__map {
    height: 417px;
  }

  .request-block {
    width: 1174px;
    max-width: 1174px;
    margin-left: calc(50% - 587px);
  }

  .about-banner__container {
    width: 1320px;
  }

  .about-banner__container {
    gap: 24px;
  }

  .about-banner__title {
    width: 65%;
    margin-bottom: 40px;
  }

  .about-banner p {
    width: 100%;
  }

  .about-banner__wrap-btn {
    margin-top: 40px;
  }

  .about-banner__images {
    height: 410px;
  }

  .info-block-list__item {
    padding: 30px 80px 30px 40px;
  }

  .info-block-list_target .info-block-list__item:nth-child(3) .info-block-list__title {
    width: 420px;
  }

  .info-block-list_target .info-block-list__title {
    width: 300px;
  }

  .info-block-list_target .info-block-list__content {
    margin-top: auto;
  }

  .info-block-list_row-4 .info-block-list__item {
    width: calc(25% - 18px);
  }

  .banner-img {
    height: 625px;
  }

  .banner-img {
    margin-left: calc(1320px / 2 - 50vw);
  }

  .banner-img__wrap-img {
    left: calc(50% - 916px);
    width: 1832px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
  }

  .vacancy-list__btn {
    margin-top: 80px;
  }

  .vacancy-features_white {
    display: grid;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
  }

  .vacancy-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }

  .vacancies-nodata {
    margin: 40px 0;
    padding: 30px 40px;
    border-radius: 20px;
  }

  .section_photo {
    width: 1174px;
    margin-left: calc(50% - 587px);
  }

  .project-list-line-service__list {
    gap: 40px;
  }

  .project-block-service__images {
    height: 328px;
  }

  .blog-block-service {
    display: flex;
    gap: 20px;
  }

  .blog-block-service__content {
    flex: 1;
  }

  .video-block.full {
    width: 1174px;
    margin-left: calc(50% - 587px);
  }

  .video-block__video-wrapper iframe {
    height: 640px;
  }

  .industries-card__img {
    max-height: 140px;
  }

  .service-info__wrapper .service-info {
    max-width: 1019px;
  }

  .service-info__wrapper .service-info.expanded-seo {
    max-width: 1019px;
    max-height: 106px;
  }

  .project-example-container {
    width: 1182px;
    margin-left: calc(50% - 591px);
  }

  .technology-stack__list {
    row-gap: 24px;
    column-gap: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .page-head__content {
    gap: 20px;
    width: 716px;
  }

  .page-head__wrap-img {
    width: 682px;
    height: 404px;
  }

  .page-head_case {
    margin-top: 0;
  }

  .page-head_case .page-head__content {
    gap: 20px;
    width: 716px;
  }

  .page-head_case .page-head__wrap-video iframe {
    width: 598px;
    height: 404px;
  }

  .page-head_case .page-head__wrap-img {
    width: 682px;
    height: 404px;
  }

  .gallery-img_about .flickity-button.previous {
    left: calc(50vw - 708px) !important;
  }

  .gallery-img_about .flickity-button.next {
    right: calc(50vw - 708px) !important;
  }

  .about-banner__container {
    padding-bottom: 60px;
  }

  .about-banner__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    width: 80%;
  }

  .about-banner p {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .header__inner {
    width: 1416px;
  }

  .container {
    width: 1416px;
  }

  .user-typography_article,
  .user-typography_service {
    width: 1416px;
  }

  .footer {
    width: 1416px;
  }

  .menu-header__container {
    width: 1416px;
  }

  .menu-header__submenu_services .menu-header__list-submenu {
    grid-template-columns: repeat(3, 320px);
    width: 980px;
  }

  .menu-header__submenu_services .menu-header__wrap-img {
    margin-left: auto;
  }

  .menu-header__submenu_company .menu-header__wrap-img {
    margin-left: auto;
  }

  .mobile-menu__wrapper,
  .mobile-menu__header {
    width: 1416px;
  }

  .mobile-menu__submenu {
    width: 1416px;
  }

  .general-logo {
    width: 1416px;
  }

  .general-banner {
    width: 1416px;
  }

  .project-block__images {
    height: 400px;
  }

  .block-logo__list {
    grid-auto-rows: 44px;
    grid-template-columns: repeat(9, 1fr);
  }

  .block-logo__item:nth-child(n+33) {
    display: block;
  }

  .block-logo__item:nth-child(n+37) {
    display: none;
  }

  .user-typography .blog-list-block {
    width: 1416px;
    margin-left: calc(50% - 1416px / 2);
  }

  .page-head {
    width: 1416px;
  }

  .page-head__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
  }

  .page-head_case .page-head__wrap-video iframe {
    width: 682px;
    height: 404px;
  }

  .page-head_case .page-head__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
  }

  .gallery-img__item {
    width: 1416px;
  }

  .about-banner__container {
    width: 1416px;
  }

  .info-block-list__item {
    padding: 30px 136px 30px 40px;
  }

  .banner-img {
    margin-left: calc(1416px / 2 - 50vw);
  }
}

@media screen and (min-width: 0) and (max-width: 959px) {
  .hide-md {
    display: none;
  }

  .container_gray .container__wrapper {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }

  .container_about-gallery {
    overflow: hidden;
  }

  .menu-header__item:nth-child(n+5) {
    display: none;
  }

  .request-form__wrap-text {
    display: none;
  }

  .connect-links::after {
    display: none;
  }

  .connect-links__control .btn_black {
    display: none;
  }

  .gallery-img_about .flickity-page-dots {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 1199px) {
  .hide-lg {
    display: none;
  }

  .header.white .header__inner {
    background-color: #FFF;
    border-radius: 10px;
  }

  .header.white .header__phone {
    color: #03132C;
  }

  .header.white .header__burger {
    margin-right: 0;
    margin-left: 0;
  }

  .header.white .header__burger span {
    color: #FF2D20;
  }

  .header.white .header__logo {
    margin-left: 12px;
  }

  .header.white .header__logo .logo svg {
    color: #FF2D20;
  }

  .header__menu {
    display: none;
  }

  .header .messenger-list {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 639px) {
  .hide-sm {
    display: none;
  }

  .general-logo_small {
    display: none;
  }

  .service-block__img {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 959px) and (min-width: 640px) {
  .container_gray .container__wrapper {
    width: 610px;
  }
}

@media screen and (min-width: 0) and (max-width: 959px) and (min-width: 960px) {
  .container_gray .container__wrapper {
    width: 920px;
  }
}

@media screen and (min-width: 0) and (max-width: 959px) and (min-width: 1200px) {
  .container_gray .container__wrapper {
    width: 1120px;
  }
}

@media screen and (min-width: 0) and (max-width: 959px) and (min-width: 1440px) {
  .container_gray .container__wrapper {
    width: 1320px;
  }
}

@media screen and (min-width: 0) and (max-width: 959px) and (min-width: 1920px) {
  .container_gray .container__wrapper {
    width: 1416px;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .user-typography .project-list-line__item_size-xs + .project-list-line__item_size-xs {
    width: 100%;
  }

  .blog-list-block__item_size-xs {
    width: 100%;
  }

  .blog-list-block__item_size-xs + .blog-list-block__item_size-xs {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 0) and (max-width: 1439px) {
  .menu-header__submenu_expertise .menu-header__list-submenu {
    max-width: 676px;
  }

  .footer-menu__item:last-child {
    border-bottom: 1px solid #59606A;
  }

  .footer-menu__submenu {
    height: 0;
    overflow: hidden;
  }

  .footer-menu__submenu.is-open {
    height: auto;
    overflow: auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about-banner__title {
    width: 80%;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  .project-block-service__images {
    height: 272px;
  }
}

@media (width >= 570px) {
  .service-info__wrapper .service-info.expanded-seo {
    max-height: 126px;
  }
}
/*# sourceMappingURL=template.css.map */
/* End */


/* Start:/local/templates/main2024/template_styles.css?1764224073144*/
#panel {
    position: absolute;
    top: 0;
    width: 100%;
}

.flex__vertical_centered{
    align-items: center;
    align-content: center;
}
/* End */
/* /local/js/disAjax/styles.css?1764141745466 */
/* /local/js/disMsg/styles.css?17641417451196 */
/* /local/templates/main2024/css/normalize.css?17641417457023 */
/* /local/templates/main2024/libs/jquery-ui.min.css?176414174517760 */
/* /local/templates/main2024/libs/priority-nav/priority-nav-core.css?1764141745914 */
/* /local/templates/main2024/libs/flickity/flickity.css?17641417452602 */
/* /local/templates/main2024/libs/air-datepicker/css/datepicker.css?176414174520693 */
/* /local/templates/main2024/libs/twentytwenty/twentytwenty.css?17641417456537 */
/* /local/templates/main2024/libs/devices.css?176414174528417 */
/* /local/templates/main2024/libs/jquery.fancybox.min.css?176414174512795 */
/* /local/templates/main2024/css/libs.css?17641417454132 */
/* /local/templates/main2024/css/template.css?1765434509187966 */
/* /local/templates/main2024/template_styles.css?1764224073144 */
