

/* Start:/local/templates/softmajor/css/jquery-ui.css?161166280335973*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.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;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.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;
	/* support: IE10, see #8844 */
	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;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 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: default;
	-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;
}

/* support: IE8 - See #6727 */
.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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.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 #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
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 #cccccc;
	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: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.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;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/softmajor/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/softmajor/css/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/softmajor/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/softmajor/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/softmajor/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/softmajor/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/softmajor/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/softmajor/css/slick.css?16116628031776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/softmajor/css/slick-theme.css?16116628033145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/softmajor/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/softmajor/css/./fonts/slick.eot');
    src: url('/local/templates/softmajor/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/softmajor/css/./fonts/slick.woff') format('woff'), url('/local/templates/softmajor/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/softmajor/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/softmajor/css/magnific-popup.css?16116628036951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/softmajor/css/fonts.css?17520489472351*/
/* ===== NORMAL ===== */
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===== ITALIC ===== */
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/local/templates/softmajor/css/../fonts/SourceSansPro-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* End */


/* Start:/local/templates/softmajor/css/main.css?165406954560312*/
body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #747881;
    font-size: 20px;
    line-height: 32px;
}

body * {
    box-sizing: border-box;
}

h1 {
    color: #416398;
    font-size: 64px;
    line-height: 72px;
    font-weight: 300;
    margin: 0 0 80px;
}

h2 {
    color: #416398;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 80px;
}

h3 {
    color: #416398;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin: 64px 0 40px;
}

h4 {
    color: #747881;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin: 40px 0;
}

h5 {
    color: #747881;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 12px;
}

a {
    text-decoration: none;
    outline: none;
    transition: color .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-color: transparent;
    background-color: #E0E0E0;
    margin: 0;
}

ul, ol {
    margin: 32px 0;
    padding: 0 0 0 32px;
}

ul li {
    margin: 12px 0;
}

input, button, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 32px;
    outline: none;
    border: none;
    background-color: transparent;
}

textarea {
    resize: none;
}

input[type=submit], button {
    cursor: pointer;
}

svg path {
    transition: .3s ease-in-out;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-700 {
    font-weight: 700;
}

.m-header {
    display: none;
}

.container {
    max-width: 1216px;
    margin: 0 auto;
    transition: .3s ease-in-out;
}

.img-cover {
    background-size: cover;
}

.img-contain {
    background-size: contain;
}

.img-cover, .img-contain {
    background-position: center;
    background-repeat: no-repeat;
}

.text-link {
    color: #71819D;
    transition: color .3s ease-in-out;
}

.text-link:hover {
    color: #2B5090;
}

.col-4, .col-3, .col-2, .col-9-3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-4 .item {
    width: calc(25% - 32px);
    margin: 0 16px 64px;
}

.col-3 .item {
    width: calc(100%/3 - 32px);
    margin: 0 16px;
}

.col-2 .item, .row-4-8 .col-2 .item:first-child, .row-4-8 .col-2 .item:last-child {
    width: calc(50% - 32px);
    margin: 0 16px;
}

.col-3-bordered {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px;
}

.col-3-bordered .item {
    width: 33.33%;
    border: 1px solid #E0E0E0;
    margin: 0 -1px -1px 0;
}

.row-4-8, .row-5-7, .row-7-5 {
    display: flex;
}

.row-4-8 .item:first-child {
    width: calc(100%*4/12);
}

.row-4-8 .item:last-child {
    width: calc(100%*8/12);
}

.row-5-7 .item:first-child, .row-7-5 .item:last-child {
    width: calc(100%*5/12);
}

.row-5-7 .item:last-child, .row-7-5 .item:first-child {
    width: calc(100%*7/12);
}

.col-9-3 .item:first-child {
    width: calc(100%*9/12 - 32px);
    margin: 0 16px;
}

.col-9-3 .item:last-child {
    width: calc(100%*3/12 - 32px);
    margin: 0 16px;
}

.logo {
    width: 163px;
}

.header-menu, .footer-menu, .submenu, .select-language, .breadcrumbs, .pagination, .ya-share2__list, .list-col-2, .filter-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu {
    margin-right: 10px;
}

.header-menu li, .footer-menu li, .submenu li, .select-language li, .breadcrumbs li, .pagination li, .ya-share2__list li, .list-col-2 li, .filter-menu li {
    margin-top: 0;
    margin-bottom: 0;
}

.list-col-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 32px;
    -webkit-column-gap: 32px;
    column-gap: 32px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    margin-right: 16px;
    position: relative;
}

.breadcrumbs li::after {
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    margin-left: 16px;
    border: 1px solid #71819D;
    border-radius: 50%;
    box-sizing: border-box;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li:last-child::after {
    content: none;
}

.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination li {
    margin-right: 8px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: transparent;
    color: #2B5090;
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
    font-weight: 700;
    transition: .3s ease-in-out;
}

.pagination-link:hover {
    color: #5888DB;
}

.pagination-link:last-child {
    margin-left: 0;
}

.pagination-link.current {
    color: #ffffff;
    background-color: #2B5090;
}

.pagination-link.disabled {
    color: #747881;
    pointer-events: none;
}

.header-menu-link, .footer-menu-link {
    color: #2B5090;
    transition: color .3s ease-in-out;
}

.footer-menu-link:hover {
    color: #5888DB;
}

.header, .m-header, .header .search-input, .breadcrumbs-link, .col-4.icon-text {
    font-size: 15px;
    line-height: 20px;
}

.breadcrumbs-link {
    font-weight: 300;
}

.header-top, .header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.header-top-left .text-link {
    margin-right: 32px;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.header-top-right .item {
    margin-left: 32px;
}

.social {
    display: flex;
    align-items: center;
}

.social-link {
    height: 32px;
    width: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}

.social-link:hover {
    background-color: #F1F4F9;
}

.social-link:hover svg path {
    fill: #2B5090;
}

.header-menu, .breadcrumbs, .pagination, .filter-menu {
    display: flex;
}

.header-menu li {
    margin: 0 0 0 32px;
    position: relative;
}

.header-menu-link {
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.header-menu-link::after, .header-menu-link.selected::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0;
    background-color: #2B5090;
    transition: .3s ease-in-out;
}

.header-menu-link.active::after, .header-menu-link.selected::after {
    opacity: 1;
}

.submenu-box {
    position: absolute;
    display: none;
    z-index: 99;
}

.submenu {
    background-color: #416398;
    border: 1px solid #405476;
    padding: 24px;
    margin-top: 19px;
}

.submenu li {
    margin: 0 0 16px 0;
    color: #ffffff;
    width: 160px;
}

.submenu li:last-child, .footer-menu li:last-child, .select-language li:last-child {
    margin-bottom: 0;
}

.submenu-link {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.search {
    position: relative;
    transition: width .3s ease-in-out;
}

.search-input {
    width: 100%;
    background-color: #F1F4F9;
    color: #747881;
    border-radius: 64px;
    padding: 16px 64px 16px 32px;
}

.search-btn {
    height: 64px;
    width: 64px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/local/templates/softmajor/css/../img/search.svg) center no-repeat;
} 

.header .search {
    width: 240px;
}

.header .search-input {
    border-radius: 32px;
    padding: 6px 32px 6px 16px;
}

.header .search-btn {
    height: 32px;
    width: 32px;
}

.footer {
    background-color: #F1F4F9;
    padding: 120px 0 80px;
    margin-top: 160px;
}

.footer-top {
    font-size: 20px;
    line-height: 24px;
}

.footer-logo {
    margin-bottom: 39px;
}

.footer-menu li {
    margin: 0 0 16px 0;
}

.footer-menu-link {
    font-weight: 700;
}

.footer-top-links {
    max-width: 160px;
}

.footer-top-links .text-link {
    margin-bottom: 16px;
    display: inline-block;
}

.mail {
    margin-bottom: 64px;
}

.mail-text {
    margin-bottom: 16px;
}

.blue-link, .blue-link:visited {
    text-decoration: none;
    color: #2B5090;
}

.blue-link:hover {
    color: #5888DB;
}

.blue-link svg * {
    transition: .3s ease-in-out;
}

.blue-link:hover svg * {
    fill: #5888DB;
}

.subscribe-text {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 25px;
    max-width: 256px;
}

.subscribe {
    position: relative;
}

.subscribe-input {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 0 24px 10px 0;
    border-bottom: 1px solid #2B5090;
}

.subscribe-btn {
    height: 24px;
    width: 24px;
    background: url(/local/templates/softmajor/css/../img/arrow.svg) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.footer-bottom {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.footer-bottom-links .text-link {
    margin-right: 16px;
}

.footer-bottom-links .text-link:last-child {
    margin-right: 0;
}

.copyright {
    margin-bottom: 8px;
}

.footer-bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn {
    display: inline-block;
    background-color: #2B5090;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 16px 32px;
    transition: .3s ease-in-out;
}

.btn:hover {
    background-color: #5888DB;
}

.btn.btn-white {
    color: #2B5090;
    background-color: #ffffff;
}

.btn.btn-white:hover {
    color: #ffffff;
    background-color: #2B5090;
}

.btn.btn-bordered {
    color: #2B5090;
    background-color: transparent;
    border: 1px solid #2B5090;
}

.btn.btn-bordered:hover {
    color: #5888DB;
    border-color: #5888DB;
}

.slider-block {
    margin-top: 20px;
    position: relative;
}

.slider .item {
    height: 644px;
    padding: 0 104px 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slider .item .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider .item .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.16;
}

.slider .item .title {
    font-size: 120px;
    line-height: 116px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 32px;
    position: relative;
    letter-spacing: -5px;
    transition: .3s ease-in-out;
}

.slider .item .btn {
    position: relative;
}

.slider-nav {
    position: absolute;
    right: 104px;
    bottom: 96px;
    display: flex;
    align-items: center;
}

.slider-prev, .slider-next, .down, .back {
    height: 48px;
    width: 48px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    border-radius: 50%;
}

.slider-block .down {
    height: 32px;
    width: 32px;
    margin-left: 0;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 16px);
}

.slider-block .down svg {
    margin-top: 3px;
}

.advantages-block {
    background-color: #F1F4F9;
    padding: 268px 0 56px;
    margin-top: -144px;
}

.advantages-item .title {
    color: #2B5090;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.advantages-item .text {
    font-size: 16px;
    line-height: 24px;
    max-width: 200px;
}
.advantages-item .text span {
    display: none;
}

.product-item .img, .product-item-not-ready .img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 469px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.product-item .title {
    padding: 48px;
    height: 176px;
    overflow: hidden;
}

.product-item .title, .product-item .title a {
    font-size: 20px;
    line-height: 32px;
    display: block;
}

.production-link {
    height: 327px;
    display: block;
    padding: 48px;
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    position: relative;
}

.production-link .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.production-link .img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #416398;
    opacity: 0.4;
	transition: 0.4s;
}
.production-link:hover .img::before {
    opacity: 0.2;
}

.production-link .desc {
    position: relative;
    display: inline-block;
    max-width: 64%;
}

.production-wrap {
    display: flex;
    margin: 0 -16px;
}

.production-block .production-wrap {
    margin-bottom: -32px;
}

.production-wrap .item:first-child {
    width: calc(100%*7/12);
    margin: 0 16px;
}

.production-wrap .item:last-child {
    width: calc(100%*5/12);
    margin: 0 16px;
}

.production-wrap .production-link {
    margin-bottom: 32px;
}

.production-wrap .item:first-child .production-link {
    height: calc(100% - 32px);
}

.production-wrap .item:first-child .production-link .desc {
    max-width: 390px;
}

.advantages-block, .product-block, .production-block, .career-block {
    margin-bottom: 120px;
}

.product-block h2, .career-block h2 {
    margin-bottom: 0;
}

.product-block .product-wrap {
    margin-top: 112px;
}

.career-block {
    padding-top: 120px;
}

.career-block .career-wrap {
    margin-top: 80px;
}

.news-block h2, .career-block h2 {
    font-size: 40px;
}

.news-block {
    background-color: #416398;
    color: #ffffff;
    padding: 120px 0;
    margin-bottom: -160px;
}

.news-block.inner-news {
	margin-top: 120px;
}

.news-block h2 {
    color: #ffffff;
}

.news-block .news-item {
    border-color: #5d7cb0;
}

.news-item {
    border-color: #405476;
}

.news-item .img {
    height: 286px;
    border-bottom: 1px solid #E0E0E0;
}

.news-block .news-item .img {
    border-bottom-color: #405476;
}

.news-item .desc {
    padding: 48px 48px 64px;
}

.news-link {
    color: #747881;
}

.news-link .title {
    color: #2B5090;
    display: block;
    transition: color .3s ease-in-out;
}

.news-link:hover .title {
    color: #5888DB;
}

.news-block .news-link, .news-block .news-link .title, .news-block .news-link:hover .title {
    color: #ffffff;
}

.news-item .title a { color: #2B5090; }
.news-item .title a:hover { color: #5888DB; }
.news-block .news-item .title a,
.news-block .news-item .title a:hover { color: #ffffff; }

.news-item .title {
    margin-bottom: 20px;
    display: block;
}

.news-item .date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.news-block .link {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.news-block .link::after {
    content: '';
    display: block;
    height: 1px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transition: .3s ease-in-out;
}

.news-block .link:hover::after {
    opacity: 0;
}

.dd-hover {
    position: relative;
}

.dd-link svg {
    margin-left: 6px;
}

.dd-content {
    position: absolute;
    display: none;
    z-index: 99;
}

.language .dd-content {
    right: 0;
}

.select-language {
    background-color: #416398;
    padding: 16px 18px;
    margin-top: 15px;
}

.select-language-link {
    color: #47C9C9;
    display: block;
    border-bottom: 1px solid transparent;
}

.select-language li {
    margin-bottom: 16px;
}

.select-language-link.selected {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: rgba(241, 244, 249, 0.08);
    transition: .3s ease-in-out;
}

.close:hover {
    background-color: rgba(241, 244, 249, 1);
}

.inner-page {
    width: 100%;
    max-width: calc(100% * 2 / 3 - 10px);
    flex: none;
}

.content-block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-block-top {
    margin-bottom: 48px;
    margin-top: -16px;
}

.news-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 300;
    margin: 64px 0 120px;
    font-size: 15px;
    line-height: 20px;
}

.news-tags-title {
    margin-right: 17px;
}

.news-tags-link {
    display: block;
    color: #71819D;
    background-color: transparent;
    transition: .3s ease-in-out;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #71819D;
    margin-right: 8px;
    font-weight: 400;
}

.news-tags-link:hover {
    color: #ffffff;
    background-color: #71819D;
}

p {
    margin-bottom: 32px;
}

.h1-block {
    margin-top: 40px;
    padding-top: 44px;
    position: relative;
}

.h1-block .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
}

.share-block {
    position: relative;
}

.share-link {
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #747881;
}

.share-link svg {
    margin-left: 17px;
}

.ya-share2__title,
.ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short {
    display: none;
}

.share-content {
    padding: 16px 0 0;
    right: 0;
}

.ya-share2__list li {
    margin-bottom: 8px;
}

.ya-share2__list li:last-child {
    margin-bottom: 0;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.80724 10.4034H9.88249C9.88249 10.4034 10.2074 10.3663 10.3734 10.1846C10.5266 10.0178 10.5216 9.70359 10.5216 9.70359C10.5216 9.70359 10.5003 8.2351 11.17 8.01917C11.8313 7.8061 12.6792 9.43856 13.5777 10.0663C14.2575 10.5408 14.7748 10.4376 14.7748 10.4376L17.1783 10.4034C17.1783 10.4034 18.4359 10.3242 17.8394 9.31819C17.7903 9.2362 17.4918 8.57429 16.0517 7.21468C14.5446 5.79098 14.7463 6.02193 16.5626 3.5594C17.6678 2.0601 18.1102 1.14517 17.9719 0.752594C17.8402 0.379207 17.0271 0.478298 17.0271 0.478298L14.321 0.495401C14.321 0.495401 14.1199 0.467592 13.9711 0.557414C13.8257 0.646453 13.7323 0.853122 13.7323 0.853122C13.7323 0.853122 13.3034 2.0131 12.7326 2.99997C11.5278 5.08207 11.0453 5.19252 10.8487 5.06288C10.3898 4.76143 10.5045 3.85224 10.5045 3.20665C10.5045 1.18866 10.8053 0.347882 9.91879 0.129851C9.62452 0.0579154 9.40793 0.0101323 8.65541 0.00229841C7.68996 -0.00762377 6.87268 0.00517063 6.40947 0.235339C6.10175 0.389263 5.8644 0.730535 6.00906 0.75051C6.18792 0.775446 6.59329 0.861612 6.80779 1.15876C7.08496 1.54285 7.07569 2.40503 7.07569 2.40503C7.07569 2.40503 7.23458 4.78061 6.70309 5.07489C6.33831 5.27803 5.83803 4.86469 4.76355 2.97582C4.21339 2.00815 3.79731 0.93864 3.79731 0.93864C3.79731 0.93864 3.71754 0.738368 3.57432 0.631443C3.40108 0.501802 3.1589 0.461199 3.1589 0.461199L0.586571 0.478302C0.586571 0.478302 0.201041 0.489007 0.059258 0.660035C-0.0675114 0.81174 0.0485524 1.12599 0.0485524 1.12599C0.0485524 1.12599 2.06223 5.91853 4.34238 8.33341C6.43296 10.548 8.80724 10.4034 8.80724 10.4034L8.80724 10.4034Z' fill='%2371819D'/%3E%3C/svg%3E%0A");
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29496 10.1977V17.9699L5.99968 18L5.98537 10.1748L8.2734 10.1593L8.91248 6.78548H5.98306V4.29488C5.98306 3.95901 6.10958 3.35872 6.6263 3.35872L8.33297 3.38934L8.27525 0.015068L4.89792 0C3.74213 0 2.29681 1.55833 2.29681 3.15068L2.26818 6.7675L0 6.81319V10.1836L2.29496 10.1977Z' fill='%2371819D'/%3E%3C/svg%3E%0A");
}

.ya-share2__icon {
    height: 32px;
    width: 32px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
    transition: .3s ease-in-out;
}

.ya-share2__icon:hover {
    background-color: #F1F4F9;
}

.ya-share2__item_service_vkontakte .ya-share2__icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.80724 10.4034H9.88249C9.88249 10.4034 10.2074 10.3663 10.3734 10.1846C10.5266 10.0178 10.5216 9.70359 10.5216 9.70359C10.5216 9.70359 10.5003 8.2351 11.17 8.01917C11.8313 7.8061 12.6792 9.43856 13.5777 10.0663C14.2575 10.5408 14.7748 10.4376 14.7748 10.4376L17.1783 10.4034C17.1783 10.4034 18.4359 10.3242 17.8394 9.31819C17.7903 9.2362 17.4918 8.57429 16.0517 7.21468C14.5446 5.79098 14.7463 6.02193 16.5626 3.5594C17.6678 2.0601 18.1102 1.14517 17.9719 0.752594C17.8402 0.379207 17.0271 0.478298 17.0271 0.478298L14.321 0.495401C14.321 0.495401 14.1199 0.467592 13.9711 0.557414C13.8257 0.646453 13.7323 0.853122 13.7323 0.853122C13.7323 0.853122 13.3034 2.0131 12.7326 2.99997C11.5278 5.08207 11.0453 5.19252 10.8487 5.06288C10.3898 4.76143 10.5045 3.85224 10.5045 3.20665C10.5045 1.18866 10.8053 0.347882 9.91879 0.129851C9.62452 0.0579154 9.40793 0.0101323 8.65541 0.00229841C7.68996 -0.00762377 6.87268 0.00517063 6.40947 0.235339C6.10175 0.389263 5.8644 0.730535 6.00906 0.75051C6.18792 0.775446 6.59329 0.861612 6.80779 1.15876C7.08496 1.54285 7.07569 2.40503 7.07569 2.40503C7.07569 2.40503 7.23458 4.78061 6.70309 5.07489C6.33831 5.27803 5.83803 4.86469 4.76355 2.97582C4.21339 2.00815 3.79731 0.93864 3.79731 0.93864C3.79731 0.93864 3.71754 0.738368 3.57432 0.631443C3.40108 0.501802 3.1589 0.461199 3.1589 0.461199L0.586571 0.478302C0.586571 0.478302 0.201041 0.489007 0.059258 0.660035C-0.0675114 0.81174 0.0485524 1.12599 0.0485524 1.12599C0.0485524 1.12599 2.06223 5.91853 4.34238 8.33341C6.43296 10.548 8.80724 10.4034 8.80724 10.4034L8.80724 10.4034Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.ya-share2__item_service_facebook .ya-share2__icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.29496 10.1977V17.9699L5.99968 18L5.98537 10.1748L8.2734 10.1593L8.91248 6.78548H5.98306V4.29488C5.98306 3.95901 6.10958 3.35872 6.6263 3.35872L8.33297 3.38934L8.27525 0.015068L4.89792 0C3.74213 0 2.29681 1.55833 2.29681 3.15068L2.26818 6.7675L0 6.81319V10.1836L2.29496 10.1977Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.icon-text {
    margin: 64px 0;
}

.icon-text .item {
    display: flex;
    margin-bottom: 40px;
}

.icon-text .item:last-child, .file:last-child {
    margin-bottom: 0;
}

.icon-text .icon, .portfolio-link .icon {
    height: 96px;
    width: 96px;
    flex: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text .icon {
    border: 1px solid #2B5090;
    margin-right: 64px;
}

.icon-text .text {
    margin-top: 16px;
}

.col-4.icon-text {
    margin-bottom: 120px;
}

.col-4.icon-text .item {
    display: block;
    margin-bottom: 0;
}

.col-4.icon-text .icon {
    margin-right: 0;
    margin-bottom: 24px;
}

.text-center {
    text-align: center;
}

.icon-text.text-center .icon {
    margin: 0 auto;
}

.file {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
}

.file .name, p > a {
    text-decoration: underline;
    color: #2B5090;
    transition: color .3s ease-in-out;
}

.file:hover .name, p > a:hover {
    text-decoration: none;
    color: #5888DB;
}

p > a:visited {
    color: #5888DB;
}

.file .info {
    color: #747881;
    margin-left: 0.2em;
}

.file img {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}

.content-block {
    position: relative;
    margin-bottom: 80px;
}

.content-block:last-child {
    margin-bottom: 0;
}

.content-block-right {
    width: 256px;
    position: absolute;
    right: 0;
    top: 0;
}

.radio-in-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-right: -32px;
    margin-bottom: 24px;
}

.radio-in-row-title {
    margin-right: 16px;
}

.checkbox, .radio {
    position: relative;
    padding: 12px 32px 12px 48px;
    margin: 0 0 32px;
    display: inline-block;
    transition: color .3s ease-in-out;
}

.radio {
    margin: 0 0 8px;
}

.checkbox input, .radio input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkbox span, .radio span {
    position: absolute;
    top: 12px;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #F1F4F9;
    border: 1px solid #E0E0E0;
    transition: .3s ease-in-out;
}

.radio span {
    border-radius: 50%;
}

.checkbox span {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.checkbox .error ~ label span, .radio .error ~ label span {
    border: 2px solid #E0647A;
}

.checkbox label, .radio label {
    cursor: pointer;
    display: inline-block;
}

.radio input:checked ~ label span {
    border: 12px solid #2B5090;
}

.checkbox input:checked ~ label span {
    background-color: #2B5090;
    border-color: #2B5090;
}

.checkbox input:checked ~ label span::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7281 6.36396C13.1186 5.97344 13.1186 5.34027 12.7281 4.94975C12.3375 4.55922 11.7044 4.55922 11.3139 4.94975L6.36411 9.89949C5.97358 10.29 5.34042 10.29 4.94989 9.89949L2.12147 7.07107C1.73094 6.68054 1.09778 6.68054 0.707253 7.07107C0.316728 7.46159 0.316728 8.09476 0.707253 8.48528L4.24279 12.0208L4.94989 12.7279C5.34042 13.1184 5.97358 13.1184 6.36411 12.7279L7.07121 12.0208L12.7281 6.36396Z' fill='white'/%3E%3C/svg%3E%0A");
}

.form-input-box {
    position: relative;
    color: #66696D;
    font-weight: 300;
    margin: 0 0 32px;
}

.form-input {
    border-radius: 4px;
    background-color: #F1F4F9;
    padding: 10px 20px;
    color: #66696D;
    font-weight: 300;
    width: 100%;
    border: 2px solid transparent;
    transition: border-color .3s ease-in-out;
}

.form-input.error {
    border-color: #E0647A;
}

label.error {
    color: #416398;
    font-size: 16px;
    font-weight: 600;
}

.form-label {
    display: block;
    position: absolute;
    opacity: 0;
    top: 12px;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #66696D;
    transition: .3s ease-in-out;
}

.form-input:placeholder-shown + .form-label {
    visibility: hidden;
    z-index: -1;
    transition: .3s ease-in-out;
}

.form-input:-ms-input-placeholder + .form-label {
    visibility: hidden;
    z-index: -1;
    transition: .3s ease-in-out;
}
  
.form-input:not(:placeholder-shown) + .form-label,
.form-input:focus:not(:placeholder-shown) + .form-label,
.form-input.valid ~ .form-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translateY(-12px);
    transition: .3s ease-in-out;
}

.form-input:not(:-ms-input-placeholder) + .form-label,
.form-input:focus:not(:-ms-input-placeholder) + .form-label,
.form-input:focus.error ~ .form-label,
.form-input.valid ~ .form-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translateY(-12px);
    transition: .3s ease-in-out;
}

.form-block {
    margin-bottom: 64px;
}

.btn svg {
    margin-left: 16px;
}

.share-link:hover svg path, .share-link.active svg path, .btn.btn-bordered:hover svg path {
    fill: #5888DB;
}

input[type=submit].btn {
    padding: 24px 48px;
}

.form-block .col-2 {
    align-items: center;
}

#pharmForm_allergy_yes_block .radio-in-row {
    margin-bottom: -8px;
}

.form-input-date {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1033 1.5194H11.7693V0.500986C11.7693 0.224285 11.545 0 11.2683 0C10.9916 0 10.7673 0.224285 10.7673 0.500986V1.5194H5.23288V0.500986C5.23288 0.224285 5.0086 0 4.7319 0C4.4552 0 4.23091 0.224285 4.23091 0.500986V1.5194H2.89682C1.71843 1.5194 0.759766 2.47806 0.759766 3.65645V13.8629C0.759766 15.0413 1.71843 16 2.89682 16H13.1033C14.2817 16 15.2404 15.0413 15.2404 13.8629V3.65645C15.2403 2.4781 14.2817 1.5194 13.1033 1.5194ZM1.76174 3.65645C1.76174 3.03056 2.27093 2.52137 2.89682 2.52137H4.23091V3.53978C4.23091 3.81648 4.4552 4.04077 4.7319 4.04077C5.0086 4.04077 5.23288 3.81648 5.23288 3.53978V2.52137H10.7672V3.53978C10.7672 3.81648 10.9915 4.04077 11.2682 4.04077C11.5449 4.04077 11.7692 3.81648 11.7692 3.53978V2.52137H13.1033C13.7292 2.52137 14.2384 3.03056 14.2384 3.65645V5.94839H1.76174V3.65645ZM13.1033 14.998H2.89682C2.27093 14.998 1.76174 14.4888 1.76174 13.8629V6.9504H14.2384V13.863C14.2384 14.4888 13.7292 14.998 13.1033 14.998Z' fill='%2371819D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 20px);
}

.hidden {
    display: none;
}

.col-2.public-wrap {
    margin: 96px -48px 80px;
    border-bottom: 1px solid #E0E0E0;
}

.col-2.public-wrap .item {
    width: calc(50% - 96px);
    margin: 0 48px 96px;
}

.filter-sort-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 40px;
    position: relative;
    font-size: 19px;
    line-height: 24px;
}

.filter-block, .filter-btn {
    display: flex;
    align-items: center;
}

.sort-block .item {
    margin-right: 24px;
}

.sort-block .item:last-child {
    margin-right: 0;
}

.sort-block a {
    border-bottom: 1px solid transparent;
}

.sort-block a.selected {
    font-weight: 600;
    color: #2B5090;
    border-bottom-color: #2B5090;
}

.filter-btn .filter-icon {
    margin-right: 16px;
    height: 24px;
    width: 24px;
    transition: .3s ease-in-out;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='8' width='18' height='2' fill='%232B5090'/%3E%3Crect x='3' y='16' width='18' height='2' fill='%232B5090'/%3E%3Ccircle cx='8' cy='9' r='3' fill='%232B5090'/%3E%3Ccircle cx='16' cy='17' r='3' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.filter-btn.active .filter-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.92892' y='17.6569' width='18' height='2' transform='rotate(-45 4.92892 17.6569)' fill='%232B5090'/%3E%3Crect width='18' height='2' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 19.0709 17.6567)' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.dd-content-filter {
    top: 0;
    left: 0;
    bottom: 0;
    right: 100px;
    background-color: #ffffff;
}

.filter-menu li {
    margin-right: 40px;
}

.filter-submenu-box {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-top: 15px;
    position: relative;
}

.filter-submenu-box .btn, .filter-submenu-box input[type=submit].btn {
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    padding: 16px 0;
    text-align: center;
}

.filter-submenu-box .btn:hover, .filter-submenu-box input[type=submit].btn:hover {
    background-color: #2B5090;
    border-color: #2B5090;
    color: #ffffff;
}

.filter-submenu {
    list-style: none;
    padding: 0 16px;
    margin: 16px 0;
    width: 256px;
    max-height: 30vh;
    overflow-y: auto;
    scrollbar-color: #2B5090 transparent;
    scrollbar-width: thin;
}

.filter-submenu::-webkit-scrollbar {
    width: 4px;
}
  
.filter-submenu::-webkit-scrollbar-track {
    background: transparent; 
}
   
.filter-submenu::-webkit-scrollbar-thumb {
    background: #2B5090; 
    border-radius: 4px;
}

.filter-submenu li {
    margin: 0 0 16px;
}

.filter-submenu li:last-child {
    margin: 0;
}

.filter-submenu .checkbox, .filter-submenu .radio {
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 15px;
    color: #71819D;
}

.filter-submenu .checkbox:hover, .filter-submenu .radio:hover {
    color: #5888DB;
}

.filter-submenu .checkbox span, .filter-submenu .radio span {
    height: 24px;
    width: 24px;
    top: 0;
}

.filter-submenu .checkbox input:checked ~ label span::after {
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.296 4.77296C10.5889 4.48007 10.5889 4.00519 10.296 3.7123V3.7123C10.0031 3.41941 9.52828 3.41941 9.23538 3.7123L5.69986 7.24782C5.30934 7.63835 4.67617 7.63835 4.28565 7.24782L2.34111 5.30329C2.04822 5.01039 1.57335 5.01039 1.28045 5.30329V5.30329C0.98756 5.59618 0.98756 6.07105 1.28045 6.36395L3.93209 9.01558C3.93209 9.01559 3.93209 9.01559 3.93209 9.01559V9.01559C3.93208 9.0156 3.93208 9.0156 3.93209 9.01561L4.99273 10.0763C4.99274 10.0763 4.99274 10.0763 4.99275 10.0763L4.99275 10.0763C4.99275 10.0763 4.99276 10.0763 4.99276 10.0763V10.0763C4.99276 10.0763 4.99277 10.0763 4.99277 10.0763L6.05342 9.0156C6.05342 9.0156 6.05342 9.0156 6.05342 9.01559V9.01559C6.05342 9.01559 6.05342 9.01559 6.05342 9.01558L10.296 4.77296Z' fill='white'/%3E%3C/svg%3E%0A");
}

.filter-submenu-top {
    padding: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.sort-block, .filter-settings {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.filter-settings {
    margin-bottom: -16px;
}

.filter-settings-block {
    margin: 40px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.filter-settings .item {
    display: flex;
    align-items: center;
    margin: 0 16px 16px 0;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 19px;
    line-height: 24px;
    background-color: #F1F4F9;
    color: #71819D;
    transition: .3s ease-in-out;
}

.filter-settings .item:hover {
    color: #ffffff;
    background-color: #71819D;
}

.filter-settings .item:last-child {
    margin-right: 0;
}

.filter-settings .item .name {
    margin-right: 8px;
}

.filter-settings .item .icon-close {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.414 11.9999L19.0708 17.6568L17.6566 19.071L11.9998 13.4141L6.34297 19.071L4.92876 17.6568L10.5856 11.9999L4.92871 6.34305L6.34292 4.92883L11.9998 10.5857L17.6567 4.92883L19.0709 6.34305L13.414 11.9999Z' fill='%2371819D'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

.filter-settings .item:hover .icon-close {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.414 11.9999L19.0708 17.6568L17.6566 19.071L11.9998 13.4141L6.34297 19.071L4.92876 17.6568L10.5856 11.9999L4.92871 6.34305L6.34292 4.92883L11.9998 10.5857L17.6567 4.92883L19.0709 6.34305L13.414 11.9999Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.public-one-year {
    font-weight: 300;
    margin: -8px 0 48px;
}

.link-box {
    margin: 64px 0;
}

.circle-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
}

.circle-link .circle {
    height: 56px;
    width: 56px;
    flex: none;
    margin-right: 16px;
    border: 1px solid #2B5090;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.circle-link:hover .circle {
    border-color: #5888DB;
}

.circle-link .circle svg path {
    transition: all .3s ease-in-out;
}

.circle-link:hover .circle svg path {
    fill: #5888DB;
}

.content-block-bottom.card-block-bottom {
    margin-top: 80px;
}

.content-block-bottom {
    margin-top: 120px;
    border-top: 1px solid #E0E0E0;
}

.content-block-bottom .col-2 {
    padding-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-block-bottom .col-2 h3 {
    max-width: 300px;
}

.content-block-bottom .col-2 h3,
.content-block-right h3,
.career-row h3 {
    margin-top: 0;
}

.pipeline-table {
    background-color: #F1F4F9;
    margin: 64px 0;
    border: 1px solid rgba(28, 51, 92, 0.08);
    border-radius: 8px;
    overflow-x: auto;
}

.pipeline-table .row {
    display: flex;
}

.pipeline-tbody > .row > .col-left, .pipeline-tbody > .row > .col-right {
    border-top: 1px solid rgba(28, 51, 92, 0.08);
}

.pipeline-table .col-left {
    padding: 24px 16px;
    flex: 1;
    border-right: 1px solid rgba(28, 51, 92, 0.08);
    display: flex;
    align-items: center;
}

.pipeline-table .col-right {
    flex: 2;
}

.pipeline-table .col-right .row {
    position: relative;
    height: 100%;
    margin: 0 8px;
}

.pipeline-table .col-right .row .fon-ok {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 32px);
    left: 0;
    right: 0;
    height: 64px;
    background: #ffffff;
    border-radius: 4px;
}

.pipeline-table .col-right .col {
    padding: 24px 16px;
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pipeline-table .col {
    border-right: 1px solid rgba(28, 51, 92, 0.08);
}

.pipeline-table .col-right .col:last-child {
    border-right: none;
}

.pipeline-thead .col-right .col, .pipeline-thead .col-left {
    font-weight: 600;
    color: #416398;
    border-top: none;
}

.pipeline-thead .col-right .col:first-child {
    padding-left: 12px;
    padding-right: 20px;
}

.pipeline-thead .col-right .col:last-child {
    padding-left: 20px;
    padding-right: 12px;
}

.pipeline-ok {
    margin: 4px auto;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='12' fill='%23F1F4F9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7281 14.364C23.1186 13.9734 23.1186 13.3403 22.7281 12.9497C22.3375 12.5592 21.7044 12.5592 21.3139 12.9497L16.3641 17.8995C15.9736 18.29 15.3404 18.29 14.9499 17.8995L12.1215 15.0711C11.7309 14.6805 11.0978 14.6805 10.7073 15.0711C10.3167 15.4616 10.3167 16.0948 10.7073 16.4853L14.2428 20.0208L14.9499 20.7279C15.3404 21.1184 15.9736 21.1184 16.3641 20.7279L17.0712 20.0208L22.7281 14.364Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fon-ok-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    bottom: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.fon-ok-inner.active {
    width: 100%;
}

.fon-ok-inner-colored {
    height: 100%;
    background: linear-gradient(to right, #5888DB, #47C9C9, #47C9C9, #52E584);
}

.ui-widget {
    font-family: 'Source Sans Pro', sans-serif;
}

.ui-widget-content {
    color: #66696D;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 16px;
    font-weight: 300;
}

.ui-datepicker th {
    font-weight: 300;
}

.ui-datepicker td span, .ui-datepicker td a {
    height: 32px;
    width: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-widget-header {
    color: #66696D;
    background: transparent;
    border: none;
    font-weight: 300;
}

.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: none;
    background: transparent;
    color: #71819D;
    transition: color .3s ease-in-out;
    border-radius: 50%;
    text-align: center;
}

.ui-state-default:hover {
    color: #5888DB;
}

.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 {
    background: #2B5090;
    color: #ffffff;
    font-weight: 300;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29379 1.22182C8.68432 0.831292 9.31748 0.831292 9.70801 1.22182L16.7791 8.29288C17.1696 8.68341 17.1696 9.31657 16.7791 9.7071L9.70801 16.7782C9.31748 17.1687 8.68432 17.1687 8.29379 16.7782C7.90327 16.3876 7.90327 15.7545 8.29379 15.364L13.6575 10.0003L1.93287 10.0003C1.38059 10.0003 0.932874 9.55256 0.932874 9.00027C0.932874 8.44799 1.38059 8.00027 1.93287 8.00027L13.658 8.00027L8.29379 2.63603C7.90327 2.24551 7.90327 1.61234 8.29379 1.22182Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: contain;
    transition: .3s ease-in-out;
}

.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev-hover .ui-icon,
.ui-datepicker .ui-datepicker-next-hover .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29379 1.22182C8.68432 0.831292 9.31748 0.831292 9.70801 1.22182L16.7791 8.29288C17.1696 8.68341 17.1696 9.31657 16.7791 9.7071L9.70801 16.7782C9.31748 17.1687 8.68432 17.1687 8.29379 16.7782C7.90327 16.3876 7.90327 15.7545 8.29379 15.364L13.6575 10.0003L1.93287 10.0003C1.38059 10.0003 0.932874 9.55256 0.932874 9.00027C0.932874 8.44799 1.38059 8.00027 1.93287 8.00027L13.658 8.00027L8.29379 2.63603C7.90327 2.24551 7.90327 1.61234 8.29379 1.22182Z' fill='%235888DB'/%3E%3C/svg%3E%0A");
}

#lsBlocks {
    margin-top: 32px;
}

.ruk-wrap h3 {
    font-weight: 400;
    margin: 0 0 8px;
}

.ruk-wrap .item {
    display: flex;
    margin-bottom: 120px;
}

.col-2.ruk-wrap {
    margin-bottom: -120px;
}

.ruk-wrap-sm .item {
    margin-bottom: 80px;
}

.col-2.ruk-wrap-sm {
    margin-bottom: -80px;
}

.ruk-wrap .item .img {
    width: 255px;
    height: 358px;
    margin-right: 129px;
    flex: none;
}

.ruk-wrap-sm .item .img {
    width: 160px;
    height: 224px;
    margin-right: 32px;
}

.portfolio-wrap {
    margin-bottom: 80px; 
}

.portfolio-link {
    height: 384px;
    padding: 48px;
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #5888DB;
    transition: background-color .3s ease-in-out;
}

.portfolio-link:hover {
    background-color: #2B5090;
}

.portfolio-link .icon {
    border: 1px solid #fff;
}

.good-slider {
    height: 488px;
}

.good-slider .product-item {
    margin: 0;
}

.good-slider, .product-item-not-ready {
    margin-right: 16.666%;
}

.good-slider .product-item .img, .product-item-not-ready .img {
    height: 432px;
    border: 1px solid #E0E0E0;
}

.good-slider .product-item .img {
    width: 100%;
}

.slick-slide {
    outline: none;
}

.good-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #2B5090;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
    border-radius: 50%;
    padding: 0;
    transform: scale(0.375);
}

.good-slider .slick-dots li {
    margin: 0 8px;
    width: 16px;
    height: 16px;
}

.good-slider .slick-dots li.slick-active button {
    background-color: transparent;
    border-color: #2B5090;
    transform: scale(1);
}

.good-slider .slick-dots {
    bottom: 0;
}

.good-card-desc {
    margin-bottom: 64px;
}

.good-cart-public-wrap .news-item {
    margin-bottom: 40px;
}

.good-cart-public-wrap .news-item:last-child {
    margin-bottom: 0;
}

.project-slider-block, .career-slider-block {
    position: relative;
}

.career-slider-block {
    margin-top: 80px;
}

.project-slider .item .img {
    height: 488px;
}

.career-slider img {
    max-height: 380px;
    max-width: 380px;
    margin-right: 32px;
}

.career-slider .slick-track {
    display: flex;
    align-items: center;
}

.project-slider-thumbnails-wrap {
	width: 100px;
	height: 488px;
	overflow: hidden;
	margin: -2px auto 0 10px;
}

.project-slider-thumbnails {
    width: 96px;
    margin: 0 auto;
}

.project-slider-thumbnails .item .img {
    border: 2px solid transparent;
    cursor: pointer;
    height: 64px;
    margin-bottom: 8px;
    opacity: .4;
    transition: opacity .3s ease-in-out, border-color .3s ease-in-out;
}

.project-slider-thumbnails .item.slick-current .img,
.project-slider-thumbnails .item:hover .img {
    opacity: 1;
    border-color:#5888DB;
}

.project-slider-nav, .career-slider-nav {
    display: flex;
    align-items: center;
}

.project-slider-nav .slider-prev, .project-slider-nav .slider-next, 
.career-slider-nav .slider-prev, .career-slider-nav .slider-next {
    position: absolute;
    margin: 0;
    bottom: calc(50% - 24px);
    height: 48px;
}

.project-slider-nav .slider-prev {
    left: 32px;
}

.project-slider-nav .slider-next {
    right: 32px;
}

.career-slider-nav .slider-prev, .mfp-arrow-left {
    left: calc(50% - 608px);
}

.career-slider-nav .slider-next, .mfp-arrow-right {
    right: calc(50% - 608px);
}

.project-slider-wrap {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-info {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 80px;
    padding-bottom: 56px;
}

.contact-info:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info p {
    margin-bottom: 24px;
}

.map {
    height: 518px;
}

.colored {
    color: #47C9C9;
}

.pipeline-table-card, .card-block {
    margin: 40px 0 0;
}

.search-wrap {
    margin: 80px 0;
    padding-bottom: 80px;
    border-bottom: 1px solid #E0E0E0;
}

.search-item {
    margin: 0 0 80px;
}

.search-item:last-child {
    margin-bottom: 0;
}

.search-item hr {
    margin: 32px 0;
}

.search-item .bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-item .bottom-row .btn {
    padding-left: 24px;
    padding-right: 24px;
}

.search-block-top .search {
    margin-bottom: 32px;
}

.about-block {
    margin-bottom: 64px;
}

.icon-text.about-block {
    /*margin: -24px -16px 64px;
    text-align: center;*/
    margin: -24px 0 64px;
}

.icon-text.about-block .item {
    /*display: block;
    margin: 0 16px;
    padding: 0 16px;*/
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}

.icon-text.about-block .icon {
    /*margin: 0 auto 24px;*/
    margin: 0 32px 0 0;
}

.icon-text.about-block .text {
    margin: 0;
    padding: 0 0 48px;
    width: 100%;
    border-bottom: 1px solid #2B5090;
}

.history-container {
	margin: 120px 0 -160px;
	padding: 40px 0 80px;
	min-height: 100vh;
	background: #F7F7F7;
}


#history {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    -ms-overflow-style: none;
	/*margin-top: 160px;
	padding-top: calc((100vh - 658px) / 3);
	min-height: 100vh;
	background: #F7F7F7;*/
}

.history-wrap {
    padding: 0 calc(50% - 608px);
    /*margin: 32px 0 0;
    height: 658px;*/
    display: flex;
    flex-wrap: nowrap;
    width: 18199px;
}

#history::-webkit-scrollbar {
    display: none;
}

.history-item {
    height: 100%;
    flex: none;
}

.history-desc {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /*height: 546px;
	max-height: calc(100vh - 190px);*/
}

.history-desc li {
    flex: none;
    margin: 0 64px 0 0;
}

.history-desc li.text {
    width: 449px;
}

.history-desc li img {
    width: auto;
    height: 546px;
	max-height: calc(100vh - 190px);
}

.history-desc li.text img {
    width: 100%;
    height: auto;
}

.history-years {
	font-size: 64px;
	line-height: 72px;
	font-weight: 200;
	margin-bottom: 40px;
	width: max-content;
	position: sticky;
	left: 10px;
	margin-right: 10vw;
}

.history-desc .important {
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
}

.history-desc .text-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-block, .popup-inner, .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-block {
    z-index: 97;
}

.popup-inner {
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.24);
    z-index: 99;
}

.popup {
    padding: 80px 64px 120px;
    position: relative;
    background: url(/local/templates/softmajor/css/../img/element.svg) #416398 no-repeat right bottom;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 544px;
    width: 100%;
    z-index: 100;
    margin: 32px 0 0;
}

.popup-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.popup-btn .btn {
    margin-right: 32px;
}

.popup-btn .btn:last-child {
    margin-right: 0;
}

.video-link .img {
    position: relative;
}

.video-link .img::after {
    content: '';
    display: block;
    position: absolute;
    left: 48px;
    bottom: 24px;
    height: 40px;
    width: 40px;
    background: url(/local/templates/softmajor/css/../img/icons/video.svg) no-repeat center;
    background-size: contain;
}

.col-2.search-wrap {
    margin: 0 -48px 80px;
    padding-bottom: 0;
}

.col-2.search-wrap .item {
    width: calc(50% - 96px);
    margin: 0 48px 98px;
}

.col-2.search-wrap .item:last-child {
    margin-bottom: 0;
}

.col-2.search-wrap h4 {
    margin-top: 0;
}

.row-404 {
    position: relative;
}

.row-404 .desc {
    margin: -24px 0 40px;
    line-height: 40px;
    padding-right: 48px;
}

.img-404 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.not-ready .desc {
    margin-bottom: 40px;
}

.img-not-ready {
    margin: 0 96px 0 auto;
    display: block;
}

.photoalbum-wrap hr {
    margin: 80px 0;
}

.video-block {
    position: relative;
}
  
.video-block video {
    height: 488px;
    width: 100%;
    object-fit: cover;
}
  
.playpause {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 51, 92, 0.4);
}

.playpause::before {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    width: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url(/local/templates/softmajor/css/../img/icons/video.svg) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
}

.row-production {
    margin-top: 80px;
}

.row-production .item:first-child {
    margin-right: 32px;
}

.career-desc p, .career-desc h5 {
    margin: 0;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    text-decoration: underline;
}

.icon-link:hover {
    text-decoration: none;
}

.icon-link:last-child {
    margin-right: 0;
}

.icon-link svg {
    margin-right: 16px;
}

.collapse-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.collapse-content {
    display: none;
}

.collapse-inner {
    padding: 40px 0 0;
}

.collapse-content h5 {
    font-style: italic;
}

.collapse-link {
    margin-top: 24px;
    position: relative;
    transition: .3s ease-in-out;
}

.collapse-link::after {
    content: 'Показать ответ';
}

.collapse-link.active::after {
    content: 'Скрыть ответ';
}

.collapse-link .circle svg {
    transition: .3s ease-in-out;
}

.collapse-link.active .circle svg {
    transform: rotate(45deg);
}

.mfp-bg {
    background: #416398;
    opacity: 0.96;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 48px;
    height: 48px;
    text-align: center;
    padding-right: 0;
    top: 40px;
    right: calc(50% - 24px);
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4861 24.0719L31.1421 29.7279L29.7279 31.1421L24.0719 25.4861L18.4157 31.1423L17.0015 29.728L22.6577 24.0719L17 18.4142L18.4142 17L24.0719 22.6577L29.7294 17.0001L31.1436 18.4143L25.4861 24.0719Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.mfp-arrow, .mfp-arrow:active {
    margin: 0;
}

button.mfp-arrow.mfp-arrow-left {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Cpath d='M18.2929 23.2929C17.9024 23.6834 17.9024 24.3166 18.2929 24.7071L24.6569 31.0711C25.0474 31.4616 25.6805 31.4616 26.0711 31.0711C26.4616 30.6805 26.4616 30.0474 26.0711 29.6569L20.4142 24L26.0711 18.3431C26.4616 17.9526 26.4616 17.3195 26.0711 16.9289C25.6805 16.5384 25.0474 16.5384 24.6569 16.9289L18.2929 23.2929ZM20 23H19V25H20V23Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

button.mfp-arrow.mfp-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='24' transform='matrix(-1 0 0 1 24 24)' fill='white'/%3E%3Cpath d='M29.7071 23.2929C30.0976 23.6834 30.0976 24.3166 29.7071 24.7071L23.3431 31.0711C22.9526 31.4616 22.3195 31.4616 21.9289 31.0711C21.5384 30.6805 21.5384 30.0474 21.9289 29.6569L27.5858 24L21.9289 18.3431C21.5384 17.9526 21.5384 17.3195 21.9289 16.9289C22.3195 16.5384 22.9526 16.5384 23.3431 16.9289L29.7071 23.2929ZM28 23H29V25H28V23Z' fill='%232B5090'/%3E%3C/svg%3E%0A");
}

.mfp-arrow-left:before, .mfp-arrow-left:after,
.mfp-arrow-right:before, .mfp-arrow-right:after {
    content: none;
}

button.mfp-close, button.mfp-arrow {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mfp-figure:after {
    background: none;
    box-shadow: none;
}

.mfp-container:before {
    content: none;
}

.mfp-image-holder .mfp-content, .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 100%;
}

.mfp-figure figure {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-counter, .mfp-title {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.mfp-bottom-bar {
    top: auto;
    bottom: 40px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mfp-counter {
    position: relative;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-pointer;
    cursor: pointer;
}

img.mfp-img {
    padding: 0;
    max-height: 61.7vh !important;
}

.career-banner {
    height: 524px;
    margin-bottom: 80px;
}

.row-4-8 .col-2.ruk-wrap, .row-4-8 .col-2.ruk-wrap-sm {
    margin-bottom: 80px;
}

.row-4-8 .col-2.ruk-wrap-sm .item {
    display: block;
}

.row-4-8 .col-2.ruk-wrap-sm .item h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.row-4-8 .col-2.ruk-wrap-sm .item .img {
    margin-right: 0;
    margin-bottom: 24px;
}

.career-project-item {
    display: flex;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.career-project-item .img {
    height: 180px;
    width: 256px;
    flex: none;
    margin-right: 98px;
}

.career-project-item h4 {
    margin: 0 0 24px;
}

.career-row {
    margin-bottom: 120px;
}

.career-row:last-child {
    margin-bottom: 0;
}

.news-one-img-top {
    margin-bottom: 40px;
	display: block;
}

.content-block-right .btn {
    padding: 16px 24px;
}

.filter-submenu-top .search-input {
    padding: 6px 16px;
    font-size: 15px;
    line-height: 20px;
}

.filter-settings-block .blue-link {
    white-space: nowrap;
}

.search-item h4 {
    margin: 20px 0;
}

.geogr-point {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 32px 0px 0px 0px;
}
.geogr-point p {
	margin: 0px 24px 16px 0px;
}
.geogr-zag {
	width: 100%;
	margin: 24px 0px 16px 0px;
}
.geogr-point p span {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid #0e4779;
	line-height: 20px;
	font-size: 14px;
	font-weight: 800;
	color: #416398;
}
.geogr-point p.color2 span {
	border-color: #82cdff;
}
.geogr-point p.color3 span {
	border-color: #b3b3b3;
}
.footer + .up {
	position: fixed;
	right: 32px;
	bottom: 32px;
	transition: 0.2s;
	opacity: 0;
	pointer-events: none;
}
.footer + .up.show {
	opacity: 1;
	pointer-events: all;
}
.good-card-wrap .img {
	position: relative;
}
.max-ref {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px !important;
}
.img .max-ref .name,
.img .max-ref .info,
.img .max-ref img {
	display: none;
}
.items-2-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon-text.about-block .items-2-col .item {
	width: calc(50% - 32px);
	font-size: 20px;
	line-height: 32px;
	align-items: inherit;
	margin: 0px 0px 64px 0px;
}

/*.icon-text.about-block .items-2-col .item .text {
	padding-top: 0px;
}
.icon-text.about-block .item:last-child .text {
    border-bottom: none;
	padding-bottom: 0px;
}
.icon-text.about-block .item:nth-last-child(2):nth-child(odd) .text {
    border-bottom: none;
	padding-bottom: 0px;
}
.icon-text.about-block .item:last-child {
	margin-bottom: 0px;
}
.icon-text.about-block .item:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0px;
}*/

#history + .footer {
	margin-top: 0px;
}

ul.docs {
	list-style: none;
	padding: 0;
}

.smi.col-2.search-wrap .item:first-child {
	width: 100%;
}

.filter-block, .filter-settings-block {
    	display: none;
}

.project-slider-thumbnails .slick-list {
	height: 100% !important;
}

.nav-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: -96px;
    left: 0;
    padding: 0 calc(50% - 608px);
    cursor: pointer;
}
.nav-arrow {
    height: 48px;
    width: 48px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
}
.nav-arrow:hover {
    background-color: #F1F4F9;
}
.nav-right {
    margin-left: 16px;
}
.career-slider-block .slick-arrow {
    box-shadow: 0px 0px 7px -1px #000;
}
.content-block iframe {
    max-width: 100%;
}

.short-block {
    max-width: calc(100% - 80px);
}
/* End */


/* Start:/local/templates/softmajor/css/responsive.css?165406604535252*/
@media screen and (max-width: 1535px) {
    .container {
        max-width: 1120px;
    }

    .history-wrap {
        padding: 0 calc(50% - 560px);
    }

    .career-slider-nav .slider-prev, .mfp-arrow-left {
        left: calc(50% - 560px);
    }
    
    .career-slider-nav .slider-next, .mfp-arrow-right  {
        right: calc(50% - 560px);
    }

    .slider .item {
        height: 600px;
        padding: 0 96px 160px;
    }

    .slider-nav {
        right: 96px;
    }

    .product-item .img {
        height: 432px;
    }

    .production-link {
        height: 300px;
    }

    .news-item .img {
        height: 264px;
    }
    .nav-block {
        padding: 0 calc(50% - 560px);
    }
}

@media screen and (max-width: 1439px) {
    .slider .item {
        height: 476px;
        padding: 0 96px 112px;
    }

    .slider .item .title {
        font-size: 100px;
        line-height: 98px;
    }

    .slider-nav {
        bottom: 80px;
    }
}

@media screen and (max-width: 1215px) {
    .container {
        margin: 0 48px;
    }

    .history-wrap {
        padding: 0 48px;
    }

    .career-slider-nav .slider-prev, .mfp-arrow-left {
        left: 48px;
    }
    
    .career-slider-nav .slider-next, .mfp-arrow-right {
        right: 48px;
    }

    .header-menu li {
        margin-left: 24px;
    }

    .submenu li {
        margin-left: 0;
    }

    .header-menu-link {
        font-size: 16px;
    }

    .slider .item {
        height: 492px;
        padding: 0 80px 128px;
    }

    .slider-nav {
        right: 80px;
    }

    .product-item .img {
        height: 358px;
    }

    .production-link {
        height: 246px;
    }

    .news-item .img {
        height: 219px;
    }

    .career-block h2 {
        margin-right: 112px;
    }

    .career-project-item .img {
        margin-right: 48px;
    }

    .nav-block {
        padding-left: 48px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        margin: 0 32px;
    }

    .history-wrap {
        padding: 0 32px;
    }

    .career-slider-nav .slider-prev, .mfp-arrow-left {
        left: 32px;
    }
    
    .career-slider-nav .slider-next, .mfp-arrow-prev {
        right: 32px;
    }

    .inner-page {
        max-width: none;
    }

    .footer {
        margin-top: 80px;
    }

    .news-block {
        margin-bottom: -80px;
    }

    .header, .product-block .product-wrap .product-item:nth-child(3), .news-block .news-wrap .news-item:nth-child(3) {
        display: none;
    }

    .m-header {
        display: block;
    }

    .m-header .header-top-left {
        display: flex;
        align-items: center;
    }

    .menu-bars {
        margin-right: 16px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: transparent;
        transition: background-color .3s;
    }

    .menu-bars:hover {
        background-color: #F1F4F9;
    }

    .m-header .header-top {
        padding: 24px 0;
    }

    .m-header .search {
        width: 220px;
    }

    .m-header .search-input {
        padding: 10px 32px 10px 16px;
    }

    .m-header .search-btn {
        height: 52px;
        width: 52px;
    }

    .slider-block {
        margin-top: 0;
    }

    .slider .item {
        padding: 0 40px 132px;
    }

    .slider .item .title {
        font-size: 80px;
        line-height: 76px;
    }

    .slider-nav {
        right: 40px;
        bottom: 40px;
    }

    .slider-block .down {
        bottom: 24px;
    }

    .col-4 .item {
        width: calc(50% - 32px);
    }

    .row-4-8, .row-5-7, .col-9-3, .row-7-5 {
        display: block;
    }

    .col-3, .col-9-3, .col-9-3 .item:first-child, .col-9-3 .item:last-child {
        margin: 0;
    }

    .row-4-8 .item:first-child, .row-4-8 .item:last-child,
    .row-5-7 .item:first-child, .row-5-7 .item:last-child,
    .row-7-5 .item:first-child, .row-7-5 .item:last-child,
    .col-9-3 .item:first-child, .col-9-3 .item:last-child,
    .production-wrap .item:first-child, .production-wrap .item:last-child,
    .col-3 .item {
        width: 100%;
    }

    .col-3 .item {
        margin: 0 0 32px;
    }

    .col-3 .item:last-child {
        margin-bottom: 0;
    }

    .product-block h2, .career-block h2 {
        margin-bottom: 40px;
    }

    .col-3-bordered .item {
        width: 50%;
    }

    .production-wrap {
        display: block;
        margin: 0;
    }

    .production-wrap .item:first-child {
        margin-left: 0;
        height: 699px;
    }

    .production-wrap .item:last-child {
        margin-left: 0;
    }

    .production-link {
        height: 380px;
    }

    .production-link .desc {
        max-width: none;
    }

    .news-item .img {
        height: 249px;
    }

    .news-item .desc {
        padding: 48px 40px 64px;
    }

    .footer-top .col-4 .item:nth-child(2), .footer-top .col-4 .item:nth-child(3) {
        width: calc(25% - 32px);
        margin-bottom: 0;
    }

    .footer-top .col-4 .item:nth-child(4) {
        margin-top: -62px;
        margin-bottom: 0;
    }

    .footer-bottom {
        margin-top: 64px;
        position: relative;
    }

    .footer-bottom-right {
        position: absolute;
        right: 0;
        top: -128px;
        left: calc(50% + 16px);
    }

    .subscribe {
        max-width: 260px;
    }

    .m-menu {
        background-color: #1C335C;
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 999;
        display: none;
    }

    .m-menu-inner {
        position: relative;
        padding: 28px 32px;
    }

    .menu-opened {
        overflow: hidden;
    }

    .m-menu .back, .m-menu .close {
        height: 40px;
        width: 40px;
        margin: 0;
    }

    .m-header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    .m-menu .select-language {
        display: flex;
        align-items: baseline;
        padding: 0;
        margin: 0;
	background-color: transparent;
    }

    .m-menu .select-language li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        margin: 0;
    }

    .m-menu .select-language-link {
        line-height: 40px;
    }

    .m-header-menu, .m-submenu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .m-header-menu li {
        margin-bottom: 24px;
    }

    .m-header-menu-link {
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        color: #fff;
    }

    .m-menu hr {
        background-color: #405476;
        margin: 80px 0;
    }

    .m-header-bottom {
        display: flex;
        margin: 0 -16px 80px;
    }

    .m-header-bottom .m-header-bottom-left, .m-header-bottom .m-header-bottom-right {
        width: calc(50% - 32px);
        margin: 0 16px;
    }   

    .m-header-bottom a {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
        display: inline-flex;
    }

    .m-header-bottom .social {
        margin: 0 -4px;
    }

    .m-header-bottom .social-link {
        margin: 0 4px;
    }

    .m-header-bottom .social-link svg path {
        fill: #47C9C9;
    }

    .m-submenu-box {
        position: absolute;
        background-color: #1C335C;
        left: 0;
        right: 0;
        bottom: 0;
        top: 100px;
        padding-left: 104px;
    }

    .m-header-menu .m-submenu li {
        margin-bottom: 20px;
    }

    .m-submenu-link {
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }

    .m-menu .back {
        background-color: transparent;
        border: 1px solid #fff;
        position: absolute;
        top: -72px;
    }

    .m-submenu-title {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 40px;
        font-weight: 700;
    }
    .m-submenu-title a {
		color: inherit;
	}
    .h1-block {
        margin-top: 0;
    }

    h1 {
        margin: 0 0 40px;
    }

    .ruk-wrap .item {
        margin-bottom: 80px;
    }

    .ruk-wrap .item .img {
        margin-right: 64px;
    }

    .col-2.ruk-wrap {
        margin-bottom: -80px;
    }

    .col-2.ruk-wrap-sm .item {
        display: block;
    }

    .ruk-wrap-sm .item .img {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .portfolio-wrap, .product-item-not-ready {
        margin-bottom: 40px;
    }

    .portfolio-link {
        height: auto;
        padding: 32px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .portfolio-link .icon, .icon-text .icon {
        margin-right: 32px;
        height: 64px;
        width: 64px;
    }

    .portfolio-link .icon svg, .icon-text .icon img {
        width: 30px;
    }

    .good-card-wrap {
        margin: 0;
        display: block;
    }

    .good-card-wrap .item {
        margin: 0;
        width: 100%;
    }

    .good-slider, .product-item-not-ready {
        margin-right: 0;
    }

    .good-slider, .map {
        height: 368px;
    }

    .good-slider .product-item .img, .product-item-not-ready .img {
        height: 312px;
    }

    .contact-info br {
        display: none;
    }

    .contact-info-smi {
        margin-bottom: 80px;
    }

    .project-slider-thumbnails-wrap {
        height: 64px;
        margin: 32px 0 0 0;
        width: 100%;
    }

    .project-slider-thumbnails {
        width: 100%;
    }

    .project-slider-wrap {
        display: block;
    }

    .project-slider-thumbnails .item .img {
        margin: 0 8px 0 0;
        width: 96px;
    }

    .public-one-year {
        margin: 0 0 32px;
    }

    .icon-text.about-block .item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding: 0;
        /*margin-bottom: 32px;*/
    }

    .icon-text.about-block .icon {
        margin: 0 32px 0 0;
    }

    .icon-text.about-block .text {
    	padding: 32px 0;
    }

    .icon-text.about-block {
        margin-bottom: 0;
    }

    .row-404 {
        display: flex;
    }

    .img-404 {
        position: relative;
    }

    .img-not-ready {
        margin: 0 auto;
    }

    .row-production {
        display: flex;
    }

    .row-production .item:first-child {
        margin-right: 32px;
    }

    .content-block-right, .content-block-bottom {
        margin-top: 80px;
    }

    .content-block-right {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .content-block-right h3 {
        width: 50%;
        margin: 0 16px 0 0;
    }

    .content-block-right h3 br {
        display: none;
    }

    .career-banner {
        height: 320px;
    }

    .col-4.icon-text .item {
        width: calc(25% - 32px);
    }

    .career-row h3 br, .portfolio-link .desc br {
        display: none;
    }

    .news-tags {
        margin: 64px 0 80px;
    }

    .icon-text .item {
        align-items: center;
    }

    .col-2.search-wrap {
        margin: 0 -32px 80px;
    }

    .col-2.public-wrap {
        margin: 64px -32px 80px;
    }

    .col-2.search-wrap .item, .col-2.public-wrap .item {
        width: calc(50% - 64px);
        margin: 0 32px 80px;
    }

    .filter-sort-block {
        display: block;
    }

    .sort-block {
        margin-bottom: 40px;
    }

    .dd-content-filter {
        position: relative;
    }

    .filter-menu {
        flex-wrap: wrap;
    }

    .filter-menu li {
        margin-top: 40px;
    }

    .filter-submenu li {
        margin-top: 0;
    }
	#history {
		min-height: initial;
		padding-top: 0px;
		margin-top: 80px
	}
	.icon-text.about-block .items-2-col .item {
		width: 100%;
		align-items: center;
		margin: 0px 0px 0px 0px;
	}
	.icon-text.about-block .items-2-col .item .text {
		padding-top: 32px;
	}
	.icon-text.about-block .item:nth-last-child(2):nth-child(2n+1) .text {
		border-bottom: 1px solid #2B5090;
	}
}

@media screen and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: none;
        transform: none;
    }
	.mobilediv td {
		display: block;
		width: 100%;
	}
	.mobilediv td iframe {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
    body, input, button, textarea, .mfp-counter, .mfp-title {
        font-size: 15px;
        line-height: 22px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 32px 0 16px;
    }

    h4, .portfolio-link {
        font-size: 15px;
        line-height: 20px;
    }

    h4 {
        margin: 0 0 12px;
    }

    h5 {
        margin: 0 0 10px;
    }

    h5, .header, .m-header, .header .search-input, .breadcrumbs-link, .advantages-item .text, .footer-bottom, .col-4.icon-text, 
    .product-item .title, .product-item .title a, .news-item .title, .subscribe-input, .ruk-wrap .item, .icon-text.about-block .item {
        font-size: 15px;
        line-height: 16px;
    }

    .container {
        margin: 0 16px;
    }

    .history-wrap {
        padding: 0 16px;
    }

    .project-slider-nav .slider-prev, .project-slider-nav .slider-next, 
    .career-slider-nav .slider-prev, .career-slider-nav .slider-next {
        bottom: calc(50% - 16px);
        height: 32px;
        width: 32px;
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        width: 32px;
        height: 32px;
        top: 20px;
        right: calc(50% - 16px);
    }

    button.mfp-close, button.mfp-arrow {
        height: 32px;
        width: 32px;
    }

    .project-slider-nav .slider-next, .career-slider-nav .slider-next, .mfp-arrow-right {
        right: 8px;
    }

    .project-slider-nav .slider-prev, .career-slider-nav .slider-prev, .mfp-arrow-left {
        left: 8px;
    }

    .project-slider-nav .slider-prev svg, .career-slider-nav .slider-prev svg,
    .project-slider-nav .slider-next svg, .career-slider-nav .slider-next svg {
        width: 6px;
    }

    .footer {
        margin-top: 64px;
    }

    .news-block {
        margin-bottom: -64px;
    }

    .logo {
        width: 81px;
    }

    .menu-bars {
        height: 32px;
        width: 32px;
        margin-right: 0px;
    }

    .menu-bars svg, .m-menu .close svg {
        transform: scale(0.75);
    }

    .slider .item {
        /*height: 316px;*/
    	height: auto;
        padding: 0;
    }

    .slider .item .img {
        height: calc((100vw - 32px) * 0.7);
    	position: relative;
    	top: auto;
    	left: auto;
    	right: auto;
    	bottom: auto;
    }

    .slider .item .title {
        position: absolute;
        left: 16px;
        bottom: 100px;
        font-size: calc((100vw - 32px) * 0.08);
        line-height: 100%;
        max-width: calc(100vw - 80px);
        letter-spacing: 0;
    }

    /* .slider .item .title br {
        display: none;
    } */

    .slider-block .down {
        display: none;
    }

    .slider-nav {
        right: 16px;
        bottom: 82px;
    	/* bottom: auto;
    	top: 204px; */
    }

    .slider-prev, .slider-next, .down, .back {
        height: 32px;
        width: 32px;
        margin-left: 12px;
    }

    .slider-nav svg {
        transform: scale(0.8);
    }

    .btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 16px;
    }

    .slider-block .btn.white-btn {
        background-color: transparent;
        border: 1px solid #2B5090;
    }

    .slider-block .btn.white-btn:hover {
        color: #5888DB;
        border-color: #5888DB;
    }

    .advantages-block, .product-block, .production-block, .career-block, .career-row {
        margin-bottom: 64px;
    }

    .advantages-block {
        margin-top: 64px;
        padding: 64px 0 32px;
    }

    .advantages-item .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .advantages-item .text {
        max-width: 200px;
    }

    .advantages-item svg {
        transform: scale(0.5);
        margin: -12px;
    }

    .col-4 {
        margin: 0 -8px;
    }

    .col-4 .item {
        width: calc(50% - 16px);
        margin: 0 8px 32px;
    }

    .product-block h2, .career-block h2 {
        margin-bottom: 24px;
    }

    .product-block .product-wrap {
        margin-top: 40px;
    }

    .col-3-bordered {
        margin: 0 0 32px;
    }

    .product-item .img {
        height: 166px;
    }

    .product-item .title {
        padding: 16px;
        height: 71px;
    }

    .production-link {
        height: 155px;
        padding: 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .production-wrap .item:first-child {
        height: 286px;
    }

    .production-wrap .item:first-child .production-link {
        height: calc(100% - 16px);
    }

    .production-wrap .production-link {
        margin-bottom: 16px;
    }

    .career-block h2 {
        margin-right: 0;
    }

    .news-block h2, .career-block h2 {
        font-size: 20px;
    }

    .career-block {
        padding-top: 64px;
    }

    .career-block .career-wrap {
        margin-top: 40px;
    }

    .col-3 .item {
        margin: 0 0 16px;
    }

    .news-block {
        padding: 64px 0;
    }

    .news-item .img {
        height: 102px;
    }

    .news-item .desc {
        padding: 16px 16px 32px;
    }

    .news-item .title {
        margin-bottom: 8px;
    }

    .news-item .date {
        font-size: 10px;
        line-height: 12px;
    }

    .news-block .link {
        font-size: 12px;
        line-height: 22px;
        height: 22px;
    }

    .footer {
        padding: 64px 0 40px;
    }

    .footer-logo {
        margin-bottom: 24px;
    }

    .footer-top {
        font-size: 12px;
        line-height: 22px;
    }

    .footer-top-links {
        max-width: none;
    }

    .footer-top-links .text-link {
        margin-bottom: 8px;
        display: block;
    }

    .footer-top .col-4 .item:nth-child(2), .footer-top .col-4 .item:nth-child(3) {
        width: 100%;
    }

    .footer-top .col-4 .item:nth-child(4) {
        margin-top: 0;
    }

    .copyright, .mail {
        margin-bottom: 0;
    }

    .footer-bottom-links .text-link {
        margin: 8px 0 0;
        display: block;
    }

    .up svg {
        transform: scale(0.75);
        margin: -8px;
    }

    .subscribe-input {
        padding: 0 20px 12px 0;
    }

    .subscribe-btn {
        height: 20px;
        width: 20px;
    }

    .footer-top .col-4 {
        position: relative;
    }

    .footer-top .col-4 .mail  {
        position: absolute;
        left: calc(50% + 8px);
        top: 52px;
    }

    .mail-text, .footer-menu li, .m-header-menu .m-submenu li {
        margin-bottom: 16px;
    }

    .subscribe-box {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 140px;
    }

    .subscribe {
        max-width: none;
    }

    .subscribe-text {
        margin-bottom: 16px;
        max-width: none;
    }

    .footer-top .col-4 .item:nth-child(2) {
        /*margin-top: 108px;*/
        margin-bottom: 40px;
    }

    .footer-top .col-4 .item:nth-child(3) .footer-top-links {
        max-width: none;
        position: absolute;
        left: calc(50% + 8px);
        top: 286px;
    }

    .footer-bottom-right {
        top: -88px;
        left: calc(50% + 8px);
    }

    .footer-bottom {
        margin-top: 0;
    }

    .m-menu-inner {
        padding: 16px;
    }

    .m-menu .select-language li, .m-menu .close {
        height: 32px;
        width: 32px;
    }

    .m-menu .select-language-link {
        line-height: 32px;
    }

    .m-header-menu li {
        margin-bottom: 16px;
    }

    .m-header-menu-link {
        font-size: 20px;
        line-height: 24px;
    }

    .m-menu hr {
        margin: 32px 0;
    }

    .m-header-bottom a {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .social-link {
        height: 24px;
        width: 24px;
    }

    .social-link svg, .m-menu .back svg {
        transform: scale(0.75);
    }

    .m-header-bottom .m-header-bottom-left, .m-header-bottom .m-header-bottom-right {
        width: calc(50% - 16px);
        margin: 0 8px;
    }

    .m-submenu-box {
        top: 64px;
        padding-left: 64px;
    	padding-top: 8px;
    }

    .m-submenu-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .m-submenu-link {
        font-size: 14px;
        line-height: 24px;
    }

    .m-menu .back {
        background-color: transparent;
        border: 1px solid #fff;
        position: absolute;
        top: -48px;
        height: 32px;
        width: 32px;
    }

    .m-header .header-top {
        padding: 16px 0;
    }

    .m-header .search {
        width: 100%;
        height: 32px;
    }

    .m-header .search-btn {
        height: 32px;
        width: 32px;
        position: relative;
        background-size: 40%;
    }

    .m-header .search-input {
        display: none;
    }

    .header-top-right .item {
        margin-left: 8px;
    }

    .m-header-bottom {
        margin: 0 -8px 40px;
    }

    .ruk-wrap .item {
        margin-bottom: 32px;
    }

    .ruk-wrap .item .img {
        margin-right: 16px;
        width: 100px;
        height: 140px;
    }

    .col-2.ruk-wrap-sm .item .img {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .col-2.ruk-wrap, .col-2.ruk-wrap-sm {
        margin-bottom: -32px;
    }

    .breadcrumbs {
        display: none;
    }

    .h1-block {
        padding-top: 0;
    }

    .portfolio-link {
        padding: 16px;
    }

    .portfolio-link .icon {
        margin-right: 16px;
        height: 32px;
        width: 32px;
    }

    .portfolio-link .icon svg {
        width: 15px;
    }

    .pagination-block {
        flex-direction: column-reverse;
    }

    .pagination-block .pagination {
        margin-top: 32px;
    }

    .pagination-link {
        height: 36px;
        width: 36px;
        font-size: 12px;
        line-height: 20px;
    }

    .good-slider.slick-dotted.slick-slider, .map {
        height: 240px;
        margin-bottom: 16px;
    }

    .good-slider .product-item .img, .product-item-not-ready .img {
        height: 200px;
    }

    .good-card-desc, .product-item-not-ready {
        margin-bottom: 32px;
    }

    .content-block-right, .content-block-bottom, .content-block-bottom.card-block-bottom {
        margin-top: 32px;
    }

    .content-block-bottom .col-2 {
        padding-top: 32px;
    }

    p {
        margin-bottom: 16px;
    }

    .link-box {
        margin: 32px 0;
    }

    .good-slider .slick-dots li {
        margin: 0 4px;
    }

    .pipeline-table .col-right .col {
        padding: 12px 8px;
        flex: none;
        width: 80px;
    }

    .pipeline-table .col-left {
        padding: 12px 8px;
        flex: none;
        width: calc(100% - 80px * 5);
        min-width: 130px;
    }

    .pipeline-table .col-right {
        flex: none;
    }

    .pipeline-ok {
        margin: 0 auto;
        height: 22px;
        width: 22px;
    }

    .search-input {
        border-radius: 32px;
        padding: 5px 32px 5px 16px;
    }

    .search-btn {
        background-size: 40%;
    }

    .search-btn, .circle-link .circle {
        height: 32px;
        width: 32px;
    }

    .circle-link .circle svg {
        transform: scale(0.6);
    }

    .icon-link, .icon-link svg {
        margin-right: 8px;
    }

    .icon-link svg {
        height: 24px;
        width: 24px;
    }

    .collapse-link.active .circle svg {
        transform: scale(0.6) rotate(45deg);
    }

    .search-block-top .search {
        margin-bottom: 16px;
    }

    .search-wrap {
        margin: 32px 0;
        padding-bottom: 48px;
    }

    .search-item hr {
        margin: 16px 0;
    }

    .circle-link .circle {
        margin-right: 8px;
    }

    .circle-link {
        font-size: 12px;
        line-height: 22px;
    }

    .search-item {
        margin: 0 0 48px;
    }

    .contact-info p {
        margin-bottom: 12px;
    }

    .contact-info {
        margin-bottom: 48px;
        padding-bottom: 16px;
    }

    .contact-info-smi {
        margin-bottom: 48px;
    }

    .form-input {
        padding: 5px 10px;
    }

    .form-input-box {
        margin-bottom: 16px;
    }

    .row-4-8 .col-2 {
        margin: 0 -8px;
    }

    .row-4-8 .col-2 .item:first-child, .row-4-8 .col-2 .item:last-child {
        width: calc(50% - 16px);
        margin: 0 8px;
    }

    .form-label {
        left: 10px;
        font-size: 8px;
    }

    .checkbox, .radio {
        margin: 0 0 16px;
        padding: 12px 16px 12px 38px;
    }

    .checkbox span, .radio span, .checkbox input:checked ~ label span::after {
        height: 22px;
        width: 22px;
    }

    .checkbox input:checked ~ label span::after {
        background-size: 60%;
    }

    input[type=submit].btn {
        padding: 12px 24px;
    }

    .project-slider .item .img, .video-block video {
        height: 170px;
    }

    .project-slider-wrap {
        margin-top: 32px;
    }

    .project-slider-thumbnails-wrap {
        height: 48px;
        margin-top: 8px;
    }

    .about-block {
        margin-bottom: 24px;
    } 

    .icon-text.about-block {
        margin-top: 0;
    }

    .icon-text.about-block .icon {
        margin: 0 16px 0 0;
    }

    /*.icon-text.about-block .item {
        margin-bottom: 16px;
    }*/

    .icon-text.about-block .text {
    	padding: 24px 0;
    }

    .history-years {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .history-desc li.text {
        width: 400px;
        max-width: calc(100vw - 32px);
    }

    .history-desc li {
        margin: 0 32px 0 0;
    }

    .history-desc li img {
        width: auto;
        height: 360px;
    }

    .history-desc .important {
        font-size: 18px;
        line-height: 24px;
    }

    .history-wrap {
        height: 500px;
        width: auto;
    }

    .history-desc {
        height: 400px;
    }

    label.error {
        font-size: 10px;
        line-height: 12px;
        display: inline-block;
    }

    .popup {
        max-width: none;
        margin: 16px 16px 0;
        padding: 48px;
        background-size: 100%;
    }

    .popup-title {
        margin-bottom: 24px;
    }

    .popup-btn .btn {
        margin-right: 16px;
    }
    
    .popup-btn .btn:last-child {
        margin-right: 0;
    }

    .popup-close-icon {
        top: 8px;
        right: 8px;
        height: 32px;
        width: 32px;
    }

    .video-link .img::after {
        left: 16px;
        bottom: 12px;
        height: 20px;
        width: 20px;
    }

    .form-block, .col-2.search-wrap {
        margin: 0 0 32px;
    }

    .col-2.public-wrap {
        margin: 32px 0;
    }

    .col-2.search-wrap {
        padding-bottom: 32px;
    }

    .col-2.public-wrap .item {
        width: 100%;
        margin: 0 0 32px; 
    }

    .col-2.search-wrap .item {
        width: 100%;
        margin: 0 0 48px;
    }

    .search-item .bottom-row .btn {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row-404, .col-2.not-ready {
        flex-direction: column-reverse;
        text-align: center;
    }

    .col-2.not-ready {
        margin: 0;
    }

    .row-404 .desc {
        margin: 32px 0;
        line-height: 20px;
        padding-right: 0;
    }

    .img-404, .img-not-ready {
        height: 120px;
        margin: 0 auto;
        display: block;
    }

    .row-404 .circle-link, .not-ready .circle-link {
        display: inline-flex;
    }

    .col-2.not-ready h3 {
        margin-top: 32px;
    }

    h1 br {
        display: none;
    }

    .playpause::before {
        transform: scale(0.5);
    }

    .photoalbum-wrap hr {
        margin: 32px 0;
    }

    .row-production {
        display: block;
        margin-top: 32px;
    }

    .row-production .item:first-child {
        margin: 0 0 16px;
    }

    form .col-2, .list-col-2 .checkbox, .list-col-2 .radio, .radio-in-row .checkbox, .radio-in-row .radio, .col-2.career-info-wrap,
    .col-2.career-info-wrap .item:last-child {
        margin: 0;
    }

    .col-2.not-ready .item, form .col-2 .item {
        width: 100%;
        margin: 0;
    }

    .col-2.career-info-wrap .item {
        width: 100%;
        margin: 0 0 16px;
    }

    .form-input-date {
        background-position-x: calc(100% - 10px);
    }

    .list-col-2 {
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .checkbox label, .radio label {
        line-height: 16px;
    }

    .ui-widget-content {
        width: calc(100% - 32px);
    }

    .radio-in-row {
        align-items: flex-start;
        margin: 0 0 16px;
    }

    .radio-in-row .radio {
        width: 50%;
    }

    .radio-in-row-title {
        margin-right: 0;
        width: 100%;
    }

    .collapse-item {
        margin-bottom: 48px;
        padding-bottom: 16px;
    }

    .collapse-link {
        margin-top: 16px;
    }

    .collapse-inner {
        padding: 16px 0 0;
    }

    .content-block {
        margin-bottom: 48px;
    }

    .career-slider-block {
        margin-top: 32px;
    }

    .career-slider img {
        max-height: 190px;
        max-width: 190px;
        margin-right: 16px;
    }

    .career-banner {
        height: 120px;
        margin-bottom: 32px;
    }

    .col-4.icon-text {
        margin: 0 -8px;
    }

    .col-4.icon-text .item {
        width: calc(50% - 16px);
        margin: 0 8px 32px;
    }

    .col-4.icon-text .text {
        margin-top: 8px;
    }

    .career-project-item {
        display: block;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .career-project-item .img {
        height: 160px;
        width: 100%;
        margin-right: 0;
    }

    .career-project-item h4 {
        margin: 12px 0;
    }

    .row-4-8 .col-2.ruk-wrap-sm .item h3 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 8px;
    }

    .row-4-8 .col-2.ruk-wrap-sm .item .img {
        margin-bottom: 8px;
    }

    .icon-text {
        margin: 32px 0;
    }

    .row-4-8 .col-2.ruk-wrap, .row-4-8 .col-2.ruk-wrap-sm, .icon-text .item, .portfolio-wrap, .product-item-not-ready {
        margin-bottom: 32px;
    }

    .slider .item .btn {
        /* border: 1px solid #2B5090; */
        position: absolute;
        left: 16px;
        bottom: 80px;
    }

    /* .slider .item .btn:hover {
        background-color: transparent;
        color: #5888DB;
        border-color: #5888DB;
    } */

    .news-one-img-top {
        margin-bottom: 24px;
    }

    .content-block-top {
        margin-bottom: 24px;
        margin-top: 0;
    }

    .share-link svg {
        margin-left: 8px;
        width: 24px;
    }

    .ya-share2__icon {
        transform: scale(0.75);
    }

    .share-content {
        padding: 0;
        right: -4px;
    }

    .ya-share2__list li {
        margin-bottom: 0;
    }
    
    .news-tags {
        margin: 32px 0;
        font-size: 11px;
        line-height: 16px;
    }

    .content-block-right .btn {
        padding: 8px 16px;
    }

    .project-slider-thumbnails .item .img {
        height: 48px;
        width: 72px;
    }

    .radio input:checked ~ label span {
        border: 8px solid #2B5090;
    }

    .public-one-year {
        margin: 0 0 16px;
    }

    .pipeline-table {
        margin: 32px 0;
    }

    .search-item h4 {
        margin: 12px 0;
    }

    .filter-sort-block {
        padding-bottom: 16px;
        font-size: 12px;
        line-height: 22px;
    }

    .public-wrap .news-item .title {
        font-size: 12px;
        line-height: 22px;
    }

    .public-wrap .news-item .date {
        font-size: 11px;
        line-height: 16px;
    }

    .sort-block {
        margin-bottom: 16px;
    }

    .filter-settings-block {
        margin: 32px 0 0;
    }

    .filter-settings .item {
        font-size: 12px;
        line-height: 22px;
        padding: 2px 12px;
        border-radius: 16px;
    }

    .filter-settings .item .icon-close {
        height: 11px;
        width: 11px;
    }

    .filter-settings-block {
        display: block;
    }

    .filter-settings {
        margin-bottom: 0;
    }

    .sort-block .item {
        margin-right: 16px;
    }

    .filter-btn .filter-icon {
        margin-right: 8px;
        height: 18px;
        width: 18px;
    }

    .filter-menu li {
        margin-top: 24px;
    }

    .filter-submenu li {
        margin: 0 0 16px;
    }

    .filter-submenu-box .btn, .filter-submenu-box input[type=submit].btn {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 16px;
    }

    .filter-submenu-top .search-input {
        font-size: 12px;
        line-height: 22px;
    }

    .filter-submenu .checkbox, .filter-submenu .radio {
        font-size: 11px;
        padding: 0 0 0 38px;
    }

    .filter-submenu .checkbox span, .filter-submenu .radio span {
        height: 22px;
        width: 22px;
    }

    .filter-menu .dd-hover {
        position: unset;
    }

    .filter-menu .dd-content {
        left: 0;
        right: 0;
    }

    .portfolio-link .icon, .icon-text .icon {
        margin-right: 16px;
    }

	
    .pipeline-table .col-right .row .fon-ok {
	height: 32px;
	top: calc(50% - 16px);
    }
	
	.geogr-point p {
		width: 100%;
	}
	
	.geogr-point p span {
		width: 22px;
		height: 22px;
		border-width: 2px;
		line-height: 8px;
		font-size: 10px;
	}
	.footer + .up {
		right: 16px;
		bottom: 16px;
	}
	.icon-text.about-block .items-2-col .item {
		font-size: 12px;
		line-height: 22px;
	}
	.news-block.inner-news {
		margin-top: 60px;
	}
    .phone {
        margin-top: -2px;
    }
    .nav-block {
        padding-left: 16px;
        top: -78px;
    }
    .nav-arrow {
        height: 32px;
        width: 32px;
    }
    .nav-arrow svg {
        transform: scale(0.8);
    }
    .nav-right {
        margin-left: 8px;
    }
    
    .short-block {
        max-width: 220px;
    }
}

/* @media (max-width: 500px) {
    .slider .item .title {
        font-size: 28px;
        line-height: 26px;
        width: calc(100% - 80px);
	    max-width: 300px;
        color: #1C335C;
        margin: 20px 0 16px;
    }
} */

@media screen and (max-width: 400px) {
	.slider .item .title {
		width: calc(100% - 70px);
		font-size: 26px;
		line-height: 26px;
        bottom: 40px;
	}
    .slider .item .btn {
        bottom: 16px;
    }
    .slider-nav {
        bottom: 18px;
    }
    .advantages-item .text span {
        display: inline;
    }
}

@media screen and (min-width: 1024px) {
	.static .slick-track {
    		transform: translate3d(0px, 0px, 0px) !important;
	}
}
/* End */


/* Start:/local/templates/softmajor/styles.css?161166281261*/
.blockquote {
   
}
.table_border {
   
}
.table_even {
   
}
/* End */
/* /local/templates/softmajor/css/jquery-ui.css?161166280335973 */
/* /local/templates/softmajor/css/slick.css?16116628031776 */
/* /local/templates/softmajor/css/slick-theme.css?16116628033145 */
/* /local/templates/softmajor/css/magnific-popup.css?16116628036951 */
/* /local/templates/softmajor/css/fonts.css?17520489472351 */
/* /local/templates/softmajor/css/main.css?165406954560312 */
/* /local/templates/softmajor/css/responsive.css?165406604535252 */
/* /local/templates/softmajor/styles.css?161166281261 */
